1 2015-12-09 Daniel Bates <dabates@apple.com>
3 [iOS] Suspend and resume device motion and device orientation updates when page is hidden and visible, respectively
4 https://bugs.webkit.org/show_bug.cgi?id=151840
5 <rdar://problem/23753931>
7 Reviewed by Simon Fraser.
9 Add a manual test that can be used to verify that we suspend dispatching device motion and
10 device orientation events when the page is hidden.
12 * ManualTests/ios/resources/suspend-orientation-and-motion-events-when-page-becomes-hidden.js: Added.
15 (handleVisibilityChange):
16 * ManualTests/ios/suspend-orientation-and-motion-events-when-page-becomes-hidden.html: Added.
18 2015-12-07 Alex Christensen <achristensen@webkit.org>
20 Fix internal Windows build
21 https://bugs.webkit.org/show_bug.cgi?id=151950
23 Reviewed by Brent Fulgham.
25 * Source/cmake/tools/scripts/auto-version.pl:
27 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
29 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
30 https://bugs.webkit.org/show_bug.cgi?id=150792
32 Reviewed by Saam Barati.
34 * Source/cmake/OptionsWin.cmake:
35 * Source/cmake/WebKitFeatures.cmake:
37 2015-12-01 Commit Queue <commit-queue@webkit.org>
39 Unreviewed, rolling out r192914.
40 https://bugs.webkit.org/show_bug.cgi?id=151734
42 JSC tests for this change are failing on 32 and 64-bit bots
43 (Requested by ryanhaddad on #webkit).
47 "[ES6] Implement LLInt/Baseline Support for ES6 Generators and
49 https://bugs.webkit.org/show_bug.cgi?id=150792
50 http://trac.webkit.org/changeset/192914
52 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
54 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
55 https://bugs.webkit.org/show_bug.cgi?id=150792
57 Reviewed by Saam Barati.
59 * Source/cmake/OptionsWin.cmake:
60 * Source/cmake/WebKitFeatures.cmake:
62 2015-11-23 Carlos Garcia Campos <cgarcia@igalia.com>
64 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release.
66 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
68 2015-11-20 Alex Christensen <achristensen@webkit.org>
70 Remove NETWORK_PROCESS compile flag
71 https://bugs.webkit.org/show_bug.cgi?id=151512
73 Reviewed by Tim Horton.
75 * Source/cmake/OptionsEfl.cmake:
76 * Source/cmake/OptionsGTK.cmake:
77 * Source/cmake/OptionsMac.cmake:
78 * Source/cmake/WebKitFeatures.cmake:
80 2015-11-20 Csaba Osztrogonác <ossy@webkit.org>
82 [EFL] Enable FTL JIT by default on X86_64
83 https://bugs.webkit.org/show_bug.cgi?id=143822
85 Reviewed by Carlos Garcia Campos.
87 * Source/cmake/OptionsEfl.cmake:
89 2015-11-19 Commit Queue <commit-queue@webkit.org>
91 Unreviewed, rolling out r192667 and r192668.
92 https://bugs.webkit.org/show_bug.cgi?id=151476
94 broke api tests (Requested by alexchristensen on #webkit).
98 "Remove the non-NetworkProcess configurations"
99 https://bugs.webkit.org/show_bug.cgi?id=151418
100 http://trac.webkit.org/changeset/192667
102 "Fix GTK Build after r192667."
103 http://trac.webkit.org/changeset/192668
105 2015-11-19 Alex Christensen <achristensen@webkit.org>
107 Remove the non-NetworkProcess configurations
108 https://bugs.webkit.org/show_bug.cgi?id=151418
110 Reviewed by Geoffrey Garen.
112 * Source/cmake/OptionsEfl.cmake:
113 * Source/cmake/OptionsGTK.cmake:
114 * Source/cmake/OptionsMac.cmake:
115 * Source/cmake/WebKitFeatures.cmake:
117 2015-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
119 REGRESSION(r192459): [GTK] User agent string is broken after r192459
120 https://bugs.webkit.org/show_bug.cgi?id=151347
122 Reviewed by Žan Doberšek.
124 Pass UA version numbers as strings to the build.
126 * Source/cmake/OptionsGTK.cmake:
128 2015-11-16 Alex Christensen <achristensen@webkit.org>
130 Fix CMake build and make PluginProcess executable
131 https://bugs.webkit.org/show_bug.cgi?id=151332
133 Reviewed by Tim Horton.
135 * Source/cmake/OptionsMac.cmake:
137 2015-11-16 Carlos Garcia Campos <cgarcia@igalia.com>
139 [GTK] Use FTL by default when LLVM 3.7 is available
140 https://bugs.webkit.org/show_bug.cgi?id=142128
142 Reviewed by Csaba Osztrogonác.
144 Enable FTL by default when architecture is X86_64. It requires
145 LLVM 3.7, but can be disabled manually as a cmake configure
148 * Source/cmake/FindLLVM.cmake: In debian llvm-config is only
149 available if the metapackage is installed and it points to
150 llvm-config-3.5. So, here we check first if the llvm-config is
151 from a recent enough version, and if not we check several
152 llvm-config-<version> programs, so this should work on any distro.
153 * Source/cmake/OptionsGTK.cmake: Enable FTL by default when
154 target architecture is X86_64, and check the LLVM is at least
155 3.7. The option is now public, since we want people to be able to
158 2015-11-11 Anders Carlsson <andersca@apple.com>
160 Enable cross-platform context menus by default
161 https://bugs.webkit.org/show_bug.cgi?id=151173
163 Reviewed by Tim Horton.
165 * Source/cmake/OptionsEfl.cmake:
167 2015-11-12 Csaba Osztrogonác <ossy@webkit.org>
169 Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards
170 https://bugs.webkit.org/show_bug.cgi?id=150972
172 Reviewed by Darin Adler.
174 * Source/cmake/OptionsMac.cmake:
175 * Source/cmake/WebKitFeatures.cmake:
177 2015-11-11 Philippe Normand <pnormand@igalia.com>
179 [GTK][Mac] don't install .frameworks
180 https://bugs.webkit.org/show_bug.cgi?id=151136
182 Reviewed by Alex Christensen.
184 * Source/cmake/WebKitMacros.cmake: Don't install framework files when building the GTK port on Mac.
186 2015-11-10 Pranjal Jumde <pjumde@apple.com>
188 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
189 https://bugs.webkit.org/show_bug.cgi?id=150252
190 <rdar://problem/23149470>
192 Reviewed by Brent Fulgham.
195 * Source/WebCore/editing/ios/EditorIOS.mm
196 * Source/WebCore/editing/mac/EditorMac.mm
197 In Editor::fontForSelection moved the node removal code, so that the
198 node is only removed if style is not NULL.
199 * Source/WebCore/editing/cocoa/EditorCocoa.mm
200 In Editor::styleForSelectionStart checking if the parentNode can
201 accept the styleElement node.
202 * LayoutTests/editing/execCommand/150252.xhtml
203 * LayoutTests/editing/execCommand/150252_minimal.xhtml
204 * LayoutTests/editing/execCommand/150252-expected.txt
205 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
207 2015-11-09 Pranjal Jumde <pjumde@apple.com>
209 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
210 https://bugs.webkit.org/show_bug.cgi?id=150252
211 <rdar://problem/23149470>
213 Reviewed by Brent Fulgham.
215 * Source/WebCore/editing/ios/EditorIOS.mm
216 * Source/WebCore/editing/mac/EditorMac.mm
217 In Editor::fontForSelection moved the node removal code, so that the
218 node is only removed if style is not NULL.
219 * LayoutTests/editing/execCommand/150252.xhtml
220 * LayoutTests/editing/execCommand/150252_minimal.xhtml
221 * LayoutTests/editing/execCommand/150252-expected.txt
222 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
224 2015-11-06 Daniel Bates <dabates@apple.com>
226 Teach Makefile to build LayoutTestRelay when building for iOS Simulator
227 https://bugs.webkit.org/show_bug.cgi?id=150849
229 Reviewed by Alexey Proskuryakov.
231 Add support for overriding the user-provided arguments SDKROOT and ARCHS
232 on a per Makefile basis.
236 2015-11-06 Philippe Normand <pnormand@igalia.com>
238 Unreviewed, GTK build fix after r192095.
240 * Source/cmake/FindGTK3.cmake:
242 2015-11-06 Philip Chimento <philip.chimento@gmail.com> and Michael Catanzaro <mcatanzaro@igalia.com>
244 [GTK] Re-enable Quartz backend on cmake build system
245 https://bugs.webkit.org/show_bug.cgi?id=144561
247 Reviewed by Philippe Normand.
249 * Source/cmake/FindGTK3.cmake: Set GTK3_SUPPORTS_QUARTZ based on
250 the presence of of gtk+-quartz-3.0 module.
251 * Source/cmake/OptionsGTK.cmake: Reintroduce the
252 ENABLE_QUARTZ_TARGET option to the CMake build, for building the
253 GTK+ Quartz backend on OS X.
255 2015-11-05 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
257 Add runtime and compile time flags for enabling Web Animations API and model.
258 https://bugs.webkit.org/show_bug.cgi?id=150914
260 Reviewed by Benjamin Poulain.
262 Add ENABLE_WEB_ANIMATIONS compile time flag, runtime flag webAnimationsEnabled and Expose WK2 preference for runtime flag.
264 * Source/cmake/OptionsWin.cmake:
265 * Source/cmake/WebKitFeatures.cmake:
267 2015-11-03 Brent Fulgham <bfulgham@apple.com>
269 [Win] CMake build update.
271 Rubberstamped by Tim Horton.
273 * Source/PlatformWin.cmake: Add internal tool to build
274 rules for internal use.
276 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
278 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
280 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
282 2015-11-02 Philippe Normand <pnormand@igalia.com>
284 [Mac][GTK] Disable Ninja response file support
285 https://bugs.webkit.org/show_bug.cgi?id=150801
287 Reviewed by Alex Christensen.
289 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
290 support response files, so instruct Ninja to not generate those.
292 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
294 Fix the FTL JIT build with system LLVM on Linux
295 https://bugs.webkit.org/show_bug.cgi?id=150795
297 Reviewed by Filip Pizlo.
299 * Source/cmake/FindLLVM.cmake:
301 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
303 Unreviewed. Bump GTK+ versions numbers.
305 * Source/cmake/OptionsGTK.cmake:
307 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
309 [ES6] Support Generator Syntax
310 https://bugs.webkit.org/show_bug.cgi?id=150769
312 Reviewed by Geoffrey Garen.
314 Added ENABLE_ES6_GENERATORS flag.
316 * Source/cmake/OptionsWin.cmake:
317 * Source/cmake/WebKitFeatures.cmake:
319 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
321 [EFL] Add Shadow DOM feature
322 https://bugs.webkit.org/show_bug.cgi?id=150611
324 Reviewed by Csaba Osztrogonác.
326 * Source/cmake/OptionsEfl.cmake:
327 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
329 2015-10-29 Alex Christensen <achristensen@webkit.org>
332 https://bugs.webkit.org/show_bug.cgi?id=150686
334 Reviewed by Filip Pizlo.
336 * Source/cmake/WebKitMacros.cmake:
338 2015-10-28 Alex Christensen <achristensen@webkit.org>
340 Compile and link with CMake on Mac
341 https://bugs.webkit.org/show_bug.cgi?id=150632
343 Reviewed by Tim Horton.
345 * Source/cmake/OptionsMac.cmake:
347 2015-10-26 Dana Burkart <dburkart@apple.com>
349 `make analyze` should build using the debug configuration
350 https://bugs.webkit.org/show_bug.cgi?id=150571
352 Reviewed by Lucas Forschler.
356 2015-10-26 Philippe Normand <pnormand@igalia.com>
358 Unreviewed, rolling out r191576.
360 broke the http/tests/media tests
364 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
365 https://bugs.webkit.org/show_bug.cgi?id=149594
366 http://trac.webkit.org/changeset/191576
368 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
370 [GStreamer] Bump internal jhbuild versions to 1.6.0
371 https://bugs.webkit.org/show_bug.cgi?id=149594
373 Reviewed by Philippe Normand.
375 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
377 * Source/cmake/FindGStreamer.cmake:
379 2015-10-22 Philippe Normand <pnormand@igalia.com>
381 [GTK][Mac] ICU-related build fixes
382 https://bugs.webkit.org/show_bug.cgi?id=150032
384 Rubber-stamped by Darin Adler.
386 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
388 2015-10-20 Yoav Weiss <yoav@yoav.ws>
390 Rename the PICTURE_SIZES flag to CURRENTSRC
391 https://bugs.webkit.org/show_bug.cgi?id=150275
393 Reviewed by Dean Jackson.
395 * Source/cmake/OptionsEfl.cmake:
396 * Source/cmake/OptionsGTK.cmake:
397 * Source/cmake/OptionsMac.cmake:
398 * Source/cmake/OptionsWin.cmake:
399 * Source/cmake/WebKitFeatures.cmake:
401 2015-10-14 Tomas Popela <tpopela@redhat.com>
403 [GTK][EFL] Fix build with cmake 3.4
404 https://bugs.webkit.org/show_bug.cgi?id=150117
406 Explicitely include the CheckIncludeFiles module before using
407 the CHECK_INCLUDE_FILES command.
409 Reviewed by Žan Doberšek.
411 * Source/cmake/FindOpenGL.cmake:
412 * Source/cmake/FindWebP.cmake:
413 * Source/cmake/OptionsEfl.cmake:
415 2015-10-13 Dean Jackson <dino@apple.com>
417 Device motion and orientation should only be visible from the main frame's security origin
418 https://bugs.webkit.org/show_bug.cgi?id=150072
419 <rdar://problem/23082036>
421 Reviewed by Brent Fulgham.
423 Add a manual test for cross-origin device orientation events, while
424 we're waiting on the mock client to be supported everywhere.
426 * ManualTests/deviceorientation-child-frame.html: Added.
427 * ManualTests/deviceorientation-main-frame-only.html: Added.
429 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
431 [GTK] OSX linker doesn't understand --whole-archive
432 https://bugs.webkit.org/show_bug.cgi?id=144557
434 Reviewed by Martin Robinson.
436 * Source/cmake/OptionsGTK.cmake: Turn the macro
437 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
438 because XCode's linker doesn't have the --whole-archive option.
440 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
442 [GTK] Use --version-script only on Linux
443 https://bugs.webkit.org/show_bug.cgi?id=144555
445 Reviewed by Philippe Normand.
447 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
448 option on Darwin (whose linker doesn't support it.)
450 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
452 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
453 https://bugs.webkit.org/show_bug.cgi?id=149947
455 Reviewed by Csaba Osztrogonác.
457 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
460 * Source/cmake/OptionsMac.cmake:
461 * Source/cmake/OptionsWin.cmake:
462 * Source/cmake/WebKitFeatures.cmake:
464 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
466 Fix ENABLE_OPENGL=OFF builds
467 https://bugs.webkit.org/show_bug.cgi?id=146511
469 Reviewed by Darin Adler.
471 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
472 ENABLE_OPENGL due to EGL usage.
474 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
476 Convert focused-input-should-assist-on-touch.html into an automated test
477 https://bugs.webkit.org/show_bug.cgi?id=149724
479 Reviewed by Simon Fraser.
481 Remove a manual test that can now be rewritten as an automated test.
483 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
485 2015-10-01 Brent Fulgham <bfulgham@apple.com>
487 [Win] Unreviewed CMake build fix.
489 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
490 and make sure exception handling is turned off.
492 2015-09-30 Brent Fulgham <bfulgham@apple.com>
494 [Win] Unreviewed build fix after CMake conversion.
496 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
498 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
500 [GTK][CMake] Warning about CMP0058
501 https://bugs.webkit.org/show_bug.cgi?id=149627
503 Reviewed by Martin Robinson.
505 Opt-in to the new behavior for CMP0058.
509 2015-09-28 Brent Fulgham <bfulgham@apple.com>
511 [Win] Unreviewed build fix for internal systems.
513 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
514 location for include and link libraries, rather than the system locations.
516 2015-09-28 Alex Christensen <achristensen@webkit.org>
518 Build WK1 with CMake on Mac
519 https://bugs.webkit.org/show_bug.cgi?id=149604
521 Reviewed by Chris Dumez.
523 * Source/cmake/OptionsMac.cmake:
524 * Source/cmake/WebKitMacros.cmake:
525 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
527 2015-09-25 Alex Christensen <achristensen@webkit.org>
529 Clean up CMake build on Mac
530 https://bugs.webkit.org/show_bug.cgi?id=149573
532 Reviewed by Chris Dumez.
534 * Source/cmake/OptionsMac.cmake:
536 2015-09-25 Alex Christensen <achristensen@webkit.org>
538 [Win] Switch to CMake
539 https://bugs.webkit.org/show_bug.cgi?id=148111
541 Reviewed by Brent Fulgham.
543 * Source/cmake/WinTools.make: Added.
544 * Source/cmake/tools: Added.
545 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
546 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
548 2015-09-25 Alex Christensen <achristensen@webkit.org>
550 Prepare internal AppleWin build for CMake
551 https://bugs.webkit.org/show_bug.cgi?id=149570
553 Reviewed by Brent Fulgham.
555 * Source/PlatformWin.cmake:
556 Include internal CMake files if they exist.
558 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
560 Add a file of pointer-lock to cmake ports
561 https://bugs.webkit.org/show_bug.cgi?id=149453
563 Reviewed by Csaba Osztrogonác.
565 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
567 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
569 [CMake] Allow to enable OpenMP support.
570 https://bugs.webkit.org/show_bug.cgi?id=149457
572 Reviewed by Csaba Osztrogonác.
574 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
575 will enable the support for OpenMP. Currently this is only used as
576 an alternative implementation to native threads for the parallelization
577 of the SVG filters. But name the option with a generic name (USE_OPENMP)
578 as it could be also used to enable future features that depend on OpenMP.
580 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
582 [EFL] Build break when DEVELOPER_MODE is OFF
583 https://bugs.webkit.org/show_bug.cgi?id=149448
585 Reviewed by Gyuyoung Kim.
587 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
589 * Source/cmake/eflsymbols.filter:
591 2015-09-21 Alex Christensen <achristensen@webkit.org>
593 Disable PICTURE_SIZES in Windows CMake build like r189745.
594 https://bugs.webkit.org/show_bug.cgi?id=149125
596 * Source/cmake/OptionsWin.cmake:
597 Do the same thing as r189745.
599 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
601 Removing XHR_TIMEOUT guard
603 Remove XHR_TIMEOUT compilation guard
604 https://bugs.webkit.org/show_bug.cgi?id=149260
606 Reviewed by Benjamin Poulain.
608 * Source/cmake/OptionsEfl.cmake:
609 * Source/cmake/OptionsGTK.cmake:
610 * Source/cmake/OptionsMac.cmake:
611 * Source/cmake/OptionsWin.cmake:
612 * Source/cmake/WebKitFeatures.cmake:
614 2015-09-18 Alex Christensen <achristensen@webkit.org>
616 Fix tests on Windows after switching to CMake.
617 https://bugs.webkit.org/show_bug.cgi?id=149339
619 Reviewed by Brent Fulgham.
621 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
623 2015-09-17 Alex Christensen <achristensen@webkit.org>
625 Fix Windows EWS build after r189934.
627 * Source/cmake/OptionsWin.cmake:
628 Use WEBKIT_LIBRARIES environment variable if it exists.
629 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
631 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
633 Add ShadowRoot interface and Element.prototype.attachShadow
634 https://bugs.webkit.org/show_bug.cgi?id=149187
636 Reviewed by Antti Koivisto.
638 * Source/cmake/OptionsGTK.cmake:
640 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
642 [cmake] Enable debug fission only if it is supported
643 https://bugs.webkit.org/show_bug.cgi?id=149161
645 Reviewed by Martin Robinson.
647 * Source/cmake/OptionsCommon.cmake:
649 2015-09-14 Alex Christensen <achristensen@webkit.org>
651 Progress towards CMake on Mac.
652 https://bugs.webkit.org/show_bug.cgi?id=149123
654 Reviewed by Chris Dumez.
656 * Source/cmake/OptionsMac.cmake:
657 * Source/cmake/WebKitFeatures.cmake:
658 Defined and enabled some more features needed on Mac.
659 * Source/cmake/WebKitMacros.cmake:
660 Objective C bindings need special changes when generating:
661 Some of the bindings do not generate a .mm file but the header is needed.
662 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
663 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
665 2015-09-08 Daniel Bates <dabates@apple.com>
667 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
668 https://bugs.webkit.org/show_bug.cgi?id=74729
669 <rdar://problem/22550195>
671 Reviewed by Jon Honeycutt.
673 * ManualTests/compositing/resources/composited-subframe.html: Removed.
674 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
676 2015-09-06 Andy Estes <aestes@apple.com>
678 WebKit.xcworkspace should be be able to build iOS platforms
679 https://bugs.webkit.org/show_bug.cgi?id=148881
681 Reviewed by Daniel Bates.
683 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
684 for all supported platforms.
686 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
687 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
689 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
691 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
692 photo library uploads a JPEG
693 https://bugs.webkit.org/show_bug.cgi?id=148849
695 Reviewed by Daniel Bates.
697 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
698 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
699 functionality doesn't exist on iOS, so we'll add a manual test.
700 This tests that the first few bytes of the selected file are "GIF".
702 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
704 Follow-up patch for r189343.
705 https://bugs.webkit.org/show_bug.cgi?id=148795
707 Rubber-stamped by Csaba Osztrogonác.
709 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
710 to 1.9, since this seems to be enough to fix the build failure.
711 And 2.0 may cause problems for developers using some distributions like Ubuntu.
713 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
715 [CMake] Trigger the memory-reduction tricks on armhf too
716 https://bugs.webkit.org/show_bug.cgi?id=146640
718 Reviewed by Csaba Osztrogonác.
720 * Source/cmake/OptionsCommon.cmake:
721 Activate --no-keep-memory even on armhf to reduce the amount of memory
722 needed during linking, to avoid out-of-memory failures as much as
725 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
727 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
728 https://bugs.webkit.org/show_bug.cgi?id=148795
730 Rubber-stamped by Carlos Garcia Campos.
732 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
734 2015-09-02 Alex Christensen <achristensen@webkit.org>
736 Make bison grammar compatible with bison 2.1
737 https://bugs.webkit.org/show_bug.cgi?id=148731
739 Reviewed by Tim Horton.
741 * Source/cmake/WebKitCommon.cmake:
744 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
746 [CMake] Build with Debug Fission on by default on Debug builds.
747 https://bugs.webkit.org/show_bug.cgi?id=148639
749 Reviewed by Martin Robinson.
751 * Source/cmake/OptionsCommon.cmake:
753 2015-08-29 Alex Christensen <achristensen@webkit.org>
755 Unreviewed build fix after r179923.
757 * Source/CMakeLists.txt:
758 bmalloc isn't ported to Windows yet.
760 2015-08-27 Alex Christensen <achristensen@webkit.org>
762 Isolate Source directories in CMake build
763 https://bugs.webkit.org/show_bug.cgi?id=148389
765 Reviewed by Brent Fulgham.
768 * Source/cmake/WebKitCommon.cmake:
769 Move package finding to WebKitCommon.
771 2015-08-26 Per Arne Vollan <peavo@outlook.com>
773 [Win] Build does not generate debug info.
774 https://bugs.webkit.org/show_bug.cgi?id=148431
776 Reviewed by Alex Christensen.
778 Generate debug info for Windows builds.
780 * Source/cmake/OptionsWin.cmake:
782 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
784 [GTK] Disable ACCELERATED_2D_CANVAS by default
785 https://bugs.webkit.org/show_bug.cgi?id=148473
787 Reviewed by Martin Robinson.
789 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
790 but not on Debian (which does not). We've known this was problematic for a while, since it
791 means we have two different sets of distro-dependent bugs, but never decided whether that
792 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
793 have the same bugs everywhere. We can turn this on again for other distros when we're ready
794 to turn it on for Debian.
796 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
799 * Source/cmake/OptionsGTK.cmake:
801 2015-08-25 Commit Queue <commit-queue@webkit.org>
803 Unreviewed, rolling out r188919.
804 https://bugs.webkit.org/show_bug.cgi?id=148452
806 broke build (Requested by alexchristensen on #webkit).
810 "[Win] Build does not generate debug info."
811 https://bugs.webkit.org/show_bug.cgi?id=148431
812 http://trac.webkit.org/changeset/188919
814 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
816 [GTK] r186800 broke the build on Ubuntu 14.04
817 https://bugs.webkit.org/show_bug.cgi?id=147559
819 Reviewed by Martin Robinson.
821 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
822 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
824 2015-08-25 Per Arne Vollan <peavo@outlook.com>
826 [Win] Build does not generate debug info.
827 https://bugs.webkit.org/show_bug.cgi?id=148431
829 Reviewed by Brent Fulgham.
831 Generate debug info for Windows builds.
833 * Source/cmake/OptionsWin.cmake:
835 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
837 [GTK] Auto-detection of cairo-gl fails
838 https://bugs.webkit.org/show_bug.cgi?id=148189
840 Reviewed by Žan Doberšek.
842 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
843 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
844 deemed available, which might not be the case.
845 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
847 2015-08-19 Alex Christensen <achristensen@webkit.org>
849 CMake Windows build should not include files directly from other Source directories
850 https://bugs.webkit.org/show_bug.cgi?id=148198
852 Reviewed by Brent Fulgham.
854 * Source/cmake/WebKitMacros.cmake:
856 2015-08-19 Alex Christensen <achristensen@webkit.org>
858 Build TestWTF on Mac with CMake.
859 https://bugs.webkit.org/show_bug.cgi?id=147972
861 Reviewed by Tim Horton.
863 * Source/cmake/OptionsMac.cmake:
864 Enable API tests in Mac's CMake build.
866 2015-08-18 Alex Christensen <achristensen@webkit.org>
868 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
869 https://bugs.webkit.org/show_bug.cgi?id=148127
871 Reviewed by Martin Robinson.
874 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
876 2015-08-17 Alex Christensen <achristensen@webkit.org>
878 [Win CMake] Allow WebKitLibraries directory to be set from the command line
879 https://bugs.webkit.org/show_bug.cgi?id=148112
881 Reviewed by Brent Fulgham.
883 * Source/cmake/OptionsWin.cmake:
884 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
885 Instead, use the default location if nothing is passed in from the command line.
886 This way we can set it from the command line for the AppleInternal build.
887 Also, set the output directories to be consistent between the old and new build systems (and ninja).
889 2015-08-17 Alex Christensen <achristensen@webkit.org>
891 Build Debug Suffix on Windows with CMake
892 https://bugs.webkit.org/show_bug.cgi?id=148083
894 Reviewed by Brent Fulgham.
896 * Source/cmake/OptionsWin.cmake:
897 Use debug libraries in debug suffix builds.
899 2015-08-17 Alex Christensen <achristensen@webkit.org>
901 Move some commands from ./CMakeLists.txt to Source/cmake
902 https://bugs.webkit.org/show_bug.cgi?id=148003
904 Reviewed by Brent Fulgham.
907 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
908 so we can change directory structure from command line parameters.
909 * Source/cmake/OptionsAppleWin.cmake:
910 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
911 * Source/cmake/OptionsWinCairo.cmake:
912 * Source/cmake/OptionsWindows.cmake: Removed.
913 * Source/cmake/WebKitCommon.cmake: Added.
914 * Source/cmake/WebKitFS.cmake:
916 2015-08-13 Commit Queue <commit-queue@webkit.org>
918 Unreviewed, rolling out r188428.
919 https://bugs.webkit.org/show_bug.cgi?id=148015
921 broke cmake build (Requested by alexchristensen on #webkit).
925 "Move some commands from ./CMakeLists.txt to Source/cmake"
926 https://bugs.webkit.org/show_bug.cgi?id=148003
927 http://trac.webkit.org/changeset/188428
929 2015-08-13 Alex Christensen <achristensen@webkit.org>
931 Move some commands from ./CMakeLists.txt to Source/cmake
932 https://bugs.webkit.org/show_bug.cgi?id=148003
934 Reviewed by Brent Fulgham.
937 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
938 so we can change directory structure from command line parameters.
939 * Source/cmake/WebKitCommon.cmake: Added.
940 * Source/cmake/WebKitFS.cmake:
942 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
944 A focused node should not be assisted when handling touch events synchronously
945 https://bugs.webkit.org/show_bug.cgi?id=147836
947 Reviewed by Enrica Casucci.
949 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
951 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
952 input can still be assisted due to a touch event.
953 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
954 event does not automatically cause us to assist the currently focused node.
956 2015-08-12 Alex Christensen <achristensen@webkit.org>
958 Fix Debug CMake builds on Windows
959 https://bugs.webkit.org/show_bug.cgi?id=147940
961 Reviewed by Chris Dumez.
963 * Source/cmake/OptionsWindows.cmake:
964 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
966 2015-08-10 Alex Christensen <achristensen@webkit.org>
968 Build TestWebKitAPI with CMake on Windows
969 https://bugs.webkit.org/show_bug.cgi?id=147851
971 Reviewed by Chris Dumez.
973 * Source/cmake/OptionsWindows.cmake:
974 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
976 2015-08-06 Alex Christensen <achristensen@webkit.org>
978 [Win] CMake build fix after r188098.
980 * Source/cmake/OptionsWinCairo.cmake:
981 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
983 2015-08-04 Alex Christensen <achristensen@webkit.org>
985 Fix quirks with CMake and VS2015
986 https://bugs.webkit.org/show_bug.cgi?id=147663
988 Reviewed by Brent Fulgham.
990 * Source/cmake/OptionsWindows.cmake:
991 Hide some warnings. Using the same variable names in nested scopes is ok for now.
992 Disable INTL for now.
994 2015-08-04 Alex Christensen <achristensen@webkit.org>
996 Enable WebGL on Windows CMake build.
997 https://bugs.webkit.org/show_bug.cgi?id=143311
999 Reviewed by Csaba Osztrogonác.
1001 * Source/cmake/OptionsWindows.cmake:
1002 Enable WebGL by default in CMake builds now that it works.
1004 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
1006 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
1007 https://bugs.webkit.org/show_bug.cgi?id=147625
1009 Reviewed by Martin Robinson.
1011 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
1012 components unless they were actually found, not to accidentally
1013 enable Accelerated 2D canvas, which would cause the build to fail.
1015 * Source/cmake/FindCairoGL.cmake: Set this variables only when
1016 pkg_check_modules() had actually found the relevant component.
1018 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
1020 [CMake] Add an option to build AllInOne files
1021 https://bugs.webkit.org/show_bug.cgi?id=102647
1023 Reviewed by Alex Christensen.
1025 * Source/cmake/OptionsEfl.cmake: Disabled by default.
1026 * Source/cmake/OptionsGTK.cmake: Disabled by default.
1027 * Source/cmake/OptionsWindows.cmake: Enabled by default.
1028 * Source/cmake/WebKitFeatures.cmake:
1029 * Source/cmake/WebKitMacros.cmake:
1031 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
1033 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
1035 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1037 2015-07-31 Alex Christensen <achristensen@webkit.org>
1039 Prepare for debug CMake builds on Windows.
1040 https://bugs.webkit.org/show_bug.cgi?id=147484
1042 Reviewed by Tim Horton.
1044 * Source/cmake/OptionsWindows.cmake:
1045 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
1047 2015-07-30 Joonghun Park <jh718.park@samsung.com>
1049 [EFL] Enable IndexedDB based on DatabaseProcess
1050 https://bugs.webkit.org/show_bug.cgi?id=147221
1052 Reviewed by Csaba Osztrogonác.
1054 * Source/cmake/OptionsEfl.cmake:
1056 2015-07-30 Alex Christensen <achristensen@webkit.org>
1058 Build AppleWin port with CMake
1059 https://bugs.webkit.org/show_bug.cgi?id=147385
1061 Reviewed by Martin Robinson.
1063 * Source/cmake/OptionsWindows.cmake:
1064 Use the static multithreaded runtime. Based on
1065 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
1067 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
1069 Implement basic types for ECMAScript Internationalization API
1070 https://bugs.webkit.org/show_bug.cgi?id=146926
1072 Reviewed by Benjamin Poulain.
1074 Enable flag now that the basic objects are in place.
1076 * Source/cmake/WebKitFeatures.cmake: enable INTL
1078 2015-07-29 Basile Clement <basile_clement@apple.com>
1080 Remove native call inlining
1081 https://bugs.webkit.org/show_bug.cgi?id=147417
1083 Rubber-stamped by Filip Pizlo.
1085 * Source/cmake/OptionsEfl.cmake:
1086 * Source/cmake/WebKitFeatures.cmake:
1088 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
1090 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
1091 https://bugs.webkit.org/show_bug.cgi?id=147350
1093 Reviewed by Sam Weinig.
1095 * Source/cmake/WebKitFeatures.cmake:
1097 2015-07-27 Alex Christensen <achristensen@webkit.org>
1099 Use Ninja on Windows.
1100 https://bugs.webkit.org/show_bug.cgi?id=147228
1102 Reviewed by Martin Robinson.
1104 * Source/cmake/OptionsWindows.cmake:
1105 Only use /MP when using generated Visual Studio solution files to build.
1106 It makes compiling parallel in MSVC, but Ninja doesn't like it.
1108 2015-07-27 Alex Christensen <achristensen@webkit.org>
1110 Progress towards building AppleWin with CMake
1111 https://bugs.webkit.org/show_bug.cgi?id=147325
1113 Reviewed by Martin Robinson.
1115 * Source/cmake/OptionsWindows.cmake:
1116 Link with 64-bit libraries if building 64-bit binaries.
1117 Don't run regular expressions on empty strings when using Ninja.
1118 Removed DebugSuffix Visual Studio environment variables.
1120 2015-07-23 Alex Christensen <achristensen@webkit.org>
1122 Remove compile and runtime flags for promises.
1123 https://bugs.webkit.org/show_bug.cgi?id=147244
1125 Reviewed by Yusuke Suzuki.
1127 * Source/cmake/OptionsMac.cmake:
1128 * Source/cmake/OptionsWindows.cmake:
1129 * Source/cmake/WebKitFeatures.cmake:
1131 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
1133 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
1134 https://bugs.webkit.org/show_bug.cgi?id=147212
1136 Reviewed by Filip Pizlo.
1138 * Source/cmake/WebKitFeatures.cmake:
1140 2015-07-22 Alex Christensen <achristensen@webkit.org>
1142 Fix quirks in CMake build on Mac and Windows
1143 https://bugs.webkit.org/show_bug.cgi?id=147174
1145 Reviewed by Gyuyoung Kim.
1148 * Source/cmake/OptionsWindows.cmake:
1149 Added options I removed in r187022. They are indeed needed.
1150 * Source/cmake/WebKitFS.cmake:
1151 Make the DerivedSources/WebKit directory.
1153 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1155 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
1157 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1159 2015-07-20 Alex Christensen <achristensen@webkit.org>
1161 Resurrect CMake build on Windows.
1162 https://bugs.webkit.org/show_bug.cgi?id=147083
1164 Reviewed by Gyuyoung Kim.
1166 * Source/cmake/OptionsCommon.cmake:
1167 * Source/cmake/OptionsWindows.cmake:
1168 Change features to get it to compile. Still not a complete feature set.
1170 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
1172 [GTK] Add seccomp filters support
1173 https://bugs.webkit.org/show_bug.cgi?id=110014
1175 Reviewed by Žan Doberšek.
1177 Find needed compiler and linker flags for libseccomp.
1179 * Source/cmake/OptionsGTK.cmake:
1181 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
1183 Bring back the GNU ar check to create thin archives on non-Linux systems
1184 https://bugs.webkit.org/show_bug.cgi?id=146681
1186 Reviewed by Martin Robinson.
1188 We already use GNU ar thin archive feature to save time and disk space
1189 on creating static archives, but it is only enabled on Linux. Without
1190 this feature, the debug build of WebCore can be larger than 4 GiB,
1191 which can cause error because GNU ar format uses 32-bit integer to
1192 store offsets in the symbol table. This patch is similar to
1193 https://bugs.webkit.org/show_bug.cgi?id=128596.
1195 * Source/cmake/OptionsCommon.cmake:
1197 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
1199 [GTK] [Wayland] Build by default the X11 and Wayland targets.
1200 https://bugs.webkit.org/show_bug.cgi?id=146057
1202 Reviewed by Carlos Garcia Campos.
1204 * Source/cmake/OptionsGTK.cmake:
1206 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
1208 [GTK] ar warning when linking static libraries
1209 https://bugs.webkit.org/show_bug.cgi?id=144988
1211 Reviewed by Carlos Garcia Campos.
1213 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
1214 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
1215 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
1216 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
1217 should either stop using 'u' or else add 'U' as well in order to disable deterministic
1218 archives. Using 'U' should result in a somewhat faster build (at least when using the
1219 Makefile generator), but it's unlikely that the difference is significant, so let's simply
1220 remove 'u' until someone determines otherwise. This seems like a better option than adding
1221 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
1222 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
1223 behavior change on distributions that do not use --enable-deterministic-archives, notably
1226 * Source/cmake/OptionsCommon.cmake:
1228 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
1230 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
1231 https://bugs.webkit.org/show_bug.cgi?id=146590
1233 Reviewed by Martin Robinson.
1235 * Source/PlatformGTK.cmake: override the cached variables to
1236 forcefully disable gtk-doc and gobject-introspection when
1238 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
1239 documentation syntax when cross-building.
1242 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
1244 [EFL] test_ewk2_application_cache_manager has been failed since r185527
1245 https://bugs.webkit.org/show_bug.cgi?id=146016
1247 Reviewed by Gyuyoung Kim.
1249 In order to handle properly WebApplicationCacheManagerProxy implementation which use
1250 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
1251 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
1253 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
1255 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
1257 Implement ECMAScript Internationalization API
1258 https://bugs.webkit.org/show_bug.cgi?id=90906
1260 Reviewed by Benjamin Poulain.
1262 Begin implementing the Intl apis behind ENABLE_INTL flag.
1263 Create the base Intl namespace object.
1265 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
1267 2015-06-30 Philippe Normand <pnormand@igalia.com>
1269 [CMake] Error when gst-plugins-base is missing is too confusing
1270 https://bugs.webkit.org/show_bug.cgi?id=145682
1272 Reviewed by Carlos Garcia Campos.
1274 * Source/cmake/OptionsGTK.cmake: Error out if the required
1275 GStreamer libraries are not found on the host.
1277 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
1279 CairoGL should be checked unconditionally
1280 https://bugs.webkit.org/show_bug.cgi?id=146390
1282 Reviewed by Darin Adler.
1284 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
1285 it is run unconditionally; this is necessary because its result
1286 is used later on, outside of any conditions.
1288 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
1290 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
1291 https://bugs.webkit.org/show_bug.cgi?id=146318
1293 Reviewed by Sergio Villar Senin.
1295 Enable PUBLIC_SUFFIX_LIST for GTK+.
1297 * Source/cmake/OptionsGTK.cmake:
1299 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
1301 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
1303 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1305 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
1307 [EFL] Hyphenation is not supported
1308 https://bugs.webkit.org/show_bug.cgi?id=89830
1310 Reviewed by Gyuyoung Kim.
1312 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
1314 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
1316 [CMake] Add support for building with various sanitizer tools
1317 https://bugs.webkit.org/show_bug.cgi?id=131941
1319 Reviewed by Martin Robinson.
1321 * Source/PlatformGTK.cmake: Don't generate any documentation
1322 when compiling with sanitizers enabled.
1323 * Source/cmake/OptionsCommon.cmake: Allow linking with
1324 undefined symbols when compiling with sanitizers enabled.
1326 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
1328 libwebkit2gtk fails to link without opengl
1329 https://bugs.webkit.org/show_bug.cgi?id=138332
1331 Reviewed by Carlos Garcia Campos.
1333 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
1334 enabled regardless of whether OpenGL is, because certain symbols
1335 such as WebCore::GraphicsLayer::create() need to be built.
1337 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
1339 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
1340 https://bugs.webkit.org/show_bug.cgi?id=146181
1342 Reviewed by Martin Robinson.
1344 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
1346 * Source/cmake/OptionsGTK.cmake:
1348 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
1350 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
1351 https://bugs.webkit.org/show_bug.cgi?id=146171
1353 Reviewed by Gyuyoung Kim.
1355 * Source/cmake/OptionsEfl.cmake:
1356 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
1358 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
1360 [CMake] FindGTK3.cmake should not modify the values of build options
1361 https://bugs.webkit.org/show_bug.cgi?id=144613
1363 Reviewed by Martin Robinson.
1365 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
1366 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
1367 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
1368 GTK3_SUPPORTS_GESTURES for consistency.
1369 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
1370 available. It's not possible to automatically select a backend correctly anymore, since all
1371 options are set at the same time.
1373 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
1375 Remove unnecessary svn:executable flags
1376 https://bugs.webkit.org/show_bug.cgi?id=146107
1378 Reviewed by Alexey Proskuryakov.
1380 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
1381 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
1382 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
1383 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
1384 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
1386 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
1388 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
1389 https://bugs.webkit.org/show_bug.cgi?id=146108
1391 Reviewed by Gyuyoung Kim.
1393 * Source/cmake/OptionsEfl.cmake:
1395 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
1397 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
1398 https://bugs.webkit.org/show_bug.cgi?id=146035
1400 Reviewed by Gyuyoung Kim.
1402 * Source/cmake/OptionsEfl.cmake:
1404 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
1406 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
1407 https://bugs.webkit.org/show_bug.cgi?id=145701
1409 Reviewed by Darin Adler.
1411 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
1413 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
1415 [iOS] Crash long pressing on <input type=file>
1416 https://bugs.webkit.org/show_bug.cgi?id=146009
1417 <rdar://problem/21234453>
1419 Reviewed by Ryosuke Niwa.
1421 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
1423 2015-06-16 Brent Fulgham <bfulgham@apple.com>
1425 Rollout accidental Xcode project change.
1427 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1429 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1431 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
1432 https://bugs.webkit.org/show_bug.cgi?id=145909
1434 Reviewed by Csaba Osztrogonác.
1436 Bump EWebKit version based on efl library version used by the EWebKit.
1438 * Source/cmake/OptionsEfl.cmake:
1440 2015-06-11 Commit Queue <commit-queue@webkit.org>
1442 Unreviewed, rolling out r185453.
1443 https://bugs.webkit.org/show_bug.cgi?id=145881
1445 it broke the 32-bit build (Requested by clopez on #webkit).
1449 "[GTK] [Wayland] Should be possible to build with support for
1450 both X11 and Wayland."
1451 https://bugs.webkit.org/show_bug.cgi?id=145701
1452 http://trac.webkit.org/changeset/185453
1454 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
1456 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
1457 https://bugs.webkit.org/show_bug.cgi?id=145701
1459 Reviewed by Žan Doberšek.
1461 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
1463 2015-06-03 Daniel Bates <dabates@apple.com>
1465 Caps lock indicator should not be shown in read-only or disabled field
1466 https://bugs.webkit.org/show_bug.cgi?id=145612
1467 <rdar://problem/21227454>
1469 Reviewed by Darin Adler.
1471 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
1472 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
1473 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
1475 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
1477 [cmake] Suppress parentheses-equality warnings
1478 https://bugs.webkit.org/show_bug.cgi?id=145126
1480 Reviewed by Darin Adler.
1482 * Source/cmake/WebKitHelpers.cmake:
1484 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
1486 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
1487 https://bugs.webkit.org/show_bug.cgi?id=145408
1489 Reviewed by Carlos Garcia Campos.
1491 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
1492 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
1493 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
1495 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
1496 libraries. Detect also GLX libraries.
1497 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
1498 libraries. Use find_path() to get the include path.
1499 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
1501 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
1502 depending on the libraries found on the system.
1503 Move the detection of GLX (and the include of CMakePushCheckState)
1504 to FindOpenGL.cmake.
1505 Ensure that we only define USE_GLX when we build with OpenGL
1506 (but not with GLESv2).
1508 2015-05-27 Dean Jackson <dino@apple.com>
1510 img.currentSrc problem in strict mode with old picturefill
1511 https://bugs.webkit.org/show_bug.cgi?id=144095
1512 <rdar://problem/21087013>
1514 Reviewed by Simon Fraser.
1516 Add a PICTURE_SIZES flag.
1518 * Source/cmake/OptionsEfl.cmake:
1519 * Source/cmake/OptionsGTK.cmake:
1520 * Source/cmake/OptionsMac.cmake:
1521 * Source/cmake/OptionsWindows.cmake:
1522 * Source/cmake/WebKitFeatures.cmake:
1524 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
1526 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
1528 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1530 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1532 Unreviewed. Export DatabaseProcessMainUnix symbol.
1534 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
1535 is exported in production builds.
1537 * Source/cmake/gtksymbols.filter:
1539 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1541 [GTK] Enable IndexedDB
1542 https://bugs.webkit.org/show_bug.cgi?id=98932
1544 Reviewed by Žan Doberšek.
1546 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
1547 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
1549 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
1551 [GTK] Bump GCC requirements to 4.9.0
1552 https://bugs.webkit.org/show_bug.cgi?id=145211
1554 Reviewed by Žan Doberšek.
1556 It's required to build with IndexedDB support when using GCC,
1557 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
1559 * Source/cmake/OptionsGTK.cmake:
1561 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
1563 [CMake] Ignore warnings in system headers
1564 https://bugs.webkit.org/show_bug.cgi?id=144747
1566 Reviewed by Darin Adler.
1568 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
1569 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
1570 use the SYSTEM argument to the command (added in 2.8.12).
1574 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
1576 [CMake] Error out when ruby is too old
1577 https://bugs.webkit.org/show_bug.cgi?id=145014
1579 Reviewed by Martin Robinson.
1581 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
1586 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
1588 [GTK] Enable plugin-related CMake options and variables for the X11 target only
1589 https://bugs.webkit.org/show_bug.cgi?id=144995
1591 Reviewed by Carlos Garcia Campos.
1593 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
1594 the X11 windowing target at the moment, so the following options
1595 and variables should be enabled or disabled accordingly:
1596 - ENABLE_PLUGIN_PROCESS_GTK2
1597 - ENABLE_NETSCAPE_PLUGIN_API
1598 - ENABLE_PLUGIN_PROCESS
1600 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
1602 Linker fails without -DDEVELOPER_MODE=ON
1603 https://bugs.webkit.org/show_bug.cgi?id=144117
1605 Reviewed by Gyuyoung Kim.
1607 * Source/cmake/OptionsEfl.cmake:
1608 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
1609 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
1611 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
1613 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
1614 https://bugs.webkit.org/show_bug.cgi?id=144846
1616 Reviewed by Martin Robinson.
1618 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
1619 CAIRO_GL_* throughout, because find_package will define
1621 * Source/cmake/OptionsGTK.cmake: Ditto.
1623 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
1625 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
1626 https://bugs.webkit.org/show_bug.cgi?id=144845
1628 Reviewed by Martin Robinson.
1630 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
1631 if their corresponding WTF options are ON. The code in npapi.h
1632 relies on these being undefined if they are to be switched off.
1634 2015-05-09 Yoav Weiss <yoav@yoav.ws>
1636 Remove the PICTURE_SIZES build flag
1637 https://bugs.webkit.org/show_bug.cgi?id=144679
1639 Reviewed by Benjamin Poulain.
1641 Removed the PICTURE_SIZES build time flag.
1643 * Source/cmake/OptionsEfl.cmake:
1644 * Source/cmake/OptionsGTK.cmake:
1645 * Source/cmake/OptionsMac.cmake:
1646 * Source/cmake/OptionsWindows.cmake:
1647 * Source/cmake/WebKitFeatures.cmake:
1649 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
1651 [GTK] [CMake] Check for required X libraries
1652 https://bugs.webkit.org/show_bug.cgi?id=144823
1654 Reviewed by Martin Robinson.
1656 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
1658 * Source/cmake/OptionsGTK.cmake:
1660 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
1662 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1663 https://bugs.webkit.org/show_bug.cgi?id=144746
1665 Reviewed by Carlos Garcia Campos.
1667 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1668 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
1669 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
1671 * Source/cmake/OptionsGTK.cmake:
1673 2015-05-08 Daniel Bates <dabates@apple.com>
1675 [iOS] WebSQL operations are not performed after device is locked
1676 https://bugs.webkit.org/show_bug.cgi?id=137503
1677 <rdar://problem/20844952>
1679 Rubber-stamped by Alexey Proskuryakov.
1681 Add a manual test to help verify that we do not regress this issue.
1683 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
1685 2015-05-08 Commit Queue <commit-queue@webkit.org>
1687 Unreviewed, rolling out r183945.
1688 https://bugs.webkit.org/show_bug.cgi?id=144789
1690 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
1694 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
1695 https://bugs.webkit.org/show_bug.cgi?id=144746
1696 http://trac.webkit.org/changeset/183945
1698 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
1700 Cleanup after r183940
1701 https://bugs.webkit.org/show_bug.cgi?id=144768
1705 Looks like the empty directories were not deleted.
1707 * Source/PAL: Removed.
1708 * Source/PAL/Configurations: Removed.
1709 * Source/PAL/PAL.xcodeproj: Removed.
1710 * Source/PAL/graphics: Removed.
1712 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
1714 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1715 https://bugs.webkit.org/show_bug.cgi?id=144746
1717 Reviewed by Martin Robinson.
1719 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1720 what it is defined to, so defining it to 0 effectively turned it on always.
1722 * Source/cmake/OptionsGTK.cmake:
1724 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1726 Revert "Introducing the Platform Abstraction Layer (PAL)"
1727 https://bugs.webkit.org/show_bug.cgi?id=144751
1731 PAL should be a new target inside WebCore, rather than a top-level folder.
1733 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1735 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
1737 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
1739 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1741 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1743 Introducing the Platform Abstraction Layer (PAL)
1744 https://bugs.webkit.org/show_bug.cgi?id=143358
1746 Reviewed by Simon Fraser.
1748 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1750 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
1752 [cmake] Disable GNU Gold linker on Cortex A53
1753 https://bugs.webkit.org/show_bug.cgi?id=144382
1755 Reviewed by Carlos Garcia Campos.
1757 * Source/cmake/OptionsCommon.cmake:
1759 2015-05-01 Martin Robinson <mrobinson@igalia.com>
1761 USE(...) macro should expect unprefixed variables
1762 https://bugs.webkit.org/show_bug.cgi?id=144454
1764 Reviewed by Daniel Bates.
1766 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
1767 * Source/cmake/OptionsEfl.cmake: Ditto.
1768 * Source/cmake/OptionsGTK.cmake: Ditto.
1769 * Source/cmake/OptionsMac.cmake: Ditto.
1770 * Source/cmake/OptionsWinCairo.cmake: Ditto.
1771 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
1774 2015-04-30 Martin Robinson <mrobinson@igalia.com>
1776 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
1777 https://bugs.webkit.org/show_bug.cgi?id=144394
1779 Reviewed by Carlos Garcia Campos.
1781 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
1782 is that it fixes the redirected XComposite window for GTK+, which was accidentally
1783 disabled in previous reworking of the CMake configuration.
1785 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
1786 version of USE variables.
1787 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
1788 is exposed to the build.
1790 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
1792 Unreviewed. Bump GTK+ version numbers.
1794 * Source/cmake/OptionsGTK.cmake:
1796 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1798 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
1799 https://bugs.webkit.org/show_bug.cgi?id=144435
1801 Reviewed by Gyuyoung Kim.
1803 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
1804 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
1806 * Source/cmake/OptionsEfl.cmake:
1808 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
1810 REGRESSION(183583): [Mac] make without SDKROOT has issues
1811 https://bugs.webkit.org/show_bug.cgi?id=144431
1813 Reviewed by Dan Bernstein.
1816 Assume an empty SDKROOT means an macosx variant, so only
1817 enable settings if the SDKROOT is not empty and does not
1820 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1822 Fix the GTK+ build after r183584
1824 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
1826 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1828 [GTK] Add support for automatic hyphenation
1829 https://bugs.webkit.org/show_bug.cgi?id=44478
1831 Reviewed by Carlos Garcia Campos.
1833 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
1834 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
1835 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
1837 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
1839 Failure when building WebKit for appletvsimulator.
1840 https://bugs.webkit.org/show_bug.cgi?id=144356
1842 Reviewed by Alexey Proskuryakov.
1844 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
1845 make TVOS and WatchOS behave correctly.
1849 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1851 [CMake] [GTK] Organize and clean up unused CMake variables
1852 https://bugs.webkit.org/show_bug.cgi?id=144364
1854 Reviewed by Gyuyoung Kim.
1856 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
1857 specific to certain projects into their PlatformGTK.cmake files.
1859 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1861 [EFL] Build failure to find gio-unix
1862 https://bugs.webkit.org/show_bug.cgi?id=144083
1864 Reviewed by Gyuyoung Kim.
1866 Original patch by Doug Newgard <scimma22@outlook.com>
1868 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
1870 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
1872 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
1873 https://bugs.webkit.org/show_bug.cgi?id=143001
1875 Reviewed by Gyuyoung Kim.
1877 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
1878 * Source/cmake/OptionsGTK.cmake: Ditto.
1880 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1882 Unreviewed, fix typo in previous commit
1884 libsecretr -> libsecret in the error message.
1886 * Source/cmake/OptionsGTK.cmake:
1888 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1890 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
1891 https://bugs.webkit.org/show_bug.cgi?id=143546
1893 Reviewed by Martin Robinson.
1895 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
1896 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
1897 default. Fail the build with an informative error message if an optional dependency required
1898 for an enabled feature is not present. Perform find_package commands only when necessary.
1899 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
1902 * Source/cmake/OptionsGTK.cmake:
1904 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1906 [GTK] Make all options actually options
1907 https://bugs.webkit.org/show_bug.cgi?id=144106
1909 Reviewed by Martin Robinson.
1911 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
1912 ENABLE_WAYLAND_TARGET.
1914 * Source/cmake/OptionsGTK.cmake:
1916 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1918 Unreviewed, fix GTK build after r183452
1920 * Source/cmake/OptionsGTK.cmake:
1922 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1924 [GTK] Add one single option to control all OpenGL-related options
1925 https://bugs.webkit.org/show_bug.cgi?id=144105
1927 Reviewed by Martin Robinson.
1929 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
1930 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
1931 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
1932 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
1933 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
1934 presence of CairoGL.
1936 * Source/cmake/OptionsGTK.cmake:
1938 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1940 [GTK] ENABLE_SMOOTH_SCROLLING should be private
1941 https://bugs.webkit.org/show_bug.cgi?id=144306
1943 Reviewed by Martin Robinson.
1945 Make ENABLE_SMOOTH_SCROLLING private instead of public.
1947 * Source/cmake/OptionsGTK.cmake:
1949 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1951 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
1952 https://bugs.webkit.org/show_bug.cgi?id=144193
1954 Reviewed by Darin Adler.
1956 * Source/cmake/OptionsEfl.cmake:
1957 * Source/cmake/OptionsGTK.cmake:
1958 * Source/cmake/OptionsWinCairo.cmake:
1959 * Source/cmake/WebKitFeatures.cmake:
1961 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1963 [CMake] Should be possible for an option to conflict with other options
1964 https://bugs.webkit.org/show_bug.cgi?id=143956
1966 Reviewed by Martin Robinson.
1968 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
1970 * Source/cmake/WebKitFeatures.cmake:
1972 2015-04-22 Martin Robinson <mrobinson@igalia.com>
1974 [CMake] Autogenerate cmakeconfig.h.cmake
1975 https://bugs.webkit.org/show_bug.cgi?id=143997
1977 Reviewed by Csaba Osztrogonác.
1979 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
1980 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
1981 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
1982 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
1983 Do some other miscellaneous related cleanup.
1984 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
1985 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
1986 build exposed variables. Add a macro to generate a configuration from them.
1987 * Source/cmakeconfig.h.cmake: Removed.
1989 2015-04-24 Philippe Normand <pnormand@igalia.com>
1991 [JHBuild] Move to upstream OpenWebRTC
1992 https://bugs.webkit.org/show_bug.cgi?id=144145
1994 Reviewed by Carlos Garcia Campos.
1996 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
1999 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
2001 [ES6] Implement ES6 template literals
2002 https://bugs.webkit.org/show_bug.cgi?id=142691
2004 Reviewed by Darin Adler.
2006 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
2008 * Source/cmake/WebKitFeatures.cmake:
2009 * Source/cmakeconfig.h.cmake:
2011 2015-04-25 Martin Robinson <mrobinson@igalia.com>
2013 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
2014 https://bugs.webkit.org/show_bug.cgi?id=144182
2016 Reviewed by Simon Fraser.
2018 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2019 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2020 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2021 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2022 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2024 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2026 [GTK] Add more public options
2027 https://bugs.webkit.org/show_bug.cgi?id=144116
2029 Reviewed by Martin Robinson.
2031 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
2033 * Source/cmake/OptionsGTK.cmake:
2035 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2037 [CMake] Some internal variables are not marked as advanced
2038 https://bugs.webkit.org/show_bug.cgi?id=143595
2040 Reviewed by Martin Robinson.
2042 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
2043 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
2045 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2047 [GTK] Mark as advanced the build options we don't want to expose
2048 https://bugs.webkit.org/show_bug.cgi?id=143558
2050 Reviewed by Martin Robinson.
2052 Mark various options as private instead of public.
2054 * Source/cmake/OptionsGTK.cmake:
2056 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2058 [CMake] Should be possible for an option to depend on multiple options
2059 https://bugs.webkit.org/show_bug.cgi?id=143839
2061 Reviewed by Martin Robinson.
2063 Use a list instead of a single variable to track the dependencies of each option. Iterate
2064 over the list as many times as necessary to ensure all options are properly disabled.
2066 * Source/cmake/WebKitFeatures.cmake:
2068 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2070 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
2071 https://bugs.webkit.org/show_bug.cgi?id=144103
2073 Reviewed by Martin Robinson.
2075 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
2077 * Source/cmake/WebKitFeatures.cmake:
2079 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2081 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
2082 https://bugs.webkit.org/show_bug.cgi?id=144102
2084 Reviewed by Martin Robinson.
2086 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
2087 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
2088 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
2090 * Source/cmake/OptionsGTK.cmake:
2092 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2094 [CMake] Clean up JSC JIT options
2095 https://bugs.webkit.org/show_bug.cgi?id=143998
2097 Reviewed by Filip Pizlo.
2099 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
2100 define for ENABLE_FTL_NATIVE_CALL_INLINING.
2101 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
2102 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
2103 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
2104 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
2106 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2108 [CMake] Use lowercase for local variables in macros
2109 https://bugs.webkit.org/show_bug.cgi?id=144059
2111 Reviewed by Martin Robinson.
2113 Convert some variable names to lowercase.
2115 * Source/cmake/WebKitFeatures.cmake:
2117 2015-04-22 Commit Queue <commit-queue@webkit.org>
2119 Unreviewed, rolling out r183116.
2120 https://bugs.webkit.org/show_bug.cgi?id=144060
2122 Inadvertently deleted a file... (Requested by mcatanzaro on
2127 "[CMake] Use lowercase for local variables in macros"
2128 https://bugs.webkit.org/show_bug.cgi?id=144059
2129 http://trac.webkit.org/changeset/183116
2131 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2133 [CMake] Use lowercase for local variables in macros
2134 https://bugs.webkit.org/show_bug.cgi?id=144059
2136 Reviewed by Martin Robinson.
2138 Convert some variable names to lowercase.
2140 * Source/cmake/WebKitFeatures.cmake:
2142 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2144 [CMake] Features list should print dots every other row
2145 https://bugs.webkit.org/show_bug.cgi?id=143832
2147 Reviewed by Martin Robinson.
2149 Discount private options when determining whether to print dots on a given row of the
2150 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
2151 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
2152 wasn't noticed because it only affects the first line, and use of the variable name as a
2153 string in a conditional.)
2155 * Source/cmake/WebKitFeatures.cmake:
2157 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2159 [CMake] Require specifying visibility of WebKit options
2160 https://bugs.webkit.org/show_bug.cgi?id=143831
2162 Reviewed by Alex Christensen.
2164 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
2165 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
2166 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
2167 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
2168 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
2169 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
2170 cross-platform options as PRIVATE.
2172 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2174 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
2175 https://bugs.webkit.org/show_bug.cgi?id=143935
2177 Reviewed by Darin Adler.
2179 Some variables aren't defined in these files or unused variables aren't removed. This
2180 patch cleans up it as well as fix wrong alphabet order.
2182 * Source/cmake/WebKitFeatures.cmake:
2183 * Source/cmakeconfig.h.cmake:
2185 2015-04-19 Simon Fraser <simon.fraser@apple.com>
2187 Restore the WebKit.xcworkspace to the way it was before r182899,
2188 which inadvertently added the Source directory and a couple of source
2191 * WebKit.xcworkspace/contents.xcworkspacedata:
2193 2015-04-16 Basile Clement <basile_clement@apple.com>
2195 Extract the allocation profile from JSFunction into a rare object
2196 https://bugs.webkit.org/show_bug.cgi?id=143807
2198 Reviewed by Filip Pizlo.
2200 * WebKit.xcworkspace/contents.xcworkspacedata:
2202 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
2204 [EFL] Bump LLVM to version 3.6.0 on X86_64
2205 https://bugs.webkit.org/show_bug.cgi?id=143604
2207 Reviewed by Gyuyoung Kim.
2209 * Source/cmake/FindLLVM.cmake: Added version handling.
2210 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
2212 2015-04-15 Timothy Horton <timothy_horton@apple.com>
2214 Custom CSS cursors do not use -webkit-image-set on retina displays
2215 https://bugs.webkit.org/show_bug.cgi?id=120783
2217 Reviewed by Beth Dakin.
2218 Patch by Evan Wallace <evan.exe@gmail.com>.
2220 Add a manual test for custom CSS cursors on retina displays.
2222 * ManualTests/retina-cursors.html: Added.
2224 2015-04-15 Alex Christensen <achristensen@webkit.org>
2226 Progress towards CMake on Mac.
2227 https://bugs.webkit.org/show_bug.cgi?id=143785
2229 Reviewed by Csaba Osztrogonác.
2232 * Source/cmake/OptionsMac.cmake:
2233 * Source/cmake/WebKitFS.cmake:
2235 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
2237 Cannot click "Next" button on Google two-factor auth setup page
2239 <https://bugs.webkit.org/show_bug.cgi?id=143624>
2240 <rdar://problem/19175714>
2242 Reviewed by Darin Adler.
2244 * ManualTests/button-that-focuses-itself-on-click.html: Added.
2246 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
2248 [cmake] REGRESSION(182663): It broke feature dependency handling
2249 https://bugs.webkit.org/show_bug.cgi?id=143665
2251 Reviewed by Csaba Osztrogonác.
2253 Don't try to check the value of options before defining the options.
2255 * Source/cmake/WebKitFeatures.cmake:
2257 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
2259 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
2260 https://bugs.webkit.org/show_bug.cgi?id=143664
2262 Reviewed by Gyuyoung Kim.
2264 * Source/cmake/OptionsEfl.cmake:
2265 * Source/cmake/OptionsGTK.cmake:
2266 * Source/cmake/WebKitFeatures.cmake:
2267 * Source/cmakeconfig.h.cmake:
2269 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2271 [EFL] Enable Media Source
2272 https://bugs.webkit.org/show_bug.cgi?id=143635
2274 Reviewed by Csaba Osztrogonác.
2276 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
2278 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2280 [CMake] Miscellaneous issues in WebKitFeatures.cmake
2281 https://bugs.webkit.org/show_bug.cgi?id=143636
2283 Reviewed by Martin Robinson.
2285 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
2286 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
2288 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
2289 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
2291 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
2293 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
2295 Fix ENABLE_TOUCH_SLIDER so that it can be used
2299 * Source/cmake/WebKitFeatures.cmake:
2301 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2303 [CMake] Print sorted feature list at the very end of the configure process
2304 https://bugs.webkit.org/show_bug.cgi?id=143596
2306 Reviewed by Martin Robinson.
2308 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
2309 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
2310 and sort the options before printing. Reorder some code so that features still get
2311 propagated to the bindings generators.
2313 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2315 [CMake] Options should be marked as advanced by default
2316 https://bugs.webkit.org/show_bug.cgi?id=143572
2318 Reviewed by Gyuyoung Kim.
2320 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
2321 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
2322 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
2323 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
2324 option without making it public.
2326 * Source/cmake/WebKitFeatures.cmake:
2328 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2330 [CMake] Remove unnecessary ENABLE_WEBCORE switch
2331 https://bugs.webkit.org/show_bug.cgi?id=143584
2333 Reviewed by Csaba Osztrogonác.
2335 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
2339 * Source/CMakeLists.txt:
2340 * Source/cmake/OptionsGTK.cmake:
2341 * Source/cmake/WebKitFS.cmake:
2343 2015-04-08 Filip Pizlo <fpizlo@apple.com>
2345 Unreviewed, revert accidental commit.
2349 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
2351 Add CMake build system for WinCairo port.
2352 https://bugs.webkit.org/show_bug.cgi?id=115944
2354 Reviewed by Chris Dumez.
2356 * Source/cmake/OptionsWindows.cmake:
2357 * Source/cmake/WebKitMacros.cmake:
2358 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
2360 2015-04-06 Alberto Garcia <berto@igalia.com>
2362 [GTK] Fix HPPA build
2363 https://bugs.webkit.org/show_bug.cgi?id=143453
2365 Reviewed by Darin Adler.
2367 Add HPPA to the list of supported CPUs.
2371 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
2373 Unreviewed, kick the GTK bots to fix an incremental build issue.
2375 * Source/cmake/OptionsGTK.cmake:
2377 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
2379 Fix the EFL and GTK build after r182243
2380 https://bugs.webkit.org/show_bug.cgi?id=143361
2382 Reviewed by Csaba Osztrogonác.
2384 * Source/PlatformEfl.cmake: Add a custom command that copies
2385 the InspectorBackendCommands.js file into the proper directory
2386 under DerivedSources/WebInspectorUI/.
2388 2015-04-01 Alex Christensen <achristensen@webkit.org>
2390 Progress towards CMake on Windows and Mac.
2391 https://bugs.webkit.org/show_bug.cgi?id=143293
2393 Reviewed by Filip Pizlo.
2396 Set DERIVED_SOURCES_WTF_DIR for Windows.
2397 * Source/CMakeLists.txt:
2398 Don't compile bmalloc on Windows.
2399 * Source/cmake/OptionsCommon.cmake:
2400 Use the absolute path of the C preprocessor.
2401 * Source/cmake/OptionsWinCairo.cmake:
2402 Added needed definitions.
2403 * Source/cmake/OptionsWindows.cmake:
2404 Set some default values and removed support for old Visual Studio versions before /MP.
2405 * Source/cmake/WebKitFS.cmake:
2406 Make WTF DerivedSources directory.
2407 * Source/cmake/WebKitMacros.cmake:
2408 Added ADD_PRECOMPILED_HEADER macro based on
2409 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
2411 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
2413 Use colored diagnostics when building with cmake + ninja + clang
2414 https://bugs.webkit.org/show_bug.cgi?id=143297
2416 Reviewed by Žan Doberšek.
2418 Because that ninja sets subprocess stdout/stderr to a pipe, clang
2419 disables colored output.
2420 This patch forces clang to use colored diagnostics when we are using
2423 * Source/cmake/OptionsCommon.cmake:
2425 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2427 [CMake] Update old CMakeList.txt in gtest
2428 https://bugs.webkit.org/show_bug.cgi?id=143192
2430 Reviewed by Darin Adler.
2432 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
2433 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
2434 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
2436 * Source/CMakeLists.txt:
2437 * Source/cmake/gtest/CMakeLists.txt: Removed.
2439 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2441 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
2442 https://bugs.webkit.org/show_bug.cgi?id=143138
2444 Reviewed by Csaba Osztrogonác.
2446 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
2447 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
2449 * Source/cmake/OptionsWindows.cmake:
2450 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
2451 * Source/cmake/WebKitMacros.cmake:
2453 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
2455 [GStreamer] share GL context in pipeline, part 2
2456 https://bugs.webkit.org/show_bug.cgi?id=143049
2458 Reviewed by Carlos Garcia Campos.
2460 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
2461 OpenGL/ES2 is found and GLX/EGL is found too.
2463 2015-03-26 Alex Christensen <achristensen@webkit.org>
2465 Progress towards CMake on Mac.
2466 https://bugs.webkit.org/show_bug.cgi?id=143112
2468 Reviewed by Chris Dumez.
2470 * Source/cmake/OptionsMac.cmake:
2472 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
2474 [EFL] Add OpenWebRTC in jhbuild
2475 https://bugs.webkit.org/show_bug.cgi?id=142778
2477 Reviewed by Gyuyoung Kim.
2479 Original patch by Philippe Normand <pnormand@igalia.com>
2481 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
2482 mediastream build is enabled.
2484 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
2486 [GTK] Add a configure option to build without Redirected XComposite Window
2487 https://bugs.webkit.org/show_bug.cgi?id=142865
2489 Reviewed by Žan Doberšek.
2491 The Redirected XComposite Window was added to support some
2492 features like GtkOverlay, but in cases where we don't need such
2493 features, it's more efficient to use the XID of the WebKitWebView
2494 window as the native surface handle for the accelerated
2495 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
2496 that is enabled by default for X11 target when OpenGL is enabled.
2498 * Source/cmake/OptionsGTK.cmake:
2500 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
2502 [GTK] Search for the Wayland dependency when enabling Wayland target
2503 https://bugs.webkit.org/show_bug.cgi?id=142876
2505 Reviewed by Carlos Garcia Campos.
2507 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
2508 requirement of either the GTK+ or GDK pkg-config files, so we have to
2509 search for it ourselves when WebKitGTK+ has been configured to support
2510 the Wayland windowing target.
2512 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
2514 Unreviewed, kick the GTK bots to regenerate makefile.
2515 https://bugs.webkit.org/show_bug.cgi?id=137394
2517 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
2518 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
2520 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
2522 Unreviewed, kick the GTK bots to regenerate makefile.
2523 https://bugs.webkit.org/show_bug.cgi?id=137394
2525 * Source/cmake/OptionsEfl.cmake:
2527 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
2529 [GTK] Fix inspector userinterface related incremental build issue
2530 https://bugs.webkit.org/show_bug.cgi?id=142849
2532 Reviewed by Carlos Garcia Campos.
2534 * Source/cmake/OptionsGTK.cmake: Revert r181733.
2536 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
2538 Unreviewed, kick the GTK bots to regenerate makefile.
2540 * Source/cmake/OptionsGTK.cmake:
2542 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
2544 [EFL] Expose JavaScript binding interface through ewk_extension
2545 https://bugs.webkit.org/show_bug.cgi?id=142033
2547 Reviewed by Gyuyoung Kim.
2549 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
2551 2015-03-17 Philippe Normand <pnormand@igalia.com>
2553 [GTK] basic OpenWebRTC build support
2554 https://bugs.webkit.org/show_bug.cgi?id=142393
2556 Reviewed by Carlos Garcia Campos.
2558 * Source/cmake/FindOpenWebRTC.cmake: Added.
2559 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
2560 mediastream build is enabled.
2562 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2564 [CMake][EFL] Build test tools only for developer mode
2565 https://bugs.webkit.org/show_bug.cgi?id=142761
2567 Reviewed by Csaba Osztrogonác.
2569 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
2571 * Source/cmake/OptionsEfl.cmake:
2572 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
2573 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
2574 * Source/cmakeconfig.h.cmake:
2576 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
2578 Enable ES6 classes by default
2579 https://bugs.webkit.org/show_bug.cgi?id=142774
2581 Reviewed by Gavin Barraclough.
2583 * Source/cmake/WebKitFeatures.cmake:
2585 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2587 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
2588 https://bugs.webkit.org/show_bug.cgi?id=142722
2590 Reviewed by Csaba Osztrogonác.
2592 Categorize to define cmake variables, to find necessary packages,
2593 use upper case for "glib_conponents" cmake variable name, re-arrange
2594 wrong alphabet sorting, and so on.
2596 * CMakeLists.txt: Remove WinCE port.
2597 * Source/cmake/OptionsEfl.cmake:
2599 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
2601 [GStreamer] share GL context in pipeline
2602 https://bugs.webkit.org/show_bug.cgi?id=142693
2604 Reviewed by Philippe Normand.
2606 Add search of gstreamer-gl library in the GStreamer installation. If
2607 it is found, WTF_USE_GSTREAMER_GL macro is defined.
2609 * Source/cmake/FindGStreamer.cmake:
2610 * Source/cmake/OptionsGTK.cmake:
2612 2015-03-13 Alex Christensen <achristensen@webkit.org>
2614 Progress towards CMake on Mac.
2615 https://bugs.webkit.org/show_bug.cgi?id=142680
2617 Reviewed by Gyuyoung Kim.
2620 * Source/PlatformMac.cmake: Added stub.
2621 * Source/cmake/OptionsMac.cmake:
2622 Change defines to get CMake working.
2624 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2626 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
2627 https://bugs.webkit.org/show_bug.cgi?id=126688
2629 Reviewed by Gustavo Noronha Silva.
2631 Add ENABLE_MINIBROWSER option, enabled by default for development
2632 builds and disabled for production builds unless explicilty enabled.
2634 * Source/cmake/OptionsGTK.cmake:
2636 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2638 [GTK] Do not look for child processes in the UI process binary path
2639 https://bugs.webkit.org/show_bug.cgi?id=135752
2641 Reviewed by Gustavo Noronha Silva.
2643 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
2644 build for development builds.
2646 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
2648 [GTK] Add a configure option to build with OpenGL ES 2
2649 https://bugs.webkit.org/show_bug.cgi?id=142498
2651 Reviewed by Martin Robinson.
2653 Add ENABLE_GLES2 option. It's disabled by default, but if passed
2654 GLES2 is required and OpenGL is not even searched. Otherwise we
2655 search for OpenGL as usual, using it only if present.
2657 * Source/cmake/OptionsGTK.cmake:
2659 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
2661 [cmake] Handle unused parameter warnings as build errors except in WebKit2
2662 https://bugs.webkit.org/show_bug.cgi?id=142338
2664 Reviewed by Gyuyoung Kim.
2666 * Source/cmake/WebKitHelpers.cmake:
2668 2015-03-03 Daniel Bates <dabates@apple.com>
2670 Convert ManualTests/svg-tooltip.svg to a DRT test
2671 https://bugs.webkit.org/show_bug.cgi?id=140480
2673 Reviewed by Alex Christensen.
2675 * ManualTests/svg-tooltip.svg: Removed.
2677 2015-03-02 Debarshi Ray <debarshir@gnome.org>
2679 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
2680 https://bugs.webkit.org/show_bug.cgi?id=142165
2682 Reviewed by Carlos Garcia Campos.
2684 * Source/cmake/gtksymbols.filter:
2686 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
2688 [EFL] Remove unnecessary comment after r179110
2689 https://bugs.webkit.org/show_bug.cgi?id=142042
2691 Reviewed by Gyuyoung Kim.
2693 * Source/cmake/OptionsEfl.cmake:
2695 2015-02-23 Tomas Popela <tpopela@redhat.com>
2697 [GTK] Fails to compile with cmake 3.2.x
2698 https://bugs.webkit.org/show_bug.cgi?id=141796
2700 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
2701 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
2702 added and the build will fail.
2704 Reviewed by Martin Robinson.
2706 * Source/cmake/OptionsGTK.cmake:
2708 2015-02-20 Alexey Proskuryakov <ap@apple.com>
2710 Remove svn:keywords property.
2712 As far as I can tell, the property had no effect on any of these files, but also,
2713 when it has effect it's likely harmful.
2715 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
2716 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
2717 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
2718 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
2719 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
2720 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
2721 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
2722 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
2723 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
2724 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
2725 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
2726 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
2727 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
2728 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
2730 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2732 [CMAKE] Remove CMakeLists.txt in WK1 port
2733 https://bugs.webkit.org/show_bug.cgi?id=141617
2735 Reviewed by Anders Carlsson.
2737 Nobody uses CMake in WK1 port. Remove it.
2741 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
2743 Unreviewed, remove empty directories.
2745 * ManualTests/qt: Removed.
2747 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2749 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
2750 https://bugs.webkit.org/show_bug.cgi?id=141481
2752 Reviewed by Csaba Osztrogonác.
2754 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
2756 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2758 [EFL][GTK] Use bmalloc instead of tcmalloc
2759 https://bugs.webkit.org/show_bug.cgi?id=140162
2761 Reviewed by Carlos Garcia Campos.
2763 Add bmalloc directory to build list.
2765 * CMakeLists.txt: Define BMALLOC_DIR directory.
2766 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
2768 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
2770 [GTK] Add default color chooser implementation using GtkColorChooserDialog
2771 https://bugs.webkit.org/show_bug.cgi?id=141392
2773 Reviewed by Gustavo Noronha Silva.
2775 Enable INPUT_TYPE_COLOR by default for GTK+ port.
2777 * Source/cmake/OptionsGTK.cmake:
2779 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
2781 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
2782 https://bugs.webkit.org/show_bug.cgi?id=141328
2784 Reviewed by Darin Adler.
2786 Added as manual test because it involves a huge grid allocation
2787 which is very slow on Debug bots, the only ones capable to trigger
2790 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
2792 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
2794 [Streams API] Implement a barebone ReadableStream interface
2795 https://bugs.webkit.org/show_bug.cgi?id=141045
2797 Reviewed by Benjamin Poulain.
2799 * Source/cmake/WebKitFeatures.cmake:
2800 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
2802 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2804 Revert accidental change in r179490.
2808 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2810 Unreviewed, revert accidental change to Makefile.shared in r179478
2814 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2816 [CMake] Minimum python version should be 2.7.
2817 https://bugs.webkit.org/show_bug.cgi?id=140997
2819 Reviewed by Csaba Osztrogonác.
2823 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
2825 Apply feTurbulence spec change to fix zero length vector generation
2826 https://bugs.webkit.org/show_bug.cgi?id=140812
2828 Reviewed by Darin Adler.
2830 Recently a bug with the turbulence algorithm was corrected in the
2831 Filter Effects specification.
2832 For some seed values this bug allowed zero length vectors to be generated.
2833 This resulted in large solid color squares being present in the generated image.
2834 The feTurbulence algorithm was updated to reject zero length vectors. This patch
2835 applies that change in WebCore.
2837 Test: svg/filters/feTurbulence_bad_seeds.html
2839 * platform/graphics/filters/FETurbulence.cpp:
2840 (WebCore::FETurbulence::initPaint):
2841 Added rejection sampling during vector generation to avoid zero length vectors.
2843 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2845 [cmake] Remove compiler version calculate cruft
2846 https://bugs.webkit.org/show_bug.cgi?id=140885
2848 Reviewed by Darin Adler.
2850 * Source/cmake/WebKitHelpers.cmake:
2852 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2854 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
2855 https://bugs.webkit.org/show_bug.cgi?id=140886
2857 Reviewed by Žan Doberšek.
2859 * Source/cmake/WebKitHelpers.cmake:
2861 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
2863 [GTK] gtkdoc does not appear in DevHelp
2864 https://bugs.webkit.org/show_bug.cgi?id=139369
2866 Reviewed by Philippe Normand.
2868 Expect the gtkdoc to be generated in folders named with the API version.
2870 * Source/PlatformGTK.cmake:
2872 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
2874 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
2875 https://bugs.webkit.org/show_bug.cgi?id=140609
2877 Reviewed by Csaba Osztrogonác.
2879 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
2880 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
2881 compilation flags. Those were added after the jsCStack branch merge, but
2882 can now be removed since the -ftree-dce issues were fixed in GCC, and
2883 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
2885 * Source/cmake/OptionsEfl.cmake:
2886 * Source/cmake/OptionsGTK.cmake:
2888 2015-01-26 Commit Queue <commit-queue@webkit.org>
2890 Unreviewed, rolling out r179107.
2891 https://bugs.webkit.org/show_bug.cgi?id=140880
2893 The GCC in the bots doesn't support the AsyncTask
2894 implementation (Requested by KaL on #webkit).
2898 "[GTK] Enable IndexedDB"
2899 https://bugs.webkit.org/show_bug.cgi?id=98932
2900 http://trac.webkit.org/changeset/179107
2902 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
2904 [GTK] Enable IndexedDB
2905 https://bugs.webkit.org/show_bug.cgi?id=98932
2907 Reviewed by Žan Doberšek.
2909 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2910 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2912 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
2914 [GTK] Add initial database process support
2915 https://bugs.webkit.org/show_bug.cgi?id=139491
2917 Reviewed by Sergio Villar Senin.
2919 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
2921 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
2923 Add a build flag for ES6 class syntax
2924 https://bugs.webkit.org/show_bug.cgi?id=140760
2926 Reviewed by Michael Saboff.
2928 * Source/cmake/WebKitFeatures.cmake:
2929 * Source/cmakeconfig.h.cmake:
2931 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2933 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
2934 https://bugs.webkit.org/show_bug.cgi?id=140049
2936 Reviewed by Gyuyoung Kim.
2938 * Source/cmake/OptionsCommon.cmake:
2940 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2942 Remove ENABLE(INSPECTOR) ifdef guards
2943 https://bugs.webkit.org/show_bug.cgi?id=140668
2945 Reviewed by Darin Adler.
2947 * Source/PlatformEfl.cmake:
2948 * Source/cmake/OptionsEfl.cmake:
2949 * Source/cmake/OptionsGTK.cmake:
2950 * Source/cmake/OptionsMac.cmake:
2951 * Source/cmake/WebKitFeatures.cmake:
2952 * Source/cmakeconfig.h.cmake:
2954 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
2956 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
2958 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2960 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2962 [CMAKE] Fix cmake warning
2963 https://bugs.webkit.org/show_bug.cgi?id=140497
2965 Reviewed by Gustavo Noronha Silva.
2967 r173155 already tried to fix cmake warning though, the warning is still exist.
2968 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
2969 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
2970 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
2971 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
2972 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
2976 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
2978 [GTK] Generate the make dist manifest from a CMake template file
2979 https://bugs.webkit.org/show_bug.cgi?id=139387
2981 Reviewed by Martin Robinson.
2983 Generate manifest.txt from manifest.txt.in. Only expose the dist and
2984 distcheck targets for developer builds, as they won't work when
2985 building from a tarball because the manifest is not distributed.
2987 * Source/PlatformGTK.cmake:
2989 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
2991 Remove ENABLE(SQL_DATABASE) guards
2992 https://bugs.webkit.org/show_bug.cgi?id=140434
2994 Reviewed by Darin Adler.
2996 * Source/cmake/OptionsMac.cmake:
2997 * Source/cmake/WebKitFeatures.cmake:
2998 * Source/cmakeconfig.h.cmake:
3000 2015-01-11 Sam Weinig <sam@webkit.org>
3002 Remove support for SharedWorkers
3003 https://bugs.webkit.org/show_bug.cgi?id=140344
3005 Reviewed by Anders Carlsson.
3007 * Source/cmake/OptionsEfl.cmake:
3008 * Source/cmake/OptionsGTK.cmake:
3009 * Source/cmake/OptionsMac.cmake:
3010 * Source/cmake/WebKitFeatures.cmake:
3011 * Source/cmakeconfig.h.cmake:
3013 2015-01-10 Dan Bernstein <mitz@apple.com>
3015 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
3016 https://bugs.webkit.org/show_bug.cgi?id=140339
3018 Reviewed by Mark Rowe.
3020 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
3021 prevents unnecessary rebuilding due to PATH differences.
3023 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
3025 [GTK][ThreadedCompositor] Add support for threaded compositor.
3026 https://bugs.webkit.org/show_bug.cgi?id=118265
3028 Reviewed by Martin Robinson.
3030 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
3031 autotools build systems. The feature is disabled by default.
3032 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
3033 from the feature flags.
3035 * Source/cmake/OptionsEfl.cmake:
3036 * Source/cmake/OptionsGTK.cmake:
3037 * Source/cmake/WebKitFeatures.cmake:
3038 * Source/cmakeconfig.h.cmake:
3040 2014-12-23 Alexey Proskuryakov <ap@apple.com>
3042 Simplify building with ASan
3043 https://bugs.webkit.org/show_bug.cgi?id=139916
3045 Reviewed by Mark Rowe.
3047 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
3049 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
3051 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
3053 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3055 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
3057 Null dereference performing a "TapAndAHalf" gesture in Google search field
3059 <https://bugs.webkit.org/show_bug.cgi?id=139506>
3060 <rdar://problem/19028828>
3062 Reviewed by Darin Adler.
3064 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
3066 2014-12-10 Dean Jackson <dino@apple.com>
3068 Blur filter performance test doesn't provide results
3069 https://bugs.webkit.org/show_bug.cgi?id=139462
3071 Reviewed by Sam Weinig.
3073 This can't currently work under our performance test
3074 infrastructure. Move it to a manual test to avoid
3075 putting FAILures into the results.
3077 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
3079 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3081 [GTK][WK2] Add HTML5 Notifications support
3082 https://bugs.webkit.org/show_bug.cgi?id=61140
3084 Reviewed by Carlos Garcia Campos.
3086 * Source/cmake/FindLibNotify.cmake: Added.
3087 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
3088 libnotify and use it for a default implementation when found.
3090 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
3092 REGRESSION(r155906): Page content disappears on Tuaw article after loading
3093 https://bugs.webkit.org/show_bug.cgi?id=138100
3095 Reviewed by Simon Fraser.
3097 DRT causes an extra paint which makes it impossible to test this with
3100 * ManualTests/float-layer-not-painting.html: Added.
3102 2014-12-07 Alberto Garcia <berto@igalia.com>
3104 [GTK] WebKit has a new required dependency on GnuTLS
3105 https://bugs.webkit.org/show_bug.cgi?id=136158
3107 Reviewed by Martin Robinson.
3109 Detect if GnuTLS is installed and enable or disable subtle crypto
3110 support accordingly.
3112 * Source/cmake/OptionsGTK.cmake:
3114 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
3116 [GTK] Missing API detected in GObject DOM bindings after r176630
3117 https://bugs.webkit.org/show_bug.cgi?id=139201
3119 Reviewed by Gustavo Noronha Silva.
3121 Change GENERATE_BINDINGS macro to receive a list of optional
3122 additional dependencies, so that we can add more dependecies
3123 without having to change the macro.
3125 * Source/cmake/WebKitMacros.cmake:
3127 2014-12-05 Simon Fraser <simon.fraser@apple.com>
3129 Programmatic scrolling and content changes are not always synchronized
3130 https://bugs.webkit.org/show_bug.cgi?id=139245
3131 rdar://problem/18833612
3133 Reviewed by Anders Carlsson.
3135 Manual test that tries to sync layout with programmatic scrolling.
3137 * ManualTests/programmatic-scroll-flicker.html: Added.
3139 2014-12-04 Alberto Garcia <berto@igalia.com>
3141 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
3142 https://bugs.webkit.org/show_bug.cgi?id=136576
3144 Reviewed by Carlos Garcia Campos.
3146 CMake should complain if Accelerated 2D Canvas is explicitly
3147 enabled but cairo-gl is not found.
3149 * Source/cmake/OptionsGTK.cmake:
3151 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3153 [EFL] Add subtle crypto to the build system
3154 https://bugs.webkit.org/show_bug.cgi?id=138612
3156 Reviewed by Csaba Osztrogonác.
3158 * Source/cmake/OptionsEfl.cmake:
3160 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3162 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
3163 https://bugs.webkit.org/show_bug.cgi?id=139085
3165 Reviewed by Andreas Kling.
3167 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
3168 * Source/cmake/WebKitFeatures.cmake: ditto.
3169 * Source/cmakeconfig.h.cmake: ditto.
3171 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
3173 [EFL] Drop support for the EFL 1.7
3174 https://bugs.webkit.org/show_bug.cgi?id=139114
3176 Reviewed by Gyuyoung Kim.
3178 * Source/cmake/EFLHelpers.cmake: Removed.
3179 * Source/cmake/FindEcore.cmake: Removed.
3180 * Source/cmake/FindEdje.cmake: Removed.
3181 * Source/cmake/FindEet.cmake: Removed.
3182 * Source/cmake/FindEeze.cmake: Removed.
3183 * Source/cmake/FindEfreet.cmake: Removed.
3184 * Source/cmake/FindEina.cmake: Removed.
3185 * Source/cmake/FindElementary.cmake: Removed.
3186 * Source/cmake/FindEvas.cmake: Removed.
3187 * Source/cmake/OptionsEfl.cmake:
3189 2014-11-28 Philippe Normand <pnormand@igalia.com>
3191 [CMake] Build failure against GStreamer git master
3192 https://bugs.webkit.org/show_bug.cgi?id=138872
3194 Reviewed by Csaba Osztrogon.
3196 * Source/cmake/FindGStreamer.cmake: Simplified the
3197 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
3198 headers lookup, there's no need to do this manually. Also
3199 explicitely check the version specified in GStreamer_FIND_VERSION.
3201 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
3203 [EFL] Remove E_Dbus dependency
3204 https://bugs.webkit.org/show_bug.cgi?id=136355
3206 Reviewed by Gyuyoung Kim.
3208 * Source/cmake/FindE_DBus.cmake: Removed.
3209 * Source/cmake/OptionsEfl.cmake:
3211 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
3213 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
3215 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3217 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
3219 [CMake] Use ld.gold if it is available to speedup builds
3220 https://bugs.webkit.org/show_bug.cgi?id=137953
3222 Reviewed by Carlos Garcia Campos.
3224 * Source/cmake/OptionsCommon.cmake:
3226 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
3228 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
3229 https://bugs.webkit.org/show_bug.cgi?id=138840
3231 Reviewed by Csaba Osztrogonác.
3233 * Source/cmake/OptionsCommon.cmake:
3235 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
3237 Remove Source/Platform cruft
3238 https://bugs.webkit.org/show_bug.cgi?id=138658
3240 Reviewed by Anders Carlsson.
3243 * Source/Platform: Removed.
3245 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
3247 Enable Cortex-A53-specific code paths by default if core is detected.
3248 https://bugs.webkit.org/show_bug.cgi?id=138499
3250 Reviewed by Csaba Osztrogonác.
3252 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
3253 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
3256 Since on ARM64/Linux the part number that cpuinfo reports depends on
3257 the core the query is run on, the check is bound to and executed on the
3258 available cores one by one.
3260 * Source/cmake/OptionsCommon.cmake:
3262 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3264 [EFL] Remove unnecessary version check from OptionsEfl.cmake
3265 https://bugs.webkit.org/show_bug.cgi?id=138498
3267 Reviewed by Csaba Osztrogonác.
3269 * Source/cmake/OptionsEfl.cmake:
3271 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3273 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
3274 https://bugs.webkit.org/show_bug.cgi?id=138465
3276 Reviewed by Gyuyoung Kim.
3278 * Source/cmake/OptionsEfl.cmake:
3280 2014-11-03 Dean Jackson <dino@apple.com>
3282 Add ENABLE_FILTERS_LEVEL_2 feature guard.
3283 https://bugs.webkit.org/show_bug.cgi?id=138362
3285 Reviewed by Tim Horton.
3287 Add a new feature define for Level 2 of CSS Filters.
3288 http://dev.w3.org/fxtf/filters-2/
3290 * Source/cmake/OptionsEfl.cmake:
3291 * Source/cmake/OptionsGTK.cmake:
3292 * Source/cmake/OptionsMac.cmake:
3293 * Source/cmake/WebKitFeatures.cmake:
3294 * Source/cmakeconfig.h.cmake:
3296 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
3298 Workaround for Cortex-A53 erratum 835769
3299 https://bugs.webkit.org/show_bug.cgi?id=138315
3301 Reviewed by Filip Pizlo.
3303 This patch introduces CMake variable and preprocessor macro
3304 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
3305 code paths, if set true.
3307 * Source/cmake/OptionsCommon.cmake:
3308 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
3310 * Source/cmakeconfig.h.cmake:
3311 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
3313 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
3315 [GTK] Fix the build of FTL JIT
3316 https://bugs.webkit.org/show_bug.cgi?id=138298
3318 Reviewed by Carlos Garcia Campos.
3320 * Source/cmake/OptionsGTK.cmake:
3321 Remove the need for the LIBCXXABI package.
3323 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
3325 REGRESSION(CMake): Make it possible to build without introspection
3326 https://bugs.webkit.org/show_bug.cgi?id=138006
3328 Reviewed by Philippe Normand.
3330 Add ENABLE_INTROSPECTION option.
3332 * Source/PlatformGTK.cmake: Dot not add gir global target if
3333 introspection is disabled.
3334 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
3335 introspection is disabled.
3337 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
3339 [GTK] Support script message handlers WebKitUserContentManager
3340 https://bugs.webkit.org/show_bug.cgi?id=133730
3342 Reviewed by Carlos Garcia Campos.
3344 Support user script message handlers in WebKitUserContentManager.
3345 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
3346 an option is added to the CMake build files. The option is disabled
3347 globally by default, and the WebKitGTK port enables it. On the API
3348 level, two new methods to register and unregister names are provided
3349 in the "window.webkit" namespace, and on message reception the
3350 "WebKitUserContentManager::script-message-received" signal is
3351 emitted, using the registered names as signal detail.
3353 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
3354 ENABLE_USER_MESSAGE_HANDLERS feature by default.
3355 * Source/cmake/WebKitFeatures.cmake: Add feature description for
3356 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
3358 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
3360 [GTK] Bump libsoup's minimum version to 2.42.0.
3361 https://bugs.webkit.org/show_bug.cgi?id=138086
3363 Reviewed by Martin Robinson.
3365 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
3366 soup-version.h header was added to soup.h in 2.41.4, which then becomes
3367 the minimum version required to build the port these days.
3369 In addition, since the autotools build system required 2.42.0 before
3370 being retired, require the same version here. Version 2.42.0 was also
3372 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
3374 * Source/cmake/OptionsGTK.cmake:
3376 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3378 [EFL] Remove unnecessary defines from OptionsEfl.cmake
3379 https://bugs.webkit.org/show_bug.cgi?id=138132
3381 Reviewed by Csaba Osztrogonác.
3383 * Source/cmake/OptionsEfl.cmake:
3385 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
3387 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
3389 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3391 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
3393 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
3394 https://bugs.webkit.org/show_bug.cgi?id=137946
3396 Reviewed by Gyuyoung Kim.
3398 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
3400 * Source/cmake/OptionsEfl.cmake:
3402 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3404 Fix FTL Native Inlining for EFL
3405 https://bugs.webkit.org/show_bug.cgi?id=137774
3407 Reviewed by Michael Saboff.
3409 Updated CMake for FTL Native Inlining.
3412 * Source/cmake/FindClang.cmake: Added.
3413 * Source/cmake/OptionsEfl.cmake:
3414 * Source/cmakeconfig.h.cmake:
3416 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
3418 Web Inspector: Generate all Inspector domains together in JavaScriptCore
3419 https://bugs.webkit.org/show_bug.cgi?id=137748
3421 Reviewed by Brian Burg.
3423 * Source/PlatformEfl.cmake:
3425 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
3427 [GTK] Add initial gestures support
3428 https://bugs.webkit.org/show_bug.cgi?id=137812
3430 Reviewed by Sergio Villar Senin.
3432 Check if the GTK+ version supports gestures or not.
3434 * Source/cmake/FindGTK3.cmake:
3435 * Source/cmake/OptionsGTK.cmake:
3437 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
3439 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
3440 https://bugs.webkit.org/show_bug.cgi?id=137781
3442 Reviewed by Martin Robinson.
3444 We used to enable smooth scrolling unconditionally in autotools
3445 (via WebKitFeatures.m4), but since the switch to CMake it's
3446 unconditionally disabled, so changing the setting doesn't have any
3449 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
3451 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
3453 Removing CUSTOM_PROTOCOLS guard
3454 https://bugs.webkit.org/show_bug.cgi?id=137741
3456 Reviewed by Benjamin Poulain.
3458 * Source/cmake/OptionsEfl.cmake:
3460 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
3462 [EFL] Enable WebP support.
3463 https://bugs.webkit.org/show_bug.cgi?id=136156
3465 Reviewed by Gyuyoung Kim.
3467 Add WebP package finding rule.
3469 * Source/cmake/OptionsEfl.cmake:
3471 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
3473 [EFL] Enable custom URI schemes with CustomProtocols
3474 https://bugs.webkit.org/show_bug.cgi?id=128177
3476 Reviewed by Gyuyoung Kim.
3478 Fixing ewk_context_url_scheme_register() ewebkit2 API
3479 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
3481 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
3483 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
3485 Bump version to 2.7.0
3486 https://bugs.webkit.org/show_bug.cgi?id=137301
3488 Rubber-stamped by Carlos Garcia Campos.
3490 * Source/cmake/OptionsGTK.cmake: Bump version numbers
3492 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3494 [EFL] Rename TEST_THEME_DIR macro
3495 https://bugs.webkit.org/show_bug.cgi?id=137244
3497 Reviewed by Csaba Osztrogonác.
3499 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
3501 2014-09-27 Dan Bernstein <mitz@apple.com>
3503 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
3504 https://bugs.webkit.org/show_bug.cgi?id=137053
3506 Reviewed by Mark Rowe.
3508 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3509 In the build pre-action, pass the --wksi and --llvm options to
3510 copy-webkitlibraries-to-product-directory.
3511 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
3513 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
3515 [GTK] Enable CSS_IMAGE_SET in production builds
3516 https://bugs.webkit.org/show_bug.cgi?id=137142
3518 Reviewed by Alejandro G. Castro.
3520 This is required by the inspector to show some of the icons that
3521 has a HiDPI variant.
3523 * Source/cmake/OptionsGTK.cmake:
3525 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
3527 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
3528 https://bugs.webkit.org/show_bug.cgi?id=136377
3530 Reviewed by Philippe Normand.
3532 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
3533 for CMake versions less than 3.
3535 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
3537 Remove WinCE port from trunk
3538 https://bugs.webkit.org/show_bug.cgi?id=136951
3540 Reviewed by Alex Christensen.
3542 * Source/cmake/OptionsWinCE.cmake: Removed.
3543 * Source/cmake/WebKitPackaging.cmake:
3545 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
3547 [EFL][GTK] Remove WebKit1 related codes
3548 https://bugs.webkit.org/show_bug.cgi?id=136853
3550 Reviewed by Csaba Osztrogonác.
3552 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
3555 * Source/PlatformGTK.cmake:
3557 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3560 https://bugs.webkit.org/show_bug.cgi?id=136820
3562 Reviewed by Csaba Osztrogonác.
3564 * Source/cmake/FindICU.cmake:
3566 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
3568 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
3569 https://bugs.webkit.org/show_bug.cgi?id=136814
3571 Reviewed by Philippe Normand.
3573 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
3574 We bundle the wayland-egl dependency with wayland-client and wayland-server
3575 and store the resulting variables with the WAYLAND_ prefix. Because of this
3576 this line wasn't exporting anything useful.
3578 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
3580 URTBF after r173574.
3582 * Source/cmake/WebKitMacros.cmake:
3584 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
3586 [JavaScriptCore] Fix FTL on platform EFL.
3587 https://bugs.webkit.org/show_bug.cgi?id=133571
3589 Reviewed by Filip Pizlo.
3593 * Source/cmake/FindLIBCXXABI.cmake: Removed.
3594 * Source/cmake/OptionsEfl.cmake:
3596 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3599 https://bugs.webkit.org/show_bug.cgi?id=136571
3601 Reviewed by Darin Adler.
3603 * Source/cmake/OptionsEfl.cmake:
3604 * Source/cmake/OptionsGTK.cmake:
3605 * Source/cmake/OptionsMac.cmake:
3606 * Source/cmake/WebKitFeatures.cmake:
3607 * Source/cmakeconfig.h.cmake:
3609 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3611 Remove CSS_FILTERS flag
3612 https://bugs.webkit.org/show_bug.cgi?id=136529
3614 Reviewed by Dirk Schulze.
3616 * Source/cmake/OptionsEfl.cmake:
3617 * Source/cmake/OptionsGTK.cmake:
3618 * Source/cmake/OptionsMac.cmake:
3619 * Source/cmake/WebKitFeatures.cmake:
3620 * Source/cmakeconfig.h.cmake:
3622 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3624 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
3625 https://bugs.webkit.org/show_bug.cgi?id=136194
3627 Reviewed by Csaba Osztrogonác.
3629 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
3633 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3635 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
3636 https://bugs.webkit.org/show_bug.cgi?id=135560
3638 Reviewed by Gyuyoung Kim.
3640 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
3642 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
3644 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
3645 https://bugs.webkit.org/show_bug.cgi?id=136343
3647 Reviewed by David Kilzer.
3649 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
3651 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3652 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3654 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
3656 [EFL] Share fast/speechsynthesis/ with other ports
3657 https://bugs.webkit.org/show_bug.cgi?id=136224
3659 Reviewed by Chris Fleizach.
3661 Enable WebSpeech for EFL.
3663 * Source/cmake/OptionsEfl.cmake:
3665 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
3667 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
3668 https://bugs.webkit.org/show_bug.cgi?id=136127
3670 Reviewed by Gyuyoung Kim.
3672 Add build support for espeak.
3674 * Source/cmake/FindEspeak.cmake: Added.
3675 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
3677 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
3679 [EFL] Build break using clang
3680 https://bugs.webkit.org/show_bug.cgi?id=136245
3682 Reviewed by Gyuyoung Kim.
3684 * Source/cmake/OptionsEfl.cmake:
3685 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
3686 Some warnings are from system libraries.
3688 2014-08-25 Alberto Garcia <berto@igalia.com>
3690 [GTK] Unify webkitgtk and webkit2gtk directories
3691 https://bugs.webkit.org/show_bug.cgi?id=136209
3693 Reviewed by Carlos Garcia Campos.
3695 Use webkit2gtk-X.X both for the process binaries and the injected
3698 * Source/cmake/OptionsGTK.cmake:
3700 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3702 [EFL] Move Efl specific code from Source/CMakeLists.txt
3703 https://bugs.webkit.org/show_bug.cgi?id=136206
3705 Reviewed by Gyuyoung Kim.
3707 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
3708 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
3710 * Source/CMakeLists.txt:
3711 * Source/cmake/OptionsEfl.cmake:
3713 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3715 [EFL] Introduce DEVELOPER_MODE
3716 https://bugs.webkit.org/show_bug.cgi?id=135884
3718 Reviewed by Gyuyoung Kim.
3720 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
3721 instead of SHARED_CORE.
3722 SHARED_CORE can reduce link time and memory consumption but it is slightly different
3723 from release binary.
3725 * Source/cmake/OptionsEfl.cmake:
3726 * Source/cmake/WebKitHelpers.cmake:
3727 Moved fvisibility=hidden to OptionsEfl.cmake
3729 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
3731 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
3732 https://bugs.webkit.org/show_bug.cgi?id=136110
3734 Reviewed by Gyuyoung Kim.
3736 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
3738 * Source/cmake/OptionsEfl.cmake:
3740 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3742 [EFL] Apply eflsymbols.filter to WebKit2
3743 https://bugs.webkit.org/show_bug.cgi?id=136148
3745 Reviewed by Csaba Osztrogonác.
3747 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
3748 in the eflsymbols.filter.
3750 * Source/cmake/OptionsEfl.cmake:
3751 * Source/cmake/eflsymbols.filter:
3753 2014-08-21 Zalan Bujtas <zalan@apple.com>
3755 Enable SATURATED_LAYOUT_ARITHMETIC.
3756 https://bugs.webkit.org/show_bug.cgi?id=136106
3758 Reviewed by Simon Fraser.
3760 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
3761 (No measurable performance regression on Mac.)
3763 * Source/cmake/OptionsMac.cmake:
3764 * Source/cmake/WebKitFeatures.cmake:
3765 * Source/cmakeconfig.h.cmake:
3767 2014-08-19 Zalan Bujtas <zalan@apple.com>
3769 Remove ENABLE(SUBPIXEL_LAYOUT).
3770 https://bugs.webkit.org/show_bug.cgi?id=136077
3772 Reviewed by Simon Fraser.
3774 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
3776 * Source/cmake/OptionsEfl.cmake:
3777 * Source/cmake/OptionsGTK.cmake:
3778 * Source/cmake/OptionsMac.cmake:
3779 * Source/cmake/WebKitFeatures.cmake:
3780 * Source/cmakeconfig.h.cmake:
3782 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
3784 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
3785 https://bugs.webkit.org/show_bug.cgi?id=135980
3787 Reviewed by Martin Robinson.
3789 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
3790 overrides any other disabled optimization that was prepended to these
3791 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
3792 lists first in the final list of compilation flags.
3794 To avoid -On re-enabling optimizations that we'd like to keep disabled,
3795 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
3797 * Source/cmake/OptionsCommon.cmake:
3798 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
3799 * Source/cmake/OptionsGTK.cmake:
3801 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3803 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
3805 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3807 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
3809 [GTK] Disable memory sampler on non-Linux system
3810 https://bugs.webkit.org/show_bug.cgi?id=134483
3812 Reviewed by Philippe Normand.
3814 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
3815 Linux because it uses many Linux-specific features, so we should disable
3816 memory sampler on other systems by default.
3818 * Source/cmake/OptionsGTK.cmake:
3820 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3822 [GTK] HTML API documentation should also be installed versioned
3823 https://bugs.webkit.org/show_bug.cgi?id=135970
3825 Reviewed by Philippe Normand.
3827 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
3830 2014-08-14 Tomas Popela <tpopela@redhat.com>
3832 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
3833 https://bugs.webkit.org/show_bug.cgi?id=135937
3835 Reviewed by Carlos Garcia Campos.
3839 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3841 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
3842 https://bugs.webkit.org/show_bug.cgi?id=135934
3844 Reviewed by Gustavo Noronha Silva.
3846 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
3847 The gir files should installed in $datadir/gir-1.0/ together with all other
3848 gir files. We don't need to install introspection files in a versioned
3849 directory because their filenames already contain the binary version. But before
3850 r171598, the files were only installed to the right directory if the
3851 gobject-instrospection pkg-config file was in the same prefix than the one we
3852 wanted to install, because the gir and typelibs directories were extracted from
3853 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
3854 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
3855 like we do in the autotools build.
3857 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
3858 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3859 * Source/cmake/OptionsGTK.cmake: Define
3860 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.