1 2015-12-10 Brent Fulgham <bfulgham@apple.com>
3 [Win] Support building under Cygwin or native Perl
4 https://bugs.webkit.org/show_bug.cgi?id=152145
5 <rdar://problem/23839868>
7 Reviewed by David Kilzer.
9 * Source/cmake/tools/scripts/auto-version.pl: Correct handling of mixed DOS filenames when used in a
13 2015-12-09 Daniel Bates <dabates@apple.com>
15 [iOS] Suspend and resume device motion and device orientation updates when page is hidden and visible, respectively
16 https://bugs.webkit.org/show_bug.cgi?id=151840
17 <rdar://problem/23753931>
19 Reviewed by Simon Fraser.
21 Add a manual test that can be used to verify that we suspend dispatching device motion and
22 device orientation events when the page is hidden.
24 * ManualTests/ios/resources/suspend-orientation-and-motion-events-when-page-becomes-hidden.js: Added.
27 (handleVisibilityChange):
28 * ManualTests/ios/suspend-orientation-and-motion-events-when-page-becomes-hidden.html: Added.
30 2015-12-07 Alex Christensen <achristensen@webkit.org>
32 Fix internal Windows build
33 https://bugs.webkit.org/show_bug.cgi?id=151950
35 Reviewed by Brent Fulgham.
37 * Source/cmake/tools/scripts/auto-version.pl:
39 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
41 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
42 https://bugs.webkit.org/show_bug.cgi?id=150792
44 Reviewed by Saam Barati.
46 * Source/cmake/OptionsWin.cmake:
47 * Source/cmake/WebKitFeatures.cmake:
49 2015-12-01 Commit Queue <commit-queue@webkit.org>
51 Unreviewed, rolling out r192914.
52 https://bugs.webkit.org/show_bug.cgi?id=151734
54 JSC tests for this change are failing on 32 and 64-bit bots
55 (Requested by ryanhaddad on #webkit).
59 "[ES6] Implement LLInt/Baseline Support for ES6 Generators and
61 https://bugs.webkit.org/show_bug.cgi?id=150792
62 http://trac.webkit.org/changeset/192914
64 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
66 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
67 https://bugs.webkit.org/show_bug.cgi?id=150792
69 Reviewed by Saam Barati.
71 * Source/cmake/OptionsWin.cmake:
72 * Source/cmake/WebKitFeatures.cmake:
74 2015-11-23 Carlos Garcia Campos <cgarcia@igalia.com>
76 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release.
78 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
80 2015-11-20 Alex Christensen <achristensen@webkit.org>
82 Remove NETWORK_PROCESS compile flag
83 https://bugs.webkit.org/show_bug.cgi?id=151512
85 Reviewed by Tim Horton.
87 * Source/cmake/OptionsEfl.cmake:
88 * Source/cmake/OptionsGTK.cmake:
89 * Source/cmake/OptionsMac.cmake:
90 * Source/cmake/WebKitFeatures.cmake:
92 2015-11-20 Csaba Osztrogonác <ossy@webkit.org>
94 [EFL] Enable FTL JIT by default on X86_64
95 https://bugs.webkit.org/show_bug.cgi?id=143822
97 Reviewed by Carlos Garcia Campos.
99 * Source/cmake/OptionsEfl.cmake:
101 2015-11-19 Commit Queue <commit-queue@webkit.org>
103 Unreviewed, rolling out r192667 and r192668.
104 https://bugs.webkit.org/show_bug.cgi?id=151476
106 broke api tests (Requested by alexchristensen on #webkit).
110 "Remove the non-NetworkProcess configurations"
111 https://bugs.webkit.org/show_bug.cgi?id=151418
112 http://trac.webkit.org/changeset/192667
114 "Fix GTK Build after r192667."
115 http://trac.webkit.org/changeset/192668
117 2015-11-19 Alex Christensen <achristensen@webkit.org>
119 Remove the non-NetworkProcess configurations
120 https://bugs.webkit.org/show_bug.cgi?id=151418
122 Reviewed by Geoffrey Garen.
124 * Source/cmake/OptionsEfl.cmake:
125 * Source/cmake/OptionsGTK.cmake:
126 * Source/cmake/OptionsMac.cmake:
127 * Source/cmake/WebKitFeatures.cmake:
129 2015-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
131 REGRESSION(r192459): [GTK] User agent string is broken after r192459
132 https://bugs.webkit.org/show_bug.cgi?id=151347
134 Reviewed by Žan Doberšek.
136 Pass UA version numbers as strings to the build.
138 * Source/cmake/OptionsGTK.cmake:
140 2015-11-16 Alex Christensen <achristensen@webkit.org>
142 Fix CMake build and make PluginProcess executable
143 https://bugs.webkit.org/show_bug.cgi?id=151332
145 Reviewed by Tim Horton.
147 * Source/cmake/OptionsMac.cmake:
149 2015-11-16 Carlos Garcia Campos <cgarcia@igalia.com>
151 [GTK] Use FTL by default when LLVM 3.7 is available
152 https://bugs.webkit.org/show_bug.cgi?id=142128
154 Reviewed by Csaba Osztrogonác.
156 Enable FTL by default when architecture is X86_64. It requires
157 LLVM 3.7, but can be disabled manually as a cmake configure
160 * Source/cmake/FindLLVM.cmake: In debian llvm-config is only
161 available if the metapackage is installed and it points to
162 llvm-config-3.5. So, here we check first if the llvm-config is
163 from a recent enough version, and if not we check several
164 llvm-config-<version> programs, so this should work on any distro.
165 * Source/cmake/OptionsGTK.cmake: Enable FTL by default when
166 target architecture is X86_64, and check the LLVM is at least
167 3.7. The option is now public, since we want people to be able to
170 2015-11-11 Anders Carlsson <andersca@apple.com>
172 Enable cross-platform context menus by default
173 https://bugs.webkit.org/show_bug.cgi?id=151173
175 Reviewed by Tim Horton.
177 * Source/cmake/OptionsEfl.cmake:
179 2015-11-12 Csaba Osztrogonác <ossy@webkit.org>
181 Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards
182 https://bugs.webkit.org/show_bug.cgi?id=150972
184 Reviewed by Darin Adler.
186 * Source/cmake/OptionsMac.cmake:
187 * Source/cmake/WebKitFeatures.cmake:
189 2015-11-11 Philippe Normand <pnormand@igalia.com>
191 [GTK][Mac] don't install .frameworks
192 https://bugs.webkit.org/show_bug.cgi?id=151136
194 Reviewed by Alex Christensen.
196 * Source/cmake/WebKitMacros.cmake: Don't install framework files when building the GTK port on Mac.
198 2015-11-10 Pranjal Jumde <pjumde@apple.com>
200 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
201 https://bugs.webkit.org/show_bug.cgi?id=150252
202 <rdar://problem/23149470>
204 Reviewed by Brent Fulgham.
207 * Source/WebCore/editing/ios/EditorIOS.mm
208 * Source/WebCore/editing/mac/EditorMac.mm
209 In Editor::fontForSelection moved the node removal code, so that the
210 node is only removed if style is not NULL.
211 * Source/WebCore/editing/cocoa/EditorCocoa.mm
212 In Editor::styleForSelectionStart checking if the parentNode can
213 accept the styleElement node.
214 * LayoutTests/editing/execCommand/150252.xhtml
215 * LayoutTests/editing/execCommand/150252_minimal.xhtml
216 * LayoutTests/editing/execCommand/150252-expected.txt
217 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
219 2015-11-09 Pranjal Jumde <pjumde@apple.com>
221 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
222 https://bugs.webkit.org/show_bug.cgi?id=150252
223 <rdar://problem/23149470>
225 Reviewed by Brent Fulgham.
227 * Source/WebCore/editing/ios/EditorIOS.mm
228 * Source/WebCore/editing/mac/EditorMac.mm
229 In Editor::fontForSelection moved the node removal code, so that the
230 node is only removed if style is not NULL.
231 * LayoutTests/editing/execCommand/150252.xhtml
232 * LayoutTests/editing/execCommand/150252_minimal.xhtml
233 * LayoutTests/editing/execCommand/150252-expected.txt
234 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
236 2015-11-06 Daniel Bates <dabates@apple.com>
238 Teach Makefile to build LayoutTestRelay when building for iOS Simulator
239 https://bugs.webkit.org/show_bug.cgi?id=150849
241 Reviewed by Alexey Proskuryakov.
243 Add support for overriding the user-provided arguments SDKROOT and ARCHS
244 on a per Makefile basis.
248 2015-11-06 Philippe Normand <pnormand@igalia.com>
250 Unreviewed, GTK build fix after r192095.
252 * Source/cmake/FindGTK3.cmake:
254 2015-11-06 Philip Chimento <philip.chimento@gmail.com> and Michael Catanzaro <mcatanzaro@igalia.com>
256 [GTK] Re-enable Quartz backend on cmake build system
257 https://bugs.webkit.org/show_bug.cgi?id=144561
259 Reviewed by Philippe Normand.
261 * Source/cmake/FindGTK3.cmake: Set GTK3_SUPPORTS_QUARTZ based on
262 the presence of of gtk+-quartz-3.0 module.
263 * Source/cmake/OptionsGTK.cmake: Reintroduce the
264 ENABLE_QUARTZ_TARGET option to the CMake build, for building the
265 GTK+ Quartz backend on OS X.
267 2015-11-05 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
269 Add runtime and compile time flags for enabling Web Animations API and model.
270 https://bugs.webkit.org/show_bug.cgi?id=150914
272 Reviewed by Benjamin Poulain.
274 Add ENABLE_WEB_ANIMATIONS compile time flag, runtime flag webAnimationsEnabled and Expose WK2 preference for runtime flag.
276 * Source/cmake/OptionsWin.cmake:
277 * Source/cmake/WebKitFeatures.cmake:
279 2015-11-03 Brent Fulgham <bfulgham@apple.com>
281 [Win] CMake build update.
283 Rubberstamped by Tim Horton.
285 * Source/PlatformWin.cmake: Add internal tool to build
286 rules for internal use.
288 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
290 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
292 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
294 2015-11-02 Philippe Normand <pnormand@igalia.com>
296 [Mac][GTK] Disable Ninja response file support
297 https://bugs.webkit.org/show_bug.cgi?id=150801
299 Reviewed by Alex Christensen.
301 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
302 support response files, so instruct Ninja to not generate those.
304 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
306 Fix the FTL JIT build with system LLVM on Linux
307 https://bugs.webkit.org/show_bug.cgi?id=150795
309 Reviewed by Filip Pizlo.
311 * Source/cmake/FindLLVM.cmake:
313 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
315 Unreviewed. Bump GTK+ versions numbers.
317 * Source/cmake/OptionsGTK.cmake:
319 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
321 [ES6] Support Generator Syntax
322 https://bugs.webkit.org/show_bug.cgi?id=150769
324 Reviewed by Geoffrey Garen.
326 Added ENABLE_ES6_GENERATORS flag.
328 * Source/cmake/OptionsWin.cmake:
329 * Source/cmake/WebKitFeatures.cmake:
331 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
333 [EFL] Add Shadow DOM feature
334 https://bugs.webkit.org/show_bug.cgi?id=150611
336 Reviewed by Csaba Osztrogonác.
338 * Source/cmake/OptionsEfl.cmake:
339 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
341 2015-10-29 Alex Christensen <achristensen@webkit.org>
344 https://bugs.webkit.org/show_bug.cgi?id=150686
346 Reviewed by Filip Pizlo.
348 * Source/cmake/WebKitMacros.cmake:
350 2015-10-28 Alex Christensen <achristensen@webkit.org>
352 Compile and link with CMake on Mac
353 https://bugs.webkit.org/show_bug.cgi?id=150632
355 Reviewed by Tim Horton.
357 * Source/cmake/OptionsMac.cmake:
359 2015-10-26 Dana Burkart <dburkart@apple.com>
361 `make analyze` should build using the debug configuration
362 https://bugs.webkit.org/show_bug.cgi?id=150571
364 Reviewed by Lucas Forschler.
368 2015-10-26 Philippe Normand <pnormand@igalia.com>
370 Unreviewed, rolling out r191576.
372 broke the http/tests/media tests
376 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
377 https://bugs.webkit.org/show_bug.cgi?id=149594
378 http://trac.webkit.org/changeset/191576
380 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
382 [GStreamer] Bump internal jhbuild versions to 1.6.0
383 https://bugs.webkit.org/show_bug.cgi?id=149594
385 Reviewed by Philippe Normand.
387 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
389 * Source/cmake/FindGStreamer.cmake:
391 2015-10-22 Philippe Normand <pnormand@igalia.com>
393 [GTK][Mac] ICU-related build fixes
394 https://bugs.webkit.org/show_bug.cgi?id=150032
396 Rubber-stamped by Darin Adler.
398 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
400 2015-10-20 Yoav Weiss <yoav@yoav.ws>
402 Rename the PICTURE_SIZES flag to CURRENTSRC
403 https://bugs.webkit.org/show_bug.cgi?id=150275
405 Reviewed by Dean Jackson.
407 * Source/cmake/OptionsEfl.cmake:
408 * Source/cmake/OptionsGTK.cmake:
409 * Source/cmake/OptionsMac.cmake:
410 * Source/cmake/OptionsWin.cmake:
411 * Source/cmake/WebKitFeatures.cmake:
413 2015-10-14 Tomas Popela <tpopela@redhat.com>
415 [GTK][EFL] Fix build with cmake 3.4
416 https://bugs.webkit.org/show_bug.cgi?id=150117
418 Explicitely include the CheckIncludeFiles module before using
419 the CHECK_INCLUDE_FILES command.
421 Reviewed by Žan Doberšek.
423 * Source/cmake/FindOpenGL.cmake:
424 * Source/cmake/FindWebP.cmake:
425 * Source/cmake/OptionsEfl.cmake:
427 2015-10-13 Dean Jackson <dino@apple.com>
429 Device motion and orientation should only be visible from the main frame's security origin
430 https://bugs.webkit.org/show_bug.cgi?id=150072
431 <rdar://problem/23082036>
433 Reviewed by Brent Fulgham.
435 Add a manual test for cross-origin device orientation events, while
436 we're waiting on the mock client to be supported everywhere.
438 * ManualTests/deviceorientation-child-frame.html: Added.
439 * ManualTests/deviceorientation-main-frame-only.html: Added.
441 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
443 [GTK] OSX linker doesn't understand --whole-archive
444 https://bugs.webkit.org/show_bug.cgi?id=144557
446 Reviewed by Martin Robinson.
448 * Source/cmake/OptionsGTK.cmake: Turn the macro
449 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
450 because XCode's linker doesn't have the --whole-archive option.
452 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
454 [GTK] Use --version-script only on Linux
455 https://bugs.webkit.org/show_bug.cgi?id=144555
457 Reviewed by Philippe Normand.
459 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
460 option on Darwin (whose linker doesn't support it.)
462 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
464 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
465 https://bugs.webkit.org/show_bug.cgi?id=149947
467 Reviewed by Csaba Osztrogonác.
469 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
472 * Source/cmake/OptionsMac.cmake:
473 * Source/cmake/OptionsWin.cmake:
474 * Source/cmake/WebKitFeatures.cmake:
476 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
478 Fix ENABLE_OPENGL=OFF builds
479 https://bugs.webkit.org/show_bug.cgi?id=146511
481 Reviewed by Darin Adler.
483 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
484 ENABLE_OPENGL due to EGL usage.
486 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
488 Convert focused-input-should-assist-on-touch.html into an automated test
489 https://bugs.webkit.org/show_bug.cgi?id=149724
491 Reviewed by Simon Fraser.
493 Remove a manual test that can now be rewritten as an automated test.
495 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
497 2015-10-01 Brent Fulgham <bfulgham@apple.com>
499 [Win] Unreviewed CMake build fix.
501 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
502 and make sure exception handling is turned off.
504 2015-09-30 Brent Fulgham <bfulgham@apple.com>
506 [Win] Unreviewed build fix after CMake conversion.
508 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
510 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
512 [GTK][CMake] Warning about CMP0058
513 https://bugs.webkit.org/show_bug.cgi?id=149627
515 Reviewed by Martin Robinson.
517 Opt-in to the new behavior for CMP0058.
521 2015-09-28 Brent Fulgham <bfulgham@apple.com>
523 [Win] Unreviewed build fix for internal systems.
525 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
526 location for include and link libraries, rather than the system locations.
528 2015-09-28 Alex Christensen <achristensen@webkit.org>
530 Build WK1 with CMake on Mac
531 https://bugs.webkit.org/show_bug.cgi?id=149604
533 Reviewed by Chris Dumez.
535 * Source/cmake/OptionsMac.cmake:
536 * Source/cmake/WebKitMacros.cmake:
537 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
539 2015-09-25 Alex Christensen <achristensen@webkit.org>
541 Clean up CMake build on Mac
542 https://bugs.webkit.org/show_bug.cgi?id=149573
544 Reviewed by Chris Dumez.
546 * Source/cmake/OptionsMac.cmake:
548 2015-09-25 Alex Christensen <achristensen@webkit.org>
550 [Win] Switch to CMake
551 https://bugs.webkit.org/show_bug.cgi?id=148111
553 Reviewed by Brent Fulgham.
555 * Source/cmake/WinTools.make: Added.
556 * Source/cmake/tools: Added.
557 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
558 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
560 2015-09-25 Alex Christensen <achristensen@webkit.org>
562 Prepare internal AppleWin build for CMake
563 https://bugs.webkit.org/show_bug.cgi?id=149570
565 Reviewed by Brent Fulgham.
567 * Source/PlatformWin.cmake:
568 Include internal CMake files if they exist.
570 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
572 Add a file of pointer-lock to cmake ports
573 https://bugs.webkit.org/show_bug.cgi?id=149453
575 Reviewed by Csaba Osztrogonác.
577 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
579 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
581 [CMake] Allow to enable OpenMP support.
582 https://bugs.webkit.org/show_bug.cgi?id=149457
584 Reviewed by Csaba Osztrogonác.
586 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
587 will enable the support for OpenMP. Currently this is only used as
588 an alternative implementation to native threads for the parallelization
589 of the SVG filters. But name the option with a generic name (USE_OPENMP)
590 as it could be also used to enable future features that depend on OpenMP.
592 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
594 [EFL] Build break when DEVELOPER_MODE is OFF
595 https://bugs.webkit.org/show_bug.cgi?id=149448
597 Reviewed by Gyuyoung Kim.
599 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
601 * Source/cmake/eflsymbols.filter:
603 2015-09-21 Alex Christensen <achristensen@webkit.org>
605 Disable PICTURE_SIZES in Windows CMake build like r189745.
606 https://bugs.webkit.org/show_bug.cgi?id=149125
608 * Source/cmake/OptionsWin.cmake:
609 Do the same thing as r189745.
611 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
613 Removing XHR_TIMEOUT guard
615 Remove XHR_TIMEOUT compilation guard
616 https://bugs.webkit.org/show_bug.cgi?id=149260
618 Reviewed by Benjamin Poulain.
620 * Source/cmake/OptionsEfl.cmake:
621 * Source/cmake/OptionsGTK.cmake:
622 * Source/cmake/OptionsMac.cmake:
623 * Source/cmake/OptionsWin.cmake:
624 * Source/cmake/WebKitFeatures.cmake:
626 2015-09-18 Alex Christensen <achristensen@webkit.org>
628 Fix tests on Windows after switching to CMake.
629 https://bugs.webkit.org/show_bug.cgi?id=149339
631 Reviewed by Brent Fulgham.
633 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
635 2015-09-17 Alex Christensen <achristensen@webkit.org>
637 Fix Windows EWS build after r189934.
639 * Source/cmake/OptionsWin.cmake:
640 Use WEBKIT_LIBRARIES environment variable if it exists.
641 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
643 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
645 Add ShadowRoot interface and Element.prototype.attachShadow
646 https://bugs.webkit.org/show_bug.cgi?id=149187
648 Reviewed by Antti Koivisto.
650 * Source/cmake/OptionsGTK.cmake:
652 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
654 [cmake] Enable debug fission only if it is supported
655 https://bugs.webkit.org/show_bug.cgi?id=149161
657 Reviewed by Martin Robinson.
659 * Source/cmake/OptionsCommon.cmake:
661 2015-09-14 Alex Christensen <achristensen@webkit.org>
663 Progress towards CMake on Mac.
664 https://bugs.webkit.org/show_bug.cgi?id=149123
666 Reviewed by Chris Dumez.
668 * Source/cmake/OptionsMac.cmake:
669 * Source/cmake/WebKitFeatures.cmake:
670 Defined and enabled some more features needed on Mac.
671 * Source/cmake/WebKitMacros.cmake:
672 Objective C bindings need special changes when generating:
673 Some of the bindings do not generate a .mm file but the header is needed.
674 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
675 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
677 2015-09-08 Daniel Bates <dabates@apple.com>
679 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
680 https://bugs.webkit.org/show_bug.cgi?id=74729
681 <rdar://problem/22550195>
683 Reviewed by Jon Honeycutt.
685 * ManualTests/compositing/resources/composited-subframe.html: Removed.
686 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
688 2015-09-06 Andy Estes <aestes@apple.com>
690 WebKit.xcworkspace should be be able to build iOS platforms
691 https://bugs.webkit.org/show_bug.cgi?id=148881
693 Reviewed by Daniel Bates.
695 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
696 for all supported platforms.
698 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
699 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
701 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
703 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
704 photo library uploads a JPEG
705 https://bugs.webkit.org/show_bug.cgi?id=148849
707 Reviewed by Daniel Bates.
709 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
710 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
711 functionality doesn't exist on iOS, so we'll add a manual test.
712 This tests that the first few bytes of the selected file are "GIF".
714 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
716 Follow-up patch for r189343.
717 https://bugs.webkit.org/show_bug.cgi?id=148795
719 Rubber-stamped by Csaba Osztrogonác.
721 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
722 to 1.9, since this seems to be enough to fix the build failure.
723 And 2.0 may cause problems for developers using some distributions like Ubuntu.
725 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
727 [CMake] Trigger the memory-reduction tricks on armhf too
728 https://bugs.webkit.org/show_bug.cgi?id=146640
730 Reviewed by Csaba Osztrogonác.
732 * Source/cmake/OptionsCommon.cmake:
733 Activate --no-keep-memory even on armhf to reduce the amount of memory
734 needed during linking, to avoid out-of-memory failures as much as
737 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
739 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
740 https://bugs.webkit.org/show_bug.cgi?id=148795
742 Rubber-stamped by Carlos Garcia Campos.
744 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
746 2015-09-02 Alex Christensen <achristensen@webkit.org>
748 Make bison grammar compatible with bison 2.1
749 https://bugs.webkit.org/show_bug.cgi?id=148731
751 Reviewed by Tim Horton.
753 * Source/cmake/WebKitCommon.cmake:
756 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
758 [CMake] Build with Debug Fission on by default on Debug builds.
759 https://bugs.webkit.org/show_bug.cgi?id=148639
761 Reviewed by Martin Robinson.
763 * Source/cmake/OptionsCommon.cmake:
765 2015-08-29 Alex Christensen <achristensen@webkit.org>
767 Unreviewed build fix after r179923.
769 * Source/CMakeLists.txt:
770 bmalloc isn't ported to Windows yet.
772 2015-08-27 Alex Christensen <achristensen@webkit.org>
774 Isolate Source directories in CMake build
775 https://bugs.webkit.org/show_bug.cgi?id=148389
777 Reviewed by Brent Fulgham.
780 * Source/cmake/WebKitCommon.cmake:
781 Move package finding to WebKitCommon.
783 2015-08-26 Per Arne Vollan <peavo@outlook.com>
785 [Win] Build does not generate debug info.
786 https://bugs.webkit.org/show_bug.cgi?id=148431
788 Reviewed by Alex Christensen.
790 Generate debug info for Windows builds.
792 * Source/cmake/OptionsWin.cmake:
794 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
796 [GTK] Disable ACCELERATED_2D_CANVAS by default
797 https://bugs.webkit.org/show_bug.cgi?id=148473
799 Reviewed by Martin Robinson.
801 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
802 but not on Debian (which does not). We've known this was problematic for a while, since it
803 means we have two different sets of distro-dependent bugs, but never decided whether that
804 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
805 have the same bugs everywhere. We can turn this on again for other distros when we're ready
806 to turn it on for Debian.
808 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
811 * Source/cmake/OptionsGTK.cmake:
813 2015-08-25 Commit Queue <commit-queue@webkit.org>
815 Unreviewed, rolling out r188919.
816 https://bugs.webkit.org/show_bug.cgi?id=148452
818 broke build (Requested by alexchristensen on #webkit).
822 "[Win] Build does not generate debug info."
823 https://bugs.webkit.org/show_bug.cgi?id=148431
824 http://trac.webkit.org/changeset/188919
826 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
828 [GTK] r186800 broke the build on Ubuntu 14.04
829 https://bugs.webkit.org/show_bug.cgi?id=147559
831 Reviewed by Martin Robinson.
833 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
834 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
836 2015-08-25 Per Arne Vollan <peavo@outlook.com>
838 [Win] Build does not generate debug info.
839 https://bugs.webkit.org/show_bug.cgi?id=148431
841 Reviewed by Brent Fulgham.
843 Generate debug info for Windows builds.
845 * Source/cmake/OptionsWin.cmake:
847 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
849 [GTK] Auto-detection of cairo-gl fails
850 https://bugs.webkit.org/show_bug.cgi?id=148189
852 Reviewed by Žan Doberšek.
854 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
855 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
856 deemed available, which might not be the case.
857 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
859 2015-08-19 Alex Christensen <achristensen@webkit.org>
861 CMake Windows build should not include files directly from other Source directories
862 https://bugs.webkit.org/show_bug.cgi?id=148198
864 Reviewed by Brent Fulgham.
866 * Source/cmake/WebKitMacros.cmake:
868 2015-08-19 Alex Christensen <achristensen@webkit.org>
870 Build TestWTF on Mac with CMake.
871 https://bugs.webkit.org/show_bug.cgi?id=147972
873 Reviewed by Tim Horton.
875 * Source/cmake/OptionsMac.cmake:
876 Enable API tests in Mac's CMake build.
878 2015-08-18 Alex Christensen <achristensen@webkit.org>
880 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
881 https://bugs.webkit.org/show_bug.cgi?id=148127
883 Reviewed by Martin Robinson.
886 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
888 2015-08-17 Alex Christensen <achristensen@webkit.org>
890 [Win CMake] Allow WebKitLibraries directory to be set from the command line
891 https://bugs.webkit.org/show_bug.cgi?id=148112
893 Reviewed by Brent Fulgham.
895 * Source/cmake/OptionsWin.cmake:
896 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
897 Instead, use the default location if nothing is passed in from the command line.
898 This way we can set it from the command line for the AppleInternal build.
899 Also, set the output directories to be consistent between the old and new build systems (and ninja).
901 2015-08-17 Alex Christensen <achristensen@webkit.org>
903 Build Debug Suffix on Windows with CMake
904 https://bugs.webkit.org/show_bug.cgi?id=148083
906 Reviewed by Brent Fulgham.
908 * Source/cmake/OptionsWin.cmake:
909 Use debug libraries in debug suffix builds.
911 2015-08-17 Alex Christensen <achristensen@webkit.org>
913 Move some commands from ./CMakeLists.txt to Source/cmake
914 https://bugs.webkit.org/show_bug.cgi?id=148003
916 Reviewed by Brent Fulgham.
919 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
920 so we can change directory structure from command line parameters.
921 * Source/cmake/OptionsAppleWin.cmake:
922 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
923 * Source/cmake/OptionsWinCairo.cmake:
924 * Source/cmake/OptionsWindows.cmake: Removed.
925 * Source/cmake/WebKitCommon.cmake: Added.
926 * Source/cmake/WebKitFS.cmake:
928 2015-08-13 Commit Queue <commit-queue@webkit.org>
930 Unreviewed, rolling out r188428.
931 https://bugs.webkit.org/show_bug.cgi?id=148015
933 broke cmake build (Requested by alexchristensen on #webkit).
937 "Move some commands from ./CMakeLists.txt to Source/cmake"
938 https://bugs.webkit.org/show_bug.cgi?id=148003
939 http://trac.webkit.org/changeset/188428
941 2015-08-13 Alex Christensen <achristensen@webkit.org>
943 Move some commands from ./CMakeLists.txt to Source/cmake
944 https://bugs.webkit.org/show_bug.cgi?id=148003
946 Reviewed by Brent Fulgham.
949 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
950 so we can change directory structure from command line parameters.
951 * Source/cmake/WebKitCommon.cmake: Added.
952 * Source/cmake/WebKitFS.cmake:
954 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
956 A focused node should not be assisted when handling touch events synchronously
957 https://bugs.webkit.org/show_bug.cgi?id=147836
959 Reviewed by Enrica Casucci.
961 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
963 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
964 input can still be assisted due to a touch event.
965 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
966 event does not automatically cause us to assist the currently focused node.
968 2015-08-12 Alex Christensen <achristensen@webkit.org>
970 Fix Debug CMake builds on Windows
971 https://bugs.webkit.org/show_bug.cgi?id=147940
973 Reviewed by Chris Dumez.
975 * Source/cmake/OptionsWindows.cmake:
976 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
978 2015-08-10 Alex Christensen <achristensen@webkit.org>
980 Build TestWebKitAPI with CMake on Windows
981 https://bugs.webkit.org/show_bug.cgi?id=147851
983 Reviewed by Chris Dumez.
985 * Source/cmake/OptionsWindows.cmake:
986 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
988 2015-08-06 Alex Christensen <achristensen@webkit.org>
990 [Win] CMake build fix after r188098.
992 * Source/cmake/OptionsWinCairo.cmake:
993 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
995 2015-08-04 Alex Christensen <achristensen@webkit.org>
997 Fix quirks with CMake and VS2015
998 https://bugs.webkit.org/show_bug.cgi?id=147663
1000 Reviewed by Brent Fulgham.
1002 * Source/cmake/OptionsWindows.cmake:
1003 Hide some warnings. Using the same variable names in nested scopes is ok for now.
1004 Disable INTL for now.
1006 2015-08-04 Alex Christensen <achristensen@webkit.org>
1008 Enable WebGL on Windows CMake build.
1009 https://bugs.webkit.org/show_bug.cgi?id=143311
1011 Reviewed by Csaba Osztrogonác.
1013 * Source/cmake/OptionsWindows.cmake:
1014 Enable WebGL by default in CMake builds now that it works.
1016 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
1018 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
1019 https://bugs.webkit.org/show_bug.cgi?id=147625
1021 Reviewed by Martin Robinson.
1023 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
1024 components unless they were actually found, not to accidentally
1025 enable Accelerated 2D canvas, which would cause the build to fail.
1027 * Source/cmake/FindCairoGL.cmake: Set this variables only when
1028 pkg_check_modules() had actually found the relevant component.
1030 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
1032 [CMake] Add an option to build AllInOne files
1033 https://bugs.webkit.org/show_bug.cgi?id=102647
1035 Reviewed by Alex Christensen.
1037 * Source/cmake/OptionsEfl.cmake: Disabled by default.
1038 * Source/cmake/OptionsGTK.cmake: Disabled by default.
1039 * Source/cmake/OptionsWindows.cmake: Enabled by default.
1040 * Source/cmake/WebKitFeatures.cmake:
1041 * Source/cmake/WebKitMacros.cmake:
1043 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
1045 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
1047 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1049 2015-07-31 Alex Christensen <achristensen@webkit.org>
1051 Prepare for debug CMake builds on Windows.
1052 https://bugs.webkit.org/show_bug.cgi?id=147484
1054 Reviewed by Tim Horton.
1056 * Source/cmake/OptionsWindows.cmake:
1057 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
1059 2015-07-30 Joonghun Park <jh718.park@samsung.com>
1061 [EFL] Enable IndexedDB based on DatabaseProcess
1062 https://bugs.webkit.org/show_bug.cgi?id=147221
1064 Reviewed by Csaba Osztrogonác.
1066 * Source/cmake/OptionsEfl.cmake:
1068 2015-07-30 Alex Christensen <achristensen@webkit.org>
1070 Build AppleWin port with CMake
1071 https://bugs.webkit.org/show_bug.cgi?id=147385
1073 Reviewed by Martin Robinson.
1075 * Source/cmake/OptionsWindows.cmake:
1076 Use the static multithreaded runtime. Based on
1077 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
1079 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
1081 Implement basic types for ECMAScript Internationalization API
1082 https://bugs.webkit.org/show_bug.cgi?id=146926
1084 Reviewed by Benjamin Poulain.
1086 Enable flag now that the basic objects are in place.
1088 * Source/cmake/WebKitFeatures.cmake: enable INTL
1090 2015-07-29 Basile Clement <basile_clement@apple.com>
1092 Remove native call inlining
1093 https://bugs.webkit.org/show_bug.cgi?id=147417
1095 Rubber-stamped by Filip Pizlo.
1097 * Source/cmake/OptionsEfl.cmake:
1098 * Source/cmake/WebKitFeatures.cmake:
1100 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
1102 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
1103 https://bugs.webkit.org/show_bug.cgi?id=147350
1105 Reviewed by Sam Weinig.
1107 * Source/cmake/WebKitFeatures.cmake:
1109 2015-07-27 Alex Christensen <achristensen@webkit.org>
1111 Use Ninja on Windows.
1112 https://bugs.webkit.org/show_bug.cgi?id=147228
1114 Reviewed by Martin Robinson.
1116 * Source/cmake/OptionsWindows.cmake:
1117 Only use /MP when using generated Visual Studio solution files to build.
1118 It makes compiling parallel in MSVC, but Ninja doesn't like it.
1120 2015-07-27 Alex Christensen <achristensen@webkit.org>
1122 Progress towards building AppleWin with CMake
1123 https://bugs.webkit.org/show_bug.cgi?id=147325
1125 Reviewed by Martin Robinson.
1127 * Source/cmake/OptionsWindows.cmake:
1128 Link with 64-bit libraries if building 64-bit binaries.
1129 Don't run regular expressions on empty strings when using Ninja.
1130 Removed DebugSuffix Visual Studio environment variables.
1132 2015-07-23 Alex Christensen <achristensen@webkit.org>
1134 Remove compile and runtime flags for promises.
1135 https://bugs.webkit.org/show_bug.cgi?id=147244
1137 Reviewed by Yusuke Suzuki.
1139 * Source/cmake/OptionsMac.cmake:
1140 * Source/cmake/OptionsWindows.cmake:
1141 * Source/cmake/WebKitFeatures.cmake:
1143 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
1145 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
1146 https://bugs.webkit.org/show_bug.cgi?id=147212
1148 Reviewed by Filip Pizlo.
1150 * Source/cmake/WebKitFeatures.cmake:
1152 2015-07-22 Alex Christensen <achristensen@webkit.org>
1154 Fix quirks in CMake build on Mac and Windows
1155 https://bugs.webkit.org/show_bug.cgi?id=147174
1157 Reviewed by Gyuyoung Kim.
1160 * Source/cmake/OptionsWindows.cmake:
1161 Added options I removed in r187022. They are indeed needed.
1162 * Source/cmake/WebKitFS.cmake:
1163 Make the DerivedSources/WebKit directory.
1165 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1167 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
1169 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1171 2015-07-20 Alex Christensen <achristensen@webkit.org>
1173 Resurrect CMake build on Windows.
1174 https://bugs.webkit.org/show_bug.cgi?id=147083
1176 Reviewed by Gyuyoung Kim.
1178 * Source/cmake/OptionsCommon.cmake:
1179 * Source/cmake/OptionsWindows.cmake:
1180 Change features to get it to compile. Still not a complete feature set.
1182 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
1184 [GTK] Add seccomp filters support
1185 https://bugs.webkit.org/show_bug.cgi?id=110014
1187 Reviewed by Žan Doberšek.
1189 Find needed compiler and linker flags for libseccomp.
1191 * Source/cmake/OptionsGTK.cmake:
1193 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
1195 Bring back the GNU ar check to create thin archives on non-Linux systems
1196 https://bugs.webkit.org/show_bug.cgi?id=146681
1198 Reviewed by Martin Robinson.
1200 We already use GNU ar thin archive feature to save time and disk space
1201 on creating static archives, but it is only enabled on Linux. Without
1202 this feature, the debug build of WebCore can be larger than 4 GiB,
1203 which can cause error because GNU ar format uses 32-bit integer to
1204 store offsets in the symbol table. This patch is similar to
1205 https://bugs.webkit.org/show_bug.cgi?id=128596.
1207 * Source/cmake/OptionsCommon.cmake:
1209 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
1211 [GTK] [Wayland] Build by default the X11 and Wayland targets.
1212 https://bugs.webkit.org/show_bug.cgi?id=146057
1214 Reviewed by Carlos Garcia Campos.
1216 * Source/cmake/OptionsGTK.cmake:
1218 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
1220 [GTK] ar warning when linking static libraries
1221 https://bugs.webkit.org/show_bug.cgi?id=144988
1223 Reviewed by Carlos Garcia Campos.
1225 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
1226 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
1227 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
1228 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
1229 should either stop using 'u' or else add 'U' as well in order to disable deterministic
1230 archives. Using 'U' should result in a somewhat faster build (at least when using the
1231 Makefile generator), but it's unlikely that the difference is significant, so let's simply
1232 remove 'u' until someone determines otherwise. This seems like a better option than adding
1233 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
1234 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
1235 behavior change on distributions that do not use --enable-deterministic-archives, notably
1238 * Source/cmake/OptionsCommon.cmake:
1240 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
1242 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
1243 https://bugs.webkit.org/show_bug.cgi?id=146590
1245 Reviewed by Martin Robinson.
1247 * Source/PlatformGTK.cmake: override the cached variables to
1248 forcefully disable gtk-doc and gobject-introspection when
1250 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
1251 documentation syntax when cross-building.
1254 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
1256 [EFL] test_ewk2_application_cache_manager has been failed since r185527
1257 https://bugs.webkit.org/show_bug.cgi?id=146016
1259 Reviewed by Gyuyoung Kim.
1261 In order to handle properly WebApplicationCacheManagerProxy implementation which use
1262 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
1263 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
1265 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
1267 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
1269 Implement ECMAScript Internationalization API
1270 https://bugs.webkit.org/show_bug.cgi?id=90906
1272 Reviewed by Benjamin Poulain.
1274 Begin implementing the Intl apis behind ENABLE_INTL flag.
1275 Create the base Intl namespace object.
1277 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
1279 2015-06-30 Philippe Normand <pnormand@igalia.com>
1281 [CMake] Error when gst-plugins-base is missing is too confusing
1282 https://bugs.webkit.org/show_bug.cgi?id=145682
1284 Reviewed by Carlos Garcia Campos.
1286 * Source/cmake/OptionsGTK.cmake: Error out if the required
1287 GStreamer libraries are not found on the host.
1289 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
1291 CairoGL should be checked unconditionally
1292 https://bugs.webkit.org/show_bug.cgi?id=146390
1294 Reviewed by Darin Adler.
1296 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
1297 it is run unconditionally; this is necessary because its result
1298 is used later on, outside of any conditions.
1300 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
1302 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
1303 https://bugs.webkit.org/show_bug.cgi?id=146318
1305 Reviewed by Sergio Villar Senin.
1307 Enable PUBLIC_SUFFIX_LIST for GTK+.
1309 * Source/cmake/OptionsGTK.cmake:
1311 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
1313 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
1315 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1317 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
1319 [EFL] Hyphenation is not supported
1320 https://bugs.webkit.org/show_bug.cgi?id=89830
1322 Reviewed by Gyuyoung Kim.
1324 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
1326 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
1328 [CMake] Add support for building with various sanitizer tools
1329 https://bugs.webkit.org/show_bug.cgi?id=131941
1331 Reviewed by Martin Robinson.
1333 * Source/PlatformGTK.cmake: Don't generate any documentation
1334 when compiling with sanitizers enabled.
1335 * Source/cmake/OptionsCommon.cmake: Allow linking with
1336 undefined symbols when compiling with sanitizers enabled.
1338 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
1340 libwebkit2gtk fails to link without opengl
1341 https://bugs.webkit.org/show_bug.cgi?id=138332
1343 Reviewed by Carlos Garcia Campos.
1345 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
1346 enabled regardless of whether OpenGL is, because certain symbols
1347 such as WebCore::GraphicsLayer::create() need to be built.
1349 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
1351 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
1352 https://bugs.webkit.org/show_bug.cgi?id=146181
1354 Reviewed by Martin Robinson.
1356 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
1358 * Source/cmake/OptionsGTK.cmake:
1360 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
1362 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
1363 https://bugs.webkit.org/show_bug.cgi?id=146171
1365 Reviewed by Gyuyoung Kim.
1367 * Source/cmake/OptionsEfl.cmake:
1368 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
1370 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
1372 [CMake] FindGTK3.cmake should not modify the values of build options
1373 https://bugs.webkit.org/show_bug.cgi?id=144613
1375 Reviewed by Martin Robinson.
1377 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
1378 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
1379 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
1380 GTK3_SUPPORTS_GESTURES for consistency.
1381 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
1382 available. It's not possible to automatically select a backend correctly anymore, since all
1383 options are set at the same time.
1385 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
1387 Remove unnecessary svn:executable flags
1388 https://bugs.webkit.org/show_bug.cgi?id=146107
1390 Reviewed by Alexey Proskuryakov.
1392 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
1393 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
1394 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
1395 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
1396 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
1398 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
1400 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
1401 https://bugs.webkit.org/show_bug.cgi?id=146108
1403 Reviewed by Gyuyoung Kim.
1405 * Source/cmake/OptionsEfl.cmake:
1407 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
1409 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
1410 https://bugs.webkit.org/show_bug.cgi?id=146035
1412 Reviewed by Gyuyoung Kim.
1414 * Source/cmake/OptionsEfl.cmake:
1416 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
1418 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
1419 https://bugs.webkit.org/show_bug.cgi?id=145701
1421 Reviewed by Darin Adler.
1423 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
1425 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
1427 [iOS] Crash long pressing on <input type=file>
1428 https://bugs.webkit.org/show_bug.cgi?id=146009
1429 <rdar://problem/21234453>
1431 Reviewed by Ryosuke Niwa.
1433 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
1435 2015-06-16 Brent Fulgham <bfulgham@apple.com>
1437 Rollout accidental Xcode project change.
1439 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1441 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1443 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
1444 https://bugs.webkit.org/show_bug.cgi?id=145909
1446 Reviewed by Csaba Osztrogonác.
1448 Bump EWebKit version based on efl library version used by the EWebKit.
1450 * Source/cmake/OptionsEfl.cmake:
1452 2015-06-11 Commit Queue <commit-queue@webkit.org>
1454 Unreviewed, rolling out r185453.
1455 https://bugs.webkit.org/show_bug.cgi?id=145881
1457 it broke the 32-bit build (Requested by clopez on #webkit).
1461 "[GTK] [Wayland] Should be possible to build with support for
1462 both X11 and Wayland."
1463 https://bugs.webkit.org/show_bug.cgi?id=145701
1464 http://trac.webkit.org/changeset/185453
1466 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
1468 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
1469 https://bugs.webkit.org/show_bug.cgi?id=145701
1471 Reviewed by Žan Doberšek.
1473 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
1475 2015-06-03 Daniel Bates <dabates@apple.com>
1477 Caps lock indicator should not be shown in read-only or disabled field
1478 https://bugs.webkit.org/show_bug.cgi?id=145612
1479 <rdar://problem/21227454>
1481 Reviewed by Darin Adler.
1483 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
1484 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
1485 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
1487 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
1489 [cmake] Suppress parentheses-equality warnings
1490 https://bugs.webkit.org/show_bug.cgi?id=145126
1492 Reviewed by Darin Adler.
1494 * Source/cmake/WebKitHelpers.cmake:
1496 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
1498 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
1499 https://bugs.webkit.org/show_bug.cgi?id=145408
1501 Reviewed by Carlos Garcia Campos.
1503 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
1504 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
1505 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
1507 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
1508 libraries. Detect also GLX libraries.
1509 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
1510 libraries. Use find_path() to get the include path.
1511 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
1513 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
1514 depending on the libraries found on the system.
1515 Move the detection of GLX (and the include of CMakePushCheckState)
1516 to FindOpenGL.cmake.
1517 Ensure that we only define USE_GLX when we build with OpenGL
1518 (but not with GLESv2).
1520 2015-05-27 Dean Jackson <dino@apple.com>
1522 img.currentSrc problem in strict mode with old picturefill
1523 https://bugs.webkit.org/show_bug.cgi?id=144095
1524 <rdar://problem/21087013>
1526 Reviewed by Simon Fraser.
1528 Add a PICTURE_SIZES flag.
1530 * Source/cmake/OptionsEfl.cmake:
1531 * Source/cmake/OptionsGTK.cmake:
1532 * Source/cmake/OptionsMac.cmake:
1533 * Source/cmake/OptionsWindows.cmake:
1534 * Source/cmake/WebKitFeatures.cmake:
1536 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
1538 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
1540 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1542 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1544 Unreviewed. Export DatabaseProcessMainUnix symbol.
1546 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
1547 is exported in production builds.
1549 * Source/cmake/gtksymbols.filter:
1551 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1553 [GTK] Enable IndexedDB
1554 https://bugs.webkit.org/show_bug.cgi?id=98932
1556 Reviewed by Žan Doberšek.
1558 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
1559 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
1561 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
1563 [GTK] Bump GCC requirements to 4.9.0
1564 https://bugs.webkit.org/show_bug.cgi?id=145211
1566 Reviewed by Žan Doberšek.
1568 It's required to build with IndexedDB support when using GCC,
1569 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
1571 * Source/cmake/OptionsGTK.cmake:
1573 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
1575 [CMake] Ignore warnings in system headers
1576 https://bugs.webkit.org/show_bug.cgi?id=144747
1578 Reviewed by Darin Adler.
1580 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
1581 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
1582 use the SYSTEM argument to the command (added in 2.8.12).
1586 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
1588 [CMake] Error out when ruby is too old
1589 https://bugs.webkit.org/show_bug.cgi?id=145014
1591 Reviewed by Martin Robinson.
1593 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
1598 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
1600 [GTK] Enable plugin-related CMake options and variables for the X11 target only
1601 https://bugs.webkit.org/show_bug.cgi?id=144995
1603 Reviewed by Carlos Garcia Campos.
1605 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
1606 the X11 windowing target at the moment, so the following options
1607 and variables should be enabled or disabled accordingly:
1608 - ENABLE_PLUGIN_PROCESS_GTK2
1609 - ENABLE_NETSCAPE_PLUGIN_API
1610 - ENABLE_PLUGIN_PROCESS
1612 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
1614 Linker fails without -DDEVELOPER_MODE=ON
1615 https://bugs.webkit.org/show_bug.cgi?id=144117
1617 Reviewed by Gyuyoung Kim.
1619 * Source/cmake/OptionsEfl.cmake:
1620 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
1621 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
1623 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
1625 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
1626 https://bugs.webkit.org/show_bug.cgi?id=144846
1628 Reviewed by Martin Robinson.
1630 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
1631 CAIRO_GL_* throughout, because find_package will define
1633 * Source/cmake/OptionsGTK.cmake: Ditto.
1635 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
1637 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
1638 https://bugs.webkit.org/show_bug.cgi?id=144845
1640 Reviewed by Martin Robinson.
1642 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
1643 if their corresponding WTF options are ON. The code in npapi.h
1644 relies on these being undefined if they are to be switched off.
1646 2015-05-09 Yoav Weiss <yoav@yoav.ws>
1648 Remove the PICTURE_SIZES build flag
1649 https://bugs.webkit.org/show_bug.cgi?id=144679
1651 Reviewed by Benjamin Poulain.
1653 Removed the PICTURE_SIZES build time flag.
1655 * Source/cmake/OptionsEfl.cmake:
1656 * Source/cmake/OptionsGTK.cmake:
1657 * Source/cmake/OptionsMac.cmake:
1658 * Source/cmake/OptionsWindows.cmake:
1659 * Source/cmake/WebKitFeatures.cmake:
1661 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
1663 [GTK] [CMake] Check for required X libraries
1664 https://bugs.webkit.org/show_bug.cgi?id=144823
1666 Reviewed by Martin Robinson.
1668 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
1670 * Source/cmake/OptionsGTK.cmake:
1672 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
1674 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1675 https://bugs.webkit.org/show_bug.cgi?id=144746
1677 Reviewed by Carlos Garcia Campos.
1679 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1680 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
1681 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
1683 * Source/cmake/OptionsGTK.cmake:
1685 2015-05-08 Daniel Bates <dabates@apple.com>
1687 [iOS] WebSQL operations are not performed after device is locked
1688 https://bugs.webkit.org/show_bug.cgi?id=137503
1689 <rdar://problem/20844952>
1691 Rubber-stamped by Alexey Proskuryakov.
1693 Add a manual test to help verify that we do not regress this issue.
1695 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
1697 2015-05-08 Commit Queue <commit-queue@webkit.org>
1699 Unreviewed, rolling out r183945.
1700 https://bugs.webkit.org/show_bug.cgi?id=144789
1702 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
1706 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
1707 https://bugs.webkit.org/show_bug.cgi?id=144746
1708 http://trac.webkit.org/changeset/183945
1710 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
1712 Cleanup after r183940
1713 https://bugs.webkit.org/show_bug.cgi?id=144768
1717 Looks like the empty directories were not deleted.
1719 * Source/PAL: Removed.
1720 * Source/PAL/Configurations: Removed.
1721 * Source/PAL/PAL.xcodeproj: Removed.
1722 * Source/PAL/graphics: Removed.
1724 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
1726 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1727 https://bugs.webkit.org/show_bug.cgi?id=144746
1729 Reviewed by Martin Robinson.
1731 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1732 what it is defined to, so defining it to 0 effectively turned it on always.
1734 * Source/cmake/OptionsGTK.cmake:
1736 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1738 Revert "Introducing the Platform Abstraction Layer (PAL)"
1739 https://bugs.webkit.org/show_bug.cgi?id=144751
1743 PAL should be a new target inside WebCore, rather than a top-level folder.
1745 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1747 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
1749 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
1751 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1753 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1755 Introducing the Platform Abstraction Layer (PAL)
1756 https://bugs.webkit.org/show_bug.cgi?id=143358
1758 Reviewed by Simon Fraser.
1760 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1762 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
1764 [cmake] Disable GNU Gold linker on Cortex A53
1765 https://bugs.webkit.org/show_bug.cgi?id=144382
1767 Reviewed by Carlos Garcia Campos.
1769 * Source/cmake/OptionsCommon.cmake:
1771 2015-05-01 Martin Robinson <mrobinson@igalia.com>
1773 USE(...) macro should expect unprefixed variables
1774 https://bugs.webkit.org/show_bug.cgi?id=144454
1776 Reviewed by Daniel Bates.
1778 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
1779 * Source/cmake/OptionsEfl.cmake: Ditto.
1780 * Source/cmake/OptionsGTK.cmake: Ditto.
1781 * Source/cmake/OptionsMac.cmake: Ditto.
1782 * Source/cmake/OptionsWinCairo.cmake: Ditto.
1783 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
1786 2015-04-30 Martin Robinson <mrobinson@igalia.com>
1788 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
1789 https://bugs.webkit.org/show_bug.cgi?id=144394
1791 Reviewed by Carlos Garcia Campos.
1793 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
1794 is that it fixes the redirected XComposite window for GTK+, which was accidentally
1795 disabled in previous reworking of the CMake configuration.
1797 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
1798 version of USE variables.
1799 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
1800 is exposed to the build.
1802 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
1804 Unreviewed. Bump GTK+ version numbers.
1806 * Source/cmake/OptionsGTK.cmake:
1808 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1810 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
1811 https://bugs.webkit.org/show_bug.cgi?id=144435
1813 Reviewed by Gyuyoung Kim.
1815 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
1816 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
1818 * Source/cmake/OptionsEfl.cmake:
1820 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
1822 REGRESSION(183583): [Mac] make without SDKROOT has issues
1823 https://bugs.webkit.org/show_bug.cgi?id=144431
1825 Reviewed by Dan Bernstein.
1828 Assume an empty SDKROOT means an macosx variant, so only
1829 enable settings if the SDKROOT is not empty and does not
1832 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1834 Fix the GTK+ build after r183584
1836 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
1838 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1840 [GTK] Add support for automatic hyphenation
1841 https://bugs.webkit.org/show_bug.cgi?id=44478
1843 Reviewed by Carlos Garcia Campos.
1845 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
1846 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
1847 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
1849 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
1851 Failure when building WebKit for appletvsimulator.
1852 https://bugs.webkit.org/show_bug.cgi?id=144356
1854 Reviewed by Alexey Proskuryakov.
1856 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
1857 make TVOS and WatchOS behave correctly.
1861 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1863 [CMake] [GTK] Organize and clean up unused CMake variables
1864 https://bugs.webkit.org/show_bug.cgi?id=144364
1866 Reviewed by Gyuyoung Kim.
1868 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
1869 specific to certain projects into their PlatformGTK.cmake files.
1871 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1873 [EFL] Build failure to find gio-unix
1874 https://bugs.webkit.org/show_bug.cgi?id=144083
1876 Reviewed by Gyuyoung Kim.
1878 Original patch by Doug Newgard <scimma22@outlook.com>
1880 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
1882 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
1884 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
1885 https://bugs.webkit.org/show_bug.cgi?id=143001
1887 Reviewed by Gyuyoung Kim.
1889 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
1890 * Source/cmake/OptionsGTK.cmake: Ditto.
1892 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1894 Unreviewed, fix typo in previous commit
1896 libsecretr -> libsecret in the error message.
1898 * Source/cmake/OptionsGTK.cmake:
1900 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1902 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
1903 https://bugs.webkit.org/show_bug.cgi?id=143546
1905 Reviewed by Martin Robinson.
1907 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
1908 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
1909 default. Fail the build with an informative error message if an optional dependency required
1910 for an enabled feature is not present. Perform find_package commands only when necessary.
1911 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
1914 * Source/cmake/OptionsGTK.cmake:
1916 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1918 [GTK] Make all options actually options
1919 https://bugs.webkit.org/show_bug.cgi?id=144106
1921 Reviewed by Martin Robinson.
1923 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
1924 ENABLE_WAYLAND_TARGET.
1926 * Source/cmake/OptionsGTK.cmake:
1928 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1930 Unreviewed, fix GTK build after r183452
1932 * Source/cmake/OptionsGTK.cmake:
1934 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1936 [GTK] Add one single option to control all OpenGL-related options
1937 https://bugs.webkit.org/show_bug.cgi?id=144105
1939 Reviewed by Martin Robinson.
1941 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
1942 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
1943 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
1944 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
1945 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
1946 presence of CairoGL.
1948 * Source/cmake/OptionsGTK.cmake:
1950 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1952 [GTK] ENABLE_SMOOTH_SCROLLING should be private
1953 https://bugs.webkit.org/show_bug.cgi?id=144306
1955 Reviewed by Martin Robinson.
1957 Make ENABLE_SMOOTH_SCROLLING private instead of public.
1959 * Source/cmake/OptionsGTK.cmake:
1961 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1963 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
1964 https://bugs.webkit.org/show_bug.cgi?id=144193
1966 Reviewed by Darin Adler.
1968 * Source/cmake/OptionsEfl.cmake:
1969 * Source/cmake/OptionsGTK.cmake:
1970 * Source/cmake/OptionsWinCairo.cmake:
1971 * Source/cmake/WebKitFeatures.cmake:
1973 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1975 [CMake] Should be possible for an option to conflict with other options
1976 https://bugs.webkit.org/show_bug.cgi?id=143956
1978 Reviewed by Martin Robinson.
1980 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
1982 * Source/cmake/WebKitFeatures.cmake:
1984 2015-04-22 Martin Robinson <mrobinson@igalia.com>
1986 [CMake] Autogenerate cmakeconfig.h.cmake
1987 https://bugs.webkit.org/show_bug.cgi?id=143997
1989 Reviewed by Csaba Osztrogonác.
1991 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
1992 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
1993 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
1994 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
1995 Do some other miscellaneous related cleanup.
1996 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
1997 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
1998 build exposed variables. Add a macro to generate a configuration from them.
1999 * Source/cmakeconfig.h.cmake: Removed.
2001 2015-04-24 Philippe Normand <pnormand@igalia.com>
2003 [JHBuild] Move to upstream OpenWebRTC
2004 https://bugs.webkit.org/show_bug.cgi?id=144145
2006 Reviewed by Carlos Garcia Campos.
2008 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
2011 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
2013 [ES6] Implement ES6 template literals
2014 https://bugs.webkit.org/show_bug.cgi?id=142691
2016 Reviewed by Darin Adler.
2018 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
2020 * Source/cmake/WebKitFeatures.cmake:
2021 * Source/cmakeconfig.h.cmake:
2023 2015-04-25 Martin Robinson <mrobinson@igalia.com>
2025 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
2026 https://bugs.webkit.org/show_bug.cgi?id=144182
2028 Reviewed by Simon Fraser.
2030 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2031 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2032 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2033 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2034 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2036 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2038 [GTK] Add more public options
2039 https://bugs.webkit.org/show_bug.cgi?id=144116
2041 Reviewed by Martin Robinson.
2043 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
2045 * Source/cmake/OptionsGTK.cmake:
2047 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2049 [CMake] Some internal variables are not marked as advanced
2050 https://bugs.webkit.org/show_bug.cgi?id=143595
2052 Reviewed by Martin Robinson.
2054 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
2055 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
2057 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2059 [GTK] Mark as advanced the build options we don't want to expose
2060 https://bugs.webkit.org/show_bug.cgi?id=143558
2062 Reviewed by Martin Robinson.
2064 Mark various options as private instead of public.
2066 * Source/cmake/OptionsGTK.cmake:
2068 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2070 [CMake] Should be possible for an option to depend on multiple options
2071 https://bugs.webkit.org/show_bug.cgi?id=143839
2073 Reviewed by Martin Robinson.
2075 Use a list instead of a single variable to track the dependencies of each option. Iterate
2076 over the list as many times as necessary to ensure all options are properly disabled.
2078 * Source/cmake/WebKitFeatures.cmake:
2080 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2082 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
2083 https://bugs.webkit.org/show_bug.cgi?id=144103
2085 Reviewed by Martin Robinson.
2087 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
2089 * Source/cmake/WebKitFeatures.cmake:
2091 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2093 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
2094 https://bugs.webkit.org/show_bug.cgi?id=144102
2096 Reviewed by Martin Robinson.
2098 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
2099 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
2100 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
2102 * Source/cmake/OptionsGTK.cmake:
2104 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2106 [CMake] Clean up JSC JIT options
2107 https://bugs.webkit.org/show_bug.cgi?id=143998
2109 Reviewed by Filip Pizlo.
2111 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
2112 define for ENABLE_FTL_NATIVE_CALL_INLINING.
2113 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
2114 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
2115 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
2116 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
2118 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2120 [CMake] Use lowercase for local variables in macros
2121 https://bugs.webkit.org/show_bug.cgi?id=144059
2123 Reviewed by Martin Robinson.
2125 Convert some variable names to lowercase.
2127 * Source/cmake/WebKitFeatures.cmake:
2129 2015-04-22 Commit Queue <commit-queue@webkit.org>
2131 Unreviewed, rolling out r183116.
2132 https://bugs.webkit.org/show_bug.cgi?id=144060
2134 Inadvertently deleted a file... (Requested by mcatanzaro on
2139 "[CMake] Use lowercase for local variables in macros"
2140 https://bugs.webkit.org/show_bug.cgi?id=144059
2141 http://trac.webkit.org/changeset/183116
2143 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2145 [CMake] Use lowercase for local variables in macros
2146 https://bugs.webkit.org/show_bug.cgi?id=144059
2148 Reviewed by Martin Robinson.
2150 Convert some variable names to lowercase.
2152 * Source/cmake/WebKitFeatures.cmake:
2154 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2156 [CMake] Features list should print dots every other row
2157 https://bugs.webkit.org/show_bug.cgi?id=143832
2159 Reviewed by Martin Robinson.
2161 Discount private options when determining whether to print dots on a given row of the
2162 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
2163 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
2164 wasn't noticed because it only affects the first line, and use of the variable name as a
2165 string in a conditional.)
2167 * Source/cmake/WebKitFeatures.cmake:
2169 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2171 [CMake] Require specifying visibility of WebKit options
2172 https://bugs.webkit.org/show_bug.cgi?id=143831
2174 Reviewed by Alex Christensen.
2176 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
2177 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
2178 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
2179 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
2180 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
2181 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
2182 cross-platform options as PRIVATE.
2184 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2186 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
2187 https://bugs.webkit.org/show_bug.cgi?id=143935
2189 Reviewed by Darin Adler.
2191 Some variables aren't defined in these files or unused variables aren't removed. This
2192 patch cleans up it as well as fix wrong alphabet order.
2194 * Source/cmake/WebKitFeatures.cmake:
2195 * Source/cmakeconfig.h.cmake:
2197 2015-04-19 Simon Fraser <simon.fraser@apple.com>
2199 Restore the WebKit.xcworkspace to the way it was before r182899,
2200 which inadvertently added the Source directory and a couple of source
2203 * WebKit.xcworkspace/contents.xcworkspacedata:
2205 2015-04-16 Basile Clement <basile_clement@apple.com>
2207 Extract the allocation profile from JSFunction into a rare object
2208 https://bugs.webkit.org/show_bug.cgi?id=143807
2210 Reviewed by Filip Pizlo.
2212 * WebKit.xcworkspace/contents.xcworkspacedata:
2214 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
2216 [EFL] Bump LLVM to version 3.6.0 on X86_64
2217 https://bugs.webkit.org/show_bug.cgi?id=143604
2219 Reviewed by Gyuyoung Kim.
2221 * Source/cmake/FindLLVM.cmake: Added version handling.
2222 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
2224 2015-04-15 Timothy Horton <timothy_horton@apple.com>
2226 Custom CSS cursors do not use -webkit-image-set on retina displays
2227 https://bugs.webkit.org/show_bug.cgi?id=120783
2229 Reviewed by Beth Dakin.
2230 Patch by Evan Wallace <evan.exe@gmail.com>.
2232 Add a manual test for custom CSS cursors on retina displays.
2234 * ManualTests/retina-cursors.html: Added.
2236 2015-04-15 Alex Christensen <achristensen@webkit.org>
2238 Progress towards CMake on Mac.
2239 https://bugs.webkit.org/show_bug.cgi?id=143785
2241 Reviewed by Csaba Osztrogonác.
2244 * Source/cmake/OptionsMac.cmake:
2245 * Source/cmake/WebKitFS.cmake:
2247 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
2249 Cannot click "Next" button on Google two-factor auth setup page
2251 <https://bugs.webkit.org/show_bug.cgi?id=143624>
2252 <rdar://problem/19175714>
2254 Reviewed by Darin Adler.
2256 * ManualTests/button-that-focuses-itself-on-click.html: Added.
2258 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
2260 [cmake] REGRESSION(182663): It broke feature dependency handling
2261 https://bugs.webkit.org/show_bug.cgi?id=143665
2263 Reviewed by Csaba Osztrogonác.
2265 Don't try to check the value of options before defining the options.
2267 * Source/cmake/WebKitFeatures.cmake:
2269 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
2271 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
2272 https://bugs.webkit.org/show_bug.cgi?id=143664
2274 Reviewed by Gyuyoung Kim.
2276 * Source/cmake/OptionsEfl.cmake:
2277 * Source/cmake/OptionsGTK.cmake:
2278 * Source/cmake/WebKitFeatures.cmake:
2279 * Source/cmakeconfig.h.cmake:
2281 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2283 [EFL] Enable Media Source
2284 https://bugs.webkit.org/show_bug.cgi?id=143635
2286 Reviewed by Csaba Osztrogonác.
2288 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
2290 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2292 [CMake] Miscellaneous issues in WebKitFeatures.cmake
2293 https://bugs.webkit.org/show_bug.cgi?id=143636
2295 Reviewed by Martin Robinson.
2297 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
2298 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
2300 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
2301 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
2303 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
2305 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
2307 Fix ENABLE_TOUCH_SLIDER so that it can be used
2311 * Source/cmake/WebKitFeatures.cmake:
2313 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2315 [CMake] Print sorted feature list at the very end of the configure process
2316 https://bugs.webkit.org/show_bug.cgi?id=143596
2318 Reviewed by Martin Robinson.
2320 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
2321 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
2322 and sort the options before printing. Reorder some code so that features still get
2323 propagated to the bindings generators.
2325 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2327 [CMake] Options should be marked as advanced by default
2328 https://bugs.webkit.org/show_bug.cgi?id=143572
2330 Reviewed by Gyuyoung Kim.
2332 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
2333 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
2334 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
2335 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
2336 option without making it public.
2338 * Source/cmake/WebKitFeatures.cmake:
2340 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2342 [CMake] Remove unnecessary ENABLE_WEBCORE switch
2343 https://bugs.webkit.org/show_bug.cgi?id=143584
2345 Reviewed by Csaba Osztrogonác.
2347 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
2351 * Source/CMakeLists.txt:
2352 * Source/cmake/OptionsGTK.cmake:
2353 * Source/cmake/WebKitFS.cmake:
2355 2015-04-08 Filip Pizlo <fpizlo@apple.com>
2357 Unreviewed, revert accidental commit.
2361 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
2363 Add CMake build system for WinCairo port.
2364 https://bugs.webkit.org/show_bug.cgi?id=115944
2366 Reviewed by Chris Dumez.
2368 * Source/cmake/OptionsWindows.cmake:
2369 * Source/cmake/WebKitMacros.cmake:
2370 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
2372 2015-04-06 Alberto Garcia <berto@igalia.com>
2374 [GTK] Fix HPPA build
2375 https://bugs.webkit.org/show_bug.cgi?id=143453
2377 Reviewed by Darin Adler.
2379 Add HPPA to the list of supported CPUs.
2383 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
2385 Unreviewed, kick the GTK bots to fix an incremental build issue.
2387 * Source/cmake/OptionsGTK.cmake:
2389 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
2391 Fix the EFL and GTK build after r182243
2392 https://bugs.webkit.org/show_bug.cgi?id=143361
2394 Reviewed by Csaba Osztrogonác.
2396 * Source/PlatformEfl.cmake: Add a custom command that copies
2397 the InspectorBackendCommands.js file into the proper directory
2398 under DerivedSources/WebInspectorUI/.
2400 2015-04-01 Alex Christensen <achristensen@webkit.org>
2402 Progress towards CMake on Windows and Mac.
2403 https://bugs.webkit.org/show_bug.cgi?id=143293
2405 Reviewed by Filip Pizlo.
2408 Set DERIVED_SOURCES_WTF_DIR for Windows.
2409 * Source/CMakeLists.txt:
2410 Don't compile bmalloc on Windows.
2411 * Source/cmake/OptionsCommon.cmake:
2412 Use the absolute path of the C preprocessor.
2413 * Source/cmake/OptionsWinCairo.cmake:
2414 Added needed definitions.
2415 * Source/cmake/OptionsWindows.cmake:
2416 Set some default values and removed support for old Visual Studio versions before /MP.
2417 * Source/cmake/WebKitFS.cmake:
2418 Make WTF DerivedSources directory.
2419 * Source/cmake/WebKitMacros.cmake:
2420 Added ADD_PRECOMPILED_HEADER macro based on
2421 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
2423 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
2425 Use colored diagnostics when building with cmake + ninja + clang
2426 https://bugs.webkit.org/show_bug.cgi?id=143297
2428 Reviewed by Žan Doberšek.
2430 Because that ninja sets subprocess stdout/stderr to a pipe, clang
2431 disables colored output.
2432 This patch forces clang to use colored diagnostics when we are using
2435 * Source/cmake/OptionsCommon.cmake:
2437 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2439 [CMake] Update old CMakeList.txt in gtest
2440 https://bugs.webkit.org/show_bug.cgi?id=143192
2442 Reviewed by Darin Adler.
2444 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
2445 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
2446 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
2448 * Source/CMakeLists.txt:
2449 * Source/cmake/gtest/CMakeLists.txt: Removed.
2451 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2453 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
2454 https://bugs.webkit.org/show_bug.cgi?id=143138
2456 Reviewed by Csaba Osztrogonác.
2458 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
2459 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
2461 * Source/cmake/OptionsWindows.cmake:
2462 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
2463 * Source/cmake/WebKitMacros.cmake:
2465 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
2467 [GStreamer] share GL context in pipeline, part 2
2468 https://bugs.webkit.org/show_bug.cgi?id=143049
2470 Reviewed by Carlos Garcia Campos.
2472 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
2473 OpenGL/ES2 is found and GLX/EGL is found too.
2475 2015-03-26 Alex Christensen <achristensen@webkit.org>
2477 Progress towards CMake on Mac.
2478 https://bugs.webkit.org/show_bug.cgi?id=143112
2480 Reviewed by Chris Dumez.
2482 * Source/cmake/OptionsMac.cmake:
2484 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
2486 [EFL] Add OpenWebRTC in jhbuild
2487 https://bugs.webkit.org/show_bug.cgi?id=142778
2489 Reviewed by Gyuyoung Kim.
2491 Original patch by Philippe Normand <pnormand@igalia.com>
2493 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
2494 mediastream build is enabled.
2496 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
2498 [GTK] Add a configure option to build without Redirected XComposite Window
2499 https://bugs.webkit.org/show_bug.cgi?id=142865
2501 Reviewed by Žan Doberšek.
2503 The Redirected XComposite Window was added to support some
2504 features like GtkOverlay, but in cases where we don't need such
2505 features, it's more efficient to use the XID of the WebKitWebView
2506 window as the native surface handle for the accelerated
2507 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
2508 that is enabled by default for X11 target when OpenGL is enabled.
2510 * Source/cmake/OptionsGTK.cmake:
2512 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
2514 [GTK] Search for the Wayland dependency when enabling Wayland target
2515 https://bugs.webkit.org/show_bug.cgi?id=142876
2517 Reviewed by Carlos Garcia Campos.
2519 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
2520 requirement of either the GTK+ or GDK pkg-config files, so we have to
2521 search for it ourselves when WebKitGTK+ has been configured to support
2522 the Wayland windowing target.
2524 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
2526 Unreviewed, kick the GTK bots to regenerate makefile.
2527 https://bugs.webkit.org/show_bug.cgi?id=137394
2529 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
2530 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
2532 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
2534 Unreviewed, kick the GTK bots to regenerate makefile.
2535 https://bugs.webkit.org/show_bug.cgi?id=137394
2537 * Source/cmake/OptionsEfl.cmake:
2539 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
2541 [GTK] Fix inspector userinterface related incremental build issue
2542 https://bugs.webkit.org/show_bug.cgi?id=142849
2544 Reviewed by Carlos Garcia Campos.
2546 * Source/cmake/OptionsGTK.cmake: Revert r181733.
2548 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
2550 Unreviewed, kick the GTK bots to regenerate makefile.
2552 * Source/cmake/OptionsGTK.cmake:
2554 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
2556 [EFL] Expose JavaScript binding interface through ewk_extension
2557 https://bugs.webkit.org/show_bug.cgi?id=142033
2559 Reviewed by Gyuyoung Kim.
2561 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
2563 2015-03-17 Philippe Normand <pnormand@igalia.com>
2565 [GTK] basic OpenWebRTC build support
2566 https://bugs.webkit.org/show_bug.cgi?id=142393
2568 Reviewed by Carlos Garcia Campos.
2570 * Source/cmake/FindOpenWebRTC.cmake: Added.
2571 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
2572 mediastream build is enabled.
2574 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2576 [CMake][EFL] Build test tools only for developer mode
2577 https://bugs.webkit.org/show_bug.cgi?id=142761
2579 Reviewed by Csaba Osztrogonác.
2581 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
2583 * Source/cmake/OptionsEfl.cmake:
2584 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
2585 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
2586 * Source/cmakeconfig.h.cmake:
2588 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
2590 Enable ES6 classes by default
2591 https://bugs.webkit.org/show_bug.cgi?id=142774
2593 Reviewed by Gavin Barraclough.
2595 * Source/cmake/WebKitFeatures.cmake:
2597 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2599 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
2600 https://bugs.webkit.org/show_bug.cgi?id=142722
2602 Reviewed by Csaba Osztrogonác.
2604 Categorize to define cmake variables, to find necessary packages,
2605 use upper case for "glib_conponents" cmake variable name, re-arrange
2606 wrong alphabet sorting, and so on.
2608 * CMakeLists.txt: Remove WinCE port.
2609 * Source/cmake/OptionsEfl.cmake:
2611 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
2613 [GStreamer] share GL context in pipeline
2614 https://bugs.webkit.org/show_bug.cgi?id=142693
2616 Reviewed by Philippe Normand.
2618 Add search of gstreamer-gl library in the GStreamer installation. If
2619 it is found, WTF_USE_GSTREAMER_GL macro is defined.
2621 * Source/cmake/FindGStreamer.cmake:
2622 * Source/cmake/OptionsGTK.cmake:
2624 2015-03-13 Alex Christensen <achristensen@webkit.org>
2626 Progress towards CMake on Mac.
2627 https://bugs.webkit.org/show_bug.cgi?id=142680
2629 Reviewed by Gyuyoung Kim.
2632 * Source/PlatformMac.cmake: Added stub.
2633 * Source/cmake/OptionsMac.cmake:
2634 Change defines to get CMake working.
2636 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2638 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
2639 https://bugs.webkit.org/show_bug.cgi?id=126688
2641 Reviewed by Gustavo Noronha Silva.
2643 Add ENABLE_MINIBROWSER option, enabled by default for development
2644 builds and disabled for production builds unless explicilty enabled.
2646 * Source/cmake/OptionsGTK.cmake:
2648 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2650 [GTK] Do not look for child processes in the UI process binary path
2651 https://bugs.webkit.org/show_bug.cgi?id=135752
2653 Reviewed by Gustavo Noronha Silva.
2655 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
2656 build for development builds.
2658 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
2660 [GTK] Add a configure option to build with OpenGL ES 2
2661 https://bugs.webkit.org/show_bug.cgi?id=142498
2663 Reviewed by Martin Robinson.
2665 Add ENABLE_GLES2 option. It's disabled by default, but if passed
2666 GLES2 is required and OpenGL is not even searched. Otherwise we
2667 search for OpenGL as usual, using it only if present.
2669 * Source/cmake/OptionsGTK.cmake:
2671 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
2673 [cmake] Handle unused parameter warnings as build errors except in WebKit2
2674 https://bugs.webkit.org/show_bug.cgi?id=142338
2676 Reviewed by Gyuyoung Kim.
2678 * Source/cmake/WebKitHelpers.cmake:
2680 2015-03-03 Daniel Bates <dabates@apple.com>
2682 Convert ManualTests/svg-tooltip.svg to a DRT test
2683 https://bugs.webkit.org/show_bug.cgi?id=140480
2685 Reviewed by Alex Christensen.
2687 * ManualTests/svg-tooltip.svg: Removed.
2689 2015-03-02 Debarshi Ray <debarshir@gnome.org>
2691 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
2692 https://bugs.webkit.org/show_bug.cgi?id=142165
2694 Reviewed by Carlos Garcia Campos.
2696 * Source/cmake/gtksymbols.filter:
2698 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
2700 [EFL] Remove unnecessary comment after r179110
2701 https://bugs.webkit.org/show_bug.cgi?id=142042
2703 Reviewed by Gyuyoung Kim.
2705 * Source/cmake/OptionsEfl.cmake:
2707 2015-02-23 Tomas Popela <tpopela@redhat.com>
2709 [GTK] Fails to compile with cmake 3.2.x
2710 https://bugs.webkit.org/show_bug.cgi?id=141796
2712 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
2713 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
2714 added and the build will fail.
2716 Reviewed by Martin Robinson.
2718 * Source/cmake/OptionsGTK.cmake:
2720 2015-02-20 Alexey Proskuryakov <ap@apple.com>
2722 Remove svn:keywords property.
2724 As far as I can tell, the property had no effect on any of these files, but also,
2725 when it has effect it's likely harmful.
2727 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
2728 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
2729 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
2730 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
2731 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
2732 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
2733 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
2734 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
2735 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
2736 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
2737 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
2738 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
2739 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
2740 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
2742 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2744 [CMAKE] Remove CMakeLists.txt in WK1 port
2745 https://bugs.webkit.org/show_bug.cgi?id=141617
2747 Reviewed by Anders Carlsson.
2749 Nobody uses CMake in WK1 port. Remove it.
2753 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
2755 Unreviewed, remove empty directories.
2757 * ManualTests/qt: Removed.
2759 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2761 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
2762 https://bugs.webkit.org/show_bug.cgi?id=141481
2764 Reviewed by Csaba Osztrogonác.
2766 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
2768 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2770 [EFL][GTK] Use bmalloc instead of tcmalloc
2771 https://bugs.webkit.org/show_bug.cgi?id=140162
2773 Reviewed by Carlos Garcia Campos.
2775 Add bmalloc directory to build list.
2777 * CMakeLists.txt: Define BMALLOC_DIR directory.
2778 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
2780 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
2782 [GTK] Add default color chooser implementation using GtkColorChooserDialog
2783 https://bugs.webkit.org/show_bug.cgi?id=141392
2785 Reviewed by Gustavo Noronha Silva.
2787 Enable INPUT_TYPE_COLOR by default for GTK+ port.
2789 * Source/cmake/OptionsGTK.cmake:
2791 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
2793 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
2794 https://bugs.webkit.org/show_bug.cgi?id=141328
2796 Reviewed by Darin Adler.
2798 Added as manual test because it involves a huge grid allocation
2799 which is very slow on Debug bots, the only ones capable to trigger
2802 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
2804 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
2806 [Streams API] Implement a barebone ReadableStream interface
2807 https://bugs.webkit.org/show_bug.cgi?id=141045
2809 Reviewed by Benjamin Poulain.
2811 * Source/cmake/WebKitFeatures.cmake:
2812 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
2814 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2816 Revert accidental change in r179490.
2820 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2822 Unreviewed, revert accidental change to Makefile.shared in r179478
2826 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2828 [CMake] Minimum python version should be 2.7.
2829 https://bugs.webkit.org/show_bug.cgi?id=140997
2831 Reviewed by Csaba Osztrogonác.
2835 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
2837 Apply feTurbulence spec change to fix zero length vector generation
2838 https://bugs.webkit.org/show_bug.cgi?id=140812
2840 Reviewed by Darin Adler.
2842 Recently a bug with the turbulence algorithm was corrected in the
2843 Filter Effects specification.
2844 For some seed values this bug allowed zero length vectors to be generated.
2845 This resulted in large solid color squares being present in the generated image.
2846 The feTurbulence algorithm was updated to reject zero length vectors. This patch
2847 applies that change in WebCore.
2849 Test: svg/filters/feTurbulence_bad_seeds.html
2851 * platform/graphics/filters/FETurbulence.cpp:
2852 (WebCore::FETurbulence::initPaint):
2853 Added rejection sampling during vector generation to avoid zero length vectors.
2855 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2857 [cmake] Remove compiler version calculate cruft
2858 https://bugs.webkit.org/show_bug.cgi?id=140885
2860 Reviewed by Darin Adler.
2862 * Source/cmake/WebKitHelpers.cmake:
2864 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2866 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
2867 https://bugs.webkit.org/show_bug.cgi?id=140886
2869 Reviewed by Žan Doberšek.
2871 * Source/cmake/WebKitHelpers.cmake:
2873 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
2875 [GTK] gtkdoc does not appear in DevHelp
2876 https://bugs.webkit.org/show_bug.cgi?id=139369
2878 Reviewed by Philippe Normand.
2880 Expect the gtkdoc to be generated in folders named with the API version.
2882 * Source/PlatformGTK.cmake:
2884 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
2886 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
2887 https://bugs.webkit.org/show_bug.cgi?id=140609
2889 Reviewed by Csaba Osztrogonác.
2891 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
2892 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
2893 compilation flags. Those were added after the jsCStack branch merge, but
2894 can now be removed since the -ftree-dce issues were fixed in GCC, and
2895 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
2897 * Source/cmake/OptionsEfl.cmake:
2898 * Source/cmake/OptionsGTK.cmake:
2900 2015-01-26 Commit Queue <commit-queue@webkit.org>
2902 Unreviewed, rolling out r179107.
2903 https://bugs.webkit.org/show_bug.cgi?id=140880
2905 The GCC in the bots doesn't support the AsyncTask
2906 implementation (Requested by KaL on #webkit).
2910 "[GTK] Enable IndexedDB"
2911 https://bugs.webkit.org/show_bug.cgi?id=98932
2912 http://trac.webkit.org/changeset/179107
2914 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
2916 [GTK] Enable IndexedDB
2917 https://bugs.webkit.org/show_bug.cgi?id=98932
2919 Reviewed by Žan Doberšek.
2921 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2922 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2924 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
2926 [GTK] Add initial database process support
2927 https://bugs.webkit.org/show_bug.cgi?id=139491
2929 Reviewed by Sergio Villar Senin.
2931 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
2933 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
2935 Add a build flag for ES6 class syntax
2936 https://bugs.webkit.org/show_bug.cgi?id=140760
2938 Reviewed by Michael Saboff.
2940 * Source/cmake/WebKitFeatures.cmake:
2941 * Source/cmakeconfig.h.cmake:
2943 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2945 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
2946 https://bugs.webkit.org/show_bug.cgi?id=140049
2948 Reviewed by Gyuyoung Kim.
2950 * Source/cmake/OptionsCommon.cmake:
2952 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2954 Remove ENABLE(INSPECTOR) ifdef guards
2955 https://bugs.webkit.org/show_bug.cgi?id=140668
2957 Reviewed by Darin Adler.
2959 * Source/PlatformEfl.cmake:
2960 * Source/cmake/OptionsEfl.cmake:
2961 * Source/cmake/OptionsGTK.cmake:
2962 * Source/cmake/OptionsMac.cmake:
2963 * Source/cmake/WebKitFeatures.cmake:
2964 * Source/cmakeconfig.h.cmake:
2966 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
2968 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
2970 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2972 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2974 [CMAKE] Fix cmake warning
2975 https://bugs.webkit.org/show_bug.cgi?id=140497
2977 Reviewed by Gustavo Noronha Silva.
2979 r173155 already tried to fix cmake warning though, the warning is still exist.
2980 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
2981 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
2982 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
2983 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
2984 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
2988 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
2990 [GTK] Generate the make dist manifest from a CMake template file
2991 https://bugs.webkit.org/show_bug.cgi?id=139387
2993 Reviewed by Martin Robinson.
2995 Generate manifest.txt from manifest.txt.in. Only expose the dist and
2996 distcheck targets for developer builds, as they won't work when
2997 building from a tarball because the manifest is not distributed.
2999 * Source/PlatformGTK.cmake:
3001 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
3003 Remove ENABLE(SQL_DATABASE) guards
3004 https://bugs.webkit.org/show_bug.cgi?id=140434
3006 Reviewed by Darin Adler.
3008 * Source/cmake/OptionsMac.cmake:
3009 * Source/cmake/WebKitFeatures.cmake:
3010 * Source/cmakeconfig.h.cmake:
3012 2015-01-11 Sam Weinig <sam@webkit.org>
3014 Remove support for SharedWorkers
3015 https://bugs.webkit.org/show_bug.cgi?id=140344
3017 Reviewed by Anders Carlsson.
3019 * Source/cmake/OptionsEfl.cmake:
3020 * Source/cmake/OptionsGTK.cmake:
3021 * Source/cmake/OptionsMac.cmake:
3022 * Source/cmake/WebKitFeatures.cmake:
3023 * Source/cmakeconfig.h.cmake:
3025 2015-01-10 Dan Bernstein <mitz@apple.com>
3027 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
3028 https://bugs.webkit.org/show_bug.cgi?id=140339
3030 Reviewed by Mark Rowe.
3032 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
3033 prevents unnecessary rebuilding due to PATH differences.
3035 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
3037 [GTK][ThreadedCompositor] Add support for threaded compositor.
3038 https://bugs.webkit.org/show_bug.cgi?id=118265
3040 Reviewed by Martin Robinson.
3042 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
3043 autotools build systems. The feature is disabled by default.
3044 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
3045 from the feature flags.
3047 * Source/cmake/OptionsEfl.cmake:
3048 * Source/cmake/OptionsGTK.cmake:
3049 * Source/cmake/WebKitFeatures.cmake:
3050 * Source/cmakeconfig.h.cmake:
3052 2014-12-23 Alexey Proskuryakov <ap@apple.com>
3054 Simplify building with ASan
3055 https://bugs.webkit.org/show_bug.cgi?id=139916
3057 Reviewed by Mark Rowe.
3059 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
3061 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
3063 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
3065 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3067 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
3069 Null dereference performing a "TapAndAHalf" gesture in Google search field
3071 <https://bugs.webkit.org/show_bug.cgi?id=139506>
3072 <rdar://problem/19028828>
3074 Reviewed by Darin Adler.
3076 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
3078 2014-12-10 Dean Jackson <dino@apple.com>
3080 Blur filter performance test doesn't provide results
3081 https://bugs.webkit.org/show_bug.cgi?id=139462
3083 Reviewed by Sam Weinig.
3085 This can't currently work under our performance test
3086 infrastructure. Move it to a manual test to avoid
3087 putting FAILures into the results.
3089 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
3091 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3093 [GTK][WK2] Add HTML5 Notifications support
3094 https://bugs.webkit.org/show_bug.cgi?id=61140
3096 Reviewed by Carlos Garcia Campos.
3098 * Source/cmake/FindLibNotify.cmake: Added.
3099 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
3100 libnotify and use it for a default implementation when found.
3102 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
3104 REGRESSION(r155906): Page content disappears on Tuaw article after loading
3105 https://bugs.webkit.org/show_bug.cgi?id=138100
3107 Reviewed by Simon Fraser.
3109 DRT causes an extra paint which makes it impossible to test this with
3112 * ManualTests/float-layer-not-painting.html: Added.
3114 2014-12-07 Alberto Garcia <berto@igalia.com>
3116 [GTK] WebKit has a new required dependency on GnuTLS
3117 https://bugs.webkit.org/show_bug.cgi?id=136158
3119 Reviewed by Martin Robinson.
3121 Detect if GnuTLS is installed and enable or disable subtle crypto
3122 support accordingly.
3124 * Source/cmake/OptionsGTK.cmake:
3126 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
3128 [GTK] Missing API detected in GObject DOM bindings after r176630
3129 https://bugs.webkit.org/show_bug.cgi?id=139201
3131 Reviewed by Gustavo Noronha Silva.
3133 Change GENERATE_BINDINGS macro to receive a list of optional
3134 additional dependencies, so that we can add more dependecies
3135 without having to change the macro.
3137 * Source/cmake/WebKitMacros.cmake:
3139 2014-12-05 Simon Fraser <simon.fraser@apple.com>
3141 Programmatic scrolling and content changes are not always synchronized
3142 https://bugs.webkit.org/show_bug.cgi?id=139245
3143 rdar://problem/18833612
3145 Reviewed by Anders Carlsson.
3147 Manual test that tries to sync layout with programmatic scrolling.
3149 * ManualTests/programmatic-scroll-flicker.html: Added.
3151 2014-12-04 Alberto Garcia <berto@igalia.com>
3153 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
3154 https://bugs.webkit.org/show_bug.cgi?id=136576
3156 Reviewed by Carlos Garcia Campos.
3158 CMake should complain if Accelerated 2D Canvas is explicitly
3159 enabled but cairo-gl is not found.
3161 * Source/cmake/OptionsGTK.cmake:
3163 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3165 [EFL] Add subtle crypto to the build system
3166 https://bugs.webkit.org/show_bug.cgi?id=138612
3168 Reviewed by Csaba Osztrogonác.
3170 * Source/cmake/OptionsEfl.cmake:
3172 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3174 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
3175 https://bugs.webkit.org/show_bug.cgi?id=139085
3177 Reviewed by Andreas Kling.
3179 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
3180 * Source/cmake/WebKitFeatures.cmake: ditto.
3181 * Source/cmakeconfig.h.cmake: ditto.
3183 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
3185 [EFL] Drop support for the EFL 1.7
3186 https://bugs.webkit.org/show_bug.cgi?id=139114
3188 Reviewed by Gyuyoung Kim.
3190 * Source/cmake/EFLHelpers.cmake: Removed.
3191 * Source/cmake/FindEcore.cmake: Removed.
3192 * Source/cmake/FindEdje.cmake: Removed.
3193 * Source/cmake/FindEet.cmake: Removed.
3194 * Source/cmake/FindEeze.cmake: Removed.
3195 * Source/cmake/FindEfreet.cmake: Removed.
3196 * Source/cmake/FindEina.cmake: Removed.
3197 * Source/cmake/FindElementary.cmake: Removed.
3198 * Source/cmake/FindEvas.cmake: Removed.
3199 * Source/cmake/OptionsEfl.cmake:
3201 2014-11-28 Philippe Normand <pnormand@igalia.com>
3203 [CMake] Build failure against GStreamer git master
3204 https://bugs.webkit.org/show_bug.cgi?id=138872
3206 Reviewed by Csaba Osztrogon.
3208 * Source/cmake/FindGStreamer.cmake: Simplified the
3209 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
3210 headers lookup, there's no need to do this manually. Also
3211 explicitely check the version specified in GStreamer_FIND_VERSION.
3213 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
3215 [EFL] Remove E_Dbus dependency
3216 https://bugs.webkit.org/show_bug.cgi?id=136355
3218 Reviewed by Gyuyoung Kim.
3220 * Source/cmake/FindE_DBus.cmake: Removed.
3221 * Source/cmake/OptionsEfl.cmake:
3223 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
3225 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
3227 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3229 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
3231 [CMake] Use ld.gold if it is available to speedup builds
3232 https://bugs.webkit.org/show_bug.cgi?id=137953
3234 Reviewed by Carlos Garcia Campos.
3236 * Source/cmake/OptionsCommon.cmake:
3238 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
3240 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
3241 https://bugs.webkit.org/show_bug.cgi?id=138840
3243 Reviewed by Csaba Osztrogonác.
3245 * Source/cmake/OptionsCommon.cmake:
3247 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
3249 Remove Source/Platform cruft
3250 https://bugs.webkit.org/show_bug.cgi?id=138658
3252 Reviewed by Anders Carlsson.
3255 * Source/Platform: Removed.
3257 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
3259 Enable Cortex-A53-specific code paths by default if core is detected.
3260 https://bugs.webkit.org/show_bug.cgi?id=138499
3262 Reviewed by Csaba Osztrogonác.
3264 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
3265 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
3268 Since on ARM64/Linux the part number that cpuinfo reports depends on
3269 the core the query is run on, the check is bound to and executed on the
3270 available cores one by one.
3272 * Source/cmake/OptionsCommon.cmake:
3274 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3276 [EFL] Remove unnecessary version check from OptionsEfl.cmake
3277 https://bugs.webkit.org/show_bug.cgi?id=138498
3279 Reviewed by Csaba Osztrogonác.
3281 * Source/cmake/OptionsEfl.cmake:
3283 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3285 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
3286 https://bugs.webkit.org/show_bug.cgi?id=138465
3288 Reviewed by Gyuyoung Kim.
3290 * Source/cmake/OptionsEfl.cmake:
3292 2014-11-03 Dean Jackson <dino@apple.com>
3294 Add ENABLE_FILTERS_LEVEL_2 feature guard.
3295 https://bugs.webkit.org/show_bug.cgi?id=138362
3297 Reviewed by Tim Horton.
3299 Add a new feature define for Level 2 of CSS Filters.
3300 http://dev.w3.org/fxtf/filters-2/
3302 * Source/cmake/OptionsEfl.cmake:
3303 * Source/cmake/OptionsGTK.cmake:
3304 * Source/cmake/OptionsMac.cmake:
3305 * Source/cmake/WebKitFeatures.cmake:
3306 * Source/cmakeconfig.h.cmake:
3308 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
3310 Workaround for Cortex-A53 erratum 835769
3311 https://bugs.webkit.org/show_bug.cgi?id=138315
3313 Reviewed by Filip Pizlo.
3315 This patch introduces CMake variable and preprocessor macro
3316 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
3317 code paths, if set true.
3319 * Source/cmake/OptionsCommon.cmake:
3320 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
3322 * Source/cmakeconfig.h.cmake:
3323 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
3325 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
3327 [GTK] Fix the build of FTL JIT
3328 https://bugs.webkit.org/show_bug.cgi?id=138298
3330 Reviewed by Carlos Garcia Campos.
3332 * Source/cmake/OptionsGTK.cmake:
3333 Remove the need for the LIBCXXABI package.
3335 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
3337 REGRESSION(CMake): Make it possible to build without introspection
3338 https://bugs.webkit.org/show_bug.cgi?id=138006
3340 Reviewed by Philippe Normand.
3342 Add ENABLE_INTROSPECTION option.
3344 * Source/PlatformGTK.cmake: Dot not add gir global target if
3345 introspection is disabled.
3346 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
3347 introspection is disabled.
3349 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
3351 [GTK] Support script message handlers WebKitUserContentManager
3352 https://bugs.webkit.org/show_bug.cgi?id=133730
3354 Reviewed by Carlos Garcia Campos.
3356 Support user script message handlers in WebKitUserContentManager.
3357 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
3358 an option is added to the CMake build files. The option is disabled
3359 globally by default, and the WebKitGTK port enables it. On the API
3360 level, two new methods to register and unregister names are provided
3361 in the "window.webkit" namespace, and on message reception the
3362 "WebKitUserContentManager::script-message-received" signal is
3363 emitted, using the registered names as signal detail.
3365 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
3366 ENABLE_USER_MESSAGE_HANDLERS feature by default.
3367 * Source/cmake/WebKitFeatures.cmake: Add feature description for
3368 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
3370 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
3372 [GTK] Bump libsoup's minimum version to 2.42.0.
3373 https://bugs.webkit.org/show_bug.cgi?id=138086
3375 Reviewed by Martin Robinson.
3377 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
3378 soup-version.h header was added to soup.h in 2.41.4, which then becomes
3379 the minimum version required to build the port these days.
3381 In addition, since the autotools build system required 2.42.0 before
3382 being retired, require the same version here. Version 2.42.0 was also
3384 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
3386 * Source/cmake/OptionsGTK.cmake:
3388 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3390 [EFL] Remove unnecessary defines from OptionsEfl.cmake
3391 https://bugs.webkit.org/show_bug.cgi?id=138132
3393 Reviewed by Csaba Osztrogonác.
3395 * Source/cmake/OptionsEfl.cmake:
3397 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
3399 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
3401 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3403 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
3405 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
3406 https://bugs.webkit.org/show_bug.cgi?id=137946
3408 Reviewed by Gyuyoung Kim.
3410 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
3412 * Source/cmake/OptionsEfl.cmake:
3414 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3416 Fix FTL Native Inlining for EFL
3417 https://bugs.webkit.org/show_bug.cgi?id=137774
3419 Reviewed by Michael Saboff.
3421 Updated CMake for FTL Native Inlining.
3424 * Source/cmake/FindClang.cmake: Added.
3425 * Source/cmake/OptionsEfl.cmake:
3426 * Source/cmakeconfig.h.cmake:
3428 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
3430 Web Inspector: Generate all Inspector domains together in JavaScriptCore
3431 https://bugs.webkit.org/show_bug.cgi?id=137748
3433 Reviewed by Brian Burg.
3435 * Source/PlatformEfl.cmake:
3437 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
3439 [GTK] Add initial gestures support
3440 https://bugs.webkit.org/show_bug.cgi?id=137812
3442 Reviewed by Sergio Villar Senin.
3444 Check if the GTK+ version supports gestures or not.
3446 * Source/cmake/FindGTK3.cmake:
3447 * Source/cmake/OptionsGTK.cmake:
3449 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
3451 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
3452 https://bugs.webkit.org/show_bug.cgi?id=137781
3454 Reviewed by Martin Robinson.
3456 We used to enable smooth scrolling unconditionally in autotools
3457 (via WebKitFeatures.m4), but since the switch to CMake it's
3458 unconditionally disabled, so changing the setting doesn't have any
3461 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
3463 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
3465 Removing CUSTOM_PROTOCOLS guard
3466 https://bugs.webkit.org/show_bug.cgi?id=137741
3468 Reviewed by Benjamin Poulain.
3470 * Source/cmake/OptionsEfl.cmake:
3472 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
3474 [EFL] Enable WebP support.
3475 https://bugs.webkit.org/show_bug.cgi?id=136156
3477 Reviewed by Gyuyoung Kim.
3479 Add WebP package finding rule.
3481 * Source/cmake/OptionsEfl.cmake:
3483 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
3485 [EFL] Enable custom URI schemes with CustomProtocols
3486 https://bugs.webkit.org/show_bug.cgi?id=128177
3488 Reviewed by Gyuyoung Kim.
3490 Fixing ewk_context_url_scheme_register() ewebkit2 API
3491 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
3493 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
3495 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
3497 Bump version to 2.7.0
3498 https://bugs.webkit.org/show_bug.cgi?id=137301
3500 Rubber-stamped by Carlos Garcia Campos.
3502 * Source/cmake/OptionsGTK.cmake: Bump version numbers
3504 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3506 [EFL] Rename TEST_THEME_DIR macro
3507 https://bugs.webkit.org/show_bug.cgi?id=137244
3509 Reviewed by Csaba Osztrogonác.
3511 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
3513 2014-09-27 Dan Bernstein <mitz@apple.com>
3515 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
3516 https://bugs.webkit.org/show_bug.cgi?id=137053
3518 Reviewed by Mark Rowe.
3520 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3521 In the build pre-action, pass the --wksi and --llvm options to
3522 copy-webkitlibraries-to-product-directory.
3523 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
3525 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
3527 [GTK] Enable CSS_IMAGE_SET in production builds
3528 https://bugs.webkit.org/show_bug.cgi?id=137142
3530 Reviewed by Alejandro G. Castro.
3532 This is required by the inspector to show some of the icons that
3533 has a HiDPI variant.
3535 * Source/cmake/OptionsGTK.cmake:
3537 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
3539 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
3540 https://bugs.webkit.org/show_bug.cgi?id=136377
3542 Reviewed by Philippe Normand.
3544 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
3545 for CMake versions less than 3.
3547 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
3549 Remove WinCE port from trunk
3550 https://bugs.webkit.org/show_bug.cgi?id=136951
3552 Reviewed by Alex Christensen.
3554 * Source/cmake/OptionsWinCE.cmake: Removed.
3555 * Source/cmake/WebKitPackaging.cmake:
3557 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
3559 [EFL][GTK] Remove WebKit1 related codes
3560 https://bugs.webkit.org/show_bug.cgi?id=136853
3562 Reviewed by Csaba Osztrogonác.
3564 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
3567 * Source/PlatformGTK.cmake:
3569 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3572 https://bugs.webkit.org/show_bug.cgi?id=136820
3574 Reviewed by Csaba Osztrogonác.
3576 * Source/cmake/FindICU.cmake:
3578 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
3580 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
3581 https://bugs.webkit.org/show_bug.cgi?id=136814
3583 Reviewed by Philippe Normand.
3585 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
3586 We bundle the wayland-egl dependency with wayland-client and wayland-server
3587 and store the resulting variables with the WAYLAND_ prefix. Because of this
3588 this line wasn't exporting anything useful.
3590 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
3592 URTBF after r173574.
3594 * Source/cmake/WebKitMacros.cmake:
3596 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
3598 [JavaScriptCore] Fix FTL on platform EFL.
3599 https://bugs.webkit.org/show_bug.cgi?id=133571
3601 Reviewed by Filip Pizlo.
3605 * Source/cmake/FindLIBCXXABI.cmake: Removed.
3606 * Source/cmake/OptionsEfl.cmake:
3608 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3611 https://bugs.webkit.org/show_bug.cgi?id=136571
3613 Reviewed by Darin Adler.
3615 * Source/cmake/OptionsEfl.cmake:
3616 * Source/cmake/OptionsGTK.cmake:
3617 * Source/cmake/OptionsMac.cmake:
3618 * Source/cmake/WebKitFeatures.cmake:
3619 * Source/cmakeconfig.h.cmake:
3621 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3623 Remove CSS_FILTERS flag
3624 https://bugs.webkit.org/show_bug.cgi?id=136529
3626 Reviewed by Dirk Schulze.
3628 * Source/cmake/OptionsEfl.cmake:
3629 * Source/cmake/OptionsGTK.cmake:
3630 * Source/cmake/OptionsMac.cmake:
3631 * Source/cmake/WebKitFeatures.cmake:
3632 * Source/cmakeconfig.h.cmake:
3634 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3636 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
3637 https://bugs.webkit.org/show_bug.cgi?id=136194
3639 Reviewed by Csaba Osztrogonác.
3641 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
3645 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3647 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
3648 https://bugs.webkit.org/show_bug.cgi?id=135560
3650 Reviewed by Gyuyoung Kim.
3652 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
3654 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
3656 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
3657 https://bugs.webkit.org/show_bug.cgi?id=136343
3659 Reviewed by David Kilzer.
3661 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
3663 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3664 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3666 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
3668 [EFL] Share fast/speechsynthesis/ with other ports
3669 https://bugs.webkit.org/show_bug.cgi?id=136224
3671 Reviewed by Chris Fleizach.
3673 Enable WebSpeech for EFL.
3675 * Source/cmake/OptionsEfl.cmake:
3677 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
3679 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
3680 https://bugs.webkit.org/show_bug.cgi?id=136127
3682 Reviewed by Gyuyoung Kim.
3684 Add build support for espeak.
3686 * Source/cmake/FindEspeak.cmake: Added.
3687 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
3689 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
3691 [EFL] Build break using clang
3692 https://bugs.webkit.org/show_bug.cgi?id=136245
3694 Reviewed by Gyuyoung Kim.
3696 * Source/cmake/OptionsEfl.cmake:
3697 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
3698 Some warnings are from system libraries.
3700 2014-08-25 Alberto Garcia <berto@igalia.com>
3702 [GTK] Unify webkitgtk and webkit2gtk directories
3703 https://bugs.webkit.org/show_bug.cgi?id=136209
3705 Reviewed by Carlos Garcia Campos.
3707 Use webkit2gtk-X.X both for the process binaries and the injected
3710 * Source/cmake/OptionsGTK.cmake:
3712 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3714 [EFL] Move Efl specific code from Source/CMakeLists.txt
3715 https://bugs.webkit.org/show_bug.cgi?id=136206
3717 Reviewed by Gyuyoung Kim.
3719 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
3720 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
3722 * Source/CMakeLists.txt:
3723 * Source/cmake/OptionsEfl.cmake:
3725 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3727 [EFL] Introduce DEVELOPER_MODE
3728 https://bugs.webkit.org/show_bug.cgi?id=135884
3730 Reviewed by Gyuyoung Kim.
3732 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
3733 instead of SHARED_CORE.
3734 SHARED_CORE can reduce link time and memory consumption but it is slightly different
3735 from release binary.
3737 * Source/cmake/OptionsEfl.cmake:
3738 * Source/cmake/WebKitHelpers.cmake:
3739 Moved fvisibility=hidden to OptionsEfl.cmake
3741 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
3743 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
3744 https://bugs.webkit.org/show_bug.cgi?id=136110
3746 Reviewed by Gyuyoung Kim.
3748 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
3750 * Source/cmake/OptionsEfl.cmake:
3752 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3754 [EFL] Apply eflsymbols.filter to WebKit2
3755 https://bugs.webkit.org/show_bug.cgi?id=136148
3757 Reviewed by Csaba Osztrogonác.
3759 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
3760 in the eflsymbols.filter.
3762 * Source/cmake/OptionsEfl.cmake:
3763 * Source/cmake/eflsymbols.filter:
3765 2014-08-21 Zalan Bujtas <zalan@apple.com>
3767 Enable SATURATED_LAYOUT_ARITHMETIC.
3768 https://bugs.webkit.org/show_bug.cgi?id=136106
3770 Reviewed by Simon Fraser.
3772 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
3773 (No measurable performance regression on Mac.)
3775 * Source/cmake/OptionsMac.cmake:
3776 * Source/cmake/WebKitFeatures.cmake:
3777 * Source/cmakeconfig.h.cmake:
3779 2014-08-19 Zalan Bujtas <zalan@apple.com>
3781 Remove ENABLE(SUBPIXEL_LAYOUT).
3782 https://bugs.webkit.org/show_bug.cgi?id=136077
3784 Reviewed by Simon Fraser.
3786 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
3788 * Source/cmake/OptionsEfl.cmake:
3789 * Source/cmake/OptionsGTK.cmake:
3790 * Source/cmake/OptionsMac.cmake:
3791 * Source/cmake/WebKitFeatures.cmake:
3792 * Source/cmakeconfig.h.cmake:
3794 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
3796 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
3797 https://bugs.webkit.org/show_bug.cgi?id=135980
3799 Reviewed by Martin Robinson.
3801 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
3802 overrides any other disabled optimization that was prepended to these
3803 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
3804 lists first in the final list of compilation flags.
3806 To avoid -On re-enabling optimizations that we'd like to keep disabled,
3807 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
3809 * Source/cmake/OptionsCommon.cmake:
3810 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
3811 * Source/cmake/OptionsGTK.cmake:
3813 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3815 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
3817 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3819 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
3821 [GTK] Disable memory sampler on non-Linux system
3822 https://bugs.webkit.org/show_bug.cgi?id=134483
3824 Reviewed by Philippe Normand.
3826 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
3827 Linux because it uses many Linux-specific features, so we should disable
3828 memory sampler on other systems by default.
3830 * Source/cmake/OptionsGTK.cmake:
3832 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3834 [GTK] HTML API documentation should also be installed versioned
3835 https://bugs.webkit.org/show_bug.cgi?id=135970
3837 Reviewed by Philippe Normand.
3839 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
3842 2014-08-14 Tomas Popela <tpopela@redhat.com>
3844 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
3845 https://bugs.webkit.org/show_bug.cgi?id=135937
3847 Reviewed by Carlos Garcia Campos.
3851 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3853 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
3854 https://bugs.webkit.org/show_bug.cgi?id=135934
3856 Reviewed by Gustavo Noronha Silva.
3858 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
3859 The gir files should installed in $datadir/gir-1.0/ together with all other
3860 gir files. We don't need to install introspection files in a versioned
3861 directory because their filenames already contain the binary version. But before
3862 r171598, the files were only installed to the right directory if the