1 2015-11-03 Brent Fulgham <bfulgham@apple.com>
3 [Win] CMake build update.
5 Rubberstamped by Tim Horton.
7 * Source/PlatformWin.cmake: Add internal tool to build
8 rules for internal use.
10 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
12 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
14 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
16 2015-11-02 Philippe Normand <pnormand@igalia.com>
18 [Mac][GTK] Disable Ninja response file support
19 https://bugs.webkit.org/show_bug.cgi?id=150801
21 Reviewed by Alex Christensen.
23 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
24 support response files, so instruct Ninja to not generate those.
26 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
28 Fix the FTL JIT build with system LLVM on Linux
29 https://bugs.webkit.org/show_bug.cgi?id=150795
31 Reviewed by Filip Pizlo.
33 * Source/cmake/FindLLVM.cmake:
35 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
37 Unreviewed. Bump GTK+ versions numbers.
39 * Source/cmake/OptionsGTK.cmake:
41 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
43 [ES6] Support Generator Syntax
44 https://bugs.webkit.org/show_bug.cgi?id=150769
46 Reviewed by Geoffrey Garen.
48 Added ENABLE_ES6_GENERATORS flag.
50 * Source/cmake/OptionsWin.cmake:
51 * Source/cmake/WebKitFeatures.cmake:
53 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
55 [EFL] Add Shadow DOM feature
56 https://bugs.webkit.org/show_bug.cgi?id=150611
58 Reviewed by Csaba Osztrogonác.
60 * Source/cmake/OptionsEfl.cmake:
61 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
63 2015-10-29 Alex Christensen <achristensen@webkit.org>
66 https://bugs.webkit.org/show_bug.cgi?id=150686
68 Reviewed by Filip Pizlo.
70 * Source/cmake/WebKitMacros.cmake:
72 2015-10-28 Alex Christensen <achristensen@webkit.org>
74 Compile and link with CMake on Mac
75 https://bugs.webkit.org/show_bug.cgi?id=150632
77 Reviewed by Tim Horton.
79 * Source/cmake/OptionsMac.cmake:
81 2015-10-26 Dana Burkart <dburkart@apple.com>
83 `make analyze` should build using the debug configuration
84 https://bugs.webkit.org/show_bug.cgi?id=150571
86 Reviewed by Lucas Forschler.
90 2015-10-26 Philippe Normand <pnormand@igalia.com>
92 Unreviewed, rolling out r191576.
94 broke the http/tests/media tests
98 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
99 https://bugs.webkit.org/show_bug.cgi?id=149594
100 http://trac.webkit.org/changeset/191576
102 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
104 [GStreamer] Bump internal jhbuild versions to 1.6.0
105 https://bugs.webkit.org/show_bug.cgi?id=149594
107 Reviewed by Philippe Normand.
109 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
111 * Source/cmake/FindGStreamer.cmake:
113 2015-10-22 Philippe Normand <pnormand@igalia.com>
115 [GTK][Mac] ICU-related build fixes
116 https://bugs.webkit.org/show_bug.cgi?id=150032
118 Rubber-stamped by Darin Adler.
120 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
122 2015-10-20 Yoav Weiss <yoav@yoav.ws>
124 Rename the PICTURE_SIZES flag to CURRENTSRC
125 https://bugs.webkit.org/show_bug.cgi?id=150275
127 Reviewed by Dean Jackson.
129 * Source/cmake/OptionsEfl.cmake:
130 * Source/cmake/OptionsGTK.cmake:
131 * Source/cmake/OptionsMac.cmake:
132 * Source/cmake/OptionsWin.cmake:
133 * Source/cmake/WebKitFeatures.cmake:
135 2015-10-14 Tomas Popela <tpopela@redhat.com>
137 [GTK][EFL] Fix build with cmake 3.4
138 https://bugs.webkit.org/show_bug.cgi?id=150117
140 Explicitely include the CheckIncludeFiles module before using
141 the CHECK_INCLUDE_FILES command.
143 Reviewed by Žan Doberšek.
145 * Source/cmake/FindOpenGL.cmake:
146 * Source/cmake/FindWebP.cmake:
147 * Source/cmake/OptionsEfl.cmake:
149 2015-10-13 Dean Jackson <dino@apple.com>
151 Device motion and orientation should only be visible from the main frame's security origin
152 https://bugs.webkit.org/show_bug.cgi?id=150072
153 <rdar://problem/23082036>
155 Reviewed by Brent Fulgham.
157 Add a manual test for cross-origin device orientation events, while
158 we're waiting on the mock client to be supported everywhere.
160 * ManualTests/deviceorientation-child-frame.html: Added.
161 * ManualTests/deviceorientation-main-frame-only.html: Added.
163 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
165 [GTK] OSX linker doesn't understand --whole-archive
166 https://bugs.webkit.org/show_bug.cgi?id=144557
168 Reviewed by Martin Robinson.
170 * Source/cmake/OptionsGTK.cmake: Turn the macro
171 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
172 because XCode's linker doesn't have the --whole-archive option.
174 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
176 [GTK] Use --version-script only on Linux
177 https://bugs.webkit.org/show_bug.cgi?id=144555
179 Reviewed by Philippe Normand.
181 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
182 option on Darwin (whose linker doesn't support it.)
184 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
186 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
187 https://bugs.webkit.org/show_bug.cgi?id=149947
189 Reviewed by Csaba Osztrogonác.
191 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
194 * Source/cmake/OptionsMac.cmake:
195 * Source/cmake/OptionsWin.cmake:
196 * Source/cmake/WebKitFeatures.cmake:
198 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
200 Fix ENABLE_OPENGL=OFF builds
201 https://bugs.webkit.org/show_bug.cgi?id=146511
203 Reviewed by Darin Adler.
205 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
206 ENABLE_OPENGL due to EGL usage.
208 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
210 Convert focused-input-should-assist-on-touch.html into an automated test
211 https://bugs.webkit.org/show_bug.cgi?id=149724
213 Reviewed by Simon Fraser.
215 Remove a manual test that can now be rewritten as an automated test.
217 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
219 2015-10-01 Brent Fulgham <bfulgham@apple.com>
221 [Win] Unreviewed CMake build fix.
223 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
224 and make sure exception handling is turned off.
226 2015-09-30 Brent Fulgham <bfulgham@apple.com>
228 [Win] Unreviewed build fix after CMake conversion.
230 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
232 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
234 [GTK][CMake] Warning about CMP0058
235 https://bugs.webkit.org/show_bug.cgi?id=149627
237 Reviewed by Martin Robinson.
239 Opt-in to the new behavior for CMP0058.
243 2015-09-28 Brent Fulgham <bfulgham@apple.com>
245 [Win] Unreviewed build fix for internal systems.
247 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
248 location for include and link libraries, rather than the system locations.
250 2015-09-28 Alex Christensen <achristensen@webkit.org>
252 Build WK1 with CMake on Mac
253 https://bugs.webkit.org/show_bug.cgi?id=149604
255 Reviewed by Chris Dumez.
257 * Source/cmake/OptionsMac.cmake:
258 * Source/cmake/WebKitMacros.cmake:
259 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
261 2015-09-25 Alex Christensen <achristensen@webkit.org>
263 Clean up CMake build on Mac
264 https://bugs.webkit.org/show_bug.cgi?id=149573
266 Reviewed by Chris Dumez.
268 * Source/cmake/OptionsMac.cmake:
270 2015-09-25 Alex Christensen <achristensen@webkit.org>
272 [Win] Switch to CMake
273 https://bugs.webkit.org/show_bug.cgi?id=148111
275 Reviewed by Brent Fulgham.
277 * Source/cmake/WinTools.make: Added.
278 * Source/cmake/tools: Added.
279 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
280 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
282 2015-09-25 Alex Christensen <achristensen@webkit.org>
284 Prepare internal AppleWin build for CMake
285 https://bugs.webkit.org/show_bug.cgi?id=149570
287 Reviewed by Brent Fulgham.
289 * Source/PlatformWin.cmake:
290 Include internal CMake files if they exist.
292 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
294 Add a file of pointer-lock to cmake ports
295 https://bugs.webkit.org/show_bug.cgi?id=149453
297 Reviewed by Csaba Osztrogonác.
299 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
301 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
303 [CMake] Allow to enable OpenMP support.
304 https://bugs.webkit.org/show_bug.cgi?id=149457
306 Reviewed by Csaba Osztrogonác.
308 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
309 will enable the support for OpenMP. Currently this is only used as
310 an alternative implementation to native threads for the parallelization
311 of the SVG filters. But name the option with a generic name (USE_OPENMP)
312 as it could be also used to enable future features that depend on OpenMP.
314 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
316 [EFL] Build break when DEVELOPER_MODE is OFF
317 https://bugs.webkit.org/show_bug.cgi?id=149448
319 Reviewed by Gyuyoung Kim.
321 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
323 * Source/cmake/eflsymbols.filter:
325 2015-09-21 Alex Christensen <achristensen@webkit.org>
327 Disable PICTURE_SIZES in Windows CMake build like r189745.
328 https://bugs.webkit.org/show_bug.cgi?id=149125
330 * Source/cmake/OptionsWin.cmake:
331 Do the same thing as r189745.
333 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
335 Removing XHR_TIMEOUT guard
337 Remove XHR_TIMEOUT compilation guard
338 https://bugs.webkit.org/show_bug.cgi?id=149260
340 Reviewed by Benjamin Poulain.
342 * Source/cmake/OptionsEfl.cmake:
343 * Source/cmake/OptionsGTK.cmake:
344 * Source/cmake/OptionsMac.cmake:
345 * Source/cmake/OptionsWin.cmake:
346 * Source/cmake/WebKitFeatures.cmake:
348 2015-09-18 Alex Christensen <achristensen@webkit.org>
350 Fix tests on Windows after switching to CMake.
351 https://bugs.webkit.org/show_bug.cgi?id=149339
353 Reviewed by Brent Fulgham.
355 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
357 2015-09-17 Alex Christensen <achristensen@webkit.org>
359 Fix Windows EWS build after r189934.
361 * Source/cmake/OptionsWin.cmake:
362 Use WEBKIT_LIBRARIES environment variable if it exists.
363 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
365 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
367 Add ShadowRoot interface and Element.prototype.attachShadow
368 https://bugs.webkit.org/show_bug.cgi?id=149187
370 Reviewed by Antti Koivisto.
372 * Source/cmake/OptionsGTK.cmake:
374 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
376 [cmake] Enable debug fission only if it is supported
377 https://bugs.webkit.org/show_bug.cgi?id=149161
379 Reviewed by Martin Robinson.
381 * Source/cmake/OptionsCommon.cmake:
383 2015-09-14 Alex Christensen <achristensen@webkit.org>
385 Progress towards CMake on Mac.
386 https://bugs.webkit.org/show_bug.cgi?id=149123
388 Reviewed by Chris Dumez.
390 * Source/cmake/OptionsMac.cmake:
391 * Source/cmake/WebKitFeatures.cmake:
392 Defined and enabled some more features needed on Mac.
393 * Source/cmake/WebKitMacros.cmake:
394 Objective C bindings need special changes when generating:
395 Some of the bindings do not generate a .mm file but the header is needed.
396 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
397 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
399 2015-09-08 Daniel Bates <dabates@apple.com>
401 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
402 https://bugs.webkit.org/show_bug.cgi?id=74729
403 <rdar://problem/22550195>
405 Reviewed by Jon Honeycutt.
407 * ManualTests/compositing/resources/composited-subframe.html: Removed.
408 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
410 2015-09-06 Andy Estes <aestes@apple.com>
412 WebKit.xcworkspace should be be able to build iOS platforms
413 https://bugs.webkit.org/show_bug.cgi?id=148881
415 Reviewed by Daniel Bates.
417 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
418 for all supported platforms.
420 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
421 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
423 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
425 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
426 photo library uploads a JPEG
427 https://bugs.webkit.org/show_bug.cgi?id=148849
429 Reviewed by Daniel Bates.
431 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
432 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
433 functionality doesn't exist on iOS, so we'll add a manual test.
434 This tests that the first few bytes of the selected file are "GIF".
436 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
438 Follow-up patch for r189343.
439 https://bugs.webkit.org/show_bug.cgi?id=148795
441 Rubber-stamped by Csaba Osztrogonác.
443 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
444 to 1.9, since this seems to be enough to fix the build failure.
445 And 2.0 may cause problems for developers using some distributions like Ubuntu.
447 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
449 [CMake] Trigger the memory-reduction tricks on armhf too
450 https://bugs.webkit.org/show_bug.cgi?id=146640
452 Reviewed by Csaba Osztrogonác.
454 * Source/cmake/OptionsCommon.cmake:
455 Activate --no-keep-memory even on armhf to reduce the amount of memory
456 needed during linking, to avoid out-of-memory failures as much as
459 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
461 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
462 https://bugs.webkit.org/show_bug.cgi?id=148795
464 Rubber-stamped by Carlos Garcia Campos.
466 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
468 2015-09-02 Alex Christensen <achristensen@webkit.org>
470 Make bison grammar compatible with bison 2.1
471 https://bugs.webkit.org/show_bug.cgi?id=148731
473 Reviewed by Tim Horton.
475 * Source/cmake/WebKitCommon.cmake:
478 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
480 [CMake] Build with Debug Fission on by default on Debug builds.
481 https://bugs.webkit.org/show_bug.cgi?id=148639
483 Reviewed by Martin Robinson.
485 * Source/cmake/OptionsCommon.cmake:
487 2015-08-29 Alex Christensen <achristensen@webkit.org>
489 Unreviewed build fix after r179923.
491 * Source/CMakeLists.txt:
492 bmalloc isn't ported to Windows yet.
494 2015-08-27 Alex Christensen <achristensen@webkit.org>
496 Isolate Source directories in CMake build
497 https://bugs.webkit.org/show_bug.cgi?id=148389
499 Reviewed by Brent Fulgham.
502 * Source/cmake/WebKitCommon.cmake:
503 Move package finding to WebKitCommon.
505 2015-08-26 Per Arne Vollan <peavo@outlook.com>
507 [Win] Build does not generate debug info.
508 https://bugs.webkit.org/show_bug.cgi?id=148431
510 Reviewed by Alex Christensen.
512 Generate debug info for Windows builds.
514 * Source/cmake/OptionsWin.cmake:
516 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
518 [GTK] Disable ACCELERATED_2D_CANVAS by default
519 https://bugs.webkit.org/show_bug.cgi?id=148473
521 Reviewed by Martin Robinson.
523 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
524 but not on Debian (which does not). We've known this was problematic for a while, since it
525 means we have two different sets of distro-dependent bugs, but never decided whether that
526 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
527 have the same bugs everywhere. We can turn this on again for other distros when we're ready
528 to turn it on for Debian.
530 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
533 * Source/cmake/OptionsGTK.cmake:
535 2015-08-25 Commit Queue <commit-queue@webkit.org>
537 Unreviewed, rolling out r188919.
538 https://bugs.webkit.org/show_bug.cgi?id=148452
540 broke build (Requested by alexchristensen on #webkit).
544 "[Win] Build does not generate debug info."
545 https://bugs.webkit.org/show_bug.cgi?id=148431
546 http://trac.webkit.org/changeset/188919
548 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
550 [GTK] r186800 broke the build on Ubuntu 14.04
551 https://bugs.webkit.org/show_bug.cgi?id=147559
553 Reviewed by Martin Robinson.
555 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
556 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
558 2015-08-25 Per Arne Vollan <peavo@outlook.com>
560 [Win] Build does not generate debug info.
561 https://bugs.webkit.org/show_bug.cgi?id=148431
563 Reviewed by Brent Fulgham.
565 Generate debug info for Windows builds.
567 * Source/cmake/OptionsWin.cmake:
569 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
571 [GTK] Auto-detection of cairo-gl fails
572 https://bugs.webkit.org/show_bug.cgi?id=148189
574 Reviewed by Žan Doberšek.
576 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
577 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
578 deemed available, which might not be the case.
579 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
581 2015-08-19 Alex Christensen <achristensen@webkit.org>
583 CMake Windows build should not include files directly from other Source directories
584 https://bugs.webkit.org/show_bug.cgi?id=148198
586 Reviewed by Brent Fulgham.
588 * Source/cmake/WebKitMacros.cmake:
590 2015-08-19 Alex Christensen <achristensen@webkit.org>
592 Build TestWTF on Mac with CMake.
593 https://bugs.webkit.org/show_bug.cgi?id=147972
595 Reviewed by Tim Horton.
597 * Source/cmake/OptionsMac.cmake:
598 Enable API tests in Mac's CMake build.
600 2015-08-18 Alex Christensen <achristensen@webkit.org>
602 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
603 https://bugs.webkit.org/show_bug.cgi?id=148127
605 Reviewed by Martin Robinson.
608 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
610 2015-08-17 Alex Christensen <achristensen@webkit.org>
612 [Win CMake] Allow WebKitLibraries directory to be set from the command line
613 https://bugs.webkit.org/show_bug.cgi?id=148112
615 Reviewed by Brent Fulgham.
617 * Source/cmake/OptionsWin.cmake:
618 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
619 Instead, use the default location if nothing is passed in from the command line.
620 This way we can set it from the command line for the AppleInternal build.
621 Also, set the output directories to be consistent between the old and new build systems (and ninja).
623 2015-08-17 Alex Christensen <achristensen@webkit.org>
625 Build Debug Suffix on Windows with CMake
626 https://bugs.webkit.org/show_bug.cgi?id=148083
628 Reviewed by Brent Fulgham.
630 * Source/cmake/OptionsWin.cmake:
631 Use debug libraries in debug suffix builds.
633 2015-08-17 Alex Christensen <achristensen@webkit.org>
635 Move some commands from ./CMakeLists.txt to Source/cmake
636 https://bugs.webkit.org/show_bug.cgi?id=148003
638 Reviewed by Brent Fulgham.
641 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
642 so we can change directory structure from command line parameters.
643 * Source/cmake/OptionsAppleWin.cmake:
644 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
645 * Source/cmake/OptionsWinCairo.cmake:
646 * Source/cmake/OptionsWindows.cmake: Removed.
647 * Source/cmake/WebKitCommon.cmake: Added.
648 * Source/cmake/WebKitFS.cmake:
650 2015-08-13 Commit Queue <commit-queue@webkit.org>
652 Unreviewed, rolling out r188428.
653 https://bugs.webkit.org/show_bug.cgi?id=148015
655 broke cmake build (Requested by alexchristensen on #webkit).
659 "Move some commands from ./CMakeLists.txt to Source/cmake"
660 https://bugs.webkit.org/show_bug.cgi?id=148003
661 http://trac.webkit.org/changeset/188428
663 2015-08-13 Alex Christensen <achristensen@webkit.org>
665 Move some commands from ./CMakeLists.txt to Source/cmake
666 https://bugs.webkit.org/show_bug.cgi?id=148003
668 Reviewed by Brent Fulgham.
671 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
672 so we can change directory structure from command line parameters.
673 * Source/cmake/WebKitCommon.cmake: Added.
674 * Source/cmake/WebKitFS.cmake:
676 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
678 A focused node should not be assisted when handling touch events synchronously
679 https://bugs.webkit.org/show_bug.cgi?id=147836
681 Reviewed by Enrica Casucci.
683 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
685 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
686 input can still be assisted due to a touch event.
687 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
688 event does not automatically cause us to assist the currently focused node.
690 2015-08-12 Alex Christensen <achristensen@webkit.org>
692 Fix Debug CMake builds on Windows
693 https://bugs.webkit.org/show_bug.cgi?id=147940
695 Reviewed by Chris Dumez.
697 * Source/cmake/OptionsWindows.cmake:
698 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
700 2015-08-10 Alex Christensen <achristensen@webkit.org>
702 Build TestWebKitAPI with CMake on Windows
703 https://bugs.webkit.org/show_bug.cgi?id=147851
705 Reviewed by Chris Dumez.
707 * Source/cmake/OptionsWindows.cmake:
708 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
710 2015-08-06 Alex Christensen <achristensen@webkit.org>
712 [Win] CMake build fix after r188098.
714 * Source/cmake/OptionsWinCairo.cmake:
715 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
717 2015-08-04 Alex Christensen <achristensen@webkit.org>
719 Fix quirks with CMake and VS2015
720 https://bugs.webkit.org/show_bug.cgi?id=147663
722 Reviewed by Brent Fulgham.
724 * Source/cmake/OptionsWindows.cmake:
725 Hide some warnings. Using the same variable names in nested scopes is ok for now.
726 Disable INTL for now.
728 2015-08-04 Alex Christensen <achristensen@webkit.org>
730 Enable WebGL on Windows CMake build.
731 https://bugs.webkit.org/show_bug.cgi?id=143311
733 Reviewed by Csaba Osztrogonác.
735 * Source/cmake/OptionsWindows.cmake:
736 Enable WebGL by default in CMake builds now that it works.
738 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
740 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
741 https://bugs.webkit.org/show_bug.cgi?id=147625
743 Reviewed by Martin Robinson.
745 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
746 components unless they were actually found, not to accidentally
747 enable Accelerated 2D canvas, which would cause the build to fail.
749 * Source/cmake/FindCairoGL.cmake: Set this variables only when
750 pkg_check_modules() had actually found the relevant component.
752 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
754 [CMake] Add an option to build AllInOne files
755 https://bugs.webkit.org/show_bug.cgi?id=102647
757 Reviewed by Alex Christensen.
759 * Source/cmake/OptionsEfl.cmake: Disabled by default.
760 * Source/cmake/OptionsGTK.cmake: Disabled by default.
761 * Source/cmake/OptionsWindows.cmake: Enabled by default.
762 * Source/cmake/WebKitFeatures.cmake:
763 * Source/cmake/WebKitMacros.cmake:
765 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
767 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
769 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
771 2015-07-31 Alex Christensen <achristensen@webkit.org>
773 Prepare for debug CMake builds on Windows.
774 https://bugs.webkit.org/show_bug.cgi?id=147484
776 Reviewed by Tim Horton.
778 * Source/cmake/OptionsWindows.cmake:
779 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
781 2015-07-30 Joonghun Park <jh718.park@samsung.com>
783 [EFL] Enable IndexedDB based on DatabaseProcess
784 https://bugs.webkit.org/show_bug.cgi?id=147221
786 Reviewed by Csaba Osztrogonác.
788 * Source/cmake/OptionsEfl.cmake:
790 2015-07-30 Alex Christensen <achristensen@webkit.org>
792 Build AppleWin port with CMake
793 https://bugs.webkit.org/show_bug.cgi?id=147385
795 Reviewed by Martin Robinson.
797 * Source/cmake/OptionsWindows.cmake:
798 Use the static multithreaded runtime. Based on
799 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
801 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
803 Implement basic types for ECMAScript Internationalization API
804 https://bugs.webkit.org/show_bug.cgi?id=146926
806 Reviewed by Benjamin Poulain.
808 Enable flag now that the basic objects are in place.
810 * Source/cmake/WebKitFeatures.cmake: enable INTL
812 2015-07-29 Basile Clement <basile_clement@apple.com>
814 Remove native call inlining
815 https://bugs.webkit.org/show_bug.cgi?id=147417
817 Rubber-stamped by Filip Pizlo.
819 * Source/cmake/OptionsEfl.cmake:
820 * Source/cmake/WebKitFeatures.cmake:
822 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
824 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
825 https://bugs.webkit.org/show_bug.cgi?id=147350
827 Reviewed by Sam Weinig.
829 * Source/cmake/WebKitFeatures.cmake:
831 2015-07-27 Alex Christensen <achristensen@webkit.org>
833 Use Ninja on Windows.
834 https://bugs.webkit.org/show_bug.cgi?id=147228
836 Reviewed by Martin Robinson.
838 * Source/cmake/OptionsWindows.cmake:
839 Only use /MP when using generated Visual Studio solution files to build.
840 It makes compiling parallel in MSVC, but Ninja doesn't like it.
842 2015-07-27 Alex Christensen <achristensen@webkit.org>
844 Progress towards building AppleWin with CMake
845 https://bugs.webkit.org/show_bug.cgi?id=147325
847 Reviewed by Martin Robinson.
849 * Source/cmake/OptionsWindows.cmake:
850 Link with 64-bit libraries if building 64-bit binaries.
851 Don't run regular expressions on empty strings when using Ninja.
852 Removed DebugSuffix Visual Studio environment variables.
854 2015-07-23 Alex Christensen <achristensen@webkit.org>
856 Remove compile and runtime flags for promises.
857 https://bugs.webkit.org/show_bug.cgi?id=147244
859 Reviewed by Yusuke Suzuki.
861 * Source/cmake/OptionsMac.cmake:
862 * Source/cmake/OptionsWindows.cmake:
863 * Source/cmake/WebKitFeatures.cmake:
865 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
867 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
868 https://bugs.webkit.org/show_bug.cgi?id=147212
870 Reviewed by Filip Pizlo.
872 * Source/cmake/WebKitFeatures.cmake:
874 2015-07-22 Alex Christensen <achristensen@webkit.org>
876 Fix quirks in CMake build on Mac and Windows
877 https://bugs.webkit.org/show_bug.cgi?id=147174
879 Reviewed by Gyuyoung Kim.
882 * Source/cmake/OptionsWindows.cmake:
883 Added options I removed in r187022. They are indeed needed.
884 * Source/cmake/WebKitFS.cmake:
885 Make the DerivedSources/WebKit directory.
887 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
889 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
891 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
893 2015-07-20 Alex Christensen <achristensen@webkit.org>
895 Resurrect CMake build on Windows.
896 https://bugs.webkit.org/show_bug.cgi?id=147083
898 Reviewed by Gyuyoung Kim.
900 * Source/cmake/OptionsCommon.cmake:
901 * Source/cmake/OptionsWindows.cmake:
902 Change features to get it to compile. Still not a complete feature set.
904 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
906 [GTK] Add seccomp filters support
907 https://bugs.webkit.org/show_bug.cgi?id=110014
909 Reviewed by Žan Doberšek.
911 Find needed compiler and linker flags for libseccomp.
913 * Source/cmake/OptionsGTK.cmake:
915 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
917 Bring back the GNU ar check to create thin archives on non-Linux systems
918 https://bugs.webkit.org/show_bug.cgi?id=146681
920 Reviewed by Martin Robinson.
922 We already use GNU ar thin archive feature to save time and disk space
923 on creating static archives, but it is only enabled on Linux. Without
924 this feature, the debug build of WebCore can be larger than 4 GiB,
925 which can cause error because GNU ar format uses 32-bit integer to
926 store offsets in the symbol table. This patch is similar to
927 https://bugs.webkit.org/show_bug.cgi?id=128596.
929 * Source/cmake/OptionsCommon.cmake:
931 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
933 [GTK] [Wayland] Build by default the X11 and Wayland targets.
934 https://bugs.webkit.org/show_bug.cgi?id=146057
936 Reviewed by Carlos Garcia Campos.
938 * Source/cmake/OptionsGTK.cmake:
940 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
942 [GTK] ar warning when linking static libraries
943 https://bugs.webkit.org/show_bug.cgi?id=144988
945 Reviewed by Carlos Garcia Campos.
947 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
948 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
949 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
950 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
951 should either stop using 'u' or else add 'U' as well in order to disable deterministic
952 archives. Using 'U' should result in a somewhat faster build (at least when using the
953 Makefile generator), but it's unlikely that the difference is significant, so let's simply
954 remove 'u' until someone determines otherwise. This seems like a better option than adding
955 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
956 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
957 behavior change on distributions that do not use --enable-deterministic-archives, notably
960 * Source/cmake/OptionsCommon.cmake:
962 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
964 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
965 https://bugs.webkit.org/show_bug.cgi?id=146590
967 Reviewed by Martin Robinson.
969 * Source/PlatformGTK.cmake: override the cached variables to
970 forcefully disable gtk-doc and gobject-introspection when
972 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
973 documentation syntax when cross-building.
976 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
978 [EFL] test_ewk2_application_cache_manager has been failed since r185527
979 https://bugs.webkit.org/show_bug.cgi?id=146016
981 Reviewed by Gyuyoung Kim.
983 In order to handle properly WebApplicationCacheManagerProxy implementation which use
984 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
985 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
987 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
989 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
991 Implement ECMAScript Internationalization API
992 https://bugs.webkit.org/show_bug.cgi?id=90906
994 Reviewed by Benjamin Poulain.
996 Begin implementing the Intl apis behind ENABLE_INTL flag.
997 Create the base Intl namespace object.
999 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
1001 2015-06-30 Philippe Normand <pnormand@igalia.com>
1003 [CMake] Error when gst-plugins-base is missing is too confusing
1004 https://bugs.webkit.org/show_bug.cgi?id=145682
1006 Reviewed by Carlos Garcia Campos.
1008 * Source/cmake/OptionsGTK.cmake: Error out if the required
1009 GStreamer libraries are not found on the host.
1011 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
1013 CairoGL should be checked unconditionally
1014 https://bugs.webkit.org/show_bug.cgi?id=146390
1016 Reviewed by Darin Adler.
1018 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
1019 it is run unconditionally; this is necessary because its result
1020 is used later on, outside of any conditions.
1022 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
1024 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
1025 https://bugs.webkit.org/show_bug.cgi?id=146318
1027 Reviewed by Sergio Villar Senin.
1029 Enable PUBLIC_SUFFIX_LIST for GTK+.
1031 * Source/cmake/OptionsGTK.cmake:
1033 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
1035 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
1037 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1039 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
1041 [EFL] Hyphenation is not supported
1042 https://bugs.webkit.org/show_bug.cgi?id=89830
1044 Reviewed by Gyuyoung Kim.
1046 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
1048 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
1050 [CMake] Add support for building with various sanitizer tools
1051 https://bugs.webkit.org/show_bug.cgi?id=131941
1053 Reviewed by Martin Robinson.
1055 * Source/PlatformGTK.cmake: Don't generate any documentation
1056 when compiling with sanitizers enabled.
1057 * Source/cmake/OptionsCommon.cmake: Allow linking with
1058 undefined symbols when compiling with sanitizers enabled.
1060 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
1062 libwebkit2gtk fails to link without opengl
1063 https://bugs.webkit.org/show_bug.cgi?id=138332
1065 Reviewed by Carlos Garcia Campos.
1067 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
1068 enabled regardless of whether OpenGL is, because certain symbols
1069 such as WebCore::GraphicsLayer::create() need to be built.
1071 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
1073 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
1074 https://bugs.webkit.org/show_bug.cgi?id=146181
1076 Reviewed by Martin Robinson.
1078 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
1080 * Source/cmake/OptionsGTK.cmake:
1082 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
1084 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
1085 https://bugs.webkit.org/show_bug.cgi?id=146171
1087 Reviewed by Gyuyoung Kim.
1089 * Source/cmake/OptionsEfl.cmake:
1090 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
1092 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
1094 [CMake] FindGTK3.cmake should not modify the values of build options
1095 https://bugs.webkit.org/show_bug.cgi?id=144613
1097 Reviewed by Martin Robinson.
1099 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
1100 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
1101 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
1102 GTK3_SUPPORTS_GESTURES for consistency.
1103 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
1104 available. It's not possible to automatically select a backend correctly anymore, since all
1105 options are set at the same time.
1107 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
1109 Remove unnecessary svn:executable flags
1110 https://bugs.webkit.org/show_bug.cgi?id=146107
1112 Reviewed by Alexey Proskuryakov.
1114 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
1115 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
1116 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
1117 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
1118 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
1120 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
1122 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
1123 https://bugs.webkit.org/show_bug.cgi?id=146108
1125 Reviewed by Gyuyoung Kim.
1127 * Source/cmake/OptionsEfl.cmake:
1129 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
1131 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
1132 https://bugs.webkit.org/show_bug.cgi?id=146035
1134 Reviewed by Gyuyoung Kim.
1136 * Source/cmake/OptionsEfl.cmake:
1138 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
1140 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
1141 https://bugs.webkit.org/show_bug.cgi?id=145701
1143 Reviewed by Darin Adler.
1145 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
1147 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
1149 [iOS] Crash long pressing on <input type=file>
1150 https://bugs.webkit.org/show_bug.cgi?id=146009
1151 <rdar://problem/21234453>
1153 Reviewed by Ryosuke Niwa.
1155 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
1157 2015-06-16 Brent Fulgham <bfulgham@apple.com>
1159 Rollout accidental Xcode project change.
1161 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1163 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1165 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
1166 https://bugs.webkit.org/show_bug.cgi?id=145909
1168 Reviewed by Csaba Osztrogonác.
1170 Bump EWebKit version based on efl library version used by the EWebKit.
1172 * Source/cmake/OptionsEfl.cmake:
1174 2015-06-11 Commit Queue <commit-queue@webkit.org>
1176 Unreviewed, rolling out r185453.
1177 https://bugs.webkit.org/show_bug.cgi?id=145881
1179 it broke the 32-bit build (Requested by clopez on #webkit).
1183 "[GTK] [Wayland] Should be possible to build with support for
1184 both X11 and Wayland."
1185 https://bugs.webkit.org/show_bug.cgi?id=145701
1186 http://trac.webkit.org/changeset/185453
1188 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
1190 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
1191 https://bugs.webkit.org/show_bug.cgi?id=145701
1193 Reviewed by Žan Doberšek.
1195 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
1197 2015-06-03 Daniel Bates <dabates@apple.com>
1199 Caps lock indicator should not be shown in read-only or disabled field
1200 https://bugs.webkit.org/show_bug.cgi?id=145612
1201 <rdar://problem/21227454>
1203 Reviewed by Darin Adler.
1205 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
1206 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
1207 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
1209 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
1211 [cmake] Suppress parentheses-equality warnings
1212 https://bugs.webkit.org/show_bug.cgi?id=145126
1214 Reviewed by Darin Adler.
1216 * Source/cmake/WebKitHelpers.cmake:
1218 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
1220 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
1221 https://bugs.webkit.org/show_bug.cgi?id=145408
1223 Reviewed by Carlos Garcia Campos.
1225 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
1226 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
1227 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
1229 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
1230 libraries. Detect also GLX libraries.
1231 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
1232 libraries. Use find_path() to get the include path.
1233 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
1235 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
1236 depending on the libraries found on the system.
1237 Move the detection of GLX (and the include of CMakePushCheckState)
1238 to FindOpenGL.cmake.
1239 Ensure that we only define USE_GLX when we build with OpenGL
1240 (but not with GLESv2).
1242 2015-05-27 Dean Jackson <dino@apple.com>
1244 img.currentSrc problem in strict mode with old picturefill
1245 https://bugs.webkit.org/show_bug.cgi?id=144095
1246 <rdar://problem/21087013>
1248 Reviewed by Simon Fraser.
1250 Add a PICTURE_SIZES flag.
1252 * Source/cmake/OptionsEfl.cmake:
1253 * Source/cmake/OptionsGTK.cmake:
1254 * Source/cmake/OptionsMac.cmake:
1255 * Source/cmake/OptionsWindows.cmake:
1256 * Source/cmake/WebKitFeatures.cmake:
1258 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
1260 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
1262 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1264 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1266 Unreviewed. Export DatabaseProcessMainUnix symbol.
1268 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
1269 is exported in production builds.
1271 * Source/cmake/gtksymbols.filter:
1273 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1275 [GTK] Enable IndexedDB
1276 https://bugs.webkit.org/show_bug.cgi?id=98932
1278 Reviewed by Žan Doberšek.
1280 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
1281 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
1283 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
1285 [GTK] Bump GCC requirements to 4.9.0
1286 https://bugs.webkit.org/show_bug.cgi?id=145211
1288 Reviewed by Žan Doberšek.
1290 It's required to build with IndexedDB support when using GCC,
1291 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
1293 * Source/cmake/OptionsGTK.cmake:
1295 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
1297 [CMake] Ignore warnings in system headers
1298 https://bugs.webkit.org/show_bug.cgi?id=144747
1300 Reviewed by Darin Adler.
1302 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
1303 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
1304 use the SYSTEM argument to the command (added in 2.8.12).
1308 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
1310 [CMake] Error out when ruby is too old
1311 https://bugs.webkit.org/show_bug.cgi?id=145014
1313 Reviewed by Martin Robinson.
1315 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
1320 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
1322 [GTK] Enable plugin-related CMake options and variables for the X11 target only
1323 https://bugs.webkit.org/show_bug.cgi?id=144995
1325 Reviewed by Carlos Garcia Campos.
1327 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
1328 the X11 windowing target at the moment, so the following options
1329 and variables should be enabled or disabled accordingly:
1330 - ENABLE_PLUGIN_PROCESS_GTK2
1331 - ENABLE_NETSCAPE_PLUGIN_API
1332 - ENABLE_PLUGIN_PROCESS
1334 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
1336 Linker fails without -DDEVELOPER_MODE=ON
1337 https://bugs.webkit.org/show_bug.cgi?id=144117
1339 Reviewed by Gyuyoung Kim.
1341 * Source/cmake/OptionsEfl.cmake:
1342 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
1343 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
1345 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
1347 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
1348 https://bugs.webkit.org/show_bug.cgi?id=144846
1350 Reviewed by Martin Robinson.
1352 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
1353 CAIRO_GL_* throughout, because find_package will define
1355 * Source/cmake/OptionsGTK.cmake: Ditto.
1357 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
1359 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
1360 https://bugs.webkit.org/show_bug.cgi?id=144845
1362 Reviewed by Martin Robinson.
1364 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
1365 if their corresponding WTF options are ON. The code in npapi.h
1366 relies on these being undefined if they are to be switched off.
1368 2015-05-09 Yoav Weiss <yoav@yoav.ws>
1370 Remove the PICTURE_SIZES build flag
1371 https://bugs.webkit.org/show_bug.cgi?id=144679
1373 Reviewed by Benjamin Poulain.
1375 Removed the PICTURE_SIZES build time flag.
1377 * Source/cmake/OptionsEfl.cmake:
1378 * Source/cmake/OptionsGTK.cmake:
1379 * Source/cmake/OptionsMac.cmake:
1380 * Source/cmake/OptionsWindows.cmake:
1381 * Source/cmake/WebKitFeatures.cmake:
1383 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
1385 [GTK] [CMake] Check for required X libraries
1386 https://bugs.webkit.org/show_bug.cgi?id=144823
1388 Reviewed by Martin Robinson.
1390 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
1392 * Source/cmake/OptionsGTK.cmake:
1394 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
1396 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1397 https://bugs.webkit.org/show_bug.cgi?id=144746
1399 Reviewed by Carlos Garcia Campos.
1401 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1402 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
1403 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
1405 * Source/cmake/OptionsGTK.cmake:
1407 2015-05-08 Daniel Bates <dabates@apple.com>
1409 [iOS] WebSQL operations are not performed after device is locked
1410 https://bugs.webkit.org/show_bug.cgi?id=137503
1411 <rdar://problem/20844952>
1413 Rubber-stamped by Alexey Proskuryakov.
1415 Add a manual test to help verify that we do not regress this issue.
1417 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
1419 2015-05-08 Commit Queue <commit-queue@webkit.org>
1421 Unreviewed, rolling out r183945.
1422 https://bugs.webkit.org/show_bug.cgi?id=144789
1424 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
1428 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
1429 https://bugs.webkit.org/show_bug.cgi?id=144746
1430 http://trac.webkit.org/changeset/183945
1432 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
1434 Cleanup after r183940
1435 https://bugs.webkit.org/show_bug.cgi?id=144768
1439 Looks like the empty directories were not deleted.
1441 * Source/PAL: Removed.
1442 * Source/PAL/Configurations: Removed.
1443 * Source/PAL/PAL.xcodeproj: Removed.
1444 * Source/PAL/graphics: Removed.
1446 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
1448 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1449 https://bugs.webkit.org/show_bug.cgi?id=144746
1451 Reviewed by Martin Robinson.
1453 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1454 what it is defined to, so defining it to 0 effectively turned it on always.
1456 * Source/cmake/OptionsGTK.cmake:
1458 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1460 Revert "Introducing the Platform Abstraction Layer (PAL)"
1461 https://bugs.webkit.org/show_bug.cgi?id=144751
1465 PAL should be a new target inside WebCore, rather than a top-level folder.
1467 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1469 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
1471 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
1473 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1475 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1477 Introducing the Platform Abstraction Layer (PAL)
1478 https://bugs.webkit.org/show_bug.cgi?id=143358
1480 Reviewed by Simon Fraser.
1482 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1484 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
1486 [cmake] Disable GNU Gold linker on Cortex A53
1487 https://bugs.webkit.org/show_bug.cgi?id=144382
1489 Reviewed by Carlos Garcia Campos.
1491 * Source/cmake/OptionsCommon.cmake:
1493 2015-05-01 Martin Robinson <mrobinson@igalia.com>
1495 USE(...) macro should expect unprefixed variables
1496 https://bugs.webkit.org/show_bug.cgi?id=144454
1498 Reviewed by Daniel Bates.
1500 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
1501 * Source/cmake/OptionsEfl.cmake: Ditto.
1502 * Source/cmake/OptionsGTK.cmake: Ditto.
1503 * Source/cmake/OptionsMac.cmake: Ditto.
1504 * Source/cmake/OptionsWinCairo.cmake: Ditto.
1505 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
1508 2015-04-30 Martin Robinson <mrobinson@igalia.com>
1510 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
1511 https://bugs.webkit.org/show_bug.cgi?id=144394
1513 Reviewed by Carlos Garcia Campos.
1515 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
1516 is that it fixes the redirected XComposite window for GTK+, which was accidentally
1517 disabled in previous reworking of the CMake configuration.
1519 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
1520 version of USE variables.
1521 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
1522 is exposed to the build.
1524 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
1526 Unreviewed. Bump GTK+ version numbers.
1528 * Source/cmake/OptionsGTK.cmake:
1530 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1532 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
1533 https://bugs.webkit.org/show_bug.cgi?id=144435
1535 Reviewed by Gyuyoung Kim.
1537 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
1538 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
1540 * Source/cmake/OptionsEfl.cmake:
1542 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
1544 REGRESSION(183583): [Mac] make without SDKROOT has issues
1545 https://bugs.webkit.org/show_bug.cgi?id=144431
1547 Reviewed by Dan Bernstein.
1550 Assume an empty SDKROOT means an macosx variant, so only
1551 enable settings if the SDKROOT is not empty and does not
1554 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1556 Fix the GTK+ build after r183584
1558 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
1560 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1562 [GTK] Add support for automatic hyphenation
1563 https://bugs.webkit.org/show_bug.cgi?id=44478
1565 Reviewed by Carlos Garcia Campos.
1567 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
1568 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
1569 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
1571 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
1573 Failure when building WebKit for appletvsimulator.
1574 https://bugs.webkit.org/show_bug.cgi?id=144356
1576 Reviewed by Alexey Proskuryakov.
1578 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
1579 make TVOS and WatchOS behave correctly.
1583 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1585 [CMake] [GTK] Organize and clean up unused CMake variables
1586 https://bugs.webkit.org/show_bug.cgi?id=144364
1588 Reviewed by Gyuyoung Kim.
1590 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
1591 specific to certain projects into their PlatformGTK.cmake files.
1593 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1595 [EFL] Build failure to find gio-unix
1596 https://bugs.webkit.org/show_bug.cgi?id=144083
1598 Reviewed by Gyuyoung Kim.
1600 Original patch by Doug Newgard <scimma22@outlook.com>
1602 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
1604 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
1606 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
1607 https://bugs.webkit.org/show_bug.cgi?id=143001
1609 Reviewed by Gyuyoung Kim.
1611 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
1612 * Source/cmake/OptionsGTK.cmake: Ditto.
1614 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1616 Unreviewed, fix typo in previous commit
1618 libsecretr -> libsecret in the error message.
1620 * Source/cmake/OptionsGTK.cmake:
1622 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1624 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
1625 https://bugs.webkit.org/show_bug.cgi?id=143546
1627 Reviewed by Martin Robinson.
1629 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
1630 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
1631 default. Fail the build with an informative error message if an optional dependency required
1632 for an enabled feature is not present. Perform find_package commands only when necessary.
1633 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
1636 * Source/cmake/OptionsGTK.cmake:
1638 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1640 [GTK] Make all options actually options
1641 https://bugs.webkit.org/show_bug.cgi?id=144106
1643 Reviewed by Martin Robinson.
1645 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
1646 ENABLE_WAYLAND_TARGET.
1648 * Source/cmake/OptionsGTK.cmake:
1650 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1652 Unreviewed, fix GTK build after r183452
1654 * Source/cmake/OptionsGTK.cmake:
1656 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1658 [GTK] Add one single option to control all OpenGL-related options
1659 https://bugs.webkit.org/show_bug.cgi?id=144105
1661 Reviewed by Martin Robinson.
1663 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
1664 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
1665 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
1666 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
1667 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
1668 presence of CairoGL.
1670 * Source/cmake/OptionsGTK.cmake:
1672 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1674 [GTK] ENABLE_SMOOTH_SCROLLING should be private
1675 https://bugs.webkit.org/show_bug.cgi?id=144306
1677 Reviewed by Martin Robinson.
1679 Make ENABLE_SMOOTH_SCROLLING private instead of public.
1681 * Source/cmake/OptionsGTK.cmake:
1683 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1685 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
1686 https://bugs.webkit.org/show_bug.cgi?id=144193
1688 Reviewed by Darin Adler.
1690 * Source/cmake/OptionsEfl.cmake:
1691 * Source/cmake/OptionsGTK.cmake:
1692 * Source/cmake/OptionsWinCairo.cmake:
1693 * Source/cmake/WebKitFeatures.cmake:
1695 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1697 [CMake] Should be possible for an option to conflict with other options
1698 https://bugs.webkit.org/show_bug.cgi?id=143956
1700 Reviewed by Martin Robinson.
1702 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
1704 * Source/cmake/WebKitFeatures.cmake:
1706 2015-04-22 Martin Robinson <mrobinson@igalia.com>
1708 [CMake] Autogenerate cmakeconfig.h.cmake
1709 https://bugs.webkit.org/show_bug.cgi?id=143997
1711 Reviewed by Csaba Osztrogonác.
1713 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
1714 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
1715 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
1716 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
1717 Do some other miscellaneous related cleanup.
1718 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
1719 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
1720 build exposed variables. Add a macro to generate a configuration from them.
1721 * Source/cmakeconfig.h.cmake: Removed.
1723 2015-04-24 Philippe Normand <pnormand@igalia.com>
1725 [JHBuild] Move to upstream OpenWebRTC
1726 https://bugs.webkit.org/show_bug.cgi?id=144145
1728 Reviewed by Carlos Garcia Campos.
1730 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
1733 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
1735 [ES6] Implement ES6 template literals
1736 https://bugs.webkit.org/show_bug.cgi?id=142691
1738 Reviewed by Darin Adler.
1740 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
1742 * Source/cmake/WebKitFeatures.cmake:
1743 * Source/cmakeconfig.h.cmake:
1745 2015-04-25 Martin Robinson <mrobinson@igalia.com>
1747 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
1748 https://bugs.webkit.org/show_bug.cgi?id=144182
1750 Reviewed by Simon Fraser.
1752 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1753 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1754 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1755 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1756 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1758 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1760 [GTK] Add more public options
1761 https://bugs.webkit.org/show_bug.cgi?id=144116
1763 Reviewed by Martin Robinson.
1765 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
1767 * Source/cmake/OptionsGTK.cmake:
1769 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1771 [CMake] Some internal variables are not marked as advanced
1772 https://bugs.webkit.org/show_bug.cgi?id=143595
1774 Reviewed by Martin Robinson.
1776 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
1777 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
1779 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1781 [GTK] Mark as advanced the build options we don't want to expose
1782 https://bugs.webkit.org/show_bug.cgi?id=143558
1784 Reviewed by Martin Robinson.
1786 Mark various options as private instead of public.
1788 * Source/cmake/OptionsGTK.cmake:
1790 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1792 [CMake] Should be possible for an option to depend on multiple options
1793 https://bugs.webkit.org/show_bug.cgi?id=143839
1795 Reviewed by Martin Robinson.
1797 Use a list instead of a single variable to track the dependencies of each option. Iterate
1798 over the list as many times as necessary to ensure all options are properly disabled.
1800 * Source/cmake/WebKitFeatures.cmake:
1802 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1804 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
1805 https://bugs.webkit.org/show_bug.cgi?id=144103
1807 Reviewed by Martin Robinson.
1809 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
1811 * Source/cmake/WebKitFeatures.cmake:
1813 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1815 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
1816 https://bugs.webkit.org/show_bug.cgi?id=144102
1818 Reviewed by Martin Robinson.
1820 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
1821 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
1822 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
1824 * Source/cmake/OptionsGTK.cmake:
1826 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1828 [CMake] Clean up JSC JIT options
1829 https://bugs.webkit.org/show_bug.cgi?id=143998
1831 Reviewed by Filip Pizlo.
1833 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
1834 define for ENABLE_FTL_NATIVE_CALL_INLINING.
1835 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
1836 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
1837 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
1838 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
1840 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1842 [CMake] Use lowercase for local variables in macros
1843 https://bugs.webkit.org/show_bug.cgi?id=144059
1845 Reviewed by Martin Robinson.
1847 Convert some variable names to lowercase.
1849 * Source/cmake/WebKitFeatures.cmake:
1851 2015-04-22 Commit Queue <commit-queue@webkit.org>
1853 Unreviewed, rolling out r183116.
1854 https://bugs.webkit.org/show_bug.cgi?id=144060
1856 Inadvertently deleted a file... (Requested by mcatanzaro on
1861 "[CMake] Use lowercase for local variables in macros"
1862 https://bugs.webkit.org/show_bug.cgi?id=144059
1863 http://trac.webkit.org/changeset/183116
1865 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1867 [CMake] Use lowercase for local variables in macros
1868 https://bugs.webkit.org/show_bug.cgi?id=144059
1870 Reviewed by Martin Robinson.
1872 Convert some variable names to lowercase.
1874 * Source/cmake/WebKitFeatures.cmake:
1876 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1878 [CMake] Features list should print dots every other row
1879 https://bugs.webkit.org/show_bug.cgi?id=143832
1881 Reviewed by Martin Robinson.
1883 Discount private options when determining whether to print dots on a given row of the
1884 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
1885 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
1886 wasn't noticed because it only affects the first line, and use of the variable name as a
1887 string in a conditional.)
1889 * Source/cmake/WebKitFeatures.cmake:
1891 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1893 [CMake] Require specifying visibility of WebKit options
1894 https://bugs.webkit.org/show_bug.cgi?id=143831
1896 Reviewed by Alex Christensen.
1898 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
1899 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
1900 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
1901 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
1902 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
1903 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
1904 cross-platform options as PRIVATE.
1906 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1908 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
1909 https://bugs.webkit.org/show_bug.cgi?id=143935
1911 Reviewed by Darin Adler.
1913 Some variables aren't defined in these files or unused variables aren't removed. This
1914 patch cleans up it as well as fix wrong alphabet order.
1916 * Source/cmake/WebKitFeatures.cmake:
1917 * Source/cmakeconfig.h.cmake:
1919 2015-04-19 Simon Fraser <simon.fraser@apple.com>
1921 Restore the WebKit.xcworkspace to the way it was before r182899,
1922 which inadvertently added the Source directory and a couple of source
1925 * WebKit.xcworkspace/contents.xcworkspacedata:
1927 2015-04-16 Basile Clement <basile_clement@apple.com>
1929 Extract the allocation profile from JSFunction into a rare object
1930 https://bugs.webkit.org/show_bug.cgi?id=143807
1932 Reviewed by Filip Pizlo.
1934 * WebKit.xcworkspace/contents.xcworkspacedata:
1936 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
1938 [EFL] Bump LLVM to version 3.6.0 on X86_64
1939 https://bugs.webkit.org/show_bug.cgi?id=143604
1941 Reviewed by Gyuyoung Kim.
1943 * Source/cmake/FindLLVM.cmake: Added version handling.
1944 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
1946 2015-04-15 Timothy Horton <timothy_horton@apple.com>
1948 Custom CSS cursors do not use -webkit-image-set on retina displays
1949 https://bugs.webkit.org/show_bug.cgi?id=120783
1951 Reviewed by Beth Dakin.
1952 Patch by Evan Wallace <evan.exe@gmail.com>.
1954 Add a manual test for custom CSS cursors on retina displays.
1956 * ManualTests/retina-cursors.html: Added.
1958 2015-04-15 Alex Christensen <achristensen@webkit.org>
1960 Progress towards CMake on Mac.
1961 https://bugs.webkit.org/show_bug.cgi?id=143785
1963 Reviewed by Csaba Osztrogonác.
1966 * Source/cmake/OptionsMac.cmake:
1967 * Source/cmake/WebKitFS.cmake:
1969 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
1971 Cannot click "Next" button on Google two-factor auth setup page
1973 <https://bugs.webkit.org/show_bug.cgi?id=143624>
1974 <rdar://problem/19175714>
1976 Reviewed by Darin Adler.
1978 * ManualTests/button-that-focuses-itself-on-click.html: Added.
1980 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
1982 [cmake] REGRESSION(182663): It broke feature dependency handling
1983 https://bugs.webkit.org/show_bug.cgi?id=143665
1985 Reviewed by Csaba Osztrogonác.
1987 Don't try to check the value of options before defining the options.
1989 * Source/cmake/WebKitFeatures.cmake:
1991 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
1993 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
1994 https://bugs.webkit.org/show_bug.cgi?id=143664
1996 Reviewed by Gyuyoung Kim.
1998 * Source/cmake/OptionsEfl.cmake:
1999 * Source/cmake/OptionsGTK.cmake:
2000 * Source/cmake/WebKitFeatures.cmake:
2001 * Source/cmakeconfig.h.cmake:
2003 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2005 [EFL] Enable Media Source
2006 https://bugs.webkit.org/show_bug.cgi?id=143635
2008 Reviewed by Csaba Osztrogonác.
2010 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
2012 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2014 [CMake] Miscellaneous issues in WebKitFeatures.cmake
2015 https://bugs.webkit.org/show_bug.cgi?id=143636
2017 Reviewed by Martin Robinson.
2019 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
2020 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
2022 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
2023 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
2025 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
2027 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
2029 Fix ENABLE_TOUCH_SLIDER so that it can be used
2033 * Source/cmake/WebKitFeatures.cmake:
2035 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2037 [CMake] Print sorted feature list at the very end of the configure process
2038 https://bugs.webkit.org/show_bug.cgi?id=143596
2040 Reviewed by Martin Robinson.
2042 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
2043 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
2044 and sort the options before printing. Reorder some code so that features still get
2045 propagated to the bindings generators.
2047 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2049 [CMake] Options should be marked as advanced by default
2050 https://bugs.webkit.org/show_bug.cgi?id=143572
2052 Reviewed by Gyuyoung Kim.
2054 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
2055 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
2056 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
2057 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
2058 option without making it public.
2060 * Source/cmake/WebKitFeatures.cmake:
2062 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2064 [CMake] Remove unnecessary ENABLE_WEBCORE switch
2065 https://bugs.webkit.org/show_bug.cgi?id=143584
2067 Reviewed by Csaba Osztrogonác.
2069 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
2073 * Source/CMakeLists.txt:
2074 * Source/cmake/OptionsGTK.cmake:
2075 * Source/cmake/WebKitFS.cmake:
2077 2015-04-08 Filip Pizlo <fpizlo@apple.com>
2079 Unreviewed, revert accidental commit.
2083 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
2085 Add CMake build system for WinCairo port.
2086 https://bugs.webkit.org/show_bug.cgi?id=115944
2088 Reviewed by Chris Dumez.
2090 * Source/cmake/OptionsWindows.cmake:
2091 * Source/cmake/WebKitMacros.cmake:
2092 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
2094 2015-04-06 Alberto Garcia <berto@igalia.com>
2096 [GTK] Fix HPPA build
2097 https://bugs.webkit.org/show_bug.cgi?id=143453
2099 Reviewed by Darin Adler.
2101 Add HPPA to the list of supported CPUs.
2105 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
2107 Unreviewed, kick the GTK bots to fix an incremental build issue.
2109 * Source/cmake/OptionsGTK.cmake:
2111 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
2113 Fix the EFL and GTK build after r182243
2114 https://bugs.webkit.org/show_bug.cgi?id=143361
2116 Reviewed by Csaba Osztrogonác.
2118 * Source/PlatformEfl.cmake: Add a custom command that copies
2119 the InspectorBackendCommands.js file into the proper directory
2120 under DerivedSources/WebInspectorUI/.
2122 2015-04-01 Alex Christensen <achristensen@webkit.org>
2124 Progress towards CMake on Windows and Mac.
2125 https://bugs.webkit.org/show_bug.cgi?id=143293
2127 Reviewed by Filip Pizlo.
2130 Set DERIVED_SOURCES_WTF_DIR for Windows.
2131 * Source/CMakeLists.txt:
2132 Don't compile bmalloc on Windows.
2133 * Source/cmake/OptionsCommon.cmake:
2134 Use the absolute path of the C preprocessor.
2135 * Source/cmake/OptionsWinCairo.cmake:
2136 Added needed definitions.
2137 * Source/cmake/OptionsWindows.cmake:
2138 Set some default values and removed support for old Visual Studio versions before /MP.
2139 * Source/cmake/WebKitFS.cmake:
2140 Make WTF DerivedSources directory.
2141 * Source/cmake/WebKitMacros.cmake:
2142 Added ADD_PRECOMPILED_HEADER macro based on
2143 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
2145 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
2147 Use colored diagnostics when building with cmake + ninja + clang
2148 https://bugs.webkit.org/show_bug.cgi?id=143297
2150 Reviewed by Žan Doberšek.
2152 Because that ninja sets subprocess stdout/stderr to a pipe, clang
2153 disables colored output.
2154 This patch forces clang to use colored diagnostics when we are using
2157 * Source/cmake/OptionsCommon.cmake:
2159 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2161 [CMake] Update old CMakeList.txt in gtest
2162 https://bugs.webkit.org/show_bug.cgi?id=143192
2164 Reviewed by Darin Adler.
2166 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
2167 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
2168 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
2170 * Source/CMakeLists.txt:
2171 * Source/cmake/gtest/CMakeLists.txt: Removed.
2173 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2175 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
2176 https://bugs.webkit.org/show_bug.cgi?id=143138
2178 Reviewed by Csaba Osztrogonác.
2180 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
2181 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
2183 * Source/cmake/OptionsWindows.cmake:
2184 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
2185 * Source/cmake/WebKitMacros.cmake:
2187 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
2189 [GStreamer] share GL context in pipeline, part 2
2190 https://bugs.webkit.org/show_bug.cgi?id=143049
2192 Reviewed by Carlos Garcia Campos.
2194 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
2195 OpenGL/ES2 is found and GLX/EGL is found too.
2197 2015-03-26 Alex Christensen <achristensen@webkit.org>
2199 Progress towards CMake on Mac.
2200 https://bugs.webkit.org/show_bug.cgi?id=143112
2202 Reviewed by Chris Dumez.
2204 * Source/cmake/OptionsMac.cmake:
2206 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
2208 [EFL] Add OpenWebRTC in jhbuild
2209 https://bugs.webkit.org/show_bug.cgi?id=142778
2211 Reviewed by Gyuyoung Kim.
2213 Original patch by Philippe Normand <pnormand@igalia.com>
2215 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
2216 mediastream build is enabled.
2218 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
2220 [GTK] Add a configure option to build without Redirected XComposite Window
2221 https://bugs.webkit.org/show_bug.cgi?id=142865
2223 Reviewed by Žan Doberšek.
2225 The Redirected XComposite Window was added to support some
2226 features like GtkOverlay, but in cases where we don't need such
2227 features, it's more efficient to use the XID of the WebKitWebView
2228 window as the native surface handle for the accelerated
2229 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
2230 that is enabled by default for X11 target when OpenGL is enabled.
2232 * Source/cmake/OptionsGTK.cmake:
2234 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
2236 [GTK] Search for the Wayland dependency when enabling Wayland target
2237 https://bugs.webkit.org/show_bug.cgi?id=142876
2239 Reviewed by Carlos Garcia Campos.
2241 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
2242 requirement of either the GTK+ or GDK pkg-config files, so we have to
2243 search for it ourselves when WebKitGTK+ has been configured to support
2244 the Wayland windowing target.
2246 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
2248 Unreviewed, kick the GTK bots to regenerate makefile.
2249 https://bugs.webkit.org/show_bug.cgi?id=137394
2251 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
2252 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
2254 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
2256 Unreviewed, kick the GTK bots to regenerate makefile.
2257 https://bugs.webkit.org/show_bug.cgi?id=137394
2259 * Source/cmake/OptionsEfl.cmake:
2261 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
2263 [GTK] Fix inspector userinterface related incremental build issue
2264 https://bugs.webkit.org/show_bug.cgi?id=142849
2266 Reviewed by Carlos Garcia Campos.
2268 * Source/cmake/OptionsGTK.cmake: Revert r181733.
2270 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
2272 Unreviewed, kick the GTK bots to regenerate makefile.
2274 * Source/cmake/OptionsGTK.cmake:
2276 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
2278 [EFL] Expose JavaScript binding interface through ewk_extension
2279 https://bugs.webkit.org/show_bug.cgi?id=142033
2281 Reviewed by Gyuyoung Kim.
2283 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
2285 2015-03-17 Philippe Normand <pnormand@igalia.com>
2287 [GTK] basic OpenWebRTC build support
2288 https://bugs.webkit.org/show_bug.cgi?id=142393
2290 Reviewed by Carlos Garcia Campos.
2292 * Source/cmake/FindOpenWebRTC.cmake: Added.
2293 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
2294 mediastream build is enabled.
2296 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2298 [CMake][EFL] Build test tools only for developer mode
2299 https://bugs.webkit.org/show_bug.cgi?id=142761
2301 Reviewed by Csaba Osztrogonác.
2303 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
2305 * Source/cmake/OptionsEfl.cmake:
2306 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
2307 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
2308 * Source/cmakeconfig.h.cmake:
2310 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
2312 Enable ES6 classes by default
2313 https://bugs.webkit.org/show_bug.cgi?id=142774
2315 Reviewed by Gavin Barraclough.
2317 * Source/cmake/WebKitFeatures.cmake:
2319 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2321 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
2322 https://bugs.webkit.org/show_bug.cgi?id=142722
2324 Reviewed by Csaba Osztrogonác.
2326 Categorize to define cmake variables, to find necessary packages,
2327 use upper case for "glib_conponents" cmake variable name, re-arrange
2328 wrong alphabet sorting, and so on.
2330 * CMakeLists.txt: Remove WinCE port.
2331 * Source/cmake/OptionsEfl.cmake:
2333 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
2335 [GStreamer] share GL context in pipeline
2336 https://bugs.webkit.org/show_bug.cgi?id=142693
2338 Reviewed by Philippe Normand.
2340 Add search of gstreamer-gl library in the GStreamer installation. If
2341 it is found, WTF_USE_GSTREAMER_GL macro is defined.
2343 * Source/cmake/FindGStreamer.cmake:
2344 * Source/cmake/OptionsGTK.cmake:
2346 2015-03-13 Alex Christensen <achristensen@webkit.org>
2348 Progress towards CMake on Mac.
2349 https://bugs.webkit.org/show_bug.cgi?id=142680
2351 Reviewed by Gyuyoung Kim.
2354 * Source/PlatformMac.cmake: Added stub.
2355 * Source/cmake/OptionsMac.cmake:
2356 Change defines to get CMake working.
2358 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2360 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
2361 https://bugs.webkit.org/show_bug.cgi?id=126688
2363 Reviewed by Gustavo Noronha Silva.
2365 Add ENABLE_MINIBROWSER option, enabled by default for development
2366 builds and disabled for production builds unless explicilty enabled.
2368 * Source/cmake/OptionsGTK.cmake:
2370 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2372 [GTK] Do not look for child processes in the UI process binary path
2373 https://bugs.webkit.org/show_bug.cgi?id=135752
2375 Reviewed by Gustavo Noronha Silva.
2377 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
2378 build for development builds.
2380 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
2382 [GTK] Add a configure option to build with OpenGL ES 2
2383 https://bugs.webkit.org/show_bug.cgi?id=142498
2385 Reviewed by Martin Robinson.
2387 Add ENABLE_GLES2 option. It's disabled by default, but if passed
2388 GLES2 is required and OpenGL is not even searched. Otherwise we
2389 search for OpenGL as usual, using it only if present.
2391 * Source/cmake/OptionsGTK.cmake:
2393 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
2395 [cmake] Handle unused parameter warnings as build errors except in WebKit2
2396 https://bugs.webkit.org/show_bug.cgi?id=142338
2398 Reviewed by Gyuyoung Kim.
2400 * Source/cmake/WebKitHelpers.cmake:
2402 2015-03-03 Daniel Bates <dabates@apple.com>
2404 Convert ManualTests/svg-tooltip.svg to a DRT test
2405 https://bugs.webkit.org/show_bug.cgi?id=140480
2407 Reviewed by Alex Christensen.
2409 * ManualTests/svg-tooltip.svg: Removed.
2411 2015-03-02 Debarshi Ray <debarshir@gnome.org>
2413 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
2414 https://bugs.webkit.org/show_bug.cgi?id=142165
2416 Reviewed by Carlos Garcia Campos.
2418 * Source/cmake/gtksymbols.filter:
2420 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
2422 [EFL] Remove unnecessary comment after r179110
2423 https://bugs.webkit.org/show_bug.cgi?id=142042
2425 Reviewed by Gyuyoung Kim.
2427 * Source/cmake/OptionsEfl.cmake:
2429 2015-02-23 Tomas Popela <tpopela@redhat.com>
2431 [GTK] Fails to compile with cmake 3.2.x
2432 https://bugs.webkit.org/show_bug.cgi?id=141796
2434 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
2435 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
2436 added and the build will fail.
2438 Reviewed by Martin Robinson.
2440 * Source/cmake/OptionsGTK.cmake:
2442 2015-02-20 Alexey Proskuryakov <ap@apple.com>
2444 Remove svn:keywords property.
2446 As far as I can tell, the property had no effect on any of these files, but also,
2447 when it has effect it's likely harmful.
2449 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
2450 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
2451 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
2452 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
2453 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
2454 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
2455 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
2456 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
2457 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
2458 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
2459 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
2460 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
2461 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
2462 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
2464 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2466 [CMAKE] Remove CMakeLists.txt in WK1 port
2467 https://bugs.webkit.org/show_bug.cgi?id=141617
2469 Reviewed by Anders Carlsson.
2471 Nobody uses CMake in WK1 port. Remove it.
2475 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
2477 Unreviewed, remove empty directories.
2479 * ManualTests/qt: Removed.
2481 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2483 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
2484 https://bugs.webkit.org/show_bug.cgi?id=141481
2486 Reviewed by Csaba Osztrogonác.
2488 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
2490 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2492 [EFL][GTK] Use bmalloc instead of tcmalloc
2493 https://bugs.webkit.org/show_bug.cgi?id=140162
2495 Reviewed by Carlos Garcia Campos.
2497 Add bmalloc directory to build list.
2499 * CMakeLists.txt: Define BMALLOC_DIR directory.
2500 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
2502 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
2504 [GTK] Add default color chooser implementation using GtkColorChooserDialog
2505 https://bugs.webkit.org/show_bug.cgi?id=141392
2507 Reviewed by Gustavo Noronha Silva.
2509 Enable INPUT_TYPE_COLOR by default for GTK+ port.
2511 * Source/cmake/OptionsGTK.cmake:
2513 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
2515 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
2516 https://bugs.webkit.org/show_bug.cgi?id=141328
2518 Reviewed by Darin Adler.
2520 Added as manual test because it involves a huge grid allocation
2521 which is very slow on Debug bots, the only ones capable to trigger
2524 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
2526 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
2528 [Streams API] Implement a barebone ReadableStream interface
2529 https://bugs.webkit.org/show_bug.cgi?id=141045
2531 Reviewed by Benjamin Poulain.
2533 * Source/cmake/WebKitFeatures.cmake:
2534 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
2536 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2538 Revert accidental change in r179490.
2542 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2544 Unreviewed, revert accidental change to Makefile.shared in r179478
2548 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2550 [CMake] Minimum python version should be 2.7.
2551 https://bugs.webkit.org/show_bug.cgi?id=140997
2553 Reviewed by Csaba Osztrogonác.
2557 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
2559 Apply feTurbulence spec change to fix zero length vector generation
2560 https://bugs.webkit.org/show_bug.cgi?id=140812
2562 Reviewed by Darin Adler.
2564 Recently a bug with the turbulence algorithm was corrected in the
2565 Filter Effects specification.
2566 For some seed values this bug allowed zero length vectors to be generated.
2567 This resulted in large solid color squares being present in the generated image.
2568 The feTurbulence algorithm was updated to reject zero length vectors. This patch
2569 applies that change in WebCore.
2571 Test: svg/filters/feTurbulence_bad_seeds.html
2573 * platform/graphics/filters/FETurbulence.cpp:
2574 (WebCore::FETurbulence::initPaint):
2575 Added rejection sampling during vector generation to avoid zero length vectors.
2577 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2579 [cmake] Remove compiler version calculate cruft
2580 https://bugs.webkit.org/show_bug.cgi?id=140885
2582 Reviewed by Darin Adler.
2584 * Source/cmake/WebKitHelpers.cmake:
2586 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2588 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
2589 https://bugs.webkit.org/show_bug.cgi?id=140886
2591 Reviewed by Žan Doberšek.
2593 * Source/cmake/WebKitHelpers.cmake:
2595 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
2597 [GTK] gtkdoc does not appear in DevHelp
2598 https://bugs.webkit.org/show_bug.cgi?id=139369
2600 Reviewed by Philippe Normand.
2602 Expect the gtkdoc to be generated in folders named with the API version.
2604 * Source/PlatformGTK.cmake:
2606 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
2608 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
2609 https://bugs.webkit.org/show_bug.cgi?id=140609
2611 Reviewed by Csaba Osztrogonác.
2613 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
2614 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
2615 compilation flags. Those were added after the jsCStack branch merge, but
2616 can now be removed since the -ftree-dce issues were fixed in GCC, and
2617 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
2619 * Source/cmake/OptionsEfl.cmake:
2620 * Source/cmake/OptionsGTK.cmake:
2622 2015-01-26 Commit Queue <commit-queue@webkit.org>
2624 Unreviewed, rolling out r179107.
2625 https://bugs.webkit.org/show_bug.cgi?id=140880
2627 The GCC in the bots doesn't support the AsyncTask
2628 implementation (Requested by KaL on #webkit).
2632 "[GTK] Enable IndexedDB"
2633 https://bugs.webkit.org/show_bug.cgi?id=98932
2634 http://trac.webkit.org/changeset/179107
2636 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
2638 [GTK] Enable IndexedDB
2639 https://bugs.webkit.org/show_bug.cgi?id=98932
2641 Reviewed by Žan Doberšek.
2643 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2644 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2646 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
2648 [GTK] Add initial database process support
2649 https://bugs.webkit.org/show_bug.cgi?id=139491
2651 Reviewed by Sergio Villar Senin.
2653 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
2655 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
2657 Add a build flag for ES6 class syntax
2658 https://bugs.webkit.org/show_bug.cgi?id=140760
2660 Reviewed by Michael Saboff.
2662 * Source/cmake/WebKitFeatures.cmake:
2663 * Source/cmakeconfig.h.cmake:
2665 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2667 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
2668 https://bugs.webkit.org/show_bug.cgi?id=140049
2670 Reviewed by Gyuyoung Kim.
2672 * Source/cmake/OptionsCommon.cmake:
2674 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2676 Remove ENABLE(INSPECTOR) ifdef guards
2677 https://bugs.webkit.org/show_bug.cgi?id=140668
2679 Reviewed by Darin Adler.
2681 * Source/PlatformEfl.cmake:
2682 * Source/cmake/OptionsEfl.cmake:
2683 * Source/cmake/OptionsGTK.cmake:
2684 * Source/cmake/OptionsMac.cmake:
2685 * Source/cmake/WebKitFeatures.cmake:
2686 * Source/cmakeconfig.h.cmake:
2688 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
2690 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
2692 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2694 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2696 [CMAKE] Fix cmake warning
2697 https://bugs.webkit.org/show_bug.cgi?id=140497
2699 Reviewed by Gustavo Noronha Silva.
2701 r173155 already tried to fix cmake warning though, the warning is still exist.
2702 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
2703 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
2704 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
2705 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
2706 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
2710 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
2712 [GTK] Generate the make dist manifest from a CMake template file
2713 https://bugs.webkit.org/show_bug.cgi?id=139387
2715 Reviewed by Martin Robinson.
2717 Generate manifest.txt from manifest.txt.in. Only expose the dist and
2718 distcheck targets for developer builds, as they won't work when
2719 building from a tarball because the manifest is not distributed.
2721 * Source/PlatformGTK.cmake:
2723 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
2725 Remove ENABLE(SQL_DATABASE) guards
2726 https://bugs.webkit.org/show_bug.cgi?id=140434
2728 Reviewed by Darin Adler.
2730 * Source/cmake/OptionsMac.cmake:
2731 * Source/cmake/WebKitFeatures.cmake:
2732 * Source/cmakeconfig.h.cmake:
2734 2015-01-11 Sam Weinig <sam@webkit.org>
2736 Remove support for SharedWorkers
2737 https://bugs.webkit.org/show_bug.cgi?id=140344
2739 Reviewed by Anders Carlsson.
2741 * Source/cmake/OptionsEfl.cmake:
2742 * Source/cmake/OptionsGTK.cmake:
2743 * Source/cmake/OptionsMac.cmake:
2744 * Source/cmake/WebKitFeatures.cmake:
2745 * Source/cmakeconfig.h.cmake:
2747 2015-01-10 Dan Bernstein <mitz@apple.com>
2749 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
2750 https://bugs.webkit.org/show_bug.cgi?id=140339
2752 Reviewed by Mark Rowe.
2754 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
2755 prevents unnecessary rebuilding due to PATH differences.
2757 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
2759 [GTK][ThreadedCompositor] Add support for threaded compositor.
2760 https://bugs.webkit.org/show_bug.cgi?id=118265
2762 Reviewed by Martin Robinson.
2764 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
2765 autotools build systems. The feature is disabled by default.
2766 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
2767 from the feature flags.
2769 * Source/cmake/OptionsEfl.cmake:
2770 * Source/cmake/OptionsGTK.cmake:
2771 * Source/cmake/WebKitFeatures.cmake:
2772 * Source/cmakeconfig.h.cmake:
2774 2014-12-23 Alexey Proskuryakov <ap@apple.com>
2776 Simplify building with ASan
2777 https://bugs.webkit.org/show_bug.cgi?id=139916
2779 Reviewed by Mark Rowe.
2781 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
2783 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
2785 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
2787 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2789 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
2791 Null dereference performing a "TapAndAHalf" gesture in Google search field
2793 <https://bugs.webkit.org/show_bug.cgi?id=139506>
2794 <rdar://problem/19028828>
2796 Reviewed by Darin Adler.
2798 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
2800 2014-12-10 Dean Jackson <dino@apple.com>
2802 Blur filter performance test doesn't provide results
2803 https://bugs.webkit.org/show_bug.cgi?id=139462
2805 Reviewed by Sam Weinig.
2807 This can't currently work under our performance test
2808 infrastructure. Move it to a manual test to avoid
2809 putting FAILures into the results.
2811 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
2813 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
2815 [GTK][WK2] Add HTML5 Notifications support
2816 https://bugs.webkit.org/show_bug.cgi?id=61140
2818 Reviewed by Carlos Garcia Campos.
2820 * Source/cmake/FindLibNotify.cmake: Added.
2821 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
2822 libnotify and use it for a default implementation when found.
2824 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
2826 REGRESSION(r155906): Page content disappears on Tuaw article after loading
2827 https://bugs.webkit.org/show_bug.cgi?id=138100
2829 Reviewed by Simon Fraser.
2831 DRT causes an extra paint which makes it impossible to test this with
2834 * ManualTests/float-layer-not-painting.html: Added.
2836 2014-12-07 Alberto Garcia <berto@igalia.com>
2838 [GTK] WebKit has a new required dependency on GnuTLS
2839 https://bugs.webkit.org/show_bug.cgi?id=136158
2841 Reviewed by Martin Robinson.
2843 Detect if GnuTLS is installed and enable or disable subtle crypto
2844 support accordingly.
2846 * Source/cmake/OptionsGTK.cmake:
2848 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
2850 [GTK] Missing API detected in GObject DOM bindings after r176630
2851 https://bugs.webkit.org/show_bug.cgi?id=139201
2853 Reviewed by Gustavo Noronha Silva.
2855 Change GENERATE_BINDINGS macro to receive a list of optional
2856 additional dependencies, so that we can add more dependecies
2857 without having to change the macro.
2859 * Source/cmake/WebKitMacros.cmake:
2861 2014-12-05 Simon Fraser <simon.fraser@apple.com>
2863 Programmatic scrolling and content changes are not always synchronized
2864 https://bugs.webkit.org/show_bug.cgi?id=139245
2865 rdar://problem/18833612
2867 Reviewed by Anders Carlsson.
2869 Manual test that tries to sync layout with programmatic scrolling.
2871 * ManualTests/programmatic-scroll-flicker.html: Added.
2873 2014-12-04 Alberto Garcia <berto@igalia.com>
2875 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
2876 https://bugs.webkit.org/show_bug.cgi?id=136576
2878 Reviewed by Carlos Garcia Campos.
2880 CMake should complain if Accelerated 2D Canvas is explicitly
2881 enabled but cairo-gl is not found.
2883 * Source/cmake/OptionsGTK.cmake:
2885 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2887 [EFL] Add subtle crypto to the build system
2888 https://bugs.webkit.org/show_bug.cgi?id=138612
2890 Reviewed by Csaba Osztrogonác.
2892 * Source/cmake/OptionsEfl.cmake:
2894 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2896 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
2897 https://bugs.webkit.org/show_bug.cgi?id=139085
2899 Reviewed by Andreas Kling.
2901 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
2902 * Source/cmake/WebKitFeatures.cmake: ditto.
2903 * Source/cmakeconfig.h.cmake: ditto.
2905 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
2907 [EFL] Drop support for the EFL 1.7
2908 https://bugs.webkit.org/show_bug.cgi?id=139114
2910 Reviewed by Gyuyoung Kim.
2912 * Source/cmake/EFLHelpers.cmake: Removed.
2913 * Source/cmake/FindEcore.cmake: Removed.
2914 * Source/cmake/FindEdje.cmake: Removed.
2915 * Source/cmake/FindEet.cmake: Removed.
2916 * Source/cmake/FindEeze.cmake: Removed.
2917 * Source/cmake/FindEfreet.cmake: Removed.
2918 * Source/cmake/FindEina.cmake: Removed.
2919 * Source/cmake/FindElementary.cmake: Removed.
2920 * Source/cmake/FindEvas.cmake: Removed.
2921 * Source/cmake/OptionsEfl.cmake:
2923 2014-11-28 Philippe Normand <pnormand@igalia.com>
2925 [CMake] Build failure against GStreamer git master
2926 https://bugs.webkit.org/show_bug.cgi?id=138872
2928 Reviewed by Csaba Osztrogon.
2930 * Source/cmake/FindGStreamer.cmake: Simplified the
2931 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
2932 headers lookup, there's no need to do this manually. Also
2933 explicitely check the version specified in GStreamer_FIND_VERSION.
2935 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
2937 [EFL] Remove E_Dbus dependency
2938 https://bugs.webkit.org/show_bug.cgi?id=136355
2940 Reviewed by Gyuyoung Kim.
2942 * Source/cmake/FindE_DBus.cmake: Removed.
2943 * Source/cmake/OptionsEfl.cmake:
2945 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
2947 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2949 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2951 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
2953 [CMake] Use ld.gold if it is available to speedup builds
2954 https://bugs.webkit.org/show_bug.cgi?id=137953
2956 Reviewed by Carlos Garcia Campos.
2958 * Source/cmake/OptionsCommon.cmake:
2960 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
2962 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
2963 https://bugs.webkit.org/show_bug.cgi?id=138840
2965 Reviewed by Csaba Osztrogonác.
2967 * Source/cmake/OptionsCommon.cmake:
2969 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
2971 Remove Source/Platform cruft
2972 https://bugs.webkit.org/show_bug.cgi?id=138658
2974 Reviewed by Anders Carlsson.
2977 * Source/Platform: Removed.
2979 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
2981 Enable Cortex-A53-specific code paths by default if core is detected.
2982 https://bugs.webkit.org/show_bug.cgi?id=138499
2984 Reviewed by Csaba Osztrogonác.
2986 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
2987 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
2990 Since on ARM64/Linux the part number that cpuinfo reports depends on
2991 the core the query is run on, the check is bound to and executed on the
2992 available cores one by one.
2994 * Source/cmake/OptionsCommon.cmake:
2996 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2998 [EFL] Remove unnecessary version check from OptionsEfl.cmake
2999 https://bugs.webkit.org/show_bug.cgi?id=138498
3001 Reviewed by Csaba Osztrogonác.
3003 * Source/cmake/OptionsEfl.cmake:
3005 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3007 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
3008 https://bugs.webkit.org/show_bug.cgi?id=138465
3010 Reviewed by Gyuyoung Kim.
3012 * Source/cmake/OptionsEfl.cmake:
3014 2014-11-03 Dean Jackson <dino@apple.com>
3016 Add ENABLE_FILTERS_LEVEL_2 feature guard.
3017 https://bugs.webkit.org/show_bug.cgi?id=138362
3019 Reviewed by Tim Horton.
3021 Add a new feature define for Level 2 of CSS Filters.
3022 http://dev.w3.org/fxtf/filters-2/
3024 * Source/cmake/OptionsEfl.cmake:
3025 * Source/cmake/OptionsGTK.cmake:
3026 * Source/cmake/OptionsMac.cmake:
3027 * Source/cmake/WebKitFeatures.cmake:
3028 * Source/cmakeconfig.h.cmake:
3030 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
3032 Workaround for Cortex-A53 erratum 835769
3033 https://bugs.webkit.org/show_bug.cgi?id=138315
3035 Reviewed by Filip Pizlo.
3037 This patch introduces CMake variable and preprocessor macro
3038 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
3039 code paths, if set true.
3041 * Source/cmake/OptionsCommon.cmake:
3042 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
3044 * Source/cmakeconfig.h.cmake:
3045 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
3047 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
3049 [GTK] Fix the build of FTL JIT
3050 https://bugs.webkit.org/show_bug.cgi?id=138298
3052 Reviewed by Carlos Garcia Campos.
3054 * Source/cmake/OptionsGTK.cmake:
3055 Remove the need for the LIBCXXABI package.
3057 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
3059 REGRESSION(CMake): Make it possible to build without introspection
3060 https://bugs.webkit.org/show_bug.cgi?id=138006
3062 Reviewed by Philippe Normand.
3064 Add ENABLE_INTROSPECTION option.
3066 * Source/PlatformGTK.cmake: Dot not add gir global target if
3067 introspection is disabled.
3068 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
3069 introspection is disabled.
3071 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
3073 [GTK] Support script message handlers WebKitUserContentManager
3074 https://bugs.webkit.org/show_bug.cgi?id=133730
3076 Reviewed by Carlos Garcia Campos.
3078 Support user script message handlers in WebKitUserContentManager.
3079 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
3080 an option is added to the CMake build files. The option is disabled
3081 globally by default, and the WebKitGTK port enables it. On the API
3082 level, two new methods to register and unregister names are provided
3083 in the "window.webkit" namespace, and on message reception the
3084 "WebKitUserContentManager::script-message-received" signal is
3085 emitted, using the registered names as signal detail.
3087 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
3088 ENABLE_USER_MESSAGE_HANDLERS feature by default.
3089 * Source/cmake/WebKitFeatures.cmake: Add feature description for
3090 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
3092 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
3094 [GTK] Bump libsoup's minimum version to 2.42.0.
3095 https://bugs.webkit.org/show_bug.cgi?id=138086
3097 Reviewed by Martin Robinson.
3099 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
3100 soup-version.h header was added to soup.h in 2.41.4, which then becomes
3101 the minimum version required to build the port these days.
3103 In addition, since the autotools build system required 2.42.0 before
3104 being retired, require the same version here. Version 2.42.0 was also
3106 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
3108 * Source/cmake/OptionsGTK.cmake:
3110 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3112 [EFL] Remove unnecessary defines from OptionsEfl.cmake
3113 https://bugs.webkit.org/show_bug.cgi?id=138132
3115 Reviewed by Csaba Osztrogonác.
3117 * Source/cmake/OptionsEfl.cmake:
3119 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
3121 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
3123 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3125 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
3127 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
3128 https://bugs.webkit.org/show_bug.cgi?id=137946
3130 Reviewed by Gyuyoung Kim.
3132 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
3134 * Source/cmake/OptionsEfl.cmake:
3136 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3138 Fix FTL Native Inlining for EFL
3139 https://bugs.webkit.org/show_bug.cgi?id=137774
3141 Reviewed by Michael Saboff.
3143 Updated CMake for FTL Native Inlining.
3146 * Source/cmake/FindClang.cmake: Added.
3147 * Source/cmake/OptionsEfl.cmake:
3148 * Source/cmakeconfig.h.cmake:
3150 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
3152 Web Inspector: Generate all Inspector domains together in JavaScriptCore
3153 https://bugs.webkit.org/show_bug.cgi?id=137748
3155 Reviewed by Brian Burg.
3157 * Source/PlatformEfl.cmake:
3159 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
3161 [GTK] Add initial gestures support
3162 https://bugs.webkit.org/show_bug.cgi?id=137812
3164 Reviewed by Sergio Villar Senin.
3166 Check if the GTK+ version supports gestures or not.
3168 * Source/cmake/FindGTK3.cmake:
3169 * Source/cmake/OptionsGTK.cmake:
3171 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
3173 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
3174 https://bugs.webkit.org/show_bug.cgi?id=137781
3176 Reviewed by Martin Robinson.
3178 We used to enable smooth scrolling unconditionally in autotools
3179 (via WebKitFeatures.m4), but since the switch to CMake it's
3180 unconditionally disabled, so changing the setting doesn't have any
3183 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
3185 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
3187 Removing CUSTOM_PROTOCOLS guard
3188 https://bugs.webkit.org/show_bug.cgi?id=137741
3190 Reviewed by Benjamin Poulain.
3192 * Source/cmake/OptionsEfl.cmake:
3194 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
3196 [EFL] Enable WebP support.
3197 https://bugs.webkit.org/show_bug.cgi?id=136156
3199 Reviewed by Gyuyoung Kim.
3201 Add WebP package finding rule.
3203 * Source/cmake/OptionsEfl.cmake:
3205 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
3207 [EFL] Enable custom URI schemes with CustomProtocols
3208 https://bugs.webkit.org/show_bug.cgi?id=128177
3210 Reviewed by Gyuyoung Kim.
3212 Fixing ewk_context_url_scheme_register() ewebkit2 API
3213 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
3215 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
3217 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
3219 Bump version to 2.7.0
3220 https://bugs.webkit.org/show_bug.cgi?id=137301
3222 Rubber-stamped by Carlos Garcia Campos.
3224 * Source/cmake/OptionsGTK.cmake: Bump version numbers
3226 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3228 [EFL] Rename TEST_THEME_DIR macro
3229 https://bugs.webkit.org/show_bug.cgi?id=137244
3231 Reviewed by Csaba Osztrogonác.
3233 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
3235 2014-09-27 Dan Bernstein <mitz@apple.com>
3237 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
3238 https://bugs.webkit.org/show_bug.cgi?id=137053
3240 Reviewed by Mark Rowe.
3242 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3243 In the build pre-action, pass the --wksi and --llvm options to
3244 copy-webkitlibraries-to-product-directory.
3245 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
3247 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
3249 [GTK] Enable CSS_IMAGE_SET in production builds
3250 https://bugs.webkit.org/show_bug.cgi?id=137142
3252 Reviewed by Alejandro G. Castro.
3254 This is required by the inspector to show some of the icons that
3255 has a HiDPI variant.
3257 * Source/cmake/OptionsGTK.cmake:
3259 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
3261 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
3262 https://bugs.webkit.org/show_bug.cgi?id=136377
3264 Reviewed by Philippe Normand.
3266 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
3267 for CMake versions less than 3.
3269 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
3271 Remove WinCE port from trunk
3272 https://bugs.webkit.org/show_bug.cgi?id=136951
3274 Reviewed by Alex Christensen.
3276 * Source/cmake/OptionsWinCE.cmake: Removed.
3277 * Source/cmake/WebKitPackaging.cmake:
3279 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
3281 [EFL][GTK] Remove WebKit1 related codes
3282 https://bugs.webkit.org/show_bug.cgi?id=136853
3284 Reviewed by Csaba Osztrogonác.
3286 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
3289 * Source/PlatformGTK.cmake:
3291 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3294 https://bugs.webkit.org/show_bug.cgi?id=136820
3296 Reviewed by Csaba Osztrogonác.
3298 * Source/cmake/FindICU.cmake:
3300 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
3302 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
3303 https://bugs.webkit.org/show_bug.cgi?id=136814
3305 Reviewed by Philippe Normand.
3307 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
3308 We bundle the wayland-egl dependency with wayland-client and wayland-server
3309 and store the resulting variables with the WAYLAND_ prefix. Because of this
3310 this line wasn't exporting anything useful.
3312 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
3314 URTBF after r173574.
3316 * Source/cmake/WebKitMacros.cmake:
3318 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
3320 [JavaScriptCore] Fix FTL on platform EFL.
3321 https://bugs.webkit.org/show_bug.cgi?id=133571
3323 Reviewed by Filip Pizlo.
3327 * Source/cmake/FindLIBCXXABI.cmake: Removed.
3328 * Source/cmake/OptionsEfl.cmake:
3330 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3333 https://bugs.webkit.org/show_bug.cgi?id=136571
3335 Reviewed by Darin Adler.
3337 * Source/cmake/OptionsEfl.cmake:
3338 * Source/cmake/OptionsGTK.cmake:
3339 * Source/cmake/OptionsMac.cmake:
3340 * Source/cmake/WebKitFeatures.cmake:
3341 * Source/cmakeconfig.h.cmake:
3343 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3345 Remove CSS_FILTERS flag
3346 https://bugs.webkit.org/show_bug.cgi?id=136529
3348 Reviewed by Dirk Schulze.
3350 * Source/cmake/OptionsEfl.cmake:
3351 * Source/cmake/OptionsGTK.cmake:
3352 * Source/cmake/OptionsMac.cmake:
3353 * Source/cmake/WebKitFeatures.cmake:
3354 * Source/cmakeconfig.h.cmake:
3356 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3358 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
3359 https://bugs.webkit.org/show_bug.cgi?id=136194
3361 Reviewed by Csaba Osztrogonác.
3363 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
3367 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3369 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
3370 https://bugs.webkit.org/show_bug.cgi?id=135560
3372 Reviewed by Gyuyoung Kim.
3374 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
3376 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
3378 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
3379 https://bugs.webkit.org/show_bug.cgi?id=136343
3381 Reviewed by David Kilzer.
3383 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
3385 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3386 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3388 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
3390 [EFL] Share fast/speechsynthesis/ with other ports
3391 https://bugs.webkit.org/show_bug.cgi?id=136224
3393 Reviewed by Chris Fleizach.
3395 Enable WebSpeech for EFL.
3397 * Source/cmake/OptionsEfl.cmake:
3399 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
3401 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
3402 https://bugs.webkit.org/show_bug.cgi?id=136127
3404 Reviewed by Gyuyoung Kim.
3406 Add build support for espeak.
3408 * Source/cmake/FindEspeak.cmake: Added.
3409 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
3411 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
3413 [EFL] Build break using clang
3414 https://bugs.webkit.org/show_bug.cgi?id=136245
3416 Reviewed by Gyuyoung Kim.
3418 * Source/cmake/OptionsEfl.cmake:
3419 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
3420 Some warnings are from system libraries.
3422 2014-08-25 Alberto Garcia <berto@igalia.com>
3424 [GTK] Unify webkitgtk and webkit2gtk directories
3425 https://bugs.webkit.org/show_bug.cgi?id=136209
3427 Reviewed by Carlos Garcia Campos.
3429 Use webkit2gtk-X.X both for the process binaries and the injected
3432 * Source/cmake/OptionsGTK.cmake:
3434 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3436 [EFL] Move Efl specific code from Source/CMakeLists.txt
3437 https://bugs.webkit.org/show_bug.cgi?id=136206
3439 Reviewed by Gyuyoung Kim.
3441 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
3442 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
3444 * Source/CMakeLists.txt:
3445 * Source/cmake/OptionsEfl.cmake:
3447 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3449 [EFL] Introduce DEVELOPER_MODE
3450 https://bugs.webkit.org/show_bug.cgi?id=135884
3452 Reviewed by Gyuyoung Kim.
3454 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
3455 instead of SHARED_CORE.
3456 SHARED_CORE can reduce link time and memory consumption but it is slightly different
3457 from release binary.
3459 * Source/cmake/OptionsEfl.cmake:
3460 * Source/cmake/WebKitHelpers.cmake:
3461 Moved fvisibility=hidden to OptionsEfl.cmake
3463 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
3465 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
3466 https://bugs.webkit.org/show_bug.cgi?id=136110
3468 Reviewed by Gyuyoung Kim.
3470 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
3472 * Source/cmake/OptionsEfl.cmake:
3474 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3476 [EFL] Apply eflsymbols.filter to WebKit2
3477 https://bugs.webkit.org/show_bug.cgi?id=136148
3479 Reviewed by Csaba Osztrogonác.
3481 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
3482 in the eflsymbols.filter.
3484 * Source/cmake/OptionsEfl.cmake:
3485 * Source/cmake/eflsymbols.filter:
3487 2014-08-21 Zalan Bujtas <zalan@apple.com>
3489 Enable SATURATED_LAYOUT_ARITHMETIC.
3490 https://bugs.webkit.org/show_bug.cgi?id=136106
3492 Reviewed by Simon Fraser.
3494 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
3495 (No measurable performance regression on Mac.)
3497 * Source/cmake/OptionsMac.cmake:
3498 * Source/cmake/WebKitFeatures.cmake:
3499 * Source/cmakeconfig.h.cmake:
3501 2014-08-19 Zalan Bujtas <zalan@apple.com>
3503 Remove ENABLE(SUBPIXEL_LAYOUT).
3504 https://bugs.webkit.org/show_bug.cgi?id=136077
3506 Reviewed by Simon Fraser.
3508 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
3510 * Source/cmake/OptionsEfl.cmake:
3511 * Source/cmake/OptionsGTK.cmake:
3512 * Source/cmake/OptionsMac.cmake:
3513 * Source/cmake/WebKitFeatures.cmake:
3514 * Source/cmakeconfig.h.cmake:
3516 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
3518 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
3519 https://bugs.webkit.org/show_bug.cgi?id=135980
3521 Reviewed by Martin Robinson.
3523 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
3524 overrides any other disabled optimization that was prepended to these
3525 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
3526 lists first in the final list of compilation flags.
3528 To avoid -On re-enabling optimizations that we'd like to keep disabled,
3529 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
3531 * Source/cmake/OptionsCommon.cmake:
3532 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
3533 * Source/cmake/OptionsGTK.cmake:
3535 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3537 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
3539 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3541 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
3543 [GTK] Disable memory sampler on non-Linux system
3544 https://bugs.webkit.org/show_bug.cgi?id=134483
3546 Reviewed by Philippe Normand.
3548 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
3549 Linux because it uses many Linux-specific features, so we should disable
3550 memory sampler on other systems by default.
3552 * Source/cmake/OptionsGTK.cmake:
3554 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3556 [GTK] HTML API documentation should also be installed versioned
3557 https://bugs.webkit.org/show_bug.cgi?id=135970
3559 Reviewed by Philippe Normand.
3561 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
3564 2014-08-14 Tomas Popela <tpopela@redhat.com>
3566 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
3567 https://bugs.webkit.org/show_bug.cgi?id=135937
3569 Reviewed by Carlos Garcia Campos.
3573 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3575 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
3576 https://bugs.webkit.org/show_bug.cgi?id=135934
3578 Reviewed by Gustavo Noronha Silva.
3580 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
3581 The gir files should installed in $datadir/gir-1.0/ together with all other
3582 gir files. We don't need to install introspection files in a versioned
3583 directory because their filenames already contain the binary version. But before
3584 r171598, the files were only installed to the right directory if the
3585 gobject-instrospection pkg-config file was in the same prefix than the one we
3586 wanted to install, because the gir and typelibs directories were extracted from
3587 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
3588 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
3589 like we do in the autotools build.
3591 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
3592 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3593 * Source/cmake/OptionsGTK.cmake: Define
3594 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3596 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3598 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
3599 https://bugs.webkit.org/show_bug.cgi?id=135836
3601 Reviewed by Philippe Normand.
3603 * Source/PlatformGTK.cmake: Add install command to also install
3604 the GObject DOM bindings API docs.
3606 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
3608 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
3609 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
3610 re-set CMAKE_C_FLAGS with the new string. The two flags should really
3611 be appended to CMAKE_C_FLAGS and the same variable re-set with the
3614 * Source/cmake/OptionsCommon.cmake:
3616 2014-08-13 Alex Christensen <achristensen@webkit.org>
3618 Progress towards CMake on Mac.
3619 https://bugs.webkit.org/show_bug.cgi?id=135819
3621 Reviewed by Laszlo Gombos.
3623 * Source/cmake/OptionsMac.cmake:
3624 Disable some more features temporarily to get CMake working.
3625 * Source/cmake/WebKitMacros.cmake:
3626 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
3628 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3630 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
3631 https://bugs.webkit.org/show_bug.cgi?id=135798
3633 Reviewed by Philippe Normand.
3635 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
3637 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3638 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3639 https://bugs.webkit.org/show_bug.cgi?id=133317
3641 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3643 Reviewed by Philippe Normand.
3645 No new tests since no new functionality has been added.
3647 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3649 2014-08-11 Commit Queue <commit-queue@webkit.org>
3651 Unreviewed, rolling out r172393.
3652 https://bugs.webkit.org/show_bug.cgi?id=135796
3654 discussion needed about GnuTLS version bump on the bots
3655 (Requested by philn on #webkit).
3659 https://bugs.webkit.org/show_bug.cgi?id=133317
3660 http://trac.webkit.org/changeset/172393
3662 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3663 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3664 https://bugs.webkit.org/show_bug.cgi?id=133317
3666 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3668 Reviewed by Philippe Normand.
3670 No new tests since no new functionality has been added.
3672 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3674 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3676 [GTK] Adds stubs for all subtle crypto algorithm implemntations
3677 https://bugs.webkit.org/show_bug.cgi?id=133316
3679 Reviewed by Philippe Normand.
3681 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
3682 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
3683 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
3685 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
3687 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
3689 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3691 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3693 [GTK] REGRESSION(r166239): The ld version script is not being used
3694 https://bugs.webkit.org/show_bug.cgi?id=135694
3696 Reviewed by Martin Robinson.
3698 Move the symbols filter file from Tools/gtk to Source/cmake and rename
3699 it as gtksymbols.filter. Also updated it, since some of the symbols
3700 exported were renamed.
3702 * Source/cmake/OptionsGTK.cmake:
3703 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
3705 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3707 [GTK] Child processes should be installed in a versioned directory
3708 https://bugs.webkit.org/show_bug.cgi?id=135754
3710 Reviewed by Gustavo Noronha Silva.
3712 Define LIBEXEC_INSTALL_DIR as
3713 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
3714 so that the child processes are installed in $libexec/webkitgtk-4.0.
3715 This makes it possible to install 2.6 in parallel to older versions.
3717 * Source/cmake/OptionsGTK.cmake:
3719 2014-08-08 Alex Christensen <achristensen@webkit.org>
3721 Progress towards using CMake on Mac.
3722 https://bugs.webkit.org/show_bug.cgi?id=135662
3724 Reviewed by Laszlo Gombos.
3727 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
3728 * Source/cmake/WebKitFeatures.cmake:
3729 * Source/cmakeconfig.h.cmake:
3730 Added features that are needed by the Mac port.
3731 * Source/cmake/OptionsMac.cmake:
3732 Enable CSS_IMAGE_SET based on FeatureDefines.h.
3733 Disable the FTL with CMake for now.
3734 * Source/cmake/OptionsEFL.cmake:
3735 * Source/cmake/OptionsGTK.cmake:
3736 Enable subpixel layout to not conflict with FeatureDefines.h
3738 2014-08-08 Simon Fraser <simon.fraser@apple.com>
3740 Undo some erroneous changes to the Xcode scheme files from r172259.
3742 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3743 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3745 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
3747 [CMake] Drop the required version of CMake down to 2.8.8
3748 https://bugs.webkit.org/show_bug.cgi?id=135713
3750 Reviewed by Alex Christensen.
3752 * CMakeLists.txt: Require CMake 2.8.8.
3754 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
3756 Get rid of INPUT_SPEECH
3757 https://bugs.webkit.org/show_bug.cgi?id=135672
3759 Reviewed by Andreas Kling.
3761 * Source/cmake/OptionsMac.cmake:
3762 * Source/cmake/WebKitFeatures.cmake:
3763 * Source/cmakeconfig.h.cmake:
3765 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
3767 [GTK] Disable IndexedDB
3768 https://bugs.webkit.org/show_bug.cgi?id=135692
3770 Reviewed by Carlos Garcia Campos.
3772 * Source/cmake/OptionsGTK.cmake:
3774 2014-08-06 Dean Jackson <dino@apple.com>
3776 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
3777 https://bugs.webkit.org/show_bug.cgi?id=135675
3779 Reviewed by Sam Weinig.
3781 * Source/cmake/OptionsGTK.cmake:
3782 * Source/cmake/OptionsMac.cmake:
3783 * Source/cmake/WebKitFeatures.cmake:
3784 * Source/cmakeconfig.h.cmake:
3786 2014-08-06 David Farler <dfarler@apple.com>
3788 Unreviewed build fix: Make includes semicolon in assignment.
3790 * Makefile.shared: Remove a ;
3792 2014-08-06 David Farler <dfarler@apple.com>
3794 Set DSYMUTIL_NUM_THREADS to the number of logical cores
3795 https://bugs.webkit.org/show_bug.cgi?id=135655
3797 Reviewed by Mark Rowe.
3799 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
3801 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
3803 [GTK] Be able to disable gtk2 dependency
3804 https://bugs.webkit.org/show_bug.cgi?id=135505
3806 Reviewed by Gustavo Noronha Silva.
3808 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
3809 required when it's enabled. It's enabled by default.
3811 * Source/cmake/OptionsGTK.cmake:
3813 2014-08-05 Alex Christensen <achristensen@webkit.org>
3816 https://bugs.webkit.org/show_bug.cgi?id=135620
3818 Reviewed by Laszlo Gombos.
3820 * Source/cmake/OptionsMac.cmake:
3821 Use UDIS86 by default on Mac.
3823 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
3825 Add a flag for the CSS Selectors level 4 implementation
3826 https://bugs.webkit.org/show_bug.cgi?id=135535
3828 Reviewed by Andreas Kling.
3830 * Source/cmake/OptionsEfl.cmake:
3831 * Source/cmake/OptionsGTK.cmake:
3832 * Source/cmake/WebKitFeatures.cmake:
3833 * Source/cmakeconfig.h.cmake:
3835 2014-08-04 Alex Christensen <achristensen@webkit.org>
3837 Progress towards CMake on Mac.
3838 https://bugs.webkit.org/show_bug.cgi?id=135528
3840 Reviewed by Gyuyoung Kim.
3842 * Source/cmake/OptionsMac.cmake:
3843 Made options list based on FeatureDefines.xcconfig files.
3845 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3847 [GTK] Windowing target support should reflect the support in the GTK+ dependency
3848 https://bugs.webkit.org/show_bug.cgi?id=134736
3850 Reviewed by Martin Robinson.
3852 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
3853 support the X11 or Wayland windowing targets -- instead, if there's no support
3854 the specific target is disabled, and an error is thrown only if neither of the
3855 backends is enabled at the end..
3856 For now the X11 target remains enabled by default, and the Wayland target is
3857 kept disabled. Once it's possible to have both targets enabled at runtime in
3858 WebKit, the Wayland target will be enabled as well and we'll leave it to the
3859 GTK+ dependency to determine which targets can be enabled.