1 2015-11-23 Carlos Garcia Campos <cgarcia@igalia.com>
3 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release.
5 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
7 2015-11-20 Alex Christensen <achristensen@webkit.org>
9 Remove NETWORK_PROCESS compile flag
10 https://bugs.webkit.org/show_bug.cgi?id=151512
12 Reviewed by Tim Horton.
14 * Source/cmake/OptionsEfl.cmake:
15 * Source/cmake/OptionsGTK.cmake:
16 * Source/cmake/OptionsMac.cmake:
17 * Source/cmake/WebKitFeatures.cmake:
19 2015-11-20 Csaba Osztrogonác <ossy@webkit.org>
21 [EFL] Enable FTL JIT by default on X86_64
22 https://bugs.webkit.org/show_bug.cgi?id=143822
24 Reviewed by Carlos Garcia Campos.
26 * Source/cmake/OptionsEfl.cmake:
28 2015-11-19 Commit Queue <commit-queue@webkit.org>
30 Unreviewed, rolling out r192667 and r192668.
31 https://bugs.webkit.org/show_bug.cgi?id=151476
33 broke api tests (Requested by alexchristensen on #webkit).
37 "Remove the non-NetworkProcess configurations"
38 https://bugs.webkit.org/show_bug.cgi?id=151418
39 http://trac.webkit.org/changeset/192667
41 "Fix GTK Build after r192667."
42 http://trac.webkit.org/changeset/192668
44 2015-11-19 Alex Christensen <achristensen@webkit.org>
46 Remove the non-NetworkProcess configurations
47 https://bugs.webkit.org/show_bug.cgi?id=151418
49 Reviewed by Geoffrey Garen.
51 * Source/cmake/OptionsEfl.cmake:
52 * Source/cmake/OptionsGTK.cmake:
53 * Source/cmake/OptionsMac.cmake:
54 * Source/cmake/WebKitFeatures.cmake:
56 2015-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
58 REGRESSION(r192459): [GTK] User agent string is broken after r192459
59 https://bugs.webkit.org/show_bug.cgi?id=151347
61 Reviewed by Žan Doberšek.
63 Pass UA version numbers as strings to the build.
65 * Source/cmake/OptionsGTK.cmake:
67 2015-11-16 Alex Christensen <achristensen@webkit.org>
69 Fix CMake build and make PluginProcess executable
70 https://bugs.webkit.org/show_bug.cgi?id=151332
72 Reviewed by Tim Horton.
74 * Source/cmake/OptionsMac.cmake:
76 2015-11-16 Carlos Garcia Campos <cgarcia@igalia.com>
78 [GTK] Use FTL by default when LLVM 3.7 is available
79 https://bugs.webkit.org/show_bug.cgi?id=142128
81 Reviewed by Csaba Osztrogonác.
83 Enable FTL by default when architecture is X86_64. It requires
84 LLVM 3.7, but can be disabled manually as a cmake configure
87 * Source/cmake/FindLLVM.cmake: In debian llvm-config is only
88 available if the metapackage is installed and it points to
89 llvm-config-3.5. So, here we check first if the llvm-config is
90 from a recent enough version, and if not we check several
91 llvm-config-<version> programs, so this should work on any distro.
92 * Source/cmake/OptionsGTK.cmake: Enable FTL by default when
93 target architecture is X86_64, and check the LLVM is at least
94 3.7. The option is now public, since we want people to be able to
97 2015-11-11 Anders Carlsson <andersca@apple.com>
99 Enable cross-platform context menus by default
100 https://bugs.webkit.org/show_bug.cgi?id=151173
102 Reviewed by Tim Horton.
104 * Source/cmake/OptionsEfl.cmake:
106 2015-11-12 Csaba Osztrogonác <ossy@webkit.org>
108 Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards
109 https://bugs.webkit.org/show_bug.cgi?id=150972
111 Reviewed by Darin Adler.
113 * Source/cmake/OptionsMac.cmake:
114 * Source/cmake/WebKitFeatures.cmake:
116 2015-11-11 Philippe Normand <pnormand@igalia.com>
118 [GTK][Mac] don't install .frameworks
119 https://bugs.webkit.org/show_bug.cgi?id=151136
121 Reviewed by Alex Christensen.
123 * Source/cmake/WebKitMacros.cmake: Don't install framework files when building the GTK port on Mac.
125 2015-11-10 Pranjal Jumde <pjumde@apple.com>
127 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
128 https://bugs.webkit.org/show_bug.cgi?id=150252
129 <rdar://problem/23149470>
131 Reviewed by Brent Fulgham.
134 * Source/WebCore/editing/ios/EditorIOS.mm
135 * Source/WebCore/editing/mac/EditorMac.mm
136 In Editor::fontForSelection moved the node removal code, so that the
137 node is only removed if style is not NULL.
138 * Source/WebCore/editing/cocoa/EditorCocoa.mm
139 In Editor::styleForSelectionStart checking if the parentNode can
140 accept the styleElement node.
141 * LayoutTests/editing/execCommand/150252.xhtml
142 * LayoutTests/editing/execCommand/150252_minimal.xhtml
143 * LayoutTests/editing/execCommand/150252-expected.txt
144 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
146 2015-11-09 Pranjal Jumde <pjumde@apple.com>
148 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
149 https://bugs.webkit.org/show_bug.cgi?id=150252
150 <rdar://problem/23149470>
152 Reviewed by Brent Fulgham.
154 * Source/WebCore/editing/ios/EditorIOS.mm
155 * Source/WebCore/editing/mac/EditorMac.mm
156 In Editor::fontForSelection moved the node removal code, so that the
157 node is only removed if style is not NULL.
158 * LayoutTests/editing/execCommand/150252.xhtml
159 * LayoutTests/editing/execCommand/150252_minimal.xhtml
160 * LayoutTests/editing/execCommand/150252-expected.txt
161 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
163 2015-11-06 Daniel Bates <dabates@apple.com>
165 Teach Makefile to build LayoutTestRelay when building for iOS Simulator
166 https://bugs.webkit.org/show_bug.cgi?id=150849
168 Reviewed by Alexey Proskuryakov.
170 Add support for overriding the user-provided arguments SDKROOT and ARCHS
171 on a per Makefile basis.
175 2015-11-06 Philippe Normand <pnormand@igalia.com>
177 Unreviewed, GTK build fix after r192095.
179 * Source/cmake/FindGTK3.cmake:
181 2015-11-06 Philip Chimento <philip.chimento@gmail.com> and Michael Catanzaro <mcatanzaro@igalia.com>
183 [GTK] Re-enable Quartz backend on cmake build system
184 https://bugs.webkit.org/show_bug.cgi?id=144561
186 Reviewed by Philippe Normand.
188 * Source/cmake/FindGTK3.cmake: Set GTK3_SUPPORTS_QUARTZ based on
189 the presence of of gtk+-quartz-3.0 module.
190 * Source/cmake/OptionsGTK.cmake: Reintroduce the
191 ENABLE_QUARTZ_TARGET option to the CMake build, for building the
192 GTK+ Quartz backend on OS X.
194 2015-11-05 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
196 Add runtime and compile time flags for enabling Web Animations API and model.
197 https://bugs.webkit.org/show_bug.cgi?id=150914
199 Reviewed by Benjamin Poulain.
201 Add ENABLE_WEB_ANIMATIONS compile time flag, runtime flag webAnimationsEnabled and Expose WK2 preference for runtime flag.
203 * Source/cmake/OptionsWin.cmake:
204 * Source/cmake/WebKitFeatures.cmake:
206 2015-11-03 Brent Fulgham <bfulgham@apple.com>
208 [Win] CMake build update.
210 Rubberstamped by Tim Horton.
212 * Source/PlatformWin.cmake: Add internal tool to build
213 rules for internal use.
215 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
217 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
219 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
221 2015-11-02 Philippe Normand <pnormand@igalia.com>
223 [Mac][GTK] Disable Ninja response file support
224 https://bugs.webkit.org/show_bug.cgi?id=150801
226 Reviewed by Alex Christensen.
228 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
229 support response files, so instruct Ninja to not generate those.
231 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
233 Fix the FTL JIT build with system LLVM on Linux
234 https://bugs.webkit.org/show_bug.cgi?id=150795
236 Reviewed by Filip Pizlo.
238 * Source/cmake/FindLLVM.cmake:
240 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
242 Unreviewed. Bump GTK+ versions numbers.
244 * Source/cmake/OptionsGTK.cmake:
246 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
248 [ES6] Support Generator Syntax
249 https://bugs.webkit.org/show_bug.cgi?id=150769
251 Reviewed by Geoffrey Garen.
253 Added ENABLE_ES6_GENERATORS flag.
255 * Source/cmake/OptionsWin.cmake:
256 * Source/cmake/WebKitFeatures.cmake:
258 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
260 [EFL] Add Shadow DOM feature
261 https://bugs.webkit.org/show_bug.cgi?id=150611
263 Reviewed by Csaba Osztrogonác.
265 * Source/cmake/OptionsEfl.cmake:
266 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
268 2015-10-29 Alex Christensen <achristensen@webkit.org>
271 https://bugs.webkit.org/show_bug.cgi?id=150686
273 Reviewed by Filip Pizlo.
275 * Source/cmake/WebKitMacros.cmake:
277 2015-10-28 Alex Christensen <achristensen@webkit.org>
279 Compile and link with CMake on Mac
280 https://bugs.webkit.org/show_bug.cgi?id=150632
282 Reviewed by Tim Horton.
284 * Source/cmake/OptionsMac.cmake:
286 2015-10-26 Dana Burkart <dburkart@apple.com>
288 `make analyze` should build using the debug configuration
289 https://bugs.webkit.org/show_bug.cgi?id=150571
291 Reviewed by Lucas Forschler.
295 2015-10-26 Philippe Normand <pnormand@igalia.com>
297 Unreviewed, rolling out r191576.
299 broke the http/tests/media tests
303 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
304 https://bugs.webkit.org/show_bug.cgi?id=149594
305 http://trac.webkit.org/changeset/191576
307 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
309 [GStreamer] Bump internal jhbuild versions to 1.6.0
310 https://bugs.webkit.org/show_bug.cgi?id=149594
312 Reviewed by Philippe Normand.
314 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
316 * Source/cmake/FindGStreamer.cmake:
318 2015-10-22 Philippe Normand <pnormand@igalia.com>
320 [GTK][Mac] ICU-related build fixes
321 https://bugs.webkit.org/show_bug.cgi?id=150032
323 Rubber-stamped by Darin Adler.
325 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
327 2015-10-20 Yoav Weiss <yoav@yoav.ws>
329 Rename the PICTURE_SIZES flag to CURRENTSRC
330 https://bugs.webkit.org/show_bug.cgi?id=150275
332 Reviewed by Dean Jackson.
334 * Source/cmake/OptionsEfl.cmake:
335 * Source/cmake/OptionsGTK.cmake:
336 * Source/cmake/OptionsMac.cmake:
337 * Source/cmake/OptionsWin.cmake:
338 * Source/cmake/WebKitFeatures.cmake:
340 2015-10-14 Tomas Popela <tpopela@redhat.com>
342 [GTK][EFL] Fix build with cmake 3.4
343 https://bugs.webkit.org/show_bug.cgi?id=150117
345 Explicitely include the CheckIncludeFiles module before using
346 the CHECK_INCLUDE_FILES command.
348 Reviewed by Žan Doberšek.
350 * Source/cmake/FindOpenGL.cmake:
351 * Source/cmake/FindWebP.cmake:
352 * Source/cmake/OptionsEfl.cmake:
354 2015-10-13 Dean Jackson <dino@apple.com>
356 Device motion and orientation should only be visible from the main frame's security origin
357 https://bugs.webkit.org/show_bug.cgi?id=150072
358 <rdar://problem/23082036>
360 Reviewed by Brent Fulgham.
362 Add a manual test for cross-origin device orientation events, while
363 we're waiting on the mock client to be supported everywhere.
365 * ManualTests/deviceorientation-child-frame.html: Added.
366 * ManualTests/deviceorientation-main-frame-only.html: Added.
368 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
370 [GTK] OSX linker doesn't understand --whole-archive
371 https://bugs.webkit.org/show_bug.cgi?id=144557
373 Reviewed by Martin Robinson.
375 * Source/cmake/OptionsGTK.cmake: Turn the macro
376 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
377 because XCode's linker doesn't have the --whole-archive option.
379 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
381 [GTK] Use --version-script only on Linux
382 https://bugs.webkit.org/show_bug.cgi?id=144555
384 Reviewed by Philippe Normand.
386 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
387 option on Darwin (whose linker doesn't support it.)
389 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
391 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
392 https://bugs.webkit.org/show_bug.cgi?id=149947
394 Reviewed by Csaba Osztrogonác.
396 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
399 * Source/cmake/OptionsMac.cmake:
400 * Source/cmake/OptionsWin.cmake:
401 * Source/cmake/WebKitFeatures.cmake:
403 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
405 Fix ENABLE_OPENGL=OFF builds
406 https://bugs.webkit.org/show_bug.cgi?id=146511
408 Reviewed by Darin Adler.
410 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
411 ENABLE_OPENGL due to EGL usage.
413 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
415 Convert focused-input-should-assist-on-touch.html into an automated test
416 https://bugs.webkit.org/show_bug.cgi?id=149724
418 Reviewed by Simon Fraser.
420 Remove a manual test that can now be rewritten as an automated test.
422 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
424 2015-10-01 Brent Fulgham <bfulgham@apple.com>
426 [Win] Unreviewed CMake build fix.
428 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
429 and make sure exception handling is turned off.
431 2015-09-30 Brent Fulgham <bfulgham@apple.com>
433 [Win] Unreviewed build fix after CMake conversion.
435 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
437 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
439 [GTK][CMake] Warning about CMP0058
440 https://bugs.webkit.org/show_bug.cgi?id=149627
442 Reviewed by Martin Robinson.
444 Opt-in to the new behavior for CMP0058.
448 2015-09-28 Brent Fulgham <bfulgham@apple.com>
450 [Win] Unreviewed build fix for internal systems.
452 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
453 location for include and link libraries, rather than the system locations.
455 2015-09-28 Alex Christensen <achristensen@webkit.org>
457 Build WK1 with CMake on Mac
458 https://bugs.webkit.org/show_bug.cgi?id=149604
460 Reviewed by Chris Dumez.
462 * Source/cmake/OptionsMac.cmake:
463 * Source/cmake/WebKitMacros.cmake:
464 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
466 2015-09-25 Alex Christensen <achristensen@webkit.org>
468 Clean up CMake build on Mac
469 https://bugs.webkit.org/show_bug.cgi?id=149573
471 Reviewed by Chris Dumez.
473 * Source/cmake/OptionsMac.cmake:
475 2015-09-25 Alex Christensen <achristensen@webkit.org>
477 [Win] Switch to CMake
478 https://bugs.webkit.org/show_bug.cgi?id=148111
480 Reviewed by Brent Fulgham.
482 * Source/cmake/WinTools.make: Added.
483 * Source/cmake/tools: Added.
484 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
485 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
487 2015-09-25 Alex Christensen <achristensen@webkit.org>
489 Prepare internal AppleWin build for CMake
490 https://bugs.webkit.org/show_bug.cgi?id=149570
492 Reviewed by Brent Fulgham.
494 * Source/PlatformWin.cmake:
495 Include internal CMake files if they exist.
497 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
499 Add a file of pointer-lock to cmake ports
500 https://bugs.webkit.org/show_bug.cgi?id=149453
502 Reviewed by Csaba Osztrogonác.
504 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
506 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
508 [CMake] Allow to enable OpenMP support.
509 https://bugs.webkit.org/show_bug.cgi?id=149457
511 Reviewed by Csaba Osztrogonác.
513 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
514 will enable the support for OpenMP. Currently this is only used as
515 an alternative implementation to native threads for the parallelization
516 of the SVG filters. But name the option with a generic name (USE_OPENMP)
517 as it could be also used to enable future features that depend on OpenMP.
519 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
521 [EFL] Build break when DEVELOPER_MODE is OFF
522 https://bugs.webkit.org/show_bug.cgi?id=149448
524 Reviewed by Gyuyoung Kim.
526 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
528 * Source/cmake/eflsymbols.filter:
530 2015-09-21 Alex Christensen <achristensen@webkit.org>
532 Disable PICTURE_SIZES in Windows CMake build like r189745.
533 https://bugs.webkit.org/show_bug.cgi?id=149125
535 * Source/cmake/OptionsWin.cmake:
536 Do the same thing as r189745.
538 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
540 Removing XHR_TIMEOUT guard
542 Remove XHR_TIMEOUT compilation guard
543 https://bugs.webkit.org/show_bug.cgi?id=149260
545 Reviewed by Benjamin Poulain.
547 * Source/cmake/OptionsEfl.cmake:
548 * Source/cmake/OptionsGTK.cmake:
549 * Source/cmake/OptionsMac.cmake:
550 * Source/cmake/OptionsWin.cmake:
551 * Source/cmake/WebKitFeatures.cmake:
553 2015-09-18 Alex Christensen <achristensen@webkit.org>
555 Fix tests on Windows after switching to CMake.
556 https://bugs.webkit.org/show_bug.cgi?id=149339
558 Reviewed by Brent Fulgham.
560 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
562 2015-09-17 Alex Christensen <achristensen@webkit.org>
564 Fix Windows EWS build after r189934.
566 * Source/cmake/OptionsWin.cmake:
567 Use WEBKIT_LIBRARIES environment variable if it exists.
568 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
570 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
572 Add ShadowRoot interface and Element.prototype.attachShadow
573 https://bugs.webkit.org/show_bug.cgi?id=149187
575 Reviewed by Antti Koivisto.
577 * Source/cmake/OptionsGTK.cmake:
579 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
581 [cmake] Enable debug fission only if it is supported
582 https://bugs.webkit.org/show_bug.cgi?id=149161
584 Reviewed by Martin Robinson.
586 * Source/cmake/OptionsCommon.cmake:
588 2015-09-14 Alex Christensen <achristensen@webkit.org>
590 Progress towards CMake on Mac.
591 https://bugs.webkit.org/show_bug.cgi?id=149123
593 Reviewed by Chris Dumez.
595 * Source/cmake/OptionsMac.cmake:
596 * Source/cmake/WebKitFeatures.cmake:
597 Defined and enabled some more features needed on Mac.
598 * Source/cmake/WebKitMacros.cmake:
599 Objective C bindings need special changes when generating:
600 Some of the bindings do not generate a .mm file but the header is needed.
601 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
602 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
604 2015-09-08 Daniel Bates <dabates@apple.com>
606 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
607 https://bugs.webkit.org/show_bug.cgi?id=74729
608 <rdar://problem/22550195>
610 Reviewed by Jon Honeycutt.
612 * ManualTests/compositing/resources/composited-subframe.html: Removed.
613 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
615 2015-09-06 Andy Estes <aestes@apple.com>
617 WebKit.xcworkspace should be be able to build iOS platforms
618 https://bugs.webkit.org/show_bug.cgi?id=148881
620 Reviewed by Daniel Bates.
622 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
623 for all supported platforms.
625 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
626 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
628 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
630 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
631 photo library uploads a JPEG
632 https://bugs.webkit.org/show_bug.cgi?id=148849
634 Reviewed by Daniel Bates.
636 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
637 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
638 functionality doesn't exist on iOS, so we'll add a manual test.
639 This tests that the first few bytes of the selected file are "GIF".
641 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
643 Follow-up patch for r189343.
644 https://bugs.webkit.org/show_bug.cgi?id=148795
646 Rubber-stamped by Csaba Osztrogonác.
648 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
649 to 1.9, since this seems to be enough to fix the build failure.
650 And 2.0 may cause problems for developers using some distributions like Ubuntu.
652 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
654 [CMake] Trigger the memory-reduction tricks on armhf too
655 https://bugs.webkit.org/show_bug.cgi?id=146640
657 Reviewed by Csaba Osztrogonác.
659 * Source/cmake/OptionsCommon.cmake:
660 Activate --no-keep-memory even on armhf to reduce the amount of memory
661 needed during linking, to avoid out-of-memory failures as much as
664 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
666 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
667 https://bugs.webkit.org/show_bug.cgi?id=148795
669 Rubber-stamped by Carlos Garcia Campos.
671 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
673 2015-09-02 Alex Christensen <achristensen@webkit.org>
675 Make bison grammar compatible with bison 2.1
676 https://bugs.webkit.org/show_bug.cgi?id=148731
678 Reviewed by Tim Horton.
680 * Source/cmake/WebKitCommon.cmake:
683 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
685 [CMake] Build with Debug Fission on by default on Debug builds.
686 https://bugs.webkit.org/show_bug.cgi?id=148639
688 Reviewed by Martin Robinson.
690 * Source/cmake/OptionsCommon.cmake:
692 2015-08-29 Alex Christensen <achristensen@webkit.org>
694 Unreviewed build fix after r179923.
696 * Source/CMakeLists.txt:
697 bmalloc isn't ported to Windows yet.
699 2015-08-27 Alex Christensen <achristensen@webkit.org>
701 Isolate Source directories in CMake build
702 https://bugs.webkit.org/show_bug.cgi?id=148389
704 Reviewed by Brent Fulgham.
707 * Source/cmake/WebKitCommon.cmake:
708 Move package finding to WebKitCommon.
710 2015-08-26 Per Arne Vollan <peavo@outlook.com>
712 [Win] Build does not generate debug info.
713 https://bugs.webkit.org/show_bug.cgi?id=148431
715 Reviewed by Alex Christensen.
717 Generate debug info for Windows builds.
719 * Source/cmake/OptionsWin.cmake:
721 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
723 [GTK] Disable ACCELERATED_2D_CANVAS by default
724 https://bugs.webkit.org/show_bug.cgi?id=148473
726 Reviewed by Martin Robinson.
728 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
729 but not on Debian (which does not). We've known this was problematic for a while, since it
730 means we have two different sets of distro-dependent bugs, but never decided whether that
731 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
732 have the same bugs everywhere. We can turn this on again for other distros when we're ready
733 to turn it on for Debian.
735 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
738 * Source/cmake/OptionsGTK.cmake:
740 2015-08-25 Commit Queue <commit-queue@webkit.org>
742 Unreviewed, rolling out r188919.
743 https://bugs.webkit.org/show_bug.cgi?id=148452
745 broke build (Requested by alexchristensen on #webkit).
749 "[Win] Build does not generate debug info."
750 https://bugs.webkit.org/show_bug.cgi?id=148431
751 http://trac.webkit.org/changeset/188919
753 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
755 [GTK] r186800 broke the build on Ubuntu 14.04
756 https://bugs.webkit.org/show_bug.cgi?id=147559
758 Reviewed by Martin Robinson.
760 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
761 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
763 2015-08-25 Per Arne Vollan <peavo@outlook.com>
765 [Win] Build does not generate debug info.
766 https://bugs.webkit.org/show_bug.cgi?id=148431
768 Reviewed by Brent Fulgham.
770 Generate debug info for Windows builds.
772 * Source/cmake/OptionsWin.cmake:
774 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
776 [GTK] Auto-detection of cairo-gl fails
777 https://bugs.webkit.org/show_bug.cgi?id=148189
779 Reviewed by Žan Doberšek.
781 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
782 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
783 deemed available, which might not be the case.
784 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
786 2015-08-19 Alex Christensen <achristensen@webkit.org>
788 CMake Windows build should not include files directly from other Source directories
789 https://bugs.webkit.org/show_bug.cgi?id=148198
791 Reviewed by Brent Fulgham.
793 * Source/cmake/WebKitMacros.cmake:
795 2015-08-19 Alex Christensen <achristensen@webkit.org>
797 Build TestWTF on Mac with CMake.
798 https://bugs.webkit.org/show_bug.cgi?id=147972
800 Reviewed by Tim Horton.
802 * Source/cmake/OptionsMac.cmake:
803 Enable API tests in Mac's CMake build.
805 2015-08-18 Alex Christensen <achristensen@webkit.org>
807 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
808 https://bugs.webkit.org/show_bug.cgi?id=148127
810 Reviewed by Martin Robinson.
813 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
815 2015-08-17 Alex Christensen <achristensen@webkit.org>
817 [Win CMake] Allow WebKitLibraries directory to be set from the command line
818 https://bugs.webkit.org/show_bug.cgi?id=148112
820 Reviewed by Brent Fulgham.
822 * Source/cmake/OptionsWin.cmake:
823 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
824 Instead, use the default location if nothing is passed in from the command line.
825 This way we can set it from the command line for the AppleInternal build.
826 Also, set the output directories to be consistent between the old and new build systems (and ninja).
828 2015-08-17 Alex Christensen <achristensen@webkit.org>
830 Build Debug Suffix on Windows with CMake
831 https://bugs.webkit.org/show_bug.cgi?id=148083
833 Reviewed by Brent Fulgham.
835 * Source/cmake/OptionsWin.cmake:
836 Use debug libraries in debug suffix builds.
838 2015-08-17 Alex Christensen <achristensen@webkit.org>
840 Move some commands from ./CMakeLists.txt to Source/cmake
841 https://bugs.webkit.org/show_bug.cgi?id=148003
843 Reviewed by Brent Fulgham.
846 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
847 so we can change directory structure from command line parameters.
848 * Source/cmake/OptionsAppleWin.cmake:
849 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
850 * Source/cmake/OptionsWinCairo.cmake:
851 * Source/cmake/OptionsWindows.cmake: Removed.
852 * Source/cmake/WebKitCommon.cmake: Added.
853 * Source/cmake/WebKitFS.cmake:
855 2015-08-13 Commit Queue <commit-queue@webkit.org>
857 Unreviewed, rolling out r188428.
858 https://bugs.webkit.org/show_bug.cgi?id=148015
860 broke cmake build (Requested by alexchristensen on #webkit).
864 "Move some commands from ./CMakeLists.txt to Source/cmake"
865 https://bugs.webkit.org/show_bug.cgi?id=148003
866 http://trac.webkit.org/changeset/188428
868 2015-08-13 Alex Christensen <achristensen@webkit.org>
870 Move some commands from ./CMakeLists.txt to Source/cmake
871 https://bugs.webkit.org/show_bug.cgi?id=148003
873 Reviewed by Brent Fulgham.
876 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
877 so we can change directory structure from command line parameters.
878 * Source/cmake/WebKitCommon.cmake: Added.
879 * Source/cmake/WebKitFS.cmake:
881 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
883 A focused node should not be assisted when handling touch events synchronously
884 https://bugs.webkit.org/show_bug.cgi?id=147836
886 Reviewed by Enrica Casucci.
888 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
890 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
891 input can still be assisted due to a touch event.
892 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
893 event does not automatically cause us to assist the currently focused node.
895 2015-08-12 Alex Christensen <achristensen@webkit.org>
897 Fix Debug CMake builds on Windows
898 https://bugs.webkit.org/show_bug.cgi?id=147940
900 Reviewed by Chris Dumez.
902 * Source/cmake/OptionsWindows.cmake:
903 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
905 2015-08-10 Alex Christensen <achristensen@webkit.org>
907 Build TestWebKitAPI with CMake on Windows
908 https://bugs.webkit.org/show_bug.cgi?id=147851
910 Reviewed by Chris Dumez.
912 * Source/cmake/OptionsWindows.cmake:
913 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
915 2015-08-06 Alex Christensen <achristensen@webkit.org>
917 [Win] CMake build fix after r188098.
919 * Source/cmake/OptionsWinCairo.cmake:
920 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
922 2015-08-04 Alex Christensen <achristensen@webkit.org>
924 Fix quirks with CMake and VS2015
925 https://bugs.webkit.org/show_bug.cgi?id=147663
927 Reviewed by Brent Fulgham.
929 * Source/cmake/OptionsWindows.cmake:
930 Hide some warnings. Using the same variable names in nested scopes is ok for now.
931 Disable INTL for now.
933 2015-08-04 Alex Christensen <achristensen@webkit.org>
935 Enable WebGL on Windows CMake build.
936 https://bugs.webkit.org/show_bug.cgi?id=143311
938 Reviewed by Csaba Osztrogonác.
940 * Source/cmake/OptionsWindows.cmake:
941 Enable WebGL by default in CMake builds now that it works.
943 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
945 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
946 https://bugs.webkit.org/show_bug.cgi?id=147625
948 Reviewed by Martin Robinson.
950 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
951 components unless they were actually found, not to accidentally
952 enable Accelerated 2D canvas, which would cause the build to fail.
954 * Source/cmake/FindCairoGL.cmake: Set this variables only when
955 pkg_check_modules() had actually found the relevant component.
957 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
959 [CMake] Add an option to build AllInOne files
960 https://bugs.webkit.org/show_bug.cgi?id=102647
962 Reviewed by Alex Christensen.
964 * Source/cmake/OptionsEfl.cmake: Disabled by default.
965 * Source/cmake/OptionsGTK.cmake: Disabled by default.
966 * Source/cmake/OptionsWindows.cmake: Enabled by default.
967 * Source/cmake/WebKitFeatures.cmake:
968 * Source/cmake/WebKitMacros.cmake:
970 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
972 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
974 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
976 2015-07-31 Alex Christensen <achristensen@webkit.org>
978 Prepare for debug CMake builds on Windows.
979 https://bugs.webkit.org/show_bug.cgi?id=147484
981 Reviewed by Tim Horton.
983 * Source/cmake/OptionsWindows.cmake:
984 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
986 2015-07-30 Joonghun Park <jh718.park@samsung.com>
988 [EFL] Enable IndexedDB based on DatabaseProcess
989 https://bugs.webkit.org/show_bug.cgi?id=147221
991 Reviewed by Csaba Osztrogonác.
993 * Source/cmake/OptionsEfl.cmake:
995 2015-07-30 Alex Christensen <achristensen@webkit.org>
997 Build AppleWin port with CMake
998 https://bugs.webkit.org/show_bug.cgi?id=147385
1000 Reviewed by Martin Robinson.
1002 * Source/cmake/OptionsWindows.cmake:
1003 Use the static multithreaded runtime. Based on
1004 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
1006 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
1008 Implement basic types for ECMAScript Internationalization API
1009 https://bugs.webkit.org/show_bug.cgi?id=146926
1011 Reviewed by Benjamin Poulain.
1013 Enable flag now that the basic objects are in place.
1015 * Source/cmake/WebKitFeatures.cmake: enable INTL
1017 2015-07-29 Basile Clement <basile_clement@apple.com>
1019 Remove native call inlining
1020 https://bugs.webkit.org/show_bug.cgi?id=147417
1022 Rubber-stamped by Filip Pizlo.
1024 * Source/cmake/OptionsEfl.cmake:
1025 * Source/cmake/WebKitFeatures.cmake:
1027 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
1029 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
1030 https://bugs.webkit.org/show_bug.cgi?id=147350
1032 Reviewed by Sam Weinig.
1034 * Source/cmake/WebKitFeatures.cmake:
1036 2015-07-27 Alex Christensen <achristensen@webkit.org>
1038 Use Ninja on Windows.
1039 https://bugs.webkit.org/show_bug.cgi?id=147228
1041 Reviewed by Martin Robinson.
1043 * Source/cmake/OptionsWindows.cmake:
1044 Only use /MP when using generated Visual Studio solution files to build.
1045 It makes compiling parallel in MSVC, but Ninja doesn't like it.
1047 2015-07-27 Alex Christensen <achristensen@webkit.org>
1049 Progress towards building AppleWin with CMake
1050 https://bugs.webkit.org/show_bug.cgi?id=147325
1052 Reviewed by Martin Robinson.
1054 * Source/cmake/OptionsWindows.cmake:
1055 Link with 64-bit libraries if building 64-bit binaries.
1056 Don't run regular expressions on empty strings when using Ninja.
1057 Removed DebugSuffix Visual Studio environment variables.
1059 2015-07-23 Alex Christensen <achristensen@webkit.org>
1061 Remove compile and runtime flags for promises.
1062 https://bugs.webkit.org/show_bug.cgi?id=147244
1064 Reviewed by Yusuke Suzuki.
1066 * Source/cmake/OptionsMac.cmake:
1067 * Source/cmake/OptionsWindows.cmake:
1068 * Source/cmake/WebKitFeatures.cmake:
1070 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
1072 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
1073 https://bugs.webkit.org/show_bug.cgi?id=147212
1075 Reviewed by Filip Pizlo.
1077 * Source/cmake/WebKitFeatures.cmake:
1079 2015-07-22 Alex Christensen <achristensen@webkit.org>
1081 Fix quirks in CMake build on Mac and Windows
1082 https://bugs.webkit.org/show_bug.cgi?id=147174
1084 Reviewed by Gyuyoung Kim.
1087 * Source/cmake/OptionsWindows.cmake:
1088 Added options I removed in r187022. They are indeed needed.
1089 * Source/cmake/WebKitFS.cmake:
1090 Make the DerivedSources/WebKit directory.
1092 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1094 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
1096 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1098 2015-07-20 Alex Christensen <achristensen@webkit.org>
1100 Resurrect CMake build on Windows.
1101 https://bugs.webkit.org/show_bug.cgi?id=147083
1103 Reviewed by Gyuyoung Kim.
1105 * Source/cmake/OptionsCommon.cmake:
1106 * Source/cmake/OptionsWindows.cmake:
1107 Change features to get it to compile. Still not a complete feature set.
1109 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
1111 [GTK] Add seccomp filters support
1112 https://bugs.webkit.org/show_bug.cgi?id=110014
1114 Reviewed by Žan Doberšek.
1116 Find needed compiler and linker flags for libseccomp.
1118 * Source/cmake/OptionsGTK.cmake:
1120 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
1122 Bring back the GNU ar check to create thin archives on non-Linux systems
1123 https://bugs.webkit.org/show_bug.cgi?id=146681
1125 Reviewed by Martin Robinson.
1127 We already use GNU ar thin archive feature to save time and disk space
1128 on creating static archives, but it is only enabled on Linux. Without
1129 this feature, the debug build of WebCore can be larger than 4 GiB,
1130 which can cause error because GNU ar format uses 32-bit integer to
1131 store offsets in the symbol table. This patch is similar to
1132 https://bugs.webkit.org/show_bug.cgi?id=128596.
1134 * Source/cmake/OptionsCommon.cmake:
1136 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
1138 [GTK] [Wayland] Build by default the X11 and Wayland targets.
1139 https://bugs.webkit.org/show_bug.cgi?id=146057
1141 Reviewed by Carlos Garcia Campos.
1143 * Source/cmake/OptionsGTK.cmake:
1145 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
1147 [GTK] ar warning when linking static libraries
1148 https://bugs.webkit.org/show_bug.cgi?id=144988
1150 Reviewed by Carlos Garcia Campos.
1152 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
1153 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
1154 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
1155 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
1156 should either stop using 'u' or else add 'U' as well in order to disable deterministic
1157 archives. Using 'U' should result in a somewhat faster build (at least when using the
1158 Makefile generator), but it's unlikely that the difference is significant, so let's simply
1159 remove 'u' until someone determines otherwise. This seems like a better option than adding
1160 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
1161 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
1162 behavior change on distributions that do not use --enable-deterministic-archives, notably
1165 * Source/cmake/OptionsCommon.cmake:
1167 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
1169 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
1170 https://bugs.webkit.org/show_bug.cgi?id=146590
1172 Reviewed by Martin Robinson.
1174 * Source/PlatformGTK.cmake: override the cached variables to
1175 forcefully disable gtk-doc and gobject-introspection when
1177 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
1178 documentation syntax when cross-building.
1181 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
1183 [EFL] test_ewk2_application_cache_manager has been failed since r185527
1184 https://bugs.webkit.org/show_bug.cgi?id=146016
1186 Reviewed by Gyuyoung Kim.
1188 In order to handle properly WebApplicationCacheManagerProxy implementation which use
1189 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
1190 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
1192 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
1194 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
1196 Implement ECMAScript Internationalization API
1197 https://bugs.webkit.org/show_bug.cgi?id=90906
1199 Reviewed by Benjamin Poulain.
1201 Begin implementing the Intl apis behind ENABLE_INTL flag.
1202 Create the base Intl namespace object.
1204 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
1206 2015-06-30 Philippe Normand <pnormand@igalia.com>
1208 [CMake] Error when gst-plugins-base is missing is too confusing
1209 https://bugs.webkit.org/show_bug.cgi?id=145682
1211 Reviewed by Carlos Garcia Campos.
1213 * Source/cmake/OptionsGTK.cmake: Error out if the required
1214 GStreamer libraries are not found on the host.
1216 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
1218 CairoGL should be checked unconditionally
1219 https://bugs.webkit.org/show_bug.cgi?id=146390
1221 Reviewed by Darin Adler.
1223 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
1224 it is run unconditionally; this is necessary because its result
1225 is used later on, outside of any conditions.
1227 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
1229 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
1230 https://bugs.webkit.org/show_bug.cgi?id=146318
1232 Reviewed by Sergio Villar Senin.
1234 Enable PUBLIC_SUFFIX_LIST for GTK+.
1236 * Source/cmake/OptionsGTK.cmake:
1238 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
1240 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
1242 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1244 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
1246 [EFL] Hyphenation is not supported
1247 https://bugs.webkit.org/show_bug.cgi?id=89830
1249 Reviewed by Gyuyoung Kim.
1251 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
1253 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
1255 [CMake] Add support for building with various sanitizer tools
1256 https://bugs.webkit.org/show_bug.cgi?id=131941
1258 Reviewed by Martin Robinson.
1260 * Source/PlatformGTK.cmake: Don't generate any documentation
1261 when compiling with sanitizers enabled.
1262 * Source/cmake/OptionsCommon.cmake: Allow linking with
1263 undefined symbols when compiling with sanitizers enabled.
1265 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
1267 libwebkit2gtk fails to link without opengl
1268 https://bugs.webkit.org/show_bug.cgi?id=138332
1270 Reviewed by Carlos Garcia Campos.
1272 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
1273 enabled regardless of whether OpenGL is, because certain symbols
1274 such as WebCore::GraphicsLayer::create() need to be built.
1276 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
1278 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
1279 https://bugs.webkit.org/show_bug.cgi?id=146181
1281 Reviewed by Martin Robinson.
1283 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
1285 * Source/cmake/OptionsGTK.cmake:
1287 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
1289 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
1290 https://bugs.webkit.org/show_bug.cgi?id=146171
1292 Reviewed by Gyuyoung Kim.
1294 * Source/cmake/OptionsEfl.cmake:
1295 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
1297 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
1299 [CMake] FindGTK3.cmake should not modify the values of build options
1300 https://bugs.webkit.org/show_bug.cgi?id=144613
1302 Reviewed by Martin Robinson.
1304 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
1305 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
1306 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
1307 GTK3_SUPPORTS_GESTURES for consistency.
1308 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
1309 available. It's not possible to automatically select a backend correctly anymore, since all
1310 options are set at the same time.
1312 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
1314 Remove unnecessary svn:executable flags
1315 https://bugs.webkit.org/show_bug.cgi?id=146107
1317 Reviewed by Alexey Proskuryakov.
1319 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
1320 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
1321 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
1322 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
1323 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
1325 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
1327 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
1328 https://bugs.webkit.org/show_bug.cgi?id=146108
1330 Reviewed by Gyuyoung Kim.
1332 * Source/cmake/OptionsEfl.cmake:
1334 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
1336 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
1337 https://bugs.webkit.org/show_bug.cgi?id=146035
1339 Reviewed by Gyuyoung Kim.
1341 * Source/cmake/OptionsEfl.cmake:
1343 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
1345 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
1346 https://bugs.webkit.org/show_bug.cgi?id=145701
1348 Reviewed by Darin Adler.
1350 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
1352 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
1354 [iOS] Crash long pressing on <input type=file>
1355 https://bugs.webkit.org/show_bug.cgi?id=146009
1356 <rdar://problem/21234453>
1358 Reviewed by Ryosuke Niwa.
1360 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
1362 2015-06-16 Brent Fulgham <bfulgham@apple.com>
1364 Rollout accidental Xcode project change.
1366 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1368 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1370 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
1371 https://bugs.webkit.org/show_bug.cgi?id=145909
1373 Reviewed by Csaba Osztrogonác.
1375 Bump EWebKit version based on efl library version used by the EWebKit.
1377 * Source/cmake/OptionsEfl.cmake:
1379 2015-06-11 Commit Queue <commit-queue@webkit.org>
1381 Unreviewed, rolling out r185453.
1382 https://bugs.webkit.org/show_bug.cgi?id=145881
1384 it broke the 32-bit build (Requested by clopez on #webkit).
1388 "[GTK] [Wayland] Should be possible to build with support for
1389 both X11 and Wayland."
1390 https://bugs.webkit.org/show_bug.cgi?id=145701
1391 http://trac.webkit.org/changeset/185453
1393 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
1395 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
1396 https://bugs.webkit.org/show_bug.cgi?id=145701
1398 Reviewed by Žan Doberšek.
1400 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
1402 2015-06-03 Daniel Bates <dabates@apple.com>
1404 Caps lock indicator should not be shown in read-only or disabled field
1405 https://bugs.webkit.org/show_bug.cgi?id=145612
1406 <rdar://problem/21227454>
1408 Reviewed by Darin Adler.
1410 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
1411 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
1412 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
1414 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
1416 [cmake] Suppress parentheses-equality warnings
1417 https://bugs.webkit.org/show_bug.cgi?id=145126
1419 Reviewed by Darin Adler.
1421 * Source/cmake/WebKitHelpers.cmake:
1423 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
1425 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
1426 https://bugs.webkit.org/show_bug.cgi?id=145408
1428 Reviewed by Carlos Garcia Campos.
1430 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
1431 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
1432 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
1434 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
1435 libraries. Detect also GLX libraries.
1436 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
1437 libraries. Use find_path() to get the include path.
1438 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
1440 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
1441 depending on the libraries found on the system.
1442 Move the detection of GLX (and the include of CMakePushCheckState)
1443 to FindOpenGL.cmake.
1444 Ensure that we only define USE_GLX when we build with OpenGL
1445 (but not with GLESv2).
1447 2015-05-27 Dean Jackson <dino@apple.com>
1449 img.currentSrc problem in strict mode with old picturefill
1450 https://bugs.webkit.org/show_bug.cgi?id=144095
1451 <rdar://problem/21087013>
1453 Reviewed by Simon Fraser.
1455 Add a PICTURE_SIZES flag.
1457 * Source/cmake/OptionsEfl.cmake:
1458 * Source/cmake/OptionsGTK.cmake:
1459 * Source/cmake/OptionsMac.cmake:
1460 * Source/cmake/OptionsWindows.cmake:
1461 * Source/cmake/WebKitFeatures.cmake:
1463 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
1465 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
1467 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1469 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1471 Unreviewed. Export DatabaseProcessMainUnix symbol.
1473 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
1474 is exported in production builds.
1476 * Source/cmake/gtksymbols.filter:
1478 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1480 [GTK] Enable IndexedDB
1481 https://bugs.webkit.org/show_bug.cgi?id=98932
1483 Reviewed by Žan Doberšek.
1485 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
1486 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
1488 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
1490 [GTK] Bump GCC requirements to 4.9.0
1491 https://bugs.webkit.org/show_bug.cgi?id=145211
1493 Reviewed by Žan Doberšek.
1495 It's required to build with IndexedDB support when using GCC,
1496 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
1498 * Source/cmake/OptionsGTK.cmake:
1500 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
1502 [CMake] Ignore warnings in system headers
1503 https://bugs.webkit.org/show_bug.cgi?id=144747
1505 Reviewed by Darin Adler.
1507 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
1508 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
1509 use the SYSTEM argument to the command (added in 2.8.12).
1513 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
1515 [CMake] Error out when ruby is too old
1516 https://bugs.webkit.org/show_bug.cgi?id=145014
1518 Reviewed by Martin Robinson.
1520 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
1525 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
1527 [GTK] Enable plugin-related CMake options and variables for the X11 target only
1528 https://bugs.webkit.org/show_bug.cgi?id=144995
1530 Reviewed by Carlos Garcia Campos.
1532 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
1533 the X11 windowing target at the moment, so the following options
1534 and variables should be enabled or disabled accordingly:
1535 - ENABLE_PLUGIN_PROCESS_GTK2
1536 - ENABLE_NETSCAPE_PLUGIN_API
1537 - ENABLE_PLUGIN_PROCESS
1539 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
1541 Linker fails without -DDEVELOPER_MODE=ON
1542 https://bugs.webkit.org/show_bug.cgi?id=144117
1544 Reviewed by Gyuyoung Kim.
1546 * Source/cmake/OptionsEfl.cmake:
1547 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
1548 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
1550 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
1552 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
1553 https://bugs.webkit.org/show_bug.cgi?id=144846
1555 Reviewed by Martin Robinson.
1557 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
1558 CAIRO_GL_* throughout, because find_package will define
1560 * Source/cmake/OptionsGTK.cmake: Ditto.
1562 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
1564 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
1565 https://bugs.webkit.org/show_bug.cgi?id=144845
1567 Reviewed by Martin Robinson.
1569 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
1570 if their corresponding WTF options are ON. The code in npapi.h
1571 relies on these being undefined if they are to be switched off.
1573 2015-05-09 Yoav Weiss <yoav@yoav.ws>
1575 Remove the PICTURE_SIZES build flag
1576 https://bugs.webkit.org/show_bug.cgi?id=144679
1578 Reviewed by Benjamin Poulain.
1580 Removed the PICTURE_SIZES build time flag.
1582 * Source/cmake/OptionsEfl.cmake:
1583 * Source/cmake/OptionsGTK.cmake:
1584 * Source/cmake/OptionsMac.cmake:
1585 * Source/cmake/OptionsWindows.cmake:
1586 * Source/cmake/WebKitFeatures.cmake:
1588 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
1590 [GTK] [CMake] Check for required X libraries
1591 https://bugs.webkit.org/show_bug.cgi?id=144823
1593 Reviewed by Martin Robinson.
1595 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
1597 * Source/cmake/OptionsGTK.cmake:
1599 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
1601 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1602 https://bugs.webkit.org/show_bug.cgi?id=144746
1604 Reviewed by Carlos Garcia Campos.
1606 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1607 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
1608 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
1610 * Source/cmake/OptionsGTK.cmake:
1612 2015-05-08 Daniel Bates <dabates@apple.com>
1614 [iOS] WebSQL operations are not performed after device is locked
1615 https://bugs.webkit.org/show_bug.cgi?id=137503
1616 <rdar://problem/20844952>
1618 Rubber-stamped by Alexey Proskuryakov.
1620 Add a manual test to help verify that we do not regress this issue.
1622 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
1624 2015-05-08 Commit Queue <commit-queue@webkit.org>
1626 Unreviewed, rolling out r183945.
1627 https://bugs.webkit.org/show_bug.cgi?id=144789
1629 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
1633 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
1634 https://bugs.webkit.org/show_bug.cgi?id=144746
1635 http://trac.webkit.org/changeset/183945
1637 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
1639 Cleanup after r183940
1640 https://bugs.webkit.org/show_bug.cgi?id=144768
1644 Looks like the empty directories were not deleted.
1646 * Source/PAL: Removed.
1647 * Source/PAL/Configurations: Removed.
1648 * Source/PAL/PAL.xcodeproj: Removed.
1649 * Source/PAL/graphics: Removed.
1651 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
1653 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1654 https://bugs.webkit.org/show_bug.cgi?id=144746
1656 Reviewed by Martin Robinson.
1658 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1659 what it is defined to, so defining it to 0 effectively turned it on always.
1661 * Source/cmake/OptionsGTK.cmake:
1663 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1665 Revert "Introducing the Platform Abstraction Layer (PAL)"
1666 https://bugs.webkit.org/show_bug.cgi?id=144751
1670 PAL should be a new target inside WebCore, rather than a top-level folder.
1672 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1674 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
1676 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
1678 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1680 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1682 Introducing the Platform Abstraction Layer (PAL)
1683 https://bugs.webkit.org/show_bug.cgi?id=143358
1685 Reviewed by Simon Fraser.
1687 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1689 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
1691 [cmake] Disable GNU Gold linker on Cortex A53
1692 https://bugs.webkit.org/show_bug.cgi?id=144382
1694 Reviewed by Carlos Garcia Campos.
1696 * Source/cmake/OptionsCommon.cmake:
1698 2015-05-01 Martin Robinson <mrobinson@igalia.com>
1700 USE(...) macro should expect unprefixed variables
1701 https://bugs.webkit.org/show_bug.cgi?id=144454
1703 Reviewed by Daniel Bates.
1705 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
1706 * Source/cmake/OptionsEfl.cmake: Ditto.
1707 * Source/cmake/OptionsGTK.cmake: Ditto.
1708 * Source/cmake/OptionsMac.cmake: Ditto.
1709 * Source/cmake/OptionsWinCairo.cmake: Ditto.
1710 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
1713 2015-04-30 Martin Robinson <mrobinson@igalia.com>
1715 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
1716 https://bugs.webkit.org/show_bug.cgi?id=144394
1718 Reviewed by Carlos Garcia Campos.
1720 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
1721 is that it fixes the redirected XComposite window for GTK+, which was accidentally
1722 disabled in previous reworking of the CMake configuration.
1724 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
1725 version of USE variables.
1726 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
1727 is exposed to the build.
1729 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
1731 Unreviewed. Bump GTK+ version numbers.
1733 * Source/cmake/OptionsGTK.cmake:
1735 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1737 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
1738 https://bugs.webkit.org/show_bug.cgi?id=144435
1740 Reviewed by Gyuyoung Kim.
1742 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
1743 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
1745 * Source/cmake/OptionsEfl.cmake:
1747 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
1749 REGRESSION(183583): [Mac] make without SDKROOT has issues
1750 https://bugs.webkit.org/show_bug.cgi?id=144431
1752 Reviewed by Dan Bernstein.
1755 Assume an empty SDKROOT means an macosx variant, so only
1756 enable settings if the SDKROOT is not empty and does not
1759 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1761 Fix the GTK+ build after r183584
1763 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
1765 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1767 [GTK] Add support for automatic hyphenation
1768 https://bugs.webkit.org/show_bug.cgi?id=44478
1770 Reviewed by Carlos Garcia Campos.
1772 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
1773 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
1774 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
1776 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
1778 Failure when building WebKit for appletvsimulator.
1779 https://bugs.webkit.org/show_bug.cgi?id=144356
1781 Reviewed by Alexey Proskuryakov.
1783 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
1784 make TVOS and WatchOS behave correctly.
1788 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1790 [CMake] [GTK] Organize and clean up unused CMake variables
1791 https://bugs.webkit.org/show_bug.cgi?id=144364
1793 Reviewed by Gyuyoung Kim.
1795 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
1796 specific to certain projects into their PlatformGTK.cmake files.
1798 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1800 [EFL] Build failure to find gio-unix
1801 https://bugs.webkit.org/show_bug.cgi?id=144083
1803 Reviewed by Gyuyoung Kim.
1805 Original patch by Doug Newgard <scimma22@outlook.com>
1807 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
1809 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
1811 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
1812 https://bugs.webkit.org/show_bug.cgi?id=143001
1814 Reviewed by Gyuyoung Kim.
1816 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
1817 * Source/cmake/OptionsGTK.cmake: Ditto.
1819 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1821 Unreviewed, fix typo in previous commit
1823 libsecretr -> libsecret in the error message.
1825 * Source/cmake/OptionsGTK.cmake:
1827 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1829 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
1830 https://bugs.webkit.org/show_bug.cgi?id=143546
1832 Reviewed by Martin Robinson.
1834 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
1835 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
1836 default. Fail the build with an informative error message if an optional dependency required
1837 for an enabled feature is not present. Perform find_package commands only when necessary.
1838 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
1841 * Source/cmake/OptionsGTK.cmake:
1843 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1845 [GTK] Make all options actually options
1846 https://bugs.webkit.org/show_bug.cgi?id=144106
1848 Reviewed by Martin Robinson.
1850 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
1851 ENABLE_WAYLAND_TARGET.
1853 * Source/cmake/OptionsGTK.cmake:
1855 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1857 Unreviewed, fix GTK build after r183452
1859 * Source/cmake/OptionsGTK.cmake:
1861 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1863 [GTK] Add one single option to control all OpenGL-related options
1864 https://bugs.webkit.org/show_bug.cgi?id=144105
1866 Reviewed by Martin Robinson.
1868 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
1869 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
1870 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
1871 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
1872 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
1873 presence of CairoGL.
1875 * Source/cmake/OptionsGTK.cmake:
1877 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1879 [GTK] ENABLE_SMOOTH_SCROLLING should be private
1880 https://bugs.webkit.org/show_bug.cgi?id=144306
1882 Reviewed by Martin Robinson.
1884 Make ENABLE_SMOOTH_SCROLLING private instead of public.
1886 * Source/cmake/OptionsGTK.cmake:
1888 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1890 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
1891 https://bugs.webkit.org/show_bug.cgi?id=144193
1893 Reviewed by Darin Adler.
1895 * Source/cmake/OptionsEfl.cmake:
1896 * Source/cmake/OptionsGTK.cmake:
1897 * Source/cmake/OptionsWinCairo.cmake:
1898 * Source/cmake/WebKitFeatures.cmake:
1900 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1902 [CMake] Should be possible for an option to conflict with other options
1903 https://bugs.webkit.org/show_bug.cgi?id=143956
1905 Reviewed by Martin Robinson.
1907 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
1909 * Source/cmake/WebKitFeatures.cmake:
1911 2015-04-22 Martin Robinson <mrobinson@igalia.com>
1913 [CMake] Autogenerate cmakeconfig.h.cmake
1914 https://bugs.webkit.org/show_bug.cgi?id=143997
1916 Reviewed by Csaba Osztrogonác.
1918 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
1919 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
1920 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
1921 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
1922 Do some other miscellaneous related cleanup.
1923 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
1924 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
1925 build exposed variables. Add a macro to generate a configuration from them.
1926 * Source/cmakeconfig.h.cmake: Removed.
1928 2015-04-24 Philippe Normand <pnormand@igalia.com>
1930 [JHBuild] Move to upstream OpenWebRTC
1931 https://bugs.webkit.org/show_bug.cgi?id=144145
1933 Reviewed by Carlos Garcia Campos.
1935 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
1938 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
1940 [ES6] Implement ES6 template literals
1941 https://bugs.webkit.org/show_bug.cgi?id=142691
1943 Reviewed by Darin Adler.
1945 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
1947 * Source/cmake/WebKitFeatures.cmake:
1948 * Source/cmakeconfig.h.cmake:
1950 2015-04-25 Martin Robinson <mrobinson@igalia.com>
1952 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
1953 https://bugs.webkit.org/show_bug.cgi?id=144182
1955 Reviewed by Simon Fraser.
1957 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1958 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1959 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1960 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1961 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1963 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1965 [GTK] Add more public options
1966 https://bugs.webkit.org/show_bug.cgi?id=144116
1968 Reviewed by Martin Robinson.
1970 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
1972 * Source/cmake/OptionsGTK.cmake:
1974 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1976 [CMake] Some internal variables are not marked as advanced
1977 https://bugs.webkit.org/show_bug.cgi?id=143595
1979 Reviewed by Martin Robinson.
1981 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
1982 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
1984 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1986 [GTK] Mark as advanced the build options we don't want to expose
1987 https://bugs.webkit.org/show_bug.cgi?id=143558
1989 Reviewed by Martin Robinson.
1991 Mark various options as private instead of public.
1993 * Source/cmake/OptionsGTK.cmake:
1995 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1997 [CMake] Should be possible for an option to depend on multiple options
1998 https://bugs.webkit.org/show_bug.cgi?id=143839
2000 Reviewed by Martin Robinson.
2002 Use a list instead of a single variable to track the dependencies of each option. Iterate
2003 over the list as many times as necessary to ensure all options are properly disabled.
2005 * Source/cmake/WebKitFeatures.cmake:
2007 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2009 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
2010 https://bugs.webkit.org/show_bug.cgi?id=144103
2012 Reviewed by Martin Robinson.
2014 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
2016 * Source/cmake/WebKitFeatures.cmake:
2018 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2020 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
2021 https://bugs.webkit.org/show_bug.cgi?id=144102
2023 Reviewed by Martin Robinson.
2025 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
2026 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
2027 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
2029 * Source/cmake/OptionsGTK.cmake:
2031 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2033 [CMake] Clean up JSC JIT options
2034 https://bugs.webkit.org/show_bug.cgi?id=143998
2036 Reviewed by Filip Pizlo.
2038 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
2039 define for ENABLE_FTL_NATIVE_CALL_INLINING.
2040 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
2041 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
2042 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
2043 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
2045 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2047 [CMake] Use lowercase for local variables in macros
2048 https://bugs.webkit.org/show_bug.cgi?id=144059
2050 Reviewed by Martin Robinson.
2052 Convert some variable names to lowercase.
2054 * Source/cmake/WebKitFeatures.cmake:
2056 2015-04-22 Commit Queue <commit-queue@webkit.org>
2058 Unreviewed, rolling out r183116.
2059 https://bugs.webkit.org/show_bug.cgi?id=144060
2061 Inadvertently deleted a file... (Requested by mcatanzaro on
2066 "[CMake] Use lowercase for local variables in macros"
2067 https://bugs.webkit.org/show_bug.cgi?id=144059
2068 http://trac.webkit.org/changeset/183116
2070 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2072 [CMake] Use lowercase for local variables in macros
2073 https://bugs.webkit.org/show_bug.cgi?id=144059
2075 Reviewed by Martin Robinson.
2077 Convert some variable names to lowercase.
2079 * Source/cmake/WebKitFeatures.cmake:
2081 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2083 [CMake] Features list should print dots every other row
2084 https://bugs.webkit.org/show_bug.cgi?id=143832
2086 Reviewed by Martin Robinson.
2088 Discount private options when determining whether to print dots on a given row of the
2089 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
2090 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
2091 wasn't noticed because it only affects the first line, and use of the variable name as a
2092 string in a conditional.)
2094 * Source/cmake/WebKitFeatures.cmake:
2096 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2098 [CMake] Require specifying visibility of WebKit options
2099 https://bugs.webkit.org/show_bug.cgi?id=143831
2101 Reviewed by Alex Christensen.
2103 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
2104 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
2105 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
2106 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
2107 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
2108 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
2109 cross-platform options as PRIVATE.
2111 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2113 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
2114 https://bugs.webkit.org/show_bug.cgi?id=143935
2116 Reviewed by Darin Adler.
2118 Some variables aren't defined in these files or unused variables aren't removed. This
2119 patch cleans up it as well as fix wrong alphabet order.
2121 * Source/cmake/WebKitFeatures.cmake:
2122 * Source/cmakeconfig.h.cmake:
2124 2015-04-19 Simon Fraser <simon.fraser@apple.com>
2126 Restore the WebKit.xcworkspace to the way it was before r182899,
2127 which inadvertently added the Source directory and a couple of source
2130 * WebKit.xcworkspace/contents.xcworkspacedata:
2132 2015-04-16 Basile Clement <basile_clement@apple.com>
2134 Extract the allocation profile from JSFunction into a rare object
2135 https://bugs.webkit.org/show_bug.cgi?id=143807
2137 Reviewed by Filip Pizlo.
2139 * WebKit.xcworkspace/contents.xcworkspacedata:
2141 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
2143 [EFL] Bump LLVM to version 3.6.0 on X86_64
2144 https://bugs.webkit.org/show_bug.cgi?id=143604
2146 Reviewed by Gyuyoung Kim.
2148 * Source/cmake/FindLLVM.cmake: Added version handling.
2149 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
2151 2015-04-15 Timothy Horton <timothy_horton@apple.com>
2153 Custom CSS cursors do not use -webkit-image-set on retina displays
2154 https://bugs.webkit.org/show_bug.cgi?id=120783
2156 Reviewed by Beth Dakin.
2157 Patch by Evan Wallace <evan.exe@gmail.com>.
2159 Add a manual test for custom CSS cursors on retina displays.
2161 * ManualTests/retina-cursors.html: Added.
2163 2015-04-15 Alex Christensen <achristensen@webkit.org>
2165 Progress towards CMake on Mac.
2166 https://bugs.webkit.org/show_bug.cgi?id=143785
2168 Reviewed by Csaba Osztrogonác.
2171 * Source/cmake/OptionsMac.cmake:
2172 * Source/cmake/WebKitFS.cmake:
2174 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
2176 Cannot click "Next" button on Google two-factor auth setup page
2178 <https://bugs.webkit.org/show_bug.cgi?id=143624>
2179 <rdar://problem/19175714>
2181 Reviewed by Darin Adler.
2183 * ManualTests/button-that-focuses-itself-on-click.html: Added.
2185 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
2187 [cmake] REGRESSION(182663): It broke feature dependency handling
2188 https://bugs.webkit.org/show_bug.cgi?id=143665
2190 Reviewed by Csaba Osztrogonác.
2192 Don't try to check the value of options before defining the options.
2194 * Source/cmake/WebKitFeatures.cmake:
2196 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
2198 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
2199 https://bugs.webkit.org/show_bug.cgi?id=143664
2201 Reviewed by Gyuyoung Kim.
2203 * Source/cmake/OptionsEfl.cmake:
2204 * Source/cmake/OptionsGTK.cmake:
2205 * Source/cmake/WebKitFeatures.cmake:
2206 * Source/cmakeconfig.h.cmake:
2208 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2210 [EFL] Enable Media Source
2211 https://bugs.webkit.org/show_bug.cgi?id=143635
2213 Reviewed by Csaba Osztrogonác.
2215 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
2217 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2219 [CMake] Miscellaneous issues in WebKitFeatures.cmake
2220 https://bugs.webkit.org/show_bug.cgi?id=143636
2222 Reviewed by Martin Robinson.
2224 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
2225 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
2227 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
2228 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
2230 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
2232 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
2234 Fix ENABLE_TOUCH_SLIDER so that it can be used
2238 * Source/cmake/WebKitFeatures.cmake:
2240 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2242 [CMake] Print sorted feature list at the very end of the configure process
2243 https://bugs.webkit.org/show_bug.cgi?id=143596
2245 Reviewed by Martin Robinson.
2247 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
2248 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
2249 and sort the options before printing. Reorder some code so that features still get
2250 propagated to the bindings generators.
2252 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2254 [CMake] Options should be marked as advanced by default
2255 https://bugs.webkit.org/show_bug.cgi?id=143572
2257 Reviewed by Gyuyoung Kim.
2259 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
2260 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
2261 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
2262 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
2263 option without making it public.
2265 * Source/cmake/WebKitFeatures.cmake:
2267 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2269 [CMake] Remove unnecessary ENABLE_WEBCORE switch
2270 https://bugs.webkit.org/show_bug.cgi?id=143584
2272 Reviewed by Csaba Osztrogonác.
2274 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
2278 * Source/CMakeLists.txt:
2279 * Source/cmake/OptionsGTK.cmake:
2280 * Source/cmake/WebKitFS.cmake:
2282 2015-04-08 Filip Pizlo <fpizlo@apple.com>
2284 Unreviewed, revert accidental commit.
2288 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
2290 Add CMake build system for WinCairo port.
2291 https://bugs.webkit.org/show_bug.cgi?id=115944
2293 Reviewed by Chris Dumez.
2295 * Source/cmake/OptionsWindows.cmake:
2296 * Source/cmake/WebKitMacros.cmake:
2297 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
2299 2015-04-06 Alberto Garcia <berto@igalia.com>
2301 [GTK] Fix HPPA build
2302 https://bugs.webkit.org/show_bug.cgi?id=143453
2304 Reviewed by Darin Adler.
2306 Add HPPA to the list of supported CPUs.
2310 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
2312 Unreviewed, kick the GTK bots to fix an incremental build issue.
2314 * Source/cmake/OptionsGTK.cmake:
2316 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
2318 Fix the EFL and GTK build after r182243
2319 https://bugs.webkit.org/show_bug.cgi?id=143361
2321 Reviewed by Csaba Osztrogonác.
2323 * Source/PlatformEfl.cmake: Add a custom command that copies
2324 the InspectorBackendCommands.js file into the proper directory
2325 under DerivedSources/WebInspectorUI/.
2327 2015-04-01 Alex Christensen <achristensen@webkit.org>
2329 Progress towards CMake on Windows and Mac.
2330 https://bugs.webkit.org/show_bug.cgi?id=143293
2332 Reviewed by Filip Pizlo.
2335 Set DERIVED_SOURCES_WTF_DIR for Windows.
2336 * Source/CMakeLists.txt:
2337 Don't compile bmalloc on Windows.
2338 * Source/cmake/OptionsCommon.cmake:
2339 Use the absolute path of the C preprocessor.
2340 * Source/cmake/OptionsWinCairo.cmake:
2341 Added needed definitions.
2342 * Source/cmake/OptionsWindows.cmake:
2343 Set some default values and removed support for old Visual Studio versions before /MP.
2344 * Source/cmake/WebKitFS.cmake:
2345 Make WTF DerivedSources directory.
2346 * Source/cmake/WebKitMacros.cmake:
2347 Added ADD_PRECOMPILED_HEADER macro based on
2348 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
2350 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
2352 Use colored diagnostics when building with cmake + ninja + clang
2353 https://bugs.webkit.org/show_bug.cgi?id=143297
2355 Reviewed by Žan Doberšek.
2357 Because that ninja sets subprocess stdout/stderr to a pipe, clang
2358 disables colored output.
2359 This patch forces clang to use colored diagnostics when we are using
2362 * Source/cmake/OptionsCommon.cmake:
2364 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2366 [CMake] Update old CMakeList.txt in gtest
2367 https://bugs.webkit.org/show_bug.cgi?id=143192
2369 Reviewed by Darin Adler.
2371 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
2372 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
2373 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
2375 * Source/CMakeLists.txt:
2376 * Source/cmake/gtest/CMakeLists.txt: Removed.
2378 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2380 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
2381 https://bugs.webkit.org/show_bug.cgi?id=143138
2383 Reviewed by Csaba Osztrogonác.
2385 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
2386 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
2388 * Source/cmake/OptionsWindows.cmake:
2389 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
2390 * Source/cmake/WebKitMacros.cmake:
2392 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
2394 [GStreamer] share GL context in pipeline, part 2
2395 https://bugs.webkit.org/show_bug.cgi?id=143049
2397 Reviewed by Carlos Garcia Campos.
2399 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
2400 OpenGL/ES2 is found and GLX/EGL is found too.
2402 2015-03-26 Alex Christensen <achristensen@webkit.org>
2404 Progress towards CMake on Mac.
2405 https://bugs.webkit.org/show_bug.cgi?id=143112
2407 Reviewed by Chris Dumez.
2409 * Source/cmake/OptionsMac.cmake:
2411 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
2413 [EFL] Add OpenWebRTC in jhbuild
2414 https://bugs.webkit.org/show_bug.cgi?id=142778
2416 Reviewed by Gyuyoung Kim.
2418 Original patch by Philippe Normand <pnormand@igalia.com>
2420 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
2421 mediastream build is enabled.
2423 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
2425 [GTK] Add a configure option to build without Redirected XComposite Window
2426 https://bugs.webkit.org/show_bug.cgi?id=142865
2428 Reviewed by Žan Doberšek.
2430 The Redirected XComposite Window was added to support some
2431 features like GtkOverlay, but in cases where we don't need such
2432 features, it's more efficient to use the XID of the WebKitWebView
2433 window as the native surface handle for the accelerated
2434 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
2435 that is enabled by default for X11 target when OpenGL is enabled.
2437 * Source/cmake/OptionsGTK.cmake:
2439 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
2441 [GTK] Search for the Wayland dependency when enabling Wayland target
2442 https://bugs.webkit.org/show_bug.cgi?id=142876
2444 Reviewed by Carlos Garcia Campos.
2446 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
2447 requirement of either the GTK+ or GDK pkg-config files, so we have to
2448 search for it ourselves when WebKitGTK+ has been configured to support
2449 the Wayland windowing target.
2451 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
2453 Unreviewed, kick the GTK bots to regenerate makefile.
2454 https://bugs.webkit.org/show_bug.cgi?id=137394
2456 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
2457 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
2459 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
2461 Unreviewed, kick the GTK bots to regenerate makefile.
2462 https://bugs.webkit.org/show_bug.cgi?id=137394
2464 * Source/cmake/OptionsEfl.cmake:
2466 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
2468 [GTK] Fix inspector userinterface related incremental build issue
2469 https://bugs.webkit.org/show_bug.cgi?id=142849
2471 Reviewed by Carlos Garcia Campos.
2473 * Source/cmake/OptionsGTK.cmake: Revert r181733.
2475 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
2477 Unreviewed, kick the GTK bots to regenerate makefile.
2479 * Source/cmake/OptionsGTK.cmake:
2481 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
2483 [EFL] Expose JavaScript binding interface through ewk_extension
2484 https://bugs.webkit.org/show_bug.cgi?id=142033
2486 Reviewed by Gyuyoung Kim.
2488 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
2490 2015-03-17 Philippe Normand <pnormand@igalia.com>
2492 [GTK] basic OpenWebRTC build support
2493 https://bugs.webkit.org/show_bug.cgi?id=142393
2495 Reviewed by Carlos Garcia Campos.
2497 * Source/cmake/FindOpenWebRTC.cmake: Added.
2498 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
2499 mediastream build is enabled.
2501 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2503 [CMake][EFL] Build test tools only for developer mode
2504 https://bugs.webkit.org/show_bug.cgi?id=142761
2506 Reviewed by Csaba Osztrogonác.
2508 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
2510 * Source/cmake/OptionsEfl.cmake:
2511 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
2512 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
2513 * Source/cmakeconfig.h.cmake:
2515 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
2517 Enable ES6 classes by default
2518 https://bugs.webkit.org/show_bug.cgi?id=142774
2520 Reviewed by Gavin Barraclough.
2522 * Source/cmake/WebKitFeatures.cmake:
2524 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2526 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
2527 https://bugs.webkit.org/show_bug.cgi?id=142722
2529 Reviewed by Csaba Osztrogonác.
2531 Categorize to define cmake variables, to find necessary packages,
2532 use upper case for "glib_conponents" cmake variable name, re-arrange
2533 wrong alphabet sorting, and so on.
2535 * CMakeLists.txt: Remove WinCE port.
2536 * Source/cmake/OptionsEfl.cmake:
2538 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
2540 [GStreamer] share GL context in pipeline
2541 https://bugs.webkit.org/show_bug.cgi?id=142693
2543 Reviewed by Philippe Normand.
2545 Add search of gstreamer-gl library in the GStreamer installation. If
2546 it is found, WTF_USE_GSTREAMER_GL macro is defined.
2548 * Source/cmake/FindGStreamer.cmake:
2549 * Source/cmake/OptionsGTK.cmake:
2551 2015-03-13 Alex Christensen <achristensen@webkit.org>
2553 Progress towards CMake on Mac.
2554 https://bugs.webkit.org/show_bug.cgi?id=142680
2556 Reviewed by Gyuyoung Kim.
2559 * Source/PlatformMac.cmake: Added stub.
2560 * Source/cmake/OptionsMac.cmake:
2561 Change defines to get CMake working.
2563 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2565 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
2566 https://bugs.webkit.org/show_bug.cgi?id=126688
2568 Reviewed by Gustavo Noronha Silva.
2570 Add ENABLE_MINIBROWSER option, enabled by default for development
2571 builds and disabled for production builds unless explicilty enabled.
2573 * Source/cmake/OptionsGTK.cmake:
2575 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2577 [GTK] Do not look for child processes in the UI process binary path
2578 https://bugs.webkit.org/show_bug.cgi?id=135752
2580 Reviewed by Gustavo Noronha Silva.
2582 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
2583 build for development builds.
2585 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
2587 [GTK] Add a configure option to build with OpenGL ES 2
2588 https://bugs.webkit.org/show_bug.cgi?id=142498
2590 Reviewed by Martin Robinson.
2592 Add ENABLE_GLES2 option. It's disabled by default, but if passed
2593 GLES2 is required and OpenGL is not even searched. Otherwise we
2594 search for OpenGL as usual, using it only if present.
2596 * Source/cmake/OptionsGTK.cmake:
2598 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
2600 [cmake] Handle unused parameter warnings as build errors except in WebKit2
2601 https://bugs.webkit.org/show_bug.cgi?id=142338
2603 Reviewed by Gyuyoung Kim.
2605 * Source/cmake/WebKitHelpers.cmake:
2607 2015-03-03 Daniel Bates <dabates@apple.com>
2609 Convert ManualTests/svg-tooltip.svg to a DRT test
2610 https://bugs.webkit.org/show_bug.cgi?id=140480
2612 Reviewed by Alex Christensen.
2614 * ManualTests/svg-tooltip.svg: Removed.
2616 2015-03-02 Debarshi Ray <debarshir@gnome.org>
2618 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
2619 https://bugs.webkit.org/show_bug.cgi?id=142165
2621 Reviewed by Carlos Garcia Campos.
2623 * Source/cmake/gtksymbols.filter:
2625 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
2627 [EFL] Remove unnecessary comment after r179110
2628 https://bugs.webkit.org/show_bug.cgi?id=142042
2630 Reviewed by Gyuyoung Kim.
2632 * Source/cmake/OptionsEfl.cmake:
2634 2015-02-23 Tomas Popela <tpopela@redhat.com>
2636 [GTK] Fails to compile with cmake 3.2.x
2637 https://bugs.webkit.org/show_bug.cgi?id=141796
2639 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
2640 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
2641 added and the build will fail.
2643 Reviewed by Martin Robinson.
2645 * Source/cmake/OptionsGTK.cmake:
2647 2015-02-20 Alexey Proskuryakov <ap@apple.com>
2649 Remove svn:keywords property.
2651 As far as I can tell, the property had no effect on any of these files, but also,
2652 when it has effect it's likely harmful.
2654 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
2655 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
2656 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
2657 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
2658 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
2659 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
2660 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
2661 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
2662 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
2663 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
2664 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
2665 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
2666 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
2667 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
2669 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2671 [CMAKE] Remove CMakeLists.txt in WK1 port
2672 https://bugs.webkit.org/show_bug.cgi?id=141617
2674 Reviewed by Anders Carlsson.
2676 Nobody uses CMake in WK1 port. Remove it.
2680 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
2682 Unreviewed, remove empty directories.
2684 * ManualTests/qt: Removed.
2686 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2688 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
2689 https://bugs.webkit.org/show_bug.cgi?id=141481
2691 Reviewed by Csaba Osztrogonác.
2693 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
2695 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2697 [EFL][GTK] Use bmalloc instead of tcmalloc
2698 https://bugs.webkit.org/show_bug.cgi?id=140162
2700 Reviewed by Carlos Garcia Campos.
2702 Add bmalloc directory to build list.
2704 * CMakeLists.txt: Define BMALLOC_DIR directory.
2705 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
2707 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
2709 [GTK] Add default color chooser implementation using GtkColorChooserDialog
2710 https://bugs.webkit.org/show_bug.cgi?id=141392
2712 Reviewed by Gustavo Noronha Silva.
2714 Enable INPUT_TYPE_COLOR by default for GTK+ port.
2716 * Source/cmake/OptionsGTK.cmake:
2718 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
2720 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
2721 https://bugs.webkit.org/show_bug.cgi?id=141328
2723 Reviewed by Darin Adler.
2725 Added as manual test because it involves a huge grid allocation
2726 which is very slow on Debug bots, the only ones capable to trigger
2729 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
2731 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
2733 [Streams API] Implement a barebone ReadableStream interface
2734 https://bugs.webkit.org/show_bug.cgi?id=141045
2736 Reviewed by Benjamin Poulain.
2738 * Source/cmake/WebKitFeatures.cmake:
2739 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
2741 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2743 Revert accidental change in r179490.
2747 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2749 Unreviewed, revert accidental change to Makefile.shared in r179478
2753 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2755 [CMake] Minimum python version should be 2.7.
2756 https://bugs.webkit.org/show_bug.cgi?id=140997
2758 Reviewed by Csaba Osztrogonác.
2762 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
2764 Apply feTurbulence spec change to fix zero length vector generation
2765 https://bugs.webkit.org/show_bug.cgi?id=140812
2767 Reviewed by Darin Adler.
2769 Recently a bug with the turbulence algorithm was corrected in the
2770 Filter Effects specification.
2771 For some seed values this bug allowed zero length vectors to be generated.
2772 This resulted in large solid color squares being present in the generated image.
2773 The feTurbulence algorithm was updated to reject zero length vectors. This patch
2774 applies that change in WebCore.
2776 Test: svg/filters/feTurbulence_bad_seeds.html
2778 * platform/graphics/filters/FETurbulence.cpp:
2779 (WebCore::FETurbulence::initPaint):
2780 Added rejection sampling during vector generation to avoid zero length vectors.
2782 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2784 [cmake] Remove compiler version calculate cruft
2785 https://bugs.webkit.org/show_bug.cgi?id=140885
2787 Reviewed by Darin Adler.
2789 * Source/cmake/WebKitHelpers.cmake:
2791 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2793 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
2794 https://bugs.webkit.org/show_bug.cgi?id=140886
2796 Reviewed by Žan Doberšek.
2798 * Source/cmake/WebKitHelpers.cmake:
2800 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
2802 [GTK] gtkdoc does not appear in DevHelp
2803 https://bugs.webkit.org/show_bug.cgi?id=139369
2805 Reviewed by Philippe Normand.
2807 Expect the gtkdoc to be generated in folders named with the API version.
2809 * Source/PlatformGTK.cmake:
2811 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
2813 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
2814 https://bugs.webkit.org/show_bug.cgi?id=140609
2816 Reviewed by Csaba Osztrogonác.
2818 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
2819 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
2820 compilation flags. Those were added after the jsCStack branch merge, but
2821 can now be removed since the -ftree-dce issues were fixed in GCC, and
2822 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
2824 * Source/cmake/OptionsEfl.cmake:
2825 * Source/cmake/OptionsGTK.cmake:
2827 2015-01-26 Commit Queue <commit-queue@webkit.org>
2829 Unreviewed, rolling out r179107.
2830 https://bugs.webkit.org/show_bug.cgi?id=140880
2832 The GCC in the bots doesn't support the AsyncTask
2833 implementation (Requested by KaL on #webkit).
2837 "[GTK] Enable IndexedDB"
2838 https://bugs.webkit.org/show_bug.cgi?id=98932
2839 http://trac.webkit.org/changeset/179107
2841 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
2843 [GTK] Enable IndexedDB
2844 https://bugs.webkit.org/show_bug.cgi?id=98932
2846 Reviewed by Žan Doberšek.
2848 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2849 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2851 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
2853 [GTK] Add initial database process support
2854 https://bugs.webkit.org/show_bug.cgi?id=139491
2856 Reviewed by Sergio Villar Senin.
2858 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
2860 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
2862 Add a build flag for ES6 class syntax
2863 https://bugs.webkit.org/show_bug.cgi?id=140760
2865 Reviewed by Michael Saboff.
2867 * Source/cmake/WebKitFeatures.cmake:
2868 * Source/cmakeconfig.h.cmake:
2870 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2872 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
2873 https://bugs.webkit.org/show_bug.cgi?id=140049
2875 Reviewed by Gyuyoung Kim.
2877 * Source/cmake/OptionsCommon.cmake:
2879 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2881 Remove ENABLE(INSPECTOR) ifdef guards
2882 https://bugs.webkit.org/show_bug.cgi?id=140668
2884 Reviewed by Darin Adler.
2886 * Source/PlatformEfl.cmake:
2887 * Source/cmake/OptionsEfl.cmake:
2888 * Source/cmake/OptionsGTK.cmake:
2889 * Source/cmake/OptionsMac.cmake:
2890 * Source/cmake/WebKitFeatures.cmake:
2891 * Source/cmakeconfig.h.cmake:
2893 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
2895 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
2897 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2899 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2901 [CMAKE] Fix cmake warning
2902 https://bugs.webkit.org/show_bug.cgi?id=140497
2904 Reviewed by Gustavo Noronha Silva.
2906 r173155 already tried to fix cmake warning though, the warning is still exist.
2907 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
2908 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
2909 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
2910 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
2911 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
2915 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
2917 [GTK] Generate the make dist manifest from a CMake template file
2918 https://bugs.webkit.org/show_bug.cgi?id=139387
2920 Reviewed by Martin Robinson.
2922 Generate manifest.txt from manifest.txt.in. Only expose the dist and
2923 distcheck targets for developer builds, as they won't work when
2924 building from a tarball because the manifest is not distributed.
2926 * Source/PlatformGTK.cmake:
2928 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
2930 Remove ENABLE(SQL_DATABASE) guards
2931 https://bugs.webkit.org/show_bug.cgi?id=140434
2933 Reviewed by Darin Adler.
2935 * Source/cmake/OptionsMac.cmake:
2936 * Source/cmake/WebKitFeatures.cmake:
2937 * Source/cmakeconfig.h.cmake:
2939 2015-01-11 Sam Weinig <sam@webkit.org>
2941 Remove support for SharedWorkers
2942 https://bugs.webkit.org/show_bug.cgi?id=140344
2944 Reviewed by Anders Carlsson.
2946 * Source/cmake/OptionsEfl.cmake:
2947 * Source/cmake/OptionsGTK.cmake:
2948 * Source/cmake/OptionsMac.cmake:
2949 * Source/cmake/WebKitFeatures.cmake:
2950 * Source/cmakeconfig.h.cmake:
2952 2015-01-10 Dan Bernstein <mitz@apple.com>
2954 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
2955 https://bugs.webkit.org/show_bug.cgi?id=140339
2957 Reviewed by Mark Rowe.
2959 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
2960 prevents unnecessary rebuilding due to PATH differences.
2962 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
2964 [GTK][ThreadedCompositor] Add support for threaded compositor.
2965 https://bugs.webkit.org/show_bug.cgi?id=118265
2967 Reviewed by Martin Robinson.
2969 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
2970 autotools build systems. The feature is disabled by default.
2971 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
2972 from the feature flags.
2974 * Source/cmake/OptionsEfl.cmake:
2975 * Source/cmake/OptionsGTK.cmake:
2976 * Source/cmake/WebKitFeatures.cmake:
2977 * Source/cmakeconfig.h.cmake:
2979 2014-12-23 Alexey Proskuryakov <ap@apple.com>
2981 Simplify building with ASan
2982 https://bugs.webkit.org/show_bug.cgi?id=139916
2984 Reviewed by Mark Rowe.
2986 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
2988 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
2990 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
2992 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2994 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
2996 Null dereference performing a "TapAndAHalf" gesture in Google search field
2998 <https://bugs.webkit.org/show_bug.cgi?id=139506>
2999 <rdar://problem/19028828>
3001 Reviewed by Darin Adler.
3003 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
3005 2014-12-10 Dean Jackson <dino@apple.com>
3007 Blur filter performance test doesn't provide results
3008 https://bugs.webkit.org/show_bug.cgi?id=139462
3010 Reviewed by Sam Weinig.
3012 This can't currently work under our performance test
3013 infrastructure. Move it to a manual test to avoid
3014 putting FAILures into the results.
3016 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
3018 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3020 [GTK][WK2] Add HTML5 Notifications support
3021 https://bugs.webkit.org/show_bug.cgi?id=61140
3023 Reviewed by Carlos Garcia Campos.
3025 * Source/cmake/FindLibNotify.cmake: Added.
3026 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
3027 libnotify and use it for a default implementation when found.
3029 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
3031 REGRESSION(r155906): Page content disappears on Tuaw article after loading
3032 https://bugs.webkit.org/show_bug.cgi?id=138100
3034 Reviewed by Simon Fraser.
3036 DRT causes an extra paint which makes it impossible to test this with
3039 * ManualTests/float-layer-not-painting.html: Added.
3041 2014-12-07 Alberto Garcia <berto@igalia.com>
3043 [GTK] WebKit has a new required dependency on GnuTLS
3044 https://bugs.webkit.org/show_bug.cgi?id=136158
3046 Reviewed by Martin Robinson.
3048 Detect if GnuTLS is installed and enable or disable subtle crypto
3049 support accordingly.
3051 * Source/cmake/OptionsGTK.cmake:
3053 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
3055 [GTK] Missing API detected in GObject DOM bindings after r176630
3056 https://bugs.webkit.org/show_bug.cgi?id=139201
3058 Reviewed by Gustavo Noronha Silva.
3060 Change GENERATE_BINDINGS macro to receive a list of optional
3061 additional dependencies, so that we can add more dependecies
3062 without having to change the macro.
3064 * Source/cmake/WebKitMacros.cmake:
3066 2014-12-05 Simon Fraser <simon.fraser@apple.com>
3068 Programmatic scrolling and content changes are not always synchronized
3069 https://bugs.webkit.org/show_bug.cgi?id=139245
3070 rdar://problem/18833612
3072 Reviewed by Anders Carlsson.
3074 Manual test that tries to sync layout with programmatic scrolling.
3076 * ManualTests/programmatic-scroll-flicker.html: Added.
3078 2014-12-04 Alberto Garcia <berto@igalia.com>
3080 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
3081 https://bugs.webkit.org/show_bug.cgi?id=136576
3083 Reviewed by Carlos Garcia Campos.
3085 CMake should complain if Accelerated 2D Canvas is explicitly
3086 enabled but cairo-gl is not found.
3088 * Source/cmake/OptionsGTK.cmake:
3090 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3092 [EFL] Add subtle crypto to the build system
3093 https://bugs.webkit.org/show_bug.cgi?id=138612
3095 Reviewed by Csaba Osztrogonác.
3097 * Source/cmake/OptionsEfl.cmake:
3099 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3101 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
3102 https://bugs.webkit.org/show_bug.cgi?id=139085
3104 Reviewed by Andreas Kling.
3106 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
3107 * Source/cmake/WebKitFeatures.cmake: ditto.
3108 * Source/cmakeconfig.h.cmake: ditto.
3110 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
3112 [EFL] Drop support for the EFL 1.7
3113 https://bugs.webkit.org/show_bug.cgi?id=139114
3115 Reviewed by Gyuyoung Kim.
3117 * Source/cmake/EFLHelpers.cmake: Removed.
3118 * Source/cmake/FindEcore.cmake: Removed.
3119 * Source/cmake/FindEdje.cmake: Removed.
3120 * Source/cmake/FindEet.cmake: Removed.
3121 * Source/cmake/FindEeze.cmake: Removed.
3122 * Source/cmake/FindEfreet.cmake: Removed.
3123 * Source/cmake/FindEina.cmake: Removed.
3124 * Source/cmake/FindElementary.cmake: Removed.
3125 * Source/cmake/FindEvas.cmake: Removed.
3126 * Source/cmake/OptionsEfl.cmake:
3128 2014-11-28 Philippe Normand <pnormand@igalia.com>
3130 [CMake] Build failure against GStreamer git master
3131 https://bugs.webkit.org/show_bug.cgi?id=138872
3133 Reviewed by Csaba Osztrogon.
3135 * Source/cmake/FindGStreamer.cmake: Simplified the
3136 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
3137 headers lookup, there's no need to do this manually. Also
3138 explicitely check the version specified in GStreamer_FIND_VERSION.
3140 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
3142 [EFL] Remove E_Dbus dependency
3143 https://bugs.webkit.org/show_bug.cgi?id=136355
3145 Reviewed by Gyuyoung Kim.
3147 * Source/cmake/FindE_DBus.cmake: Removed.
3148 * Source/cmake/OptionsEfl.cmake:
3150 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
3152 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
3154 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3156 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
3158 [CMake] Use ld.gold if it is available to speedup builds
3159 https://bugs.webkit.org/show_bug.cgi?id=137953
3161 Reviewed by Carlos Garcia Campos.
3163 * Source/cmake/OptionsCommon.cmake:
3165 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
3167 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
3168 https://bugs.webkit.org/show_bug.cgi?id=138840
3170 Reviewed by Csaba Osztrogonác.
3172 * Source/cmake/OptionsCommon.cmake:
3174 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
3176 Remove Source/Platform cruft
3177 https://bugs.webkit.org/show_bug.cgi?id=138658
3179 Reviewed by Anders Carlsson.
3182 * Source/Platform: Removed.
3184 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
3186 Enable Cortex-A53-specific code paths by default if core is detected.
3187 https://bugs.webkit.org/show_bug.cgi?id=138499
3189 Reviewed by Csaba Osztrogonác.
3191 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
3192 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
3195 Since on ARM64/Linux the part number that cpuinfo reports depends on
3196 the core the query is run on, the check is bound to and executed on the
3197 available cores one by one.
3199 * Source/cmake/OptionsCommon.cmake:
3201 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3203 [EFL] Remove unnecessary version check from OptionsEfl.cmake
3204 https://bugs.webkit.org/show_bug.cgi?id=138498
3206 Reviewed by Csaba Osztrogonác.
3208 * Source/cmake/OptionsEfl.cmake:
3210 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3212 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
3213 https://bugs.webkit.org/show_bug.cgi?id=138465
3215 Reviewed by Gyuyoung Kim.
3217 * Source/cmake/OptionsEfl.cmake:
3219 2014-11-03 Dean Jackson <dino@apple.com>
3221 Add ENABLE_FILTERS_LEVEL_2 feature guard.
3222 https://bugs.webkit.org/show_bug.cgi?id=138362
3224 Reviewed by Tim Horton.
3226 Add a new feature define for Level 2 of CSS Filters.
3227 http://dev.w3.org/fxtf/filters-2/
3229 * Source/cmake/OptionsEfl.cmake:
3230 * Source/cmake/OptionsGTK.cmake:
3231 * Source/cmake/OptionsMac.cmake:
3232 * Source/cmake/WebKitFeatures.cmake:
3233 * Source/cmakeconfig.h.cmake:
3235 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
3237 Workaround for Cortex-A53 erratum 835769
3238 https://bugs.webkit.org/show_bug.cgi?id=138315
3240 Reviewed by Filip Pizlo.
3242 This patch introduces CMake variable and preprocessor macro
3243 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
3244 code paths, if set true.
3246 * Source/cmake/OptionsCommon.cmake:
3247 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
3249 * Source/cmakeconfig.h.cmake:
3250 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
3252 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
3254 [GTK] Fix the build of FTL JIT
3255 https://bugs.webkit.org/show_bug.cgi?id=138298
3257 Reviewed by Carlos Garcia Campos.
3259 * Source/cmake/OptionsGTK.cmake:
3260 Remove the need for the LIBCXXABI package.
3262 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
3264 REGRESSION(CMake): Make it possible to build without introspection
3265 https://bugs.webkit.org/show_bug.cgi?id=138006
3267 Reviewed by Philippe Normand.
3269 Add ENABLE_INTROSPECTION option.
3271 * Source/PlatformGTK.cmake: Dot not add gir global target if
3272 introspection is disabled.
3273 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
3274 introspection is disabled.
3276 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
3278 [GTK] Support script message handlers WebKitUserContentManager
3279 https://bugs.webkit.org/show_bug.cgi?id=133730
3281 Reviewed by Carlos Garcia Campos.
3283 Support user script message handlers in WebKitUserContentManager.
3284 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
3285 an option is added to the CMake build files. The option is disabled
3286 globally by default, and the WebKitGTK port enables it. On the API
3287 level, two new methods to register and unregister names are provided
3288 in the "window.webkit" namespace, and on message reception the
3289 "WebKitUserContentManager::script-message-received" signal is
3290 emitted, using the registered names as signal detail.
3292 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
3293 ENABLE_USER_MESSAGE_HANDLERS feature by default.
3294 * Source/cmake/WebKitFeatures.cmake: Add feature description for
3295 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
3297 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
3299 [GTK] Bump libsoup's minimum version to 2.42.0.
3300 https://bugs.webkit.org/show_bug.cgi?id=138086
3302 Reviewed by Martin Robinson.
3304 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
3305 soup-version.h header was added to soup.h in 2.41.4, which then becomes
3306 the minimum version required to build the port these days.
3308 In addition, since the autotools build system required 2.42.0 before
3309 being retired, require the same version here. Version 2.42.0 was also
3311 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
3313 * Source/cmake/OptionsGTK.cmake:
3315 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3317 [EFL] Remove unnecessary defines from OptionsEfl.cmake
3318 https://bugs.webkit.org/show_bug.cgi?id=138132
3320 Reviewed by Csaba Osztrogonác.
3322 * Source/cmake/OptionsEfl.cmake:
3324 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
3326 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
3328 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3330 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
3332 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
3333 https://bugs.webkit.org/show_bug.cgi?id=137946
3335 Reviewed by Gyuyoung Kim.
3337 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
3339 * Source/cmake/OptionsEfl.cmake:
3341 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3343 Fix FTL Native Inlining for EFL
3344 https://bugs.webkit.org/show_bug.cgi?id=137774
3346 Reviewed by Michael Saboff.
3348 Updated CMake for FTL Native Inlining.
3351 * Source/cmake/FindClang.cmake: Added.
3352 * Source/cmake/OptionsEfl.cmake:
3353 * Source/cmakeconfig.h.cmake:
3355 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
3357 Web Inspector: Generate all Inspector domains together in JavaScriptCore
3358 https://bugs.webkit.org/show_bug.cgi?id=137748
3360 Reviewed by Brian Burg.
3362 * Source/PlatformEfl.cmake:
3364 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
3366 [GTK] Add initial gestures support
3367 https://bugs.webkit.org/show_bug.cgi?id=137812
3369 Reviewed by Sergio Villar Senin.
3371 Check if the GTK+ version supports gestures or not.
3373 * Source/cmake/FindGTK3.cmake:
3374 * Source/cmake/OptionsGTK.cmake:
3376 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
3378 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
3379 https://bugs.webkit.org/show_bug.cgi?id=137781
3381 Reviewed by Martin Robinson.
3383 We used to enable smooth scrolling unconditionally in autotools
3384 (via WebKitFeatures.m4), but since the switch to CMake it's
3385 unconditionally disabled, so changing the setting doesn't have any
3388 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
3390 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
3392 Removing CUSTOM_PROTOCOLS guard
3393 https://bugs.webkit.org/show_bug.cgi?id=137741
3395 Reviewed by Benjamin Poulain.
3397 * Source/cmake/OptionsEfl.cmake:
3399 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
3401 [EFL] Enable WebP support.
3402 https://bugs.webkit.org/show_bug.cgi?id=136156
3404 Reviewed by Gyuyoung Kim.
3406 Add WebP package finding rule.
3408 * Source/cmake/OptionsEfl.cmake:
3410 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
3412 [EFL] Enable custom URI schemes with CustomProtocols
3413 https://bugs.webkit.org/show_bug.cgi?id=128177
3415 Reviewed by Gyuyoung Kim.
3417 Fixing ewk_context_url_scheme_register() ewebkit2 API
3418 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
3420 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
3422 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
3424 Bump version to 2.7.0
3425 https://bugs.webkit.org/show_bug.cgi?id=137301
3427 Rubber-stamped by Carlos Garcia Campos.
3429 * Source/cmake/OptionsGTK.cmake: Bump version numbers
3431 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3433 [EFL] Rename TEST_THEME_DIR macro
3434 https://bugs.webkit.org/show_bug.cgi?id=137244
3436 Reviewed by Csaba Osztrogonác.
3438 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
3440 2014-09-27 Dan Bernstein <mitz@apple.com>
3442 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
3443 https://bugs.webkit.org/show_bug.cgi?id=137053
3445 Reviewed by Mark Rowe.
3447 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3448 In the build pre-action, pass the --wksi and --llvm options to
3449 copy-webkitlibraries-to-product-directory.
3450 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
3452 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
3454 [GTK] Enable CSS_IMAGE_SET in production builds
3455 https://bugs.webkit.org/show_bug.cgi?id=137142
3457 Reviewed by Alejandro G. Castro.
3459 This is required by the inspector to show some of the icons that
3460 has a HiDPI variant.
3462 * Source/cmake/OptionsGTK.cmake:
3464 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
3466 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
3467 https://bugs.webkit.org/show_bug.cgi?id=136377
3469 Reviewed by Philippe Normand.
3471 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
3472 for CMake versions less than 3.
3474 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
3476 Remove WinCE port from trunk
3477 https://bugs.webkit.org/show_bug.cgi?id=136951
3479 Reviewed by Alex Christensen.
3481 * Source/cmake/OptionsWinCE.cmake: Removed.
3482 * Source/cmake/WebKitPackaging.cmake:
3484 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
3486 [EFL][GTK] Remove WebKit1 related codes
3487 https://bugs.webkit.org/show_bug.cgi?id=136853
3489 Reviewed by Csaba Osztrogonác.
3491 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
3494 * Source/PlatformGTK.cmake:
3496 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3499 https://bugs.webkit.org/show_bug.cgi?id=136820
3501 Reviewed by Csaba Osztrogonác.
3503 * Source/cmake/FindICU.cmake:
3505 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
3507 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
3508 https://bugs.webkit.org/show_bug.cgi?id=136814
3510 Reviewed by Philippe Normand.
3512 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
3513 We bundle the wayland-egl dependency with wayland-client and wayland-server
3514 and store the resulting variables with the WAYLAND_ prefix. Because of this
3515 this line wasn't exporting anything useful.
3517 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
3519 URTBF after r173574.
3521 * Source/cmake/WebKitMacros.cmake:
3523 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
3525 [JavaScriptCore] Fix FTL on platform EFL.
3526 https://bugs.webkit.org/show_bug.cgi?id=133571
3528 Reviewed by Filip Pizlo.
3532 * Source/cmake/FindLIBCXXABI.cmake: Removed.
3533 * Source/cmake/OptionsEfl.cmake:
3535 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3538 https://bugs.webkit.org/show_bug.cgi?id=136571
3540 Reviewed by Darin Adler.
3542 * Source/cmake/OptionsEfl.cmake:
3543 * Source/cmake/OptionsGTK.cmake:
3544 * Source/cmake/OptionsMac.cmake:
3545 * Source/cmake/WebKitFeatures.cmake:
3546 * Source/cmakeconfig.h.cmake:
3548 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3550 Remove CSS_FILTERS flag
3551 https://bugs.webkit.org/show_bug.cgi?id=136529
3553 Reviewed by Dirk Schulze.
3555 * Source/cmake/OptionsEfl.cmake:
3556 * Source/cmake/OptionsGTK.cmake:
3557 * Source/cmake/OptionsMac.cmake:
3558 * Source/cmake/WebKitFeatures.cmake:
3559 * Source/cmakeconfig.h.cmake:
3561 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3563 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
3564 https://bugs.webkit.org/show_bug.cgi?id=136194
3566 Reviewed by Csaba Osztrogonác.
3568 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
3572 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3574 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
3575 https://bugs.webkit.org/show_bug.cgi?id=135560
3577 Reviewed by Gyuyoung Kim.
3579 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
3581 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
3583 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
3584 https://bugs.webkit.org/show_bug.cgi?id=136343
3586 Reviewed by David Kilzer.
3588 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
3590 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3591 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3593 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
3595 [EFL] Share fast/speechsynthesis/ with other ports
3596 https://bugs.webkit.org/show_bug.cgi?id=136224
3598 Reviewed by Chris Fleizach.
3600 Enable WebSpeech for EFL.
3602 * Source/cmake/OptionsEfl.cmake:
3604 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
3606 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
3607 https://bugs.webkit.org/show_bug.cgi?id=136127
3609 Reviewed by Gyuyoung Kim.
3611 Add build support for espeak.
3613 * Source/cmake/FindEspeak.cmake: Added.
3614 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
3616 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
3618 [EFL] Build break using clang
3619 https://bugs.webkit.org/show_bug.cgi?id=136245
3621 Reviewed by Gyuyoung Kim.
3623 * Source/cmake/OptionsEfl.cmake:
3624 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
3625 Some warnings are from system libraries.
3627 2014-08-25 Alberto Garcia <berto@igalia.com>
3629 [GTK] Unify webkitgtk and webkit2gtk directories
3630 https://bugs.webkit.org/show_bug.cgi?id=136209
3632 Reviewed by Carlos Garcia Campos.
3634 Use webkit2gtk-X.X both for the process binaries and the injected
3637 * Source/cmake/OptionsGTK.cmake:
3639 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3641 [EFL] Move Efl specific code from Source/CMakeLists.txt
3642 https://bugs.webkit.org/show_bug.cgi?id=136206
3644 Reviewed by Gyuyoung Kim.
3646 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
3647 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
3649 * Source/CMakeLists.txt:
3650 * Source/cmake/OptionsEfl.cmake:
3652 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3654 [EFL] Introduce DEVELOPER_MODE
3655 https://bugs.webkit.org/show_bug.cgi?id=135884
3657 Reviewed by Gyuyoung Kim.
3659 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
3660 instead of SHARED_CORE.
3661 SHARED_CORE can reduce link time and memory consumption but it is slightly different
3662 from release binary.
3664 * Source/cmake/OptionsEfl.cmake:
3665 * Source/cmake/WebKitHelpers.cmake:
3666 Moved fvisibility=hidden to OptionsEfl.cmake
3668 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
3670 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
3671 https://bugs.webkit.org/show_bug.cgi?id=136110
3673 Reviewed by Gyuyoung Kim.
3675 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
3677 * Source/cmake/OptionsEfl.cmake:
3679 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3681 [EFL] Apply eflsymbols.filter to WebKit2
3682 https://bugs.webkit.org/show_bug.cgi?id=136148
3684 Reviewed by Csaba Osztrogonác.
3686 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
3687 in the eflsymbols.filter.
3689 * Source/cmake/OptionsEfl.cmake:
3690 * Source/cmake/eflsymbols.filter:
3692 2014-08-21 Zalan Bujtas <zalan@apple.com>
3694 Enable SATURATED_LAYOUT_ARITHMETIC.
3695 https://bugs.webkit.org/show_bug.cgi?id=136106
3697 Reviewed by Simon Fraser.
3699 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
3700 (No measurable performance regression on Mac.)
3702 * Source/cmake/OptionsMac.cmake:
3703 * Source/cmake/WebKitFeatures.cmake:
3704 * Source/cmakeconfig.h.cmake:
3706 2014-08-19 Zalan Bujtas <zalan@apple.com>
3708 Remove ENABLE(SUBPIXEL_LAYOUT).
3709 https://bugs.webkit.org/show_bug.cgi?id=136077
3711 Reviewed by Simon Fraser.
3713 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
3715 * Source/cmake/OptionsEfl.cmake:
3716 * Source/cmake/OptionsGTK.cmake:
3717 * Source/cmake/OptionsMac.cmake:
3718 * Source/cmake/WebKitFeatures.cmake:
3719 * Source/cmakeconfig.h.cmake:
3721 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
3723 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
3724 https://bugs.webkit.org/show_bug.cgi?id=135980
3726 Reviewed by Martin Robinson.
3728 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
3729 overrides any other disabled optimization that was prepended to these
3730 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
3731 lists first in the final list of compilation flags.
3733 To avoid -On re-enabling optimizations that we'd like to keep disabled,
3734 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
3736 * Source/cmake/OptionsCommon.cmake:
3737 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
3738 * Source/cmake/OptionsGTK.cmake:
3740 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3742 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
3744 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3746 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
3748 [GTK] Disable memory sampler on non-Linux system
3749 https://bugs.webkit.org/show_bug.cgi?id=134483
3751 Reviewed by Philippe Normand.
3753 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
3754 Linux because it uses many Linux-specific features, so we should disable
3755 memory sampler on other systems by default.
3757 * Source/cmake/OptionsGTK.cmake:
3759 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3761 [GTK] HTML API documentation should also be installed versioned
3762 https://bugs.webkit.org/show_bug.cgi?id=135970
3764 Reviewed by Philippe Normand.
3766 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
3769 2014-08-14 Tomas Popela <tpopela@redhat.com>
3771 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
3772 https://bugs.webkit.org/show_bug.cgi?id=135937
3774 Reviewed by Carlos Garcia Campos.
3778 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3780 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
3781 https://bugs.webkit.org/show_bug.cgi?id=135934
3783 Reviewed by Gustavo Noronha Silva.
3785 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
3786 The gir files should installed in $datadir/gir-1.0/ together with all other
3787 gir files. We don't need to install introspection files in a versioned
3788 directory because their filenames already contain the binary version. But before
3789 r171598, the files were only installed to the right directory if the
3790 gobject-instrospection pkg-config file was in the same prefix than the one we
3791 wanted to install, because the gir and typelibs directories were extracted from
3792 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
3793 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
3794 like we do in the autotools build.
3796 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
3797 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3798 * Source/cmake/OptionsGTK.cmake: Define
3799 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3801 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3803 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
3804 https://bugs.webkit.org/show_bug.cgi?id=135836
3806 Reviewed by Philippe Normand.
3808 * Source/PlatformGTK.cmake: Add install command to also install
3809 the GObject DOM bindings API docs.
3811 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
3813 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
3814 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
3815 re-set CMAKE_C_FLAGS with the new string. The two flags should really
3816 be appended to CMAKE_C_FLAGS and the same variable re-set with the
3819 * Source/cmake/OptionsCommon.cmake:
3821 2014-08-13 Alex Christensen <achristensen@webkit.org>
3823 Progress towards CMake on Mac.
3824 https://bugs.webkit.org/show_bug.cgi?id=135819
3826 Reviewed by Laszlo Gombos.
3828 * Source/cmake/OptionsMac.cmake:
3829 Disable some more features temporarily to get CMake working.
3830 * Source/cmake/WebKitMacros.cmake:
3831 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
3833 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3835 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
3836 https://bugs.webkit.org/show_bug.cgi?id=135798
3838 Reviewed by Philippe Normand.
3840 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
3842 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3843 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3844 https://bugs.webkit.org/show_bug.cgi?id=133317
3846 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3848 Reviewed by Philippe Normand.
3850 No new tests since no new functionality has been added.
3852 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3854 2014-08-11 Commit Queue <commit-queue@webkit.org>
3856 Unreviewed, rolling out r172393.
3857 https://bugs.webkit.org/show_bug.cgi?id=135796
3859 discussion needed about GnuTLS versio