1 2015-11-06 Daniel Bates <dabates@apple.com>
3 Teach Makefile to build LayoutTestRelay when building for iOS Simulator
4 https://bugs.webkit.org/show_bug.cgi?id=150849
6 Reviewed by Alexey Proskuryakov.
8 Add support for overriding the user-provided arguments SDKROOT and ARCHS
9 on a per Makefile basis.
13 2015-11-06 Philippe Normand <pnormand@igalia.com>
15 Unreviewed, GTK build fix after r192095.
17 * Source/cmake/FindGTK3.cmake:
19 2015-11-06 Philip Chimento <philip.chimento@gmail.com> and Michael Catanzaro <mcatanzaro@igalia.com>
21 [GTK] Re-enable Quartz backend on cmake build system
22 https://bugs.webkit.org/show_bug.cgi?id=144561
24 Reviewed by Philippe Normand.
26 * Source/cmake/FindGTK3.cmake: Set GTK3_SUPPORTS_QUARTZ based on
27 the presence of of gtk+-quartz-3.0 module.
28 * Source/cmake/OptionsGTK.cmake: Reintroduce the
29 ENABLE_QUARTZ_TARGET option to the CMake build, for building the
30 GTK+ Quartz backend on OS X.
32 2015-11-05 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
34 Add runtime and compile time flags for enabling Web Animations API and model.
35 https://bugs.webkit.org/show_bug.cgi?id=150914
37 Reviewed by Benjamin Poulain.
39 Add ENABLE_WEB_ANIMATIONS compile time flag, runtime flag webAnimationsEnabled and Expose WK2 preference for runtime flag.
41 * Source/cmake/OptionsWin.cmake:
42 * Source/cmake/WebKitFeatures.cmake:
44 2015-11-03 Brent Fulgham <bfulgham@apple.com>
46 [Win] CMake build update.
48 Rubberstamped by Tim Horton.
50 * Source/PlatformWin.cmake: Add internal tool to build
51 rules for internal use.
53 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
55 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
57 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
59 2015-11-02 Philippe Normand <pnormand@igalia.com>
61 [Mac][GTK] Disable Ninja response file support
62 https://bugs.webkit.org/show_bug.cgi?id=150801
64 Reviewed by Alex Christensen.
66 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
67 support response files, so instruct Ninja to not generate those.
69 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
71 Fix the FTL JIT build with system LLVM on Linux
72 https://bugs.webkit.org/show_bug.cgi?id=150795
74 Reviewed by Filip Pizlo.
76 * Source/cmake/FindLLVM.cmake:
78 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
80 Unreviewed. Bump GTK+ versions numbers.
82 * Source/cmake/OptionsGTK.cmake:
84 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
86 [ES6] Support Generator Syntax
87 https://bugs.webkit.org/show_bug.cgi?id=150769
89 Reviewed by Geoffrey Garen.
91 Added ENABLE_ES6_GENERATORS flag.
93 * Source/cmake/OptionsWin.cmake:
94 * Source/cmake/WebKitFeatures.cmake:
96 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
98 [EFL] Add Shadow DOM feature
99 https://bugs.webkit.org/show_bug.cgi?id=150611
101 Reviewed by Csaba Osztrogonác.
103 * Source/cmake/OptionsEfl.cmake:
104 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
106 2015-10-29 Alex Christensen <achristensen@webkit.org>
109 https://bugs.webkit.org/show_bug.cgi?id=150686
111 Reviewed by Filip Pizlo.
113 * Source/cmake/WebKitMacros.cmake:
115 2015-10-28 Alex Christensen <achristensen@webkit.org>
117 Compile and link with CMake on Mac
118 https://bugs.webkit.org/show_bug.cgi?id=150632
120 Reviewed by Tim Horton.
122 * Source/cmake/OptionsMac.cmake:
124 2015-10-26 Dana Burkart <dburkart@apple.com>
126 `make analyze` should build using the debug configuration
127 https://bugs.webkit.org/show_bug.cgi?id=150571
129 Reviewed by Lucas Forschler.
133 2015-10-26 Philippe Normand <pnormand@igalia.com>
135 Unreviewed, rolling out r191576.
137 broke the http/tests/media tests
141 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
142 https://bugs.webkit.org/show_bug.cgi?id=149594
143 http://trac.webkit.org/changeset/191576
145 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
147 [GStreamer] Bump internal jhbuild versions to 1.6.0
148 https://bugs.webkit.org/show_bug.cgi?id=149594
150 Reviewed by Philippe Normand.
152 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
154 * Source/cmake/FindGStreamer.cmake:
156 2015-10-22 Philippe Normand <pnormand@igalia.com>
158 [GTK][Mac] ICU-related build fixes
159 https://bugs.webkit.org/show_bug.cgi?id=150032
161 Rubber-stamped by Darin Adler.
163 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
165 2015-10-20 Yoav Weiss <yoav@yoav.ws>
167 Rename the PICTURE_SIZES flag to CURRENTSRC
168 https://bugs.webkit.org/show_bug.cgi?id=150275
170 Reviewed by Dean Jackson.
172 * Source/cmake/OptionsEfl.cmake:
173 * Source/cmake/OptionsGTK.cmake:
174 * Source/cmake/OptionsMac.cmake:
175 * Source/cmake/OptionsWin.cmake:
176 * Source/cmake/WebKitFeatures.cmake:
178 2015-10-14 Tomas Popela <tpopela@redhat.com>
180 [GTK][EFL] Fix build with cmake 3.4
181 https://bugs.webkit.org/show_bug.cgi?id=150117
183 Explicitely include the CheckIncludeFiles module before using
184 the CHECK_INCLUDE_FILES command.
186 Reviewed by Žan Doberšek.
188 * Source/cmake/FindOpenGL.cmake:
189 * Source/cmake/FindWebP.cmake:
190 * Source/cmake/OptionsEfl.cmake:
192 2015-10-13 Dean Jackson <dino@apple.com>
194 Device motion and orientation should only be visible from the main frame's security origin
195 https://bugs.webkit.org/show_bug.cgi?id=150072
196 <rdar://problem/23082036>
198 Reviewed by Brent Fulgham.
200 Add a manual test for cross-origin device orientation events, while
201 we're waiting on the mock client to be supported everywhere.
203 * ManualTests/deviceorientation-child-frame.html: Added.
204 * ManualTests/deviceorientation-main-frame-only.html: Added.
206 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
208 [GTK] OSX linker doesn't understand --whole-archive
209 https://bugs.webkit.org/show_bug.cgi?id=144557
211 Reviewed by Martin Robinson.
213 * Source/cmake/OptionsGTK.cmake: Turn the macro
214 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
215 because XCode's linker doesn't have the --whole-archive option.
217 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
219 [GTK] Use --version-script only on Linux
220 https://bugs.webkit.org/show_bug.cgi?id=144555
222 Reviewed by Philippe Normand.
224 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
225 option on Darwin (whose linker doesn't support it.)
227 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
229 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
230 https://bugs.webkit.org/show_bug.cgi?id=149947
232 Reviewed by Csaba Osztrogonác.
234 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
237 * Source/cmake/OptionsMac.cmake:
238 * Source/cmake/OptionsWin.cmake:
239 * Source/cmake/WebKitFeatures.cmake:
241 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
243 Fix ENABLE_OPENGL=OFF builds
244 https://bugs.webkit.org/show_bug.cgi?id=146511
246 Reviewed by Darin Adler.
248 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
249 ENABLE_OPENGL due to EGL usage.
251 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
253 Convert focused-input-should-assist-on-touch.html into an automated test
254 https://bugs.webkit.org/show_bug.cgi?id=149724
256 Reviewed by Simon Fraser.
258 Remove a manual test that can now be rewritten as an automated test.
260 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
262 2015-10-01 Brent Fulgham <bfulgham@apple.com>
264 [Win] Unreviewed CMake build fix.
266 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
267 and make sure exception handling is turned off.
269 2015-09-30 Brent Fulgham <bfulgham@apple.com>
271 [Win] Unreviewed build fix after CMake conversion.
273 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
275 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
277 [GTK][CMake] Warning about CMP0058
278 https://bugs.webkit.org/show_bug.cgi?id=149627
280 Reviewed by Martin Robinson.
282 Opt-in to the new behavior for CMP0058.
286 2015-09-28 Brent Fulgham <bfulgham@apple.com>
288 [Win] Unreviewed build fix for internal systems.
290 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
291 location for include and link libraries, rather than the system locations.
293 2015-09-28 Alex Christensen <achristensen@webkit.org>
295 Build WK1 with CMake on Mac
296 https://bugs.webkit.org/show_bug.cgi?id=149604
298 Reviewed by Chris Dumez.
300 * Source/cmake/OptionsMac.cmake:
301 * Source/cmake/WebKitMacros.cmake:
302 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
304 2015-09-25 Alex Christensen <achristensen@webkit.org>
306 Clean up CMake build on Mac
307 https://bugs.webkit.org/show_bug.cgi?id=149573
309 Reviewed by Chris Dumez.
311 * Source/cmake/OptionsMac.cmake:
313 2015-09-25 Alex Christensen <achristensen@webkit.org>
315 [Win] Switch to CMake
316 https://bugs.webkit.org/show_bug.cgi?id=148111
318 Reviewed by Brent Fulgham.
320 * Source/cmake/WinTools.make: Added.
321 * Source/cmake/tools: Added.
322 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
323 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
325 2015-09-25 Alex Christensen <achristensen@webkit.org>
327 Prepare internal AppleWin build for CMake
328 https://bugs.webkit.org/show_bug.cgi?id=149570
330 Reviewed by Brent Fulgham.
332 * Source/PlatformWin.cmake:
333 Include internal CMake files if they exist.
335 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
337 Add a file of pointer-lock to cmake ports
338 https://bugs.webkit.org/show_bug.cgi?id=149453
340 Reviewed by Csaba Osztrogonác.
342 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
344 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
346 [CMake] Allow to enable OpenMP support.
347 https://bugs.webkit.org/show_bug.cgi?id=149457
349 Reviewed by Csaba Osztrogonác.
351 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
352 will enable the support for OpenMP. Currently this is only used as
353 an alternative implementation to native threads for the parallelization
354 of the SVG filters. But name the option with a generic name (USE_OPENMP)
355 as it could be also used to enable future features that depend on OpenMP.
357 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
359 [EFL] Build break when DEVELOPER_MODE is OFF
360 https://bugs.webkit.org/show_bug.cgi?id=149448
362 Reviewed by Gyuyoung Kim.
364 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
366 * Source/cmake/eflsymbols.filter:
368 2015-09-21 Alex Christensen <achristensen@webkit.org>
370 Disable PICTURE_SIZES in Windows CMake build like r189745.
371 https://bugs.webkit.org/show_bug.cgi?id=149125
373 * Source/cmake/OptionsWin.cmake:
374 Do the same thing as r189745.
376 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
378 Removing XHR_TIMEOUT guard
380 Remove XHR_TIMEOUT compilation guard
381 https://bugs.webkit.org/show_bug.cgi?id=149260
383 Reviewed by Benjamin Poulain.
385 * Source/cmake/OptionsEfl.cmake:
386 * Source/cmake/OptionsGTK.cmake:
387 * Source/cmake/OptionsMac.cmake:
388 * Source/cmake/OptionsWin.cmake:
389 * Source/cmake/WebKitFeatures.cmake:
391 2015-09-18 Alex Christensen <achristensen@webkit.org>
393 Fix tests on Windows after switching to CMake.
394 https://bugs.webkit.org/show_bug.cgi?id=149339
396 Reviewed by Brent Fulgham.
398 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
400 2015-09-17 Alex Christensen <achristensen@webkit.org>
402 Fix Windows EWS build after r189934.
404 * Source/cmake/OptionsWin.cmake:
405 Use WEBKIT_LIBRARIES environment variable if it exists.
406 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
408 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
410 Add ShadowRoot interface and Element.prototype.attachShadow
411 https://bugs.webkit.org/show_bug.cgi?id=149187
413 Reviewed by Antti Koivisto.
415 * Source/cmake/OptionsGTK.cmake:
417 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
419 [cmake] Enable debug fission only if it is supported
420 https://bugs.webkit.org/show_bug.cgi?id=149161
422 Reviewed by Martin Robinson.
424 * Source/cmake/OptionsCommon.cmake:
426 2015-09-14 Alex Christensen <achristensen@webkit.org>
428 Progress towards CMake on Mac.
429 https://bugs.webkit.org/show_bug.cgi?id=149123
431 Reviewed by Chris Dumez.
433 * Source/cmake/OptionsMac.cmake:
434 * Source/cmake/WebKitFeatures.cmake:
435 Defined and enabled some more features needed on Mac.
436 * Source/cmake/WebKitMacros.cmake:
437 Objective C bindings need special changes when generating:
438 Some of the bindings do not generate a .mm file but the header is needed.
439 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
440 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
442 2015-09-08 Daniel Bates <dabates@apple.com>
444 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
445 https://bugs.webkit.org/show_bug.cgi?id=74729
446 <rdar://problem/22550195>
448 Reviewed by Jon Honeycutt.
450 * ManualTests/compositing/resources/composited-subframe.html: Removed.
451 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
453 2015-09-06 Andy Estes <aestes@apple.com>
455 WebKit.xcworkspace should be be able to build iOS platforms
456 https://bugs.webkit.org/show_bug.cgi?id=148881
458 Reviewed by Daniel Bates.
460 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
461 for all supported platforms.
463 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
464 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
466 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
468 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
469 photo library uploads a JPEG
470 https://bugs.webkit.org/show_bug.cgi?id=148849
472 Reviewed by Daniel Bates.
474 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
475 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
476 functionality doesn't exist on iOS, so we'll add a manual test.
477 This tests that the first few bytes of the selected file are "GIF".
479 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
481 Follow-up patch for r189343.
482 https://bugs.webkit.org/show_bug.cgi?id=148795
484 Rubber-stamped by Csaba Osztrogonác.
486 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
487 to 1.9, since this seems to be enough to fix the build failure.
488 And 2.0 may cause problems for developers using some distributions like Ubuntu.
490 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
492 [CMake] Trigger the memory-reduction tricks on armhf too
493 https://bugs.webkit.org/show_bug.cgi?id=146640
495 Reviewed by Csaba Osztrogonác.
497 * Source/cmake/OptionsCommon.cmake:
498 Activate --no-keep-memory even on armhf to reduce the amount of memory
499 needed during linking, to avoid out-of-memory failures as much as
502 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
504 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
505 https://bugs.webkit.org/show_bug.cgi?id=148795
507 Rubber-stamped by Carlos Garcia Campos.
509 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
511 2015-09-02 Alex Christensen <achristensen@webkit.org>
513 Make bison grammar compatible with bison 2.1
514 https://bugs.webkit.org/show_bug.cgi?id=148731
516 Reviewed by Tim Horton.
518 * Source/cmake/WebKitCommon.cmake:
521 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
523 [CMake] Build with Debug Fission on by default on Debug builds.
524 https://bugs.webkit.org/show_bug.cgi?id=148639
526 Reviewed by Martin Robinson.
528 * Source/cmake/OptionsCommon.cmake:
530 2015-08-29 Alex Christensen <achristensen@webkit.org>
532 Unreviewed build fix after r179923.
534 * Source/CMakeLists.txt:
535 bmalloc isn't ported to Windows yet.
537 2015-08-27 Alex Christensen <achristensen@webkit.org>
539 Isolate Source directories in CMake build
540 https://bugs.webkit.org/show_bug.cgi?id=148389
542 Reviewed by Brent Fulgham.
545 * Source/cmake/WebKitCommon.cmake:
546 Move package finding to WebKitCommon.
548 2015-08-26 Per Arne Vollan <peavo@outlook.com>
550 [Win] Build does not generate debug info.
551 https://bugs.webkit.org/show_bug.cgi?id=148431
553 Reviewed by Alex Christensen.
555 Generate debug info for Windows builds.
557 * Source/cmake/OptionsWin.cmake:
559 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
561 [GTK] Disable ACCELERATED_2D_CANVAS by default
562 https://bugs.webkit.org/show_bug.cgi?id=148473
564 Reviewed by Martin Robinson.
566 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
567 but not on Debian (which does not). We've known this was problematic for a while, since it
568 means we have two different sets of distro-dependent bugs, but never decided whether that
569 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
570 have the same bugs everywhere. We can turn this on again for other distros when we're ready
571 to turn it on for Debian.
573 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
576 * Source/cmake/OptionsGTK.cmake:
578 2015-08-25 Commit Queue <commit-queue@webkit.org>
580 Unreviewed, rolling out r188919.
581 https://bugs.webkit.org/show_bug.cgi?id=148452
583 broke build (Requested by alexchristensen on #webkit).
587 "[Win] Build does not generate debug info."
588 https://bugs.webkit.org/show_bug.cgi?id=148431
589 http://trac.webkit.org/changeset/188919
591 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
593 [GTK] r186800 broke the build on Ubuntu 14.04
594 https://bugs.webkit.org/show_bug.cgi?id=147559
596 Reviewed by Martin Robinson.
598 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
599 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
601 2015-08-25 Per Arne Vollan <peavo@outlook.com>
603 [Win] Build does not generate debug info.
604 https://bugs.webkit.org/show_bug.cgi?id=148431
606 Reviewed by Brent Fulgham.
608 Generate debug info for Windows builds.
610 * Source/cmake/OptionsWin.cmake:
612 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
614 [GTK] Auto-detection of cairo-gl fails
615 https://bugs.webkit.org/show_bug.cgi?id=148189
617 Reviewed by Žan Doberšek.
619 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
620 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
621 deemed available, which might not be the case.
622 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
624 2015-08-19 Alex Christensen <achristensen@webkit.org>
626 CMake Windows build should not include files directly from other Source directories
627 https://bugs.webkit.org/show_bug.cgi?id=148198
629 Reviewed by Brent Fulgham.
631 * Source/cmake/WebKitMacros.cmake:
633 2015-08-19 Alex Christensen <achristensen@webkit.org>
635 Build TestWTF on Mac with CMake.
636 https://bugs.webkit.org/show_bug.cgi?id=147972
638 Reviewed by Tim Horton.
640 * Source/cmake/OptionsMac.cmake:
641 Enable API tests in Mac's CMake build.
643 2015-08-18 Alex Christensen <achristensen@webkit.org>
645 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
646 https://bugs.webkit.org/show_bug.cgi?id=148127
648 Reviewed by Martin Robinson.
651 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
653 2015-08-17 Alex Christensen <achristensen@webkit.org>
655 [Win CMake] Allow WebKitLibraries directory to be set from the command line
656 https://bugs.webkit.org/show_bug.cgi?id=148112
658 Reviewed by Brent Fulgham.
660 * Source/cmake/OptionsWin.cmake:
661 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
662 Instead, use the default location if nothing is passed in from the command line.
663 This way we can set it from the command line for the AppleInternal build.
664 Also, set the output directories to be consistent between the old and new build systems (and ninja).
666 2015-08-17 Alex Christensen <achristensen@webkit.org>
668 Build Debug Suffix on Windows with CMake
669 https://bugs.webkit.org/show_bug.cgi?id=148083
671 Reviewed by Brent Fulgham.
673 * Source/cmake/OptionsWin.cmake:
674 Use debug libraries in debug suffix builds.
676 2015-08-17 Alex Christensen <achristensen@webkit.org>
678 Move some commands from ./CMakeLists.txt to Source/cmake
679 https://bugs.webkit.org/show_bug.cgi?id=148003
681 Reviewed by Brent Fulgham.
684 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
685 so we can change directory structure from command line parameters.
686 * Source/cmake/OptionsAppleWin.cmake:
687 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
688 * Source/cmake/OptionsWinCairo.cmake:
689 * Source/cmake/OptionsWindows.cmake: Removed.
690 * Source/cmake/WebKitCommon.cmake: Added.
691 * Source/cmake/WebKitFS.cmake:
693 2015-08-13 Commit Queue <commit-queue@webkit.org>
695 Unreviewed, rolling out r188428.
696 https://bugs.webkit.org/show_bug.cgi?id=148015
698 broke cmake build (Requested by alexchristensen on #webkit).
702 "Move some commands from ./CMakeLists.txt to Source/cmake"
703 https://bugs.webkit.org/show_bug.cgi?id=148003
704 http://trac.webkit.org/changeset/188428
706 2015-08-13 Alex Christensen <achristensen@webkit.org>
708 Move some commands from ./CMakeLists.txt to Source/cmake
709 https://bugs.webkit.org/show_bug.cgi?id=148003
711 Reviewed by Brent Fulgham.
714 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
715 so we can change directory structure from command line parameters.
716 * Source/cmake/WebKitCommon.cmake: Added.
717 * Source/cmake/WebKitFS.cmake:
719 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
721 A focused node should not be assisted when handling touch events synchronously
722 https://bugs.webkit.org/show_bug.cgi?id=147836
724 Reviewed by Enrica Casucci.
726 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
728 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
729 input can still be assisted due to a touch event.
730 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
731 event does not automatically cause us to assist the currently focused node.
733 2015-08-12 Alex Christensen <achristensen@webkit.org>
735 Fix Debug CMake builds on Windows
736 https://bugs.webkit.org/show_bug.cgi?id=147940
738 Reviewed by Chris Dumez.
740 * Source/cmake/OptionsWindows.cmake:
741 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
743 2015-08-10 Alex Christensen <achristensen@webkit.org>
745 Build TestWebKitAPI with CMake on Windows
746 https://bugs.webkit.org/show_bug.cgi?id=147851
748 Reviewed by Chris Dumez.
750 * Source/cmake/OptionsWindows.cmake:
751 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
753 2015-08-06 Alex Christensen <achristensen@webkit.org>
755 [Win] CMake build fix after r188098.
757 * Source/cmake/OptionsWinCairo.cmake:
758 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
760 2015-08-04 Alex Christensen <achristensen@webkit.org>
762 Fix quirks with CMake and VS2015
763 https://bugs.webkit.org/show_bug.cgi?id=147663
765 Reviewed by Brent Fulgham.
767 * Source/cmake/OptionsWindows.cmake:
768 Hide some warnings. Using the same variable names in nested scopes is ok for now.
769 Disable INTL for now.
771 2015-08-04 Alex Christensen <achristensen@webkit.org>
773 Enable WebGL on Windows CMake build.
774 https://bugs.webkit.org/show_bug.cgi?id=143311
776 Reviewed by Csaba Osztrogonác.
778 * Source/cmake/OptionsWindows.cmake:
779 Enable WebGL by default in CMake builds now that it works.
781 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
783 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
784 https://bugs.webkit.org/show_bug.cgi?id=147625
786 Reviewed by Martin Robinson.
788 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
789 components unless they were actually found, not to accidentally
790 enable Accelerated 2D canvas, which would cause the build to fail.
792 * Source/cmake/FindCairoGL.cmake: Set this variables only when
793 pkg_check_modules() had actually found the relevant component.
795 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
797 [CMake] Add an option to build AllInOne files
798 https://bugs.webkit.org/show_bug.cgi?id=102647
800 Reviewed by Alex Christensen.
802 * Source/cmake/OptionsEfl.cmake: Disabled by default.
803 * Source/cmake/OptionsGTK.cmake: Disabled by default.
804 * Source/cmake/OptionsWindows.cmake: Enabled by default.
805 * Source/cmake/WebKitFeatures.cmake:
806 * Source/cmake/WebKitMacros.cmake:
808 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
810 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
812 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
814 2015-07-31 Alex Christensen <achristensen@webkit.org>
816 Prepare for debug CMake builds on Windows.
817 https://bugs.webkit.org/show_bug.cgi?id=147484
819 Reviewed by Tim Horton.
821 * Source/cmake/OptionsWindows.cmake:
822 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
824 2015-07-30 Joonghun Park <jh718.park@samsung.com>
826 [EFL] Enable IndexedDB based on DatabaseProcess
827 https://bugs.webkit.org/show_bug.cgi?id=147221
829 Reviewed by Csaba Osztrogonác.
831 * Source/cmake/OptionsEfl.cmake:
833 2015-07-30 Alex Christensen <achristensen@webkit.org>
835 Build AppleWin port with CMake
836 https://bugs.webkit.org/show_bug.cgi?id=147385
838 Reviewed by Martin Robinson.
840 * Source/cmake/OptionsWindows.cmake:
841 Use the static multithreaded runtime. Based on
842 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
844 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
846 Implement basic types for ECMAScript Internationalization API
847 https://bugs.webkit.org/show_bug.cgi?id=146926
849 Reviewed by Benjamin Poulain.
851 Enable flag now that the basic objects are in place.
853 * Source/cmake/WebKitFeatures.cmake: enable INTL
855 2015-07-29 Basile Clement <basile_clement@apple.com>
857 Remove native call inlining
858 https://bugs.webkit.org/show_bug.cgi?id=147417
860 Rubber-stamped by Filip Pizlo.
862 * Source/cmake/OptionsEfl.cmake:
863 * Source/cmake/WebKitFeatures.cmake:
865 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
867 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
868 https://bugs.webkit.org/show_bug.cgi?id=147350
870 Reviewed by Sam Weinig.
872 * Source/cmake/WebKitFeatures.cmake:
874 2015-07-27 Alex Christensen <achristensen@webkit.org>
876 Use Ninja on Windows.
877 https://bugs.webkit.org/show_bug.cgi?id=147228
879 Reviewed by Martin Robinson.
881 * Source/cmake/OptionsWindows.cmake:
882 Only use /MP when using generated Visual Studio solution files to build.
883 It makes compiling parallel in MSVC, but Ninja doesn't like it.
885 2015-07-27 Alex Christensen <achristensen@webkit.org>
887 Progress towards building AppleWin with CMake
888 https://bugs.webkit.org/show_bug.cgi?id=147325
890 Reviewed by Martin Robinson.
892 * Source/cmake/OptionsWindows.cmake:
893 Link with 64-bit libraries if building 64-bit binaries.
894 Don't run regular expressions on empty strings when using Ninja.
895 Removed DebugSuffix Visual Studio environment variables.
897 2015-07-23 Alex Christensen <achristensen@webkit.org>
899 Remove compile and runtime flags for promises.
900 https://bugs.webkit.org/show_bug.cgi?id=147244
902 Reviewed by Yusuke Suzuki.
904 * Source/cmake/OptionsMac.cmake:
905 * Source/cmake/OptionsWindows.cmake:
906 * Source/cmake/WebKitFeatures.cmake:
908 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
910 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
911 https://bugs.webkit.org/show_bug.cgi?id=147212
913 Reviewed by Filip Pizlo.
915 * Source/cmake/WebKitFeatures.cmake:
917 2015-07-22 Alex Christensen <achristensen@webkit.org>
919 Fix quirks in CMake build on Mac and Windows
920 https://bugs.webkit.org/show_bug.cgi?id=147174
922 Reviewed by Gyuyoung Kim.
925 * Source/cmake/OptionsWindows.cmake:
926 Added options I removed in r187022. They are indeed needed.
927 * Source/cmake/WebKitFS.cmake:
928 Make the DerivedSources/WebKit directory.
930 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
932 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
934 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
936 2015-07-20 Alex Christensen <achristensen@webkit.org>
938 Resurrect CMake build on Windows.
939 https://bugs.webkit.org/show_bug.cgi?id=147083
941 Reviewed by Gyuyoung Kim.
943 * Source/cmake/OptionsCommon.cmake:
944 * Source/cmake/OptionsWindows.cmake:
945 Change features to get it to compile. Still not a complete feature set.
947 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
949 [GTK] Add seccomp filters support
950 https://bugs.webkit.org/show_bug.cgi?id=110014
952 Reviewed by Žan Doberšek.
954 Find needed compiler and linker flags for libseccomp.
956 * Source/cmake/OptionsGTK.cmake:
958 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
960 Bring back the GNU ar check to create thin archives on non-Linux systems
961 https://bugs.webkit.org/show_bug.cgi?id=146681
963 Reviewed by Martin Robinson.
965 We already use GNU ar thin archive feature to save time and disk space
966 on creating static archives, but it is only enabled on Linux. Without
967 this feature, the debug build of WebCore can be larger than 4 GiB,
968 which can cause error because GNU ar format uses 32-bit integer to
969 store offsets in the symbol table. This patch is similar to
970 https://bugs.webkit.org/show_bug.cgi?id=128596.
972 * Source/cmake/OptionsCommon.cmake:
974 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
976 [GTK] [Wayland] Build by default the X11 and Wayland targets.
977 https://bugs.webkit.org/show_bug.cgi?id=146057
979 Reviewed by Carlos Garcia Campos.
981 * Source/cmake/OptionsGTK.cmake:
983 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
985 [GTK] ar warning when linking static libraries
986 https://bugs.webkit.org/show_bug.cgi?id=144988
988 Reviewed by Carlos Garcia Campos.
990 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
991 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
992 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
993 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
994 should either stop using 'u' or else add 'U' as well in order to disable deterministic
995 archives. Using 'U' should result in a somewhat faster build (at least when using the
996 Makefile generator), but it's unlikely that the difference is significant, so let's simply
997 remove 'u' until someone determines otherwise. This seems like a better option than adding
998 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
999 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
1000 behavior change on distributions that do not use --enable-deterministic-archives, notably
1003 * Source/cmake/OptionsCommon.cmake:
1005 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
1007 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
1008 https://bugs.webkit.org/show_bug.cgi?id=146590
1010 Reviewed by Martin Robinson.
1012 * Source/PlatformGTK.cmake: override the cached variables to
1013 forcefully disable gtk-doc and gobject-introspection when
1015 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
1016 documentation syntax when cross-building.
1019 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
1021 [EFL] test_ewk2_application_cache_manager has been failed since r185527
1022 https://bugs.webkit.org/show_bug.cgi?id=146016
1024 Reviewed by Gyuyoung Kim.
1026 In order to handle properly WebApplicationCacheManagerProxy implementation which use
1027 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
1028 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
1030 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
1032 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
1034 Implement ECMAScript Internationalization API
1035 https://bugs.webkit.org/show_bug.cgi?id=90906
1037 Reviewed by Benjamin Poulain.
1039 Begin implementing the Intl apis behind ENABLE_INTL flag.
1040 Create the base Intl namespace object.
1042 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
1044 2015-06-30 Philippe Normand <pnormand@igalia.com>
1046 [CMake] Error when gst-plugins-base is missing is too confusing
1047 https://bugs.webkit.org/show_bug.cgi?id=145682
1049 Reviewed by Carlos Garcia Campos.
1051 * Source/cmake/OptionsGTK.cmake: Error out if the required
1052 GStreamer libraries are not found on the host.
1054 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
1056 CairoGL should be checked unconditionally
1057 https://bugs.webkit.org/show_bug.cgi?id=146390
1059 Reviewed by Darin Adler.
1061 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
1062 it is run unconditionally; this is necessary because its result
1063 is used later on, outside of any conditions.
1065 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
1067 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
1068 https://bugs.webkit.org/show_bug.cgi?id=146318
1070 Reviewed by Sergio Villar Senin.
1072 Enable PUBLIC_SUFFIX_LIST for GTK+.
1074 * Source/cmake/OptionsGTK.cmake:
1076 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
1078 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
1080 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1082 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
1084 [EFL] Hyphenation is not supported
1085 https://bugs.webkit.org/show_bug.cgi?id=89830
1087 Reviewed by Gyuyoung Kim.
1089 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
1091 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
1093 [CMake] Add support for building with various sanitizer tools
1094 https://bugs.webkit.org/show_bug.cgi?id=131941
1096 Reviewed by Martin Robinson.
1098 * Source/PlatformGTK.cmake: Don't generate any documentation
1099 when compiling with sanitizers enabled.
1100 * Source/cmake/OptionsCommon.cmake: Allow linking with
1101 undefined symbols when compiling with sanitizers enabled.
1103 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
1105 libwebkit2gtk fails to link without opengl
1106 https://bugs.webkit.org/show_bug.cgi?id=138332
1108 Reviewed by Carlos Garcia Campos.
1110 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
1111 enabled regardless of whether OpenGL is, because certain symbols
1112 such as WebCore::GraphicsLayer::create() need to be built.
1114 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
1116 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
1117 https://bugs.webkit.org/show_bug.cgi?id=146181
1119 Reviewed by Martin Robinson.
1121 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
1123 * Source/cmake/OptionsGTK.cmake:
1125 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
1127 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
1128 https://bugs.webkit.org/show_bug.cgi?id=146171
1130 Reviewed by Gyuyoung Kim.
1132 * Source/cmake/OptionsEfl.cmake:
1133 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
1135 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
1137 [CMake] FindGTK3.cmake should not modify the values of build options
1138 https://bugs.webkit.org/show_bug.cgi?id=144613
1140 Reviewed by Martin Robinson.
1142 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
1143 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
1144 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
1145 GTK3_SUPPORTS_GESTURES for consistency.
1146 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
1147 available. It's not possible to automatically select a backend correctly anymore, since all
1148 options are set at the same time.
1150 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
1152 Remove unnecessary svn:executable flags
1153 https://bugs.webkit.org/show_bug.cgi?id=146107
1155 Reviewed by Alexey Proskuryakov.
1157 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
1158 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
1159 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
1160 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
1161 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
1163 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
1165 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
1166 https://bugs.webkit.org/show_bug.cgi?id=146108
1168 Reviewed by Gyuyoung Kim.
1170 * Source/cmake/OptionsEfl.cmake:
1172 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
1174 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
1175 https://bugs.webkit.org/show_bug.cgi?id=146035
1177 Reviewed by Gyuyoung Kim.
1179 * Source/cmake/OptionsEfl.cmake:
1181 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
1183 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
1184 https://bugs.webkit.org/show_bug.cgi?id=145701
1186 Reviewed by Darin Adler.
1188 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
1190 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
1192 [iOS] Crash long pressing on <input type=file>
1193 https://bugs.webkit.org/show_bug.cgi?id=146009
1194 <rdar://problem/21234453>
1196 Reviewed by Ryosuke Niwa.
1198 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
1200 2015-06-16 Brent Fulgham <bfulgham@apple.com>
1202 Rollout accidental Xcode project change.
1204 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1206 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1208 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
1209 https://bugs.webkit.org/show_bug.cgi?id=145909
1211 Reviewed by Csaba Osztrogonác.
1213 Bump EWebKit version based on efl library version used by the EWebKit.
1215 * Source/cmake/OptionsEfl.cmake:
1217 2015-06-11 Commit Queue <commit-queue@webkit.org>
1219 Unreviewed, rolling out r185453.
1220 https://bugs.webkit.org/show_bug.cgi?id=145881
1222 it broke the 32-bit build (Requested by clopez on #webkit).
1226 "[GTK] [Wayland] Should be possible to build with support for
1227 both X11 and Wayland."
1228 https://bugs.webkit.org/show_bug.cgi?id=145701
1229 http://trac.webkit.org/changeset/185453
1231 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
1233 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
1234 https://bugs.webkit.org/show_bug.cgi?id=145701
1236 Reviewed by Žan Doberšek.
1238 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
1240 2015-06-03 Daniel Bates <dabates@apple.com>
1242 Caps lock indicator should not be shown in read-only or disabled field
1243 https://bugs.webkit.org/show_bug.cgi?id=145612
1244 <rdar://problem/21227454>
1246 Reviewed by Darin Adler.
1248 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
1249 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
1250 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
1252 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
1254 [cmake] Suppress parentheses-equality warnings
1255 https://bugs.webkit.org/show_bug.cgi?id=145126
1257 Reviewed by Darin Adler.
1259 * Source/cmake/WebKitHelpers.cmake:
1261 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
1263 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
1264 https://bugs.webkit.org/show_bug.cgi?id=145408
1266 Reviewed by Carlos Garcia Campos.
1268 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
1269 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
1270 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
1272 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
1273 libraries. Detect also GLX libraries.
1274 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
1275 libraries. Use find_path() to get the include path.
1276 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
1278 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
1279 depending on the libraries found on the system.
1280 Move the detection of GLX (and the include of CMakePushCheckState)
1281 to FindOpenGL.cmake.
1282 Ensure that we only define USE_GLX when we build with OpenGL
1283 (but not with GLESv2).
1285 2015-05-27 Dean Jackson <dino@apple.com>
1287 img.currentSrc problem in strict mode with old picturefill
1288 https://bugs.webkit.org/show_bug.cgi?id=144095
1289 <rdar://problem/21087013>
1291 Reviewed by Simon Fraser.
1293 Add a PICTURE_SIZES flag.
1295 * Source/cmake/OptionsEfl.cmake:
1296 * Source/cmake/OptionsGTK.cmake:
1297 * Source/cmake/OptionsMac.cmake:
1298 * Source/cmake/OptionsWindows.cmake:
1299 * Source/cmake/WebKitFeatures.cmake:
1301 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
1303 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
1305 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1307 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1309 Unreviewed. Export DatabaseProcessMainUnix symbol.
1311 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
1312 is exported in production builds.
1314 * Source/cmake/gtksymbols.filter:
1316 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1318 [GTK] Enable IndexedDB
1319 https://bugs.webkit.org/show_bug.cgi?id=98932
1321 Reviewed by Žan Doberšek.
1323 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
1324 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
1326 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
1328 [GTK] Bump GCC requirements to 4.9.0
1329 https://bugs.webkit.org/show_bug.cgi?id=145211
1331 Reviewed by Žan Doberšek.
1333 It's required to build with IndexedDB support when using GCC,
1334 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
1336 * Source/cmake/OptionsGTK.cmake:
1338 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
1340 [CMake] Ignore warnings in system headers
1341 https://bugs.webkit.org/show_bug.cgi?id=144747
1343 Reviewed by Darin Adler.
1345 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
1346 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
1347 use the SYSTEM argument to the command (added in 2.8.12).
1351 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
1353 [CMake] Error out when ruby is too old
1354 https://bugs.webkit.org/show_bug.cgi?id=145014
1356 Reviewed by Martin Robinson.
1358 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
1363 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
1365 [GTK] Enable plugin-related CMake options and variables for the X11 target only
1366 https://bugs.webkit.org/show_bug.cgi?id=144995
1368 Reviewed by Carlos Garcia Campos.
1370 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
1371 the X11 windowing target at the moment, so the following options
1372 and variables should be enabled or disabled accordingly:
1373 - ENABLE_PLUGIN_PROCESS_GTK2
1374 - ENABLE_NETSCAPE_PLUGIN_API
1375 - ENABLE_PLUGIN_PROCESS
1377 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
1379 Linker fails without -DDEVELOPER_MODE=ON
1380 https://bugs.webkit.org/show_bug.cgi?id=144117
1382 Reviewed by Gyuyoung Kim.
1384 * Source/cmake/OptionsEfl.cmake:
1385 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
1386 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
1388 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
1390 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
1391 https://bugs.webkit.org/show_bug.cgi?id=144846
1393 Reviewed by Martin Robinson.
1395 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
1396 CAIRO_GL_* throughout, because find_package will define
1398 * Source/cmake/OptionsGTK.cmake: Ditto.
1400 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
1402 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
1403 https://bugs.webkit.org/show_bug.cgi?id=144845
1405 Reviewed by Martin Robinson.
1407 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
1408 if their corresponding WTF options are ON. The code in npapi.h
1409 relies on these being undefined if they are to be switched off.
1411 2015-05-09 Yoav Weiss <yoav@yoav.ws>
1413 Remove the PICTURE_SIZES build flag
1414 https://bugs.webkit.org/show_bug.cgi?id=144679
1416 Reviewed by Benjamin Poulain.
1418 Removed the PICTURE_SIZES build time flag.
1420 * Source/cmake/OptionsEfl.cmake:
1421 * Source/cmake/OptionsGTK.cmake:
1422 * Source/cmake/OptionsMac.cmake:
1423 * Source/cmake/OptionsWindows.cmake:
1424 * Source/cmake/WebKitFeatures.cmake:
1426 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
1428 [GTK] [CMake] Check for required X libraries
1429 https://bugs.webkit.org/show_bug.cgi?id=144823
1431 Reviewed by Martin Robinson.
1433 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
1435 * Source/cmake/OptionsGTK.cmake:
1437 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
1439 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1440 https://bugs.webkit.org/show_bug.cgi?id=144746
1442 Reviewed by Carlos Garcia Campos.
1444 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1445 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
1446 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
1448 * Source/cmake/OptionsGTK.cmake:
1450 2015-05-08 Daniel Bates <dabates@apple.com>
1452 [iOS] WebSQL operations are not performed after device is locked
1453 https://bugs.webkit.org/show_bug.cgi?id=137503
1454 <rdar://problem/20844952>
1456 Rubber-stamped by Alexey Proskuryakov.
1458 Add a manual test to help verify that we do not regress this issue.
1460 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
1462 2015-05-08 Commit Queue <commit-queue@webkit.org>
1464 Unreviewed, rolling out r183945.
1465 https://bugs.webkit.org/show_bug.cgi?id=144789
1467 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
1471 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
1472 https://bugs.webkit.org/show_bug.cgi?id=144746
1473 http://trac.webkit.org/changeset/183945
1475 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
1477 Cleanup after r183940
1478 https://bugs.webkit.org/show_bug.cgi?id=144768
1482 Looks like the empty directories were not deleted.
1484 * Source/PAL: Removed.
1485 * Source/PAL/Configurations: Removed.
1486 * Source/PAL/PAL.xcodeproj: Removed.
1487 * Source/PAL/graphics: Removed.
1489 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
1491 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1492 https://bugs.webkit.org/show_bug.cgi?id=144746
1494 Reviewed by Martin Robinson.
1496 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1497 what it is defined to, so defining it to 0 effectively turned it on always.
1499 * Source/cmake/OptionsGTK.cmake:
1501 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1503 Revert "Introducing the Platform Abstraction Layer (PAL)"
1504 https://bugs.webkit.org/show_bug.cgi?id=144751
1508 PAL should be a new target inside WebCore, rather than a top-level folder.
1510 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1512 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
1514 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
1516 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1518 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1520 Introducing the Platform Abstraction Layer (PAL)
1521 https://bugs.webkit.org/show_bug.cgi?id=143358
1523 Reviewed by Simon Fraser.
1525 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1527 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
1529 [cmake] Disable GNU Gold linker on Cortex A53
1530 https://bugs.webkit.org/show_bug.cgi?id=144382
1532 Reviewed by Carlos Garcia Campos.
1534 * Source/cmake/OptionsCommon.cmake:
1536 2015-05-01 Martin Robinson <mrobinson@igalia.com>
1538 USE(...) macro should expect unprefixed variables
1539 https://bugs.webkit.org/show_bug.cgi?id=144454
1541 Reviewed by Daniel Bates.
1543 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
1544 * Source/cmake/OptionsEfl.cmake: Ditto.
1545 * Source/cmake/OptionsGTK.cmake: Ditto.
1546 * Source/cmake/OptionsMac.cmake: Ditto.
1547 * Source/cmake/OptionsWinCairo.cmake: Ditto.
1548 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
1551 2015-04-30 Martin Robinson <mrobinson@igalia.com>
1553 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
1554 https://bugs.webkit.org/show_bug.cgi?id=144394
1556 Reviewed by Carlos Garcia Campos.
1558 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
1559 is that it fixes the redirected XComposite window for GTK+, which was accidentally
1560 disabled in previous reworking of the CMake configuration.
1562 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
1563 version of USE variables.
1564 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
1565 is exposed to the build.
1567 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
1569 Unreviewed. Bump GTK+ version numbers.
1571 * Source/cmake/OptionsGTK.cmake:
1573 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1575 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
1576 https://bugs.webkit.org/show_bug.cgi?id=144435
1578 Reviewed by Gyuyoung Kim.
1580 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
1581 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
1583 * Source/cmake/OptionsEfl.cmake:
1585 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
1587 REGRESSION(183583): [Mac] make without SDKROOT has issues
1588 https://bugs.webkit.org/show_bug.cgi?id=144431
1590 Reviewed by Dan Bernstein.
1593 Assume an empty SDKROOT means an macosx variant, so only
1594 enable settings if the SDKROOT is not empty and does not
1597 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1599 Fix the GTK+ build after r183584
1601 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
1603 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1605 [GTK] Add support for automatic hyphenation
1606 https://bugs.webkit.org/show_bug.cgi?id=44478
1608 Reviewed by Carlos Garcia Campos.
1610 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
1611 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
1612 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
1614 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
1616 Failure when building WebKit for appletvsimulator.
1617 https://bugs.webkit.org/show_bug.cgi?id=144356
1619 Reviewed by Alexey Proskuryakov.
1621 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
1622 make TVOS and WatchOS behave correctly.
1626 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1628 [CMake] [GTK] Organize and clean up unused CMake variables
1629 https://bugs.webkit.org/show_bug.cgi?id=144364
1631 Reviewed by Gyuyoung Kim.
1633 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
1634 specific to certain projects into their PlatformGTK.cmake files.
1636 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1638 [EFL] Build failure to find gio-unix
1639 https://bugs.webkit.org/show_bug.cgi?id=144083
1641 Reviewed by Gyuyoung Kim.
1643 Original patch by Doug Newgard <scimma22@outlook.com>
1645 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
1647 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
1649 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
1650 https://bugs.webkit.org/show_bug.cgi?id=143001
1652 Reviewed by Gyuyoung Kim.
1654 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
1655 * Source/cmake/OptionsGTK.cmake: Ditto.
1657 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1659 Unreviewed, fix typo in previous commit
1661 libsecretr -> libsecret in the error message.
1663 * Source/cmake/OptionsGTK.cmake:
1665 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1667 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
1668 https://bugs.webkit.org/show_bug.cgi?id=143546
1670 Reviewed by Martin Robinson.
1672 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
1673 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
1674 default. Fail the build with an informative error message if an optional dependency required
1675 for an enabled feature is not present. Perform find_package commands only when necessary.
1676 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
1679 * Source/cmake/OptionsGTK.cmake:
1681 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1683 [GTK] Make all options actually options
1684 https://bugs.webkit.org/show_bug.cgi?id=144106
1686 Reviewed by Martin Robinson.
1688 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
1689 ENABLE_WAYLAND_TARGET.
1691 * Source/cmake/OptionsGTK.cmake:
1693 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1695 Unreviewed, fix GTK build after r183452
1697 * Source/cmake/OptionsGTK.cmake:
1699 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1701 [GTK] Add one single option to control all OpenGL-related options
1702 https://bugs.webkit.org/show_bug.cgi?id=144105
1704 Reviewed by Martin Robinson.
1706 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
1707 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
1708 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
1709 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
1710 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
1711 presence of CairoGL.
1713 * Source/cmake/OptionsGTK.cmake:
1715 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1717 [GTK] ENABLE_SMOOTH_SCROLLING should be private
1718 https://bugs.webkit.org/show_bug.cgi?id=144306
1720 Reviewed by Martin Robinson.
1722 Make ENABLE_SMOOTH_SCROLLING private instead of public.
1724 * Source/cmake/OptionsGTK.cmake:
1726 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1728 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
1729 https://bugs.webkit.org/show_bug.cgi?id=144193
1731 Reviewed by Darin Adler.
1733 * Source/cmake/OptionsEfl.cmake:
1734 * Source/cmake/OptionsGTK.cmake:
1735 * Source/cmake/OptionsWinCairo.cmake:
1736 * Source/cmake/WebKitFeatures.cmake:
1738 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1740 [CMake] Should be possible for an option to conflict with other options
1741 https://bugs.webkit.org/show_bug.cgi?id=143956
1743 Reviewed by Martin Robinson.
1745 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
1747 * Source/cmake/WebKitFeatures.cmake:
1749 2015-04-22 Martin Robinson <mrobinson@igalia.com>
1751 [CMake] Autogenerate cmakeconfig.h.cmake
1752 https://bugs.webkit.org/show_bug.cgi?id=143997
1754 Reviewed by Csaba Osztrogonác.
1756 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
1757 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
1758 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
1759 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
1760 Do some other miscellaneous related cleanup.
1761 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
1762 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
1763 build exposed variables. Add a macro to generate a configuration from them.
1764 * Source/cmakeconfig.h.cmake: Removed.
1766 2015-04-24 Philippe Normand <pnormand@igalia.com>
1768 [JHBuild] Move to upstream OpenWebRTC
1769 https://bugs.webkit.org/show_bug.cgi?id=144145
1771 Reviewed by Carlos Garcia Campos.
1773 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
1776 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
1778 [ES6] Implement ES6 template literals
1779 https://bugs.webkit.org/show_bug.cgi?id=142691
1781 Reviewed by Darin Adler.
1783 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
1785 * Source/cmake/WebKitFeatures.cmake:
1786 * Source/cmakeconfig.h.cmake:
1788 2015-04-25 Martin Robinson <mrobinson@igalia.com>
1790 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
1791 https://bugs.webkit.org/show_bug.cgi?id=144182
1793 Reviewed by Simon Fraser.
1795 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1796 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1797 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1798 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1799 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1801 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1803 [GTK] Add more public options
1804 https://bugs.webkit.org/show_bug.cgi?id=144116
1806 Reviewed by Martin Robinson.
1808 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
1810 * Source/cmake/OptionsGTK.cmake:
1812 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1814 [CMake] Some internal variables are not marked as advanced
1815 https://bugs.webkit.org/show_bug.cgi?id=143595
1817 Reviewed by Martin Robinson.
1819 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
1820 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
1822 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1824 [GTK] Mark as advanced the build options we don't want to expose
1825 https://bugs.webkit.org/show_bug.cgi?id=143558
1827 Reviewed by Martin Robinson.
1829 Mark various options as private instead of public.
1831 * Source/cmake/OptionsGTK.cmake:
1833 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1835 [CMake] Should be possible for an option to depend on multiple options
1836 https://bugs.webkit.org/show_bug.cgi?id=143839
1838 Reviewed by Martin Robinson.
1840 Use a list instead of a single variable to track the dependencies of each option. Iterate
1841 over the list as many times as necessary to ensure all options are properly disabled.
1843 * Source/cmake/WebKitFeatures.cmake:
1845 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1847 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
1848 https://bugs.webkit.org/show_bug.cgi?id=144103
1850 Reviewed by Martin Robinson.
1852 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
1854 * Source/cmake/WebKitFeatures.cmake:
1856 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1858 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
1859 https://bugs.webkit.org/show_bug.cgi?id=144102
1861 Reviewed by Martin Robinson.
1863 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
1864 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
1865 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
1867 * Source/cmake/OptionsGTK.cmake:
1869 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1871 [CMake] Clean up JSC JIT options
1872 https://bugs.webkit.org/show_bug.cgi?id=143998
1874 Reviewed by Filip Pizlo.
1876 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
1877 define for ENABLE_FTL_NATIVE_CALL_INLINING.
1878 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
1879 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
1880 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
1881 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
1883 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1885 [CMake] Use lowercase for local variables in macros
1886 https://bugs.webkit.org/show_bug.cgi?id=144059
1888 Reviewed by Martin Robinson.
1890 Convert some variable names to lowercase.
1892 * Source/cmake/WebKitFeatures.cmake:
1894 2015-04-22 Commit Queue <commit-queue@webkit.org>
1896 Unreviewed, rolling out r183116.
1897 https://bugs.webkit.org/show_bug.cgi?id=144060
1899 Inadvertently deleted a file... (Requested by mcatanzaro on
1904 "[CMake] Use lowercase for local variables in macros"
1905 https://bugs.webkit.org/show_bug.cgi?id=144059
1906 http://trac.webkit.org/changeset/183116
1908 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1910 [CMake] Use lowercase for local variables in macros
1911 https://bugs.webkit.org/show_bug.cgi?id=144059
1913 Reviewed by Martin Robinson.
1915 Convert some variable names to lowercase.
1917 * Source/cmake/WebKitFeatures.cmake:
1919 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1921 [CMake] Features list should print dots every other row
1922 https://bugs.webkit.org/show_bug.cgi?id=143832
1924 Reviewed by Martin Robinson.
1926 Discount private options when determining whether to print dots on a given row of the
1927 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
1928 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
1929 wasn't noticed because it only affects the first line, and use of the variable name as a
1930 string in a conditional.)
1932 * Source/cmake/WebKitFeatures.cmake:
1934 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1936 [CMake] Require specifying visibility of WebKit options
1937 https://bugs.webkit.org/show_bug.cgi?id=143831
1939 Reviewed by Alex Christensen.
1941 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
1942 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
1943 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
1944 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
1945 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
1946 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
1947 cross-platform options as PRIVATE.
1949 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1951 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
1952 https://bugs.webkit.org/show_bug.cgi?id=143935
1954 Reviewed by Darin Adler.
1956 Some variables aren't defined in these files or unused variables aren't removed. This
1957 patch cleans up it as well as fix wrong alphabet order.
1959 * Source/cmake/WebKitFeatures.cmake:
1960 * Source/cmakeconfig.h.cmake:
1962 2015-04-19 Simon Fraser <simon.fraser@apple.com>
1964 Restore the WebKit.xcworkspace to the way it was before r182899,
1965 which inadvertently added the Source directory and a couple of source
1968 * WebKit.xcworkspace/contents.xcworkspacedata:
1970 2015-04-16 Basile Clement <basile_clement@apple.com>
1972 Extract the allocation profile from JSFunction into a rare object
1973 https://bugs.webkit.org/show_bug.cgi?id=143807
1975 Reviewed by Filip Pizlo.
1977 * WebKit.xcworkspace/contents.xcworkspacedata:
1979 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
1981 [EFL] Bump LLVM to version 3.6.0 on X86_64
1982 https://bugs.webkit.org/show_bug.cgi?id=143604
1984 Reviewed by Gyuyoung Kim.
1986 * Source/cmake/FindLLVM.cmake: Added version handling.
1987 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
1989 2015-04-15 Timothy Horton <timothy_horton@apple.com>
1991 Custom CSS cursors do not use -webkit-image-set on retina displays
1992 https://bugs.webkit.org/show_bug.cgi?id=120783
1994 Reviewed by Beth Dakin.
1995 Patch by Evan Wallace <evan.exe@gmail.com>.
1997 Add a manual test for custom CSS cursors on retina displays.
1999 * ManualTests/retina-cursors.html: Added.
2001 2015-04-15 Alex Christensen <achristensen@webkit.org>
2003 Progress towards CMake on Mac.
2004 https://bugs.webkit.org/show_bug.cgi?id=143785
2006 Reviewed by Csaba Osztrogonác.
2009 * Source/cmake/OptionsMac.cmake:
2010 * Source/cmake/WebKitFS.cmake:
2012 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
2014 Cannot click "Next" button on Google two-factor auth setup page
2016 <https://bugs.webkit.org/show_bug.cgi?id=143624>
2017 <rdar://problem/19175714>
2019 Reviewed by Darin Adler.
2021 * ManualTests/button-that-focuses-itself-on-click.html: Added.
2023 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
2025 [cmake] REGRESSION(182663): It broke feature dependency handling
2026 https://bugs.webkit.org/show_bug.cgi?id=143665
2028 Reviewed by Csaba Osztrogonác.
2030 Don't try to check the value of options before defining the options.
2032 * Source/cmake/WebKitFeatures.cmake:
2034 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
2036 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
2037 https://bugs.webkit.org/show_bug.cgi?id=143664
2039 Reviewed by Gyuyoung Kim.
2041 * Source/cmake/OptionsEfl.cmake:
2042 * Source/cmake/OptionsGTK.cmake:
2043 * Source/cmake/WebKitFeatures.cmake:
2044 * Source/cmakeconfig.h.cmake:
2046 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2048 [EFL] Enable Media Source
2049 https://bugs.webkit.org/show_bug.cgi?id=143635
2051 Reviewed by Csaba Osztrogonác.
2053 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
2055 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2057 [CMake] Miscellaneous issues in WebKitFeatures.cmake
2058 https://bugs.webkit.org/show_bug.cgi?id=143636
2060 Reviewed by Martin Robinson.
2062 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
2063 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
2065 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
2066 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
2068 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
2070 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
2072 Fix ENABLE_TOUCH_SLIDER so that it can be used
2076 * Source/cmake/WebKitFeatures.cmake:
2078 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2080 [CMake] Print sorted feature list at the very end of the configure process
2081 https://bugs.webkit.org/show_bug.cgi?id=143596
2083 Reviewed by Martin Robinson.
2085 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
2086 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
2087 and sort the options before printing. Reorder some code so that features still get
2088 propagated to the bindings generators.
2090 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2092 [CMake] Options should be marked as advanced by default
2093 https://bugs.webkit.org/show_bug.cgi?id=143572
2095 Reviewed by Gyuyoung Kim.
2097 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
2098 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
2099 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
2100 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
2101 option without making it public.
2103 * Source/cmake/WebKitFeatures.cmake:
2105 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2107 [CMake] Remove unnecessary ENABLE_WEBCORE switch
2108 https://bugs.webkit.org/show_bug.cgi?id=143584
2110 Reviewed by Csaba Osztrogonác.
2112 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
2116 * Source/CMakeLists.txt:
2117 * Source/cmake/OptionsGTK.cmake:
2118 * Source/cmake/WebKitFS.cmake:
2120 2015-04-08 Filip Pizlo <fpizlo@apple.com>
2122 Unreviewed, revert accidental commit.
2126 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
2128 Add CMake build system for WinCairo port.
2129 https://bugs.webkit.org/show_bug.cgi?id=115944
2131 Reviewed by Chris Dumez.
2133 * Source/cmake/OptionsWindows.cmake:
2134 * Source/cmake/WebKitMacros.cmake:
2135 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
2137 2015-04-06 Alberto Garcia <berto@igalia.com>
2139 [GTK] Fix HPPA build
2140 https://bugs.webkit.org/show_bug.cgi?id=143453
2142 Reviewed by Darin Adler.
2144 Add HPPA to the list of supported CPUs.
2148 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
2150 Unreviewed, kick the GTK bots to fix an incremental build issue.
2152 * Source/cmake/OptionsGTK.cmake:
2154 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
2156 Fix the EFL and GTK build after r182243
2157 https://bugs.webkit.org/show_bug.cgi?id=143361
2159 Reviewed by Csaba Osztrogonác.
2161 * Source/PlatformEfl.cmake: Add a custom command that copies
2162 the InspectorBackendCommands.js file into the proper directory
2163 under DerivedSources/WebInspectorUI/.
2165 2015-04-01 Alex Christensen <achristensen@webkit.org>
2167 Progress towards CMake on Windows and Mac.
2168 https://bugs.webkit.org/show_bug.cgi?id=143293
2170 Reviewed by Filip Pizlo.
2173 Set DERIVED_SOURCES_WTF_DIR for Windows.
2174 * Source/CMakeLists.txt:
2175 Don't compile bmalloc on Windows.
2176 * Source/cmake/OptionsCommon.cmake:
2177 Use the absolute path of the C preprocessor.
2178 * Source/cmake/OptionsWinCairo.cmake:
2179 Added needed definitions.
2180 * Source/cmake/OptionsWindows.cmake:
2181 Set some default values and removed support for old Visual Studio versions before /MP.
2182 * Source/cmake/WebKitFS.cmake:
2183 Make WTF DerivedSources directory.
2184 * Source/cmake/WebKitMacros.cmake:
2185 Added ADD_PRECOMPILED_HEADER macro based on
2186 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
2188 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
2190 Use colored diagnostics when building with cmake + ninja + clang
2191 https://bugs.webkit.org/show_bug.cgi?id=143297
2193 Reviewed by Žan Doberšek.
2195 Because that ninja sets subprocess stdout/stderr to a pipe, clang
2196 disables colored output.
2197 This patch forces clang to use colored diagnostics when we are using
2200 * Source/cmake/OptionsCommon.cmake:
2202 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2204 [CMake] Update old CMakeList.txt in gtest
2205 https://bugs.webkit.org/show_bug.cgi?id=143192
2207 Reviewed by Darin Adler.
2209 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
2210 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
2211 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
2213 * Source/CMakeLists.txt:
2214 * Source/cmake/gtest/CMakeLists.txt: Removed.
2216 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2218 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
2219 https://bugs.webkit.org/show_bug.cgi?id=143138
2221 Reviewed by Csaba Osztrogonác.
2223 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
2224 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
2226 * Source/cmake/OptionsWindows.cmake:
2227 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
2228 * Source/cmake/WebKitMacros.cmake:
2230 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
2232 [GStreamer] share GL context in pipeline, part 2
2233 https://bugs.webkit.org/show_bug.cgi?id=143049
2235 Reviewed by Carlos Garcia Campos.
2237 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
2238 OpenGL/ES2 is found and GLX/EGL is found too.
2240 2015-03-26 Alex Christensen <achristensen@webkit.org>
2242 Progress towards CMake on Mac.
2243 https://bugs.webkit.org/show_bug.cgi?id=143112
2245 Reviewed by Chris Dumez.
2247 * Source/cmake/OptionsMac.cmake:
2249 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
2251 [EFL] Add OpenWebRTC in jhbuild
2252 https://bugs.webkit.org/show_bug.cgi?id=142778
2254 Reviewed by Gyuyoung Kim.
2256 Original patch by Philippe Normand <pnormand@igalia.com>
2258 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
2259 mediastream build is enabled.
2261 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
2263 [GTK] Add a configure option to build without Redirected XComposite Window
2264 https://bugs.webkit.org/show_bug.cgi?id=142865
2266 Reviewed by Žan Doberšek.
2268 The Redirected XComposite Window was added to support some
2269 features like GtkOverlay, but in cases where we don't need such
2270 features, it's more efficient to use the XID of the WebKitWebView
2271 window as the native surface handle for the accelerated
2272 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
2273 that is enabled by default for X11 target when OpenGL is enabled.
2275 * Source/cmake/OptionsGTK.cmake:
2277 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
2279 [GTK] Search for the Wayland dependency when enabling Wayland target
2280 https://bugs.webkit.org/show_bug.cgi?id=142876
2282 Reviewed by Carlos Garcia Campos.
2284 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
2285 requirement of either the GTK+ or GDK pkg-config files, so we have to
2286 search for it ourselves when WebKitGTK+ has been configured to support
2287 the Wayland windowing target.
2289 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
2291 Unreviewed, kick the GTK bots to regenerate makefile.
2292 https://bugs.webkit.org/show_bug.cgi?id=137394
2294 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
2295 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
2297 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
2299 Unreviewed, kick the GTK bots to regenerate makefile.
2300 https://bugs.webkit.org/show_bug.cgi?id=137394
2302 * Source/cmake/OptionsEfl.cmake:
2304 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
2306 [GTK] Fix inspector userinterface related incremental build issue
2307 https://bugs.webkit.org/show_bug.cgi?id=142849
2309 Reviewed by Carlos Garcia Campos.
2311 * Source/cmake/OptionsGTK.cmake: Revert r181733.
2313 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
2315 Unreviewed, kick the GTK bots to regenerate makefile.
2317 * Source/cmake/OptionsGTK.cmake:
2319 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
2321 [EFL] Expose JavaScript binding interface through ewk_extension
2322 https://bugs.webkit.org/show_bug.cgi?id=142033
2324 Reviewed by Gyuyoung Kim.
2326 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
2328 2015-03-17 Philippe Normand <pnormand@igalia.com>
2330 [GTK] basic OpenWebRTC build support
2331 https://bugs.webkit.org/show_bug.cgi?id=142393
2333 Reviewed by Carlos Garcia Campos.
2335 * Source/cmake/FindOpenWebRTC.cmake: Added.
2336 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
2337 mediastream build is enabled.
2339 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2341 [CMake][EFL] Build test tools only for developer mode
2342 https://bugs.webkit.org/show_bug.cgi?id=142761
2344 Reviewed by Csaba Osztrogonác.
2346 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
2348 * Source/cmake/OptionsEfl.cmake:
2349 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
2350 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
2351 * Source/cmakeconfig.h.cmake:
2353 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
2355 Enable ES6 classes by default
2356 https://bugs.webkit.org/show_bug.cgi?id=142774
2358 Reviewed by Gavin Barraclough.
2360 * Source/cmake/WebKitFeatures.cmake:
2362 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2364 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
2365 https://bugs.webkit.org/show_bug.cgi?id=142722
2367 Reviewed by Csaba Osztrogonác.
2369 Categorize to define cmake variables, to find necessary packages,
2370 use upper case for "glib_conponents" cmake variable name, re-arrange
2371 wrong alphabet sorting, and so on.
2373 * CMakeLists.txt: Remove WinCE port.
2374 * Source/cmake/OptionsEfl.cmake:
2376 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
2378 [GStreamer] share GL context in pipeline
2379 https://bugs.webkit.org/show_bug.cgi?id=142693
2381 Reviewed by Philippe Normand.
2383 Add search of gstreamer-gl library in the GStreamer installation. If
2384 it is found, WTF_USE_GSTREAMER_GL macro is defined.
2386 * Source/cmake/FindGStreamer.cmake:
2387 * Source/cmake/OptionsGTK.cmake:
2389 2015-03-13 Alex Christensen <achristensen@webkit.org>
2391 Progress towards CMake on Mac.
2392 https://bugs.webkit.org/show_bug.cgi?id=142680
2394 Reviewed by Gyuyoung Kim.
2397 * Source/PlatformMac.cmake: Added stub.
2398 * Source/cmake/OptionsMac.cmake:
2399 Change defines to get CMake working.
2401 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2403 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
2404 https://bugs.webkit.org/show_bug.cgi?id=126688
2406 Reviewed by Gustavo Noronha Silva.
2408 Add ENABLE_MINIBROWSER option, enabled by default for development
2409 builds and disabled for production builds unless explicilty enabled.
2411 * Source/cmake/OptionsGTK.cmake:
2413 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2415 [GTK] Do not look for child processes in the UI process binary path
2416 https://bugs.webkit.org/show_bug.cgi?id=135752
2418 Reviewed by Gustavo Noronha Silva.
2420 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
2421 build for development builds.
2423 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
2425 [GTK] Add a configure option to build with OpenGL ES 2
2426 https://bugs.webkit.org/show_bug.cgi?id=142498
2428 Reviewed by Martin Robinson.
2430 Add ENABLE_GLES2 option. It's disabled by default, but if passed
2431 GLES2 is required and OpenGL is not even searched. Otherwise we
2432 search for OpenGL as usual, using it only if present.
2434 * Source/cmake/OptionsGTK.cmake:
2436 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
2438 [cmake] Handle unused parameter warnings as build errors except in WebKit2
2439 https://bugs.webkit.org/show_bug.cgi?id=142338
2441 Reviewed by Gyuyoung Kim.
2443 * Source/cmake/WebKitHelpers.cmake:
2445 2015-03-03 Daniel Bates <dabates@apple.com>
2447 Convert ManualTests/svg-tooltip.svg to a DRT test
2448 https://bugs.webkit.org/show_bug.cgi?id=140480
2450 Reviewed by Alex Christensen.
2452 * ManualTests/svg-tooltip.svg: Removed.
2454 2015-03-02 Debarshi Ray <debarshir@gnome.org>
2456 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
2457 https://bugs.webkit.org/show_bug.cgi?id=142165
2459 Reviewed by Carlos Garcia Campos.
2461 * Source/cmake/gtksymbols.filter:
2463 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
2465 [EFL] Remove unnecessary comment after r179110
2466 https://bugs.webkit.org/show_bug.cgi?id=142042
2468 Reviewed by Gyuyoung Kim.
2470 * Source/cmake/OptionsEfl.cmake:
2472 2015-02-23 Tomas Popela <tpopela@redhat.com>
2474 [GTK] Fails to compile with cmake 3.2.x
2475 https://bugs.webkit.org/show_bug.cgi?id=141796
2477 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
2478 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
2479 added and the build will fail.
2481 Reviewed by Martin Robinson.
2483 * Source/cmake/OptionsGTK.cmake:
2485 2015-02-20 Alexey Proskuryakov <ap@apple.com>
2487 Remove svn:keywords property.
2489 As far as I can tell, the property had no effect on any of these files, but also,
2490 when it has effect it's likely harmful.
2492 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
2493 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
2494 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
2495 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
2496 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
2497 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
2498 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
2499 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
2500 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
2501 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
2502 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
2503 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
2504 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
2505 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
2507 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2509 [CMAKE] Remove CMakeLists.txt in WK1 port
2510 https://bugs.webkit.org/show_bug.cgi?id=141617
2512 Reviewed by Anders Carlsson.
2514 Nobody uses CMake in WK1 port. Remove it.
2518 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
2520 Unreviewed, remove empty directories.
2522 * ManualTests/qt: Removed.
2524 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2526 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
2527 https://bugs.webkit.org/show_bug.cgi?id=141481
2529 Reviewed by Csaba Osztrogonác.
2531 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
2533 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2535 [EFL][GTK] Use bmalloc instead of tcmalloc
2536 https://bugs.webkit.org/show_bug.cgi?id=140162
2538 Reviewed by Carlos Garcia Campos.
2540 Add bmalloc directory to build list.
2542 * CMakeLists.txt: Define BMALLOC_DIR directory.
2543 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
2545 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
2547 [GTK] Add default color chooser implementation using GtkColorChooserDialog
2548 https://bugs.webkit.org/show_bug.cgi?id=141392
2550 Reviewed by Gustavo Noronha Silva.
2552 Enable INPUT_TYPE_COLOR by default for GTK+ port.
2554 * Source/cmake/OptionsGTK.cmake:
2556 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
2558 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
2559 https://bugs.webkit.org/show_bug.cgi?id=141328
2561 Reviewed by Darin Adler.
2563 Added as manual test because it involves a huge grid allocation
2564 which is very slow on Debug bots, the only ones capable to trigger
2567 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
2569 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
2571 [Streams API] Implement a barebone ReadableStream interface
2572 https://bugs.webkit.org/show_bug.cgi?id=141045
2574 Reviewed by Benjamin Poulain.
2576 * Source/cmake/WebKitFeatures.cmake:
2577 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
2579 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2581 Revert accidental change in r179490.
2585 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2587 Unreviewed, revert accidental change to Makefile.shared in r179478
2591 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2593 [CMake] Minimum python version should be 2.7.
2594 https://bugs.webkit.org/show_bug.cgi?id=140997
2596 Reviewed by Csaba Osztrogonác.
2600 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
2602 Apply feTurbulence spec change to fix zero length vector generation
2603 https://bugs.webkit.org/show_bug.cgi?id=140812
2605 Reviewed by Darin Adler.
2607 Recently a bug with the turbulence algorithm was corrected in the
2608 Filter Effects specification.
2609 For some seed values this bug allowed zero length vectors to be generated.
2610 This resulted in large solid color squares being present in the generated image.
2611 The feTurbulence algorithm was updated to reject zero length vectors. This patch
2612 applies that change in WebCore.
2614 Test: svg/filters/feTurbulence_bad_seeds.html
2616 * platform/graphics/filters/FETurbulence.cpp:
2617 (WebCore::FETurbulence::initPaint):
2618 Added rejection sampling during vector generation to avoid zero length vectors.
2620 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2622 [cmake] Remove compiler version calculate cruft
2623 https://bugs.webkit.org/show_bug.cgi?id=140885
2625 Reviewed by Darin Adler.
2627 * Source/cmake/WebKitHelpers.cmake:
2629 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2631 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
2632 https://bugs.webkit.org/show_bug.cgi?id=140886
2634 Reviewed by Žan Doberšek.
2636 * Source/cmake/WebKitHelpers.cmake:
2638 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
2640 [GTK] gtkdoc does not appear in DevHelp
2641 https://bugs.webkit.org/show_bug.cgi?id=139369
2643 Reviewed by Philippe Normand.
2645 Expect the gtkdoc to be generated in folders named with the API version.
2647 * Source/PlatformGTK.cmake:
2649 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
2651 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
2652 https://bugs.webkit.org/show_bug.cgi?id=140609
2654 Reviewed by Csaba Osztrogonác.
2656 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
2657 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
2658 compilation flags. Those were added after the jsCStack branch merge, but
2659 can now be removed since the -ftree-dce issues were fixed in GCC, and
2660 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
2662 * Source/cmake/OptionsEfl.cmake:
2663 * Source/cmake/OptionsGTK.cmake:
2665 2015-01-26 Commit Queue <commit-queue@webkit.org>
2667 Unreviewed, rolling out r179107.
2668 https://bugs.webkit.org/show_bug.cgi?id=140880
2670 The GCC in the bots doesn't support the AsyncTask
2671 implementation (Requested by KaL on #webkit).
2675 "[GTK] Enable IndexedDB"
2676 https://bugs.webkit.org/show_bug.cgi?id=98932
2677 http://trac.webkit.org/changeset/179107
2679 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
2681 [GTK] Enable IndexedDB
2682 https://bugs.webkit.org/show_bug.cgi?id=98932
2684 Reviewed by Žan Doberšek.
2686 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2687 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2689 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
2691 [GTK] Add initial database process support
2692 https://bugs.webkit.org/show_bug.cgi?id=139491
2694 Reviewed by Sergio Villar Senin.
2696 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
2698 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
2700 Add a build flag for ES6 class syntax
2701 https://bugs.webkit.org/show_bug.cgi?id=140760
2703 Reviewed by Michael Saboff.
2705 * Source/cmake/WebKitFeatures.cmake:
2706 * Source/cmakeconfig.h.cmake:
2708 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2710 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
2711 https://bugs.webkit.org/show_bug.cgi?id=140049
2713 Reviewed by Gyuyoung Kim.
2715 * Source/cmake/OptionsCommon.cmake:
2717 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2719 Remove ENABLE(INSPECTOR) ifdef guards
2720 https://bugs.webkit.org/show_bug.cgi?id=140668
2722 Reviewed by Darin Adler.
2724 * Source/PlatformEfl.cmake:
2725 * Source/cmake/OptionsEfl.cmake:
2726 * Source/cmake/OptionsGTK.cmake:
2727 * Source/cmake/OptionsMac.cmake:
2728 * Source/cmake/WebKitFeatures.cmake:
2729 * Source/cmakeconfig.h.cmake:
2731 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
2733 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
2735 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2737 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2739 [CMAKE] Fix cmake warning
2740 https://bugs.webkit.org/show_bug.cgi?id=140497
2742 Reviewed by Gustavo Noronha Silva.
2744 r173155 already tried to fix cmake warning though, the warning is still exist.
2745 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
2746 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
2747 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
2748 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
2749 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
2753 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
2755 [GTK] Generate the make dist manifest from a CMake template file
2756 https://bugs.webkit.org/show_bug.cgi?id=139387
2758 Reviewed by Martin Robinson.
2760 Generate manifest.txt from manifest.txt.in. Only expose the dist and
2761 distcheck targets for developer builds, as they won't work when
2762 building from a tarball because the manifest is not distributed.
2764 * Source/PlatformGTK.cmake:
2766 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
2768 Remove ENABLE(SQL_DATABASE) guards
2769 https://bugs.webkit.org/show_bug.cgi?id=140434
2771 Reviewed by Darin Adler.
2773 * Source/cmake/OptionsMac.cmake:
2774 * Source/cmake/WebKitFeatures.cmake:
2775 * Source/cmakeconfig.h.cmake:
2777 2015-01-11 Sam Weinig <sam@webkit.org>
2779 Remove support for SharedWorkers
2780 https://bugs.webkit.org/show_bug.cgi?id=140344
2782 Reviewed by Anders Carlsson.
2784 * Source/cmake/OptionsEfl.cmake:
2785 * Source/cmake/OptionsGTK.cmake:
2786 * Source/cmake/OptionsMac.cmake:
2787 * Source/cmake/WebKitFeatures.cmake:
2788 * Source/cmakeconfig.h.cmake:
2790 2015-01-10 Dan Bernstein <mitz@apple.com>
2792 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
2793 https://bugs.webkit.org/show_bug.cgi?id=140339
2795 Reviewed by Mark Rowe.
2797 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
2798 prevents unnecessary rebuilding due to PATH differences.
2800 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
2802 [GTK][ThreadedCompositor] Add support for threaded compositor.
2803 https://bugs.webkit.org/show_bug.cgi?id=118265
2805 Reviewed by Martin Robinson.
2807 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
2808 autotools build systems. The feature is disabled by default.
2809 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
2810 from the feature flags.
2812 * Source/cmake/OptionsEfl.cmake:
2813 * Source/cmake/OptionsGTK.cmake:
2814 * Source/cmake/WebKitFeatures.cmake:
2815 * Source/cmakeconfig.h.cmake:
2817 2014-12-23 Alexey Proskuryakov <ap@apple.com>
2819 Simplify building with ASan
2820 https://bugs.webkit.org/show_bug.cgi?id=139916
2822 Reviewed by Mark Rowe.
2824 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
2826 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
2828 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
2830 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2832 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
2834 Null dereference performing a "TapAndAHalf" gesture in Google search field
2836 <https://bugs.webkit.org/show_bug.cgi?id=139506>
2837 <rdar://problem/19028828>
2839 Reviewed by Darin Adler.
2841 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
2843 2014-12-10 Dean Jackson <dino@apple.com>
2845 Blur filter performance test doesn't provide results
2846 https://bugs.webkit.org/show_bug.cgi?id=139462
2848 Reviewed by Sam Weinig.
2850 This can't currently work under our performance test
2851 infrastructure. Move it to a manual test to avoid
2852 putting FAILures into the results.
2854 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
2856 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
2858 [GTK][WK2] Add HTML5 Notifications support
2859 https://bugs.webkit.org/show_bug.cgi?id=61140
2861 Reviewed by Carlos Garcia Campos.
2863 * Source/cmake/FindLibNotify.cmake: Added.
2864 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
2865 libnotify and use it for a default implementation when found.
2867 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
2869 REGRESSION(r155906): Page content disappears on Tuaw article after loading
2870 https://bugs.webkit.org/show_bug.cgi?id=138100
2872 Reviewed by Simon Fraser.
2874 DRT causes an extra paint which makes it impossible to test this with
2877 * ManualTests/float-layer-not-painting.html: Added.
2879 2014-12-07 Alberto Garcia <berto@igalia.com>
2881 [GTK] WebKit has a new required dependency on GnuTLS
2882 https://bugs.webkit.org/show_bug.cgi?id=136158
2884 Reviewed by Martin Robinson.
2886 Detect if GnuTLS is installed and enable or disable subtle crypto
2887 support accordingly.
2889 * Source/cmake/OptionsGTK.cmake:
2891 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
2893 [GTK] Missing API detected in GObject DOM bindings after r176630
2894 https://bugs.webkit.org/show_bug.cgi?id=139201
2896 Reviewed by Gustavo Noronha Silva.
2898 Change GENERATE_BINDINGS macro to receive a list of optional
2899 additional dependencies, so that we can add more dependecies
2900 without having to change the macro.
2902 * Source/cmake/WebKitMacros.cmake:
2904 2014-12-05 Simon Fraser <simon.fraser@apple.com>
2906 Programmatic scrolling and content changes are not always synchronized
2907 https://bugs.webkit.org/show_bug.cgi?id=139245
2908 rdar://problem/18833612
2910 Reviewed by Anders Carlsson.
2912 Manual test that tries to sync layout with programmatic scrolling.
2914 * ManualTests/programmatic-scroll-flicker.html: Added.
2916 2014-12-04 Alberto Garcia <berto@igalia.com>
2918 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
2919 https://bugs.webkit.org/show_bug.cgi?id=136576
2921 Reviewed by Carlos Garcia Campos.
2923 CMake should complain if Accelerated 2D Canvas is explicitly
2924 enabled but cairo-gl is not found.
2926 * Source/cmake/OptionsGTK.cmake:
2928 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2930 [EFL] Add subtle crypto to the build system
2931 https://bugs.webkit.org/show_bug.cgi?id=138612
2933 Reviewed by Csaba Osztrogonác.
2935 * Source/cmake/OptionsEfl.cmake:
2937 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2939 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
2940 https://bugs.webkit.org/show_bug.cgi?id=139085
2942 Reviewed by Andreas Kling.
2944 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
2945 * Source/cmake/WebKitFeatures.cmake: ditto.
2946 * Source/cmakeconfig.h.cmake: ditto.
2948 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
2950 [EFL] Drop support for the EFL 1.7
2951 https://bugs.webkit.org/show_bug.cgi?id=139114
2953 Reviewed by Gyuyoung Kim.
2955 * Source/cmake/EFLHelpers.cmake: Removed.
2956 * Source/cmake/FindEcore.cmake: Removed.
2957 * Source/cmake/FindEdje.cmake: Removed.
2958 * Source/cmake/FindEet.cmake: Removed.
2959 * Source/cmake/FindEeze.cmake: Removed.
2960 * Source/cmake/FindEfreet.cmake: Removed.
2961 * Source/cmake/FindEina.cmake: Removed.
2962 * Source/cmake/FindElementary.cmake: Removed.
2963 * Source/cmake/FindEvas.cmake: Removed.
2964 * Source/cmake/OptionsEfl.cmake:
2966 2014-11-28 Philippe Normand <pnormand@igalia.com>
2968 [CMake] Build failure against GStreamer git master
2969 https://bugs.webkit.org/show_bug.cgi?id=138872
2971 Reviewed by Csaba Osztrogon.
2973 * Source/cmake/FindGStreamer.cmake: Simplified the
2974 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
2975 headers lookup, there's no need to do this manually. Also
2976 explicitely check the version specified in GStreamer_FIND_VERSION.
2978 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
2980 [EFL] Remove E_Dbus dependency
2981 https://bugs.webkit.org/show_bug.cgi?id=136355
2983 Reviewed by Gyuyoung Kim.
2985 * Source/cmake/FindE_DBus.cmake: Removed.
2986 * Source/cmake/OptionsEfl.cmake:
2988 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
2990 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2992 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2994 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
2996 [CMake] Use ld.gold if it is available to speedup builds
2997 https://bugs.webkit.org/show_bug.cgi?id=137953
2999 Reviewed by Carlos Garcia Campos.
3001 * Source/cmake/OptionsCommon.cmake:
3003 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
3005 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
3006 https://bugs.webkit.org/show_bug.cgi?id=138840
3008 Reviewed by Csaba Osztrogonác.
3010 * Source/cmake/OptionsCommon.cmake:
3012 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
3014 Remove Source/Platform cruft
3015 https://bugs.webkit.org/show_bug.cgi?id=138658
3017 Reviewed by Anders Carlsson.
3020 * Source/Platform: Removed.
3022 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
3024 Enable Cortex-A53-specific code paths by default if core is detected.
3025 https://bugs.webkit.org/show_bug.cgi?id=138499
3027 Reviewed by Csaba Osztrogonác.
3029 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
3030 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
3033 Since on ARM64/Linux the part number that cpuinfo reports depends on
3034 the core the query is run on, the check is bound to and executed on the
3035 available cores one by one.
3037 * Source/cmake/OptionsCommon.cmake:
3039 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3041 [EFL] Remove unnecessary version check from OptionsEfl.cmake
3042 https://bugs.webkit.org/show_bug.cgi?id=138498
3044 Reviewed by Csaba Osztrogonác.
3046 * Source/cmake/OptionsEfl.cmake:
3048 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3050 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
3051 https://bugs.webkit.org/show_bug.cgi?id=138465
3053 Reviewed by Gyuyoung Kim.
3055 * Source/cmake/OptionsEfl.cmake:
3057 2014-11-03 Dean Jackson <dino@apple.com>
3059 Add ENABLE_FILTERS_LEVEL_2 feature guard.
3060 https://bugs.webkit.org/show_bug.cgi?id=138362
3062 Reviewed by Tim Horton.
3064 Add a new feature define for Level 2 of CSS Filters.
3065 http://dev.w3.org/fxtf/filters-2/
3067 * Source/cmake/OptionsEfl.cmake:
3068 * Source/cmake/OptionsGTK.cmake:
3069 * Source/cmake/OptionsMac.cmake:
3070 * Source/cmake/WebKitFeatures.cmake:
3071 * Source/cmakeconfig.h.cmake:
3073 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
3075 Workaround for Cortex-A53 erratum 835769
3076 https://bugs.webkit.org/show_bug.cgi?id=138315
3078 Reviewed by Filip Pizlo.
3080 This patch introduces CMake variable and preprocessor macro
3081 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
3082 code paths, if set true.
3084 * Source/cmake/OptionsCommon.cmake:
3085 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
3087 * Source/cmakeconfig.h.cmake:
3088 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
3090 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
3092 [GTK] Fix the build of FTL JIT
3093 https://bugs.webkit.org/show_bug.cgi?id=138298
3095 Reviewed by Carlos Garcia Campos.
3097 * Source/cmake/OptionsGTK.cmake:
3098 Remove the need for the LIBCXXABI package.
3100 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
3102 REGRESSION(CMake): Make it possible to build without introspection
3103 https://bugs.webkit.org/show_bug.cgi?id=138006
3105 Reviewed by Philippe Normand.
3107 Add ENABLE_INTROSPECTION option.
3109 * Source/PlatformGTK.cmake: Dot not add gir global target if
3110 introspection is disabled.
3111 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
3112 introspection is disabled.
3114 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
3116 [GTK] Support script message handlers WebKitUserContentManager
3117 https://bugs.webkit.org/show_bug.cgi?id=133730
3119 Reviewed by Carlos Garcia Campos.
3121 Support user script message handlers in WebKitUserContentManager.
3122 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
3123 an option is added to the CMake build files. The option is disabled
3124 globally by default, and the WebKitGTK port enables it. On the API
3125 level, two new methods to register and unregister names are provided
3126 in the "window.webkit" namespace, and on message reception the
3127 "WebKitUserContentManager::script-message-received" signal is
3128 emitted, using the registered names as signal detail.
3130 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
3131 ENABLE_USER_MESSAGE_HANDLERS feature by default.
3132 * Source/cmake/WebKitFeatures.cmake: Add feature description for
3133 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
3135 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
3137 [GTK] Bump libsoup's minimum version to 2.42.0.
3138 https://bugs.webkit.org/show_bug.cgi?id=138086
3140 Reviewed by Martin Robinson.
3142 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
3143 soup-version.h header was added to soup.h in 2.41.4, which then becomes
3144 the minimum version required to build the port these days.
3146 In addition, since the autotools build system required 2.42.0 before
3147 being retired, require the same version here. Version 2.42.0 was also
3149 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
3151 * Source/cmake/OptionsGTK.cmake:
3153 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3155 [EFL] Remove unnecessary defines from OptionsEfl.cmake
3156 https://bugs.webkit.org/show_bug.cgi?id=138132
3158 Reviewed by Csaba Osztrogonác.
3160 * Source/cmake/OptionsEfl.cmake:
3162 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
3164 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
3166 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3168 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
3170 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
3171 https://bugs.webkit.org/show_bug.cgi?id=137946
3173 Reviewed by Gyuyoung Kim.
3175 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
3177 * Source/cmake/OptionsEfl.cmake:
3179 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3181 Fix FTL Native Inlining for EFL
3182 https://bugs.webkit.org/show_bug.cgi?id=137774
3184 Reviewed by Michael Saboff.
3186 Updated CMake for FTL Native Inlining.
3189 * Source/cmake/FindClang.cmake: Added.
3190 * Source/cmake/OptionsEfl.cmake:
3191 * Source/cmakeconfig.h.cmake:
3193 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
3195 Web Inspector: Generate all Inspector domains together in JavaScriptCore
3196 https://bugs.webkit.org/show_bug.cgi?id=137748
3198 Reviewed by Brian Burg.
3200 * Source/PlatformEfl.cmake:
3202 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
3204 [GTK] Add initial gestures support
3205 https://bugs.webkit.org/show_bug.cgi?id=137812
3207 Reviewed by Sergio Villar Senin.
3209 Check if the GTK+ version supports gestures or not.
3211 * Source/cmake/FindGTK3.cmake:
3212 * Source/cmake/OptionsGTK.cmake:
3214 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
3216 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
3217 https://bugs.webkit.org/show_bug.cgi?id=137781
3219 Reviewed by Martin Robinson.
3221 We used to enable smooth scrolling unconditionally in autotools
3222 (via WebKitFeatures.m4), but since the switch to CMake it's
3223 unconditionally disabled, so changing the setting doesn't have any
3226 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
3228 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
3230 Removing CUSTOM_PROTOCOLS guard
3231 https://bugs.webkit.org/show_bug.cgi?id=137741
3233 Reviewed by Benjamin Poulain.
3235 * Source/cmake/OptionsEfl.cmake:
3237 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
3239 [EFL] Enable WebP support.
3240 https://bugs.webkit.org/show_bug.cgi?id=136156
3242 Reviewed by Gyuyoung Kim.
3244 Add WebP package finding rule.
3246 * Source/cmake/OptionsEfl.cmake:
3248 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
3250 [EFL] Enable custom URI schemes with CustomProtocols
3251 https://bugs.webkit.org/show_bug.cgi?id=128177
3253 Reviewed by Gyuyoung Kim.
3255 Fixing ewk_context_url_scheme_register() ewebkit2 API
3256 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
3258 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
3260 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
3262 Bump version to 2.7.0
3263 https://bugs.webkit.org/show_bug.cgi?id=137301
3265 Rubber-stamped by Carlos Garcia Campos.
3267 * Source/cmake/OptionsGTK.cmake: Bump version numbers
3269 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3271 [EFL] Rename TEST_THEME_DIR macro
3272 https://bugs.webkit.org/show_bug.cgi?id=137244
3274 Reviewed by Csaba Osztrogonác.
3276 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
3278 2014-09-27 Dan Bernstein <mitz@apple.com>
3280 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
3281 https://bugs.webkit.org/show_bug.cgi?id=137053
3283 Reviewed by Mark Rowe.
3285 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3286 In the build pre-action, pass the --wksi and --llvm options to
3287 copy-webkitlibraries-to-product-directory.
3288 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
3290 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
3292 [GTK] Enable CSS_IMAGE_SET in production builds
3293 https://bugs.webkit.org/show_bug.cgi?id=137142
3295 Reviewed by Alejandro G. Castro.
3297 This is required by the inspector to show some of the icons that
3298 has a HiDPI variant.
3300 * Source/cmake/OptionsGTK.cmake:
3302 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
3304 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
3305 https://bugs.webkit.org/show_bug.cgi?id=136377
3307 Reviewed by Philippe Normand.
3309 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
3310 for CMake versions less than 3.
3312 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
3314 Remove WinCE port from trunk
3315 https://bugs.webkit.org/show_bug.cgi?id=136951
3317 Reviewed by Alex Christensen.
3319 * Source/cmake/OptionsWinCE.cmake: Removed.
3320 * Source/cmake/WebKitPackaging.cmake:
3322 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
3324 [EFL][GTK] Remove WebKit1 related codes
3325 https://bugs.webkit.org/show_bug.cgi?id=136853
3327 Reviewed by Csaba Osztrogonác.
3329 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
3332 * Source/PlatformGTK.cmake:
3334 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3337 https://bugs.webkit.org/show_bug.cgi?id=136820
3339 Reviewed by Csaba Osztrogonác.
3341 * Source/cmake/FindICU.cmake:
3343 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
3345 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
3346 https://bugs.webkit.org/show_bug.cgi?id=136814
3348 Reviewed by Philippe Normand.
3350 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
3351 We bundle the wayland-egl dependency with wayland-client and wayland-server
3352 and store the resulting variables with the WAYLAND_ prefix. Because of this
3353 this line wasn't exporting anything useful.
3355 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
3357 URTBF after r173574.
3359 * Source/cmake/WebKitMacros.cmake:
3361 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
3363 [JavaScriptCore] Fix FTL on platform EFL.
3364 https://bugs.webkit.org/show_bug.cgi?id=133571
3366 Reviewed by Filip Pizlo.
3370 * Source/cmake/FindLIBCXXABI.cmake: Removed.
3371 * Source/cmake/OptionsEfl.cmake:
3373 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3376 https://bugs.webkit.org/show_bug.cgi?id=136571
3378 Reviewed by Darin Adler.
3380 * Source/cmake/OptionsEfl.cmake:
3381 * Source/cmake/OptionsGTK.cmake:
3382 * Source/cmake/OptionsMac.cmake:
3383 * Source/cmake/WebKitFeatures.cmake:
3384 * Source/cmakeconfig.h.cmake:
3386 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3388 Remove CSS_FILTERS flag
3389 https://bugs.webkit.org/show_bug.cgi?id=136529
3391 Reviewed by Dirk Schulze.
3393 * Source/cmake/OptionsEfl.cmake:
3394 * Source/cmake/OptionsGTK.cmake:
3395 * Source/cmake/OptionsMac.cmake:
3396 * Source/cmake/WebKitFeatures.cmake:
3397 * Source/cmakeconfig.h.cmake:
3399 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3401 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
3402 https://bugs.webkit.org/show_bug.cgi?id=136194
3404 Reviewed by Csaba Osztrogonác.
3406 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
3410 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3412 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
3413 https://bugs.webkit.org/show_bug.cgi?id=135560
3415 Reviewed by Gyuyoung Kim.
3417 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
3419 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
3421 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
3422 https://bugs.webkit.org/show_bug.cgi?id=136343
3424 Reviewed by David Kilzer.
3426 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
3428 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3429 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3431 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
3433 [EFL] Share fast/speechsynthesis/ with other ports
3434 https://bugs.webkit.org/show_bug.cgi?id=136224
3436 Reviewed by Chris Fleizach.
3438 Enable WebSpeech for EFL.
3440 * Source/cmake/OptionsEfl.cmake:
3442 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
3444 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
3445 https://bugs.webkit.org/show_bug.cgi?id=136127
3447 Reviewed by Gyuyoung Kim.
3449 Add build support for espeak.
3451 * Source/cmake/FindEspeak.cmake: Added.
3452 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
3454 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
3456 [EFL] Build break using clang
3457 https://bugs.webkit.org/show_bug.cgi?id=136245
3459 Reviewed by Gyuyoung Kim.
3461 * Source/cmake/OptionsEfl.cmake:
3462 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
3463 Some warnings are from system libraries.
3465 2014-08-25 Alberto Garcia <berto@igalia.com>
3467 [GTK] Unify webkitgtk and webkit2gtk directories
3468 https://bugs.webkit.org/show_bug.cgi?id=136209
3470 Reviewed by Carlos Garcia Campos.
3472 Use webkit2gtk-X.X both for the process binaries and the injected
3475 * Source/cmake/OptionsGTK.cmake:
3477 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3479 [EFL] Move Efl specific code from Source/CMakeLists.txt
3480 https://bugs.webkit.org/show_bug.cgi?id=136206
3482 Reviewed by Gyuyoung Kim.
3484 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
3485 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
3487 * Source/CMakeLists.txt:
3488 * Source/cmake/OptionsEfl.cmake:
3490 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3492 [EFL] Introduce DEVELOPER_MODE
3493 https://bugs.webkit.org/show_bug.cgi?id=135884
3495 Reviewed by Gyuyoung Kim.
3497 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
3498 instead of SHARED_CORE.
3499 SHARED_CORE can reduce link time and memory consumption but it is slightly different
3500 from release binary.
3502 * Source/cmake/OptionsEfl.cmake:
3503 * Source/cmake/WebKitHelpers.cmake:
3504 Moved fvisibility=hidden to OptionsEfl.cmake
3506 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
3508 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
3509 https://bugs.webkit.org/show_bug.cgi?id=136110
3511 Reviewed by Gyuyoung Kim.
3513 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
3515 * Source/cmake/OptionsEfl.cmake:
3517 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3519 [EFL] Apply eflsymbols.filter to WebKit2
3520 https://bugs.webkit.org/show_bug.cgi?id=136148
3522 Reviewed by Csaba Osztrogonác.
3524 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
3525 in the eflsymbols.filter.
3527 * Source/cmake/OptionsEfl.cmake:
3528 * Source/cmake/eflsymbols.filter:
3530 2014-08-21 Zalan Bujtas <zalan@apple.com>
3532 Enable SATURATED_LAYOUT_ARITHMETIC.
3533 https://bugs.webkit.org/show_bug.cgi?id=136106
3535 Reviewed by Simon Fraser.
3537 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
3538 (No measurable performance regression on Mac.)
3540 * Source/cmake/OptionsMac.cmake:
3541 * Source/cmake/WebKitFeatures.cmake:
3542 * Source/cmakeconfig.h.cmake:
3544 2014-08-19 Zalan Bujtas <zalan@apple.com>
3546 Remove ENABLE(SUBPIXEL_LAYOUT).
3547 https://bugs.webkit.org/show_bug.cgi?id=136077
3549 Reviewed by Simon Fraser.
3551 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
3553 * Source/cmake/OptionsEfl.cmake:
3554 * Source/cmake/OptionsGTK.cmake:
3555 * Source/cmake/OptionsMac.cmake:
3556 * Source/cmake/WebKitFeatures.cmake:
3557 * Source/cmakeconfig.h.cmake:
3559 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
3561 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
3562 https://bugs.webkit.org/show_bug.cgi?id=135980
3564 Reviewed by Martin Robinson.
3566 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
3567 overrides any other disabled optimization that was prepended to these
3568 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
3569 lists first in the final list of compilation flags.
3571 To avoid -On re-enabling optimizations that we'd like to keep disabled,
3572 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
3574 * Source/cmake/OptionsCommon.cmake:
3575 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
3576 * Source/cmake/OptionsGTK.cmake:
3578 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3580 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
3582 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3584 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
3586 [GTK] Disable memory sampler on non-Linux system
3587 https://bugs.webkit.org/show_bug.cgi?id=134483
3589 Reviewed by Philippe Normand.
3591 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
3592 Linux because it uses many Linux-specific features, so we should disable
3593 memory sampler on other systems by default.
3595 * Source/cmake/OptionsGTK.cmake:
3597 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3599 [GTK] HTML API documentation should also be installed versioned
3600 https://bugs.webkit.org/show_bug.cgi?id=135970
3602 Reviewed by Philippe Normand.
3604 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
3607 2014-08-14 Tomas Popela <tpopela@redhat.com>
3609 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
3610 https://bugs.webkit.org/show_bug.cgi?id=135937
3612 Reviewed by Carlos Garcia Campos.
3616 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3618 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
3619 https://bugs.webkit.org/show_bug.cgi?id=135934
3621 Reviewed by Gustavo Noronha Silva.
3623 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
3624 The gir files should installed in $datadir/gir-1.0/ together with all other
3625 gir files. We don't need to install introspection files in a versioned
3626 directory because their filenames already contain the binary version. But before
3627 r171598, the files were only installed to the right directory if the
3628 gobject-instrospection pkg-config file was in the same prefix than the one we
3629 wanted to install, because the gir and typelibs directories were extracted from
3630 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
3631 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
3632 like we do in the autotools build.
3634 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
3635 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3636 * Source/cmake/OptionsGTK.cmake: Define
3637 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3639 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3641 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
3642 https://bugs.webkit.org/show_bug.cgi?id=135836
3644 Reviewed by Philippe Normand.
3646 * Source/PlatformGTK.cmake: Add install command to also install
3647 the GObject DOM bindings API docs.
3649 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
3651 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
3652 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
3653 re-set CMAKE_C_FLAGS with the new string. The two flags should really
3654 be appended to CMAKE_C_FLAGS and the same variable re-set with the
3657 * Source/cmake/OptionsCommon.cmake:
3659 2014-08-13 Alex Christensen <achristensen@webkit.org>
3661 Progress towards CMake on Mac.
3662 https://bugs.webkit.org/show_bug.cgi?id=135819
3664 Reviewed by Laszlo Gombos.
3666 * Source/cmake/OptionsMac.cmake:
3667 Disable some more features temporarily to get CMake working.
3668 * Source/cmake/WebKitMacros.cmake:
3669 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
3671 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3673 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
3674 https://bugs.webkit.org/show_bug.cgi?id=135798
3676 Reviewed by Philippe Normand.
3678 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
3680 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3681 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3682 https://bugs.webkit.org/show_bug.cgi?id=133317
3684 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3686 Reviewed by Philippe Normand.
3688 No new tests since no new functionality has been added.
3690 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3692 2014-08-11 Commit Queue <commit-queue@webkit.org>
3694 Unreviewed, rolling out r172393.
3695 https://bugs.webkit.org/show_bug.cgi?id=135796
3697 discussion needed about GnuTLS version bump on the bots
3698 (Requested by philn on #webkit).
3702 https://bugs.webkit.org/show_bug.cgi?id=133317
3703 http://trac.webkit.org/changeset/172393
3705 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3706 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3707 https://bugs.webkit.org/show_bug.cgi?id=133317
3709 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3711 Reviewed by Philippe Normand.
3713 No new tests since no new functionality has been added.
3715 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3717 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3719 [GTK] Adds stubs for all subtle crypto algorithm implemntations
3720 https://bugs.webkit.org/show_bug.cgi?id=133316
3722 Reviewed by Philippe Normand.
3724 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
3725 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
3726 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
3728 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
3730 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
3732 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3734 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3736 [GTK] REGRESSION(r166239): The ld version script is not being used
3737 https://bugs.webkit.org/show_bug.cgi?id=135694
3739 Reviewed by Martin Robinson.
3741 Move the symbols filter file from Tools/gtk to Source/cmake and rename
3742 it as gtksymbols.filter. Also updated it, since some of the symbols
3743 exported were renamed.
3745 * Source/cmake/OptionsGTK.cmake:
3746 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
3748 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3750 [GTK] Child processes should be installed in a versioned directory
3751 https://bugs.webkit.org/show_bug.cgi?id=135754
3753 Reviewed by Gustavo Noronha Silva.
3755 Define LIBEXEC_INSTALL_DIR as
3756 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
3757 so that the child processes are installed in $libexec/webkitgtk-4.0.
3758 This makes it possible to install 2.6 in parallel to older versions.
3760 * Source/cmake/OptionsGTK.cmake:
3762 2014-08-08 Alex Christensen <achristensen@webkit.org>
3764 Progress towards using CMake on Mac.
3765 https://bugs.webkit.org/show_bug.cgi?id=135662
3767 Reviewed by Laszlo Gombos.
3770 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
3771 * Source/cmake/WebKitFeatures.cmake:
3772 * Source/cmakeconfig.h.cmake:
3773 Added features that are needed by the Mac port.
3774 * Source/cmake/OptionsMac.cmake:
3775 Enable CSS_IMAGE_SET based on FeatureDefines.h.
3776 Disable the FTL with CMake for now.
3777 * Source/cmake/OptionsEFL.cmake:
3778 * Source/cmake/OptionsGTK.cmake:
3779 Enable subpixel layout to not conflict with FeatureDefines.h
3781 2014-08-08 Simon Fraser <simon.fraser@apple.com>
3783 Undo some erroneous changes to the Xcode scheme files from r172259.
3785 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3786 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3788 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
3790 [CMake] Drop the required version of CMake down to 2.8.8
3791 https://bugs.webkit.org/show_bug.cgi?id=135713
3793 Reviewed by Alex Christensen.
3795 * CMakeLists.txt: Require CMake 2.8.8.
3797 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
3799 Get rid of INPUT_SPEECH
3800 https://bugs.webkit.org/show_bug.cgi?id=135672
3802 Reviewed by Andreas Kling.
3804 * Source/cmake/OptionsMac.cmake:
3805 * Source/cmake/WebKitFeatures.cmake:
3806 * Source/cmakeconfig.h.cmake:
3808 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
3810 [GTK] Disable IndexedDB
3811 https://bugs.webkit.org/show_bug.cgi?id=135692
3813 Reviewed by Carlos Garcia Campos.
3815 * Source/cmake/OptionsGTK.cmake:
3817 2014-08-06 Dean Jackson <dino@apple.com>
3819 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
3820 https://bugs.webkit.org/show_bug.cgi?id=135675
3822 Reviewed by Sam Weinig.
3824 * Source/cmake/OptionsGTK.cmake:
3825 * Source/cmake/OptionsMac.cmake:
3826 * Source/cmake/WebKitFeatures.cmake:
3827 * Source/cmakeconfig.h.cmake:
3829 2014-08-06 David Farler <dfarler@apple.com>
3831 Unreviewed build fix: Make includes semicolon in assignment.
3833 * Makefile.shared: Remove a ;
3835 2014-08-06 David Farler <dfarler@apple.com>
3837 Set DSYMUTIL_NUM_THREADS to the number of logical cores
3838 https://bugs.webkit.org/show_bug.cgi?id=135655
3840 Reviewed by Mark Rowe.
3842 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
3844 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
3846 [GTK] Be able to disable gtk2 dependency
3847 https://bugs.webkit.org/show_bug.cgi?id=135505
3849 Reviewed by Gustavo Noronha Silva.
3851 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
3852 required when it's enabled. It's enabled by default.
3854 * Source/cmake/OptionsGTK.cmake:
3856 2014-08-05 Alex Christensen <achristensen@webkit.org>
3859 https://bugs.webkit.org/show_bug.cgi?id=135620