1 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
3 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
4 https://bugs.webkit.org/show_bug.cgi?id=141481
6 Reviewed by Csaba Osztrogonác.
8 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
10 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
12 [EFL][GTK] Use bmalloc instead of tcmalloc
13 https://bugs.webkit.org/show_bug.cgi?id=140162
15 Reviewed by Carlos Garcia Campos.
17 Add bmalloc directory to build list.
19 * CMakeLists.txt: Define BMALLOC_DIR directory.
20 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
22 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
24 [GTK] Add default color chooser implementation using GtkColorChooserDialog
25 https://bugs.webkit.org/show_bug.cgi?id=141392
27 Reviewed by Gustavo Noronha Silva.
29 Enable INPUT_TYPE_COLOR by default for GTK+ port.
31 * Source/cmake/OptionsGTK.cmake:
33 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
35 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
36 https://bugs.webkit.org/show_bug.cgi?id=141328
38 Reviewed by Darin Adler.
40 Added as manual test because it involves a huge grid allocation
41 which is very slow on Debug bots, the only ones capable to trigger
44 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
46 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
48 [Streams API] Implement a barebone ReadableStream interface
49 https://bugs.webkit.org/show_bug.cgi?id=141045
51 Reviewed by Benjamin Poulain.
53 * Source/cmake/WebKitFeatures.cmake:
54 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
56 2015-02-02 Filip Pizlo <fpizlo@apple.com>
58 Revert accidental change in r179490.
62 2015-02-02 Filip Pizlo <fpizlo@apple.com>
64 Unreviewed, revert accidental change to Makefile.shared in r179478
68 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
70 [CMake] Minimum python version should be 2.7.
71 https://bugs.webkit.org/show_bug.cgi?id=140997
73 Reviewed by Csaba Osztrogonác.
77 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
79 Apply feTurbulence spec change to fix zero length vector generation
80 https://bugs.webkit.org/show_bug.cgi?id=140812
82 Reviewed by Darin Adler.
84 Recently a bug with the turbulence algorithm was corrected in the
85 Filter Effects specification.
86 For some seed values this bug allowed zero length vectors to be generated.
87 This resulted in large solid color squares being present in the generated image.
88 The feTurbulence algorithm was updated to reject zero length vectors. This patch
89 applies that change in WebCore.
91 Test: svg/filters/feTurbulence_bad_seeds.html
93 * platform/graphics/filters/FETurbulence.cpp:
94 (WebCore::FETurbulence::initPaint):
95 Added rejection sampling during vector generation to avoid zero length vectors.
97 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
99 [cmake] Remove compiler version calculate cruft
100 https://bugs.webkit.org/show_bug.cgi?id=140885
102 Reviewed by Darin Adler.
104 * Source/cmake/WebKitHelpers.cmake:
106 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
108 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
109 https://bugs.webkit.org/show_bug.cgi?id=140886
111 Reviewed by Žan Doberšek.
113 * Source/cmake/WebKitHelpers.cmake:
115 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
117 [GTK] gtkdoc does not appear in DevHelp
118 https://bugs.webkit.org/show_bug.cgi?id=139369
120 Reviewed by Philippe Normand.
122 Expect the gtkdoc to be generated in folders named with the API version.
124 * Source/PlatformGTK.cmake:
126 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
128 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
129 https://bugs.webkit.org/show_bug.cgi?id=140609
131 Reviewed by Csaba Osztrogonác.
133 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
134 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
135 compilation flags. Those were added after the jsCStack branch merge, but
136 can now be removed since the -ftree-dce issues were fixed in GCC, and
137 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
139 * Source/cmake/OptionsEfl.cmake:
140 * Source/cmake/OptionsGTK.cmake:
142 2015-01-26 Commit Queue <commit-queue@webkit.org>
144 Unreviewed, rolling out r179107.
145 https://bugs.webkit.org/show_bug.cgi?id=140880
147 The GCC in the bots doesn't support the AsyncTask
148 implementation (Requested by KaL on #webkit).
152 "[GTK] Enable IndexedDB"
153 https://bugs.webkit.org/show_bug.cgi?id=98932
154 http://trac.webkit.org/changeset/179107
156 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
158 [GTK] Enable IndexedDB
159 https://bugs.webkit.org/show_bug.cgi?id=98932
161 Reviewed by Žan Doberšek.
163 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
164 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
166 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
168 [GTK] Add initial database process support
169 https://bugs.webkit.org/show_bug.cgi?id=139491
171 Reviewed by Sergio Villar Senin.
173 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
175 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
177 Add a build flag for ES6 class syntax
178 https://bugs.webkit.org/show_bug.cgi?id=140760
180 Reviewed by Michael Saboff.
182 * Source/cmake/WebKitFeatures.cmake:
183 * Source/cmakeconfig.h.cmake:
185 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
187 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
188 https://bugs.webkit.org/show_bug.cgi?id=140049
190 Reviewed by Gyuyoung Kim.
192 * Source/cmake/OptionsCommon.cmake:
194 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
196 Remove ENABLE(INSPECTOR) ifdef guards
197 https://bugs.webkit.org/show_bug.cgi?id=140668
199 Reviewed by Darin Adler.
201 * Source/PlatformEfl.cmake:
202 * Source/cmake/OptionsEfl.cmake:
203 * Source/cmake/OptionsGTK.cmake:
204 * Source/cmake/OptionsMac.cmake:
205 * Source/cmake/WebKitFeatures.cmake:
206 * Source/cmakeconfig.h.cmake:
208 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
210 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
212 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
214 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
216 [CMAKE] Fix cmake warning
217 https://bugs.webkit.org/show_bug.cgi?id=140497
219 Reviewed by Gustavo Noronha Silva.
221 r173155 already tried to fix cmake warning though, the warning is still exist.
222 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
223 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
224 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
225 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
226 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
230 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
232 [GTK] Generate the make dist manifest from a CMake template file
233 https://bugs.webkit.org/show_bug.cgi?id=139387
235 Reviewed by Martin Robinson.
237 Generate manifest.txt from manifest.txt.in. Only expose the dist and
238 distcheck targets for developer builds, as they won't work when
239 building from a tarball because the manifest is not distributed.
241 * Source/PlatformGTK.cmake:
243 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
245 Remove ENABLE(SQL_DATABASE) guards
246 https://bugs.webkit.org/show_bug.cgi?id=140434
248 Reviewed by Darin Adler.
250 * Source/cmake/OptionsMac.cmake:
251 * Source/cmake/WebKitFeatures.cmake:
252 * Source/cmakeconfig.h.cmake:
254 2015-01-11 Sam Weinig <sam@webkit.org>
256 Remove support for SharedWorkers
257 https://bugs.webkit.org/show_bug.cgi?id=140344
259 Reviewed by Anders Carlsson.
261 * Source/cmake/OptionsEfl.cmake:
262 * Source/cmake/OptionsGTK.cmake:
263 * Source/cmake/OptionsMac.cmake:
264 * Source/cmake/WebKitFeatures.cmake:
265 * Source/cmakeconfig.h.cmake:
267 2015-01-10 Dan Bernstein <mitz@apple.com>
269 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
270 https://bugs.webkit.org/show_bug.cgi?id=140339
272 Reviewed by Mark Rowe.
274 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
275 prevents unnecessary rebuilding due to PATH differences.
277 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
279 [GTK][ThreadedCompositor] Add support for threaded compositor.
280 https://bugs.webkit.org/show_bug.cgi?id=118265
282 Reviewed by Martin Robinson.
284 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
285 autotools build systems. The feature is disabled by default.
286 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
287 from the feature flags.
289 * Source/cmake/OptionsEfl.cmake:
290 * Source/cmake/OptionsGTK.cmake:
291 * Source/cmake/WebKitFeatures.cmake:
292 * Source/cmakeconfig.h.cmake:
294 2014-12-23 Alexey Proskuryakov <ap@apple.com>
296 Simplify building with ASan
297 https://bugs.webkit.org/show_bug.cgi?id=139916
299 Reviewed by Mark Rowe.
301 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
303 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
305 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
307 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
309 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
311 Null dereference performing a "TapAndAHalf" gesture in Google search field
313 <https://bugs.webkit.org/show_bug.cgi?id=139506>
314 <rdar://problem/19028828>
316 Reviewed by Darin Adler.
318 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
320 2014-12-10 Dean Jackson <dino@apple.com>
322 Blur filter performance test doesn't provide results
323 https://bugs.webkit.org/show_bug.cgi?id=139462
325 Reviewed by Sam Weinig.
327 This can't currently work under our performance test
328 infrastructure. Move it to a manual test to avoid
329 putting FAILures into the results.
331 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
333 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
335 [GTK][WK2] Add HTML5 Notifications support
336 https://bugs.webkit.org/show_bug.cgi?id=61140
338 Reviewed by Carlos Garcia Campos.
340 * Source/cmake/FindLibNotify.cmake: Added.
341 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
342 libnotify and use it for a default implementation when found.
344 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
346 REGRESSION(r155906): Page content disappears on Tuaw article after loading
347 https://bugs.webkit.org/show_bug.cgi?id=138100
349 Reviewed by Simon Fraser.
351 DRT causes an extra paint which makes it impossible to test this with
354 * ManualTests/float-layer-not-painting.html: Added.
356 2014-12-07 Alberto Garcia <berto@igalia.com>
358 [GTK] WebKit has a new required dependency on GnuTLS
359 https://bugs.webkit.org/show_bug.cgi?id=136158
361 Reviewed by Martin Robinson.
363 Detect if GnuTLS is installed and enable or disable subtle crypto
366 * Source/cmake/OptionsGTK.cmake:
368 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
370 [GTK] Missing API detected in GObject DOM bindings after r176630
371 https://bugs.webkit.org/show_bug.cgi?id=139201
373 Reviewed by Gustavo Noronha Silva.
375 Change GENERATE_BINDINGS macro to receive a list of optional
376 additional dependencies, so that we can add more dependecies
377 without having to change the macro.
379 * Source/cmake/WebKitMacros.cmake:
381 2014-12-05 Simon Fraser <simon.fraser@apple.com>
383 Programmatic scrolling and content changes are not always synchronized
384 https://bugs.webkit.org/show_bug.cgi?id=139245
385 rdar://problem/18833612
387 Reviewed by Anders Carlsson.
389 Manual test that tries to sync layout with programmatic scrolling.
391 * ManualTests/programmatic-scroll-flicker.html: Added.
393 2014-12-04 Alberto Garcia <berto@igalia.com>
395 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
396 https://bugs.webkit.org/show_bug.cgi?id=136576
398 Reviewed by Carlos Garcia Campos.
400 CMake should complain if Accelerated 2D Canvas is explicitly
401 enabled but cairo-gl is not found.
403 * Source/cmake/OptionsGTK.cmake:
405 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
407 [EFL] Add subtle crypto to the build system
408 https://bugs.webkit.org/show_bug.cgi?id=138612
410 Reviewed by Csaba Osztrogonác.
412 * Source/cmake/OptionsEfl.cmake:
414 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
416 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
417 https://bugs.webkit.org/show_bug.cgi?id=139085
419 Reviewed by Andreas Kling.
421 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
422 * Source/cmake/WebKitFeatures.cmake: ditto.
423 * Source/cmakeconfig.h.cmake: ditto.
425 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
427 [EFL] Drop support for the EFL 1.7
428 https://bugs.webkit.org/show_bug.cgi?id=139114
430 Reviewed by Gyuyoung Kim.
432 * Source/cmake/EFLHelpers.cmake: Removed.
433 * Source/cmake/FindEcore.cmake: Removed.
434 * Source/cmake/FindEdje.cmake: Removed.
435 * Source/cmake/FindEet.cmake: Removed.
436 * Source/cmake/FindEeze.cmake: Removed.
437 * Source/cmake/FindEfreet.cmake: Removed.
438 * Source/cmake/FindEina.cmake: Removed.
439 * Source/cmake/FindElementary.cmake: Removed.
440 * Source/cmake/FindEvas.cmake: Removed.
441 * Source/cmake/OptionsEfl.cmake:
443 2014-11-28 Philippe Normand <pnormand@igalia.com>
445 [CMake] Build failure against GStreamer git master
446 https://bugs.webkit.org/show_bug.cgi?id=138872
448 Reviewed by Csaba Osztrogon.
450 * Source/cmake/FindGStreamer.cmake: Simplified the
451 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
452 headers lookup, there's no need to do this manually. Also
453 explicitely check the version specified in GStreamer_FIND_VERSION.
455 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
457 [EFL] Remove E_Dbus dependency
458 https://bugs.webkit.org/show_bug.cgi?id=136355
460 Reviewed by Gyuyoung Kim.
462 * Source/cmake/FindE_DBus.cmake: Removed.
463 * Source/cmake/OptionsEfl.cmake:
465 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
467 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
469 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
471 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
473 [CMake] Use ld.gold if it is available to speedup builds
474 https://bugs.webkit.org/show_bug.cgi?id=137953
476 Reviewed by Carlos Garcia Campos.
478 * Source/cmake/OptionsCommon.cmake:
480 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
482 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
483 https://bugs.webkit.org/show_bug.cgi?id=138840
485 Reviewed by Csaba Osztrogonác.
487 * Source/cmake/OptionsCommon.cmake:
489 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
491 Remove Source/Platform cruft
492 https://bugs.webkit.org/show_bug.cgi?id=138658
494 Reviewed by Anders Carlsson.
497 * Source/Platform: Removed.
499 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
501 Enable Cortex-A53-specific code paths by default if core is detected.
502 https://bugs.webkit.org/show_bug.cgi?id=138499
504 Reviewed by Csaba Osztrogonác.
506 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
507 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
510 Since on ARM64/Linux the part number that cpuinfo reports depends on
511 the core the query is run on, the check is bound to and executed on the
512 available cores one by one.
514 * Source/cmake/OptionsCommon.cmake:
516 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
518 [EFL] Remove unnecessary version check from OptionsEfl.cmake
519 https://bugs.webkit.org/show_bug.cgi?id=138498
521 Reviewed by Csaba Osztrogonác.
523 * Source/cmake/OptionsEfl.cmake:
525 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
527 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
528 https://bugs.webkit.org/show_bug.cgi?id=138465
530 Reviewed by Gyuyoung Kim.
532 * Source/cmake/OptionsEfl.cmake:
534 2014-11-03 Dean Jackson <dino@apple.com>
536 Add ENABLE_FILTERS_LEVEL_2 feature guard.
537 https://bugs.webkit.org/show_bug.cgi?id=138362
539 Reviewed by Tim Horton.
541 Add a new feature define for Level 2 of CSS Filters.
542 http://dev.w3.org/fxtf/filters-2/
544 * Source/cmake/OptionsEfl.cmake:
545 * Source/cmake/OptionsGTK.cmake:
546 * Source/cmake/OptionsMac.cmake:
547 * Source/cmake/WebKitFeatures.cmake:
548 * Source/cmakeconfig.h.cmake:
550 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
552 Workaround for Cortex-A53 erratum 835769
553 https://bugs.webkit.org/show_bug.cgi?id=138315
555 Reviewed by Filip Pizlo.
557 This patch introduces CMake variable and preprocessor macro
558 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
559 code paths, if set true.
561 * Source/cmake/OptionsCommon.cmake:
562 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
564 * Source/cmakeconfig.h.cmake:
565 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
567 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
569 [GTK] Fix the build of FTL JIT
570 https://bugs.webkit.org/show_bug.cgi?id=138298
572 Reviewed by Carlos Garcia Campos.
574 * Source/cmake/OptionsGTK.cmake:
575 Remove the need for the LIBCXXABI package.
577 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
579 REGRESSION(CMake): Make it possible to build without introspection
580 https://bugs.webkit.org/show_bug.cgi?id=138006
582 Reviewed by Philippe Normand.
584 Add ENABLE_INTROSPECTION option.
586 * Source/PlatformGTK.cmake: Dot not add gir global target if
587 introspection is disabled.
588 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
589 introspection is disabled.
591 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
593 [GTK] Support script message handlers WebKitUserContentManager
594 https://bugs.webkit.org/show_bug.cgi?id=133730
596 Reviewed by Carlos Garcia Campos.
598 Support user script message handlers in WebKitUserContentManager.
599 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
600 an option is added to the CMake build files. The option is disabled
601 globally by default, and the WebKitGTK port enables it. On the API
602 level, two new methods to register and unregister names are provided
603 in the "window.webkit" namespace, and on message reception the
604 "WebKitUserContentManager::script-message-received" signal is
605 emitted, using the registered names as signal detail.
607 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
608 ENABLE_USER_MESSAGE_HANDLERS feature by default.
609 * Source/cmake/WebKitFeatures.cmake: Add feature description for
610 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
612 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
614 [GTK] Bump libsoup's minimum version to 2.42.0.
615 https://bugs.webkit.org/show_bug.cgi?id=138086
617 Reviewed by Martin Robinson.
619 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
620 soup-version.h header was added to soup.h in 2.41.4, which then becomes
621 the minimum version required to build the port these days.
623 In addition, since the autotools build system required 2.42.0 before
624 being retired, require the same version here. Version 2.42.0 was also
626 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
628 * Source/cmake/OptionsGTK.cmake:
630 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
632 [EFL] Remove unnecessary defines from OptionsEfl.cmake
633 https://bugs.webkit.org/show_bug.cgi?id=138132
635 Reviewed by Csaba Osztrogonác.
637 * Source/cmake/OptionsEfl.cmake:
639 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
641 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
643 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
645 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
647 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
648 https://bugs.webkit.org/show_bug.cgi?id=137946
650 Reviewed by Gyuyoung Kim.
652 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
654 * Source/cmake/OptionsEfl.cmake:
656 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
658 Fix FTL Native Inlining for EFL
659 https://bugs.webkit.org/show_bug.cgi?id=137774
661 Reviewed by Michael Saboff.
663 Updated CMake for FTL Native Inlining.
666 * Source/cmake/FindClang.cmake: Added.
667 * Source/cmake/OptionsEfl.cmake:
668 * Source/cmakeconfig.h.cmake:
670 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
672 Web Inspector: Generate all Inspector domains together in JavaScriptCore
673 https://bugs.webkit.org/show_bug.cgi?id=137748
675 Reviewed by Brian Burg.
677 * Source/PlatformEfl.cmake:
679 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
681 [GTK] Add initial gestures support
682 https://bugs.webkit.org/show_bug.cgi?id=137812
684 Reviewed by Sergio Villar Senin.
686 Check if the GTK+ version supports gestures or not.
688 * Source/cmake/FindGTK3.cmake:
689 * Source/cmake/OptionsGTK.cmake:
691 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
693 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
694 https://bugs.webkit.org/show_bug.cgi?id=137781
696 Reviewed by Martin Robinson.
698 We used to enable smooth scrolling unconditionally in autotools
699 (via WebKitFeatures.m4), but since the switch to CMake it's
700 unconditionally disabled, so changing the setting doesn't have any
703 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
705 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
707 Removing CUSTOM_PROTOCOLS guard
708 https://bugs.webkit.org/show_bug.cgi?id=137741
710 Reviewed by Benjamin Poulain.
712 * Source/cmake/OptionsEfl.cmake:
714 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
716 [EFL] Enable WebP support.
717 https://bugs.webkit.org/show_bug.cgi?id=136156
719 Reviewed by Gyuyoung Kim.
721 Add WebP package finding rule.
723 * Source/cmake/OptionsEfl.cmake:
725 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
727 [EFL] Enable custom URI schemes with CustomProtocols
728 https://bugs.webkit.org/show_bug.cgi?id=128177
730 Reviewed by Gyuyoung Kim.
732 Fixing ewk_context_url_scheme_register() ewebkit2 API
733 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
735 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
737 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
739 Bump version to 2.7.0
740 https://bugs.webkit.org/show_bug.cgi?id=137301
742 Rubber-stamped by Carlos Garcia Campos.
744 * Source/cmake/OptionsGTK.cmake: Bump version numbers
746 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
748 [EFL] Rename TEST_THEME_DIR macro
749 https://bugs.webkit.org/show_bug.cgi?id=137244
751 Reviewed by Csaba Osztrogonác.
753 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
755 2014-09-27 Dan Bernstein <mitz@apple.com>
757 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
758 https://bugs.webkit.org/show_bug.cgi?id=137053
760 Reviewed by Mark Rowe.
762 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
763 In the build pre-action, pass the --wksi and --llvm options to
764 copy-webkitlibraries-to-product-directory.
765 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
767 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
769 [GTK] Enable CSS_IMAGE_SET in production builds
770 https://bugs.webkit.org/show_bug.cgi?id=137142
772 Reviewed by Alejandro G. Castro.
774 This is required by the inspector to show some of the icons that
777 * Source/cmake/OptionsGTK.cmake:
779 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
781 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
782 https://bugs.webkit.org/show_bug.cgi?id=136377
784 Reviewed by Philippe Normand.
786 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
787 for CMake versions less than 3.
789 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
791 Remove WinCE port from trunk
792 https://bugs.webkit.org/show_bug.cgi?id=136951
794 Reviewed by Alex Christensen.
796 * Source/cmake/OptionsWinCE.cmake: Removed.
797 * Source/cmake/WebKitPackaging.cmake:
799 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
801 [EFL][GTK] Remove WebKit1 related codes
802 https://bugs.webkit.org/show_bug.cgi?id=136853
804 Reviewed by Csaba Osztrogonác.
806 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
809 * Source/PlatformGTK.cmake:
811 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
814 https://bugs.webkit.org/show_bug.cgi?id=136820
816 Reviewed by Csaba Osztrogonác.
818 * Source/cmake/FindICU.cmake:
820 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
822 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
823 https://bugs.webkit.org/show_bug.cgi?id=136814
825 Reviewed by Philippe Normand.
827 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
828 We bundle the wayland-egl dependency with wayland-client and wayland-server
829 and store the resulting variables with the WAYLAND_ prefix. Because of this
830 this line wasn't exporting anything useful.
832 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
836 * Source/cmake/WebKitMacros.cmake:
838 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
840 [JavaScriptCore] Fix FTL on platform EFL.
841 https://bugs.webkit.org/show_bug.cgi?id=133571
843 Reviewed by Filip Pizlo.
847 * Source/cmake/FindLIBCXXABI.cmake: Removed.
848 * Source/cmake/OptionsEfl.cmake:
850 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
853 https://bugs.webkit.org/show_bug.cgi?id=136571
855 Reviewed by Darin Adler.
857 * Source/cmake/OptionsEfl.cmake:
858 * Source/cmake/OptionsGTK.cmake:
859 * Source/cmake/OptionsMac.cmake:
860 * Source/cmake/WebKitFeatures.cmake:
861 * Source/cmakeconfig.h.cmake:
863 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
865 Remove CSS_FILTERS flag
866 https://bugs.webkit.org/show_bug.cgi?id=136529
868 Reviewed by Dirk Schulze.
870 * Source/cmake/OptionsEfl.cmake:
871 * Source/cmake/OptionsGTK.cmake:
872 * Source/cmake/OptionsMac.cmake:
873 * Source/cmake/WebKitFeatures.cmake:
874 * Source/cmakeconfig.h.cmake:
876 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
878 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
879 https://bugs.webkit.org/show_bug.cgi?id=136194
881 Reviewed by Csaba Osztrogonác.
883 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
887 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
889 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
890 https://bugs.webkit.org/show_bug.cgi?id=135560
892 Reviewed by Gyuyoung Kim.
894 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
896 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
898 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
899 https://bugs.webkit.org/show_bug.cgi?id=136343
901 Reviewed by David Kilzer.
903 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
905 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
906 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
908 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
910 [EFL] Share fast/speechsynthesis/ with other ports
911 https://bugs.webkit.org/show_bug.cgi?id=136224
913 Reviewed by Chris Fleizach.
915 Enable WebSpeech for EFL.
917 * Source/cmake/OptionsEfl.cmake:
919 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
921 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
922 https://bugs.webkit.org/show_bug.cgi?id=136127
924 Reviewed by Gyuyoung Kim.
926 Add build support for espeak.
928 * Source/cmake/FindEspeak.cmake: Added.
929 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
931 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
933 [EFL] Build break using clang
934 https://bugs.webkit.org/show_bug.cgi?id=136245
936 Reviewed by Gyuyoung Kim.
938 * Source/cmake/OptionsEfl.cmake:
939 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
940 Some warnings are from system libraries.
942 2014-08-25 Alberto Garcia <berto@igalia.com>
944 [GTK] Unify webkitgtk and webkit2gtk directories
945 https://bugs.webkit.org/show_bug.cgi?id=136209
947 Reviewed by Carlos Garcia Campos.
949 Use webkit2gtk-X.X both for the process binaries and the injected
952 * Source/cmake/OptionsGTK.cmake:
954 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
956 [EFL] Move Efl specific code from Source/CMakeLists.txt
957 https://bugs.webkit.org/show_bug.cgi?id=136206
959 Reviewed by Gyuyoung Kim.
961 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
962 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
964 * Source/CMakeLists.txt:
965 * Source/cmake/OptionsEfl.cmake:
967 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
969 [EFL] Introduce DEVELOPER_MODE
970 https://bugs.webkit.org/show_bug.cgi?id=135884
972 Reviewed by Gyuyoung Kim.
974 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
975 instead of SHARED_CORE.
976 SHARED_CORE can reduce link time and memory consumption but it is slightly different
979 * Source/cmake/OptionsEfl.cmake:
980 * Source/cmake/WebKitHelpers.cmake:
981 Moved fvisibility=hidden to OptionsEfl.cmake
983 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
985 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
986 https://bugs.webkit.org/show_bug.cgi?id=136110
988 Reviewed by Gyuyoung Kim.
990 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
992 * Source/cmake/OptionsEfl.cmake:
994 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
996 [EFL] Apply eflsymbols.filter to WebKit2
997 https://bugs.webkit.org/show_bug.cgi?id=136148
999 Reviewed by Csaba Osztrogonác.
1001 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
1002 in the eflsymbols.filter.
1004 * Source/cmake/OptionsEfl.cmake:
1005 * Source/cmake/eflsymbols.filter:
1007 2014-08-21 Zalan Bujtas <zalan@apple.com>
1009 Enable SATURATED_LAYOUT_ARITHMETIC.
1010 https://bugs.webkit.org/show_bug.cgi?id=136106
1012 Reviewed by Simon Fraser.
1014 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
1015 (No measurable performance regression on Mac.)
1017 * Source/cmake/OptionsMac.cmake:
1018 * Source/cmake/WebKitFeatures.cmake:
1019 * Source/cmakeconfig.h.cmake:
1021 2014-08-19 Zalan Bujtas <zalan@apple.com>
1023 Remove ENABLE(SUBPIXEL_LAYOUT).
1024 https://bugs.webkit.org/show_bug.cgi?id=136077
1026 Reviewed by Simon Fraser.
1028 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
1030 * Source/cmake/OptionsEfl.cmake:
1031 * Source/cmake/OptionsGTK.cmake:
1032 * Source/cmake/OptionsMac.cmake:
1033 * Source/cmake/WebKitFeatures.cmake:
1034 * Source/cmakeconfig.h.cmake:
1036 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
1038 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
1039 https://bugs.webkit.org/show_bug.cgi?id=135980
1041 Reviewed by Martin Robinson.
1043 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
1044 overrides any other disabled optimization that was prepended to these
1045 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
1046 lists first in the final list of compilation flags.
1048 To avoid -On re-enabling optimizations that we'd like to keep disabled,
1049 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
1051 * Source/cmake/OptionsCommon.cmake:
1052 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
1053 * Source/cmake/OptionsGTK.cmake:
1055 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
1057 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
1059 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1061 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
1063 [GTK] Disable memory sampler on non-Linux system
1064 https://bugs.webkit.org/show_bug.cgi?id=134483
1066 Reviewed by Philippe Normand.
1068 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
1069 Linux because it uses many Linux-specific features, so we should disable
1070 memory sampler on other systems by default.
1072 * Source/cmake/OptionsGTK.cmake:
1074 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
1076 [GTK] HTML API documentation should also be installed versioned
1077 https://bugs.webkit.org/show_bug.cgi?id=135970
1079 Reviewed by Philippe Normand.
1081 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
1084 2014-08-14 Tomas Popela <tpopela@redhat.com>
1086 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
1087 https://bugs.webkit.org/show_bug.cgi?id=135937
1089 Reviewed by Carlos Garcia Campos.
1093 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
1095 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
1096 https://bugs.webkit.org/show_bug.cgi?id=135934
1098 Reviewed by Gustavo Noronha Silva.
1100 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
1101 The gir files should installed in $datadir/gir-1.0/ together with all other
1102 gir files. We don't need to install introspection files in a versioned
1103 directory because their filenames already contain the binary version. But before
1104 r171598, the files were only installed to the right directory if the
1105 gobject-instrospection pkg-config file was in the same prefix than the one we
1106 wanted to install, because the gir and typelibs directories were extracted from
1107 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
1108 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
1109 like we do in the autotools build.
1111 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
1112 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
1113 * Source/cmake/OptionsGTK.cmake: Define
1114 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
1116 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
1118 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
1119 https://bugs.webkit.org/show_bug.cgi?id=135836
1121 Reviewed by Philippe Normand.
1123 * Source/PlatformGTK.cmake: Add install command to also install
1124 the GObject DOM bindings API docs.
1126 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
1128 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
1129 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
1130 re-set CMAKE_C_FLAGS with the new string. The two flags should really
1131 be appended to CMAKE_C_FLAGS and the same variable re-set with the
1134 * Source/cmake/OptionsCommon.cmake:
1136 2014-08-13 Alex Christensen <achristensen@webkit.org>
1138 Progress towards CMake on Mac.
1139 https://bugs.webkit.org/show_bug.cgi?id=135819
1141 Reviewed by Laszlo Gombos.
1143 * Source/cmake/OptionsMac.cmake:
1144 Disable some more features temporarily to get CMake working.
1145 * Source/cmake/WebKitMacros.cmake:
1146 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
1148 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
1150 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
1151 https://bugs.webkit.org/show_bug.cgi?id=135798
1153 Reviewed by Philippe Normand.
1155 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
1157 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
1158 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
1159 https://bugs.webkit.org/show_bug.cgi?id=133317
1161 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
1163 Reviewed by Philippe Normand.
1165 No new tests since no new functionality has been added.
1167 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
1169 2014-08-11 Commit Queue <commit-queue@webkit.org>
1171 Unreviewed, rolling out r172393.
1172 https://bugs.webkit.org/show_bug.cgi?id=135796
1174 discussion needed about GnuTLS version bump on the bots
1175 (Requested by philn on #webkit).
1179 https://bugs.webkit.org/show_bug.cgi?id=133317
1180 http://trac.webkit.org/changeset/172393
1182 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
1183 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
1184 https://bugs.webkit.org/show_bug.cgi?id=133317
1186 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
1188 Reviewed by Philippe Normand.
1190 No new tests since no new functionality has been added.
1192 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
1194 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
1196 [GTK] Adds stubs for all subtle crypto algorithm implemntations
1197 https://bugs.webkit.org/show_bug.cgi?id=133316
1199 Reviewed by Philippe Normand.
1201 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
1202 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
1203 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
1205 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
1207 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
1209 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1211 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
1213 [GTK] REGRESSION(r166239): The ld version script is not being used
1214 https://bugs.webkit.org/show_bug.cgi?id=135694
1216 Reviewed by Martin Robinson.
1218 Move the symbols filter file from Tools/gtk to Source/cmake and rename
1219 it as gtksymbols.filter. Also updated it, since some of the symbols
1220 exported were renamed.
1222 * Source/cmake/OptionsGTK.cmake:
1223 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
1225 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
1227 [GTK] Child processes should be installed in a versioned directory
1228 https://bugs.webkit.org/show_bug.cgi?id=135754
1230 Reviewed by Gustavo Noronha Silva.
1232 Define LIBEXEC_INSTALL_DIR as
1233 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
1234 so that the child processes are installed in $libexec/webkitgtk-4.0.
1235 This makes it possible to install 2.6 in parallel to older versions.
1237 * Source/cmake/OptionsGTK.cmake:
1239 2014-08-08 Alex Christensen <achristensen@webkit.org>
1241 Progress towards using CMake on Mac.
1242 https://bugs.webkit.org/show_bug.cgi?id=135662
1244 Reviewed by Laszlo Gombos.
1247 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
1248 * Source/cmake/WebKitFeatures.cmake:
1249 * Source/cmakeconfig.h.cmake:
1250 Added features that are needed by the Mac port.
1251 * Source/cmake/OptionsMac.cmake:
1252 Enable CSS_IMAGE_SET based on FeatureDefines.h.
1253 Disable the FTL with CMake for now.
1254 * Source/cmake/OptionsEFL.cmake:
1255 * Source/cmake/OptionsGTK.cmake:
1256 Enable subpixel layout to not conflict with FeatureDefines.h
1258 2014-08-08 Simon Fraser <simon.fraser@apple.com>
1260 Undo some erroneous changes to the Xcode scheme files from r172259.
1262 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1263 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1265 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
1267 [CMake] Drop the required version of CMake down to 2.8.8
1268 https://bugs.webkit.org/show_bug.cgi?id=135713
1270 Reviewed by Alex Christensen.
1272 * CMakeLists.txt: Require CMake 2.8.8.
1274 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
1276 Get rid of INPUT_SPEECH
1277 https://bugs.webkit.org/show_bug.cgi?id=135672
1279 Reviewed by Andreas Kling.
1281 * Source/cmake/OptionsMac.cmake:
1282 * Source/cmake/WebKitFeatures.cmake:
1283 * Source/cmakeconfig.h.cmake:
1285 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
1287 [GTK] Disable IndexedDB
1288 https://bugs.webkit.org/show_bug.cgi?id=135692
1290 Reviewed by Carlos Garcia Campos.
1292 * Source/cmake/OptionsGTK.cmake:
1294 2014-08-06 Dean Jackson <dino@apple.com>
1296 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
1297 https://bugs.webkit.org/show_bug.cgi?id=135675
1299 Reviewed by Sam Weinig.
1301 * Source/cmake/OptionsGTK.cmake:
1302 * Source/cmake/OptionsMac.cmake:
1303 * Source/cmake/WebKitFeatures.cmake:
1304 * Source/cmakeconfig.h.cmake:
1306 2014-08-06 David Farler <dfarler@apple.com>
1308 Unreviewed build fix: Make includes semicolon in assignment.
1310 * Makefile.shared: Remove a ;
1312 2014-08-06 David Farler <dfarler@apple.com>
1314 Set DSYMUTIL_NUM_THREADS to the number of logical cores
1315 https://bugs.webkit.org/show_bug.cgi?id=135655
1317 Reviewed by Mark Rowe.
1319 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
1321 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
1323 [GTK] Be able to disable gtk2 dependency
1324 https://bugs.webkit.org/show_bug.cgi?id=135505
1326 Reviewed by Gustavo Noronha Silva.
1328 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
1329 required when it's enabled. It's enabled by default.
1331 * Source/cmake/OptionsGTK.cmake:
1333 2014-08-05 Alex Christensen <achristensen@webkit.org>
1336 https://bugs.webkit.org/show_bug.cgi?id=135620
1338 Reviewed by Laszlo Gombos.
1340 * Source/cmake/OptionsMac.cmake:
1341 Use UDIS86 by default on Mac.
1343 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
1345 Add a flag for the CSS Selectors level 4 implementation
1346 https://bugs.webkit.org/show_bug.cgi?id=135535
1348 Reviewed by Andreas Kling.
1350 * Source/cmake/OptionsEfl.cmake:
1351 * Source/cmake/OptionsGTK.cmake:
1352 * Source/cmake/WebKitFeatures.cmake:
1353 * Source/cmakeconfig.h.cmake:
1355 2014-08-04 Alex Christensen <achristensen@webkit.org>
1357 Progress towards CMake on Mac.
1358 https://bugs.webkit.org/show_bug.cgi?id=135528
1360 Reviewed by Gyuyoung Kim.
1362 * Source/cmake/OptionsMac.cmake:
1363 Made options list based on FeatureDefines.xcconfig files.
1365 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
1367 [GTK] Windowing target support should reflect the support in the GTK+ dependency
1368 https://bugs.webkit.org/show_bug.cgi?id=134736
1370 Reviewed by Martin Robinson.
1372 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
1373 support the X11 or Wayland windowing targets -- instead, if there's no support
1374 the specific target is disabled, and an error is thrown only if neither of the
1375 backends is enabled at the end..
1376 For now the X11 target remains enabled by default, and the Wayland target is
1377 kept disabled. Once it's possible to have both targets enabled at runtime in
1378 WebKit, the Wayland target will be enabled as well and we'll leave it to the
1379 GTK+ dependency to determine which targets can be enabled.
1381 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
1383 [CMake] Add FindWayland.cmake
1384 https://bugs.webkit.org/show_bug.cgi?id=135540
1386 Reviewed by Martin Robinson.
1388 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
1389 dependency. For now bundles the wayland-client, wayland-server and
1390 wayland-egl pkg-config targets into one dependency, but these could
1391 be split in the future if necessary.
1393 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
1395 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
1396 https://bugs.webkit.org/show_bug.cgi?id=135553
1398 Reviewed by Gyuyoung Kim.
1400 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
1401 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
1403 * Source/cmake/OptionsEfl.cmake:
1405 2014-08-01 Bear Travis <betravis@adobe.com>
1407 [Feature Queries] Enable Feature Queries on EFL/GTK
1408 https://bugs.webkit.org/show_bug.cgi?id=134902
1410 Reviewed by Benjamin Poulain.
1412 Enable CSS Feature Queries by default on the EFL and GTK
1415 * Source/cmake/OptionsEfl.cmake:
1416 * Source/cmake/OptionsGTK.cmake:
1418 2014-08-01 Alex Christensen <achristensen@webkit.org>
1420 Progress towards cmake on Windows.
1421 https://bugs.webkit.org/show_bug.cgi?id=135484
1423 Reviewed by Martin Robinson.
1426 Added Mac to list of ports, even though it is not done yet.
1427 Changed minimum bison version to version installed on Macs.
1428 * Source/cmake/OptionsAppleWin.cmake:
1429 Added some definitions.
1430 * Source/cmake/OptionsEfl.cmake:
1431 * Source/cmake/OptionsGTK.cmake:
1432 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
1433 * Source/cmake/OptionsMac.cmake: Added blank for now.
1434 * Source/cmake/OptionsWinCairo.cmake:
1435 * Source/cmake/OptionsWindows.cmake:
1436 Added some definitions.
1437 Removed /WX (warnings treated as error while compiling).
1438 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
1440 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
1442 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
1443 https://bugs.webkit.org/show_bug.cgi?id=135501
1445 Reviewed by Gyuyoung Kim.
1447 Use PROJECT_VERSION_MICRO instead.
1449 * Source/cmake/OptionsEfl.cmake:
1450 * Source/cmake/OptionsGTK.cmake:
1451 * Source/cmake/WebKitHelpers.cmake:
1453 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
1455 [EFL] Bump ewebkit version to 1.11
1456 https://bugs.webkit.org/show_bug.cgi?id=135487
1458 Reviewed by Gyuyoung Kim.
1460 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
1462 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1464 [EFL] Add support for building with Geoclue2.
1465 https://bugs.webkit.org/show_bug.cgi?id=135455
1467 Reviewed by Gyuyoung Kim.
1469 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
1472 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
1474 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
1476 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1478 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
1480 [GTK] Bump binary version for 2.6
1481 https://bugs.webkit.org/show_bug.cgi?id=133724
1483 Reviewed by Philippe Normand.
1485 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
1486 update library version numbers.
1488 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
1490 [CMake] Bump the minimum required version
1491 https://bugs.webkit.org/show_bug.cgi?id=135382
1493 Reviewed by Gyuyoung Kim.
1495 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
1496 we introduced usage of target_include_directories().
1498 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
1500 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
1501 https://bugs.webkit.org/show_bug.cgi?id=135376
1503 Reviewed by Gyuyoung Kim.
1505 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
1507 * Source/cmake/OptionsEfl.cmake:
1508 * Source/cmake/OptionsGTK.cmake:
1510 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
1512 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
1513 https://bugs.webkit.org/show_bug.cgi?id=135288
1515 Reviewed by Martin Robinson.
1517 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
1518 datadir to pkgconfig
1519 * Source/cmake/OptionsGTK.cmake: define install directories early
1520 enough to be used in FindGObjectIntrospection.cmake
1522 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
1524 Remove CSS_EXCLUSIONS compile flag and leftover code
1525 https://bugs.webkit.org/show_bug.cgi?id=135175
1527 Reviewed by Zoltan Horvath.
1529 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
1530 stubs. This removes the flag and the useless code.
1532 * Source/cmake/WebKitFeatures.cmake:
1533 * Source/cmakeconfig.h.cmake:
1535 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
1537 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
1538 https://bugs.webkit.org/show_bug.cgi?id=135114
1540 Fix build with GStreamer 1.4
1542 Reviewed by Philippe Normand.
1544 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
1545 gst-mpegts component instead of the unstable 1.3.x verstions.
1547 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1549 [GTK] Simplify make-dist command line arguments
1550 https://bugs.webkit.org/show_bug.cgi?id=134832
1552 Reviewed by Martin Robinson.
1554 * Source/PlatformGTK.cmake: Use --version instead of
1555 --tarball-root when running make-dist.py.
1557 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
1559 Add a manual test for r135044
1561 <https://bugs.webkit.org/show_bug.cgi?id=135044>
1563 Rubber-stamped by Andy Estes.
1565 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
1567 2014-07-18 Dana Burkart <dburkart@apple.com>
1569 Add a new 'analyze' target to the makefile. This will make use of a new
1570 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
1572 https://bugs.webkit.org/show_bug.cgi?id=135057
1573 <rdar://problem/10193187>
1575 Reviewed by David Kilzer.
1581 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
1583 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
1584 https://bugs.webkit.org/show_bug.cgi?id=134963
1586 Reviewed by Gyuyoung Kim.
1588 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
1590 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
1592 2014-07-14 Daniel Bates <dabates@apple.com>
1594 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
1595 https://bugs.webkit.org/show_bug.cgi?id=134905
1596 <rdar://problem/16602779>
1598 Reviewed by Simon Fraser.
1600 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
1601 on the tapped element when processing a touchend as a result of finger pressing and releasing
1602 on the same element that is initially positioned outside the visible content area.
1604 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
1606 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
1608 [GTK] Enable VIDEO_TRACK by default
1609 https://bugs.webkit.org/show_bug.cgi?id=134801
1611 Reviewed by Philippe Normand.
1613 * Source/cmake/OptionsGTK.cmake:
1615 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
1617 [GTK][CMake] Add a 'distcheck' target
1618 https://bugs.webkit.org/show_bug.cgi?id=130675
1620 Reviewed by Gustavo Noronha Silva.
1622 * Source/PlatformGTK.cmake: Add distcheck target.
1624 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
1626 [GTK] Use the same default options for production builds that previous stable releases
1627 https://bugs.webkit.org/show_bug.cgi?id=134589
1629 Reviewed by Martin Robinson.
1631 Change the default value of some features to match our stable releases.
1632 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
1633 canvas depend on whether cairo-gl is found.
1635 * Source/cmake/FindCairoGL.cmake: Added.
1636 * Source/cmake/OptionsGTK.cmake:
1638 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
1640 [EFL] Support Encrypted Media Extensions.
1641 https://bugs.webkit.org/show_bug.cgi?id=134750
1643 Reviewed by Gyuyoung Kim.
1645 Webkit needs to play encrypted media contents when media player
1646 is played by Media source extensions and normal video procedure.
1648 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
1650 2014-07-08 Alex Christensen <achristensen@webkit.org>
1652 Steps towards CMake on Windows.
1653 https://bugs.webkit.org/show_bug.cgi?id=134716
1655 Reviewed by Martin Robinson.
1658 Added AppleWin and WinCairo to list of CMake ports.
1659 * Source/cmake/OptionsAppleWin.cmake: Added.
1660 * Source/cmake/OptionsWinCairo.cmake: Added.
1661 * Source/cmake/OptionsWindows.cmake:
1662 Windows needs to use the system malloc. Other options to come.
1664 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1666 [EFL] Support Geolocation
1667 https://bugs.webkit.org/show_bug.cgi?id=134439
1669 Reviewed by Antonio Gomes.
1671 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
1673 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
1675 Broken build with build-webkit --no-video
1676 https://bugs.webkit.org/show_bug.cgi?id=134587
1678 Reviewed by Darin Adler.
1680 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
1682 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
1684 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
1686 [GTK] The list of features shown by cmake is not accurate
1687 https://bugs.webkit.org/show_bug.cgi?id=134588
1689 Reviewed by Gustavo Noronha Silva.
1691 The problem is that some options might change after the feature
1692 list has been printed.
1694 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
1695 setting the default values of features and set WEBGL value
1696 depending on the dependencies, and API_TEST depending on whether
1697 developer mode is enabled or not.
1699 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
1701 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
1702 https://bugs.webkit.org/show_bug.cgi?id=134578
1704 Reviewed by Gyuyoung Kim.
1706 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
1707 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
1708 disable related option if it is not ON.
1710 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
1711 * Source/cmake/OptionsGTK.cmake: Ditto.
1712 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
1714 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
1716 [GTK] make dist is broken
1717 https://bugs.webkit.org/show_bug.cgi?id=134542
1719 Reviewed by Martin Robinson.
1721 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
1723 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
1725 [CMake] Add necessary support for building for the Wayland target
1726 https://bugs.webkit.org/show_bug.cgi?id=134160
1728 Reviewed by Darin Adler.
1730 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
1731 is enabled, and that its version matches the version of the generic package. Same
1732 for the gtk+-wayland-3.0 package and the Wayland target.
1733 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
1734 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
1735 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
1736 so they keep building the TestNetscapePlugin target.
1737 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
1738 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
1739 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
1740 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
1741 the minimum required version as soon as that target is enabled. Only search for GLX
1742 if the X11 target is enabled.
1744 2014-06-29 Yoav Weiss <yoav@yoav.ws>
1746 Add support for HTMLImageElement's sizes attribute
1747 https://bugs.webkit.org/show_bug.cgi?id=133620
1749 Reviewed by Dean Jackson.
1751 Added an ENABLE_PICTURE_SIZES compile flag.
1753 * Source/cmake/WebKitFeatures.cmake:
1754 * Source/cmakeconfig.h.cmake:
1756 2014-06-26 Daniel Bates <dabates@apple.com>
1758 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
1759 https://bugs.webkit.org/show_bug.cgi?id=134309
1760 <rdar://problem/17427385>
1762 Reviewed by Darin Adler.
1764 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
1767 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
1769 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
1771 Remove build guard for progress element
1772 https://bugs.webkit.org/show_bug.cgi?id=134292
1774 Reviewed by Benjamin Poulain.
1776 The build flag is no longer needed as it is always on.
1778 * Source/cmake/WebKitFeatures.cmake:
1779 * Source/cmakeconfig.h.cmake:
1781 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
1783 [EFL] Platform support for WebSpeech feature.
1784 https://bugs.webkit.org/show_bug.cgi?id=116438
1786 Reviewed by Csaba Osztrogonác.
1788 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
1790 * Source/cmake/OptionsEfl.cmake:
1791 * Source/cmake/WebKitFeatures.cmake:
1793 2014-06-23 Philippe Normand <pnormand@igalia.com>
1795 Unreviewed, GTK build fix after r170266.
1797 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
1799 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1801 Disable gamepad feature on EFL and GTK ports by default
1802 https://bugs.webkit.org/show_bug.cgi?id=134169
1804 Reviewed by Brady Eidson.
1806 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
1808 2014-06-21 Brady Eidson <beidson@apple.com>
1810 Gamepad API - Deprecate the existing implementation
1811 https://bugs.webkit.org/show_bug.cgi?id=134108
1813 Reviewed by Timothy Hatcher.
1815 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
1816 -Add the "Deprecated" suffix to some implementation files
1818 * Source/cmake/OptionsEfl.cmake:
1819 * Source/cmake/OptionsGTK.cmake:
1820 * Source/cmake/WebKitFeatures.cmake:
1821 * Source/cmakeconfig.h.cmake:
1823 2014-06-21 Commit Queue <commit-queue@webkit.org>
1825 Unreviewed, rolling out r170244.
1826 https://bugs.webkit.org/show_bug.cgi?id=134157
1828 GTK/EFL bindings generator works differently, making this
1829 patch not work there. Will fix entire patch after a rollout.
1830 (Requested by bradee-oh on #webkit).
1834 "Gamepad API - Deprecate the existing implementation"
1835 https://bugs.webkit.org/show_bug.cgi?id=134108
1836 http://trac.webkit.org/changeset/170244
1838 2014-06-21 Brady Eidson <beidson@apple.com>
1840 Gamepad API - Deprecate the existing implementation
1841 https://bugs.webkit.org/show_bug.cgi?id=134108
1843 Reviewed by Timothy Hatcher.
1845 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
1846 -Add the "Deprecated" suffix to some implementation files
1848 * Source/cmake/OptionsEfl.cmake:
1849 * Source/cmake/OptionsGTK.cmake:
1850 * Source/cmake/WebKitFeatures.cmake:
1851 * Source/cmakeconfig.h.cmake:
1853 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1855 Removing PAGE_VISIBILITY_API compile guard.
1856 https://bugs.webkit.org/show_bug.cgi?id=133844
1858 Reviewed by Gavin Barraclough.
1860 * Source/cmake/OptionsEfl.cmake:
1861 * Source/cmake/OptionsGTK.cmake:
1862 * Source/cmake/WebKitFeatures.cmake:
1863 * Source/cmakeconfig.h.cmake:
1865 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
1867 [EFL][CMAKE] Disable WebKit1 build as a default
1868 https://bugs.webkit.org/show_bug.cgi?id=134093
1870 Reviewed by Gyuyoung Kim.
1872 Disable WebKit1 build and enable WebKit2 build for the EFL port.
1874 * Source/cmake/OptionsEfl.cmake:
1876 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
1878 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
1879 https://bugs.webkit.org/show_bug.cgi?id=130389
1881 Reviewed by Mark Lam.
1883 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
1884 into !ENABLE(JIT) since they are mutually exclusive.
1886 * Source/cmake/OptionsEfl.cmake:
1887 * Source/cmake/OptionsGTK.cmake:
1888 * Source/cmake/WebKitFeatures.cmake:
1889 * Source/cmakeconfig.h.cmake:
1891 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
1893 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
1894 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
1895 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
1896 by the plugin process, but it is searched and utilized separately.
1898 Rubber-stamped by Carlos Garcia Campos.
1900 * Source/cmake/OptionsGTK.cmake:
1902 2014-06-16 Commit Queue <commit-queue@webkit.org>
1904 Unreviewed, rolling out r170003.
1905 https://bugs.webkit.org/show_bug.cgi?id=133938
1907 This patch broke GTK build (Requested by kczech on #webkit).
1911 "[EFL] Platform support for WebSpeech feature."
1912 https://bugs.webkit.org/show_bug.cgi?id=116438
1913 http://trac.webkit.org/changeset/170003
1915 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
1917 [EFL] Platform support for WebSpeech feature.
1918 https://bugs.webkit.org/show_bug.cgi?id=116438
1920 Reviewed by Gyuyoung Kim.
1922 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
1924 * Source/cmake/OptionsEfl.cmake:
1925 * Source/cmake/WebKitFeatures.cmake:
1927 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1929 [EFL] Remove duplicated compiler flag
1930 https://bugs.webkit.org/show_bug.cgi?id=133838
1932 Reviewed by Anders Carlsson.
1934 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
1935 it added to common compiler options. So, it is duplicated.
1937 * Source/cmake/WebKitHelpers.cmake:
1939 2014-06-11 Commit Queue <commit-queue@webkit.org>
1941 Unreviewed, rolling out r169877.
1942 https://bugs.webkit.org/show_bug.cgi?id=133784
1944 rollout wrong build fix approach for EFL port (Requested by
1945 gyuyoung on #webkit).
1949 "Unreviewed, EFL build fix since r169869."
1950 http://trac.webkit.org/changeset/169877
1952 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1954 Unreviewed, EFL build fix since r169869.
1956 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
1958 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
1960 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1962 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
1964 * Source/cmake/WebKitHelpers.cmake:
1966 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
1968 [GTK] Make it possible to build with FTL enabled
1969 https://bugs.webkit.org/show_bug.cgi?id=133219
1971 Reviewed by Philippe Normand.
1973 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
1975 * Source/cmake/OptionsGTK.cmake:
1977 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
1979 [CMake] Clean up FAST_MOBILE_SCROLLING
1980 https://bugs.webkit.org/show_bug.cgi?id=133342
1982 Reviewed by Gyuyoung Kim.
1984 FAST_MOBILE_SCROLLING was removed in r168726.
1986 * Source/cmake/OptionsEfl.cmake:
1987 * Source/cmake/OptionsGTK.cmake:
1988 * Source/cmake/WebKitFeatures.cmake:
1989 * Source/cmakeconfig.h.cmake:
1991 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1994 https://bugs.webkit.org/show_bug.cgi?id=132863
1996 Reviewed by Csaba Osztrogonác.
1998 * Source/cmake/OptionsEfl.cmake:
1999 * Source/cmake/OptionsGTK.cmake:
2000 * Source/cmake/WebKitFeatures.cmake:
2001 * Source/cmakeconfig.h.cmake:
2003 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
2005 Allow building CMake based ports with WEB_REPLAY
2006 https://bugs.webkit.org/show_bug.cgi?id=133154
2008 Reviewed by Csaba Osztrogonác.
2010 * Source/cmake/WebKitFeatures.cmake:
2011 * Source/cmakeconfig.h.cmake:
2013 2014-05-21 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
2015 [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled
2016 https://bugs.webkit.org/show_bug.cgi?id=132907
2018 Reviewed by Gyuyoung Kim.
2020 * Source/cmake/FindLIBCXXABI.cmake: Added.
2021 * Source/cmake/OptionsEfl.cmake:
2023 2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2025 [EFL] Turn on ENABLE_CSS_FILTERS
2026 https://bugs.webkit.org/show_bug.cgi?id=133153
2028 Reviewed by Gyuyoung Kim.
2030 * Source/cmake/OptionsEfl.cmake: Enable CSS_FILTERS as default option value.
2032 2014-05-16 Martin Robinson <mrobinson@igalia.com>
2034 [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and LIBEXEC_INSTALL_DIR
2035 https://bugs.webkit.org/show_bug.cgi?id=132819
2037 Reviewed by Carlos Garcia Campos.
2039 * CMakeLists.txt: Hard-code CMAKE_ARCHIVE_OUTPUT_DIRECTORY etc, so that we can accept absolute paths for LIB_INSTALL_DIR
2041 * Source/cmake/OptionsCommon.cmake: Get rid of LIB_SUFFIX and try to make all path variables absolute. Also set
2042 CMAKE_ARCHIVE_OUTPUT_DIRECTORY, etc using the last path component of LIB_INSTALL_DIR, etc, so that absolute paths
2044 * Source/cmake/OptionsGTK.cmake: Ditto. Also get rid of all pkg-config specific variables.
2046 2014-05-20 Gustavo Noronha Silva <gns@gnome.org>
2048 [CMake] Support building with Debug Fission
2049 https://bugs.webkit.org/show_bug.cgi?id=131177
2051 Reviewed by Philippe Normand.
2053 * Source/cmake/OptionsCommon.cmake: add a DEBUG_FISSION option to enable usage
2054 of http://gcc.gnu.org/wiki/DebugFission.
2056 2014-05-20 Carlos Garcia Campos <cgarcia@igalia.com>
2058 [GTK] Rename translation domain as WebKit2GTK-3.0
2059 https://bugs.webkit.org/show_bug.cgi?id=132953
2061 Reviewed by Gustavo Noronha Silva.
2063 * Source/cmake/OptionsGTK.cmake:
2065 2014-05-18 Rik Cabanier <cabanier@adobe.com>
2067 support for navigator.hardwareConcurrency
2068 https://bugs.webkit.org/show_bug.cgi?id=132588
2070 Reviewed by Filip Pizlo.
2072 * Source/cmake/OptionsEfl.cmake:
2073 * Source/cmake/OptionsGTK.cmake:
2074 * Source/cmake/WebKitFeatures.cmake:
2075 * Source/cmakeconfig.h.cmake:
2077 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2079 Remove CSS_STICKY_POSITION guards
2080 https://bugs.webkit.org/show_bug.cgi?id=132676
2082 Reviewed by Simon Fraser.
2084 * Source/cmake/OptionsEfl.cmake:
2085 * Source/cmake/OptionsGTK.cmake:
2086 * Source/cmake/WebKitFeatures.cmake:
2087 * Source/cmakeconfig.h.cmake:
2089 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
2091 Unreviewed. Bump version numbers.
2093 * Source/cmake/OptionsGTK.cmake:
2095 2014-05-10 Martin Robinson <mrobinson@igalia.com>
2097 [GTK][CMake] Unable to do make install
2098 https://bugs.webkit.org/show_bug.cgi?id=130188
2100 Reviewed by Carlos Garcia Campos.
2102 Only try to install the HTML documentation if the build is configured to generate it via
2103 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
2104 to keep the HTML documentation directory as an installation source.
2106 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
2107 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
2108 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
2109 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
2110 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
2112 2014-05-09 Anders Carlsson <andersca@apple.com>
2114 Rename WebKit2.framework to WebKit.framework
2115 https://bugs.webkit.org/show_bug.cgi?id=132743
2116 <rdar://problem/15920046>
2118 Reviewed by Dan Bernstein.
2121 Build WebKit.xcodeproj before WebKit2.xcodeproj.
2123 * WebKit.xcworkspace/xcshareddata/xcschemes/:
2126 2014-05-06 David Kilzer <ddkilzer@apple.com>
2128 Add Makefile targets for copying static libraries (LLVM and WKSI)
2129 <http://webkit.org/b/132619>
2131 Reviewed by Mark Rowe.
2134 (MODULES): Add WebKitLibraries.
2136 2014-05-06 Commit Queue <commit-queue@webkit.org>
2138 Unreviewed, rolling out r168304.
2139 https://bugs.webkit.org/show_bug.cgi?id=132607
2141 Broke the build (Requested by KaL on #webkit).
2145 "[GTK][CMake] Unable to do make install"
2146 https://bugs.webkit.org/show_bug.cgi?id=130188
2147 http://trac.webkit.org/changeset/168304
2149 2014-05-05 Martin Robinson <mrobinson@igalia.com>
2151 [GTK][CMake] Unable to do make install
2152 https://bugs.webkit.org/show_bug.cgi?id=130188
2154 Reviewed by Carlos Garcia Campos.
2156 Only try to install the HTML documentation if the build is configured to generate it via
2157 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
2158 to keep the HTML documentation directory as an installation source.
2160 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
2161 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
2162 never added to the default target, but will be triggered by build-webkit, so that
2163 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
2164 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
2166 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2168 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
2169 https://bugs.webkit.org/show_bug.cgi?id=132525
2171 Reviewed by Martin Robinson.
2173 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
2174 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
2175 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
2177 2014-05-01 David Kilzer <ddkilzer@apple.com>
2179 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
2180 <http://webkit.org/b/132432>
2182 Reviewed by Tim Horton.
2184 * Source/cmake/WebKitFeatures.cmake:
2185 * Source/cmakeconfig.h.cmake:
2186 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
2188 2014-04-30 Simon Fraser <simon.fraser@apple.com>
2190 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
2192 Reviewed by Dan Bernstein/Anders Carlsson.
2194 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2195 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2197 2014-04-30 Simon Fraser <simon.fraser@apple.com>
2199 Let Xcode have its way with the WebKit workspace.
2201 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2202 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2204 2014-04-29 Martin Robinson <mrobinson@igalia.com>
2206 [GTK] Make it easier to run CMake for downstreams
2207 https://bugs.webkit.org/show_bug.cgi?id=132370
2209 Reviewed by Carlos Garcia Campos.
2211 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
2213 2014-04-27 Joonghun Park <jh718.park@samsung.com>
2215 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
2216 https://bugs.webkit.org/show_bug.cgi?id=132176
2218 Reviewed by Gyuyoung Kim.
2220 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
2222 * Source/cmake/OptionsEfl.cmake:
2224 2014-04-22 Alex Christensen <achristensen@webkit.org>
2226 Removed old stdbool and inttypes headers.
2227 https://bugs.webkit.org/show_bug.cgi?id=131966
2229 Reviewed by Brent Fulgham.
2231 * Source/cmake/OptionsWindows.cmake:
2232 * Source/cmake/WebKitPackaging.cmake:
2233 Removed references to os-win32 directory.
2235 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
2237 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
2239 Rubber-stamped by Carlos Garcia Campos.
2241 * Source/cmake/WebKitFeatures.cmake:
2243 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
2245 Empty RenderInline objects should not be line break objects.
2247 https://bugs.webkit.org/show_bug.cgi?id=131861
2248 <rdar://problem/15663617>
2250 Reviewed by David Hyatt.
2252 * ManualTests/empty-inline-as-line-break-position.html: Added.
2253 This issue wouldn't reproduce in WebKitTestRunner.
2255 2014-04-19 Brent Fulgham <bfulgham@apple.com>
2257 Revert unintended workspace change in my last commit.
2259 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
2260 Scheme type back to Debug.
2262 2014-04-18 Philippe Normand <pnormand@igalia.com>
2264 Remove NETWORK_INFO support
2265 https://bugs.webkit.org/show_bug.cgi?id=131841
2267 Reviewed by Gyuyoung Kim.
2269 * Source/cmake/OptionsEfl.cmake:
2270 * Source/cmake/OptionsGTK.cmake:
2271 * Source/cmake/WebKitFeatures.cmake:
2272 * Source/cmakeconfig.h.cmake:
2274 2014-04-17 Darin Adler <darin@apple.com>
2276 Try to fix EFL and GTK builds.
2278 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
2279 * Source/cmake/OptionsGTK.cmake: Ditto.
2280 * Source/cmakeconfig.h.cmake: Ditto.
2282 2014-04-16 Brendan Long <b.long@cablelabs.com>
2284 [GTK][CMAKE] build-webkit doesn't detect when the build fails
2285 https://bugs.webkit.org/show_bug.cgi?id=130148
2287 Reviewed by Martin Robinson.
2289 * 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.
2291 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
2293 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
2294 https://bugs.webkit.org/show_bug.cgi?id=131725
2296 Reviewed by Philippe Normand.
2298 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
2299 instead of GTK_UNIX_PRINTING_FOUND and set the macro
2300 HAVE_GTK_UNIX_PRINTING to 1 when found.
2302 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
2304 Web Replay: memoize nondeterministic attributes of the Navigator interface
2305 https://bugs.webkit.org/show_bug.cgi?id=131340
2307 Reviewed by Timothy Hatcher.
2309 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
2311 2014-04-09 Brendan Long <b.long@cablelabs.com>
2313 [GStreamer] Expose MPEG-TS metadata
2314 https://bugs.webkit.org/show_bug.cgi?id=122001
2316 Reviewed by Eric Carlson.
2318 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
2319 * Source/cmake/OptionsEfl.cmake: Same.
2320 * Source/cmake/OptionsGTK.cmake: Same.
2322 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
2324 Web Replay: memoize nondeterministic attributes of the Screen interface
2325 https://bugs.webkit.org/show_bug.cgi?id=131339
2327 Reviewed by Timothy Hatcher.
2329 * ManualTests/inspector/replay-window-screen.html: Added.
2331 2014-04-08 Martin Robinson <mrobinson@igalia.com>
2333 [GTK] Remove the WebKitGTK+ WebKit 1 code
2334 https://bugs.webkit.org/show_bug.cgi?id=131399
2336 Reviewed by Anders Carlsson.
2338 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
2339 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
2341 2014-04-08 Dan Bernstein <mitz@apple.com>
2343 Added bmalloc to the WebKit workspace.
2344 https://bugs.webkit.org/show_bug.cgi?id=131362
2346 Reviewed by Geoff Garen.
2348 * WebKit.xcworkspace/contents.xcworkspacedata:
2349 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2350 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2352 2014-04-08 Geoffrey Garen <ggaren@apple.com>
2354 Build bmalloc on iOS too
2355 https://bugs.webkit.org/show_bug.cgi?id=131381
2357 Reviewed by Andreas Kling.
2359 * Source/Makefile: Build it.
2361 2014-04-07 Geoffrey Garen <ggaren@apple.com>
2363 Build bmalloc on Mac
2364 https://bugs.webkit.org/show_bug.cgi?id=131333
2366 Reviewed by Mark Rowe.
2369 * WebKitBuild: Added.
2370 * WebKitBuild/Debug: Added.
2372 2014-04-07 Ryuan Choi <ryuan.choi@samsung.com>
2374 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT
2375 https://bugs.webkit.org/show_bug.cgi?id=131257
2377 Reviewed by Gyuyoung Kim.
2379 * Source/cmake/OptionsEfl.cmake: Enable MEDIA_CONTROLS_SCRIPT
2381 2014-04-06 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2383 [GTK] Stop trying to install WebKit1 documentation
2384 https://bugs.webkit.org/show_bug.cgi?id=131278
2386 Reviewed by Martin Robinson.
2388 * Source/PlatformGTK.cmake: Remove install() call since the WebKit1 documentation is not
2389 built anymore since r166584. This fixes `make install'.
2391 2014-04-04 Brian J. Burg <burg@cs.washington.edu>
2393 Web Replay: capture and replay wheel events and scroll commands
2394 https://bugs.webkit.org/show_bug.cgi?id=129402
2396 Reviewed by Timothy Hatcher.
2398 * ManualTests/inspector/replay-wheel-events.html: Added.
2400 2014-04-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2402 [GTK][CMake] Remove FindXt.cmake.
2403 https://bugs.webkit.org/show_bug.cgi?id=131227
2405 Reviewed by Anders Carlsson.
2407 Xt is already detected by CMake's own FindX11.cmake, so there is no need to keep a custom FindXt.cmake around.
2409 * Source/cmake/FindXt.cmake: Removed.
2410 * Source/cmake/OptionsGTK.cmake:
2412 2014-04-04 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
2414 [EFL] Build error due to changed path of generated js files.
2415 https://bugs.webkit.org/show_bug.cgi?id=131215
2417 Reviewed by Gyuyoung Kim.
2419 r166648 fixed the generation of some .js files on GTK. Due to some
2420 changes in the paths it causes a build error on EFL.
2422 * Source/PlatformEfl.cmake:
2423 Replaced path for two derived source files.
2425 2014-04-02 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2427 [GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
2428 https://bugs.webkit.org/show_bug.cgi?id=131095
2430 Reviewed by Martin Robinson.
2432 One needs to take into account OpenGL's include directory found via
2433 find_package() when looking for glx.h, since if the former is a
2434 non-standard location the latter will also be. If this is not it is
2435 possible that OpenGL is found but GLX support is not properly detected.
2437 * Source/cmake/OptionsGTK.cmake:
2439 2014-04-02 Martin Robinson <mrobinson@igalia.com>
2441 REGRESSION(r165704): [GTK] Inspector resources not correctly generated
2442 https://bugs.webkit.org/show_bug.cgi?id=130343
2444 Reviewed by Gustavo Noronha Silva.
2446 * CMakeLists.txt: Add a variable which points to the directory to store WebInspectorUI
2448 * Source/cmake/WebKitFS.cmake: Generate WebInspectorUI derived sources directories.
2450 2014-04-01 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2452 [CMake] Drop port check from FindEGL.cmake.
2453 https://bugs.webkit.org/show_bug.cgi?id=131091
2455 Reviewed by Gyuyoung Kim.
2457 There is no reason to mark some variables as advanced only for the
2460 * Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
2461 as advanced regardless of the port.
2463 2014-04-01 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2465 Fix the !ENABLE(BATTERY_STATUS) build
2466 https://bugs.webkit.org/show_bug.cgi?id=130183
2468 Reviewed by Anders Carlsson.
2470 * Source/cmake/OptionsEfl.cmake:
2472 2014-03-31 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2474 [CMake][GTK] Do not expand variables twice in if() checks.
2475 https://bugs.webkit.org/show_bug.cgi?id=130964
2477 Reviewed by Martin Robinson.
2479 In CMake, `if (${foo})' causes $foo to be evaluated first and its value
2480 to be checked by the if clause. This is not what we want, and
2481 configuration fails when, say, GLX support wasn't found as the if
2482 clause is actually evaluated as `if (TRUE AND (OR TRUE))'.
2484 * Source/cmake/OptionsGTK.cmake: Pass if (FOO) instead of if (${FOO})
2487 2014-03-31 Martin Robinson <mrobinson@igalia.com>
2489 [GTK] Remove scripts code only applicable to autotools
2490 https://bugs.webkit.org/show_bug.cgi?id=130841
2492 Reviewed by Anders Carlsson.
2494 * Source/cmake/WebKitPackaging.cmake: No longer need to consider autotools files.
2496 2014-03-31 Martin Robinson <mrobinson@igalia.com>
2498 [GTK] Use PROJECT_VERSION_* instead of WEBKIT_*_VERSION
2499 https://bugs.webkit.org/show_bug.cgi?id=130936
2501 Reviewed by Carlos Garcia Campos.
2503 * Source/cmake/OptionsGTK.cmake: No longer emulate the Autotools macro names.
2505 2014-03-31 Carlos Garcia Campos <cgarcia@igalia.com>
2507 [GTK] Add support for GTK3 plugins
2508 https://bugs.webkit.org/show_bug.cgi?id=130599
2510 Reviewed by Martin Robinson.
2512 * Source/cmake/OptionsGTK.cmake:
2514 2014-03-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2516 [EFL] Bump glib version from 2.36 to 2.38
2517 https://bugs.webkit.org/show_bug.cgi?id=130886
2519 Reviewed by Csaba Osztrogonác.
2521 * Source/cmake/OptionsEfl.cmake: Required glib-2.38 version.
2523 2014-03-26 Zoltan Horvath <zoltan@webkit.org>
2525 [CSS Shapes] Remove shape-inside support
2526 https://bugs.webkit.org/show_bug.cgi?id=130698
2528 Reviewed by David Hyatt.
2530 * Source/cmake/WebKitFeatures.cmake:
2531 * Source/cmakeconfig.h.cmake:
2533 2014-03-25 Martin Robinson <mrobinson@igalia.com>
2535 [GTK] Remove the autotools build
2536 https://bugs.webkit.org/show_bug.cgi?id=130717
2538 Reviewed by Anders Carlsson.
2540 * .gitignore: Remove references to autotools files.
2541 * GNUmakefile.am: Removed.
2542 * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
2543 * Source/autotools/CustomMacros.m4: Removed.
2544 * Source/autotools/FindDependencies.m4: Removed.
2545 * Source/autotools/PrintBuildConfiguration.m4: Removed.
2546 * Source/autotools/ReadCommandLineArguments.m4: Removed.
2547 * Source/autotools/SetupAutoconfHeader.m4: Removed.
2548 * Source/autotools/SetupAutomake.m4: Removed.
2549 * Source/autotools/SetupCompilerFlags.m4: Removed.
2550 * Source/autotools/SetupLibtool.m4: Removed.
2551 * Source/autotools/SetupWebKitFeatures.m4: Removed.
2552 * Source/autotools/Versions.m4: Removed.
2553 * Source/autotools/acinclude.m4: Removed.
2554 * Source/autotools/dolt.m4: Removed.
2555 * Source/autotools/gsettings.m4: Removed.
2556 * Source/cmake/OptionsGTK.cmake:
2557 * autogen.sh: Removed.
2558 * configure.ac: Removed.
2560 2014-03-25 Gabor Rapcsanyi <rgabor@webkit.org>
2562 [EFL] Add ARM64 build support
2563 https://bugs.webkit.org/show_bug.cgi?id=130506
2565 Rubber stamped by Gyuyoung Kim.
2567 * CMakeLists.txt: Set WTF_CPU_ARM64 when aarch64 is defined.
2569 2014-03-25 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2571 [EFL][WK2] Add NETWORK_PROCESS build option
2572 https://bugs.webkit.org/show_bug.cgi?id=130131
2574 Reviewed by Gyuyoung Kim.
2576 Add option to build EFL port with NETWORK_PROCESS set on. By default NETWORK_PROCESS is
2579 * Source/cmake/OptionsEfl.cmake:
2581 2014-03-24 Brian Burg <bburg@apple.com>
2583 Web Replay: capture and replay keyboard events
2584 https://bugs.webkit.org/show_bug.cgi?id=130314
2586 Reviewed by Joseph Pecoraro.
2588 * ManualTests/inspector/replay-keyboard-events.html: Added.
2590 2014-03-24 Sangyong Park <sy302.park@gmail.com>
2592 [EFL] Inspector page is not loaded.
2593 https://bugs.webkit.org/show_bug.cgi?id=130661
2595 Reviewed by Gyuyoung Kim.
2597 Inspector page is not loaded, because some javascript files are not installed.
2598 (InspectorJSBackendCommands.js, InspectorWebBackendCommands.js)
2600 * Source/PlatformEfl.cmake:
2602 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2604 [EFL][GTK] Get CMake to find Freetype2 properly
2605 https://bugs.webkit.org/show_bug.cgi?id=130150
2607 Reviewed by Martin Robinson.
2609 Newer versions of CMake are not able to find Freetype2 correctly.
2610 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
2611 freetype2 repo, because a completely different version number is found in freetype2.pc.
2613 * Source/cmake/FindFreetype2.cmake: Added.
2614 * Source/cmake/OptionsEfl.cmake:
2615 * Source/cmake/OptionsGTK.cmake:
2617 2014-03-20 Brian Burg <bburg@apple.com>
2619 Web Replay: capture and replay mouse events
2620 https://bugs.webkit.org/show_bug.cgi?id=129395
2622 Reviewed by Joseph Pecoraro.
2624 Create a manual test for capture/replay of mouse events.
2625 Copy over the crypto-md5.js library from SunSpider.
2627 * ManualTests/inspector/replay-mouse-events.html: Added.
2628 * ManualTests/inspector/resources/crypto-md5.js: Added.
2630 2014-03-20 Zan Dobersek <zdobersek@igalia.com>
2632 [GTK][CMake] Add support for building with Clang
2633 https://bugs.webkit.org/show_bug.cgi?id=130260
2635 Reviewed by Martin Robinson.
2637 * Source/PlatformGTK.cmake: Run the generate-gtkdoc script with the CFLAGS env set
2638 to the list C compiler flags as constructed by CMake.
2639 * Source/cmake/OptionsCommon.cmake: When building with Clang, use the -Qunused-arguments
2640 compiler option to suppress verbose warnings about arguments that went unused by the driver.
2641 * Source/cmake/OptionsGTK.cmake: Use -fno-omit-frame-pointer for both GCC and Clang.
2642 -fno-tree-dce should be used only for GCC.
2643 * Source/cmake/gtest/CMakeLists.txt: When building with Clang the GTest framework
2644 should be built with GTEST_HAS_TR1_TUPLE macro defined to 0 to avoid build failures.
2646 2014-03-20 Commit Queue <commit-queue@webkit.org>
2648 Unreviewed, rolling out r165962.
2649 https://bugs.webkit.org/show_bug.cgi?id=130512
2651 It broke the build (Requested by Ossy on #webkit).
2655 "[EFL][GTK] Get CMake to find Freetype2 properly"
2656 https://bugs.webkit.org/show_bug.cgi?id=130150
2657 http://trac.webkit.org/changeset/165962
2659 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2661 [EFL][GTK] Get CMake to find Freetype2 properly
2662 https://bugs.webkit.org/show_bug.cgi?id=130150
2664 Reviewed by Csaba Osztrogonác.
2666 Newer versions of CMake are not able to find Freetype2 correctly.
2667 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
2668 freetype2 repo, because a completely different version number is found in freetype2.pc.
2670 * Source/cmake/FindFreetype2.cmake: Added.
2671 * Source/cmake/OptionsEfl.cmake:
2672 * Source/cmake/OptionsGTK.cmake:
2674 2014-03-17 Brendan Long <b.long@cablelabs.com>
2676 [GStreamer] human readable language code for tracks
2677 https://bugs.webkit.org/show_bug.cgi?id=124514
2679 Reviewed by Martin Robinson.
2681 * Source/autotools/FindDependencies.m4: Add gstreamer-tag-1.0.
2682 * Source/cmake/FindGStreamer.cmake: Same.
2683 * Source/cmake/OptionsEfl.cmake: Same.
2684 * Source/cmake/OptionsGTK.cmake: Same.
2686 2014-03-17 Martin Robinson <mrobinson@igalia.com>
2688 [GTK][CMake] Credential storage is not enabled
2689 https://bugs.webkit.org/show_bug.cgi?id=130149
2691 Reviewed by Philippe Normand.
2693 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_CREDENTIAL_STORAGE option to the configuration
2694 and look libsecret when it's enabled.
2695 * Source/cmakeconfig.h.cmake: Expose the ENABLE_CREDENTIAL_STORAGE option to the build.
2697 2014-03-17 Martin Robinson <mrobinson@igalia.com>
2699 [GTK][CMake] Ensure that HAVE_GTK_UNIX_PRINTING is defined when appropriate
2700 https://bugs.webkit.org/show_bug.cgi?id=130155
2702 Reviewed by Philippe Normand.
2704 * Source/cmake/FindGTKUnixPrint.cmake: Added.
2705 * Source/cmake/OptionsGTK.cmake: Look for gtk+-unix-print and use it to turn on HAVE_GTK_UNIX_PRINTING.
2706 * Source/cmakeconfig.h.cmake: Add the HAVE_GTK_UNIX_PRINTING define.
2708 2014-03-16 Kim Byung Jun <bj1987.kim@samsung.com>
2710 [EFL] Enable TOUCH_SLIDER macro.
2711 https://bugs.webkit.org/show_bug.cgi?id=130186
2713 Reviewed by Gyuyoung Kim.
2715 * Source/cmake/OptionsEfl.cmake:
2717 2014-03-16 Zan Dobersek <zdobersek@igalia.com>
2719 [GTK][CMake] Build with -fno-rtti
2720 https://bugs.webkit.org/show_bug.cgi?id=130261
2722 Reviewed by Martin Robinson.
2724 * Source/cmake/OptionsCommon.cmake: List the -fno-exceptions, -fno-strict-aliasing
2725 and -fno-rtti options in the global CMAKE_C_FLAGS and CMAKE_CXX_FLAGS (-fno-rtti
2726 is only listed in the latter). Replace -std=gnu++0x with the official -std=c++11 option.
2727 * Source/cmake/WebKitHelpers.cmake: Stop -fno-exceptions and -fno-strict-aliasing
2728 from being set through the WEBKIT_SET_EXTRA_COMPILER_FLAGS macro, they are now listed
2729 in CMAKE_C_FLAGS and CMAKE_CXX_FLAGS.
2730 * Source/cmake/gtest/CMakeLists.txt: Build GTest code with GTEST_HAS_RTTI macro defined to 0.
2732 2014-03-16 Brendan Long <b.long@cablelabs.com>
2734 [GStreamer] CMake doesn't find the include path for gstreamer-base
2735 https://bugs.webkit.org/show_bug.cgi?id=130098
2737 Reviewed by Philippe Normand.
2739 * Source/cmake/FindGStreamer.cmake: Look for a header in gstreamer-base instead of looking for gst/gst.h twice.
2741 2014-03-14 Maciej Stachowiak <mjs@apple.com>
2743 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
2744 https://bugs.webkit.org/show_bug.cgi?id=130276
2745 <rdar://problem/16266927>
2747 Reviewed by Simon Fraser.
2749 * ManualTests/NPN_Invoke/Info.plist:
2750 * ManualTests/NPN_Invoke/main.c:
2751 * ManualTests/accessibility/resources/AppletTest.java:
2753 2014-03-14 Zan Dobersek <zdobersek@igalia.com>
2755 [CMake] Remove -fno-tree-sra workaround for GCC 4.5
2756 https://bugs.webkit.org/show_bug.cgi?id=130258
2758 Reviewed by Martin Robinson.
2760 GCC compilers 4.7 and later are supported, so there's no need for disabling
2761 the -ftree-sra optimization which was causing problems when enabled on GCC 4.5.
2763 * Source/cmake/WebKitHelpers.cmake:
2765 2014-03-14 Landry Breuil <landry@openbsd.org>
2767 Add autotools boilerplate for proper os defines on OpenBSD/NetBSD/DragonFly
2768 https://bugs.webkit.org/show_bug.cgi?id=129966
2770 Reviewed by Andreas Kling.
2772 * Source/autotools/CheckSystemAndBasicDependencies.m4:
2773 * Source/autotools/SetupAutomake.m4:
2775 2014-03-13 Mario Sanchez Prada <mario.prada@samsung.com>
2777 [CMake] Failure to link with older installations of WebP
2778 https://bugs.webkit.org/show_bug.cgi?id=130195
2780 Reviewed by Gustavo Noronha Silva.
2782 Fix the issue by using a temporary variable as the output parameter
2783 to check_include_files(), setting WEBP_FOUND accordingly later.
2785 * Source/cmake/FindWebP.cmake: Avoid reusing the WEBP_FOUND
2786 variable in check_include_files(), as it will lead to misleading
2787 results (will always be FALSE). Use a temporary variable instead
2788 and explicitly set WEBP_FOUND to TRUE later if needed.
2790 2014-03-12 Martin Robinson <mrobinson@igalia.com>
2792 [CMake] Changes to the bindings generator Perl modules do not trigger regeneration of bindings
2793 https://bugs.webkit.org/show_bug.cgi?id=130170
2795 Reviewed by Daniel Bates.
2797 * Source/cmake/WebKitMacros.cmake: Add the Perl modules used in script generation to the dependency
2798 list. We must check whether or not the specific one exists first, because the InjectedBundle uses a
2799 fake "TestRunner" generator.
2801 2014-03-12 Carlos Garcia Campos <cgarcia@igalia.com>
2803 [GTK][CMAKE] Remove compile warnings about GTK+ deprecated API
2804 https://bugs.webkit.org/show_bug.cgi?id=130014
2806 Reviewed by Martin Robinson.
2808 Set GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_6.
2810 * Source/cmake/OptionsGTK.cmake:
2811 * Source/cmakeconfig.h.cmake:
2813 2014-03-12 Martin Robinson <mrobinson@igalia.com>
2815 [GTK][CMAKE] Too verbose build output
2816 https://bugs.webkit.org/show_bug.cgi?id=130076
2818 Reviewed by Carlos Garcia Campos.
2820 * Source/cmake/OptionsGTK.cmake: Generate a script which does the actual build. This
2821 works around an issue where cmake --build doesn't support ninja's pretty printing.
2823 2014-03-10 Mario Sanchez Prada <mario.prada@samsung.com>
2825 [GTK] Add support for Geoclue2
2826 https://bugs.webkit.org/show_bug.cgi?id=120185
2828 Reviewed by Carlos Garcia Campos.
2830 Patch by Anton Obzhirov <a.obzhirov@samsung.com> and Mario Sanchez Prada <mario.prada@samsung.com>
2832 Add support for Geoclue2 using autotools.
2834 * Source/autotools/FindDependencies.m4: Add support for handling
2835 both Geoclue 1.0 and 2.0.
2836 * Source/autotools/PrintBuildConfiguration.m4: Print the version
2837 of geoclue that is being used.
2838 * Source/autotools/SetupAutoconfHeader.m4: Define GEOCLUE_API_VERSION_2.
2839 * Source/autotools/SetupAutomake.m4: Likewise, for AM_CONDITIONAL.
2840 * Source/autotools/Versions.m4: Added minimum required version for Geoclue2.
2842 Add support for Geoclue2 using CMake.
2844 * Source/cmake/FindGeoClue2.cmake: Added.
2845 * Source/cmake/OptionsGTK.cmake: Add support for handling Geoclue 1.0 and 2.0.
2846 * Source/cmakeconfig.h.cmake: Define WTF_USE_GEOCLUE2.
2848 2014-03-10 Martin Robinson <mrobinson@igalia.com>
2850 [GTK][CMAKE] gtk-doc HTML documentation is generated by default when building with CMake
2851 https://bugs.webkit.org/show_bug.cgi?id=130016
2853 Reviewed by Carlos Garcia Campos.
2855 * Source/PlatformGTK.cmake: Add two gtkdoc targets, one which builds HTML and one which
2856 doesn't. Add the non-HTML version to the default target, but not the HTML version. The
2857 HTML version will still run when building the distribution tarball.
2859 2014-03-10 Martin Robinson <mrobinson@igalia.com>
2861 [GTK] [CMake] Clean up library linking
2862 https://bugs.webkit.org/show_bug.cgi?id=129782
2864 Reviewed by Philippe Normand.
2866 * Source/cmake/OptionsGTK.cmake: Add a macro to wrap all libraries in a list with --whole-archive
2867 so that unused symbols are not dropped. This is useful when building up shared libraries
2868 from convenience libraries.
2870 2014-03-08 Landry Breuil <landry@openbsd.org>
2872 Don't check for shm_open on librt on OpenBSD, lib doesnt exist.
2873 https://bugs.webkit.org/show_bug.cgi?id=129973
2875 Reviewed by Martin Robinson.
2877 * Source/autotools/FindDependencies.m4:
2879 2014-03-06 Anders Carlsson <andersca@apple.com>
2881 Build WebKit2 before building WebKit
2882 https://bugs.webkit.org/show_bug.cgi?id=129831
2883 <rdar://problem/15920020>
2885 Reviewed by Dan Bernstein.
2888 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2889 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2891 2014-03-06 Commit Queue <commit-queue@webkit.org>
2893 Unreviewed, rolling out r165193.
2894 http://trac.webkit.org/changeset/165193
2895 https://bugs.webkit.org/show_bug.cgi?id=129823
2897 Not specifying libc++ as the stdlib for Clang through CXXFLAGS
2898 env confuses libtool (Requested by zdobersek on #webkit).
2900 * Source/autotools/SetupCompilerFlags.m4:
2902 2014-03-06 Zan Dobersek <zdobersek@igalia.com>
2904 [GTK][Autotools] Default to libc++ when compiling with Clang
2905 https://bugs.webkit.org/show_bug.cgi?id=129798
2907 Reviewed by Anders Carlsson.
2909 * Source/autotools/SetupCompilerFlags.m4: Default to using libc++ when compiling with the Clang
2910 compiler. This is still overridable if -stdlib=* flag was set through CXXFLAGS, in case people
2911 would for some reason still prefer libstdc++ (i.e. on setups where a functional libc++ is not yet available).
2913 2014-03-05 Martin Robinson <mrobinson@igalia.com>
2915 [CMake] Ninja generator builds fail with "Argument list too long"
2916 https://bugs.webkit.org/show_bug.cgi?id=129771
2918 Reviewed by Daniel Bates.
2920 * Source/cmake/OptionsCommon.cmake: Work around a bug in the Ninja CMake generator,
2921 by forcing the use of response files.
2923 2014-03-05 Ryuan Choi <ryuan.choi@samsung.com>
2925 [CMake] Use thin archives if building on Linux for non-shared-core debug builds
2926 https://bugs.webkit.org/show_bug.cgi?id=108330
2928 Reviewed by Martin Robinson.
2930 In order to get non-shared debug builds, this patch applied T option for
2931 thin archives to the flags passed to ar when cmake based ports build on linux.
2932 In addition, applied u option which avoids adding a file twice.
2934 * Source/cmake/OptionsCommon.cmake: Moved archive options from OptionsGTK.cmake.
2935 * Source/cmake/OptionsEfl.cmake:
2936 Removed error messages for non-shared-core debug builds.
2937 * Source/cmake/OptionsGTK.cmake: Moved archive options to OptionsCommon.cmake.
2939 2014-03-04 Zan Dobersek <zdobersek@igalia.com>
2941 [GTK] Build the Udis86 disassembler
2942 https://bugs.webkit.org/show_bug.cgi?id=129679
2944 Reviewed by Michael Saboff.
2946 * GNUmakefile.am: Add the Udis86_nosources variable.
2947 * Source/cmake/OptionsGTK.cmake: Enable the Udis86 disassembler.
2949 2014-03-04 Martin Robinson <mrobinson@igalia.com>
2951 [GTK] Simplify the GObject DOM bindings API break check into one step
2952 https://bugs.webkit.org/show_bug.cgi?id=129571
2954 Reviewed by Carlos Garcia Campos.
2956 * Source/PlatformGTK.cmake: We don't need to run the API break check before gtkdoc generation.
2957 Add the check to 'make check.'
2959 2014-03-04 Martin Robinson <mrobinson@igalia.com>
2961 [GTK][CMake] ENABLE_NAVIGATOR_CONTENT_UTILS is mistakenly enabled for the CMake build
2962 https://bugs.webkit.org/show_bug.cgi?id=129502
2964 Reviewed by Carlos Garcia Campos.
2966 * Source/cmake/OptionsGTK.cmake: Disable the option for GTK+.
2968 2014-03-03 Jozsef Berta <jberta.u-szeged@partner.samsung.com>
2970 [cmake] *Names.cpp file should be regenerated after touching StaticString.pm
2971 https://bugs.webkit.org/show_bug.cgi?id=129031
2973 Reviewed by Csaba Osztrogonác.
2975 * Source/cmake/WebKitMacros.cmake: Added a call for make_names.pm dependencies in GENERATE_FONT_NAMES and GENERATE_DOM_NAMES macros.
2977 2014-03-03 Carlos Garcia Campos <cgarcia@igalia.com>
2979 [GTK] WebKit2WebExtension GIR can't be used in vala
2980 https://bugs.webkit.org/show_bug.cgi?id=127179
2982 Reviewed by Martin Robinson.
2984 Add a different pkg-config file for the web extensions API.
2986 * Source/cmake/OptionsGTK.cmake:
2989 2014-03-02 Dirkjan Ochtman <d.ochtman@activevideo.com>
2991 Support ENABLE_ENCRYPTED_MEDIA in cmake builds
2992 https://bugs.webkit.org/show_bug.cgi?id=129575
2994 Reviewed by Philippe Normand.
2996 * Source/cmake/OptionsEfl.cmake:
2997 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
2998 * Source/cmake/OptionsGTK.cmake:
2999 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
3000 * Source/cmake/WebKitFeatures.cmake:
3001 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
3002 * Source/cmakeconfig.h.cmake:
3003 Added ENABLE_ENCRYPTED_MEDIA{,_V2} flags.
3005 2014-02-27 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
3007 Enable support of X-Content-Type-Options: nosniff header for EFL
3008 https://bugs.webkit.org/show_bug.cgi?id=128673
3010 Reviewed by Gyuyoung Kim.
3012 * Source/cmake/OptionsEfl.cmake:
3013 Enabled NOSNIFF feature flag for EFL.
3015 2014-02-27 Koop Mast <kwm@FreeBSD.org>
3017 Fallback on checking for libz manualy if zlib.pc isn't available.
3018 https://bugs.webkit.org/show_bug.cgi?id=127061
3020 Reviewed by Gustavo Noronha Silva.
3022 * Source/autotools/FindDependencies.m4:
3024 2014-02-25 Sergio Villar Senin <svillar@igalia.com>
3026 [CSS Grid Layout] Add ENABLE flag
3027 https://bugs.webkit.org/show_bug.cgi?id=129153
3029 Reviewed by Simon Fraser.
3031 Added the ENABLE_CSS_GRID_LAYOUT feature flag to the cmake and
3032 autotools build systems. The feature is disabled by default for
3035 * Source/autotools/SetupWebKitFeatures.m4:
3036 * Source/cmake/OptionsEfl.cmake:
3037 * Source/cmake/OptionsGTK.cmake:
3038 * Source/cmake/WebKitFeatures.cmake:
3039 * Source/cmakeconfig.h.cmake:
3041 2014-02-24 Martin Robinson <mrobinson@igalia.com>
3043 [GTK] generate-gtkdoc should not generate documentation for source files for unbuilt source files
3044 https://bugs.webkit.org/show_bug.cgi?id=128417
3046 Reviewed by Carlos Garcia Campos.
3048 * Source/cmake/OptionsGTK.cmake: Define the paths to the pkgconfig files here, so that they
3049 may one day be used in the webkitdom config file generation.
3051 2014-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3053 [EFL][CMake] Fix javascriptcore test failings by the jsCStack branch merge
3054 https://bugs.webkit.org/show_bug.cgi?id=128961
3056 Reviewed by Ryosuke Niwa.
3058 Javascriptcore test on EFL port has been broken since the jsCStack branch merge.
3059 For now we can fix almost tests by using "-fno-tree-dce option". Unfortunately,
3060 EFL port needs not to check "uninitialized" build warning as error in order to
3061 adjust the option to EFL port. This patch don't take it as error temporarily.
3063 * Source/cmake/OptionsEfl.cmake:
3064 * Source/cmake/WebKitHelpers.cmake:
3066 2014-02-16 Martin Robinson <mrobinson@igalia.com>
3068 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
3069 https://bugs.webkit.org/show_bug.cgi?id=128434
3071 Reviewed by Anders Carlsson.
3073 * Source/cmake/OptionsGTK.cmake: Add -fno-omit-frame-pointer to the GTK+ CMake
3074 port as well as -fno-tree-dce, like it is used in the autotools build.
3076 2014-02-17 ChangSeok Oh <changseok.oh@collabora.com>
3078 [GTK] MEDIA_CONTROLS_SCRIPT depends on VIDEO_TRACK
3079 https://bugs.webkit.org/show_bug.cgi?id=128799
3081 Reviewed by Philippe Normand.
3083 MEDIA_CONTROLS_SCRIPT has a dependency on VIDEO_TRACK. So it causes a build break
3084 if building with autotools. cmake system has enabled it as default. So I propose
3085 enabling VIDEO_TRACK as well.
3087 * Source/autotools/SetupWebKitFeatures.m4:
3089 2014-02-14 Commit Queue <commit-queue@webkit.org>
3091 Unreviewed, rolling out r164090.
3092 http://trac.webkit.org/changeset/164090
3093 https://bugs.webkit.org/show_bug.cgi?id=128807
3095 It broke the EFL build (Requested by Ossy on #webkit).
3097 * Source/cmake/OptionsCommon.cmake:
3098 * Source/cmake/OptionsEfl.cmake:
3100 2014-02-09 Martin Robinson <mrobinson@igalia.com>
3102 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
3103 https://bugs.webkit.org/show_bug.cgi?id=128434
3105 Extend a fix for EFL to all ports that use GCC. Also include further fixes
3106 that were applied only to the autotools build.
3108 Reviewed by Gyuyoung Kim.
3110 * Source/cmake/OptionsCommon.cmake: Add -fno-omit-frame-pointer to all ports as well
3111 as -fno-tree-dce, which is necessary for GTK+.
3112 * Source/cmake/OptionsEfl.cmake: The GCC flag additions are now in the common options file.
3114 2014-02-04 Gustavo Noronha Silva <gns@gnome.org>
3116 [GTK][CMake] Generate GObject DOM bindings .symbols files
3117 https://bugs.webkit.org/show_bug.cgi?id=126210
3119 Reviewed by Martin Robinson.
3121 * Source/PlatformGTK.cmake: add checking DOM bindings API as a dependency
3122 for documentation generation.
3124 2014-02-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
3126 [GTK] MEDIA_CONTROLS_SCRIPT support
3127 https://bugs.webkit.org/show_bug.cgi?id=123097
3129 Reviewed by Jer Noble.
3131 Part of the Autotools and CMake structure to build the media
3134 * Source/autotools/SetupWebKitFeatures.m4: Activated the media
3135 controls script by default.
3136 * Source/cmake/OptionsGTK.cmake: Activated the media controls
3138 * Source/cmake/WebKitFeatures.cmake: Created the option to
3139 activate the controls script.
3140 * Source/cmakeconfig.h.cmake: Created the define template the the
3141 media controls script.
3143 2014-02-12 Zan Dobersek <zdobersek@igalia.com>
3145 [GDB] Add .gdbinit to the list of files ignored by Git
3146 https://bugs.webkit.org/show_bug.cgi?id=128455
3148 Reviewed by Anders Carlsson.
3150 * .gitignore: Ignore the .gdbinit file which can be used to perform WebKit-specific GDB initialization
3151 when the debugger is launched in the repository's root directory. Also remove a Chromium-specific comment
3152 that covers already removed entries.
3154 2014-02-11 Oliver Hunt <oliver@apple.com>
3156 Make it possible to implement JS builtins in JS
3157 https://bugs.webkit.org/show_bug.cgi?id=127887
3159 Reviewed by Michael Saboff.
3162 * Source/cmake/gtest/CMakeLists.txt:
3164 2014-02-12 Ryan Lortie <desrt@desrt.ca>
3166 'ar T' is not portable and breaks the build on FreeBSD
3167 https://bugs.webkit.org/show_bug.cgi?id=128596
3169 Reviewed by Gustavo Noronha Silva.
3171 Create thin archives only if we are using GNU ar.
3173 * Source/autotools/SetupLibtool.m4:
3175 2014-02-10 Krzysztof Wolanski <k.wolanski@samsung.com>
3177 Add the CSS_SHAPE_INSIDE to CMake feature list
3178 https://bugs.webkit.org/show_bug.cgi?id=128530
3180 Reviewed by Gyuyoung Kim.
3182 CSS_SHAPE_INSIDE flag was added in r163333,
3183 this patch is adding this flag to CMake feature list.
3185 * Source/cmake/WebKitFeatures.cmake:
3186 * Source/cmakeconfig.h.cmake:
3188 2014-02-09 Carlos Garnacho <carlosg@gnome.org>
3190 [GTK] Enable touch features
3191 https://bugs.webkit.org/show_bug.cgi?id=98931
3193 Reviewed by Carlos Garcia Campos.
3195 * Source/autotools/SetupWebKitFeatures.m4:
3196 * Source/cmake/OptionsGTK.cmake: set ENABLE_TOUCH_EVENTS to 1 if building with GTK+.
3198 2014-02-06 Andreas Kling <akling@apple.com>
3200 Remove unused ENABLE(REPAINT_THROTTLING) flag.
3201 <https://webkit.org/b/128329>
3203 Reviewed by Antti Koivisto.
3205 * Source/cmake/WebKitFeatures.cmake:
3206 * Source/cmakeconfig.h.cmake:
3208 2014-02-06 Joseph Pecoraro <pecoraro@apple.com>
3210 [iOS] make should build WebKit2
3211 https://bugs.webkit.org/show_bug.cgi?id=128351
3213 Reviewed by Daniel Bates.
3217 2014-02-05 Andreas Kling <akling@apple.com>
3219 Remove ENABLE(DIRECTORY_UPLOAD).
3220 <https://webkit.org/b/128275>
3222 Rubber-stamped by Ryosuke Niwa.
3224 * Source/autotools/SetupWebKitFeatures.m4:
3225 * Source/cmake/WebKitFeatures.cmake:
3227 2014-02-05 Csaba Osztrogonác <ossy@webkit.org>
3229 Remove ENABLE(SVG) guards
3230 https://bugs.webkit.org/show_bug.cgi?id=127991
3232 Reviewed by Sam Weinig.
3234 * Source/autotools/FindDependencies.m4:
3235 * Source/autotools/PrintBuildConfiguration.m4:
3236 * Source/autotools/ReadCommandLineArguments.m4:
3237 * Source/autotools/SetupAutomake.m4:
3238 * Source/autotools/SetupWebKitFeatures.m4:
3239 * Source/cmake/OptionsEfl.cmake:
3240 * Source/cmake/OptionsGTK.cmake:
3241 * Source/cmake/WebKitFeatures.cmake:
3242 * Source/cmakeconfig.h.cmake:
3244 2014-02-04 Andreas Kling <akling@apple.com>
3246 Remove <iframe seamless> support.
3247 <https://webkit.org/b/128213>
3249 Rubber-stamped by Antti Koivisto.
3251 * Source/autotools/SetupWebKitFeatures.m4:
3252 * Source/cmake/WebKitFeatures.cmake:
3253 * Source/cmakeconfig.h.cmake:
3255 2014-01-31 Benjamin Poulain <bpoulain@apple.com>
3257 Remove LEGACY_VIEWPORT_ADAPTION
3258 https://bugs.webkit.org/show_bug.cgi?id=128028
3260 Reviewed by Anders Carlsson.
3262 * Source/cmake/WebKitFeatures.cmake:
3263 * Source/cmakeconfig.h.cmake:
3265 2014-01-31 Oliver Hunt <oliver@apple.com>
3267 Rollout r163195 and related patches
3270 * Source/cmake/gtest/CMakeLists.txt:
3272 2014-01-29 Oliver Hunt <oliver@apple.com>
3274 Make it possible to implement JS builtins in JS
3275 https://bugs.webkit.org/show_bug.cgi?id=127887
3277 Reviewed by Michael Saboff.
3281 * Source/cmake/gtest/CMakeLists.txt:
3283 2014-01-30 Martin Robinson <mrobinson@igalia.com>
3285 [GTK] [CMake] Add support for building against GTK+ 2
3286 https://bugs.webkit.org/show_bug.cgi?id=127959
3288 Reviewed by Anders Carlsson.
3290 * Source/cmake/OptionsGTK.cmake: Add a new option to use GTK 2 and make a variable holding the
3291 library API version. When using GTK 2 do not build WebKit 2.
3293 2014-01-30 Martin Robinson <mrobinson@igalia.com>
3295 [GTK] [CMake] Add a "make dist" target
3296 https://bugs.webkit.org/show_bug.cgi?id=116378
3298 Reviewed by Gustavo Noronha Silva.
3300 * Source/PlatformGTK.cmake: A CMake support for executing the make-dist
3301 script and then turning the tarfile into a LZMA compressed file.
3303 2014-01-30 Zan Dobersek <zdobersek@igalia.com>
3305 [GTK] Only disable -ftree-dce optimization when compiling with GCC
3306 https://bugs.webkit.org/show_bug.cgi?id=127911
3308 Reviewed by Carlos Garcia Campos.
3310 * Source/autotools/SetupAutomake.m4: Define the COMPILER_GCC and COMPILER_CLANG Automake macros.
3311 These can be used when compiler-specific flags have to be used. The latter one is not actually needed
3312 at the moment, but is added for the sake of completeness.
3314 2014-01-30 Csaba Osztrogonác <ossy@webkit.org>
3316 [EFL] Fix the regression caused by the jsCStack branch merge
3317 https://bugs.webkit.org/show_bug.cgi?id=127898
3319 Reviewed by Zoltan Herczeg.
3321 * Source/cmake/OptionsEfl.cmake: Build with -fno-omit-frame-pointer.
3323 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
3325 Remove ENABLE(JAVASCRIPT_DEBUGGER) leftovers
3326 https://bugs.webkit.org/show_bug.cgi?id=127845
3328 Reviewed by Joseph Pecoraro.
3330 * Source/autotools/SetupWebKitFeatures.m4:
3332 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
3334 Remove ENABLE(JAVASCRIPT_DEBUGGER) guards
3335 https://bugs.webkit.org/show_bug.cgi?id=127840
3337 Reviewed by Mark Lam.
3339 * Source/cmake/WebKitFeatures.cmake:
3340 * Source/cmakeconfig.h.cmake:
3342 2014-01-25 Darin Adler <darin@apple.com>
3344 Get rid of ICU_UNICODE and WCHAR_UNICODE remnants
3345 https://bugs.webkit.org/show_bug.cgi?id=127623
3347 Reviewed by Anders Carlsson.
3349 * Source/cmake/OptionsEfl.cmake: Removed ICU_UNICODE and WCHAR_UNICODE flags.
3350 * Source/cmake/OptionsGTK.cmake: Ditto.
3351 * Source/cmake/OptionsWinCE.cmake: Ditto.
3353 2014-01-23 Max Vujovic <mvujovic@adobe.com>
3355 Remove CSS Custom Filters code and tests
3356 https://bugs.webkit.org/show_bug.cgi?id=127382
3358 Reviewed by Simon Fraser.
3360 * Source/autotools/FindDependencies.m4:
3361 * Source/autotools/SetupWebKitFeatures.m4:
3362 * Source/cmake/WebKitFeatures.cmake:
3363 * Source/cmakeconfig.h.cmake:
3365 2014-01-22 Martin Robinson <mrobinson@igalia.com>
3367 [GTK][CMake] Add support for building the NetworkProcess
3368 https://bugs.webkit.org/show_bug.cgi?id=127195
3370 Reviewed by Daniel Bates.
3372 * Source/cmake/OptionsGTK.cmake: Turn on the network process and give it
3373 a name like the WebProcess.
3375 2014-01-20 Ryuan Choi <ryuan.choi@samsung.com>
3377 [CMAKE] Remove Nix from CMake scripts
3378 https://bugs.webkit.org/show_bug.cgi?id=127264
3380 Reviewed by Anders Carlsson.
3383 * Source/CMakeLists.txt:
3384 * Source/cmake/FindEGL.cmake:
3385 * Source/cmake/OptionsCommon.cmake:
3387 2014-01-18 Anders Carlsson <andersca@apple.com>
3389 Remove ENABLE_THREADED_HTML_PARSER defines everywhere
3390 https://bugs.webkit.org/show_bug.cgi?id=127225
3392 Reviewed by Andreas Kling.
3394 This concludes the removal of over 8.8 million lines of threaded parser code.
3396 * Source/autotools/SetupWebKitFeatures.m4:
3397 * Source/cmake/WebKitFeatures.cmake:
3398 * Source/cmakeconfig.h.cmake:
3400 2014-01-18 Lauro Neto <lauro.neto@openbossa.org>
3402 Remove Nix files from WebCore
3403 https://bugs.webkit.org/show_bug.cgi?id=127176
3405 Reviewed by Anders Carlsson.
3407 * Source/cmake/OptionsNix.cmake: Removed.
3409 2014-01-18 Zan Dobersek <zdobersek@igalia.com>
3411 [GTK] Bump the minimum required Clang version to 3.3
3412 https://bugs.webkit.org/show_bug.cgi?id=127178
3414 Reviewed by Martin Robinson.
3416 * Source/autotools/CheckSystemAndBasicDependencies.m4: Require Clang 3.3 or later when using the Clang compiler to
3417 build the GTK port. Building with Clang 3.2 doesn't work anymore and there's no point in fixing that, as we should
3418 support the latest two versions of Clang (3.3 and 3.4), just like we do with GCC (4.7 and 4.8).
3420 2014-01-14 Dan Bernstein <mitz@apple.com>
3422 Only use color in make output when it’s going to a terminal.
3424 Reviewed by Mark Rowe.
3428 2014-01-13 Martin Robinson <mrobinson@igalia.com>
3430 [CMake] Mark all dependency include paths and libraries as advanced variables
3431 https://bugs.webkit.org/show_bug.cgi?id=126504
3433 Reviewed by Daniel Bates.
3435 * Source/cmake/FindATK.cmake: Mark result variable as advanced.
3436 * Source/cmake/FindCairo.cmake: Ditto.
3437 * Source/cmake/FindEGL.cmake: Ditto.
3438 * Source/cmake/FindEnchant.cmake: Ditto.
3439 * Source/cmake/FindGLIB.cmake: Ditto.
3440 * Source/cmake/FindGStreamer.cmake: Ditto.
3441 * Source/cmake/FindHarfBuzz.cmake: Ditto.
3442 * Source/cmake/FindLibSoup.cmake: Ditto.
3444 2014-01-13 Martin Robinson <mrobinson@igalia.com>
3446 [GTK][CMake] Add a 'check' target
3447 https://bugs.webkit.org/show_bug.cgi?id=126770
3449 Reviewed by Daniel Bates.
3451 * Source/PlatformGTK.cmake: Add a 'check' target that calls run-gtk-tests.
3453 2014-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
3455 Unreviewed. Update NEWS and Versions.m4 for 2.3.4 release.
3457 * Source/autotools/Versions.m4: Bump version numbers.
3459 2014-01-12 Sergio Correia <sergio.correia@openbossa.org>
3461 [EFL][WK2] Make API tests work again
3462 https://bugs.webkit.org/show_bug.cgi?id=126769
3464 Reviewed by Gyuyoung Kim.
3466 The EFL and WK2 test binaries are currently being generated at *TestWebKitAPI/
3467 [E]WebKit2, respectively, and this causes problems because the logic to find
3468 where WebProcess is to look in the same directory of the running process and
3469 then proceed to use LIBEXECDIR (typically /usr/loca/bin).
3471 This patch introduces a WEBKIT_EXEC_PATH environment variable, inspired in the
3472 Gtk port, which allows us to look for WebProcess initially in this directory,
3475 * Source/cmake/OptionsEfl.cmake: Define WEBKIT_EXEC_PATH, to be used by
3478 2014-01-11 Dan Bernstein <mitz@apple.com>
3480 [Mac] xcodebuild color output is suppressed when using make
3481 https://bugs.webkit.org/show_bug.cgi?id=126815
3483 Reviewed by Anders Carlsson.
3485 WHen using make, xcodebuild’s output is piped through a filter, which causes it not to
3486 format its output with color and emphasis.
3488 * Makefile.shared: Pass COLOR_DIAGNOSTICS=YES to xcodebuild to force color output on. Due to
3489 xcodebuild limitations, this restores some of the formatting, but not all of it.
3491 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
3493 Remove the BlackBerry port from trunk
3494 https://bugs.webkit.org/show_bug.cgi?id=126715
3496 Reviewed by Anders Carlsson.
3499 * Source/cmake/OptionsCommon.cmake:
3501 2014-01-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
3503 [EFL][JSC] Enable udis86 disassembler on efl.
3504 https://bugs.webkit.org/show_bug.cgi?id=125502
3506 Reviewed by Michael Saboff.
3508 Enable udis86 disassembler on efl and fix build warnings.
3510 * Source/cmake/OptionsEfl.cmake:
3511 Enable udis86 disassembler.
3513 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
3515 Remove the BlackBerry port from trunk
3516 https://bugs.webkit.org/show_bug.cgi?id=126715
3518 Reviewed by Anders Carlsson.
3522 2014-01-09 Benjamin Poulain <bpoulain@apple.com>
3524 Remove the BlackBerry files outside WebCore
3525 https://bugs.webkit.org/show_bug.cgi?id=126715
3527 Reviewed by Anders Carlsson.
3529 * ManualTests/blackberry: Removed.
3530 * Source/cmake/OptionsBlackBerry.cmake: Removed.
3532 2014-01-08 Martin Robinson <mrobinson@igalia.com>
3534 [GTK] [CMake] Specify the executable and library output locations in the build
3535 https://bugs.webkit.org/show_bug.cgi?id=126671
3537 Reviewed by Gustavo Noronha Silva.
3539 * Source/cmake/OptionsGTK.cmake: Explicitly specify the output locations.
3541 2014-01-08 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3543 [EFL] Make FTL buildable
3544 https://bugs.webkit.org/show_bug.cgi?id=125777
3546 Reviewed by Csaba Osztrogonác.
3548 * Source/cmake/OptionsEfl.cmake:
3549 * Source/cmakeconfig.h.cmake:
3551 2014-01-08 Alberto Garcia <berto@igalia.com>
3553 REGRESSION(r160304): [GTK] Disable libtool fast install
3554 https://bugs.webkit.org/show_bug.cgi?id=126381
3556 Reviewed by Gustavo Noronha Silva.
3558 Don't disable the libtool fast-install mode unconditionally by
3561 If the fast-install mode is disabled, binaries are generated ready
3562 to use the libraries directly from the build tree. If we use the
3563 GNU linker, those binaries are then relinked when they are
3566 However, libtool fails to do it properly when an installation
3567 prefix is set with DESTDIR, and ends up installing the libtool
3568 wrappers instead of the actual binaries.
3570 * Source/autotools/SetupLibtool.m4:
3572 2014-01-07 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3574 Unreviewed GTK/CMake build fix: use the correct location for docs-build.stamp
3575 in output and dependencies declarations, so docs are not built needlessly
3578 * Source/PlatformGTK.cmake:
3580 2014-01-04 Carlos Garcia Campos <cgarcia@igalia.com>
3582 [GTK] Move all GTK/GObject unit tests to Tools/TestWebKitAPI
3583 https://bugs.webkit.org/show_bug.cgi?id=126342
3585 Reviewed by Gustavo Noronha Silva.
3587 * GNUmakefile.am: Remove unused variable.
3588 * Source/PlatformGTK.cmake: No longer include the old unit tests directories.
3590 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
3592 [GTK] configure errors out when building with libc++
3593 https://bugs.webkit.org/show_bug.cgi?id=126431
3595 Reviewed by Martin Robinson.
3597 Ease up the Clang and libstdc++ combination test to only fail if libstdc++ < 4.8.1 is actually used.
3598 This allows for libc++ to be used as well. The test is moved into SetupCompilerFlags.m4 and is done
3599 after the CXXFLAGS variable is properly set up, that is when all the C++ compiler options are determined.
3601 * Source/autotools/CheckSystemAndBasicDependencies.m4:
3602 * Source/autotools/SetupCompilerFlags.m4:
3604 2014-01-06 Martin Robinson <mrobinson@igalia.com>
3606 [CMake] [GTK] Fix the build for the WebKitGTK+ developer configuration
3607 https://bugs.webkit.org/show_bug.cgi?id=126505
3609 Reviewed by Gustavo Noronha Silva.
3611 * Source/cmake/FindGLIB.cmake: Add support for finding the gio-unix include directory location.
3612 * Source/cmake/FindGUdev.cmake: Added.
3613 * Source/cmake/FindGeoClue.cmake: Added.
3614 * Source/cmake/OptionsGTK.cmake: When gamepad is enabled look for gio-unix and GUdev. When
3615 geolocation is enabled look for GeoClue.
3617 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
3619 [GTK] Use libc++ for C++11 on darwin
3620 https://bugs.webkit.org/show_bug.cgi?id=126325
3622 Reviewed by Martin Robinson.
3624 * Source/autotools/SetupCompilerFlags.m4: Don't default to libstdc++ when compiling with Clang.
3625 Instead, the compiler should determine itself what standard library to use, except on Darwin,
3626 where libc++ should be enforced. The standard library of user's choosing can still be enforced
3627 through the CXXFLAGS environment variable.
3629 2014-01-05 Martin Robinson <mrobinson@igalia.com>
3631 [GTK] [CMake] Ensure that the autotools build and the CMake install the same files
3632 https://bugs.webkit.org/show_bug.cgi?id=116379
3634 Reviewed by Gustavo Noronha Silva.
3636 * Source/PlatformGTK.cmake: Install the documentation.
3637 * Source/cmake/OptionsCommon.cmake: Add a LIBEXEC variable for WebKit2 executables, and
3638 don't use the default locations on GTK+. We will get them from the CMake-provided GNU installation
3640 * Source/cmake/OptionsGTK.cmake: Setup the installation variables using the ones provided
3641 by CMake's GNU installation directory support. Fix the definition of DATADIR. Always install
3644 2014-01-05 Carlos Garcia Campos <cgarcia@igalia.com>
3646 [GTK] Stop installing WebKit2 C API headers
3647 https://bugs.webkit.org/show_bug.cgi?id=126489
3649 Reviewed by Martin Robinson.
3653 2014-01-04 Martin Robinson <mrobinson@igalia.com>
3655 [GTK] [CMake] Improve the way we locate gobject-introspection
3656 https://bugs.webkit.org/show_bug.cgi?id=126452
3658 Reviewed by Philippe Normand.
3660 * Source/cmake/FindGObjectIntrospection.cmake: Added.
3661 * Source/cmake/OptionsGTK.cmake: Load the new FindGObjectIntrospection file.
3663 2014-01-04 Martin Robinson <mrobinson@igalia.com>
3665 [GTK] [CMake] Fix the video and audio build
3666 https://bugs.webkit.org/show_bug.cgi?id=126464
3668 Reviewed by Philippe Normand.
3670 * Source/cmake/OptionsGTK.cmake: GStreamer files look for USE(GSTREAMER) and USE(WEBAUDIO_GSTREAMER),
3671 so define those when appropriate. Web audio is one by default in autotools, so turn it on for cmake
3674 2014-01-03 Martin Robinson <mrobinson@igalia.com>
3676 [CMake] The forwarding headers generated by WebKitMacros.m4 are incompatible with the headers generated by generate-forwarding-headers.pl
3677 https://bugs.webkit.org/show_bug.cgi?id=126361
3679 Reviewed by Philippe Normand.
3681 Make the forwarding headers generated by WebKitMacros.m4 compatible with the headers
3682 generated by the WebKit2 forwarding headers generation script.
3684 * Source/cmake/WebKitMacros.cmake: Try to convert absolute paths in the forwarding headers
3685 to ones that are relative to the Source directory.
3687 2014-01-02 Carlos Garcia Campos <cgarcia@igalia.com>
3689 REGRESSION(r160304): [GTK] Disable libtool fast install
3690 https://bugs.webkit.org/show_bug.cgi?id=126381
3692 Reviewed by Martin Robinson.
3694 After r160304 we are building some of our binaries that are
3695 installed with the -no-fast-install ld flag. This makes that the
3696 binaries are installed with the source code path hardcoded in
3697 binary RPATH. Disabling fast install globally, the libtool script
3698 always relinks the binaries right before being installed.
3700 * Source/autotools/SetupLibtool.m4: Add AC_DISABLE_FAST_INSTALL.
3702 2014-01-02 Jaehun Lim <ljaehun.lim@samsung.com>
3704 [CMake][EFL] Fix some typos in OptionsEfl.cmake
3705 https://bugs.webkit.org/show_bug.cgi?id=126376
3707 Reviewed by Gyuyoung Kim.
3709 * Source/cmake/WebKitFeatures.cmake: Correct a wrong word and remove comma(,).
3711 2013-12-30 Martin Robinson <mrobinson@igalia.com>
3713 [CMake] [GTK] Add support for GObject introspection
3714 https://bugs.webkit.org/show_bug.cgi?id=126162
3716 Reviewed by Daniel Bates.
3718 * Source/PlatformGTK.cmake: Add a 'gir' target that builds all GIR files.
3719 * Source/cmake/OptionsGTK.cmake: Add a macro for propagating typelib
3720 targets to the Source level of the build.
3722 2013-12-29 Martin Robinson <mrobinson@igalia.com>
3724 [GTK][CMake] Translations must be built
3725 https://bugs.webkit.org/show_bug.cgi?id=125513
3727 Reviewed by Gustavo Noronha Silva.
3729 * Source/PlatformGTK.cmake: Add the po subdirectory.
3731 2013-12-28 Giovanni Campagna <gcampagna@src.gnome.org>
3733 [GTK] Fix release builds with NetworkProcess enabled
3734 https://bugs.webkit.org/show_bug.cgi?id=126247
3736 Reviewed by Carlos Garcia Campos.
3738 * Source/autotools/symbols.filter:
3740 2013-12-26 Martin Robinson <mrobinson@igalia.com>
3742 [GTK] [CMake] Add a production build type
3743 https://bugs.webkit.org/show_bug.cgi?id=126179
3745 Reviewed by Daniel Bates.
3747 * Source/PlatformGTK.cmake: When the API tests are enabled compile the WebKit GObject
3748 API unit tests. The inclusion of these build files was inadvertently removed in an earlier
3750 * Source/cmake/OptionsGTK.cmake: When in production mode turn off all tools and tests and
3751 use the autotools linker script.
3753 2013-12-25 Martin Robinson <mrobinson@igalia.com>
3755 [GTK] [CMake] Properly name the JavaScriptCore library
3756 https://bugs.webkit.org/show_bug.cgi?id=126220
3758 Reviewed by Gustavo Noronha Silva.
3760 * Source/cmake/OptionsGTK.cmake: Set the JSC library name properly.
3762 2013-12-25 Martin Robinson <mrobinson@igalia.com>
3764 [GTK] [CMake] Clean up generated sources directories
3765 https://bugs.webkit.org/show_bug.cgi?id=126216
3767 Reviewed by Gustavo Noronha Silva.
3769 * Source/cmake/OptionsGTK.cmake: Pre-define the main derived sources directories
3770 so that they definitions can be shared easily throughout the build system.
3772 2013-12-23 Jinwoo Song <jinwoo7.song@samsung.com>
3774 [EFL][CMAKE] Case insensitive string comparison of build type
3775 https://bugs.webkit.org/show_bug.cgi?id=126153
3777 Reviewed by Daniel Bates.
3779 Compare CMAKE_BUILD_TYPE with "debug" ignoring case.
3781 * Source/cmake/OptionsEfl.cmake:
3783 2013-12-23 Gustavo Noronha Silva <gns@gnome.org>
3785 [GTK] [CMake] Add support for generating gtkdoc
3786 https://bugs.webkit.org/show_bug.cgi?id=116376
3788 Reviewed by Martin Robinson.
3790 * Source/PlatformGTK.cmake: Added. New custom target that depends on a custom command
3791 which calls our generate-gtkdoc script. It uses a docs-build.stamp for simplicity,
3792 like the autotools build.
3794 2013-12-23 Martin Robinson <mrobinson@igalia.com>
3796 [GTK] [CMake] Build the WebKit2 GObject API tests
3797 https://bugs.webkit.org/show_bug.cgi?id=125683
3799 Reviewed by Daniel Bates.
3801 * Source/PlatformGTK.cmake: Load the WebKit2 tests file if necessary.
3802 * Source/cmake/FindATSPI.cmake: Added.
3803 * Source/cmake/OptionsGTK.cmake: Look for AT-SPI, but don't fail if it isn't found.
3805 2013-12-23 Martin Robinson <mrobinson@igalia.com>
3807 [GTK] [CMake] Build the WebKit1 GObject API tests
3808 https://bugs.webkit.org/show_bug.cgi?id=125684
3810 Reviewed by Daniel Bates.
3812 * Source/PlatformGTK.cmake: Added.
3814 2013-12-22 Martin Robinson <mrobinson@igalia.com>
3816 https://bugs.webkit.org/show_bug.cgi?id=125511
3818 [GTK][CMake] libtool-compatible soversion calculation
3819 Reviewed by Gustavo Noronha Silva.
3821 * Source/cmake/OptionsGTK.cmake: Specify the appropriate libtool triples and use
3822 the CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE macro to specify the library-specific
3823 version information.
3824 * Source/cmake/WebKitHelpers.cmake: Add some helpful macros.
3826 2013-12-23 Gustavo Noronha Silva <gns@gnome.org>
3828 [GTK] [CMake] Generate pkg-config files
3829 https://bugs.webkit.org/show_bug.cgi?id=125685
3831 Reviewed by Martin Robinson.
3833 * Source/cmake/OptionsGTK.cmake: set variables used for filling in the values in the
3836 2013-12-23 Carlos Garcia Campos <cgarcia@igalia.com>
3838 [GTK] Build with network process unconditionally
3839 https://bugs.webkit.org/show_bug.cgi?id=126128
3841 Reviewed by Martin Robinson.
3843 * Source/autotools/SetupAutomake.m4: Remove network process
3844 conditional for Makefiles.
3845 * Source/autotools/SetupWebKitFeatures.m4: Remove network process
3848 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
3850 [GTK][CMake] make libjavascriptcoregtk a public shared library again
3851 https://bugs.webkit.org/show_bug.cgi?id=125512
3853 Reviewed by Martin Robinson.