1 2015-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
3 REGRESSION(r192459): [GTK] User agent string is broken after r192459
4 https://bugs.webkit.org/show_bug.cgi?id=151347
6 Reviewed by Žan Doberšek.
8 Pass UA version numbers as strings to the build.
10 * Source/cmake/OptionsGTK.cmake:
12 2015-11-16 Alex Christensen <achristensen@webkit.org>
14 Fix CMake build and make PluginProcess executable
15 https://bugs.webkit.org/show_bug.cgi?id=151332
17 Reviewed by Tim Horton.
19 * Source/cmake/OptionsMac.cmake:
21 2015-11-16 Carlos Garcia Campos <cgarcia@igalia.com>
23 [GTK] Use FTL by default when LLVM 3.7 is available
24 https://bugs.webkit.org/show_bug.cgi?id=142128
26 Reviewed by Csaba Osztrogonác.
28 Enable FTL by default when architecture is X86_64. It requires
29 LLVM 3.7, but can be disabled manually as a cmake configure
32 * Source/cmake/FindLLVM.cmake: In debian llvm-config is only
33 available if the metapackage is installed and it points to
34 llvm-config-3.5. So, here we check first if the llvm-config is
35 from a recent enough version, and if not we check several
36 llvm-config-<version> programs, so this should work on any distro.
37 * Source/cmake/OptionsGTK.cmake: Enable FTL by default when
38 target architecture is X86_64, and check the LLVM is at least
39 3.7. The option is now public, since we want people to be able to
42 2015-11-11 Anders Carlsson <andersca@apple.com>
44 Enable cross-platform context menus by default
45 https://bugs.webkit.org/show_bug.cgi?id=151173
47 Reviewed by Tim Horton.
49 * Source/cmake/OptionsEfl.cmake:
51 2015-11-12 Csaba Osztrogonác <ossy@webkit.org>
53 Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards
54 https://bugs.webkit.org/show_bug.cgi?id=150972
56 Reviewed by Darin Adler.
58 * Source/cmake/OptionsMac.cmake:
59 * Source/cmake/WebKitFeatures.cmake:
61 2015-11-11 Philippe Normand <pnormand@igalia.com>
63 [GTK][Mac] don't install .frameworks
64 https://bugs.webkit.org/show_bug.cgi?id=151136
66 Reviewed by Alex Christensen.
68 * Source/cmake/WebKitMacros.cmake: Don't install framework files when building the GTK port on Mac.
70 2015-11-10 Pranjal Jumde <pjumde@apple.com>
72 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
73 https://bugs.webkit.org/show_bug.cgi?id=150252
74 <rdar://problem/23149470>
76 Reviewed by Brent Fulgham.
79 * Source/WebCore/editing/ios/EditorIOS.mm
80 * Source/WebCore/editing/mac/EditorMac.mm
81 In Editor::fontForSelection moved the node removal code, so that the
82 node is only removed if style is not NULL.
83 * Source/WebCore/editing/cocoa/EditorCocoa.mm
84 In Editor::styleForSelectionStart checking if the parentNode can
85 accept the styleElement node.
86 * LayoutTests/editing/execCommand/150252.xhtml
87 * LayoutTests/editing/execCommand/150252_minimal.xhtml
88 * LayoutTests/editing/execCommand/150252-expected.txt
89 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
91 2015-11-09 Pranjal Jumde <pjumde@apple.com>
93 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
94 https://bugs.webkit.org/show_bug.cgi?id=150252
95 <rdar://problem/23149470>
97 Reviewed by Brent Fulgham.
99 * Source/WebCore/editing/ios/EditorIOS.mm
100 * Source/WebCore/editing/mac/EditorMac.mm
101 In Editor::fontForSelection moved the node removal code, so that the
102 node is only removed if style is not NULL.
103 * LayoutTests/editing/execCommand/150252.xhtml
104 * LayoutTests/editing/execCommand/150252_minimal.xhtml
105 * LayoutTests/editing/execCommand/150252-expected.txt
106 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
108 2015-11-06 Daniel Bates <dabates@apple.com>
110 Teach Makefile to build LayoutTestRelay when building for iOS Simulator
111 https://bugs.webkit.org/show_bug.cgi?id=150849
113 Reviewed by Alexey Proskuryakov.
115 Add support for overriding the user-provided arguments SDKROOT and ARCHS
116 on a per Makefile basis.
120 2015-11-06 Philippe Normand <pnormand@igalia.com>
122 Unreviewed, GTK build fix after r192095.
124 * Source/cmake/FindGTK3.cmake:
126 2015-11-06 Philip Chimento <philip.chimento@gmail.com> and Michael Catanzaro <mcatanzaro@igalia.com>
128 [GTK] Re-enable Quartz backend on cmake build system
129 https://bugs.webkit.org/show_bug.cgi?id=144561
131 Reviewed by Philippe Normand.
133 * Source/cmake/FindGTK3.cmake: Set GTK3_SUPPORTS_QUARTZ based on
134 the presence of of gtk+-quartz-3.0 module.
135 * Source/cmake/OptionsGTK.cmake: Reintroduce the
136 ENABLE_QUARTZ_TARGET option to the CMake build, for building the
137 GTK+ Quartz backend on OS X.
139 2015-11-05 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
141 Add runtime and compile time flags for enabling Web Animations API and model.
142 https://bugs.webkit.org/show_bug.cgi?id=150914
144 Reviewed by Benjamin Poulain.
146 Add ENABLE_WEB_ANIMATIONS compile time flag, runtime flag webAnimationsEnabled and Expose WK2 preference for runtime flag.
148 * Source/cmake/OptionsWin.cmake:
149 * Source/cmake/WebKitFeatures.cmake:
151 2015-11-03 Brent Fulgham <bfulgham@apple.com>
153 [Win] CMake build update.
155 Rubberstamped by Tim Horton.
157 * Source/PlatformWin.cmake: Add internal tool to build
158 rules for internal use.
160 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
162 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
164 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
166 2015-11-02 Philippe Normand <pnormand@igalia.com>
168 [Mac][GTK] Disable Ninja response file support
169 https://bugs.webkit.org/show_bug.cgi?id=150801
171 Reviewed by Alex Christensen.
173 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
174 support response files, so instruct Ninja to not generate those.
176 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
178 Fix the FTL JIT build with system LLVM on Linux
179 https://bugs.webkit.org/show_bug.cgi?id=150795
181 Reviewed by Filip Pizlo.
183 * Source/cmake/FindLLVM.cmake:
185 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
187 Unreviewed. Bump GTK+ versions numbers.
189 * Source/cmake/OptionsGTK.cmake:
191 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
193 [ES6] Support Generator Syntax
194 https://bugs.webkit.org/show_bug.cgi?id=150769
196 Reviewed by Geoffrey Garen.
198 Added ENABLE_ES6_GENERATORS flag.
200 * Source/cmake/OptionsWin.cmake:
201 * Source/cmake/WebKitFeatures.cmake:
203 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
205 [EFL] Add Shadow DOM feature
206 https://bugs.webkit.org/show_bug.cgi?id=150611
208 Reviewed by Csaba Osztrogonác.
210 * Source/cmake/OptionsEfl.cmake:
211 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
213 2015-10-29 Alex Christensen <achristensen@webkit.org>
216 https://bugs.webkit.org/show_bug.cgi?id=150686
218 Reviewed by Filip Pizlo.
220 * Source/cmake/WebKitMacros.cmake:
222 2015-10-28 Alex Christensen <achristensen@webkit.org>
224 Compile and link with CMake on Mac
225 https://bugs.webkit.org/show_bug.cgi?id=150632
227 Reviewed by Tim Horton.
229 * Source/cmake/OptionsMac.cmake:
231 2015-10-26 Dana Burkart <dburkart@apple.com>
233 `make analyze` should build using the debug configuration
234 https://bugs.webkit.org/show_bug.cgi?id=150571
236 Reviewed by Lucas Forschler.
240 2015-10-26 Philippe Normand <pnormand@igalia.com>
242 Unreviewed, rolling out r191576.
244 broke the http/tests/media tests
248 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
249 https://bugs.webkit.org/show_bug.cgi?id=149594
250 http://trac.webkit.org/changeset/191576
252 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
254 [GStreamer] Bump internal jhbuild versions to 1.6.0
255 https://bugs.webkit.org/show_bug.cgi?id=149594
257 Reviewed by Philippe Normand.
259 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
261 * Source/cmake/FindGStreamer.cmake:
263 2015-10-22 Philippe Normand <pnormand@igalia.com>
265 [GTK][Mac] ICU-related build fixes
266 https://bugs.webkit.org/show_bug.cgi?id=150032
268 Rubber-stamped by Darin Adler.
270 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
272 2015-10-20 Yoav Weiss <yoav@yoav.ws>
274 Rename the PICTURE_SIZES flag to CURRENTSRC
275 https://bugs.webkit.org/show_bug.cgi?id=150275
277 Reviewed by Dean Jackson.
279 * Source/cmake/OptionsEfl.cmake:
280 * Source/cmake/OptionsGTK.cmake:
281 * Source/cmake/OptionsMac.cmake:
282 * Source/cmake/OptionsWin.cmake:
283 * Source/cmake/WebKitFeatures.cmake:
285 2015-10-14 Tomas Popela <tpopela@redhat.com>
287 [GTK][EFL] Fix build with cmake 3.4
288 https://bugs.webkit.org/show_bug.cgi?id=150117
290 Explicitely include the CheckIncludeFiles module before using
291 the CHECK_INCLUDE_FILES command.
293 Reviewed by Žan Doberšek.
295 * Source/cmake/FindOpenGL.cmake:
296 * Source/cmake/FindWebP.cmake:
297 * Source/cmake/OptionsEfl.cmake:
299 2015-10-13 Dean Jackson <dino@apple.com>
301 Device motion and orientation should only be visible from the main frame's security origin
302 https://bugs.webkit.org/show_bug.cgi?id=150072
303 <rdar://problem/23082036>
305 Reviewed by Brent Fulgham.
307 Add a manual test for cross-origin device orientation events, while
308 we're waiting on the mock client to be supported everywhere.
310 * ManualTests/deviceorientation-child-frame.html: Added.
311 * ManualTests/deviceorientation-main-frame-only.html: Added.
313 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
315 [GTK] OSX linker doesn't understand --whole-archive
316 https://bugs.webkit.org/show_bug.cgi?id=144557
318 Reviewed by Martin Robinson.
320 * Source/cmake/OptionsGTK.cmake: Turn the macro
321 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
322 because XCode's linker doesn't have the --whole-archive option.
324 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
326 [GTK] Use --version-script only on Linux
327 https://bugs.webkit.org/show_bug.cgi?id=144555
329 Reviewed by Philippe Normand.
331 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
332 option on Darwin (whose linker doesn't support it.)
334 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
336 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
337 https://bugs.webkit.org/show_bug.cgi?id=149947
339 Reviewed by Csaba Osztrogonác.
341 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
344 * Source/cmake/OptionsMac.cmake:
345 * Source/cmake/OptionsWin.cmake:
346 * Source/cmake/WebKitFeatures.cmake:
348 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
350 Fix ENABLE_OPENGL=OFF builds
351 https://bugs.webkit.org/show_bug.cgi?id=146511
353 Reviewed by Darin Adler.
355 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
356 ENABLE_OPENGL due to EGL usage.
358 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
360 Convert focused-input-should-assist-on-touch.html into an automated test
361 https://bugs.webkit.org/show_bug.cgi?id=149724
363 Reviewed by Simon Fraser.
365 Remove a manual test that can now be rewritten as an automated test.
367 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
369 2015-10-01 Brent Fulgham <bfulgham@apple.com>
371 [Win] Unreviewed CMake build fix.
373 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
374 and make sure exception handling is turned off.
376 2015-09-30 Brent Fulgham <bfulgham@apple.com>
378 [Win] Unreviewed build fix after CMake conversion.
380 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
382 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
384 [GTK][CMake] Warning about CMP0058
385 https://bugs.webkit.org/show_bug.cgi?id=149627
387 Reviewed by Martin Robinson.
389 Opt-in to the new behavior for CMP0058.
393 2015-09-28 Brent Fulgham <bfulgham@apple.com>
395 [Win] Unreviewed build fix for internal systems.
397 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
398 location for include and link libraries, rather than the system locations.
400 2015-09-28 Alex Christensen <achristensen@webkit.org>
402 Build WK1 with CMake on Mac
403 https://bugs.webkit.org/show_bug.cgi?id=149604
405 Reviewed by Chris Dumez.
407 * Source/cmake/OptionsMac.cmake:
408 * Source/cmake/WebKitMacros.cmake:
409 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
411 2015-09-25 Alex Christensen <achristensen@webkit.org>
413 Clean up CMake build on Mac
414 https://bugs.webkit.org/show_bug.cgi?id=149573
416 Reviewed by Chris Dumez.
418 * Source/cmake/OptionsMac.cmake:
420 2015-09-25 Alex Christensen <achristensen@webkit.org>
422 [Win] Switch to CMake
423 https://bugs.webkit.org/show_bug.cgi?id=148111
425 Reviewed by Brent Fulgham.
427 * Source/cmake/WinTools.make: Added.
428 * Source/cmake/tools: Added.
429 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
430 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
432 2015-09-25 Alex Christensen <achristensen@webkit.org>
434 Prepare internal AppleWin build for CMake
435 https://bugs.webkit.org/show_bug.cgi?id=149570
437 Reviewed by Brent Fulgham.
439 * Source/PlatformWin.cmake:
440 Include internal CMake files if they exist.
442 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
444 Add a file of pointer-lock to cmake ports
445 https://bugs.webkit.org/show_bug.cgi?id=149453
447 Reviewed by Csaba Osztrogonác.
449 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
451 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
453 [CMake] Allow to enable OpenMP support.
454 https://bugs.webkit.org/show_bug.cgi?id=149457
456 Reviewed by Csaba Osztrogonác.
458 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
459 will enable the support for OpenMP. Currently this is only used as
460 an alternative implementation to native threads for the parallelization
461 of the SVG filters. But name the option with a generic name (USE_OPENMP)
462 as it could be also used to enable future features that depend on OpenMP.
464 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
466 [EFL] Build break when DEVELOPER_MODE is OFF
467 https://bugs.webkit.org/show_bug.cgi?id=149448
469 Reviewed by Gyuyoung Kim.
471 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
473 * Source/cmake/eflsymbols.filter:
475 2015-09-21 Alex Christensen <achristensen@webkit.org>
477 Disable PICTURE_SIZES in Windows CMake build like r189745.
478 https://bugs.webkit.org/show_bug.cgi?id=149125
480 * Source/cmake/OptionsWin.cmake:
481 Do the same thing as r189745.
483 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
485 Removing XHR_TIMEOUT guard
487 Remove XHR_TIMEOUT compilation guard
488 https://bugs.webkit.org/show_bug.cgi?id=149260
490 Reviewed by Benjamin Poulain.
492 * Source/cmake/OptionsEfl.cmake:
493 * Source/cmake/OptionsGTK.cmake:
494 * Source/cmake/OptionsMac.cmake:
495 * Source/cmake/OptionsWin.cmake:
496 * Source/cmake/WebKitFeatures.cmake:
498 2015-09-18 Alex Christensen <achristensen@webkit.org>
500 Fix tests on Windows after switching to CMake.
501 https://bugs.webkit.org/show_bug.cgi?id=149339
503 Reviewed by Brent Fulgham.
505 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
507 2015-09-17 Alex Christensen <achristensen@webkit.org>
509 Fix Windows EWS build after r189934.
511 * Source/cmake/OptionsWin.cmake:
512 Use WEBKIT_LIBRARIES environment variable if it exists.
513 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
515 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
517 Add ShadowRoot interface and Element.prototype.attachShadow
518 https://bugs.webkit.org/show_bug.cgi?id=149187
520 Reviewed by Antti Koivisto.
522 * Source/cmake/OptionsGTK.cmake:
524 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
526 [cmake] Enable debug fission only if it is supported
527 https://bugs.webkit.org/show_bug.cgi?id=149161
529 Reviewed by Martin Robinson.
531 * Source/cmake/OptionsCommon.cmake:
533 2015-09-14 Alex Christensen <achristensen@webkit.org>
535 Progress towards CMake on Mac.
536 https://bugs.webkit.org/show_bug.cgi?id=149123
538 Reviewed by Chris Dumez.
540 * Source/cmake/OptionsMac.cmake:
541 * Source/cmake/WebKitFeatures.cmake:
542 Defined and enabled some more features needed on Mac.
543 * Source/cmake/WebKitMacros.cmake:
544 Objective C bindings need special changes when generating:
545 Some of the bindings do not generate a .mm file but the header is needed.
546 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
547 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
549 2015-09-08 Daniel Bates <dabates@apple.com>
551 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
552 https://bugs.webkit.org/show_bug.cgi?id=74729
553 <rdar://problem/22550195>
555 Reviewed by Jon Honeycutt.
557 * ManualTests/compositing/resources/composited-subframe.html: Removed.
558 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
560 2015-09-06 Andy Estes <aestes@apple.com>
562 WebKit.xcworkspace should be be able to build iOS platforms
563 https://bugs.webkit.org/show_bug.cgi?id=148881
565 Reviewed by Daniel Bates.
567 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
568 for all supported platforms.
570 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
571 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
573 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
575 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
576 photo library uploads a JPEG
577 https://bugs.webkit.org/show_bug.cgi?id=148849
579 Reviewed by Daniel Bates.
581 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
582 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
583 functionality doesn't exist on iOS, so we'll add a manual test.
584 This tests that the first few bytes of the selected file are "GIF".
586 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
588 Follow-up patch for r189343.
589 https://bugs.webkit.org/show_bug.cgi?id=148795
591 Rubber-stamped by Csaba Osztrogonác.
593 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
594 to 1.9, since this seems to be enough to fix the build failure.
595 And 2.0 may cause problems for developers using some distributions like Ubuntu.
597 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
599 [CMake] Trigger the memory-reduction tricks on armhf too
600 https://bugs.webkit.org/show_bug.cgi?id=146640
602 Reviewed by Csaba Osztrogonác.
604 * Source/cmake/OptionsCommon.cmake:
605 Activate --no-keep-memory even on armhf to reduce the amount of memory
606 needed during linking, to avoid out-of-memory failures as much as
609 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
611 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
612 https://bugs.webkit.org/show_bug.cgi?id=148795
614 Rubber-stamped by Carlos Garcia Campos.
616 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
618 2015-09-02 Alex Christensen <achristensen@webkit.org>
620 Make bison grammar compatible with bison 2.1
621 https://bugs.webkit.org/show_bug.cgi?id=148731
623 Reviewed by Tim Horton.
625 * Source/cmake/WebKitCommon.cmake:
628 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
630 [CMake] Build with Debug Fission on by default on Debug builds.
631 https://bugs.webkit.org/show_bug.cgi?id=148639
633 Reviewed by Martin Robinson.
635 * Source/cmake/OptionsCommon.cmake:
637 2015-08-29 Alex Christensen <achristensen@webkit.org>
639 Unreviewed build fix after r179923.
641 * Source/CMakeLists.txt:
642 bmalloc isn't ported to Windows yet.
644 2015-08-27 Alex Christensen <achristensen@webkit.org>
646 Isolate Source directories in CMake build
647 https://bugs.webkit.org/show_bug.cgi?id=148389
649 Reviewed by Brent Fulgham.
652 * Source/cmake/WebKitCommon.cmake:
653 Move package finding to WebKitCommon.
655 2015-08-26 Per Arne Vollan <peavo@outlook.com>
657 [Win] Build does not generate debug info.
658 https://bugs.webkit.org/show_bug.cgi?id=148431
660 Reviewed by Alex Christensen.
662 Generate debug info for Windows builds.
664 * Source/cmake/OptionsWin.cmake:
666 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
668 [GTK] Disable ACCELERATED_2D_CANVAS by default
669 https://bugs.webkit.org/show_bug.cgi?id=148473
671 Reviewed by Martin Robinson.
673 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
674 but not on Debian (which does not). We've known this was problematic for a while, since it
675 means we have two different sets of distro-dependent bugs, but never decided whether that
676 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
677 have the same bugs everywhere. We can turn this on again for other distros when we're ready
678 to turn it on for Debian.
680 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
683 * Source/cmake/OptionsGTK.cmake:
685 2015-08-25 Commit Queue <commit-queue@webkit.org>
687 Unreviewed, rolling out r188919.
688 https://bugs.webkit.org/show_bug.cgi?id=148452
690 broke build (Requested by alexchristensen on #webkit).
694 "[Win] Build does not generate debug info."
695 https://bugs.webkit.org/show_bug.cgi?id=148431
696 http://trac.webkit.org/changeset/188919
698 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
700 [GTK] r186800 broke the build on Ubuntu 14.04
701 https://bugs.webkit.org/show_bug.cgi?id=147559
703 Reviewed by Martin Robinson.
705 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
706 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
708 2015-08-25 Per Arne Vollan <peavo@outlook.com>
710 [Win] Build does not generate debug info.
711 https://bugs.webkit.org/show_bug.cgi?id=148431
713 Reviewed by Brent Fulgham.
715 Generate debug info for Windows builds.
717 * Source/cmake/OptionsWin.cmake:
719 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
721 [GTK] Auto-detection of cairo-gl fails
722 https://bugs.webkit.org/show_bug.cgi?id=148189
724 Reviewed by Žan Doberšek.
726 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
727 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
728 deemed available, which might not be the case.
729 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
731 2015-08-19 Alex Christensen <achristensen@webkit.org>
733 CMake Windows build should not include files directly from other Source directories
734 https://bugs.webkit.org/show_bug.cgi?id=148198
736 Reviewed by Brent Fulgham.
738 * Source/cmake/WebKitMacros.cmake:
740 2015-08-19 Alex Christensen <achristensen@webkit.org>
742 Build TestWTF on Mac with CMake.
743 https://bugs.webkit.org/show_bug.cgi?id=147972
745 Reviewed by Tim Horton.
747 * Source/cmake/OptionsMac.cmake:
748 Enable API tests in Mac's CMake build.
750 2015-08-18 Alex Christensen <achristensen@webkit.org>
752 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
753 https://bugs.webkit.org/show_bug.cgi?id=148127
755 Reviewed by Martin Robinson.
758 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
760 2015-08-17 Alex Christensen <achristensen@webkit.org>
762 [Win CMake] Allow WebKitLibraries directory to be set from the command line
763 https://bugs.webkit.org/show_bug.cgi?id=148112
765 Reviewed by Brent Fulgham.
767 * Source/cmake/OptionsWin.cmake:
768 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
769 Instead, use the default location if nothing is passed in from the command line.
770 This way we can set it from the command line for the AppleInternal build.
771 Also, set the output directories to be consistent between the old and new build systems (and ninja).
773 2015-08-17 Alex Christensen <achristensen@webkit.org>
775 Build Debug Suffix on Windows with CMake
776 https://bugs.webkit.org/show_bug.cgi?id=148083
778 Reviewed by Brent Fulgham.
780 * Source/cmake/OptionsWin.cmake:
781 Use debug libraries in debug suffix builds.
783 2015-08-17 Alex Christensen <achristensen@webkit.org>
785 Move some commands from ./CMakeLists.txt to Source/cmake
786 https://bugs.webkit.org/show_bug.cgi?id=148003
788 Reviewed by Brent Fulgham.
791 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
792 so we can change directory structure from command line parameters.
793 * Source/cmake/OptionsAppleWin.cmake:
794 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
795 * Source/cmake/OptionsWinCairo.cmake:
796 * Source/cmake/OptionsWindows.cmake: Removed.
797 * Source/cmake/WebKitCommon.cmake: Added.
798 * Source/cmake/WebKitFS.cmake:
800 2015-08-13 Commit Queue <commit-queue@webkit.org>
802 Unreviewed, rolling out r188428.
803 https://bugs.webkit.org/show_bug.cgi?id=148015
805 broke cmake build (Requested by alexchristensen on #webkit).
809 "Move some commands from ./CMakeLists.txt to Source/cmake"
810 https://bugs.webkit.org/show_bug.cgi?id=148003
811 http://trac.webkit.org/changeset/188428
813 2015-08-13 Alex Christensen <achristensen@webkit.org>
815 Move some commands from ./CMakeLists.txt to Source/cmake
816 https://bugs.webkit.org/show_bug.cgi?id=148003
818 Reviewed by Brent Fulgham.
821 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
822 so we can change directory structure from command line parameters.
823 * Source/cmake/WebKitCommon.cmake: Added.
824 * Source/cmake/WebKitFS.cmake:
826 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
828 A focused node should not be assisted when handling touch events synchronously
829 https://bugs.webkit.org/show_bug.cgi?id=147836
831 Reviewed by Enrica Casucci.
833 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
835 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
836 input can still be assisted due to a touch event.
837 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
838 event does not automatically cause us to assist the currently focused node.
840 2015-08-12 Alex Christensen <achristensen@webkit.org>
842 Fix Debug CMake builds on Windows
843 https://bugs.webkit.org/show_bug.cgi?id=147940
845 Reviewed by Chris Dumez.
847 * Source/cmake/OptionsWindows.cmake:
848 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
850 2015-08-10 Alex Christensen <achristensen@webkit.org>
852 Build TestWebKitAPI with CMake on Windows
853 https://bugs.webkit.org/show_bug.cgi?id=147851
855 Reviewed by Chris Dumez.
857 * Source/cmake/OptionsWindows.cmake:
858 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
860 2015-08-06 Alex Christensen <achristensen@webkit.org>
862 [Win] CMake build fix after r188098.
864 * Source/cmake/OptionsWinCairo.cmake:
865 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
867 2015-08-04 Alex Christensen <achristensen@webkit.org>
869 Fix quirks with CMake and VS2015
870 https://bugs.webkit.org/show_bug.cgi?id=147663
872 Reviewed by Brent Fulgham.
874 * Source/cmake/OptionsWindows.cmake:
875 Hide some warnings. Using the same variable names in nested scopes is ok for now.
876 Disable INTL for now.
878 2015-08-04 Alex Christensen <achristensen@webkit.org>
880 Enable WebGL on Windows CMake build.
881 https://bugs.webkit.org/show_bug.cgi?id=143311
883 Reviewed by Csaba Osztrogonác.
885 * Source/cmake/OptionsWindows.cmake:
886 Enable WebGL by default in CMake builds now that it works.
888 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
890 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
891 https://bugs.webkit.org/show_bug.cgi?id=147625
893 Reviewed by Martin Robinson.
895 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
896 components unless they were actually found, not to accidentally
897 enable Accelerated 2D canvas, which would cause the build to fail.
899 * Source/cmake/FindCairoGL.cmake: Set this variables only when
900 pkg_check_modules() had actually found the relevant component.
902 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
904 [CMake] Add an option to build AllInOne files
905 https://bugs.webkit.org/show_bug.cgi?id=102647
907 Reviewed by Alex Christensen.
909 * Source/cmake/OptionsEfl.cmake: Disabled by default.
910 * Source/cmake/OptionsGTK.cmake: Disabled by default.
911 * Source/cmake/OptionsWindows.cmake: Enabled by default.
912 * Source/cmake/WebKitFeatures.cmake:
913 * Source/cmake/WebKitMacros.cmake:
915 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
917 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
919 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
921 2015-07-31 Alex Christensen <achristensen@webkit.org>
923 Prepare for debug CMake builds on Windows.
924 https://bugs.webkit.org/show_bug.cgi?id=147484
926 Reviewed by Tim Horton.
928 * Source/cmake/OptionsWindows.cmake:
929 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
931 2015-07-30 Joonghun Park <jh718.park@samsung.com>
933 [EFL] Enable IndexedDB based on DatabaseProcess
934 https://bugs.webkit.org/show_bug.cgi?id=147221
936 Reviewed by Csaba Osztrogonác.
938 * Source/cmake/OptionsEfl.cmake:
940 2015-07-30 Alex Christensen <achristensen@webkit.org>
942 Build AppleWin port with CMake
943 https://bugs.webkit.org/show_bug.cgi?id=147385
945 Reviewed by Martin Robinson.
947 * Source/cmake/OptionsWindows.cmake:
948 Use the static multithreaded runtime. Based on
949 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
951 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
953 Implement basic types for ECMAScript Internationalization API
954 https://bugs.webkit.org/show_bug.cgi?id=146926
956 Reviewed by Benjamin Poulain.
958 Enable flag now that the basic objects are in place.
960 * Source/cmake/WebKitFeatures.cmake: enable INTL
962 2015-07-29 Basile Clement <basile_clement@apple.com>
964 Remove native call inlining
965 https://bugs.webkit.org/show_bug.cgi?id=147417
967 Rubber-stamped by Filip Pizlo.
969 * Source/cmake/OptionsEfl.cmake:
970 * Source/cmake/WebKitFeatures.cmake:
972 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
974 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
975 https://bugs.webkit.org/show_bug.cgi?id=147350
977 Reviewed by Sam Weinig.
979 * Source/cmake/WebKitFeatures.cmake:
981 2015-07-27 Alex Christensen <achristensen@webkit.org>
983 Use Ninja on Windows.
984 https://bugs.webkit.org/show_bug.cgi?id=147228
986 Reviewed by Martin Robinson.
988 * Source/cmake/OptionsWindows.cmake:
989 Only use /MP when using generated Visual Studio solution files to build.
990 It makes compiling parallel in MSVC, but Ninja doesn't like it.
992 2015-07-27 Alex Christensen <achristensen@webkit.org>
994 Progress towards building AppleWin with CMake
995 https://bugs.webkit.org/show_bug.cgi?id=147325
997 Reviewed by Martin Robinson.
999 * Source/cmake/OptionsWindows.cmake:
1000 Link with 64-bit libraries if building 64-bit binaries.
1001 Don't run regular expressions on empty strings when using Ninja.
1002 Removed DebugSuffix Visual Studio environment variables.
1004 2015-07-23 Alex Christensen <achristensen@webkit.org>
1006 Remove compile and runtime flags for promises.
1007 https://bugs.webkit.org/show_bug.cgi?id=147244
1009 Reviewed by Yusuke Suzuki.
1011 * Source/cmake/OptionsMac.cmake:
1012 * Source/cmake/OptionsWindows.cmake:
1013 * Source/cmake/WebKitFeatures.cmake:
1015 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
1017 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
1018 https://bugs.webkit.org/show_bug.cgi?id=147212
1020 Reviewed by Filip Pizlo.
1022 * Source/cmake/WebKitFeatures.cmake:
1024 2015-07-22 Alex Christensen <achristensen@webkit.org>
1026 Fix quirks in CMake build on Mac and Windows
1027 https://bugs.webkit.org/show_bug.cgi?id=147174
1029 Reviewed by Gyuyoung Kim.
1032 * Source/cmake/OptionsWindows.cmake:
1033 Added options I removed in r187022. They are indeed needed.
1034 * Source/cmake/WebKitFS.cmake:
1035 Make the DerivedSources/WebKit directory.
1037 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1039 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
1041 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1043 2015-07-20 Alex Christensen <achristensen@webkit.org>
1045 Resurrect CMake build on Windows.
1046 https://bugs.webkit.org/show_bug.cgi?id=147083
1048 Reviewed by Gyuyoung Kim.
1050 * Source/cmake/OptionsCommon.cmake:
1051 * Source/cmake/OptionsWindows.cmake:
1052 Change features to get it to compile. Still not a complete feature set.
1054 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
1056 [GTK] Add seccomp filters support
1057 https://bugs.webkit.org/show_bug.cgi?id=110014
1059 Reviewed by Žan Doberšek.
1061 Find needed compiler and linker flags for libseccomp.
1063 * Source/cmake/OptionsGTK.cmake:
1065 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
1067 Bring back the GNU ar check to create thin archives on non-Linux systems
1068 https://bugs.webkit.org/show_bug.cgi?id=146681
1070 Reviewed by Martin Robinson.
1072 We already use GNU ar thin archive feature to save time and disk space
1073 on creating static archives, but it is only enabled on Linux. Without
1074 this feature, the debug build of WebCore can be larger than 4 GiB,
1075 which can cause error because GNU ar format uses 32-bit integer to
1076 store offsets in the symbol table. This patch is similar to
1077 https://bugs.webkit.org/show_bug.cgi?id=128596.
1079 * Source/cmake/OptionsCommon.cmake:
1081 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
1083 [GTK] [Wayland] Build by default the X11 and Wayland targets.
1084 https://bugs.webkit.org/show_bug.cgi?id=146057
1086 Reviewed by Carlos Garcia Campos.
1088 * Source/cmake/OptionsGTK.cmake:
1090 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
1092 [GTK] ar warning when linking static libraries
1093 https://bugs.webkit.org/show_bug.cgi?id=144988
1095 Reviewed by Carlos Garcia Campos.
1097 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
1098 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
1099 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
1100 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
1101 should either stop using 'u' or else add 'U' as well in order to disable deterministic
1102 archives. Using 'U' should result in a somewhat faster build (at least when using the
1103 Makefile generator), but it's unlikely that the difference is significant, so let's simply
1104 remove 'u' until someone determines otherwise. This seems like a better option than adding
1105 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
1106 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
1107 behavior change on distributions that do not use --enable-deterministic-archives, notably
1110 * Source/cmake/OptionsCommon.cmake:
1112 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
1114 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
1115 https://bugs.webkit.org/show_bug.cgi?id=146590
1117 Reviewed by Martin Robinson.
1119 * Source/PlatformGTK.cmake: override the cached variables to
1120 forcefully disable gtk-doc and gobject-introspection when
1122 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
1123 documentation syntax when cross-building.
1126 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
1128 [EFL] test_ewk2_application_cache_manager has been failed since r185527
1129 https://bugs.webkit.org/show_bug.cgi?id=146016
1131 Reviewed by Gyuyoung Kim.
1133 In order to handle properly WebApplicationCacheManagerProxy implementation which use
1134 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
1135 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
1137 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
1139 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
1141 Implement ECMAScript Internationalization API
1142 https://bugs.webkit.org/show_bug.cgi?id=90906
1144 Reviewed by Benjamin Poulain.
1146 Begin implementing the Intl apis behind ENABLE_INTL flag.
1147 Create the base Intl namespace object.
1149 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
1151 2015-06-30 Philippe Normand <pnormand@igalia.com>
1153 [CMake] Error when gst-plugins-base is missing is too confusing
1154 https://bugs.webkit.org/show_bug.cgi?id=145682
1156 Reviewed by Carlos Garcia Campos.
1158 * Source/cmake/OptionsGTK.cmake: Error out if the required
1159 GStreamer libraries are not found on the host.
1161 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
1163 CairoGL should be checked unconditionally
1164 https://bugs.webkit.org/show_bug.cgi?id=146390
1166 Reviewed by Darin Adler.
1168 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
1169 it is run unconditionally; this is necessary because its result
1170 is used later on, outside of any conditions.
1172 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
1174 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
1175 https://bugs.webkit.org/show_bug.cgi?id=146318
1177 Reviewed by Sergio Villar Senin.
1179 Enable PUBLIC_SUFFIX_LIST for GTK+.
1181 * Source/cmake/OptionsGTK.cmake:
1183 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
1185 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
1187 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1189 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
1191 [EFL] Hyphenation is not supported
1192 https://bugs.webkit.org/show_bug.cgi?id=89830
1194 Reviewed by Gyuyoung Kim.
1196 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
1198 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
1200 [CMake] Add support for building with various sanitizer tools
1201 https://bugs.webkit.org/show_bug.cgi?id=131941
1203 Reviewed by Martin Robinson.
1205 * Source/PlatformGTK.cmake: Don't generate any documentation
1206 when compiling with sanitizers enabled.
1207 * Source/cmake/OptionsCommon.cmake: Allow linking with
1208 undefined symbols when compiling with sanitizers enabled.
1210 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
1212 libwebkit2gtk fails to link without opengl
1213 https://bugs.webkit.org/show_bug.cgi?id=138332
1215 Reviewed by Carlos Garcia Campos.
1217 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
1218 enabled regardless of whether OpenGL is, because certain symbols
1219 such as WebCore::GraphicsLayer::create() need to be built.
1221 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
1223 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
1224 https://bugs.webkit.org/show_bug.cgi?id=146181
1226 Reviewed by Martin Robinson.
1228 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
1230 * Source/cmake/OptionsGTK.cmake:
1232 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
1234 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
1235 https://bugs.webkit.org/show_bug.cgi?id=146171
1237 Reviewed by Gyuyoung Kim.
1239 * Source/cmake/OptionsEfl.cmake:
1240 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
1242 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
1244 [CMake] FindGTK3.cmake should not modify the values of build options
1245 https://bugs.webkit.org/show_bug.cgi?id=144613
1247 Reviewed by Martin Robinson.
1249 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
1250 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
1251 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
1252 GTK3_SUPPORTS_GESTURES for consistency.
1253 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
1254 available. It's not possible to automatically select a backend correctly anymore, since all
1255 options are set at the same time.
1257 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
1259 Remove unnecessary svn:executable flags
1260 https://bugs.webkit.org/show_bug.cgi?id=146107
1262 Reviewed by Alexey Proskuryakov.
1264 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
1265 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
1266 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
1267 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
1268 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
1270 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
1272 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
1273 https://bugs.webkit.org/show_bug.cgi?id=146108
1275 Reviewed by Gyuyoung Kim.
1277 * Source/cmake/OptionsEfl.cmake:
1279 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
1281 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
1282 https://bugs.webkit.org/show_bug.cgi?id=146035
1284 Reviewed by Gyuyoung Kim.
1286 * Source/cmake/OptionsEfl.cmake:
1288 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
1290 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
1291 https://bugs.webkit.org/show_bug.cgi?id=145701
1293 Reviewed by Darin Adler.
1295 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
1297 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
1299 [iOS] Crash long pressing on <input type=file>
1300 https://bugs.webkit.org/show_bug.cgi?id=146009
1301 <rdar://problem/21234453>
1303 Reviewed by Ryosuke Niwa.
1305 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
1307 2015-06-16 Brent Fulgham <bfulgham@apple.com>
1309 Rollout accidental Xcode project change.
1311 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1313 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1315 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
1316 https://bugs.webkit.org/show_bug.cgi?id=145909
1318 Reviewed by Csaba Osztrogonác.
1320 Bump EWebKit version based on efl library version used by the EWebKit.
1322 * Source/cmake/OptionsEfl.cmake:
1324 2015-06-11 Commit Queue <commit-queue@webkit.org>
1326 Unreviewed, rolling out r185453.
1327 https://bugs.webkit.org/show_bug.cgi?id=145881
1329 it broke the 32-bit build (Requested by clopez on #webkit).
1333 "[GTK] [Wayland] Should be possible to build with support for
1334 both X11 and Wayland."
1335 https://bugs.webkit.org/show_bug.cgi?id=145701
1336 http://trac.webkit.org/changeset/185453
1338 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
1340 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
1341 https://bugs.webkit.org/show_bug.cgi?id=145701
1343 Reviewed by Žan Doberšek.
1345 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
1347 2015-06-03 Daniel Bates <dabates@apple.com>
1349 Caps lock indicator should not be shown in read-only or disabled field
1350 https://bugs.webkit.org/show_bug.cgi?id=145612
1351 <rdar://problem/21227454>
1353 Reviewed by Darin Adler.
1355 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
1356 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
1357 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
1359 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
1361 [cmake] Suppress parentheses-equality warnings
1362 https://bugs.webkit.org/show_bug.cgi?id=145126
1364 Reviewed by Darin Adler.
1366 * Source/cmake/WebKitHelpers.cmake:
1368 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
1370 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
1371 https://bugs.webkit.org/show_bug.cgi?id=145408
1373 Reviewed by Carlos Garcia Campos.
1375 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
1376 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
1377 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
1379 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
1380 libraries. Detect also GLX libraries.
1381 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
1382 libraries. Use find_path() to get the include path.
1383 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
1385 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
1386 depending on the libraries found on the system.
1387 Move the detection of GLX (and the include of CMakePushCheckState)
1388 to FindOpenGL.cmake.
1389 Ensure that we only define USE_GLX when we build with OpenGL
1390 (but not with GLESv2).
1392 2015-05-27 Dean Jackson <dino@apple.com>
1394 img.currentSrc problem in strict mode with old picturefill
1395 https://bugs.webkit.org/show_bug.cgi?id=144095
1396 <rdar://problem/21087013>
1398 Reviewed by Simon Fraser.
1400 Add a PICTURE_SIZES flag.
1402 * Source/cmake/OptionsEfl.cmake:
1403 * Source/cmake/OptionsGTK.cmake:
1404 * Source/cmake/OptionsMac.cmake:
1405 * Source/cmake/OptionsWindows.cmake:
1406 * Source/cmake/WebKitFeatures.cmake:
1408 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
1410 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
1412 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1414 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1416 Unreviewed. Export DatabaseProcessMainUnix symbol.
1418 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
1419 is exported in production builds.
1421 * Source/cmake/gtksymbols.filter:
1423 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1425 [GTK] Enable IndexedDB
1426 https://bugs.webkit.org/show_bug.cgi?id=98932
1428 Reviewed by Žan Doberšek.
1430 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
1431 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
1433 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
1435 [GTK] Bump GCC requirements to 4.9.0
1436 https://bugs.webkit.org/show_bug.cgi?id=145211
1438 Reviewed by Žan Doberšek.
1440 It's required to build with IndexedDB support when using GCC,
1441 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
1443 * Source/cmake/OptionsGTK.cmake:
1445 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
1447 [CMake] Ignore warnings in system headers
1448 https://bugs.webkit.org/show_bug.cgi?id=144747
1450 Reviewed by Darin Adler.
1452 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
1453 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
1454 use the SYSTEM argument to the command (added in 2.8.12).
1458 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
1460 [CMake] Error out when ruby is too old
1461 https://bugs.webkit.org/show_bug.cgi?id=145014
1463 Reviewed by Martin Robinson.
1465 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
1470 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
1472 [GTK] Enable plugin-related CMake options and variables for the X11 target only
1473 https://bugs.webkit.org/show_bug.cgi?id=144995
1475 Reviewed by Carlos Garcia Campos.
1477 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
1478 the X11 windowing target at the moment, so the following options
1479 and variables should be enabled or disabled accordingly:
1480 - ENABLE_PLUGIN_PROCESS_GTK2
1481 - ENABLE_NETSCAPE_PLUGIN_API
1482 - ENABLE_PLUGIN_PROCESS
1484 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
1486 Linker fails without -DDEVELOPER_MODE=ON
1487 https://bugs.webkit.org/show_bug.cgi?id=144117
1489 Reviewed by Gyuyoung Kim.
1491 * Source/cmake/OptionsEfl.cmake:
1492 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
1493 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
1495 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
1497 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
1498 https://bugs.webkit.org/show_bug.cgi?id=144846
1500 Reviewed by Martin Robinson.
1502 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
1503 CAIRO_GL_* throughout, because find_package will define
1505 * Source/cmake/OptionsGTK.cmake: Ditto.
1507 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
1509 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
1510 https://bugs.webkit.org/show_bug.cgi?id=144845
1512 Reviewed by Martin Robinson.
1514 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
1515 if their corresponding WTF options are ON. The code in npapi.h
1516 relies on these being undefined if they are to be switched off.
1518 2015-05-09 Yoav Weiss <yoav@yoav.ws>
1520 Remove the PICTURE_SIZES build flag
1521 https://bugs.webkit.org/show_bug.cgi?id=144679
1523 Reviewed by Benjamin Poulain.
1525 Removed the PICTURE_SIZES build time flag.
1527 * Source/cmake/OptionsEfl.cmake:
1528 * Source/cmake/OptionsGTK.cmake:
1529 * Source/cmake/OptionsMac.cmake:
1530 * Source/cmake/OptionsWindows.cmake:
1531 * Source/cmake/WebKitFeatures.cmake:
1533 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
1535 [GTK] [CMake] Check for required X libraries
1536 https://bugs.webkit.org/show_bug.cgi?id=144823
1538 Reviewed by Martin Robinson.
1540 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
1542 * Source/cmake/OptionsGTK.cmake:
1544 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
1546 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1547 https://bugs.webkit.org/show_bug.cgi?id=144746
1549 Reviewed by Carlos Garcia Campos.
1551 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1552 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
1553 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
1555 * Source/cmake/OptionsGTK.cmake:
1557 2015-05-08 Daniel Bates <dabates@apple.com>
1559 [iOS] WebSQL operations are not performed after device is locked
1560 https://bugs.webkit.org/show_bug.cgi?id=137503
1561 <rdar://problem/20844952>
1563 Rubber-stamped by Alexey Proskuryakov.
1565 Add a manual test to help verify that we do not regress this issue.
1567 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
1569 2015-05-08 Commit Queue <commit-queue@webkit.org>
1571 Unreviewed, rolling out r183945.
1572 https://bugs.webkit.org/show_bug.cgi?id=144789
1574 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
1578 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
1579 https://bugs.webkit.org/show_bug.cgi?id=144746
1580 http://trac.webkit.org/changeset/183945
1582 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
1584 Cleanup after r183940
1585 https://bugs.webkit.org/show_bug.cgi?id=144768
1589 Looks like the empty directories were not deleted.
1591 * Source/PAL: Removed.
1592 * Source/PAL/Configurations: Removed.
1593 * Source/PAL/PAL.xcodeproj: Removed.
1594 * Source/PAL/graphics: Removed.
1596 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
1598 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1599 https://bugs.webkit.org/show_bug.cgi?id=144746
1601 Reviewed by Martin Robinson.
1603 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1604 what it is defined to, so defining it to 0 effectively turned it on always.
1606 * Source/cmake/OptionsGTK.cmake:
1608 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1610 Revert "Introducing the Platform Abstraction Layer (PAL)"
1611 https://bugs.webkit.org/show_bug.cgi?id=144751
1615 PAL should be a new target inside WebCore, rather than a top-level folder.
1617 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1619 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
1621 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
1623 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1625 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1627 Introducing the Platform Abstraction Layer (PAL)
1628 https://bugs.webkit.org/show_bug.cgi?id=143358
1630 Reviewed by Simon Fraser.
1632 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1634 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
1636 [cmake] Disable GNU Gold linker on Cortex A53
1637 https://bugs.webkit.org/show_bug.cgi?id=144382
1639 Reviewed by Carlos Garcia Campos.
1641 * Source/cmake/OptionsCommon.cmake:
1643 2015-05-01 Martin Robinson <mrobinson@igalia.com>
1645 USE(...) macro should expect unprefixed variables
1646 https://bugs.webkit.org/show_bug.cgi?id=144454
1648 Reviewed by Daniel Bates.
1650 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
1651 * Source/cmake/OptionsEfl.cmake: Ditto.
1652 * Source/cmake/OptionsGTK.cmake: Ditto.
1653 * Source/cmake/OptionsMac.cmake: Ditto.
1654 * Source/cmake/OptionsWinCairo.cmake: Ditto.
1655 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
1658 2015-04-30 Martin Robinson <mrobinson@igalia.com>
1660 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
1661 https://bugs.webkit.org/show_bug.cgi?id=144394
1663 Reviewed by Carlos Garcia Campos.
1665 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
1666 is that it fixes the redirected XComposite window for GTK+, which was accidentally
1667 disabled in previous reworking of the CMake configuration.
1669 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
1670 version of USE variables.
1671 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
1672 is exposed to the build.
1674 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
1676 Unreviewed. Bump GTK+ version numbers.
1678 * Source/cmake/OptionsGTK.cmake:
1680 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1682 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
1683 https://bugs.webkit.org/show_bug.cgi?id=144435
1685 Reviewed by Gyuyoung Kim.
1687 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
1688 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
1690 * Source/cmake/OptionsEfl.cmake:
1692 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
1694 REGRESSION(183583): [Mac] make without SDKROOT has issues
1695 https://bugs.webkit.org/show_bug.cgi?id=144431
1697 Reviewed by Dan Bernstein.
1700 Assume an empty SDKROOT means an macosx variant, so only
1701 enable settings if the SDKROOT is not empty and does not
1704 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1706 Fix the GTK+ build after r183584
1708 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
1710 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1712 [GTK] Add support for automatic hyphenation
1713 https://bugs.webkit.org/show_bug.cgi?id=44478
1715 Reviewed by Carlos Garcia Campos.
1717 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
1718 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
1719 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
1721 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
1723 Failure when building WebKit for appletvsimulator.
1724 https://bugs.webkit.org/show_bug.cgi?id=144356
1726 Reviewed by Alexey Proskuryakov.
1728 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
1729 make TVOS and WatchOS behave correctly.
1733 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1735 [CMake] [GTK] Organize and clean up unused CMake variables
1736 https://bugs.webkit.org/show_bug.cgi?id=144364
1738 Reviewed by Gyuyoung Kim.
1740 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
1741 specific to certain projects into their PlatformGTK.cmake files.
1743 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1745 [EFL] Build failure to find gio-unix
1746 https://bugs.webkit.org/show_bug.cgi?id=144083
1748 Reviewed by Gyuyoung Kim.
1750 Original patch by Doug Newgard <scimma22@outlook.com>
1752 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
1754 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
1756 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
1757 https://bugs.webkit.org/show_bug.cgi?id=143001
1759 Reviewed by Gyuyoung Kim.
1761 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
1762 * Source/cmake/OptionsGTK.cmake: Ditto.
1764 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1766 Unreviewed, fix typo in previous commit
1768 libsecretr -> libsecret in the error message.
1770 * Source/cmake/OptionsGTK.cmake:
1772 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1774 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
1775 https://bugs.webkit.org/show_bug.cgi?id=143546
1777 Reviewed by Martin Robinson.
1779 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
1780 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
1781 default. Fail the build with an informative error message if an optional dependency required
1782 for an enabled feature is not present. Perform find_package commands only when necessary.
1783 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
1786 * Source/cmake/OptionsGTK.cmake:
1788 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1790 [GTK] Make all options actually options
1791 https://bugs.webkit.org/show_bug.cgi?id=144106
1793 Reviewed by Martin Robinson.
1795 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
1796 ENABLE_WAYLAND_TARGET.
1798 * Source/cmake/OptionsGTK.cmake:
1800 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1802 Unreviewed, fix GTK build after r183452
1804 * Source/cmake/OptionsGTK.cmake:
1806 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1808 [GTK] Add one single option to control all OpenGL-related options
1809 https://bugs.webkit.org/show_bug.cgi?id=144105
1811 Reviewed by Martin Robinson.
1813 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
1814 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
1815 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
1816 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
1817 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
1818 presence of CairoGL.
1820 * Source/cmake/OptionsGTK.cmake:
1822 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1824 [GTK] ENABLE_SMOOTH_SCROLLING should be private
1825 https://bugs.webkit.org/show_bug.cgi?id=144306
1827 Reviewed by Martin Robinson.
1829 Make ENABLE_SMOOTH_SCROLLING private instead of public.
1831 * Source/cmake/OptionsGTK.cmake:
1833 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1835 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
1836 https://bugs.webkit.org/show_bug.cgi?id=144193
1838 Reviewed by Darin Adler.
1840 * Source/cmake/OptionsEfl.cmake:
1841 * Source/cmake/OptionsGTK.cmake:
1842 * Source/cmake/OptionsWinCairo.cmake:
1843 * Source/cmake/WebKitFeatures.cmake:
1845 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1847 [CMake] Should be possible for an option to conflict with other options
1848 https://bugs.webkit.org/show_bug.cgi?id=143956
1850 Reviewed by Martin Robinson.
1852 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
1854 * Source/cmake/WebKitFeatures.cmake:
1856 2015-04-22 Martin Robinson <mrobinson@igalia.com>
1858 [CMake] Autogenerate cmakeconfig.h.cmake
1859 https://bugs.webkit.org/show_bug.cgi?id=143997
1861 Reviewed by Csaba Osztrogonác.
1863 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
1864 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
1865 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
1866 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
1867 Do some other miscellaneous related cleanup.
1868 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
1869 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
1870 build exposed variables. Add a macro to generate a configuration from them.
1871 * Source/cmakeconfig.h.cmake: Removed.
1873 2015-04-24 Philippe Normand <pnormand@igalia.com>
1875 [JHBuild] Move to upstream OpenWebRTC
1876 https://bugs.webkit.org/show_bug.cgi?id=144145
1878 Reviewed by Carlos Garcia Campos.
1880 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
1883 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
1885 [ES6] Implement ES6 template literals
1886 https://bugs.webkit.org/show_bug.cgi?id=142691
1888 Reviewed by Darin Adler.
1890 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
1892 * Source/cmake/WebKitFeatures.cmake:
1893 * Source/cmakeconfig.h.cmake:
1895 2015-04-25 Martin Robinson <mrobinson@igalia.com>
1897 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
1898 https://bugs.webkit.org/show_bug.cgi?id=144182
1900 Reviewed by Simon Fraser.
1902 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1903 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1904 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1905 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1906 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1908 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1910 [GTK] Add more public options
1911 https://bugs.webkit.org/show_bug.cgi?id=144116
1913 Reviewed by Martin Robinson.
1915 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
1917 * Source/cmake/OptionsGTK.cmake:
1919 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1921 [CMake] Some internal variables are not marked as advanced
1922 https://bugs.webkit.org/show_bug.cgi?id=143595
1924 Reviewed by Martin Robinson.
1926 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
1927 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
1929 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1931 [GTK] Mark as advanced the build options we don't want to expose
1932 https://bugs.webkit.org/show_bug.cgi?id=143558
1934 Reviewed by Martin Robinson.
1936 Mark various options as private instead of public.
1938 * Source/cmake/OptionsGTK.cmake:
1940 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1942 [CMake] Should be possible for an option to depend on multiple options
1943 https://bugs.webkit.org/show_bug.cgi?id=143839
1945 Reviewed by Martin Robinson.
1947 Use a list instead of a single variable to track the dependencies of each option. Iterate
1948 over the list as many times as necessary to ensure all options are properly disabled.
1950 * Source/cmake/WebKitFeatures.cmake:
1952 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1954 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
1955 https://bugs.webkit.org/show_bug.cgi?id=144103
1957 Reviewed by Martin Robinson.
1959 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
1961 * Source/cmake/WebKitFeatures.cmake:
1963 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1965 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
1966 https://bugs.webkit.org/show_bug.cgi?id=144102
1968 Reviewed by Martin Robinson.
1970 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
1971 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
1972 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
1974 * Source/cmake/OptionsGTK.cmake:
1976 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1978 [CMake] Clean up JSC JIT options
1979 https://bugs.webkit.org/show_bug.cgi?id=143998
1981 Reviewed by Filip Pizlo.
1983 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
1984 define for ENABLE_FTL_NATIVE_CALL_INLINING.
1985 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
1986 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
1987 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
1988 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
1990 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1992 [CMake] Use lowercase for local variables in macros
1993 https://bugs.webkit.org/show_bug.cgi?id=144059
1995 Reviewed by Martin Robinson.
1997 Convert some variable names to lowercase.
1999 * Source/cmake/WebKitFeatures.cmake:
2001 2015-04-22 Commit Queue <commit-queue@webkit.org>
2003 Unreviewed, rolling out r183116.
2004 https://bugs.webkit.org/show_bug.cgi?id=144060
2006 Inadvertently deleted a file... (Requested by mcatanzaro on
2011 "[CMake] Use lowercase for local variables in macros"
2012 https://bugs.webkit.org/show_bug.cgi?id=144059
2013 http://trac.webkit.org/changeset/183116
2015 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2017 [CMake] Use lowercase for local variables in macros
2018 https://bugs.webkit.org/show_bug.cgi?id=144059
2020 Reviewed by Martin Robinson.
2022 Convert some variable names to lowercase.
2024 * Source/cmake/WebKitFeatures.cmake:
2026 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2028 [CMake] Features list should print dots every other row
2029 https://bugs.webkit.org/show_bug.cgi?id=143832
2031 Reviewed by Martin Robinson.
2033 Discount private options when determining whether to print dots on a given row of the
2034 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
2035 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
2036 wasn't noticed because it only affects the first line, and use of the variable name as a
2037 string in a conditional.)
2039 * Source/cmake/WebKitFeatures.cmake:
2041 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2043 [CMake] Require specifying visibility of WebKit options
2044 https://bugs.webkit.org/show_bug.cgi?id=143831
2046 Reviewed by Alex Christensen.
2048 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
2049 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
2050 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
2051 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
2052 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
2053 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
2054 cross-platform options as PRIVATE.
2056 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2058 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
2059 https://bugs.webkit.org/show_bug.cgi?id=143935
2061 Reviewed by Darin Adler.
2063 Some variables aren't defined in these files or unused variables aren't removed. This
2064 patch cleans up it as well as fix wrong alphabet order.
2066 * Source/cmake/WebKitFeatures.cmake:
2067 * Source/cmakeconfig.h.cmake:
2069 2015-04-19 Simon Fraser <simon.fraser@apple.com>
2071 Restore the WebKit.xcworkspace to the way it was before r182899,
2072 which inadvertently added the Source directory and a couple of source
2075 * WebKit.xcworkspace/contents.xcworkspacedata:
2077 2015-04-16 Basile Clement <basile_clement@apple.com>
2079 Extract the allocation profile from JSFunction into a rare object
2080 https://bugs.webkit.org/show_bug.cgi?id=143807
2082 Reviewed by Filip Pizlo.
2084 * WebKit.xcworkspace/contents.xcworkspacedata:
2086 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
2088 [EFL] Bump LLVM to version 3.6.0 on X86_64
2089 https://bugs.webkit.org/show_bug.cgi?id=143604
2091 Reviewed by Gyuyoung Kim.
2093 * Source/cmake/FindLLVM.cmake: Added version handling.
2094 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
2096 2015-04-15 Timothy Horton <timothy_horton@apple.com>
2098 Custom CSS cursors do not use -webkit-image-set on retina displays
2099 https://bugs.webkit.org/show_bug.cgi?id=120783
2101 Reviewed by Beth Dakin.
2102 Patch by Evan Wallace <evan.exe@gmail.com>.
2104 Add a manual test for custom CSS cursors on retina displays.
2106 * ManualTests/retina-cursors.html: Added.
2108 2015-04-15 Alex Christensen <achristensen@webkit.org>
2110 Progress towards CMake on Mac.
2111 https://bugs.webkit.org/show_bug.cgi?id=143785
2113 Reviewed by Csaba Osztrogonác.
2116 * Source/cmake/OptionsMac.cmake:
2117 * Source/cmake/WebKitFS.cmake:
2119 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
2121 Cannot click "Next" button on Google two-factor auth setup page
2123 <https://bugs.webkit.org/show_bug.cgi?id=143624>
2124 <rdar://problem/19175714>
2126 Reviewed by Darin Adler.
2128 * ManualTests/button-that-focuses-itself-on-click.html: Added.
2130 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
2132 [cmake] REGRESSION(182663): It broke feature dependency handling
2133 https://bugs.webkit.org/show_bug.cgi?id=143665
2135 Reviewed by Csaba Osztrogonác.
2137 Don't try to check the value of options before defining the options.
2139 * Source/cmake/WebKitFeatures.cmake:
2141 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
2143 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
2144 https://bugs.webkit.org/show_bug.cgi?id=143664
2146 Reviewed by Gyuyoung Kim.
2148 * Source/cmake/OptionsEfl.cmake:
2149 * Source/cmake/OptionsGTK.cmake:
2150 * Source/cmake/WebKitFeatures.cmake:
2151 * Source/cmakeconfig.h.cmake:
2153 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2155 [EFL] Enable Media Source
2156 https://bugs.webkit.org/show_bug.cgi?id=143635
2158 Reviewed by Csaba Osztrogonác.
2160 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
2162 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2164 [CMake] Miscellaneous issues in WebKitFeatures.cmake
2165 https://bugs.webkit.org/show_bug.cgi?id=143636
2167 Reviewed by Martin Robinson.
2169 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
2170 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
2172 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
2173 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
2175 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
2177 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
2179 Fix ENABLE_TOUCH_SLIDER so that it can be used
2183 * Source/cmake/WebKitFeatures.cmake:
2185 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2187 [CMake] Print sorted feature list at the very end of the configure process
2188 https://bugs.webkit.org/show_bug.cgi?id=143596
2190 Reviewed by Martin Robinson.
2192 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
2193 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
2194 and sort the options before printing. Reorder some code so that features still get
2195 propagated to the bindings generators.
2197 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2199 [CMake] Options should be marked as advanced by default
2200 https://bugs.webkit.org/show_bug.cgi?id=143572
2202 Reviewed by Gyuyoung Kim.
2204 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
2205 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
2206 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
2207 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
2208 option without making it public.
2210 * Source/cmake/WebKitFeatures.cmake:
2212 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2214 [CMake] Remove unnecessary ENABLE_WEBCORE switch
2215 https://bugs.webkit.org/show_bug.cgi?id=143584
2217 Reviewed by Csaba Osztrogonác.
2219 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
2223 * Source/CMakeLists.txt:
2224 * Source/cmake/OptionsGTK.cmake:
2225 * Source/cmake/WebKitFS.cmake:
2227 2015-04-08 Filip Pizlo <fpizlo@apple.com>
2229 Unreviewed, revert accidental commit.
2233 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
2235 Add CMake build system for WinCairo port.
2236 https://bugs.webkit.org/show_bug.cgi?id=115944
2238 Reviewed by Chris Dumez.
2240 * Source/cmake/OptionsWindows.cmake:
2241 * Source/cmake/WebKitMacros.cmake:
2242 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
2244 2015-04-06 Alberto Garcia <berto@igalia.com>
2246 [GTK] Fix HPPA build
2247 https://bugs.webkit.org/show_bug.cgi?id=143453
2249 Reviewed by Darin Adler.
2251 Add HPPA to the list of supported CPUs.
2255 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
2257 Unreviewed, kick the GTK bots to fix an incremental build issue.
2259 * Source/cmake/OptionsGTK.cmake:
2261 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
2263 Fix the EFL and GTK build after r182243
2264 https://bugs.webkit.org/show_bug.cgi?id=143361
2266 Reviewed by Csaba Osztrogonác.
2268 * Source/PlatformEfl.cmake: Add a custom command that copies
2269 the InspectorBackendCommands.js file into the proper directory
2270 under DerivedSources/WebInspectorUI/.
2272 2015-04-01 Alex Christensen <achristensen@webkit.org>
2274 Progress towards CMake on Windows and Mac.
2275 https://bugs.webkit.org/show_bug.cgi?id=143293
2277 Reviewed by Filip Pizlo.
2280 Set DERIVED_SOURCES_WTF_DIR for Windows.
2281 * Source/CMakeLists.txt:
2282 Don't compile bmalloc on Windows.
2283 * Source/cmake/OptionsCommon.cmake:
2284 Use the absolute path of the C preprocessor.
2285 * Source/cmake/OptionsWinCairo.cmake:
2286 Added needed definitions.
2287 * Source/cmake/OptionsWindows.cmake:
2288 Set some default values and removed support for old Visual Studio versions before /MP.
2289 * Source/cmake/WebKitFS.cmake:
2290 Make WTF DerivedSources directory.
2291 * Source/cmake/WebKitMacros.cmake:
2292 Added ADD_PRECOMPILED_HEADER macro based on
2293 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
2295 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
2297 Use colored diagnostics when building with cmake + ninja + clang
2298 https://bugs.webkit.org/show_bug.cgi?id=143297
2300 Reviewed by Žan Doberšek.
2302 Because that ninja sets subprocess stdout/stderr to a pipe, clang
2303 disables colored output.
2304 This patch forces clang to use colored diagnostics when we are using
2307 * Source/cmake/OptionsCommon.cmake:
2309 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2311 [CMake] Update old CMakeList.txt in gtest
2312 https://bugs.webkit.org/show_bug.cgi?id=143192
2314 Reviewed by Darin Adler.
2316 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
2317 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
2318 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
2320 * Source/CMakeLists.txt:
2321 * Source/cmake/gtest/CMakeLists.txt: Removed.
2323 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2325 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
2326 https://bugs.webkit.org/show_bug.cgi?id=143138
2328 Reviewed by Csaba Osztrogonác.
2330 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
2331 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
2333 * Source/cmake/OptionsWindows.cmake:
2334 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
2335 * Source/cmake/WebKitMacros.cmake:
2337 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
2339 [GStreamer] share GL context in pipeline, part 2
2340 https://bugs.webkit.org/show_bug.cgi?id=143049
2342 Reviewed by Carlos Garcia Campos.
2344 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
2345 OpenGL/ES2 is found and GLX/EGL is found too.
2347 2015-03-26 Alex Christensen <achristensen@webkit.org>
2349 Progress towards CMake on Mac.
2350 https://bugs.webkit.org/show_bug.cgi?id=143112
2352 Reviewed by Chris Dumez.
2354 * Source/cmake/OptionsMac.cmake:
2356 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
2358 [EFL] Add OpenWebRTC in jhbuild
2359 https://bugs.webkit.org/show_bug.cgi?id=142778
2361 Reviewed by Gyuyoung Kim.
2363 Original patch by Philippe Normand <pnormand@igalia.com>
2365 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
2366 mediastream build is enabled.
2368 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
2370 [GTK] Add a configure option to build without Redirected XComposite Window
2371 https://bugs.webkit.org/show_bug.cgi?id=142865
2373 Reviewed by Žan Doberšek.
2375 The Redirected XComposite Window was added to support some
2376 features like GtkOverlay, but in cases where we don't need such
2377 features, it's more efficient to use the XID of the WebKitWebView
2378 window as the native surface handle for the accelerated
2379 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
2380 that is enabled by default for X11 target when OpenGL is enabled.
2382 * Source/cmake/OptionsGTK.cmake:
2384 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
2386 [GTK] Search for the Wayland dependency when enabling Wayland target
2387 https://bugs.webkit.org/show_bug.cgi?id=142876
2389 Reviewed by Carlos Garcia Campos.
2391 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
2392 requirement of either the GTK+ or GDK pkg-config files, so we have to
2393 search for it ourselves when WebKitGTK+ has been configured to support
2394 the Wayland windowing target.
2396 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
2398 Unreviewed, kick the GTK bots to regenerate makefile.
2399 https://bugs.webkit.org/show_bug.cgi?id=137394
2401 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
2402 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
2404 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
2406 Unreviewed, kick the GTK bots to regenerate makefile.
2407 https://bugs.webkit.org/show_bug.cgi?id=137394
2409 * Source/cmake/OptionsEfl.cmake:
2411 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
2413 [GTK] Fix inspector userinterface related incremental build issue
2414 https://bugs.webkit.org/show_bug.cgi?id=142849
2416 Reviewed by Carlos Garcia Campos.
2418 * Source/cmake/OptionsGTK.cmake: Revert r181733.
2420 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
2422 Unreviewed, kick the GTK bots to regenerate makefile.
2424 * Source/cmake/OptionsGTK.cmake:
2426 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
2428 [EFL] Expose JavaScript binding interface through ewk_extension
2429 https://bugs.webkit.org/show_bug.cgi?id=142033
2431 Reviewed by Gyuyoung Kim.
2433 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
2435 2015-03-17 Philippe Normand <pnormand@igalia.com>
2437 [GTK] basic OpenWebRTC build support
2438 https://bugs.webkit.org/show_bug.cgi?id=142393
2440 Reviewed by Carlos Garcia Campos.
2442 * Source/cmake/FindOpenWebRTC.cmake: Added.
2443 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
2444 mediastream build is enabled.
2446 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2448 [CMake][EFL] Build test tools only for developer mode
2449 https://bugs.webkit.org/show_bug.cgi?id=142761
2451 Reviewed by Csaba Osztrogonác.
2453 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
2455 * Source/cmake/OptionsEfl.cmake:
2456 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
2457 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
2458 * Source/cmakeconfig.h.cmake:
2460 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
2462 Enable ES6 classes by default
2463 https://bugs.webkit.org/show_bug.cgi?id=142774
2465 Reviewed by Gavin Barraclough.
2467 * Source/cmake/WebKitFeatures.cmake:
2469 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2471 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
2472 https://bugs.webkit.org/show_bug.cgi?id=142722
2474 Reviewed by Csaba Osztrogonác.
2476 Categorize to define cmake variables, to find necessary packages,
2477 use upper case for "glib_conponents" cmake variable name, re-arrange
2478 wrong alphabet sorting, and so on.
2480 * CMakeLists.txt: Remove WinCE port.
2481 * Source/cmake/OptionsEfl.cmake:
2483 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
2485 [GStreamer] share GL context in pipeline
2486 https://bugs.webkit.org/show_bug.cgi?id=142693
2488 Reviewed by Philippe Normand.
2490 Add search of gstreamer-gl library in the GStreamer installation. If
2491 it is found, WTF_USE_GSTREAMER_GL macro is defined.
2493 * Source/cmake/FindGStreamer.cmake:
2494 * Source/cmake/OptionsGTK.cmake:
2496 2015-03-13 Alex Christensen <achristensen@webkit.org>
2498 Progress towards CMake on Mac.
2499 https://bugs.webkit.org/show_bug.cgi?id=142680
2501 Reviewed by Gyuyoung Kim.
2504 * Source/PlatformMac.cmake: Added stub.
2505 * Source/cmake/OptionsMac.cmake:
2506 Change defines to get CMake working.
2508 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2510 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
2511 https://bugs.webkit.org/show_bug.cgi?id=126688
2513 Reviewed by Gustavo Noronha Silva.
2515 Add ENABLE_MINIBROWSER option, enabled by default for development
2516 builds and disabled for production builds unless explicilty enabled.
2518 * Source/cmake/OptionsGTK.cmake:
2520 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2522 [GTK] Do not look for child processes in the UI process binary path
2523 https://bugs.webkit.org/show_bug.cgi?id=135752
2525 Reviewed by Gustavo Noronha Silva.
2527 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
2528 build for development builds.
2530 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
2532 [GTK] Add a configure option to build with OpenGL ES 2
2533 https://bugs.webkit.org/show_bug.cgi?id=142498
2535 Reviewed by Martin Robinson.
2537 Add ENABLE_GLES2 option. It's disabled by default, but if passed
2538 GLES2 is required and OpenGL is not even searched. Otherwise we
2539 search for OpenGL as usual, using it only if present.
2541 * Source/cmake/OptionsGTK.cmake:
2543 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
2545 [cmake] Handle unused parameter warnings as build errors except in WebKit2
2546 https://bugs.webkit.org/show_bug.cgi?id=142338
2548 Reviewed by Gyuyoung Kim.
2550 * Source/cmake/WebKitHelpers.cmake:
2552 2015-03-03 Daniel Bates <dabates@apple.com>
2554 Convert ManualTests/svg-tooltip.svg to a DRT test
2555 https://bugs.webkit.org/show_bug.cgi?id=140480
2557 Reviewed by Alex Christensen.
2559 * ManualTests/svg-tooltip.svg: Removed.
2561 2015-03-02 Debarshi Ray <debarshir@gnome.org>
2563 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
2564 https://bugs.webkit.org/show_bug.cgi?id=142165
2566 Reviewed by Carlos Garcia Campos.
2568 * Source/cmake/gtksymbols.filter:
2570 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
2572 [EFL] Remove unnecessary comment after r179110
2573 https://bugs.webkit.org/show_bug.cgi?id=142042
2575 Reviewed by Gyuyoung Kim.
2577 * Source/cmake/OptionsEfl.cmake:
2579 2015-02-23 Tomas Popela <tpopela@redhat.com>
2581 [GTK] Fails to compile with cmake 3.2.x
2582 https://bugs.webkit.org/show_bug.cgi?id=141796
2584 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
2585 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
2586 added and the build will fail.
2588 Reviewed by Martin Robinson.
2590 * Source/cmake/OptionsGTK.cmake:
2592 2015-02-20 Alexey Proskuryakov <ap@apple.com>
2594 Remove svn:keywords property.
2596 As far as I can tell, the property had no effect on any of these files, but also,
2597 when it has effect it's likely harmful.
2599 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
2600 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
2601 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
2602 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
2603 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
2604 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
2605 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
2606 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
2607 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
2608 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
2609 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
2610 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
2611 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
2612 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
2614 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2616 [CMAKE] Remove CMakeLists.txt in WK1 port
2617 https://bugs.webkit.org/show_bug.cgi?id=141617
2619 Reviewed by Anders Carlsson.
2621 Nobody uses CMake in WK1 port. Remove it.
2625 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
2627 Unreviewed, remove empty directories.
2629 * ManualTests/qt: Removed.
2631 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2633 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
2634 https://bugs.webkit.org/show_bug.cgi?id=141481
2636 Reviewed by Csaba Osztrogonác.
2638 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
2640 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2642 [EFL][GTK] Use bmalloc instead of tcmalloc
2643 https://bugs.webkit.org/show_bug.cgi?id=140162
2645 Reviewed by Carlos Garcia Campos.
2647 Add bmalloc directory to build list.
2649 * CMakeLists.txt: Define BMALLOC_DIR directory.
2650 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
2652 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
2654 [GTK] Add default color chooser implementation using GtkColorChooserDialog
2655 https://bugs.webkit.org/show_bug.cgi?id=141392
2657 Reviewed by Gustavo Noronha Silva.
2659 Enable INPUT_TYPE_COLOR by default for GTK+ port.
2661 * Source/cmake/OptionsGTK.cmake:
2663 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
2665 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
2666 https://bugs.webkit.org/show_bug.cgi?id=141328
2668 Reviewed by Darin Adler.
2670 Added as manual test because it involves a huge grid allocation
2671 which is very slow on Debug bots, the only ones capable to trigger
2674 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
2676 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
2678 [Streams API] Implement a barebone ReadableStream interface
2679 https://bugs.webkit.org/show_bug.cgi?id=141045
2681 Reviewed by Benjamin Poulain.
2683 * Source/cmake/WebKitFeatures.cmake:
2684 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
2686 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2688 Revert accidental change in r179490.
2692 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2694 Unreviewed, revert accidental change to Makefile.shared in r179478
2698 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2700 [CMake] Minimum python version should be 2.7.
2701 https://bugs.webkit.org/show_bug.cgi?id=140997
2703 Reviewed by Csaba Osztrogonác.
2707 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
2709 Apply feTurbulence spec change to fix zero length vector generation
2710 https://bugs.webkit.org/show_bug.cgi?id=140812
2712 Reviewed by Darin Adler.
2714 Recently a bug with the turbulence algorithm was corrected in the
2715 Filter Effects specification.
2716 For some seed values this bug allowed zero length vectors to be generated.
2717 This resulted in large solid color squares being present in the generated image.
2718 The feTurbulence algorithm was updated to reject zero length vectors. This patch
2719 applies that change in WebCore.
2721 Test: svg/filters/feTurbulence_bad_seeds.html
2723 * platform/graphics/filters/FETurbulence.cpp:
2724 (WebCore::FETurbulence::initPaint):
2725 Added rejection sampling during vector generation to avoid zero length vectors.
2727 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2729 [cmake] Remove compiler version calculate cruft
2730 https://bugs.webkit.org/show_bug.cgi?id=140885
2732 Reviewed by Darin Adler.
2734 * Source/cmake/WebKitHelpers.cmake:
2736 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2738 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
2739 https://bugs.webkit.org/show_bug.cgi?id=140886
2741 Reviewed by Žan Doberšek.
2743 * Source/cmake/WebKitHelpers.cmake:
2745 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
2747 [GTK] gtkdoc does not appear in DevHelp
2748 https://bugs.webkit.org/show_bug.cgi?id=139369
2750 Reviewed by Philippe Normand.
2752 Expect the gtkdoc to be generated in folders named with the API version.
2754 * Source/PlatformGTK.cmake:
2756 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
2758 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
2759 https://bugs.webkit.org/show_bug.cgi?id=140609
2761 Reviewed by Csaba Osztrogonác.
2763 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
2764 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
2765 compilation flags. Those were added after the jsCStack branch merge, but
2766 can now be removed since the -ftree-dce issues were fixed in GCC, and
2767 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
2769 * Source/cmake/OptionsEfl.cmake:
2770 * Source/cmake/OptionsGTK.cmake:
2772 2015-01-26 Commit Queue <commit-queue@webkit.org>
2774 Unreviewed, rolling out r179107.
2775 https://bugs.webkit.org/show_bug.cgi?id=140880
2777 The GCC in the bots doesn't support the AsyncTask
2778 implementation (Requested by KaL on #webkit).
2782 "[GTK] Enable IndexedDB"
2783 https://bugs.webkit.org/show_bug.cgi?id=98932
2784 http://trac.webkit.org/changeset/179107
2786 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
2788 [GTK] Enable IndexedDB
2789 https://bugs.webkit.org/show_bug.cgi?id=98932
2791 Reviewed by Žan Doberšek.
2793 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2794 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2796 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
2798 [GTK] Add initial database process support
2799 https://bugs.webkit.org/show_bug.cgi?id=139491
2801 Reviewed by Sergio Villar Senin.
2803 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
2805 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
2807 Add a build flag for ES6 class syntax
2808 https://bugs.webkit.org/show_bug.cgi?id=140760
2810 Reviewed by Michael Saboff.
2812 * Source/cmake/WebKitFeatures.cmake:
2813 * Source/cmakeconfig.h.cmake:
2815 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2817 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
2818 https://bugs.webkit.org/show_bug.cgi?id=140049
2820 Reviewed by Gyuyoung Kim.
2822 * Source/cmake/OptionsCommon.cmake:
2824 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2826 Remove ENABLE(INSPECTOR) ifdef guards
2827 https://bugs.webkit.org/show_bug.cgi?id=140668
2829 Reviewed by Darin Adler.
2831 * Source/PlatformEfl.cmake:
2832 * Source/cmake/OptionsEfl.cmake:
2833 * Source/cmake/OptionsGTK.cmake:
2834 * Source/cmake/OptionsMac.cmake:
2835 * Source/cmake/WebKitFeatures.cmake:
2836 * Source/cmakeconfig.h.cmake:
2838 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
2840 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
2842 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2844 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2846 [CMAKE] Fix cmake warning
2847 https://bugs.webkit.org/show_bug.cgi?id=140497
2849 Reviewed by Gustavo Noronha Silva.
2851 r173155 already tried to fix cmake warning though, the warning is still exist.
2852 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
2853 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
2854 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
2855 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
2856 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
2860 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
2862 [GTK] Generate the make dist manifest from a CMake template file
2863 https://bugs.webkit.org/show_bug.cgi?id=139387
2865 Reviewed by Martin Robinson.
2867 Generate manifest.txt from manifest.txt.in. Only expose the dist and
2868 distcheck targets for developer builds, as they won't work when
2869 building from a tarball because the manifest is not distributed.
2871 * Source/PlatformGTK.cmake:
2873 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
2875 Remove ENABLE(SQL_DATABASE) guards
2876 https://bugs.webkit.org/show_bug.cgi?id=140434
2878 Reviewed by Darin Adler.
2880 * Source/cmake/OptionsMac.cmake:
2881 * Source/cmake/WebKitFeatures.cmake:
2882 * Source/cmakeconfig.h.cmake:
2884 2015-01-11 Sam Weinig <sam@webkit.org>
2886 Remove support for SharedWorkers
2887 https://bugs.webkit.org/show_bug.cgi?id=140344
2889 Reviewed by Anders Carlsson.
2891 * Source/cmake/OptionsEfl.cmake:
2892 * Source/cmake/OptionsGTK.cmake:
2893 * Source/cmake/OptionsMac.cmake:
2894 * Source/cmake/WebKitFeatures.cmake:
2895 * Source/cmakeconfig.h.cmake:
2897 2015-01-10 Dan Bernstein <mitz@apple.com>
2899 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
2900 https://bugs.webkit.org/show_bug.cgi?id=140339
2902 Reviewed by Mark Rowe.
2904 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
2905 prevents unnecessary rebuilding due to PATH differences.
2907 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
2909 [GTK][ThreadedCompositor] Add support for threaded compositor.
2910 https://bugs.webkit.org/show_bug.cgi?id=118265
2912 Reviewed by Martin Robinson.
2914 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
2915 autotools build systems. The feature is disabled by default.
2916 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
2917 from the feature flags.
2919 * Source/cmake/OptionsEfl.cmake:
2920 * Source/cmake/OptionsGTK.cmake:
2921 * Source/cmake/WebKitFeatures.cmake:
2922 * Source/cmakeconfig.h.cmake:
2924 2014-12-23 Alexey Proskuryakov <ap@apple.com>
2926 Simplify building with ASan
2927 https://bugs.webkit.org/show_bug.cgi?id=139916
2929 Reviewed by Mark Rowe.
2931 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
2933 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
2935 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
2937 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2939 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
2941 Null dereference performing a "TapAndAHalf" gesture in Google search field
2943 <https://bugs.webkit.org/show_bug.cgi?id=139506>
2944 <rdar://problem/19028828>
2946 Reviewed by Darin Adler.
2948 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
2950 2014-12-10 Dean Jackson <dino@apple.com>
2952 Blur filter performance test doesn't provide results
2953 https://bugs.webkit.org/show_bug.cgi?id=139462
2955 Reviewed by Sam Weinig.
2957 This can't currently work under our performance test
2958 infrastructure. Move it to a manual test to avoid
2959 putting FAILures into the results.
2961 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
2963 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
2965 [GTK][WK2] Add HTML5 Notifications support
2966 https://bugs.webkit.org/show_bug.cgi?id=61140
2968 Reviewed by Carlos Garcia Campos.
2970 * Source/cmake/FindLibNotify.cmake: Added.
2971 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
2972 libnotify and use it for a default implementation when found.
2974 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
2976 REGRESSION(r155906): Page content disappears on Tuaw article after loading
2977 https://bugs.webkit.org/show_bug.cgi?id=138100
2979 Reviewed by Simon Fraser.
2981 DRT causes an extra paint which makes it impossible to test this with
2984 * ManualTests/float-layer-not-painting.html: Added.
2986 2014-12-07 Alberto Garcia <berto@igalia.com>
2988 [GTK] WebKit has a new required dependency on GnuTLS
2989 https://bugs.webkit.org/show_bug.cgi?id=136158
2991 Reviewed by Martin Robinson.
2993 Detect if GnuTLS is installed and enable or disable subtle crypto
2994 support accordingly.
2996 * Source/cmake/OptionsGTK.cmake:
2998 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
3000 [GTK] Missing API detected in GObject DOM bindings after r176630
3001 https://bugs.webkit.org/show_bug.cgi?id=139201
3003 Reviewed by Gustavo Noronha Silva.
3005 Change GENERATE_BINDINGS macro to receive a list of optional
3006 additional dependencies, so that we can add more dependecies
3007 without having to change the macro.
3009 * Source/cmake/WebKitMacros.cmake:
3011 2014-12-05 Simon Fraser <simon.fraser@apple.com>
3013 Programmatic scrolling and content changes are not always synchronized
3014 https://bugs.webkit.org/show_bug.cgi?id=139245
3015 rdar://problem/18833612
3017 Reviewed by Anders Carlsson.
3019 Manual test that tries to sync layout with programmatic scrolling.
3021 * ManualTests/programmatic-scroll-flicker.html: Added.
3023 2014-12-04 Alberto Garcia <berto@igalia.com>
3025 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
3026 https://bugs.webkit.org/show_bug.cgi?id=136576
3028 Reviewed by Carlos Garcia Campos.
3030 CMake should complain if Accelerated 2D Canvas is explicitly
3031 enabled but cairo-gl is not found.
3033 * Source/cmake/OptionsGTK.cmake:
3035 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3037 [EFL] Add subtle crypto to the build system
3038 https://bugs.webkit.org/show_bug.cgi?id=138612
3040 Reviewed by Csaba Osztrogonác.
3042 * Source/cmake/OptionsEfl.cmake:
3044 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3046 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
3047 https://bugs.webkit.org/show_bug.cgi?id=139085
3049 Reviewed by Andreas Kling.
3051 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
3052 * Source/cmake/WebKitFeatures.cmake: ditto.
3053 * Source/cmakeconfig.h.cmake: ditto.
3055 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
3057 [EFL] Drop support for the EFL 1.7
3058 https://bugs.webkit.org/show_bug.cgi?id=139114
3060 Reviewed by Gyuyoung Kim.
3062 * Source/cmake/EFLHelpers.cmake: Removed.
3063 * Source/cmake/FindEcore.cmake: Removed.
3064 * Source/cmake/FindEdje.cmake: Removed.
3065 * Source/cmake/FindEet.cmake: Removed.
3066 * Source/cmake/FindEeze.cmake: Removed.
3067 * Source/cmake/FindEfreet.cmake: Removed.
3068 * Source/cmake/FindEina.cmake: Removed.
3069 * Source/cmake/FindElementary.cmake: Removed.
3070 * Source/cmake/FindEvas.cmake: Removed.
3071 * Source/cmake/OptionsEfl.cmake:
3073 2014-11-28 Philippe Normand <pnormand@igalia.com>
3075 [CMake] Build failure against GStreamer git master
3076 https://bugs.webkit.org/show_bug.cgi?id=138872
3078 Reviewed by Csaba Osztrogon.
3080 * Source/cmake/FindGStreamer.cmake: Simplified the
3081 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
3082 headers lookup, there's no need to do this manually. Also
3083 explicitely check the version specified in GStreamer_FIND_VERSION.
3085 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
3087 [EFL] Remove E_Dbus dependency
3088 https://bugs.webkit.org/show_bug.cgi?id=136355
3090 Reviewed by Gyuyoung Kim.
3092 * Source/cmake/FindE_DBus.cmake: Removed.
3093 * Source/cmake/OptionsEfl.cmake:
3095 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
3097 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
3099 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3101 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
3103 [CMake] Use ld.gold if it is available to speedup builds
3104 https://bugs.webkit.org/show_bug.cgi?id=137953
3106 Reviewed by Carlos Garcia Campos.
3108 * Source/cmake/OptionsCommon.cmake:
3110 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
3112 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
3113 https://bugs.webkit.org/show_bug.cgi?id=138840
3115 Reviewed by Csaba Osztrogonác.
3117 * Source/cmake/OptionsCommon.cmake:
3119 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
3121 Remove Source/Platform cruft
3122 https://bugs.webkit.org/show_bug.cgi?id=138658
3124 Reviewed by Anders Carlsson.
3127 * Source/Platform: Removed.
3129 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
3131 Enable Cortex-A53-specific code paths by default if core is detected.
3132 https://bugs.webkit.org/show_bug.cgi?id=138499
3134 Reviewed by Csaba Osztrogonác.
3136 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
3137 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
3140 Since on ARM64/Linux the part number that cpuinfo reports depends on
3141 the core the query is run on, the check is bound to and executed on the
3142 available cores one by one.
3144 * Source/cmake/OptionsCommon.cmake:
3146 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3148 [EFL] Remove unnecessary version check from OptionsEfl.cmake
3149 https://bugs.webkit.org/show_bug.cgi?id=138498
3151 Reviewed by Csaba Osztrogonác.
3153 * Source/cmake/OptionsEfl.cmake:
3155 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3157 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
3158 https://bugs.webkit.org/show_bug.cgi?id=138465
3160 Reviewed by Gyuyoung Kim.
3162 * Source/cmake/OptionsEfl.cmake:
3164 2014-11-03 Dean Jackson <dino@apple.com>
3166 Add ENABLE_FILTERS_LEVEL_2 feature guard.
3167 https://bugs.webkit.org/show_bug.cgi?id=138362
3169 Reviewed by Tim Horton.
3171 Add a new feature define for Level 2 of CSS Filters.
3172 http://dev.w3.org/fxtf/filters-2/
3174 * Source/cmake/OptionsEfl.cmake:
3175 * Source/cmake/OptionsGTK.cmake:
3176 * Source/cmake/OptionsMac.cmake:
3177 * Source/cmake/WebKitFeatures.cmake:
3178 * Source/cmakeconfig.h.cmake:
3180 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
3182 Workaround for Cortex-A53 erratum 835769
3183 https://bugs.webkit.org/show_bug.cgi?id=138315
3185 Reviewed by Filip Pizlo.
3187 This patch introduces CMake variable and preprocessor macro
3188 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
3189 code paths, if set true.
3191 * Source/cmake/OptionsCommon.cmake:
3192 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
3194 * Source/cmakeconfig.h.cmake:
3195 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
3197 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
3199 [GTK] Fix the build of FTL JIT
3200 https://bugs.webkit.org/show_bug.cgi?id=138298
3202 Reviewed by Carlos Garcia Campos.
3204 * Source/cmake/OptionsGTK.cmake:
3205 Remove the need for the LIBCXXABI package.
3207 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
3209 REGRESSION(CMake): Make it possible to build without introspection
3210 https://bugs.webkit.org/show_bug.cgi?id=138006
3212 Reviewed by Philippe Normand.
3214 Add ENABLE_INTROSPECTION option.
3216 * Source/PlatformGTK.cmake: Dot not add gir global target if
3217 introspection is disabled.
3218 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
3219 introspection is disabled.
3221 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
3223 [GTK] Support script message handlers WebKitUserContentManager
3224 https://bugs.webkit.org/show_bug.cgi?id=133730
3226 Reviewed by Carlos Garcia Campos.
3228 Support user script message handlers in WebKitUserContentManager.
3229 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
3230 an option is added to the CMake build files. The option is disabled
3231 globally by default, and the WebKitGTK port enables it. On the API
3232 level, two new methods to register and unregister names are provided
3233 in the "window.webkit" namespace, and on message reception the
3234 "WebKitUserContentManager::script-message-received" signal is
3235 emitted, using the registered names as signal detail.
3237 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
3238 ENABLE_USER_MESSAGE_HANDLERS feature by default.
3239 * Source/cmake/WebKitFeatures.cmake: Add feature description for
3240 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
3242 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
3244 [GTK] Bump libsoup's minimum version to 2.42.0.
3245 https://bugs.webkit.org/show_bug.cgi?id=138086
3247 Reviewed by Martin Robinson.
3249 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
3250 soup-version.h header was added to soup.h in 2.41.4, which then becomes
3251 the minimum version required to build the port these days.
3253 In addition, since the autotools build system required 2.42.0 before
3254 being retired, require the same version here. Version 2.42.0 was also
3256 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
3258 * Source/cmake/OptionsGTK.cmake:
3260 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3262 [EFL] Remove unnecessary defines from OptionsEfl.cmake
3263 https://bugs.webkit.org/show_bug.cgi?id=138132
3265 Reviewed by Csaba Osztrogonác.
3267 * Source/cmake/OptionsEfl.cmake:
3269 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
3271 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
3273 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3275 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
3277 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
3278 https://bugs.webkit.org/show_bug.cgi?id=137946
3280 Reviewed by Gyuyoung Kim.
3282 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
3284 * Source/cmake/OptionsEfl.cmake:
3286 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3288 Fix FTL Native Inlining for EFL
3289 https://bugs.webkit.org/show_bug.cgi?id=137774
3291 Reviewed by Michael Saboff.
3293 Updated CMake for FTL Native Inlining.
3296 * Source/cmake/FindClang.cmake: Added.
3297 * Source/cmake/OptionsEfl.cmake:
3298 * Source/cmakeconfig.h.cmake:
3300 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
3302 Web Inspector: Generate all Inspector domains together in JavaScriptCore
3303 https://bugs.webkit.org/show_bug.cgi?id=137748
3305 Reviewed by Brian Burg.
3307 * Source/PlatformEfl.cmake:
3309 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
3311 [GTK] Add initial gestures support
3312 https://bugs.webkit.org/show_bug.cgi?id=137812
3314 Reviewed by Sergio Villar Senin.
3316 Check if the GTK+ version supports gestures or not.
3318 * Source/cmake/FindGTK3.cmake:
3319 * Source/cmake/OptionsGTK.cmake:
3321 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
3323 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
3324 https://bugs.webkit.org/show_bug.cgi?id=137781
3326 Reviewed by Martin Robinson.
3328 We used to enable smooth scrolling unconditionally in autotools
3329 (via WebKitFeatures.m4), but since the switch to CMake it's
3330 unconditionally disabled, so changing the setting doesn't have any
3333 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
3335 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
3337 Removing CUSTOM_PROTOCOLS guard
3338 https://bugs.webkit.org/show_bug.cgi?id=137741
3340 Reviewed by Benjamin Poulain.
3342 * Source/cmake/OptionsEfl.cmake:
3344 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
3346 [EFL] Enable WebP support.
3347 https://bugs.webkit.org/show_bug.cgi?id=136156
3349 Reviewed by Gyuyoung Kim.
3351 Add WebP package finding rule.
3353 * Source/cmake/OptionsEfl.cmake:
3355 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
3357 [EFL] Enable custom URI schemes with CustomProtocols
3358 https://bugs.webkit.org/show_bug.cgi?id=128177
3360 Reviewed by Gyuyoung Kim.
3362 Fixing ewk_context_url_scheme_register() ewebkit2 API
3363 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
3365 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
3367 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
3369 Bump version to 2.7.0
3370 https://bugs.webkit.org/show_bug.cgi?id=137301
3372 Rubber-stamped by Carlos Garcia Campos.
3374 * Source/cmake/OptionsGTK.cmake: Bump version numbers
3376 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3378 [EFL] Rename TEST_THEME_DIR macro
3379 https://bugs.webkit.org/show_bug.cgi?id=137244
3381 Reviewed by Csaba Osztrogonác.
3383 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
3385 2014-09-27 Dan Bernstein <mitz@apple.com>
3387 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
3388 https://bugs.webkit.org/show_bug.cgi?id=137053
3390 Reviewed by Mark Rowe.
3392 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3393 In the build pre-action, pass the --wksi and --llvm options to
3394 copy-webkitlibraries-to-product-directory.
3395 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
3397 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
3399 [GTK] Enable CSS_IMAGE_SET in production builds
3400 https://bugs.webkit.org/show_bug.cgi?id=137142
3402 Reviewed by Alejandro G. Castro.
3404 This is required by the inspector to show some of the icons that
3405 has a HiDPI variant.
3407 * Source/cmake/OptionsGTK.cmake:
3409 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
3411 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
3412 https://bugs.webkit.org/show_bug.cgi?id=136377
3414 Reviewed by Philippe Normand.
3416 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
3417 for CMake versions less than 3.
3419 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
3421 Remove WinCE port from trunk
3422 https://bugs.webkit.org/show_bug.cgi?id=136951
3424 Reviewed by Alex Christensen.
3426 * Source/cmake/OptionsWinCE.cmake: Removed.
3427 * Source/cmake/WebKitPackaging.cmake:
3429 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
3431 [EFL][GTK] Remove WebKit1 related codes
3432 https://bugs.webkit.org/show_bug.cgi?id=136853
3434 Reviewed by Csaba Osztrogonác.
3436 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
3439 * Source/PlatformGTK.cmake:
3441 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3444 https://bugs.webkit.org/show_bug.cgi?id=136820
3446 Reviewed by Csaba Osztrogonác.
3448 * Source/cmake/FindICU.cmake:
3450 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
3452 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
3453 https://bugs.webkit.org/show_bug.cgi?id=136814
3455 Reviewed by Philippe Normand.
3457 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
3458 We bundle the wayland-egl dependency with wayland-client and wayland-server
3459 and store the resulting variables with the WAYLAND_ prefix. Because of this
3460 this line wasn't exporting anything useful.
3462 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
3464 URTBF after r173574.
3466 * Source/cmake/WebKitMacros.cmake:
3468 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
3470 [JavaScriptCore] Fix FTL on platform EFL.
3471 https://bugs.webkit.org/show_bug.cgi?id=133571
3473 Reviewed by Filip Pizlo.
3477 * Source/cmake/FindLIBCXXABI.cmake: Removed.
3478 * Source/cmake/OptionsEfl.cmake:
3480 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3483 https://bugs.webkit.org/show_bug.cgi?id=136571
3485 Reviewed by Darin Adler.
3487 * Source/cmake/OptionsEfl.cmake:
3488 * Source/cmake/OptionsGTK.cmake:
3489 * Source/cmake/OptionsMac.cmake:
3490 * Source/cmake/WebKitFeatures.cmake:
3491 * Source/cmakeconfig.h.cmake:
3493 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3495 Remove CSS_FILTERS flag
3496 https://bugs.webkit.org/show_bug.cgi?id=136529
3498 Reviewed by Dirk Schulze.
3500 * Source/cmake/OptionsEfl.cmake:
3501 * Source/cmake/OptionsGTK.cmake:
3502 * Source/cmake/OptionsMac.cmake:
3503 * Source/cmake/WebKitFeatures.cmake:
3504 * Source/cmakeconfig.h.cmake:
3506 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3508 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
3509 https://bugs.webkit.org/show_bug.cgi?id=136194
3511 Reviewed by Csaba Osztrogonác.
3513 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
3517 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3519 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
3520 https://bugs.webkit.org/show_bug.cgi?id=135560
3522 Reviewed by Gyuyoung Kim.
3524 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
3526 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
3528 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
3529 https://bugs.webkit.org/show_bug.cgi?id=136343
3531 Reviewed by David Kilzer.
3533 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
3535 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3536 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3538 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
3540 [EFL] Share fast/speechsynthesis/ with other ports
3541 https://bugs.webkit.org/show_bug.cgi?id=136224
3543 Reviewed by Chris Fleizach.
3545 Enable WebSpeech for EFL.
3547 * Source/cmake/OptionsEfl.cmake:
3549 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
3551 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
3552 https://bugs.webkit.org/show_bug.cgi?id=136127
3554 Reviewed by Gyuyoung Kim.
3556 Add build support for espeak.
3558 * Source/cmake/FindEspeak.cmake: Added.
3559 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
3561 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
3563 [EFL] Build break using clang
3564 https://bugs.webkit.org/show_bug.cgi?id=136245
3566 Reviewed by Gyuyoung Kim.
3568 * Source/cmake/OptionsEfl.cmake:
3569 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
3570 Some warnings are from system libraries.
3572 2014-08-25 Alberto Garcia <berto@igalia.com>
3574 [GTK] Unify webkitgtk and webkit2gtk directories
3575 https://bugs.webkit.org/show_bug.cgi?id=136209
3577 Reviewed by Carlos Garcia Campos.
3579 Use webkit2gtk-X.X both for the process binaries and the injected
3582 * Source/cmake/OptionsGTK.cmake:
3584 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3586 [EFL] Move Efl specific code from Source/CMakeLists.txt
3587 https://bugs.webkit.org/show_bug.cgi?id=136206
3589 Reviewed by Gyuyoung Kim.
3591 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
3592 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
3594 * Source/CMakeLists.txt:
3595 * Source/cmake/OptionsEfl.cmake:
3597 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3599 [EFL] Introduce DEVELOPER_MODE
3600 https://bugs.webkit.org/show_bug.cgi?id=135884
3602 Reviewed by Gyuyoung Kim.
3604 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
3605 instead of SHARED_CORE.
3606 SHARED_CORE can reduce link time and memory consumption but it is slightly different
3607 from release binary.
3609 * Source/cmake/OptionsEfl.cmake:
3610 * Source/cmake/WebKitHelpers.cmake:
3611 Moved fvisibility=hidden to OptionsEfl.cmake
3613 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
3615 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
3616 https://bugs.webkit.org/show_bug.cgi?id=136110
3618 Reviewed by Gyuyoung Kim.
3620 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
3622 * Source/cmake/OptionsEfl.cmake:
3624 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3626 [EFL] Apply eflsymbols.filter to WebKit2
3627 https://bugs.webkit.org/show_bug.cgi?id=136148
3629 Reviewed by Csaba Osztrogonác.
3631 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
3632 in the eflsymbols.filter.
3634 * Source/cmake/OptionsEfl.cmake:
3635 * Source/cmake/eflsymbols.filter:
3637 2014-08-21 Zalan Bujtas <zalan@apple.com>
3639 Enable SATURATED_LAYOUT_ARITHMETIC.
3640 https://bugs.webkit.org/show_bug.cgi?id=136106
3642 Reviewed by Simon Fraser.
3644 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
3645 (No measurable performance regression on Mac.)
3647 * Source/cmake/OptionsMac.cmake:
3648 * Source/cmake/WebKitFeatures.cmake:
3649 * Source/cmakeconfig.h.cmake:
3651 2014-08-19 Zalan Bujtas <zalan@apple.com>
3653 Remove ENABLE(SUBPIXEL_LAYOUT).
3654 https://bugs.webkit.org/show_bug.cgi?id=136077
3656 Reviewed by Simon Fraser.
3658 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
3660 * Source/cmake/OptionsEfl.cmake:
3661 * Source/cmake/OptionsGTK.cmake:
3662 * Source/cmake/OptionsMac.cmake:
3663 * Source/cmake/WebKitFeatures.cmake:
3664 * Source/cmakeconfig.h.cmake:
3666 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
3668 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
3669 https://bugs.webkit.org/show_bug.cgi?id=135980
3671 Reviewed by Martin Robinson.
3673 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
3674 overrides any other disabled optimization that was prepended to these
3675 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
3676 lists first in the final list of compilation flags.
3678 To avoid -On re-enabling optimizations that we'd like to keep disabled,
3679 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
3681 * Source/cmake/OptionsCommon.cmake:
3682 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
3683 * Source/cmake/OptionsGTK.cmake:
3685 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3687 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
3689 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3691 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
3693 [GTK] Disable memory sampler on non-Linux system
3694 https://bugs.webkit.org/show_bug.cgi?id=134483
3696 Reviewed by Philippe Normand.
3698 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
3699 Linux because it uses many Linux-specific features, so we should disable
3700 memory sampler on other systems by default.
3702 * Source/cmake/OptionsGTK.cmake:
3704 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3706 [GTK] HTML API documentation should also be installed versioned
3707 https://bugs.webkit.org/show_bug.cgi?id=135970
3709 Reviewed by Philippe Normand.
3711 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
3714 2014-08-14 Tomas Popela <tpopela@redhat.com>
3716 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
3717 https://bugs.webkit.org/show_bug.cgi?id=135937
3719 Reviewed by Carlos Garcia Campos.
3723 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3725 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
3726 https://bugs.webkit.org/show_bug.cgi?id=135934
3728 Reviewed by Gustavo Noronha Silva.
3730 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
3731 The gir files should installed in $datadir/gir-1.0/ together with all other
3732 gir files. We don't need to install introspection files in a versioned
3733 directory because their filenames already contain the binary version. But before
3734 r171598, the files were only installed to the right directory if the
3735 gobject-instrospection pkg-config file was in the same prefix than the one we
3736 wanted to install, because the gir and typelibs directories were extracted from
3737 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
3738 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
3739 like we do in the autotools build.
3741 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
3742 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3743 * Source/cmake/OptionsGTK.cmake: Define
3744 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3746 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3748 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
3749 https://bugs.webkit.org/show_bug.cgi?id=135836
3751 Reviewed by Philippe Normand.
3753 * Source/PlatformGTK.cmake: Add install command to also install
3754 the GObject DOM bindings API docs.
3756 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
3758 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
3759 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
3760 re-set CMAKE_C_FLAGS with the new string. The two flags should really
3761 be appended to CMAKE_C_FLAGS and the same variable re-set with the
3764 * Source/cmake/OptionsCommon.cmake:
3766 2014-08-13 Alex Christensen <achristensen@webkit.org>
3768 Progress towards CMake on Mac.
3769 https://bugs.webkit.org/show_bug.cgi?id=135819
3771 Reviewed by Laszlo Gombos.
3773 * Source/cmake/OptionsMac.cmake:
3774 Disable some more features temporarily to get CMake working.
3775 * Source/cmake/WebKitMacros.cmake:
3776 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
3778 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3780 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
3781 https://bugs.webkit.org/show_bug.cgi?id=135798
3783 Reviewed by Philippe Normand.
3785 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
3787 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3788 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3789 https://bugs.webkit.org/show_bug.cgi?id=133317
3791 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3793 Reviewed by Philippe Normand.
3795 No new tests since no new functionality has been added.
3797 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3799 2014-08-11 Commit Queue <commit-queue@webkit.org>
3801 Unreviewed, rolling out r172393.
3802 https://bugs.webkit.org/show_bug.cgi?id=135796
3804 discussion needed about GnuTLS version bump on the bots
3805 (Requested by philn on #webkit).
3809 https://bugs.webkit.org/show_bug.cgi?id=133317
3810 http://trac.webkit.org/changeset/172393
3812 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3813 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3814 https://bugs.webkit.org/show_bug.cgi?id=133317
3816 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3818 Reviewed by Philippe Normand.
3820 No new tests since no new functionality has been added.
3822 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3824 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3826 [GTK] Adds stubs for all subtle crypto algorithm implemntations
3827 https://bugs.webkit.org/show_bug.cgi?id=133316
3829 Reviewed by Philippe Normand.
3831 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
3832 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
3833 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
3835 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
3837 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
3839 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3841 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3843 [GTK] REGRESSION(r166239): The ld version script is not being used
3844 https://bugs.webkit.org/show_bug.cgi?id=135694
3846 Reviewed by Martin Robinson.
3848 Move the symbols filter file from Tools/gtk to Source/cmake and rename
3849 it as gtksymbols.filter. Also updated it, since some of the symbols
3850 exported were renamed.
3852 * Source/cmake/OptionsGTK.cmake:
3853 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
3855 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>