1 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
3 Removing XHR_TIMEOUT guard
5 Remove XHR_TIMEOUT compilation guard
6 https://bugs.webkit.org/show_bug.cgi?id=149260
8 Reviewed by Benjamin Poulain.
10 * Source/cmake/OptionsEfl.cmake:
11 * Source/cmake/OptionsGTK.cmake:
12 * Source/cmake/OptionsMac.cmake:
13 * Source/cmake/OptionsWin.cmake:
14 * Source/cmake/WebKitFeatures.cmake:
16 2015-09-18 Alex Christensen <achristensen@webkit.org>
18 Fix tests on Windows after switching to CMake.
19 https://bugs.webkit.org/show_bug.cgi?id=149339
21 Reviewed by Brent Fulgham.
23 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
25 2015-09-17 Alex Christensen <achristensen@webkit.org>
27 Fix Windows EWS build after r189934.
29 * Source/cmake/OptionsWin.cmake:
30 Use WEBKIT_LIBRARIES environment variable if it exists.
31 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
33 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
35 Add ShadowRoot interface and Element.prototype.attachShadow
36 https://bugs.webkit.org/show_bug.cgi?id=149187
38 Reviewed by Antti Koivisto.
40 * Source/cmake/OptionsGTK.cmake:
42 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
44 [cmake] Enable debug fission only if it is supported
45 https://bugs.webkit.org/show_bug.cgi?id=149161
47 Reviewed by Martin Robinson.
49 * Source/cmake/OptionsCommon.cmake:
51 2015-09-14 Alex Christensen <achristensen@webkit.org>
53 Progress towards CMake on Mac.
54 https://bugs.webkit.org/show_bug.cgi?id=149123
56 Reviewed by Chris Dumez.
58 * Source/cmake/OptionsMac.cmake:
59 * Source/cmake/WebKitFeatures.cmake:
60 Defined and enabled some more features needed on Mac.
61 * Source/cmake/WebKitMacros.cmake:
62 Objective C bindings need special changes when generating:
63 Some of the bindings do not generate a .mm file but the header is needed.
64 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
65 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
67 2015-09-08 Daniel Bates <dabates@apple.com>
69 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
70 https://bugs.webkit.org/show_bug.cgi?id=74729
71 <rdar://problem/22550195>
73 Reviewed by Jon Honeycutt.
75 * ManualTests/compositing/resources/composited-subframe.html: Removed.
76 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
78 2015-09-06 Andy Estes <aestes@apple.com>
80 WebKit.xcworkspace should be be able to build iOS platforms
81 https://bugs.webkit.org/show_bug.cgi?id=148881
83 Reviewed by Daniel Bates.
85 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
86 for all supported platforms.
88 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
89 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
91 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
93 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
94 photo library uploads a JPEG
95 https://bugs.webkit.org/show_bug.cgi?id=148849
97 Reviewed by Daniel Bates.
99 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
100 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
101 functionality doesn't exist on iOS, so we'll add a manual test.
102 This tests that the first few bytes of the selected file are "GIF".
104 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
106 Follow-up patch for r189343.
107 https://bugs.webkit.org/show_bug.cgi?id=148795
109 Rubber-stamped by Csaba Osztrogonác.
111 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
112 to 1.9, since this seems to be enough to fix the build failure.
113 And 2.0 may cause problems for developers using some distributions like Ubuntu.
115 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
117 [CMake] Trigger the memory-reduction tricks on armhf too
118 https://bugs.webkit.org/show_bug.cgi?id=146640
120 Reviewed by Csaba Osztrogonác.
122 * Source/cmake/OptionsCommon.cmake:
123 Activate --no-keep-memory even on armhf to reduce the amount of memory
124 needed during linking, to avoid out-of-memory failures as much as
127 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
129 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
130 https://bugs.webkit.org/show_bug.cgi?id=148795
132 Rubber-stamped by Carlos Garcia Campos.
134 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
136 2015-09-02 Alex Christensen <achristensen@webkit.org>
138 Make bison grammar compatible with bison 2.1
139 https://bugs.webkit.org/show_bug.cgi?id=148731
141 Reviewed by Tim Horton.
143 * Source/cmake/WebKitCommon.cmake:
146 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
148 [CMake] Build with Debug Fission on by default on Debug builds.
149 https://bugs.webkit.org/show_bug.cgi?id=148639
151 Reviewed by Martin Robinson.
153 * Source/cmake/OptionsCommon.cmake:
155 2015-08-29 Alex Christensen <achristensen@webkit.org>
157 Unreviewed build fix after r179923.
159 * Source/CMakeLists.txt:
160 bmalloc isn't ported to Windows yet.
162 2015-08-27 Alex Christensen <achristensen@webkit.org>
164 Isolate Source directories in CMake build
165 https://bugs.webkit.org/show_bug.cgi?id=148389
167 Reviewed by Brent Fulgham.
170 * Source/cmake/WebKitCommon.cmake:
171 Move package finding to WebKitCommon.
173 2015-08-26 Per Arne Vollan <peavo@outlook.com>
175 [Win] Build does not generate debug info.
176 https://bugs.webkit.org/show_bug.cgi?id=148431
178 Reviewed by Alex Christensen.
180 Generate debug info for Windows builds.
182 * Source/cmake/OptionsWin.cmake:
184 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
186 [GTK] Disable ACCELERATED_2D_CANVAS by default
187 https://bugs.webkit.org/show_bug.cgi?id=148473
189 Reviewed by Martin Robinson.
191 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
192 but not on Debian (which does not). We've known this was problematic for a while, since it
193 means we have two different sets of distro-dependent bugs, but never decided whether that
194 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
195 have the same bugs everywhere. We can turn this on again for other distros when we're ready
196 to turn it on for Debian.
198 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
201 * Source/cmake/OptionsGTK.cmake:
203 2015-08-25 Commit Queue <commit-queue@webkit.org>
205 Unreviewed, rolling out r188919.
206 https://bugs.webkit.org/show_bug.cgi?id=148452
208 broke build (Requested by alexchristensen on #webkit).
212 "[Win] Build does not generate debug info."
213 https://bugs.webkit.org/show_bug.cgi?id=148431
214 http://trac.webkit.org/changeset/188919
216 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
218 [GTK] r186800 broke the build on Ubuntu 14.04
219 https://bugs.webkit.org/show_bug.cgi?id=147559
221 Reviewed by Martin Robinson.
223 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
224 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
226 2015-08-25 Per Arne Vollan <peavo@outlook.com>
228 [Win] Build does not generate debug info.
229 https://bugs.webkit.org/show_bug.cgi?id=148431
231 Reviewed by Brent Fulgham.
233 Generate debug info for Windows builds.
235 * Source/cmake/OptionsWin.cmake:
237 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
239 [GTK] Auto-detection of cairo-gl fails
240 https://bugs.webkit.org/show_bug.cgi?id=148189
242 Reviewed by Žan Doberšek.
244 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
245 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
246 deemed available, which might not be the case.
247 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
249 2015-08-19 Alex Christensen <achristensen@webkit.org>
251 CMake Windows build should not include files directly from other Source directories
252 https://bugs.webkit.org/show_bug.cgi?id=148198
254 Reviewed by Brent Fulgham.
256 * Source/cmake/WebKitMacros.cmake:
258 2015-08-19 Alex Christensen <achristensen@webkit.org>
260 Build TestWTF on Mac with CMake.
261 https://bugs.webkit.org/show_bug.cgi?id=147972
263 Reviewed by Tim Horton.
265 * Source/cmake/OptionsMac.cmake:
266 Enable API tests in Mac's CMake build.
268 2015-08-18 Alex Christensen <achristensen@webkit.org>
270 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
271 https://bugs.webkit.org/show_bug.cgi?id=148127
273 Reviewed by Martin Robinson.
276 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
278 2015-08-17 Alex Christensen <achristensen@webkit.org>
280 [Win CMake] Allow WebKitLibraries directory to be set from the command line
281 https://bugs.webkit.org/show_bug.cgi?id=148112
283 Reviewed by Brent Fulgham.
285 * Source/cmake/OptionsWin.cmake:
286 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
287 Instead, use the default location if nothing is passed in from the command line.
288 This way we can set it from the command line for the AppleInternal build.
289 Also, set the output directories to be consistent between the old and new build systems (and ninja).
291 2015-08-17 Alex Christensen <achristensen@webkit.org>
293 Build Debug Suffix on Windows with CMake
294 https://bugs.webkit.org/show_bug.cgi?id=148083
296 Reviewed by Brent Fulgham.
298 * Source/cmake/OptionsWin.cmake:
299 Use debug libraries in debug suffix builds.
301 2015-08-17 Alex Christensen <achristensen@webkit.org>
303 Move some commands from ./CMakeLists.txt to Source/cmake
304 https://bugs.webkit.org/show_bug.cgi?id=148003
306 Reviewed by Brent Fulgham.
309 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
310 so we can change directory structure from command line parameters.
311 * Source/cmake/OptionsAppleWin.cmake:
312 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
313 * Source/cmake/OptionsWinCairo.cmake:
314 * Source/cmake/OptionsWindows.cmake: Removed.
315 * Source/cmake/WebKitCommon.cmake: Added.
316 * Source/cmake/WebKitFS.cmake:
318 2015-08-13 Commit Queue <commit-queue@webkit.org>
320 Unreviewed, rolling out r188428.
321 https://bugs.webkit.org/show_bug.cgi?id=148015
323 broke cmake build (Requested by alexchristensen on #webkit).
327 "Move some commands from ./CMakeLists.txt to Source/cmake"
328 https://bugs.webkit.org/show_bug.cgi?id=148003
329 http://trac.webkit.org/changeset/188428
331 2015-08-13 Alex Christensen <achristensen@webkit.org>
333 Move some commands from ./CMakeLists.txt to Source/cmake
334 https://bugs.webkit.org/show_bug.cgi?id=148003
336 Reviewed by Brent Fulgham.
339 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
340 so we can change directory structure from command line parameters.
341 * Source/cmake/WebKitCommon.cmake: Added.
342 * Source/cmake/WebKitFS.cmake:
344 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
346 A focused node should not be assisted when handling touch events synchronously
347 https://bugs.webkit.org/show_bug.cgi?id=147836
349 Reviewed by Enrica Casucci.
351 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
353 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
354 input can still be assisted due to a touch event.
355 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
356 event does not automatically cause us to assist the currently focused node.
358 2015-08-12 Alex Christensen <achristensen@webkit.org>
360 Fix Debug CMake builds on Windows
361 https://bugs.webkit.org/show_bug.cgi?id=147940
363 Reviewed by Chris Dumez.
365 * Source/cmake/OptionsWindows.cmake:
366 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
368 2015-08-10 Alex Christensen <achristensen@webkit.org>
370 Build TestWebKitAPI with CMake on Windows
371 https://bugs.webkit.org/show_bug.cgi?id=147851
373 Reviewed by Chris Dumez.
375 * Source/cmake/OptionsWindows.cmake:
376 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
378 2015-08-06 Alex Christensen <achristensen@webkit.org>
380 [Win] CMake build fix after r188098.
382 * Source/cmake/OptionsWinCairo.cmake:
383 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
385 2015-08-04 Alex Christensen <achristensen@webkit.org>
387 Fix quirks with CMake and VS2015
388 https://bugs.webkit.org/show_bug.cgi?id=147663
390 Reviewed by Brent Fulgham.
392 * Source/cmake/OptionsWindows.cmake:
393 Hide some warnings. Using the same variable names in nested scopes is ok for now.
394 Disable INTL for now.
396 2015-08-04 Alex Christensen <achristensen@webkit.org>
398 Enable WebGL on Windows CMake build.
399 https://bugs.webkit.org/show_bug.cgi?id=143311
401 Reviewed by Csaba Osztrogonác.
403 * Source/cmake/OptionsWindows.cmake:
404 Enable WebGL by default in CMake builds now that it works.
406 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
408 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
409 https://bugs.webkit.org/show_bug.cgi?id=147625
411 Reviewed by Martin Robinson.
413 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
414 components unless they were actually found, not to accidentally
415 enable Accelerated 2D canvas, which would cause the build to fail.
417 * Source/cmake/FindCairoGL.cmake: Set this variables only when
418 pkg_check_modules() had actually found the relevant component.
420 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
422 [CMake] Add an option to build AllInOne files
423 https://bugs.webkit.org/show_bug.cgi?id=102647
425 Reviewed by Alex Christensen.
427 * Source/cmake/OptionsEfl.cmake: Disabled by default.
428 * Source/cmake/OptionsGTK.cmake: Disabled by default.
429 * Source/cmake/OptionsWindows.cmake: Enabled by default.
430 * Source/cmake/WebKitFeatures.cmake:
431 * Source/cmake/WebKitMacros.cmake:
433 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
435 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
437 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
439 2015-07-31 Alex Christensen <achristensen@webkit.org>
441 Prepare for debug CMake builds on Windows.
442 https://bugs.webkit.org/show_bug.cgi?id=147484
444 Reviewed by Tim Horton.
446 * Source/cmake/OptionsWindows.cmake:
447 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
449 2015-07-30 Joonghun Park <jh718.park@samsung.com>
451 [EFL] Enable IndexedDB based on DatabaseProcess
452 https://bugs.webkit.org/show_bug.cgi?id=147221
454 Reviewed by Csaba Osztrogonác.
456 * Source/cmake/OptionsEfl.cmake:
458 2015-07-30 Alex Christensen <achristensen@webkit.org>
460 Build AppleWin port with CMake
461 https://bugs.webkit.org/show_bug.cgi?id=147385
463 Reviewed by Martin Robinson.
465 * Source/cmake/OptionsWindows.cmake:
466 Use the static multithreaded runtime. Based on
467 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
469 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
471 Implement basic types for ECMAScript Internationalization API
472 https://bugs.webkit.org/show_bug.cgi?id=146926
474 Reviewed by Benjamin Poulain.
476 Enable flag now that the basic objects are in place.
478 * Source/cmake/WebKitFeatures.cmake: enable INTL
480 2015-07-29 Basile Clement <basile_clement@apple.com>
482 Remove native call inlining
483 https://bugs.webkit.org/show_bug.cgi?id=147417
485 Rubber-stamped by Filip Pizlo.
487 * Source/cmake/OptionsEfl.cmake:
488 * Source/cmake/WebKitFeatures.cmake:
490 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
492 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
493 https://bugs.webkit.org/show_bug.cgi?id=147350
495 Reviewed by Sam Weinig.
497 * Source/cmake/WebKitFeatures.cmake:
499 2015-07-27 Alex Christensen <achristensen@webkit.org>
501 Use Ninja on Windows.
502 https://bugs.webkit.org/show_bug.cgi?id=147228
504 Reviewed by Martin Robinson.
506 * Source/cmake/OptionsWindows.cmake:
507 Only use /MP when using generated Visual Studio solution files to build.
508 It makes compiling parallel in MSVC, but Ninja doesn't like it.
510 2015-07-27 Alex Christensen <achristensen@webkit.org>
512 Progress towards building AppleWin with CMake
513 https://bugs.webkit.org/show_bug.cgi?id=147325
515 Reviewed by Martin Robinson.
517 * Source/cmake/OptionsWindows.cmake:
518 Link with 64-bit libraries if building 64-bit binaries.
519 Don't run regular expressions on empty strings when using Ninja.
520 Removed DebugSuffix Visual Studio environment variables.
522 2015-07-23 Alex Christensen <achristensen@webkit.org>
524 Remove compile and runtime flags for promises.
525 https://bugs.webkit.org/show_bug.cgi?id=147244
527 Reviewed by Yusuke Suzuki.
529 * Source/cmake/OptionsMac.cmake:
530 * Source/cmake/OptionsWindows.cmake:
531 * Source/cmake/WebKitFeatures.cmake:
533 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
535 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
536 https://bugs.webkit.org/show_bug.cgi?id=147212
538 Reviewed by Filip Pizlo.
540 * Source/cmake/WebKitFeatures.cmake:
542 2015-07-22 Alex Christensen <achristensen@webkit.org>
544 Fix quirks in CMake build on Mac and Windows
545 https://bugs.webkit.org/show_bug.cgi?id=147174
547 Reviewed by Gyuyoung Kim.
550 * Source/cmake/OptionsWindows.cmake:
551 Added options I removed in r187022. They are indeed needed.
552 * Source/cmake/WebKitFS.cmake:
553 Make the DerivedSources/WebKit directory.
555 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
557 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
559 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
561 2015-07-20 Alex Christensen <achristensen@webkit.org>
563 Resurrect CMake build on Windows.
564 https://bugs.webkit.org/show_bug.cgi?id=147083
566 Reviewed by Gyuyoung Kim.
568 * Source/cmake/OptionsCommon.cmake:
569 * Source/cmake/OptionsWindows.cmake:
570 Change features to get it to compile. Still not a complete feature set.
572 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
574 [GTK] Add seccomp filters support
575 https://bugs.webkit.org/show_bug.cgi?id=110014
577 Reviewed by Žan Doberšek.
579 Find needed compiler and linker flags for libseccomp.
581 * Source/cmake/OptionsGTK.cmake:
583 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
585 Bring back the GNU ar check to create thin archives on non-Linux systems
586 https://bugs.webkit.org/show_bug.cgi?id=146681
588 Reviewed by Martin Robinson.
590 We already use GNU ar thin archive feature to save time and disk space
591 on creating static archives, but it is only enabled on Linux. Without
592 this feature, the debug build of WebCore can be larger than 4 GiB,
593 which can cause error because GNU ar format uses 32-bit integer to
594 store offsets in the symbol table. This patch is similar to
595 https://bugs.webkit.org/show_bug.cgi?id=128596.
597 * Source/cmake/OptionsCommon.cmake:
599 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
601 [GTK] [Wayland] Build by default the X11 and Wayland targets.
602 https://bugs.webkit.org/show_bug.cgi?id=146057
604 Reviewed by Carlos Garcia Campos.
606 * Source/cmake/OptionsGTK.cmake:
608 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
610 [GTK] ar warning when linking static libraries
611 https://bugs.webkit.org/show_bug.cgi?id=144988
613 Reviewed by Carlos Garcia Campos.
615 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
616 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
617 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
618 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
619 should either stop using 'u' or else add 'U' as well in order to disable deterministic
620 archives. Using 'U' should result in a somewhat faster build (at least when using the
621 Makefile generator), but it's unlikely that the difference is significant, so let's simply
622 remove 'u' until someone determines otherwise. This seems like a better option than adding
623 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
624 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
625 behavior change on distributions that do not use --enable-deterministic-archives, notably
628 * Source/cmake/OptionsCommon.cmake:
630 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
632 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
633 https://bugs.webkit.org/show_bug.cgi?id=146590
635 Reviewed by Martin Robinson.
637 * Source/PlatformGTK.cmake: override the cached variables to
638 forcefully disable gtk-doc and gobject-introspection when
640 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
641 documentation syntax when cross-building.
644 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
646 [EFL] test_ewk2_application_cache_manager has been failed since r185527
647 https://bugs.webkit.org/show_bug.cgi?id=146016
649 Reviewed by Gyuyoung Kim.
651 In order to handle properly WebApplicationCacheManagerProxy implementation which use
652 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
653 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
655 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
657 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
659 Implement ECMAScript Internationalization API
660 https://bugs.webkit.org/show_bug.cgi?id=90906
662 Reviewed by Benjamin Poulain.
664 Begin implementing the Intl apis behind ENABLE_INTL flag.
665 Create the base Intl namespace object.
667 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
669 2015-06-30 Philippe Normand <pnormand@igalia.com>
671 [CMake] Error when gst-plugins-base is missing is too confusing
672 https://bugs.webkit.org/show_bug.cgi?id=145682
674 Reviewed by Carlos Garcia Campos.
676 * Source/cmake/OptionsGTK.cmake: Error out if the required
677 GStreamer libraries are not found on the host.
679 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
681 CairoGL should be checked unconditionally
682 https://bugs.webkit.org/show_bug.cgi?id=146390
684 Reviewed by Darin Adler.
686 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
687 it is run unconditionally; this is necessary because its result
688 is used later on, outside of any conditions.
690 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
692 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
693 https://bugs.webkit.org/show_bug.cgi?id=146318
695 Reviewed by Sergio Villar Senin.
697 Enable PUBLIC_SUFFIX_LIST for GTK+.
699 * Source/cmake/OptionsGTK.cmake:
701 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
703 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
705 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
707 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
709 [EFL] Hyphenation is not supported
710 https://bugs.webkit.org/show_bug.cgi?id=89830
712 Reviewed by Gyuyoung Kim.
714 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
716 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
718 [CMake] Add support for building with various sanitizer tools
719 https://bugs.webkit.org/show_bug.cgi?id=131941
721 Reviewed by Martin Robinson.
723 * Source/PlatformGTK.cmake: Don't generate any documentation
724 when compiling with sanitizers enabled.
725 * Source/cmake/OptionsCommon.cmake: Allow linking with
726 undefined symbols when compiling with sanitizers enabled.
728 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
730 libwebkit2gtk fails to link without opengl
731 https://bugs.webkit.org/show_bug.cgi?id=138332
733 Reviewed by Carlos Garcia Campos.
735 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
736 enabled regardless of whether OpenGL is, because certain symbols
737 such as WebCore::GraphicsLayer::create() need to be built.
739 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
741 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
742 https://bugs.webkit.org/show_bug.cgi?id=146181
744 Reviewed by Martin Robinson.
746 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
748 * Source/cmake/OptionsGTK.cmake:
750 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
752 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
753 https://bugs.webkit.org/show_bug.cgi?id=146171
755 Reviewed by Gyuyoung Kim.
757 * Source/cmake/OptionsEfl.cmake:
758 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
760 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
762 [CMake] FindGTK3.cmake should not modify the values of build options
763 https://bugs.webkit.org/show_bug.cgi?id=144613
765 Reviewed by Martin Robinson.
767 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
768 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
769 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
770 GTK3_SUPPORTS_GESTURES for consistency.
771 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
772 available. It's not possible to automatically select a backend correctly anymore, since all
773 options are set at the same time.
775 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
777 Remove unnecessary svn:executable flags
778 https://bugs.webkit.org/show_bug.cgi?id=146107
780 Reviewed by Alexey Proskuryakov.
782 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
783 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
784 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
785 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
786 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
788 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
790 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
791 https://bugs.webkit.org/show_bug.cgi?id=146108
793 Reviewed by Gyuyoung Kim.
795 * Source/cmake/OptionsEfl.cmake:
797 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
799 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
800 https://bugs.webkit.org/show_bug.cgi?id=146035
802 Reviewed by Gyuyoung Kim.
804 * Source/cmake/OptionsEfl.cmake:
806 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
808 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
809 https://bugs.webkit.org/show_bug.cgi?id=145701
811 Reviewed by Darin Adler.
813 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
815 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
817 [iOS] Crash long pressing on <input type=file>
818 https://bugs.webkit.org/show_bug.cgi?id=146009
819 <rdar://problem/21234453>
821 Reviewed by Ryosuke Niwa.
823 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
825 2015-06-16 Brent Fulgham <bfulgham@apple.com>
827 Rollout accidental Xcode project change.
829 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
831 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
833 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
834 https://bugs.webkit.org/show_bug.cgi?id=145909
836 Reviewed by Csaba Osztrogonác.
838 Bump EWebKit version based on efl library version used by the EWebKit.
840 * Source/cmake/OptionsEfl.cmake:
842 2015-06-11 Commit Queue <commit-queue@webkit.org>
844 Unreviewed, rolling out r185453.
845 https://bugs.webkit.org/show_bug.cgi?id=145881
847 it broke the 32-bit build (Requested by clopez on #webkit).
851 "[GTK] [Wayland] Should be possible to build with support for
852 both X11 and Wayland."
853 https://bugs.webkit.org/show_bug.cgi?id=145701
854 http://trac.webkit.org/changeset/185453
856 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
858 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
859 https://bugs.webkit.org/show_bug.cgi?id=145701
861 Reviewed by Žan Doberšek.
863 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
865 2015-06-03 Daniel Bates <dabates@apple.com>
867 Caps lock indicator should not be shown in read-only or disabled field
868 https://bugs.webkit.org/show_bug.cgi?id=145612
869 <rdar://problem/21227454>
871 Reviewed by Darin Adler.
873 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
874 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
875 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
877 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
879 [cmake] Suppress parentheses-equality warnings
880 https://bugs.webkit.org/show_bug.cgi?id=145126
882 Reviewed by Darin Adler.
884 * Source/cmake/WebKitHelpers.cmake:
886 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
888 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
889 https://bugs.webkit.org/show_bug.cgi?id=145408
891 Reviewed by Carlos Garcia Campos.
893 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
894 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
895 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
897 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
898 libraries. Detect also GLX libraries.
899 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
900 libraries. Use find_path() to get the include path.
901 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
903 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
904 depending on the libraries found on the system.
905 Move the detection of GLX (and the include of CMakePushCheckState)
907 Ensure that we only define USE_GLX when we build with OpenGL
908 (but not with GLESv2).
910 2015-05-27 Dean Jackson <dino@apple.com>
912 img.currentSrc problem in strict mode with old picturefill
913 https://bugs.webkit.org/show_bug.cgi?id=144095
914 <rdar://problem/21087013>
916 Reviewed by Simon Fraser.
918 Add a PICTURE_SIZES flag.
920 * Source/cmake/OptionsEfl.cmake:
921 * Source/cmake/OptionsGTK.cmake:
922 * Source/cmake/OptionsMac.cmake:
923 * Source/cmake/OptionsWindows.cmake:
924 * Source/cmake/WebKitFeatures.cmake:
926 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
928 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
930 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
932 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
934 Unreviewed. Export DatabaseProcessMainUnix symbol.
936 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
937 is exported in production builds.
939 * Source/cmake/gtksymbols.filter:
941 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
943 [GTK] Enable IndexedDB
944 https://bugs.webkit.org/show_bug.cgi?id=98932
946 Reviewed by Žan Doberšek.
948 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
949 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
951 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
953 [GTK] Bump GCC requirements to 4.9.0
954 https://bugs.webkit.org/show_bug.cgi?id=145211
956 Reviewed by Žan Doberšek.
958 It's required to build with IndexedDB support when using GCC,
959 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
961 * Source/cmake/OptionsGTK.cmake:
963 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
965 [CMake] Ignore warnings in system headers
966 https://bugs.webkit.org/show_bug.cgi?id=144747
968 Reviewed by Darin Adler.
970 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
971 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
972 use the SYSTEM argument to the command (added in 2.8.12).
976 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
978 [CMake] Error out when ruby is too old
979 https://bugs.webkit.org/show_bug.cgi?id=145014
981 Reviewed by Martin Robinson.
983 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
988 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
990 [GTK] Enable plugin-related CMake options and variables for the X11 target only
991 https://bugs.webkit.org/show_bug.cgi?id=144995
993 Reviewed by Carlos Garcia Campos.
995 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
996 the X11 windowing target at the moment, so the following options
997 and variables should be enabled or disabled accordingly:
998 - ENABLE_PLUGIN_PROCESS_GTK2
999 - ENABLE_NETSCAPE_PLUGIN_API
1000 - ENABLE_PLUGIN_PROCESS
1002 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
1004 Linker fails without -DDEVELOPER_MODE=ON
1005 https://bugs.webkit.org/show_bug.cgi?id=144117
1007 Reviewed by Gyuyoung Kim.
1009 * Source/cmake/OptionsEfl.cmake:
1010 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
1011 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
1013 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
1015 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
1016 https://bugs.webkit.org/show_bug.cgi?id=144846
1018 Reviewed by Martin Robinson.
1020 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
1021 CAIRO_GL_* throughout, because find_package will define
1023 * Source/cmake/OptionsGTK.cmake: Ditto.
1025 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
1027 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
1028 https://bugs.webkit.org/show_bug.cgi?id=144845
1030 Reviewed by Martin Robinson.
1032 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
1033 if their corresponding WTF options are ON. The code in npapi.h
1034 relies on these being undefined if they are to be switched off.
1036 2015-05-09 Yoav Weiss <yoav@yoav.ws>
1038 Remove the PICTURE_SIZES build flag
1039 https://bugs.webkit.org/show_bug.cgi?id=144679
1041 Reviewed by Benjamin Poulain.
1043 Removed the PICTURE_SIZES build time flag.
1045 * Source/cmake/OptionsEfl.cmake:
1046 * Source/cmake/OptionsGTK.cmake:
1047 * Source/cmake/OptionsMac.cmake:
1048 * Source/cmake/OptionsWindows.cmake:
1049 * Source/cmake/WebKitFeatures.cmake:
1051 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
1053 [GTK] [CMake] Check for required X libraries
1054 https://bugs.webkit.org/show_bug.cgi?id=144823
1056 Reviewed by Martin Robinson.
1058 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
1060 * Source/cmake/OptionsGTK.cmake:
1062 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
1064 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1065 https://bugs.webkit.org/show_bug.cgi?id=144746
1067 Reviewed by Carlos Garcia Campos.
1069 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1070 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
1071 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
1073 * Source/cmake/OptionsGTK.cmake:
1075 2015-05-08 Daniel Bates <dabates@apple.com>
1077 [iOS] WebSQL operations are not performed after device is locked
1078 https://bugs.webkit.org/show_bug.cgi?id=137503
1079 <rdar://problem/20844952>
1081 Rubber-stamped by Alexey Proskuryakov.
1083 Add a manual test to help verify that we do not regress this issue.
1085 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
1087 2015-05-08 Commit Queue <commit-queue@webkit.org>
1089 Unreviewed, rolling out r183945.
1090 https://bugs.webkit.org/show_bug.cgi?id=144789
1092 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
1096 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
1097 https://bugs.webkit.org/show_bug.cgi?id=144746
1098 http://trac.webkit.org/changeset/183945
1100 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
1102 Cleanup after r183940
1103 https://bugs.webkit.org/show_bug.cgi?id=144768
1107 Looks like the empty directories were not deleted.
1109 * Source/PAL: Removed.
1110 * Source/PAL/Configurations: Removed.
1111 * Source/PAL/PAL.xcodeproj: Removed.
1112 * Source/PAL/graphics: Removed.
1114 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
1116 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1117 https://bugs.webkit.org/show_bug.cgi?id=144746
1119 Reviewed by Martin Robinson.
1121 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1122 what it is defined to, so defining it to 0 effectively turned it on always.
1124 * Source/cmake/OptionsGTK.cmake:
1126 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1128 Revert "Introducing the Platform Abstraction Layer (PAL)"
1129 https://bugs.webkit.org/show_bug.cgi?id=144751
1133 PAL should be a new target inside WebCore, rather than a top-level folder.
1135 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1137 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
1139 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
1141 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1143 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1145 Introducing the Platform Abstraction Layer (PAL)
1146 https://bugs.webkit.org/show_bug.cgi?id=143358
1148 Reviewed by Simon Fraser.
1150 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1152 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
1154 [cmake] Disable GNU Gold linker on Cortex A53
1155 https://bugs.webkit.org/show_bug.cgi?id=144382
1157 Reviewed by Carlos Garcia Campos.
1159 * Source/cmake/OptionsCommon.cmake:
1161 2015-05-01 Martin Robinson <mrobinson@igalia.com>
1163 USE(...) macro should expect unprefixed variables
1164 https://bugs.webkit.org/show_bug.cgi?id=144454
1166 Reviewed by Daniel Bates.
1168 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
1169 * Source/cmake/OptionsEfl.cmake: Ditto.
1170 * Source/cmake/OptionsGTK.cmake: Ditto.
1171 * Source/cmake/OptionsMac.cmake: Ditto.
1172 * Source/cmake/OptionsWinCairo.cmake: Ditto.
1173 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
1176 2015-04-30 Martin Robinson <mrobinson@igalia.com>
1178 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
1179 https://bugs.webkit.org/show_bug.cgi?id=144394
1181 Reviewed by Carlos Garcia Campos.
1183 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
1184 is that it fixes the redirected XComposite window for GTK+, which was accidentally
1185 disabled in previous reworking of the CMake configuration.
1187 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
1188 version of USE variables.
1189 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
1190 is exposed to the build.
1192 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
1194 Unreviewed. Bump GTK+ version numbers.
1196 * Source/cmake/OptionsGTK.cmake:
1198 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1200 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
1201 https://bugs.webkit.org/show_bug.cgi?id=144435
1203 Reviewed by Gyuyoung Kim.
1205 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
1206 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
1208 * Source/cmake/OptionsEfl.cmake:
1210 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
1212 REGRESSION(183583): [Mac] make without SDKROOT has issues
1213 https://bugs.webkit.org/show_bug.cgi?id=144431
1215 Reviewed by Dan Bernstein.
1218 Assume an empty SDKROOT means an macosx variant, so only
1219 enable settings if the SDKROOT is not empty and does not
1222 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1224 Fix the GTK+ build after r183584
1226 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
1228 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1230 [GTK] Add support for automatic hyphenation
1231 https://bugs.webkit.org/show_bug.cgi?id=44478
1233 Reviewed by Carlos Garcia Campos.
1235 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
1236 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
1237 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
1239 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
1241 Failure when building WebKit for appletvsimulator.
1242 https://bugs.webkit.org/show_bug.cgi?id=144356
1244 Reviewed by Alexey Proskuryakov.
1246 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
1247 make TVOS and WatchOS behave correctly.
1251 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1253 [CMake] [GTK] Organize and clean up unused CMake variables
1254 https://bugs.webkit.org/show_bug.cgi?id=144364
1256 Reviewed by Gyuyoung Kim.
1258 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
1259 specific to certain projects into their PlatformGTK.cmake files.
1261 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1263 [EFL] Build failure to find gio-unix
1264 https://bugs.webkit.org/show_bug.cgi?id=144083
1266 Reviewed by Gyuyoung Kim.
1268 Original patch by Doug Newgard <scimma22@outlook.com>
1270 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
1272 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
1274 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
1275 https://bugs.webkit.org/show_bug.cgi?id=143001
1277 Reviewed by Gyuyoung Kim.
1279 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
1280 * Source/cmake/OptionsGTK.cmake: Ditto.
1282 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1284 Unreviewed, fix typo in previous commit
1286 libsecretr -> libsecret in the error message.
1288 * Source/cmake/OptionsGTK.cmake:
1290 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1292 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
1293 https://bugs.webkit.org/show_bug.cgi?id=143546
1295 Reviewed by Martin Robinson.
1297 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
1298 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
1299 default. Fail the build with an informative error message if an optional dependency required
1300 for an enabled feature is not present. Perform find_package commands only when necessary.
1301 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
1304 * Source/cmake/OptionsGTK.cmake:
1306 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1308 [GTK] Make all options actually options
1309 https://bugs.webkit.org/show_bug.cgi?id=144106
1311 Reviewed by Martin Robinson.
1313 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
1314 ENABLE_WAYLAND_TARGET.
1316 * Source/cmake/OptionsGTK.cmake:
1318 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1320 Unreviewed, fix GTK build after r183452
1322 * Source/cmake/OptionsGTK.cmake:
1324 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1326 [GTK] Add one single option to control all OpenGL-related options
1327 https://bugs.webkit.org/show_bug.cgi?id=144105
1329 Reviewed by Martin Robinson.
1331 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
1332 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
1333 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
1334 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
1335 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
1336 presence of CairoGL.
1338 * Source/cmake/OptionsGTK.cmake:
1340 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1342 [GTK] ENABLE_SMOOTH_SCROLLING should be private
1343 https://bugs.webkit.org/show_bug.cgi?id=144306
1345 Reviewed by Martin Robinson.
1347 Make ENABLE_SMOOTH_SCROLLING private instead of public.
1349 * Source/cmake/OptionsGTK.cmake:
1351 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1353 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
1354 https://bugs.webkit.org/show_bug.cgi?id=144193
1356 Reviewed by Darin Adler.
1358 * Source/cmake/OptionsEfl.cmake:
1359 * Source/cmake/OptionsGTK.cmake:
1360 * Source/cmake/OptionsWinCairo.cmake:
1361 * Source/cmake/WebKitFeatures.cmake:
1363 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1365 [CMake] Should be possible for an option to conflict with other options
1366 https://bugs.webkit.org/show_bug.cgi?id=143956
1368 Reviewed by Martin Robinson.
1370 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
1372 * Source/cmake/WebKitFeatures.cmake:
1374 2015-04-22 Martin Robinson <mrobinson@igalia.com>
1376 [CMake] Autogenerate cmakeconfig.h.cmake
1377 https://bugs.webkit.org/show_bug.cgi?id=143997
1379 Reviewed by Csaba Osztrogonác.
1381 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
1382 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
1383 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
1384 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
1385 Do some other miscellaneous related cleanup.
1386 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
1387 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
1388 build exposed variables. Add a macro to generate a configuration from them.
1389 * Source/cmakeconfig.h.cmake: Removed.
1391 2015-04-24 Philippe Normand <pnormand@igalia.com>
1393 [JHBuild] Move to upstream OpenWebRTC
1394 https://bugs.webkit.org/show_bug.cgi?id=144145
1396 Reviewed by Carlos Garcia Campos.
1398 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
1401 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
1403 [ES6] Implement ES6 template literals
1404 https://bugs.webkit.org/show_bug.cgi?id=142691
1406 Reviewed by Darin Adler.
1408 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
1410 * Source/cmake/WebKitFeatures.cmake:
1411 * Source/cmakeconfig.h.cmake:
1413 2015-04-25 Martin Robinson <mrobinson@igalia.com>
1415 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
1416 https://bugs.webkit.org/show_bug.cgi?id=144182
1418 Reviewed by Simon Fraser.
1420 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1421 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1422 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1423 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1424 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1426 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1428 [GTK] Add more public options
1429 https://bugs.webkit.org/show_bug.cgi?id=144116
1431 Reviewed by Martin Robinson.
1433 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
1435 * Source/cmake/OptionsGTK.cmake:
1437 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1439 [CMake] Some internal variables are not marked as advanced
1440 https://bugs.webkit.org/show_bug.cgi?id=143595
1442 Reviewed by Martin Robinson.
1444 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
1445 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
1447 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1449 [GTK] Mark as advanced the build options we don't want to expose
1450 https://bugs.webkit.org/show_bug.cgi?id=143558
1452 Reviewed by Martin Robinson.
1454 Mark various options as private instead of public.
1456 * Source/cmake/OptionsGTK.cmake:
1458 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1460 [CMake] Should be possible for an option to depend on multiple options
1461 https://bugs.webkit.org/show_bug.cgi?id=143839
1463 Reviewed by Martin Robinson.
1465 Use a list instead of a single variable to track the dependencies of each option. Iterate
1466 over the list as many times as necessary to ensure all options are properly disabled.
1468 * Source/cmake/WebKitFeatures.cmake:
1470 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1472 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
1473 https://bugs.webkit.org/show_bug.cgi?id=144103
1475 Reviewed by Martin Robinson.
1477 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
1479 * Source/cmake/WebKitFeatures.cmake:
1481 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1483 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
1484 https://bugs.webkit.org/show_bug.cgi?id=144102
1486 Reviewed by Martin Robinson.
1488 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
1489 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
1490 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
1492 * Source/cmake/OptionsGTK.cmake:
1494 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1496 [CMake] Clean up JSC JIT options
1497 https://bugs.webkit.org/show_bug.cgi?id=143998
1499 Reviewed by Filip Pizlo.
1501 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
1502 define for ENABLE_FTL_NATIVE_CALL_INLINING.
1503 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
1504 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
1505 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
1506 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
1508 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1510 [CMake] Use lowercase for local variables in macros
1511 https://bugs.webkit.org/show_bug.cgi?id=144059
1513 Reviewed by Martin Robinson.
1515 Convert some variable names to lowercase.
1517 * Source/cmake/WebKitFeatures.cmake:
1519 2015-04-22 Commit Queue <commit-queue@webkit.org>
1521 Unreviewed, rolling out r183116.
1522 https://bugs.webkit.org/show_bug.cgi?id=144060
1524 Inadvertently deleted a file... (Requested by mcatanzaro on
1529 "[CMake] Use lowercase for local variables in macros"
1530 https://bugs.webkit.org/show_bug.cgi?id=144059
1531 http://trac.webkit.org/changeset/183116
1533 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1535 [CMake] Use lowercase for local variables in macros
1536 https://bugs.webkit.org/show_bug.cgi?id=144059
1538 Reviewed by Martin Robinson.
1540 Convert some variable names to lowercase.
1542 * Source/cmake/WebKitFeatures.cmake:
1544 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1546 [CMake] Features list should print dots every other row
1547 https://bugs.webkit.org/show_bug.cgi?id=143832
1549 Reviewed by Martin Robinson.
1551 Discount private options when determining whether to print dots on a given row of the
1552 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
1553 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
1554 wasn't noticed because it only affects the first line, and use of the variable name as a
1555 string in a conditional.)
1557 * Source/cmake/WebKitFeatures.cmake:
1559 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1561 [CMake] Require specifying visibility of WebKit options
1562 https://bugs.webkit.org/show_bug.cgi?id=143831
1564 Reviewed by Alex Christensen.
1566 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
1567 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
1568 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
1569 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
1570 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
1571 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
1572 cross-platform options as PRIVATE.
1574 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1576 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
1577 https://bugs.webkit.org/show_bug.cgi?id=143935
1579 Reviewed by Darin Adler.
1581 Some variables aren't defined in these files or unused variables aren't removed. This
1582 patch cleans up it as well as fix wrong alphabet order.
1584 * Source/cmake/WebKitFeatures.cmake:
1585 * Source/cmakeconfig.h.cmake:
1587 2015-04-19 Simon Fraser <simon.fraser@apple.com>
1589 Restore the WebKit.xcworkspace to the way it was before r182899,
1590 which inadvertently added the Source directory and a couple of source
1593 * WebKit.xcworkspace/contents.xcworkspacedata:
1595 2015-04-16 Basile Clement <basile_clement@apple.com>
1597 Extract the allocation profile from JSFunction into a rare object
1598 https://bugs.webkit.org/show_bug.cgi?id=143807
1600 Reviewed by Filip Pizlo.
1602 * WebKit.xcworkspace/contents.xcworkspacedata:
1604 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
1606 [EFL] Bump LLVM to version 3.6.0 on X86_64
1607 https://bugs.webkit.org/show_bug.cgi?id=143604
1609 Reviewed by Gyuyoung Kim.
1611 * Source/cmake/FindLLVM.cmake: Added version handling.
1612 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
1614 2015-04-15 Timothy Horton <timothy_horton@apple.com>
1616 Custom CSS cursors do not use -webkit-image-set on retina displays
1617 https://bugs.webkit.org/show_bug.cgi?id=120783
1619 Reviewed by Beth Dakin.
1620 Patch by Evan Wallace <evan.exe@gmail.com>.
1622 Add a manual test for custom CSS cursors on retina displays.
1624 * ManualTests/retina-cursors.html: Added.
1626 2015-04-15 Alex Christensen <achristensen@webkit.org>
1628 Progress towards CMake on Mac.
1629 https://bugs.webkit.org/show_bug.cgi?id=143785
1631 Reviewed by Csaba Osztrogonác.
1634 * Source/cmake/OptionsMac.cmake:
1635 * Source/cmake/WebKitFS.cmake:
1637 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
1639 Cannot click "Next" button on Google two-factor auth setup page
1641 <https://bugs.webkit.org/show_bug.cgi?id=143624>
1642 <rdar://problem/19175714>
1644 Reviewed by Darin Adler.
1646 * ManualTests/button-that-focuses-itself-on-click.html: Added.
1648 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
1650 [cmake] REGRESSION(182663): It broke feature dependency handling
1651 https://bugs.webkit.org/show_bug.cgi?id=143665
1653 Reviewed by Csaba Osztrogonác.
1655 Don't try to check the value of options before defining the options.
1657 * Source/cmake/WebKitFeatures.cmake:
1659 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
1661 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
1662 https://bugs.webkit.org/show_bug.cgi?id=143664
1664 Reviewed by Gyuyoung Kim.
1666 * Source/cmake/OptionsEfl.cmake:
1667 * Source/cmake/OptionsGTK.cmake:
1668 * Source/cmake/WebKitFeatures.cmake:
1669 * Source/cmakeconfig.h.cmake:
1671 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1673 [EFL] Enable Media Source
1674 https://bugs.webkit.org/show_bug.cgi?id=143635
1676 Reviewed by Csaba Osztrogonác.
1678 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
1680 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1682 [CMake] Miscellaneous issues in WebKitFeatures.cmake
1683 https://bugs.webkit.org/show_bug.cgi?id=143636
1685 Reviewed by Martin Robinson.
1687 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
1688 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
1690 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
1691 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
1693 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
1695 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
1697 Fix ENABLE_TOUCH_SLIDER so that it can be used
1701 * Source/cmake/WebKitFeatures.cmake:
1703 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1705 [CMake] Print sorted feature list at the very end of the configure process
1706 https://bugs.webkit.org/show_bug.cgi?id=143596
1708 Reviewed by Martin Robinson.
1710 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
1711 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
1712 and sort the options before printing. Reorder some code so that features still get
1713 propagated to the bindings generators.
1715 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1717 [CMake] Options should be marked as advanced by default
1718 https://bugs.webkit.org/show_bug.cgi?id=143572
1720 Reviewed by Gyuyoung Kim.
1722 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
1723 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
1724 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
1725 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
1726 option without making it public.
1728 * Source/cmake/WebKitFeatures.cmake:
1730 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1732 [CMake] Remove unnecessary ENABLE_WEBCORE switch
1733 https://bugs.webkit.org/show_bug.cgi?id=143584
1735 Reviewed by Csaba Osztrogonác.
1737 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
1741 * Source/CMakeLists.txt:
1742 * Source/cmake/OptionsGTK.cmake:
1743 * Source/cmake/WebKitFS.cmake:
1745 2015-04-08 Filip Pizlo <fpizlo@apple.com>
1747 Unreviewed, revert accidental commit.
1751 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
1753 Add CMake build system for WinCairo port.
1754 https://bugs.webkit.org/show_bug.cgi?id=115944
1756 Reviewed by Chris Dumez.
1758 * Source/cmake/OptionsWindows.cmake:
1759 * Source/cmake/WebKitMacros.cmake:
1760 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1762 2015-04-06 Alberto Garcia <berto@igalia.com>
1764 [GTK] Fix HPPA build
1765 https://bugs.webkit.org/show_bug.cgi?id=143453
1767 Reviewed by Darin Adler.
1769 Add HPPA to the list of supported CPUs.
1773 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
1775 Unreviewed, kick the GTK bots to fix an incremental build issue.
1777 * Source/cmake/OptionsGTK.cmake:
1779 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
1781 Fix the EFL and GTK build after r182243
1782 https://bugs.webkit.org/show_bug.cgi?id=143361
1784 Reviewed by Csaba Osztrogonác.
1786 * Source/PlatformEfl.cmake: Add a custom command that copies
1787 the InspectorBackendCommands.js file into the proper directory
1788 under DerivedSources/WebInspectorUI/.
1790 2015-04-01 Alex Christensen <achristensen@webkit.org>
1792 Progress towards CMake on Windows and Mac.
1793 https://bugs.webkit.org/show_bug.cgi?id=143293
1795 Reviewed by Filip Pizlo.
1798 Set DERIVED_SOURCES_WTF_DIR for Windows.
1799 * Source/CMakeLists.txt:
1800 Don't compile bmalloc on Windows.
1801 * Source/cmake/OptionsCommon.cmake:
1802 Use the absolute path of the C preprocessor.
1803 * Source/cmake/OptionsWinCairo.cmake:
1804 Added needed definitions.
1805 * Source/cmake/OptionsWindows.cmake:
1806 Set some default values and removed support for old Visual Studio versions before /MP.
1807 * Source/cmake/WebKitFS.cmake:
1808 Make WTF DerivedSources directory.
1809 * Source/cmake/WebKitMacros.cmake:
1810 Added ADD_PRECOMPILED_HEADER macro based on
1811 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1813 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
1815 Use colored diagnostics when building with cmake + ninja + clang
1816 https://bugs.webkit.org/show_bug.cgi?id=143297
1818 Reviewed by Žan Doberšek.
1820 Because that ninja sets subprocess stdout/stderr to a pipe, clang
1821 disables colored output.
1822 This patch forces clang to use colored diagnostics when we are using
1825 * Source/cmake/OptionsCommon.cmake:
1827 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1829 [CMake] Update old CMakeList.txt in gtest
1830 https://bugs.webkit.org/show_bug.cgi?id=143192
1832 Reviewed by Darin Adler.
1834 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
1835 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
1836 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
1838 * Source/CMakeLists.txt:
1839 * Source/cmake/gtest/CMakeLists.txt: Removed.
1841 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1843 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
1844 https://bugs.webkit.org/show_bug.cgi?id=143138
1846 Reviewed by Csaba Osztrogonác.
1848 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
1849 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
1851 * Source/cmake/OptionsWindows.cmake:
1852 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
1853 * Source/cmake/WebKitMacros.cmake:
1855 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1857 [GStreamer] share GL context in pipeline, part 2
1858 https://bugs.webkit.org/show_bug.cgi?id=143049
1860 Reviewed by Carlos Garcia Campos.
1862 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
1863 OpenGL/ES2 is found and GLX/EGL is found too.
1865 2015-03-26 Alex Christensen <achristensen@webkit.org>
1867 Progress towards CMake on Mac.
1868 https://bugs.webkit.org/show_bug.cgi?id=143112
1870 Reviewed by Chris Dumez.
1872 * Source/cmake/OptionsMac.cmake:
1874 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
1876 [EFL] Add OpenWebRTC in jhbuild
1877 https://bugs.webkit.org/show_bug.cgi?id=142778
1879 Reviewed by Gyuyoung Kim.
1881 Original patch by Philippe Normand <pnormand@igalia.com>
1883 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
1884 mediastream build is enabled.
1886 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
1888 [GTK] Add a configure option to build without Redirected XComposite Window
1889 https://bugs.webkit.org/show_bug.cgi?id=142865
1891 Reviewed by Žan Doberšek.
1893 The Redirected XComposite Window was added to support some
1894 features like GtkOverlay, but in cases where we don't need such
1895 features, it's more efficient to use the XID of the WebKitWebView
1896 window as the native surface handle for the accelerated
1897 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
1898 that is enabled by default for X11 target when OpenGL is enabled.
1900 * Source/cmake/OptionsGTK.cmake:
1902 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
1904 [GTK] Search for the Wayland dependency when enabling Wayland target
1905 https://bugs.webkit.org/show_bug.cgi?id=142876
1907 Reviewed by Carlos Garcia Campos.
1909 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
1910 requirement of either the GTK+ or GDK pkg-config files, so we have to
1911 search for it ourselves when WebKitGTK+ has been configured to support
1912 the Wayland windowing target.
1914 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1916 Unreviewed, kick the GTK bots to regenerate makefile.
1917 https://bugs.webkit.org/show_bug.cgi?id=137394
1919 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
1920 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
1922 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1924 Unreviewed, kick the GTK bots to regenerate makefile.
1925 https://bugs.webkit.org/show_bug.cgi?id=137394
1927 * Source/cmake/OptionsEfl.cmake:
1929 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
1931 [GTK] Fix inspector userinterface related incremental build issue
1932 https://bugs.webkit.org/show_bug.cgi?id=142849
1934 Reviewed by Carlos Garcia Campos.
1936 * Source/cmake/OptionsGTK.cmake: Revert r181733.
1938 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
1940 Unreviewed, kick the GTK bots to regenerate makefile.
1942 * Source/cmake/OptionsGTK.cmake:
1944 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
1946 [EFL] Expose JavaScript binding interface through ewk_extension
1947 https://bugs.webkit.org/show_bug.cgi?id=142033
1949 Reviewed by Gyuyoung Kim.
1951 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
1953 2015-03-17 Philippe Normand <pnormand@igalia.com>
1955 [GTK] basic OpenWebRTC build support
1956 https://bugs.webkit.org/show_bug.cgi?id=142393
1958 Reviewed by Carlos Garcia Campos.
1960 * Source/cmake/FindOpenWebRTC.cmake: Added.
1961 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
1962 mediastream build is enabled.
1964 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1966 [CMake][EFL] Build test tools only for developer mode
1967 https://bugs.webkit.org/show_bug.cgi?id=142761
1969 Reviewed by Csaba Osztrogonác.
1971 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
1973 * Source/cmake/OptionsEfl.cmake:
1974 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
1975 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
1976 * Source/cmakeconfig.h.cmake:
1978 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
1980 Enable ES6 classes by default
1981 https://bugs.webkit.org/show_bug.cgi?id=142774
1983 Reviewed by Gavin Barraclough.
1985 * Source/cmake/WebKitFeatures.cmake:
1987 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1989 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
1990 https://bugs.webkit.org/show_bug.cgi?id=142722
1992 Reviewed by Csaba Osztrogonác.
1994 Categorize to define cmake variables, to find necessary packages,
1995 use upper case for "glib_conponents" cmake variable name, re-arrange
1996 wrong alphabet sorting, and so on.
1998 * CMakeLists.txt: Remove WinCE port.
1999 * Source/cmake/OptionsEfl.cmake:
2001 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
2003 [GStreamer] share GL context in pipeline
2004 https://bugs.webkit.org/show_bug.cgi?id=142693
2006 Reviewed by Philippe Normand.
2008 Add search of gstreamer-gl library in the GStreamer installation. If
2009 it is found, WTF_USE_GSTREAMER_GL macro is defined.
2011 * Source/cmake/FindGStreamer.cmake:
2012 * Source/cmake/OptionsGTK.cmake:
2014 2015-03-13 Alex Christensen <achristensen@webkit.org>
2016 Progress towards CMake on Mac.
2017 https://bugs.webkit.org/show_bug.cgi?id=142680
2019 Reviewed by Gyuyoung Kim.
2022 * Source/PlatformMac.cmake: Added stub.
2023 * Source/cmake/OptionsMac.cmake:
2024 Change defines to get CMake working.
2026 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2028 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
2029 https://bugs.webkit.org/show_bug.cgi?id=126688
2031 Reviewed by Gustavo Noronha Silva.
2033 Add ENABLE_MINIBROWSER option, enabled by default for development
2034 builds and disabled for production builds unless explicilty enabled.
2036 * Source/cmake/OptionsGTK.cmake:
2038 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2040 [GTK] Do not look for child processes in the UI process binary path
2041 https://bugs.webkit.org/show_bug.cgi?id=135752
2043 Reviewed by Gustavo Noronha Silva.
2045 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
2046 build for development builds.
2048 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
2050 [GTK] Add a configure option to build with OpenGL ES 2
2051 https://bugs.webkit.org/show_bug.cgi?id=142498
2053 Reviewed by Martin Robinson.
2055 Add ENABLE_GLES2 option. It's disabled by default, but if passed
2056 GLES2 is required and OpenGL is not even searched. Otherwise we
2057 search for OpenGL as usual, using it only if present.
2059 * Source/cmake/OptionsGTK.cmake:
2061 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
2063 [cmake] Handle unused parameter warnings as build errors except in WebKit2
2064 https://bugs.webkit.org/show_bug.cgi?id=142338
2066 Reviewed by Gyuyoung Kim.
2068 * Source/cmake/WebKitHelpers.cmake:
2070 2015-03-03 Daniel Bates <dabates@apple.com>
2072 Convert ManualTests/svg-tooltip.svg to a DRT test
2073 https://bugs.webkit.org/show_bug.cgi?id=140480
2075 Reviewed by Alex Christensen.
2077 * ManualTests/svg-tooltip.svg: Removed.
2079 2015-03-02 Debarshi Ray <debarshir@gnome.org>
2081 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
2082 https://bugs.webkit.org/show_bug.cgi?id=142165
2084 Reviewed by Carlos Garcia Campos.
2086 * Source/cmake/gtksymbols.filter:
2088 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
2090 [EFL] Remove unnecessary comment after r179110
2091 https://bugs.webkit.org/show_bug.cgi?id=142042
2093 Reviewed by Gyuyoung Kim.
2095 * Source/cmake/OptionsEfl.cmake:
2097 2015-02-23 Tomas Popela <tpopela@redhat.com>
2099 [GTK] Fails to compile with cmake 3.2.x
2100 https://bugs.webkit.org/show_bug.cgi?id=141796
2102 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
2103 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
2104 added and the build will fail.
2106 Reviewed by Martin Robinson.
2108 * Source/cmake/OptionsGTK.cmake:
2110 2015-02-20 Alexey Proskuryakov <ap@apple.com>
2112 Remove svn:keywords property.
2114 As far as I can tell, the property had no effect on any of these files, but also,
2115 when it has effect it's likely harmful.
2117 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
2118 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
2119 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
2120 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
2121 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
2122 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
2123 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
2124 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
2125 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
2126 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
2127 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
2128 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
2129 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
2130 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
2132 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2134 [CMAKE] Remove CMakeLists.txt in WK1 port
2135 https://bugs.webkit.org/show_bug.cgi?id=141617
2137 Reviewed by Anders Carlsson.
2139 Nobody uses CMake in WK1 port. Remove it.
2143 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
2145 Unreviewed, remove empty directories.
2147 * ManualTests/qt: Removed.
2149 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2151 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
2152 https://bugs.webkit.org/show_bug.cgi?id=141481
2154 Reviewed by Csaba Osztrogonác.
2156 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
2158 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2160 [EFL][GTK] Use bmalloc instead of tcmalloc
2161 https://bugs.webkit.org/show_bug.cgi?id=140162
2163 Reviewed by Carlos Garcia Campos.
2165 Add bmalloc directory to build list.
2167 * CMakeLists.txt: Define BMALLOC_DIR directory.
2168 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
2170 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
2172 [GTK] Add default color chooser implementation using GtkColorChooserDialog
2173 https://bugs.webkit.org/show_bug.cgi?id=141392
2175 Reviewed by Gustavo Noronha Silva.
2177 Enable INPUT_TYPE_COLOR by default for GTK+ port.
2179 * Source/cmake/OptionsGTK.cmake:
2181 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
2183 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
2184 https://bugs.webkit.org/show_bug.cgi?id=141328
2186 Reviewed by Darin Adler.
2188 Added as manual test because it involves a huge grid allocation
2189 which is very slow on Debug bots, the only ones capable to trigger
2192 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
2194 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
2196 [Streams API] Implement a barebone ReadableStream interface
2197 https://bugs.webkit.org/show_bug.cgi?id=141045
2199 Reviewed by Benjamin Poulain.
2201 * Source/cmake/WebKitFeatures.cmake:
2202 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
2204 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2206 Revert accidental change in r179490.
2210 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2212 Unreviewed, revert accidental change to Makefile.shared in r179478
2216 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2218 [CMake] Minimum python version should be 2.7.
2219 https://bugs.webkit.org/show_bug.cgi?id=140997
2221 Reviewed by Csaba Osztrogonác.
2225 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
2227 Apply feTurbulence spec change to fix zero length vector generation
2228 https://bugs.webkit.org/show_bug.cgi?id=140812
2230 Reviewed by Darin Adler.
2232 Recently a bug with the turbulence algorithm was corrected in the
2233 Filter Effects specification.
2234 For some seed values this bug allowed zero length vectors to be generated.
2235 This resulted in large solid color squares being present in the generated image.
2236 The feTurbulence algorithm was updated to reject zero length vectors. This patch
2237 applies that change in WebCore.
2239 Test: svg/filters/feTurbulence_bad_seeds.html
2241 * platform/graphics/filters/FETurbulence.cpp:
2242 (WebCore::FETurbulence::initPaint):
2243 Added rejection sampling during vector generation to avoid zero length vectors.
2245 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2247 [cmake] Remove compiler version calculate cruft
2248 https://bugs.webkit.org/show_bug.cgi?id=140885
2250 Reviewed by Darin Adler.
2252 * Source/cmake/WebKitHelpers.cmake:
2254 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2256 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
2257 https://bugs.webkit.org/show_bug.cgi?id=140886
2259 Reviewed by Žan Doberšek.
2261 * Source/cmake/WebKitHelpers.cmake:
2263 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
2265 [GTK] gtkdoc does not appear in DevHelp
2266 https://bugs.webkit.org/show_bug.cgi?id=139369
2268 Reviewed by Philippe Normand.
2270 Expect the gtkdoc to be generated in folders named with the API version.
2272 * Source/PlatformGTK.cmake:
2274 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
2276 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
2277 https://bugs.webkit.org/show_bug.cgi?id=140609
2279 Reviewed by Csaba Osztrogonác.
2281 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
2282 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
2283 compilation flags. Those were added after the jsCStack branch merge, but
2284 can now be removed since the -ftree-dce issues were fixed in GCC, and
2285 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
2287 * Source/cmake/OptionsEfl.cmake:
2288 * Source/cmake/OptionsGTK.cmake:
2290 2015-01-26 Commit Queue <commit-queue@webkit.org>
2292 Unreviewed, rolling out r179107.
2293 https://bugs.webkit.org/show_bug.cgi?id=140880
2295 The GCC in the bots doesn't support the AsyncTask
2296 implementation (Requested by KaL on #webkit).
2300 "[GTK] Enable IndexedDB"
2301 https://bugs.webkit.org/show_bug.cgi?id=98932
2302 http://trac.webkit.org/changeset/179107
2304 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
2306 [GTK] Enable IndexedDB
2307 https://bugs.webkit.org/show_bug.cgi?id=98932
2309 Reviewed by Žan Doberšek.
2311 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2312 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2314 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
2316 [GTK] Add initial database process support
2317 https://bugs.webkit.org/show_bug.cgi?id=139491
2319 Reviewed by Sergio Villar Senin.
2321 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
2323 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
2325 Add a build flag for ES6 class syntax
2326 https://bugs.webkit.org/show_bug.cgi?id=140760
2328 Reviewed by Michael Saboff.
2330 * Source/cmake/WebKitFeatures.cmake:
2331 * Source/cmakeconfig.h.cmake:
2333 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2335 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
2336 https://bugs.webkit.org/show_bug.cgi?id=140049
2338 Reviewed by Gyuyoung Kim.
2340 * Source/cmake/OptionsCommon.cmake:
2342 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2344 Remove ENABLE(INSPECTOR) ifdef guards
2345 https://bugs.webkit.org/show_bug.cgi?id=140668
2347 Reviewed by Darin Adler.
2349 * Source/PlatformEfl.cmake:
2350 * Source/cmake/OptionsEfl.cmake:
2351 * Source/cmake/OptionsGTK.cmake:
2352 * Source/cmake/OptionsMac.cmake:
2353 * Source/cmake/WebKitFeatures.cmake:
2354 * Source/cmakeconfig.h.cmake:
2356 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
2358 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
2360 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2362 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2364 [CMAKE] Fix cmake warning
2365 https://bugs.webkit.org/show_bug.cgi?id=140497
2367 Reviewed by Gustavo Noronha Silva.
2369 r173155 already tried to fix cmake warning though, the warning is still exist.
2370 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
2371 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
2372 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
2373 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
2374 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
2378 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
2380 [GTK] Generate the make dist manifest from a CMake template file
2381 https://bugs.webkit.org/show_bug.cgi?id=139387
2383 Reviewed by Martin Robinson.
2385 Generate manifest.txt from manifest.txt.in. Only expose the dist and
2386 distcheck targets for developer builds, as they won't work when
2387 building from a tarball because the manifest is not distributed.
2389 * Source/PlatformGTK.cmake:
2391 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
2393 Remove ENABLE(SQL_DATABASE) guards
2394 https://bugs.webkit.org/show_bug.cgi?id=140434
2396 Reviewed by Darin Adler.
2398 * Source/cmake/OptionsMac.cmake:
2399 * Source/cmake/WebKitFeatures.cmake:
2400 * Source/cmakeconfig.h.cmake:
2402 2015-01-11 Sam Weinig <sam@webkit.org>
2404 Remove support for SharedWorkers
2405 https://bugs.webkit.org/show_bug.cgi?id=140344
2407 Reviewed by Anders Carlsson.
2409 * Source/cmake/OptionsEfl.cmake:
2410 * Source/cmake/OptionsGTK.cmake:
2411 * Source/cmake/OptionsMac.cmake:
2412 * Source/cmake/WebKitFeatures.cmake:
2413 * Source/cmakeconfig.h.cmake:
2415 2015-01-10 Dan Bernstein <mitz@apple.com>
2417 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
2418 https://bugs.webkit.org/show_bug.cgi?id=140339
2420 Reviewed by Mark Rowe.
2422 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
2423 prevents unnecessary rebuilding due to PATH differences.
2425 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
2427 [GTK][ThreadedCompositor] Add support for threaded compositor.
2428 https://bugs.webkit.org/show_bug.cgi?id=118265
2430 Reviewed by Martin Robinson.
2432 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
2433 autotools build systems. The feature is disabled by default.
2434 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
2435 from the feature flags.
2437 * Source/cmake/OptionsEfl.cmake:
2438 * Source/cmake/OptionsGTK.cmake:
2439 * Source/cmake/WebKitFeatures.cmake:
2440 * Source/cmakeconfig.h.cmake:
2442 2014-12-23 Alexey Proskuryakov <ap@apple.com>
2444 Simplify building with ASan
2445 https://bugs.webkit.org/show_bug.cgi?id=139916
2447 Reviewed by Mark Rowe.
2449 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
2451 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
2453 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
2455 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2457 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
2459 Null dereference performing a "TapAndAHalf" gesture in Google search field
2461 <https://bugs.webkit.org/show_bug.cgi?id=139506>
2462 <rdar://problem/19028828>
2464 Reviewed by Darin Adler.
2466 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
2468 2014-12-10 Dean Jackson <dino@apple.com>
2470 Blur filter performance test doesn't provide results
2471 https://bugs.webkit.org/show_bug.cgi?id=139462
2473 Reviewed by Sam Weinig.
2475 This can't currently work under our performance test
2476 infrastructure. Move it to a manual test to avoid
2477 putting FAILures into the results.
2479 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
2481 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
2483 [GTK][WK2] Add HTML5 Notifications support
2484 https://bugs.webkit.org/show_bug.cgi?id=61140
2486 Reviewed by Carlos Garcia Campos.
2488 * Source/cmake/FindLibNotify.cmake: Added.
2489 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
2490 libnotify and use it for a default implementation when found.
2492 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
2494 REGRESSION(r155906): Page content disappears on Tuaw article after loading
2495 https://bugs.webkit.org/show_bug.cgi?id=138100
2497 Reviewed by Simon Fraser.
2499 DRT causes an extra paint which makes it impossible to test this with
2502 * ManualTests/float-layer-not-painting.html: Added.
2504 2014-12-07 Alberto Garcia <berto@igalia.com>
2506 [GTK] WebKit has a new required dependency on GnuTLS
2507 https://bugs.webkit.org/show_bug.cgi?id=136158
2509 Reviewed by Martin Robinson.
2511 Detect if GnuTLS is installed and enable or disable subtle crypto
2512 support accordingly.
2514 * Source/cmake/OptionsGTK.cmake:
2516 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
2518 [GTK] Missing API detected in GObject DOM bindings after r176630
2519 https://bugs.webkit.org/show_bug.cgi?id=139201
2521 Reviewed by Gustavo Noronha Silva.
2523 Change GENERATE_BINDINGS macro to receive a list of optional
2524 additional dependencies, so that we can add more dependecies
2525 without having to change the macro.
2527 * Source/cmake/WebKitMacros.cmake:
2529 2014-12-05 Simon Fraser <simon.fraser@apple.com>
2531 Programmatic scrolling and content changes are not always synchronized
2532 https://bugs.webkit.org/show_bug.cgi?id=139245
2533 rdar://problem/18833612
2535 Reviewed by Anders Carlsson.
2537 Manual test that tries to sync layout with programmatic scrolling.
2539 * ManualTests/programmatic-scroll-flicker.html: Added.
2541 2014-12-04 Alberto Garcia <berto@igalia.com>
2543 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
2544 https://bugs.webkit.org/show_bug.cgi?id=136576
2546 Reviewed by Carlos Garcia Campos.
2548 CMake should complain if Accelerated 2D Canvas is explicitly
2549 enabled but cairo-gl is not found.
2551 * Source/cmake/OptionsGTK.cmake:
2553 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2555 [EFL] Add subtle crypto to the build system
2556 https://bugs.webkit.org/show_bug.cgi?id=138612
2558 Reviewed by Csaba Osztrogonác.
2560 * Source/cmake/OptionsEfl.cmake:
2562 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2564 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
2565 https://bugs.webkit.org/show_bug.cgi?id=139085
2567 Reviewed by Andreas Kling.
2569 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
2570 * Source/cmake/WebKitFeatures.cmake: ditto.
2571 * Source/cmakeconfig.h.cmake: ditto.
2573 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
2575 [EFL] Drop support for the EFL 1.7
2576 https://bugs.webkit.org/show_bug.cgi?id=139114
2578 Reviewed by Gyuyoung Kim.
2580 * Source/cmake/EFLHelpers.cmake: Removed.
2581 * Source/cmake/FindEcore.cmake: Removed.
2582 * Source/cmake/FindEdje.cmake: Removed.
2583 * Source/cmake/FindEet.cmake: Removed.
2584 * Source/cmake/FindEeze.cmake: Removed.
2585 * Source/cmake/FindEfreet.cmake: Removed.
2586 * Source/cmake/FindEina.cmake: Removed.
2587 * Source/cmake/FindElementary.cmake: Removed.
2588 * Source/cmake/FindEvas.cmake: Removed.
2589 * Source/cmake/OptionsEfl.cmake:
2591 2014-11-28 Philippe Normand <pnormand@igalia.com>
2593 [CMake] Build failure against GStreamer git master
2594 https://bugs.webkit.org/show_bug.cgi?id=138872
2596 Reviewed by Csaba Osztrogon.
2598 * Source/cmake/FindGStreamer.cmake: Simplified the
2599 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
2600 headers lookup, there's no need to do this manually. Also
2601 explicitely check the version specified in GStreamer_FIND_VERSION.
2603 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
2605 [EFL] Remove E_Dbus dependency
2606 https://bugs.webkit.org/show_bug.cgi?id=136355
2608 Reviewed by Gyuyoung Kim.
2610 * Source/cmake/FindE_DBus.cmake: Removed.
2611 * Source/cmake/OptionsEfl.cmake:
2613 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
2615 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2617 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2619 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
2621 [CMake] Use ld.gold if it is available to speedup builds
2622 https://bugs.webkit.org/show_bug.cgi?id=137953
2624 Reviewed by Carlos Garcia Campos.
2626 * Source/cmake/OptionsCommon.cmake:
2628 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
2630 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
2631 https://bugs.webkit.org/show_bug.cgi?id=138840
2633 Reviewed by Csaba Osztrogonác.
2635 * Source/cmake/OptionsCommon.cmake:
2637 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
2639 Remove Source/Platform cruft
2640 https://bugs.webkit.org/show_bug.cgi?id=138658
2642 Reviewed by Anders Carlsson.
2645 * Source/Platform: Removed.
2647 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
2649 Enable Cortex-A53-specific code paths by default if core is detected.
2650 https://bugs.webkit.org/show_bug.cgi?id=138499
2652 Reviewed by Csaba Osztrogonác.
2654 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
2655 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
2658 Since on ARM64/Linux the part number that cpuinfo reports depends on
2659 the core the query is run on, the check is bound to and executed on the
2660 available cores one by one.
2662 * Source/cmake/OptionsCommon.cmake:
2664 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2666 [EFL] Remove unnecessary version check from OptionsEfl.cmake
2667 https://bugs.webkit.org/show_bug.cgi?id=138498
2669 Reviewed by Csaba Osztrogonác.
2671 * Source/cmake/OptionsEfl.cmake:
2673 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2675 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
2676 https://bugs.webkit.org/show_bug.cgi?id=138465
2678 Reviewed by Gyuyoung Kim.
2680 * Source/cmake/OptionsEfl.cmake:
2682 2014-11-03 Dean Jackson <dino@apple.com>
2684 Add ENABLE_FILTERS_LEVEL_2 feature guard.
2685 https://bugs.webkit.org/show_bug.cgi?id=138362
2687 Reviewed by Tim Horton.
2689 Add a new feature define for Level 2 of CSS Filters.
2690 http://dev.w3.org/fxtf/filters-2/
2692 * Source/cmake/OptionsEfl.cmake:
2693 * Source/cmake/OptionsGTK.cmake:
2694 * Source/cmake/OptionsMac.cmake:
2695 * Source/cmake/WebKitFeatures.cmake:
2696 * Source/cmakeconfig.h.cmake:
2698 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
2700 Workaround for Cortex-A53 erratum 835769
2701 https://bugs.webkit.org/show_bug.cgi?id=138315
2703 Reviewed by Filip Pizlo.
2705 This patch introduces CMake variable and preprocessor macro
2706 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
2707 code paths, if set true.
2709 * Source/cmake/OptionsCommon.cmake:
2710 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
2712 * Source/cmakeconfig.h.cmake:
2713 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
2715 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
2717 [GTK] Fix the build of FTL JIT
2718 https://bugs.webkit.org/show_bug.cgi?id=138298
2720 Reviewed by Carlos Garcia Campos.
2722 * Source/cmake/OptionsGTK.cmake:
2723 Remove the need for the LIBCXXABI package.
2725 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
2727 REGRESSION(CMake): Make it possible to build without introspection
2728 https://bugs.webkit.org/show_bug.cgi?id=138006
2730 Reviewed by Philippe Normand.
2732 Add ENABLE_INTROSPECTION option.
2734 * Source/PlatformGTK.cmake: Dot not add gir global target if
2735 introspection is disabled.
2736 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
2737 introspection is disabled.
2739 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
2741 [GTK] Support script message handlers WebKitUserContentManager
2742 https://bugs.webkit.org/show_bug.cgi?id=133730
2744 Reviewed by Carlos Garcia Campos.
2746 Support user script message handlers in WebKitUserContentManager.
2747 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
2748 an option is added to the CMake build files. The option is disabled
2749 globally by default, and the WebKitGTK port enables it. On the API
2750 level, two new methods to register and unregister names are provided
2751 in the "window.webkit" namespace, and on message reception the
2752 "WebKitUserContentManager::script-message-received" signal is
2753 emitted, using the registered names as signal detail.
2755 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
2756 ENABLE_USER_MESSAGE_HANDLERS feature by default.
2757 * Source/cmake/WebKitFeatures.cmake: Add feature description for
2758 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
2760 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
2762 [GTK] Bump libsoup's minimum version to 2.42.0.
2763 https://bugs.webkit.org/show_bug.cgi?id=138086
2765 Reviewed by Martin Robinson.
2767 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
2768 soup-version.h header was added to soup.h in 2.41.4, which then becomes
2769 the minimum version required to build the port these days.
2771 In addition, since the autotools build system required 2.42.0 before
2772 being retired, require the same version here. Version 2.42.0 was also
2774 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
2776 * Source/cmake/OptionsGTK.cmake:
2778 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2780 [EFL] Remove unnecessary defines from OptionsEfl.cmake
2781 https://bugs.webkit.org/show_bug.cgi?id=138132
2783 Reviewed by Csaba Osztrogonác.
2785 * Source/cmake/OptionsEfl.cmake:
2787 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
2789 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2791 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2793 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
2795 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
2796 https://bugs.webkit.org/show_bug.cgi?id=137946
2798 Reviewed by Gyuyoung Kim.
2800 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
2802 * Source/cmake/OptionsEfl.cmake:
2804 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2806 Fix FTL Native Inlining for EFL
2807 https://bugs.webkit.org/show_bug.cgi?id=137774
2809 Reviewed by Michael Saboff.
2811 Updated CMake for FTL Native Inlining.
2814 * Source/cmake/FindClang.cmake: Added.
2815 * Source/cmake/OptionsEfl.cmake:
2816 * Source/cmakeconfig.h.cmake:
2818 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
2820 Web Inspector: Generate all Inspector domains together in JavaScriptCore
2821 https://bugs.webkit.org/show_bug.cgi?id=137748
2823 Reviewed by Brian Burg.
2825 * Source/PlatformEfl.cmake:
2827 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
2829 [GTK] Add initial gestures support
2830 https://bugs.webkit.org/show_bug.cgi?id=137812
2832 Reviewed by Sergio Villar Senin.
2834 Check if the GTK+ version supports gestures or not.
2836 * Source/cmake/FindGTK3.cmake:
2837 * Source/cmake/OptionsGTK.cmake:
2839 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
2841 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
2842 https://bugs.webkit.org/show_bug.cgi?id=137781
2844 Reviewed by Martin Robinson.
2846 We used to enable smooth scrolling unconditionally in autotools
2847 (via WebKitFeatures.m4), but since the switch to CMake it's
2848 unconditionally disabled, so changing the setting doesn't have any
2851 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
2853 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
2855 Removing CUSTOM_PROTOCOLS guard
2856 https://bugs.webkit.org/show_bug.cgi?id=137741
2858 Reviewed by Benjamin Poulain.
2860 * Source/cmake/OptionsEfl.cmake:
2862 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
2864 [EFL] Enable WebP support.
2865 https://bugs.webkit.org/show_bug.cgi?id=136156
2867 Reviewed by Gyuyoung Kim.
2869 Add WebP package finding rule.
2871 * Source/cmake/OptionsEfl.cmake:
2873 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
2875 [EFL] Enable custom URI schemes with CustomProtocols
2876 https://bugs.webkit.org/show_bug.cgi?id=128177
2878 Reviewed by Gyuyoung Kim.
2880 Fixing ewk_context_url_scheme_register() ewebkit2 API
2881 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
2883 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
2885 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
2887 Bump version to 2.7.0
2888 https://bugs.webkit.org/show_bug.cgi?id=137301
2890 Rubber-stamped by Carlos Garcia Campos.
2892 * Source/cmake/OptionsGTK.cmake: Bump version numbers
2894 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2896 [EFL] Rename TEST_THEME_DIR macro
2897 https://bugs.webkit.org/show_bug.cgi?id=137244
2899 Reviewed by Csaba Osztrogonác.
2901 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
2903 2014-09-27 Dan Bernstein <mitz@apple.com>
2905 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
2906 https://bugs.webkit.org/show_bug.cgi?id=137053
2908 Reviewed by Mark Rowe.
2910 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2911 In the build pre-action, pass the --wksi and --llvm options to
2912 copy-webkitlibraries-to-product-directory.
2913 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
2915 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
2917 [GTK] Enable CSS_IMAGE_SET in production builds
2918 https://bugs.webkit.org/show_bug.cgi?id=137142
2920 Reviewed by Alejandro G. Castro.
2922 This is required by the inspector to show some of the icons that
2923 has a HiDPI variant.
2925 * Source/cmake/OptionsGTK.cmake:
2927 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
2929 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
2930 https://bugs.webkit.org/show_bug.cgi?id=136377
2932 Reviewed by Philippe Normand.
2934 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
2935 for CMake versions less than 3.
2937 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
2939 Remove WinCE port from trunk
2940 https://bugs.webkit.org/show_bug.cgi?id=136951
2942 Reviewed by Alex Christensen.
2944 * Source/cmake/OptionsWinCE.cmake: Removed.
2945 * Source/cmake/WebKitPackaging.cmake:
2947 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
2949 [EFL][GTK] Remove WebKit1 related codes
2950 https://bugs.webkit.org/show_bug.cgi?id=136853
2952 Reviewed by Csaba Osztrogonác.
2954 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
2957 * Source/PlatformGTK.cmake:
2959 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2962 https://bugs.webkit.org/show_bug.cgi?id=136820
2964 Reviewed by Csaba Osztrogonác.
2966 * Source/cmake/FindICU.cmake:
2968 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
2970 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
2971 https://bugs.webkit.org/show_bug.cgi?id=136814
2973 Reviewed by Philippe Normand.
2975 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
2976 We bundle the wayland-egl dependency with wayland-client and wayland-server
2977 and store the resulting variables with the WAYLAND_ prefix. Because of this
2978 this line wasn't exporting anything useful.
2980 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
2982 URTBF after r173574.
2984 * Source/cmake/WebKitMacros.cmake:
2986 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
2988 [JavaScriptCore] Fix FTL on platform EFL.
2989 https://bugs.webkit.org/show_bug.cgi?id=133571
2991 Reviewed by Filip Pizlo.
2995 * Source/cmake/FindLIBCXXABI.cmake: Removed.
2996 * Source/cmake/OptionsEfl.cmake:
2998 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3001 https://bugs.webkit.org/show_bug.cgi?id=136571
3003 Reviewed by Darin Adler.
3005 * Source/cmake/OptionsEfl.cmake:
3006 * Source/cmake/OptionsGTK.cmake:
3007 * Source/cmake/OptionsMac.cmake:
3008 * Source/cmake/WebKitFeatures.cmake:
3009 * Source/cmakeconfig.h.cmake:
3011 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3013 Remove CSS_FILTERS flag
3014 https://bugs.webkit.org/show_bug.cgi?id=136529
3016 Reviewed by Dirk Schulze.
3018 * Source/cmake/OptionsEfl.cmake:
3019 * Source/cmake/OptionsGTK.cmake:
3020 * Source/cmake/OptionsMac.cmake:
3021 * Source/cmake/WebKitFeatures.cmake:
3022 * Source/cmakeconfig.h.cmake:
3024 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3026 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
3027 https://bugs.webkit.org/show_bug.cgi?id=136194
3029 Reviewed by Csaba Osztrogonác.
3031 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
3035 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3037 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
3038 https://bugs.webkit.org/show_bug.cgi?id=135560
3040 Reviewed by Gyuyoung Kim.
3042 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
3044 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
3046 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
3047 https://bugs.webkit.org/show_bug.cgi?id=136343
3049 Reviewed by David Kilzer.
3051 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
3053 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3054 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3056 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
3058 [EFL] Share fast/speechsynthesis/ with other ports
3059 https://bugs.webkit.org/show_bug.cgi?id=136224
3061 Reviewed by Chris Fleizach.
3063 Enable WebSpeech for EFL.
3065 * Source/cmake/OptionsEfl.cmake:
3067 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
3069 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
3070 https://bugs.webkit.org/show_bug.cgi?id=136127
3072 Reviewed by Gyuyoung Kim.
3074 Add build support for espeak.
3076 * Source/cmake/FindEspeak.cmake: Added.
3077 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
3079 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
3081 [EFL] Build break using clang
3082 https://bugs.webkit.org/show_bug.cgi?id=136245
3084 Reviewed by Gyuyoung Kim.
3086 * Source/cmake/OptionsEfl.cmake:
3087 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
3088 Some warnings are from system libraries.
3090 2014-08-25 Alberto Garcia <berto@igalia.com>
3092 [GTK] Unify webkitgtk and webkit2gtk directories
3093 https://bugs.webkit.org/show_bug.cgi?id=136209
3095 Reviewed by Carlos Garcia Campos.
3097 Use webkit2gtk-X.X both for the process binaries and the injected
3100 * Source/cmake/OptionsGTK.cmake:
3102 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3104 [EFL] Move Efl specific code from Source/CMakeLists.txt
3105 https://bugs.webkit.org/show_bug.cgi?id=136206
3107 Reviewed by Gyuyoung Kim.
3109 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
3110 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
3112 * Source/CMakeLists.txt:
3113 * Source/cmake/OptionsEfl.cmake:
3115 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3117 [EFL] Introduce DEVELOPER_MODE
3118 https://bugs.webkit.org/show_bug.cgi?id=135884
3120 Reviewed by Gyuyoung Kim.
3122 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
3123 instead of SHARED_CORE.
3124 SHARED_CORE can reduce link time and memory consumption but it is slightly different
3125 from release binary.
3127 * Source/cmake/OptionsEfl.cmake:
3128 * Source/cmake/WebKitHelpers.cmake:
3129 Moved fvisibility=hidden to OptionsEfl.cmake
3131 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
3133 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
3134 https://bugs.webkit.org/show_bug.cgi?id=136110
3136 Reviewed by Gyuyoung Kim.
3138 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
3140 * Source/cmake/OptionsEfl.cmake:
3142 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3144 [EFL] Apply eflsymbols.filter to WebKit2
3145 https://bugs.webkit.org/show_bug.cgi?id=136148
3147 Reviewed by Csaba Osztrogonác.
3149 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
3150 in the eflsymbols.filter.
3152 * Source/cmake/OptionsEfl.cmake:
3153 * Source/cmake/eflsymbols.filter:
3155 2014-08-21 Zalan Bujtas <zalan@apple.com>
3157 Enable SATURATED_LAYOUT_ARITHMETIC.
3158 https://bugs.webkit.org/show_bug.cgi?id=136106
3160 Reviewed by Simon Fraser.
3162 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
3163 (No measurable performance regression on Mac.)
3165 * Source/cmake/OptionsMac.cmake:
3166 * Source/cmake/WebKitFeatures.cmake:
3167 * Source/cmakeconfig.h.cmake:
3169 2014-08-19 Zalan Bujtas <zalan@apple.com>
3171 Remove ENABLE(SUBPIXEL_LAYOUT).
3172 https://bugs.webkit.org/show_bug.cgi?id=136077
3174 Reviewed by Simon Fraser.
3176 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
3178 * Source/cmake/OptionsEfl.cmake:
3179 * Source/cmake/OptionsGTK.cmake:
3180 * Source/cmake/OptionsMac.cmake:
3181 * Source/cmake/WebKitFeatures.cmake:
3182 * Source/cmakeconfig.h.cmake:
3184 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
3186 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
3187 https://bugs.webkit.org/show_bug.cgi?id=135980
3189 Reviewed by Martin Robinson.
3191 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
3192 overrides any other disabled optimization that was prepended to these
3193 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
3194 lists first in the final list of compilation flags.
3196 To avoid -On re-enabling optimizations that we'd like to keep disabled,
3197 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
3199 * Source/cmake/OptionsCommon.cmake:
3200 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
3201 * Source/cmake/OptionsGTK.cmake:
3203 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3205 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
3207 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3209 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
3211 [GTK] Disable memory sampler on non-Linux system
3212 https://bugs.webkit.org/show_bug.cgi?id=134483
3214 Reviewed by Philippe Normand.
3216 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
3217 Linux because it uses many Linux-specific features, so we should disable
3218 memory sampler on other systems by default.
3220 * Source/cmake/OptionsGTK.cmake:
3222 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3224 [GTK] HTML API documentation should also be installed versioned
3225 https://bugs.webkit.org/show_bug.cgi?id=135970
3227 Reviewed by Philippe Normand.
3229 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
3232 2014-08-14 Tomas Popela <tpopela@redhat.com>
3234 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
3235 https://bugs.webkit.org/show_bug.cgi?id=135937
3237 Reviewed by Carlos Garcia Campos.
3241 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3243 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
3244 https://bugs.webkit.org/show_bug.cgi?id=135934
3246 Reviewed by Gustavo Noronha Silva.
3248 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
3249 The gir files should installed in $datadir/gir-1.0/ together with all other
3250 gir files. We don't need to install introspection files in a versioned
3251 directory because their filenames already contain the binary version. But before
3252 r171598, the files were only installed to the right directory if the
3253 gobject-instrospection pkg-config file was in the same prefix than the one we
3254 wanted to install, because the gir and typelibs directories were extracted from
3255 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
3256 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
3257 like we do in the autotools build.
3259 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
3260 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3261 * Source/cmake/OptionsGTK.cmake: Define
3262 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3264 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3266 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
3267 https://bugs.webkit.org/show_bug.cgi?id=135836
3269 Reviewed by Philippe Normand.
3271 * Source/PlatformGTK.cmake: Add install command to also install
3272 the GObject DOM bindings API docs.
3274 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
3276 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
3277 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
3278 re-set CMAKE_C_FLAGS with the new string. The two flags should really
3279 be appended to CMAKE_C_FLAGS and the same variable re-set with the
3282 * Source/cmake/OptionsCommon.cmake:
3284 2014-08-13 Alex Christensen <achristensen@webkit.org>
3286 Progress towards CMake on Mac.
3287 https://bugs.webkit.org/show_bug.cgi?id=135819
3289 Reviewed by Laszlo Gombos.
3291 * Source/cmake/OptionsMac.cmake:
3292 Disable some more features temporarily to get CMake working.
3293 * Source/cmake/WebKitMacros.cmake:
3294 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
3296 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3298 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
3299 https://bugs.webkit.org/show_bug.cgi?id=135798
3301 Reviewed by Philippe Normand.
3303 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
3305 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3306 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3307 https://bugs.webkit.org/show_bug.cgi?id=133317
3309 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3311 Reviewed by Philippe Normand.
3313 No new tests since no new functionality has been added.
3315 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3317 2014-08-11 Commit Queue <commit-queue@webkit.org>
3319 Unreviewed, rolling out r172393.
3320 https://bugs.webkit.org/show_bug.cgi?id=135796
3322 discussion needed about GnuTLS version bump on the bots
3323 (Requested by philn on #webkit).
3327 https://bugs.webkit.org/show_bug.cgi?id=133317
3328 http://trac.webkit.org/changeset/172393
3330 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3331 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3332 https://bugs.webkit.org/show_bug.cgi?id=133317
3334 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3336 Reviewed by Philippe Normand.
3338 No new tests since no new functionality has been added.
3340 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3342 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3344 [GTK] Adds stubs for all subtle crypto algorithm implemntations
3345 https://bugs.webkit.org/show_bug.cgi?id=133316
3347 Reviewed by Philippe Normand.
3349 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
3350 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
3351 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
3353 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
3355 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
3357 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3359 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3361 [GTK] REGRESSION(r166239): The ld version script is not being used
3362 https://bugs.webkit.org/show_bug.cgi?id=135694
3364 Reviewed by Martin Robinson.
3366 Move the symbols filter file from Tools/gtk to Source/cmake and rename
3367 it as gtksymbols.filter. Also updated it, since some of the symbols
3368 exported were renamed.
3370 * Source/cmake/OptionsGTK.cmake:
3371 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
3373 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3375 [GTK] Child processes should be installed in a versioned directory
3376 https://bugs.webkit.org/show_bug.cgi?id=135754
3378 Reviewed by Gustavo Noronha Silva.
3380 Define LIBEXEC_INSTALL_DIR as
3381 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
3382 so that the child processes are installed in $libexec/webkitgtk-4.0.
3383 This makes it possible to install 2.6 in parallel to older versions.
3385 * Source/cmake/OptionsGTK.cmake:
3387 2014-08-08 Alex Christensen <achristensen@webkit.org>
3389 Progress towards using CMake on Mac.
3390 https://bugs.webkit.org/show_bug.cgi?id=135662
3392 Reviewed by Laszlo Gombos.
3395 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
3396 * Source/cmake/WebKitFeatures.cmake:
3397 * Source/cmakeconfig.h.cmake:
3398 Added features that are needed by the Mac port.
3399 * Source/cmake/OptionsMac.cmake:
3400 Enable CSS_IMAGE_SET based on FeatureDefines.h.
3401 Disable the FTL with CMake for now.
3402 * Source/cmake/OptionsEFL.cmake:
3403 * Source/cmake/OptionsGTK.cmake:
3404 Enable subpixel layout to not conflict with FeatureDefines.h
3406 2014-08-08 Simon Fraser <simon.fraser@apple.com>
3408 Undo some erroneous changes to the Xcode scheme files from r172259.
3410 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3411 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3413 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
3415 [CMake] Drop the required version of CMake down to 2.8.8
3416 https://bugs.webkit.org/show_bug.cgi?id=135713
3418 Reviewed by Alex Christensen.
3420 * CMakeLists.txt: Require CMake 2.8.8.
3422 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
3424 Get rid of INPUT_SPEECH
3425 https://bugs.webkit.org/show_bug.cgi?id=135672
3427 Reviewed by Andreas Kling.
3429 * Source/cmake/OptionsMac.cmake:
3430 * Source/cmake/WebKitFeatures.cmake:
3431 * Source/cmakeconfig.h.cmake:
3433 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
3435 [GTK] Disable IndexedDB
3436 https://bugs.webkit.org/show_bug.cgi?id=135692
3438 Reviewed by Carlos Garcia Campos.
3440 * Source/cmake/OptionsGTK.cmake:
3442 2014-08-06 Dean Jackson <dino@apple.com>
3444 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
3445 https://bugs.webkit.org/show_bug.cgi?id=135675
3447 Reviewed by Sam Weinig.
3449 * Source/cmake/OptionsGTK.cmake:
3450 * Source/cmake/OptionsMac.cmake:
3451 * Source/cmake/WebKitFeatures.cmake:
3452 * Source/cmakeconfig.h.cmake:
3454 2014-08-06 David Farler <dfarler@apple.com>
3456 Unreviewed build fix: Make includes semicolon in assignment.
3458 * Makefile.shared: Remove a ;
3460 2014-08-06 David Farler <dfarler@apple.com>
3462 Set DSYMUTIL_NUM_THREADS to the number of logical cores
3463 https://bugs.webkit.org/show_bug.cgi?id=135655
3465 Reviewed by Mark Rowe.
3467 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
3469 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
3471 [GTK] Be able to disable gtk2 dependency
3472 https://bugs.webkit.org/show_bug.cgi?id=135505
3474 Reviewed by Gustavo Noronha Silva.
3476 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
3477 required when it's enabled. It's enabled by default.
3479 * Source/cmake/OptionsGTK.cmake:
3481 2014-08-05 Alex Christensen <achristensen@webkit.org>
3484 https://bugs.webkit.org/show_bug.cgi?id=135620
3486 Reviewed by Laszlo Gombos.
3488 * Source/cmake/OptionsMac.cmake:
3489 Use UDIS86 by default on Mac.
3491 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
3493 Add a flag for the CSS Selectors level 4 implementation
3494 https://bugs.webkit.org/show_bug.cgi?id=135535
3496 Reviewed by Andreas Kling.
3498 * Source/cmake/OptionsEfl.cmake:
3499 * Source/cmake/OptionsGTK.cmake:
3500 * Source/cmake/WebKitFeatures.cmake:
3501 * Source/cmakeconfig.h.cmake:
3503 2014-08-04 Alex Christensen <achristensen@webkit.org>
3505 Progress towards CMake on Mac.
3506 https://bugs.webkit.org/show_bug.cgi?id=135528
3508 Reviewed by Gyuyoung Kim.
3510 * Source/cmake/OptionsMac.cmake:
3511 Made options list based on FeatureDefines.xcconfig files.
3513 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3515 [GTK] Windowing target support should reflect the support in the GTK+ dependency
3516 https://bugs.webkit.org/show_bug.cgi?id=134736
3518 Reviewed by Martin Robinson.
3520 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
3521 support the X11 or Wayland windowing targets -- instead, if there's no support
3522 the specific target is disabled, and an error is thrown only if neither of the
3523 backends is enabled at the end..
3524 For now the X11 target remains enabled by default, and the Wayland target is
3525 kept disabled. Once it's possible to have both targets enabled at runtime in
3526 WebKit, the Wayland target will be enabled as well and we'll leave it to the
3527 GTK+ dependency to determine which targets can be enabled.
3529 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3531 [CMake] Add FindWayland.cmake
3532 https://bugs.webkit.org/show_bug.cgi?id=135540
3534 Reviewed by Martin Robinson.
3536 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
3537 dependency. For now bundles the wayland-client, wayland-server and
3538 wayland-egl pkg-config targets into one dependency, but these could
3539 be split in the future if necessary.
3541 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
3543 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
3544 https://bugs.webkit.org/show_bug.cgi?id=135553
3546 Reviewed by Gyuyoung Kim.
3548 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
3549 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
3551 * Source/cmake/OptionsEfl.cmake:
3553 2014-08-01 Bear Travis <betravis@adobe.com>
3555 [Feature Queries] Enable Feature Queries on EFL/GTK
3556 https://bugs.webkit.org/show_bug.cgi?id=134902
3558 Reviewed by Benjamin Poulain.
3560 Enable CSS Feature Queries by default on the EFL and GTK
3563 * Source/cmake/OptionsEfl.cmake:
3564 * Source/cmake/OptionsGTK.cmake:
3566 2014-08-01 Alex Christensen <achristensen@webkit.org>
3568 Progress towards cmake on Windows.
3569 https://bugs.webkit.org/show_bug.cgi?id=135484
3571 Reviewed by Martin Robinson.
3574 Added Mac to list of ports, even though it is not done yet.
3575 Changed minimum bison version to version installed on Macs.
3576 * Source/cmake/OptionsAppleWin.cmake:
3577 Added some definitions.
3578 * Source/cmake/OptionsEfl.cmake:
3579 * Source/cmake/OptionsGTK.cmake:
3580 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
3581 * Source/cmake/OptionsMac.cmake: Added blank for now.
3582 * Source/cmake/OptionsWinCairo.cmake:
3583 * Source/cmake/OptionsWindows.cmake:
3584 Added some definitions.
3585 Removed /WX (warnings treated as error while compiling).
3586 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
3588 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
3590 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
3591 https://bugs.webkit.org/show_bug.cgi?id=135501
3593 Reviewed by Gyuyoung Kim.
3595 Use PROJECT_VERSION_MICRO instead.
3597 * Source/cmake/OptionsEfl.cmake:
3598 * Source/cmake/OptionsGTK.cmake:
3599 * Source/cmake/WebKitHelpers.cmake:
3601 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
3603 [EFL] Bump ewebkit version to 1.11
3604 https://bugs.webkit.org/show_bug.cgi?id=135487
3606 Reviewed by Gyuyoung Kim.
3608 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
3610 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
3612 [EFL] Add support for building with Geoclue2.
3613 https://bugs.webkit.org/show_bug.cgi?id=135455
3615 Reviewed by Gyuyoung Kim.
3617 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
3620 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
3622 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
3624 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3626 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
3628 [GTK] Bump binary version for 2.6
3629 https://bugs.webkit.org/show_bug.cgi?id=133724
3631 Reviewed by Philippe Normand.
3633 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
3634 update library version numbers.
3636 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
3638 [CMake] Bump the minimum required version
3639 https://bugs.webkit.org/show_bug.cgi?id=135382
3641 Reviewed by Gyuyoung Kim.
3643 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
3644 we introduced usage of target_include_directories().
3646 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
3648 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
3649 https://bugs.webkit.org/show_bug.cgi?id=135376
3651 Reviewed by Gyuyoung Kim.
3653 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
3655 * Source/cmake/OptionsEfl.cmake:
3656 * Source/cmake/OptionsGTK.cmake:
3658 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
3660 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
3661 https://bugs.webkit.org/show_bug.cgi?id=135288
3663 Reviewed by Martin Robinson.
3665 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
3666 datadir to pkgconfig
3667 * Source/cmake/OptionsGTK.cmake: define install directories early
3668 enough to be used in FindGObjectIntrospection.cmake
3670 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
3672 Remove CSS_EXCLUSIONS compile flag and leftover code
3673 https://bugs.webkit.org/show_bug.cgi?id=135175
3675 Reviewed by Zoltan Horvath.
3677 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
3678 stubs. This removes the flag and the useless code.
3680 * Source/cmake/WebKitFeatures.cmake:
3681 * Source/cmakeconfig.h.cmake:
3683 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
3685 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
3686 https://bugs.webkit.org/show_bug.cgi?id=135114
3688 Fix build with GStreamer 1.4
3690 Reviewed by Philippe Normand.
3692 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
3693 gst-mpegts component instead of the unstable 1.3.x verstions.
3695 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
3697 [GTK] Simplify make-dist command line arguments
3698 https://bugs.webkit.org/show_bug.cgi?id=134832
3700 Reviewed by Martin Robinson.
3702 * Source/PlatformGTK.cmake: Use --version instead of
3703 --tarball-root when running make-dist.py.
3705 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
3707 Add a manual test for r135044
3709 <https://bugs.webkit.org/show_bug.cgi?id=135044>
3711 Rubber-stamped by Andy Estes.
3713 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
3715 2014-07-18 Dana Burkart <dburkart@apple.com>
3717 Add a new 'analyze' target to the makefile. This will make use of a new
3718 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
3720 https://bugs.webkit.org/show_bug.cgi?id=135057
3721 <rdar://problem/10193187>
3723 Reviewed by David Kilzer.
3729 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
3731 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
3732 https://bugs.webkit.org/show_bug.cgi?id=134963
3734 Reviewed by Gyuyoung Kim.
3736 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
3738 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
3740 2014-07-14 Daniel Bates <dabates@apple.com>
3742 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
3743 https://bugs.webkit.org/show_bug.cgi?id=134905
3744 <rdar://problem/16602779>
3746 Reviewed by Simon Fraser.
3748 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
3749 on the tapped element when processing a touchend as a result of finger pressing and releasing
3750 on the same element that is initially positioned outside the visible content area.
3752 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
3754 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
3756 [GTK] Enable VIDEO_TRACK by default
3757 https://bugs.webkit.org/show_bug.cgi?id=134801
3759 Reviewed by Philippe Normand.
3761 * Source/cmake/OptionsGTK.cmake:
3763 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
3765 [GTK][CMake] Add a 'distcheck' target
3766 https://bugs.webkit.org/show_bug.cgi?id=130675
3768 Reviewed by Gustavo Noronha Silva.
3770 * Source/PlatformGTK.cmake: Add distcheck target.
3772 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
3774 [GTK] Use the same default options for production builds that previous stable releases
3775 https://bugs.webkit.org/show_bug.cgi?id=134589
3777 Reviewed by Martin Robinson.
3779 Change the default value of some features to match our stable releases.
3780 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
3781 canvas depend on whether cairo-gl is found.
3783 * Source/cmake/FindCairoGL.cmake: Added.
3784 * Source/cmake/OptionsGTK.cmake:
3786 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
3788 [EFL] Support Encrypted Media Extensions.
3789 https://bugs.webkit.org/show_bug.cgi?id=134750
3791 Reviewed by Gyuyoung Kim.
3793 Webkit needs to play encrypted media contents when media player
3794 is played by Media source extensions and normal video procedure.
3796 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
3798 2014-07-08 Alex Christensen <achristensen@webkit.org>
3800 Steps towards CMake on Windows.
3801 https://bugs.webkit.org/show_bug.cgi?id=134716
3803 Reviewed by Martin Robinson.
3806 Added AppleWin and WinCairo to list of CMake ports.
3807 * Source/cmake/OptionsAppleWin.cmake: Added.
3808 * Source/cmake/OptionsWinCairo.cmake: Added.
3809 * Source/cmake/OptionsWindows.cmake:
3810 Windows needs to use the system malloc. Other options to come.
3812 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3814 [EFL] Support Geolocation
3815 https://bugs.webkit.org/show_bug.cgi?id=134439
3817 Reviewed by Antonio Gomes.
3819 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
3821 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3823 Broken build with build-webkit --no-video
3824 https://bugs.webkit.org/show_bug.cgi?id=134587
3826 Reviewed by Darin Adler.
3828 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
3830 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
3832 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
3834 [GTK] The list of features shown by cmake is not accurate
3835 https://bugs.webkit.org/show_bug.cgi?id=134588
3837 Reviewed by Gustavo Noronha Silva.
3839 The problem is that some options might change after the feature
3840 list has been printed.
3842 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
3843 setting the default values of features and set WEBGL value
3844 depending on the dependencies, and API_TEST depending on whether
3845 developer mode is enabled or not.
3847 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3849 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
3850 https://bugs.webkit.org/show_bug.cgi?id=134578