1 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
3 [EFL] Bump LLVM to version 3.6.0 on X86_64
4 https://bugs.webkit.org/show_bug.cgi?id=143604
6 Reviewed by Gyuyoung Kim.
8 * Source/cmake/FindLLVM.cmake: Added version handling.
9 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
11 2015-04-15 Timothy Horton <timothy_horton@apple.com>
13 Custom CSS cursors do not use -webkit-image-set on retina displays
14 https://bugs.webkit.org/show_bug.cgi?id=120783
16 Reviewed by Beth Dakin.
17 Patch by Evan Wallace <evan.exe@gmail.com>.
19 Add a manual test for custom CSS cursors on retina displays.
21 * ManualTests/retina-cursors.html: Added.
23 2015-04-15 Alex Christensen <achristensen@webkit.org>
25 Progress towards CMake on Mac.
26 https://bugs.webkit.org/show_bug.cgi?id=143785
28 Reviewed by Csaba Osztrogonác.
31 * Source/cmake/OptionsMac.cmake:
32 * Source/cmake/WebKitFS.cmake:
34 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
36 Cannot click "Next" button on Google two-factor auth setup page
38 <https://bugs.webkit.org/show_bug.cgi?id=143624>
39 <rdar://problem/19175714>
41 Reviewed by Darin Adler.
43 * ManualTests/button-that-focuses-itself-on-click.html: Added.
45 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
47 [cmake] REGRESSION(182663): It broke feature dependency handling
48 https://bugs.webkit.org/show_bug.cgi?id=143665
50 Reviewed by Csaba Osztrogonác.
52 Don't try to check the value of options before defining the options.
54 * Source/cmake/WebKitFeatures.cmake:
56 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
58 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
59 https://bugs.webkit.org/show_bug.cgi?id=143664
61 Reviewed by Gyuyoung Kim.
63 * Source/cmake/OptionsEfl.cmake:
64 * Source/cmake/OptionsGTK.cmake:
65 * Source/cmake/WebKitFeatures.cmake:
66 * Source/cmakeconfig.h.cmake:
68 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
70 [EFL] Enable Media Source
71 https://bugs.webkit.org/show_bug.cgi?id=143635
73 Reviewed by Csaba Osztrogonác.
75 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
77 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
79 [CMake] Miscellaneous issues in WebKitFeatures.cmake
80 https://bugs.webkit.org/show_bug.cgi?id=143636
82 Reviewed by Martin Robinson.
84 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
85 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
87 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
88 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
90 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
92 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
94 Fix ENABLE_TOUCH_SLIDER so that it can be used
98 * Source/cmake/WebKitFeatures.cmake:
100 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
102 [CMake] Print sorted feature list at the very end of the configure process
103 https://bugs.webkit.org/show_bug.cgi?id=143596
105 Reviewed by Martin Robinson.
107 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
108 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
109 and sort the options before printing. Reorder some code so that features still get
110 propagated to the bindings generators.
112 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
114 [CMake] Options should be marked as advanced by default
115 https://bugs.webkit.org/show_bug.cgi?id=143572
117 Reviewed by Gyuyoung Kim.
119 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
120 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
121 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
122 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
123 option without making it public.
125 * Source/cmake/WebKitFeatures.cmake:
127 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
129 [CMake] Remove unnecessary ENABLE_WEBCORE switch
130 https://bugs.webkit.org/show_bug.cgi?id=143584
132 Reviewed by Csaba Osztrogonác.
134 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
138 * Source/CMakeLists.txt:
139 * Source/cmake/OptionsGTK.cmake:
140 * Source/cmake/WebKitFS.cmake:
142 2015-04-08 Filip Pizlo <fpizlo@apple.com>
144 Unreviewed, revert accidental commit.
148 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
150 Add CMake build system for WinCairo port.
151 https://bugs.webkit.org/show_bug.cgi?id=115944
153 Reviewed by Chris Dumez.
155 * Source/cmake/OptionsWindows.cmake:
156 * Source/cmake/WebKitMacros.cmake:
157 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
159 2015-04-06 Alberto Garcia <berto@igalia.com>
162 https://bugs.webkit.org/show_bug.cgi?id=143453
164 Reviewed by Darin Adler.
166 Add HPPA to the list of supported CPUs.
170 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
172 Unreviewed, kick the GTK bots to fix an incremental build issue.
174 * Source/cmake/OptionsGTK.cmake:
176 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
178 Fix the EFL and GTK build after r182243
179 https://bugs.webkit.org/show_bug.cgi?id=143361
181 Reviewed by Csaba Osztrogonác.
183 * Source/PlatformEfl.cmake: Add a custom command that copies
184 the InspectorBackendCommands.js file into the proper directory
185 under DerivedSources/WebInspectorUI/.
187 2015-04-01 Alex Christensen <achristensen@webkit.org>
189 Progress towards CMake on Windows and Mac.
190 https://bugs.webkit.org/show_bug.cgi?id=143293
192 Reviewed by Filip Pizlo.
195 Set DERIVED_SOURCES_WTF_DIR for Windows.
196 * Source/CMakeLists.txt:
197 Don't compile bmalloc on Windows.
198 * Source/cmake/OptionsCommon.cmake:
199 Use the absolute path of the C preprocessor.
200 * Source/cmake/OptionsWinCairo.cmake:
201 Added needed definitions.
202 * Source/cmake/OptionsWindows.cmake:
203 Set some default values and removed support for old Visual Studio versions before /MP.
204 * Source/cmake/WebKitFS.cmake:
205 Make WTF DerivedSources directory.
206 * Source/cmake/WebKitMacros.cmake:
207 Added ADD_PRECOMPILED_HEADER macro based on
208 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
210 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
212 Use colored diagnostics when building with cmake + ninja + clang
213 https://bugs.webkit.org/show_bug.cgi?id=143297
215 Reviewed by Žan Doberšek.
217 Because that ninja sets subprocess stdout/stderr to a pipe, clang
218 disables colored output.
219 This patch forces clang to use colored diagnostics when we are using
222 * Source/cmake/OptionsCommon.cmake:
224 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
226 [CMake] Update old CMakeList.txt in gtest
227 https://bugs.webkit.org/show_bug.cgi?id=143192
229 Reviewed by Darin Adler.
231 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
232 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
233 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
235 * Source/CMakeLists.txt:
236 * Source/cmake/gtest/CMakeLists.txt: Removed.
238 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
240 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
241 https://bugs.webkit.org/show_bug.cgi?id=143138
243 Reviewed by Csaba Osztrogonác.
245 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
246 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
248 * Source/cmake/OptionsWindows.cmake:
249 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
250 * Source/cmake/WebKitMacros.cmake:
252 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
254 [GStreamer] share GL context in pipeline, part 2
255 https://bugs.webkit.org/show_bug.cgi?id=143049
257 Reviewed by Carlos Garcia Campos.
259 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
260 OpenGL/ES2 is found and GLX/EGL is found too.
262 2015-03-26 Alex Christensen <achristensen@webkit.org>
264 Progress towards CMake on Mac.
265 https://bugs.webkit.org/show_bug.cgi?id=143112
267 Reviewed by Chris Dumez.
269 * Source/cmake/OptionsMac.cmake:
271 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
273 [EFL] Add OpenWebRTC in jhbuild
274 https://bugs.webkit.org/show_bug.cgi?id=142778
276 Reviewed by Gyuyoung Kim.
278 Original patch by Philippe Normand <pnormand@igalia.com>
280 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
281 mediastream build is enabled.
283 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
285 [GTK] Add a configure option to build without Redirected XComposite Window
286 https://bugs.webkit.org/show_bug.cgi?id=142865
288 Reviewed by Žan Doberšek.
290 The Redirected XComposite Window was added to support some
291 features like GtkOverlay, but in cases where we don't need such
292 features, it's more efficient to use the XID of the WebKitWebView
293 window as the native surface handle for the accelerated
294 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
295 that is enabled by default for X11 target when OpenGL is enabled.
297 * Source/cmake/OptionsGTK.cmake:
299 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
301 [GTK] Search for the Wayland dependency when enabling Wayland target
302 https://bugs.webkit.org/show_bug.cgi?id=142876
304 Reviewed by Carlos Garcia Campos.
306 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
307 requirement of either the GTK+ or GDK pkg-config files, so we have to
308 search for it ourselves when WebKitGTK+ has been configured to support
309 the Wayland windowing target.
311 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
313 Unreviewed, kick the GTK bots to regenerate makefile.
314 https://bugs.webkit.org/show_bug.cgi?id=137394
316 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
317 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
319 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
321 Unreviewed, kick the GTK bots to regenerate makefile.
322 https://bugs.webkit.org/show_bug.cgi?id=137394
324 * Source/cmake/OptionsEfl.cmake:
326 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
328 [GTK] Fix inspector userinterface related incremental build issue
329 https://bugs.webkit.org/show_bug.cgi?id=142849
331 Reviewed by Carlos Garcia Campos.
333 * Source/cmake/OptionsGTK.cmake: Revert r181733.
335 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
337 Unreviewed, kick the GTK bots to regenerate makefile.
339 * Source/cmake/OptionsGTK.cmake:
341 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
343 [EFL] Expose JavaScript binding interface through ewk_extension
344 https://bugs.webkit.org/show_bug.cgi?id=142033
346 Reviewed by Gyuyoung Kim.
348 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
350 2015-03-17 Philippe Normand <pnormand@igalia.com>
352 [GTK] basic OpenWebRTC build support
353 https://bugs.webkit.org/show_bug.cgi?id=142393
355 Reviewed by Carlos Garcia Campos.
357 * Source/cmake/FindOpenWebRTC.cmake: Added.
358 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
359 mediastream build is enabled.
361 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
363 [CMake][EFL] Build test tools only for developer mode
364 https://bugs.webkit.org/show_bug.cgi?id=142761
366 Reviewed by Csaba Osztrogonác.
368 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
370 * Source/cmake/OptionsEfl.cmake:
371 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
372 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
373 * Source/cmakeconfig.h.cmake:
375 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
377 Enable ES6 classes by default
378 https://bugs.webkit.org/show_bug.cgi?id=142774
380 Reviewed by Gavin Barraclough.
382 * Source/cmake/WebKitFeatures.cmake:
384 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
386 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
387 https://bugs.webkit.org/show_bug.cgi?id=142722
389 Reviewed by Csaba Osztrogonác.
391 Categorize to define cmake variables, to find necessary packages,
392 use upper case for "glib_conponents" cmake variable name, re-arrange
393 wrong alphabet sorting, and so on.
395 * CMakeLists.txt: Remove WinCE port.
396 * Source/cmake/OptionsEfl.cmake:
398 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
400 [GStreamer] share GL context in pipeline
401 https://bugs.webkit.org/show_bug.cgi?id=142693
403 Reviewed by Philippe Normand.
405 Add search of gstreamer-gl library in the GStreamer installation. If
406 it is found, WTF_USE_GSTREAMER_GL macro is defined.
408 * Source/cmake/FindGStreamer.cmake:
409 * Source/cmake/OptionsGTK.cmake:
411 2015-03-13 Alex Christensen <achristensen@webkit.org>
413 Progress towards CMake on Mac.
414 https://bugs.webkit.org/show_bug.cgi?id=142680
416 Reviewed by Gyuyoung Kim.
419 * Source/PlatformMac.cmake: Added stub.
420 * Source/cmake/OptionsMac.cmake:
421 Change defines to get CMake working.
423 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
425 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
426 https://bugs.webkit.org/show_bug.cgi?id=126688
428 Reviewed by Gustavo Noronha Silva.
430 Add ENABLE_MINIBROWSER option, enabled by default for development
431 builds and disabled for production builds unless explicilty enabled.
433 * Source/cmake/OptionsGTK.cmake:
435 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
437 [GTK] Do not look for child processes in the UI process binary path
438 https://bugs.webkit.org/show_bug.cgi?id=135752
440 Reviewed by Gustavo Noronha Silva.
442 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
443 build for development builds.
445 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
447 [GTK] Add a configure option to build with OpenGL ES 2
448 https://bugs.webkit.org/show_bug.cgi?id=142498
450 Reviewed by Martin Robinson.
452 Add ENABLE_GLES2 option. It's disabled by default, but if passed
453 GLES2 is required and OpenGL is not even searched. Otherwise we
454 search for OpenGL as usual, using it only if present.
456 * Source/cmake/OptionsGTK.cmake:
458 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
460 [cmake] Handle unused parameter warnings as build errors except in WebKit2
461 https://bugs.webkit.org/show_bug.cgi?id=142338
463 Reviewed by Gyuyoung Kim.
465 * Source/cmake/WebKitHelpers.cmake:
467 2015-03-03 Daniel Bates <dabates@apple.com>
469 Convert ManualTests/svg-tooltip.svg to a DRT test
470 https://bugs.webkit.org/show_bug.cgi?id=140480
472 Reviewed by Alex Christensen.
474 * ManualTests/svg-tooltip.svg: Removed.
476 2015-03-02 Debarshi Ray <debarshir@gnome.org>
478 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
479 https://bugs.webkit.org/show_bug.cgi?id=142165
481 Reviewed by Carlos Garcia Campos.
483 * Source/cmake/gtksymbols.filter:
485 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
487 [EFL] Remove unnecessary comment after r179110
488 https://bugs.webkit.org/show_bug.cgi?id=142042
490 Reviewed by Gyuyoung Kim.
492 * Source/cmake/OptionsEfl.cmake:
494 2015-02-23 Tomas Popela <tpopela@redhat.com>
496 [GTK] Fails to compile with cmake 3.2.x
497 https://bugs.webkit.org/show_bug.cgi?id=141796
499 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
500 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
501 added and the build will fail.
503 Reviewed by Martin Robinson.
505 * Source/cmake/OptionsGTK.cmake:
507 2015-02-20 Alexey Proskuryakov <ap@apple.com>
509 Remove svn:keywords property.
511 As far as I can tell, the property had no effect on any of these files, but also,
512 when it has effect it's likely harmful.
514 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
515 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
516 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
517 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
518 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
519 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
520 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
521 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
522 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
523 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
524 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
525 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
526 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
527 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
529 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
531 [CMAKE] Remove CMakeLists.txt in WK1 port
532 https://bugs.webkit.org/show_bug.cgi?id=141617
534 Reviewed by Anders Carlsson.
536 Nobody uses CMake in WK1 port. Remove it.
540 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
542 Unreviewed, remove empty directories.
544 * ManualTests/qt: Removed.
546 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
548 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
549 https://bugs.webkit.org/show_bug.cgi?id=141481
551 Reviewed by Csaba Osztrogonác.
553 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
555 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
557 [EFL][GTK] Use bmalloc instead of tcmalloc
558 https://bugs.webkit.org/show_bug.cgi?id=140162
560 Reviewed by Carlos Garcia Campos.
562 Add bmalloc directory to build list.
564 * CMakeLists.txt: Define BMALLOC_DIR directory.
565 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
567 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
569 [GTK] Add default color chooser implementation using GtkColorChooserDialog
570 https://bugs.webkit.org/show_bug.cgi?id=141392
572 Reviewed by Gustavo Noronha Silva.
574 Enable INPUT_TYPE_COLOR by default for GTK+ port.
576 * Source/cmake/OptionsGTK.cmake:
578 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
580 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
581 https://bugs.webkit.org/show_bug.cgi?id=141328
583 Reviewed by Darin Adler.
585 Added as manual test because it involves a huge grid allocation
586 which is very slow on Debug bots, the only ones capable to trigger
589 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
591 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
593 [Streams API] Implement a barebone ReadableStream interface
594 https://bugs.webkit.org/show_bug.cgi?id=141045
596 Reviewed by Benjamin Poulain.
598 * Source/cmake/WebKitFeatures.cmake:
599 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
601 2015-02-02 Filip Pizlo <fpizlo@apple.com>
603 Revert accidental change in r179490.
607 2015-02-02 Filip Pizlo <fpizlo@apple.com>
609 Unreviewed, revert accidental change to Makefile.shared in r179478
613 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
615 [CMake] Minimum python version should be 2.7.
616 https://bugs.webkit.org/show_bug.cgi?id=140997
618 Reviewed by Csaba Osztrogonác.
622 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
624 Apply feTurbulence spec change to fix zero length vector generation
625 https://bugs.webkit.org/show_bug.cgi?id=140812
627 Reviewed by Darin Adler.
629 Recently a bug with the turbulence algorithm was corrected in the
630 Filter Effects specification.
631 For some seed values this bug allowed zero length vectors to be generated.
632 This resulted in large solid color squares being present in the generated image.
633 The feTurbulence algorithm was updated to reject zero length vectors. This patch
634 applies that change in WebCore.
636 Test: svg/filters/feTurbulence_bad_seeds.html
638 * platform/graphics/filters/FETurbulence.cpp:
639 (WebCore::FETurbulence::initPaint):
640 Added rejection sampling during vector generation to avoid zero length vectors.
642 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
644 [cmake] Remove compiler version calculate cruft
645 https://bugs.webkit.org/show_bug.cgi?id=140885
647 Reviewed by Darin Adler.
649 * Source/cmake/WebKitHelpers.cmake:
651 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
653 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
654 https://bugs.webkit.org/show_bug.cgi?id=140886
656 Reviewed by Žan Doberšek.
658 * Source/cmake/WebKitHelpers.cmake:
660 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
662 [GTK] gtkdoc does not appear in DevHelp
663 https://bugs.webkit.org/show_bug.cgi?id=139369
665 Reviewed by Philippe Normand.
667 Expect the gtkdoc to be generated in folders named with the API version.
669 * Source/PlatformGTK.cmake:
671 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
673 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
674 https://bugs.webkit.org/show_bug.cgi?id=140609
676 Reviewed by Csaba Osztrogonác.
678 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
679 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
680 compilation flags. Those were added after the jsCStack branch merge, but
681 can now be removed since the -ftree-dce issues were fixed in GCC, and
682 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
684 * Source/cmake/OptionsEfl.cmake:
685 * Source/cmake/OptionsGTK.cmake:
687 2015-01-26 Commit Queue <commit-queue@webkit.org>
689 Unreviewed, rolling out r179107.
690 https://bugs.webkit.org/show_bug.cgi?id=140880
692 The GCC in the bots doesn't support the AsyncTask
693 implementation (Requested by KaL on #webkit).
697 "[GTK] Enable IndexedDB"
698 https://bugs.webkit.org/show_bug.cgi?id=98932
699 http://trac.webkit.org/changeset/179107
701 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
703 [GTK] Enable IndexedDB
704 https://bugs.webkit.org/show_bug.cgi?id=98932
706 Reviewed by Žan Doberšek.
708 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
709 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
711 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
713 [GTK] Add initial database process support
714 https://bugs.webkit.org/show_bug.cgi?id=139491
716 Reviewed by Sergio Villar Senin.
718 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
720 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
722 Add a build flag for ES6 class syntax
723 https://bugs.webkit.org/show_bug.cgi?id=140760
725 Reviewed by Michael Saboff.
727 * Source/cmake/WebKitFeatures.cmake:
728 * Source/cmakeconfig.h.cmake:
730 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
732 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
733 https://bugs.webkit.org/show_bug.cgi?id=140049
735 Reviewed by Gyuyoung Kim.
737 * Source/cmake/OptionsCommon.cmake:
739 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
741 Remove ENABLE(INSPECTOR) ifdef guards
742 https://bugs.webkit.org/show_bug.cgi?id=140668
744 Reviewed by Darin Adler.
746 * Source/PlatformEfl.cmake:
747 * Source/cmake/OptionsEfl.cmake:
748 * Source/cmake/OptionsGTK.cmake:
749 * Source/cmake/OptionsMac.cmake:
750 * Source/cmake/WebKitFeatures.cmake:
751 * Source/cmakeconfig.h.cmake:
753 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
755 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
757 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
759 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
761 [CMAKE] Fix cmake warning
762 https://bugs.webkit.org/show_bug.cgi?id=140497
764 Reviewed by Gustavo Noronha Silva.
766 r173155 already tried to fix cmake warning though, the warning is still exist.
767 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
768 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
769 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
770 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
771 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
775 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
777 [GTK] Generate the make dist manifest from a CMake template file
778 https://bugs.webkit.org/show_bug.cgi?id=139387
780 Reviewed by Martin Robinson.
782 Generate manifest.txt from manifest.txt.in. Only expose the dist and
783 distcheck targets for developer builds, as they won't work when
784 building from a tarball because the manifest is not distributed.
786 * Source/PlatformGTK.cmake:
788 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
790 Remove ENABLE(SQL_DATABASE) guards
791 https://bugs.webkit.org/show_bug.cgi?id=140434
793 Reviewed by Darin Adler.
795 * Source/cmake/OptionsMac.cmake:
796 * Source/cmake/WebKitFeatures.cmake:
797 * Source/cmakeconfig.h.cmake:
799 2015-01-11 Sam Weinig <sam@webkit.org>
801 Remove support for SharedWorkers
802 https://bugs.webkit.org/show_bug.cgi?id=140344
804 Reviewed by Anders Carlsson.
806 * Source/cmake/OptionsEfl.cmake:
807 * Source/cmake/OptionsGTK.cmake:
808 * Source/cmake/OptionsMac.cmake:
809 * Source/cmake/WebKitFeatures.cmake:
810 * Source/cmakeconfig.h.cmake:
812 2015-01-10 Dan Bernstein <mitz@apple.com>
814 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
815 https://bugs.webkit.org/show_bug.cgi?id=140339
817 Reviewed by Mark Rowe.
819 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
820 prevents unnecessary rebuilding due to PATH differences.
822 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
824 [GTK][ThreadedCompositor] Add support for threaded compositor.
825 https://bugs.webkit.org/show_bug.cgi?id=118265
827 Reviewed by Martin Robinson.
829 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
830 autotools build systems. The feature is disabled by default.
831 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
832 from the feature flags.
834 * Source/cmake/OptionsEfl.cmake:
835 * Source/cmake/OptionsGTK.cmake:
836 * Source/cmake/WebKitFeatures.cmake:
837 * Source/cmakeconfig.h.cmake:
839 2014-12-23 Alexey Proskuryakov <ap@apple.com>
841 Simplify building with ASan
842 https://bugs.webkit.org/show_bug.cgi?id=139916
844 Reviewed by Mark Rowe.
846 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
848 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
850 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
852 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
854 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
856 Null dereference performing a "TapAndAHalf" gesture in Google search field
858 <https://bugs.webkit.org/show_bug.cgi?id=139506>
859 <rdar://problem/19028828>
861 Reviewed by Darin Adler.
863 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
865 2014-12-10 Dean Jackson <dino@apple.com>
867 Blur filter performance test doesn't provide results
868 https://bugs.webkit.org/show_bug.cgi?id=139462
870 Reviewed by Sam Weinig.
872 This can't currently work under our performance test
873 infrastructure. Move it to a manual test to avoid
874 putting FAILures into the results.
876 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
878 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
880 [GTK][WK2] Add HTML5 Notifications support
881 https://bugs.webkit.org/show_bug.cgi?id=61140
883 Reviewed by Carlos Garcia Campos.
885 * Source/cmake/FindLibNotify.cmake: Added.
886 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
887 libnotify and use it for a default implementation when found.
889 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
891 REGRESSION(r155906): Page content disappears on Tuaw article after loading
892 https://bugs.webkit.org/show_bug.cgi?id=138100
894 Reviewed by Simon Fraser.
896 DRT causes an extra paint which makes it impossible to test this with
899 * ManualTests/float-layer-not-painting.html: Added.
901 2014-12-07 Alberto Garcia <berto@igalia.com>
903 [GTK] WebKit has a new required dependency on GnuTLS
904 https://bugs.webkit.org/show_bug.cgi?id=136158
906 Reviewed by Martin Robinson.
908 Detect if GnuTLS is installed and enable or disable subtle crypto
911 * Source/cmake/OptionsGTK.cmake:
913 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
915 [GTK] Missing API detected in GObject DOM bindings after r176630
916 https://bugs.webkit.org/show_bug.cgi?id=139201
918 Reviewed by Gustavo Noronha Silva.
920 Change GENERATE_BINDINGS macro to receive a list of optional
921 additional dependencies, so that we can add more dependecies
922 without having to change the macro.
924 * Source/cmake/WebKitMacros.cmake:
926 2014-12-05 Simon Fraser <simon.fraser@apple.com>
928 Programmatic scrolling and content changes are not always synchronized
929 https://bugs.webkit.org/show_bug.cgi?id=139245
930 rdar://problem/18833612
932 Reviewed by Anders Carlsson.
934 Manual test that tries to sync layout with programmatic scrolling.
936 * ManualTests/programmatic-scroll-flicker.html: Added.
938 2014-12-04 Alberto Garcia <berto@igalia.com>
940 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
941 https://bugs.webkit.org/show_bug.cgi?id=136576
943 Reviewed by Carlos Garcia Campos.
945 CMake should complain if Accelerated 2D Canvas is explicitly
946 enabled but cairo-gl is not found.
948 * Source/cmake/OptionsGTK.cmake:
950 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
952 [EFL] Add subtle crypto to the build system
953 https://bugs.webkit.org/show_bug.cgi?id=138612
955 Reviewed by Csaba Osztrogonác.
957 * Source/cmake/OptionsEfl.cmake:
959 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
961 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
962 https://bugs.webkit.org/show_bug.cgi?id=139085
964 Reviewed by Andreas Kling.
966 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
967 * Source/cmake/WebKitFeatures.cmake: ditto.
968 * Source/cmakeconfig.h.cmake: ditto.
970 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
972 [EFL] Drop support for the EFL 1.7
973 https://bugs.webkit.org/show_bug.cgi?id=139114
975 Reviewed by Gyuyoung Kim.
977 * Source/cmake/EFLHelpers.cmake: Removed.
978 * Source/cmake/FindEcore.cmake: Removed.
979 * Source/cmake/FindEdje.cmake: Removed.
980 * Source/cmake/FindEet.cmake: Removed.
981 * Source/cmake/FindEeze.cmake: Removed.
982 * Source/cmake/FindEfreet.cmake: Removed.
983 * Source/cmake/FindEina.cmake: Removed.
984 * Source/cmake/FindElementary.cmake: Removed.
985 * Source/cmake/FindEvas.cmake: Removed.
986 * Source/cmake/OptionsEfl.cmake:
988 2014-11-28 Philippe Normand <pnormand@igalia.com>
990 [CMake] Build failure against GStreamer git master
991 https://bugs.webkit.org/show_bug.cgi?id=138872
993 Reviewed by Csaba Osztrogon.
995 * Source/cmake/FindGStreamer.cmake: Simplified the
996 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
997 headers lookup, there's no need to do this manually. Also
998 explicitely check the version specified in GStreamer_FIND_VERSION.
1000 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
1002 [EFL] Remove E_Dbus dependency
1003 https://bugs.webkit.org/show_bug.cgi?id=136355
1005 Reviewed by Gyuyoung Kim.
1007 * Source/cmake/FindE_DBus.cmake: Removed.
1008 * Source/cmake/OptionsEfl.cmake:
1010 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
1012 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
1014 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1016 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
1018 [CMake] Use ld.gold if it is available to speedup builds
1019 https://bugs.webkit.org/show_bug.cgi?id=137953
1021 Reviewed by Carlos Garcia Campos.
1023 * Source/cmake/OptionsCommon.cmake:
1025 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
1027 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
1028 https://bugs.webkit.org/show_bug.cgi?id=138840
1030 Reviewed by Csaba Osztrogonác.
1032 * Source/cmake/OptionsCommon.cmake:
1034 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
1036 Remove Source/Platform cruft
1037 https://bugs.webkit.org/show_bug.cgi?id=138658
1039 Reviewed by Anders Carlsson.
1042 * Source/Platform: Removed.
1044 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
1046 Enable Cortex-A53-specific code paths by default if core is detected.
1047 https://bugs.webkit.org/show_bug.cgi?id=138499
1049 Reviewed by Csaba Osztrogonác.
1051 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
1052 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
1055 Since on ARM64/Linux the part number that cpuinfo reports depends on
1056 the core the query is run on, the check is bound to and executed on the
1057 available cores one by one.
1059 * Source/cmake/OptionsCommon.cmake:
1061 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1063 [EFL] Remove unnecessary version check from OptionsEfl.cmake
1064 https://bugs.webkit.org/show_bug.cgi?id=138498
1066 Reviewed by Csaba Osztrogonác.
1068 * Source/cmake/OptionsEfl.cmake:
1070 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1072 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
1073 https://bugs.webkit.org/show_bug.cgi?id=138465
1075 Reviewed by Gyuyoung Kim.
1077 * Source/cmake/OptionsEfl.cmake:
1079 2014-11-03 Dean Jackson <dino@apple.com>
1081 Add ENABLE_FILTERS_LEVEL_2 feature guard.
1082 https://bugs.webkit.org/show_bug.cgi?id=138362
1084 Reviewed by Tim Horton.
1086 Add a new feature define for Level 2 of CSS Filters.
1087 http://dev.w3.org/fxtf/filters-2/
1089 * Source/cmake/OptionsEfl.cmake:
1090 * Source/cmake/OptionsGTK.cmake:
1091 * Source/cmake/OptionsMac.cmake:
1092 * Source/cmake/WebKitFeatures.cmake:
1093 * Source/cmakeconfig.h.cmake:
1095 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
1097 Workaround for Cortex-A53 erratum 835769
1098 https://bugs.webkit.org/show_bug.cgi?id=138315
1100 Reviewed by Filip Pizlo.
1102 This patch introduces CMake variable and preprocessor macro
1103 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
1104 code paths, if set true.
1106 * Source/cmake/OptionsCommon.cmake:
1107 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
1109 * Source/cmakeconfig.h.cmake:
1110 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
1112 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
1114 [GTK] Fix the build of FTL JIT
1115 https://bugs.webkit.org/show_bug.cgi?id=138298
1117 Reviewed by Carlos Garcia Campos.
1119 * Source/cmake/OptionsGTK.cmake:
1120 Remove the need for the LIBCXXABI package.
1122 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
1124 REGRESSION(CMake): Make it possible to build without introspection
1125 https://bugs.webkit.org/show_bug.cgi?id=138006
1127 Reviewed by Philippe Normand.
1129 Add ENABLE_INTROSPECTION option.
1131 * Source/PlatformGTK.cmake: Dot not add gir global target if
1132 introspection is disabled.
1133 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
1134 introspection is disabled.
1136 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
1138 [GTK] Support script message handlers WebKitUserContentManager
1139 https://bugs.webkit.org/show_bug.cgi?id=133730
1141 Reviewed by Carlos Garcia Campos.
1143 Support user script message handlers in WebKitUserContentManager.
1144 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
1145 an option is added to the CMake build files. The option is disabled
1146 globally by default, and the WebKitGTK port enables it. On the API
1147 level, two new methods to register and unregister names are provided
1148 in the "window.webkit" namespace, and on message reception the
1149 "WebKitUserContentManager::script-message-received" signal is
1150 emitted, using the registered names as signal detail.
1152 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
1153 ENABLE_USER_MESSAGE_HANDLERS feature by default.
1154 * Source/cmake/WebKitFeatures.cmake: Add feature description for
1155 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
1157 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
1159 [GTK] Bump libsoup's minimum version to 2.42.0.
1160 https://bugs.webkit.org/show_bug.cgi?id=138086
1162 Reviewed by Martin Robinson.
1164 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
1165 soup-version.h header was added to soup.h in 2.41.4, which then becomes
1166 the minimum version required to build the port these days.
1168 In addition, since the autotools build system required 2.42.0 before
1169 being retired, require the same version here. Version 2.42.0 was also
1171 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
1173 * Source/cmake/OptionsGTK.cmake:
1175 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1177 [EFL] Remove unnecessary defines from OptionsEfl.cmake
1178 https://bugs.webkit.org/show_bug.cgi?id=138132
1180 Reviewed by Csaba Osztrogonác.
1182 * Source/cmake/OptionsEfl.cmake:
1184 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
1186 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
1188 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1190 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
1192 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
1193 https://bugs.webkit.org/show_bug.cgi?id=137946
1195 Reviewed by Gyuyoung Kim.
1197 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
1199 * Source/cmake/OptionsEfl.cmake:
1201 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
1203 Fix FTL Native Inlining for EFL
1204 https://bugs.webkit.org/show_bug.cgi?id=137774
1206 Reviewed by Michael Saboff.
1208 Updated CMake for FTL Native Inlining.
1211 * Source/cmake/FindClang.cmake: Added.
1212 * Source/cmake/OptionsEfl.cmake:
1213 * Source/cmakeconfig.h.cmake:
1215 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
1217 Web Inspector: Generate all Inspector domains together in JavaScriptCore
1218 https://bugs.webkit.org/show_bug.cgi?id=137748
1220 Reviewed by Brian Burg.
1222 * Source/PlatformEfl.cmake:
1224 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
1226 [GTK] Add initial gestures support
1227 https://bugs.webkit.org/show_bug.cgi?id=137812
1229 Reviewed by Sergio Villar Senin.
1231 Check if the GTK+ version supports gestures or not.
1233 * Source/cmake/FindGTK3.cmake:
1234 * Source/cmake/OptionsGTK.cmake:
1236 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
1238 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
1239 https://bugs.webkit.org/show_bug.cgi?id=137781
1241 Reviewed by Martin Robinson.
1243 We used to enable smooth scrolling unconditionally in autotools
1244 (via WebKitFeatures.m4), but since the switch to CMake it's
1245 unconditionally disabled, so changing the setting doesn't have any
1248 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
1250 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
1252 Removing CUSTOM_PROTOCOLS guard
1253 https://bugs.webkit.org/show_bug.cgi?id=137741
1255 Reviewed by Benjamin Poulain.
1257 * Source/cmake/OptionsEfl.cmake:
1259 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
1261 [EFL] Enable WebP support.
1262 https://bugs.webkit.org/show_bug.cgi?id=136156
1264 Reviewed by Gyuyoung Kim.
1266 Add WebP package finding rule.
1268 * Source/cmake/OptionsEfl.cmake:
1270 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
1272 [EFL] Enable custom URI schemes with CustomProtocols
1273 https://bugs.webkit.org/show_bug.cgi?id=128177
1275 Reviewed by Gyuyoung Kim.
1277 Fixing ewk_context_url_scheme_register() ewebkit2 API
1278 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
1280 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
1282 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
1284 Bump version to 2.7.0
1285 https://bugs.webkit.org/show_bug.cgi?id=137301
1287 Rubber-stamped by Carlos Garcia Campos.
1289 * Source/cmake/OptionsGTK.cmake: Bump version numbers
1291 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1293 [EFL] Rename TEST_THEME_DIR macro
1294 https://bugs.webkit.org/show_bug.cgi?id=137244
1296 Reviewed by Csaba Osztrogonác.
1298 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
1300 2014-09-27 Dan Bernstein <mitz@apple.com>
1302 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
1303 https://bugs.webkit.org/show_bug.cgi?id=137053
1305 Reviewed by Mark Rowe.
1307 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1308 In the build pre-action, pass the --wksi and --llvm options to
1309 copy-webkitlibraries-to-product-directory.
1310 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
1312 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
1314 [GTK] Enable CSS_IMAGE_SET in production builds
1315 https://bugs.webkit.org/show_bug.cgi?id=137142
1317 Reviewed by Alejandro G. Castro.
1319 This is required by the inspector to show some of the icons that
1320 has a HiDPI variant.
1322 * Source/cmake/OptionsGTK.cmake:
1324 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
1326 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
1327 https://bugs.webkit.org/show_bug.cgi?id=136377
1329 Reviewed by Philippe Normand.
1331 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
1332 for CMake versions less than 3.
1334 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
1336 Remove WinCE port from trunk
1337 https://bugs.webkit.org/show_bug.cgi?id=136951
1339 Reviewed by Alex Christensen.
1341 * Source/cmake/OptionsWinCE.cmake: Removed.
1342 * Source/cmake/WebKitPackaging.cmake:
1344 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
1346 [EFL][GTK] Remove WebKit1 related codes
1347 https://bugs.webkit.org/show_bug.cgi?id=136853
1349 Reviewed by Csaba Osztrogonác.
1351 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
1354 * Source/PlatformGTK.cmake:
1356 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1359 https://bugs.webkit.org/show_bug.cgi?id=136820
1361 Reviewed by Csaba Osztrogonác.
1363 * Source/cmake/FindICU.cmake:
1365 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
1367 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
1368 https://bugs.webkit.org/show_bug.cgi?id=136814
1370 Reviewed by Philippe Normand.
1372 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
1373 We bundle the wayland-egl dependency with wayland-client and wayland-server
1374 and store the resulting variables with the WAYLAND_ prefix. Because of this
1375 this line wasn't exporting anything useful.
1377 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
1379 URTBF after r173574.
1381 * Source/cmake/WebKitMacros.cmake:
1383 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
1385 [JavaScriptCore] Fix FTL on platform EFL.
1386 https://bugs.webkit.org/show_bug.cgi?id=133571
1388 Reviewed by Filip Pizlo.
1392 * Source/cmake/FindLIBCXXABI.cmake: Removed.
1393 * Source/cmake/OptionsEfl.cmake:
1395 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1398 https://bugs.webkit.org/show_bug.cgi?id=136571
1400 Reviewed by Darin Adler.
1402 * Source/cmake/OptionsEfl.cmake:
1403 * Source/cmake/OptionsGTK.cmake:
1404 * Source/cmake/OptionsMac.cmake:
1405 * Source/cmake/WebKitFeatures.cmake:
1406 * Source/cmakeconfig.h.cmake:
1408 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1410 Remove CSS_FILTERS flag
1411 https://bugs.webkit.org/show_bug.cgi?id=136529
1413 Reviewed by Dirk Schulze.
1415 * Source/cmake/OptionsEfl.cmake:
1416 * Source/cmake/OptionsGTK.cmake:
1417 * Source/cmake/OptionsMac.cmake:
1418 * Source/cmake/WebKitFeatures.cmake:
1419 * Source/cmakeconfig.h.cmake:
1421 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1423 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
1424 https://bugs.webkit.org/show_bug.cgi?id=136194
1426 Reviewed by Csaba Osztrogonác.
1428 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
1432 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1434 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
1435 https://bugs.webkit.org/show_bug.cgi?id=135560
1437 Reviewed by Gyuyoung Kim.
1439 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
1441 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
1443 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
1444 https://bugs.webkit.org/show_bug.cgi?id=136343
1446 Reviewed by David Kilzer.
1448 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
1450 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1451 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1453 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
1455 [EFL] Share fast/speechsynthesis/ with other ports
1456 https://bugs.webkit.org/show_bug.cgi?id=136224
1458 Reviewed by Chris Fleizach.
1460 Enable WebSpeech for EFL.
1462 * Source/cmake/OptionsEfl.cmake:
1464 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
1466 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
1467 https://bugs.webkit.org/show_bug.cgi?id=136127
1469 Reviewed by Gyuyoung Kim.
1471 Add build support for espeak.
1473 * Source/cmake/FindEspeak.cmake: Added.
1474 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
1476 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
1478 [EFL] Build break using clang
1479 https://bugs.webkit.org/show_bug.cgi?id=136245
1481 Reviewed by Gyuyoung Kim.
1483 * Source/cmake/OptionsEfl.cmake:
1484 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
1485 Some warnings are from system libraries.
1487 2014-08-25 Alberto Garcia <berto@igalia.com>
1489 [GTK] Unify webkitgtk and webkit2gtk directories
1490 https://bugs.webkit.org/show_bug.cgi?id=136209
1492 Reviewed by Carlos Garcia Campos.
1494 Use webkit2gtk-X.X both for the process binaries and the injected
1497 * Source/cmake/OptionsGTK.cmake:
1499 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
1501 [EFL] Move Efl specific code from Source/CMakeLists.txt
1502 https://bugs.webkit.org/show_bug.cgi?id=136206
1504 Reviewed by Gyuyoung Kim.
1506 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
1507 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
1509 * Source/CMakeLists.txt:
1510 * Source/cmake/OptionsEfl.cmake:
1512 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
1514 [EFL] Introduce DEVELOPER_MODE
1515 https://bugs.webkit.org/show_bug.cgi?id=135884
1517 Reviewed by Gyuyoung Kim.
1519 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
1520 instead of SHARED_CORE.
1521 SHARED_CORE can reduce link time and memory consumption but it is slightly different
1522 from release binary.
1524 * Source/cmake/OptionsEfl.cmake:
1525 * Source/cmake/WebKitHelpers.cmake:
1526 Moved fvisibility=hidden to OptionsEfl.cmake
1528 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
1530 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
1531 https://bugs.webkit.org/show_bug.cgi?id=136110
1533 Reviewed by Gyuyoung Kim.
1535 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
1537 * Source/cmake/OptionsEfl.cmake:
1539 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1541 [EFL] Apply eflsymbols.filter to WebKit2
1542 https://bugs.webkit.org/show_bug.cgi?id=136148
1544 Reviewed by Csaba Osztrogonác.
1546 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
1547 in the eflsymbols.filter.
1549 * Source/cmake/OptionsEfl.cmake:
1550 * Source/cmake/eflsymbols.filter:
1552 2014-08-21 Zalan Bujtas <zalan@apple.com>
1554 Enable SATURATED_LAYOUT_ARITHMETIC.
1555 https://bugs.webkit.org/show_bug.cgi?id=136106
1557 Reviewed by Simon Fraser.
1559 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
1560 (No measurable performance regression on Mac.)
1562 * Source/cmake/OptionsMac.cmake:
1563 * Source/cmake/WebKitFeatures.cmake:
1564 * Source/cmakeconfig.h.cmake:
1566 2014-08-19 Zalan Bujtas <zalan@apple.com>
1568 Remove ENABLE(SUBPIXEL_LAYOUT).
1569 https://bugs.webkit.org/show_bug.cgi?id=136077
1571 Reviewed by Simon Fraser.
1573 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
1575 * Source/cmake/OptionsEfl.cmake:
1576 * Source/cmake/OptionsGTK.cmake:
1577 * Source/cmake/OptionsMac.cmake:
1578 * Source/cmake/WebKitFeatures.cmake:
1579 * Source/cmakeconfig.h.cmake:
1581 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
1583 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
1584 https://bugs.webkit.org/show_bug.cgi?id=135980
1586 Reviewed by Martin Robinson.
1588 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
1589 overrides any other disabled optimization that was prepended to these
1590 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
1591 lists first in the final list of compilation flags.
1593 To avoid -On re-enabling optimizations that we'd like to keep disabled,
1594 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
1596 * Source/cmake/OptionsCommon.cmake:
1597 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
1598 * Source/cmake/OptionsGTK.cmake:
1600 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
1602 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
1604 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1606 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
1608 [GTK] Disable memory sampler on non-Linux system
1609 https://bugs.webkit.org/show_bug.cgi?id=134483
1611 Reviewed by Philippe Normand.
1613 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
1614 Linux because it uses many Linux-specific features, so we should disable
1615 memory sampler on other systems by default.
1617 * Source/cmake/OptionsGTK.cmake:
1619 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
1621 [GTK] HTML API documentation should also be installed versioned
1622 https://bugs.webkit.org/show_bug.cgi?id=135970
1624 Reviewed by Philippe Normand.
1626 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
1629 2014-08-14 Tomas Popela <tpopela@redhat.com>
1631 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
1632 https://bugs.webkit.org/show_bug.cgi?id=135937
1634 Reviewed by Carlos Garcia Campos.
1638 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
1640 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
1641 https://bugs.webkit.org/show_bug.cgi?id=135934
1643 Reviewed by Gustavo Noronha Silva.
1645 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
1646 The gir files should installed in $datadir/gir-1.0/ together with all other
1647 gir files. We don't need to install introspection files in a versioned
1648 directory because their filenames already contain the binary version. But before
1649 r171598, the files were only installed to the right directory if the
1650 gobject-instrospection pkg-config file was in the same prefix than the one we
1651 wanted to install, because the gir and typelibs directories were extracted from
1652 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
1653 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
1654 like we do in the autotools build.
1656 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
1657 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
1658 * Source/cmake/OptionsGTK.cmake: Define
1659 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
1661 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
1663 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
1664 https://bugs.webkit.org/show_bug.cgi?id=135836
1666 Reviewed by Philippe Normand.
1668 * Source/PlatformGTK.cmake: Add install command to also install
1669 the GObject DOM bindings API docs.
1671 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
1673 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
1674 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
1675 re-set CMAKE_C_FLAGS with the new string. The two flags should really
1676 be appended to CMAKE_C_FLAGS and the same variable re-set with the
1679 * Source/cmake/OptionsCommon.cmake:
1681 2014-08-13 Alex Christensen <achristensen@webkit.org>
1683 Progress towards CMake on Mac.
1684 https://bugs.webkit.org/show_bug.cgi?id=135819
1686 Reviewed by Laszlo Gombos.
1688 * Source/cmake/OptionsMac.cmake:
1689 Disable some more features temporarily to get CMake working.
1690 * Source/cmake/WebKitMacros.cmake:
1691 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
1693 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
1695 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
1696 https://bugs.webkit.org/show_bug.cgi?id=135798
1698 Reviewed by Philippe Normand.
1700 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
1702 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
1703 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
1704 https://bugs.webkit.org/show_bug.cgi?id=133317
1706 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
1708 Reviewed by Philippe Normand.
1710 No new tests since no new functionality has been added.
1712 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
1714 2014-08-11 Commit Queue <commit-queue@webkit.org>
1716 Unreviewed, rolling out r172393.
1717 https://bugs.webkit.org/show_bug.cgi?id=135796
1719 discussion needed about GnuTLS version bump on the bots
1720 (Requested by philn on #webkit).
1724 https://bugs.webkit.org/show_bug.cgi?id=133317
1725 http://trac.webkit.org/changeset/172393
1727 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
1728 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
1729 https://bugs.webkit.org/show_bug.cgi?id=133317
1731 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
1733 Reviewed by Philippe Normand.
1735 No new tests since no new functionality has been added.
1737 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
1739 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
1741 [GTK] Adds stubs for all subtle crypto algorithm implemntations
1742 https://bugs.webkit.org/show_bug.cgi?id=133316
1744 Reviewed by Philippe Normand.
1746 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
1747 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
1748 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
1750 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
1752 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
1754 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1756 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
1758 [GTK] REGRESSION(r166239): The ld version script is not being used
1759 https://bugs.webkit.org/show_bug.cgi?id=135694
1761 Reviewed by Martin Robinson.
1763 Move the symbols filter file from Tools/gtk to Source/cmake and rename
1764 it as gtksymbols.filter. Also updated it, since some of the symbols
1765 exported were renamed.
1767 * Source/cmake/OptionsGTK.cmake:
1768 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
1770 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
1772 [GTK] Child processes should be installed in a versioned directory
1773 https://bugs.webkit.org/show_bug.cgi?id=135754
1775 Reviewed by Gustavo Noronha Silva.
1777 Define LIBEXEC_INSTALL_DIR as
1778 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
1779 so that the child processes are installed in $libexec/webkitgtk-4.0.
1780 This makes it possible to install 2.6 in parallel to older versions.
1782 * Source/cmake/OptionsGTK.cmake:
1784 2014-08-08 Alex Christensen <achristensen@webkit.org>
1786 Progress towards using CMake on Mac.
1787 https://bugs.webkit.org/show_bug.cgi?id=135662
1789 Reviewed by Laszlo Gombos.
1792 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
1793 * Source/cmake/WebKitFeatures.cmake:
1794 * Source/cmakeconfig.h.cmake:
1795 Added features that are needed by the Mac port.
1796 * Source/cmake/OptionsMac.cmake:
1797 Enable CSS_IMAGE_SET based on FeatureDefines.h.
1798 Disable the FTL with CMake for now.
1799 * Source/cmake/OptionsEFL.cmake:
1800 * Source/cmake/OptionsGTK.cmake:
1801 Enable subpixel layout to not conflict with FeatureDefines.h
1803 2014-08-08 Simon Fraser <simon.fraser@apple.com>
1805 Undo some erroneous changes to the Xcode scheme files from r172259.
1807 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1808 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1810 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
1812 [CMake] Drop the required version of CMake down to 2.8.8
1813 https://bugs.webkit.org/show_bug.cgi?id=135713
1815 Reviewed by Alex Christensen.
1817 * CMakeLists.txt: Require CMake 2.8.8.
1819 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
1821 Get rid of INPUT_SPEECH
1822 https://bugs.webkit.org/show_bug.cgi?id=135672
1824 Reviewed by Andreas Kling.
1826 * Source/cmake/OptionsMac.cmake:
1827 * Source/cmake/WebKitFeatures.cmake:
1828 * Source/cmakeconfig.h.cmake:
1830 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
1832 [GTK] Disable IndexedDB
1833 https://bugs.webkit.org/show_bug.cgi?id=135692
1835 Reviewed by Carlos Garcia Campos.
1837 * Source/cmake/OptionsGTK.cmake:
1839 2014-08-06 Dean Jackson <dino@apple.com>
1841 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
1842 https://bugs.webkit.org/show_bug.cgi?id=135675
1844 Reviewed by Sam Weinig.
1846 * Source/cmake/OptionsGTK.cmake:
1847 * Source/cmake/OptionsMac.cmake:
1848 * Source/cmake/WebKitFeatures.cmake:
1849 * Source/cmakeconfig.h.cmake:
1851 2014-08-06 David Farler <dfarler@apple.com>
1853 Unreviewed build fix: Make includes semicolon in assignment.
1855 * Makefile.shared: Remove a ;
1857 2014-08-06 David Farler <dfarler@apple.com>
1859 Set DSYMUTIL_NUM_THREADS to the number of logical cores
1860 https://bugs.webkit.org/show_bug.cgi?id=135655
1862 Reviewed by Mark Rowe.
1864 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
1866 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
1868 [GTK] Be able to disable gtk2 dependency
1869 https://bugs.webkit.org/show_bug.cgi?id=135505
1871 Reviewed by Gustavo Noronha Silva.
1873 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
1874 required when it's enabled. It's enabled by default.
1876 * Source/cmake/OptionsGTK.cmake:
1878 2014-08-05 Alex Christensen <achristensen@webkit.org>
1881 https://bugs.webkit.org/show_bug.cgi?id=135620
1883 Reviewed by Laszlo Gombos.
1885 * Source/cmake/OptionsMac.cmake:
1886 Use UDIS86 by default on Mac.
1888 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
1890 Add a flag for the CSS Selectors level 4 implementation
1891 https://bugs.webkit.org/show_bug.cgi?id=135535
1893 Reviewed by Andreas Kling.
1895 * Source/cmake/OptionsEfl.cmake:
1896 * Source/cmake/OptionsGTK.cmake:
1897 * Source/cmake/WebKitFeatures.cmake:
1898 * Source/cmakeconfig.h.cmake:
1900 2014-08-04 Alex Christensen <achristensen@webkit.org>
1902 Progress towards CMake on Mac.
1903 https://bugs.webkit.org/show_bug.cgi?id=135528
1905 Reviewed by Gyuyoung Kim.
1907 * Source/cmake/OptionsMac.cmake:
1908 Made options list based on FeatureDefines.xcconfig files.
1910 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
1912 [GTK] Windowing target support should reflect the support in the GTK+ dependency
1913 https://bugs.webkit.org/show_bug.cgi?id=134736
1915 Reviewed by Martin Robinson.
1917 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
1918 support the X11 or Wayland windowing targets -- instead, if there's no support
1919 the specific target is disabled, and an error is thrown only if neither of the
1920 backends is enabled at the end..
1921 For now the X11 target remains enabled by default, and the Wayland target is
1922 kept disabled. Once it's possible to have both targets enabled at runtime in
1923 WebKit, the Wayland target will be enabled as well and we'll leave it to the
1924 GTK+ dependency to determine which targets can be enabled.
1926 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
1928 [CMake] Add FindWayland.cmake
1929 https://bugs.webkit.org/show_bug.cgi?id=135540
1931 Reviewed by Martin Robinson.
1933 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
1934 dependency. For now bundles the wayland-client, wayland-server and
1935 wayland-egl pkg-config targets into one dependency, but these could
1936 be split in the future if necessary.
1938 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
1940 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
1941 https://bugs.webkit.org/show_bug.cgi?id=135553
1943 Reviewed by Gyuyoung Kim.
1945 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
1946 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
1948 * Source/cmake/OptionsEfl.cmake:
1950 2014-08-01 Bear Travis <betravis@adobe.com>
1952 [Feature Queries] Enable Feature Queries on EFL/GTK
1953 https://bugs.webkit.org/show_bug.cgi?id=134902
1955 Reviewed by Benjamin Poulain.
1957 Enable CSS Feature Queries by default on the EFL and GTK
1960 * Source/cmake/OptionsEfl.cmake:
1961 * Source/cmake/OptionsGTK.cmake:
1963 2014-08-01 Alex Christensen <achristensen@webkit.org>
1965 Progress towards cmake on Windows.
1966 https://bugs.webkit.org/show_bug.cgi?id=135484
1968 Reviewed by Martin Robinson.
1971 Added Mac to list of ports, even though it is not done yet.
1972 Changed minimum bison version to version installed on Macs.
1973 * Source/cmake/OptionsAppleWin.cmake:
1974 Added some definitions.
1975 * Source/cmake/OptionsEfl.cmake:
1976 * Source/cmake/OptionsGTK.cmake:
1977 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
1978 * Source/cmake/OptionsMac.cmake: Added blank for now.
1979 * Source/cmake/OptionsWinCairo.cmake:
1980 * Source/cmake/OptionsWindows.cmake:
1981 Added some definitions.
1982 Removed /WX (warnings treated as error while compiling).
1983 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
1985 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
1987 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
1988 https://bugs.webkit.org/show_bug.cgi?id=135501
1990 Reviewed by Gyuyoung Kim.
1992 Use PROJECT_VERSION_MICRO instead.
1994 * Source/cmake/OptionsEfl.cmake:
1995 * Source/cmake/OptionsGTK.cmake:
1996 * Source/cmake/WebKitHelpers.cmake:
1998 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
2000 [EFL] Bump ewebkit version to 1.11
2001 https://bugs.webkit.org/show_bug.cgi?id=135487
2003 Reviewed by Gyuyoung Kim.
2005 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
2007 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
2009 [EFL] Add support for building with Geoclue2.
2010 https://bugs.webkit.org/show_bug.cgi?id=135455
2012 Reviewed by Gyuyoung Kim.
2014 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
2017 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
2019 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
2021 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2023 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
2025 [GTK] Bump binary version for 2.6
2026 https://bugs.webkit.org/show_bug.cgi?id=133724
2028 Reviewed by Philippe Normand.
2030 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
2031 update library version numbers.
2033 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
2035 [CMake] Bump the minimum required version
2036 https://bugs.webkit.org/show_bug.cgi?id=135382
2038 Reviewed by Gyuyoung Kim.
2040 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
2041 we introduced usage of target_include_directories().
2043 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
2045 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
2046 https://bugs.webkit.org/show_bug.cgi?id=135376
2048 Reviewed by Gyuyoung Kim.
2050 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
2052 * Source/cmake/OptionsEfl.cmake:
2053 * Source/cmake/OptionsGTK.cmake:
2055 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
2057 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
2058 https://bugs.webkit.org/show_bug.cgi?id=135288
2060 Reviewed by Martin Robinson.
2062 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
2063 datadir to pkgconfig
2064 * Source/cmake/OptionsGTK.cmake: define install directories early
2065 enough to be used in FindGObjectIntrospection.cmake
2067 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
2069 Remove CSS_EXCLUSIONS compile flag and leftover code
2070 https://bugs.webkit.org/show_bug.cgi?id=135175
2072 Reviewed by Zoltan Horvath.
2074 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
2075 stubs. This removes the flag and the useless code.
2077 * Source/cmake/WebKitFeatures.cmake:
2078 * Source/cmakeconfig.h.cmake:
2080 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
2082 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
2083 https://bugs.webkit.org/show_bug.cgi?id=135114
2085 Fix build with GStreamer 1.4
2087 Reviewed by Philippe Normand.
2089 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
2090 gst-mpegts component instead of the unstable 1.3.x verstions.
2092 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
2094 [GTK] Simplify make-dist command line arguments
2095 https://bugs.webkit.org/show_bug.cgi?id=134832
2097 Reviewed by Martin Robinson.
2099 * Source/PlatformGTK.cmake: Use --version instead of
2100 --tarball-root when running make-dist.py.
2102 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
2104 Add a manual test for r135044
2106 <https://bugs.webkit.org/show_bug.cgi?id=135044>
2108 Rubber-stamped by Andy Estes.
2110 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
2112 2014-07-18 Dana Burkart <dburkart@apple.com>
2114 Add a new 'analyze' target to the makefile. This will make use of a new
2115 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
2117 https://bugs.webkit.org/show_bug.cgi?id=135057
2118 <rdar://problem/10193187>
2120 Reviewed by David Kilzer.
2126 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
2128 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
2129 https://bugs.webkit.org/show_bug.cgi?id=134963
2131 Reviewed by Gyuyoung Kim.
2133 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
2135 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
2137 2014-07-14 Daniel Bates <dabates@apple.com>
2139 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
2140 https://bugs.webkit.org/show_bug.cgi?id=134905
2141 <rdar://problem/16602779>
2143 Reviewed by Simon Fraser.
2145 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
2146 on the tapped element when processing a touchend as a result of finger pressing and releasing
2147 on the same element that is initially positioned outside the visible content area.
2149 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
2151 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
2153 [GTK] Enable VIDEO_TRACK by default
2154 https://bugs.webkit.org/show_bug.cgi?id=134801
2156 Reviewed by Philippe Normand.
2158 * Source/cmake/OptionsGTK.cmake:
2160 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
2162 [GTK][CMake] Add a 'distcheck' target
2163 https://bugs.webkit.org/show_bug.cgi?id=130675
2165 Reviewed by Gustavo Noronha Silva.
2167 * Source/PlatformGTK.cmake: Add distcheck target.
2169 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
2171 [GTK] Use the same default options for production builds that previous stable releases
2172 https://bugs.webkit.org/show_bug.cgi?id=134589
2174 Reviewed by Martin Robinson.
2176 Change the default value of some features to match our stable releases.
2177 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
2178 canvas depend on whether cairo-gl is found.
2180 * Source/cmake/FindCairoGL.cmake: Added.
2181 * Source/cmake/OptionsGTK.cmake:
2183 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
2185 [EFL] Support Encrypted Media Extensions.
2186 https://bugs.webkit.org/show_bug.cgi?id=134750
2188 Reviewed by Gyuyoung Kim.
2190 Webkit needs to play encrypted media contents when media player
2191 is played by Media source extensions and normal video procedure.
2193 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
2195 2014-07-08 Alex Christensen <achristensen@webkit.org>
2197 Steps towards CMake on Windows.
2198 https://bugs.webkit.org/show_bug.cgi?id=134716
2200 Reviewed by Martin Robinson.
2203 Added AppleWin and WinCairo to list of CMake ports.
2204 * Source/cmake/OptionsAppleWin.cmake: Added.
2205 * Source/cmake/OptionsWinCairo.cmake: Added.
2206 * Source/cmake/OptionsWindows.cmake:
2207 Windows needs to use the system malloc. Other options to come.
2209 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2211 [EFL] Support Geolocation
2212 https://bugs.webkit.org/show_bug.cgi?id=134439
2214 Reviewed by Antonio Gomes.
2216 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
2218 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
2220 Broken build with build-webkit --no-video
2221 https://bugs.webkit.org/show_bug.cgi?id=134587
2223 Reviewed by Darin Adler.
2225 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
2227 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
2229 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
2231 [GTK] The list of features shown by cmake is not accurate
2232 https://bugs.webkit.org/show_bug.cgi?id=134588
2234 Reviewed by Gustavo Noronha Silva.
2236 The problem is that some options might change after the feature
2237 list has been printed.
2239 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
2240 setting the default values of features and set WEBGL value
2241 depending on the dependencies, and API_TEST depending on whether
2242 developer mode is enabled or not.
2244 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
2246 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
2247 https://bugs.webkit.org/show_bug.cgi?id=134578
2249 Reviewed by Gyuyoung Kim.
2251 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
2252 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
2253 disable related option if it is not ON.
2255 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
2256 * Source/cmake/OptionsGTK.cmake: Ditto.
2257 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
2259 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
2261 [GTK] make dist is broken
2262 https://bugs.webkit.org/show_bug.cgi?id=134542
2264 Reviewed by Martin Robinson.
2266 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
2268 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
2270 [CMake] Add necessary support for building for the Wayland target
2271 https://bugs.webkit.org/show_bug.cgi?id=134160
2273 Reviewed by Darin Adler.
2275 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
2276 is enabled, and that its version matches the version of the generic package. Same
2277 for the gtk+-wayland-3.0 package and the Wayland target.
2278 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
2279 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
2280 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
2281 so they keep building the TestNetscapePlugin target.
2282 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
2283 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
2284 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
2285 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
2286 the minimum required version as soon as that target is enabled. Only search for GLX
2287 if the X11 target is enabled.
2289 2014-06-29 Yoav Weiss <yoav@yoav.ws>
2291 Add support for HTMLImageElement's sizes attribute
2292 https://bugs.webkit.org/show_bug.cgi?id=133620
2294 Reviewed by Dean Jackson.
2296 Added an ENABLE_PICTURE_SIZES compile flag.
2298 * Source/cmake/WebKitFeatures.cmake:
2299 * Source/cmakeconfig.h.cmake:
2301 2014-06-26 Daniel Bates <dabates@apple.com>
2303 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
2304 https://bugs.webkit.org/show_bug.cgi?id=134309
2305 <rdar://problem/17427385>
2307 Reviewed by Darin Adler.
2309 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
2312 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
2314 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
2316 Remove build guard for progress element
2317 https://bugs.webkit.org/show_bug.cgi?id=134292
2319 Reviewed by Benjamin Poulain.
2321 The build flag is no longer needed as it is always on.
2323 * Source/cmake/WebKitFeatures.cmake:
2324 * Source/cmakeconfig.h.cmake:
2326 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
2328 [EFL] Platform support for WebSpeech feature.
2329 https://bugs.webkit.org/show_bug.cgi?id=116438
2331 Reviewed by Csaba Osztrogonác.
2333 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
2335 * Source/cmake/OptionsEfl.cmake:
2336 * Source/cmake/WebKitFeatures.cmake:
2338 2014-06-23 Philippe Normand <pnormand@igalia.com>
2340 Unreviewed, GTK build fix after r170266.
2342 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
2344 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2346 Disable gamepad feature on EFL and GTK ports by default
2347 https://bugs.webkit.org/show_bug.cgi?id=134169
2349 Reviewed by Brady Eidson.
2351 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
2353 2014-06-21 Brady Eidson <beidson@apple.com>
2355 Gamepad API - Deprecate the existing implementation
2356 https://bugs.webkit.org/show_bug.cgi?id=134108
2358 Reviewed by Timothy Hatcher.
2360 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
2361 -Add the "Deprecated" suffix to some implementation files
2363 * Source/cmake/OptionsEfl.cmake:
2364 * Source/cmake/OptionsGTK.cmake:
2365 * Source/cmake/WebKitFeatures.cmake:
2366 * Source/cmakeconfig.h.cmake:
2368 2014-06-21 Commit Queue <commit-queue@webkit.org>
2370 Unreviewed, rolling out r170244.
2371 https://bugs.webkit.org/show_bug.cgi?id=134157
2373 GTK/EFL bindings generator works differently, making this
2374 patch not work there. Will fix entire patch after a rollout.
2375 (Requested by bradee-oh on #webkit).
2379 "Gamepad API - Deprecate the existing implementation"
2380 https://bugs.webkit.org/show_bug.cgi?id=134108
2381 http://trac.webkit.org/changeset/170244
2383 2014-06-21 Brady Eidson <beidson@apple.com>
2385 Gamepad API - Deprecate the existing implementation
2386 https://bugs.webkit.org/show_bug.cgi?id=134108
2388 Reviewed by Timothy Hatcher.
2390 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
2391 -Add the "Deprecated" suffix to some implementation files
2393 * Source/cmake/OptionsEfl.cmake:
2394 * Source/cmake/OptionsGTK.cmake:
2395 * Source/cmake/WebKitFeatures.cmake:
2396 * Source/cmakeconfig.h.cmake:
2398 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2400 Removing PAGE_VISIBILITY_API compile guard.
2401 https://bugs.webkit.org/show_bug.cgi?id=133844
2403 Reviewed by Gavin Barraclough.
2405 * Source/cmake/OptionsEfl.cmake:
2406 * Source/cmake/OptionsGTK.cmake:
2407 * Source/cmake/WebKitFeatures.cmake:
2408 * Source/cmakeconfig.h.cmake:
2410 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
2412 [EFL][CMAKE] Disable WebKit1 build as a default
2413 https://bugs.webkit.org/show_bug.cgi?id=134093
2415 Reviewed by Gyuyoung Kim.
2417 Disable WebKit1 build and enable WebKit2 build for the EFL port.
2419 * Source/cmake/OptionsEfl.cmake:
2421 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2423 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
2424 https://bugs.webkit.org/show_bug.cgi?id=130389
2426 Reviewed by Mark Lam.
2428 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
2429 into !ENABLE(JIT) since they are mutually exclusive.
2431 * Source/cmake/OptionsEfl.cmake:
2432 * Source/cmake/OptionsGTK.cmake:
2433 * Source/cmake/WebKitFeatures.cmake:
2434 * Source/cmakeconfig.h.cmake:
2436 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
2438 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
2439 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
2440 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
2441 by the plugin process, but it is searched and utilized separately.
2443 Rubber-stamped by Carlos Garcia Campos.
2445 * Source/cmake/OptionsGTK.cmake:
2447 2014-06-16 Commit Queue <commit-queue@webkit.org>
2449 Unreviewed, rolling out r170003.
2450 https://bugs.webkit.org/show_bug.cgi?id=133938
2452 This patch broke GTK build (Requested by kczech on #webkit).
2456 "[EFL] Platform support for WebSpeech feature."
2457 https://bugs.webkit.org/show_bug.cgi?id=116438
2458 http://trac.webkit.org/changeset/170003
2460 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
2462 [EFL] Platform support for WebSpeech feature.
2463 https://bugs.webkit.org/show_bug.cgi?id=116438
2465 Reviewed by Gyuyoung Kim.
2467 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
2469 * Source/cmake/OptionsEfl.cmake:
2470 * Source/cmake/WebKitFeatures.cmake:
2472 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2474 [EFL] Remove duplicated compiler flag
2475 https://bugs.webkit.org/show_bug.cgi?id=133838
2477 Reviewed by Anders Carlsson.
2479 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
2480 it added to common compiler options. So, it is duplicated.
2482 * Source/cmake/WebKitHelpers.cmake:
2484 2014-06-11 Commit Queue <commit-queue@webkit.org>
2486 Unreviewed, rolling out r169877.
2487 https://bugs.webkit.org/show_bug.cgi?id=133784
2489 rollout wrong build fix approach for EFL port (Requested by
2490 gyuyoung on #webkit).
2494 "Unreviewed, EFL build fix since r169869."
2495 http://trac.webkit.org/changeset/169877
2497 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2499 Unreviewed, EFL build fix since r169869.
2501 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
2503 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
2505 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2507 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
2509 * Source/cmake/WebKitHelpers.cmake:
2511 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
2513 [GTK] Make it possible to build with FTL enabled
2514 https://bugs.webkit.org/show_bug.cgi?id=133219
2516 Reviewed by Philippe Normand.
2518 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
2520 * Source/cmake/OptionsGTK.cmake:
2522 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
2524 [CMake] Clean up FAST_MOBILE_SCROLLING
2525 https://bugs.webkit.org/show_bug.cgi?id=133342
2527 Reviewed by Gyuyoung Kim.
2529 FAST_MOBILE_SCROLLING was removed in r168726.
2531 * Source/cmake/OptionsEfl.cmake:
2532 * Source/cmake/OptionsGTK.cmake:
2533 * Source/cmake/WebKitFeatures.cmake:
2534 * Source/cmakeconfig.h.cmake:
2536 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2539 https://bugs.webkit.org/show_bug.cgi?id=132863
2541 Reviewed by Csaba Osztrogonác.
2543 * Source/cmake/OptionsEfl.cmake:
2544 * Source/cmake/OptionsGTK.cmake:
2545 * Source/cmake/WebKitFeatures.cmake:
2546 * Source/cmakeconfig.h.cmake:
2548 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
2550 Allow building CMake based ports with WEB_REPLAY
2551 https://bugs.webkit.org/show_bug.cgi?id=133154
2553 Reviewed by Csaba Osztrogonác.
2555 * Source/cmake/WebKitFeatures.cmake:
2556 * Source/cmakeconfig.h.cmake:
2558 2014-05-21 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
2560 [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled
2561 https://bugs.webkit.org/show_bug.cgi?id=132907
2563 Reviewed by Gyuyoung Kim.
2565 * Source/cmake/FindLIBCXXABI.cmake: Added.
2566 * Source/cmake/OptionsEfl.cmake:
2568 2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2570 [EFL] Turn on ENABLE_CSS_FILTERS
2571 https://bugs.webkit.org/show_bug.cgi?id=133153
2573 Reviewed by Gyuyoung Kim.
2575 * Source/cmake/OptionsEfl.cmake: Enable CSS_FILTERS as default option value.
2577 2014-05-16 Martin Robinson <mrobinson@igalia.com>
2579 [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and LIBEXEC_INSTALL_DIR
2580 https://bugs.webkit.org/show_bug.cgi?id=132819
2582 Reviewed by Carlos Garcia Campos.
2584 * CMakeLists.txt: Hard-code CMAKE_ARCHIVE_OUTPUT_DIRECTORY etc, so that we can accept absolute paths for LIB_INSTALL_DIR
2586 * Source/cmake/OptionsCommon.cmake: Get rid of LIB_SUFFIX and try to make all path variables absolute. Also set
2587 CMAKE_ARCHIVE_OUTPUT_DIRECTORY, etc using the last path component of LIB_INSTALL_DIR, etc, so that absolute paths
2589 * Source/cmake/OptionsGTK.cmake: Ditto. Also get rid of all pkg-config specific variables.
2591 2014-05-20 Gustavo Noronha Silva <gns@gnome.org>
2593 [CMake] Support building with Debug Fission
2594 https://bugs.webkit.org/show_bug.cgi?id=131177
2596 Reviewed by Philippe Normand.
2598 * Source/cmake/OptionsCommon.cmake: add a DEBUG_FISSION option to enable usage
2599 of http://gcc.gnu.org/wiki/DebugFission.
2601 2014-05-20 Carlos Garcia Campos <cgarcia@igalia.com>
2603 [GTK] Rename translation domain as WebKit2GTK-3.0
2604 https://bugs.webkit.org/show_bug.cgi?id=132953
2606 Reviewed by Gustavo Noronha Silva.
2608 * Source/cmake/OptionsGTK.cmake:
2610 2014-05-18 Rik Cabanier <cabanier@adobe.com>
2612 support for navigator.hardwareConcurrency
2613 https://bugs.webkit.org/show_bug.cgi?id=132588
2615 Reviewed by Filip Pizlo.
2617 * Source/cmake/OptionsEfl.cmake:
2618 * Source/cmake/OptionsGTK.cmake:
2619 * Source/cmake/WebKitFeatures.cmake:
2620 * Source/cmakeconfig.h.cmake:
2622 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2624 Remove CSS_STICKY_POSITION guards
2625 https://bugs.webkit.org/show_bug.cgi?id=132676
2627 Reviewed by Simon Fraser.
2629 * Source/cmake/OptionsEfl.cmake:
2630 * Source/cmake/OptionsGTK.cmake:
2631 * Source/cmake/WebKitFeatures.cmake:
2632 * Source/cmakeconfig.h.cmake:
2634 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
2636 Unreviewed. Bump version numbers.
2638 * Source/cmake/OptionsGTK.cmake:
2640 2014-05-10 Martin Robinson <mrobinson@igalia.com>
2642 [GTK][CMake] Unable to do make install
2643 https://bugs.webkit.org/show_bug.cgi?id=130188
2645 Reviewed by Carlos Garcia Campos.
2647 Only try to install the HTML documentation if the build is configured to generate it via
2648 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
2649 to keep the HTML documentation directory as an installation source.
2651 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
2652 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
2653 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
2654 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
2655 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
2657 2014-05-09 Anders Carlsson <andersca@apple.com>
2659 Rename WebKit2.framework to WebKit.framework
2660 https://bugs.webkit.org/show_bug.cgi?id=132743
2661 <rdar://problem/15920046>
2663 Reviewed by Dan Bernstein.
2666 Build WebKit.xcodeproj before WebKit2.xcodeproj.
2668 * WebKit.xcworkspace/xcshareddata/xcschemes/:
2671 2014-05-06 David Kilzer <ddkilzer@apple.com>
2673 Add Makefile targets for copying static libraries (LLVM and WKSI)
2674 <http://webkit.org/b/132619>
2676 Reviewed by Mark Rowe.
2679 (MODULES): Add WebKitLibraries.
2681 2014-05-06 Commit Queue <commit-queue@webkit.org>
2683 Unreviewed, rolling out r168304.
2684 https://bugs.webkit.org/show_bug.cgi?id=132607
2686 Broke the build (Requested by KaL on #webkit).
2690 "[GTK][CMake] Unable to do make install"
2691 https://bugs.webkit.org/show_bug.cgi?id=130188
2692 http://trac.webkit.org/changeset/168304
2694 2014-05-05 Martin Robinson <mrobinson@igalia.com>
2696 [GTK][CMake] Unable to do make install
2697 https://bugs.webkit.org/show_bug.cgi?id=130188
2699 Reviewed by Carlos Garcia Campos.
2701 Only try to install the HTML documentation if the build is configured to generate it via
2702 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
2703 to keep the HTML documentation directory as an installation source.
2705 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
2706 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
2707 never added to the default target, but will be triggered by build-webkit, so that
2708 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
2709 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
2711 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2713 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
2714 https://bugs.webkit.org/show_bug.cgi?id=132525
2716 Reviewed by Martin Robinson.
2718 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
2719 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
2720 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
2722 2014-05-01 David Kilzer <ddkilzer@apple.com>
2724 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
2725 <http://webkit.org/b/132432>
2727 Reviewed by Tim Horton.
2729 * Source/cmake/WebKitFeatures.cmake:
2730 * Source/cmakeconfig.h.cmake:
2731 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
2733 2014-04-30 Simon Fraser <simon.fraser@apple.com>
2735 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
2737 Reviewed by Dan Bernstein/Anders Carlsson.
2739 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2740 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2742 2014-04-30 Simon Fraser <simon.fraser@apple.com>
2744 Let Xcode have its way with the WebKit workspace.
2746 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2747 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2749 2014-04-29 Martin Robinson <mrobinson@igalia.com>
2751 [GTK] Make it easier to run CMake for downstreams
2752 https://bugs.webkit.org/show_bug.cgi?id=132370
2754 Reviewed by Carlos Garcia Campos.
2756 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
2758 2014-04-27 Joonghun Park <jh718.park@samsung.com>
2760 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
2761 https://bugs.webkit.org/show_bug.cgi?id=132176
2763 Reviewed by Gyuyoung Kim.
2765 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
2767 * Source/cmake/OptionsEfl.cmake:
2769 2014-04-22 Alex Christensen <achristensen@webkit.org>
2771 Removed old stdbool and inttypes headers.
2772 https://bugs.webkit.org/show_bug.cgi?id=131966
2774 Reviewed by Brent Fulgham.
2776 * Source/cmake/OptionsWindows.cmake:
2777 * Source/cmake/WebKitPackaging.cmake:
2778 Removed references to os-win32 directory.
2780 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
2782 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
2784 Rubber-stamped by Carlos Garcia Campos.
2786 * Source/cmake/WebKitFeatures.cmake:
2788 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
2790 Empty RenderInline objects should not be line break objects.
2792 https://bugs.webkit.org/show_bug.cgi?id=131861
2793 <rdar://problem/15663617>
2795 Reviewed by David Hyatt.
2797 * ManualTests/empty-inline-as-line-break-position.html: Added.
2798 This issue wouldn't reproduce in WebKitTestRunner.
2800 2014-04-19 Brent Fulgham <bfulgham@apple.com>
2802 Revert unintended workspace change in my last commit.
2804 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
2805 Scheme type back to Debug.
2807 2014-04-18 Philippe Normand <pnormand@igalia.com>
2809 Remove NETWORK_INFO support
2810 https://bugs.webkit.org/show_bug.cgi?id=131841
2812 Reviewed by Gyuyoung Kim.
2814 * Source/cmake/OptionsEfl.cmake:
2815 * Source/cmake/OptionsGTK.cmake:
2816 * Source/cmake/WebKitFeatures.cmake:
2817 * Source/cmakeconfig.h.cmake:
2819 2014-04-17 Darin Adler <darin@apple.com>
2821 Try to fix EFL and GTK builds.
2823 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
2824 * Source/cmake/OptionsGTK.cmake: Ditto.
2825 * Source/cmakeconfig.h.cmake: Ditto.
2827 2014-04-16 Brendan Long <b.long@cablelabs.com>
2829 [GTK][CMAKE] build-webkit doesn't detect when the build fails
2830 https://bugs.webkit.org/show_bug.cgi?id=130148
2832 Reviewed by Martin Robinson.
2834 * 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.
2836 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
2838 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
2839 https://bugs.webkit.org/show_bug.cgi?id=131725
2841 Reviewed by Philippe Normand.
2843 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
2844 instead of GTK_UNIX_PRINTING_FOUND and set the macro
2845 HAVE_GTK_UNIX_PRINTING to 1 when found.
2847 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
2849 Web Replay: memoize nondeterministic attributes of the Navigator interface
2850 https://bugs.webkit.org/show_bug.cgi?id=131340
2852 Reviewed by Timothy Hatcher.
2854 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
2856 2014-04-09 Brendan Long <b.long@cablelabs.com>
2858 [GStreamer] Expose MPEG-TS metadata
2859 https://bugs.webkit.org/show_bug.cgi?id=122001
2861 Reviewed by Eric Carlson.
2863 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
2864 * Source/cmake/OptionsEfl.cmake: Same.
2865 * Source/cmake/OptionsGTK.cmake: Same.
2867 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
2869 Web Replay: memoize nondeterministic attributes of the Screen interface
2870 https://bugs.webkit.org/show_bug.cgi?id=131339
2872 Reviewed by Timothy Hatcher.
2874 * ManualTests/inspector/replay-window-screen.html: Added.
2876 2014-04-08 Martin Robinson <mrobinson@igalia.com>
2878 [GTK] Remove the WebKitGTK+ WebKit 1 code
2879 https://bugs.webkit.org/show_bug.cgi?id=131399
2881 Reviewed by Anders Carlsson.
2883 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
2884 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
2886 2014-04-08 Dan Bernstein <mitz@apple.com>
2888 Added bmalloc to the WebKit workspace.
2889 https://bugs.webkit.org/show_bug.cgi?id=131362
2891 Reviewed by Geoff Garen.
2893 * WebKit.xcworkspace/contents.xcworkspacedata:
2894 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2895 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2897 2014-04-08 Geoffrey Garen <ggaren@apple.com>
2899 Build bmalloc on iOS too
2900 https://bugs.webkit.org/show_bug.cgi?id=131381
2902 Reviewed by Andreas Kling.
2904 * Source/Makefile: Build it.
2906 2014-04-07 Geoffrey Garen <ggaren@apple.com>
2908 Build bmalloc on Mac
2909 https://bugs.webkit.org/show_bug.cgi?id=131333
2911 Reviewed by Mark Rowe.
2914 * WebKitBuild: Added.
2915 * WebKitBuild/Debug: Added.
2917 2014-04-07 Ryuan Choi <ryuan.choi@samsung.com>
2919 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT
2920 https://bugs.webkit.org/show_bug.cgi?id=131257
2922 Reviewed by Gyuyoung Kim.
2924 * Source/cmake/OptionsEfl.cmake: Enable MEDIA_CONTROLS_SCRIPT
2926 2014-04-06 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2928 [GTK] Stop trying to install WebKit1 documentation
2929 https://bugs.webkit.org/show_bug.cgi?id=131278
2931 Reviewed by Martin Robinson.
2933 * Source/PlatformGTK.cmake: Remove install() call since the WebKit1 documentation is not
2934 built anymore since r166584. This fixes `make install'.
2936 2014-04-04 Brian J. Burg <burg@cs.washington.edu>
2938 Web Replay: capture and replay wheel events and scroll commands
2939 https://bugs.webkit.org/show_bug.cgi?id=129402
2941 Reviewed by Timothy Hatcher.
2943 * ManualTests/inspector/replay-wheel-events.html: Added.
2945 2014-04-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2947 [GTK][CMake] Remove FindXt.cmake.
2948 https://bugs.webkit.org/show_bug.cgi?id=131227
2950 Reviewed by Anders Carlsson.
2952 Xt is already detected by CMake's own FindX11.cmake, so there is no need to keep a custom FindXt.cmake around.
2954 * Source/cmake/FindXt.cmake: Removed.
2955 * Source/cmake/OptionsGTK.cmake:
2957 2014-04-04 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
2959 [EFL] Build error due to changed path of generated js files.
2960 https://bugs.webkit.org/show_bug.cgi?id=131215
2962 Reviewed by Gyuyoung Kim.
2964 r166648 fixed the generation of some .js files on GTK. Due to some
2965 changes in the paths it causes a build error on EFL.
2967 * Source/PlatformEfl.cmake:
2968 Replaced path for two derived source files.
2970 2014-04-02 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2972 [GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
2973 https://bugs.webkit.org/show_bug.cgi?id=131095
2975 Reviewed by Martin Robinson.
2977 One needs to take into account OpenGL's include directory found via
2978 find_package() when looking for glx.h, since if the former is a
2979 non-standard location the latter will also be. If this is not it is
2980 possible that OpenGL is found but GLX support is not properly detected.
2982 * Source/cmake/OptionsGTK.cmake:
2984 2014-04-02 Martin Robinson <mrobinson@igalia.com>
2986 REGRESSION(r165704): [GTK] Inspector resources not correctly generated
2987 https://bugs.webkit.org/show_bug.cgi?id=130343
2989 Reviewed by Gustavo Noronha Silva.
2991 * CMakeLists.txt: Add a variable which points to the directory to store WebInspectorUI
2993 * Source/cmake/WebKitFS.cmake: Generate WebInspectorUI derived sources directories.
2995 2014-04-01 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2997 [CMake] Drop port check from FindEGL.cmake.
2998 https://bugs.webkit.org/show_bug.cgi?id=131091
3000 Reviewed by Gyuyoung Kim.
3002 There is no reason to mark some variables as advanced only for the
3005 * Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
3006 as advanced regardless of the port.
3008 2014-04-01 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3010 Fix the !ENABLE(BATTERY_STATUS) build
3011 https://bugs.webkit.org/show_bug.cgi?id=130183
3013 Reviewed by Anders Carlsson.
3015 * Source/cmake/OptionsEfl.cmake:
3017 2014-03-31 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3019 [CMake][GTK] Do not expand variables twice in if() checks.
3020 https://bugs.webkit.org/show_bug.cgi?id=130964
3022 Reviewed by Martin Robinson.
3024 In CMake, `if (${foo})' causes $foo to be evaluated first and its value
3025 to be checked by the if clause. This is not what we want, and
3026 configuration fails when, say, GLX support wasn't found as the if
3027 clause is actually evaluated as `if (TRUE AND (OR TRUE))'.
3029 * Source/cmake/OptionsGTK.cmake: Pass if (FOO) instead of if (${FOO})
3032 2014-03-31 Martin Robinson <mrobinson@igalia.com>
3034 [GTK] Remove scripts code only applicable to autotools
3035 https://bugs.webkit.org/show_bug.cgi?id=130841
3037 Reviewed by Anders Carlsson.
3039 * Source/cmake/WebKitPackaging.cmake: No longer need to consider autotools files.
3041 2014-03-31 Martin Robinson <mrobinson@igalia.com>
3043 [GTK] Use PROJECT_VERSION_* instead of WEBKIT_*_VERSION
3044 https://bugs.webkit.org/show_bug.cgi?id=130936
3046 Reviewed by Carlos Garcia Campos.
3048 * Source/cmake/OptionsGTK.cmake: No longer emulate the Autotools macro names.
3050 2014-03-31 Carlos Garcia Campos <cgarcia@igalia.com>
3052 [GTK] Add support for GTK3 plugins
3053 https://bugs.webkit.org/show_bug.cgi?id=130599
3055 Reviewed by Martin Robinson.
3057 * Source/cmake/OptionsGTK.cmake:
3059 2014-03-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3061 [EFL] Bump glib version from 2.36 to 2.38
3062 https://bugs.webkit.org/show_bug.cgi?id=130886
3064 Reviewed by Csaba Osztrogonác.
3066 * Source/cmake/OptionsEfl.cmake: Required glib-2.38 version.
3068 2014-03-26 Zoltan Horvath <zoltan@webkit.org>
3070 [CSS Shapes] Remove shape-inside support
3071 https://bugs.webkit.org/show_bug.cgi?id=130698
3073 Reviewed by David Hyatt.
3075 * Source/cmake/WebKitFeatures.cmake:
3076 * Source/cmakeconfig.h.cmake:
3078 2014-03-25 Martin Robinson <mrobinson@igalia.com>
3080 [GTK] Remove the autotools build
3081 https://bugs.webkit.org/show_bug.cgi?id=130717
3083 Reviewed by Anders Carlsson.
3085 * .gitignore: Remove references to autotools files.
3086 * GNUmakefile.am: Removed.
3087 * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
3088 * Source/autotools/CustomMacros.m4: Removed.
3089 * Source/autotools/FindDependencies.m4: Removed.
3090 * Source/autotools/PrintBuildConfiguration.m4: Removed.
3091 * Source/autotools/ReadCommandLineArguments.m4: Removed.
3092 * Source/autotools/SetupAutoconfHeader.m4: Removed.
3093 * Source/autotools/SetupAutomake.m4: Removed.
3094 * Source/autotools/SetupCompilerFlags.m4: Removed.
3095 * Source/autotools/SetupLibtool.m4: Removed.
3096 * Source/autotools/SetupWebKitFeatures.m4: Removed.
3097 * Source/autotools/Versions.m4: Removed.
3098 * Source/autotools/acinclude.m4: Removed.
3099 * Source/autotools/dolt.m4: Removed.
3100 * Source/autotools/gsettings.m4: Removed.
3101 * Source/cmake/OptionsGTK.cmake:
3102 * autogen.sh: Removed.
3103 * configure.ac: Removed.
3105 2014-03-25 Gabor Rapcsanyi <rgabor@webkit.org>
3107 [EFL] Add ARM64 build support
3108 https://bugs.webkit.org/show_bug.cgi?id=130506
3110 Rubber stamped by Gyuyoung Kim.
3112 * CMakeLists.txt: Set WTF_CPU_ARM64 when aarch64 is defined.
3114 2014-03-25 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3116 [EFL][WK2] Add NETWORK_PROCESS build option
3117 https://bugs.webkit.org/show_bug.cgi?id=130131
3119 Reviewed by Gyuyoung Kim.
3121 Add option to build EFL port with NETWORK_PROCESS set on. By default NETWORK_PROCESS is
3124 * Source/cmake/OptionsEfl.cmake:
3126 2014-03-24 Brian Burg <bburg@apple.com>
3128 Web Replay: capture and replay keyboard events
3129 https://bugs.webkit.org/show_bug.cgi?id=130314
3131 Reviewed by Joseph Pecoraro.
3133 * ManualTests/inspector/replay-keyboard-events.html: Added.
3135 2014-03-24 Sangyong Park <sy302.park@gmail.com>
3137 [EFL] Inspector page is not loaded.
3138 https://bugs.webkit.org/show_bug.cgi?id=130661
3140 Reviewed by Gyuyoung Kim.
3142 Inspector page is not loaded, because some javascript files are not installed.
3143 (InspectorJSBackendCommands.js, InspectorWebBackendCommands.js)
3145 * Source/PlatformEfl.cmake:
3147 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
3149 [EFL][GTK] Get CMake to find Freetype2 properly
3150 https://bugs.webkit.org/show_bug.cgi?id=130150
3152 Reviewed by Martin Robinson.
3154 Newer versions of CMake are not able to find Freetype2 correctly.
3155 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
3156 freetype2 repo, because a completely different version number is found in freetype2.pc.
3158 * Source/cmake/FindFreetype2.cmake: Added.
3159 * Source/cmake/OptionsEfl.cmake:
3160 * Source/cmake/OptionsGTK.cmake:
3162 2014-03-20 Brian Burg <bburg@apple.com>
3164 Web Replay: capture and replay mouse events
3165 https://bugs.webkit.org/show_bug.cgi?id=129395
3167 Reviewed by Joseph Pecoraro.
3169 Create a manual test for capture/replay of mouse events.
3170 Copy over the crypto-md5.js library from SunSpider.
3172 * ManualTests/inspector/replay-mouse-events.html: Added.
3173 * ManualTests/inspector/resources/crypto-md5.js: Added.
3175 2014-03-20 Zan Dobersek <zdobersek@igalia.com>
3177 [GTK][CMake] Add support for building with Clang
3178 https://bugs.webkit.org/show_bug.cgi?id=130260
3180 Reviewed by Martin Robinson.
3182 * Source/PlatformGTK.cmake: Run the generate-gtkdoc script with the CFLAGS env set
3183 to the list C compiler flags as constructed by CMake.
3184 * Source/cmake/OptionsCommon.cmake: When building with Clang, use the -Qunused-arguments
3185 compiler option to suppress verbose warnings about arguments that went unused by the driver.
3186 * Source/cmake/OptionsGTK.cmake: Use -fno-omit-frame-pointer for both GCC and Clang.
3187 -fno-tree-dce should be used only for GCC.
3188 * Source/cmake/gtest/CMakeLists.txt: When building with Clang the GTest framework
3189 should be built with GTEST_HAS_TR1_TUPLE macro defined to 0 to avoid build failures.
3191 2014-03-20 Commit Queue <commit-queue@webkit.org>
3193 Unreviewed, rolling out r165962.
3194 https://bugs.webkit.org/show_bug.cgi?id=130512
3196 It broke the build (Requested by Ossy on #webkit).
3200 "[EFL][GTK] Get CMake to find Freetype2 properly"
3201 https://bugs.webkit.org/show_bug.cgi?id=130150
3202 http://trac.webkit.org/changeset/165962
3204 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
3206 [EFL][GTK] Get CMake to find Freetype2 properly
3207 https://bugs.webkit.org/show_bug.cgi?id=130150
3209 Reviewed by Csaba Osztrogonác.
3211 Newer versions of CMake are not able to find Freetype2 correctly.
3212 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
3213 freetype2 repo, because a completely different version number is found in freetype2.pc.
3215 * Source/cmake/FindFreetype2.cmake: Added.
3216 * Source/cmake/OptionsEfl.cmake:
3217 * Source/cmake/OptionsGTK.cmake:
3219 2014-03-17 Brendan Long <b.long@cablelabs.com>
3221 [GStreamer] human readable language code for tracks
3222 https://bugs.webkit.org/show_bug.cgi?id=124514
3224 Reviewed by Martin Robinson.
3226 * Source/autotools/FindDependencies.m4: Add gstreamer-tag-1.0.
3227 * Source/cmake/FindGStreamer.cmake: Same.
3228 * Source/cmake/OptionsEfl.cmake: Same.
3229 * Source/cmake/OptionsGTK.cmake: Same.
3231 2014-03-17 Martin Robinson <mrobinson@igalia.com>
3233 [GTK][CMake] Credential storage is not enabled
3234 https://bugs.webkit.org/show_bug.cgi?id=130149
3236 Reviewed by Philippe Normand.
3238 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_CREDENTIAL_STORAGE option to the configuration
3239 and look libsecret when it's enabled.
3240 * Source/cmakeconfig.h.cmake: Expose the ENABLE_CREDENTIAL_STORAGE option to the build.
3242 2014-03-17 Martin Robinson <mrobinson@igalia.com>
3244 [GTK][CMake] Ensure that HAVE_GTK_UNIX_PRINTING is defined when appropriate
3245 https://bugs.webkit.org/show_bug.cgi?id=130155
3247 Reviewed by Philippe Normand.
3249 * Source/cmake/FindGTKUnixPrint.cmake: Added.
3250 * Source/cmake/OptionsGTK.cmake: Look for gtk+-unix-print and use it to turn on HAVE_GTK_UNIX_PRINTING.
3251 * Source/cmakeconfig.h.cmake: Add the HAVE_GTK_UNIX_PRINTING define.
3253 2014-03-16 Kim Byung Jun <bj1987.kim@samsung.com>
3255 [EFL] Enable TOUCH_SLIDER macro.
3256 https://bugs.webkit.org/show_bug.cgi?id=130186
3258 Reviewed by Gyuyoung Kim.
3260 * Source/cmake/OptionsEfl.cmake:
3262 2014-03-16 Zan Dobersek <zdobersek@igalia.com>
3264 [GTK][CMake] Build with -fno-rtti
3265 https://bugs.webkit.org/show_bug.cgi?id=130261
3267 Reviewed by Martin Robinson.
3269 * Source/cmake/OptionsCommon.cmake: List the -fno-exceptions, -fno-strict-aliasing
3270 and -fno-rtti options in the global CMAKE_C_FLAGS and CMAKE_CXX_FLAGS (-fno-rtti
3271 is only listed in the latter). Replace -std=gnu++0x with the official -std=c++11 option.
3272 * Source/cmake/WebKitHelpers.cmake: Stop -fno-exceptions and -fno-strict-aliasing
3273 from being set through the WEBKIT_SET_EXTRA_COMPILER_FLAGS macro, they are now listed
3274 in CMAKE_C_FLAGS and CMAKE_CXX_FLAGS.
3275 * Source/cmake/gtest/CMakeLists.txt: Build GTest code with GTEST_HAS_RTTI macro defined to 0.
3277 2014-03-16 Brendan Long <b.long@cablelabs.com>
3279 [GStreamer] CMake doesn't find the include path for gstreamer-base
3280 https://bugs.webkit.org/show_bug.cgi?id=130098
3282 Reviewed by Philippe Normand.
3284 * Source/cmake/FindGStreamer.cmake: Look for a header in gstreamer-base instead of looking for gst/gst.h twice.
3286 2014-03-14 Maciej Stachowiak <mjs@apple.com>
3288 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
3289 https://bugs.webkit.org/show_bug.cgi?id=130276
3290 <rdar://problem/16266927>
3292 Reviewed by Simon Fraser.
3294 * ManualTests/NPN_Invoke/Info.plist:
3295 * ManualTests/NPN_Invoke/main.c:
3296 * ManualTests/accessibility/resources/AppletTest.java:
3298 2014-03-14 Zan Dobersek <zdobersek@igalia.com>
3300 [CMake] Remove -fno-tree-sra workaround for GCC 4.5
3301 https://bugs.webkit.org/show_bug.cgi?id=130258
3303 Reviewed by Martin Robinson.
3305 GCC compilers 4.7 and later are supported, so there's no need for disabling
3306 the -ftree-sra optimization which was causing problems when enabled on GCC 4.5.
3308 * Source/cmake/WebKitHelpers.cmake:
3310 2014-03-14 Landry Breuil <landry@openbsd.org>
3312 Add autotools boilerplate for proper os defines on OpenBSD/NetBSD/DragonFly
3313 https://bugs.webkit.org/show_bug.cgi?id=129966
3315 Reviewed by Andreas Kling.
3317 * Source/autotools/CheckSystemAndBasicDependencies.m4:
3318 * Source/autotools/SetupAutomake.m4:
3320 2014-03-13 Mario Sanchez Prada <mario.prada@samsung.com>
3322 [CMake] Failure to link with older installations of WebP
3323 https://bugs.webkit.org/show_bug.cgi?id=130195
3325 Reviewed by Gustavo Noronha Silva.
3327 Fix the issue by using a temporary variable as the output parameter
3328 to check_include_files(), setting WEBP_FOUND accordingly later.
3330 * Source/cmake/FindWebP.cmake: Avoid reusing the WEBP_FOUND
3331 variable in check_include_files(), as it will lead to misleading
3332 results (will always be FALSE). Use a temporary variable instead
3333 and explicitly set WEBP_FOUND to TRUE later if needed.
3335 2014-03-12 Martin Robinson <mrobinson@igalia.com>
3337 [CMake] Changes to the bindings generator Perl modules do not trigger regeneration of bindings
3338 https://bugs.webkit.org/show_bug.cgi?id=130170
3340 Reviewed by Daniel Bates.
3342 * Source/cmake/WebKitMacros.cmake: Add the Perl modules used in script generation to the dependency
3343 list. We must check whether or not the specific one exists first, because the InjectedBundle uses a
3344 fake "TestRunner" generator.
3346 2014-03-12 Carlos Garcia Campos <cgarcia@igalia.com>
3348 [GTK][CMAKE] Remove compile warnings about GTK+ deprecated API
3349 https://bugs.webkit.org/show_bug.cgi?id=130014
3351 Reviewed by Martin Robinson.
3353 Set GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_6.
3355 * Source/cmake/OptionsGTK.cmake:
3356 * Source/cmakeconfig.h.cmake:
3358 2014-03-12 Martin Robinson <mrobinson@igalia.com>
3360 [GTK][CMAKE] Too verbose build output
3361 https://bugs.webkit.org/show_bug.cgi?id=130076
3363 Reviewed by Carlos Garcia Campos.
3365 * Source/cmake/OptionsGTK.cmake: Generate a script which does the actual build. This
3366 works around an issue where cmake --build doesn't support ninja's pretty printing.
3368 2014-03-10 Mario Sanchez Prada <mario.prada@samsung.com>
3370 [GTK] Add support for Geoclue2
3371 https://bugs.webkit.org/show_bug.cgi?id=120185
3373 Reviewed by Carlos Garcia Campos.
3375 Patch by Anton Obzhirov <a.obzhirov@samsung.com> and Mario Sanchez Prada <mario.prada@samsung.com>
3377 Add support for Geoclue2 using autotools.
3379 * Source/autotools/FindDependencies.m4: Add support for handling
3380 both Geoclue 1.0 and 2.0.
3381 * Source/autotools/PrintBuildConfiguration.m4: Print the version
3382 of geoclue that is being used.
3383 * Source/autotools/SetupAutoconfHeader.m4: Define GEOCLUE_API_VERSION_2.
3384 * Source/autotools/SetupAutomake.m4: Likewise, for AM_CONDITIONAL.
3385 * Source/autotools/Versions.m4: Added minimum required version for Geoclue2.
3387 Add support for Geoclue2 using CMake.
3389 * Source/cmake/FindGeoClue2.cmake: Added.
3390 * Source/cmake/OptionsGTK.cmake: Add support for handling Geoclue 1.0 and 2.0.
3391 * Source/cmakeconfig.h.cmake: Define WTF_USE_GEOCLUE2.
3393 2014-03-10 Martin Robinson <mrobinson@igalia.com>
3395 [GTK][CMAKE] gtk-doc HTML documentation is generated by default when building with CMake
3396 https://bugs.webkit.org/show_bug.cgi?id=130016
3398 Reviewed by Carlos Garcia Campos.
3400 * Source/PlatformGTK.cmake: Add two gtkdoc targets, one which builds HTML and one which
3401 doesn't. Add the non-HTML version to the default target, but not the HTML version. The
3402 HTML version will still run when building the distribution tarball.
3404 2014-03-10 Martin Robinson <mrobinson@igalia.com>
3406 [GTK] [CMake] Clean up library linking
3407 https://bugs.webkit.org/show_bug.cgi?id=129782
3409 Reviewed by Philippe Normand.
3411 * Source/cmake/OptionsGTK.cmake: Add a macro to wrap all libraries in a list with --whole-archive
3412 so that unused symbols are not dropped. This is useful when building up shared libraries
3413 from convenience libraries.
3415 2014-03-08 Landry Breuil <landry@openbsd.org>
3417 Don't check for shm_open on librt on OpenBSD, lib doesnt exist.
3418 https://bugs.webkit.org/show_bug.cgi?id=129973
3420 Reviewed by Martin Robinson.
3422 * Source/autotools/FindDependencies.m4:
3424 2014-03-06 Anders Carlsson <andersca@apple.com>
3426 Build WebKit2 before building WebKit
3427 https://bugs.webkit.org/show_bug.cgi?id=129831
3428 <rdar://problem/15920020>
3430 Reviewed by Dan Bernstein.
3433 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3434 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3436 2014-03-06 Commit Queue <commit-queue@webkit.org>
3438 Unreviewed, rolling out r165193.
3439 http://trac.webkit.org/changeset/165193
3440 https://bugs.webkit.org/show_bug.cgi?id=129823
3442 Not specifying libc++ as the stdlib for Clang through CXXFLAGS
3443 env confuses libtool (Requested by zdobersek on #webkit).
3445 * Source/autotools/SetupCompilerFlags.m4:
3447 2014-03-06 Zan Dobersek <zdobersek@igalia.com>
3449 [GTK][Autotools] Default to libc++ when compiling with Clang
3450 https://bugs.webkit.org/show_bug.cgi?id=129798
3452 Reviewed by Anders Carlsson.
3454 * Source/autotools/SetupCompilerFlags.m4: Default to using libc++ when compiling with the Clang
3455 compiler. This is still overridable if -stdlib=* flag was set through CXXFLAGS, in case people
3456 would for some reason still prefer libstdc++ (i.e. on setups where a functional libc++ is not yet available).
3458 2014-03-05 Martin Robinson <mrobinson@igalia.com>
3460 [CMake] Ninja generator builds fail with "Argument list too long"
3461 https://bugs.webkit.org/show_bug.cgi?id=129771
3463 Reviewed by Daniel Bates.
3465 * Source/cmake/OptionsCommon.cmake: Work around a bug in the Ninja CMake generator,
3466 by forcing the use of response files.
3468 2014-03-05 Ryuan Choi <ryuan.choi@samsung.com>
3470 [CMake] Use thin archives if building on Linux for non-shared-core debug builds
3471 https://bugs.webkit.org/show_bug.cgi?id=108330
3473 Reviewed by Martin Robinson.
3475 In order to get non-shared debug builds, this patch applied T option for
3476 thin archives to the flags passed to ar when cmake based ports build on linux.
3477 In addition, applied u option which avoids adding a file twice.
3479 * Source/cmake/OptionsCommon.cmake: Moved archive options from OptionsGTK.cmake.
3480 * Source/cmake/OptionsEfl.cmake:
3481 Removed error messages for non-shared-core debug builds.
3482 * Source/cmake/OptionsGTK.cmake: Moved archive options to OptionsCommon.cmake.
3484 2014-03-04 Zan Dobersek <zdobersek@igalia.com>
3486 [GTK] Build the Udis86 disassembler
3487 https://bugs.webkit.org/show_bug.cgi?id=129679
3489 Reviewed by Michael Saboff.
3491 * GNUmakefile.am: Add the Udis86_nosources variable.
3492 * Source/cmake/OptionsGTK.cmake: Enable the Udis86 disassembler.
3494 2014-03-04 Martin Robinson <mrobinson@igalia.com>
3496 [GTK] Simplify the GObject DOM bindings API break check into one step
3497 https://bugs.webkit.org/show_bug.cgi?id=129571
3499 Reviewed by Carlos Garcia Campos.
3501 * Source/PlatformGTK.cmake: We don't need to run the API break check before gtkdoc generation.
3502 Add the check to 'make check.'
3504 2014-03-04 Martin Robinson <mrobinson@igalia.com>
3506 [GTK][CMake] ENABLE_NAVIGATOR_CONTENT_UTILS is mistakenly enabled for the CMake build
3507 https://bugs.webkit.org/show_bug.cgi?id=129502
3509 Reviewed by Carlos Garcia Campos.
3511 * Source/cmake/OptionsGTK.cmake: Disable the option for GTK+.
3513 2014-03-03 Jozsef Berta <jberta.u-szeged@partner.samsung.com>
3515 [cmake] *Names.cpp file should be regenerated after touching StaticString.pm
3516 https://bugs.webkit.org/show_bug.cgi?id=129031
3518 Reviewed by Csaba Osztrogonác.
3520 * Source/cmake/WebKitMacros.cmake: Added a call for make_names.pm dependencies in GENERATE_FONT_NAMES and GENERATE_DOM_NAMES macros.
3522 2014-03-03 Carlos Garcia Campos <cgarcia@igalia.com>
3524 [GTK] WebKit2WebExtension GIR can't be used in vala
3525 https://bugs.webkit.org/show_bug.cgi?id=127179
3527 Reviewed by Martin Robinson.
3529 Add a different pkg-config file for the web extensions API.
3531 * Source/cmake/OptionsGTK.cmake:
3534 2014-03-02 Dirkjan Ochtman <d.ochtman@activevideo.com>
3536 Support ENABLE_ENCRYPTED_MEDIA in cmake builds
3537 https://bugs.webkit.org/show_bug.cgi?id=129575
3539 Reviewed by Philippe Normand.
3541 * Source/cmake/OptionsEfl.cmake:
3542 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
3543 * Source/cmake/OptionsGTK.cmake:
3544 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
3545 * Source/cmake/WebKitFeatures.cmake:
3546 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
3547 * Source/cmakeconfig.h.cmake:
3548 Added ENABLE_ENCRYPTED_MEDIA{,_V2} flags.
3550 2014-02-27 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
3552 Enable support of X-Content-Type-Options: nosniff header for EFL
3553 https://bugs.webkit.org/show_bug.cgi?id=128673
3555 Reviewed by Gyuyoung Kim.
3557 * Source/cmake/OptionsEfl.cmake:
3558 Enabled NOSNIFF feature flag for EFL.
3560 2014-02-27 Koop Mast <kwm@FreeBSD.org>
3562 Fallback on checking for libz manualy if zlib.pc isn't available.
3563 https://bugs.webkit.org/show_bug.cgi?id=127061
3565 Reviewed by Gustavo Noronha Silva.
3567 * Source/autotools/FindDependencies.m4:
3569 2014-02-25 Sergio Villar Senin <svillar@igalia.com>
3571 [CSS Grid Layout] Add ENABLE flag
3572 https://bugs.webkit.org/show_bug.cgi?id=129153
3574 Reviewed by Simon Fraser.
3576 Added the ENABLE_CSS_GRID_LAYOUT feature flag to the cmake and
3577 autotools build systems. The feature is disabled by default for
3580 * Source/autotools/SetupWebKitFeatures.m4:
3581 * Source/cmake/OptionsEfl.cmake:
3582 * Source/cmake/OptionsGTK.cmake:
3583 * Source/cmake/WebKitFeatures.cmake:
3584 * Source/cmakeconfig.h.cmake:
3586 2014-02-24 Martin Robinson <mrobinson@igalia.com>
3588 [GTK] generate-gtkdoc should not generate documentation for source files for unbuilt source files
3589 https://bugs.webkit.org/show_bug.cgi?id=128417
3591 Reviewed by Carlos Garcia Campos.
3593 * Source/cmake/OptionsGTK.cmake: Define the paths to the pkgconfig files here, so that they
3594 may one day be used in the webkitdom config file generation.
3596 2014-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3598 [EFL][CMake] Fix javascriptcore test failings by the jsCStack branch merge
3599 https://bugs.webkit.org/show_bug.cgi?id=128961
3601 Reviewed by Ryosuke Niwa.
3603 Javascriptcore test on EFL port has been broken since the jsCStack branch merge.
3604 For now we can fix almost tests by using "-fno-tree-dce option". Unfortunately,
3605 EFL port needs not to check "uninitialized" build warning as error in order to
3606 adjust the option to EFL port. This patch don't take it as error temporarily.
3608 * Source/cmake/OptionsEfl.cmake:
3609 * Source/cmake/WebKitHelpers.cmake:
3611 2014-02-16 Martin Robinson <mrobinson@igalia.com>
3613 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
3614 https://bugs.webkit.org/show_bug.cgi?id=128434
3616 Reviewed by Anders Carlsson.
3618 * Source/cmake/OptionsGTK.cmake: Add -fno-omit-frame-pointer to the GTK+ CMake
3619 port as well as -fno-tree-dce, like it is used in the autotools build.
3621 2014-02-17 ChangSeok Oh <changseok.oh@collabora.com>
3623 [GTK] MEDIA_CONTROLS_SCRIPT depends on VIDEO_TRACK
3624 https://bugs.webkit.org/show_bug.cgi?id=128799
3626 Reviewed by Philippe Normand.
3628 MEDIA_CONTROLS_SCRIPT has a dependency on VIDEO_TRACK. So it causes a build break
3629 if building with autotools. cmake system has enabled it as default. So I propose
3630 enabling VIDEO_TRACK as well.
3632 * Source/autotools/SetupWebKitFeatures.m4:
3634 2014-02-14 Commit Queue <commit-queue@webkit.org>
3636 Unreviewed, rolling out r164090.
3637 http://trac.webkit.org/changeset/164090
3638 https://bugs.webkit.org/show_bug.cgi?id=128807
3640 It broke the EFL build (Requested by Ossy on #webkit).
3642 * Source/cmake/OptionsCommon.cmake:
3643 * Source/cmake/OptionsEfl.cmake:
3645 2014-02-09 Martin Robinson <mrobinson@igalia.com>
3647 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
3648 https://bugs.webkit.org/show_bug.cgi?id=128434
3650 Extend a fix for EFL to all ports that use GCC. Also include further fixes
3651 that were applied only to the autotools build.
3653 Reviewed by Gyuyoung Kim.
3655 * Source/cmake/OptionsCommon.cmake: Add -fno-omit-frame-pointer to all ports as well
3656 as -fno-tree-dce, which is necessary for GTK+.
3657 * Source/cmake/OptionsEfl.cmake: The GCC flag additions are now in the common options file.
3659 2014-02-04 Gustavo Noronha Silva <gns@gnome.org>
3661 [GTK][CMake] Generate GObject DOM bindings .symbols files
3662 https://bugs.webkit.org/show_bug.cgi?id=126210
3664 Reviewed by Martin Robinson.
3666 * Source/PlatformGTK.cmake: add checking DOM bindings API as a dependency
3667 for documentation generation.
3669 2014-02-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
3671 [GTK] MEDIA_CONTROLS_SCRIPT support
3672 https://bugs.webkit.org/show_bug.cgi?id=123097
3674 Reviewed by Jer Noble.
3676 Part of the Autotools and CMake structure to build the media
3679 * Source/autotools/SetupWebKitFeatures.m4: Activated the media
3680 controls script by default.
3681 * Source/cmake/OptionsGTK.cmake: Activated the media controls
3683 * Source/cmake/WebKitFeatures.cmake: Created the option to
3684 activate the controls script.
3685 * Source/cmakeconfig.h.cmake: Created the define template the the
3686 media controls script.
3688 2014-02-12 Zan Dobersek <zdobersek@igalia.com>
3690 [GDB] Add .gdbinit to the list of files ignored by Git
3691 https://bugs.webkit.org/show_bug.cgi?id=128455
3693 Reviewed by Anders Carlsson.
3695 * .gitignore: Ignore the .gdbinit file which can be used to perform WebKit-specific GDB initialization
3696 when the debugger is launched in the repository's root directory. Also remove a Chromium-specific comment
3697 that covers already removed entries.
3699 2014-02-11 Oliver Hunt <oliver@apple.com>
3701 Make it possible to implement JS builtins in JS
3702 https://bugs.webkit.org/show_bug.cgi?id=127887
3704 Reviewed by Michael Saboff.
3707 * Source/cmake/gtest/CMakeLists.txt:
3709 2014-02-12 Ryan Lortie <desrt@desrt.ca>
3711 'ar T' is not portable and breaks the build on FreeBSD
3712 https://bugs.webkit.org/show_bug.cgi?id=128596
3714 Reviewed by Gustavo Noronha Silva.
3716 Create thin archives only if we are using GNU ar.
3718 * Source/autotools/SetupLibtool.m4:
3720 2014-02-10 Krzysztof Wolanski <k.wolanski@samsung.com>
3722 Add the CSS_SHAPE_INSIDE to CMake feature list
3723 https://bugs.webkit.org/show_bug.cgi?id=128530
3725 Reviewed by Gyuyoung Kim.
3727 CSS_SHAPE_INSIDE flag was added in r163333,
3728 this patch is adding this flag to CMake feature list.
3730 * Source/cmake/WebKitFeatures.cmake:
3731 * Source/cmakeconfig.h.cmake:
3733 2014-02-09 Carlos Garnacho <carlosg@gnome.org>
3735 [GTK] Enable touch features
3736 https://bugs.webkit.org/show_bug.cgi?id=98931
3738 Reviewed by Carlos Garcia Campos.
3740 * Source/autotools/SetupWebKitFeatures.m4:
3741 * Source/cmake/OptionsGTK.cmake: set ENABLE_TOUCH_EVENTS to 1 if building with GTK+.
3743 2014-02-06 Andreas Kling <akling@apple.com>
3745 Remove unused ENABLE(REPAINT_THROTTLING) flag.
3746 <https://webkit.org/b/128329>
3748 Reviewed by Antti Koivisto.
3750 * Source/cmake/WebKitFeatures.cmake:
3751 * Source/cmakeconfig.h.cmake:
3753 2014-02-06 Joseph Pecoraro <pecoraro@apple.com>
3755 [iOS] make should build WebKit2
3756 https://bugs.webkit.org/show_bug.cgi?id=128351
3758 Reviewed by Daniel Bates.
3762 2014-02-05 Andreas Kling <akling@apple.com>
3764 Remove ENABLE(DIRECTORY_UPLOAD).
3765 <https://webkit.org/b/128275>
3767 Rubber-stamped by Ryosuke Niwa.
3769 * Source/autotools/SetupWebKitFeatures.m4:
3770 * Source/cmake/WebKitFeatures.cmake:
3772 2014-02-05 Csaba Osztrogonác <ossy@webkit.org>
3774 Remove ENABLE(SVG) guards
3775 https://bugs.webkit.org/show_bug.cgi?id=127991
3777 Reviewed by Sam Weinig.
3779 * Source/autotools/FindDependencies.m4:
3780 * Source/autotools/PrintBuildConfiguration.m4:
3781 * Source/autotools/ReadCommandLineArguments.m4:
3782 * Source/autotools/SetupAutomake.m4:
3783 * Source/autotools/SetupWebKitFeatures.m4:
3784 * Source/cmake/OptionsEfl.cmake:
3785 * Source/cmake/OptionsGTK.cmake:
3786 * Source/cmake/WebKitFeatures.cmake:
3787 * Source/cmakeconfig.h.cmake:
3789 2014-02-04 Andreas Kling <akling@apple.com>
3791 Remove <iframe seamless> support.
3792 <https://webkit.org/b/128213>
3794 Rubber-stamped by Antti Koivisto.
3796 * Source/autotools/SetupWebKitFeatures.m4:
3797 * Source/cmake/WebKitFeatures.cmake:
3798 * Source/cmakeconfig.h.cmake:
3800 2014-01-31 Benjamin Poulain <bpoulain@apple.com>
3802 Remove LEGACY_VIEWPORT_ADAPTION
3803 https://bugs.webkit.org/show_bug.cgi?id=128028
3805 Reviewed by Anders Carlsson.
3807 * Source/cmake/WebKitFeatures.cmake:
3808 * Source/cmakeconfig.h.cmake:
3810 2014-01-31 Oliver Hunt <oliver@apple.com>
3812 Rollout r163195 and related patches
3815 * Source/cmake/gtest/CMakeLists.txt:
3817 2014-01-29 Oliver Hunt <oliver@apple.com>
3819 Make it possible to implement JS builtins in JS
3820 https://bugs.webkit.org/show_bug.cgi?id=127887
3822 Reviewed by Michael Saboff.
3826 * Source/cmake/gtest/CMakeLists.txt:
3828 2014-01-30 Martin Robinson <mrobinson@igalia.com>
3830 [GTK] [CMake] Add support for building against GTK+ 2
3831 https://bugs.webkit.org/show_bug.cgi?id=127959
3833 Reviewed by Anders Carlsson.
3835 * Source/cmake/OptionsGTK.cmake: Add a new option to use GTK 2 and make a variable holding the
3836 library API version. When using GTK 2 do not build WebKit 2.
3838 2014-01-30 Martin Robinson <mrobinson@igalia.com>
3840 [GTK] [CMake] Add a "make dist" target
3841 https://bugs.webkit.org/show_bug.cgi?id=116378
3843 Reviewed by Gustavo Noronha Silva.
3845 * Source/PlatformGTK.cmake: A CMake support for executing the make-dist
3846 script and then turning the tarfile into a LZMA compressed file.
3848 2014-01-30 Zan Dobersek <zdobersek@igalia.com>
3850 [GTK] Only disable -ftree-dce optimization when compiling with GCC
3851 https://bugs.webkit.org/show_bug.cgi?id=127911
3853 Reviewed by Carlos Garcia Campos.
3855 * Source/autotools/SetupAutomake.m4: Define the COMPILER_GCC and COMPILER_CLANG Automake macros.
3856 These can be used when compiler-specific flags have to be used. The latter one is not actually needed
3857 at the moment, but is added for the sake of completeness.