1 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
3 Add ShadowRoot interface and Element.prototype.attachShadow
4 https://bugs.webkit.org/show_bug.cgi?id=149187
6 Reviewed by Antti Koivisto.
8 * Source/cmake/OptionsGTK.cmake:
10 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
12 [cmake] Enable debug fission only if it is supported
13 https://bugs.webkit.org/show_bug.cgi?id=149161
15 Reviewed by Martin Robinson.
17 * Source/cmake/OptionsCommon.cmake:
19 2015-09-14 Alex Christensen <achristensen@webkit.org>
21 Progress towards CMake on Mac.
22 https://bugs.webkit.org/show_bug.cgi?id=149123
24 Reviewed by Chris Dumez.
26 * Source/cmake/OptionsMac.cmake:
27 * Source/cmake/WebKitFeatures.cmake:
28 Defined and enabled some more features needed on Mac.
29 * Source/cmake/WebKitMacros.cmake:
30 Objective C bindings need special changes when generating:
31 Some of the bindings do not generate a .mm file but the header is needed.
32 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
33 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
35 2015-09-08 Daniel Bates <dabates@apple.com>
37 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
38 https://bugs.webkit.org/show_bug.cgi?id=74729
39 <rdar://problem/22550195>
41 Reviewed by Jon Honeycutt.
43 * ManualTests/compositing/resources/composited-subframe.html: Removed.
44 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
46 2015-09-06 Andy Estes <aestes@apple.com>
48 WebKit.xcworkspace should be be able to build iOS platforms
49 https://bugs.webkit.org/show_bug.cgi?id=148881
51 Reviewed by Daniel Bates.
53 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
54 for all supported platforms.
56 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
57 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
59 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
61 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
62 photo library uploads a JPEG
63 https://bugs.webkit.org/show_bug.cgi?id=148849
65 Reviewed by Daniel Bates.
67 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
68 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
69 functionality doesn't exist on iOS, so we'll add a manual test.
70 This tests that the first few bytes of the selected file are "GIF".
72 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
74 Follow-up patch for r189343.
75 https://bugs.webkit.org/show_bug.cgi?id=148795
77 Rubber-stamped by Csaba Osztrogonác.
79 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
80 to 1.9, since this seems to be enough to fix the build failure.
81 And 2.0 may cause problems for developers using some distributions like Ubuntu.
83 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
85 [CMake] Trigger the memory-reduction tricks on armhf too
86 https://bugs.webkit.org/show_bug.cgi?id=146640
88 Reviewed by Csaba Osztrogonác.
90 * Source/cmake/OptionsCommon.cmake:
91 Activate --no-keep-memory even on armhf to reduce the amount of memory
92 needed during linking, to avoid out-of-memory failures as much as
95 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
97 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
98 https://bugs.webkit.org/show_bug.cgi?id=148795
100 Rubber-stamped by Carlos Garcia Campos.
102 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
104 2015-09-02 Alex Christensen <achristensen@webkit.org>
106 Make bison grammar compatible with bison 2.1
107 https://bugs.webkit.org/show_bug.cgi?id=148731
109 Reviewed by Tim Horton.
111 * Source/cmake/WebKitCommon.cmake:
114 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
116 [CMake] Build with Debug Fission on by default on Debug builds.
117 https://bugs.webkit.org/show_bug.cgi?id=148639
119 Reviewed by Martin Robinson.
121 * Source/cmake/OptionsCommon.cmake:
123 2015-08-29 Alex Christensen <achristensen@webkit.org>
125 Unreviewed build fix after r179923.
127 * Source/CMakeLists.txt:
128 bmalloc isn't ported to Windows yet.
130 2015-08-27 Alex Christensen <achristensen@webkit.org>
132 Isolate Source directories in CMake build
133 https://bugs.webkit.org/show_bug.cgi?id=148389
135 Reviewed by Brent Fulgham.
138 * Source/cmake/WebKitCommon.cmake:
139 Move package finding to WebKitCommon.
141 2015-08-26 Per Arne Vollan <peavo@outlook.com>
143 [Win] Build does not generate debug info.
144 https://bugs.webkit.org/show_bug.cgi?id=148431
146 Reviewed by Alex Christensen.
148 Generate debug info for Windows builds.
150 * Source/cmake/OptionsWin.cmake:
152 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
154 [GTK] Disable ACCELERATED_2D_CANVAS by default
155 https://bugs.webkit.org/show_bug.cgi?id=148473
157 Reviewed by Martin Robinson.
159 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
160 but not on Debian (which does not). We've known this was problematic for a while, since it
161 means we have two different sets of distro-dependent bugs, but never decided whether that
162 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
163 have the same bugs everywhere. We can turn this on again for other distros when we're ready
164 to turn it on for Debian.
166 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
169 * Source/cmake/OptionsGTK.cmake:
171 2015-08-25 Commit Queue <commit-queue@webkit.org>
173 Unreviewed, rolling out r188919.
174 https://bugs.webkit.org/show_bug.cgi?id=148452
176 broke build (Requested by alexchristensen on #webkit).
180 "[Win] Build does not generate debug info."
181 https://bugs.webkit.org/show_bug.cgi?id=148431
182 http://trac.webkit.org/changeset/188919
184 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
186 [GTK] r186800 broke the build on Ubuntu 14.04
187 https://bugs.webkit.org/show_bug.cgi?id=147559
189 Reviewed by Martin Robinson.
191 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
192 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
194 2015-08-25 Per Arne Vollan <peavo@outlook.com>
196 [Win] Build does not generate debug info.
197 https://bugs.webkit.org/show_bug.cgi?id=148431
199 Reviewed by Brent Fulgham.
201 Generate debug info for Windows builds.
203 * Source/cmake/OptionsWin.cmake:
205 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
207 [GTK] Auto-detection of cairo-gl fails
208 https://bugs.webkit.org/show_bug.cgi?id=148189
210 Reviewed by Žan Doberšek.
212 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
213 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
214 deemed available, which might not be the case.
215 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
217 2015-08-19 Alex Christensen <achristensen@webkit.org>
219 CMake Windows build should not include files directly from other Source directories
220 https://bugs.webkit.org/show_bug.cgi?id=148198
222 Reviewed by Brent Fulgham.
224 * Source/cmake/WebKitMacros.cmake:
226 2015-08-19 Alex Christensen <achristensen@webkit.org>
228 Build TestWTF on Mac with CMake.
229 https://bugs.webkit.org/show_bug.cgi?id=147972
231 Reviewed by Tim Horton.
233 * Source/cmake/OptionsMac.cmake:
234 Enable API tests in Mac's CMake build.
236 2015-08-18 Alex Christensen <achristensen@webkit.org>
238 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
239 https://bugs.webkit.org/show_bug.cgi?id=148127
241 Reviewed by Martin Robinson.
244 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
246 2015-08-17 Alex Christensen <achristensen@webkit.org>
248 [Win CMake] Allow WebKitLibraries directory to be set from the command line
249 https://bugs.webkit.org/show_bug.cgi?id=148112
251 Reviewed by Brent Fulgham.
253 * Source/cmake/OptionsWin.cmake:
254 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
255 Instead, use the default location if nothing is passed in from the command line.
256 This way we can set it from the command line for the AppleInternal build.
257 Also, set the output directories to be consistent between the old and new build systems (and ninja).
259 2015-08-17 Alex Christensen <achristensen@webkit.org>
261 Build Debug Suffix on Windows with CMake
262 https://bugs.webkit.org/show_bug.cgi?id=148083
264 Reviewed by Brent Fulgham.
266 * Source/cmake/OptionsWin.cmake:
267 Use debug libraries in debug suffix builds.
269 2015-08-17 Alex Christensen <achristensen@webkit.org>
271 Move some commands from ./CMakeLists.txt to Source/cmake
272 https://bugs.webkit.org/show_bug.cgi?id=148003
274 Reviewed by Brent Fulgham.
277 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
278 so we can change directory structure from command line parameters.
279 * Source/cmake/OptionsAppleWin.cmake:
280 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
281 * Source/cmake/OptionsWinCairo.cmake:
282 * Source/cmake/OptionsWindows.cmake: Removed.
283 * Source/cmake/WebKitCommon.cmake: Added.
284 * Source/cmake/WebKitFS.cmake:
286 2015-08-13 Commit Queue <commit-queue@webkit.org>
288 Unreviewed, rolling out r188428.
289 https://bugs.webkit.org/show_bug.cgi?id=148015
291 broke cmake build (Requested by alexchristensen on #webkit).
295 "Move some commands from ./CMakeLists.txt to Source/cmake"
296 https://bugs.webkit.org/show_bug.cgi?id=148003
297 http://trac.webkit.org/changeset/188428
299 2015-08-13 Alex Christensen <achristensen@webkit.org>
301 Move some commands from ./CMakeLists.txt to Source/cmake
302 https://bugs.webkit.org/show_bug.cgi?id=148003
304 Reviewed by Brent Fulgham.
307 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
308 so we can change directory structure from command line parameters.
309 * Source/cmake/WebKitCommon.cmake: Added.
310 * Source/cmake/WebKitFS.cmake:
312 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
314 A focused node should not be assisted when handling touch events synchronously
315 https://bugs.webkit.org/show_bug.cgi?id=147836
317 Reviewed by Enrica Casucci.
319 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
321 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
322 input can still be assisted due to a touch event.
323 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
324 event does not automatically cause us to assist the currently focused node.
326 2015-08-12 Alex Christensen <achristensen@webkit.org>
328 Fix Debug CMake builds on Windows
329 https://bugs.webkit.org/show_bug.cgi?id=147940
331 Reviewed by Chris Dumez.
333 * Source/cmake/OptionsWindows.cmake:
334 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
336 2015-08-10 Alex Christensen <achristensen@webkit.org>
338 Build TestWebKitAPI with CMake on Windows
339 https://bugs.webkit.org/show_bug.cgi?id=147851
341 Reviewed by Chris Dumez.
343 * Source/cmake/OptionsWindows.cmake:
344 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
346 2015-08-06 Alex Christensen <achristensen@webkit.org>
348 [Win] CMake build fix after r188098.
350 * Source/cmake/OptionsWinCairo.cmake:
351 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
353 2015-08-04 Alex Christensen <achristensen@webkit.org>
355 Fix quirks with CMake and VS2015
356 https://bugs.webkit.org/show_bug.cgi?id=147663
358 Reviewed by Brent Fulgham.
360 * Source/cmake/OptionsWindows.cmake:
361 Hide some warnings. Using the same variable names in nested scopes is ok for now.
362 Disable INTL for now.
364 2015-08-04 Alex Christensen <achristensen@webkit.org>
366 Enable WebGL on Windows CMake build.
367 https://bugs.webkit.org/show_bug.cgi?id=143311
369 Reviewed by Csaba Osztrogonác.
371 * Source/cmake/OptionsWindows.cmake:
372 Enable WebGL by default in CMake builds now that it works.
374 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
376 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
377 https://bugs.webkit.org/show_bug.cgi?id=147625
379 Reviewed by Martin Robinson.
381 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
382 components unless they were actually found, not to accidentally
383 enable Accelerated 2D canvas, which would cause the build to fail.
385 * Source/cmake/FindCairoGL.cmake: Set this variables only when
386 pkg_check_modules() had actually found the relevant component.
388 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
390 [CMake] Add an option to build AllInOne files
391 https://bugs.webkit.org/show_bug.cgi?id=102647
393 Reviewed by Alex Christensen.
395 * Source/cmake/OptionsEfl.cmake: Disabled by default.
396 * Source/cmake/OptionsGTK.cmake: Disabled by default.
397 * Source/cmake/OptionsWindows.cmake: Enabled by default.
398 * Source/cmake/WebKitFeatures.cmake:
399 * Source/cmake/WebKitMacros.cmake:
401 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
403 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
405 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
407 2015-07-31 Alex Christensen <achristensen@webkit.org>
409 Prepare for debug CMake builds on Windows.
410 https://bugs.webkit.org/show_bug.cgi?id=147484
412 Reviewed by Tim Horton.
414 * Source/cmake/OptionsWindows.cmake:
415 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
417 2015-07-30 Joonghun Park <jh718.park@samsung.com>
419 [EFL] Enable IndexedDB based on DatabaseProcess
420 https://bugs.webkit.org/show_bug.cgi?id=147221
422 Reviewed by Csaba Osztrogonác.
424 * Source/cmake/OptionsEfl.cmake:
426 2015-07-30 Alex Christensen <achristensen@webkit.org>
428 Build AppleWin port with CMake
429 https://bugs.webkit.org/show_bug.cgi?id=147385
431 Reviewed by Martin Robinson.
433 * Source/cmake/OptionsWindows.cmake:
434 Use the static multithreaded runtime. Based on
435 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
437 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
439 Implement basic types for ECMAScript Internationalization API
440 https://bugs.webkit.org/show_bug.cgi?id=146926
442 Reviewed by Benjamin Poulain.
444 Enable flag now that the basic objects are in place.
446 * Source/cmake/WebKitFeatures.cmake: enable INTL
448 2015-07-29 Basile Clement <basile_clement@apple.com>
450 Remove native call inlining
451 https://bugs.webkit.org/show_bug.cgi?id=147417
453 Rubber-stamped by Filip Pizlo.
455 * Source/cmake/OptionsEfl.cmake:
456 * Source/cmake/WebKitFeatures.cmake:
458 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
460 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
461 https://bugs.webkit.org/show_bug.cgi?id=147350
463 Reviewed by Sam Weinig.
465 * Source/cmake/WebKitFeatures.cmake:
467 2015-07-27 Alex Christensen <achristensen@webkit.org>
469 Use Ninja on Windows.
470 https://bugs.webkit.org/show_bug.cgi?id=147228
472 Reviewed by Martin Robinson.
474 * Source/cmake/OptionsWindows.cmake:
475 Only use /MP when using generated Visual Studio solution files to build.
476 It makes compiling parallel in MSVC, but Ninja doesn't like it.
478 2015-07-27 Alex Christensen <achristensen@webkit.org>
480 Progress towards building AppleWin with CMake
481 https://bugs.webkit.org/show_bug.cgi?id=147325
483 Reviewed by Martin Robinson.
485 * Source/cmake/OptionsWindows.cmake:
486 Link with 64-bit libraries if building 64-bit binaries.
487 Don't run regular expressions on empty strings when using Ninja.
488 Removed DebugSuffix Visual Studio environment variables.
490 2015-07-23 Alex Christensen <achristensen@webkit.org>
492 Remove compile and runtime flags for promises.
493 https://bugs.webkit.org/show_bug.cgi?id=147244
495 Reviewed by Yusuke Suzuki.
497 * Source/cmake/OptionsMac.cmake:
498 * Source/cmake/OptionsWindows.cmake:
499 * Source/cmake/WebKitFeatures.cmake:
501 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
503 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
504 https://bugs.webkit.org/show_bug.cgi?id=147212
506 Reviewed by Filip Pizlo.
508 * Source/cmake/WebKitFeatures.cmake:
510 2015-07-22 Alex Christensen <achristensen@webkit.org>
512 Fix quirks in CMake build on Mac and Windows
513 https://bugs.webkit.org/show_bug.cgi?id=147174
515 Reviewed by Gyuyoung Kim.
518 * Source/cmake/OptionsWindows.cmake:
519 Added options I removed in r187022. They are indeed needed.
520 * Source/cmake/WebKitFS.cmake:
521 Make the DerivedSources/WebKit directory.
523 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
525 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
527 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
529 2015-07-20 Alex Christensen <achristensen@webkit.org>
531 Resurrect CMake build on Windows.
532 https://bugs.webkit.org/show_bug.cgi?id=147083
534 Reviewed by Gyuyoung Kim.
536 * Source/cmake/OptionsCommon.cmake:
537 * Source/cmake/OptionsWindows.cmake:
538 Change features to get it to compile. Still not a complete feature set.
540 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
542 [GTK] Add seccomp filters support
543 https://bugs.webkit.org/show_bug.cgi?id=110014
545 Reviewed by Žan Doberšek.
547 Find needed compiler and linker flags for libseccomp.
549 * Source/cmake/OptionsGTK.cmake:
551 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
553 Bring back the GNU ar check to create thin archives on non-Linux systems
554 https://bugs.webkit.org/show_bug.cgi?id=146681
556 Reviewed by Martin Robinson.
558 We already use GNU ar thin archive feature to save time and disk space
559 on creating static archives, but it is only enabled on Linux. Without
560 this feature, the debug build of WebCore can be larger than 4 GiB,
561 which can cause error because GNU ar format uses 32-bit integer to
562 store offsets in the symbol table. This patch is similar to
563 https://bugs.webkit.org/show_bug.cgi?id=128596.
565 * Source/cmake/OptionsCommon.cmake:
567 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
569 [GTK] [Wayland] Build by default the X11 and Wayland targets.
570 https://bugs.webkit.org/show_bug.cgi?id=146057
572 Reviewed by Carlos Garcia Campos.
574 * Source/cmake/OptionsGTK.cmake:
576 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
578 [GTK] ar warning when linking static libraries
579 https://bugs.webkit.org/show_bug.cgi?id=144988
581 Reviewed by Carlos Garcia Campos.
583 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
584 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
585 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
586 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
587 should either stop using 'u' or else add 'U' as well in order to disable deterministic
588 archives. Using 'U' should result in a somewhat faster build (at least when using the
589 Makefile generator), but it's unlikely that the difference is significant, so let's simply
590 remove 'u' until someone determines otherwise. This seems like a better option than adding
591 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
592 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
593 behavior change on distributions that do not use --enable-deterministic-archives, notably
596 * Source/cmake/OptionsCommon.cmake:
598 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
600 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
601 https://bugs.webkit.org/show_bug.cgi?id=146590
603 Reviewed by Martin Robinson.
605 * Source/PlatformGTK.cmake: override the cached variables to
606 forcefully disable gtk-doc and gobject-introspection when
608 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
609 documentation syntax when cross-building.
612 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
614 [EFL] test_ewk2_application_cache_manager has been failed since r185527
615 https://bugs.webkit.org/show_bug.cgi?id=146016
617 Reviewed by Gyuyoung Kim.
619 In order to handle properly WebApplicationCacheManagerProxy implementation which use
620 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
621 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
623 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
625 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
627 Implement ECMAScript Internationalization API
628 https://bugs.webkit.org/show_bug.cgi?id=90906
630 Reviewed by Benjamin Poulain.
632 Begin implementing the Intl apis behind ENABLE_INTL flag.
633 Create the base Intl namespace object.
635 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
637 2015-06-30 Philippe Normand <pnormand@igalia.com>
639 [CMake] Error when gst-plugins-base is missing is too confusing
640 https://bugs.webkit.org/show_bug.cgi?id=145682
642 Reviewed by Carlos Garcia Campos.
644 * Source/cmake/OptionsGTK.cmake: Error out if the required
645 GStreamer libraries are not found on the host.
647 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
649 CairoGL should be checked unconditionally
650 https://bugs.webkit.org/show_bug.cgi?id=146390
652 Reviewed by Darin Adler.
654 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
655 it is run unconditionally; this is necessary because its result
656 is used later on, outside of any conditions.
658 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
660 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
661 https://bugs.webkit.org/show_bug.cgi?id=146318
663 Reviewed by Sergio Villar Senin.
665 Enable PUBLIC_SUFFIX_LIST for GTK+.
667 * Source/cmake/OptionsGTK.cmake:
669 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
671 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
673 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
675 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
677 [EFL] Hyphenation is not supported
678 https://bugs.webkit.org/show_bug.cgi?id=89830
680 Reviewed by Gyuyoung Kim.
682 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
684 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
686 [CMake] Add support for building with various sanitizer tools
687 https://bugs.webkit.org/show_bug.cgi?id=131941
689 Reviewed by Martin Robinson.
691 * Source/PlatformGTK.cmake: Don't generate any documentation
692 when compiling with sanitizers enabled.
693 * Source/cmake/OptionsCommon.cmake: Allow linking with
694 undefined symbols when compiling with sanitizers enabled.
696 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
698 libwebkit2gtk fails to link without opengl
699 https://bugs.webkit.org/show_bug.cgi?id=138332
701 Reviewed by Carlos Garcia Campos.
703 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
704 enabled regardless of whether OpenGL is, because certain symbols
705 such as WebCore::GraphicsLayer::create() need to be built.
707 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
709 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
710 https://bugs.webkit.org/show_bug.cgi?id=146181
712 Reviewed by Martin Robinson.
714 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
716 * Source/cmake/OptionsGTK.cmake:
718 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
720 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
721 https://bugs.webkit.org/show_bug.cgi?id=146171
723 Reviewed by Gyuyoung Kim.
725 * Source/cmake/OptionsEfl.cmake:
726 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
728 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
730 [CMake] FindGTK3.cmake should not modify the values of build options
731 https://bugs.webkit.org/show_bug.cgi?id=144613
733 Reviewed by Martin Robinson.
735 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
736 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
737 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
738 GTK3_SUPPORTS_GESTURES for consistency.
739 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
740 available. It's not possible to automatically select a backend correctly anymore, since all
741 options are set at the same time.
743 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
745 Remove unnecessary svn:executable flags
746 https://bugs.webkit.org/show_bug.cgi?id=146107
748 Reviewed by Alexey Proskuryakov.
750 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
751 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
752 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
753 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
754 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
756 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
758 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
759 https://bugs.webkit.org/show_bug.cgi?id=146108
761 Reviewed by Gyuyoung Kim.
763 * Source/cmake/OptionsEfl.cmake:
765 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
767 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
768 https://bugs.webkit.org/show_bug.cgi?id=146035
770 Reviewed by Gyuyoung Kim.
772 * Source/cmake/OptionsEfl.cmake:
774 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
776 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
777 https://bugs.webkit.org/show_bug.cgi?id=145701
779 Reviewed by Darin Adler.
781 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
783 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
785 [iOS] Crash long pressing on <input type=file>
786 https://bugs.webkit.org/show_bug.cgi?id=146009
787 <rdar://problem/21234453>
789 Reviewed by Ryosuke Niwa.
791 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
793 2015-06-16 Brent Fulgham <bfulgham@apple.com>
795 Rollout accidental Xcode project change.
797 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
799 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
801 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
802 https://bugs.webkit.org/show_bug.cgi?id=145909
804 Reviewed by Csaba Osztrogonác.
806 Bump EWebKit version based on efl library version used by the EWebKit.
808 * Source/cmake/OptionsEfl.cmake:
810 2015-06-11 Commit Queue <commit-queue@webkit.org>
812 Unreviewed, rolling out r185453.
813 https://bugs.webkit.org/show_bug.cgi?id=145881
815 it broke the 32-bit build (Requested by clopez on #webkit).
819 "[GTK] [Wayland] Should be possible to build with support for
820 both X11 and Wayland."
821 https://bugs.webkit.org/show_bug.cgi?id=145701
822 http://trac.webkit.org/changeset/185453
824 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
826 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
827 https://bugs.webkit.org/show_bug.cgi?id=145701
829 Reviewed by Žan Doberšek.
831 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
833 2015-06-03 Daniel Bates <dabates@apple.com>
835 Caps lock indicator should not be shown in read-only or disabled field
836 https://bugs.webkit.org/show_bug.cgi?id=145612
837 <rdar://problem/21227454>
839 Reviewed by Darin Adler.
841 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
842 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
843 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
845 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
847 [cmake] Suppress parentheses-equality warnings
848 https://bugs.webkit.org/show_bug.cgi?id=145126
850 Reviewed by Darin Adler.
852 * Source/cmake/WebKitHelpers.cmake:
854 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
856 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
857 https://bugs.webkit.org/show_bug.cgi?id=145408
859 Reviewed by Carlos Garcia Campos.
861 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
862 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
863 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
865 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
866 libraries. Detect also GLX libraries.
867 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
868 libraries. Use find_path() to get the include path.
869 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
871 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
872 depending on the libraries found on the system.
873 Move the detection of GLX (and the include of CMakePushCheckState)
875 Ensure that we only define USE_GLX when we build with OpenGL
876 (but not with GLESv2).
878 2015-05-27 Dean Jackson <dino@apple.com>
880 img.currentSrc problem in strict mode with old picturefill
881 https://bugs.webkit.org/show_bug.cgi?id=144095
882 <rdar://problem/21087013>
884 Reviewed by Simon Fraser.
886 Add a PICTURE_SIZES flag.
888 * Source/cmake/OptionsEfl.cmake:
889 * Source/cmake/OptionsGTK.cmake:
890 * Source/cmake/OptionsMac.cmake:
891 * Source/cmake/OptionsWindows.cmake:
892 * Source/cmake/WebKitFeatures.cmake:
894 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
896 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
898 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
900 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
902 Unreviewed. Export DatabaseProcessMainUnix symbol.
904 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
905 is exported in production builds.
907 * Source/cmake/gtksymbols.filter:
909 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
911 [GTK] Enable IndexedDB
912 https://bugs.webkit.org/show_bug.cgi?id=98932
914 Reviewed by Žan Doberšek.
916 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
917 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
919 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
921 [GTK] Bump GCC requirements to 4.9.0
922 https://bugs.webkit.org/show_bug.cgi?id=145211
924 Reviewed by Žan Doberšek.
926 It's required to build with IndexedDB support when using GCC,
927 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
929 * Source/cmake/OptionsGTK.cmake:
931 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
933 [CMake] Ignore warnings in system headers
934 https://bugs.webkit.org/show_bug.cgi?id=144747
936 Reviewed by Darin Adler.
938 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
939 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
940 use the SYSTEM argument to the command (added in 2.8.12).
944 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
946 [CMake] Error out when ruby is too old
947 https://bugs.webkit.org/show_bug.cgi?id=145014
949 Reviewed by Martin Robinson.
951 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
956 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
958 [GTK] Enable plugin-related CMake options and variables for the X11 target only
959 https://bugs.webkit.org/show_bug.cgi?id=144995
961 Reviewed by Carlos Garcia Campos.
963 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
964 the X11 windowing target at the moment, so the following options
965 and variables should be enabled or disabled accordingly:
966 - ENABLE_PLUGIN_PROCESS_GTK2
967 - ENABLE_NETSCAPE_PLUGIN_API
968 - ENABLE_PLUGIN_PROCESS
970 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
972 Linker fails without -DDEVELOPER_MODE=ON
973 https://bugs.webkit.org/show_bug.cgi?id=144117
975 Reviewed by Gyuyoung Kim.
977 * Source/cmake/OptionsEfl.cmake:
978 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
979 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
981 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
983 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
984 https://bugs.webkit.org/show_bug.cgi?id=144846
986 Reviewed by Martin Robinson.
988 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
989 CAIRO_GL_* throughout, because find_package will define
991 * Source/cmake/OptionsGTK.cmake: Ditto.
993 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
995 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
996 https://bugs.webkit.org/show_bug.cgi?id=144845
998 Reviewed by Martin Robinson.
1000 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
1001 if their corresponding WTF options are ON. The code in npapi.h
1002 relies on these being undefined if they are to be switched off.
1004 2015-05-09 Yoav Weiss <yoav@yoav.ws>
1006 Remove the PICTURE_SIZES build flag
1007 https://bugs.webkit.org/show_bug.cgi?id=144679
1009 Reviewed by Benjamin Poulain.
1011 Removed the PICTURE_SIZES build time flag.
1013 * Source/cmake/OptionsEfl.cmake:
1014 * Source/cmake/OptionsGTK.cmake:
1015 * Source/cmake/OptionsMac.cmake:
1016 * Source/cmake/OptionsWindows.cmake:
1017 * Source/cmake/WebKitFeatures.cmake:
1019 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
1021 [GTK] [CMake] Check for required X libraries
1022 https://bugs.webkit.org/show_bug.cgi?id=144823
1024 Reviewed by Martin Robinson.
1026 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
1028 * Source/cmake/OptionsGTK.cmake:
1030 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
1032 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1033 https://bugs.webkit.org/show_bug.cgi?id=144746
1035 Reviewed by Carlos Garcia Campos.
1037 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1038 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
1039 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
1041 * Source/cmake/OptionsGTK.cmake:
1043 2015-05-08 Daniel Bates <dabates@apple.com>
1045 [iOS] WebSQL operations are not performed after device is locked
1046 https://bugs.webkit.org/show_bug.cgi?id=137503
1047 <rdar://problem/20844952>
1049 Rubber-stamped by Alexey Proskuryakov.
1051 Add a manual test to help verify that we do not regress this issue.
1053 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
1055 2015-05-08 Commit Queue <commit-queue@webkit.org>
1057 Unreviewed, rolling out r183945.
1058 https://bugs.webkit.org/show_bug.cgi?id=144789
1060 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
1064 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
1065 https://bugs.webkit.org/show_bug.cgi?id=144746
1066 http://trac.webkit.org/changeset/183945
1068 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
1070 Cleanup after r183940
1071 https://bugs.webkit.org/show_bug.cgi?id=144768
1075 Looks like the empty directories were not deleted.
1077 * Source/PAL: Removed.
1078 * Source/PAL/Configurations: Removed.
1079 * Source/PAL/PAL.xcodeproj: Removed.
1080 * Source/PAL/graphics: Removed.
1082 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
1084 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1085 https://bugs.webkit.org/show_bug.cgi?id=144746
1087 Reviewed by Martin Robinson.
1089 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1090 what it is defined to, so defining it to 0 effectively turned it on always.
1092 * Source/cmake/OptionsGTK.cmake:
1094 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1096 Revert "Introducing the Platform Abstraction Layer (PAL)"
1097 https://bugs.webkit.org/show_bug.cgi?id=144751
1101 PAL should be a new target inside WebCore, rather than a top-level folder.
1103 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1105 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
1107 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
1109 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1111 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1113 Introducing the Platform Abstraction Layer (PAL)
1114 https://bugs.webkit.org/show_bug.cgi?id=143358
1116 Reviewed by Simon Fraser.
1118 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1120 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
1122 [cmake] Disable GNU Gold linker on Cortex A53
1123 https://bugs.webkit.org/show_bug.cgi?id=144382
1125 Reviewed by Carlos Garcia Campos.
1127 * Source/cmake/OptionsCommon.cmake:
1129 2015-05-01 Martin Robinson <mrobinson@igalia.com>
1131 USE(...) macro should expect unprefixed variables
1132 https://bugs.webkit.org/show_bug.cgi?id=144454
1134 Reviewed by Daniel Bates.
1136 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
1137 * Source/cmake/OptionsEfl.cmake: Ditto.
1138 * Source/cmake/OptionsGTK.cmake: Ditto.
1139 * Source/cmake/OptionsMac.cmake: Ditto.
1140 * Source/cmake/OptionsWinCairo.cmake: Ditto.
1141 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
1144 2015-04-30 Martin Robinson <mrobinson@igalia.com>
1146 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
1147 https://bugs.webkit.org/show_bug.cgi?id=144394
1149 Reviewed by Carlos Garcia Campos.
1151 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
1152 is that it fixes the redirected XComposite window for GTK+, which was accidentally
1153 disabled in previous reworking of the CMake configuration.
1155 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
1156 version of USE variables.
1157 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
1158 is exposed to the build.
1160 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
1162 Unreviewed. Bump GTK+ version numbers.
1164 * Source/cmake/OptionsGTK.cmake:
1166 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1168 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
1169 https://bugs.webkit.org/show_bug.cgi?id=144435
1171 Reviewed by Gyuyoung Kim.
1173 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
1174 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
1176 * Source/cmake/OptionsEfl.cmake:
1178 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
1180 REGRESSION(183583): [Mac] make without SDKROOT has issues
1181 https://bugs.webkit.org/show_bug.cgi?id=144431
1183 Reviewed by Dan Bernstein.
1186 Assume an empty SDKROOT means an macosx variant, so only
1187 enable settings if the SDKROOT is not empty and does not
1190 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1192 Fix the GTK+ build after r183584
1194 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
1196 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1198 [GTK] Add support for automatic hyphenation
1199 https://bugs.webkit.org/show_bug.cgi?id=44478
1201 Reviewed by Carlos Garcia Campos.
1203 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
1204 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
1205 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
1207 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
1209 Failure when building WebKit for appletvsimulator.
1210 https://bugs.webkit.org/show_bug.cgi?id=144356
1212 Reviewed by Alexey Proskuryakov.
1214 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
1215 make TVOS and WatchOS behave correctly.
1219 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1221 [CMake] [GTK] Organize and clean up unused CMake variables
1222 https://bugs.webkit.org/show_bug.cgi?id=144364
1224 Reviewed by Gyuyoung Kim.
1226 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
1227 specific to certain projects into their PlatformGTK.cmake files.
1229 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1231 [EFL] Build failure to find gio-unix
1232 https://bugs.webkit.org/show_bug.cgi?id=144083
1234 Reviewed by Gyuyoung Kim.
1236 Original patch by Doug Newgard <scimma22@outlook.com>
1238 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
1240 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
1242 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
1243 https://bugs.webkit.org/show_bug.cgi?id=143001
1245 Reviewed by Gyuyoung Kim.
1247 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
1248 * Source/cmake/OptionsGTK.cmake: Ditto.
1250 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1252 Unreviewed, fix typo in previous commit
1254 libsecretr -> libsecret in the error message.
1256 * Source/cmake/OptionsGTK.cmake:
1258 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1260 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
1261 https://bugs.webkit.org/show_bug.cgi?id=143546
1263 Reviewed by Martin Robinson.
1265 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
1266 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
1267 default. Fail the build with an informative error message if an optional dependency required
1268 for an enabled feature is not present. Perform find_package commands only when necessary.
1269 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
1272 * Source/cmake/OptionsGTK.cmake:
1274 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1276 [GTK] Make all options actually options
1277 https://bugs.webkit.org/show_bug.cgi?id=144106
1279 Reviewed by Martin Robinson.
1281 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
1282 ENABLE_WAYLAND_TARGET.
1284 * Source/cmake/OptionsGTK.cmake:
1286 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1288 Unreviewed, fix GTK build after r183452
1290 * Source/cmake/OptionsGTK.cmake:
1292 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1294 [GTK] Add one single option to control all OpenGL-related options
1295 https://bugs.webkit.org/show_bug.cgi?id=144105
1297 Reviewed by Martin Robinson.
1299 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
1300 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
1301 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
1302 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
1303 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
1304 presence of CairoGL.
1306 * Source/cmake/OptionsGTK.cmake:
1308 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1310 [GTK] ENABLE_SMOOTH_SCROLLING should be private
1311 https://bugs.webkit.org/show_bug.cgi?id=144306
1313 Reviewed by Martin Robinson.
1315 Make ENABLE_SMOOTH_SCROLLING private instead of public.
1317 * Source/cmake/OptionsGTK.cmake:
1319 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1321 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
1322 https://bugs.webkit.org/show_bug.cgi?id=144193
1324 Reviewed by Darin Adler.
1326 * Source/cmake/OptionsEfl.cmake:
1327 * Source/cmake/OptionsGTK.cmake:
1328 * Source/cmake/OptionsWinCairo.cmake:
1329 * Source/cmake/WebKitFeatures.cmake:
1331 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1333 [CMake] Should be possible for an option to conflict with other options
1334 https://bugs.webkit.org/show_bug.cgi?id=143956
1336 Reviewed by Martin Robinson.
1338 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
1340 * Source/cmake/WebKitFeatures.cmake:
1342 2015-04-22 Martin Robinson <mrobinson@igalia.com>
1344 [CMake] Autogenerate cmakeconfig.h.cmake
1345 https://bugs.webkit.org/show_bug.cgi?id=143997
1347 Reviewed by Csaba Osztrogonác.
1349 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
1350 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
1351 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
1352 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
1353 Do some other miscellaneous related cleanup.
1354 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
1355 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
1356 build exposed variables. Add a macro to generate a configuration from them.
1357 * Source/cmakeconfig.h.cmake: Removed.
1359 2015-04-24 Philippe Normand <pnormand@igalia.com>
1361 [JHBuild] Move to upstream OpenWebRTC
1362 https://bugs.webkit.org/show_bug.cgi?id=144145
1364 Reviewed by Carlos Garcia Campos.
1366 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
1369 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
1371 [ES6] Implement ES6 template literals
1372 https://bugs.webkit.org/show_bug.cgi?id=142691
1374 Reviewed by Darin Adler.
1376 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
1378 * Source/cmake/WebKitFeatures.cmake:
1379 * Source/cmakeconfig.h.cmake:
1381 2015-04-25 Martin Robinson <mrobinson@igalia.com>
1383 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
1384 https://bugs.webkit.org/show_bug.cgi?id=144182
1386 Reviewed by Simon Fraser.
1388 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1389 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1390 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1391 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1392 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1394 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1396 [GTK] Add more public options
1397 https://bugs.webkit.org/show_bug.cgi?id=144116
1399 Reviewed by Martin Robinson.
1401 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
1403 * Source/cmake/OptionsGTK.cmake:
1405 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1407 [CMake] Some internal variables are not marked as advanced
1408 https://bugs.webkit.org/show_bug.cgi?id=143595
1410 Reviewed by Martin Robinson.
1412 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
1413 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
1415 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1417 [GTK] Mark as advanced the build options we don't want to expose
1418 https://bugs.webkit.org/show_bug.cgi?id=143558
1420 Reviewed by Martin Robinson.
1422 Mark various options as private instead of public.
1424 * Source/cmake/OptionsGTK.cmake:
1426 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1428 [CMake] Should be possible for an option to depend on multiple options
1429 https://bugs.webkit.org/show_bug.cgi?id=143839
1431 Reviewed by Martin Robinson.
1433 Use a list instead of a single variable to track the dependencies of each option. Iterate
1434 over the list as many times as necessary to ensure all options are properly disabled.
1436 * Source/cmake/WebKitFeatures.cmake:
1438 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1440 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
1441 https://bugs.webkit.org/show_bug.cgi?id=144103
1443 Reviewed by Martin Robinson.
1445 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
1447 * Source/cmake/WebKitFeatures.cmake:
1449 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1451 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
1452 https://bugs.webkit.org/show_bug.cgi?id=144102
1454 Reviewed by Martin Robinson.
1456 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
1457 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
1458 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
1460 * Source/cmake/OptionsGTK.cmake:
1462 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1464 [CMake] Clean up JSC JIT options
1465 https://bugs.webkit.org/show_bug.cgi?id=143998
1467 Reviewed by Filip Pizlo.
1469 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
1470 define for ENABLE_FTL_NATIVE_CALL_INLINING.
1471 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
1472 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
1473 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
1474 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
1476 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1478 [CMake] Use lowercase for local variables in macros
1479 https://bugs.webkit.org/show_bug.cgi?id=144059
1481 Reviewed by Martin Robinson.
1483 Convert some variable names to lowercase.
1485 * Source/cmake/WebKitFeatures.cmake:
1487 2015-04-22 Commit Queue <commit-queue@webkit.org>
1489 Unreviewed, rolling out r183116.
1490 https://bugs.webkit.org/show_bug.cgi?id=144060
1492 Inadvertently deleted a file... (Requested by mcatanzaro on
1497 "[CMake] Use lowercase for local variables in macros"
1498 https://bugs.webkit.org/show_bug.cgi?id=144059
1499 http://trac.webkit.org/changeset/183116
1501 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1503 [CMake] Use lowercase for local variables in macros
1504 https://bugs.webkit.org/show_bug.cgi?id=144059
1506 Reviewed by Martin Robinson.
1508 Convert some variable names to lowercase.
1510 * Source/cmake/WebKitFeatures.cmake:
1512 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1514 [CMake] Features list should print dots every other row
1515 https://bugs.webkit.org/show_bug.cgi?id=143832
1517 Reviewed by Martin Robinson.
1519 Discount private options when determining whether to print dots on a given row of the
1520 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
1521 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
1522 wasn't noticed because it only affects the first line, and use of the variable name as a
1523 string in a conditional.)
1525 * Source/cmake/WebKitFeatures.cmake:
1527 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1529 [CMake] Require specifying visibility of WebKit options
1530 https://bugs.webkit.org/show_bug.cgi?id=143831
1532 Reviewed by Alex Christensen.
1534 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
1535 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
1536 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
1537 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
1538 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
1539 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
1540 cross-platform options as PRIVATE.
1542 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1544 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
1545 https://bugs.webkit.org/show_bug.cgi?id=143935
1547 Reviewed by Darin Adler.
1549 Some variables aren't defined in these files or unused variables aren't removed. This
1550 patch cleans up it as well as fix wrong alphabet order.
1552 * Source/cmake/WebKitFeatures.cmake:
1553 * Source/cmakeconfig.h.cmake:
1555 2015-04-19 Simon Fraser <simon.fraser@apple.com>
1557 Restore the WebKit.xcworkspace to the way it was before r182899,
1558 which inadvertently added the Source directory and a couple of source
1561 * WebKit.xcworkspace/contents.xcworkspacedata:
1563 2015-04-16 Basile Clement <basile_clement@apple.com>
1565 Extract the allocation profile from JSFunction into a rare object
1566 https://bugs.webkit.org/show_bug.cgi?id=143807
1568 Reviewed by Filip Pizlo.
1570 * WebKit.xcworkspace/contents.xcworkspacedata:
1572 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
1574 [EFL] Bump LLVM to version 3.6.0 on X86_64
1575 https://bugs.webkit.org/show_bug.cgi?id=143604
1577 Reviewed by Gyuyoung Kim.
1579 * Source/cmake/FindLLVM.cmake: Added version handling.
1580 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
1582 2015-04-15 Timothy Horton <timothy_horton@apple.com>
1584 Custom CSS cursors do not use -webkit-image-set on retina displays
1585 https://bugs.webkit.org/show_bug.cgi?id=120783
1587 Reviewed by Beth Dakin.
1588 Patch by Evan Wallace <evan.exe@gmail.com>.
1590 Add a manual test for custom CSS cursors on retina displays.
1592 * ManualTests/retina-cursors.html: Added.
1594 2015-04-15 Alex Christensen <achristensen@webkit.org>
1596 Progress towards CMake on Mac.
1597 https://bugs.webkit.org/show_bug.cgi?id=143785
1599 Reviewed by Csaba Osztrogonác.
1602 * Source/cmake/OptionsMac.cmake:
1603 * Source/cmake/WebKitFS.cmake:
1605 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
1607 Cannot click "Next" button on Google two-factor auth setup page
1609 <https://bugs.webkit.org/show_bug.cgi?id=143624>
1610 <rdar://problem/19175714>
1612 Reviewed by Darin Adler.
1614 * ManualTests/button-that-focuses-itself-on-click.html: Added.
1616 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
1618 [cmake] REGRESSION(182663): It broke feature dependency handling
1619 https://bugs.webkit.org/show_bug.cgi?id=143665
1621 Reviewed by Csaba Osztrogonác.
1623 Don't try to check the value of options before defining the options.
1625 * Source/cmake/WebKitFeatures.cmake:
1627 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
1629 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
1630 https://bugs.webkit.org/show_bug.cgi?id=143664
1632 Reviewed by Gyuyoung Kim.
1634 * Source/cmake/OptionsEfl.cmake:
1635 * Source/cmake/OptionsGTK.cmake:
1636 * Source/cmake/WebKitFeatures.cmake:
1637 * Source/cmakeconfig.h.cmake:
1639 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1641 [EFL] Enable Media Source
1642 https://bugs.webkit.org/show_bug.cgi?id=143635
1644 Reviewed by Csaba Osztrogonác.
1646 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
1648 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1650 [CMake] Miscellaneous issues in WebKitFeatures.cmake
1651 https://bugs.webkit.org/show_bug.cgi?id=143636
1653 Reviewed by Martin Robinson.
1655 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
1656 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
1658 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
1659 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
1661 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
1663 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
1665 Fix ENABLE_TOUCH_SLIDER so that it can be used
1669 * Source/cmake/WebKitFeatures.cmake:
1671 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1673 [CMake] Print sorted feature list at the very end of the configure process
1674 https://bugs.webkit.org/show_bug.cgi?id=143596
1676 Reviewed by Martin Robinson.
1678 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
1679 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
1680 and sort the options before printing. Reorder some code so that features still get
1681 propagated to the bindings generators.
1683 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1685 [CMake] Options should be marked as advanced by default
1686 https://bugs.webkit.org/show_bug.cgi?id=143572
1688 Reviewed by Gyuyoung Kim.
1690 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
1691 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
1692 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
1693 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
1694 option without making it public.
1696 * Source/cmake/WebKitFeatures.cmake:
1698 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1700 [CMake] Remove unnecessary ENABLE_WEBCORE switch
1701 https://bugs.webkit.org/show_bug.cgi?id=143584
1703 Reviewed by Csaba Osztrogonác.
1705 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
1709 * Source/CMakeLists.txt:
1710 * Source/cmake/OptionsGTK.cmake:
1711 * Source/cmake/WebKitFS.cmake:
1713 2015-04-08 Filip Pizlo <fpizlo@apple.com>
1715 Unreviewed, revert accidental commit.
1719 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
1721 Add CMake build system for WinCairo port.
1722 https://bugs.webkit.org/show_bug.cgi?id=115944
1724 Reviewed by Chris Dumez.
1726 * Source/cmake/OptionsWindows.cmake:
1727 * Source/cmake/WebKitMacros.cmake:
1728 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1730 2015-04-06 Alberto Garcia <berto@igalia.com>
1732 [GTK] Fix HPPA build
1733 https://bugs.webkit.org/show_bug.cgi?id=143453
1735 Reviewed by Darin Adler.
1737 Add HPPA to the list of supported CPUs.
1741 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
1743 Unreviewed, kick the GTK bots to fix an incremental build issue.
1745 * Source/cmake/OptionsGTK.cmake:
1747 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
1749 Fix the EFL and GTK build after r182243
1750 https://bugs.webkit.org/show_bug.cgi?id=143361
1752 Reviewed by Csaba Osztrogonác.
1754 * Source/PlatformEfl.cmake: Add a custom command that copies
1755 the InspectorBackendCommands.js file into the proper directory
1756 under DerivedSources/WebInspectorUI/.
1758 2015-04-01 Alex Christensen <achristensen@webkit.org>
1760 Progress towards CMake on Windows and Mac.
1761 https://bugs.webkit.org/show_bug.cgi?id=143293
1763 Reviewed by Filip Pizlo.
1766 Set DERIVED_SOURCES_WTF_DIR for Windows.
1767 * Source/CMakeLists.txt:
1768 Don't compile bmalloc on Windows.
1769 * Source/cmake/OptionsCommon.cmake:
1770 Use the absolute path of the C preprocessor.
1771 * Source/cmake/OptionsWinCairo.cmake:
1772 Added needed definitions.
1773 * Source/cmake/OptionsWindows.cmake:
1774 Set some default values and removed support for old Visual Studio versions before /MP.
1775 * Source/cmake/WebKitFS.cmake:
1776 Make WTF DerivedSources directory.
1777 * Source/cmake/WebKitMacros.cmake:
1778 Added ADD_PRECOMPILED_HEADER macro based on
1779 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1781 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
1783 Use colored diagnostics when building with cmake + ninja + clang
1784 https://bugs.webkit.org/show_bug.cgi?id=143297
1786 Reviewed by Žan Doberšek.
1788 Because that ninja sets subprocess stdout/stderr to a pipe, clang
1789 disables colored output.
1790 This patch forces clang to use colored diagnostics when we are using
1793 * Source/cmake/OptionsCommon.cmake:
1795 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1797 [CMake] Update old CMakeList.txt in gtest
1798 https://bugs.webkit.org/show_bug.cgi?id=143192
1800 Reviewed by Darin Adler.
1802 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
1803 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
1804 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
1806 * Source/CMakeLists.txt:
1807 * Source/cmake/gtest/CMakeLists.txt: Removed.
1809 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1811 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
1812 https://bugs.webkit.org/show_bug.cgi?id=143138
1814 Reviewed by Csaba Osztrogonác.
1816 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
1817 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
1819 * Source/cmake/OptionsWindows.cmake:
1820 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
1821 * Source/cmake/WebKitMacros.cmake:
1823 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1825 [GStreamer] share GL context in pipeline, part 2
1826 https://bugs.webkit.org/show_bug.cgi?id=143049
1828 Reviewed by Carlos Garcia Campos.
1830 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
1831 OpenGL/ES2 is found and GLX/EGL is found too.
1833 2015-03-26 Alex Christensen <achristensen@webkit.org>
1835 Progress towards CMake on Mac.
1836 https://bugs.webkit.org/show_bug.cgi?id=143112
1838 Reviewed by Chris Dumez.
1840 * Source/cmake/OptionsMac.cmake:
1842 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
1844 [EFL] Add OpenWebRTC in jhbuild
1845 https://bugs.webkit.org/show_bug.cgi?id=142778
1847 Reviewed by Gyuyoung Kim.
1849 Original patch by Philippe Normand <pnormand@igalia.com>
1851 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
1852 mediastream build is enabled.
1854 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
1856 [GTK] Add a configure option to build without Redirected XComposite Window
1857 https://bugs.webkit.org/show_bug.cgi?id=142865
1859 Reviewed by Žan Doberšek.
1861 The Redirected XComposite Window was added to support some
1862 features like GtkOverlay, but in cases where we don't need such
1863 features, it's more efficient to use the XID of the WebKitWebView
1864 window as the native surface handle for the accelerated
1865 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
1866 that is enabled by default for X11 target when OpenGL is enabled.
1868 * Source/cmake/OptionsGTK.cmake:
1870 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
1872 [GTK] Search for the Wayland dependency when enabling Wayland target
1873 https://bugs.webkit.org/show_bug.cgi?id=142876
1875 Reviewed by Carlos Garcia Campos.
1877 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
1878 requirement of either the GTK+ or GDK pkg-config files, so we have to
1879 search for it ourselves when WebKitGTK+ has been configured to support
1880 the Wayland windowing target.
1882 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1884 Unreviewed, kick the GTK bots to regenerate makefile.
1885 https://bugs.webkit.org/show_bug.cgi?id=137394
1887 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
1888 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
1890 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1892 Unreviewed, kick the GTK bots to regenerate makefile.
1893 https://bugs.webkit.org/show_bug.cgi?id=137394
1895 * Source/cmake/OptionsEfl.cmake:
1897 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
1899 [GTK] Fix inspector userinterface related incremental build issue
1900 https://bugs.webkit.org/show_bug.cgi?id=142849
1902 Reviewed by Carlos Garcia Campos.
1904 * Source/cmake/OptionsGTK.cmake: Revert r181733.
1906 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
1908 Unreviewed, kick the GTK bots to regenerate makefile.
1910 * Source/cmake/OptionsGTK.cmake:
1912 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
1914 [EFL] Expose JavaScript binding interface through ewk_extension
1915 https://bugs.webkit.org/show_bug.cgi?id=142033
1917 Reviewed by Gyuyoung Kim.
1919 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
1921 2015-03-17 Philippe Normand <pnormand@igalia.com>
1923 [GTK] basic OpenWebRTC build support
1924 https://bugs.webkit.org/show_bug.cgi?id=142393
1926 Reviewed by Carlos Garcia Campos.
1928 * Source/cmake/FindOpenWebRTC.cmake: Added.
1929 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
1930 mediastream build is enabled.
1932 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1934 [CMake][EFL] Build test tools only for developer mode
1935 https://bugs.webkit.org/show_bug.cgi?id=142761
1937 Reviewed by Csaba Osztrogonác.
1939 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
1941 * Source/cmake/OptionsEfl.cmake:
1942 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
1943 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
1944 * Source/cmakeconfig.h.cmake:
1946 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
1948 Enable ES6 classes by default
1949 https://bugs.webkit.org/show_bug.cgi?id=142774
1951 Reviewed by Gavin Barraclough.
1953 * Source/cmake/WebKitFeatures.cmake:
1955 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1957 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
1958 https://bugs.webkit.org/show_bug.cgi?id=142722
1960 Reviewed by Csaba Osztrogonác.
1962 Categorize to define cmake variables, to find necessary packages,
1963 use upper case for "glib_conponents" cmake variable name, re-arrange
1964 wrong alphabet sorting, and so on.
1966 * CMakeLists.txt: Remove WinCE port.
1967 * Source/cmake/OptionsEfl.cmake:
1969 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1971 [GStreamer] share GL context in pipeline
1972 https://bugs.webkit.org/show_bug.cgi?id=142693
1974 Reviewed by Philippe Normand.
1976 Add search of gstreamer-gl library in the GStreamer installation. If
1977 it is found, WTF_USE_GSTREAMER_GL macro is defined.
1979 * Source/cmake/FindGStreamer.cmake:
1980 * Source/cmake/OptionsGTK.cmake:
1982 2015-03-13 Alex Christensen <achristensen@webkit.org>
1984 Progress towards CMake on Mac.
1985 https://bugs.webkit.org/show_bug.cgi?id=142680
1987 Reviewed by Gyuyoung Kim.
1990 * Source/PlatformMac.cmake: Added stub.
1991 * Source/cmake/OptionsMac.cmake:
1992 Change defines to get CMake working.
1994 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1996 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
1997 https://bugs.webkit.org/show_bug.cgi?id=126688
1999 Reviewed by Gustavo Noronha Silva.
2001 Add ENABLE_MINIBROWSER option, enabled by default for development
2002 builds and disabled for production builds unless explicilty enabled.
2004 * Source/cmake/OptionsGTK.cmake:
2006 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2008 [GTK] Do not look for child processes in the UI process binary path
2009 https://bugs.webkit.org/show_bug.cgi?id=135752
2011 Reviewed by Gustavo Noronha Silva.
2013 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
2014 build for development builds.
2016 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
2018 [GTK] Add a configure option to build with OpenGL ES 2
2019 https://bugs.webkit.org/show_bug.cgi?id=142498
2021 Reviewed by Martin Robinson.
2023 Add ENABLE_GLES2 option. It's disabled by default, but if passed
2024 GLES2 is required and OpenGL is not even searched. Otherwise we
2025 search for OpenGL as usual, using it only if present.
2027 * Source/cmake/OptionsGTK.cmake:
2029 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
2031 [cmake] Handle unused parameter warnings as build errors except in WebKit2
2032 https://bugs.webkit.org/show_bug.cgi?id=142338
2034 Reviewed by Gyuyoung Kim.
2036 * Source/cmake/WebKitHelpers.cmake:
2038 2015-03-03 Daniel Bates <dabates@apple.com>
2040 Convert ManualTests/svg-tooltip.svg to a DRT test
2041 https://bugs.webkit.org/show_bug.cgi?id=140480
2043 Reviewed by Alex Christensen.
2045 * ManualTests/svg-tooltip.svg: Removed.
2047 2015-03-02 Debarshi Ray <debarshir@gnome.org>
2049 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
2050 https://bugs.webkit.org/show_bug.cgi?id=142165
2052 Reviewed by Carlos Garcia Campos.
2054 * Source/cmake/gtksymbols.filter:
2056 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
2058 [EFL] Remove unnecessary comment after r179110
2059 https://bugs.webkit.org/show_bug.cgi?id=142042
2061 Reviewed by Gyuyoung Kim.
2063 * Source/cmake/OptionsEfl.cmake:
2065 2015-02-23 Tomas Popela <tpopela@redhat.com>
2067 [GTK] Fails to compile with cmake 3.2.x
2068 https://bugs.webkit.org/show_bug.cgi?id=141796
2070 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
2071 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
2072 added and the build will fail.
2074 Reviewed by Martin Robinson.
2076 * Source/cmake/OptionsGTK.cmake:
2078 2015-02-20 Alexey Proskuryakov <ap@apple.com>
2080 Remove svn:keywords property.
2082 As far as I can tell, the property had no effect on any of these files, but also,
2083 when it has effect it's likely harmful.
2085 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
2086 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
2087 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
2088 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
2089 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
2090 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
2091 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
2092 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
2093 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
2094 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
2095 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
2096 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
2097 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
2098 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
2100 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2102 [CMAKE] Remove CMakeLists.txt in WK1 port
2103 https://bugs.webkit.org/show_bug.cgi?id=141617
2105 Reviewed by Anders Carlsson.
2107 Nobody uses CMake in WK1 port. Remove it.
2111 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
2113 Unreviewed, remove empty directories.
2115 * ManualTests/qt: Removed.
2117 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2119 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
2120 https://bugs.webkit.org/show_bug.cgi?id=141481
2122 Reviewed by Csaba Osztrogonác.
2124 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
2126 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2128 [EFL][GTK] Use bmalloc instead of tcmalloc
2129 https://bugs.webkit.org/show_bug.cgi?id=140162
2131 Reviewed by Carlos Garcia Campos.
2133 Add bmalloc directory to build list.
2135 * CMakeLists.txt: Define BMALLOC_DIR directory.
2136 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
2138 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
2140 [GTK] Add default color chooser implementation using GtkColorChooserDialog
2141 https://bugs.webkit.org/show_bug.cgi?id=141392
2143 Reviewed by Gustavo Noronha Silva.
2145 Enable INPUT_TYPE_COLOR by default for GTK+ port.
2147 * Source/cmake/OptionsGTK.cmake:
2149 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
2151 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
2152 https://bugs.webkit.org/show_bug.cgi?id=141328
2154 Reviewed by Darin Adler.
2156 Added as manual test because it involves a huge grid allocation
2157 which is very slow on Debug bots, the only ones capable to trigger
2160 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
2162 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
2164 [Streams API] Implement a barebone ReadableStream interface
2165 https://bugs.webkit.org/show_bug.cgi?id=141045
2167 Reviewed by Benjamin Poulain.
2169 * Source/cmake/WebKitFeatures.cmake:
2170 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
2172 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2174 Revert accidental change in r179490.
2178 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2180 Unreviewed, revert accidental change to Makefile.shared in r179478
2184 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2186 [CMake] Minimum python version should be 2.7.
2187 https://bugs.webkit.org/show_bug.cgi?id=140997
2189 Reviewed by Csaba Osztrogonác.
2193 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
2195 Apply feTurbulence spec change to fix zero length vector generation
2196 https://bugs.webkit.org/show_bug.cgi?id=140812
2198 Reviewed by Darin Adler.
2200 Recently a bug with the turbulence algorithm was corrected in the
2201 Filter Effects specification.
2202 For some seed values this bug allowed zero length vectors to be generated.
2203 This resulted in large solid color squares being present in the generated image.
2204 The feTurbulence algorithm was updated to reject zero length vectors. This patch
2205 applies that change in WebCore.
2207 Test: svg/filters/feTurbulence_bad_seeds.html
2209 * platform/graphics/filters/FETurbulence.cpp:
2210 (WebCore::FETurbulence::initPaint):
2211 Added rejection sampling during vector generation to avoid zero length vectors.
2213 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2215 [cmake] Remove compiler version calculate cruft
2216 https://bugs.webkit.org/show_bug.cgi?id=140885
2218 Reviewed by Darin Adler.
2220 * Source/cmake/WebKitHelpers.cmake:
2222 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2224 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
2225 https://bugs.webkit.org/show_bug.cgi?id=140886
2227 Reviewed by Žan Doberšek.
2229 * Source/cmake/WebKitHelpers.cmake:
2231 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
2233 [GTK] gtkdoc does not appear in DevHelp
2234 https://bugs.webkit.org/show_bug.cgi?id=139369
2236 Reviewed by Philippe Normand.
2238 Expect the gtkdoc to be generated in folders named with the API version.
2240 * Source/PlatformGTK.cmake:
2242 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
2244 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
2245 https://bugs.webkit.org/show_bug.cgi?id=140609
2247 Reviewed by Csaba Osztrogonác.
2249 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
2250 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
2251 compilation flags. Those were added after the jsCStack branch merge, but
2252 can now be removed since the -ftree-dce issues were fixed in GCC, and
2253 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
2255 * Source/cmake/OptionsEfl.cmake:
2256 * Source/cmake/OptionsGTK.cmake:
2258 2015-01-26 Commit Queue <commit-queue@webkit.org>
2260 Unreviewed, rolling out r179107.
2261 https://bugs.webkit.org/show_bug.cgi?id=140880
2263 The GCC in the bots doesn't support the AsyncTask
2264 implementation (Requested by KaL on #webkit).
2268 "[GTK] Enable IndexedDB"
2269 https://bugs.webkit.org/show_bug.cgi?id=98932
2270 http://trac.webkit.org/changeset/179107
2272 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
2274 [GTK] Enable IndexedDB
2275 https://bugs.webkit.org/show_bug.cgi?id=98932
2277 Reviewed by Žan Doberšek.
2279 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2280 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2282 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
2284 [GTK] Add initial database process support
2285 https://bugs.webkit.org/show_bug.cgi?id=139491
2287 Reviewed by Sergio Villar Senin.
2289 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
2291 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
2293 Add a build flag for ES6 class syntax
2294 https://bugs.webkit.org/show_bug.cgi?id=140760
2296 Reviewed by Michael Saboff.
2298 * Source/cmake/WebKitFeatures.cmake:
2299 * Source/cmakeconfig.h.cmake:
2301 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2303 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
2304 https://bugs.webkit.org/show_bug.cgi?id=140049
2306 Reviewed by Gyuyoung Kim.
2308 * Source/cmake/OptionsCommon.cmake:
2310 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2312 Remove ENABLE(INSPECTOR) ifdef guards
2313 https://bugs.webkit.org/show_bug.cgi?id=140668
2315 Reviewed by Darin Adler.
2317 * Source/PlatformEfl.cmake:
2318 * Source/cmake/OptionsEfl.cmake:
2319 * Source/cmake/OptionsGTK.cmake:
2320 * Source/cmake/OptionsMac.cmake:
2321 * Source/cmake/WebKitFeatures.cmake:
2322 * Source/cmakeconfig.h.cmake:
2324 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
2326 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
2328 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2330 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2332 [CMAKE] Fix cmake warning
2333 https://bugs.webkit.org/show_bug.cgi?id=140497
2335 Reviewed by Gustavo Noronha Silva.
2337 r173155 already tried to fix cmake warning though, the warning is still exist.
2338 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
2339 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
2340 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
2341 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
2342 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
2346 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
2348 [GTK] Generate the make dist manifest from a CMake template file
2349 https://bugs.webkit.org/show_bug.cgi?id=139387
2351 Reviewed by Martin Robinson.
2353 Generate manifest.txt from manifest.txt.in. Only expose the dist and
2354 distcheck targets for developer builds, as they won't work when
2355 building from a tarball because the manifest is not distributed.
2357 * Source/PlatformGTK.cmake:
2359 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
2361 Remove ENABLE(SQL_DATABASE) guards
2362 https://bugs.webkit.org/show_bug.cgi?id=140434
2364 Reviewed by Darin Adler.
2366 * Source/cmake/OptionsMac.cmake:
2367 * Source/cmake/WebKitFeatures.cmake:
2368 * Source/cmakeconfig.h.cmake:
2370 2015-01-11 Sam Weinig <sam@webkit.org>
2372 Remove support for SharedWorkers
2373 https://bugs.webkit.org/show_bug.cgi?id=140344
2375 Reviewed by Anders Carlsson.
2377 * Source/cmake/OptionsEfl.cmake:
2378 * Source/cmake/OptionsGTK.cmake:
2379 * Source/cmake/OptionsMac.cmake:
2380 * Source/cmake/WebKitFeatures.cmake:
2381 * Source/cmakeconfig.h.cmake:
2383 2015-01-10 Dan Bernstein <mitz@apple.com>
2385 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
2386 https://bugs.webkit.org/show_bug.cgi?id=140339
2388 Reviewed by Mark Rowe.
2390 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
2391 prevents unnecessary rebuilding due to PATH differences.
2393 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
2395 [GTK][ThreadedCompositor] Add support for threaded compositor.
2396 https://bugs.webkit.org/show_bug.cgi?id=118265
2398 Reviewed by Martin Robinson.
2400 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
2401 autotools build systems. The feature is disabled by default.
2402 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
2403 from the feature flags.
2405 * Source/cmake/OptionsEfl.cmake:
2406 * Source/cmake/OptionsGTK.cmake:
2407 * Source/cmake/WebKitFeatures.cmake:
2408 * Source/cmakeconfig.h.cmake:
2410 2014-12-23 Alexey Proskuryakov <ap@apple.com>
2412 Simplify building with ASan
2413 https://bugs.webkit.org/show_bug.cgi?id=139916
2415 Reviewed by Mark Rowe.
2417 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
2419 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
2421 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
2423 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2425 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
2427 Null dereference performing a "TapAndAHalf" gesture in Google search field
2429 <https://bugs.webkit.org/show_bug.cgi?id=139506>
2430 <rdar://problem/19028828>
2432 Reviewed by Darin Adler.
2434 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
2436 2014-12-10 Dean Jackson <dino@apple.com>
2438 Blur filter performance test doesn't provide results
2439 https://bugs.webkit.org/show_bug.cgi?id=139462
2441 Reviewed by Sam Weinig.
2443 This can't currently work under our performance test
2444 infrastructure. Move it to a manual test to avoid
2445 putting FAILures into the results.
2447 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
2449 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
2451 [GTK][WK2] Add HTML5 Notifications support
2452 https://bugs.webkit.org/show_bug.cgi?id=61140
2454 Reviewed by Carlos Garcia Campos.
2456 * Source/cmake/FindLibNotify.cmake: Added.
2457 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
2458 libnotify and use it for a default implementation when found.
2460 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
2462 REGRESSION(r155906): Page content disappears on Tuaw article after loading
2463 https://bugs.webkit.org/show_bug.cgi?id=138100
2465 Reviewed by Simon Fraser.
2467 DRT causes an extra paint which makes it impossible to test this with
2470 * ManualTests/float-layer-not-painting.html: Added.
2472 2014-12-07 Alberto Garcia <berto@igalia.com>
2474 [GTK] WebKit has a new required dependency on GnuTLS
2475 https://bugs.webkit.org/show_bug.cgi?id=136158
2477 Reviewed by Martin Robinson.
2479 Detect if GnuTLS is installed and enable or disable subtle crypto
2480 support accordingly.
2482 * Source/cmake/OptionsGTK.cmake:
2484 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
2486 [GTK] Missing API detected in GObject DOM bindings after r176630
2487 https://bugs.webkit.org/show_bug.cgi?id=139201
2489 Reviewed by Gustavo Noronha Silva.
2491 Change GENERATE_BINDINGS macro to receive a list of optional
2492 additional dependencies, so that we can add more dependecies
2493 without having to change the macro.
2495 * Source/cmake/WebKitMacros.cmake:
2497 2014-12-05 Simon Fraser <simon.fraser@apple.com>
2499 Programmatic scrolling and content changes are not always synchronized
2500 https://bugs.webkit.org/show_bug.cgi?id=139245
2501 rdar://problem/18833612
2503 Reviewed by Anders Carlsson.
2505 Manual test that tries to sync layout with programmatic scrolling.
2507 * ManualTests/programmatic-scroll-flicker.html: Added.
2509 2014-12-04 Alberto Garcia <berto@igalia.com>
2511 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
2512 https://bugs.webkit.org/show_bug.cgi?id=136576
2514 Reviewed by Carlos Garcia Campos.
2516 CMake should complain if Accelerated 2D Canvas is explicitly
2517 enabled but cairo-gl is not found.
2519 * Source/cmake/OptionsGTK.cmake:
2521 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2523 [EFL] Add subtle crypto to the build system
2524 https://bugs.webkit.org/show_bug.cgi?id=138612
2526 Reviewed by Csaba Osztrogonác.
2528 * Source/cmake/OptionsEfl.cmake:
2530 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2532 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
2533 https://bugs.webkit.org/show_bug.cgi?id=139085
2535 Reviewed by Andreas Kling.
2537 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
2538 * Source/cmake/WebKitFeatures.cmake: ditto.
2539 * Source/cmakeconfig.h.cmake: ditto.
2541 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
2543 [EFL] Drop support for the EFL 1.7
2544 https://bugs.webkit.org/show_bug.cgi?id=139114
2546 Reviewed by Gyuyoung Kim.
2548 * Source/cmake/EFLHelpers.cmake: Removed.
2549 * Source/cmake/FindEcore.cmake: Removed.
2550 * Source/cmake/FindEdje.cmake: Removed.
2551 * Source/cmake/FindEet.cmake: Removed.
2552 * Source/cmake/FindEeze.cmake: Removed.
2553 * Source/cmake/FindEfreet.cmake: Removed.
2554 * Source/cmake/FindEina.cmake: Removed.
2555 * Source/cmake/FindElementary.cmake: Removed.
2556 * Source/cmake/FindEvas.cmake: Removed.
2557 * Source/cmake/OptionsEfl.cmake:
2559 2014-11-28 Philippe Normand <pnormand@igalia.com>
2561 [CMake] Build failure against GStreamer git master
2562 https://bugs.webkit.org/show_bug.cgi?id=138872
2564 Reviewed by Csaba Osztrogon.
2566 * Source/cmake/FindGStreamer.cmake: Simplified the
2567 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
2568 headers lookup, there's no need to do this manually. Also
2569 explicitely check the version specified in GStreamer_FIND_VERSION.
2571 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
2573 [EFL] Remove E_Dbus dependency
2574 https://bugs.webkit.org/show_bug.cgi?id=136355
2576 Reviewed by Gyuyoung Kim.
2578 * Source/cmake/FindE_DBus.cmake: Removed.
2579 * Source/cmake/OptionsEfl.cmake:
2581 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
2583 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2585 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2587 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
2589 [CMake] Use ld.gold if it is available to speedup builds
2590 https://bugs.webkit.org/show_bug.cgi?id=137953
2592 Reviewed by Carlos Garcia Campos.
2594 * Source/cmake/OptionsCommon.cmake:
2596 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
2598 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
2599 https://bugs.webkit.org/show_bug.cgi?id=138840
2601 Reviewed by Csaba Osztrogonác.
2603 * Source/cmake/OptionsCommon.cmake:
2605 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
2607 Remove Source/Platform cruft
2608 https://bugs.webkit.org/show_bug.cgi?id=138658
2610 Reviewed by Anders Carlsson.
2613 * Source/Platform: Removed.
2615 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
2617 Enable Cortex-A53-specific code paths by default if core is detected.
2618 https://bugs.webkit.org/show_bug.cgi?id=138499
2620 Reviewed by Csaba Osztrogonác.
2622 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
2623 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
2626 Since on ARM64/Linux the part number that cpuinfo reports depends on
2627 the core the query is run on, the check is bound to and executed on the
2628 available cores one by one.
2630 * Source/cmake/OptionsCommon.cmake:
2632 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2634 [EFL] Remove unnecessary version check from OptionsEfl.cmake
2635 https://bugs.webkit.org/show_bug.cgi?id=138498
2637 Reviewed by Csaba Osztrogonác.
2639 * Source/cmake/OptionsEfl.cmake:
2641 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2643 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
2644 https://bugs.webkit.org/show_bug.cgi?id=138465
2646 Reviewed by Gyuyoung Kim.
2648 * Source/cmake/OptionsEfl.cmake:
2650 2014-11-03 Dean Jackson <dino@apple.com>
2652 Add ENABLE_FILTERS_LEVEL_2 feature guard.
2653 https://bugs.webkit.org/show_bug.cgi?id=138362
2655 Reviewed by Tim Horton.
2657 Add a new feature define for Level 2 of CSS Filters.
2658 http://dev.w3.org/fxtf/filters-2/
2660 * Source/cmake/OptionsEfl.cmake:
2661 * Source/cmake/OptionsGTK.cmake:
2662 * Source/cmake/OptionsMac.cmake:
2663 * Source/cmake/WebKitFeatures.cmake:
2664 * Source/cmakeconfig.h.cmake:
2666 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
2668 Workaround for Cortex-A53 erratum 835769
2669 https://bugs.webkit.org/show_bug.cgi?id=138315
2671 Reviewed by Filip Pizlo.
2673 This patch introduces CMake variable and preprocessor macro
2674 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
2675 code paths, if set true.
2677 * Source/cmake/OptionsCommon.cmake:
2678 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
2680 * Source/cmakeconfig.h.cmake:
2681 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
2683 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
2685 [GTK] Fix the build of FTL JIT
2686 https://bugs.webkit.org/show_bug.cgi?id=138298
2688 Reviewed by Carlos Garcia Campos.
2690 * Source/cmake/OptionsGTK.cmake:
2691 Remove the need for the LIBCXXABI package.
2693 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
2695 REGRESSION(CMake): Make it possible to build without introspection
2696 https://bugs.webkit.org/show_bug.cgi?id=138006
2698 Reviewed by Philippe Normand.
2700 Add ENABLE_INTROSPECTION option.
2702 * Source/PlatformGTK.cmake: Dot not add gir global target if
2703 introspection is disabled.
2704 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
2705 introspection is disabled.
2707 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
2709 [GTK] Support script message handlers WebKitUserContentManager
2710 https://bugs.webkit.org/show_bug.cgi?id=133730
2712 Reviewed by Carlos Garcia Campos.
2714 Support user script message handlers in WebKitUserContentManager.
2715 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
2716 an option is added to the CMake build files. The option is disabled
2717 globally by default, and the WebKitGTK port enables it. On the API
2718 level, two new methods to register and unregister names are provided
2719 in the "window.webkit" namespace, and on message reception the
2720 "WebKitUserContentManager::script-message-received" signal is
2721 emitted, using the registered names as signal detail.
2723 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
2724 ENABLE_USER_MESSAGE_HANDLERS feature by default.
2725 * Source/cmake/WebKitFeatures.cmake: Add feature description for
2726 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
2728 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
2730 [GTK] Bump libsoup's minimum version to 2.42.0.
2731 https://bugs.webkit.org/show_bug.cgi?id=138086
2733 Reviewed by Martin Robinson.
2735 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
2736 soup-version.h header was added to soup.h in 2.41.4, which then becomes
2737 the minimum version required to build the port these days.
2739 In addition, since the autotools build system required 2.42.0 before
2740 being retired, require the same version here. Version 2.42.0 was also
2742 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
2744 * Source/cmake/OptionsGTK.cmake:
2746 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2748 [EFL] Remove unnecessary defines from OptionsEfl.cmake
2749 https://bugs.webkit.org/show_bug.cgi?id=138132
2751 Reviewed by Csaba Osztrogonác.
2753 * Source/cmake/OptionsEfl.cmake:
2755 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
2757 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2759 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2761 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
2763 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
2764 https://bugs.webkit.org/show_bug.cgi?id=137946
2766 Reviewed by Gyuyoung Kim.
2768 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
2770 * Source/cmake/OptionsEfl.cmake:
2772 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2774 Fix FTL Native Inlining for EFL
2775 https://bugs.webkit.org/show_bug.cgi?id=137774
2777 Reviewed by Michael Saboff.
2779 Updated CMake for FTL Native Inlining.
2782 * Source/cmake/FindClang.cmake: Added.
2783 * Source/cmake/OptionsEfl.cmake:
2784 * Source/cmakeconfig.h.cmake:
2786 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
2788 Web Inspector: Generate all Inspector domains together in JavaScriptCore
2789 https://bugs.webkit.org/show_bug.cgi?id=137748
2791 Reviewed by Brian Burg.
2793 * Source/PlatformEfl.cmake:
2795 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
2797 [GTK] Add initial gestures support
2798 https://bugs.webkit.org/show_bug.cgi?id=137812
2800 Reviewed by Sergio Villar Senin.
2802 Check if the GTK+ version supports gestures or not.
2804 * Source/cmake/FindGTK3.cmake:
2805 * Source/cmake/OptionsGTK.cmake:
2807 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
2809 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
2810 https://bugs.webkit.org/show_bug.cgi?id=137781
2812 Reviewed by Martin Robinson.
2814 We used to enable smooth scrolling unconditionally in autotools
2815 (via WebKitFeatures.m4), but since the switch to CMake it's
2816 unconditionally disabled, so changing the setting doesn't have any
2819 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
2821 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
2823 Removing CUSTOM_PROTOCOLS guard
2824 https://bugs.webkit.org/show_bug.cgi?id=137741
2826 Reviewed by Benjamin Poulain.
2828 * Source/cmake/OptionsEfl.cmake:
2830 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
2832 [EFL] Enable WebP support.
2833 https://bugs.webkit.org/show_bug.cgi?id=136156
2835 Reviewed by Gyuyoung Kim.
2837 Add WebP package finding rule.
2839 * Source/cmake/OptionsEfl.cmake:
2841 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
2843 [EFL] Enable custom URI schemes with CustomProtocols
2844 https://bugs.webkit.org/show_bug.cgi?id=128177
2846 Reviewed by Gyuyoung Kim.
2848 Fixing ewk_context_url_scheme_register() ewebkit2 API
2849 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
2851 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
2853 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
2855 Bump version to 2.7.0
2856 https://bugs.webkit.org/show_bug.cgi?id=137301
2858 Rubber-stamped by Carlos Garcia Campos.
2860 * Source/cmake/OptionsGTK.cmake: Bump version numbers
2862 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2864 [EFL] Rename TEST_THEME_DIR macro
2865 https://bugs.webkit.org/show_bug.cgi?id=137244
2867 Reviewed by Csaba Osztrogonác.
2869 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
2871 2014-09-27 Dan Bernstein <mitz@apple.com>
2873 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
2874 https://bugs.webkit.org/show_bug.cgi?id=137053
2876 Reviewed by Mark Rowe.
2878 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2879 In the build pre-action, pass the --wksi and --llvm options to
2880 copy-webkitlibraries-to-product-directory.
2881 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
2883 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
2885 [GTK] Enable CSS_IMAGE_SET in production builds
2886 https://bugs.webkit.org/show_bug.cgi?id=137142
2888 Reviewed by Alejandro G. Castro.
2890 This is required by the inspector to show some of the icons that
2891 has a HiDPI variant.
2893 * Source/cmake/OptionsGTK.cmake:
2895 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
2897 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
2898 https://bugs.webkit.org/show_bug.cgi?id=136377
2900 Reviewed by Philippe Normand.
2902 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
2903 for CMake versions less than 3.
2905 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
2907 Remove WinCE port from trunk
2908 https://bugs.webkit.org/show_bug.cgi?id=136951
2910 Reviewed by Alex Christensen.
2912 * Source/cmake/OptionsWinCE.cmake: Removed.
2913 * Source/cmake/WebKitPackaging.cmake:
2915 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
2917 [EFL][GTK] Remove WebKit1 related codes
2918 https://bugs.webkit.org/show_bug.cgi?id=136853
2920 Reviewed by Csaba Osztrogonác.
2922 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
2925 * Source/PlatformGTK.cmake:
2927 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2930 https://bugs.webkit.org/show_bug.cgi?id=136820
2932 Reviewed by Csaba Osztrogonác.
2934 * Source/cmake/FindICU.cmake:
2936 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
2938 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
2939 https://bugs.webkit.org/show_bug.cgi?id=136814
2941 Reviewed by Philippe Normand.
2943 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
2944 We bundle the wayland-egl dependency with wayland-client and wayland-server
2945 and store the resulting variables with the WAYLAND_ prefix. Because of this
2946 this line wasn't exporting anything useful.
2948 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
2950 URTBF after r173574.
2952 * Source/cmake/WebKitMacros.cmake:
2954 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
2956 [JavaScriptCore] Fix FTL on platform EFL.
2957 https://bugs.webkit.org/show_bug.cgi?id=133571
2959 Reviewed by Filip Pizlo.
2963 * Source/cmake/FindLIBCXXABI.cmake: Removed.
2964 * Source/cmake/OptionsEfl.cmake:
2966 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2969 https://bugs.webkit.org/show_bug.cgi?id=136571
2971 Reviewed by Darin Adler.
2973 * Source/cmake/OptionsEfl.cmake:
2974 * Source/cmake/OptionsGTK.cmake:
2975 * Source/cmake/OptionsMac.cmake:
2976 * Source/cmake/WebKitFeatures.cmake:
2977 * Source/cmakeconfig.h.cmake:
2979 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2981 Remove CSS_FILTERS flag
2982 https://bugs.webkit.org/show_bug.cgi?id=136529
2984 Reviewed by Dirk Schulze.
2986 * Source/cmake/OptionsEfl.cmake:
2987 * Source/cmake/OptionsGTK.cmake:
2988 * Source/cmake/OptionsMac.cmake:
2989 * Source/cmake/WebKitFeatures.cmake:
2990 * Source/cmakeconfig.h.cmake:
2992 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2994 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
2995 https://bugs.webkit.org/show_bug.cgi?id=136194
2997 Reviewed by Csaba Osztrogonác.
2999 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
3003 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3005 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
3006 https://bugs.webkit.org/show_bug.cgi?id=135560
3008 Reviewed by Gyuyoung Kim.
3010 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
3012 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
3014 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
3015 https://bugs.webkit.org/show_bug.cgi?id=136343
3017 Reviewed by David Kilzer.
3019 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
3021 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3022 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3024 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
3026 [EFL] Share fast/speechsynthesis/ with other ports
3027 https://bugs.webkit.org/show_bug.cgi?id=136224
3029 Reviewed by Chris Fleizach.
3031 Enable WebSpeech for EFL.
3033 * Source/cmake/OptionsEfl.cmake:
3035 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
3037 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
3038 https://bugs.webkit.org/show_bug.cgi?id=136127
3040 Reviewed by Gyuyoung Kim.
3042 Add build support for espeak.
3044 * Source/cmake/FindEspeak.cmake: Added.
3045 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
3047 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
3049 [EFL] Build break using clang
3050 https://bugs.webkit.org/show_bug.cgi?id=136245
3052 Reviewed by Gyuyoung Kim.
3054 * Source/cmake/OptionsEfl.cmake:
3055 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
3056 Some warnings are from system libraries.
3058 2014-08-25 Alberto Garcia <berto@igalia.com>
3060 [GTK] Unify webkitgtk and webkit2gtk directories
3061 https://bugs.webkit.org/show_bug.cgi?id=136209
3063 Reviewed by Carlos Garcia Campos.
3065 Use webkit2gtk-X.X both for the process binaries and the injected
3068 * Source/cmake/OptionsGTK.cmake:
3070 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3072 [EFL] Move Efl specific code from Source/CMakeLists.txt
3073 https://bugs.webkit.org/show_bug.cgi?id=136206
3075 Reviewed by Gyuyoung Kim.
3077 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
3078 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
3080 * Source/CMakeLists.txt:
3081 * Source/cmake/OptionsEfl.cmake:
3083 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
3085 [EFL] Introduce DEVELOPER_MODE
3086 https://bugs.webkit.org/show_bug.cgi?id=135884
3088 Reviewed by Gyuyoung Kim.
3090 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
3091 instead of SHARED_CORE.
3092 SHARED_CORE can reduce link time and memory consumption but it is slightly different
3093 from release binary.
3095 * Source/cmake/OptionsEfl.cmake:
3096 * Source/cmake/WebKitHelpers.cmake:
3097 Moved fvisibility=hidden to OptionsEfl.cmake
3099 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
3101 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
3102 https://bugs.webkit.org/show_bug.cgi?id=136110
3104 Reviewed by Gyuyoung Kim.
3106 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
3108 * Source/cmake/OptionsEfl.cmake:
3110 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3112 [EFL] Apply eflsymbols.filter to WebKit2
3113 https://bugs.webkit.org/show_bug.cgi?id=136148
3115 Reviewed by Csaba Osztrogonác.
3117 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
3118 in the eflsymbols.filter.
3120 * Source/cmake/OptionsEfl.cmake:
3121 * Source/cmake/eflsymbols.filter:
3123 2014-08-21 Zalan Bujtas <zalan@apple.com>
3125 Enable SATURATED_LAYOUT_ARITHMETIC.
3126 https://bugs.webkit.org/show_bug.cgi?id=136106
3128 Reviewed by Simon Fraser.
3130 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
3131 (No measurable performance regression on Mac.)
3133 * Source/cmake/OptionsMac.cmake:
3134 * Source/cmake/WebKitFeatures.cmake:
3135 * Source/cmakeconfig.h.cmake:
3137 2014-08-19 Zalan Bujtas <zalan@apple.com>
3139 Remove ENABLE(SUBPIXEL_LAYOUT).
3140 https://bugs.webkit.org/show_bug.cgi?id=136077
3142 Reviewed by Simon Fraser.
3144 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
3146 * Source/cmake/OptionsEfl.cmake:
3147 * Source/cmake/OptionsGTK.cmake:
3148 * Source/cmake/OptionsMac.cmake:
3149 * Source/cmake/WebKitFeatures.cmake:
3150 * Source/cmakeconfig.h.cmake:
3152 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
3154 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
3155 https://bugs.webkit.org/show_bug.cgi?id=135980
3157 Reviewed by Martin Robinson.
3159 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
3160 overrides any other disabled optimization that was prepended to these
3161 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
3162 lists first in the final list of compilation flags.
3164 To avoid -On re-enabling optimizations that we'd like to keep disabled,
3165 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
3167 * Source/cmake/OptionsCommon.cmake:
3168 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
3169 * Source/cmake/OptionsGTK.cmake:
3171 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3173 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
3175 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3177 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
3179 [GTK] Disable memory sampler on non-Linux system
3180 https://bugs.webkit.org/show_bug.cgi?id=134483
3182 Reviewed by Philippe Normand.
3184 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
3185 Linux because it uses many Linux-specific features, so we should disable
3186 memory sampler on other systems by default.
3188 * Source/cmake/OptionsGTK.cmake:
3190 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3192 [GTK] HTML API documentation should also be installed versioned
3193 https://bugs.webkit.org/show_bug.cgi?id=135970
3195 Reviewed by Philippe Normand.
3197 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
3200 2014-08-14 Tomas Popela <tpopela@redhat.com>
3202 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
3203 https://bugs.webkit.org/show_bug.cgi?id=135937
3205 Reviewed by Carlos Garcia Campos.
3209 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3211 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
3212 https://bugs.webkit.org/show_bug.cgi?id=135934
3214 Reviewed by Gustavo Noronha Silva.
3216 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
3217 The gir files should installed in $datadir/gir-1.0/ together with all other
3218 gir files. We don't need to install introspection files in a versioned
3219 directory because their filenames already contain the binary version. But before
3220 r171598, the files were only installed to the right directory if the
3221 gobject-instrospection pkg-config file was in the same prefix than the one we
3222 wanted to install, because the gir and typelibs directories were extracted from
3223 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
3224 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
3225 like we do in the autotools build.
3227 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
3228 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3229 * Source/cmake/OptionsGTK.cmake: Define
3230 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3232 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3234 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
3235 https://bugs.webkit.org/show_bug.cgi?id=135836
3237 Reviewed by Philippe Normand.
3239 * Source/PlatformGTK.cmake: Add install command to also install
3240 the GObject DOM bindings API docs.
3242 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
3244 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
3245 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
3246 re-set CMAKE_C_FLAGS with the new string. The two flags should really
3247 be appended to CMAKE_C_FLAGS and the same variable re-set with the
3250 * Source/cmake/OptionsCommon.cmake:
3252 2014-08-13 Alex Christensen <achristensen@webkit.org>
3254 Progress towards CMake on Mac.
3255 https://bugs.webkit.org/show_bug.cgi?id=135819
3257 Reviewed by Laszlo Gombos.
3259 * Source/cmake/OptionsMac.cmake:
3260 Disable some more features temporarily to get CMake working.
3261 * Source/cmake/WebKitMacros.cmake:
3262 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
3264 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3266 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
3267 https://bugs.webkit.org/show_bug.cgi?id=135798
3269 Reviewed by Philippe Normand.
3271 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
3273 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3274 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3275 https://bugs.webkit.org/show_bug.cgi?id=133317
3277 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3279 Reviewed by Philippe Normand.
3281 No new tests since no new functionality has been added.
3283 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3285 2014-08-11 Commit Queue <commit-queue@webkit.org>
3287 Unreviewed, rolling out r172393.
3288 https://bugs.webkit.org/show_bug.cgi?id=135796
3290 discussion needed about GnuTLS version bump on the bots
3291 (Requested by philn on #webkit).
3295 https://bugs.webkit.org/show_bug.cgi?id=133317
3296 http://trac.webkit.org/changeset/172393
3298 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3299 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3300 https://bugs.webkit.org/show_bug.cgi?id=133317
3302 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3304 Reviewed by Philippe Normand.
3306 No new tests since no new functionality has been added.
3308 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3310 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3312 [GTK] Adds stubs for all subtle crypto algorithm implemntations
3313 https://bugs.webkit.org/show_bug.cgi?id=133316
3315 Reviewed by Philippe Normand.
3317 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
3318 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
3319 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
3321 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
3323 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
3325 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3327 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3329 [GTK] REGRESSION(r166239): The ld version script is not being used
3330 https://bugs.webkit.org/show_bug.cgi?id=135694
3332 Reviewed by Martin Robinson.
3334 Move the symbols filter file from Tools/gtk to Source/cmake and rename
3335 it as gtksymbols.filter. Also updated it, since some of the symbols
3336 exported were renamed.
3338 * Source/cmake/OptionsGTK.cmake:
3339 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
3341 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3343 [GTK] Child processes should be installed in a versioned directory
3344 https://bugs.webkit.org/show_bug.cgi?id=135754
3346 Reviewed by Gustavo Noronha Silva.
3348 Define LIBEXEC_INSTALL_DIR as
3349 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
3350 so that the child processes are installed in $libexec/webkitgtk-4.0.
3351 This makes it possible to install 2.6 in parallel to older versions.
3353 * Source/cmake/OptionsGTK.cmake:
3355 2014-08-08 Alex Christensen <achristensen@webkit.org>
3357 Progress towards using CMake on Mac.
3358 https://bugs.webkit.org/show_bug.cgi?id=135662
3360 Reviewed by Laszlo Gombos.
3363 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
3364 * Source/cmake/WebKitFeatures.cmake:
3365 * Source/cmakeconfig.h.cmake:
3366 Added features that are needed by the Mac port.
3367 * Source/cmake/OptionsMac.cmake:
3368 Enable CSS_IMAGE_SET based on FeatureDefines.h.
3369 Disable the FTL with CMake for now.
3370 * Source/cmake/OptionsEFL.cmake:
3371 * Source/cmake/OptionsGTK.cmake:
3372 Enable subpixel layout to not conflict with FeatureDefines.h
3374 2014-08-08 Simon Fraser <simon.fraser@apple.com>
3376 Undo some erroneous changes to the Xcode scheme files from r172259.
3378 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3379 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3381 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
3383 [CMake] Drop the required version of CMake down to 2.8.8
3384 https://bugs.webkit.org/show_bug.cgi?id=135713
3386 Reviewed by Alex Christensen.
3388 * CMakeLists.txt: Require CMake 2.8.8.
3390 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
3392 Get rid of INPUT_SPEECH
3393 https://bugs.webkit.org/show_bug.cgi?id=135672
3395 Reviewed by Andreas Kling.
3397 * Source/cmake/OptionsMac.cmake:
3398 * Source/cmake/WebKitFeatures.cmake:
3399 * Source/cmakeconfig.h.cmake:
3401 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
3403 [GTK] Disable IndexedDB
3404 https://bugs.webkit.org/show_bug.cgi?id=135692
3406 Reviewed by Carlos Garcia Campos.
3408 * Source/cmake/OptionsGTK.cmake:
3410 2014-08-06 Dean Jackson <dino@apple.com>
3412 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
3413 https://bugs.webkit.org/show_bug.cgi?id=135675
3415 Reviewed by Sam Weinig.
3417 * Source/cmake/OptionsGTK.cmake:
3418 * Source/cmake/OptionsMac.cmake:
3419 * Source/cmake/WebKitFeatures.cmake:
3420 * Source/cmakeconfig.h.cmake:
3422 2014-08-06 David Farler <dfarler@apple.com>
3424 Unreviewed build fix: Make includes semicolon in assignment.
3426 * Makefile.shared: Remove a ;
3428 2014-08-06 David Farler <dfarler@apple.com>
3430 Set DSYMUTIL_NUM_THREADS to the number of logical cores
3431 https://bugs.webkit.org/show_bug.cgi?id=135655
3433 Reviewed by Mark Rowe.
3435 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
3437 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
3439 [GTK] Be able to disable gtk2 dependency
3440 https://bugs.webkit.org/show_bug.cgi?id=135505
3442 Reviewed by Gustavo Noronha Silva.
3444 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
3445 required when it's enabled. It's enabled by default.
3447 * Source/cmake/OptionsGTK.cmake:
3449 2014-08-05 Alex Christensen <achristensen@webkit.org>
3452 https://bugs.webkit.org/show_bug.cgi?id=135620
3454 Reviewed by Laszlo Gombos.
3456 * Source/cmake/OptionsMac.cmake:
3457 Use UDIS86 by default on Mac.
3459 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
3461 Add a flag for the CSS Selectors level 4 implementation
3462 https://bugs.webkit.org/show_bug.cgi?id=135535
3464 Reviewed by Andreas Kling.
3466 * Source/cmake/OptionsEfl.cmake:
3467 * Source/cmake/OptionsGTK.cmake:
3468 * Source/cmake/WebKitFeatures.cmake:
3469 * Source/cmakeconfig.h.cmake:
3471 2014-08-04 Alex Christensen <achristensen@webkit.org>
3473 Progress towards CMake on Mac.
3474 https://bugs.webkit.org/show_bug.cgi?id=135528
3476 Reviewed by Gyuyoung Kim.
3478 * Source/cmake/OptionsMac.cmake:
3479 Made options list based on FeatureDefines.xcconfig files.
3481 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3483 [GTK] Windowing target support should reflect the support in the GTK+ dependency
3484 https://bugs.webkit.org/show_bug.cgi?id=134736
3486 Reviewed by Martin Robinson.
3488 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
3489 support the X11 or Wayland windowing targets -- instead, if there's no support
3490 the specific target is disabled, and an error is thrown only if neither of the
3491 backends is enabled at the end..
3492 For now the X11 target remains enabled by default, and the Wayland target is
3493 kept disabled. Once it's possible to have both targets enabled at runtime in
3494 WebKit, the Wayland target will be enabled as well and we'll leave it to the
3495 GTK+ dependency to determine which targets can be enabled.
3497 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3499 [CMake] Add FindWayland.cmake
3500 https://bugs.webkit.org/show_bug.cgi?id=135540
3502 Reviewed by Martin Robinson.
3504 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
3505 dependency. For now bundles the wayland-client, wayland-server and
3506 wayland-egl pkg-config targets into one dependency, but these could
3507 be split in the future if necessary.
3509 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
3511 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
3512 https://bugs.webkit.org/show_bug.cgi?id=135553
3514 Reviewed by Gyuyoung Kim.
3516 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
3517 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
3519 * Source/cmake/OptionsEfl.cmake:
3521 2014-08-01 Bear Travis <betravis@adobe.com>
3523 [Feature Queries] Enable Feature Queries on EFL/GTK
3524 https://bugs.webkit.org/show_bug.cgi?id=134902
3526 Reviewed by Benjamin Poulain.
3528 Enable CSS Feature Queries by default on the EFL and GTK
3531 * Source/cmake/OptionsEfl.cmake:
3532 * Source/cmake/OptionsGTK.cmake:
3534 2014-08-01 Alex Christensen <achristensen@webkit.org>
3536 Progress towards cmake on Windows.
3537 https://bugs.webkit.org/show_bug.cgi?id=135484
3539 Reviewed by Martin Robinson.
3542 Added Mac to list of ports, even though it is not done yet.
3543 Changed minimum bison version to version installed on Macs.
3544 * Source/cmake/OptionsAppleWin.cmake:
3545 Added some definitions.
3546 * Source/cmake/OptionsEfl.cmake:
3547 * Source/cmake/OptionsGTK.cmake:
3548 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
3549 * Source/cmake/OptionsMac.cmake: Added blank for now.
3550 * Source/cmake/OptionsWinCairo.cmake:
3551 * Source/cmake/OptionsWindows.cmake:
3552 Added some definitions.
3553 Removed /WX (warnings treated as error while compiling).
3554 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
3556 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
3558 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
3559 https://bugs.webkit.org/show_bug.cgi?id=135501
3561 Reviewed by Gyuyoung Kim.
3563 Use PROJECT_VERSION_MICRO instead.
3565 * Source/cmake/OptionsEfl.cmake:
3566 * Source/cmake/OptionsGTK.cmake:
3567 * Source/cmake/WebKitHelpers.cmake:
3569 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
3571 [EFL] Bump ewebkit version to 1.11
3572 https://bugs.webkit.org/show_bug.cgi?id=135487
3574 Reviewed by Gyuyoung Kim.
3576 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
3578 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
3580 [EFL] Add support for building with Geoclue2.
3581 https://bugs.webkit.org/show_bug.cgi?id=135455
3583 Reviewed by Gyuyoung Kim.
3585 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
3588 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
3590 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
3592 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3594 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
3596 [GTK] Bump binary version for 2.6
3597 https://bugs.webkit.org/show_bug.cgi?id=133724
3599 Reviewed by Philippe Normand.
3601 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
3602 update library version numbers.
3604 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
3606 [CMake] Bump the minimum required version
3607 https://bugs.webkit.org/show_bug.cgi?id=135382
3609 Reviewed by Gyuyoung Kim.
3611 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
3612 we introduced usage of target_include_directories().
3614 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
3616 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
3617 https://bugs.webkit.org/show_bug.cgi?id=135376
3619 Reviewed by Gyuyoung Kim.
3621 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
3623 * Source/cmake/OptionsEfl.cmake:
3624 * Source/cmake/OptionsGTK.cmake:
3626 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
3628 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
3629 https://bugs.webkit.org/show_bug.cgi?id=135288
3631 Reviewed by Martin Robinson.
3633 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
3634 datadir to pkgconfig
3635 * Source/cmake/OptionsGTK.cmake: define install directories early
3636 enough to be used in FindGObjectIntrospection.cmake
3638 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
3640 Remove CSS_EXCLUSIONS compile flag and leftover code
3641 https://bugs.webkit.org/show_bug.cgi?id=135175
3643 Reviewed by Zoltan Horvath.
3645 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
3646 stubs. This removes the flag and the useless code.
3648 * Source/cmake/WebKitFeatures.cmake:
3649 * Source/cmakeconfig.h.cmake:
3651 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
3653 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
3654 https://bugs.webkit.org/show_bug.cgi?id=135114
3656 Fix build with GStreamer 1.4
3658 Reviewed by Philippe Normand.
3660 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
3661 gst-mpegts component instead of the unstable 1.3.x verstions.
3663 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
3665 [GTK] Simplify make-dist command line arguments
3666 https://bugs.webkit.org/show_bug.cgi?id=134832
3668 Reviewed by Martin Robinson.
3670 * Source/PlatformGTK.cmake: Use --version instead of
3671 --tarball-root when running make-dist.py.
3673 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
3675 Add a manual test for r135044
3677 <https://bugs.webkit.org/show_bug.cgi?id=135044>
3679 Rubber-stamped by Andy Estes.
3681 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
3683 2014-07-18 Dana Burkart <dburkart@apple.com>
3685 Add a new 'analyze' target to the makefile. This will make use of a new
3686 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
3688 https://bugs.webkit.org/show_bug.cgi?id=135057
3689 <rdar://problem/10193187>
3691 Reviewed by David Kilzer.
3697 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
3699 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
3700 https://bugs.webkit.org/show_bug.cgi?id=134963
3702 Reviewed by Gyuyoung Kim.
3704 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
3706 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
3708 2014-07-14 Daniel Bates <dabates@apple.com>
3710 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
3711 https://bugs.webkit.org/show_bug.cgi?id=134905
3712 <rdar://problem/16602779>
3714 Reviewed by Simon Fraser.
3716 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
3717 on the tapped element when processing a touchend as a result of finger pressing and releasing
3718 on the same element that is initially positioned outside the visible content area.
3720 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
3722 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
3724 [GTK] Enable VIDEO_TRACK by default
3725 https://bugs.webkit.org/show_bug.cgi?id=134801
3727 Reviewed by Philippe Normand.
3729 * Source/cmake/OptionsGTK.cmake:
3731 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
3733 [GTK][CMake] Add a 'distcheck' target
3734 https://bugs.webkit.org/show_bug.cgi?id=130675
3736 Reviewed by Gustavo Noronha Silva.
3738 * Source/PlatformGTK.cmake: Add distcheck target.
3740 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
3742 [GTK] Use the same default options for production builds that previous stable releases
3743 https://bugs.webkit.org/show_bug.cgi?id=134589
3745 Reviewed by Martin Robinson.
3747 Change the default value of some features to match our stable releases.
3748 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
3749 canvas depend on whether cairo-gl is found.
3751 * Source/cmake/FindCairoGL.cmake: Added.
3752 * Source/cmake/OptionsGTK.cmake:
3754 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
3756 [EFL] Support Encrypted Media Extensions.
3757 https://bugs.webkit.org/show_bug.cgi?id=134750
3759 Reviewed by Gyuyoung Kim.
3761 Webkit needs to play encrypted media contents when media player
3762 is played by Media source extensions and normal video procedure.
3764 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
3766 2014-07-08 Alex Christensen <achristensen@webkit.org>
3768 Steps towards CMake on Windows.
3769 https://bugs.webkit.org/show_bug.cgi?id=134716
3771 Reviewed by Martin Robinson.
3774 Added AppleWin and WinCairo to list of CMake ports.
3775 * Source/cmake/OptionsAppleWin.cmake: Added.
3776 * Source/cmake/OptionsWinCairo.cmake: Added.
3777 * Source/cmake/OptionsWindows.cmake:
3778 Windows needs to use the system malloc. Other options to come.
3780 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3782 [EFL] Support Geolocation
3783 https://bugs.webkit.org/show_bug.cgi?id=134439
3785 Reviewed by Antonio Gomes.
3787 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
3789 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3791 Broken build with build-webkit --no-video
3792 https://bugs.webkit.org/show_bug.cgi?id=134587
3794 Reviewed by Darin Adler.
3796 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
3798 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
3800 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
3802 [GTK] The list of features shown by cmake is not accurate
3803 https://bugs.webkit.org/show_bug.cgi?id=134588
3805 Reviewed by Gustavo Noronha Silva.
3807 The problem is that some options might change after the feature
3808 list has been printed.
3810 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
3811 setting the default values of features and set WEBGL value
3812 depending on the dependencies, and API_TEST depending on whether
3813 developer mode is enabled or not.
3815 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3817 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
3818 https://bugs.webkit.org/show_bug.cgi?id=134578
3820 Reviewed by Gyuyoung Kim.
3822 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
3823 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
3824 disable related option if it is not ON.
3826 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
3827 * Source/cmake/OptionsGTK.cmake: Ditto.
3828 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
3830 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
3832 [GTK] make dist is broken
3833 https://bugs.webkit.org/show_bug.cgi?id=134542
3835 Reviewed by Martin Robinson.
3837 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
3839 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
3841 [CMake] Add necessary support for building for the Wayland target
3842 https://bugs.webkit.org/show_bug.cgi?id=134160
3844 Reviewed by Darin Adler.
3846 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
3847 is enabled, and that its version matches the version of the generic package. Same
3848 for the gtk+-wayland-3.0 package and the Wayland target.
3849 * Source/cmake/OptionsCommon.cmake: Don't add t