1 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
3 [Streams API] Implement a barebone ReadableStream interface
4 https://bugs.webkit.org/show_bug.cgi?id=141045
6 Reviewed by Benjamin Poulain.
8 * Source/cmake/WebKitFeatures.cmake:
9 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
11 2015-02-02 Filip Pizlo <fpizlo@apple.com>
13 Revert accidental change in r179490.
17 2015-02-02 Filip Pizlo <fpizlo@apple.com>
19 Unreviewed, revert accidental change to Makefile.shared in r179478
23 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
25 [CMake] Minimum python version should be 2.7.
26 https://bugs.webkit.org/show_bug.cgi?id=140997
28 Reviewed by Csaba Osztrogonác.
32 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
34 Apply feTurbulence spec change to fix zero length vector generation
35 https://bugs.webkit.org/show_bug.cgi?id=140812
37 Reviewed by Darin Adler.
39 Recently a bug with the turbulence algorithm was corrected in the
40 Filter Effects specification.
41 For some seed values this bug allowed zero length vectors to be generated.
42 This resulted in large solid color squares being present in the generated image.
43 The feTurbulence algorithm was updated to reject zero length vectors. This patch
44 applies that change in WebCore.
46 Test: svg/filters/feTurbulence_bad_seeds.html
48 * platform/graphics/filters/FETurbulence.cpp:
49 (WebCore::FETurbulence::initPaint):
50 Added rejection sampling during vector generation to avoid zero length vectors.
52 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
54 [cmake] Remove compiler version calculate cruft
55 https://bugs.webkit.org/show_bug.cgi?id=140885
57 Reviewed by Darin Adler.
59 * Source/cmake/WebKitHelpers.cmake:
61 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
63 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
64 https://bugs.webkit.org/show_bug.cgi?id=140886
66 Reviewed by Žan Doberšek.
68 * Source/cmake/WebKitHelpers.cmake:
70 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
72 [GTK] gtkdoc does not appear in DevHelp
73 https://bugs.webkit.org/show_bug.cgi?id=139369
75 Reviewed by Philippe Normand.
77 Expect the gtkdoc to be generated in folders named with the API version.
79 * Source/PlatformGTK.cmake:
81 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
83 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
84 https://bugs.webkit.org/show_bug.cgi?id=140609
86 Reviewed by Csaba Osztrogonác.
88 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
89 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
90 compilation flags. Those were added after the jsCStack branch merge, but
91 can now be removed since the -ftree-dce issues were fixed in GCC, and
92 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
94 * Source/cmake/OptionsEfl.cmake:
95 * Source/cmake/OptionsGTK.cmake:
97 2015-01-26 Commit Queue <commit-queue@webkit.org>
99 Unreviewed, rolling out r179107.
100 https://bugs.webkit.org/show_bug.cgi?id=140880
102 The GCC in the bots doesn't support the AsyncTask
103 implementation (Requested by KaL on #webkit).
107 "[GTK] Enable IndexedDB"
108 https://bugs.webkit.org/show_bug.cgi?id=98932
109 http://trac.webkit.org/changeset/179107
111 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
113 [GTK] Enable IndexedDB
114 https://bugs.webkit.org/show_bug.cgi?id=98932
116 Reviewed by Žan Doberšek.
118 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
119 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
121 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
123 [GTK] Add initial database process support
124 https://bugs.webkit.org/show_bug.cgi?id=139491
126 Reviewed by Sergio Villar Senin.
128 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
130 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
132 Add a build flag for ES6 class syntax
133 https://bugs.webkit.org/show_bug.cgi?id=140760
135 Reviewed by Michael Saboff.
137 * Source/cmake/WebKitFeatures.cmake:
138 * Source/cmakeconfig.h.cmake:
140 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
142 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
143 https://bugs.webkit.org/show_bug.cgi?id=140049
145 Reviewed by Gyuyoung Kim.
147 * Source/cmake/OptionsCommon.cmake:
149 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
151 Remove ENABLE(INSPECTOR) ifdef guards
152 https://bugs.webkit.org/show_bug.cgi?id=140668
154 Reviewed by Darin Adler.
156 * Source/PlatformEfl.cmake:
157 * Source/cmake/OptionsEfl.cmake:
158 * Source/cmake/OptionsGTK.cmake:
159 * Source/cmake/OptionsMac.cmake:
160 * Source/cmake/WebKitFeatures.cmake:
161 * Source/cmakeconfig.h.cmake:
163 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
165 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
167 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
169 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
171 [CMAKE] Fix cmake warning
172 https://bugs.webkit.org/show_bug.cgi?id=140497
174 Reviewed by Gustavo Noronha Silva.
176 r173155 already tried to fix cmake warning though, the warning is still exist.
177 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
178 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
179 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
180 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
181 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
185 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
187 [GTK] Generate the make dist manifest from a CMake template file
188 https://bugs.webkit.org/show_bug.cgi?id=139387
190 Reviewed by Martin Robinson.
192 Generate manifest.txt from manifest.txt.in. Only expose the dist and
193 distcheck targets for developer builds, as they won't work when
194 building from a tarball because the manifest is not distributed.
196 * Source/PlatformGTK.cmake:
198 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
200 Remove ENABLE(SQL_DATABASE) guards
201 https://bugs.webkit.org/show_bug.cgi?id=140434
203 Reviewed by Darin Adler.
205 * Source/cmake/OptionsMac.cmake:
206 * Source/cmake/WebKitFeatures.cmake:
207 * Source/cmakeconfig.h.cmake:
209 2015-01-11 Sam Weinig <sam@webkit.org>
211 Remove support for SharedWorkers
212 https://bugs.webkit.org/show_bug.cgi?id=140344
214 Reviewed by Anders Carlsson.
216 * Source/cmake/OptionsEfl.cmake:
217 * Source/cmake/OptionsGTK.cmake:
218 * Source/cmake/OptionsMac.cmake:
219 * Source/cmake/WebKitFeatures.cmake:
220 * Source/cmakeconfig.h.cmake:
222 2015-01-10 Dan Bernstein <mitz@apple.com>
224 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
225 https://bugs.webkit.org/show_bug.cgi?id=140339
227 Reviewed by Mark Rowe.
229 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
230 prevents unnecessary rebuilding due to PATH differences.
232 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
234 [GTK][ThreadedCompositor] Add support for threaded compositor.
235 https://bugs.webkit.org/show_bug.cgi?id=118265
237 Reviewed by Martin Robinson.
239 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
240 autotools build systems. The feature is disabled by default.
241 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
242 from the feature flags.
244 * Source/cmake/OptionsEfl.cmake:
245 * Source/cmake/OptionsGTK.cmake:
246 * Source/cmake/WebKitFeatures.cmake:
247 * Source/cmakeconfig.h.cmake:
249 2014-12-23 Alexey Proskuryakov <ap@apple.com>
251 Simplify building with ASan
252 https://bugs.webkit.org/show_bug.cgi?id=139916
254 Reviewed by Mark Rowe.
256 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
258 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
260 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
262 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
264 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
266 Null dereference performing a "TapAndAHalf" gesture in Google search field
268 <https://bugs.webkit.org/show_bug.cgi?id=139506>
269 <rdar://problem/19028828>
271 Reviewed by Darin Adler.
273 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
275 2014-12-10 Dean Jackson <dino@apple.com>
277 Blur filter performance test doesn't provide results
278 https://bugs.webkit.org/show_bug.cgi?id=139462
280 Reviewed by Sam Weinig.
282 This can't currently work under our performance test
283 infrastructure. Move it to a manual test to avoid
284 putting FAILures into the results.
286 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
288 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
290 [GTK][WK2] Add HTML5 Notifications support
291 https://bugs.webkit.org/show_bug.cgi?id=61140
293 Reviewed by Carlos Garcia Campos.
295 * Source/cmake/FindLibNotify.cmake: Added.
296 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
297 libnotify and use it for a default implementation when found.
299 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
301 REGRESSION(r155906): Page content disappears on Tuaw article after loading
302 https://bugs.webkit.org/show_bug.cgi?id=138100
304 Reviewed by Simon Fraser.
306 DRT causes an extra paint which makes it impossible to test this with
309 * ManualTests/float-layer-not-painting.html: Added.
311 2014-12-07 Alberto Garcia <berto@igalia.com>
313 [GTK] WebKit has a new required dependency on GnuTLS
314 https://bugs.webkit.org/show_bug.cgi?id=136158
316 Reviewed by Martin Robinson.
318 Detect if GnuTLS is installed and enable or disable subtle crypto
321 * Source/cmake/OptionsGTK.cmake:
323 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
325 [GTK] Missing API detected in GObject DOM bindings after r176630
326 https://bugs.webkit.org/show_bug.cgi?id=139201
328 Reviewed by Gustavo Noronha Silva.
330 Change GENERATE_BINDINGS macro to receive a list of optional
331 additional dependencies, so that we can add more dependecies
332 without having to change the macro.
334 * Source/cmake/WebKitMacros.cmake:
336 2014-12-05 Simon Fraser <simon.fraser@apple.com>
338 Programmatic scrolling and content changes are not always synchronized
339 https://bugs.webkit.org/show_bug.cgi?id=139245
340 rdar://problem/18833612
342 Reviewed by Anders Carlsson.
344 Manual test that tries to sync layout with programmatic scrolling.
346 * ManualTests/programmatic-scroll-flicker.html: Added.
348 2014-12-04 Alberto Garcia <berto@igalia.com>
350 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
351 https://bugs.webkit.org/show_bug.cgi?id=136576
353 Reviewed by Carlos Garcia Campos.
355 CMake should complain if Accelerated 2D Canvas is explicitly
356 enabled but cairo-gl is not found.
358 * Source/cmake/OptionsGTK.cmake:
360 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
362 [EFL] Add subtle crypto to the build system
363 https://bugs.webkit.org/show_bug.cgi?id=138612
365 Reviewed by Csaba Osztrogonác.
367 * Source/cmake/OptionsEfl.cmake:
369 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
371 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
372 https://bugs.webkit.org/show_bug.cgi?id=139085
374 Reviewed by Andreas Kling.
376 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
377 * Source/cmake/WebKitFeatures.cmake: ditto.
378 * Source/cmakeconfig.h.cmake: ditto.
380 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
382 [EFL] Drop support for the EFL 1.7
383 https://bugs.webkit.org/show_bug.cgi?id=139114
385 Reviewed by Gyuyoung Kim.
387 * Source/cmake/EFLHelpers.cmake: Removed.
388 * Source/cmake/FindEcore.cmake: Removed.
389 * Source/cmake/FindEdje.cmake: Removed.
390 * Source/cmake/FindEet.cmake: Removed.
391 * Source/cmake/FindEeze.cmake: Removed.
392 * Source/cmake/FindEfreet.cmake: Removed.
393 * Source/cmake/FindEina.cmake: Removed.
394 * Source/cmake/FindElementary.cmake: Removed.
395 * Source/cmake/FindEvas.cmake: Removed.
396 * Source/cmake/OptionsEfl.cmake:
398 2014-11-28 Philippe Normand <pnormand@igalia.com>
400 [CMake] Build failure against GStreamer git master
401 https://bugs.webkit.org/show_bug.cgi?id=138872
403 Reviewed by Csaba Osztrogon.
405 * Source/cmake/FindGStreamer.cmake: Simplified the
406 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
407 headers lookup, there's no need to do this manually. Also
408 explicitely check the version specified in GStreamer_FIND_VERSION.
410 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
412 [EFL] Remove E_Dbus dependency
413 https://bugs.webkit.org/show_bug.cgi?id=136355
415 Reviewed by Gyuyoung Kim.
417 * Source/cmake/FindE_DBus.cmake: Removed.
418 * Source/cmake/OptionsEfl.cmake:
420 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
422 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
424 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
426 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
428 [CMake] Use ld.gold if it is available to speedup builds
429 https://bugs.webkit.org/show_bug.cgi?id=137953
431 Reviewed by Carlos Garcia Campos.
433 * Source/cmake/OptionsCommon.cmake:
435 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
437 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
438 https://bugs.webkit.org/show_bug.cgi?id=138840
440 Reviewed by Csaba Osztrogonác.
442 * Source/cmake/OptionsCommon.cmake:
444 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
446 Remove Source/Platform cruft
447 https://bugs.webkit.org/show_bug.cgi?id=138658
449 Reviewed by Anders Carlsson.
452 * Source/Platform: Removed.
454 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
456 Enable Cortex-A53-specific code paths by default if core is detected.
457 https://bugs.webkit.org/show_bug.cgi?id=138499
459 Reviewed by Csaba Osztrogonác.
461 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
462 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
465 Since on ARM64/Linux the part number that cpuinfo reports depends on
466 the core the query is run on, the check is bound to and executed on the
467 available cores one by one.
469 * Source/cmake/OptionsCommon.cmake:
471 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
473 [EFL] Remove unnecessary version check from OptionsEfl.cmake
474 https://bugs.webkit.org/show_bug.cgi?id=138498
476 Reviewed by Csaba Osztrogonác.
478 * Source/cmake/OptionsEfl.cmake:
480 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
482 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
483 https://bugs.webkit.org/show_bug.cgi?id=138465
485 Reviewed by Gyuyoung Kim.
487 * Source/cmake/OptionsEfl.cmake:
489 2014-11-03 Dean Jackson <dino@apple.com>
491 Add ENABLE_FILTERS_LEVEL_2 feature guard.
492 https://bugs.webkit.org/show_bug.cgi?id=138362
494 Reviewed by Tim Horton.
496 Add a new feature define for Level 2 of CSS Filters.
497 http://dev.w3.org/fxtf/filters-2/
499 * Source/cmake/OptionsEfl.cmake:
500 * Source/cmake/OptionsGTK.cmake:
501 * Source/cmake/OptionsMac.cmake:
502 * Source/cmake/WebKitFeatures.cmake:
503 * Source/cmakeconfig.h.cmake:
505 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
507 Workaround for Cortex-A53 erratum 835769
508 https://bugs.webkit.org/show_bug.cgi?id=138315
510 Reviewed by Filip Pizlo.
512 This patch introduces CMake variable and preprocessor macro
513 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
514 code paths, if set true.
516 * Source/cmake/OptionsCommon.cmake:
517 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
519 * Source/cmakeconfig.h.cmake:
520 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
522 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
524 [GTK] Fix the build of FTL JIT
525 https://bugs.webkit.org/show_bug.cgi?id=138298
527 Reviewed by Carlos Garcia Campos.
529 * Source/cmake/OptionsGTK.cmake:
530 Remove the need for the LIBCXXABI package.
532 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
534 REGRESSION(CMake): Make it possible to build without introspection
535 https://bugs.webkit.org/show_bug.cgi?id=138006
537 Reviewed by Philippe Normand.
539 Add ENABLE_INTROSPECTION option.
541 * Source/PlatformGTK.cmake: Dot not add gir global target if
542 introspection is disabled.
543 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
544 introspection is disabled.
546 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
548 [GTK] Support script message handlers WebKitUserContentManager
549 https://bugs.webkit.org/show_bug.cgi?id=133730
551 Reviewed by Carlos Garcia Campos.
553 Support user script message handlers in WebKitUserContentManager.
554 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
555 an option is added to the CMake build files. The option is disabled
556 globally by default, and the WebKitGTK port enables it. On the API
557 level, two new methods to register and unregister names are provided
558 in the "window.webkit" namespace, and on message reception the
559 "WebKitUserContentManager::script-message-received" signal is
560 emitted, using the registered names as signal detail.
562 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
563 ENABLE_USER_MESSAGE_HANDLERS feature by default.
564 * Source/cmake/WebKitFeatures.cmake: Add feature description for
565 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
567 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
569 [GTK] Bump libsoup's minimum version to 2.42.0.
570 https://bugs.webkit.org/show_bug.cgi?id=138086
572 Reviewed by Martin Robinson.
574 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
575 soup-version.h header was added to soup.h in 2.41.4, which then becomes
576 the minimum version required to build the port these days.
578 In addition, since the autotools build system required 2.42.0 before
579 being retired, require the same version here. Version 2.42.0 was also
581 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
583 * Source/cmake/OptionsGTK.cmake:
585 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
587 [EFL] Remove unnecessary defines from OptionsEfl.cmake
588 https://bugs.webkit.org/show_bug.cgi?id=138132
590 Reviewed by Csaba Osztrogonác.
592 * Source/cmake/OptionsEfl.cmake:
594 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
596 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
598 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
600 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
602 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
603 https://bugs.webkit.org/show_bug.cgi?id=137946
605 Reviewed by Gyuyoung Kim.
607 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
609 * Source/cmake/OptionsEfl.cmake:
611 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
613 Fix FTL Native Inlining for EFL
614 https://bugs.webkit.org/show_bug.cgi?id=137774
616 Reviewed by Michael Saboff.
618 Updated CMake for FTL Native Inlining.
621 * Source/cmake/FindClang.cmake: Added.
622 * Source/cmake/OptionsEfl.cmake:
623 * Source/cmakeconfig.h.cmake:
625 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
627 Web Inspector: Generate all Inspector domains together in JavaScriptCore
628 https://bugs.webkit.org/show_bug.cgi?id=137748
630 Reviewed by Brian Burg.
632 * Source/PlatformEfl.cmake:
634 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
636 [GTK] Add initial gestures support
637 https://bugs.webkit.org/show_bug.cgi?id=137812
639 Reviewed by Sergio Villar Senin.
641 Check if the GTK+ version supports gestures or not.
643 * Source/cmake/FindGTK3.cmake:
644 * Source/cmake/OptionsGTK.cmake:
646 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
648 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
649 https://bugs.webkit.org/show_bug.cgi?id=137781
651 Reviewed by Martin Robinson.
653 We used to enable smooth scrolling unconditionally in autotools
654 (via WebKitFeatures.m4), but since the switch to CMake it's
655 unconditionally disabled, so changing the setting doesn't have any
658 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
660 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
662 Removing CUSTOM_PROTOCOLS guard
663 https://bugs.webkit.org/show_bug.cgi?id=137741
665 Reviewed by Benjamin Poulain.
667 * Source/cmake/OptionsEfl.cmake:
669 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
671 [EFL] Enable WebP support.
672 https://bugs.webkit.org/show_bug.cgi?id=136156
674 Reviewed by Gyuyoung Kim.
676 Add WebP package finding rule.
678 * Source/cmake/OptionsEfl.cmake:
680 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
682 [EFL] Enable custom URI schemes with CustomProtocols
683 https://bugs.webkit.org/show_bug.cgi?id=128177
685 Reviewed by Gyuyoung Kim.
687 Fixing ewk_context_url_scheme_register() ewebkit2 API
688 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
690 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
692 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
694 Bump version to 2.7.0
695 https://bugs.webkit.org/show_bug.cgi?id=137301
697 Rubber-stamped by Carlos Garcia Campos.
699 * Source/cmake/OptionsGTK.cmake: Bump version numbers
701 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
703 [EFL] Rename TEST_THEME_DIR macro
704 https://bugs.webkit.org/show_bug.cgi?id=137244
706 Reviewed by Csaba Osztrogonác.
708 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
710 2014-09-27 Dan Bernstein <mitz@apple.com>
712 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
713 https://bugs.webkit.org/show_bug.cgi?id=137053
715 Reviewed by Mark Rowe.
717 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
718 In the build pre-action, pass the --wksi and --llvm options to
719 copy-webkitlibraries-to-product-directory.
720 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
722 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
724 [GTK] Enable CSS_IMAGE_SET in production builds
725 https://bugs.webkit.org/show_bug.cgi?id=137142
727 Reviewed by Alejandro G. Castro.
729 This is required by the inspector to show some of the icons that
732 * Source/cmake/OptionsGTK.cmake:
734 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
736 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
737 https://bugs.webkit.org/show_bug.cgi?id=136377
739 Reviewed by Philippe Normand.
741 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
742 for CMake versions less than 3.
744 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
746 Remove WinCE port from trunk
747 https://bugs.webkit.org/show_bug.cgi?id=136951
749 Reviewed by Alex Christensen.
751 * Source/cmake/OptionsWinCE.cmake: Removed.
752 * Source/cmake/WebKitPackaging.cmake:
754 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
756 [EFL][GTK] Remove WebKit1 related codes
757 https://bugs.webkit.org/show_bug.cgi?id=136853
759 Reviewed by Csaba Osztrogonác.
761 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
764 * Source/PlatformGTK.cmake:
766 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
769 https://bugs.webkit.org/show_bug.cgi?id=136820
771 Reviewed by Csaba Osztrogonác.
773 * Source/cmake/FindICU.cmake:
775 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
777 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
778 https://bugs.webkit.org/show_bug.cgi?id=136814
780 Reviewed by Philippe Normand.
782 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
783 We bundle the wayland-egl dependency with wayland-client and wayland-server
784 and store the resulting variables with the WAYLAND_ prefix. Because of this
785 this line wasn't exporting anything useful.
787 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
791 * Source/cmake/WebKitMacros.cmake:
793 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
795 [JavaScriptCore] Fix FTL on platform EFL.
796 https://bugs.webkit.org/show_bug.cgi?id=133571
798 Reviewed by Filip Pizlo.
802 * Source/cmake/FindLIBCXXABI.cmake: Removed.
803 * Source/cmake/OptionsEfl.cmake:
805 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
808 https://bugs.webkit.org/show_bug.cgi?id=136571
810 Reviewed by Darin Adler.
812 * Source/cmake/OptionsEfl.cmake:
813 * Source/cmake/OptionsGTK.cmake:
814 * Source/cmake/OptionsMac.cmake:
815 * Source/cmake/WebKitFeatures.cmake:
816 * Source/cmakeconfig.h.cmake:
818 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
820 Remove CSS_FILTERS flag
821 https://bugs.webkit.org/show_bug.cgi?id=136529
823 Reviewed by Dirk Schulze.
825 * Source/cmake/OptionsEfl.cmake:
826 * Source/cmake/OptionsGTK.cmake:
827 * Source/cmake/OptionsMac.cmake:
828 * Source/cmake/WebKitFeatures.cmake:
829 * Source/cmakeconfig.h.cmake:
831 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
833 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
834 https://bugs.webkit.org/show_bug.cgi?id=136194
836 Reviewed by Csaba Osztrogonác.
838 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
842 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
844 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
845 https://bugs.webkit.org/show_bug.cgi?id=135560
847 Reviewed by Gyuyoung Kim.
849 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
851 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
853 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
854 https://bugs.webkit.org/show_bug.cgi?id=136343
856 Reviewed by David Kilzer.
858 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
860 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
861 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
863 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
865 [EFL] Share fast/speechsynthesis/ with other ports
866 https://bugs.webkit.org/show_bug.cgi?id=136224
868 Reviewed by Chris Fleizach.
870 Enable WebSpeech for EFL.
872 * Source/cmake/OptionsEfl.cmake:
874 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
876 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
877 https://bugs.webkit.org/show_bug.cgi?id=136127
879 Reviewed by Gyuyoung Kim.
881 Add build support for espeak.
883 * Source/cmake/FindEspeak.cmake: Added.
884 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
886 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
888 [EFL] Build break using clang
889 https://bugs.webkit.org/show_bug.cgi?id=136245
891 Reviewed by Gyuyoung Kim.
893 * Source/cmake/OptionsEfl.cmake:
894 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
895 Some warnings are from system libraries.
897 2014-08-25 Alberto Garcia <berto@igalia.com>
899 [GTK] Unify webkitgtk and webkit2gtk directories
900 https://bugs.webkit.org/show_bug.cgi?id=136209
902 Reviewed by Carlos Garcia Campos.
904 Use webkit2gtk-X.X both for the process binaries and the injected
907 * Source/cmake/OptionsGTK.cmake:
909 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
911 [EFL] Move Efl specific code from Source/CMakeLists.txt
912 https://bugs.webkit.org/show_bug.cgi?id=136206
914 Reviewed by Gyuyoung Kim.
916 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
917 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
919 * Source/CMakeLists.txt:
920 * Source/cmake/OptionsEfl.cmake:
922 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
924 [EFL] Introduce DEVELOPER_MODE
925 https://bugs.webkit.org/show_bug.cgi?id=135884
927 Reviewed by Gyuyoung Kim.
929 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
930 instead of SHARED_CORE.
931 SHARED_CORE can reduce link time and memory consumption but it is slightly different
934 * Source/cmake/OptionsEfl.cmake:
935 * Source/cmake/WebKitHelpers.cmake:
936 Moved fvisibility=hidden to OptionsEfl.cmake
938 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
940 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
941 https://bugs.webkit.org/show_bug.cgi?id=136110
943 Reviewed by Gyuyoung Kim.
945 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
947 * Source/cmake/OptionsEfl.cmake:
949 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
951 [EFL] Apply eflsymbols.filter to WebKit2
952 https://bugs.webkit.org/show_bug.cgi?id=136148
954 Reviewed by Csaba Osztrogonác.
956 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
957 in the eflsymbols.filter.
959 * Source/cmake/OptionsEfl.cmake:
960 * Source/cmake/eflsymbols.filter:
962 2014-08-21 Zalan Bujtas <zalan@apple.com>
964 Enable SATURATED_LAYOUT_ARITHMETIC.
965 https://bugs.webkit.org/show_bug.cgi?id=136106
967 Reviewed by Simon Fraser.
969 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
970 (No measurable performance regression on Mac.)
972 * Source/cmake/OptionsMac.cmake:
973 * Source/cmake/WebKitFeatures.cmake:
974 * Source/cmakeconfig.h.cmake:
976 2014-08-19 Zalan Bujtas <zalan@apple.com>
978 Remove ENABLE(SUBPIXEL_LAYOUT).
979 https://bugs.webkit.org/show_bug.cgi?id=136077
981 Reviewed by Simon Fraser.
983 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
985 * Source/cmake/OptionsEfl.cmake:
986 * Source/cmake/OptionsGTK.cmake:
987 * Source/cmake/OptionsMac.cmake:
988 * Source/cmake/WebKitFeatures.cmake:
989 * Source/cmakeconfig.h.cmake:
991 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
993 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
994 https://bugs.webkit.org/show_bug.cgi?id=135980
996 Reviewed by Martin Robinson.
998 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
999 overrides any other disabled optimization that was prepended to these
1000 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
1001 lists first in the final list of compilation flags.
1003 To avoid -On re-enabling optimizations that we'd like to keep disabled,
1004 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
1006 * Source/cmake/OptionsCommon.cmake:
1007 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
1008 * Source/cmake/OptionsGTK.cmake:
1010 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
1012 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
1014 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1016 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
1018 [GTK] Disable memory sampler on non-Linux system
1019 https://bugs.webkit.org/show_bug.cgi?id=134483
1021 Reviewed by Philippe Normand.
1023 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
1024 Linux because it uses many Linux-specific features, so we should disable
1025 memory sampler on other systems by default.
1027 * Source/cmake/OptionsGTK.cmake:
1029 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
1031 [GTK] HTML API documentation should also be installed versioned
1032 https://bugs.webkit.org/show_bug.cgi?id=135970
1034 Reviewed by Philippe Normand.
1036 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
1039 2014-08-14 Tomas Popela <tpopela@redhat.com>
1041 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
1042 https://bugs.webkit.org/show_bug.cgi?id=135937
1044 Reviewed by Carlos Garcia Campos.
1048 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
1050 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
1051 https://bugs.webkit.org/show_bug.cgi?id=135934
1053 Reviewed by Gustavo Noronha Silva.
1055 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
1056 The gir files should installed in $datadir/gir-1.0/ together with all other
1057 gir files. We don't need to install introspection files in a versioned
1058 directory because their filenames already contain the binary version. But before
1059 r171598, the files were only installed to the right directory if the
1060 gobject-instrospection pkg-config file was in the same prefix than the one we
1061 wanted to install, because the gir and typelibs directories were extracted from
1062 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
1063 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
1064 like we do in the autotools build.
1066 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
1067 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
1068 * Source/cmake/OptionsGTK.cmake: Define
1069 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
1071 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
1073 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
1074 https://bugs.webkit.org/show_bug.cgi?id=135836
1076 Reviewed by Philippe Normand.
1078 * Source/PlatformGTK.cmake: Add install command to also install
1079 the GObject DOM bindings API docs.
1081 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
1083 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
1084 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
1085 re-set CMAKE_C_FLAGS with the new string. The two flags should really
1086 be appended to CMAKE_C_FLAGS and the same variable re-set with the
1089 * Source/cmake/OptionsCommon.cmake:
1091 2014-08-13 Alex Christensen <achristensen@webkit.org>
1093 Progress towards CMake on Mac.
1094 https://bugs.webkit.org/show_bug.cgi?id=135819
1096 Reviewed by Laszlo Gombos.
1098 * Source/cmake/OptionsMac.cmake:
1099 Disable some more features temporarily to get CMake working.
1100 * Source/cmake/WebKitMacros.cmake:
1101 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
1103 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
1105 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
1106 https://bugs.webkit.org/show_bug.cgi?id=135798
1108 Reviewed by Philippe Normand.
1110 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
1112 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
1113 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
1114 https://bugs.webkit.org/show_bug.cgi?id=133317
1116 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
1118 Reviewed by Philippe Normand.
1120 No new tests since no new functionality has been added.
1122 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
1124 2014-08-11 Commit Queue <commit-queue@webkit.org>
1126 Unreviewed, rolling out r172393.
1127 https://bugs.webkit.org/show_bug.cgi?id=135796
1129 discussion needed about GnuTLS version bump on the bots
1130 (Requested by philn on #webkit).
1134 https://bugs.webkit.org/show_bug.cgi?id=133317
1135 http://trac.webkit.org/changeset/172393
1137 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
1138 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
1139 https://bugs.webkit.org/show_bug.cgi?id=133317
1141 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
1143 Reviewed by Philippe Normand.
1145 No new tests since no new functionality has been added.
1147 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
1149 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
1151 [GTK] Adds stubs for all subtle crypto algorithm implemntations
1152 https://bugs.webkit.org/show_bug.cgi?id=133316
1154 Reviewed by Philippe Normand.
1156 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
1157 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
1158 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
1160 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
1162 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
1164 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1166 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
1168 [GTK] REGRESSION(r166239): The ld version script is not being used
1169 https://bugs.webkit.org/show_bug.cgi?id=135694
1171 Reviewed by Martin Robinson.
1173 Move the symbols filter file from Tools/gtk to Source/cmake and rename
1174 it as gtksymbols.filter. Also updated it, since some of the symbols
1175 exported were renamed.
1177 * Source/cmake/OptionsGTK.cmake:
1178 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
1180 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
1182 [GTK] Child processes should be installed in a versioned directory
1183 https://bugs.webkit.org/show_bug.cgi?id=135754
1185 Reviewed by Gustavo Noronha Silva.
1187 Define LIBEXEC_INSTALL_DIR as
1188 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
1189 so that the child processes are installed in $libexec/webkitgtk-4.0.
1190 This makes it possible to install 2.6 in parallel to older versions.
1192 * Source/cmake/OptionsGTK.cmake:
1194 2014-08-08 Alex Christensen <achristensen@webkit.org>
1196 Progress towards using CMake on Mac.
1197 https://bugs.webkit.org/show_bug.cgi?id=135662
1199 Reviewed by Laszlo Gombos.
1202 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
1203 * Source/cmake/WebKitFeatures.cmake:
1204 * Source/cmakeconfig.h.cmake:
1205 Added features that are needed by the Mac port.
1206 * Source/cmake/OptionsMac.cmake:
1207 Enable CSS_IMAGE_SET based on FeatureDefines.h.
1208 Disable the FTL with CMake for now.
1209 * Source/cmake/OptionsEFL.cmake:
1210 * Source/cmake/OptionsGTK.cmake:
1211 Enable subpixel layout to not conflict with FeatureDefines.h
1213 2014-08-08 Simon Fraser <simon.fraser@apple.com>
1215 Undo some erroneous changes to the Xcode scheme files from r172259.
1217 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1218 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1220 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
1222 [CMake] Drop the required version of CMake down to 2.8.8
1223 https://bugs.webkit.org/show_bug.cgi?id=135713
1225 Reviewed by Alex Christensen.
1227 * CMakeLists.txt: Require CMake 2.8.8.
1229 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
1231 Get rid of INPUT_SPEECH
1232 https://bugs.webkit.org/show_bug.cgi?id=135672
1234 Reviewed by Andreas Kling.
1236 * Source/cmake/OptionsMac.cmake:
1237 * Source/cmake/WebKitFeatures.cmake:
1238 * Source/cmakeconfig.h.cmake:
1240 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
1242 [GTK] Disable IndexedDB
1243 https://bugs.webkit.org/show_bug.cgi?id=135692
1245 Reviewed by Carlos Garcia Campos.
1247 * Source/cmake/OptionsGTK.cmake:
1249 2014-08-06 Dean Jackson <dino@apple.com>
1251 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
1252 https://bugs.webkit.org/show_bug.cgi?id=135675
1254 Reviewed by Sam Weinig.
1256 * Source/cmake/OptionsGTK.cmake:
1257 * Source/cmake/OptionsMac.cmake:
1258 * Source/cmake/WebKitFeatures.cmake:
1259 * Source/cmakeconfig.h.cmake:
1261 2014-08-06 David Farler <dfarler@apple.com>
1263 Unreviewed build fix: Make includes semicolon in assignment.
1265 * Makefile.shared: Remove a ;
1267 2014-08-06 David Farler <dfarler@apple.com>
1269 Set DSYMUTIL_NUM_THREADS to the number of logical cores
1270 https://bugs.webkit.org/show_bug.cgi?id=135655
1272 Reviewed by Mark Rowe.
1274 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
1276 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
1278 [GTK] Be able to disable gtk2 dependency
1279 https://bugs.webkit.org/show_bug.cgi?id=135505
1281 Reviewed by Gustavo Noronha Silva.
1283 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
1284 required when it's enabled. It's enabled by default.
1286 * Source/cmake/OptionsGTK.cmake:
1288 2014-08-05 Alex Christensen <achristensen@webkit.org>
1291 https://bugs.webkit.org/show_bug.cgi?id=135620
1293 Reviewed by Laszlo Gombos.
1295 * Source/cmake/OptionsMac.cmake:
1296 Use UDIS86 by default on Mac.
1298 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
1300 Add a flag for the CSS Selectors level 4 implementation
1301 https://bugs.webkit.org/show_bug.cgi?id=135535
1303 Reviewed by Andreas Kling.
1305 * Source/cmake/OptionsEfl.cmake:
1306 * Source/cmake/OptionsGTK.cmake:
1307 * Source/cmake/WebKitFeatures.cmake:
1308 * Source/cmakeconfig.h.cmake:
1310 2014-08-04 Alex Christensen <achristensen@webkit.org>
1312 Progress towards CMake on Mac.
1313 https://bugs.webkit.org/show_bug.cgi?id=135528
1315 Reviewed by Gyuyoung Kim.
1317 * Source/cmake/OptionsMac.cmake:
1318 Made options list based on FeatureDefines.xcconfig files.
1320 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
1322 [GTK] Windowing target support should reflect the support in the GTK+ dependency
1323 https://bugs.webkit.org/show_bug.cgi?id=134736
1325 Reviewed by Martin Robinson.
1327 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
1328 support the X11 or Wayland windowing targets -- instead, if there's no support
1329 the specific target is disabled, and an error is thrown only if neither of the
1330 backends is enabled at the end..
1331 For now the X11 target remains enabled by default, and the Wayland target is
1332 kept disabled. Once it's possible to have both targets enabled at runtime in
1333 WebKit, the Wayland target will be enabled as well and we'll leave it to the
1334 GTK+ dependency to determine which targets can be enabled.
1336 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
1338 [CMake] Add FindWayland.cmake
1339 https://bugs.webkit.org/show_bug.cgi?id=135540
1341 Reviewed by Martin Robinson.
1343 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
1344 dependency. For now bundles the wayland-client, wayland-server and
1345 wayland-egl pkg-config targets into one dependency, but these could
1346 be split in the future if necessary.
1348 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
1350 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
1351 https://bugs.webkit.org/show_bug.cgi?id=135553
1353 Reviewed by Gyuyoung Kim.
1355 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
1356 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
1358 * Source/cmake/OptionsEfl.cmake:
1360 2014-08-01 Bear Travis <betravis@adobe.com>
1362 [Feature Queries] Enable Feature Queries on EFL/GTK
1363 https://bugs.webkit.org/show_bug.cgi?id=134902
1365 Reviewed by Benjamin Poulain.
1367 Enable CSS Feature Queries by default on the EFL and GTK
1370 * Source/cmake/OptionsEfl.cmake:
1371 * Source/cmake/OptionsGTK.cmake:
1373 2014-08-01 Alex Christensen <achristensen@webkit.org>
1375 Progress towards cmake on Windows.
1376 https://bugs.webkit.org/show_bug.cgi?id=135484
1378 Reviewed by Martin Robinson.
1381 Added Mac to list of ports, even though it is not done yet.
1382 Changed minimum bison version to version installed on Macs.
1383 * Source/cmake/OptionsAppleWin.cmake:
1384 Added some definitions.
1385 * Source/cmake/OptionsEfl.cmake:
1386 * Source/cmake/OptionsGTK.cmake:
1387 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
1388 * Source/cmake/OptionsMac.cmake: Added blank for now.
1389 * Source/cmake/OptionsWinCairo.cmake:
1390 * Source/cmake/OptionsWindows.cmake:
1391 Added some definitions.
1392 Removed /WX (warnings treated as error while compiling).
1393 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
1395 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
1397 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
1398 https://bugs.webkit.org/show_bug.cgi?id=135501
1400 Reviewed by Gyuyoung Kim.
1402 Use PROJECT_VERSION_MICRO instead.
1404 * Source/cmake/OptionsEfl.cmake:
1405 * Source/cmake/OptionsGTK.cmake:
1406 * Source/cmake/WebKitHelpers.cmake:
1408 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
1410 [EFL] Bump ewebkit version to 1.11
1411 https://bugs.webkit.org/show_bug.cgi?id=135487
1413 Reviewed by Gyuyoung Kim.
1415 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
1417 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1419 [EFL] Add support for building with Geoclue2.
1420 https://bugs.webkit.org/show_bug.cgi?id=135455
1422 Reviewed by Gyuyoung Kim.
1424 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
1427 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
1429 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
1431 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1433 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
1435 [GTK] Bump binary version for 2.6
1436 https://bugs.webkit.org/show_bug.cgi?id=133724
1438 Reviewed by Philippe Normand.
1440 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
1441 update library version numbers.
1443 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
1445 [CMake] Bump the minimum required version
1446 https://bugs.webkit.org/show_bug.cgi?id=135382
1448 Reviewed by Gyuyoung Kim.
1450 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
1451 we introduced usage of target_include_directories().
1453 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
1455 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
1456 https://bugs.webkit.org/show_bug.cgi?id=135376
1458 Reviewed by Gyuyoung Kim.
1460 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
1462 * Source/cmake/OptionsEfl.cmake:
1463 * Source/cmake/OptionsGTK.cmake:
1465 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
1467 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
1468 https://bugs.webkit.org/show_bug.cgi?id=135288
1470 Reviewed by Martin Robinson.
1472 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
1473 datadir to pkgconfig
1474 * Source/cmake/OptionsGTK.cmake: define install directories early
1475 enough to be used in FindGObjectIntrospection.cmake
1477 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
1479 Remove CSS_EXCLUSIONS compile flag and leftover code
1480 https://bugs.webkit.org/show_bug.cgi?id=135175
1482 Reviewed by Zoltan Horvath.
1484 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
1485 stubs. This removes the flag and the useless code.
1487 * Source/cmake/WebKitFeatures.cmake:
1488 * Source/cmakeconfig.h.cmake:
1490 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
1492 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
1493 https://bugs.webkit.org/show_bug.cgi?id=135114
1495 Fix build with GStreamer 1.4
1497 Reviewed by Philippe Normand.
1499 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
1500 gst-mpegts component instead of the unstable 1.3.x verstions.
1502 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1504 [GTK] Simplify make-dist command line arguments
1505 https://bugs.webkit.org/show_bug.cgi?id=134832
1507 Reviewed by Martin Robinson.
1509 * Source/PlatformGTK.cmake: Use --version instead of
1510 --tarball-root when running make-dist.py.
1512 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
1514 Add a manual test for r135044
1516 <https://bugs.webkit.org/show_bug.cgi?id=135044>
1518 Rubber-stamped by Andy Estes.
1520 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
1522 2014-07-18 Dana Burkart <dburkart@apple.com>
1524 Add a new 'analyze' target to the makefile. This will make use of a new
1525 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
1527 https://bugs.webkit.org/show_bug.cgi?id=135057
1528 <rdar://problem/10193187>
1530 Reviewed by David Kilzer.
1536 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
1538 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
1539 https://bugs.webkit.org/show_bug.cgi?id=134963
1541 Reviewed by Gyuyoung Kim.
1543 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
1545 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
1547 2014-07-14 Daniel Bates <dabates@apple.com>
1549 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
1550 https://bugs.webkit.org/show_bug.cgi?id=134905
1551 <rdar://problem/16602779>
1553 Reviewed by Simon Fraser.
1555 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
1556 on the tapped element when processing a touchend as a result of finger pressing and releasing
1557 on the same element that is initially positioned outside the visible content area.
1559 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
1561 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
1563 [GTK] Enable VIDEO_TRACK by default
1564 https://bugs.webkit.org/show_bug.cgi?id=134801
1566 Reviewed by Philippe Normand.
1568 * Source/cmake/OptionsGTK.cmake:
1570 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
1572 [GTK][CMake] Add a 'distcheck' target
1573 https://bugs.webkit.org/show_bug.cgi?id=130675
1575 Reviewed by Gustavo Noronha Silva.
1577 * Source/PlatformGTK.cmake: Add distcheck target.
1579 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
1581 [GTK] Use the same default options for production builds that previous stable releases
1582 https://bugs.webkit.org/show_bug.cgi?id=134589
1584 Reviewed by Martin Robinson.
1586 Change the default value of some features to match our stable releases.
1587 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
1588 canvas depend on whether cairo-gl is found.
1590 * Source/cmake/FindCairoGL.cmake: Added.
1591 * Source/cmake/OptionsGTK.cmake:
1593 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
1595 [EFL] Support Encrypted Media Extensions.
1596 https://bugs.webkit.org/show_bug.cgi?id=134750
1598 Reviewed by Gyuyoung Kim.
1600 Webkit needs to play encrypted media contents when media player
1601 is played by Media source extensions and normal video procedure.
1603 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
1605 2014-07-08 Alex Christensen <achristensen@webkit.org>
1607 Steps towards CMake on Windows.
1608 https://bugs.webkit.org/show_bug.cgi?id=134716
1610 Reviewed by Martin Robinson.
1613 Added AppleWin and WinCairo to list of CMake ports.
1614 * Source/cmake/OptionsAppleWin.cmake: Added.
1615 * Source/cmake/OptionsWinCairo.cmake: Added.
1616 * Source/cmake/OptionsWindows.cmake:
1617 Windows needs to use the system malloc. Other options to come.
1619 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1621 [EFL] Support Geolocation
1622 https://bugs.webkit.org/show_bug.cgi?id=134439
1624 Reviewed by Antonio Gomes.
1626 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
1628 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
1630 Broken build with build-webkit --no-video
1631 https://bugs.webkit.org/show_bug.cgi?id=134587
1633 Reviewed by Darin Adler.
1635 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
1637 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
1639 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
1641 [GTK] The list of features shown by cmake is not accurate
1642 https://bugs.webkit.org/show_bug.cgi?id=134588
1644 Reviewed by Gustavo Noronha Silva.
1646 The problem is that some options might change after the feature
1647 list has been printed.
1649 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
1650 setting the default values of features and set WEBGL value
1651 depending on the dependencies, and API_TEST depending on whether
1652 developer mode is enabled or not.
1654 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
1656 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
1657 https://bugs.webkit.org/show_bug.cgi?id=134578
1659 Reviewed by Gyuyoung Kim.
1661 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
1662 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
1663 disable related option if it is not ON.
1665 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
1666 * Source/cmake/OptionsGTK.cmake: Ditto.
1667 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
1669 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
1671 [GTK] make dist is broken
1672 https://bugs.webkit.org/show_bug.cgi?id=134542
1674 Reviewed by Martin Robinson.
1676 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
1678 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
1680 [CMake] Add necessary support for building for the Wayland target
1681 https://bugs.webkit.org/show_bug.cgi?id=134160
1683 Reviewed by Darin Adler.
1685 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
1686 is enabled, and that its version matches the version of the generic package. Same
1687 for the gtk+-wayland-3.0 package and the Wayland target.
1688 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
1689 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
1690 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
1691 so they keep building the TestNetscapePlugin target.
1692 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
1693 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
1694 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
1695 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
1696 the minimum required version as soon as that target is enabled. Only search for GLX
1697 if the X11 target is enabled.
1699 2014-06-29 Yoav Weiss <yoav@yoav.ws>
1701 Add support for HTMLImageElement's sizes attribute
1702 https://bugs.webkit.org/show_bug.cgi?id=133620
1704 Reviewed by Dean Jackson.
1706 Added an ENABLE_PICTURE_SIZES compile flag.
1708 * Source/cmake/WebKitFeatures.cmake:
1709 * Source/cmakeconfig.h.cmake:
1711 2014-06-26 Daniel Bates <dabates@apple.com>
1713 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
1714 https://bugs.webkit.org/show_bug.cgi?id=134309
1715 <rdar://problem/17427385>
1717 Reviewed by Darin Adler.
1719 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
1722 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
1724 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
1726 Remove build guard for progress element
1727 https://bugs.webkit.org/show_bug.cgi?id=134292
1729 Reviewed by Benjamin Poulain.
1731 The build flag is no longer needed as it is always on.
1733 * Source/cmake/WebKitFeatures.cmake:
1734 * Source/cmakeconfig.h.cmake:
1736 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
1738 [EFL] Platform support for WebSpeech feature.
1739 https://bugs.webkit.org/show_bug.cgi?id=116438
1741 Reviewed by Csaba Osztrogonác.
1743 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
1745 * Source/cmake/OptionsEfl.cmake:
1746 * Source/cmake/WebKitFeatures.cmake:
1748 2014-06-23 Philippe Normand <pnormand@igalia.com>
1750 Unreviewed, GTK build fix after r170266.
1752 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
1754 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1756 Disable gamepad feature on EFL and GTK ports by default
1757 https://bugs.webkit.org/show_bug.cgi?id=134169
1759 Reviewed by Brady Eidson.
1761 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
1763 2014-06-21 Brady Eidson <beidson@apple.com>
1765 Gamepad API - Deprecate the existing implementation
1766 https://bugs.webkit.org/show_bug.cgi?id=134108
1768 Reviewed by Timothy Hatcher.
1770 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
1771 -Add the "Deprecated" suffix to some implementation files
1773 * Source/cmake/OptionsEfl.cmake:
1774 * Source/cmake/OptionsGTK.cmake:
1775 * Source/cmake/WebKitFeatures.cmake:
1776 * Source/cmakeconfig.h.cmake:
1778 2014-06-21 Commit Queue <commit-queue@webkit.org>
1780 Unreviewed, rolling out r170244.
1781 https://bugs.webkit.org/show_bug.cgi?id=134157
1783 GTK/EFL bindings generator works differently, making this
1784 patch not work there. Will fix entire patch after a rollout.
1785 (Requested by bradee-oh on #webkit).
1789 "Gamepad API - Deprecate the existing implementation"
1790 https://bugs.webkit.org/show_bug.cgi?id=134108
1791 http://trac.webkit.org/changeset/170244
1793 2014-06-21 Brady Eidson <beidson@apple.com>
1795 Gamepad API - Deprecate the existing implementation
1796 https://bugs.webkit.org/show_bug.cgi?id=134108
1798 Reviewed by Timothy Hatcher.
1800 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
1801 -Add the "Deprecated" suffix to some implementation files
1803 * Source/cmake/OptionsEfl.cmake:
1804 * Source/cmake/OptionsGTK.cmake:
1805 * Source/cmake/WebKitFeatures.cmake:
1806 * Source/cmakeconfig.h.cmake:
1808 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1810 Removing PAGE_VISIBILITY_API compile guard.
1811 https://bugs.webkit.org/show_bug.cgi?id=133844
1813 Reviewed by Gavin Barraclough.
1815 * Source/cmake/OptionsEfl.cmake:
1816 * Source/cmake/OptionsGTK.cmake:
1817 * Source/cmake/WebKitFeatures.cmake:
1818 * Source/cmakeconfig.h.cmake:
1820 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
1822 [EFL][CMAKE] Disable WebKit1 build as a default
1823 https://bugs.webkit.org/show_bug.cgi?id=134093
1825 Reviewed by Gyuyoung Kim.
1827 Disable WebKit1 build and enable WebKit2 build for the EFL port.
1829 * Source/cmake/OptionsEfl.cmake:
1831 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
1833 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
1834 https://bugs.webkit.org/show_bug.cgi?id=130389
1836 Reviewed by Mark Lam.
1838 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
1839 into !ENABLE(JIT) since they are mutually exclusive.
1841 * Source/cmake/OptionsEfl.cmake:
1842 * Source/cmake/OptionsGTK.cmake:
1843 * Source/cmake/WebKitFeatures.cmake:
1844 * Source/cmakeconfig.h.cmake:
1846 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
1848 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
1849 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
1850 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
1851 by the plugin process, but it is searched and utilized separately.
1853 Rubber-stamped by Carlos Garcia Campos.
1855 * Source/cmake/OptionsGTK.cmake:
1857 2014-06-16 Commit Queue <commit-queue@webkit.org>
1859 Unreviewed, rolling out r170003.
1860 https://bugs.webkit.org/show_bug.cgi?id=133938
1862 This patch broke GTK build (Requested by kczech on #webkit).
1866 "[EFL] Platform support for WebSpeech feature."
1867 https://bugs.webkit.org/show_bug.cgi?id=116438
1868 http://trac.webkit.org/changeset/170003
1870 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
1872 [EFL] Platform support for WebSpeech feature.
1873 https://bugs.webkit.org/show_bug.cgi?id=116438
1875 Reviewed by Gyuyoung Kim.
1877 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
1879 * Source/cmake/OptionsEfl.cmake:
1880 * Source/cmake/WebKitFeatures.cmake:
1882 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1884 [EFL] Remove duplicated compiler flag
1885 https://bugs.webkit.org/show_bug.cgi?id=133838
1887 Reviewed by Anders Carlsson.
1889 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
1890 it added to common compiler options. So, it is duplicated.
1892 * Source/cmake/WebKitHelpers.cmake:
1894 2014-06-11 Commit Queue <commit-queue@webkit.org>
1896 Unreviewed, rolling out r169877.
1897 https://bugs.webkit.org/show_bug.cgi?id=133784
1899 rollout wrong build fix approach for EFL port (Requested by
1900 gyuyoung on #webkit).
1904 "Unreviewed, EFL build fix since r169869."
1905 http://trac.webkit.org/changeset/169877
1907 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1909 Unreviewed, EFL build fix since r169869.
1911 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
1913 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
1915 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1917 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
1919 * Source/cmake/WebKitHelpers.cmake:
1921 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
1923 [GTK] Make it possible to build with FTL enabled
1924 https://bugs.webkit.org/show_bug.cgi?id=133219
1926 Reviewed by Philippe Normand.
1928 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
1930 * Source/cmake/OptionsGTK.cmake:
1932 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
1934 [CMake] Clean up FAST_MOBILE_SCROLLING
1935 https://bugs.webkit.org/show_bug.cgi?id=133342
1937 Reviewed by Gyuyoung Kim.
1939 FAST_MOBILE_SCROLLING was removed in r168726.
1941 * Source/cmake/OptionsEfl.cmake:
1942 * Source/cmake/OptionsGTK.cmake:
1943 * Source/cmake/WebKitFeatures.cmake:
1944 * Source/cmakeconfig.h.cmake:
1946 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1949 https://bugs.webkit.org/show_bug.cgi?id=132863
1951 Reviewed by Csaba Osztrogonác.
1953 * Source/cmake/OptionsEfl.cmake:
1954 * Source/cmake/OptionsGTK.cmake:
1955 * Source/cmake/WebKitFeatures.cmake:
1956 * Source/cmakeconfig.h.cmake:
1958 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
1960 Allow building CMake based ports with WEB_REPLAY
1961 https://bugs.webkit.org/show_bug.cgi?id=133154
1963 Reviewed by Csaba Osztrogonác.
1965 * Source/cmake/WebKitFeatures.cmake:
1966 * Source/cmakeconfig.h.cmake:
1968 2014-05-21 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
1970 [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled
1971 https://bugs.webkit.org/show_bug.cgi?id=132907
1973 Reviewed by Gyuyoung Kim.
1975 * Source/cmake/FindLIBCXXABI.cmake: Added.
1976 * Source/cmake/OptionsEfl.cmake:
1978 2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1980 [EFL] Turn on ENABLE_CSS_FILTERS
1981 https://bugs.webkit.org/show_bug.cgi?id=133153
1983 Reviewed by Gyuyoung Kim.
1985 * Source/cmake/OptionsEfl.cmake: Enable CSS_FILTERS as default option value.
1987 2014-05-16 Martin Robinson <mrobinson@igalia.com>
1989 [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and LIBEXEC_INSTALL_DIR
1990 https://bugs.webkit.org/show_bug.cgi?id=132819
1992 Reviewed by Carlos Garcia Campos.
1994 * CMakeLists.txt: Hard-code CMAKE_ARCHIVE_OUTPUT_DIRECTORY etc, so that we can accept absolute paths for LIB_INSTALL_DIR
1996 * Source/cmake/OptionsCommon.cmake: Get rid of LIB_SUFFIX and try to make all path variables absolute. Also set
1997 CMAKE_ARCHIVE_OUTPUT_DIRECTORY, etc using the last path component of LIB_INSTALL_DIR, etc, so that absolute paths
1999 * Source/cmake/OptionsGTK.cmake: Ditto. Also get rid of all pkg-config specific variables.
2001 2014-05-20 Gustavo Noronha Silva <gns@gnome.org>
2003 [CMake] Support building with Debug Fission
2004 https://bugs.webkit.org/show_bug.cgi?id=131177
2006 Reviewed by Philippe Normand.
2008 * Source/cmake/OptionsCommon.cmake: add a DEBUG_FISSION option to enable usage
2009 of http://gcc.gnu.org/wiki/DebugFission.
2011 2014-05-20 Carlos Garcia Campos <cgarcia@igalia.com>
2013 [GTK] Rename translation domain as WebKit2GTK-3.0
2014 https://bugs.webkit.org/show_bug.cgi?id=132953
2016 Reviewed by Gustavo Noronha Silva.
2018 * Source/cmake/OptionsGTK.cmake:
2020 2014-05-18 Rik Cabanier <cabanier@adobe.com>
2022 support for navigator.hardwareConcurrency
2023 https://bugs.webkit.org/show_bug.cgi?id=132588
2025 Reviewed by Filip Pizlo.
2027 * Source/cmake/OptionsEfl.cmake:
2028 * Source/cmake/OptionsGTK.cmake:
2029 * Source/cmake/WebKitFeatures.cmake:
2030 * Source/cmakeconfig.h.cmake:
2032 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2034 Remove CSS_STICKY_POSITION guards
2035 https://bugs.webkit.org/show_bug.cgi?id=132676
2037 Reviewed by Simon Fraser.
2039 * Source/cmake/OptionsEfl.cmake:
2040 * Source/cmake/OptionsGTK.cmake:
2041 * Source/cmake/WebKitFeatures.cmake:
2042 * Source/cmakeconfig.h.cmake:
2044 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
2046 Unreviewed. Bump version numbers.
2048 * Source/cmake/OptionsGTK.cmake:
2050 2014-05-10 Martin Robinson <mrobinson@igalia.com>
2052 [GTK][CMake] Unable to do make install
2053 https://bugs.webkit.org/show_bug.cgi?id=130188
2055 Reviewed by Carlos Garcia Campos.
2057 Only try to install the HTML documentation if the build is configured to generate it via
2058 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
2059 to keep the HTML documentation directory as an installation source.
2061 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
2062 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
2063 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
2064 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
2065 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
2067 2014-05-09 Anders Carlsson <andersca@apple.com>
2069 Rename WebKit2.framework to WebKit.framework
2070 https://bugs.webkit.org/show_bug.cgi?id=132743
2071 <rdar://problem/15920046>
2073 Reviewed by Dan Bernstein.
2076 Build WebKit.xcodeproj before WebKit2.xcodeproj.
2078 * WebKit.xcworkspace/xcshareddata/xcschemes/:
2081 2014-05-06 David Kilzer <ddkilzer@apple.com>
2083 Add Makefile targets for copying static libraries (LLVM and WKSI)
2084 <http://webkit.org/b/132619>
2086 Reviewed by Mark Rowe.
2089 (MODULES): Add WebKitLibraries.
2091 2014-05-06 Commit Queue <commit-queue@webkit.org>
2093 Unreviewed, rolling out r168304.
2094 https://bugs.webkit.org/show_bug.cgi?id=132607
2096 Broke the build (Requested by KaL on #webkit).
2100 "[GTK][CMake] Unable to do make install"
2101 https://bugs.webkit.org/show_bug.cgi?id=130188
2102 http://trac.webkit.org/changeset/168304
2104 2014-05-05 Martin Robinson <mrobinson@igalia.com>
2106 [GTK][CMake] Unable to do make install
2107 https://bugs.webkit.org/show_bug.cgi?id=130188
2109 Reviewed by Carlos Garcia Campos.
2111 Only try to install the HTML documentation if the build is configured to generate it via
2112 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
2113 to keep the HTML documentation directory as an installation source.
2115 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
2116 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
2117 never added to the default target, but will be triggered by build-webkit, so that
2118 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
2119 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
2121 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2123 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
2124 https://bugs.webkit.org/show_bug.cgi?id=132525
2126 Reviewed by Martin Robinson.
2128 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
2129 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
2130 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
2132 2014-05-01 David Kilzer <ddkilzer@apple.com>
2134 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
2135 <http://webkit.org/b/132432>
2137 Reviewed by Tim Horton.
2139 * Source/cmake/WebKitFeatures.cmake:
2140 * Source/cmakeconfig.h.cmake:
2141 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
2143 2014-04-30 Simon Fraser <simon.fraser@apple.com>
2145 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
2147 Reviewed by Dan Bernstein/Anders Carlsson.
2149 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2150 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2152 2014-04-30 Simon Fraser <simon.fraser@apple.com>
2154 Let Xcode have its way with the WebKit workspace.
2156 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2157 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2159 2014-04-29 Martin Robinson <mrobinson@igalia.com>
2161 [GTK] Make it easier to run CMake for downstreams
2162 https://bugs.webkit.org/show_bug.cgi?id=132370
2164 Reviewed by Carlos Garcia Campos.
2166 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
2168 2014-04-27 Joonghun Park <jh718.park@samsung.com>
2170 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
2171 https://bugs.webkit.org/show_bug.cgi?id=132176
2173 Reviewed by Gyuyoung Kim.
2175 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
2177 * Source/cmake/OptionsEfl.cmake:
2179 2014-04-22 Alex Christensen <achristensen@webkit.org>
2181 Removed old stdbool and inttypes headers.
2182 https://bugs.webkit.org/show_bug.cgi?id=131966
2184 Reviewed by Brent Fulgham.
2186 * Source/cmake/OptionsWindows.cmake:
2187 * Source/cmake/WebKitPackaging.cmake:
2188 Removed references to os-win32 directory.
2190 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
2192 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
2194 Rubber-stamped by Carlos Garcia Campos.
2196 * Source/cmake/WebKitFeatures.cmake:
2198 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
2200 Empty RenderInline objects should not be line break objects.
2202 https://bugs.webkit.org/show_bug.cgi?id=131861
2203 <rdar://problem/15663617>
2205 Reviewed by David Hyatt.
2207 * ManualTests/empty-inline-as-line-break-position.html: Added.
2208 This issue wouldn't reproduce in WebKitTestRunner.
2210 2014-04-19 Brent Fulgham <bfulgham@apple.com>
2212 Revert unintended workspace change in my last commit.
2214 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
2215 Scheme type back to Debug.
2217 2014-04-18 Philippe Normand <pnormand@igalia.com>
2219 Remove NETWORK_INFO support
2220 https://bugs.webkit.org/show_bug.cgi?id=131841
2222 Reviewed by Gyuyoung Kim.
2224 * Source/cmake/OptionsEfl.cmake:
2225 * Source/cmake/OptionsGTK.cmake:
2226 * Source/cmake/WebKitFeatures.cmake:
2227 * Source/cmakeconfig.h.cmake:
2229 2014-04-17 Darin Adler <darin@apple.com>
2231 Try to fix EFL and GTK builds.
2233 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
2234 * Source/cmake/OptionsGTK.cmake: Ditto.
2235 * Source/cmakeconfig.h.cmake: Ditto.
2237 2014-04-16 Brendan Long <b.long@cablelabs.com>
2239 [GTK][CMAKE] build-webkit doesn't detect when the build fails
2240 https://bugs.webkit.org/show_bug.cgi?id=130148
2242 Reviewed by Martin Robinson.
2244 * 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.
2246 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
2248 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
2249 https://bugs.webkit.org/show_bug.cgi?id=131725
2251 Reviewed by Philippe Normand.
2253 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
2254 instead of GTK_UNIX_PRINTING_FOUND and set the macro
2255 HAVE_GTK_UNIX_PRINTING to 1 when found.
2257 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
2259 Web Replay: memoize nondeterministic attributes of the Navigator interface
2260 https://bugs.webkit.org/show_bug.cgi?id=131340
2262 Reviewed by Timothy Hatcher.
2264 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
2266 2014-04-09 Brendan Long <b.long@cablelabs.com>
2268 [GStreamer] Expose MPEG-TS metadata
2269 https://bugs.webkit.org/show_bug.cgi?id=122001
2271 Reviewed by Eric Carlson.
2273 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
2274 * Source/cmake/OptionsEfl.cmake: Same.
2275 * Source/cmake/OptionsGTK.cmake: Same.
2277 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
2279 Web Replay: memoize nondeterministic attributes of the Screen interface
2280 https://bugs.webkit.org/show_bug.cgi?id=131339
2282 Reviewed by Timothy Hatcher.
2284 * ManualTests/inspector/replay-window-screen.html: Added.
2286 2014-04-08 Martin Robinson <mrobinson@igalia.com>
2288 [GTK] Remove the WebKitGTK+ WebKit 1 code
2289 https://bugs.webkit.org/show_bug.cgi?id=131399
2291 Reviewed by Anders Carlsson.
2293 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
2294 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
2296 2014-04-08 Dan Bernstein <mitz@apple.com>
2298 Added bmalloc to the WebKit workspace.
2299 https://bugs.webkit.org/show_bug.cgi?id=131362
2301 Reviewed by Geoff Garen.
2303 * WebKit.xcworkspace/contents.xcworkspacedata:
2304 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2305 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2307 2014-04-08 Geoffrey Garen <ggaren@apple.com>
2309 Build bmalloc on iOS too
2310 https://bugs.webkit.org/show_bug.cgi?id=131381
2312 Reviewed by Andreas Kling.
2314 * Source/Makefile: Build it.
2316 2014-04-07 Geoffrey Garen <ggaren@apple.com>
2318 Build bmalloc on Mac
2319 https://bugs.webkit.org/show_bug.cgi?id=131333
2321 Reviewed by Mark Rowe.
2324 * WebKitBuild: Added.
2325 * WebKitBuild/Debug: Added.
2327 2014-04-07 Ryuan Choi <ryuan.choi@samsung.com>
2329 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT
2330 https://bugs.webkit.org/show_bug.cgi?id=131257
2332 Reviewed by Gyuyoung Kim.
2334 * Source/cmake/OptionsEfl.cmake: Enable MEDIA_CONTROLS_SCRIPT
2336 2014-04-06 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2338 [GTK] Stop trying to install WebKit1 documentation
2339 https://bugs.webkit.org/show_bug.cgi?id=131278
2341 Reviewed by Martin Robinson.
2343 * Source/PlatformGTK.cmake: Remove install() call since the WebKit1 documentation is not
2344 built anymore since r166584. This fixes `make install'.
2346 2014-04-04 Brian J. Burg <burg@cs.washington.edu>
2348 Web Replay: capture and replay wheel events and scroll commands
2349 https://bugs.webkit.org/show_bug.cgi?id=129402
2351 Reviewed by Timothy Hatcher.
2353 * ManualTests/inspector/replay-wheel-events.html: Added.
2355 2014-04-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2357 [GTK][CMake] Remove FindXt.cmake.
2358 https://bugs.webkit.org/show_bug.cgi?id=131227
2360 Reviewed by Anders Carlsson.
2362 Xt is already detected by CMake's own FindX11.cmake, so there is no need to keep a custom FindXt.cmake around.
2364 * Source/cmake/FindXt.cmake: Removed.
2365 * Source/cmake/OptionsGTK.cmake:
2367 2014-04-04 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
2369 [EFL] Build error due to changed path of generated js files.
2370 https://bugs.webkit.org/show_bug.cgi?id=131215
2372 Reviewed by Gyuyoung Kim.
2374 r166648 fixed the generation of some .js files on GTK. Due to some
2375 changes in the paths it causes a build error on EFL.
2377 * Source/PlatformEfl.cmake:
2378 Replaced path for two derived source files.
2380 2014-04-02 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2382 [GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
2383 https://bugs.webkit.org/show_bug.cgi?id=131095
2385 Reviewed by Martin Robinson.
2387 One needs to take into account OpenGL's include directory found via
2388 find_package() when looking for glx.h, since if the former is a
2389 non-standard location the latter will also be. If this is not it is
2390 possible that OpenGL is found but GLX support is not properly detected.
2392 * Source/cmake/OptionsGTK.cmake:
2394 2014-04-02 Martin Robinson <mrobinson@igalia.com>
2396 REGRESSION(r165704): [GTK] Inspector resources not correctly generated
2397 https://bugs.webkit.org/show_bug.cgi?id=130343
2399 Reviewed by Gustavo Noronha Silva.
2401 * CMakeLists.txt: Add a variable which points to the directory to store WebInspectorUI
2403 * Source/cmake/WebKitFS.cmake: Generate WebInspectorUI derived sources directories.
2405 2014-04-01 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2407 [CMake] Drop port check from FindEGL.cmake.
2408 https://bugs.webkit.org/show_bug.cgi?id=131091
2410 Reviewed by Gyuyoung Kim.
2412 There is no reason to mark some variables as advanced only for the
2415 * Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
2416 as advanced regardless of the port.
2418 2014-04-01 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2420 Fix the !ENABLE(BATTERY_STATUS) build
2421 https://bugs.webkit.org/show_bug.cgi?id=130183
2423 Reviewed by Anders Carlsson.
2425 * Source/cmake/OptionsEfl.cmake:
2427 2014-03-31 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2429 [CMake][GTK] Do not expand variables twice in if() checks.
2430 https://bugs.webkit.org/show_bug.cgi?id=130964
2432 Reviewed by Martin Robinson.
2434 In CMake, `if (${foo})' causes $foo to be evaluated first and its value
2435 to be checked by the if clause. This is not what we want, and
2436 configuration fails when, say, GLX support wasn't found as the if
2437 clause is actually evaluated as `if (TRUE AND (OR TRUE))'.
2439 * Source/cmake/OptionsGTK.cmake: Pass if (FOO) instead of if (${FOO})
2442 2014-03-31 Martin Robinson <mrobinson@igalia.com>
2444 [GTK] Remove scripts code only applicable to autotools
2445 https://bugs.webkit.org/show_bug.cgi?id=130841
2447 Reviewed by Anders Carlsson.
2449 * Source/cmake/WebKitPackaging.cmake: No longer need to consider autotools files.
2451 2014-03-31 Martin Robinson <mrobinson@igalia.com>
2453 [GTK] Use PROJECT_VERSION_* instead of WEBKIT_*_VERSION
2454 https://bugs.webkit.org/show_bug.cgi?id=130936
2456 Reviewed by Carlos Garcia Campos.
2458 * Source/cmake/OptionsGTK.cmake: No longer emulate the Autotools macro names.
2460 2014-03-31 Carlos Garcia Campos <cgarcia@igalia.com>
2462 [GTK] Add support for GTK3 plugins
2463 https://bugs.webkit.org/show_bug.cgi?id=130599
2465 Reviewed by Martin Robinson.
2467 * Source/cmake/OptionsGTK.cmake:
2469 2014-03-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2471 [EFL] Bump glib version from 2.36 to 2.38
2472 https://bugs.webkit.org/show_bug.cgi?id=130886
2474 Reviewed by Csaba Osztrogonác.
2476 * Source/cmake/OptionsEfl.cmake: Required glib-2.38 version.
2478 2014-03-26 Zoltan Horvath <zoltan@webkit.org>
2480 [CSS Shapes] Remove shape-inside support
2481 https://bugs.webkit.org/show_bug.cgi?id=130698
2483 Reviewed by David Hyatt.
2485 * Source/cmake/WebKitFeatures.cmake:
2486 * Source/cmakeconfig.h.cmake:
2488 2014-03-25 Martin Robinson <mrobinson@igalia.com>
2490 [GTK] Remove the autotools build
2491 https://bugs.webkit.org/show_bug.cgi?id=130717
2493 Reviewed by Anders Carlsson.
2495 * .gitignore: Remove references to autotools files.
2496 * GNUmakefile.am: Removed.
2497 * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
2498 * Source/autotools/CustomMacros.m4: Removed.
2499 * Source/autotools/FindDependencies.m4: Removed.
2500 * Source/autotools/PrintBuildConfiguration.m4: Removed.
2501 * Source/autotools/ReadCommandLineArguments.m4: Removed.
2502 * Source/autotools/SetupAutoconfHeader.m4: Removed.
2503 * Source/autotools/SetupAutomake.m4: Removed.
2504 * Source/autotools/SetupCompilerFlags.m4: Removed.
2505 * Source/autotools/SetupLibtool.m4: Removed.
2506 * Source/autotools/SetupWebKitFeatures.m4: Removed.
2507 * Source/autotools/Versions.m4: Removed.
2508 * Source/autotools/acinclude.m4: Removed.
2509 * Source/autotools/dolt.m4: Removed.
2510 * Source/autotools/gsettings.m4: Removed.
2511 * Source/cmake/OptionsGTK.cmake:
2512 * autogen.sh: Removed.
2513 * configure.ac: Removed.
2515 2014-03-25 Gabor Rapcsanyi <rgabor@webkit.org>
2517 [EFL] Add ARM64 build support
2518 https://bugs.webkit.org/show_bug.cgi?id=130506
2520 Rubber stamped by Gyuyoung Kim.
2522 * CMakeLists.txt: Set WTF_CPU_ARM64 when aarch64 is defined.
2524 2014-03-25 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2526 [EFL][WK2] Add NETWORK_PROCESS build option
2527 https://bugs.webkit.org/show_bug.cgi?id=130131
2529 Reviewed by Gyuyoung Kim.
2531 Add option to build EFL port with NETWORK_PROCESS set on. By default NETWORK_PROCESS is
2534 * Source/cmake/OptionsEfl.cmake:
2536 2014-03-24 Brian Burg <bburg@apple.com>
2538 Web Replay: capture and replay keyboard events
2539 https://bugs.webkit.org/show_bug.cgi?id=130314
2541 Reviewed by Joseph Pecoraro.
2543 * ManualTests/inspector/replay-keyboard-events.html: Added.
2545 2014-03-24 Sangyong Park <sy302.park@gmail.com>
2547 [EFL] Inspector page is not loaded.
2548 https://bugs.webkit.org/show_bug.cgi?id=130661
2550 Reviewed by Gyuyoung Kim.
2552 Inspector page is not loaded, because some javascript files are not installed.
2553 (InspectorJSBackendCommands.js, InspectorWebBackendCommands.js)
2555 * Source/PlatformEfl.cmake:
2557 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2559 [EFL][GTK] Get CMake to find Freetype2 properly
2560 https://bugs.webkit.org/show_bug.cgi?id=130150
2562 Reviewed by Martin Robinson.
2564 Newer versions of CMake are not able to find Freetype2 correctly.
2565 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
2566 freetype2 repo, because a completely different version number is found in freetype2.pc.
2568 * Source/cmake/FindFreetype2.cmake: Added.
2569 * Source/cmake/OptionsEfl.cmake:
2570 * Source/cmake/OptionsGTK.cmake:
2572 2014-03-20 Brian Burg <bburg@apple.com>
2574 Web Replay: capture and replay mouse events
2575 https://bugs.webkit.org/show_bug.cgi?id=129395
2577 Reviewed by Joseph Pecoraro.
2579 Create a manual test for capture/replay of mouse events.
2580 Copy over the crypto-md5.js library from SunSpider.
2582 * ManualTests/inspector/replay-mouse-events.html: Added.
2583 * ManualTests/inspector/resources/crypto-md5.js: Added.
2585 2014-03-20 Zan Dobersek <zdobersek@igalia.com>
2587 [GTK][CMake] Add support for building with Clang
2588 https://bugs.webkit.org/show_bug.cgi?id=130260
2590 Reviewed by Martin Robinson.
2592 * Source/PlatformGTK.cmake: Run the generate-gtkdoc script with the CFLAGS env set
2593 to the list C compiler flags as constructed by CMake.
2594 * Source/cmake/OptionsCommon.cmake: When building with Clang, use the -Qunused-arguments
2595 compiler option to suppress verbose warnings about arguments that went unused by the driver.
2596 * Source/cmake/OptionsGTK.cmake: Use -fno-omit-frame-pointer for both GCC and Clang.
2597 -fno-tree-dce should be used only for GCC.
2598 * Source/cmake/gtest/CMakeLists.txt: When building with Clang the GTest framework
2599 should be built with GTEST_HAS_TR1_TUPLE macro defined to 0 to avoid build failures.
2601 2014-03-20 Commit Queue <commit-queue@webkit.org>
2603 Unreviewed, rolling out r165962.
2604 https://bugs.webkit.org/show_bug.cgi?id=130512
2606 It broke the build (Requested by Ossy on #webkit).
2610 "[EFL][GTK] Get CMake to find Freetype2 properly"
2611 https://bugs.webkit.org/show_bug.cgi?id=130150
2612 http://trac.webkit.org/changeset/165962
2614 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2616 [EFL][GTK] Get CMake to find Freetype2 properly
2617 https://bugs.webkit.org/show_bug.cgi?id=130150
2619 Reviewed by Csaba Osztrogonác.
2621 Newer versions of CMake are not able to find Freetype2 correctly.
2622 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
2623 freetype2 repo, because a completely different version number is found in freetype2.pc.
2625 * Source/cmake/FindFreetype2.cmake: Added.
2626 * Source/cmake/OptionsEfl.cmake:
2627 * Source/cmake/OptionsGTK.cmake:
2629 2014-03-17 Brendan Long <b.long@cablelabs.com>
2631 [GStreamer] human readable language code for tracks
2632 https://bugs.webkit.org/show_bug.cgi?id=124514
2634 Reviewed by Martin Robinson.
2636 * Source/autotools/FindDependencies.m4: Add gstreamer-tag-1.0.
2637 * Source/cmake/FindGStreamer.cmake: Same.
2638 * Source/cmake/OptionsEfl.cmake: Same.
2639 * Source/cmake/OptionsGTK.cmake: Same.
2641 2014-03-17 Martin Robinson <mrobinson@igalia.com>
2643 [GTK][CMake] Credential storage is not enabled
2644 https://bugs.webkit.org/show_bug.cgi?id=130149
2646 Reviewed by Philippe Normand.
2648 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_CREDENTIAL_STORAGE option to the configuration
2649 and look libsecret when it's enabled.
2650 * Source/cmakeconfig.h.cmake: Expose the ENABLE_CREDENTIAL_STORAGE option to the build.
2652 2014-03-17 Martin Robinson <mrobinson@igalia.com>
2654 [GTK][CMake] Ensure that HAVE_GTK_UNIX_PRINTING is defined when appropriate
2655 https://bugs.webkit.org/show_bug.cgi?id=130155
2657 Reviewed by Philippe Normand.
2659 * Source/cmake/FindGTKUnixPrint.cmake: Added.
2660 * Source/cmake/OptionsGTK.cmake: Look for gtk+-unix-print and use it to turn on HAVE_GTK_UNIX_PRINTING.
2661 * Source/cmakeconfig.h.cmake: Add the HAVE_GTK_UNIX_PRINTING define.
2663 2014-03-16 Kim Byung Jun <bj1987.kim@samsung.com>
2665 [EFL] Enable TOUCH_SLIDER macro.
2666 https://bugs.webkit.org/show_bug.cgi?id=130186
2668 Reviewed by Gyuyoung Kim.
2670 * Source/cmake/OptionsEfl.cmake:
2672 2014-03-16 Zan Dobersek <zdobersek@igalia.com>
2674 [GTK][CMake] Build with -fno-rtti
2675 https://bugs.webkit.org/show_bug.cgi?id=130261
2677 Reviewed by Martin Robinson.
2679 * Source/cmake/OptionsCommon.cmake: List the -fno-exceptions, -fno-strict-aliasing
2680 and -fno-rtti options in the global CMAKE_C_FLAGS and CMAKE_CXX_FLAGS (-fno-rtti
2681 is only listed in the latter). Replace -std=gnu++0x with the official -std=c++11 option.
2682 * Source/cmake/WebKitHelpers.cmake: Stop -fno-exceptions and -fno-strict-aliasing
2683 from being set through the WEBKIT_SET_EXTRA_COMPILER_FLAGS macro, they are now listed
2684 in CMAKE_C_FLAGS and CMAKE_CXX_FLAGS.
2685 * Source/cmake/gtest/CMakeLists.txt: Build GTest code with GTEST_HAS_RTTI macro defined to 0.
2687 2014-03-16 Brendan Long <b.long@cablelabs.com>
2689 [GStreamer] CMake doesn't find the include path for gstreamer-base
2690 https://bugs.webkit.org/show_bug.cgi?id=130098
2692 Reviewed by Philippe Normand.
2694 * Source/cmake/FindGStreamer.cmake: Look for a header in gstreamer-base instead of looking for gst/gst.h twice.
2696 2014-03-14 Maciej Stachowiak <mjs@apple.com>
2698 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
2699 https://bugs.webkit.org/show_bug.cgi?id=130276
2700 <rdar://problem/16266927>
2702 Reviewed by Simon Fraser.
2704 * ManualTests/NPN_Invoke/Info.plist:
2705 * ManualTests/NPN_Invoke/main.c:
2706 * ManualTests/accessibility/resources/AppletTest.java:
2708 2014-03-14 Zan Dobersek <zdobersek@igalia.com>
2710 [CMake] Remove -fno-tree-sra workaround for GCC 4.5
2711 https://bugs.webkit.org/show_bug.cgi?id=130258
2713 Reviewed by Martin Robinson.
2715 GCC compilers 4.7 and later are supported, so there's no need for disabling
2716 the -ftree-sra optimization which was causing problems when enabled on GCC 4.5.
2718 * Source/cmake/WebKitHelpers.cmake:
2720 2014-03-14 Landry Breuil <landry@openbsd.org>
2722 Add autotools boilerplate for proper os defines on OpenBSD/NetBSD/DragonFly
2723 https://bugs.webkit.org/show_bug.cgi?id=129966
2725 Reviewed by Andreas Kling.
2727 * Source/autotools/CheckSystemAndBasicDependencies.m4:
2728 * Source/autotools/SetupAutomake.m4:
2730 2014-03-13 Mario Sanchez Prada <mario.prada@samsung.com>
2732 [CMake] Failure to link with older installations of WebP
2733 https://bugs.webkit.org/show_bug.cgi?id=130195
2735 Reviewed by Gustavo Noronha Silva.
2737 Fix the issue by using a temporary variable as the output parameter
2738 to check_include_files(), setting WEBP_FOUND accordingly later.
2740 * Source/cmake/FindWebP.cmake: Avoid reusing the WEBP_FOUND
2741 variable in check_include_files(), as it will lead to misleading
2742 results (will always be FALSE). Use a temporary variable instead
2743 and explicitly set WEBP_FOUND to TRUE later if needed.
2745 2014-03-12 Martin Robinson <mrobinson@igalia.com>
2747 [CMake] Changes to the bindings generator Perl modules do not trigger regeneration of bindings
2748 https://bugs.webkit.org/show_bug.cgi?id=130170
2750 Reviewed by Daniel Bates.
2752 * Source/cmake/WebKitMacros.cmake: Add the Perl modules used in script generation to the dependency
2753 list. We must check whether or not the specific one exists first, because the InjectedBundle uses a
2754 fake "TestRunner" generator.
2756 2014-03-12 Carlos Garcia Campos <cgarcia@igalia.com>
2758 [GTK][CMAKE] Remove compile warnings about GTK+ deprecated API
2759 https://bugs.webkit.org/show_bug.cgi?id=130014
2761 Reviewed by Martin Robinson.
2763 Set GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_6.
2765 * Source/cmake/OptionsGTK.cmake:
2766 * Source/cmakeconfig.h.cmake:
2768 2014-03-12 Martin Robinson <mrobinson@igalia.com>
2770 [GTK][CMAKE] Too verbose build output
2771 https://bugs.webkit.org/show_bug.cgi?id=130076
2773 Reviewed by Carlos Garcia Campos.
2775 * Source/cmake/OptionsGTK.cmake: Generate a script which does the actual build. This
2776 works around an issue where cmake --build doesn't support ninja's pretty printing.
2778 2014-03-10 Mario Sanchez Prada <mario.prada@samsung.com>
2780 [GTK] Add support for Geoclue2
2781 https://bugs.webkit.org/show_bug.cgi?id=120185
2783 Reviewed by Carlos Garcia Campos.
2785 Patch by Anton Obzhirov <a.obzhirov@samsung.com> and Mario Sanchez Prada <mario.prada@samsung.com>
2787 Add support for Geoclue2 using autotools.
2789 * Source/autotools/FindDependencies.m4: Add support for handling
2790 both Geoclue 1.0 and 2.0.
2791 * Source/autotools/PrintBuildConfiguration.m4: Print the version
2792 of geoclue that is being used.
2793 * Source/autotools/SetupAutoconfHeader.m4: Define GEOCLUE_API_VERSION_2.
2794 * Source/autotools/SetupAutomake.m4: Likewise, for AM_CONDITIONAL.
2795 * Source/autotools/Versions.m4: Added minimum required version for Geoclue2.
2797 Add support for Geoclue2 using CMake.
2799 * Source/cmake/FindGeoClue2.cmake: Added.
2800 * Source/cmake/OptionsGTK.cmake: Add support for handling Geoclue 1.0 and 2.0.
2801 * Source/cmakeconfig.h.cmake: Define WTF_USE_GEOCLUE2.
2803 2014-03-10 Martin Robinson <mrobinson@igalia.com>
2805 [GTK][CMAKE] gtk-doc HTML documentation is generated by default when building with CMake
2806 https://bugs.webkit.org/show_bug.cgi?id=130016
2808 Reviewed by Carlos Garcia Campos.
2810 * Source/PlatformGTK.cmake: Add two gtkdoc targets, one which builds HTML and one which
2811 doesn't. Add the non-HTML version to the default target, but not the HTML version. The
2812 HTML version will still run when building the distribution tarball.
2814 2014-03-10 Martin Robinson <mrobinson@igalia.com>
2816 [GTK] [CMake] Clean up library linking
2817 https://bugs.webkit.org/show_bug.cgi?id=129782
2819 Reviewed by Philippe Normand.
2821 * Source/cmake/OptionsGTK.cmake: Add a macro to wrap all libraries in a list with --whole-archive
2822 so that unused symbols are not dropped. This is useful when building up shared libraries
2823 from convenience libraries.
2825 2014-03-08 Landry Breuil <landry@openbsd.org>
2827 Don't check for shm_open on librt on OpenBSD, lib doesnt exist.
2828 https://bugs.webkit.org/show_bug.cgi?id=129973
2830 Reviewed by Martin Robinson.
2832 * Source/autotools/FindDependencies.m4:
2834 2014-03-06 Anders Carlsson <andersca@apple.com>
2836 Build WebKit2 before building WebKit
2837 https://bugs.webkit.org/show_bug.cgi?id=129831
2838 <rdar://problem/15920020>
2840 Reviewed by Dan Bernstein.
2843 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2844 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2846 2014-03-06 Commit Queue <commit-queue@webkit.org>
2848 Unreviewed, rolling out r165193.
2849 http://trac.webkit.org/changeset/165193
2850 https://bugs.webkit.org/show_bug.cgi?id=129823
2852 Not specifying libc++ as the stdlib for Clang through CXXFLAGS
2853 env confuses libtool (Requested by zdobersek on #webkit).
2855 * Source/autotools/SetupCompilerFlags.m4:
2857 2014-03-06 Zan Dobersek <zdobersek@igalia.com>
2859 [GTK][Autotools] Default to libc++ when compiling with Clang
2860 https://bugs.webkit.org/show_bug.cgi?id=129798
2862 Reviewed by Anders Carlsson.
2864 * Source/autotools/SetupCompilerFlags.m4: Default to using libc++ when compiling with the Clang
2865 compiler. This is still overridable if -stdlib=* flag was set through CXXFLAGS, in case people
2866 would for some reason still prefer libstdc++ (i.e. on setups where a functional libc++ is not yet available).
2868 2014-03-05 Martin Robinson <mrobinson@igalia.com>
2870 [CMake] Ninja generator builds fail with "Argument list too long"
2871 https://bugs.webkit.org/show_bug.cgi?id=129771
2873 Reviewed by Daniel Bates.
2875 * Source/cmake/OptionsCommon.cmake: Work around a bug in the Ninja CMake generator,
2876 by forcing the use of response files.
2878 2014-03-05 Ryuan Choi <ryuan.choi@samsung.com>
2880 [CMake] Use thin archives if building on Linux for non-shared-core debug builds
2881 https://bugs.webkit.org/show_bug.cgi?id=108330
2883 Reviewed by Martin Robinson.
2885 In order to get non-shared debug builds, this patch applied T option for
2886 thin archives to the flags passed to ar when cmake based ports build on linux.
2887 In addition, applied u option which avoids adding a file twice.
2889 * Source/cmake/OptionsCommon.cmake: Moved archive options from OptionsGTK.cmake.
2890 * Source/cmake/OptionsEfl.cmake:
2891 Removed error messages for non-shared-core debug builds.
2892 * Source/cmake/OptionsGTK.cmake: Moved archive options to OptionsCommon.cmake.
2894 2014-03-04 Zan Dobersek <zdobersek@igalia.com>
2896 [GTK] Build the Udis86 disassembler
2897 https://bugs.webkit.org/show_bug.cgi?id=129679
2899 Reviewed by Michael Saboff.
2901 * GNUmakefile.am: Add the Udis86_nosources variable.
2902 * Source/cmake/OptionsGTK.cmake: Enable the Udis86 disassembler.
2904 2014-03-04 Martin Robinson <mrobinson@igalia.com>
2906 [GTK] Simplify the GObject DOM bindings API break check into one step
2907 https://bugs.webkit.org/show_bug.cgi?id=129571
2909 Reviewed by Carlos Garcia Campos.
2911 * Source/PlatformGTK.cmake: We don't need to run the API break check before gtkdoc generation.
2912 Add the check to 'make check.'
2914 2014-03-04 Martin Robinson <mrobinson@igalia.com>
2916 [GTK][CMake] ENABLE_NAVIGATOR_CONTENT_UTILS is mistakenly enabled for the CMake build
2917 https://bugs.webkit.org/show_bug.cgi?id=129502
2919 Reviewed by Carlos Garcia Campos.
2921 * Source/cmake/OptionsGTK.cmake: Disable the option for GTK+.
2923 2014-03-03 Jozsef Berta <jberta.u-szeged@partner.samsung.com>
2925 [cmake] *Names.cpp file should be regenerated after touching StaticString.pm
2926 https://bugs.webkit.org/show_bug.cgi?id=129031
2928 Reviewed by Csaba Osztrogonác.
2930 * Source/cmake/WebKitMacros.cmake: Added a call for make_names.pm dependencies in GENERATE_FONT_NAMES and GENERATE_DOM_NAMES macros.
2932 2014-03-03 Carlos Garcia Campos <cgarcia@igalia.com>
2934 [GTK] WebKit2WebExtension GIR can't be used in vala
2935 https://bugs.webkit.org/show_bug.cgi?id=127179
2937 Reviewed by Martin Robinson.
2939 Add a different pkg-config file for the web extensions API.
2941 * Source/cmake/OptionsGTK.cmake:
2944 2014-03-02 Dirkjan Ochtman <d.ochtman@activevideo.com>
2946 Support ENABLE_ENCRYPTED_MEDIA in cmake builds
2947 https://bugs.webkit.org/show_bug.cgi?id=129575
2949 Reviewed by Philippe Normand.
2951 * Source/cmake/OptionsEfl.cmake:
2952 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
2953 * Source/cmake/OptionsGTK.cmake:
2954 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
2955 * Source/cmake/WebKitFeatures.cmake:
2956 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
2957 * Source/cmakeconfig.h.cmake:
2958 Added ENABLE_ENCRYPTED_MEDIA{,_V2} flags.
2960 2014-02-27 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
2962 Enable support of X-Content-Type-Options: nosniff header for EFL
2963 https://bugs.webkit.org/show_bug.cgi?id=128673
2965 Reviewed by Gyuyoung Kim.
2967 * Source/cmake/OptionsEfl.cmake:
2968 Enabled NOSNIFF feature flag for EFL.
2970 2014-02-27 Koop Mast <kwm@FreeBSD.org>
2972 Fallback on checking for libz manualy if zlib.pc isn't available.
2973 https://bugs.webkit.org/show_bug.cgi?id=127061
2975 Reviewed by Gustavo Noronha Silva.
2977 * Source/autotools/FindDependencies.m4:
2979 2014-02-25 Sergio Villar Senin <svillar@igalia.com>
2981 [CSS Grid Layout] Add ENABLE flag
2982 https://bugs.webkit.org/show_bug.cgi?id=129153
2984 Reviewed by Simon Fraser.
2986 Added the ENABLE_CSS_GRID_LAYOUT feature flag to the cmake and
2987 autotools build systems. The feature is disabled by default for
2990 * Source/autotools/SetupWebKitFeatures.m4:
2991 * Source/cmake/OptionsEfl.cmake:
2992 * Source/cmake/OptionsGTK.cmake:
2993 * Source/cmake/WebKitFeatures.cmake:
2994 * Source/cmakeconfig.h.cmake:
2996 2014-02-24 Martin Robinson <mrobinson@igalia.com>
2998 [GTK] generate-gtkdoc should not generate documentation for source files for unbuilt source files
2999 https://bugs.webkit.org/show_bug.cgi?id=128417
3001 Reviewed by Carlos Garcia Campos.
3003 * Source/cmake/OptionsGTK.cmake: Define the paths to the pkgconfig files here, so that they
3004 may one day be used in the webkitdom config file generation.
3006 2014-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3008 [EFL][CMake] Fix javascriptcore test failings by the jsCStack branch merge
3009 https://bugs.webkit.org/show_bug.cgi?id=128961
3011 Reviewed by Ryosuke Niwa.
3013 Javascriptcore test on EFL port has been broken since the jsCStack branch merge.
3014 For now we can fix almost tests by using "-fno-tree-dce option". Unfortunately,
3015 EFL port needs not to check "uninitialized" build warning as error in order to
3016 adjust the option to EFL port. This patch don't take it as error temporarily.
3018 * Source/cmake/OptionsEfl.cmake:
3019 * Source/cmake/WebKitHelpers.cmake:
3021 2014-02-16 Martin Robinson <mrobinson@igalia.com>
3023 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
3024 https://bugs.webkit.org/show_bug.cgi?id=128434
3026 Reviewed by Anders Carlsson.
3028 * Source/cmake/OptionsGTK.cmake: Add -fno-omit-frame-pointer to the GTK+ CMake
3029 port as well as -fno-tree-dce, like it is used in the autotools build.
3031 2014-02-17 ChangSeok Oh <changseok.oh@collabora.com>
3033 [GTK] MEDIA_CONTROLS_SCRIPT depends on VIDEO_TRACK
3034 https://bugs.webkit.org/show_bug.cgi?id=128799
3036 Reviewed by Philippe Normand.
3038 MEDIA_CONTROLS_SCRIPT has a dependency on VIDEO_TRACK. So it causes a build break
3039 if building with autotools. cmake system has enabled it as default. So I propose
3040 enabling VIDEO_TRACK as well.
3042 * Source/autotools/SetupWebKitFeatures.m4:
3044 2014-02-14 Commit Queue <commit-queue@webkit.org>
3046 Unreviewed, rolling out r164090.
3047 http://trac.webkit.org/changeset/164090
3048 https://bugs.webkit.org/show_bug.cgi?id=128807
3050 It broke the EFL build (Requested by Ossy on #webkit).
3052 * Source/cmake/OptionsCommon.cmake:
3053 * Source/cmake/OptionsEfl.cmake:
3055 2014-02-09 Martin Robinson <mrobinson@igalia.com>
3057 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
3058 https://bugs.webkit.org/show_bug.cgi?id=128434
3060 Extend a fix for EFL to all ports that use GCC. Also include further fixes
3061 that were applied only to the autotools build.
3063 Reviewed by Gyuyoung Kim.
3065 * Source/cmake/OptionsCommon.cmake: Add -fno-omit-frame-pointer to all ports as well
3066 as -fno-tree-dce, which is necessary for GTK+.
3067 * Source/cmake/OptionsEfl.cmake: The GCC flag additions are now in the common options file.
3069 2014-02-04 Gustavo Noronha Silva <gns@gnome.org>
3071 [GTK][CMake] Generate GObject DOM bindings .symbols files
3072 https://bugs.webkit.org/show_bug.cgi?id=126210
3074 Reviewed by Martin Robinson.
3076 * Source/PlatformGTK.cmake: add checking DOM bindings API as a dependency
3077 for documentation generation.
3079 2014-02-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
3081 [GTK] MEDIA_CONTROLS_SCRIPT support
3082 https://bugs.webkit.org/show_bug.cgi?id=123097
3084 Reviewed by Jer Noble.
3086 Part of the Autotools and CMake structure to build the media
3089 * Source/autotools/SetupWebKitFeatures.m4: Activated the media
3090 controls script by default.
3091 * Source/cmake/OptionsGTK.cmake: Activated the media controls
3093 * Source/cmake/WebKitFeatures.cmake: Created the option to
3094 activate the controls script.
3095 * Source/cmakeconfig.h.cmake: Created the define template the the
3096 media controls script.
3098 2014-02-12 Zan Dobersek <zdobersek@igalia.com>
3100 [GDB] Add .gdbinit to the list of files ignored by Git
3101 https://bugs.webkit.org/show_bug.cgi?id=128455
3103 Reviewed by Anders Carlsson.
3105 * .gitignore: Ignore the .gdbinit file which can be used to perform WebKit-specific GDB initialization
3106 when the debugger is launched in the repository's root directory. Also remove a Chromium-specific comment
3107 that covers already removed entries.
3109 2014-02-11 Oliver Hunt <oliver@apple.com>
3111 Make it possible to implement JS builtins in JS
3112 https://bugs.webkit.org/show_bug.cgi?id=127887
3114 Reviewed by Michael Saboff.
3117 * Source/cmake/gtest/CMakeLists.txt:
3119 2014-02-12 Ryan Lortie <desrt@desrt.ca>
3121 'ar T' is not portable and breaks the build on FreeBSD
3122 https://bugs.webkit.org/show_bug.cgi?id=128596
3124 Reviewed by Gustavo Noronha Silva.
3126 Create thin archives only if we are using GNU ar.
3128 * Source/autotools/SetupLibtool.m4:
3130 2014-02-10 Krzysztof Wolanski <k.wolanski@samsung.com>
3132 Add the CSS_SHAPE_INSIDE to CMake feature list
3133 https://bugs.webkit.org/show_bug.cgi?id=128530
3135 Reviewed by Gyuyoung Kim.
3137 CSS_SHAPE_INSIDE flag was added in r163333,
3138 this patch is adding this flag to CMake feature list.
3140 * Source/cmake/WebKitFeatures.cmake:
3141 * Source/cmakeconfig.h.cmake:
3143 2014-02-09 Carlos Garnacho <carlosg@gnome.org>
3145 [GTK] Enable touch features
3146 https://bugs.webkit.org/show_bug.cgi?id=98931
3148 Reviewed by Carlos Garcia Campos.
3150 * Source/autotools/SetupWebKitFeatures.m4:
3151 * Source/cmake/OptionsGTK.cmake: set ENABLE_TOUCH_EVENTS to 1 if building with GTK+.
3153 2014-02-06 Andreas Kling <akling@apple.com>
3155 Remove unused ENABLE(REPAINT_THROTTLING) flag.
3156 <https://webkit.org/b/128329>
3158 Reviewed by Antti Koivisto.
3160 * Source/cmake/WebKitFeatures.cmake:
3161 * Source/cmakeconfig.h.cmake:
3163 2014-02-06 Joseph Pecoraro <pecoraro@apple.com>
3165 [iOS] make should build WebKit2
3166 https://bugs.webkit.org/show_bug.cgi?id=128351
3168 Reviewed by Daniel Bates.
3172 2014-02-05 Andreas Kling <akling@apple.com>
3174 Remove ENABLE(DIRECTORY_UPLOAD).
3175 <https://webkit.org/b/128275>
3177 Rubber-stamped by Ryosuke Niwa.
3179 * Source/autotools/SetupWebKitFeatures.m4:
3180 * Source/cmake/WebKitFeatures.cmake:
3182 2014-02-05 Csaba Osztrogonác <ossy@webkit.org>
3184 Remove ENABLE(SVG) guards
3185 https://bugs.webkit.org/show_bug.cgi?id=127991
3187 Reviewed by Sam Weinig.
3189 * Source/autotools/FindDependencies.m4:
3190 * Source/autotools/PrintBuildConfiguration.m4:
3191 * Source/autotools/ReadCommandLineArguments.m4:
3192 * Source/autotools/SetupAutomake.m4:
3193 * Source/autotools/SetupWebKitFeatures.m4:
3194 * Source/cmake/OptionsEfl.cmake:
3195 * Source/cmake/OptionsGTK.cmake:
3196 * Source/cmake/WebKitFeatures.cmake:
3197 * Source/cmakeconfig.h.cmake:
3199 2014-02-04 Andreas Kling <akling@apple.com>
3201 Remove <iframe seamless> support.
3202 <https://webkit.org/b/128213>
3204 Rubber-stamped by Antti Koivisto.
3206 * Source/autotools/SetupWebKitFeatures.m4:
3207 * Source/cmake/WebKitFeatures.cmake:
3208 * Source/cmakeconfig.h.cmake:
3210 2014-01-31 Benjamin Poulain <bpoulain@apple.com>
3212 Remove LEGACY_VIEWPORT_ADAPTION
3213 https://bugs.webkit.org/show_bug.cgi?id=128028
3215 Reviewed by Anders Carlsson.
3217 * Source/cmake/WebKitFeatures.cmake:
3218 * Source/cmakeconfig.h.cmake:
3220 2014-01-31 Oliver Hunt <oliver@apple.com>
3222 Rollout r163195 and related patches
3225 * Source/cmake/gtest/CMakeLists.txt:
3227 2014-01-29 Oliver Hunt <oliver@apple.com>
3229 Make it possible to implement JS builtins in JS
3230 https://bugs.webkit.org/show_bug.cgi?id=127887
3232 Reviewed by Michael Saboff.
3236 * Source/cmake/gtest/CMakeLists.txt:
3238 2014-01-30 Martin Robinson <mrobinson@igalia.com>
3240 [GTK] [CMake] Add support for building against GTK+ 2
3241 https://bugs.webkit.org/show_bug.cgi?id=127959
3243 Reviewed by Anders Carlsson.
3245 * Source/cmake/OptionsGTK.cmake: Add a new option to use GTK 2 and make a variable holding the
3246 library API version. When using GTK 2 do not build WebKit 2.
3248 2014-01-30 Martin Robinson <mrobinson@igalia.com>
3250 [GTK] [CMake] Add a "make dist" target
3251 https://bugs.webkit.org/show_bug.cgi?id=116378
3253 Reviewed by Gustavo Noronha Silva.
3255 * Source/PlatformGTK.cmake: A CMake support for executing the make-dist
3256 script and then turning the tarfile into a LZMA compressed file.
3258 2014-01-30 Zan Dobersek <zdobersek@igalia.com>
3260 [GTK] Only disable -ftree-dce optimization when compiling with GCC
3261 https://bugs.webkit.org/show_bug.cgi?id=127911
3263 Reviewed by Carlos Garcia Campos.
3265 * Source/autotools/SetupAutomake.m4: Define the COMPILER_GCC and COMPILER_CLANG Automake macros.
3266 These can be used when compiler-specific flags have to be used. The latter one is not actually needed
3267 at the moment, but is added for the sake of completeness.
3269 2014-01-30 Csaba Osztrogonác <ossy@webkit.org>
3271 [EFL] Fix the regression caused by the jsCStack branch merge
3272 https://bugs.webkit.org/show_bug.cgi?id=127898
3274 Reviewed by Zoltan Herczeg.
3276 * Source/cmake/OptionsEfl.cmake: Build with -fno-omit-frame-pointer.
3278 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
3280 Remove ENABLE(JAVASCRIPT_DEBUGGER) leftovers
3281 https://bugs.webkit.org/show_bug.cgi?id=127845
3283 Reviewed by Joseph Pecoraro.
3285 * Source/autotools/SetupWebKitFeatures.m4:
3287 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
3289 Remove ENABLE(JAVASCRIPT_DEBUGGER) guards
3290 https://bugs.webkit.org/show_bug.cgi?id=127840
3292 Reviewed by Mark Lam.
3294 * Source/cmake/WebKitFeatures.cmake:
3295 * Source/cmakeconfig.h.cmake:
3297 2014-01-25 Darin Adler <darin@apple.com>
3299 Get rid of ICU_UNICODE and WCHAR_UNICODE remnants
3300 https://bugs.webkit.org/show_bug.cgi?id=127623
3302 Reviewed by Anders Carlsson.
3304 * Source/cmake/OptionsEfl.cmake: Removed ICU_UNICODE and WCHAR_UNICODE flags.
3305 * Source/cmake/OptionsGTK.cmake: Ditto.
3306 * Source/cmake/OptionsWinCE.cmake: Ditto.
3308 2014-01-23 Max Vujovic <mvujovic@adobe.com>
3310 Remove CSS Custom Filters code and tests
3311 https://bugs.webkit.org/show_bug.cgi?id=127382
3313 Reviewed by Simon Fraser.
3315 * Source/autotools/FindDependencies.m4:
3316 * Source/autotools/SetupWebKitFeatures.m4:
3317 * Source/cmake/WebKitFeatures.cmake:
3318 * Source/cmakeconfig.h.cmake:
3320 2014-01-22 Martin Robinson <mrobinson@igalia.com>
3322 [GTK][CMake] Add support for building the NetworkProcess
3323 https://bugs.webkit.org/show_bug.cgi?id=127195
3325 Reviewed by Daniel Bates.
3327 * Source/cmake/OptionsGTK.cmake: Turn on the network process and give it
3328 a name like the WebProcess.
3330 2014-01-20 Ryuan Choi <ryuan.choi@samsung.com>
3332 [CMAKE] Remove Nix from CMake scripts
3333 https://bugs.webkit.org/show_bug.cgi?id=127264
3335 Reviewed by Anders Carlsson.
3338 * Source/CMakeLists.txt:
3339 * Source/cmake/FindEGL.cmake:
3340 * Source/cmake/OptionsCommon.cmake:
3342 2014-01-18 Anders Carlsson <andersca@apple.com>
3344 Remove ENABLE_THREADED_HTML_PARSER defines everywhere
3345 https://bugs.webkit.org/show_bug.cgi?id=127225
3347 Reviewed by Andreas Kling.
3349 This concludes the removal of over 8.8 million lines of threaded parser code.
3351 * Source/autotools/SetupWebKitFeatures.m4:
3352 * Source/cmake/WebKitFeatures.cmake:
3353 * Source/cmakeconfig.h.cmake:
3355 2014-01-18 Lauro Neto <lauro.neto@openbossa.org>
3357 Remove Nix files from WebCore
3358 https://bugs.webkit.org/show_bug.cgi?id=127176
3360 Reviewed by Anders Carlsson.
3362 * Source/cmake/OptionsNix.cmake: Removed.
3364 2014-01-18 Zan Dobersek <zdobersek@igalia.com>
3366 [GTK] Bump the minimum required Clang version to 3.3
3367 https://bugs.webkit.org/show_bug.cgi?id=127178
3369 Reviewed by Martin Robinson.
3371 * Source/autotools/CheckSystemAndBasicDependencies.m4: Require Clang 3.3 or later when using the Clang compiler to
3372 build the GTK port. Building with Clang 3.2 doesn't work anymore and there's no point in fixing that, as we should
3373 support the latest two versions of Clang (3.3 and 3.4), just like we do with GCC (4.7 and 4.8).
3375 2014-01-14 Dan Bernstein <mitz@apple.com>
3377 Only use color in make output when it’s going to a terminal.
3379 Reviewed by Mark Rowe.
3383 2014-01-13 Martin Robinson <mrobinson@igalia.com>
3385 [CMake] Mark all dependency include paths and libraries as advanced variables
3386 https://bugs.webkit.org/show_bug.cgi?id=126504
3388 Reviewed by Daniel Bates.
3390 * Source/cmake/FindATK.cmake: Mark result variable as advanced.
3391 * Source/cmake/FindCairo.cmake: Ditto.
3392 * Source/cmake/FindEGL.cmake: Ditto.
3393 * Source/cmake/FindEnchant.cmake: Ditto.
3394 * Source/cmake/FindGLIB.cmake: Ditto.
3395 * Source/cmake/FindGStreamer.cmake: Ditto.
3396 * Source/cmake/FindHarfBuzz.cmake: Ditto.
3397 * Source/cmake/FindLibSoup.cmake: Ditto.
3399 2014-01-13 Martin Robinson <mrobinson@igalia.com>
3401 [GTK][CMake] Add a 'check' target
3402 https://bugs.webkit.org/show_bug.cgi?id=126770
3404 Reviewed by Daniel Bates.
3406 * Source/PlatformGTK.cmake: Add a 'check' target that calls run-gtk-tests.
3408 2014-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
3410 Unreviewed. Update NEWS and Versions.m4 for 2.3.4 release.
3412 * Source/autotools/Versions.m4: Bump version numbers.
3414 2014-01-12 Sergio Correia <sergio.correia@openbossa.org>
3416 [EFL][WK2] Make API tests work again
3417 https://bugs.webkit.org/show_bug.cgi?id=126769
3419 Reviewed by Gyuyoung Kim.
3421 The EFL and WK2 test binaries are currently being generated at *TestWebKitAPI/
3422 [E]WebKit2, respectively, and this causes problems because the logic to find
3423 where WebProcess is to look in the same directory of the running process and
3424 then proceed to use LIBEXECDIR (typically /usr/loca/bin).
3426 This patch introduces a WEBKIT_EXEC_PATH environment variable, inspired in the
3427 Gtk port, which allows us to look for WebProcess initially in this directory,
3430 * Source/cmake/OptionsEfl.cmake: Define WEBKIT_EXEC_PATH, to be used by
3433 2014-01-11 Dan Bernstein <mitz@apple.com>
3435 [Mac] xcodebuild color output is suppressed when using make
3436 https://bugs.webkit.org/show_bug.cgi?id=126815
3438 Reviewed by Anders Carlsson.
3440 WHen using make, xcodebuild’s output is piped through a filter, which causes it not to
3441 format its output with color and emphasis.
3443 * Makefile.shared: Pass COLOR_DIAGNOSTICS=YES to xcodebuild to force color output on. Due to
3444 xcodebuild limitations, this restores some of the formatting, but not all of it.
3446 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
3448 Remove the BlackBerry port from trunk
3449 https://bugs.webkit.org/show_bug.cgi?id=126715
3451 Reviewed by Anders Carlsson.
3454 * Source/cmake/OptionsCommon.cmake:
3456 2014-01-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
3458 [EFL][JSC] Enable udis86 disassembler on efl.
3459 https://bugs.webkit.org/show_bug.cgi?id=125502
3461 Reviewed by Michael Saboff.
3463 Enable udis86 disassembler on efl and fix build warnings.
3465 * Source/cmake/OptionsEfl.cmake:
3466 Enable udis86 disassembler.
3468 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
3470 Remove the BlackBerry port from trunk
3471 https://bugs.webkit.org/show_bug.cgi?id=126715
3473 Reviewed by Anders Carlsson.
3477 2014-01-09 Benjamin Poulain <bpoulain@apple.com>
3479 Remove the BlackBerry files outside WebCore
3480 https://bugs.webkit.org/show_bug.cgi?id=126715
3482 Reviewed by Anders Carlsson.
3484 * ManualTests/blackberry: Removed.
3485 * Source/cmake/OptionsBlackBerry.cmake: Removed.
3487 2014-01-08 Martin Robinson <mrobinson@igalia.com>
3489 [GTK] [CMake] Specify the executable and library output locations in the build
3490 https://bugs.webkit.org/show_bug.cgi?id=126671
3492 Reviewed by Gustavo Noronha Silva.
3494 * Source/cmake/OptionsGTK.cmake: Explicitly specify the output locations.
3496 2014-01-08 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3498 [EFL] Make FTL buildable
3499 https://bugs.webkit.org/show_bug.cgi?id=125777
3501 Reviewed by Csaba Osztrogonác.
3503 * Source/cmake/OptionsEfl.cmake:
3504 * Source/cmakeconfig.h.cmake:
3506 2014-01-08 Alberto Garcia <berto@igalia.com>
3508 REGRESSION(r160304): [GTK] Disable libtool fast install
3509 https://bugs.webkit.org/show_bug.cgi?id=126381
3511 Reviewed by Gustavo Noronha Silva.
3513 Don't disable the libtool fast-install mode unconditionally by
3516 If the fast-install mode is disabled, binaries are generated ready
3517 to use the libraries directly from the build tree. If we use the
3518 GNU linker, those binaries are then relinked when they are
3521 However, libtool fails to do it properly when an installation
3522 prefix is set with DESTDIR, and ends up installing the libtool
3523 wrappers instead of the actual binaries.
3525 * Source/autotools/SetupLibtool.m4:
3527 2014-01-07 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3529 Unreviewed GTK/CMake build fix: use the correct location for docs-build.stamp
3530 in output and dependencies declarations, so docs are not built needlessly
3533 * Source/PlatformGTK.cmake:
3535 2014-01-04 Carlos Garcia Campos <cgarcia@igalia.com>
3537 [GTK] Move all GTK/GObject unit tests to Tools/TestWebKitAPI
3538 https://bugs.webkit.org/show_bug.cgi?id=126342
3540 Reviewed by Gustavo Noronha Silva.
3542 * GNUmakefile.am: Remove unused variable.
3543 * Source/PlatformGTK.cmake: No longer include the old unit tests directories.
3545 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
3547 [GTK] configure errors out when building with libc++
3548 https://bugs.webkit.org/show_bug.cgi?id=126431
3550 Reviewed by Martin Robinson.
3552 Ease up the Clang and libstdc++ combination test to only fail if libstdc++ < 4.8.1 is actually used.
3553 This allows for libc++ to be used as well. The test is moved into SetupCompilerFlags.m4 and is done
3554 after the CXXFLAGS variable is properly set up, that is when all the C++ compiler options are determined.
3556 * Source/autotools/CheckSystemAndBasicDependencies.m4:
3557 * Source/autotools/SetupCompilerFlags.m4:
3559 2014-01-06 Martin Robinson <mrobinson@igalia.com>
3561 [CMake] [GTK] Fix the build for the WebKitGTK+ developer configuration
3562 https://bugs.webkit.org/show_bug.cgi?id=126505
3564 Reviewed by Gustavo Noronha Silva.
3566 * Source/cmake/FindGLIB.cmake: Add support for finding the gio-unix include directory location.
3567 * Source/cmake/FindGUdev.cmake: Added.
3568 * Source/cmake/FindGeoClue.cmake: Added.
3569 * Source/cmake/OptionsGTK.cmake: When gamepad is enabled look for gio-unix and GUdev. When
3570 geolocation is enabled look for GeoClue.
3572 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
3574 [GTK] Use libc++ for C++11 on darwin
3575 https://bugs.webkit.org/show_bug.cgi?id=126325
3577 Reviewed by Martin Robinson.
3579 * Source/autotools/SetupCompilerFlags.m4: Don't default to libstdc++ when compiling with Clang.
3580 Instead, the compiler should determine itself what standard library to use, except on Darwin,
3581 where libc++ should be enforced. The standard library of user's choosing can still be enforced
3582 through the CXXFLAGS environment variable.
3584 2014-01-05 Martin Robinson <mrobinson@igalia.com>
3586 [GTK] [CMake] Ensure that the autotools build and the CMake install the same files
3587 https://bugs.webkit.org/show_bug.cgi?id=116379
3589 Reviewed by Gustavo Noronha Silva.
3591 * Source/PlatformGTK.cmake: Install the documentation.
3592 * Source/cmake/OptionsCommon.cmake: Add a LIBEXEC variable for WebKit2 executables, and
3593 don't use the default locations on GTK+. We will get them from the CMake-provided GNU installation
3595 * Source/cmake/OptionsGTK.cmake: Setup the installation variables using the ones provided
3596 by CMake's GNU installation directory support. Fix the definition of DATADIR. Always install
3599 2014-01-05 Carlos Garcia Campos <cgarcia@igalia.com>
3601 [GTK] Stop installing WebKit2 C API headers
3602 https://bugs.webkit.org/show_bug.cgi?id=126489
3604 Reviewed by Martin Robinson.
3608 2014-01-04 Martin Robinson <mrobinson@igalia.com>
3610 [GTK] [CMake] Improve the way we locate gobject-introspection
3611 https://bugs.webkit.org/show_bug.cgi?id=126452
3613 Reviewed by Philippe Normand.
3615 * Source/cmake/FindGObjectIntrospection.cmake: Added.
3616 * Source/cmake/OptionsGTK.cmake: Load the new FindGObjectIntrospection file.
3618 2014-01-04 Martin Robinson <mrobinson@igalia.com>
3620 [GTK] [CMake] Fix the video and audio build
3621 https://bugs.webkit.org/show_bug.cgi?id=126464
3623 Reviewed by Philippe Normand.
3625 * Source/cmake/OptionsGTK.cmake: GStreamer files look for USE(GSTREAMER) and USE(WEBAUDIO_GSTREAMER),
3626 so define those when appropriate. Web audio is one by default in autotools, so turn it on for cmake
3629 2014-01-03 Martin Robinson <mrobinson@igalia.com>
3631 [CMake] The forwarding headers generated by WebKitMacros.m4 are incompatible with the headers generated by generate-forwarding-headers.pl
3632 https://bugs.webkit.org/show_bug.cgi?id=126361
3634 Reviewed by Philippe Normand.
3636 Make the forwarding headers generated by WebKitMacros.m4 compatible with the headers
3637 generated by the WebKit2 forwarding headers generation script.
3639 * Source/cmake/WebKitMacros.cmake: Try to convert absolute paths in the forwarding headers
3640 to ones that are relative to the Source directory.
3642 2014-01-02 Carlos Garcia Campos <cgarcia@igalia.com>
3644 REGRESSION(r160304): [GTK] Disable libtool fast install
3645 https://bugs.webkit.org/show_bug.cgi?id=126381
3647 Reviewed by Martin Robinson.
3649 After r160304 we are building some of our binaries that are
3650 installed with the -no-fast-install ld flag. This makes that the
3651 binaries are installed with the source code path hardcoded in
3652 binary RPATH. Disabling fast install globally, the libtool script
3653 always relinks the binaries right before being installed.
3655 * Source/autotools/SetupLibtool.m4: Add AC_DISABLE_FAST_INSTALL.
3657 2014-01-02 Jaehun Lim <ljaehun.lim@samsung.com>
3659 [CMake][EFL] Fix some typos in OptionsEfl.cmake
3660 https://bugs.webkit.org/show_bug.cgi?id=126376
3662 Reviewed by Gyuyoung Kim.
3664 * Source/cmake/WebKitFeatures.cmake: Correct a wrong word and remove comma(,).
3666 2013-12-30 Martin Robinson <mrobinson@igalia.com>
3668 [CMake] [GTK] Add support for GObject introspection
3669 https://bugs.webkit.org/show_bug.cgi?id=126162
3671 Reviewed by Daniel Bates.
3673 * Source/PlatformGTK.cmake: Add a 'gir' target that builds all GIR files.
3674 * Source/cmake/OptionsGTK.cmake: Add a macro for propagating typelib
3675 targets to the Source level of the build.
3677 2013-12-29 Martin Robinson <mrobinson@igalia.com>
3679 [GTK][CMake] Translations must be built
3680 https://bugs.webkit.org/show_bug.cgi?id=125513
3682 Reviewed by Gustavo Noronha Silva.
3684 * Source/PlatformGTK.cmake: Add the po subdirectory.
3686 2013-12-28 Giovanni Campagna <gcampagna@src.gnome.org>
3688 [GTK] Fix release builds with NetworkProcess enabled
3689 https://bugs.webkit.org/show_bug.cgi?id=126247
3691 Reviewed by Carlos Garcia Campos.
3693 * Source/autotools/symbols.filter:
3695 2013-12-26 Martin Robinson <mrobinson@igalia.com>
3697 [GTK] [CMake] Add a production build type
3698 https://bugs.webkit.org/show_bug.cgi?id=126179
3700 Reviewed by Daniel Bates.
3702 * Source/PlatformGTK.cmake: When the API tests are enabled compile the WebKit GObject
3703 API unit tests. The inclusion of these build files was inadvertently removed in an earlier
3705 * Source/cmake/OptionsGTK.cmake: When in production mode turn off all tools and tests and
3706 use the autotools linker script.
3708 2013-12-25 Martin Robinson <mrobinson@igalia.com>
3710 [GTK] [CMake] Properly name the JavaScriptCore library
3711 https://bugs.webkit.org/show_bug.cgi?id=126220
3713 Reviewed by Gustavo Noronha Silva.
3715 * Source/cmake/OptionsGTK.cmake: Set the JSC library name properly.
3717 2013-12-25 Martin Robinson <mrobinson@igalia.com>
3719 [GTK] [CMake] Clean up generated sources directories
3720 https://bugs.webkit.org/show_bug.cgi?id=126216
3722 Reviewed by Gustavo Noronha Silva.
3724 * Source/cmake/OptionsGTK.cmake: Pre-define the main derived sources directories
3725 so that they definitions can be shared easily throughout the build system.
3727 2013-12-23 Jinwoo Song <jinwoo7.song@samsung.com>
3729 [EFL][CMAKE] Case insensitive string comparison of build type
3730 https://bugs.webkit.org/show_bug.cgi?id=126153
3732 Reviewed by Daniel Bates.
3734 Compare CMAKE_BUILD_TYPE with "debug" ignoring case.
3736 * Source/cmake/OptionsEfl.cmake:
3738 2013-12-23 Gustavo Noronha Silva <gns@gnome.org>
3740 [GTK] [CMake] Add support for generating gtkdoc
3741 https://bugs.webkit.org/show_bug.cgi?id=116376
3743 Reviewed by Martin Robinson.
3745 * Source/PlatformGTK.cmake: Added. New custom target that depends on a custom command
3746 which calls our generate-gtkdoc script. It uses a docs-build.stamp for simplicity,
3747 like the autotools build.
3749 2013-12-23 Martin Robinson <mrobinson@igalia.com>
3751 [GTK] [CMake] Build the WebKit2 GObject API tests
3752 https://bugs.webkit.org/show_bug.cgi?id=125683
3754 Reviewed by Daniel Bates.
3756 * Source/PlatformGTK.cmake: Load the WebKit2 tests file if necessary.
3757 * Source/cmake/FindATSPI.cmake: Added.
3758 * Source/cmake/OptionsGTK.cmake: Look for AT-SPI, but don't fail if it isn't found.
3760 2013-12-23 Martin Robinson <mrobinson@igalia.com>
3762 [GTK] [CMake] Build the WebKit1 GObject API tests
3763 https://bugs.webkit.org/show_bug.cgi?id=125684
3765 Reviewed by Daniel Bates.
3767 * Source/PlatformGTK.cmake: Added.
3769 2013-12-22 Martin Robinson <mrobinson@igalia.com>
3771 https://bugs.webkit.org/show_bug.cgi?id=125511
3773 [GTK][CMake] libtool-compatible soversion calculation
3774 Reviewed by Gustavo Noronha Silva.
3776 * Source/cmake/OptionsGTK.cmake: Specify the appropriate libtool triples and use
3777 the CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE macro to specify the library-specific
3778 version information.
3779 * Source/cmake/WebKitHelpers.cmake: Add some helpful macros.
3781 2013-12-23 Gustavo Noronha Silva <gns@gnome.org>
3783 [GTK] [CMake] Generate pkg-config files
3784 https://bugs.webkit.org/show_bug.cgi?id=125685
3786 Reviewed by Martin Robinson.
3788 * Source/cmake/OptionsGTK.cmake: set variables used for filling in the values in the
3791 2013-12-23 Carlos Garcia Campos <cgarcia@igalia.com>
3793 [GTK] Build with network process unconditionally
3794 https://bugs.webkit.org/show_bug.cgi?id=126128
3796 Reviewed by Martin Robinson.
3798 * Source/autotools/SetupAutomake.m4: Remove network process
3799 conditional for Makefiles.
3800 * Source/autotools/SetupWebKitFeatures.m4: Remove network process
3803 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
3805 [GTK][CMake] make libjavascriptcoregtk a public shared library again
3806 https://bugs.webkit.org/show_bug.cgi?id=125512
3808 Reviewed by Martin Robinson.
3810 * CMakeLists.txt: make JavaScriptCore always be a shared library for the GTK+ port.
3811 * Source/cmake/WebKitHelpers.cmake: make -fvisibility=hidden not be applied for GTK+,
3812 visibility of some symbols is required for threading to be initialized properly by
3813 WebKit2 processes, and we will rely on a linker script that will be added later on,
3814 for production builds.
3816 2013-12-16 Martin Robinson <mrobinson@igalia.com>
3818 [GTK] [CMake] Add support for building WebKit1
3819 https://bugs.webkit.org/show_bug.cgi?id=116377
3821 Reviewed by Gustavo Noronha Silva.
3823 * Source/cmake/OptionsGTK.cmake: Turn off some features that do not build properly
3824 for WebKit1 and stop using the version script which we haven't implemented yet. Turn
3827 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
3829 [GTK][CMake] Use thin archives if building on Linux, only way to get non-shared-core debug builds
3830 https://bugs.webkit.org/show_bug.cgi?id=125951
3832 Reviewed by Martin Robinson.
3834 * Source/cmake/OptionsGTK.cmake: append T for thin archives to the flags passed to ar,
3835 also use u, which is used in the autotools build (it avoids adding a file twice).
3837 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
3839 [GTK][CMake] Remove binary size optimizations we do not use in the autotools build
3840 https://bugs.webkit.org/show_bug.cgi?id=125947
3842 Reviewed by Martin Robinson.
3844 * Source/cmake/OptionsGTK.cmake: remove the relevant flags.
3846 2013-12-18 Carlos Garcia Campos <cgarcia@igalia.com>
3848 Unreviewed. Update NEWS and Versions.m4 for 2.3.3 release.
3850 * Source/autotools/Versions.m4: Bump version numbers.
3852 2013-12-12 Martin Robinson <mrobinson@igalia.com>
3854 [GTK] [CMake] Build the plugin process against GTK+ 2
3855 https://bugs.webkit.org/show_bug.cgi?id=116374
3857 Reviewed by Gustavo Noronha Silva.
3859 * Source/cmake/FindGDK2.cmake: Added.
3860 * Source/cmake/FindGTK2.cmake: Added.
3861 * Source/cmake/OptionsGTK.cmake: Look for GTK2 and GDK2.
3862 * Source/cmake/WebKitMacros.cmake: Abstract WebKit2 IPC generation here so it
3863 can be shared between the WebKit2 library and the plugin process.
3865 2013-12-17 Simon Pena <simon.pena@samsung.com>
3867 [NIX] Enable full debug builds by having ar creating thin archives
3868 https://bugs.webkit.org/show_bug.cgi?id=125850
3870 Reviewed by Csaba Osztrogonác.
3872 By default, CMake uses ar to generate libWebCore.a with cr parameters
3873 (do not warn if the library has to be created, and replace existing
3874 files in the archive). That results in a very large file, and ar fails
3875 with sizes over 4GB.
3877 Previously, debug builds on NIX were overriding CFLAGS in order to reduce
3878 the size of the WebCore library. Once that ar creates thin archives, overriding
3879 CFLAGS is no longer needed.
3881 * Source/cmake/OptionsNix.cmake: Remove CFLAGS override for debug builds.
3883 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
3885 [GTK] Remove Warnings in building about duplicate INSPECTOR variables
3886 https://bugs.webkit.org/show_bug.cgi?id=125710
3888 Reviewed by Tim Horton.
3892 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
3894 Web Inspector: Add Inspector Code Generation to JavaScriptCore for Runtime Domain
3895 https://bugs.webkit.org/show_bug.cgi?id=125595
3897 Reviewed by Timothy Hatcher.
3901 2013-12-13 Zan Dobersek <zdobersek@igalia.com>
3903 [GTK] Remove the -Wno-c++11-extensions compiler option for Clang builds
3904 https://bugs.webkit.org/show_bug.cgi?id=125639
3906 Reviewed by Anders Carlsson.
3908 * Source/autotools/SetupCompilerFlags.m4: The -Wno-c++11-extensions compiler option was in use
3909 when building with Clang. It is now removed as the C++11 standard is enabled throughout the project.
3911 2013-12-11 Martin Robinson <mrobinson@igalia.com> and Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>
3913 Adding a .ycm_extra_conf file for webkitGtk
3914 https://bugs.webkit.org/show_bug.cgi?id=119618
3916 Reviewed by Gustavo Noronha Silva.
3918 Added a YouCompleteMe flag discovery script for Vim and the GTK+ port. The script
3919 read the GTK+ build files to determine dynamically what flags to compile a source
3920 file with. This allows Vim to provide auto-complete for C++/C language. See
3921 https://github.com/Valloric/YouCompleteMe for how to use this file.
3923 * .gitignore: Ignore the YCM symlinks in the tree.
3925 2013-12-12 Zan Dobersek <zdobersek@igalia.com>
3927 Use of ar T option not supported by older binutils
3928 https://bugs.webkit.org/show_bug.cgi?id=118732
3930 Reviewed by Gustavo Noronha Silva.
3932 * Source/autotools/SetupLibtool.m4: Make the AR_FLAGS value usable inside makefiles as an Automake variable.
3934 2013-12-11 Javier Fernandez <jfernandez@igalia.com>
3936 Arithmetic overflow when computing max-height CSS property with subpixel layout
3937 https://bugs.webkit.org/show_bug.cgi?id=119273
3939 Reviewed by Martin Robinson.
3941 Enabled SATURATED_LAYOUT_ARITHMETIC for the gtk+ port.
3943 * Source/autotools/SetupWebKitFeatures.m4:
3945 2013-12-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
3947 [CMAKE] Remove code that disables C++0x compat warnings for gcc-4.6 and above.
3948 https://bugs.webkit.org/show_bug.cgi?id=125492
3950 Reviewed by Zoltan Herczeg.
3952 Remove the code that disables these warnings for GCC >= 4.6.0
3954 * Source/cmake/WebKitHelpers.cmake:
3956 2013-12-10 Martin Robinson <mrobinson@igalia.com>
3958 Various fixes for the CMake GTK+ build
3960 Reviewed by Gustavo Noronha.
3962 * Source/cmake/OptionsGTK.cmake: Disable Quota support to maintain consistency with
3965 2013-12-09 Brian Holt <brian.holt@samsung.com>
3967 [WK2][Gtk] Add support for ENABLE_NETWORK_PROCESS to the build system
3968 https://bugs.webkit.org/show_bug.cgi?id=118231
3970 Reviewed by Martin Robinson.
3972 Original patch by Kwang Yul Seo <skyul@company100.net>.
3974 Disabled ENABLE_NETWORK_PROCESS by default.
3976 * Source/autotools/SetupAutomake.m4:
3977 * Source/autotools/SetupWebKitFeatures.m4:
3979 2013-12-06 Alberto Garcia <berto@igalia.com>
3981 [GTK] Enable web audio by default
3982 https://bugs.webkit.org/show_bug.cgi?id=124888
3984 Reviewed by Martin Robinson.
3986 When building with ./configure, enable_web_audio defaults to
3987 "no". However the basic functionality has been working for months
3988 so it's safe to enable it now.
3990 * Source/autotools/ReadCommandLineArguments.m4:
3992 2013-12-04 Ryosuke Niwa <rniwa@webkit.org>
3994 Enable HTMLTemplateElement by default
3995 https://bugs.webkit.org/show_bug.cgi?id=123851
3997 Reviewed by Antti Koivisto.
3999 * Source/autotools/SetupWebKitFeatures.m4:
4000 * Source/cmake/WebKitFeatures.cmake:
4002 2013-12-04 László Langó <lango@inf.u-szeged.hu>
4004 Allow --cloop option to work correctly in case of EFL.
4005 https://bugs.webkit.org/show_bug.cgi?id=125217
4007 Reviewed by Zoltan Herczeg.
4009 * Source/cmake/OptionsEfl.cmake:
4010 * Source/cmake/WebKitFeatures.cmake:
4011 * Source/cmakeconfig.h.cmake:
4013 2013-12-03 Ryuan Choi <ryuan.choi@samsung.com>
4015 [EFL] Disable RTTI for release build
4016 https://bugs.webkit.org/show_bug.cgi?id=125138
4018 Reviewed by Gyuyoung Kim.
4020 Binary size will be reduced about 1M bytes without RTTI.
4021 ewebkit.so : 43,449,275 -> 42,510,224
4022 ewebkit2.so: 46,715,870 -> 45,653,989
4024 * Source/cmake/OptionsEfl.cmake: Added -fno-rtti option to CMAKE_CXX_FLAGS_RELEASE.
4026 2013-12-02 Adrian Bunk <bunk@stusta.de>
4028 [GTK] Remove unneeded autoconf macros
4029 https://bugs.webkit.org/show_bug.cgi?id=125044
4031 Compilers that do not support const/inline/volatile and
4032 systems with pre-C89-headers are anyway not supported.
4034 Reviewed by Gustavo Noronha Silva.
4036 * Source/autotools/CheckSystemAndBasicDependencies.m4:
4038 2013-11-29 Laszlo Vidacs <lac@inf.u-szeged.hu>
4040 [cmake] Fix cmake warning: Argument not separated from preceding token by whitespace
4041 https://bugs.webkit.org/show_bug.cgi?id=124899
4043 Reviewed by Gyuyoung Kim.
4045 * Source/cmake/FindCairo.cmake:
4046 * Source/cmake/FindGStreamer.cmake:
4048 2013-11-28 Antti Koivisto <antti@apple.com>
4050 Remove feature: CSS variables
4051 https://bugs.webkit.org/show_bug.cgi?id=114119
4053 Reviewed by Andreas Kling.
4055 * Source/cmakeconfig.h.cmake:
4057 2013-11-27 László Langó <lango@inf.u-szeged.hu>
4059 [EFL] The remote inspector does not show the base page.
4060 https://bugs.webkit.org/show_bug.cgi?id=124942
4062 Reviewed by Gyuyoung Kim.
4064 On EFL the remote inspector does not show the base page about
4065 which pages are available for debug. This should be fixed for
4066 further inspector development.
4068 * Source/PlatformEfl.cmake:
4070 2013-11-26 Marcelo Lira <marcelo.lira@openbossa.org>
4072 Nix upstreaming - Adding build files and supporting scripts
4073 https://bugs.webkit.org/show_bug.cgi?id=118367
4075 Reviewed by Ryosuke Niwa.
4078 * Source/CMakeLists.txt:
4079 * Source/cmake/FindEGL.cmake:
4080 * Source/cmake/FindOpenGLES2.cmake: Added.
4081 * Source/cmake/OptionsCommon.cmake:
4082 * Source/cmake/OptionsNix.cmake: Added.
4084 2013-11-25 Ryuan Choi <ryuan.choi@samsung.com>
4086 [EFL] E_DBus should be an optional
4087 https://bugs.webkit.org/show_bug.cgi?id=124881
4089 Reviewed by Gyuyoung Kim.
4091 * Source/cmake/OptionsEfl.cmake:
4092 Checked E_DBus when only ENABLE_BATTERY_STATUS is on.
4094 2013-11-25 Ryuan Choi <ryuan.choi@samsung.com>
4096 [EFL] Use Config mode of find_package for EFL 1.8
4097 https://bugs.webkit.org/show_bug.cgi?id=124555
4099 Reviewed by Gyuyoung Kim.
4101 EFL 1.8 changed VERSION macro so it's difficult to use tricky approach
4102 which parses header files to know the version. Instead, EFL 1.8 supports
4103 FooConfig.cmake such as EinaConfig.cmake.
4105 This patch tries to use a config mode if it is available.
4106 If config mode is not available with Eo, FindFoo.cmake will be used without
4107 version requirement.
4109 * Source/cmake/FindEo.cmake: Removed.
4110 EoConfig.cmake is only preffered for EFL 1.8.
4111 * Source/cmake/OptionsEfl.cmake:
4113 2013-11-23 Xabier Rodriguez Calvar <calvaris@igalia.com>
4115 [GStreamer] Remove 0.10 codepath
4116 https://bugs.webkit.org/show_bug.cgi?id=124534
4118 Reviewed by Philippe Normand.
4120 * Source/cmake/OptionsEfl.cmake: Removed GST_API_VERSION_1
4123 2013-11-22 Manuel Rego Casasnovas <rego@igalia.com>
4125 [GTK] Review enabled/disabled CSS features for release builds
4126 https://bugs.webkit.org/show_bug.cgi?id=124791
4128 Reviewed by Martin Robinson.
4130 Enable and disable some CSS features according to what last versions of
4133 * Source/autotools/SetupWebKitFeatures.m4: Enable ENABLE_CSS_REGIONS and
4134 ENABLE_CSS_STICKY_POSITION. Disable ENABLE_CSS_EXCLUSIONS and
4137 2013-11-21 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
4139 Remove ENABLE_WORKERS
4140 https://bugs.webkit.org/show_bug.cgi?id=105784
4142 Reviewed by Darin Adler.
4144 * Source/autotools/SetupWebKitFeatures.m4:
4145 * Source/cmake/WebKitFeatures.cmake:
4146 * Source/cmakeconfig.h.cmake:
4148 2013-11-20 Commit Queue <commit-queue@webkit.org>
4150 Unreviewed, rolling out r159496.
4151 http://trac.webkit.org/changeset/159496
4152 https://bugs.webkit.org/show_bug.cgi?id=124641
4154 It caused warning and build break with cmake lower than 2.8.8
4155 (Requested by ryuan on #webkit).
4157 * Source/cmake/OptionsEfl.cmake:
4159 2013-11-19 Ryuan Choi <ryuan.choi@samsung.com>
4161 [EFL] Use Config mode of find_package for EFL 1.8
4162 https://bugs.webkit.org/show_bug.cgi?id=124555
4164 Reviewed by Gyuyoung Kim.
4166 EFL 1.8 changed VERSION macro so it's difficult to use tricky approach
4167 which parses header file to know the version. Instead, EFL 1.8 supports
4168 Config mode of find_package using XXXConfig.cmake such as EinaConfig.cmake.
4170 This patch tries to use Config mode if it is available after checking Eo.
4172 * Source/cmake/OptionsEfl.cmake:
4174 2013-11-18 Carlos Garcia Campos <cgarcia@igalia.com>
4176 Unreviewed. Update NEWS and Versions.m4 for 2.3.2 release.
4178 * Source/autotools/Versions.m4: Bump version numbers.
4180 2013-11-06 Krzysztof Czech <k.czech@samsung.com>
4182 [EFL] Change required version of ATK to 2.10.0
4183 https://bugs.webkit.org/show_bug.cgi?id=123883
4185 Reviewed by Mario Sanchez Prada.
4187 Changing a required version of ATK to 2.10.0
4189 * Source/cmake/OptionsEfl.cmake:
4191 2013-11-05 Zalan Bujtas <zalan@apple.com>
4193 Widget's position change should not initiate layout, only when its size changes.
4194 https://bugs.webkit.org/show_bug.cgi?id=123860
4196 Reviewed by Andreas Kling.
4198 RenderWidgets initiate unnecessary layouts while scrolling when they are embedded to
4199 overflow:scroll containers. Scroll position change doesn't dirty the render tree
4200 so it should not trigger layout either.
4202 * ManualTests/layouts-on-renderwidgets-while-scrolling.html: Added.
4204 2013-11-05 Éva Balázsfalvi <balazsfalvi.eva@stud.u-szeged.hu>
4206 Remove leftover Qt related things from WebKitMacros.cmake
4207 https://bugs.webkit.org/show_bug.cgi?id=123798
4209 Reviewed by Anders Carlsson.
4211 * Source/cmake/WebKitMacros.cmake:
4213 2013-11-02 Patrick Gansterer <paroga@webkit.org>
4215 [WINCE] Disable export macros
4216 https://bugs.webkit.org/show_bug.cgi?id=123679
4218 Reviewed by Darin Adler.
4220 Avoid useless exports by turning of the export macros
4221 since the WinCE port works as a static library only.
4223 * Source/cmake/OptionsWinCE.cmake:
4225 2013-10-31 Ryuan Choi <ryuan.choi@samsung.com>
4227 [EFL][GLES] OpenGL should be an optional
4228 https://bugs.webkit.org/show_bug.cgi?id=123399
4230 Reviewed by Noam Rosenthal.
4232 * Source/cmake/OptionsEfl.cmake:
4233 Refactor the check routine of GL dependencies to use OpenGL as optional.
4235 2013-10-29 Carlos Garcia Campos <cgarcia@igalia.com>
4237 Unreviewed. Update NEWS and Versions.m4 for 2.3.1 release.
4239 * Source/autotools/Versions.m4: Bump version numbers.
4241 2013-10-24 Ryuan Choi <ryuan.choi@samsung.com>
4243 [EFL] Build break with latest EFL 1.8 libraries.
4244 https://bugs.webkit.org/show_bug.cgi?id=123245
4246 Reviewed by Gyuyoung Kim.
4248 After fixed build break on EFL 1.8 at r138326, EFL libraries are changed
4249 Eo typedef and splitted header files which contain version macro.
4251 * Source/cmake/EFLHelpers.cmake: Checked whether include path exist.
4252 * Source/cmake/FindEcore.cmake: Added 1.8 Header which have version macro.
4253 * Source/cmake/FindEdje.cmake: Ditto.
4254 * Source/cmake/FindEina.cmake: Ditto.
4255 * Source/cmake/FindEo.cmake: Ditto.
4256 * Source/cmake/FindEvas.cmake: Ditto.
4258 2013-10-22 Ryuan Choi <ryuan.choi@samsung.com>
4260 [EFL] Remove HAVE_GLX macro
4261 https://bugs.webkit.org/show_bug.cgi?id=123191
4263 Reviewed by Gyuyoung Kim.
4265 * Source/cmake/OptionsEfl.cmake: Removed unnecessary HAVE_GLX macro
4267 2013-10-21 Gergo Balogh <geryxyz@inf.u-szeged.hu>
4269 Remove .qmake.conf files
4270 https://bugs.webkit.org/show_bug.cgi?id=123091
4272 Reviewed by Csaba Osztrogonác.
4274 * .qmake.conf: Removed.
4276 2013-10-18 Carlos Garcia Campos <cgarcia@igalia.com>
4278 [GTK] Generate API documentation for GObject DOM bindings
4279 https://bugs.webkit.org/show_bug.cgi?id=121538
4281 Reviewed by Gustavo Noronha Silva.
4283 * GNUmakefile.am: Initialize gdom_symbol_files variable.
4285 2013-10-17 Afonso R. Costa Jr. <afonso.costa@samsung.com>
4287 [CMAKE] Update code to take advantage of CMake version 2.8.3+.
4288 https://bugs.webkit.org/show_bug.cgi?id=97516
4290 Reviewed by Gyuyoung Kim.
4292 CMake's version was changed to 2.8.3. So, these files below
4293 can be simplified to take advantage of CMake's new version.
4295 * Source/cmake/FindCairo.cmake: Simplified according to CMake 2.8.3+.
4296 * Source/cmake/FindGStreamer.cmake: Ditto.
4298 2013-10-16 Ryosuke Niwa <rniwa@webkit.org>
4300 Add a new flakiness dashboard clone
4301 https://bugs.webkit.org/show_bug.cgi?id=122936
4303 Reviewed by Anders Carlsson.
4305 Added the initial prototype.
4307 * Websites/test-results: Added.
4308 * Websites/test-results/.htaccess: Added.
4309 * Websites/test-results/admin: Added.
4310 * Websites/test-results/admin/index.php: Added.
4311 * Websites/test-results/api: Added.
4312 * Websites/test-results/api/manifest.php: Added.
4313 * Websites/test-results/api/report.php: Added.
4314 * Websites/test-results/api/results.php: Added.
4315 * Websites/test-results/include: Added.
4316 * Websites/test-results/include/config.json: Added.
4317 * Websites/test-results/include/db.php: Added.
4318 * Websites/test-results/include/init-database.sql: Added.
4319 * Websites/test-results/include/json-shared.php: Added.
4320 * Websites/test-results/include/test-results.php: Added.
4321 * Websites/test-results/index.html: Added.
4322 * Websites/test-results/js: Added.
4323 * Websites/test-results/js/autocompleter.js: Added.
4324 * Websites/test-results/js/build.js: Added.
4325 * Websites/test-results/js/dom.js: Added.
4327 2013-10-16 Csaba Osztrogonác <ossy@webkit.org>
4329 [WK2][Efl][CMake] Add support for ENABLE_NETWORK_PROCESS to the build system
4330 https://bugs.webkit.org/show_bug.cgi?id=110139
4332 Reviewed by Laszlo Gombos.
4334 Original patch by Balazs Kelemen <kbalazs@webkit.org>
4336 * Source/cmake/WebKitFeatures.cmake:
4337 * Source/cmakeconfig.h.cmake:
4339 2013-10-10 Marcelo Morais <m.morais@samsung.com>
4341 Web Inspector: Remove the old front-end from WebKit
4342 https://bugs.webkit.org/show_bug.cgi?id=122295
4344 Reviewed by Timothy Hatcher.
4346 * Source/PlatformGTK.cmake: Removed. This file was using files from the
4347 old inspector, not needed anymore.
4349 2013-10-09 Julien Brianceau <jbriance@cisco.com>
4351 [sh4] Add sh4 support when building with CMake.
4352 https://bugs.webkit.org/show_bug.cgi?id=122542
4354 Reviewed by Csaba Osztrogonác.
4358 2013-10-08 Martin Robinson <mrobinson@igalia.com>
4360 [GTK] Re-enable MathML for release builds
4361 https://bugs.webkit.org/show_bug.cgi?id=122361
4363 Reviewed by Darin Adler.
4365 * Source/autotools/SetupWebKitFeatures.m4: Enable MathML for release builds.
4367 2013-10-02 Anders Carlsson <andersca@apple.com>
4369 Remove Qt related files from the root directories
4370 https://bugs.webkit.org/show_bug.cgi?id=122249
4372 Reviewed by Andreas Kling.
4374 * Source/QtWebKit.pro: Removed.
4375 * Source/api.pri: Removed.
4376 * Source/qtwebkit.qdocconf: Removed.
4377 * Source/sync.profile: Removed.
4378 * Source/tests.pri: Removed.
4379 * Source/widgetsapi.pri: Removed.
4380 * WebKit.pro: Removed.
4382 2013-09-30 Sam Weinig <sam@webkit.org>
4384 Remove support for DOMFileSystem
4385 https://bugs.webkit.org/show_bug.cgi?id=122137
4387 Reviewed by Anders Carlsson.
4389 * Source/autotools/SetupWebKitFeatures.m4:
4390 * Source/cmake/OptionsBlackBerry.cmake:
4391 * Source/cmake/WebKitFeatures.cmake:
4392 * Source/cmakeconfig.h.cmake:
4394 2013-09-30 Benjamin Poulain <benjamin@webkit.org>
4396 Remove the code guarded by STYLE_SCOPED
4397 https://bugs.webkit.org/show_bug.cgi?id=122123
4399 Reviewed by Anders Carlsson.
4401 * Source/autotools/SetupWebKitFeatures.m4:
4402 * Source/cmake/OptionsBlackBerry.cmake:
4403 * Source/cmake/WebKitFeatures.cmake:
4404 * Source/cmakeconfig.h.cmake:
4406 2013-09-30 Allan Sandfeld Jensen <allan.jensen@digia.com>
4408 [Qt] Fix force_static_libs_as_shared in WebKit2
4409 https://bugs.webkit.org/show_bug.cgi?id=121961
4411 Reviewed by Csaba Osztrogonác.
4413 Get rid of the unused WebKit2QML library
4417 2013-09-26 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
4419 [GTK] Tons of warnings caused by using FORTIFY_SOURCE in an unoptimized build
4420 https://bugs.webkit.org/show_bug.cgi?id=121836
4422 Reviewed by Martin Robinson.
4424 * Source/autotools/SetupCompilerFlags.m4: only consider enabling FORTIFY_SOURCE if optimizations have
4425 been enabled, since they are required for FORTIFY_SOURCE to work, and enabling FORTIFY_SOURCE unconditionally
4426 generates warnings in newer glibc.
4428 2013-09-25 Allan Sandfeld Jensen <allan.jensen@digia.com>
4430 [Qt] Fix build with Qt 5.2 QtPosition module
4431 https://bugs.webkit.org/show_bug.cgi?id=121089
4433 Reviewed by Simon Hausmann.
4435 QtLocation -> QtPositioning
4437 * Source/sync.profile:
4439 2013-09-24 Zan Dobersek <zdobersek@igalia.com>
4441 [GTK] Enable the Wayland target if GTK+ dependency is found
4442 https://bugs.webkit.org/show_bug.cgi?id=121704
4444 Reviewed by Gustavo Noronha Silva.
4446 The Wayland target should be enabled by default if the GTK+ dependency is of version 3.9.14 or later.
4448 * Source/autotools/FindDependencies.m4: If the Wayland target was not strictly disabled, the GTK+ dependency
4449 is tested if it can provide the Wayland GDK backend, and that the version of that backend matches the version
4450 of the master GTK+ dependency for which we already tested. If found, the target is enabled, otherwise we either
4451 warn or error out, depending on whether the build target was set to auto or completely disabled through configuration.
4452 * Source/autotools/ReadCommandLineArguments.m4: Switch the default Wayland target status to 'auto', meaning
4453 it will be disabled if the GTK+ dependency is not found.
4454 * Source/autotools/Versions.m4: Require GTK+ 3.9.14 for the Wayland target only.
4456 2013-09-23 Zan Dobersek <zdobersek@igalia.com>
4458 [Autotools] Rework the build target selection
4459 https://bugs.webkit.org/show_bug.cgi?id=121703
4461 Reviewed by Gustavo Noronha Silva.
4463 Replace the --with-target configuration flag with target-specific --enable-*-target flags:
4464 - --enable-x11-target
4465 - --enable-wayland-target
4466 - --enable-win32-target
4467 - --enable-quartz-target
4468 - --enable-directfb-target
4470 By default, the X11 target is enabled. This default is preserved only if no --enable-*-target flag
4471 is passed on the command line. When that occurs, the newly-constructed list of build targets is
4472 used to determine what build targets should actually be built. So for instance, executing just
4473 `./configure` would only enable the X11 target as that's the default, and executing
4474 `./configure --enable-wayland-target` would only enable the Wayland target, as the defaults are
4477 * Source/autotools/CheckSystemAndBasicDependencies.m4: Abort if grep was not found, just in case.
4478 * Source/autotools/CustomMacros.m4: The new file that contains helpful custom macros.
4479 * Source/autotools/FindDependencies.m4: Use the appropriate 'enable_*_target' references instead of 'with_*target'.
4480 * Source/autotools/PrintBuildConfiguration.m4: Use the new AM_APPEND_TO_DESCRIPTION macro to construct a pretty-looking
4481 description string of what targets will be built.
4482 * Source/autotools/ReadCommandLineArguments.m4: Replace the --with-target configuration flag and the related
4483 hacks with the set of --enable-*-target flags. The new AM_DETERMINE_BUILD_TARGET_STATUS macro is used to determine
4484 whether to enable specific build targets, based indirectly on the passed-in --enable-*-target flags.
4485 * Source/autotools/SetupAutoconfHeader.m4: Use the appropriate 'enable_*_target' references instead of 'with_*target'.
4486 * Source/autotools/SetupAutomake.m4: Use the appropriate 'enable_*_target' references instead of 'with_*target'.
4487 * configure.ac: Include the new CustomMacros.m4 file.
4489 2013-09-23 Claudio Saavedra <csaavedra@igalia.com>
4493 Reviewed by Carlos Garcia Campos.
4495 * Source/autotools/Versions.m4: Bump to 2.3.0
4497 2013-09-20 Sergio Correia <sergio.correia@openbossa.org>
4499 [CMAKE] FindHarfBuzz: Handle harfbuzz / harfbuzz-icu split
4500 https://bugs.webkit.org/show_bug.cgi?id=121688
4502 Reviewed by Martin Robinson.
4504 HarfBuzz 0.9.18 split ICU support into a separate harfbuzz-icu library.
4505 To be able to build with earlier and newer versions of HarfBuzz, we should
4506 check for harfbuzz-icu as well, if version >= 0.9.18.
4508 * Source/cmake/FindHarfBuzz.cmake: Check for harfbuzz-icu, if version
4511 2013-09-16 Gustavo Noronha Silva <gns@gnome.org>
4513 [GTK] Make symbol export filter more strict, and disable for dev/test builds
4514 https://bugs.webkit.org/show_bug.cgi?id=120586
4516 Reviewed by Martin Robinson.
4518 * GNUmakefile.am: only include test-related automake files when developer
4520 * Source/autotools/ReadCommandLineArguments.m4: add --enable-developer-mode,
4521 defaults to no, and to yes for debug builds.
4522 * Source/autotools/SetupAutomake.m4: add ENABLE_DEVELOPER_MODE conditional.
4523 * Source/autotools/symbols.filter: make the exported symbols list much shorter,
4524 covering only the public ABI and a few symbols required by WebKit2 processes.
4526 2013-09-13 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
4528 [GTK] Move to the new web inspector
4529 https://bugs.webkit.org/show_bug.cgi?id=120647
4531 Reviewed by Carlos Garcia Campos.
4533 * GNUmakefile.am: include the new WebInspectorUI GNUmakefile.am.
4535 2013-09-13 Allan Sandfeld Jensen <allan.jensen@digia.com>
4537 [Qt] Update sync.profile
4538 https://bugs.webkit.org/show_bug.cgi?id=121295
4540 Reviewed by Simon Hausmann.
4542 Ensure we let the dependencies pick the right branch instead of always master
4543 and list all the dependencies we need on all platforms.
4545 * Source/sync.profile:
4547 2013-09-11 Mario Sanchez Prada <mario.prada@samsung.com>
4549 [GTK] Remove Gail dependency from build system for GTK3
4550 https://bugs.webkit.org/show_bug.cgi?id=119673
4552 Reviewed by Gustavo Noronha Silva.
4554 * Source/autotools/FindDependencies.m4: Don't look for GAIL at all.
4555 * Source/autotools/Versions.m4: Removed any reference to GAIL.
4556 * Source/cmake/FindGAIL3.cmake: Removed.
4557 * Source/cmake/OptionsGTK.cmake: Don't look for the GAIL package.
4559 2013-09-11 Patrick Gansterer <paroga@webkit.org>
4561 [CMake] Split out generic Windows files into its own file
4562 https://bugs.webkit.org/show_bug.cgi?id=119514
4564 Reviewed by Gyuyoung Kim.
4566 This allows us to add smaller CMakeLists.txt files when
4567 adding additional Windows ports.