1 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
3 [EFL] Add OpenWebRTC in jhbuild
4 https://bugs.webkit.org/show_bug.cgi?id=142778
6 Reviewed by Gyuyoung Kim.
8 Original patch by Philippe Normand <pnormand@igalia.com>
10 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
11 mediastream build is enabled.
13 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
15 [GTK] Add a configure option to build without Redirected XComposite Window
16 https://bugs.webkit.org/show_bug.cgi?id=142865
18 Reviewed by Žan Doberšek.
20 The Redirected XComposite Window was added to support some
21 features like GtkOverlay, but in cases where we don't need such
22 features, it's more efficient to use the XID of the WebKitWebView
23 window as the native surface handle for the accelerated
24 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
25 that is enabled by default for X11 target when OpenGL is enabled.
27 * Source/cmake/OptionsGTK.cmake:
29 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
31 [GTK] Search for the Wayland dependency when enabling Wayland target
32 https://bugs.webkit.org/show_bug.cgi?id=142876
34 Reviewed by Carlos Garcia Campos.
36 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
37 requirement of either the GTK+ or GDK pkg-config files, so we have to
38 search for it ourselves when WebKitGTK+ has been configured to support
39 the Wayland windowing target.
41 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
43 Unreviewed, kick the GTK bots to regenerate makefile.
44 https://bugs.webkit.org/show_bug.cgi?id=137394
46 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
47 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
49 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
51 Unreviewed, kick the GTK bots to regenerate makefile.
52 https://bugs.webkit.org/show_bug.cgi?id=137394
54 * Source/cmake/OptionsEfl.cmake:
56 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
58 [GTK] Fix inspector userinterface related incremental build issue
59 https://bugs.webkit.org/show_bug.cgi?id=142849
61 Reviewed by Carlos Garcia Campos.
63 * Source/cmake/OptionsGTK.cmake: Revert r181733.
65 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
67 Unreviewed, kick the GTK bots to regenerate makefile.
69 * Source/cmake/OptionsGTK.cmake:
71 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
73 [EFL] Expose JavaScript binding interface through ewk_extension
74 https://bugs.webkit.org/show_bug.cgi?id=142033
76 Reviewed by Gyuyoung Kim.
78 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
80 2015-03-17 Philippe Normand <pnormand@igalia.com>
82 [GTK] basic OpenWebRTC build support
83 https://bugs.webkit.org/show_bug.cgi?id=142393
85 Reviewed by Carlos Garcia Campos.
87 * Source/cmake/FindOpenWebRTC.cmake: Added.
88 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
89 mediastream build is enabled.
91 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
93 [CMake][EFL] Build test tools only for developer mode
94 https://bugs.webkit.org/show_bug.cgi?id=142761
96 Reviewed by Csaba Osztrogonác.
98 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
100 * Source/cmake/OptionsEfl.cmake:
101 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
102 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
103 * Source/cmakeconfig.h.cmake:
105 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
107 Enable ES6 classes by default
108 https://bugs.webkit.org/show_bug.cgi?id=142774
110 Reviewed by Gavin Barraclough.
112 * Source/cmake/WebKitFeatures.cmake:
114 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
116 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
117 https://bugs.webkit.org/show_bug.cgi?id=142722
119 Reviewed by Csaba Osztrogonác.
121 Categorize to define cmake variables, to find necessary packages,
122 use upper case for "glib_conponents" cmake variable name, re-arrange
123 wrong alphabet sorting, and so on.
125 * CMakeLists.txt: Remove WinCE port.
126 * Source/cmake/OptionsEfl.cmake:
128 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
130 [GStreamer] share GL context in pipeline
131 https://bugs.webkit.org/show_bug.cgi?id=142693
133 Reviewed by Philippe Normand.
135 Add search of gstreamer-gl library in the GStreamer installation. If
136 it is found, WTF_USE_GSTREAMER_GL macro is defined.
138 * Source/cmake/FindGStreamer.cmake:
139 * Source/cmake/OptionsGTK.cmake:
141 2015-03-13 Alex Christensen <achristensen@webkit.org>
143 Progress towards CMake on Mac.
144 https://bugs.webkit.org/show_bug.cgi?id=142680
146 Reviewed by Gyuyoung Kim.
149 * Source/PlatformMac.cmake: Added stub.
150 * Source/cmake/OptionsMac.cmake:
151 Change defines to get CMake working.
153 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
155 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
156 https://bugs.webkit.org/show_bug.cgi?id=126688
158 Reviewed by Gustavo Noronha Silva.
160 Add ENABLE_MINIBROWSER option, enabled by default for development
161 builds and disabled for production builds unless explicilty enabled.
163 * Source/cmake/OptionsGTK.cmake:
165 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
167 [GTK] Do not look for child processes in the UI process binary path
168 https://bugs.webkit.org/show_bug.cgi?id=135752
170 Reviewed by Gustavo Noronha Silva.
172 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
173 build for development builds.
175 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
177 [GTK] Add a configure option to build with OpenGL ES 2
178 https://bugs.webkit.org/show_bug.cgi?id=142498
180 Reviewed by Martin Robinson.
182 Add ENABLE_GLES2 option. It's disabled by default, but if passed
183 GLES2 is required and OpenGL is not even searched. Otherwise we
184 search for OpenGL as usual, using it only if present.
186 * Source/cmake/OptionsGTK.cmake:
188 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
190 [cmake] Handle unused parameter warnings as build errors except in WebKit2
191 https://bugs.webkit.org/show_bug.cgi?id=142338
193 Reviewed by Gyuyoung Kim.
195 * Source/cmake/WebKitHelpers.cmake:
197 2015-03-03 Daniel Bates <dabates@apple.com>
199 Convert ManualTests/svg-tooltip.svg to a DRT test
200 https://bugs.webkit.org/show_bug.cgi?id=140480
202 Reviewed by Alex Christensen.
204 * ManualTests/svg-tooltip.svg: Removed.
206 2015-03-02 Debarshi Ray <debarshir@gnome.org>
208 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
209 https://bugs.webkit.org/show_bug.cgi?id=142165
211 Reviewed by Carlos Garcia Campos.
213 * Source/cmake/gtksymbols.filter:
215 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
217 [EFL] Remove unnecessary comment after r179110
218 https://bugs.webkit.org/show_bug.cgi?id=142042
220 Reviewed by Gyuyoung Kim.
222 * Source/cmake/OptionsEfl.cmake:
224 2015-02-23 Tomas Popela <tpopela@redhat.com>
226 [GTK] Fails to compile with cmake 3.2.x
227 https://bugs.webkit.org/show_bug.cgi?id=141796
229 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
230 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
231 added and the build will fail.
233 Reviewed by Martin Robinson.
235 * Source/cmake/OptionsGTK.cmake:
237 2015-02-20 Alexey Proskuryakov <ap@apple.com>
239 Remove svn:keywords property.
241 As far as I can tell, the property had no effect on any of these files, but also,
242 when it has effect it's likely harmful.
244 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
245 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
246 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
247 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
248 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
249 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
250 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
251 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
252 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
253 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
254 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
255 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
256 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
257 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
259 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
261 [CMAKE] Remove CMakeLists.txt in WK1 port
262 https://bugs.webkit.org/show_bug.cgi?id=141617
264 Reviewed by Anders Carlsson.
266 Nobody uses CMake in WK1 port. Remove it.
270 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
272 Unreviewed, remove empty directories.
274 * ManualTests/qt: Removed.
276 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
278 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
279 https://bugs.webkit.org/show_bug.cgi?id=141481
281 Reviewed by Csaba Osztrogonác.
283 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
285 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
287 [EFL][GTK] Use bmalloc instead of tcmalloc
288 https://bugs.webkit.org/show_bug.cgi?id=140162
290 Reviewed by Carlos Garcia Campos.
292 Add bmalloc directory to build list.
294 * CMakeLists.txt: Define BMALLOC_DIR directory.
295 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
297 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
299 [GTK] Add default color chooser implementation using GtkColorChooserDialog
300 https://bugs.webkit.org/show_bug.cgi?id=141392
302 Reviewed by Gustavo Noronha Silva.
304 Enable INPUT_TYPE_COLOR by default for GTK+ port.
306 * Source/cmake/OptionsGTK.cmake:
308 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
310 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
311 https://bugs.webkit.org/show_bug.cgi?id=141328
313 Reviewed by Darin Adler.
315 Added as manual test because it involves a huge grid allocation
316 which is very slow on Debug bots, the only ones capable to trigger
319 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
321 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
323 [Streams API] Implement a barebone ReadableStream interface
324 https://bugs.webkit.org/show_bug.cgi?id=141045
326 Reviewed by Benjamin Poulain.
328 * Source/cmake/WebKitFeatures.cmake:
329 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
331 2015-02-02 Filip Pizlo <fpizlo@apple.com>
333 Revert accidental change in r179490.
337 2015-02-02 Filip Pizlo <fpizlo@apple.com>
339 Unreviewed, revert accidental change to Makefile.shared in r179478
343 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
345 [CMake] Minimum python version should be 2.7.
346 https://bugs.webkit.org/show_bug.cgi?id=140997
348 Reviewed by Csaba Osztrogonác.
352 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
354 Apply feTurbulence spec change to fix zero length vector generation
355 https://bugs.webkit.org/show_bug.cgi?id=140812
357 Reviewed by Darin Adler.
359 Recently a bug with the turbulence algorithm was corrected in the
360 Filter Effects specification.
361 For some seed values this bug allowed zero length vectors to be generated.
362 This resulted in large solid color squares being present in the generated image.
363 The feTurbulence algorithm was updated to reject zero length vectors. This patch
364 applies that change in WebCore.
366 Test: svg/filters/feTurbulence_bad_seeds.html
368 * platform/graphics/filters/FETurbulence.cpp:
369 (WebCore::FETurbulence::initPaint):
370 Added rejection sampling during vector generation to avoid zero length vectors.
372 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
374 [cmake] Remove compiler version calculate cruft
375 https://bugs.webkit.org/show_bug.cgi?id=140885
377 Reviewed by Darin Adler.
379 * Source/cmake/WebKitHelpers.cmake:
381 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
383 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
384 https://bugs.webkit.org/show_bug.cgi?id=140886
386 Reviewed by Žan Doberšek.
388 * Source/cmake/WebKitHelpers.cmake:
390 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
392 [GTK] gtkdoc does not appear in DevHelp
393 https://bugs.webkit.org/show_bug.cgi?id=139369
395 Reviewed by Philippe Normand.
397 Expect the gtkdoc to be generated in folders named with the API version.
399 * Source/PlatformGTK.cmake:
401 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
403 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
404 https://bugs.webkit.org/show_bug.cgi?id=140609
406 Reviewed by Csaba Osztrogonác.
408 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
409 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
410 compilation flags. Those were added after the jsCStack branch merge, but
411 can now be removed since the -ftree-dce issues were fixed in GCC, and
412 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
414 * Source/cmake/OptionsEfl.cmake:
415 * Source/cmake/OptionsGTK.cmake:
417 2015-01-26 Commit Queue <commit-queue@webkit.org>
419 Unreviewed, rolling out r179107.
420 https://bugs.webkit.org/show_bug.cgi?id=140880
422 The GCC in the bots doesn't support the AsyncTask
423 implementation (Requested by KaL on #webkit).
427 "[GTK] Enable IndexedDB"
428 https://bugs.webkit.org/show_bug.cgi?id=98932
429 http://trac.webkit.org/changeset/179107
431 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
433 [GTK] Enable IndexedDB
434 https://bugs.webkit.org/show_bug.cgi?id=98932
436 Reviewed by Žan Doberšek.
438 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
439 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
441 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
443 [GTK] Add initial database process support
444 https://bugs.webkit.org/show_bug.cgi?id=139491
446 Reviewed by Sergio Villar Senin.
448 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
450 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
452 Add a build flag for ES6 class syntax
453 https://bugs.webkit.org/show_bug.cgi?id=140760
455 Reviewed by Michael Saboff.
457 * Source/cmake/WebKitFeatures.cmake:
458 * Source/cmakeconfig.h.cmake:
460 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
462 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
463 https://bugs.webkit.org/show_bug.cgi?id=140049
465 Reviewed by Gyuyoung Kim.
467 * Source/cmake/OptionsCommon.cmake:
469 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
471 Remove ENABLE(INSPECTOR) ifdef guards
472 https://bugs.webkit.org/show_bug.cgi?id=140668
474 Reviewed by Darin Adler.
476 * Source/PlatformEfl.cmake:
477 * Source/cmake/OptionsEfl.cmake:
478 * Source/cmake/OptionsGTK.cmake:
479 * Source/cmake/OptionsMac.cmake:
480 * Source/cmake/WebKitFeatures.cmake:
481 * Source/cmakeconfig.h.cmake:
483 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
485 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
487 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
489 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
491 [CMAKE] Fix cmake warning
492 https://bugs.webkit.org/show_bug.cgi?id=140497
494 Reviewed by Gustavo Noronha Silva.
496 r173155 already tried to fix cmake warning though, the warning is still exist.
497 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
498 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
499 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
500 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
501 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
505 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
507 [GTK] Generate the make dist manifest from a CMake template file
508 https://bugs.webkit.org/show_bug.cgi?id=139387
510 Reviewed by Martin Robinson.
512 Generate manifest.txt from manifest.txt.in. Only expose the dist and
513 distcheck targets for developer builds, as they won't work when
514 building from a tarball because the manifest is not distributed.
516 * Source/PlatformGTK.cmake:
518 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
520 Remove ENABLE(SQL_DATABASE) guards
521 https://bugs.webkit.org/show_bug.cgi?id=140434
523 Reviewed by Darin Adler.
525 * Source/cmake/OptionsMac.cmake:
526 * Source/cmake/WebKitFeatures.cmake:
527 * Source/cmakeconfig.h.cmake:
529 2015-01-11 Sam Weinig <sam@webkit.org>
531 Remove support for SharedWorkers
532 https://bugs.webkit.org/show_bug.cgi?id=140344
534 Reviewed by Anders Carlsson.
536 * Source/cmake/OptionsEfl.cmake:
537 * Source/cmake/OptionsGTK.cmake:
538 * Source/cmake/OptionsMac.cmake:
539 * Source/cmake/WebKitFeatures.cmake:
540 * Source/cmakeconfig.h.cmake:
542 2015-01-10 Dan Bernstein <mitz@apple.com>
544 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
545 https://bugs.webkit.org/show_bug.cgi?id=140339
547 Reviewed by Mark Rowe.
549 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
550 prevents unnecessary rebuilding due to PATH differences.
552 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
554 [GTK][ThreadedCompositor] Add support for threaded compositor.
555 https://bugs.webkit.org/show_bug.cgi?id=118265
557 Reviewed by Martin Robinson.
559 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
560 autotools build systems. The feature is disabled by default.
561 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
562 from the feature flags.
564 * Source/cmake/OptionsEfl.cmake:
565 * Source/cmake/OptionsGTK.cmake:
566 * Source/cmake/WebKitFeatures.cmake:
567 * Source/cmakeconfig.h.cmake:
569 2014-12-23 Alexey Proskuryakov <ap@apple.com>
571 Simplify building with ASan
572 https://bugs.webkit.org/show_bug.cgi?id=139916
574 Reviewed by Mark Rowe.
576 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
578 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
580 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
582 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
584 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
586 Null dereference performing a "TapAndAHalf" gesture in Google search field
588 <https://bugs.webkit.org/show_bug.cgi?id=139506>
589 <rdar://problem/19028828>
591 Reviewed by Darin Adler.
593 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
595 2014-12-10 Dean Jackson <dino@apple.com>
597 Blur filter performance test doesn't provide results
598 https://bugs.webkit.org/show_bug.cgi?id=139462
600 Reviewed by Sam Weinig.
602 This can't currently work under our performance test
603 infrastructure. Move it to a manual test to avoid
604 putting FAILures into the results.
606 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
608 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
610 [GTK][WK2] Add HTML5 Notifications support
611 https://bugs.webkit.org/show_bug.cgi?id=61140
613 Reviewed by Carlos Garcia Campos.
615 * Source/cmake/FindLibNotify.cmake: Added.
616 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
617 libnotify and use it for a default implementation when found.
619 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
621 REGRESSION(r155906): Page content disappears on Tuaw article after loading
622 https://bugs.webkit.org/show_bug.cgi?id=138100
624 Reviewed by Simon Fraser.
626 DRT causes an extra paint which makes it impossible to test this with
629 * ManualTests/float-layer-not-painting.html: Added.
631 2014-12-07 Alberto Garcia <berto@igalia.com>
633 [GTK] WebKit has a new required dependency on GnuTLS
634 https://bugs.webkit.org/show_bug.cgi?id=136158
636 Reviewed by Martin Robinson.
638 Detect if GnuTLS is installed and enable or disable subtle crypto
641 * Source/cmake/OptionsGTK.cmake:
643 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
645 [GTK] Missing API detected in GObject DOM bindings after r176630
646 https://bugs.webkit.org/show_bug.cgi?id=139201
648 Reviewed by Gustavo Noronha Silva.
650 Change GENERATE_BINDINGS macro to receive a list of optional
651 additional dependencies, so that we can add more dependecies
652 without having to change the macro.
654 * Source/cmake/WebKitMacros.cmake:
656 2014-12-05 Simon Fraser <simon.fraser@apple.com>
658 Programmatic scrolling and content changes are not always synchronized
659 https://bugs.webkit.org/show_bug.cgi?id=139245
660 rdar://problem/18833612
662 Reviewed by Anders Carlsson.
664 Manual test that tries to sync layout with programmatic scrolling.
666 * ManualTests/programmatic-scroll-flicker.html: Added.
668 2014-12-04 Alberto Garcia <berto@igalia.com>
670 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
671 https://bugs.webkit.org/show_bug.cgi?id=136576
673 Reviewed by Carlos Garcia Campos.
675 CMake should complain if Accelerated 2D Canvas is explicitly
676 enabled but cairo-gl is not found.
678 * Source/cmake/OptionsGTK.cmake:
680 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
682 [EFL] Add subtle crypto to the build system
683 https://bugs.webkit.org/show_bug.cgi?id=138612
685 Reviewed by Csaba Osztrogonác.
687 * Source/cmake/OptionsEfl.cmake:
689 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
691 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
692 https://bugs.webkit.org/show_bug.cgi?id=139085
694 Reviewed by Andreas Kling.
696 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
697 * Source/cmake/WebKitFeatures.cmake: ditto.
698 * Source/cmakeconfig.h.cmake: ditto.
700 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
702 [EFL] Drop support for the EFL 1.7
703 https://bugs.webkit.org/show_bug.cgi?id=139114
705 Reviewed by Gyuyoung Kim.
707 * Source/cmake/EFLHelpers.cmake: Removed.
708 * Source/cmake/FindEcore.cmake: Removed.
709 * Source/cmake/FindEdje.cmake: Removed.
710 * Source/cmake/FindEet.cmake: Removed.
711 * Source/cmake/FindEeze.cmake: Removed.
712 * Source/cmake/FindEfreet.cmake: Removed.
713 * Source/cmake/FindEina.cmake: Removed.
714 * Source/cmake/FindElementary.cmake: Removed.
715 * Source/cmake/FindEvas.cmake: Removed.
716 * Source/cmake/OptionsEfl.cmake:
718 2014-11-28 Philippe Normand <pnormand@igalia.com>
720 [CMake] Build failure against GStreamer git master
721 https://bugs.webkit.org/show_bug.cgi?id=138872
723 Reviewed by Csaba Osztrogon.
725 * Source/cmake/FindGStreamer.cmake: Simplified the
726 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
727 headers lookup, there's no need to do this manually. Also
728 explicitely check the version specified in GStreamer_FIND_VERSION.
730 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
732 [EFL] Remove E_Dbus dependency
733 https://bugs.webkit.org/show_bug.cgi?id=136355
735 Reviewed by Gyuyoung Kim.
737 * Source/cmake/FindE_DBus.cmake: Removed.
738 * Source/cmake/OptionsEfl.cmake:
740 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
742 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
744 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
746 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
748 [CMake] Use ld.gold if it is available to speedup builds
749 https://bugs.webkit.org/show_bug.cgi?id=137953
751 Reviewed by Carlos Garcia Campos.
753 * Source/cmake/OptionsCommon.cmake:
755 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
757 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
758 https://bugs.webkit.org/show_bug.cgi?id=138840
760 Reviewed by Csaba Osztrogonác.
762 * Source/cmake/OptionsCommon.cmake:
764 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
766 Remove Source/Platform cruft
767 https://bugs.webkit.org/show_bug.cgi?id=138658
769 Reviewed by Anders Carlsson.
772 * Source/Platform: Removed.
774 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
776 Enable Cortex-A53-specific code paths by default if core is detected.
777 https://bugs.webkit.org/show_bug.cgi?id=138499
779 Reviewed by Csaba Osztrogonác.
781 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
782 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
785 Since on ARM64/Linux the part number that cpuinfo reports depends on
786 the core the query is run on, the check is bound to and executed on the
787 available cores one by one.
789 * Source/cmake/OptionsCommon.cmake:
791 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
793 [EFL] Remove unnecessary version check from OptionsEfl.cmake
794 https://bugs.webkit.org/show_bug.cgi?id=138498
796 Reviewed by Csaba Osztrogonác.
798 * Source/cmake/OptionsEfl.cmake:
800 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
802 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
803 https://bugs.webkit.org/show_bug.cgi?id=138465
805 Reviewed by Gyuyoung Kim.
807 * Source/cmake/OptionsEfl.cmake:
809 2014-11-03 Dean Jackson <dino@apple.com>
811 Add ENABLE_FILTERS_LEVEL_2 feature guard.
812 https://bugs.webkit.org/show_bug.cgi?id=138362
814 Reviewed by Tim Horton.
816 Add a new feature define for Level 2 of CSS Filters.
817 http://dev.w3.org/fxtf/filters-2/
819 * Source/cmake/OptionsEfl.cmake:
820 * Source/cmake/OptionsGTK.cmake:
821 * Source/cmake/OptionsMac.cmake:
822 * Source/cmake/WebKitFeatures.cmake:
823 * Source/cmakeconfig.h.cmake:
825 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
827 Workaround for Cortex-A53 erratum 835769
828 https://bugs.webkit.org/show_bug.cgi?id=138315
830 Reviewed by Filip Pizlo.
832 This patch introduces CMake variable and preprocessor macro
833 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
834 code paths, if set true.
836 * Source/cmake/OptionsCommon.cmake:
837 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
839 * Source/cmakeconfig.h.cmake:
840 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
842 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
844 [GTK] Fix the build of FTL JIT
845 https://bugs.webkit.org/show_bug.cgi?id=138298
847 Reviewed by Carlos Garcia Campos.
849 * Source/cmake/OptionsGTK.cmake:
850 Remove the need for the LIBCXXABI package.
852 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
854 REGRESSION(CMake): Make it possible to build without introspection
855 https://bugs.webkit.org/show_bug.cgi?id=138006
857 Reviewed by Philippe Normand.
859 Add ENABLE_INTROSPECTION option.
861 * Source/PlatformGTK.cmake: Dot not add gir global target if
862 introspection is disabled.
863 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
864 introspection is disabled.
866 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
868 [GTK] Support script message handlers WebKitUserContentManager
869 https://bugs.webkit.org/show_bug.cgi?id=133730
871 Reviewed by Carlos Garcia Campos.
873 Support user script message handlers in WebKitUserContentManager.
874 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
875 an option is added to the CMake build files. The option is disabled
876 globally by default, and the WebKitGTK port enables it. On the API
877 level, two new methods to register and unregister names are provided
878 in the "window.webkit" namespace, and on message reception the
879 "WebKitUserContentManager::script-message-received" signal is
880 emitted, using the registered names as signal detail.
882 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
883 ENABLE_USER_MESSAGE_HANDLERS feature by default.
884 * Source/cmake/WebKitFeatures.cmake: Add feature description for
885 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
887 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
889 [GTK] Bump libsoup's minimum version to 2.42.0.
890 https://bugs.webkit.org/show_bug.cgi?id=138086
892 Reviewed by Martin Robinson.
894 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
895 soup-version.h header was added to soup.h in 2.41.4, which then becomes
896 the minimum version required to build the port these days.
898 In addition, since the autotools build system required 2.42.0 before
899 being retired, require the same version here. Version 2.42.0 was also
901 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
903 * Source/cmake/OptionsGTK.cmake:
905 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
907 [EFL] Remove unnecessary defines from OptionsEfl.cmake
908 https://bugs.webkit.org/show_bug.cgi?id=138132
910 Reviewed by Csaba Osztrogonác.
912 * Source/cmake/OptionsEfl.cmake:
914 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
916 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
918 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
920 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
922 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
923 https://bugs.webkit.org/show_bug.cgi?id=137946
925 Reviewed by Gyuyoung Kim.
927 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
929 * Source/cmake/OptionsEfl.cmake:
931 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
933 Fix FTL Native Inlining for EFL
934 https://bugs.webkit.org/show_bug.cgi?id=137774
936 Reviewed by Michael Saboff.
938 Updated CMake for FTL Native Inlining.
941 * Source/cmake/FindClang.cmake: Added.
942 * Source/cmake/OptionsEfl.cmake:
943 * Source/cmakeconfig.h.cmake:
945 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
947 Web Inspector: Generate all Inspector domains together in JavaScriptCore
948 https://bugs.webkit.org/show_bug.cgi?id=137748
950 Reviewed by Brian Burg.
952 * Source/PlatformEfl.cmake:
954 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
956 [GTK] Add initial gestures support
957 https://bugs.webkit.org/show_bug.cgi?id=137812
959 Reviewed by Sergio Villar Senin.
961 Check if the GTK+ version supports gestures or not.
963 * Source/cmake/FindGTK3.cmake:
964 * Source/cmake/OptionsGTK.cmake:
966 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
968 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
969 https://bugs.webkit.org/show_bug.cgi?id=137781
971 Reviewed by Martin Robinson.
973 We used to enable smooth scrolling unconditionally in autotools
974 (via WebKitFeatures.m4), but since the switch to CMake it's
975 unconditionally disabled, so changing the setting doesn't have any
978 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
980 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
982 Removing CUSTOM_PROTOCOLS guard
983 https://bugs.webkit.org/show_bug.cgi?id=137741
985 Reviewed by Benjamin Poulain.
987 * Source/cmake/OptionsEfl.cmake:
989 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
991 [EFL] Enable WebP support.
992 https://bugs.webkit.org/show_bug.cgi?id=136156
994 Reviewed by Gyuyoung Kim.
996 Add WebP package finding rule.
998 * Source/cmake/OptionsEfl.cmake:
1000 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
1002 [EFL] Enable custom URI schemes with CustomProtocols
1003 https://bugs.webkit.org/show_bug.cgi?id=128177
1005 Reviewed by Gyuyoung Kim.
1007 Fixing ewk_context_url_scheme_register() ewebkit2 API
1008 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
1010 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
1012 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
1014 Bump version to 2.7.0
1015 https://bugs.webkit.org/show_bug.cgi?id=137301
1017 Rubber-stamped by Carlos Garcia Campos.
1019 * Source/cmake/OptionsGTK.cmake: Bump version numbers
1021 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1023 [EFL] Rename TEST_THEME_DIR macro
1024 https://bugs.webkit.org/show_bug.cgi?id=137244
1026 Reviewed by Csaba Osztrogonác.
1028 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
1030 2014-09-27 Dan Bernstein <mitz@apple.com>
1032 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
1033 https://bugs.webkit.org/show_bug.cgi?id=137053
1035 Reviewed by Mark Rowe.
1037 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1038 In the build pre-action, pass the --wksi and --llvm options to
1039 copy-webkitlibraries-to-product-directory.
1040 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
1042 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
1044 [GTK] Enable CSS_IMAGE_SET in production builds
1045 https://bugs.webkit.org/show_bug.cgi?id=137142
1047 Reviewed by Alejandro G. Castro.
1049 This is required by the inspector to show some of the icons that
1050 has a HiDPI variant.
1052 * Source/cmake/OptionsGTK.cmake:
1054 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
1056 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
1057 https://bugs.webkit.org/show_bug.cgi?id=136377
1059 Reviewed by Philippe Normand.
1061 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
1062 for CMake versions less than 3.
1064 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
1066 Remove WinCE port from trunk
1067 https://bugs.webkit.org/show_bug.cgi?id=136951
1069 Reviewed by Alex Christensen.
1071 * Source/cmake/OptionsWinCE.cmake: Removed.
1072 * Source/cmake/WebKitPackaging.cmake:
1074 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
1076 [EFL][GTK] Remove WebKit1 related codes
1077 https://bugs.webkit.org/show_bug.cgi?id=136853
1079 Reviewed by Csaba Osztrogonác.
1081 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
1084 * Source/PlatformGTK.cmake:
1086 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1089 https://bugs.webkit.org/show_bug.cgi?id=136820
1091 Reviewed by Csaba Osztrogonác.
1093 * Source/cmake/FindICU.cmake:
1095 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
1097 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
1098 https://bugs.webkit.org/show_bug.cgi?id=136814
1100 Reviewed by Philippe Normand.
1102 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
1103 We bundle the wayland-egl dependency with wayland-client and wayland-server
1104 and store the resulting variables with the WAYLAND_ prefix. Because of this
1105 this line wasn't exporting anything useful.
1107 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
1109 URTBF after r173574.
1111 * Source/cmake/WebKitMacros.cmake:
1113 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
1115 [JavaScriptCore] Fix FTL on platform EFL.
1116 https://bugs.webkit.org/show_bug.cgi?id=133571
1118 Reviewed by Filip Pizlo.
1122 * Source/cmake/FindLIBCXXABI.cmake: Removed.
1123 * Source/cmake/OptionsEfl.cmake:
1125 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1128 https://bugs.webkit.org/show_bug.cgi?id=136571
1130 Reviewed by Darin Adler.
1132 * Source/cmake/OptionsEfl.cmake:
1133 * Source/cmake/OptionsGTK.cmake:
1134 * Source/cmake/OptionsMac.cmake:
1135 * Source/cmake/WebKitFeatures.cmake:
1136 * Source/cmakeconfig.h.cmake:
1138 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1140 Remove CSS_FILTERS flag
1141 https://bugs.webkit.org/show_bug.cgi?id=136529
1143 Reviewed by Dirk Schulze.
1145 * Source/cmake/OptionsEfl.cmake:
1146 * Source/cmake/OptionsGTK.cmake:
1147 * Source/cmake/OptionsMac.cmake:
1148 * Source/cmake/WebKitFeatures.cmake:
1149 * Source/cmakeconfig.h.cmake:
1151 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1153 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
1154 https://bugs.webkit.org/show_bug.cgi?id=136194
1156 Reviewed by Csaba Osztrogonác.
1158 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
1162 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1164 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
1165 https://bugs.webkit.org/show_bug.cgi?id=135560
1167 Reviewed by Gyuyoung Kim.
1169 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
1171 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
1173 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
1174 https://bugs.webkit.org/show_bug.cgi?id=136343
1176 Reviewed by David Kilzer.
1178 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
1180 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1181 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1183 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
1185 [EFL] Share fast/speechsynthesis/ with other ports
1186 https://bugs.webkit.org/show_bug.cgi?id=136224
1188 Reviewed by Chris Fleizach.
1190 Enable WebSpeech for EFL.
1192 * Source/cmake/OptionsEfl.cmake:
1194 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
1196 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
1197 https://bugs.webkit.org/show_bug.cgi?id=136127
1199 Reviewed by Gyuyoung Kim.
1201 Add build support for espeak.
1203 * Source/cmake/FindEspeak.cmake: Added.
1204 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
1206 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
1208 [EFL] Build break using clang
1209 https://bugs.webkit.org/show_bug.cgi?id=136245
1211 Reviewed by Gyuyoung Kim.
1213 * Source/cmake/OptionsEfl.cmake:
1214 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
1215 Some warnings are from system libraries.
1217 2014-08-25 Alberto Garcia <berto@igalia.com>
1219 [GTK] Unify webkitgtk and webkit2gtk directories
1220 https://bugs.webkit.org/show_bug.cgi?id=136209
1222 Reviewed by Carlos Garcia Campos.
1224 Use webkit2gtk-X.X both for the process binaries and the injected
1227 * Source/cmake/OptionsGTK.cmake:
1229 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
1231 [EFL] Move Efl specific code from Source/CMakeLists.txt
1232 https://bugs.webkit.org/show_bug.cgi?id=136206
1234 Reviewed by Gyuyoung Kim.
1236 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
1237 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
1239 * Source/CMakeLists.txt:
1240 * Source/cmake/OptionsEfl.cmake:
1242 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
1244 [EFL] Introduce DEVELOPER_MODE
1245 https://bugs.webkit.org/show_bug.cgi?id=135884
1247 Reviewed by Gyuyoung Kim.
1249 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
1250 instead of SHARED_CORE.
1251 SHARED_CORE can reduce link time and memory consumption but it is slightly different
1252 from release binary.
1254 * Source/cmake/OptionsEfl.cmake:
1255 * Source/cmake/WebKitHelpers.cmake:
1256 Moved fvisibility=hidden to OptionsEfl.cmake
1258 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
1260 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
1261 https://bugs.webkit.org/show_bug.cgi?id=136110
1263 Reviewed by Gyuyoung Kim.
1265 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
1267 * Source/cmake/OptionsEfl.cmake:
1269 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1271 [EFL] Apply eflsymbols.filter to WebKit2
1272 https://bugs.webkit.org/show_bug.cgi?id=136148
1274 Reviewed by Csaba Osztrogonác.
1276 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
1277 in the eflsymbols.filter.
1279 * Source/cmake/OptionsEfl.cmake:
1280 * Source/cmake/eflsymbols.filter:
1282 2014-08-21 Zalan Bujtas <zalan@apple.com>
1284 Enable SATURATED_LAYOUT_ARITHMETIC.
1285 https://bugs.webkit.org/show_bug.cgi?id=136106
1287 Reviewed by Simon Fraser.
1289 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
1290 (No measurable performance regression on Mac.)
1292 * Source/cmake/OptionsMac.cmake:
1293 * Source/cmake/WebKitFeatures.cmake:
1294 * Source/cmakeconfig.h.cmake:
1296 2014-08-19 Zalan Bujtas <zalan@apple.com>
1298 Remove ENABLE(SUBPIXEL_LAYOUT).
1299 https://bugs.webkit.org/show_bug.cgi?id=136077
1301 Reviewed by Simon Fraser.
1303 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
1305 * Source/cmake/OptionsEfl.cmake:
1306 * Source/cmake/OptionsGTK.cmake:
1307 * Source/cmake/OptionsMac.cmake:
1308 * Source/cmake/WebKitFeatures.cmake:
1309 * Source/cmakeconfig.h.cmake:
1311 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
1313 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
1314 https://bugs.webkit.org/show_bug.cgi?id=135980
1316 Reviewed by Martin Robinson.
1318 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
1319 overrides any other disabled optimization that was prepended to these
1320 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
1321 lists first in the final list of compilation flags.
1323 To avoid -On re-enabling optimizations that we'd like to keep disabled,
1324 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
1326 * Source/cmake/OptionsCommon.cmake:
1327 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
1328 * Source/cmake/OptionsGTK.cmake:
1330 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
1332 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
1334 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1336 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
1338 [GTK] Disable memory sampler on non-Linux system
1339 https://bugs.webkit.org/show_bug.cgi?id=134483
1341 Reviewed by Philippe Normand.
1343 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
1344 Linux because it uses many Linux-specific features, so we should disable
1345 memory sampler on other systems by default.
1347 * Source/cmake/OptionsGTK.cmake:
1349 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
1351 [GTK] HTML API documentation should also be installed versioned
1352 https://bugs.webkit.org/show_bug.cgi?id=135970
1354 Reviewed by Philippe Normand.
1356 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
1359 2014-08-14 Tomas Popela <tpopela@redhat.com>
1361 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
1362 https://bugs.webkit.org/show_bug.cgi?id=135937
1364 Reviewed by Carlos Garcia Campos.
1368 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
1370 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
1371 https://bugs.webkit.org/show_bug.cgi?id=135934
1373 Reviewed by Gustavo Noronha Silva.
1375 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
1376 The gir files should installed in $datadir/gir-1.0/ together with all other
1377 gir files. We don't need to install introspection files in a versioned
1378 directory because their filenames already contain the binary version. But before
1379 r171598, the files were only installed to the right directory if the
1380 gobject-instrospection pkg-config file was in the same prefix than the one we
1381 wanted to install, because the gir and typelibs directories were extracted from
1382 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
1383 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
1384 like we do in the autotools build.
1386 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
1387 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
1388 * Source/cmake/OptionsGTK.cmake: Define
1389 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
1391 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
1393 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
1394 https://bugs.webkit.org/show_bug.cgi?id=135836
1396 Reviewed by Philippe Normand.
1398 * Source/PlatformGTK.cmake: Add install command to also install
1399 the GObject DOM bindings API docs.
1401 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
1403 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
1404 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
1405 re-set CMAKE_C_FLAGS with the new string. The two flags should really
1406 be appended to CMAKE_C_FLAGS and the same variable re-set with the
1409 * Source/cmake/OptionsCommon.cmake:
1411 2014-08-13 Alex Christensen <achristensen@webkit.org>
1413 Progress towards CMake on Mac.
1414 https://bugs.webkit.org/show_bug.cgi?id=135819
1416 Reviewed by Laszlo Gombos.
1418 * Source/cmake/OptionsMac.cmake:
1419 Disable some more features temporarily to get CMake working.
1420 * Source/cmake/WebKitMacros.cmake:
1421 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
1423 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
1425 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
1426 https://bugs.webkit.org/show_bug.cgi?id=135798
1428 Reviewed by Philippe Normand.
1430 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
1432 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
1433 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
1434 https://bugs.webkit.org/show_bug.cgi?id=133317
1436 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
1438 Reviewed by Philippe Normand.
1440 No new tests since no new functionality has been added.
1442 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
1444 2014-08-11 Commit Queue <commit-queue@webkit.org>
1446 Unreviewed, rolling out r172393.
1447 https://bugs.webkit.org/show_bug.cgi?id=135796
1449 discussion needed about GnuTLS version bump on the bots
1450 (Requested by philn on #webkit).
1454 https://bugs.webkit.org/show_bug.cgi?id=133317
1455 http://trac.webkit.org/changeset/172393
1457 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
1458 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
1459 https://bugs.webkit.org/show_bug.cgi?id=133317
1461 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
1463 Reviewed by Philippe Normand.
1465 No new tests since no new functionality has been added.
1467 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
1469 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
1471 [GTK] Adds stubs for all subtle crypto algorithm implemntations
1472 https://bugs.webkit.org/show_bug.cgi?id=133316
1474 Reviewed by Philippe Normand.
1476 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
1477 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
1478 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
1480 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
1482 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
1484 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1486 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
1488 [GTK] REGRESSION(r166239): The ld version script is not being used
1489 https://bugs.webkit.org/show_bug.cgi?id=135694
1491 Reviewed by Martin Robinson.
1493 Move the symbols filter file from Tools/gtk to Source/cmake and rename
1494 it as gtksymbols.filter. Also updated it, since some of the symbols
1495 exported were renamed.
1497 * Source/cmake/OptionsGTK.cmake:
1498 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
1500 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
1502 [GTK] Child processes should be installed in a versioned directory
1503 https://bugs.webkit.org/show_bug.cgi?id=135754
1505 Reviewed by Gustavo Noronha Silva.
1507 Define LIBEXEC_INSTALL_DIR as
1508 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
1509 so that the child processes are installed in $libexec/webkitgtk-4.0.
1510 This makes it possible to install 2.6 in parallel to older versions.
1512 * Source/cmake/OptionsGTK.cmake:
1514 2014-08-08 Alex Christensen <achristensen@webkit.org>
1516 Progress towards using CMake on Mac.
1517 https://bugs.webkit.org/show_bug.cgi?id=135662
1519 Reviewed by Laszlo Gombos.
1522 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
1523 * Source/cmake/WebKitFeatures.cmake:
1524 * Source/cmakeconfig.h.cmake:
1525 Added features that are needed by the Mac port.
1526 * Source/cmake/OptionsMac.cmake:
1527 Enable CSS_IMAGE_SET based on FeatureDefines.h.
1528 Disable the FTL with CMake for now.
1529 * Source/cmake/OptionsEFL.cmake:
1530 * Source/cmake/OptionsGTK.cmake:
1531 Enable subpixel layout to not conflict with FeatureDefines.h
1533 2014-08-08 Simon Fraser <simon.fraser@apple.com>
1535 Undo some erroneous changes to the Xcode scheme files from r172259.
1537 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1538 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1540 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
1542 [CMake] Drop the required version of CMake down to 2.8.8
1543 https://bugs.webkit.org/show_bug.cgi?id=135713
1545 Reviewed by Alex Christensen.
1547 * CMakeLists.txt: Require CMake 2.8.8.
1549 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
1551 Get rid of INPUT_SPEECH
1552 https://bugs.webkit.org/show_bug.cgi?id=135672
1554 Reviewed by Andreas Kling.
1556 * Source/cmake/OptionsMac.cmake:
1557 * Source/cmake/WebKitFeatures.cmake:
1558 * Source/cmakeconfig.h.cmake:
1560 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
1562 [GTK] Disable IndexedDB
1563 https://bugs.webkit.org/show_bug.cgi?id=135692
1565 Reviewed by Carlos Garcia Campos.
1567 * Source/cmake/OptionsGTK.cmake:
1569 2014-08-06 Dean Jackson <dino@apple.com>
1571 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
1572 https://bugs.webkit.org/show_bug.cgi?id=135675
1574 Reviewed by Sam Weinig.
1576 * Source/cmake/OptionsGTK.cmake:
1577 * Source/cmake/OptionsMac.cmake:
1578 * Source/cmake/WebKitFeatures.cmake:
1579 * Source/cmakeconfig.h.cmake:
1581 2014-08-06 David Farler <dfarler@apple.com>
1583 Unreviewed build fix: Make includes semicolon in assignment.
1585 * Makefile.shared: Remove a ;
1587 2014-08-06 David Farler <dfarler@apple.com>
1589 Set DSYMUTIL_NUM_THREADS to the number of logical cores
1590 https://bugs.webkit.org/show_bug.cgi?id=135655
1592 Reviewed by Mark Rowe.
1594 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
1596 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
1598 [GTK] Be able to disable gtk2 dependency
1599 https://bugs.webkit.org/show_bug.cgi?id=135505
1601 Reviewed by Gustavo Noronha Silva.
1603 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
1604 required when it's enabled. It's enabled by default.
1606 * Source/cmake/OptionsGTK.cmake:
1608 2014-08-05 Alex Christensen <achristensen@webkit.org>
1611 https://bugs.webkit.org/show_bug.cgi?id=135620
1613 Reviewed by Laszlo Gombos.
1615 * Source/cmake/OptionsMac.cmake:
1616 Use UDIS86 by default on Mac.
1618 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
1620 Add a flag for the CSS Selectors level 4 implementation
1621 https://bugs.webkit.org/show_bug.cgi?id=135535
1623 Reviewed by Andreas Kling.
1625 * Source/cmake/OptionsEfl.cmake:
1626 * Source/cmake/OptionsGTK.cmake:
1627 * Source/cmake/WebKitFeatures.cmake:
1628 * Source/cmakeconfig.h.cmake:
1630 2014-08-04 Alex Christensen <achristensen@webkit.org>
1632 Progress towards CMake on Mac.
1633 https://bugs.webkit.org/show_bug.cgi?id=135528
1635 Reviewed by Gyuyoung Kim.
1637 * Source/cmake/OptionsMac.cmake:
1638 Made options list based on FeatureDefines.xcconfig files.
1640 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
1642 [GTK] Windowing target support should reflect the support in the GTK+ dependency
1643 https://bugs.webkit.org/show_bug.cgi?id=134736
1645 Reviewed by Martin Robinson.
1647 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
1648 support the X11 or Wayland windowing targets -- instead, if there's no support
1649 the specific target is disabled, and an error is thrown only if neither of the
1650 backends is enabled at the end..
1651 For now the X11 target remains enabled by default, and the Wayland target is
1652 kept disabled. Once it's possible to have both targets enabled at runtime in
1653 WebKit, the Wayland target will be enabled as well and we'll leave it to the
1654 GTK+ dependency to determine which targets can be enabled.
1656 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
1658 [CMake] Add FindWayland.cmake
1659 https://bugs.webkit.org/show_bug.cgi?id=135540
1661 Reviewed by Martin Robinson.
1663 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
1664 dependency. For now bundles the wayland-client, wayland-server and
1665 wayland-egl pkg-config targets into one dependency, but these could
1666 be split in the future if necessary.
1668 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
1670 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
1671 https://bugs.webkit.org/show_bug.cgi?id=135553
1673 Reviewed by Gyuyoung Kim.
1675 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
1676 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
1678 * Source/cmake/OptionsEfl.cmake:
1680 2014-08-01 Bear Travis <betravis@adobe.com>
1682 [Feature Queries] Enable Feature Queries on EFL/GTK
1683 https://bugs.webkit.org/show_bug.cgi?id=134902
1685 Reviewed by Benjamin Poulain.
1687 Enable CSS Feature Queries by default on the EFL and GTK
1690 * Source/cmake/OptionsEfl.cmake:
1691 * Source/cmake/OptionsGTK.cmake:
1693 2014-08-01 Alex Christensen <achristensen@webkit.org>
1695 Progress towards cmake on Windows.
1696 https://bugs.webkit.org/show_bug.cgi?id=135484
1698 Reviewed by Martin Robinson.
1701 Added Mac to list of ports, even though it is not done yet.
1702 Changed minimum bison version to version installed on Macs.
1703 * Source/cmake/OptionsAppleWin.cmake:
1704 Added some definitions.
1705 * Source/cmake/OptionsEfl.cmake:
1706 * Source/cmake/OptionsGTK.cmake:
1707 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
1708 * Source/cmake/OptionsMac.cmake: Added blank for now.
1709 * Source/cmake/OptionsWinCairo.cmake:
1710 * Source/cmake/OptionsWindows.cmake:
1711 Added some definitions.
1712 Removed /WX (warnings treated as error while compiling).
1713 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
1715 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
1717 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
1718 https://bugs.webkit.org/show_bug.cgi?id=135501
1720 Reviewed by Gyuyoung Kim.
1722 Use PROJECT_VERSION_MICRO instead.
1724 * Source/cmake/OptionsEfl.cmake:
1725 * Source/cmake/OptionsGTK.cmake:
1726 * Source/cmake/WebKitHelpers.cmake:
1728 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
1730 [EFL] Bump ewebkit version to 1.11
1731 https://bugs.webkit.org/show_bug.cgi?id=135487
1733 Reviewed by Gyuyoung Kim.
1735 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
1737 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1739 [EFL] Add support for building with Geoclue2.
1740 https://bugs.webkit.org/show_bug.cgi?id=135455
1742 Reviewed by Gyuyoung Kim.
1744 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
1747 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
1749 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
1751 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1753 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
1755 [GTK] Bump binary version for 2.6
1756 https://bugs.webkit.org/show_bug.cgi?id=133724
1758 Reviewed by Philippe Normand.
1760 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
1761 update library version numbers.
1763 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
1765 [CMake] Bump the minimum required version
1766 https://bugs.webkit.org/show_bug.cgi?id=135382
1768 Reviewed by Gyuyoung Kim.
1770 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
1771 we introduced usage of target_include_directories().
1773 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
1775 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
1776 https://bugs.webkit.org/show_bug.cgi?id=135376
1778 Reviewed by Gyuyoung Kim.
1780 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
1782 * Source/cmake/OptionsEfl.cmake:
1783 * Source/cmake/OptionsGTK.cmake:
1785 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
1787 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
1788 https://bugs.webkit.org/show_bug.cgi?id=135288
1790 Reviewed by Martin Robinson.
1792 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
1793 datadir to pkgconfig
1794 * Source/cmake/OptionsGTK.cmake: define install directories early
1795 enough to be used in FindGObjectIntrospection.cmake
1797 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
1799 Remove CSS_EXCLUSIONS compile flag and leftover code
1800 https://bugs.webkit.org/show_bug.cgi?id=135175
1802 Reviewed by Zoltan Horvath.
1804 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
1805 stubs. This removes the flag and the useless code.
1807 * Source/cmake/WebKitFeatures.cmake:
1808 * Source/cmakeconfig.h.cmake:
1810 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
1812 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
1813 https://bugs.webkit.org/show_bug.cgi?id=135114
1815 Fix build with GStreamer 1.4
1817 Reviewed by Philippe Normand.
1819 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
1820 gst-mpegts component instead of the unstable 1.3.x verstions.
1822 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1824 [GTK] Simplify make-dist command line arguments
1825 https://bugs.webkit.org/show_bug.cgi?id=134832
1827 Reviewed by Martin Robinson.
1829 * Source/PlatformGTK.cmake: Use --version instead of
1830 --tarball-root when running make-dist.py.
1832 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
1834 Add a manual test for r135044
1836 <https://bugs.webkit.org/show_bug.cgi?id=135044>
1838 Rubber-stamped by Andy Estes.
1840 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
1842 2014-07-18 Dana Burkart <dburkart@apple.com>
1844 Add a new 'analyze' target to the makefile. This will make use of a new
1845 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
1847 https://bugs.webkit.org/show_bug.cgi?id=135057
1848 <rdar://problem/10193187>
1850 Reviewed by David Kilzer.
1856 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
1858 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
1859 https://bugs.webkit.org/show_bug.cgi?id=134963
1861 Reviewed by Gyuyoung Kim.
1863 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
1865 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
1867 2014-07-14 Daniel Bates <dabates@apple.com>
1869 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
1870 https://bugs.webkit.org/show_bug.cgi?id=134905
1871 <rdar://problem/16602779>
1873 Reviewed by Simon Fraser.
1875 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
1876 on the tapped element when processing a touchend as a result of finger pressing and releasing
1877 on the same element that is initially positioned outside the visible content area.
1879 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
1881 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
1883 [GTK] Enable VIDEO_TRACK by default
1884 https://bugs.webkit.org/show_bug.cgi?id=134801
1886 Reviewed by Philippe Normand.
1888 * Source/cmake/OptionsGTK.cmake:
1890 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
1892 [GTK][CMake] Add a 'distcheck' target
1893 https://bugs.webkit.org/show_bug.cgi?id=130675
1895 Reviewed by Gustavo Noronha Silva.
1897 * Source/PlatformGTK.cmake: Add distcheck target.
1899 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
1901 [GTK] Use the same default options for production builds that previous stable releases
1902 https://bugs.webkit.org/show_bug.cgi?id=134589
1904 Reviewed by Martin Robinson.
1906 Change the default value of some features to match our stable releases.
1907 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
1908 canvas depend on whether cairo-gl is found.
1910 * Source/cmake/FindCairoGL.cmake: Added.
1911 * Source/cmake/OptionsGTK.cmake:
1913 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
1915 [EFL] Support Encrypted Media Extensions.
1916 https://bugs.webkit.org/show_bug.cgi?id=134750
1918 Reviewed by Gyuyoung Kim.
1920 Webkit needs to play encrypted media contents when media player
1921 is played by Media source extensions and normal video procedure.
1923 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
1925 2014-07-08 Alex Christensen <achristensen@webkit.org>
1927 Steps towards CMake on Windows.
1928 https://bugs.webkit.org/show_bug.cgi?id=134716
1930 Reviewed by Martin Robinson.
1933 Added AppleWin and WinCairo to list of CMake ports.
1934 * Source/cmake/OptionsAppleWin.cmake: Added.
1935 * Source/cmake/OptionsWinCairo.cmake: Added.
1936 * Source/cmake/OptionsWindows.cmake:
1937 Windows needs to use the system malloc. Other options to come.
1939 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1941 [EFL] Support Geolocation
1942 https://bugs.webkit.org/show_bug.cgi?id=134439
1944 Reviewed by Antonio Gomes.
1946 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
1948 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
1950 Broken build with build-webkit --no-video
1951 https://bugs.webkit.org/show_bug.cgi?id=134587
1953 Reviewed by Darin Adler.
1955 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
1957 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
1959 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
1961 [GTK] The list of features shown by cmake is not accurate
1962 https://bugs.webkit.org/show_bug.cgi?id=134588
1964 Reviewed by Gustavo Noronha Silva.
1966 The problem is that some options might change after the feature
1967 list has been printed.
1969 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
1970 setting the default values of features and set WEBGL value
1971 depending on the dependencies, and API_TEST depending on whether
1972 developer mode is enabled or not.
1974 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
1976 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
1977 https://bugs.webkit.org/show_bug.cgi?id=134578
1979 Reviewed by Gyuyoung Kim.
1981 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
1982 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
1983 disable related option if it is not ON.
1985 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
1986 * Source/cmake/OptionsGTK.cmake: Ditto.
1987 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
1989 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
1991 [GTK] make dist is broken
1992 https://bugs.webkit.org/show_bug.cgi?id=134542
1994 Reviewed by Martin Robinson.
1996 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
1998 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
2000 [CMake] Add necessary support for building for the Wayland target
2001 https://bugs.webkit.org/show_bug.cgi?id=134160
2003 Reviewed by Darin Adler.
2005 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
2006 is enabled, and that its version matches the version of the generic package. Same
2007 for the gtk+-wayland-3.0 package and the Wayland target.
2008 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
2009 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
2010 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
2011 so they keep building the TestNetscapePlugin target.
2012 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
2013 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
2014 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
2015 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
2016 the minimum required version as soon as that target is enabled. Only search for GLX
2017 if the X11 target is enabled.
2019 2014-06-29 Yoav Weiss <yoav@yoav.ws>
2021 Add support for HTMLImageElement's sizes attribute
2022 https://bugs.webkit.org/show_bug.cgi?id=133620
2024 Reviewed by Dean Jackson.
2026 Added an ENABLE_PICTURE_SIZES compile flag.
2028 * Source/cmake/WebKitFeatures.cmake:
2029 * Source/cmakeconfig.h.cmake:
2031 2014-06-26 Daniel Bates <dabates@apple.com>
2033 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
2034 https://bugs.webkit.org/show_bug.cgi?id=134309
2035 <rdar://problem/17427385>
2037 Reviewed by Darin Adler.
2039 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
2042 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
2044 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
2046 Remove build guard for progress element
2047 https://bugs.webkit.org/show_bug.cgi?id=134292
2049 Reviewed by Benjamin Poulain.
2051 The build flag is no longer needed as it is always on.
2053 * Source/cmake/WebKitFeatures.cmake:
2054 * Source/cmakeconfig.h.cmake:
2056 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
2058 [EFL] Platform support for WebSpeech feature.
2059 https://bugs.webkit.org/show_bug.cgi?id=116438
2061 Reviewed by Csaba Osztrogonác.
2063 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
2065 * Source/cmake/OptionsEfl.cmake:
2066 * Source/cmake/WebKitFeatures.cmake:
2068 2014-06-23 Philippe Normand <pnormand@igalia.com>
2070 Unreviewed, GTK build fix after r170266.
2072 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
2074 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2076 Disable gamepad feature on EFL and GTK ports by default
2077 https://bugs.webkit.org/show_bug.cgi?id=134169
2079 Reviewed by Brady Eidson.
2081 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
2083 2014-06-21 Brady Eidson <beidson@apple.com>
2085 Gamepad API - Deprecate the existing implementation
2086 https://bugs.webkit.org/show_bug.cgi?id=134108
2088 Reviewed by Timothy Hatcher.
2090 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
2091 -Add the "Deprecated" suffix to some implementation files
2093 * Source/cmake/OptionsEfl.cmake:
2094 * Source/cmake/OptionsGTK.cmake:
2095 * Source/cmake/WebKitFeatures.cmake:
2096 * Source/cmakeconfig.h.cmake:
2098 2014-06-21 Commit Queue <commit-queue@webkit.org>
2100 Unreviewed, rolling out r170244.
2101 https://bugs.webkit.org/show_bug.cgi?id=134157
2103 GTK/EFL bindings generator works differently, making this
2104 patch not work there. Will fix entire patch after a rollout.
2105 (Requested by bradee-oh on #webkit).
2109 "Gamepad API - Deprecate the existing implementation"
2110 https://bugs.webkit.org/show_bug.cgi?id=134108
2111 http://trac.webkit.org/changeset/170244
2113 2014-06-21 Brady Eidson <beidson@apple.com>
2115 Gamepad API - Deprecate the existing implementation
2116 https://bugs.webkit.org/show_bug.cgi?id=134108
2118 Reviewed by Timothy Hatcher.
2120 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
2121 -Add the "Deprecated" suffix to some implementation files
2123 * Source/cmake/OptionsEfl.cmake:
2124 * Source/cmake/OptionsGTK.cmake:
2125 * Source/cmake/WebKitFeatures.cmake:
2126 * Source/cmakeconfig.h.cmake:
2128 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2130 Removing PAGE_VISIBILITY_API compile guard.
2131 https://bugs.webkit.org/show_bug.cgi?id=133844
2133 Reviewed by Gavin Barraclough.
2135 * Source/cmake/OptionsEfl.cmake:
2136 * Source/cmake/OptionsGTK.cmake:
2137 * Source/cmake/WebKitFeatures.cmake:
2138 * Source/cmakeconfig.h.cmake:
2140 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
2142 [EFL][CMAKE] Disable WebKit1 build as a default
2143 https://bugs.webkit.org/show_bug.cgi?id=134093
2145 Reviewed by Gyuyoung Kim.
2147 Disable WebKit1 build and enable WebKit2 build for the EFL port.
2149 * Source/cmake/OptionsEfl.cmake:
2151 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2153 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
2154 https://bugs.webkit.org/show_bug.cgi?id=130389
2156 Reviewed by Mark Lam.
2158 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
2159 into !ENABLE(JIT) since they are mutually exclusive.
2161 * Source/cmake/OptionsEfl.cmake:
2162 * Source/cmake/OptionsGTK.cmake:
2163 * Source/cmake/WebKitFeatures.cmake:
2164 * Source/cmakeconfig.h.cmake:
2166 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
2168 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
2169 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
2170 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
2171 by the plugin process, but it is searched and utilized separately.
2173 Rubber-stamped by Carlos Garcia Campos.
2175 * Source/cmake/OptionsGTK.cmake:
2177 2014-06-16 Commit Queue <commit-queue@webkit.org>
2179 Unreviewed, rolling out r170003.
2180 https://bugs.webkit.org/show_bug.cgi?id=133938
2182 This patch broke GTK build (Requested by kczech on #webkit).
2186 "[EFL] Platform support for WebSpeech feature."
2187 https://bugs.webkit.org/show_bug.cgi?id=116438
2188 http://trac.webkit.org/changeset/170003
2190 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
2192 [EFL] Platform support for WebSpeech feature.
2193 https://bugs.webkit.org/show_bug.cgi?id=116438
2195 Reviewed by Gyuyoung Kim.
2197 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
2199 * Source/cmake/OptionsEfl.cmake:
2200 * Source/cmake/WebKitFeatures.cmake:
2202 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2204 [EFL] Remove duplicated compiler flag
2205 https://bugs.webkit.org/show_bug.cgi?id=133838
2207 Reviewed by Anders Carlsson.
2209 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
2210 it added to common compiler options. So, it is duplicated.
2212 * Source/cmake/WebKitHelpers.cmake:
2214 2014-06-11 Commit Queue <commit-queue@webkit.org>
2216 Unreviewed, rolling out r169877.
2217 https://bugs.webkit.org/show_bug.cgi?id=133784
2219 rollout wrong build fix approach for EFL port (Requested by
2220 gyuyoung on #webkit).
2224 "Unreviewed, EFL build fix since r169869."
2225 http://trac.webkit.org/changeset/169877
2227 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2229 Unreviewed, EFL build fix since r169869.
2231 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
2233 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
2235 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2237 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
2239 * Source/cmake/WebKitHelpers.cmake:
2241 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
2243 [GTK] Make it possible to build with FTL enabled
2244 https://bugs.webkit.org/show_bug.cgi?id=133219
2246 Reviewed by Philippe Normand.
2248 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
2250 * Source/cmake/OptionsGTK.cmake:
2252 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
2254 [CMake] Clean up FAST_MOBILE_SCROLLING
2255 https://bugs.webkit.org/show_bug.cgi?id=133342
2257 Reviewed by Gyuyoung Kim.
2259 FAST_MOBILE_SCROLLING was removed in r168726.
2261 * Source/cmake/OptionsEfl.cmake:
2262 * Source/cmake/OptionsGTK.cmake:
2263 * Source/cmake/WebKitFeatures.cmake:
2264 * Source/cmakeconfig.h.cmake:
2266 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2269 https://bugs.webkit.org/show_bug.cgi?id=132863
2271 Reviewed by Csaba Osztrogonác.
2273 * Source/cmake/OptionsEfl.cmake:
2274 * Source/cmake/OptionsGTK.cmake:
2275 * Source/cmake/WebKitFeatures.cmake:
2276 * Source/cmakeconfig.h.cmake:
2278 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
2280 Allow building CMake based ports with WEB_REPLAY
2281 https://bugs.webkit.org/show_bug.cgi?id=133154
2283 Reviewed by Csaba Osztrogonác.
2285 * Source/cmake/WebKitFeatures.cmake:
2286 * Source/cmakeconfig.h.cmake:
2288 2014-05-21 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
2290 [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled
2291 https://bugs.webkit.org/show_bug.cgi?id=132907
2293 Reviewed by Gyuyoung Kim.
2295 * Source/cmake/FindLIBCXXABI.cmake: Added.
2296 * Source/cmake/OptionsEfl.cmake:
2298 2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2300 [EFL] Turn on ENABLE_CSS_FILTERS
2301 https://bugs.webkit.org/show_bug.cgi?id=133153
2303 Reviewed by Gyuyoung Kim.
2305 * Source/cmake/OptionsEfl.cmake: Enable CSS_FILTERS as default option value.
2307 2014-05-16 Martin Robinson <mrobinson@igalia.com>
2309 [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and LIBEXEC_INSTALL_DIR
2310 https://bugs.webkit.org/show_bug.cgi?id=132819
2312 Reviewed by Carlos Garcia Campos.
2314 * CMakeLists.txt: Hard-code CMAKE_ARCHIVE_OUTPUT_DIRECTORY etc, so that we can accept absolute paths for LIB_INSTALL_DIR
2316 * Source/cmake/OptionsCommon.cmake: Get rid of LIB_SUFFIX and try to make all path variables absolute. Also set
2317 CMAKE_ARCHIVE_OUTPUT_DIRECTORY, etc using the last path component of LIB_INSTALL_DIR, etc, so that absolute paths
2319 * Source/cmake/OptionsGTK.cmake: Ditto. Also get rid of all pkg-config specific variables.
2321 2014-05-20 Gustavo Noronha Silva <gns@gnome.org>
2323 [CMake] Support building with Debug Fission
2324 https://bugs.webkit.org/show_bug.cgi?id=131177
2326 Reviewed by Philippe Normand.
2328 * Source/cmake/OptionsCommon.cmake: add a DEBUG_FISSION option to enable usage
2329 of http://gcc.gnu.org/wiki/DebugFission.
2331 2014-05-20 Carlos Garcia Campos <cgarcia@igalia.com>
2333 [GTK] Rename translation domain as WebKit2GTK-3.0
2334 https://bugs.webkit.org/show_bug.cgi?id=132953
2336 Reviewed by Gustavo Noronha Silva.
2338 * Source/cmake/OptionsGTK.cmake:
2340 2014-05-18 Rik Cabanier <cabanier@adobe.com>
2342 support for navigator.hardwareConcurrency
2343 https://bugs.webkit.org/show_bug.cgi?id=132588
2345 Reviewed by Filip Pizlo.
2347 * Source/cmake/OptionsEfl.cmake:
2348 * Source/cmake/OptionsGTK.cmake:
2349 * Source/cmake/WebKitFeatures.cmake:
2350 * Source/cmakeconfig.h.cmake:
2352 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2354 Remove CSS_STICKY_POSITION guards
2355 https://bugs.webkit.org/show_bug.cgi?id=132676
2357 Reviewed by Simon Fraser.
2359 * Source/cmake/OptionsEfl.cmake:
2360 * Source/cmake/OptionsGTK.cmake:
2361 * Source/cmake/WebKitFeatures.cmake:
2362 * Source/cmakeconfig.h.cmake:
2364 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
2366 Unreviewed. Bump version numbers.
2368 * Source/cmake/OptionsGTK.cmake:
2370 2014-05-10 Martin Robinson <mrobinson@igalia.com>
2372 [GTK][CMake] Unable to do make install
2373 https://bugs.webkit.org/show_bug.cgi?id=130188
2375 Reviewed by Carlos Garcia Campos.
2377 Only try to install the HTML documentation if the build is configured to generate it via
2378 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
2379 to keep the HTML documentation directory as an installation source.
2381 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
2382 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
2383 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
2384 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
2385 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
2387 2014-05-09 Anders Carlsson <andersca@apple.com>
2389 Rename WebKit2.framework to WebKit.framework
2390 https://bugs.webkit.org/show_bug.cgi?id=132743
2391 <rdar://problem/15920046>
2393 Reviewed by Dan Bernstein.
2396 Build WebKit.xcodeproj before WebKit2.xcodeproj.
2398 * WebKit.xcworkspace/xcshareddata/xcschemes/:
2401 2014-05-06 David Kilzer <ddkilzer@apple.com>
2403 Add Makefile targets for copying static libraries (LLVM and WKSI)
2404 <http://webkit.org/b/132619>
2406 Reviewed by Mark Rowe.
2409 (MODULES): Add WebKitLibraries.
2411 2014-05-06 Commit Queue <commit-queue@webkit.org>
2413 Unreviewed, rolling out r168304.
2414 https://bugs.webkit.org/show_bug.cgi?id=132607
2416 Broke the build (Requested by KaL on #webkit).
2420 "[GTK][CMake] Unable to do make install"
2421 https://bugs.webkit.org/show_bug.cgi?id=130188
2422 http://trac.webkit.org/changeset/168304
2424 2014-05-05 Martin Robinson <mrobinson@igalia.com>
2426 [GTK][CMake] Unable to do make install
2427 https://bugs.webkit.org/show_bug.cgi?id=130188
2429 Reviewed by Carlos Garcia Campos.
2431 Only try to install the HTML documentation if the build is configured to generate it via
2432 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
2433 to keep the HTML documentation directory as an installation source.
2435 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
2436 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
2437 never added to the default target, but will be triggered by build-webkit, so that
2438 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
2439 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
2441 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2443 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
2444 https://bugs.webkit.org/show_bug.cgi?id=132525
2446 Reviewed by Martin Robinson.
2448 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
2449 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
2450 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
2452 2014-05-01 David Kilzer <ddkilzer@apple.com>
2454 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
2455 <http://webkit.org/b/132432>
2457 Reviewed by Tim Horton.
2459 * Source/cmake/WebKitFeatures.cmake:
2460 * Source/cmakeconfig.h.cmake:
2461 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
2463 2014-04-30 Simon Fraser <simon.fraser@apple.com>
2465 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
2467 Reviewed by Dan Bernstein/Anders Carlsson.
2469 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2470 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2472 2014-04-30 Simon Fraser <simon.fraser@apple.com>
2474 Let Xcode have its way with the WebKit workspace.
2476 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2477 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2479 2014-04-29 Martin Robinson <mrobinson@igalia.com>
2481 [GTK] Make it easier to run CMake for downstreams
2482 https://bugs.webkit.org/show_bug.cgi?id=132370
2484 Reviewed by Carlos Garcia Campos.
2486 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
2488 2014-04-27 Joonghun Park <jh718.park@samsung.com>
2490 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
2491 https://bugs.webkit.org/show_bug.cgi?id=132176
2493 Reviewed by Gyuyoung Kim.
2495 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
2497 * Source/cmake/OptionsEfl.cmake:
2499 2014-04-22 Alex Christensen <achristensen@webkit.org>
2501 Removed old stdbool and inttypes headers.
2502 https://bugs.webkit.org/show_bug.cgi?id=131966
2504 Reviewed by Brent Fulgham.
2506 * Source/cmake/OptionsWindows.cmake:
2507 * Source/cmake/WebKitPackaging.cmake:
2508 Removed references to os-win32 directory.
2510 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
2512 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
2514 Rubber-stamped by Carlos Garcia Campos.
2516 * Source/cmake/WebKitFeatures.cmake:
2518 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
2520 Empty RenderInline objects should not be line break objects.
2522 https://bugs.webkit.org/show_bug.cgi?id=131861
2523 <rdar://problem/15663617>
2525 Reviewed by David Hyatt.
2527 * ManualTests/empty-inline-as-line-break-position.html: Added.
2528 This issue wouldn't reproduce in WebKitTestRunner.
2530 2014-04-19 Brent Fulgham <bfulgham@apple.com>
2532 Revert unintended workspace change in my last commit.
2534 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
2535 Scheme type back to Debug.
2537 2014-04-18 Philippe Normand <pnormand@igalia.com>
2539 Remove NETWORK_INFO support
2540 https://bugs.webkit.org/show_bug.cgi?id=131841
2542 Reviewed by Gyuyoung Kim.
2544 * Source/cmake/OptionsEfl.cmake:
2545 * Source/cmake/OptionsGTK.cmake:
2546 * Source/cmake/WebKitFeatures.cmake:
2547 * Source/cmakeconfig.h.cmake:
2549 2014-04-17 Darin Adler <darin@apple.com>
2551 Try to fix EFL and GTK builds.
2553 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
2554 * Source/cmake/OptionsGTK.cmake: Ditto.
2555 * Source/cmakeconfig.h.cmake: Ditto.
2557 2014-04-16 Brendan Long <b.long@cablelabs.com>
2559 [GTK][CMAKE] build-webkit doesn't detect when the build fails
2560 https://bugs.webkit.org/show_bug.cgi?id=130148
2562 Reviewed by Martin Robinson.
2564 * 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.
2566 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
2568 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
2569 https://bugs.webkit.org/show_bug.cgi?id=131725
2571 Reviewed by Philippe Normand.
2573 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
2574 instead of GTK_UNIX_PRINTING_FOUND and set the macro
2575 HAVE_GTK_UNIX_PRINTING to 1 when found.
2577 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
2579 Web Replay: memoize nondeterministic attributes of the Navigator interface
2580 https://bugs.webkit.org/show_bug.cgi?id=131340
2582 Reviewed by Timothy Hatcher.
2584 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
2586 2014-04-09 Brendan Long <b.long@cablelabs.com>
2588 [GStreamer] Expose MPEG-TS metadata
2589 https://bugs.webkit.org/show_bug.cgi?id=122001
2591 Reviewed by Eric Carlson.
2593 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
2594 * Source/cmake/OptionsEfl.cmake: Same.
2595 * Source/cmake/OptionsGTK.cmake: Same.
2597 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
2599 Web Replay: memoize nondeterministic attributes of the Screen interface
2600 https://bugs.webkit.org/show_bug.cgi?id=131339
2602 Reviewed by Timothy Hatcher.
2604 * ManualTests/inspector/replay-window-screen.html: Added.
2606 2014-04-08 Martin Robinson <mrobinson@igalia.com>
2608 [GTK] Remove the WebKitGTK+ WebKit 1 code
2609 https://bugs.webkit.org/show_bug.cgi?id=131399
2611 Reviewed by Anders Carlsson.
2613 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
2614 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
2616 2014-04-08 Dan Bernstein <mitz@apple.com>
2618 Added bmalloc to the WebKit workspace.
2619 https://bugs.webkit.org/show_bug.cgi?id=131362
2621 Reviewed by Geoff Garen.
2623 * WebKit.xcworkspace/contents.xcworkspacedata:
2624 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2625 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2627 2014-04-08 Geoffrey Garen <ggaren@apple.com>
2629 Build bmalloc on iOS too
2630 https://bugs.webkit.org/show_bug.cgi?id=131381
2632 Reviewed by Andreas Kling.
2634 * Source/Makefile: Build it.
2636 2014-04-07 Geoffrey Garen <ggaren@apple.com>
2638 Build bmalloc on Mac
2639 https://bugs.webkit.org/show_bug.cgi?id=131333
2641 Reviewed by Mark Rowe.
2644 * WebKitBuild: Added.
2645 * WebKitBuild/Debug: Added.
2647 2014-04-07 Ryuan Choi <ryuan.choi@samsung.com>
2649 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT
2650 https://bugs.webkit.org/show_bug.cgi?id=131257
2652 Reviewed by Gyuyoung Kim.
2654 * Source/cmake/OptionsEfl.cmake: Enable MEDIA_CONTROLS_SCRIPT
2656 2014-04-06 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2658 [GTK] Stop trying to install WebKit1 documentation
2659 https://bugs.webkit.org/show_bug.cgi?id=131278
2661 Reviewed by Martin Robinson.
2663 * Source/PlatformGTK.cmake: Remove install() call since the WebKit1 documentation is not
2664 built anymore since r166584. This fixes `make install'.
2666 2014-04-04 Brian J. Burg <burg@cs.washington.edu>
2668 Web Replay: capture and replay wheel events and scroll commands
2669 https://bugs.webkit.org/show_bug.cgi?id=129402
2671 Reviewed by Timothy Hatcher.
2673 * ManualTests/inspector/replay-wheel-events.html: Added.
2675 2014-04-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2677 [GTK][CMake] Remove FindXt.cmake.
2678 https://bugs.webkit.org/show_bug.cgi?id=131227
2680 Reviewed by Anders Carlsson.
2682 Xt is already detected by CMake's own FindX11.cmake, so there is no need to keep a custom FindXt.cmake around.
2684 * Source/cmake/FindXt.cmake: Removed.
2685 * Source/cmake/OptionsGTK.cmake:
2687 2014-04-04 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
2689 [EFL] Build error due to changed path of generated js files.
2690 https://bugs.webkit.org/show_bug.cgi?id=131215
2692 Reviewed by Gyuyoung Kim.
2694 r166648 fixed the generation of some .js files on GTK. Due to some
2695 changes in the paths it causes a build error on EFL.
2697 * Source/PlatformEfl.cmake:
2698 Replaced path for two derived source files.
2700 2014-04-02 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2702 [GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
2703 https://bugs.webkit.org/show_bug.cgi?id=131095
2705 Reviewed by Martin Robinson.
2707 One needs to take into account OpenGL's include directory found via
2708 find_package() when looking for glx.h, since if the former is a
2709 non-standard location the latter will also be. If this is not it is
2710 possible that OpenGL is found but GLX support is not properly detected.
2712 * Source/cmake/OptionsGTK.cmake:
2714 2014-04-02 Martin Robinson <mrobinson@igalia.com>
2716 REGRESSION(r165704): [GTK] Inspector resources not correctly generated
2717 https://bugs.webkit.org/show_bug.cgi?id=130343
2719 Reviewed by Gustavo Noronha Silva.
2721 * CMakeLists.txt: Add a variable which points to the directory to store WebInspectorUI
2723 * Source/cmake/WebKitFS.cmake: Generate WebInspectorUI derived sources directories.
2725 2014-04-01 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2727 [CMake] Drop port check from FindEGL.cmake.
2728 https://bugs.webkit.org/show_bug.cgi?id=131091
2730 Reviewed by Gyuyoung Kim.
2732 There is no reason to mark some variables as advanced only for the
2735 * Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
2736 as advanced regardless of the port.
2738 2014-04-01 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2740 Fix the !ENABLE(BATTERY_STATUS) build
2741 https://bugs.webkit.org/show_bug.cgi?id=130183
2743 Reviewed by Anders Carlsson.
2745 * Source/cmake/OptionsEfl.cmake:
2747 2014-03-31 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2749 [CMake][GTK] Do not expand variables twice in if() checks.
2750 https://bugs.webkit.org/show_bug.cgi?id=130964
2752 Reviewed by Martin Robinson.
2754 In CMake, `if (${foo})' causes $foo to be evaluated first and its value
2755 to be checked by the if clause. This is not what we want, and
2756 configuration fails when, say, GLX support wasn't found as the if
2757 clause is actually evaluated as `if (TRUE AND (OR TRUE))'.
2759 * Source/cmake/OptionsGTK.cmake: Pass if (FOO) instead of if (${FOO})
2762 2014-03-31 Martin Robinson <mrobinson@igalia.com>
2764 [GTK] Remove scripts code only applicable to autotools
2765 https://bugs.webkit.org/show_bug.cgi?id=130841
2767 Reviewed by Anders Carlsson.
2769 * Source/cmake/WebKitPackaging.cmake: No longer need to consider autotools files.
2771 2014-03-31 Martin Robinson <mrobinson@igalia.com>
2773 [GTK] Use PROJECT_VERSION_* instead of WEBKIT_*_VERSION
2774 https://bugs.webkit.org/show_bug.cgi?id=130936
2776 Reviewed by Carlos Garcia Campos.
2778 * Source/cmake/OptionsGTK.cmake: No longer emulate the Autotools macro names.
2780 2014-03-31 Carlos Garcia Campos <cgarcia@igalia.com>
2782 [GTK] Add support for GTK3 plugins
2783 https://bugs.webkit.org/show_bug.cgi?id=130599
2785 Reviewed by Martin Robinson.
2787 * Source/cmake/OptionsGTK.cmake:
2789 2014-03-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2791 [EFL] Bump glib version from 2.36 to 2.38
2792 https://bugs.webkit.org/show_bug.cgi?id=130886
2794 Reviewed by Csaba Osztrogonác.
2796 * Source/cmake/OptionsEfl.cmake: Required glib-2.38 version.
2798 2014-03-26 Zoltan Horvath <zoltan@webkit.org>
2800 [CSS Shapes] Remove shape-inside support
2801 https://bugs.webkit.org/show_bug.cgi?id=130698
2803 Reviewed by David Hyatt.
2805 * Source/cmake/WebKitFeatures.cmake:
2806 * Source/cmakeconfig.h.cmake:
2808 2014-03-25 Martin Robinson <mrobinson@igalia.com>
2810 [GTK] Remove the autotools build
2811 https://bugs.webkit.org/show_bug.cgi?id=130717
2813 Reviewed by Anders Carlsson.
2815 * .gitignore: Remove references to autotools files.
2816 * GNUmakefile.am: Removed.
2817 * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
2818 * Source/autotools/CustomMacros.m4: Removed.
2819 * Source/autotools/FindDependencies.m4: Removed.
2820 * Source/autotools/PrintBuildConfiguration.m4: Removed.
2821 * Source/autotools/ReadCommandLineArguments.m4: Removed.
2822 * Source/autotools/SetupAutoconfHeader.m4: Removed.
2823 * Source/autotools/SetupAutomake.m4: Removed.
2824 * Source/autotools/SetupCompilerFlags.m4: Removed.
2825 * Source/autotools/SetupLibtool.m4: Removed.
2826 * Source/autotools/SetupWebKitFeatures.m4: Removed.
2827 * Source/autotools/Versions.m4: Removed.
2828 * Source/autotools/acinclude.m4: Removed.
2829 * Source/autotools/dolt.m4: Removed.
2830 * Source/autotools/gsettings.m4: Removed.
2831 * Source/cmake/OptionsGTK.cmake:
2832 * autogen.sh: Removed.
2833 * configure.ac: Removed.
2835 2014-03-25 Gabor Rapcsanyi <rgabor@webkit.org>
2837 [EFL] Add ARM64 build support
2838 https://bugs.webkit.org/show_bug.cgi?id=130506
2840 Rubber stamped by Gyuyoung Kim.
2842 * CMakeLists.txt: Set WTF_CPU_ARM64 when aarch64 is defined.
2844 2014-03-25 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2846 [EFL][WK2] Add NETWORK_PROCESS build option
2847 https://bugs.webkit.org/show_bug.cgi?id=130131
2849 Reviewed by Gyuyoung Kim.
2851 Add option to build EFL port with NETWORK_PROCESS set on. By default NETWORK_PROCESS is
2854 * Source/cmake/OptionsEfl.cmake:
2856 2014-03-24 Brian Burg <bburg@apple.com>
2858 Web Replay: capture and replay keyboard events
2859 https://bugs.webkit.org/show_bug.cgi?id=130314
2861 Reviewed by Joseph Pecoraro.
2863 * ManualTests/inspector/replay-keyboard-events.html: Added.
2865 2014-03-24 Sangyong Park <sy302.park@gmail.com>
2867 [EFL] Inspector page is not loaded.
2868 https://bugs.webkit.org/show_bug.cgi?id=130661
2870 Reviewed by Gyuyoung Kim.
2872 Inspector page is not loaded, because some javascript files are not installed.
2873 (InspectorJSBackendCommands.js, InspectorWebBackendCommands.js)
2875 * Source/PlatformEfl.cmake:
2877 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2879 [EFL][GTK] Get CMake to find Freetype2 properly
2880 https://bugs.webkit.org/show_bug.cgi?id=130150
2882 Reviewed by Martin Robinson.
2884 Newer versions of CMake are not able to find Freetype2 correctly.
2885 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
2886 freetype2 repo, because a completely different version number is found in freetype2.pc.
2888 * Source/cmake/FindFreetype2.cmake: Added.
2889 * Source/cmake/OptionsEfl.cmake:
2890 * Source/cmake/OptionsGTK.cmake:
2892 2014-03-20 Brian Burg <bburg@apple.com>
2894 Web Replay: capture and replay mouse events
2895 https://bugs.webkit.org/show_bug.cgi?id=129395
2897 Reviewed by Joseph Pecoraro.
2899 Create a manual test for capture/replay of mouse events.
2900 Copy over the crypto-md5.js library from SunSpider.
2902 * ManualTests/inspector/replay-mouse-events.html: Added.
2903 * ManualTests/inspector/resources/crypto-md5.js: Added.
2905 2014-03-20 Zan Dobersek <zdobersek@igalia.com>
2907 [GTK][CMake] Add support for building with Clang
2908 https://bugs.webkit.org/show_bug.cgi?id=130260
2910 Reviewed by Martin Robinson.
2912 * Source/PlatformGTK.cmake: Run the generate-gtkdoc script with the CFLAGS env set
2913 to the list C compiler flags as constructed by CMake.
2914 * Source/cmake/OptionsCommon.cmake: When building with Clang, use the -Qunused-arguments
2915 compiler option to suppress verbose warnings about arguments that went unused by the driver.
2916 * Source/cmake/OptionsGTK.cmake: Use -fno-omit-frame-pointer for both GCC and Clang.
2917 -fno-tree-dce should be used only for GCC.
2918 * Source/cmake/gtest/CMakeLists.txt: When building with Clang the GTest framework
2919 should be built with GTEST_HAS_TR1_TUPLE macro defined to 0 to avoid build failures.
2921 2014-03-20 Commit Queue <commit-queue@webkit.org>
2923 Unreviewed, rolling out r165962.
2924 https://bugs.webkit.org/show_bug.cgi?id=130512
2926 It broke the build (Requested by Ossy on #webkit).
2930 "[EFL][GTK] Get CMake to find Freetype2 properly"
2931 https://bugs.webkit.org/show_bug.cgi?id=130150
2932 http://trac.webkit.org/changeset/165962
2934 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2936 [EFL][GTK] Get CMake to find Freetype2 properly
2937 https://bugs.webkit.org/show_bug.cgi?id=130150
2939 Reviewed by Csaba Osztrogonác.
2941 Newer versions of CMake are not able to find Freetype2 correctly.
2942 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
2943 freetype2 repo, because a completely different version number is found in freetype2.pc.
2945 * Source/cmake/FindFreetype2.cmake: Added.
2946 * Source/cmake/OptionsEfl.cmake:
2947 * Source/cmake/OptionsGTK.cmake:
2949 2014-03-17 Brendan Long <b.long@cablelabs.com>
2951 [GStreamer] human readable language code for tracks
2952 https://bugs.webkit.org/show_bug.cgi?id=124514
2954 Reviewed by Martin Robinson.
2956 * Source/autotools/FindDependencies.m4: Add gstreamer-tag-1.0.
2957 * Source/cmake/FindGStreamer.cmake: Same.
2958 * Source/cmake/OptionsEfl.cmake: Same.
2959 * Source/cmake/OptionsGTK.cmake: Same.
2961 2014-03-17 Martin Robinson <mrobinson@igalia.com>
2963 [GTK][CMake] Credential storage is not enabled
2964 https://bugs.webkit.org/show_bug.cgi?id=130149
2966 Reviewed by Philippe Normand.
2968 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_CREDENTIAL_STORAGE option to the configuration
2969 and look libsecret when it's enabled.
2970 * Source/cmakeconfig.h.cmake: Expose the ENABLE_CREDENTIAL_STORAGE option to the build.
2972 2014-03-17 Martin Robinson <mrobinson@igalia.com>
2974 [GTK][CMake] Ensure that HAVE_GTK_UNIX_PRINTING is defined when appropriate
2975 https://bugs.webkit.org/show_bug.cgi?id=130155
2977 Reviewed by Philippe Normand.
2979 * Source/cmake/FindGTKUnixPrint.cmake: Added.
2980 * Source/cmake/OptionsGTK.cmake: Look for gtk+-unix-print and use it to turn on HAVE_GTK_UNIX_PRINTING.
2981 * Source/cmakeconfig.h.cmake: Add the HAVE_GTK_UNIX_PRINTING define.
2983 2014-03-16 Kim Byung Jun <bj1987.kim@samsung.com>
2985 [EFL] Enable TOUCH_SLIDER macro.
2986 https://bugs.webkit.org/show_bug.cgi?id=130186
2988 Reviewed by Gyuyoung Kim.
2990 * Source/cmake/OptionsEfl.cmake:
2992 2014-03-16 Zan Dobersek <zdobersek@igalia.com>
2994 [GTK][CMake] Build with -fno-rtti
2995 https://bugs.webkit.org/show_bug.cgi?id=130261
2997 Reviewed by Martin Robinson.
2999 * Source/cmake/OptionsCommon.cmake: List the -fno-exceptions, -fno-strict-aliasing
3000 and -fno-rtti options in the global CMAKE_C_FLAGS and CMAKE_CXX_FLAGS (-fno-rtti
3001 is only listed in the latter). Replace -std=gnu++0x with the official -std=c++11 option.
3002 * Source/cmake/WebKitHelpers.cmake: Stop -fno-exceptions and -fno-strict-aliasing
3003 from being set through the WEBKIT_SET_EXTRA_COMPILER_FLAGS macro, they are now listed
3004 in CMAKE_C_FLAGS and CMAKE_CXX_FLAGS.
3005 * Source/cmake/gtest/CMakeLists.txt: Build GTest code with GTEST_HAS_RTTI macro defined to 0.
3007 2014-03-16 Brendan Long <b.long@cablelabs.com>
3009 [GStreamer] CMake doesn't find the include path for gstreamer-base
3010 https://bugs.webkit.org/show_bug.cgi?id=130098
3012 Reviewed by Philippe Normand.
3014 * Source/cmake/FindGStreamer.cmake: Look for a header in gstreamer-base instead of looking for gst/gst.h twice.
3016 2014-03-14 Maciej Stachowiak <mjs@apple.com>
3018 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
3019 https://bugs.webkit.org/show_bug.cgi?id=130276
3020 <rdar://problem/16266927>
3022 Reviewed by Simon Fraser.
3024 * ManualTests/NPN_Invoke/Info.plist:
3025 * ManualTests/NPN_Invoke/main.c:
3026 * ManualTests/accessibility/resources/AppletTest.java:
3028 2014-03-14 Zan Dobersek <zdobersek@igalia.com>
3030 [CMake] Remove -fno-tree-sra workaround for GCC 4.5
3031 https://bugs.webkit.org/show_bug.cgi?id=130258
3033 Reviewed by Martin Robinson.
3035 GCC compilers 4.7 and later are supported, so there's no need for disabling
3036 the -ftree-sra optimization which was causing problems when enabled on GCC 4.5.
3038 * Source/cmake/WebKitHelpers.cmake:
3040 2014-03-14 Landry Breuil <landry@openbsd.org>
3042 Add autotools boilerplate for proper os defines on OpenBSD/NetBSD/DragonFly
3043 https://bugs.webkit.org/show_bug.cgi?id=129966
3045 Reviewed by Andreas Kling.
3047 * Source/autotools/CheckSystemAndBasicDependencies.m4:
3048 * Source/autotools/SetupAutomake.m4:
3050 2014-03-13 Mario Sanchez Prada <mario.prada@samsung.com>
3052 [CMake] Failure to link with older installations of WebP
3053 https://bugs.webkit.org/show_bug.cgi?id=130195
3055 Reviewed by Gustavo Noronha Silva.
3057 Fix the issue by using a temporary variable as the output parameter
3058 to check_include_files(), setting WEBP_FOUND accordingly later.
3060 * Source/cmake/FindWebP.cmake: Avoid reusing the WEBP_FOUND
3061 variable in check_include_files(), as it will lead to misleading
3062 results (will always be FALSE). Use a temporary variable instead
3063 and explicitly set WEBP_FOUND to TRUE later if needed.
3065 2014-03-12 Martin Robinson <mrobinson@igalia.com>
3067 [CMake] Changes to the bindings generator Perl modules do not trigger regeneration of bindings
3068 https://bugs.webkit.org/show_bug.cgi?id=130170
3070 Reviewed by Daniel Bates.
3072 * Source/cmake/WebKitMacros.cmake: Add the Perl modules used in script generation to the dependency
3073 list. We must check whether or not the specific one exists first, because the InjectedBundle uses a
3074 fake "TestRunner" generator.
3076 2014-03-12 Carlos Garcia Campos <cgarcia@igalia.com>
3078 [GTK][CMAKE] Remove compile warnings about GTK+ deprecated API
3079 https://bugs.webkit.org/show_bug.cgi?id=130014
3081 Reviewed by Martin Robinson.
3083 Set GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_6.
3085 * Source/cmake/OptionsGTK.cmake:
3086 * Source/cmakeconfig.h.cmake:
3088 2014-03-12 Martin Robinson <mrobinson@igalia.com>
3090 [GTK][CMAKE] Too verbose build output
3091 https://bugs.webkit.org/show_bug.cgi?id=130076
3093 Reviewed by Carlos Garcia Campos.
3095 * Source/cmake/OptionsGTK.cmake: Generate a script which does the actual build. This
3096 works around an issue where cmake --build doesn't support ninja's pretty printing.
3098 2014-03-10 Mario Sanchez Prada <mario.prada@samsung.com>
3100 [GTK] Add support for Geoclue2
3101 https://bugs.webkit.org/show_bug.cgi?id=120185
3103 Reviewed by Carlos Garcia Campos.
3105 Patch by Anton Obzhirov <a.obzhirov@samsung.com> and Mario Sanchez Prada <mario.prada@samsung.com>
3107 Add support for Geoclue2 using autotools.
3109 * Source/autotools/FindDependencies.m4: Add support for handling
3110 both Geoclue 1.0 and 2.0.
3111 * Source/autotools/PrintBuildConfiguration.m4: Print the version
3112 of geoclue that is being used.
3113 * Source/autotools/SetupAutoconfHeader.m4: Define GEOCLUE_API_VERSION_2.
3114 * Source/autotools/SetupAutomake.m4: Likewise, for AM_CONDITIONAL.
3115 * Source/autotools/Versions.m4: Added minimum required version for Geoclue2.
3117 Add support for Geoclue2 using CMake.
3119 * Source/cmake/FindGeoClue2.cmake: Added.
3120 * Source/cmake/OptionsGTK.cmake: Add support for handling Geoclue 1.0 and 2.0.
3121 * Source/cmakeconfig.h.cmake: Define WTF_USE_GEOCLUE2.
3123 2014-03-10 Martin Robinson <mrobinson@igalia.com>
3125 [GTK][CMAKE] gtk-doc HTML documentation is generated by default when building with CMake
3126 https://bugs.webkit.org/show_bug.cgi?id=130016
3128 Reviewed by Carlos Garcia Campos.
3130 * Source/PlatformGTK.cmake: Add two gtkdoc targets, one which builds HTML and one which
3131 doesn't. Add the non-HTML version to the default target, but not the HTML version. The
3132 HTML version will still run when building the distribution tarball.
3134 2014-03-10 Martin Robinson <mrobinson@igalia.com>
3136 [GTK] [CMake] Clean up library linking
3137 https://bugs.webkit.org/show_bug.cgi?id=129782
3139 Reviewed by Philippe Normand.
3141 * Source/cmake/OptionsGTK.cmake: Add a macro to wrap all libraries in a list with --whole-archive
3142 so that unused symbols are not dropped. This is useful when building up shared libraries
3143 from convenience libraries.
3145 2014-03-08 Landry Breuil <landry@openbsd.org>
3147 Don't check for shm_open on librt on OpenBSD, lib doesnt exist.
3148 https://bugs.webkit.org/show_bug.cgi?id=129973
3150 Reviewed by Martin Robinson.
3152 * Source/autotools/FindDependencies.m4:
3154 2014-03-06 Anders Carlsson <andersca@apple.com>
3156 Build WebKit2 before building WebKit
3157 https://bugs.webkit.org/show_bug.cgi?id=129831
3158 <rdar://problem/15920020>
3160 Reviewed by Dan Bernstein.
3163 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3164 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3166 2014-03-06 Commit Queue <commit-queue@webkit.org>
3168 Unreviewed, rolling out r165193.
3169 http://trac.webkit.org/changeset/165193
3170 https://bugs.webkit.org/show_bug.cgi?id=129823
3172 Not specifying libc++ as the stdlib for Clang through CXXFLAGS
3173 env confuses libtool (Requested by zdobersek on #webkit).
3175 * Source/autotools/SetupCompilerFlags.m4:
3177 2014-03-06 Zan Dobersek <zdobersek@igalia.com>
3179 [GTK][Autotools] Default to libc++ when compiling with Clang
3180 https://bugs.webkit.org/show_bug.cgi?id=129798
3182 Reviewed by Anders Carlsson.
3184 * Source/autotools/SetupCompilerFlags.m4: Default to using libc++ when compiling with the Clang
3185 compiler. This is still overridable if -stdlib=* flag was set through CXXFLAGS, in case people
3186 would for some reason still prefer libstdc++ (i.e. on setups where a functional libc++ is not yet available).
3188 2014-03-05 Martin Robinson <mrobinson@igalia.com>
3190 [CMake] Ninja generator builds fail with "Argument list too long"
3191 https://bugs.webkit.org/show_bug.cgi?id=129771
3193 Reviewed by Daniel Bates.
3195 * Source/cmake/OptionsCommon.cmake: Work around a bug in the Ninja CMake generator,
3196 by forcing the use of response files.
3198 2014-03-05 Ryuan Choi <ryuan.choi@samsung.com>
3200 [CMake] Use thin archives if building on Linux for non-shared-core debug builds
3201 https://bugs.webkit.org/show_bug.cgi?id=108330
3203 Reviewed by Martin Robinson.
3205 In order to get non-shared debug builds, this patch applied T option for
3206 thin archives to the flags passed to ar when cmake based ports build on linux.
3207 In addition, applied u option which avoids adding a file twice.
3209 * Source/cmake/OptionsCommon.cmake: Moved archive options from OptionsGTK.cmake.
3210 * Source/cmake/OptionsEfl.cmake:
3211 Removed error messages for non-shared-core debug builds.
3212 * Source/cmake/OptionsGTK.cmake: Moved archive options to OptionsCommon.cmake.
3214 2014-03-04 Zan Dobersek <zdobersek@igalia.com>
3216 [GTK] Build the Udis86 disassembler
3217 https://bugs.webkit.org/show_bug.cgi?id=129679
3219 Reviewed by Michael Saboff.
3221 * GNUmakefile.am: Add the Udis86_nosources variable.
3222 * Source/cmake/OptionsGTK.cmake: Enable the Udis86 disassembler.
3224 2014-03-04 Martin Robinson <mrobinson@igalia.com>
3226 [GTK] Simplify the GObject DOM bindings API break check into one step
3227 https://bugs.webkit.org/show_bug.cgi?id=129571
3229 Reviewed by Carlos Garcia Campos.
3231 * Source/PlatformGTK.cmake: We don't need to run the API break check before gtkdoc generation.
3232 Add the check to 'make check.'
3234 2014-03-04 Martin Robinson <mrobinson@igalia.com>
3236 [GTK][CMake] ENABLE_NAVIGATOR_CONTENT_UTILS is mistakenly enabled for the CMake build
3237 https://bugs.webkit.org/show_bug.cgi?id=129502
3239 Reviewed by Carlos Garcia Campos.
3241 * Source/cmake/OptionsGTK.cmake: Disable the option for GTK+.
3243 2014-03-03 Jozsef Berta <jberta.u-szeged@partner.samsung.com>
3245 [cmake] *Names.cpp file should be regenerated after touching StaticString.pm
3246 https://bugs.webkit.org/show_bug.cgi?id=129031
3248 Reviewed by Csaba Osztrogonác.
3250 * Source/cmake/WebKitMacros.cmake: Added a call for make_names.pm dependencies in GENERATE_FONT_NAMES and GENERATE_DOM_NAMES macros.
3252 2014-03-03 Carlos Garcia Campos <cgarcia@igalia.com>
3254 [GTK] WebKit2WebExtension GIR can't be used in vala
3255 https://bugs.webkit.org/show_bug.cgi?id=127179
3257 Reviewed by Martin Robinson.
3259 Add a different pkg-config file for the web extensions API.
3261 * Source/cmake/OptionsGTK.cmake:
3264 2014-03-02 Dirkjan Ochtman <d.ochtman@activevideo.com>
3266 Support ENABLE_ENCRYPTED_MEDIA in cmake builds
3267 https://bugs.webkit.org/show_bug.cgi?id=129575
3269 Reviewed by Philippe Normand.
3271 * Source/cmake/OptionsEfl.cmake:
3272 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
3273 * Source/cmake/OptionsGTK.cmake:
3274 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
3275 * Source/cmake/WebKitFeatures.cmake:
3276 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
3277 * Source/cmakeconfig.h.cmake:
3278 Added ENABLE_ENCRYPTED_MEDIA{,_V2} flags.
3280 2014-02-27 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
3282 Enable support of X-Content-Type-Options: nosniff header for EFL
3283 https://bugs.webkit.org/show_bug.cgi?id=128673
3285 Reviewed by Gyuyoung Kim.
3287 * Source/cmake/OptionsEfl.cmake:
3288 Enabled NOSNIFF feature flag for EFL.
3290 2014-02-27 Koop Mast <kwm@FreeBSD.org>
3292 Fallback on checking for libz manualy if zlib.pc isn't available.
3293 https://bugs.webkit.org/show_bug.cgi?id=127061
3295 Reviewed by Gustavo Noronha Silva.
3297 * Source/autotools/FindDependencies.m4:
3299 2014-02-25 Sergio Villar Senin <svillar@igalia.com>
3301 [CSS Grid Layout] Add ENABLE flag
3302 https://bugs.webkit.org/show_bug.cgi?id=129153
3304 Reviewed by Simon Fraser.
3306 Added the ENABLE_CSS_GRID_LAYOUT feature flag to the cmake and
3307 autotools build systems. The feature is disabled by default for
3310 * Source/autotools/SetupWebKitFeatures.m4:
3311 * Source/cmake/OptionsEfl.cmake:
3312 * Source/cmake/OptionsGTK.cmake:
3313 * Source/cmake/WebKitFeatures.cmake:
3314 * Source/cmakeconfig.h.cmake:
3316 2014-02-24 Martin Robinson <mrobinson@igalia.com>
3318 [GTK] generate-gtkdoc should not generate documentation for source files for unbuilt source files
3319 https://bugs.webkit.org/show_bug.cgi?id=128417
3321 Reviewed by Carlos Garcia Campos.
3323 * Source/cmake/OptionsGTK.cmake: Define the paths to the pkgconfig files here, so that they
3324 may one day be used in the webkitdom config file generation.
3326 2014-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3328 [EFL][CMake] Fix javascriptcore test failings by the jsCStack branch merge
3329 https://bugs.webkit.org/show_bug.cgi?id=128961
3331 Reviewed by Ryosuke Niwa.
3333 Javascriptcore test on EFL port has been broken since the jsCStack branch merge.
3334 For now we can fix almost tests by using "-fno-tree-dce option". Unfortunately,
3335 EFL port needs not to check "uninitialized" build warning as error in order to
3336 adjust the option to EFL port. This patch don't take it as error temporarily.
3338 * Source/cmake/OptionsEfl.cmake:
3339 * Source/cmake/WebKitHelpers.cmake:
3341 2014-02-16 Martin Robinson <mrobinson@igalia.com>
3343 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
3344 https://bugs.webkit.org/show_bug.cgi?id=128434
3346 Reviewed by Anders Carlsson.
3348 * Source/cmake/OptionsGTK.cmake: Add -fno-omit-frame-pointer to the GTK+ CMake
3349 port as well as -fno-tree-dce, like it is used in the autotools build.
3351 2014-02-17 ChangSeok Oh <changseok.oh@collabora.com>
3353 [GTK] MEDIA_CONTROLS_SCRIPT depends on VIDEO_TRACK
3354 https://bugs.webkit.org/show_bug.cgi?id=128799
3356 Reviewed by Philippe Normand.
3358 MEDIA_CONTROLS_SCRIPT has a dependency on VIDEO_TRACK. So it causes a build break
3359 if building with autotools. cmake system has enabled it as default. So I propose
3360 enabling VIDEO_TRACK as well.
3362 * Source/autotools/SetupWebKitFeatures.m4:
3364 2014-02-14 Commit Queue <commit-queue@webkit.org>
3366 Unreviewed, rolling out r164090.
3367 http://trac.webkit.org/changeset/164090
3368 https://bugs.webkit.org/show_bug.cgi?id=128807
3370 It broke the EFL build (Requested by Ossy on #webkit).
3372 * Source/cmake/OptionsCommon.cmake:
3373 * Source/cmake/OptionsEfl.cmake:
3375 2014-02-09 Martin Robinson <mrobinson@igalia.com>
3377 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
3378 https://bugs.webkit.org/show_bug.cgi?id=128434
3380 Extend a fix for EFL to all ports that use GCC. Also include further fixes
3381 that were applied only to the autotools build.
3383 Reviewed by Gyuyoung Kim.
3385 * Source/cmake/OptionsCommon.cmake: Add -fno-omit-frame-pointer to all ports as well
3386 as -fno-tree-dce, which is necessary for GTK+.
3387 * Source/cmake/OptionsEfl.cmake: The GCC flag additions are now in the common options file.
3389 2014-02-04 Gustavo Noronha Silva <gns@gnome.org>
3391 [GTK][CMake] Generate GObject DOM bindings .symbols files
3392 https://bugs.webkit.org/show_bug.cgi?id=126210
3394 Reviewed by Martin Robinson.
3396 * Source/PlatformGTK.cmake: add checking DOM bindings API as a dependency
3397 for documentation generation.
3399 2014-02-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
3401 [GTK] MEDIA_CONTROLS_SCRIPT support
3402 https://bugs.webkit.org/show_bug.cgi?id=123097
3404 Reviewed by Jer Noble.
3406 Part of the Autotools and CMake structure to build the media
3409 * Source/autotools/SetupWebKitFeatures.m4: Activated the media
3410 controls script by default.
3411 * Source/cmake/OptionsGTK.cmake: Activated the media controls
3413 * Source/cmake/WebKitFeatures.cmake: Created the option to
3414 activate the controls script.
3415 * Source/cmakeconfig.h.cmake: Created the define template the the
3416 media controls script.
3418 2014-02-12 Zan Dobersek <zdobersek@igalia.com>
3420 [GDB] Add .gdbinit to the list of files ignored by Git
3421 https://bugs.webkit.org/show_bug.cgi?id=128455
3423 Reviewed by Anders Carlsson.
3425 * .gitignore: Ignore the .gdbinit file which can be used to perform WebKit-specific GDB initialization
3426 when the debugger is launched in the repository's root directory. Also remove a Chromium-specific comment
3427 that covers already removed entries.
3429 2014-02-11 Oliver Hunt <oliver@apple.com>
3431 Make it possible to implement JS builtins in JS
3432 https://bugs.webkit.org/show_bug.cgi?id=127887
3434 Reviewed by Michael Saboff.
3437 * Source/cmake/gtest/CMakeLists.txt:
3439 2014-02-12 Ryan Lortie <desrt@desrt.ca>
3441 'ar T' is not portable and breaks the build on FreeBSD
3442 https://bugs.webkit.org/show_bug.cgi?id=128596
3444 Reviewed by Gustavo Noronha Silva.
3446 Create thin archives only if we are using GNU ar.
3448 * Source/autotools/SetupLibtool.m4:
3450 2014-02-10 Krzysztof Wolanski <k.wolanski@samsung.com>
3452 Add the CSS_SHAPE_INSIDE to CMake feature list
3453 https://bugs.webkit.org/show_bug.cgi?id=128530
3455 Reviewed by Gyuyoung Kim.
3457 CSS_SHAPE_INSIDE flag was added in r163333,
3458 this patch is adding this flag to CMake feature list.
3460 * Source/cmake/WebKitFeatures.cmake:
3461 * Source/cmakeconfig.h.cmake:
3463 2014-02-09 Carlos Garnacho <carlosg@gnome.org>
3465 [GTK] Enable touch features
3466 https://bugs.webkit.org/show_bug.cgi?id=98931
3468 Reviewed by Carlos Garcia Campos.
3470 * Source/autotools/SetupWebKitFeatures.m4:
3471 * Source/cmake/OptionsGTK.cmake: set ENABLE_TOUCH_EVENTS to 1 if building with GTK+.
3473 2014-02-06 Andreas Kling <akling@apple.com>
3475 Remove unused ENABLE(REPAINT_THROTTLING) flag.
3476 <https://webkit.org/b/128329>
3478 Reviewed by Antti Koivisto.
3480 * Source/cmake/WebKitFeatures.cmake:
3481 * Source/cmakeconfig.h.cmake:
3483 2014-02-06 Joseph Pecoraro <pecoraro@apple.com>
3485 [iOS] make should build WebKit2
3486 https://bugs.webkit.org/show_bug.cgi?id=128351
3488 Reviewed by Daniel Bates.
3492 2014-02-05 Andreas Kling <akling@apple.com>
3494 Remove ENABLE(DIRECTORY_UPLOAD).
3495 <https://webkit.org/b/128275>
3497 Rubber-stamped by Ryosuke Niwa.
3499 * Source/autotools/SetupWebKitFeatures.m4:
3500 * Source/cmake/WebKitFeatures.cmake:
3502 2014-02-05 Csaba Osztrogonác <ossy@webkit.org>
3504 Remove ENABLE(SVG) guards
3505 https://bugs.webkit.org/show_bug.cgi?id=127991
3507 Reviewed by Sam Weinig.
3509 * Source/autotools/FindDependencies.m4:
3510 * Source/autotools/PrintBuildConfiguration.m4:
3511 * Source/autotools/ReadCommandLineArguments.m4:
3512 * Source/autotools/SetupAutomake.m4:
3513 * Source/autotools/SetupWebKitFeatures.m4:
3514 * Source/cmake/OptionsEfl.cmake:
3515 * Source/cmake/OptionsGTK.cmake:
3516 * Source/cmake/WebKitFeatures.cmake:
3517 * Source/cmakeconfig.h.cmake:
3519 2014-02-04 Andreas Kling <akling@apple.com>
3521 Remove <iframe seamless> support.
3522 <https://webkit.org/b/128213>
3524 Rubber-stamped by Antti Koivisto.
3526 * Source/autotools/SetupWebKitFeatures.m4:
3527 * Source/cmake/WebKitFeatures.cmake:
3528 * Source/cmakeconfig.h.cmake:
3530 2014-01-31 Benjamin Poulain <bpoulain@apple.com>
3532 Remove LEGACY_VIEWPORT_ADAPTION
3533 https://bugs.webkit.org/show_bug.cgi?id=128028
3535 Reviewed by Anders Carlsson.
3537 * Source/cmake/WebKitFeatures.cmake:
3538 * Source/cmakeconfig.h.cmake:
3540 2014-01-31 Oliver Hunt <oliver@apple.com>
3542 Rollout r163195 and related patches
3545 * Source/cmake/gtest/CMakeLists.txt:
3547 2014-01-29 Oliver Hunt <oliver@apple.com>
3549 Make it possible to implement JS builtins in JS
3550 https://bugs.webkit.org/show_bug.cgi?id=127887
3552 Reviewed by Michael Saboff.
3556 * Source/cmake/gtest/CMakeLists.txt:
3558 2014-01-30 Martin Robinson <mrobinson@igalia.com>
3560 [GTK] [CMake] Add support for building against GTK+ 2
3561 https://bugs.webkit.org/show_bug.cgi?id=127959
3563 Reviewed by Anders Carlsson.
3565 * Source/cmake/OptionsGTK.cmake: Add a new option to use GTK 2 and make a variable holding the
3566 library API version. When using GTK 2 do not build WebKit 2.
3568 2014-01-30 Martin Robinson <mrobinson@igalia.com>
3570 [GTK] [CMake] Add a "make dist" target
3571 https://bugs.webkit.org/show_bug.cgi?id=116378
3573 Reviewed by Gustavo Noronha Silva.
3575 * Source/PlatformGTK.cmake: A CMake support for executing the make-dist
3576 script and then turning the tarfile into a LZMA compressed file.
3578 2014-01-30 Zan Dobersek <zdobersek@igalia.com>
3580 [GTK] Only disable -ftree-dce optimization when compiling with GCC
3581 https://bugs.webkit.org/show_bug.cgi?id=127911
3583 Reviewed by Carlos Garcia Campos.
3585 * Source/autotools/SetupAutomake.m4: Define the COMPILER_GCC and COMPILER_CLANG Automake macros.
3586 These can be used when compiler-specific flags have to be used. The latter one is not actually needed
3587 at the moment, but is added for the sake of completeness.
3589 2014-01-30 Csaba Osztrogonác <ossy@webkit.org>
3591 [EFL] Fix the regression caused by the jsCStack branch merge
3592 https://bugs.webkit.org/show_bug.cgi?id=127898
3594 Reviewed by Zoltan Herczeg.
3596 * Source/cmake/OptionsEfl.cmake: Build with -fno-omit-frame-pointer.
3598 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
3600 Remove ENABLE(JAVASCRIPT_DEBUGGER) leftovers
3601 https://bugs.webkit.org/show_bug.cgi?id=127845
3603 Reviewed by Joseph Pecoraro.
3605 * Source/autotools/SetupWebKitFeatures.m4:
3607 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
3609 Remove ENABLE(JAVASCRIPT_DEBUGGER) guards
3610 https://bugs.webkit.org/show_bug.cgi?id=127840
3612 Reviewed by Mark Lam.
3614 * Source/cmake/WebKitFeatures.cmake:
3615 * Source/cmakeconfig.h.cmake:
3617 2014-01-25 Darin Adler <darin@apple.com>
3619 Get rid of ICU_UNICODE and WCHAR_UNICODE remnants
3620 https://bugs.webkit.org/show_bug.cgi?id=127623
3622 Reviewed by Anders Carlsson.
3624 * Source/cmake/OptionsEfl.cmake: Removed ICU_UNICODE and WCHAR_UNICODE flags.
3625 * Source/cmake/OptionsGTK.cmake: Ditto.
3626 * Source/cmake/OptionsWinCE.cmake: Ditto.
3628 2014-01-23 Max Vujovic <mvujovic@adobe.com>
3630 Remove CSS Custom Filters code and tests
3631 https://bugs.webkit.org/show_bug.cgi?id=127382
3633 Reviewed by Simon Fraser.
3635 * Source/autotools/FindDependencies.m4:
3636 * Source/autotools/SetupWebKitFeatures.m4:
3637 * Source/cmake/WebKitFeatures.cmake:
3638 * Source/cmakeconfig.h.cmake:
3640 2014-01-22 Martin Robinson <mrobinson@igalia.com>
3642 [GTK][CMake] Add support for building the NetworkProcess
3643 https://bugs.webkit.org/show_bug.cgi?id=127195
3645 Reviewed by Daniel Bates.
3647 * Source/cmake/OptionsGTK.cmake: Turn on the network process and give it
3648 a name like the WebProcess.
3650 2014-01-20 Ryuan Choi <ryuan.choi@samsung.com>
3652 [CMAKE] Remove Nix from CMake scripts
3653 https://bugs.webkit.org/show_bug.cgi?id=127264
3655 Reviewed by Anders Carlsson.
3658 * Source/CMakeLists.txt:
3659 * Source/cmake/FindEGL.cmake:
3660 * Source/cmake/OptionsCommon.cmake:
3662 2014-01-18 Anders Carlsson <andersca@apple.com>
3664 Remove ENABLE_THREADED_HTML_PARSER defines everywhere
3665 https://bugs.webkit.org/show_bug.cgi?id=127225
3667 Reviewed by Andreas Kling.
3669 This concludes the removal of over 8.8 million lines of threaded parser code.
3671 * Source/autotools/SetupWebKitFeatures.m4:
3672 * Source/cmake/WebKitFeatures.cmake:
3673 * Source/cmakeconfig.h.cmake:
3675 2014-01-18 Lauro Neto <lauro.neto@openbossa.org>
3677 Remove Nix files from WebCore
3678 https://bugs.webkit.org/show_bug.cgi?id=127176
3680 Reviewed by Anders Carlsson.
3682 * Source/cmake/OptionsNix.cmake: Removed.
3684 2014-01-18 Zan Dobersek <zdobersek@igalia.com>
3686 [GTK] Bump the minimum required Clang version to 3.3
3687 https://bugs.webkit.org/show_bug.cgi?id=127178
3689 Reviewed by Martin Robinson.
3691 * Source/autotools/CheckSystemAndBasicDependencies.m4: Require Clang 3.3 or later when using the Clang compiler to
3692 build the GTK port. Building with Clang 3.2 doesn't work anymore and there's no point in fixing that, as we should
3693 support the latest two versions of Clang (3.3 and 3.4), just like we do with GCC (4.7 and 4.8).
3695 2014-01-14 Dan Bernstein <mitz@apple.com>
3697 Only use color in make output when it’s going to a terminal.
3699 Reviewed by Mark Rowe.
3703 2014-01-13 Martin Robinson <mrobinson@igalia.com>
3705 [CMake] Mark all dependency include paths and libraries as advanced variables
3706 https://bugs.webkit.org/show_bug.cgi?id=126504
3708 Reviewed by Daniel Bates.
3710 * Source/cmake/FindATK.cmake: Mark result variable as advanced.
3711 * Source/cmake/FindCairo.cmake: Ditto.
3712 * Source/cmake/FindEGL.cmake: Ditto.
3713 * Source/cmake/FindEnchant.cmake: Ditto.
3714 * Source/cmake/FindGLIB.cmake: Ditto.
3715 * Source/cmake/FindGStreamer.cmake: Ditto.
3716 * Source/cmake/FindHarfBuzz.cmake: Ditto.
3717 * Source/cmake/FindLibSoup.cmake: Ditto.
3719 2014-01-13 Martin Robinson <mrobinson@igalia.com>
3721 [GTK][CMake] Add a 'check' target
3722 https://bugs.webkit.org/show_bug.cgi?id=126770
3724 Reviewed by Daniel Bates.
3726 * Source/PlatformGTK.cmake: Add a 'check' target that calls run-gtk-tests.
3728 2014-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
3730 Unreviewed. Update NEWS and Versions.m4 for 2.3.4 release.
3732 * Source/autotools/Versions.m4: Bump version numbers.
3734 2014-01-12 Sergio Correia <sergio.correia@openbossa.org>
3736 [EFL][WK2] Make API tests work again
3737 https://bugs.webkit.org/show_bug.cgi?id=126769
3739 Reviewed by Gyuyoung Kim.
3741 The EFL and WK2 test binaries are currently being generated at *TestWebKitAPI/
3742 [E]WebKit2, respectively, and this causes problems because the logic to find
3743 where WebProcess is to look in the same directory of the running process and
3744 then proceed to use LIBEXECDIR (typically /usr/loca/bin).
3746 This patch introduces a WEBKIT_EXEC_PATH environment variable, inspired in the
3747 Gtk port, which allows us to look for WebProcess initially in this directory,
3750 * Source/cmake/OptionsEfl.cmake: Define WEBKIT_EXEC_PATH, to be used by
3753 2014-01-11 Dan Bernstein <mitz@apple.com>
3755 [Mac] xcodebuild color output is suppressed when using make
3756 https://bugs.webkit.org/show_bug.cgi?id=126815
3758 Reviewed by Anders Carlsson.
3760 WHen using make, xcodebuild’s output is piped through a filter, which causes it not to
3761 format its output with color and emphasis.
3763 * Makefile.shared: Pass COLOR_DIAGNOSTICS=YES to xcodebuild to force color output on. Due to
3764 xcodebuild limitations, this restores some of the formatting, but not all of it.
3766 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
3768 Remove the BlackBerry port from trunk
3769 https://bugs.webkit.org/show_bug.cgi?id=126715
3771 Reviewed by Anders Carlsson.
3774 * Source/cmake/OptionsCommon.cmake:
3776 2014-01-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
3778 [EFL][JSC] Enable udis86 disassembler on efl.
3779 https://bugs.webkit.org/show_bug.cgi?id=125502
3781 Reviewed by Michael Saboff.
3783 Enable udis86 disassembler on efl and fix build warnings.
3785 * Source/cmake/OptionsEfl.cmake:
3786 Enable udis86 disassembler.
3788 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
3790 Remove the BlackBerry port from trunk
3791 https://bugs.webkit.org/show_bug.cgi?id=126715
3793 Reviewed by Anders Carlsson.
3797 2014-01-09 Benjamin Poulain <bpoulain@apple.com>
3799 Remove the BlackBerry files outside WebCore
3800 https://bugs.webkit.org/show_bug.cgi?id=126715
3802 Reviewed by Anders Carlsson.
3804 * ManualTests/blackberry: Removed.
3805 * Source/cmake/OptionsBlackBerry.cmake: Removed.
3807 2014-01-08 Martin Robinson <mrobinson@igalia.com>
3809 [GTK] [CMake] Specify the executable and library output locations in the build
3810 https://bugs.webkit.org/show_bug.cgi?id=126671
3812 Reviewed by Gustavo Noronha Silva.
3814 * Source/cmake/OptionsGTK.cmake: Explicitly specify the output locations.
3816 2014-01-08 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3818 [EFL] Make FTL buildable
3819 https://bugs.webkit.org/show_bug.cgi?id=125777
3821 Reviewed by Csaba Osztrogonác.
3823 * Source/cmake/OptionsEfl.cmake:
3824 * Source/cmakeconfig.h.cmake:
3826 2014-01-08 Alberto Garcia <berto@igalia.com>
3828 REGRESSION(r160304): [GTK] Disable libtool fast install
3829 https://bugs.webkit.org/show_bug.cgi?id=126381
3831 Reviewed by Gustavo Noronha Silva.
3833 Don't disable the libtool fast-install mode unconditionally by
3836 If the fast-install mode is disabled, binaries are generated ready
3837 to use the libraries directly from the build tree. If we use the
3838 GNU linker, those binaries are then relinked when they are
3841 However, libtool fails to do it properly when an installation
3842 prefix is set with DESTDIR, and ends up installing the libtool
3843 wrappers instead of the actual binaries.
3845 * Source/autotools/SetupLibtool.m4:
3847 2014-01-07 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3849 Unreviewed GTK/CMake build fix: use the correct location for docs-build.stamp
3850 in output and dependencies declarations, so docs are not built needlessly
3853 * Source/PlatformGTK.cmake:
3855 2014-01-04 Carlos Garcia Campos <cgarcia@igalia.com>
3857 [GTK] Move all GTK/GObject unit tests to Tools/TestWebKitAPI
3858 https://bugs.webkit.org/show_bug.cgi?id=126342