1 2015-03-03 Daniel Bates <dabates@apple.com>
3 Convert ManualTests/svg-tooltip.svg to a DRT test
4 https://bugs.webkit.org/show_bug.cgi?id=140480
6 Reviewed by Alex Christensen.
8 * ManualTests/svg-tooltip.svg: Removed.
10 2015-03-02 Debarshi Ray <debarshir@gnome.org>
12 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
13 https://bugs.webkit.org/show_bug.cgi?id=142165
15 Reviewed by Carlos Garcia Campos.
17 * Source/cmake/gtksymbols.filter:
19 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
21 [EFL] Remove unnecessary comment after r179110
22 https://bugs.webkit.org/show_bug.cgi?id=142042
24 Reviewed by Gyuyoung Kim.
26 * Source/cmake/OptionsEfl.cmake:
28 2015-02-23 Tomas Popela <tpopela@redhat.com>
30 [GTK] Fails to compile with cmake 3.2.x
31 https://bugs.webkit.org/show_bug.cgi?id=141796
33 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
34 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
35 added and the build will fail.
37 Reviewed by Martin Robinson.
39 * Source/cmake/OptionsGTK.cmake:
41 2015-02-20 Alexey Proskuryakov <ap@apple.com>
43 Remove svn:keywords property.
45 As far as I can tell, the property had no effect on any of these files, but also,
46 when it has effect it's likely harmful.
48 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
49 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
50 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
51 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
52 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
53 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
54 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
55 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
56 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
57 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
58 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
59 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
60 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
61 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
63 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
65 [CMAKE] Remove CMakeLists.txt in WK1 port
66 https://bugs.webkit.org/show_bug.cgi?id=141617
68 Reviewed by Anders Carlsson.
70 Nobody uses CMake in WK1 port. Remove it.
74 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
76 Unreviewed, remove empty directories.
78 * ManualTests/qt: Removed.
80 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
82 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
83 https://bugs.webkit.org/show_bug.cgi?id=141481
85 Reviewed by Csaba Osztrogonác.
87 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
89 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
91 [EFL][GTK] Use bmalloc instead of tcmalloc
92 https://bugs.webkit.org/show_bug.cgi?id=140162
94 Reviewed by Carlos Garcia Campos.
96 Add bmalloc directory to build list.
98 * CMakeLists.txt: Define BMALLOC_DIR directory.
99 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
101 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
103 [GTK] Add default color chooser implementation using GtkColorChooserDialog
104 https://bugs.webkit.org/show_bug.cgi?id=141392
106 Reviewed by Gustavo Noronha Silva.
108 Enable INPUT_TYPE_COLOR by default for GTK+ port.
110 * Source/cmake/OptionsGTK.cmake:
112 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
114 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
115 https://bugs.webkit.org/show_bug.cgi?id=141328
117 Reviewed by Darin Adler.
119 Added as manual test because it involves a huge grid allocation
120 which is very slow on Debug bots, the only ones capable to trigger
123 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
125 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
127 [Streams API] Implement a barebone ReadableStream interface
128 https://bugs.webkit.org/show_bug.cgi?id=141045
130 Reviewed by Benjamin Poulain.
132 * Source/cmake/WebKitFeatures.cmake:
133 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
135 2015-02-02 Filip Pizlo <fpizlo@apple.com>
137 Revert accidental change in r179490.
141 2015-02-02 Filip Pizlo <fpizlo@apple.com>
143 Unreviewed, revert accidental change to Makefile.shared in r179478
147 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
149 [CMake] Minimum python version should be 2.7.
150 https://bugs.webkit.org/show_bug.cgi?id=140997
152 Reviewed by Csaba Osztrogonác.
156 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
158 Apply feTurbulence spec change to fix zero length vector generation
159 https://bugs.webkit.org/show_bug.cgi?id=140812
161 Reviewed by Darin Adler.
163 Recently a bug with the turbulence algorithm was corrected in the
164 Filter Effects specification.
165 For some seed values this bug allowed zero length vectors to be generated.
166 This resulted in large solid color squares being present in the generated image.
167 The feTurbulence algorithm was updated to reject zero length vectors. This patch
168 applies that change in WebCore.
170 Test: svg/filters/feTurbulence_bad_seeds.html
172 * platform/graphics/filters/FETurbulence.cpp:
173 (WebCore::FETurbulence::initPaint):
174 Added rejection sampling during vector generation to avoid zero length vectors.
176 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
178 [cmake] Remove compiler version calculate cruft
179 https://bugs.webkit.org/show_bug.cgi?id=140885
181 Reviewed by Darin Adler.
183 * Source/cmake/WebKitHelpers.cmake:
185 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
187 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
188 https://bugs.webkit.org/show_bug.cgi?id=140886
190 Reviewed by Žan Doberšek.
192 * Source/cmake/WebKitHelpers.cmake:
194 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
196 [GTK] gtkdoc does not appear in DevHelp
197 https://bugs.webkit.org/show_bug.cgi?id=139369
199 Reviewed by Philippe Normand.
201 Expect the gtkdoc to be generated in folders named with the API version.
203 * Source/PlatformGTK.cmake:
205 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
207 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
208 https://bugs.webkit.org/show_bug.cgi?id=140609
210 Reviewed by Csaba Osztrogonác.
212 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
213 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
214 compilation flags. Those were added after the jsCStack branch merge, but
215 can now be removed since the -ftree-dce issues were fixed in GCC, and
216 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
218 * Source/cmake/OptionsEfl.cmake:
219 * Source/cmake/OptionsGTK.cmake:
221 2015-01-26 Commit Queue <commit-queue@webkit.org>
223 Unreviewed, rolling out r179107.
224 https://bugs.webkit.org/show_bug.cgi?id=140880
226 The GCC in the bots doesn't support the AsyncTask
227 implementation (Requested by KaL on #webkit).
231 "[GTK] Enable IndexedDB"
232 https://bugs.webkit.org/show_bug.cgi?id=98932
233 http://trac.webkit.org/changeset/179107
235 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
237 [GTK] Enable IndexedDB
238 https://bugs.webkit.org/show_bug.cgi?id=98932
240 Reviewed by Žan Doberšek.
242 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
243 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
245 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
247 [GTK] Add initial database process support
248 https://bugs.webkit.org/show_bug.cgi?id=139491
250 Reviewed by Sergio Villar Senin.
252 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
254 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
256 Add a build flag for ES6 class syntax
257 https://bugs.webkit.org/show_bug.cgi?id=140760
259 Reviewed by Michael Saboff.
261 * Source/cmake/WebKitFeatures.cmake:
262 * Source/cmakeconfig.h.cmake:
264 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
266 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
267 https://bugs.webkit.org/show_bug.cgi?id=140049
269 Reviewed by Gyuyoung Kim.
271 * Source/cmake/OptionsCommon.cmake:
273 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
275 Remove ENABLE(INSPECTOR) ifdef guards
276 https://bugs.webkit.org/show_bug.cgi?id=140668
278 Reviewed by Darin Adler.
280 * Source/PlatformEfl.cmake:
281 * Source/cmake/OptionsEfl.cmake:
282 * Source/cmake/OptionsGTK.cmake:
283 * Source/cmake/OptionsMac.cmake:
284 * Source/cmake/WebKitFeatures.cmake:
285 * Source/cmakeconfig.h.cmake:
287 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
289 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
291 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
293 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
295 [CMAKE] Fix cmake warning
296 https://bugs.webkit.org/show_bug.cgi?id=140497
298 Reviewed by Gustavo Noronha Silva.
300 r173155 already tried to fix cmake warning though, the warning is still exist.
301 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
302 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
303 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
304 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
305 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
309 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
311 [GTK] Generate the make dist manifest from a CMake template file
312 https://bugs.webkit.org/show_bug.cgi?id=139387
314 Reviewed by Martin Robinson.
316 Generate manifest.txt from manifest.txt.in. Only expose the dist and
317 distcheck targets for developer builds, as they won't work when
318 building from a tarball because the manifest is not distributed.
320 * Source/PlatformGTK.cmake:
322 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
324 Remove ENABLE(SQL_DATABASE) guards
325 https://bugs.webkit.org/show_bug.cgi?id=140434
327 Reviewed by Darin Adler.
329 * Source/cmake/OptionsMac.cmake:
330 * Source/cmake/WebKitFeatures.cmake:
331 * Source/cmakeconfig.h.cmake:
333 2015-01-11 Sam Weinig <sam@webkit.org>
335 Remove support for SharedWorkers
336 https://bugs.webkit.org/show_bug.cgi?id=140344
338 Reviewed by Anders Carlsson.
340 * Source/cmake/OptionsEfl.cmake:
341 * Source/cmake/OptionsGTK.cmake:
342 * Source/cmake/OptionsMac.cmake:
343 * Source/cmake/WebKitFeatures.cmake:
344 * Source/cmakeconfig.h.cmake:
346 2015-01-10 Dan Bernstein <mitz@apple.com>
348 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
349 https://bugs.webkit.org/show_bug.cgi?id=140339
351 Reviewed by Mark Rowe.
353 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
354 prevents unnecessary rebuilding due to PATH differences.
356 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
358 [GTK][ThreadedCompositor] Add support for threaded compositor.
359 https://bugs.webkit.org/show_bug.cgi?id=118265
361 Reviewed by Martin Robinson.
363 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
364 autotools build systems. The feature is disabled by default.
365 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
366 from the feature flags.
368 * Source/cmake/OptionsEfl.cmake:
369 * Source/cmake/OptionsGTK.cmake:
370 * Source/cmake/WebKitFeatures.cmake:
371 * Source/cmakeconfig.h.cmake:
373 2014-12-23 Alexey Proskuryakov <ap@apple.com>
375 Simplify building with ASan
376 https://bugs.webkit.org/show_bug.cgi?id=139916
378 Reviewed by Mark Rowe.
380 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
382 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
384 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
386 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
388 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
390 Null dereference performing a "TapAndAHalf" gesture in Google search field
392 <https://bugs.webkit.org/show_bug.cgi?id=139506>
393 <rdar://problem/19028828>
395 Reviewed by Darin Adler.
397 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
399 2014-12-10 Dean Jackson <dino@apple.com>
401 Blur filter performance test doesn't provide results
402 https://bugs.webkit.org/show_bug.cgi?id=139462
404 Reviewed by Sam Weinig.
406 This can't currently work under our performance test
407 infrastructure. Move it to a manual test to avoid
408 putting FAILures into the results.
410 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
412 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
414 [GTK][WK2] Add HTML5 Notifications support
415 https://bugs.webkit.org/show_bug.cgi?id=61140
417 Reviewed by Carlos Garcia Campos.
419 * Source/cmake/FindLibNotify.cmake: Added.
420 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
421 libnotify and use it for a default implementation when found.
423 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
425 REGRESSION(r155906): Page content disappears on Tuaw article after loading
426 https://bugs.webkit.org/show_bug.cgi?id=138100
428 Reviewed by Simon Fraser.
430 DRT causes an extra paint which makes it impossible to test this with
433 * ManualTests/float-layer-not-painting.html: Added.
435 2014-12-07 Alberto Garcia <berto@igalia.com>
437 [GTK] WebKit has a new required dependency on GnuTLS
438 https://bugs.webkit.org/show_bug.cgi?id=136158
440 Reviewed by Martin Robinson.
442 Detect if GnuTLS is installed and enable or disable subtle crypto
445 * Source/cmake/OptionsGTK.cmake:
447 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
449 [GTK] Missing API detected in GObject DOM bindings after r176630
450 https://bugs.webkit.org/show_bug.cgi?id=139201
452 Reviewed by Gustavo Noronha Silva.
454 Change GENERATE_BINDINGS macro to receive a list of optional
455 additional dependencies, so that we can add more dependecies
456 without having to change the macro.
458 * Source/cmake/WebKitMacros.cmake:
460 2014-12-05 Simon Fraser <simon.fraser@apple.com>
462 Programmatic scrolling and content changes are not always synchronized
463 https://bugs.webkit.org/show_bug.cgi?id=139245
464 rdar://problem/18833612
466 Reviewed by Anders Carlsson.
468 Manual test that tries to sync layout with programmatic scrolling.
470 * ManualTests/programmatic-scroll-flicker.html: Added.
472 2014-12-04 Alberto Garcia <berto@igalia.com>
474 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
475 https://bugs.webkit.org/show_bug.cgi?id=136576
477 Reviewed by Carlos Garcia Campos.
479 CMake should complain if Accelerated 2D Canvas is explicitly
480 enabled but cairo-gl is not found.
482 * Source/cmake/OptionsGTK.cmake:
484 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
486 [EFL] Add subtle crypto to the build system
487 https://bugs.webkit.org/show_bug.cgi?id=138612
489 Reviewed by Csaba Osztrogonác.
491 * Source/cmake/OptionsEfl.cmake:
493 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
495 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
496 https://bugs.webkit.org/show_bug.cgi?id=139085
498 Reviewed by Andreas Kling.
500 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
501 * Source/cmake/WebKitFeatures.cmake: ditto.
502 * Source/cmakeconfig.h.cmake: ditto.
504 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
506 [EFL] Drop support for the EFL 1.7
507 https://bugs.webkit.org/show_bug.cgi?id=139114
509 Reviewed by Gyuyoung Kim.
511 * Source/cmake/EFLHelpers.cmake: Removed.
512 * Source/cmake/FindEcore.cmake: Removed.
513 * Source/cmake/FindEdje.cmake: Removed.
514 * Source/cmake/FindEet.cmake: Removed.
515 * Source/cmake/FindEeze.cmake: Removed.
516 * Source/cmake/FindEfreet.cmake: Removed.
517 * Source/cmake/FindEina.cmake: Removed.
518 * Source/cmake/FindElementary.cmake: Removed.
519 * Source/cmake/FindEvas.cmake: Removed.
520 * Source/cmake/OptionsEfl.cmake:
522 2014-11-28 Philippe Normand <pnormand@igalia.com>
524 [CMake] Build failure against GStreamer git master
525 https://bugs.webkit.org/show_bug.cgi?id=138872
527 Reviewed by Csaba Osztrogon.
529 * Source/cmake/FindGStreamer.cmake: Simplified the
530 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
531 headers lookup, there's no need to do this manually. Also
532 explicitely check the version specified in GStreamer_FIND_VERSION.
534 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
536 [EFL] Remove E_Dbus dependency
537 https://bugs.webkit.org/show_bug.cgi?id=136355
539 Reviewed by Gyuyoung Kim.
541 * Source/cmake/FindE_DBus.cmake: Removed.
542 * Source/cmake/OptionsEfl.cmake:
544 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
546 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
548 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
550 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
552 [CMake] Use ld.gold if it is available to speedup builds
553 https://bugs.webkit.org/show_bug.cgi?id=137953
555 Reviewed by Carlos Garcia Campos.
557 * Source/cmake/OptionsCommon.cmake:
559 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
561 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
562 https://bugs.webkit.org/show_bug.cgi?id=138840
564 Reviewed by Csaba Osztrogonác.
566 * Source/cmake/OptionsCommon.cmake:
568 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
570 Remove Source/Platform cruft
571 https://bugs.webkit.org/show_bug.cgi?id=138658
573 Reviewed by Anders Carlsson.
576 * Source/Platform: Removed.
578 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
580 Enable Cortex-A53-specific code paths by default if core is detected.
581 https://bugs.webkit.org/show_bug.cgi?id=138499
583 Reviewed by Csaba Osztrogonác.
585 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
586 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
589 Since on ARM64/Linux the part number that cpuinfo reports depends on
590 the core the query is run on, the check is bound to and executed on the
591 available cores one by one.
593 * Source/cmake/OptionsCommon.cmake:
595 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
597 [EFL] Remove unnecessary version check from OptionsEfl.cmake
598 https://bugs.webkit.org/show_bug.cgi?id=138498
600 Reviewed by Csaba Osztrogonác.
602 * Source/cmake/OptionsEfl.cmake:
604 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
606 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
607 https://bugs.webkit.org/show_bug.cgi?id=138465
609 Reviewed by Gyuyoung Kim.
611 * Source/cmake/OptionsEfl.cmake:
613 2014-11-03 Dean Jackson <dino@apple.com>
615 Add ENABLE_FILTERS_LEVEL_2 feature guard.
616 https://bugs.webkit.org/show_bug.cgi?id=138362
618 Reviewed by Tim Horton.
620 Add a new feature define for Level 2 of CSS Filters.
621 http://dev.w3.org/fxtf/filters-2/
623 * Source/cmake/OptionsEfl.cmake:
624 * Source/cmake/OptionsGTK.cmake:
625 * Source/cmake/OptionsMac.cmake:
626 * Source/cmake/WebKitFeatures.cmake:
627 * Source/cmakeconfig.h.cmake:
629 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
631 Workaround for Cortex-A53 erratum 835769
632 https://bugs.webkit.org/show_bug.cgi?id=138315
634 Reviewed by Filip Pizlo.
636 This patch introduces CMake variable and preprocessor macro
637 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
638 code paths, if set true.
640 * Source/cmake/OptionsCommon.cmake:
641 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
643 * Source/cmakeconfig.h.cmake:
644 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
646 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
648 [GTK] Fix the build of FTL JIT
649 https://bugs.webkit.org/show_bug.cgi?id=138298
651 Reviewed by Carlos Garcia Campos.
653 * Source/cmake/OptionsGTK.cmake:
654 Remove the need for the LIBCXXABI package.
656 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
658 REGRESSION(CMake): Make it possible to build without introspection
659 https://bugs.webkit.org/show_bug.cgi?id=138006
661 Reviewed by Philippe Normand.
663 Add ENABLE_INTROSPECTION option.
665 * Source/PlatformGTK.cmake: Dot not add gir global target if
666 introspection is disabled.
667 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
668 introspection is disabled.
670 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
672 [GTK] Support script message handlers WebKitUserContentManager
673 https://bugs.webkit.org/show_bug.cgi?id=133730
675 Reviewed by Carlos Garcia Campos.
677 Support user script message handlers in WebKitUserContentManager.
678 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
679 an option is added to the CMake build files. The option is disabled
680 globally by default, and the WebKitGTK port enables it. On the API
681 level, two new methods to register and unregister names are provided
682 in the "window.webkit" namespace, and on message reception the
683 "WebKitUserContentManager::script-message-received" signal is
684 emitted, using the registered names as signal detail.
686 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
687 ENABLE_USER_MESSAGE_HANDLERS feature by default.
688 * Source/cmake/WebKitFeatures.cmake: Add feature description for
689 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
691 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
693 [GTK] Bump libsoup's minimum version to 2.42.0.
694 https://bugs.webkit.org/show_bug.cgi?id=138086
696 Reviewed by Martin Robinson.
698 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
699 soup-version.h header was added to soup.h in 2.41.4, which then becomes
700 the minimum version required to build the port these days.
702 In addition, since the autotools build system required 2.42.0 before
703 being retired, require the same version here. Version 2.42.0 was also
705 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
707 * Source/cmake/OptionsGTK.cmake:
709 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
711 [EFL] Remove unnecessary defines from OptionsEfl.cmake
712 https://bugs.webkit.org/show_bug.cgi?id=138132
714 Reviewed by Csaba Osztrogonác.
716 * Source/cmake/OptionsEfl.cmake:
718 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
720 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
722 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
724 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
726 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
727 https://bugs.webkit.org/show_bug.cgi?id=137946
729 Reviewed by Gyuyoung Kim.
731 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
733 * Source/cmake/OptionsEfl.cmake:
735 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
737 Fix FTL Native Inlining for EFL
738 https://bugs.webkit.org/show_bug.cgi?id=137774
740 Reviewed by Michael Saboff.
742 Updated CMake for FTL Native Inlining.
745 * Source/cmake/FindClang.cmake: Added.
746 * Source/cmake/OptionsEfl.cmake:
747 * Source/cmakeconfig.h.cmake:
749 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
751 Web Inspector: Generate all Inspector domains together in JavaScriptCore
752 https://bugs.webkit.org/show_bug.cgi?id=137748
754 Reviewed by Brian Burg.
756 * Source/PlatformEfl.cmake:
758 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
760 [GTK] Add initial gestures support
761 https://bugs.webkit.org/show_bug.cgi?id=137812
763 Reviewed by Sergio Villar Senin.
765 Check if the GTK+ version supports gestures or not.
767 * Source/cmake/FindGTK3.cmake:
768 * Source/cmake/OptionsGTK.cmake:
770 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
772 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
773 https://bugs.webkit.org/show_bug.cgi?id=137781
775 Reviewed by Martin Robinson.
777 We used to enable smooth scrolling unconditionally in autotools
778 (via WebKitFeatures.m4), but since the switch to CMake it's
779 unconditionally disabled, so changing the setting doesn't have any
782 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
784 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
786 Removing CUSTOM_PROTOCOLS guard
787 https://bugs.webkit.org/show_bug.cgi?id=137741
789 Reviewed by Benjamin Poulain.
791 * Source/cmake/OptionsEfl.cmake:
793 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
795 [EFL] Enable WebP support.
796 https://bugs.webkit.org/show_bug.cgi?id=136156
798 Reviewed by Gyuyoung Kim.
800 Add WebP package finding rule.
802 * Source/cmake/OptionsEfl.cmake:
804 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
806 [EFL] Enable custom URI schemes with CustomProtocols
807 https://bugs.webkit.org/show_bug.cgi?id=128177
809 Reviewed by Gyuyoung Kim.
811 Fixing ewk_context_url_scheme_register() ewebkit2 API
812 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
814 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
816 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
818 Bump version to 2.7.0
819 https://bugs.webkit.org/show_bug.cgi?id=137301
821 Rubber-stamped by Carlos Garcia Campos.
823 * Source/cmake/OptionsGTK.cmake: Bump version numbers
825 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
827 [EFL] Rename TEST_THEME_DIR macro
828 https://bugs.webkit.org/show_bug.cgi?id=137244
830 Reviewed by Csaba Osztrogonác.
832 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
834 2014-09-27 Dan Bernstein <mitz@apple.com>
836 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
837 https://bugs.webkit.org/show_bug.cgi?id=137053
839 Reviewed by Mark Rowe.
841 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
842 In the build pre-action, pass the --wksi and --llvm options to
843 copy-webkitlibraries-to-product-directory.
844 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
846 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
848 [GTK] Enable CSS_IMAGE_SET in production builds
849 https://bugs.webkit.org/show_bug.cgi?id=137142
851 Reviewed by Alejandro G. Castro.
853 This is required by the inspector to show some of the icons that
856 * Source/cmake/OptionsGTK.cmake:
858 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
860 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
861 https://bugs.webkit.org/show_bug.cgi?id=136377
863 Reviewed by Philippe Normand.
865 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
866 for CMake versions less than 3.
868 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
870 Remove WinCE port from trunk
871 https://bugs.webkit.org/show_bug.cgi?id=136951
873 Reviewed by Alex Christensen.
875 * Source/cmake/OptionsWinCE.cmake: Removed.
876 * Source/cmake/WebKitPackaging.cmake:
878 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
880 [EFL][GTK] Remove WebKit1 related codes
881 https://bugs.webkit.org/show_bug.cgi?id=136853
883 Reviewed by Csaba Osztrogonác.
885 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
888 * Source/PlatformGTK.cmake:
890 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
893 https://bugs.webkit.org/show_bug.cgi?id=136820
895 Reviewed by Csaba Osztrogonác.
897 * Source/cmake/FindICU.cmake:
899 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
901 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
902 https://bugs.webkit.org/show_bug.cgi?id=136814
904 Reviewed by Philippe Normand.
906 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
907 We bundle the wayland-egl dependency with wayland-client and wayland-server
908 and store the resulting variables with the WAYLAND_ prefix. Because of this
909 this line wasn't exporting anything useful.
911 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
915 * Source/cmake/WebKitMacros.cmake:
917 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
919 [JavaScriptCore] Fix FTL on platform EFL.
920 https://bugs.webkit.org/show_bug.cgi?id=133571
922 Reviewed by Filip Pizlo.
926 * Source/cmake/FindLIBCXXABI.cmake: Removed.
927 * Source/cmake/OptionsEfl.cmake:
929 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
932 https://bugs.webkit.org/show_bug.cgi?id=136571
934 Reviewed by Darin Adler.
936 * Source/cmake/OptionsEfl.cmake:
937 * Source/cmake/OptionsGTK.cmake:
938 * Source/cmake/OptionsMac.cmake:
939 * Source/cmake/WebKitFeatures.cmake:
940 * Source/cmakeconfig.h.cmake:
942 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
944 Remove CSS_FILTERS flag
945 https://bugs.webkit.org/show_bug.cgi?id=136529
947 Reviewed by Dirk Schulze.
949 * Source/cmake/OptionsEfl.cmake:
950 * Source/cmake/OptionsGTK.cmake:
951 * Source/cmake/OptionsMac.cmake:
952 * Source/cmake/WebKitFeatures.cmake:
953 * Source/cmakeconfig.h.cmake:
955 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
957 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
958 https://bugs.webkit.org/show_bug.cgi?id=136194
960 Reviewed by Csaba Osztrogonác.
962 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
966 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
968 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
969 https://bugs.webkit.org/show_bug.cgi?id=135560
971 Reviewed by Gyuyoung Kim.
973 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
975 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
977 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
978 https://bugs.webkit.org/show_bug.cgi?id=136343
980 Reviewed by David Kilzer.
982 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
984 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
985 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
987 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
989 [EFL] Share fast/speechsynthesis/ with other ports
990 https://bugs.webkit.org/show_bug.cgi?id=136224
992 Reviewed by Chris Fleizach.
994 Enable WebSpeech for EFL.
996 * Source/cmake/OptionsEfl.cmake:
998 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
1000 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
1001 https://bugs.webkit.org/show_bug.cgi?id=136127
1003 Reviewed by Gyuyoung Kim.
1005 Add build support for espeak.
1007 * Source/cmake/FindEspeak.cmake: Added.
1008 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
1010 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
1012 [EFL] Build break using clang
1013 https://bugs.webkit.org/show_bug.cgi?id=136245
1015 Reviewed by Gyuyoung Kim.
1017 * Source/cmake/OptionsEfl.cmake:
1018 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
1019 Some warnings are from system libraries.
1021 2014-08-25 Alberto Garcia <berto@igalia.com>
1023 [GTK] Unify webkitgtk and webkit2gtk directories
1024 https://bugs.webkit.org/show_bug.cgi?id=136209
1026 Reviewed by Carlos Garcia Campos.
1028 Use webkit2gtk-X.X both for the process binaries and the injected
1031 * Source/cmake/OptionsGTK.cmake:
1033 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
1035 [EFL] Move Efl specific code from Source/CMakeLists.txt
1036 https://bugs.webkit.org/show_bug.cgi?id=136206
1038 Reviewed by Gyuyoung Kim.
1040 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
1041 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
1043 * Source/CMakeLists.txt:
1044 * Source/cmake/OptionsEfl.cmake:
1046 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
1048 [EFL] Introduce DEVELOPER_MODE
1049 https://bugs.webkit.org/show_bug.cgi?id=135884
1051 Reviewed by Gyuyoung Kim.
1053 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
1054 instead of SHARED_CORE.
1055 SHARED_CORE can reduce link time and memory consumption but it is slightly different
1056 from release binary.
1058 * Source/cmake/OptionsEfl.cmake:
1059 * Source/cmake/WebKitHelpers.cmake:
1060 Moved fvisibility=hidden to OptionsEfl.cmake
1062 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
1064 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
1065 https://bugs.webkit.org/show_bug.cgi?id=136110
1067 Reviewed by Gyuyoung Kim.
1069 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
1071 * Source/cmake/OptionsEfl.cmake:
1073 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1075 [EFL] Apply eflsymbols.filter to WebKit2
1076 https://bugs.webkit.org/show_bug.cgi?id=136148
1078 Reviewed by Csaba Osztrogonác.
1080 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
1081 in the eflsymbols.filter.
1083 * Source/cmake/OptionsEfl.cmake:
1084 * Source/cmake/eflsymbols.filter:
1086 2014-08-21 Zalan Bujtas <zalan@apple.com>
1088 Enable SATURATED_LAYOUT_ARITHMETIC.
1089 https://bugs.webkit.org/show_bug.cgi?id=136106
1091 Reviewed by Simon Fraser.
1093 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
1094 (No measurable performance regression on Mac.)
1096 * Source/cmake/OptionsMac.cmake:
1097 * Source/cmake/WebKitFeatures.cmake:
1098 * Source/cmakeconfig.h.cmake:
1100 2014-08-19 Zalan Bujtas <zalan@apple.com>
1102 Remove ENABLE(SUBPIXEL_LAYOUT).
1103 https://bugs.webkit.org/show_bug.cgi?id=136077
1105 Reviewed by Simon Fraser.
1107 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
1109 * Source/cmake/OptionsEfl.cmake:
1110 * Source/cmake/OptionsGTK.cmake:
1111 * Source/cmake/OptionsMac.cmake:
1112 * Source/cmake/WebKitFeatures.cmake:
1113 * Source/cmakeconfig.h.cmake:
1115 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
1117 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
1118 https://bugs.webkit.org/show_bug.cgi?id=135980
1120 Reviewed by Martin Robinson.
1122 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
1123 overrides any other disabled optimization that was prepended to these
1124 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
1125 lists first in the final list of compilation flags.
1127 To avoid -On re-enabling optimizations that we'd like to keep disabled,
1128 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
1130 * Source/cmake/OptionsCommon.cmake:
1131 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
1132 * Source/cmake/OptionsGTK.cmake:
1134 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
1136 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
1138 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1140 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
1142 [GTK] Disable memory sampler on non-Linux system
1143 https://bugs.webkit.org/show_bug.cgi?id=134483
1145 Reviewed by Philippe Normand.
1147 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
1148 Linux because it uses many Linux-specific features, so we should disable
1149 memory sampler on other systems by default.
1151 * Source/cmake/OptionsGTK.cmake:
1153 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
1155 [GTK] HTML API documentation should also be installed versioned
1156 https://bugs.webkit.org/show_bug.cgi?id=135970
1158 Reviewed by Philippe Normand.
1160 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
1163 2014-08-14 Tomas Popela <tpopela@redhat.com>
1165 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
1166 https://bugs.webkit.org/show_bug.cgi?id=135937
1168 Reviewed by Carlos Garcia Campos.
1172 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
1174 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
1175 https://bugs.webkit.org/show_bug.cgi?id=135934
1177 Reviewed by Gustavo Noronha Silva.
1179 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
1180 The gir files should installed in $datadir/gir-1.0/ together with all other
1181 gir files. We don't need to install introspection files in a versioned
1182 directory because their filenames already contain the binary version. But before
1183 r171598, the files were only installed to the right directory if the
1184 gobject-instrospection pkg-config file was in the same prefix than the one we
1185 wanted to install, because the gir and typelibs directories were extracted from
1186 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
1187 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
1188 like we do in the autotools build.
1190 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
1191 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
1192 * Source/cmake/OptionsGTK.cmake: Define
1193 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
1195 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
1197 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
1198 https://bugs.webkit.org/show_bug.cgi?id=135836
1200 Reviewed by Philippe Normand.
1202 * Source/PlatformGTK.cmake: Add install command to also install
1203 the GObject DOM bindings API docs.
1205 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
1207 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
1208 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
1209 re-set CMAKE_C_FLAGS with the new string. The two flags should really
1210 be appended to CMAKE_C_FLAGS and the same variable re-set with the
1213 * Source/cmake/OptionsCommon.cmake:
1215 2014-08-13 Alex Christensen <achristensen@webkit.org>
1217 Progress towards CMake on Mac.
1218 https://bugs.webkit.org/show_bug.cgi?id=135819
1220 Reviewed by Laszlo Gombos.
1222 * Source/cmake/OptionsMac.cmake:
1223 Disable some more features temporarily to get CMake working.
1224 * Source/cmake/WebKitMacros.cmake:
1225 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
1227 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
1229 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
1230 https://bugs.webkit.org/show_bug.cgi?id=135798
1232 Reviewed by Philippe Normand.
1234 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
1236 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
1237 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
1238 https://bugs.webkit.org/show_bug.cgi?id=133317
1240 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
1242 Reviewed by Philippe Normand.
1244 No new tests since no new functionality has been added.
1246 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
1248 2014-08-11 Commit Queue <commit-queue@webkit.org>
1250 Unreviewed, rolling out r172393.
1251 https://bugs.webkit.org/show_bug.cgi?id=135796
1253 discussion needed about GnuTLS version bump on the bots
1254 (Requested by philn on #webkit).
1258 https://bugs.webkit.org/show_bug.cgi?id=133317
1259 http://trac.webkit.org/changeset/172393
1261 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
1262 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
1263 https://bugs.webkit.org/show_bug.cgi?id=133317
1265 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
1267 Reviewed by Philippe Normand.
1269 No new tests since no new functionality has been added.
1271 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
1273 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
1275 [GTK] Adds stubs for all subtle crypto algorithm implemntations
1276 https://bugs.webkit.org/show_bug.cgi?id=133316
1278 Reviewed by Philippe Normand.
1280 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
1281 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
1282 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
1284 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
1286 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
1288 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1290 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
1292 [GTK] REGRESSION(r166239): The ld version script is not being used
1293 https://bugs.webkit.org/show_bug.cgi?id=135694
1295 Reviewed by Martin Robinson.
1297 Move the symbols filter file from Tools/gtk to Source/cmake and rename
1298 it as gtksymbols.filter. Also updated it, since some of the symbols
1299 exported were renamed.
1301 * Source/cmake/OptionsGTK.cmake:
1302 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
1304 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
1306 [GTK] Child processes should be installed in a versioned directory
1307 https://bugs.webkit.org/show_bug.cgi?id=135754
1309 Reviewed by Gustavo Noronha Silva.
1311 Define LIBEXEC_INSTALL_DIR as
1312 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
1313 so that the child processes are installed in $libexec/webkitgtk-4.0.
1314 This makes it possible to install 2.6 in parallel to older versions.
1316 * Source/cmake/OptionsGTK.cmake:
1318 2014-08-08 Alex Christensen <achristensen@webkit.org>
1320 Progress towards using CMake on Mac.
1321 https://bugs.webkit.org/show_bug.cgi?id=135662
1323 Reviewed by Laszlo Gombos.
1326 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
1327 * Source/cmake/WebKitFeatures.cmake:
1328 * Source/cmakeconfig.h.cmake:
1329 Added features that are needed by the Mac port.
1330 * Source/cmake/OptionsMac.cmake:
1331 Enable CSS_IMAGE_SET based on FeatureDefines.h.
1332 Disable the FTL with CMake for now.
1333 * Source/cmake/OptionsEFL.cmake:
1334 * Source/cmake/OptionsGTK.cmake:
1335 Enable subpixel layout to not conflict with FeatureDefines.h
1337 2014-08-08 Simon Fraser <simon.fraser@apple.com>
1339 Undo some erroneous changes to the Xcode scheme files from r172259.
1341 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1342 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1344 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
1346 [CMake] Drop the required version of CMake down to 2.8.8
1347 https://bugs.webkit.org/show_bug.cgi?id=135713
1349 Reviewed by Alex Christensen.
1351 * CMakeLists.txt: Require CMake 2.8.8.
1353 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
1355 Get rid of INPUT_SPEECH
1356 https://bugs.webkit.org/show_bug.cgi?id=135672
1358 Reviewed by Andreas Kling.
1360 * Source/cmake/OptionsMac.cmake:
1361 * Source/cmake/WebKitFeatures.cmake:
1362 * Source/cmakeconfig.h.cmake:
1364 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
1366 [GTK] Disable IndexedDB
1367 https://bugs.webkit.org/show_bug.cgi?id=135692
1369 Reviewed by Carlos Garcia Campos.
1371 * Source/cmake/OptionsGTK.cmake:
1373 2014-08-06 Dean Jackson <dino@apple.com>
1375 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
1376 https://bugs.webkit.org/show_bug.cgi?id=135675
1378 Reviewed by Sam Weinig.
1380 * Source/cmake/OptionsGTK.cmake:
1381 * Source/cmake/OptionsMac.cmake:
1382 * Source/cmake/WebKitFeatures.cmake:
1383 * Source/cmakeconfig.h.cmake:
1385 2014-08-06 David Farler <dfarler@apple.com>
1387 Unreviewed build fix: Make includes semicolon in assignment.
1389 * Makefile.shared: Remove a ;
1391 2014-08-06 David Farler <dfarler@apple.com>
1393 Set DSYMUTIL_NUM_THREADS to the number of logical cores
1394 https://bugs.webkit.org/show_bug.cgi?id=135655
1396 Reviewed by Mark Rowe.
1398 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
1400 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
1402 [GTK] Be able to disable gtk2 dependency
1403 https://bugs.webkit.org/show_bug.cgi?id=135505
1405 Reviewed by Gustavo Noronha Silva.
1407 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
1408 required when it's enabled. It's enabled by default.
1410 * Source/cmake/OptionsGTK.cmake:
1412 2014-08-05 Alex Christensen <achristensen@webkit.org>
1415 https://bugs.webkit.org/show_bug.cgi?id=135620
1417 Reviewed by Laszlo Gombos.
1419 * Source/cmake/OptionsMac.cmake:
1420 Use UDIS86 by default on Mac.
1422 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
1424 Add a flag for the CSS Selectors level 4 implementation
1425 https://bugs.webkit.org/show_bug.cgi?id=135535
1427 Reviewed by Andreas Kling.
1429 * Source/cmake/OptionsEfl.cmake:
1430 * Source/cmake/OptionsGTK.cmake:
1431 * Source/cmake/WebKitFeatures.cmake:
1432 * Source/cmakeconfig.h.cmake:
1434 2014-08-04 Alex Christensen <achristensen@webkit.org>
1436 Progress towards CMake on Mac.
1437 https://bugs.webkit.org/show_bug.cgi?id=135528
1439 Reviewed by Gyuyoung Kim.
1441 * Source/cmake/OptionsMac.cmake:
1442 Made options list based on FeatureDefines.xcconfig files.
1444 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
1446 [GTK] Windowing target support should reflect the support in the GTK+ dependency
1447 https://bugs.webkit.org/show_bug.cgi?id=134736
1449 Reviewed by Martin Robinson.
1451 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
1452 support the X11 or Wayland windowing targets -- instead, if there's no support
1453 the specific target is disabled, and an error is thrown only if neither of the
1454 backends is enabled at the end..
1455 For now the X11 target remains enabled by default, and the Wayland target is
1456 kept disabled. Once it's possible to have both targets enabled at runtime in
1457 WebKit, the Wayland target will be enabled as well and we'll leave it to the
1458 GTK+ dependency to determine which targets can be enabled.
1460 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
1462 [CMake] Add FindWayland.cmake
1463 https://bugs.webkit.org/show_bug.cgi?id=135540
1465 Reviewed by Martin Robinson.
1467 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
1468 dependency. For now bundles the wayland-client, wayland-server and
1469 wayland-egl pkg-config targets into one dependency, but these could
1470 be split in the future if necessary.
1472 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
1474 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
1475 https://bugs.webkit.org/show_bug.cgi?id=135553
1477 Reviewed by Gyuyoung Kim.
1479 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
1480 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
1482 * Source/cmake/OptionsEfl.cmake:
1484 2014-08-01 Bear Travis <betravis@adobe.com>
1486 [Feature Queries] Enable Feature Queries on EFL/GTK
1487 https://bugs.webkit.org/show_bug.cgi?id=134902
1489 Reviewed by Benjamin Poulain.
1491 Enable CSS Feature Queries by default on the EFL and GTK
1494 * Source/cmake/OptionsEfl.cmake:
1495 * Source/cmake/OptionsGTK.cmake:
1497 2014-08-01 Alex Christensen <achristensen@webkit.org>
1499 Progress towards cmake on Windows.
1500 https://bugs.webkit.org/show_bug.cgi?id=135484
1502 Reviewed by Martin Robinson.
1505 Added Mac to list of ports, even though it is not done yet.
1506 Changed minimum bison version to version installed on Macs.
1507 * Source/cmake/OptionsAppleWin.cmake:
1508 Added some definitions.
1509 * Source/cmake/OptionsEfl.cmake:
1510 * Source/cmake/OptionsGTK.cmake:
1511 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
1512 * Source/cmake/OptionsMac.cmake: Added blank for now.
1513 * Source/cmake/OptionsWinCairo.cmake:
1514 * Source/cmake/OptionsWindows.cmake:
1515 Added some definitions.
1516 Removed /WX (warnings treated as error while compiling).
1517 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
1519 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
1521 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
1522 https://bugs.webkit.org/show_bug.cgi?id=135501
1524 Reviewed by Gyuyoung Kim.
1526 Use PROJECT_VERSION_MICRO instead.
1528 * Source/cmake/OptionsEfl.cmake:
1529 * Source/cmake/OptionsGTK.cmake:
1530 * Source/cmake/WebKitHelpers.cmake:
1532 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
1534 [EFL] Bump ewebkit version to 1.11
1535 https://bugs.webkit.org/show_bug.cgi?id=135487
1537 Reviewed by Gyuyoung Kim.
1539 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
1541 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1543 [EFL] Add support for building with Geoclue2.
1544 https://bugs.webkit.org/show_bug.cgi?id=135455
1546 Reviewed by Gyuyoung Kim.
1548 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
1551 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
1553 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
1555 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1557 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
1559 [GTK] Bump binary version for 2.6
1560 https://bugs.webkit.org/show_bug.cgi?id=133724
1562 Reviewed by Philippe Normand.
1564 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
1565 update library version numbers.
1567 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
1569 [CMake] Bump the minimum required version
1570 https://bugs.webkit.org/show_bug.cgi?id=135382
1572 Reviewed by Gyuyoung Kim.
1574 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
1575 we introduced usage of target_include_directories().
1577 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
1579 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
1580 https://bugs.webkit.org/show_bug.cgi?id=135376
1582 Reviewed by Gyuyoung Kim.
1584 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
1586 * Source/cmake/OptionsEfl.cmake:
1587 * Source/cmake/OptionsGTK.cmake:
1589 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
1591 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
1592 https://bugs.webkit.org/show_bug.cgi?id=135288
1594 Reviewed by Martin Robinson.
1596 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
1597 datadir to pkgconfig
1598 * Source/cmake/OptionsGTK.cmake: define install directories early
1599 enough to be used in FindGObjectIntrospection.cmake
1601 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
1603 Remove CSS_EXCLUSIONS compile flag and leftover code
1604 https://bugs.webkit.org/show_bug.cgi?id=135175
1606 Reviewed by Zoltan Horvath.
1608 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
1609 stubs. This removes the flag and the useless code.
1611 * Source/cmake/WebKitFeatures.cmake:
1612 * Source/cmakeconfig.h.cmake:
1614 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
1616 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
1617 https://bugs.webkit.org/show_bug.cgi?id=135114
1619 Fix build with GStreamer 1.4
1621 Reviewed by Philippe Normand.
1623 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
1624 gst-mpegts component instead of the unstable 1.3.x verstions.
1626 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1628 [GTK] Simplify make-dist command line arguments
1629 https://bugs.webkit.org/show_bug.cgi?id=134832
1631 Reviewed by Martin Robinson.
1633 * Source/PlatformGTK.cmake: Use --version instead of
1634 --tarball-root when running make-dist.py.
1636 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
1638 Add a manual test for r135044
1640 <https://bugs.webkit.org/show_bug.cgi?id=135044>
1642 Rubber-stamped by Andy Estes.
1644 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
1646 2014-07-18 Dana Burkart <dburkart@apple.com>
1648 Add a new 'analyze' target to the makefile. This will make use of a new
1649 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
1651 https://bugs.webkit.org/show_bug.cgi?id=135057
1652 <rdar://problem/10193187>
1654 Reviewed by David Kilzer.
1660 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
1662 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
1663 https://bugs.webkit.org/show_bug.cgi?id=134963
1665 Reviewed by Gyuyoung Kim.
1667 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
1669 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
1671 2014-07-14 Daniel Bates <dabates@apple.com>
1673 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
1674 https://bugs.webkit.org/show_bug.cgi?id=134905
1675 <rdar://problem/16602779>
1677 Reviewed by Simon Fraser.
1679 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
1680 on the tapped element when processing a touchend as a result of finger pressing and releasing
1681 on the same element that is initially positioned outside the visible content area.
1683 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
1685 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
1687 [GTK] Enable VIDEO_TRACK by default
1688 https://bugs.webkit.org/show_bug.cgi?id=134801
1690 Reviewed by Philippe Normand.
1692 * Source/cmake/OptionsGTK.cmake:
1694 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
1696 [GTK][CMake] Add a 'distcheck' target
1697 https://bugs.webkit.org/show_bug.cgi?id=130675
1699 Reviewed by Gustavo Noronha Silva.
1701 * Source/PlatformGTK.cmake: Add distcheck target.
1703 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
1705 [GTK] Use the same default options for production builds that previous stable releases
1706 https://bugs.webkit.org/show_bug.cgi?id=134589
1708 Reviewed by Martin Robinson.
1710 Change the default value of some features to match our stable releases.
1711 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
1712 canvas depend on whether cairo-gl is found.
1714 * Source/cmake/FindCairoGL.cmake: Added.
1715 * Source/cmake/OptionsGTK.cmake:
1717 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
1719 [EFL] Support Encrypted Media Extensions.
1720 https://bugs.webkit.org/show_bug.cgi?id=134750
1722 Reviewed by Gyuyoung Kim.
1724 Webkit needs to play encrypted media contents when media player
1725 is played by Media source extensions and normal video procedure.
1727 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
1729 2014-07-08 Alex Christensen <achristensen@webkit.org>
1731 Steps towards CMake on Windows.
1732 https://bugs.webkit.org/show_bug.cgi?id=134716
1734 Reviewed by Martin Robinson.
1737 Added AppleWin and WinCairo to list of CMake ports.
1738 * Source/cmake/OptionsAppleWin.cmake: Added.
1739 * Source/cmake/OptionsWinCairo.cmake: Added.
1740 * Source/cmake/OptionsWindows.cmake:
1741 Windows needs to use the system malloc. Other options to come.
1743 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1745 [EFL] Support Geolocation
1746 https://bugs.webkit.org/show_bug.cgi?id=134439
1748 Reviewed by Antonio Gomes.
1750 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
1752 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
1754 Broken build with build-webkit --no-video
1755 https://bugs.webkit.org/show_bug.cgi?id=134587
1757 Reviewed by Darin Adler.
1759 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
1761 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
1763 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
1765 [GTK] The list of features shown by cmake is not accurate
1766 https://bugs.webkit.org/show_bug.cgi?id=134588
1768 Reviewed by Gustavo Noronha Silva.
1770 The problem is that some options might change after the feature
1771 list has been printed.
1773 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
1774 setting the default values of features and set WEBGL value
1775 depending on the dependencies, and API_TEST depending on whether
1776 developer mode is enabled or not.
1778 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
1780 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
1781 https://bugs.webkit.org/show_bug.cgi?id=134578
1783 Reviewed by Gyuyoung Kim.
1785 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
1786 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
1787 disable related option if it is not ON.
1789 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
1790 * Source/cmake/OptionsGTK.cmake: Ditto.
1791 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
1793 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
1795 [GTK] make dist is broken
1796 https://bugs.webkit.org/show_bug.cgi?id=134542
1798 Reviewed by Martin Robinson.
1800 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
1802 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
1804 [CMake] Add necessary support for building for the Wayland target
1805 https://bugs.webkit.org/show_bug.cgi?id=134160
1807 Reviewed by Darin Adler.
1809 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
1810 is enabled, and that its version matches the version of the generic package. Same
1811 for the gtk+-wayland-3.0 package and the Wayland target.
1812 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
1813 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
1814 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
1815 so they keep building the TestNetscapePlugin target.
1816 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
1817 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
1818 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
1819 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
1820 the minimum required version as soon as that target is enabled. Only search for GLX
1821 if the X11 target is enabled.
1823 2014-06-29 Yoav Weiss <yoav@yoav.ws>
1825 Add support for HTMLImageElement's sizes attribute
1826 https://bugs.webkit.org/show_bug.cgi?id=133620
1828 Reviewed by Dean Jackson.
1830 Added an ENABLE_PICTURE_SIZES compile flag.
1832 * Source/cmake/WebKitFeatures.cmake:
1833 * Source/cmakeconfig.h.cmake:
1835 2014-06-26 Daniel Bates <dabates@apple.com>
1837 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
1838 https://bugs.webkit.org/show_bug.cgi?id=134309
1839 <rdar://problem/17427385>
1841 Reviewed by Darin Adler.
1843 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
1846 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
1848 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
1850 Remove build guard for progress element
1851 https://bugs.webkit.org/show_bug.cgi?id=134292
1853 Reviewed by Benjamin Poulain.
1855 The build flag is no longer needed as it is always on.
1857 * Source/cmake/WebKitFeatures.cmake:
1858 * Source/cmakeconfig.h.cmake:
1860 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
1862 [EFL] Platform support for WebSpeech feature.
1863 https://bugs.webkit.org/show_bug.cgi?id=116438
1865 Reviewed by Csaba Osztrogonác.
1867 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
1869 * Source/cmake/OptionsEfl.cmake:
1870 * Source/cmake/WebKitFeatures.cmake:
1872 2014-06-23 Philippe Normand <pnormand@igalia.com>
1874 Unreviewed, GTK build fix after r170266.
1876 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
1878 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1880 Disable gamepad feature on EFL and GTK ports by default
1881 https://bugs.webkit.org/show_bug.cgi?id=134169
1883 Reviewed by Brady Eidson.
1885 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
1887 2014-06-21 Brady Eidson <beidson@apple.com>
1889 Gamepad API - Deprecate the existing implementation
1890 https://bugs.webkit.org/show_bug.cgi?id=134108
1892 Reviewed by Timothy Hatcher.
1894 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
1895 -Add the "Deprecated" suffix to some implementation files
1897 * Source/cmake/OptionsEfl.cmake:
1898 * Source/cmake/OptionsGTK.cmake:
1899 * Source/cmake/WebKitFeatures.cmake:
1900 * Source/cmakeconfig.h.cmake:
1902 2014-06-21 Commit Queue <commit-queue@webkit.org>
1904 Unreviewed, rolling out r170244.
1905 https://bugs.webkit.org/show_bug.cgi?id=134157
1907 GTK/EFL bindings generator works differently, making this
1908 patch not work there. Will fix entire patch after a rollout.
1909 (Requested by bradee-oh on #webkit).
1913 "Gamepad API - Deprecate the existing implementation"
1914 https://bugs.webkit.org/show_bug.cgi?id=134108
1915 http://trac.webkit.org/changeset/170244
1917 2014-06-21 Brady Eidson <beidson@apple.com>
1919 Gamepad API - Deprecate the existing implementation
1920 https://bugs.webkit.org/show_bug.cgi?id=134108
1922 Reviewed by Timothy Hatcher.
1924 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
1925 -Add the "Deprecated" suffix to some implementation files
1927 * Source/cmake/OptionsEfl.cmake:
1928 * Source/cmake/OptionsGTK.cmake:
1929 * Source/cmake/WebKitFeatures.cmake:
1930 * Source/cmakeconfig.h.cmake:
1932 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1934 Removing PAGE_VISIBILITY_API compile guard.
1935 https://bugs.webkit.org/show_bug.cgi?id=133844
1937 Reviewed by Gavin Barraclough.
1939 * Source/cmake/OptionsEfl.cmake:
1940 * Source/cmake/OptionsGTK.cmake:
1941 * Source/cmake/WebKitFeatures.cmake:
1942 * Source/cmakeconfig.h.cmake:
1944 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
1946 [EFL][CMAKE] Disable WebKit1 build as a default
1947 https://bugs.webkit.org/show_bug.cgi?id=134093
1949 Reviewed by Gyuyoung Kim.
1951 Disable WebKit1 build and enable WebKit2 build for the EFL port.
1953 * Source/cmake/OptionsEfl.cmake:
1955 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
1957 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
1958 https://bugs.webkit.org/show_bug.cgi?id=130389
1960 Reviewed by Mark Lam.
1962 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
1963 into !ENABLE(JIT) since they are mutually exclusive.
1965 * Source/cmake/OptionsEfl.cmake:
1966 * Source/cmake/OptionsGTK.cmake:
1967 * Source/cmake/WebKitFeatures.cmake:
1968 * Source/cmakeconfig.h.cmake:
1970 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
1972 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
1973 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
1974 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
1975 by the plugin process, but it is searched and utilized separately.
1977 Rubber-stamped by Carlos Garcia Campos.
1979 * Source/cmake/OptionsGTK.cmake:
1981 2014-06-16 Commit Queue <commit-queue@webkit.org>
1983 Unreviewed, rolling out r170003.
1984 https://bugs.webkit.org/show_bug.cgi?id=133938
1986 This patch broke GTK build (Requested by kczech on #webkit).
1990 "[EFL] Platform support for WebSpeech feature."
1991 https://bugs.webkit.org/show_bug.cgi?id=116438
1992 http://trac.webkit.org/changeset/170003
1994 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
1996 [EFL] Platform support for WebSpeech feature.
1997 https://bugs.webkit.org/show_bug.cgi?id=116438
1999 Reviewed by Gyuyoung Kim.
2001 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
2003 * Source/cmake/OptionsEfl.cmake:
2004 * Source/cmake/WebKitFeatures.cmake:
2006 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2008 [EFL] Remove duplicated compiler flag
2009 https://bugs.webkit.org/show_bug.cgi?id=133838
2011 Reviewed by Anders Carlsson.
2013 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
2014 it added to common compiler options. So, it is duplicated.
2016 * Source/cmake/WebKitHelpers.cmake:
2018 2014-06-11 Commit Queue <commit-queue@webkit.org>
2020 Unreviewed, rolling out r169877.
2021 https://bugs.webkit.org/show_bug.cgi?id=133784
2023 rollout wrong build fix approach for EFL port (Requested by
2024 gyuyoung on #webkit).
2028 "Unreviewed, EFL build fix since r169869."
2029 http://trac.webkit.org/changeset/169877
2031 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2033 Unreviewed, EFL build fix since r169869.
2035 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
2037 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
2039 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2041 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
2043 * Source/cmake/WebKitHelpers.cmake:
2045 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
2047 [GTK] Make it possible to build with FTL enabled
2048 https://bugs.webkit.org/show_bug.cgi?id=133219
2050 Reviewed by Philippe Normand.
2052 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
2054 * Source/cmake/OptionsGTK.cmake:
2056 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
2058 [CMake] Clean up FAST_MOBILE_SCROLLING
2059 https://bugs.webkit.org/show_bug.cgi?id=133342
2061 Reviewed by Gyuyoung Kim.
2063 FAST_MOBILE_SCROLLING was removed in r168726.
2065 * Source/cmake/OptionsEfl.cmake:
2066 * Source/cmake/OptionsGTK.cmake:
2067 * Source/cmake/WebKitFeatures.cmake:
2068 * Source/cmakeconfig.h.cmake:
2070 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2073 https://bugs.webkit.org/show_bug.cgi?id=132863
2075 Reviewed by Csaba Osztrogonác.
2077 * Source/cmake/OptionsEfl.cmake:
2078 * Source/cmake/OptionsGTK.cmake:
2079 * Source/cmake/WebKitFeatures.cmake:
2080 * Source/cmakeconfig.h.cmake:
2082 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
2084 Allow building CMake based ports with WEB_REPLAY
2085 https://bugs.webkit.org/show_bug.cgi?id=133154
2087 Reviewed by Csaba Osztrogonác.
2089 * Source/cmake/WebKitFeatures.cmake:
2090 * Source/cmakeconfig.h.cmake:
2092 2014-05-21 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
2094 [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled
2095 https://bugs.webkit.org/show_bug.cgi?id=132907
2097 Reviewed by Gyuyoung Kim.
2099 * Source/cmake/FindLIBCXXABI.cmake: Added.
2100 * Source/cmake/OptionsEfl.cmake:
2102 2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2104 [EFL] Turn on ENABLE_CSS_FILTERS
2105 https://bugs.webkit.org/show_bug.cgi?id=133153
2107 Reviewed by Gyuyoung Kim.
2109 * Source/cmake/OptionsEfl.cmake: Enable CSS_FILTERS as default option value.
2111 2014-05-16 Martin Robinson <mrobinson@igalia.com>
2113 [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and LIBEXEC_INSTALL_DIR
2114 https://bugs.webkit.org/show_bug.cgi?id=132819
2116 Reviewed by Carlos Garcia Campos.
2118 * CMakeLists.txt: Hard-code CMAKE_ARCHIVE_OUTPUT_DIRECTORY etc, so that we can accept absolute paths for LIB_INSTALL_DIR
2120 * Source/cmake/OptionsCommon.cmake: Get rid of LIB_SUFFIX and try to make all path variables absolute. Also set
2121 CMAKE_ARCHIVE_OUTPUT_DIRECTORY, etc using the last path component of LIB_INSTALL_DIR, etc, so that absolute paths
2123 * Source/cmake/OptionsGTK.cmake: Ditto. Also get rid of all pkg-config specific variables.
2125 2014-05-20 Gustavo Noronha Silva <gns@gnome.org>
2127 [CMake] Support building with Debug Fission
2128 https://bugs.webkit.org/show_bug.cgi?id=131177
2130 Reviewed by Philippe Normand.
2132 * Source/cmake/OptionsCommon.cmake: add a DEBUG_FISSION option to enable usage
2133 of http://gcc.gnu.org/wiki/DebugFission.
2135 2014-05-20 Carlos Garcia Campos <cgarcia@igalia.com>
2137 [GTK] Rename translation domain as WebKit2GTK-3.0
2138 https://bugs.webkit.org/show_bug.cgi?id=132953
2140 Reviewed by Gustavo Noronha Silva.
2142 * Source/cmake/OptionsGTK.cmake:
2144 2014-05-18 Rik Cabanier <cabanier@adobe.com>
2146 support for navigator.hardwareConcurrency
2147 https://bugs.webkit.org/show_bug.cgi?id=132588
2149 Reviewed by Filip Pizlo.
2151 * Source/cmake/OptionsEfl.cmake:
2152 * Source/cmake/OptionsGTK.cmake:
2153 * Source/cmake/WebKitFeatures.cmake:
2154 * Source/cmakeconfig.h.cmake:
2156 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2158 Remove CSS_STICKY_POSITION guards
2159 https://bugs.webkit.org/show_bug.cgi?id=132676
2161 Reviewed by Simon Fraser.
2163 * Source/cmake/OptionsEfl.cmake:
2164 * Source/cmake/OptionsGTK.cmake:
2165 * Source/cmake/WebKitFeatures.cmake:
2166 * Source/cmakeconfig.h.cmake:
2168 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
2170 Unreviewed. Bump version numbers.
2172 * Source/cmake/OptionsGTK.cmake:
2174 2014-05-10 Martin Robinson <mrobinson@igalia.com>
2176 [GTK][CMake] Unable to do make install
2177 https://bugs.webkit.org/show_bug.cgi?id=130188
2179 Reviewed by Carlos Garcia Campos.
2181 Only try to install the HTML documentation if the build is configured to generate it via
2182 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
2183 to keep the HTML documentation directory as an installation source.
2185 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
2186 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
2187 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
2188 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
2189 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
2191 2014-05-09 Anders Carlsson <andersca@apple.com>
2193 Rename WebKit2.framework to WebKit.framework
2194 https://bugs.webkit.org/show_bug.cgi?id=132743
2195 <rdar://problem/15920046>
2197 Reviewed by Dan Bernstein.
2200 Build WebKit.xcodeproj before WebKit2.xcodeproj.
2202 * WebKit.xcworkspace/xcshareddata/xcschemes/:
2205 2014-05-06 David Kilzer <ddkilzer@apple.com>
2207 Add Makefile targets for copying static libraries (LLVM and WKSI)
2208 <http://webkit.org/b/132619>
2210 Reviewed by Mark Rowe.
2213 (MODULES): Add WebKitLibraries.
2215 2014-05-06 Commit Queue <commit-queue@webkit.org>
2217 Unreviewed, rolling out r168304.
2218 https://bugs.webkit.org/show_bug.cgi?id=132607
2220 Broke the build (Requested by KaL on #webkit).
2224 "[GTK][CMake] Unable to do make install"
2225 https://bugs.webkit.org/show_bug.cgi?id=130188
2226 http://trac.webkit.org/changeset/168304
2228 2014-05-05 Martin Robinson <mrobinson@igalia.com>
2230 [GTK][CMake] Unable to do make install
2231 https://bugs.webkit.org/show_bug.cgi?id=130188
2233 Reviewed by Carlos Garcia Campos.
2235 Only try to install the HTML documentation if the build is configured to generate it via
2236 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
2237 to keep the HTML documentation directory as an installation source.
2239 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
2240 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
2241 never added to the default target, but will be triggered by build-webkit, so that
2242 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
2243 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
2245 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2247 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
2248 https://bugs.webkit.org/show_bug.cgi?id=132525
2250 Reviewed by Martin Robinson.
2252 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
2253 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
2254 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
2256 2014-05-01 David Kilzer <ddkilzer@apple.com>
2258 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
2259 <http://webkit.org/b/132432>
2261 Reviewed by Tim Horton.
2263 * Source/cmake/WebKitFeatures.cmake:
2264 * Source/cmakeconfig.h.cmake:
2265 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
2267 2014-04-30 Simon Fraser <simon.fraser@apple.com>
2269 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
2271 Reviewed by Dan Bernstein/Anders Carlsson.
2273 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2274 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2276 2014-04-30 Simon Fraser <simon.fraser@apple.com>
2278 Let Xcode have its way with the WebKit workspace.
2280 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2281 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2283 2014-04-29 Martin Robinson <mrobinson@igalia.com>
2285 [GTK] Make it easier to run CMake for downstreams
2286 https://bugs.webkit.org/show_bug.cgi?id=132370
2288 Reviewed by Carlos Garcia Campos.
2290 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
2292 2014-04-27 Joonghun Park <jh718.park@samsung.com>
2294 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
2295 https://bugs.webkit.org/show_bug.cgi?id=132176
2297 Reviewed by Gyuyoung Kim.
2299 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
2301 * Source/cmake/OptionsEfl.cmake:
2303 2014-04-22 Alex Christensen <achristensen@webkit.org>
2305 Removed old stdbool and inttypes headers.
2306 https://bugs.webkit.org/show_bug.cgi?id=131966
2308 Reviewed by Brent Fulgham.
2310 * Source/cmake/OptionsWindows.cmake:
2311 * Source/cmake/WebKitPackaging.cmake:
2312 Removed references to os-win32 directory.
2314 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
2316 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
2318 Rubber-stamped by Carlos Garcia Campos.
2320 * Source/cmake/WebKitFeatures.cmake:
2322 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
2324 Empty RenderInline objects should not be line break objects.
2326 https://bugs.webkit.org/show_bug.cgi?id=131861
2327 <rdar://problem/15663617>
2329 Reviewed by David Hyatt.
2331 * ManualTests/empty-inline-as-line-break-position.html: Added.
2332 This issue wouldn't reproduce in WebKitTestRunner.
2334 2014-04-19 Brent Fulgham <bfulgham@apple.com>
2336 Revert unintended workspace change in my last commit.
2338 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
2339 Scheme type back to Debug.
2341 2014-04-18 Philippe Normand <pnormand@igalia.com>
2343 Remove NETWORK_INFO support
2344 https://bugs.webkit.org/show_bug.cgi?id=131841
2346 Reviewed by Gyuyoung Kim.
2348 * Source/cmake/OptionsEfl.cmake:
2349 * Source/cmake/OptionsGTK.cmake:
2350 * Source/cmake/WebKitFeatures.cmake:
2351 * Source/cmakeconfig.h.cmake:
2353 2014-04-17 Darin Adler <darin@apple.com>
2355 Try to fix EFL and GTK builds.
2357 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
2358 * Source/cmake/OptionsGTK.cmake: Ditto.
2359 * Source/cmakeconfig.h.cmake: Ditto.
2361 2014-04-16 Brendan Long <b.long@cablelabs.com>
2363 [GTK][CMAKE] build-webkit doesn't detect when the build fails
2364 https://bugs.webkit.org/show_bug.cgi?id=130148
2366 Reviewed by Martin Robinson.
2368 * 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.
2370 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
2372 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
2373 https://bugs.webkit.org/show_bug.cgi?id=131725
2375 Reviewed by Philippe Normand.
2377 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
2378 instead of GTK_UNIX_PRINTING_FOUND and set the macro
2379 HAVE_GTK_UNIX_PRINTING to 1 when found.
2381 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
2383 Web Replay: memoize nondeterministic attributes of the Navigator interface
2384 https://bugs.webkit.org/show_bug.cgi?id=131340
2386 Reviewed by Timothy Hatcher.
2388 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
2390 2014-04-09 Brendan Long <b.long@cablelabs.com>
2392 [GStreamer] Expose MPEG-TS metadata
2393 https://bugs.webkit.org/show_bug.cgi?id=122001
2395 Reviewed by Eric Carlson.
2397 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
2398 * Source/cmake/OptionsEfl.cmake: Same.
2399 * Source/cmake/OptionsGTK.cmake: Same.
2401 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
2403 Web Replay: memoize nondeterministic attributes of the Screen interface
2404 https://bugs.webkit.org/show_bug.cgi?id=131339
2406 Reviewed by Timothy Hatcher.
2408 * ManualTests/inspector/replay-window-screen.html: Added.
2410 2014-04-08 Martin Robinson <mrobinson@igalia.com>
2412 [GTK] Remove the WebKitGTK+ WebKit 1 code
2413 https://bugs.webkit.org/show_bug.cgi?id=131399
2415 Reviewed by Anders Carlsson.
2417 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
2418 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
2420 2014-04-08 Dan Bernstein <mitz@apple.com>
2422 Added bmalloc to the WebKit workspace.
2423 https://bugs.webkit.org/show_bug.cgi?id=131362
2425 Reviewed by Geoff Garen.
2427 * WebKit.xcworkspace/contents.xcworkspacedata:
2428 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2429 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2431 2014-04-08 Geoffrey Garen <ggaren@apple.com>
2433 Build bmalloc on iOS too
2434 https://bugs.webkit.org/show_bug.cgi?id=131381
2436 Reviewed by Andreas Kling.
2438 * Source/Makefile: Build it.
2440 2014-04-07 Geoffrey Garen <ggaren@apple.com>
2442 Build bmalloc on Mac
2443 https://bugs.webkit.org/show_bug.cgi?id=131333
2445 Reviewed by Mark Rowe.
2448 * WebKitBuild: Added.
2449 * WebKitBuild/Debug: Added.
2451 2014-04-07 Ryuan Choi <ryuan.choi@samsung.com>
2453 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT
2454 https://bugs.webkit.org/show_bug.cgi?id=131257
2456 Reviewed by Gyuyoung Kim.
2458 * Source/cmake/OptionsEfl.cmake: Enable MEDIA_CONTROLS_SCRIPT
2460 2014-04-06 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2462 [GTK] Stop trying to install WebKit1 documentation
2463 https://bugs.webkit.org/show_bug.cgi?id=131278
2465 Reviewed by Martin Robinson.
2467 * Source/PlatformGTK.cmake: Remove install() call since the WebKit1 documentation is not
2468 built anymore since r166584. This fixes `make install'.
2470 2014-04-04 Brian J. Burg <burg@cs.washington.edu>
2472 Web Replay: capture and replay wheel events and scroll commands
2473 https://bugs.webkit.org/show_bug.cgi?id=129402
2475 Reviewed by Timothy Hatcher.
2477 * ManualTests/inspector/replay-wheel-events.html: Added.
2479 2014-04-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2481 [GTK][CMake] Remove FindXt.cmake.
2482 https://bugs.webkit.org/show_bug.cgi?id=131227
2484 Reviewed by Anders Carlsson.
2486 Xt is already detected by CMake's own FindX11.cmake, so there is no need to keep a custom FindXt.cmake around.
2488 * Source/cmake/FindXt.cmake: Removed.
2489 * Source/cmake/OptionsGTK.cmake:
2491 2014-04-04 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
2493 [EFL] Build error due to changed path of generated js files.
2494 https://bugs.webkit.org/show_bug.cgi?id=131215
2496 Reviewed by Gyuyoung Kim.
2498 r166648 fixed the generation of some .js files on GTK. Due to some
2499 changes in the paths it causes a build error on EFL.
2501 * Source/PlatformEfl.cmake:
2502 Replaced path for two derived source files.
2504 2014-04-02 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2506 [GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
2507 https://bugs.webkit.org/show_bug.cgi?id=131095
2509 Reviewed by Martin Robinson.
2511 One needs to take into account OpenGL's include directory found via
2512 find_package() when looking for glx.h, since if the former is a
2513 non-standard location the latter will also be. If this is not it is
2514 possible that OpenGL is found but GLX support is not properly detected.
2516 * Source/cmake/OptionsGTK.cmake:
2518 2014-04-02 Martin Robinson <mrobinson@igalia.com>
2520 REGRESSION(r165704): [GTK] Inspector resources not correctly generated
2521 https://bugs.webkit.org/show_bug.cgi?id=130343
2523 Reviewed by Gustavo Noronha Silva.
2525 * CMakeLists.txt: Add a variable which points to the directory to store WebInspectorUI
2527 * Source/cmake/WebKitFS.cmake: Generate WebInspectorUI derived sources directories.
2529 2014-04-01 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2531 [CMake] Drop port check from FindEGL.cmake.
2532 https://bugs.webkit.org/show_bug.cgi?id=131091
2534 Reviewed by Gyuyoung Kim.
2536 There is no reason to mark some variables as advanced only for the
2539 * Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
2540 as advanced regardless of the port.
2542 2014-04-01 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2544 Fix the !ENABLE(BATTERY_STATUS) build
2545 https://bugs.webkit.org/show_bug.cgi?id=130183
2547 Reviewed by Anders Carlsson.
2549 * Source/cmake/OptionsEfl.cmake:
2551 2014-03-31 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2553 [CMake][GTK] Do not expand variables twice in if() checks.
2554 https://bugs.webkit.org/show_bug.cgi?id=130964
2556 Reviewed by Martin Robinson.
2558 In CMake, `if (${foo})' causes $foo to be evaluated first and its value
2559 to be checked by the if clause. This is not what we want, and
2560 configuration fails when, say, GLX support wasn't found as the if
2561 clause is actually evaluated as `if (TRUE AND (OR TRUE))'.
2563 * Source/cmake/OptionsGTK.cmake: Pass if (FOO) instead of if (${FOO})
2566 2014-03-31 Martin Robinson <mrobinson@igalia.com>
2568 [GTK] Remove scripts code only applicable to autotools
2569 https://bugs.webkit.org/show_bug.cgi?id=130841
2571 Reviewed by Anders Carlsson.
2573 * Source/cmake/WebKitPackaging.cmake: No longer need to consider autotools files.
2575 2014-03-31 Martin Robinson <mrobinson@igalia.com>
2577 [GTK] Use PROJECT_VERSION_* instead of WEBKIT_*_VERSION
2578 https://bugs.webkit.org/show_bug.cgi?id=130936
2580 Reviewed by Carlos Garcia Campos.
2582 * Source/cmake/OptionsGTK.cmake: No longer emulate the Autotools macro names.
2584 2014-03-31 Carlos Garcia Campos <cgarcia@igalia.com>
2586 [GTK] Add support for GTK3 plugins
2587 https://bugs.webkit.org/show_bug.cgi?id=130599
2589 Reviewed by Martin Robinson.
2591 * Source/cmake/OptionsGTK.cmake:
2593 2014-03-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2595 [EFL] Bump glib version from 2.36 to 2.38
2596 https://bugs.webkit.org/show_bug.cgi?id=130886
2598 Reviewed by Csaba Osztrogonác.
2600 * Source/cmake/OptionsEfl.cmake: Required glib-2.38 version.
2602 2014-03-26 Zoltan Horvath <zoltan@webkit.org>
2604 [CSS Shapes] Remove shape-inside support
2605 https://bugs.webkit.org/show_bug.cgi?id=130698
2607 Reviewed by David Hyatt.
2609 * Source/cmake/WebKitFeatures.cmake:
2610 * Source/cmakeconfig.h.cmake:
2612 2014-03-25 Martin Robinson <mrobinson@igalia.com>
2614 [GTK] Remove the autotools build
2615 https://bugs.webkit.org/show_bug.cgi?id=130717
2617 Reviewed by Anders Carlsson.
2619 * .gitignore: Remove references to autotools files.
2620 * GNUmakefile.am: Removed.
2621 * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
2622 * Source/autotools/CustomMacros.m4: Removed.
2623 * Source/autotools/FindDependencies.m4: Removed.
2624 * Source/autotools/PrintBuildConfiguration.m4: Removed.
2625 * Source/autotools/ReadCommandLineArguments.m4: Removed.
2626 * Source/autotools/SetupAutoconfHeader.m4: Removed.
2627 * Source/autotools/SetupAutomake.m4: Removed.
2628 * Source/autotools/SetupCompilerFlags.m4: Removed.
2629 * Source/autotools/SetupLibtool.m4: Removed.
2630 * Source/autotools/SetupWebKitFeatures.m4: Removed.
2631 * Source/autotools/Versions.m4: Removed.
2632 * Source/autotools/acinclude.m4: Removed.
2633 * Source/autotools/dolt.m4: Removed.
2634 * Source/autotools/gsettings.m4: Removed.
2635 * Source/cmake/OptionsGTK.cmake:
2636 * autogen.sh: Removed.
2637 * configure.ac: Removed.
2639 2014-03-25 Gabor Rapcsanyi <rgabor@webkit.org>
2641 [EFL] Add ARM64 build support
2642 https://bugs.webkit.org/show_bug.cgi?id=130506
2644 Rubber stamped by Gyuyoung Kim.
2646 * CMakeLists.txt: Set WTF_CPU_ARM64 when aarch64 is defined.
2648 2014-03-25 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2650 [EFL][WK2] Add NETWORK_PROCESS build option
2651 https://bugs.webkit.org/show_bug.cgi?id=130131
2653 Reviewed by Gyuyoung Kim.
2655 Add option to build EFL port with NETWORK_PROCESS set on. By default NETWORK_PROCESS is
2658 * Source/cmake/OptionsEfl.cmake:
2660 2014-03-24 Brian Burg <bburg@apple.com>
2662 Web Replay: capture and replay keyboard events
2663 https://bugs.webkit.org/show_bug.cgi?id=130314
2665 Reviewed by Joseph Pecoraro.
2667 * ManualTests/inspector/replay-keyboard-events.html: Added.
2669 2014-03-24 Sangyong Park <sy302.park@gmail.com>
2671 [EFL] Inspector page is not loaded.
2672 https://bugs.webkit.org/show_bug.cgi?id=130661
2674 Reviewed by Gyuyoung Kim.
2676 Inspector page is not loaded, because some javascript files are not installed.
2677 (InspectorJSBackendCommands.js, InspectorWebBackendCommands.js)
2679 * Source/PlatformEfl.cmake:
2681 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2683 [EFL][GTK] Get CMake to find Freetype2 properly
2684 https://bugs.webkit.org/show_bug.cgi?id=130150
2686 Reviewed by Martin Robinson.
2688 Newer versions of CMake are not able to find Freetype2 correctly.
2689 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
2690 freetype2 repo, because a completely different version number is found in freetype2.pc.
2692 * Source/cmake/FindFreetype2.cmake: Added.
2693 * Source/cmake/OptionsEfl.cmake:
2694 * Source/cmake/OptionsGTK.cmake:
2696 2014-03-20 Brian Burg <bburg@apple.com>
2698 Web Replay: capture and replay mouse events
2699 https://bugs.webkit.org/show_bug.cgi?id=129395
2701 Reviewed by Joseph Pecoraro.
2703 Create a manual test for capture/replay of mouse events.
2704 Copy over the crypto-md5.js library from SunSpider.
2706 * ManualTests/inspector/replay-mouse-events.html: Added.
2707 * ManualTests/inspector/resources/crypto-md5.js: Added.
2709 2014-03-20 Zan Dobersek <zdobersek@igalia.com>
2711 [GTK][CMake] Add support for building with Clang
2712 https://bugs.webkit.org/show_bug.cgi?id=130260
2714 Reviewed by Martin Robinson.
2716 * Source/PlatformGTK.cmake: Run the generate-gtkdoc script with the CFLAGS env set
2717 to the list C compiler flags as constructed by CMake.
2718 * Source/cmake/OptionsCommon.cmake: When building with Clang, use the -Qunused-arguments
2719 compiler option to suppress verbose warnings about arguments that went unused by the driver.
2720 * Source/cmake/OptionsGTK.cmake: Use -fno-omit-frame-pointer for both GCC and Clang.
2721 -fno-tree-dce should be used only for GCC.
2722 * Source/cmake/gtest/CMakeLists.txt: When building with Clang the GTest framework
2723 should be built with GTEST_HAS_TR1_TUPLE macro defined to 0 to avoid build failures.
2725 2014-03-20 Commit Queue <commit-queue@webkit.org>
2727 Unreviewed, rolling out r165962.
2728 https://bugs.webkit.org/show_bug.cgi?id=130512
2730 It broke the build (Requested by Ossy on #webkit).
2734 "[EFL][GTK] Get CMake to find Freetype2 properly"
2735 https://bugs.webkit.org/show_bug.cgi?id=130150
2736 http://trac.webkit.org/changeset/165962
2738 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2740 [EFL][GTK] Get CMake to find Freetype2 properly
2741 https://bugs.webkit.org/show_bug.cgi?id=130150
2743 Reviewed by Csaba Osztrogonác.
2745 Newer versions of CMake are not able to find Freetype2 correctly.
2746 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
2747 freetype2 repo, because a completely different version number is found in freetype2.pc.
2749 * Source/cmake/FindFreetype2.cmake: Added.
2750 * Source/cmake/OptionsEfl.cmake:
2751 * Source/cmake/OptionsGTK.cmake:
2753 2014-03-17 Brendan Long <b.long@cablelabs.com>
2755 [GStreamer] human readable language code for tracks
2756 https://bugs.webkit.org/show_bug.cgi?id=124514
2758 Reviewed by Martin Robinson.
2760 * Source/autotools/FindDependencies.m4: Add gstreamer-tag-1.0.
2761 * Source/cmake/FindGStreamer.cmake: Same.
2762 * Source/cmake/OptionsEfl.cmake: Same.
2763 * Source/cmake/OptionsGTK.cmake: Same.
2765 2014-03-17 Martin Robinson <mrobinson@igalia.com>
2767 [GTK][CMake] Credential storage is not enabled
2768 https://bugs.webkit.org/show_bug.cgi?id=130149
2770 Reviewed by Philippe Normand.
2772 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_CREDENTIAL_STORAGE option to the configuration
2773 and look libsecret when it's enabled.
2774 * Source/cmakeconfig.h.cmake: Expose the ENABLE_CREDENTIAL_STORAGE option to the build.
2776 2014-03-17 Martin Robinson <mrobinson@igalia.com>
2778 [GTK][CMake] Ensure that HAVE_GTK_UNIX_PRINTING is defined when appropriate
2779 https://bugs.webkit.org/show_bug.cgi?id=130155
2781 Reviewed by Philippe Normand.
2783 * Source/cmake/FindGTKUnixPrint.cmake: Added.
2784 * Source/cmake/OptionsGTK.cmake: Look for gtk+-unix-print and use it to turn on HAVE_GTK_UNIX_PRINTING.
2785 * Source/cmakeconfig.h.cmake: Add the HAVE_GTK_UNIX_PRINTING define.
2787 2014-03-16 Kim Byung Jun <bj1987.kim@samsung.com>
2789 [EFL] Enable TOUCH_SLIDER macro.
2790 https://bugs.webkit.org/show_bug.cgi?id=130186
2792 Reviewed by Gyuyoung Kim.
2794 * Source/cmake/OptionsEfl.cmake:
2796 2014-03-16 Zan Dobersek <zdobersek@igalia.com>
2798 [GTK][CMake] Build with -fno-rtti
2799 https://bugs.webkit.org/show_bug.cgi?id=130261
2801 Reviewed by Martin Robinson.
2803 * Source/cmake/OptionsCommon.cmake: List the -fno-exceptions, -fno-strict-aliasing
2804 and -fno-rtti options in the global CMAKE_C_FLAGS and CMAKE_CXX_FLAGS (-fno-rtti
2805 is only listed in the latter). Replace -std=gnu++0x with the official -std=c++11 option.
2806 * Source/cmake/WebKitHelpers.cmake: Stop -fno-exceptions and -fno-strict-aliasing
2807 from being set through the WEBKIT_SET_EXTRA_COMPILER_FLAGS macro, they are now listed
2808 in CMAKE_C_FLAGS and CMAKE_CXX_FLAGS.
2809 * Source/cmake/gtest/CMakeLists.txt: Build GTest code with GTEST_HAS_RTTI macro defined to 0.
2811 2014-03-16 Brendan Long <b.long@cablelabs.com>
2813 [GStreamer] CMake doesn't find the include path for gstreamer-base
2814 https://bugs.webkit.org/show_bug.cgi?id=130098
2816 Reviewed by Philippe Normand.
2818 * Source/cmake/FindGStreamer.cmake: Look for a header in gstreamer-base instead of looking for gst/gst.h twice.
2820 2014-03-14 Maciej Stachowiak <mjs@apple.com>
2822 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
2823 https://bugs.webkit.org/show_bug.cgi?id=130276
2824 <rdar://problem/16266927>
2826 Reviewed by Simon Fraser.
2828 * ManualTests/NPN_Invoke/Info.plist:
2829 * ManualTests/NPN_Invoke/main.c:
2830 * ManualTests/accessibility/resources/AppletTest.java:
2832 2014-03-14 Zan Dobersek <zdobersek@igalia.com>
2834 [CMake] Remove -fno-tree-sra workaround for GCC 4.5
2835 https://bugs.webkit.org/show_bug.cgi?id=130258
2837 Reviewed by Martin Robinson.
2839 GCC compilers 4.7 and later are supported, so there's no need for disabling
2840 the -ftree-sra optimization which was causing problems when enabled on GCC 4.5.
2842 * Source/cmake/WebKitHelpers.cmake:
2844 2014-03-14 Landry Breuil <landry@openbsd.org>
2846 Add autotools boilerplate for proper os defines on OpenBSD/NetBSD/DragonFly
2847 https://bugs.webkit.org/show_bug.cgi?id=129966
2849 Reviewed by Andreas Kling.
2851 * Source/autotools/CheckSystemAndBasicDependencies.m4:
2852 * Source/autotools/SetupAutomake.m4:
2854 2014-03-13 Mario Sanchez Prada <mario.prada@samsung.com>
2856 [CMake] Failure to link with older installations of WebP
2857 https://bugs.webkit.org/show_bug.cgi?id=130195
2859 Reviewed by Gustavo Noronha Silva.
2861 Fix the issue by using a temporary variable as the output parameter
2862 to check_include_files(), setting WEBP_FOUND accordingly later.
2864 * Source/cmake/FindWebP.cmake: Avoid reusing the WEBP_FOUND
2865 variable in check_include_files(), as it will lead to misleading
2866 results (will always be FALSE). Use a temporary variable instead
2867 and explicitly set WEBP_FOUND to TRUE later if needed.
2869 2014-03-12 Martin Robinson <mrobinson@igalia.com>
2871 [CMake] Changes to the bindings generator Perl modules do not trigger regeneration of bindings
2872 https://bugs.webkit.org/show_bug.cgi?id=130170
2874 Reviewed by Daniel Bates.
2876 * Source/cmake/WebKitMacros.cmake: Add the Perl modules used in script generation to the dependency
2877 list. We must check whether or not the specific one exists first, because the InjectedBundle uses a
2878 fake "TestRunner" generator.
2880 2014-03-12 Carlos Garcia Campos <cgarcia@igalia.com>
2882 [GTK][CMAKE] Remove compile warnings about GTK+ deprecated API
2883 https://bugs.webkit.org/show_bug.cgi?id=130014
2885 Reviewed by Martin Robinson.
2887 Set GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_6.
2889 * Source/cmake/OptionsGTK.cmake:
2890 * Source/cmakeconfig.h.cmake:
2892 2014-03-12 Martin Robinson <mrobinson@igalia.com>
2894 [GTK][CMAKE] Too verbose build output
2895 https://bugs.webkit.org/show_bug.cgi?id=130076
2897 Reviewed by Carlos Garcia Campos.
2899 * Source/cmake/OptionsGTK.cmake: Generate a script which does the actual build. This
2900 works around an issue where cmake --build doesn't support ninja's pretty printing.
2902 2014-03-10 Mario Sanchez Prada <mario.prada@samsung.com>
2904 [GTK] Add support for Geoclue2
2905 https://bugs.webkit.org/show_bug.cgi?id=120185
2907 Reviewed by Carlos Garcia Campos.
2909 Patch by Anton Obzhirov <a.obzhirov@samsung.com> and Mario Sanchez Prada <mario.prada@samsung.com>
2911 Add support for Geoclue2 using autotools.
2913 * Source/autotools/FindDependencies.m4: Add support for handling
2914 both Geoclue 1.0 and 2.0.
2915 * Source/autotools/PrintBuildConfiguration.m4: Print the version
2916 of geoclue that is being used.
2917 * Source/autotools/SetupAutoconfHeader.m4: Define GEOCLUE_API_VERSION_2.
2918 * Source/autotools/SetupAutomake.m4: Likewise, for AM_CONDITIONAL.
2919 * Source/autotools/Versions.m4: Added minimum required version for Geoclue2.
2921 Add support for Geoclue2 using CMake.
2923 * Source/cmake/FindGeoClue2.cmake: Added.
2924 * Source/cmake/OptionsGTK.cmake: Add support for handling Geoclue 1.0 and 2.0.
2925 * Source/cmakeconfig.h.cmake: Define WTF_USE_GEOCLUE2.
2927 2014-03-10 Martin Robinson <mrobinson@igalia.com>
2929 [GTK][CMAKE] gtk-doc HTML documentation is generated by default when building with CMake
2930 https://bugs.webkit.org/show_bug.cgi?id=130016
2932 Reviewed by Carlos Garcia Campos.
2934 * Source/PlatformGTK.cmake: Add two gtkdoc targets, one which builds HTML and one which
2935 doesn't. Add the non-HTML version to the default target, but not the HTML version. The
2936 HTML version will still run when building the distribution tarball.
2938 2014-03-10 Martin Robinson <mrobinson@igalia.com>
2940 [GTK] [CMake] Clean up library linking
2941 https://bugs.webkit.org/show_bug.cgi?id=129782
2943 Reviewed by Philippe Normand.
2945 * Source/cmake/OptionsGTK.cmake: Add a macro to wrap all libraries in a list with --whole-archive
2946 so that unused symbols are not dropped. This is useful when building up shared libraries
2947 from convenience libraries.
2949 2014-03-08 Landry Breuil <landry@openbsd.org>
2951 Don't check for shm_open on librt on OpenBSD, lib doesnt exist.
2952 https://bugs.webkit.org/show_bug.cgi?id=129973
2954 Reviewed by Martin Robinson.
2956 * Source/autotools/FindDependencies.m4:
2958 2014-03-06 Anders Carlsson <andersca@apple.com>
2960 Build WebKit2 before building WebKit
2961 https://bugs.webkit.org/show_bug.cgi?id=129831
2962 <rdar://problem/15920020>
2964 Reviewed by Dan Bernstein.
2967 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2968 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2970 2014-03-06 Commit Queue <commit-queue@webkit.org>
2972 Unreviewed, rolling out r165193.
2973 http://trac.webkit.org/changeset/165193
2974 https://bugs.webkit.org/show_bug.cgi?id=129823
2976 Not specifying libc++ as the stdlib for Clang through CXXFLAGS
2977 env confuses libtool (Requested by zdobersek on #webkit).
2979 * Source/autotools/SetupCompilerFlags.m4:
2981 2014-03-06 Zan Dobersek <zdobersek@igalia.com>
2983 [GTK][Autotools] Default to libc++ when compiling with Clang
2984 https://bugs.webkit.org/show_bug.cgi?id=129798
2986 Reviewed by Anders Carlsson.
2988 * Source/autotools/SetupCompilerFlags.m4: Default to using libc++ when compiling with the Clang
2989 compiler. This is still overridable if -stdlib=* flag was set through CXXFLAGS, in case people
2990 would for some reason still prefer libstdc++ (i.e. on setups where a functional libc++ is not yet available).
2992 2014-03-05 Martin Robinson <mrobinson@igalia.com>
2994 [CMake] Ninja generator builds fail with "Argument list too long"
2995 https://bugs.webkit.org/show_bug.cgi?id=129771
2997 Reviewed by Daniel Bates.
2999 * Source/cmake/OptionsCommon.cmake: Work around a bug in the Ninja CMake generator,
3000 by forcing the use of response files.
3002 2014-03-05 Ryuan Choi <ryuan.choi@samsung.com>
3004 [CMake] Use thin archives if building on Linux for non-shared-core debug builds
3005 https://bugs.webkit.org/show_bug.cgi?id=108330
3007 Reviewed by Martin Robinson.
3009 In order to get non-shared debug builds, this patch applied T option for
3010 thin archives to the flags passed to ar when cmake based ports build on linux.
3011 In addition, applied u option which avoids adding a file twice.
3013 * Source/cmake/OptionsCommon.cmake: Moved archive options from OptionsGTK.cmake.
3014 * Source/cmake/OptionsEfl.cmake:
3015 Removed error messages for non-shared-core debug builds.
3016 * Source/cmake/OptionsGTK.cmake: Moved archive options to OptionsCommon.cmake.
3018 2014-03-04 Zan Dobersek <zdobersek@igalia.com>
3020 [GTK] Build the Udis86 disassembler
3021 https://bugs.webkit.org/show_bug.cgi?id=129679
3023 Reviewed by Michael Saboff.
3025 * GNUmakefile.am: Add the Udis86_nosources variable.
3026 * Source/cmake/OptionsGTK.cmake: Enable the Udis86 disassembler.
3028 2014-03-04 Martin Robinson <mrobinson@igalia.com>
3030 [GTK] Simplify the GObject DOM bindings API break check into one step
3031 https://bugs.webkit.org/show_bug.cgi?id=129571
3033 Reviewed by Carlos Garcia Campos.
3035 * Source/PlatformGTK.cmake: We don't need to run the API break check before gtkdoc generation.
3036 Add the check to 'make check.'
3038 2014-03-04 Martin Robinson <mrobinson@igalia.com>
3040 [GTK][CMake] ENABLE_NAVIGATOR_CONTENT_UTILS is mistakenly enabled for the CMake build
3041 https://bugs.webkit.org/show_bug.cgi?id=129502
3043 Reviewed by Carlos Garcia Campos.
3045 * Source/cmake/OptionsGTK.cmake: Disable the option for GTK+.
3047 2014-03-03 Jozsef Berta <jberta.u-szeged@partner.samsung.com>
3049 [cmake] *Names.cpp file should be regenerated after touching StaticString.pm
3050 https://bugs.webkit.org/show_bug.cgi?id=129031
3052 Reviewed by Csaba Osztrogonác.
3054 * Source/cmake/WebKitMacros.cmake: Added a call for make_names.pm dependencies in GENERATE_FONT_NAMES and GENERATE_DOM_NAMES macros.
3056 2014-03-03 Carlos Garcia Campos <cgarcia@igalia.com>
3058 [GTK] WebKit2WebExtension GIR can't be used in vala
3059 https://bugs.webkit.org/show_bug.cgi?id=127179
3061 Reviewed by Martin Robinson.
3063 Add a different pkg-config file for the web extensions API.
3065 * Source/cmake/OptionsGTK.cmake:
3068 2014-03-02 Dirkjan Ochtman <d.ochtman@activevideo.com>
3070 Support ENABLE_ENCRYPTED_MEDIA in cmake builds
3071 https://bugs.webkit.org/show_bug.cgi?id=129575
3073 Reviewed by Philippe Normand.
3075 * Source/cmake/OptionsEfl.cmake:
3076 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
3077 * Source/cmake/OptionsGTK.cmake:
3078 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
3079 * Source/cmake/WebKitFeatures.cmake:
3080 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
3081 * Source/cmakeconfig.h.cmake:
3082 Added ENABLE_ENCRYPTED_MEDIA{,_V2} flags.
3084 2014-02-27 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
3086 Enable support of X-Content-Type-Options: nosniff header for EFL
3087 https://bugs.webkit.org/show_bug.cgi?id=128673
3089 Reviewed by Gyuyoung Kim.
3091 * Source/cmake/OptionsEfl.cmake:
3092 Enabled NOSNIFF feature flag for EFL.
3094 2014-02-27 Koop Mast <kwm@FreeBSD.org>
3096 Fallback on checking for libz manualy if zlib.pc isn't available.
3097 https://bugs.webkit.org/show_bug.cgi?id=127061
3099 Reviewed by Gustavo Noronha Silva.
3101 * Source/autotools/FindDependencies.m4:
3103 2014-02-25 Sergio Villar Senin <svillar@igalia.com>
3105 [CSS Grid Layout] Add ENABLE flag
3106 https://bugs.webkit.org/show_bug.cgi?id=129153
3108 Reviewed by Simon Fraser.
3110 Added the ENABLE_CSS_GRID_LAYOUT feature flag to the cmake and
3111 autotools build systems. The feature is disabled by default for
3114 * Source/autotools/SetupWebKitFeatures.m4:
3115 * Source/cmake/OptionsEfl.cmake:
3116 * Source/cmake/OptionsGTK.cmake:
3117 * Source/cmake/WebKitFeatures.cmake:
3118 * Source/cmakeconfig.h.cmake:
3120 2014-02-24 Martin Robinson <mrobinson@igalia.com>
3122 [GTK] generate-gtkdoc should not generate documentation for source files for unbuilt source files
3123 https://bugs.webkit.org/show_bug.cgi?id=128417
3125 Reviewed by Carlos Garcia Campos.
3127 * Source/cmake/OptionsGTK.cmake: Define the paths to the pkgconfig files here, so that they
3128 may one day be used in the webkitdom config file generation.
3130 2014-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3132 [EFL][CMake] Fix javascriptcore test failings by the jsCStack branch merge
3133 https://bugs.webkit.org/show_bug.cgi?id=128961
3135 Reviewed by Ryosuke Niwa.
3137 Javascriptcore test on EFL port has been broken since the jsCStack branch merge.
3138 For now we can fix almost tests by using "-fno-tree-dce option". Unfortunately,
3139 EFL port needs not to check "uninitialized" build warning as error in order to
3140 adjust the option to EFL port. This patch don't take it as error temporarily.
3142 * Source/cmake/OptionsEfl.cmake:
3143 * Source/cmake/WebKitHelpers.cmake:
3145 2014-02-16 Martin Robinson <mrobinson@igalia.com>
3147 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
3148 https://bugs.webkit.org/show_bug.cgi?id=128434
3150 Reviewed by Anders Carlsson.
3152 * Source/cmake/OptionsGTK.cmake: Add -fno-omit-frame-pointer to the GTK+ CMake
3153 port as well as -fno-tree-dce, like it is used in the autotools build.
3155 2014-02-17 ChangSeok Oh <changseok.oh@collabora.com>
3157 [GTK] MEDIA_CONTROLS_SCRIPT depends on VIDEO_TRACK
3158 https://bugs.webkit.org/show_bug.cgi?id=128799
3160 Reviewed by Philippe Normand.
3162 MEDIA_CONTROLS_SCRIPT has a dependency on VIDEO_TRACK. So it causes a build break
3163 if building with autotools. cmake system has enabled it as default. So I propose
3164 enabling VIDEO_TRACK as well.
3166 * Source/autotools/SetupWebKitFeatures.m4:
3168 2014-02-14 Commit Queue <commit-queue@webkit.org>
3170 Unreviewed, rolling out r164090.
3171 http://trac.webkit.org/changeset/164090
3172 https://bugs.webkit.org/show_bug.cgi?id=128807
3174 It broke the EFL build (Requested by Ossy on #webkit).
3176 * Source/cmake/OptionsCommon.cmake:
3177 * Source/cmake/OptionsEfl.cmake:
3179 2014-02-09 Martin Robinson <mrobinson@igalia.com>
3181 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
3182 https://bugs.webkit.org/show_bug.cgi?id=128434
3184 Extend a fix for EFL to all ports that use GCC. Also include further fixes
3185 that were applied only to the autotools build.
3187 Reviewed by Gyuyoung Kim.
3189 * Source/cmake/OptionsCommon.cmake: Add -fno-omit-frame-pointer to all ports as well
3190 as -fno-tree-dce, which is necessary for GTK+.
3191 * Source/cmake/OptionsEfl.cmake: The GCC flag additions are now in the common options file.
3193 2014-02-04 Gustavo Noronha Silva <gns@gnome.org>
3195 [GTK][CMake] Generate GObject DOM bindings .symbols files
3196 https://bugs.webkit.org/show_bug.cgi?id=126210
3198 Reviewed by Martin Robinson.
3200 * Source/PlatformGTK.cmake: add checking DOM bindings API as a dependency
3201 for documentation generation.
3203 2014-02-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
3205 [GTK] MEDIA_CONTROLS_SCRIPT support
3206 https://bugs.webkit.org/show_bug.cgi?id=123097
3208 Reviewed by Jer Noble.
3210 Part of the Autotools and CMake structure to build the media
3213 * Source/autotools/SetupWebKitFeatures.m4: Activated the media
3214 controls script by default.
3215 * Source/cmake/OptionsGTK.cmake: Activated the media controls
3217 * Source/cmake/WebKitFeatures.cmake: Created the option to
3218 activate the controls script.
3219 * Source/cmakeconfig.h.cmake: Created the define template the the
3220 media controls script.
3222 2014-02-12 Zan Dobersek <zdobersek@igalia.com>
3224 [GDB] Add .gdbinit to the list of files ignored by Git
3225 https://bugs.webkit.org/show_bug.cgi?id=128455
3227 Reviewed by Anders Carlsson.
3229 * .gitignore: Ignore the .gdbinit file which can be used to perform WebKit-specific GDB initialization
3230 when the debugger is launched in the repository's root directory. Also remove a Chromium-specific comment
3231 that covers already removed entries.
3233 2014-02-11 Oliver Hunt <oliver@apple.com>
3235 Make it possible to implement JS builtins in JS
3236 https://bugs.webkit.org/show_bug.cgi?id=127887
3238 Reviewed by Michael Saboff.
3241 * Source/cmake/gtest/CMakeLists.txt:
3243 2014-02-12 Ryan Lortie <desrt@desrt.ca>
3245 'ar T' is not portable and breaks the build on FreeBSD
3246 https://bugs.webkit.org/show_bug.cgi?id=128596
3248 Reviewed by Gustavo Noronha Silva.
3250 Create thin archives only if we are using GNU ar.
3252 * Source/autotools/SetupLibtool.m4:
3254 2014-02-10 Krzysztof Wolanski <k.wolanski@samsung.com>
3256 Add the CSS_SHAPE_INSIDE to CMake feature list
3257 https://bugs.webkit.org/show_bug.cgi?id=128530
3259 Reviewed by Gyuyoung Kim.
3261 CSS_SHAPE_INSIDE flag was added in r163333,
3262 this patch is adding this flag to CMake feature list.
3264 * Source/cmake/WebKitFeatures.cmake:
3265 * Source/cmakeconfig.h.cmake:
3267 2014-02-09 Carlos Garnacho <carlosg@gnome.org>
3269 [GTK] Enable touch features
3270 https://bugs.webkit.org/show_bug.cgi?id=98931
3272 Reviewed by Carlos Garcia Campos.
3274 * Source/autotools/SetupWebKitFeatures.m4:
3275 * Source/cmake/OptionsGTK.cmake: set ENABLE_TOUCH_EVENTS to 1 if building with GTK+.
3277 2014-02-06 Andreas Kling <akling@apple.com>
3279 Remove unused ENABLE(REPAINT_THROTTLING) flag.
3280 <https://webkit.org/b/128329>
3282 Reviewed by Antti Koivisto.
3284 * Source/cmake/WebKitFeatures.cmake:
3285 * Source/cmakeconfig.h.cmake:
3287 2014-02-06 Joseph Pecoraro <pecoraro@apple.com>
3289 [iOS] make should build WebKit2
3290 https://bugs.webkit.org/show_bug.cgi?id=128351
3292 Reviewed by Daniel Bates.
3296 2014-02-05 Andreas Kling <akling@apple.com>
3298 Remove ENABLE(DIRECTORY_UPLOAD).
3299 <https://webkit.org/b/128275>
3301 Rubber-stamped by Ryosuke Niwa.
3303 * Source/autotools/SetupWebKitFeatures.m4:
3304 * Source/cmake/WebKitFeatures.cmake:
3306 2014-02-05 Csaba Osztrogonác <ossy@webkit.org>
3308 Remove ENABLE(SVG) guards
3309 https://bugs.webkit.org/show_bug.cgi?id=127991
3311 Reviewed by Sam Weinig.
3313 * Source/autotools/FindDependencies.m4:
3314 * Source/autotools/PrintBuildConfiguration.m4:
3315 * Source/autotools/ReadCommandLineArguments.m4:
3316 * Source/autotools/SetupAutomake.m4:
3317 * Source/autotools/SetupWebKitFeatures.m4:
3318 * Source/cmake/OptionsEfl.cmake:
3319 * Source/cmake/OptionsGTK.cmake:
3320 * Source/cmake/WebKitFeatures.cmake:
3321 * Source/cmakeconfig.h.cmake:
3323 2014-02-04 Andreas Kling <akling@apple.com>
3325 Remove <iframe seamless> support.
3326 <https://webkit.org/b/128213>
3328 Rubber-stamped by Antti Koivisto.
3330 * Source/autotools/SetupWebKitFeatures.m4:
3331 * Source/cmake/WebKitFeatures.cmake:
3332 * Source/cmakeconfig.h.cmake:
3334 2014-01-31 Benjamin Poulain <bpoulain@apple.com>
3336 Remove LEGACY_VIEWPORT_ADAPTION
3337 https://bugs.webkit.org/show_bug.cgi?id=128028
3339 Reviewed by Anders Carlsson.
3341 * Source/cmake/WebKitFeatures.cmake:
3342 * Source/cmakeconfig.h.cmake:
3344 2014-01-31 Oliver Hunt <oliver@apple.com>
3346 Rollout r163195 and related patches
3349 * Source/cmake/gtest/CMakeLists.txt:
3351 2014-01-29 Oliver Hunt <oliver@apple.com>
3353 Make it possible to implement JS builtins in JS
3354 https://bugs.webkit.org/show_bug.cgi?id=127887
3356 Reviewed by Michael Saboff.
3360 * Source/cmake/gtest/CMakeLists.txt:
3362 2014-01-30 Martin Robinson <mrobinson@igalia.com>
3364 [GTK] [CMake] Add support for building against GTK+ 2
3365 https://bugs.webkit.org/show_bug.cgi?id=127959
3367 Reviewed by Anders Carlsson.
3369 * Source/cmake/OptionsGTK.cmake: Add a new option to use GTK 2 and make a variable holding the
3370 library API version. When using GTK 2 do not build WebKit 2.
3372 2014-01-30 Martin Robinson <mrobinson@igalia.com>
3374 [GTK] [CMake] Add a "make dist" target
3375 https://bugs.webkit.org/show_bug.cgi?id=116378
3377 Reviewed by Gustavo Noronha Silva.
3379 * Source/PlatformGTK.cmake: A CMake support for executing the make-dist
3380 script and then turning the tarfile into a LZMA compressed file.
3382 2014-01-30 Zan Dobersek <zdobersek@igalia.com>
3384 [GTK] Only disable -ftree-dce optimization when compiling with GCC
3385 https://bugs.webkit.org/show_bug.cgi?id=127911
3387 Reviewed by Carlos Garcia Campos.
3389 * Source/autotools/SetupAutomake.m4: Define the COMPILER_GCC and COMPILER_CLANG Automake macros.
3390 These can be used when compiler-specific flags have to be used. The latter one is not actually needed
3391 at the moment, but is added for the sake of completeness.
3393 2014-01-30 Csaba Osztrogonác <ossy@webkit.org>
3395 [EFL] Fix the regression caused by the jsCStack branch merge
3396 https://bugs.webkit.org/show_bug.cgi?id=127898
3398 Reviewed by Zoltan Herczeg.
3400 * Source/cmake/OptionsEfl.cmake: Build with -fno-omit-frame-pointer.
3402 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
3404 Remove ENABLE(JAVASCRIPT_DEBUGGER) leftovers
3405 https://bugs.webkit.org/show_bug.cgi?id=127845
3407 Reviewed by Joseph Pecoraro.
3409 * Source/autotools/SetupWebKitFeatures.m4:
3411 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
3413 Remove ENABLE(JAVASCRIPT_DEBUGGER) guards
3414 https://bugs.webkit.org/show_bug.cgi?id=127840
3416 Reviewed by Mark Lam.
3418 * Source/cmake/WebKitFeatures.cmake:
3419 * Source/cmakeconfig.h.cmake:
3421 2014-01-25 Darin Adler <darin@apple.com>
3423 Get rid of ICU_UNICODE and WCHAR_UNICODE remnants
3424 https://bugs.webkit.org/show_bug.cgi?id=127623
3426 Reviewed by Anders Carlsson.
3428 * Source/cmake/OptionsEfl.cmake: Removed ICU_UNICODE and WCHAR_UNICODE flags.
3429 * Source/cmake/OptionsGTK.cmake: Ditto.
3430 * Source/cmake/OptionsWinCE.cmake: Ditto.
3432 2014-01-23 Max Vujovic <mvujovic@adobe.com>
3434 Remove CSS Custom Filters code and tests
3435 https://bugs.webkit.org/show_bug.cgi?id=127382
3437 Reviewed by Simon Fraser.
3439 * Source/autotools/FindDependencies.m4:
3440 * Source/autotools/SetupWebKitFeatures.m4:
3441 * Source/cmake/WebKitFeatures.cmake:
3442 * Source/cmakeconfig.h.cmake:
3444 2014-01-22 Martin Robinson <mrobinson@igalia.com>
3446 [GTK][CMake] Add support for building the NetworkProcess
3447 https://bugs.webkit.org/show_bug.cgi?id=127195
3449 Reviewed by Daniel Bates.
3451 * Source/cmake/OptionsGTK.cmake: Turn on the network process and give it
3452 a name like the WebProcess.
3454 2014-01-20 Ryuan Choi <ryuan.choi@samsung.com>
3456 [CMAKE] Remove Nix from CMake scripts
3457 https://bugs.webkit.org/show_bug.cgi?id=127264
3459 Reviewed by Anders Carlsson.
3462 * Source/CMakeLists.txt:
3463 * Source/cmake/FindEGL.cmake:
3464 * Source/cmake/OptionsCommon.cmake:
3466 2014-01-18 Anders Carlsson <andersca@apple.com>
3468 Remove ENABLE_THREADED_HTML_PARSER defines everywhere
3469 https://bugs.webkit.org/show_bug.cgi?id=127225
3471 Reviewed by Andreas Kling.
3473 This concludes the removal of over 8.8 million lines of threaded parser code.
3475 * Source/autotools/SetupWebKitFeatures.m4:
3476 * Source/cmake/WebKitFeatures.cmake:
3477 * Source/cmakeconfig.h.cmake:
3479 2014-01-18 Lauro Neto <lauro.neto@openbossa.org>
3481 Remove Nix files from WebCore
3482 https://bugs.webkit.org/show_bug.cgi?id=127176
3484 Reviewed by Anders Carlsson.
3486 * Source/cmake/OptionsNix.cmake: Removed.
3488 2014-01-18 Zan Dobersek <zdobersek@igalia.com>
3490 [GTK] Bump the minimum required Clang version to 3.3
3491 https://bugs.webkit.org/show_bug.cgi?id=127178
3493 Reviewed by Martin Robinson.
3495 * Source/autotools/CheckSystemAndBasicDependencies.m4: Require Clang 3.3 or later when using the Clang compiler to
3496 build the GTK port. Building with Clang 3.2 doesn't work anymore and there's no point in fixing that, as we should
3497 support the latest two versions of Clang (3.3 and 3.4), just like we do with GCC (4.7 and 4.8).
3499 2014-01-14 Dan Bernstein <mitz@apple.com>
3501 Only use color in make output when it’s going to a terminal.
3503 Reviewed by Mark Rowe.
3507 2014-01-13 Martin Robinson <mrobinson@igalia.com>
3509 [CMake] Mark all dependency include paths and libraries as advanced variables
3510 https://bugs.webkit.org/show_bug.cgi?id=126504
3512 Reviewed by Daniel Bates.
3514 * Source/cmake/FindATK.cmake: Mark result variable as advanced.
3515 * Source/cmake/FindCairo.cmake: Ditto.
3516 * Source/cmake/FindEGL.cmake: Ditto.
3517 * Source/cmake/FindEnchant.cmake: Ditto.
3518 * Source/cmake/FindGLIB.cmake: Ditto.
3519 * Source/cmake/FindGStreamer.cmake: Ditto.
3520 * Source/cmake/FindHarfBuzz.cmake: Ditto.
3521 * Source/cmake/FindLibSoup.cmake: Ditto.
3523 2014-01-13 Martin Robinson <mrobinson@igalia.com>
3525 [GTK][CMake] Add a 'check' target
3526 https://bugs.webkit.org/show_bug.cgi?id=126770
3528 Reviewed by Daniel Bates.
3530 * Source/PlatformGTK.cmake: Add a 'check' target that calls run-gtk-tests.
3532 2014-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
3534 Unreviewed. Update NEWS and Versions.m4 for 2.3.4 release.
3536 * Source/autotools/Versions.m4: Bump version numbers.
3538 2014-01-12 Sergio Correia <sergio.correia@openbossa.org>
3540 [EFL][WK2] Make API tests work again
3541 https://bugs.webkit.org/show_bug.cgi?id=126769
3543 Reviewed by Gyuyoung Kim.
3545 The EFL and WK2 test binaries are currently being generated at *TestWebKitAPI/
3546 [E]WebKit2, respectively, and this causes problems because the logic to find
3547 where WebProcess is to look in the same directory of the running process and
3548 then proceed to use LIBEXECDIR (typically /usr/loca/bin).
3550 This patch introduces a WEBKIT_EXEC_PATH environment variable, inspired in the
3551 Gtk port, which allows us to look for WebProcess initially in this directory,
3554 * Source/cmake/OptionsEfl.cmake: Define WEBKIT_EXEC_PATH, to be used by
3557 2014-01-11 Dan Bernstein <mitz@apple.com>
3559 [Mac] xcodebuild color output is suppressed when using make
3560 https://bugs.webkit.org/show_bug.cgi?id=126815
3562 Reviewed by Anders Carlsson.
3564 WHen using make, xcodebuild’s output is piped through a filter, which causes it not to
3565 format its output with color and emphasis.
3567 * Makefile.shared: Pass COLOR_DIAGNOSTICS=YES to xcodebuild to force color output on. Due to
3568 xcodebuild limitations, this restores some of the formatting, but not all of it.
3570 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
3572 Remove the BlackBerry port from trunk
3573 https://bugs.webkit.org/show_bug.cgi?id=126715
3575 Reviewed by Anders Carlsson.
3578 * Source/cmake/OptionsCommon.cmake:
3580 2014-01-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
3582 [EFL][JSC] Enable udis86 disassembler on efl.
3583 https://bugs.webkit.org/show_bug.cgi?id=125502
3585 Reviewed by Michael Saboff.
3587 Enable udis86 disassembler on efl and fix build warnings.
3589 * Source/cmake/OptionsEfl.cmake:
3590 Enable udis86 disassembler.
3592 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
3594 Remove the BlackBerry port from trunk
3595 https://bugs.webkit.org/show_bug.cgi?id=126715
3597 Reviewed by Anders Carlsson.
3601 2014-01-09 Benjamin Poulain <bpoulain@apple.com>
3603 Remove the BlackBerry files outside WebCore
3604 https://bugs.webkit.org/show_bug.cgi?id=126715
3606 Reviewed by Anders Carlsson.
3608 * ManualTests/blackberry: Removed.
3609 * Source/cmake/OptionsBlackBerry.cmake: Removed.
3611 2014-01-08 Martin Robinson <mrobinson@igalia.com>
3613 [GTK] [CMake] Specify the executable and library output locations in the build
3614 https://bugs.webkit.org/show_bug.cgi?id=126671
3616 Reviewed by Gustavo Noronha Silva.
3618 * Source/cmake/OptionsGTK.cmake: Explicitly specify the output locations.
3620 2014-01-08 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3622 [EFL] Make FTL buildable
3623 https://bugs.webkit.org/show_bug.cgi?id=125777
3625 Reviewed by Csaba Osztrogonác.
3627 * Source/cmake/OptionsEfl.cmake:
3628 * Source/cmakeconfig.h.cmake:
3630 2014-01-08 Alberto Garcia <berto@igalia.com>
3632 REGRESSION(r160304): [GTK] Disable libtool fast install
3633 https://bugs.webkit.org/show_bug.cgi?id=126381
3635 Reviewed by Gustavo Noronha Silva.
3637 Don't disable the libtool fast-install mode unconditionally by
3640 If the fast-install mode is disabled, binaries are generated ready
3641 to use the libraries directly from the build tree. If we use the
3642 GNU linker, those binaries are then relinked when they are
3645 However, libtool fails to do it properly when an installation
3646 prefix is set with DESTDIR, and ends up installing the libtool
3647 wrappers instead of the actual binaries.
3649 * Source/autotools/SetupLibtool.m4:
3651 2014-01-07 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3653 Unreviewed GTK/CMake build fix: use the correct location for docs-build.stamp
3654 in output and dependencies declarations, so docs are not built needlessly
3657 * Source/PlatformGTK.cmake:
3659 2014-01-04 Carlos Garcia Campos <cgarcia@igalia.com>
3661 [GTK] Move all GTK/GObject unit tests to Tools/TestWebKitAPI
3662 https://bugs.webkit.org/show_bug.cgi?id=126342
3664 Reviewed by Gustavo Noronha Silva.
3666 * GNUmakefile.am: Remove unused variable.
3667 * Source/PlatformGTK.cmake: No longer include the old unit tests directories.
3669 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
3671 [GTK] configure errors out when building with libc++
3672 https://bugs.webkit.org/show_bug.cgi?id=126431
3674 Reviewed by Martin Robinson.
3676 Ease up the Clang and libstdc++ combination test to only fail if libstdc++ < 4.8.1 is actually used.
3677 This allows for libc++ to be used as well. The test is moved into SetupCompilerFlags.m4 and is done
3678 after the CXXFLAGS variable is properly set up, that is when all the C++ compiler options are determined.
3680 * Source/autotools/CheckSystemAndBasicDependencies.m4:
3681 * Source/autotools/SetupCompilerFlags.m4:
3683 2014-01-06 Martin Robinson <mrobinson@igalia.com>
3685 [CMake] [GTK] Fix the build for the WebKitGTK+ developer configuration
3686 https://bugs.webkit.org/show_bug.cgi?id=126505
3688 Reviewed by Gustavo Noronha Silva.
3690 * Source/cmake/FindGLIB.cmake: Add support for finding the gio-unix include directory location.
3691 * Source/cmake/FindGUdev.cmake: Added.
3692 * Source/cmake/FindGeoClue.cmake: Added.
3693 * Source/cmake/OptionsGTK.cmake: When gamepad is enabled look for gio-unix and GUdev. When
3694 geolocation is enabled look for GeoClue.
3696 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
3698 [GTK] Use libc++ for C++11 on darwin
3699 https://bugs.webkit.org/show_bug.cgi?id=126325
3701 Reviewed by Martin Robinson.
3703 * Source/autotools/SetupCompilerFlags.m4: Don't default to libstdc++ when compiling with Clang.
3704 Instead, the compiler should determine itself what standard library to use, except on Darwin,
3705 where libc++ should be enforced. The standard library of user's choosing can still be enforced
3706 through the CXXFLAGS environment variable.
3708 2014-01-05 Martin Robinson <mrobinson@igalia.com>
3710 [GTK] [CMake] Ensure that the autotools build and the CMake install the same files
3711 https://bugs.webkit.org/show_bug.cgi?id=116379
3713 Reviewed by Gustavo Noronha Silva.
3715 * Source/PlatformGTK.cmake: Install the documentation.
3716 * Source/cmake/OptionsCommon.cmake: Add a LIBEXEC variable for WebKit2 executables, and
3717 don't use the default locations on GTK+. We will get them from the CMake-provided GNU installation
3719 * Source/cmake/OptionsGTK.cmake: Setup the installation variables using the ones provided
3720 by CMake's GNU installation directory support. Fix the definition of DATADIR. Always install
3723 2014-01-05 Carlos Garcia Campos <cgarcia@igalia.com>
3725 [GTK] Stop installing WebKit2 C API headers
3726 https://bugs.webkit.org/show_bug.cgi?id=126489
3728 Reviewed by Martin Robinson.
3732 2014-01-04 Martin Robinson <mrobinson@igalia.com>
3734 [GTK] [CMake] Improve the way we locate gobject-introspection
3735 https://bugs.webkit.org/show_bug.cgi?id=126452
3737 Reviewed by Philippe Normand.
3739 * Source/cmake/FindGObjectIntrospection.cmake: Added.
3740 * Source/cmake/OptionsGTK.cmake: Load the new FindGObjectIntrospection file.
3742 2014-01-04 Martin Robinson <mrobinson@igalia.com>
3744 [GTK] [CMake] Fix the video and audio build
3745 https://bugs.webkit.org/show_bug.cgi?id=126464
3747 Reviewed by Philippe Normand.
3749 * Source/cmake/OptionsGTK.cmake: GStreamer files look for USE(GSTREAMER) and USE(WEBAUDIO_GSTREAMER),
3750 so define those when appropriate. Web audio is one by default in autotools, so turn it on for cmake
3753 2014-01-03 Martin Robinson <mrobinson@igalia.com>
3755 [CMake] The forwarding headers generated by WebKitMacros.m4 are incompatible with the headers generated by generate-forwarding-headers.pl
3756 https://bugs.webkit.org/show_bug.cgi?id=126361
3758 Reviewed by Philippe Normand.
3760 Make the forwarding headers generated by WebKitMacros.m4 compatible with the headers
3761 generated by the WebKit2 forwarding headers generation script.
3763 * Source/cmake/WebKitMacros.cmake: Try to convert absolute paths in the forwarding headers
3764 to ones that are relative to the Source directory.
3766 2014-01-02 Carlos Garcia Campos <cgarcia@igalia.com>
3768 REGRESSION(r160304): [GTK] Disable libtool fast install
3769 https://bugs.webkit.org/show_bug.cgi?id=126381
3771 Reviewed by Martin Robinson.
3773 After r160304 we are building some of our binaries that are
3774 installed with the -no-fast-install ld flag. This makes that the
3775 binaries are installed with the source code path hardcoded in
3776 binary RPATH. Disabling fast install globally, the libtool script
3777 always relinks the binaries right before being installed.
3779 * Source/autotools/SetupLibtool.m4: Add AC_DISABLE_FAST_INSTALL.
3781 2014-01-02 Jaehun Lim <ljaehun.lim@samsung.com>
3783 [CMake][EFL] Fix some typos in OptionsEfl.cmake
3784 https://bugs.webkit.org/show_bug.cgi?id=126376
3786 Reviewed by Gyuyoung Kim.
3788 * Source/cmake/WebKitFeatures.cmake: Correct a wrong word and remove comma(,).
3790 2013-12-30 Martin Robinson <mrobinson@igalia.com>
3792 [CMake] [GTK] Add support for GObject introspection
3793 https://bugs.webkit.org/show_bug.cgi?id=126162
3795 Reviewed by Daniel Bates.
3797 * Source/PlatformGTK.cmake: Add a 'gir' target that builds all GIR files.
3798 * Source/cmake/OptionsGTK.cmake: Add a macro for propagating typelib
3799 targets to the Source level of the build.
3801 2013-12-29 Martin Robinson <mrobinson@igalia.com>
3803 [GTK][CMake] Translations must be built
3804 https://bugs.webkit.org/show_bug.cgi?id=125513
3806 Reviewed by Gustavo Noronha Silva.
3808 * Source/PlatformGTK.cmake: Add the po subdirectory.
3810 2013-12-28 Giovanni Campagna <gcampagna@src.gnome.org>
3812 [GTK] Fix release builds with NetworkProcess enabled
3813 https://bugs.webkit.org/show_bug.cgi?id=126247
3815 Reviewed by Carlos Garcia Campos.
3817 * Source/autotools/symbols.filter:
3819 2013-12-26 Martin Robinson <mrobinson@igalia.com>
3821 [GTK] [CMake] Add a production build type
3822 https://bugs.webkit.org/show_bug.cgi?id=126179
3824 Reviewed by Daniel Bates.
3826 * Source/PlatformGTK.cmake: When the API tests are enabled compile the WebKit GObject
3827 API unit tests. The inclusion of these build files was inadvertently removed in an earlier
3829 * Source/cmake/OptionsGTK.cmake: When in production mode turn off all tools and tests and
3830 use the autotools linker script.
3832 2013-12-25 Martin Robinson <mrobinson@igalia.com>
3834 [GTK] [CMake] Properly name the JavaScriptCore library
3835 https://bugs.webkit.org/show_bug.cgi?id=126220
3837 Reviewed by Gustavo Noronha Silva.
3839 * Source/cmake/OptionsGTK.cmake: Set the JSC library name properly.
3841 2013-12-25 Martin Robinson <mrobinson@igalia.com>
3843 [GTK] [CMake] Clean up generated sources directories
3844 https://bugs.webkit.org/show_bug.cgi?id=126216
3846 Reviewed by Gustavo Noronha Silva.
3848 * Source/cmake/OptionsGTK.cmake: Pre-define the main derived sources directories
3849 so that they definitions can be shared easily throughout the build system.
3851 2013-12-23 Jinwoo Song <jinwoo7.song@samsung.com>