1 2015-08-18 Alex Christensen <achristensen@webkit.org>
3 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
4 https://bugs.webkit.org/show_bug.cgi?id=148127
6 Reviewed by Martin Robinson.
9 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
11 2015-08-17 Alex Christensen <achristensen@webkit.org>
13 [Win CMake] Allow WebKitLibraries directory to be set from the command line
14 https://bugs.webkit.org/show_bug.cgi?id=148112
16 Reviewed by Brent Fulgham.
18 * Source/cmake/OptionsWin.cmake:
19 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
20 Instead, use the default location if nothing is passed in from the command line.
21 This way we can set it from the command line for the AppleInternal build.
22 Also, set the output directories to be consistent between the old and new build systems (and ninja).
24 2015-08-17 Alex Christensen <achristensen@webkit.org>
26 Build Debug Suffix on Windows with CMake
27 https://bugs.webkit.org/show_bug.cgi?id=148083
29 Reviewed by Brent Fulgham.
31 * Source/cmake/OptionsWin.cmake:
32 Use debug libraries in debug suffix builds.
34 2015-08-17 Alex Christensen <achristensen@webkit.org>
36 Move some commands from ./CMakeLists.txt to Source/cmake
37 https://bugs.webkit.org/show_bug.cgi?id=148003
39 Reviewed by Brent Fulgham.
42 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
43 so we can change directory structure from command line parameters.
44 * Source/cmake/OptionsAppleWin.cmake:
45 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
46 * Source/cmake/OptionsWinCairo.cmake:
47 * Source/cmake/OptionsWindows.cmake: Removed.
48 * Source/cmake/WebKitCommon.cmake: Added.
49 * Source/cmake/WebKitFS.cmake:
51 2015-08-13 Commit Queue <commit-queue@webkit.org>
53 Unreviewed, rolling out r188428.
54 https://bugs.webkit.org/show_bug.cgi?id=148015
56 broke cmake build (Requested by alexchristensen on #webkit).
60 "Move some commands from ./CMakeLists.txt to Source/cmake"
61 https://bugs.webkit.org/show_bug.cgi?id=148003
62 http://trac.webkit.org/changeset/188428
64 2015-08-13 Alex Christensen <achristensen@webkit.org>
66 Move some commands from ./CMakeLists.txt to Source/cmake
67 https://bugs.webkit.org/show_bug.cgi?id=148003
69 Reviewed by Brent Fulgham.
72 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
73 so we can change directory structure from command line parameters.
74 * Source/cmake/WebKitCommon.cmake: Added.
75 * Source/cmake/WebKitFS.cmake:
77 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
79 A focused node should not be assisted when handling touch events synchronously
80 https://bugs.webkit.org/show_bug.cgi?id=147836
82 Reviewed by Enrica Casucci.
84 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
86 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
87 input can still be assisted due to a touch event.
88 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
89 event does not automatically cause us to assist the currently focused node.
91 2015-08-12 Alex Christensen <achristensen@webkit.org>
93 Fix Debug CMake builds on Windows
94 https://bugs.webkit.org/show_bug.cgi?id=147940
96 Reviewed by Chris Dumez.
98 * Source/cmake/OptionsWindows.cmake:
99 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
101 2015-08-10 Alex Christensen <achristensen@webkit.org>
103 Build TestWebKitAPI with CMake on Windows
104 https://bugs.webkit.org/show_bug.cgi?id=147851
106 Reviewed by Chris Dumez.
108 * Source/cmake/OptionsWindows.cmake:
109 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
111 2015-08-06 Alex Christensen <achristensen@webkit.org>
113 [Win] CMake build fix after r188098.
115 * Source/cmake/OptionsWinCairo.cmake:
116 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
118 2015-08-04 Alex Christensen <achristensen@webkit.org>
120 Fix quirks with CMake and VS2015
121 https://bugs.webkit.org/show_bug.cgi?id=147663
123 Reviewed by Brent Fulgham.
125 * Source/cmake/OptionsWindows.cmake:
126 Hide some warnings. Using the same variable names in nested scopes is ok for now.
127 Disable INTL for now.
129 2015-08-04 Alex Christensen <achristensen@webkit.org>
131 Enable WebGL on Windows CMake build.
132 https://bugs.webkit.org/show_bug.cgi?id=143311
134 Reviewed by Csaba Osztrogonác.
136 * Source/cmake/OptionsWindows.cmake:
137 Enable WebGL by default in CMake builds now that it works.
139 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
141 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
142 https://bugs.webkit.org/show_bug.cgi?id=147625
144 Reviewed by Martin Robinson.
146 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
147 components unless they were actually found, not to accidentally
148 enable Accelerated 2D canvas, which would cause the build to fail.
150 * Source/cmake/FindCairoGL.cmake: Set this variables only when
151 pkg_check_modules() had actually found the relevant component.
153 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
155 [CMake] Add an option to build AllInOne files
156 https://bugs.webkit.org/show_bug.cgi?id=102647
158 Reviewed by Alex Christensen.
160 * Source/cmake/OptionsEfl.cmake: Disabled by default.
161 * Source/cmake/OptionsGTK.cmake: Disabled by default.
162 * Source/cmake/OptionsWindows.cmake: Enabled by default.
163 * Source/cmake/WebKitFeatures.cmake:
164 * Source/cmake/WebKitMacros.cmake:
166 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
168 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
170 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
172 2015-07-31 Alex Christensen <achristensen@webkit.org>
174 Prepare for debug CMake builds on Windows.
175 https://bugs.webkit.org/show_bug.cgi?id=147484
177 Reviewed by Tim Horton.
179 * Source/cmake/OptionsWindows.cmake:
180 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
182 2015-07-30 Joonghun Park <jh718.park@samsung.com>
184 [EFL] Enable IndexedDB based on DatabaseProcess
185 https://bugs.webkit.org/show_bug.cgi?id=147221
187 Reviewed by Csaba Osztrogonác.
189 * Source/cmake/OptionsEfl.cmake:
191 2015-07-30 Alex Christensen <achristensen@webkit.org>
193 Build AppleWin port with CMake
194 https://bugs.webkit.org/show_bug.cgi?id=147385
196 Reviewed by Martin Robinson.
198 * Source/cmake/OptionsWindows.cmake:
199 Use the static multithreaded runtime. Based on
200 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
202 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
204 Implement basic types for ECMAScript Internationalization API
205 https://bugs.webkit.org/show_bug.cgi?id=146926
207 Reviewed by Benjamin Poulain.
209 Enable flag now that the basic objects are in place.
211 * Source/cmake/WebKitFeatures.cmake: enable INTL
213 2015-07-29 Basile Clement <basile_clement@apple.com>
215 Remove native call inlining
216 https://bugs.webkit.org/show_bug.cgi?id=147417
218 Rubber-stamped by Filip Pizlo.
220 * Source/cmake/OptionsEfl.cmake:
221 * Source/cmake/WebKitFeatures.cmake:
223 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
225 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
226 https://bugs.webkit.org/show_bug.cgi?id=147350
228 Reviewed by Sam Weinig.
230 * Source/cmake/WebKitFeatures.cmake:
232 2015-07-27 Alex Christensen <achristensen@webkit.org>
234 Use Ninja on Windows.
235 https://bugs.webkit.org/show_bug.cgi?id=147228
237 Reviewed by Martin Robinson.
239 * Source/cmake/OptionsWindows.cmake:
240 Only use /MP when using generated Visual Studio solution files to build.
241 It makes compiling parallel in MSVC, but Ninja doesn't like it.
243 2015-07-27 Alex Christensen <achristensen@webkit.org>
245 Progress towards building AppleWin with CMake
246 https://bugs.webkit.org/show_bug.cgi?id=147325
248 Reviewed by Martin Robinson.
250 * Source/cmake/OptionsWindows.cmake:
251 Link with 64-bit libraries if building 64-bit binaries.
252 Don't run regular expressions on empty strings when using Ninja.
253 Removed DebugSuffix Visual Studio environment variables.
255 2015-07-23 Alex Christensen <achristensen@webkit.org>
257 Remove compile and runtime flags for promises.
258 https://bugs.webkit.org/show_bug.cgi?id=147244
260 Reviewed by Yusuke Suzuki.
262 * Source/cmake/OptionsMac.cmake:
263 * Source/cmake/OptionsWindows.cmake:
264 * Source/cmake/WebKitFeatures.cmake:
266 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
268 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
269 https://bugs.webkit.org/show_bug.cgi?id=147212
271 Reviewed by Filip Pizlo.
273 * Source/cmake/WebKitFeatures.cmake:
275 2015-07-22 Alex Christensen <achristensen@webkit.org>
277 Fix quirks in CMake build on Mac and Windows
278 https://bugs.webkit.org/show_bug.cgi?id=147174
280 Reviewed by Gyuyoung Kim.
283 * Source/cmake/OptionsWindows.cmake:
284 Added options I removed in r187022. They are indeed needed.
285 * Source/cmake/WebKitFS.cmake:
286 Make the DerivedSources/WebKit directory.
288 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
290 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
292 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
294 2015-07-20 Alex Christensen <achristensen@webkit.org>
296 Resurrect CMake build on Windows.
297 https://bugs.webkit.org/show_bug.cgi?id=147083
299 Reviewed by Gyuyoung Kim.
301 * Source/cmake/OptionsCommon.cmake:
302 * Source/cmake/OptionsWindows.cmake:
303 Change features to get it to compile. Still not a complete feature set.
305 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
307 [GTK] Add seccomp filters support
308 https://bugs.webkit.org/show_bug.cgi?id=110014
310 Reviewed by Žan Doberšek.
312 Find needed compiler and linker flags for libseccomp.
314 * Source/cmake/OptionsGTK.cmake:
316 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
318 Bring back the GNU ar check to create thin archives on non-Linux systems
319 https://bugs.webkit.org/show_bug.cgi?id=146681
321 Reviewed by Martin Robinson.
323 We already use GNU ar thin archive feature to save time and disk space
324 on creating static archives, but it is only enabled on Linux. Without
325 this feature, the debug build of WebCore can be larger than 4 GiB,
326 which can cause error because GNU ar format uses 32-bit integer to
327 store offsets in the symbol table. This patch is similar to
328 https://bugs.webkit.org/show_bug.cgi?id=128596.
330 * Source/cmake/OptionsCommon.cmake:
332 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
334 [GTK] [Wayland] Build by default the X11 and Wayland targets.
335 https://bugs.webkit.org/show_bug.cgi?id=146057
337 Reviewed by Carlos Garcia Campos.
339 * Source/cmake/OptionsGTK.cmake:
341 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
343 [GTK] ar warning when linking static libraries
344 https://bugs.webkit.org/show_bug.cgi?id=144988
346 Reviewed by Carlos Garcia Campos.
348 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
349 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
350 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
351 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
352 should either stop using 'u' or else add 'U' as well in order to disable deterministic
353 archives. Using 'U' should result in a somewhat faster build (at least when using the
354 Makefile generator), but it's unlikely that the difference is significant, so let's simply
355 remove 'u' until someone determines otherwise. This seems like a better option than adding
356 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
357 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
358 behavior change on distributions that do not use --enable-deterministic-archives, notably
361 * Source/cmake/OptionsCommon.cmake:
363 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
365 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
366 https://bugs.webkit.org/show_bug.cgi?id=146590
368 Reviewed by Martin Robinson.
370 * Source/PlatformGTK.cmake: override the cached variables to
371 forcefully disable gtk-doc and gobject-introspection when
373 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
374 documentation syntax when cross-building.
377 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
379 [EFL] test_ewk2_application_cache_manager has been failed since r185527
380 https://bugs.webkit.org/show_bug.cgi?id=146016
382 Reviewed by Gyuyoung Kim.
384 In order to handle properly WebApplicationCacheManagerProxy implementation which use
385 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
386 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
388 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
390 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
392 Implement ECMAScript Internationalization API
393 https://bugs.webkit.org/show_bug.cgi?id=90906
395 Reviewed by Benjamin Poulain.
397 Begin implementing the Intl apis behind ENABLE_INTL flag.
398 Create the base Intl namespace object.
400 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
402 2015-06-30 Philippe Normand <pnormand@igalia.com>
404 [CMake] Error when gst-plugins-base is missing is too confusing
405 https://bugs.webkit.org/show_bug.cgi?id=145682
407 Reviewed by Carlos Garcia Campos.
409 * Source/cmake/OptionsGTK.cmake: Error out if the required
410 GStreamer libraries are not found on the host.
412 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
414 CairoGL should be checked unconditionally
415 https://bugs.webkit.org/show_bug.cgi?id=146390
417 Reviewed by Darin Adler.
419 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
420 it is run unconditionally; this is necessary because its result
421 is used later on, outside of any conditions.
423 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
425 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
426 https://bugs.webkit.org/show_bug.cgi?id=146318
428 Reviewed by Sergio Villar Senin.
430 Enable PUBLIC_SUFFIX_LIST for GTK+.
432 * Source/cmake/OptionsGTK.cmake:
434 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
436 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
438 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
440 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
442 [EFL] Hyphenation is not supported
443 https://bugs.webkit.org/show_bug.cgi?id=89830
445 Reviewed by Gyuyoung Kim.
447 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
449 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
451 [CMake] Add support for building with various sanitizer tools
452 https://bugs.webkit.org/show_bug.cgi?id=131941
454 Reviewed by Martin Robinson.
456 * Source/PlatformGTK.cmake: Don't generate any documentation
457 when compiling with sanitizers enabled.
458 * Source/cmake/OptionsCommon.cmake: Allow linking with
459 undefined symbols when compiling with sanitizers enabled.
461 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
463 libwebkit2gtk fails to link without opengl
464 https://bugs.webkit.org/show_bug.cgi?id=138332
466 Reviewed by Carlos Garcia Campos.
468 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
469 enabled regardless of whether OpenGL is, because certain symbols
470 such as WebCore::GraphicsLayer::create() need to be built.
472 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
474 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
475 https://bugs.webkit.org/show_bug.cgi?id=146181
477 Reviewed by Martin Robinson.
479 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
481 * Source/cmake/OptionsGTK.cmake:
483 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
485 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
486 https://bugs.webkit.org/show_bug.cgi?id=146171
488 Reviewed by Gyuyoung Kim.
490 * Source/cmake/OptionsEfl.cmake:
491 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
493 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
495 [CMake] FindGTK3.cmake should not modify the values of build options
496 https://bugs.webkit.org/show_bug.cgi?id=144613
498 Reviewed by Martin Robinson.
500 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
501 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
502 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
503 GTK3_SUPPORTS_GESTURES for consistency.
504 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
505 available. It's not possible to automatically select a backend correctly anymore, since all
506 options are set at the same time.
508 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
510 Remove unnecessary svn:executable flags
511 https://bugs.webkit.org/show_bug.cgi?id=146107
513 Reviewed by Alexey Proskuryakov.
515 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
516 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
517 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
518 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
519 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
521 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
523 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
524 https://bugs.webkit.org/show_bug.cgi?id=146108
526 Reviewed by Gyuyoung Kim.
528 * Source/cmake/OptionsEfl.cmake:
530 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
532 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
533 https://bugs.webkit.org/show_bug.cgi?id=146035
535 Reviewed by Gyuyoung Kim.
537 * Source/cmake/OptionsEfl.cmake:
539 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
541 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
542 https://bugs.webkit.org/show_bug.cgi?id=145701
544 Reviewed by Darin Adler.
546 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
548 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
550 [iOS] Crash long pressing on <input type=file>
551 https://bugs.webkit.org/show_bug.cgi?id=146009
552 <rdar://problem/21234453>
554 Reviewed by Ryosuke Niwa.
556 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
558 2015-06-16 Brent Fulgham <bfulgham@apple.com>
560 Rollout accidental Xcode project change.
562 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
564 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
566 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
567 https://bugs.webkit.org/show_bug.cgi?id=145909
569 Reviewed by Csaba Osztrogonác.
571 Bump EWebKit version based on efl library version used by the EWebKit.
573 * Source/cmake/OptionsEfl.cmake:
575 2015-06-11 Commit Queue <commit-queue@webkit.org>
577 Unreviewed, rolling out r185453.
578 https://bugs.webkit.org/show_bug.cgi?id=145881
580 it broke the 32-bit build (Requested by clopez on #webkit).
584 "[GTK] [Wayland] Should be possible to build with support for
585 both X11 and Wayland."
586 https://bugs.webkit.org/show_bug.cgi?id=145701
587 http://trac.webkit.org/changeset/185453
589 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
591 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
592 https://bugs.webkit.org/show_bug.cgi?id=145701
594 Reviewed by Žan Doberšek.
596 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
598 2015-06-03 Daniel Bates <dabates@apple.com>
600 Caps lock indicator should not be shown in read-only or disabled field
601 https://bugs.webkit.org/show_bug.cgi?id=145612
602 <rdar://problem/21227454>
604 Reviewed by Darin Adler.
606 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
607 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
608 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
610 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
612 [cmake] Suppress parentheses-equality warnings
613 https://bugs.webkit.org/show_bug.cgi?id=145126
615 Reviewed by Darin Adler.
617 * Source/cmake/WebKitHelpers.cmake:
619 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
621 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
622 https://bugs.webkit.org/show_bug.cgi?id=145408
624 Reviewed by Carlos Garcia Campos.
626 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
627 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
628 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
630 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
631 libraries. Detect also GLX libraries.
632 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
633 libraries. Use find_path() to get the include path.
634 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
636 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
637 depending on the libraries found on the system.
638 Move the detection of GLX (and the include of CMakePushCheckState)
640 Ensure that we only define USE_GLX when we build with OpenGL
641 (but not with GLESv2).
643 2015-05-27 Dean Jackson <dino@apple.com>
645 img.currentSrc problem in strict mode with old picturefill
646 https://bugs.webkit.org/show_bug.cgi?id=144095
647 <rdar://problem/21087013>
649 Reviewed by Simon Fraser.
651 Add a PICTURE_SIZES flag.
653 * Source/cmake/OptionsEfl.cmake:
654 * Source/cmake/OptionsGTK.cmake:
655 * Source/cmake/OptionsMac.cmake:
656 * Source/cmake/OptionsWindows.cmake:
657 * Source/cmake/WebKitFeatures.cmake:
659 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
661 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
663 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
665 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
667 Unreviewed. Export DatabaseProcessMainUnix symbol.
669 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
670 is exported in production builds.
672 * Source/cmake/gtksymbols.filter:
674 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
676 [GTK] Enable IndexedDB
677 https://bugs.webkit.org/show_bug.cgi?id=98932
679 Reviewed by Žan Doberšek.
681 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
682 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
684 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
686 [GTK] Bump GCC requirements to 4.9.0
687 https://bugs.webkit.org/show_bug.cgi?id=145211
689 Reviewed by Žan Doberšek.
691 It's required to build with IndexedDB support when using GCC,
692 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
694 * Source/cmake/OptionsGTK.cmake:
696 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
698 [CMake] Ignore warnings in system headers
699 https://bugs.webkit.org/show_bug.cgi?id=144747
701 Reviewed by Darin Adler.
703 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
704 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
705 use the SYSTEM argument to the command (added in 2.8.12).
709 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
711 [CMake] Error out when ruby is too old
712 https://bugs.webkit.org/show_bug.cgi?id=145014
714 Reviewed by Martin Robinson.
716 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
721 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
723 [GTK] Enable plugin-related CMake options and variables for the X11 target only
724 https://bugs.webkit.org/show_bug.cgi?id=144995
726 Reviewed by Carlos Garcia Campos.
728 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
729 the X11 windowing target at the moment, so the following options
730 and variables should be enabled or disabled accordingly:
731 - ENABLE_PLUGIN_PROCESS_GTK2
732 - ENABLE_NETSCAPE_PLUGIN_API
733 - ENABLE_PLUGIN_PROCESS
735 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
737 Linker fails without -DDEVELOPER_MODE=ON
738 https://bugs.webkit.org/show_bug.cgi?id=144117
740 Reviewed by Gyuyoung Kim.
742 * Source/cmake/OptionsEfl.cmake:
743 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
744 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
746 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
748 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
749 https://bugs.webkit.org/show_bug.cgi?id=144846
751 Reviewed by Martin Robinson.
753 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
754 CAIRO_GL_* throughout, because find_package will define
756 * Source/cmake/OptionsGTK.cmake: Ditto.
758 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
760 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
761 https://bugs.webkit.org/show_bug.cgi?id=144845
763 Reviewed by Martin Robinson.
765 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
766 if their corresponding WTF options are ON. The code in npapi.h
767 relies on these being undefined if they are to be switched off.
769 2015-05-09 Yoav Weiss <yoav@yoav.ws>
771 Remove the PICTURE_SIZES build flag
772 https://bugs.webkit.org/show_bug.cgi?id=144679
774 Reviewed by Benjamin Poulain.
776 Removed the PICTURE_SIZES build time flag.
778 * Source/cmake/OptionsEfl.cmake:
779 * Source/cmake/OptionsGTK.cmake:
780 * Source/cmake/OptionsMac.cmake:
781 * Source/cmake/OptionsWindows.cmake:
782 * Source/cmake/WebKitFeatures.cmake:
784 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
786 [GTK] [CMake] Check for required X libraries
787 https://bugs.webkit.org/show_bug.cgi?id=144823
789 Reviewed by Martin Robinson.
791 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
793 * Source/cmake/OptionsGTK.cmake:
795 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
797 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
798 https://bugs.webkit.org/show_bug.cgi?id=144746
800 Reviewed by Carlos Garcia Campos.
802 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
803 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
804 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
806 * Source/cmake/OptionsGTK.cmake:
808 2015-05-08 Daniel Bates <dabates@apple.com>
810 [iOS] WebSQL operations are not performed after device is locked
811 https://bugs.webkit.org/show_bug.cgi?id=137503
812 <rdar://problem/20844952>
814 Rubber-stamped by Alexey Proskuryakov.
816 Add a manual test to help verify that we do not regress this issue.
818 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
820 2015-05-08 Commit Queue <commit-queue@webkit.org>
822 Unreviewed, rolling out r183945.
823 https://bugs.webkit.org/show_bug.cgi?id=144789
825 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
829 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
830 https://bugs.webkit.org/show_bug.cgi?id=144746
831 http://trac.webkit.org/changeset/183945
833 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
835 Cleanup after r183940
836 https://bugs.webkit.org/show_bug.cgi?id=144768
840 Looks like the empty directories were not deleted.
842 * Source/PAL: Removed.
843 * Source/PAL/Configurations: Removed.
844 * Source/PAL/PAL.xcodeproj: Removed.
845 * Source/PAL/graphics: Removed.
847 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
849 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
850 https://bugs.webkit.org/show_bug.cgi?id=144746
852 Reviewed by Martin Robinson.
854 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
855 what it is defined to, so defining it to 0 effectively turned it on always.
857 * Source/cmake/OptionsGTK.cmake:
859 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
861 Revert "Introducing the Platform Abstraction Layer (PAL)"
862 https://bugs.webkit.org/show_bug.cgi?id=144751
866 PAL should be a new target inside WebCore, rather than a top-level folder.
868 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
870 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
872 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
874 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
876 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
878 Introducing the Platform Abstraction Layer (PAL)
879 https://bugs.webkit.org/show_bug.cgi?id=143358
881 Reviewed by Simon Fraser.
883 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
885 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
887 [cmake] Disable GNU Gold linker on Cortex A53
888 https://bugs.webkit.org/show_bug.cgi?id=144382
890 Reviewed by Carlos Garcia Campos.
892 * Source/cmake/OptionsCommon.cmake:
894 2015-05-01 Martin Robinson <mrobinson@igalia.com>
896 USE(...) macro should expect unprefixed variables
897 https://bugs.webkit.org/show_bug.cgi?id=144454
899 Reviewed by Daniel Bates.
901 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
902 * Source/cmake/OptionsEfl.cmake: Ditto.
903 * Source/cmake/OptionsGTK.cmake: Ditto.
904 * Source/cmake/OptionsMac.cmake: Ditto.
905 * Source/cmake/OptionsWinCairo.cmake: Ditto.
906 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
909 2015-04-30 Martin Robinson <mrobinson@igalia.com>
911 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
912 https://bugs.webkit.org/show_bug.cgi?id=144394
914 Reviewed by Carlos Garcia Campos.
916 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
917 is that it fixes the redirected XComposite window for GTK+, which was accidentally
918 disabled in previous reworking of the CMake configuration.
920 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
921 version of USE variables.
922 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
923 is exposed to the build.
925 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
927 Unreviewed. Bump GTK+ version numbers.
929 * Source/cmake/OptionsGTK.cmake:
931 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
933 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
934 https://bugs.webkit.org/show_bug.cgi?id=144435
936 Reviewed by Gyuyoung Kim.
938 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
939 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
941 * Source/cmake/OptionsEfl.cmake:
943 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
945 REGRESSION(183583): [Mac] make without SDKROOT has issues
946 https://bugs.webkit.org/show_bug.cgi?id=144431
948 Reviewed by Dan Bernstein.
951 Assume an empty SDKROOT means an macosx variant, so only
952 enable settings if the SDKROOT is not empty and does not
955 2015-04-29 Martin Robinson <mrobinson@igalia.com>
957 Fix the GTK+ build after r183584
959 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
961 2015-04-29 Martin Robinson <mrobinson@igalia.com>
963 [GTK] Add support for automatic hyphenation
964 https://bugs.webkit.org/show_bug.cgi?id=44478
966 Reviewed by Carlos Garcia Campos.
968 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
969 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
970 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
972 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
974 Failure when building WebKit for appletvsimulator.
975 https://bugs.webkit.org/show_bug.cgi?id=144356
977 Reviewed by Alexey Proskuryakov.
979 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
980 make TVOS and WatchOS behave correctly.
984 2015-04-29 Martin Robinson <mrobinson@igalia.com>
986 [CMake] [GTK] Organize and clean up unused CMake variables
987 https://bugs.webkit.org/show_bug.cgi?id=144364
989 Reviewed by Gyuyoung Kim.
991 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
992 specific to certain projects into their PlatformGTK.cmake files.
994 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
996 [EFL] Build failure to find gio-unix
997 https://bugs.webkit.org/show_bug.cgi?id=144083
999 Reviewed by Gyuyoung Kim.
1001 Original patch by Doug Newgard <scimma22@outlook.com>
1003 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
1005 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
1007 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
1008 https://bugs.webkit.org/show_bug.cgi?id=143001
1010 Reviewed by Gyuyoung Kim.
1012 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
1013 * Source/cmake/OptionsGTK.cmake: Ditto.
1015 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1017 Unreviewed, fix typo in previous commit
1019 libsecretr -> libsecret in the error message.
1021 * Source/cmake/OptionsGTK.cmake:
1023 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1025 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
1026 https://bugs.webkit.org/show_bug.cgi?id=143546
1028 Reviewed by Martin Robinson.
1030 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
1031 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
1032 default. Fail the build with an informative error message if an optional dependency required
1033 for an enabled feature is not present. Perform find_package commands only when necessary.
1034 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
1037 * Source/cmake/OptionsGTK.cmake:
1039 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1041 [GTK] Make all options actually options
1042 https://bugs.webkit.org/show_bug.cgi?id=144106
1044 Reviewed by Martin Robinson.
1046 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
1047 ENABLE_WAYLAND_TARGET.
1049 * Source/cmake/OptionsGTK.cmake:
1051 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1053 Unreviewed, fix GTK build after r183452
1055 * Source/cmake/OptionsGTK.cmake:
1057 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1059 [GTK] Add one single option to control all OpenGL-related options
1060 https://bugs.webkit.org/show_bug.cgi?id=144105
1062 Reviewed by Martin Robinson.
1064 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
1065 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
1066 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
1067 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
1068 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
1069 presence of CairoGL.
1071 * Source/cmake/OptionsGTK.cmake:
1073 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1075 [GTK] ENABLE_SMOOTH_SCROLLING should be private
1076 https://bugs.webkit.org/show_bug.cgi?id=144306
1078 Reviewed by Martin Robinson.
1080 Make ENABLE_SMOOTH_SCROLLING private instead of public.
1082 * Source/cmake/OptionsGTK.cmake:
1084 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1086 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
1087 https://bugs.webkit.org/show_bug.cgi?id=144193
1089 Reviewed by Darin Adler.
1091 * Source/cmake/OptionsEfl.cmake:
1092 * Source/cmake/OptionsGTK.cmake:
1093 * Source/cmake/OptionsWinCairo.cmake:
1094 * Source/cmake/WebKitFeatures.cmake:
1096 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1098 [CMake] Should be possible for an option to conflict with other options
1099 https://bugs.webkit.org/show_bug.cgi?id=143956
1101 Reviewed by Martin Robinson.
1103 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
1105 * Source/cmake/WebKitFeatures.cmake:
1107 2015-04-22 Martin Robinson <mrobinson@igalia.com>
1109 [CMake] Autogenerate cmakeconfig.h.cmake
1110 https://bugs.webkit.org/show_bug.cgi?id=143997
1112 Reviewed by Csaba Osztrogonác.
1114 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
1115 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
1116 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
1117 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
1118 Do some other miscellaneous related cleanup.
1119 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
1120 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
1121 build exposed variables. Add a macro to generate a configuration from them.
1122 * Source/cmakeconfig.h.cmake: Removed.
1124 2015-04-24 Philippe Normand <pnormand@igalia.com>
1126 [JHBuild] Move to upstream OpenWebRTC
1127 https://bugs.webkit.org/show_bug.cgi?id=144145
1129 Reviewed by Carlos Garcia Campos.
1131 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
1134 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
1136 [ES6] Implement ES6 template literals
1137 https://bugs.webkit.org/show_bug.cgi?id=142691
1139 Reviewed by Darin Adler.
1141 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
1143 * Source/cmake/WebKitFeatures.cmake:
1144 * Source/cmakeconfig.h.cmake:
1146 2015-04-25 Martin Robinson <mrobinson@igalia.com>
1148 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
1149 https://bugs.webkit.org/show_bug.cgi?id=144182
1151 Reviewed by Simon Fraser.
1153 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1154 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1155 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1156 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1157 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1159 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1161 [GTK] Add more public options
1162 https://bugs.webkit.org/show_bug.cgi?id=144116
1164 Reviewed by Martin Robinson.
1166 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
1168 * Source/cmake/OptionsGTK.cmake:
1170 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1172 [CMake] Some internal variables are not marked as advanced
1173 https://bugs.webkit.org/show_bug.cgi?id=143595
1175 Reviewed by Martin Robinson.
1177 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
1178 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
1180 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1182 [GTK] Mark as advanced the build options we don't want to expose
1183 https://bugs.webkit.org/show_bug.cgi?id=143558
1185 Reviewed by Martin Robinson.
1187 Mark various options as private instead of public.
1189 * Source/cmake/OptionsGTK.cmake:
1191 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1193 [CMake] Should be possible for an option to depend on multiple options
1194 https://bugs.webkit.org/show_bug.cgi?id=143839
1196 Reviewed by Martin Robinson.
1198 Use a list instead of a single variable to track the dependencies of each option. Iterate
1199 over the list as many times as necessary to ensure all options are properly disabled.
1201 * Source/cmake/WebKitFeatures.cmake:
1203 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1205 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
1206 https://bugs.webkit.org/show_bug.cgi?id=144103
1208 Reviewed by Martin Robinson.
1210 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
1212 * Source/cmake/WebKitFeatures.cmake:
1214 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1216 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
1217 https://bugs.webkit.org/show_bug.cgi?id=144102
1219 Reviewed by Martin Robinson.
1221 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
1222 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
1223 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
1225 * Source/cmake/OptionsGTK.cmake:
1227 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1229 [CMake] Clean up JSC JIT options
1230 https://bugs.webkit.org/show_bug.cgi?id=143998
1232 Reviewed by Filip Pizlo.
1234 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
1235 define for ENABLE_FTL_NATIVE_CALL_INLINING.
1236 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
1237 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
1238 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
1239 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
1241 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1243 [CMake] Use lowercase for local variables in macros
1244 https://bugs.webkit.org/show_bug.cgi?id=144059
1246 Reviewed by Martin Robinson.
1248 Convert some variable names to lowercase.
1250 * Source/cmake/WebKitFeatures.cmake:
1252 2015-04-22 Commit Queue <commit-queue@webkit.org>
1254 Unreviewed, rolling out r183116.
1255 https://bugs.webkit.org/show_bug.cgi?id=144060
1257 Inadvertently deleted a file... (Requested by mcatanzaro on
1262 "[CMake] Use lowercase for local variables in macros"
1263 https://bugs.webkit.org/show_bug.cgi?id=144059
1264 http://trac.webkit.org/changeset/183116
1266 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1268 [CMake] Use lowercase for local variables in macros
1269 https://bugs.webkit.org/show_bug.cgi?id=144059
1271 Reviewed by Martin Robinson.
1273 Convert some variable names to lowercase.
1275 * Source/cmake/WebKitFeatures.cmake:
1277 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1279 [CMake] Features list should print dots every other row
1280 https://bugs.webkit.org/show_bug.cgi?id=143832
1282 Reviewed by Martin Robinson.
1284 Discount private options when determining whether to print dots on a given row of the
1285 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
1286 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
1287 wasn't noticed because it only affects the first line, and use of the variable name as a
1288 string in a conditional.)
1290 * Source/cmake/WebKitFeatures.cmake:
1292 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1294 [CMake] Require specifying visibility of WebKit options
1295 https://bugs.webkit.org/show_bug.cgi?id=143831
1297 Reviewed by Alex Christensen.
1299 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
1300 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
1301 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
1302 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
1303 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
1304 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
1305 cross-platform options as PRIVATE.
1307 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1309 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
1310 https://bugs.webkit.org/show_bug.cgi?id=143935
1312 Reviewed by Darin Adler.
1314 Some variables aren't defined in these files or unused variables aren't removed. This
1315 patch cleans up it as well as fix wrong alphabet order.
1317 * Source/cmake/WebKitFeatures.cmake:
1318 * Source/cmakeconfig.h.cmake:
1320 2015-04-19 Simon Fraser <simon.fraser@apple.com>
1322 Restore the WebKit.xcworkspace to the way it was before r182899,
1323 which inadvertently added the Source directory and a couple of source
1326 * WebKit.xcworkspace/contents.xcworkspacedata:
1328 2015-04-16 Basile Clement <basile_clement@apple.com>
1330 Extract the allocation profile from JSFunction into a rare object
1331 https://bugs.webkit.org/show_bug.cgi?id=143807
1333 Reviewed by Filip Pizlo.
1335 * WebKit.xcworkspace/contents.xcworkspacedata:
1337 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
1339 [EFL] Bump LLVM to version 3.6.0 on X86_64
1340 https://bugs.webkit.org/show_bug.cgi?id=143604
1342 Reviewed by Gyuyoung Kim.
1344 * Source/cmake/FindLLVM.cmake: Added version handling.
1345 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
1347 2015-04-15 Timothy Horton <timothy_horton@apple.com>
1349 Custom CSS cursors do not use -webkit-image-set on retina displays
1350 https://bugs.webkit.org/show_bug.cgi?id=120783
1352 Reviewed by Beth Dakin.
1353 Patch by Evan Wallace <evan.exe@gmail.com>.
1355 Add a manual test for custom CSS cursors on retina displays.
1357 * ManualTests/retina-cursors.html: Added.
1359 2015-04-15 Alex Christensen <achristensen@webkit.org>
1361 Progress towards CMake on Mac.
1362 https://bugs.webkit.org/show_bug.cgi?id=143785
1364 Reviewed by Csaba Osztrogonác.
1367 * Source/cmake/OptionsMac.cmake:
1368 * Source/cmake/WebKitFS.cmake:
1370 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
1372 Cannot click "Next" button on Google two-factor auth setup page
1374 <https://bugs.webkit.org/show_bug.cgi?id=143624>
1375 <rdar://problem/19175714>
1377 Reviewed by Darin Adler.
1379 * ManualTests/button-that-focuses-itself-on-click.html: Added.
1381 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
1383 [cmake] REGRESSION(182663): It broke feature dependency handling
1384 https://bugs.webkit.org/show_bug.cgi?id=143665
1386 Reviewed by Csaba Osztrogonác.
1388 Don't try to check the value of options before defining the options.
1390 * Source/cmake/WebKitFeatures.cmake:
1392 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
1394 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
1395 https://bugs.webkit.org/show_bug.cgi?id=143664
1397 Reviewed by Gyuyoung Kim.
1399 * Source/cmake/OptionsEfl.cmake:
1400 * Source/cmake/OptionsGTK.cmake:
1401 * Source/cmake/WebKitFeatures.cmake:
1402 * Source/cmakeconfig.h.cmake:
1404 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1406 [EFL] Enable Media Source
1407 https://bugs.webkit.org/show_bug.cgi?id=143635
1409 Reviewed by Csaba Osztrogonác.
1411 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
1413 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1415 [CMake] Miscellaneous issues in WebKitFeatures.cmake
1416 https://bugs.webkit.org/show_bug.cgi?id=143636
1418 Reviewed by Martin Robinson.
1420 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
1421 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
1423 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
1424 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
1426 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
1428 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
1430 Fix ENABLE_TOUCH_SLIDER so that it can be used
1434 * Source/cmake/WebKitFeatures.cmake:
1436 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1438 [CMake] Print sorted feature list at the very end of the configure process
1439 https://bugs.webkit.org/show_bug.cgi?id=143596
1441 Reviewed by Martin Robinson.
1443 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
1444 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
1445 and sort the options before printing. Reorder some code so that features still get
1446 propagated to the bindings generators.
1448 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1450 [CMake] Options should be marked as advanced by default
1451 https://bugs.webkit.org/show_bug.cgi?id=143572
1453 Reviewed by Gyuyoung Kim.
1455 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
1456 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
1457 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
1458 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
1459 option without making it public.
1461 * Source/cmake/WebKitFeatures.cmake:
1463 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1465 [CMake] Remove unnecessary ENABLE_WEBCORE switch
1466 https://bugs.webkit.org/show_bug.cgi?id=143584
1468 Reviewed by Csaba Osztrogonác.
1470 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
1474 * Source/CMakeLists.txt:
1475 * Source/cmake/OptionsGTK.cmake:
1476 * Source/cmake/WebKitFS.cmake:
1478 2015-04-08 Filip Pizlo <fpizlo@apple.com>
1480 Unreviewed, revert accidental commit.
1484 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
1486 Add CMake build system for WinCairo port.
1487 https://bugs.webkit.org/show_bug.cgi?id=115944
1489 Reviewed by Chris Dumez.
1491 * Source/cmake/OptionsWindows.cmake:
1492 * Source/cmake/WebKitMacros.cmake:
1493 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1495 2015-04-06 Alberto Garcia <berto@igalia.com>
1497 [GTK] Fix HPPA build
1498 https://bugs.webkit.org/show_bug.cgi?id=143453
1500 Reviewed by Darin Adler.
1502 Add HPPA to the list of supported CPUs.
1506 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
1508 Unreviewed, kick the GTK bots to fix an incremental build issue.
1510 * Source/cmake/OptionsGTK.cmake:
1512 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
1514 Fix the EFL and GTK build after r182243
1515 https://bugs.webkit.org/show_bug.cgi?id=143361
1517 Reviewed by Csaba Osztrogonác.
1519 * Source/PlatformEfl.cmake: Add a custom command that copies
1520 the InspectorBackendCommands.js file into the proper directory
1521 under DerivedSources/WebInspectorUI/.
1523 2015-04-01 Alex Christensen <achristensen@webkit.org>
1525 Progress towards CMake on Windows and Mac.
1526 https://bugs.webkit.org/show_bug.cgi?id=143293
1528 Reviewed by Filip Pizlo.
1531 Set DERIVED_SOURCES_WTF_DIR for Windows.
1532 * Source/CMakeLists.txt:
1533 Don't compile bmalloc on Windows.
1534 * Source/cmake/OptionsCommon.cmake:
1535 Use the absolute path of the C preprocessor.
1536 * Source/cmake/OptionsWinCairo.cmake:
1537 Added needed definitions.
1538 * Source/cmake/OptionsWindows.cmake:
1539 Set some default values and removed support for old Visual Studio versions before /MP.
1540 * Source/cmake/WebKitFS.cmake:
1541 Make WTF DerivedSources directory.
1542 * Source/cmake/WebKitMacros.cmake:
1543 Added ADD_PRECOMPILED_HEADER macro based on
1544 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1546 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
1548 Use colored diagnostics when building with cmake + ninja + clang
1549 https://bugs.webkit.org/show_bug.cgi?id=143297
1551 Reviewed by Žan Doberšek.
1553 Because that ninja sets subprocess stdout/stderr to a pipe, clang
1554 disables colored output.
1555 This patch forces clang to use colored diagnostics when we are using
1558 * Source/cmake/OptionsCommon.cmake:
1560 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1562 [CMake] Update old CMakeList.txt in gtest
1563 https://bugs.webkit.org/show_bug.cgi?id=143192
1565 Reviewed by Darin Adler.
1567 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
1568 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
1569 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
1571 * Source/CMakeLists.txt:
1572 * Source/cmake/gtest/CMakeLists.txt: Removed.
1574 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1576 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
1577 https://bugs.webkit.org/show_bug.cgi?id=143138
1579 Reviewed by Csaba Osztrogonác.
1581 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
1582 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
1584 * Source/cmake/OptionsWindows.cmake:
1585 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
1586 * Source/cmake/WebKitMacros.cmake:
1588 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1590 [GStreamer] share GL context in pipeline, part 2
1591 https://bugs.webkit.org/show_bug.cgi?id=143049
1593 Reviewed by Carlos Garcia Campos.
1595 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
1596 OpenGL/ES2 is found and GLX/EGL is found too.
1598 2015-03-26 Alex Christensen <achristensen@webkit.org>
1600 Progress towards CMake on Mac.
1601 https://bugs.webkit.org/show_bug.cgi?id=143112
1603 Reviewed by Chris Dumez.
1605 * Source/cmake/OptionsMac.cmake:
1607 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
1609 [EFL] Add OpenWebRTC in jhbuild
1610 https://bugs.webkit.org/show_bug.cgi?id=142778
1612 Reviewed by Gyuyoung Kim.
1614 Original patch by Philippe Normand <pnormand@igalia.com>
1616 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
1617 mediastream build is enabled.
1619 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
1621 [GTK] Add a configure option to build without Redirected XComposite Window
1622 https://bugs.webkit.org/show_bug.cgi?id=142865
1624 Reviewed by Žan Doberšek.
1626 The Redirected XComposite Window was added to support some
1627 features like GtkOverlay, but in cases where we don't need such
1628 features, it's more efficient to use the XID of the WebKitWebView
1629 window as the native surface handle for the accelerated
1630 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
1631 that is enabled by default for X11 target when OpenGL is enabled.
1633 * Source/cmake/OptionsGTK.cmake:
1635 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
1637 [GTK] Search for the Wayland dependency when enabling Wayland target
1638 https://bugs.webkit.org/show_bug.cgi?id=142876
1640 Reviewed by Carlos Garcia Campos.
1642 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
1643 requirement of either the GTK+ or GDK pkg-config files, so we have to
1644 search for it ourselves when WebKitGTK+ has been configured to support
1645 the Wayland windowing target.
1647 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1649 Unreviewed, kick the GTK bots to regenerate makefile.
1650 https://bugs.webkit.org/show_bug.cgi?id=137394
1652 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
1653 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
1655 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1657 Unreviewed, kick the GTK bots to regenerate makefile.
1658 https://bugs.webkit.org/show_bug.cgi?id=137394
1660 * Source/cmake/OptionsEfl.cmake:
1662 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
1664 [GTK] Fix inspector userinterface related incremental build issue
1665 https://bugs.webkit.org/show_bug.cgi?id=142849
1667 Reviewed by Carlos Garcia Campos.
1669 * Source/cmake/OptionsGTK.cmake: Revert r181733.
1671 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
1673 Unreviewed, kick the GTK bots to regenerate makefile.
1675 * Source/cmake/OptionsGTK.cmake:
1677 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
1679 [EFL] Expose JavaScript binding interface through ewk_extension
1680 https://bugs.webkit.org/show_bug.cgi?id=142033
1682 Reviewed by Gyuyoung Kim.
1684 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
1686 2015-03-17 Philippe Normand <pnormand@igalia.com>
1688 [GTK] basic OpenWebRTC build support
1689 https://bugs.webkit.org/show_bug.cgi?id=142393
1691 Reviewed by Carlos Garcia Campos.
1693 * Source/cmake/FindOpenWebRTC.cmake: Added.
1694 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
1695 mediastream build is enabled.
1697 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1699 [CMake][EFL] Build test tools only for developer mode
1700 https://bugs.webkit.org/show_bug.cgi?id=142761
1702 Reviewed by Csaba Osztrogonác.
1704 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
1706 * Source/cmake/OptionsEfl.cmake:
1707 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
1708 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
1709 * Source/cmakeconfig.h.cmake:
1711 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
1713 Enable ES6 classes by default
1714 https://bugs.webkit.org/show_bug.cgi?id=142774
1716 Reviewed by Gavin Barraclough.
1718 * Source/cmake/WebKitFeatures.cmake:
1720 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1722 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
1723 https://bugs.webkit.org/show_bug.cgi?id=142722
1725 Reviewed by Csaba Osztrogonác.
1727 Categorize to define cmake variables, to find necessary packages,
1728 use upper case for "glib_conponents" cmake variable name, re-arrange
1729 wrong alphabet sorting, and so on.
1731 * CMakeLists.txt: Remove WinCE port.
1732 * Source/cmake/OptionsEfl.cmake:
1734 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1736 [GStreamer] share GL context in pipeline
1737 https://bugs.webkit.org/show_bug.cgi?id=142693
1739 Reviewed by Philippe Normand.
1741 Add search of gstreamer-gl library in the GStreamer installation. If
1742 it is found, WTF_USE_GSTREAMER_GL macro is defined.
1744 * Source/cmake/FindGStreamer.cmake:
1745 * Source/cmake/OptionsGTK.cmake:
1747 2015-03-13 Alex Christensen <achristensen@webkit.org>
1749 Progress towards CMake on Mac.
1750 https://bugs.webkit.org/show_bug.cgi?id=142680
1752 Reviewed by Gyuyoung Kim.
1755 * Source/PlatformMac.cmake: Added stub.
1756 * Source/cmake/OptionsMac.cmake:
1757 Change defines to get CMake working.
1759 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1761 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
1762 https://bugs.webkit.org/show_bug.cgi?id=126688
1764 Reviewed by Gustavo Noronha Silva.
1766 Add ENABLE_MINIBROWSER option, enabled by default for development
1767 builds and disabled for production builds unless explicilty enabled.
1769 * Source/cmake/OptionsGTK.cmake:
1771 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1773 [GTK] Do not look for child processes in the UI process binary path
1774 https://bugs.webkit.org/show_bug.cgi?id=135752
1776 Reviewed by Gustavo Noronha Silva.
1778 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
1779 build for development builds.
1781 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
1783 [GTK] Add a configure option to build with OpenGL ES 2
1784 https://bugs.webkit.org/show_bug.cgi?id=142498
1786 Reviewed by Martin Robinson.
1788 Add ENABLE_GLES2 option. It's disabled by default, but if passed
1789 GLES2 is required and OpenGL is not even searched. Otherwise we
1790 search for OpenGL as usual, using it only if present.
1792 * Source/cmake/OptionsGTK.cmake:
1794 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
1796 [cmake] Handle unused parameter warnings as build errors except in WebKit2
1797 https://bugs.webkit.org/show_bug.cgi?id=142338
1799 Reviewed by Gyuyoung Kim.
1801 * Source/cmake/WebKitHelpers.cmake:
1803 2015-03-03 Daniel Bates <dabates@apple.com>
1805 Convert ManualTests/svg-tooltip.svg to a DRT test
1806 https://bugs.webkit.org/show_bug.cgi?id=140480
1808 Reviewed by Alex Christensen.
1810 * ManualTests/svg-tooltip.svg: Removed.
1812 2015-03-02 Debarshi Ray <debarshir@gnome.org>
1814 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
1815 https://bugs.webkit.org/show_bug.cgi?id=142165
1817 Reviewed by Carlos Garcia Campos.
1819 * Source/cmake/gtksymbols.filter:
1821 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
1823 [EFL] Remove unnecessary comment after r179110
1824 https://bugs.webkit.org/show_bug.cgi?id=142042
1826 Reviewed by Gyuyoung Kim.
1828 * Source/cmake/OptionsEfl.cmake:
1830 2015-02-23 Tomas Popela <tpopela@redhat.com>
1832 [GTK] Fails to compile with cmake 3.2.x
1833 https://bugs.webkit.org/show_bug.cgi?id=141796
1835 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
1836 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
1837 added and the build will fail.
1839 Reviewed by Martin Robinson.
1841 * Source/cmake/OptionsGTK.cmake:
1843 2015-02-20 Alexey Proskuryakov <ap@apple.com>
1845 Remove svn:keywords property.
1847 As far as I can tell, the property had no effect on any of these files, but also,
1848 when it has effect it's likely harmful.
1850 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
1851 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
1852 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
1853 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
1854 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
1855 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
1856 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
1857 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
1858 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
1859 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
1860 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
1861 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
1862 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
1863 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
1865 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1867 [CMAKE] Remove CMakeLists.txt in WK1 port
1868 https://bugs.webkit.org/show_bug.cgi?id=141617
1870 Reviewed by Anders Carlsson.
1872 Nobody uses CMake in WK1 port. Remove it.
1876 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
1878 Unreviewed, remove empty directories.
1880 * ManualTests/qt: Removed.
1882 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
1884 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
1885 https://bugs.webkit.org/show_bug.cgi?id=141481
1887 Reviewed by Csaba Osztrogonác.
1889 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
1891 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1893 [EFL][GTK] Use bmalloc instead of tcmalloc
1894 https://bugs.webkit.org/show_bug.cgi?id=140162
1896 Reviewed by Carlos Garcia Campos.
1898 Add bmalloc directory to build list.
1900 * CMakeLists.txt: Define BMALLOC_DIR directory.
1901 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
1903 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
1905 [GTK] Add default color chooser implementation using GtkColorChooserDialog
1906 https://bugs.webkit.org/show_bug.cgi?id=141392
1908 Reviewed by Gustavo Noronha Silva.
1910 Enable INPUT_TYPE_COLOR by default for GTK+ port.
1912 * Source/cmake/OptionsGTK.cmake:
1914 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
1916 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
1917 https://bugs.webkit.org/show_bug.cgi?id=141328
1919 Reviewed by Darin Adler.
1921 Added as manual test because it involves a huge grid allocation
1922 which is very slow on Debug bots, the only ones capable to trigger
1925 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
1927 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
1929 [Streams API] Implement a barebone ReadableStream interface
1930 https://bugs.webkit.org/show_bug.cgi?id=141045
1932 Reviewed by Benjamin Poulain.
1934 * Source/cmake/WebKitFeatures.cmake:
1935 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
1937 2015-02-02 Filip Pizlo <fpizlo@apple.com>
1939 Revert accidental change in r179490.
1943 2015-02-02 Filip Pizlo <fpizlo@apple.com>
1945 Unreviewed, revert accidental change to Makefile.shared in r179478
1949 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
1951 [CMake] Minimum python version should be 2.7.
1952 https://bugs.webkit.org/show_bug.cgi?id=140997
1954 Reviewed by Csaba Osztrogonác.
1958 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
1960 Apply feTurbulence spec change to fix zero length vector generation
1961 https://bugs.webkit.org/show_bug.cgi?id=140812
1963 Reviewed by Darin Adler.
1965 Recently a bug with the turbulence algorithm was corrected in the
1966 Filter Effects specification.
1967 For some seed values this bug allowed zero length vectors to be generated.
1968 This resulted in large solid color squares being present in the generated image.
1969 The feTurbulence algorithm was updated to reject zero length vectors. This patch
1970 applies that change in WebCore.
1972 Test: svg/filters/feTurbulence_bad_seeds.html
1974 * platform/graphics/filters/FETurbulence.cpp:
1975 (WebCore::FETurbulence::initPaint):
1976 Added rejection sampling during vector generation to avoid zero length vectors.
1978 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
1980 [cmake] Remove compiler version calculate cruft
1981 https://bugs.webkit.org/show_bug.cgi?id=140885
1983 Reviewed by Darin Adler.
1985 * Source/cmake/WebKitHelpers.cmake:
1987 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
1989 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
1990 https://bugs.webkit.org/show_bug.cgi?id=140886
1992 Reviewed by Žan Doberšek.
1994 * Source/cmake/WebKitHelpers.cmake:
1996 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
1998 [GTK] gtkdoc does not appear in DevHelp
1999 https://bugs.webkit.org/show_bug.cgi?id=139369
2001 Reviewed by Philippe Normand.
2003 Expect the gtkdoc to be generated in folders named with the API version.
2005 * Source/PlatformGTK.cmake:
2007 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
2009 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
2010 https://bugs.webkit.org/show_bug.cgi?id=140609
2012 Reviewed by Csaba Osztrogonác.
2014 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
2015 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
2016 compilation flags. Those were added after the jsCStack branch merge, but
2017 can now be removed since the -ftree-dce issues were fixed in GCC, and
2018 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
2020 * Source/cmake/OptionsEfl.cmake:
2021 * Source/cmake/OptionsGTK.cmake:
2023 2015-01-26 Commit Queue <commit-queue@webkit.org>
2025 Unreviewed, rolling out r179107.
2026 https://bugs.webkit.org/show_bug.cgi?id=140880
2028 The GCC in the bots doesn't support the AsyncTask
2029 implementation (Requested by KaL on #webkit).
2033 "[GTK] Enable IndexedDB"
2034 https://bugs.webkit.org/show_bug.cgi?id=98932
2035 http://trac.webkit.org/changeset/179107
2037 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
2039 [GTK] Enable IndexedDB
2040 https://bugs.webkit.org/show_bug.cgi?id=98932
2042 Reviewed by Žan Doberšek.
2044 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2045 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2047 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
2049 [GTK] Add initial database process support
2050 https://bugs.webkit.org/show_bug.cgi?id=139491
2052 Reviewed by Sergio Villar Senin.
2054 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
2056 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
2058 Add a build flag for ES6 class syntax
2059 https://bugs.webkit.org/show_bug.cgi?id=140760
2061 Reviewed by Michael Saboff.
2063 * Source/cmake/WebKitFeatures.cmake:
2064 * Source/cmakeconfig.h.cmake:
2066 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2068 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
2069 https://bugs.webkit.org/show_bug.cgi?id=140049
2071 Reviewed by Gyuyoung Kim.
2073 * Source/cmake/OptionsCommon.cmake:
2075 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2077 Remove ENABLE(INSPECTOR) ifdef guards
2078 https://bugs.webkit.org/show_bug.cgi?id=140668
2080 Reviewed by Darin Adler.
2082 * Source/PlatformEfl.cmake:
2083 * Source/cmake/OptionsEfl.cmake:
2084 * Source/cmake/OptionsGTK.cmake:
2085 * Source/cmake/OptionsMac.cmake:
2086 * Source/cmake/WebKitFeatures.cmake:
2087 * Source/cmakeconfig.h.cmake:
2089 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
2091 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
2093 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2095 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2097 [CMAKE] Fix cmake warning
2098 https://bugs.webkit.org/show_bug.cgi?id=140497
2100 Reviewed by Gustavo Noronha Silva.
2102 r173155 already tried to fix cmake warning though, the warning is still exist.
2103 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
2104 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
2105 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
2106 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
2107 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
2111 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
2113 [GTK] Generate the make dist manifest from a CMake template file
2114 https://bugs.webkit.org/show_bug.cgi?id=139387
2116 Reviewed by Martin Robinson.
2118 Generate manifest.txt from manifest.txt.in. Only expose the dist and
2119 distcheck targets for developer builds, as they won't work when
2120 building from a tarball because the manifest is not distributed.
2122 * Source/PlatformGTK.cmake:
2124 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
2126 Remove ENABLE(SQL_DATABASE) guards
2127 https://bugs.webkit.org/show_bug.cgi?id=140434
2129 Reviewed by Darin Adler.
2131 * Source/cmake/OptionsMac.cmake:
2132 * Source/cmake/WebKitFeatures.cmake:
2133 * Source/cmakeconfig.h.cmake:
2135 2015-01-11 Sam Weinig <sam@webkit.org>
2137 Remove support for SharedWorkers
2138 https://bugs.webkit.org/show_bug.cgi?id=140344
2140 Reviewed by Anders Carlsson.
2142 * Source/cmake/OptionsEfl.cmake:
2143 * Source/cmake/OptionsGTK.cmake:
2144 * Source/cmake/OptionsMac.cmake:
2145 * Source/cmake/WebKitFeatures.cmake:
2146 * Source/cmakeconfig.h.cmake:
2148 2015-01-10 Dan Bernstein <mitz@apple.com>
2150 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
2151 https://bugs.webkit.org/show_bug.cgi?id=140339
2153 Reviewed by Mark Rowe.
2155 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
2156 prevents unnecessary rebuilding due to PATH differences.
2158 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
2160 [GTK][ThreadedCompositor] Add support for threaded compositor.
2161 https://bugs.webkit.org/show_bug.cgi?id=118265
2163 Reviewed by Martin Robinson.
2165 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
2166 autotools build systems. The feature is disabled by default.
2167 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
2168 from the feature flags.
2170 * Source/cmake/OptionsEfl.cmake:
2171 * Source/cmake/OptionsGTK.cmake:
2172 * Source/cmake/WebKitFeatures.cmake:
2173 * Source/cmakeconfig.h.cmake:
2175 2014-12-23 Alexey Proskuryakov <ap@apple.com>
2177 Simplify building with ASan
2178 https://bugs.webkit.org/show_bug.cgi?id=139916
2180 Reviewed by Mark Rowe.
2182 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
2184 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
2186 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
2188 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2190 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
2192 Null dereference performing a "TapAndAHalf" gesture in Google search field
2194 <https://bugs.webkit.org/show_bug.cgi?id=139506>
2195 <rdar://problem/19028828>
2197 Reviewed by Darin Adler.
2199 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
2201 2014-12-10 Dean Jackson <dino@apple.com>
2203 Blur filter performance test doesn't provide results
2204 https://bugs.webkit.org/show_bug.cgi?id=139462
2206 Reviewed by Sam Weinig.
2208 This can't currently work under our performance test
2209 infrastructure. Move it to a manual test to avoid
2210 putting FAILures into the results.
2212 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
2214 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
2216 [GTK][WK2] Add HTML5 Notifications support
2217 https://bugs.webkit.org/show_bug.cgi?id=61140
2219 Reviewed by Carlos Garcia Campos.
2221 * Source/cmake/FindLibNotify.cmake: Added.
2222 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
2223 libnotify and use it for a default implementation when found.
2225 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
2227 REGRESSION(r155906): Page content disappears on Tuaw article after loading
2228 https://bugs.webkit.org/show_bug.cgi?id=138100
2230 Reviewed by Simon Fraser.
2232 DRT causes an extra paint which makes it impossible to test this with
2235 * ManualTests/float-layer-not-painting.html: Added.
2237 2014-12-07 Alberto Garcia <berto@igalia.com>
2239 [GTK] WebKit has a new required dependency on GnuTLS
2240 https://bugs.webkit.org/show_bug.cgi?id=136158
2242 Reviewed by Martin Robinson.
2244 Detect if GnuTLS is installed and enable or disable subtle crypto
2245 support accordingly.
2247 * Source/cmake/OptionsGTK.cmake:
2249 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
2251 [GTK] Missing API detected in GObject DOM bindings after r176630
2252 https://bugs.webkit.org/show_bug.cgi?id=139201
2254 Reviewed by Gustavo Noronha Silva.
2256 Change GENERATE_BINDINGS macro to receive a list of optional
2257 additional dependencies, so that we can add more dependecies
2258 without having to change the macro.
2260 * Source/cmake/WebKitMacros.cmake:
2262 2014-12-05 Simon Fraser <simon.fraser@apple.com>
2264 Programmatic scrolling and content changes are not always synchronized
2265 https://bugs.webkit.org/show_bug.cgi?id=139245
2266 rdar://problem/18833612
2268 Reviewed by Anders Carlsson.
2270 Manual test that tries to sync layout with programmatic scrolling.
2272 * ManualTests/programmatic-scroll-flicker.html: Added.
2274 2014-12-04 Alberto Garcia <berto@igalia.com>
2276 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
2277 https://bugs.webkit.org/show_bug.cgi?id=136576
2279 Reviewed by Carlos Garcia Campos.
2281 CMake should complain if Accelerated 2D Canvas is explicitly
2282 enabled but cairo-gl is not found.
2284 * Source/cmake/OptionsGTK.cmake:
2286 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2288 [EFL] Add subtle crypto to the build system
2289 https://bugs.webkit.org/show_bug.cgi?id=138612
2291 Reviewed by Csaba Osztrogonác.
2293 * Source/cmake/OptionsEfl.cmake:
2295 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2297 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
2298 https://bugs.webkit.org/show_bug.cgi?id=139085
2300 Reviewed by Andreas Kling.
2302 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
2303 * Source/cmake/WebKitFeatures.cmake: ditto.
2304 * Source/cmakeconfig.h.cmake: ditto.
2306 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
2308 [EFL] Drop support for the EFL 1.7
2309 https://bugs.webkit.org/show_bug.cgi?id=139114
2311 Reviewed by Gyuyoung Kim.
2313 * Source/cmake/EFLHelpers.cmake: Removed.
2314 * Source/cmake/FindEcore.cmake: Removed.
2315 * Source/cmake/FindEdje.cmake: Removed.
2316 * Source/cmake/FindEet.cmake: Removed.
2317 * Source/cmake/FindEeze.cmake: Removed.
2318 * Source/cmake/FindEfreet.cmake: Removed.
2319 * Source/cmake/FindEina.cmake: Removed.
2320 * Source/cmake/FindElementary.cmake: Removed.
2321 * Source/cmake/FindEvas.cmake: Removed.
2322 * Source/cmake/OptionsEfl.cmake:
2324 2014-11-28 Philippe Normand <pnormand@igalia.com>
2326 [CMake] Build failure against GStreamer git master
2327 https://bugs.webkit.org/show_bug.cgi?id=138872
2329 Reviewed by Csaba Osztrogon.
2331 * Source/cmake/FindGStreamer.cmake: Simplified the
2332 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
2333 headers lookup, there's no need to do this manually. Also
2334 explicitely check the version specified in GStreamer_FIND_VERSION.
2336 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
2338 [EFL] Remove E_Dbus dependency
2339 https://bugs.webkit.org/show_bug.cgi?id=136355
2341 Reviewed by Gyuyoung Kim.
2343 * Source/cmake/FindE_DBus.cmake: Removed.
2344 * Source/cmake/OptionsEfl.cmake:
2346 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
2348 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2350 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2352 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
2354 [CMake] Use ld.gold if it is available to speedup builds
2355 https://bugs.webkit.org/show_bug.cgi?id=137953
2357 Reviewed by Carlos Garcia Campos.
2359 * Source/cmake/OptionsCommon.cmake:
2361 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
2363 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
2364 https://bugs.webkit.org/show_bug.cgi?id=138840
2366 Reviewed by Csaba Osztrogonác.
2368 * Source/cmake/OptionsCommon.cmake:
2370 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
2372 Remove Source/Platform cruft
2373 https://bugs.webkit.org/show_bug.cgi?id=138658
2375 Reviewed by Anders Carlsson.
2378 * Source/Platform: Removed.
2380 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
2382 Enable Cortex-A53-specific code paths by default if core is detected.
2383 https://bugs.webkit.org/show_bug.cgi?id=138499
2385 Reviewed by Csaba Osztrogonác.
2387 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
2388 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
2391 Since on ARM64/Linux the part number that cpuinfo reports depends on
2392 the core the query is run on, the check is bound to and executed on the
2393 available cores one by one.
2395 * Source/cmake/OptionsCommon.cmake:
2397 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2399 [EFL] Remove unnecessary version check from OptionsEfl.cmake
2400 https://bugs.webkit.org/show_bug.cgi?id=138498
2402 Reviewed by Csaba Osztrogonác.
2404 * Source/cmake/OptionsEfl.cmake:
2406 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2408 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
2409 https://bugs.webkit.org/show_bug.cgi?id=138465
2411 Reviewed by Gyuyoung Kim.
2413 * Source/cmake/OptionsEfl.cmake:
2415 2014-11-03 Dean Jackson <dino@apple.com>
2417 Add ENABLE_FILTERS_LEVEL_2 feature guard.
2418 https://bugs.webkit.org/show_bug.cgi?id=138362
2420 Reviewed by Tim Horton.
2422 Add a new feature define for Level 2 of CSS Filters.
2423 http://dev.w3.org/fxtf/filters-2/
2425 * Source/cmake/OptionsEfl.cmake:
2426 * Source/cmake/OptionsGTK.cmake:
2427 * Source/cmake/OptionsMac.cmake:
2428 * Source/cmake/WebKitFeatures.cmake:
2429 * Source/cmakeconfig.h.cmake:
2431 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
2433 Workaround for Cortex-A53 erratum 835769
2434 https://bugs.webkit.org/show_bug.cgi?id=138315
2436 Reviewed by Filip Pizlo.
2438 This patch introduces CMake variable and preprocessor macro
2439 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
2440 code paths, if set true.
2442 * Source/cmake/OptionsCommon.cmake:
2443 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
2445 * Source/cmakeconfig.h.cmake:
2446 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
2448 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
2450 [GTK] Fix the build of FTL JIT
2451 https://bugs.webkit.org/show_bug.cgi?id=138298
2453 Reviewed by Carlos Garcia Campos.
2455 * Source/cmake/OptionsGTK.cmake:
2456 Remove the need for the LIBCXXABI package.
2458 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
2460 REGRESSION(CMake): Make it possible to build without introspection
2461 https://bugs.webkit.org/show_bug.cgi?id=138006
2463 Reviewed by Philippe Normand.
2465 Add ENABLE_INTROSPECTION option.
2467 * Source/PlatformGTK.cmake: Dot not add gir global target if
2468 introspection is disabled.
2469 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
2470 introspection is disabled.
2472 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
2474 [GTK] Support script message handlers WebKitUserContentManager
2475 https://bugs.webkit.org/show_bug.cgi?id=133730
2477 Reviewed by Carlos Garcia Campos.
2479 Support user script message handlers in WebKitUserContentManager.
2480 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
2481 an option is added to the CMake build files. The option is disabled
2482 globally by default, and the WebKitGTK port enables it. On the API
2483 level, two new methods to register and unregister names are provided
2484 in the "window.webkit" namespace, and on message reception the
2485 "WebKitUserContentManager::script-message-received" signal is
2486 emitted, using the registered names as signal detail.
2488 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
2489 ENABLE_USER_MESSAGE_HANDLERS feature by default.
2490 * Source/cmake/WebKitFeatures.cmake: Add feature description for
2491 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
2493 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
2495 [GTK] Bump libsoup's minimum version to 2.42.0.
2496 https://bugs.webkit.org/show_bug.cgi?id=138086
2498 Reviewed by Martin Robinson.
2500 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
2501 soup-version.h header was added to soup.h in 2.41.4, which then becomes
2502 the minimum version required to build the port these days.
2504 In addition, since the autotools build system required 2.42.0 before
2505 being retired, require the same version here. Version 2.42.0 was also
2507 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
2509 * Source/cmake/OptionsGTK.cmake:
2511 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2513 [EFL] Remove unnecessary defines from OptionsEfl.cmake
2514 https://bugs.webkit.org/show_bug.cgi?id=138132
2516 Reviewed by Csaba Osztrogonác.
2518 * Source/cmake/OptionsEfl.cmake:
2520 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
2522 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2524 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2526 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
2528 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
2529 https://bugs.webkit.org/show_bug.cgi?id=137946
2531 Reviewed by Gyuyoung Kim.
2533 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
2535 * Source/cmake/OptionsEfl.cmake:
2537 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2539 Fix FTL Native Inlining for EFL
2540 https://bugs.webkit.org/show_bug.cgi?id=137774
2542 Reviewed by Michael Saboff.
2544 Updated CMake for FTL Native Inlining.
2547 * Source/cmake/FindClang.cmake: Added.
2548 * Source/cmake/OptionsEfl.cmake:
2549 * Source/cmakeconfig.h.cmake:
2551 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
2553 Web Inspector: Generate all Inspector domains together in JavaScriptCore
2554 https://bugs.webkit.org/show_bug.cgi?id=137748
2556 Reviewed by Brian Burg.
2558 * Source/PlatformEfl.cmake:
2560 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
2562 [GTK] Add initial gestures support
2563 https://bugs.webkit.org/show_bug.cgi?id=137812
2565 Reviewed by Sergio Villar Senin.
2567 Check if the GTK+ version supports gestures or not.
2569 * Source/cmake/FindGTK3.cmake:
2570 * Source/cmake/OptionsGTK.cmake:
2572 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
2574 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
2575 https://bugs.webkit.org/show_bug.cgi?id=137781
2577 Reviewed by Martin Robinson.
2579 We used to enable smooth scrolling unconditionally in autotools
2580 (via WebKitFeatures.m4), but since the switch to CMake it's
2581 unconditionally disabled, so changing the setting doesn't have any
2584 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
2586 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
2588 Removing CUSTOM_PROTOCOLS guard
2589 https://bugs.webkit.org/show_bug.cgi?id=137741
2591 Reviewed by Benjamin Poulain.
2593 * Source/cmake/OptionsEfl.cmake:
2595 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
2597 [EFL] Enable WebP support.
2598 https://bugs.webkit.org/show_bug.cgi?id=136156
2600 Reviewed by Gyuyoung Kim.
2602 Add WebP package finding rule.
2604 * Source/cmake/OptionsEfl.cmake:
2606 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
2608 [EFL] Enable custom URI schemes with CustomProtocols
2609 https://bugs.webkit.org/show_bug.cgi?id=128177
2611 Reviewed by Gyuyoung Kim.
2613 Fixing ewk_context_url_scheme_register() ewebkit2 API
2614 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
2616 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
2618 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
2620 Bump version to 2.7.0
2621 https://bugs.webkit.org/show_bug.cgi?id=137301
2623 Rubber-stamped by Carlos Garcia Campos.
2625 * Source/cmake/OptionsGTK.cmake: Bump version numbers
2627 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2629 [EFL] Rename TEST_THEME_DIR macro
2630 https://bugs.webkit.org/show_bug.cgi?id=137244
2632 Reviewed by Csaba Osztrogonác.
2634 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
2636 2014-09-27 Dan Bernstein <mitz@apple.com>
2638 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
2639 https://bugs.webkit.org/show_bug.cgi?id=137053
2641 Reviewed by Mark Rowe.
2643 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2644 In the build pre-action, pass the --wksi and --llvm options to
2645 copy-webkitlibraries-to-product-directory.
2646 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
2648 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
2650 [GTK] Enable CSS_IMAGE_SET in production builds
2651 https://bugs.webkit.org/show_bug.cgi?id=137142
2653 Reviewed by Alejandro G. Castro.
2655 This is required by the inspector to show some of the icons that
2656 has a HiDPI variant.
2658 * Source/cmake/OptionsGTK.cmake:
2660 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
2662 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
2663 https://bugs.webkit.org/show_bug.cgi?id=136377
2665 Reviewed by Philippe Normand.
2667 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
2668 for CMake versions less than 3.
2670 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
2672 Remove WinCE port from trunk
2673 https://bugs.webkit.org/show_bug.cgi?id=136951
2675 Reviewed by Alex Christensen.
2677 * Source/cmake/OptionsWinCE.cmake: Removed.
2678 * Source/cmake/WebKitPackaging.cmake:
2680 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
2682 [EFL][GTK] Remove WebKit1 related codes
2683 https://bugs.webkit.org/show_bug.cgi?id=136853
2685 Reviewed by Csaba Osztrogonác.
2687 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
2690 * Source/PlatformGTK.cmake:
2692 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2695 https://bugs.webkit.org/show_bug.cgi?id=136820
2697 Reviewed by Csaba Osztrogonác.
2699 * Source/cmake/FindICU.cmake:
2701 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
2703 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
2704 https://bugs.webkit.org/show_bug.cgi?id=136814
2706 Reviewed by Philippe Normand.
2708 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
2709 We bundle the wayland-egl dependency with wayland-client and wayland-server
2710 and store the resulting variables with the WAYLAND_ prefix. Because of this
2711 this line wasn't exporting anything useful.
2713 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
2715 URTBF after r173574.
2717 * Source/cmake/WebKitMacros.cmake:
2719 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
2721 [JavaScriptCore] Fix FTL on platform EFL.
2722 https://bugs.webkit.org/show_bug.cgi?id=133571
2724 Reviewed by Filip Pizlo.
2728 * Source/cmake/FindLIBCXXABI.cmake: Removed.
2729 * Source/cmake/OptionsEfl.cmake:
2731 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2734 https://bugs.webkit.org/show_bug.cgi?id=136571
2736 Reviewed by Darin Adler.
2738 * Source/cmake/OptionsEfl.cmake:
2739 * Source/cmake/OptionsGTK.cmake:
2740 * Source/cmake/OptionsMac.cmake:
2741 * Source/cmake/WebKitFeatures.cmake:
2742 * Source/cmakeconfig.h.cmake:
2744 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2746 Remove CSS_FILTERS flag
2747 https://bugs.webkit.org/show_bug.cgi?id=136529
2749 Reviewed by Dirk Schulze.
2751 * Source/cmake/OptionsEfl.cmake:
2752 * Source/cmake/OptionsGTK.cmake:
2753 * Source/cmake/OptionsMac.cmake:
2754 * Source/cmake/WebKitFeatures.cmake:
2755 * Source/cmakeconfig.h.cmake:
2757 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2759 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
2760 https://bugs.webkit.org/show_bug.cgi?id=136194
2762 Reviewed by Csaba Osztrogonác.
2764 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
2768 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2770 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
2771 https://bugs.webkit.org/show_bug.cgi?id=135560
2773 Reviewed by Gyuyoung Kim.
2775 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
2777 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
2779 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
2780 https://bugs.webkit.org/show_bug.cgi?id=136343
2782 Reviewed by David Kilzer.
2784 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
2786 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2787 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2789 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
2791 [EFL] Share fast/speechsynthesis/ with other ports
2792 https://bugs.webkit.org/show_bug.cgi?id=136224
2794 Reviewed by Chris Fleizach.
2796 Enable WebSpeech for EFL.
2798 * Source/cmake/OptionsEfl.cmake:
2800 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
2802 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
2803 https://bugs.webkit.org/show_bug.cgi?id=136127
2805 Reviewed by Gyuyoung Kim.
2807 Add build support for espeak.
2809 * Source/cmake/FindEspeak.cmake: Added.
2810 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
2812 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
2814 [EFL] Build break using clang
2815 https://bugs.webkit.org/show_bug.cgi?id=136245
2817 Reviewed by Gyuyoung Kim.
2819 * Source/cmake/OptionsEfl.cmake:
2820 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
2821 Some warnings are from system libraries.
2823 2014-08-25 Alberto Garcia <berto@igalia.com>
2825 [GTK] Unify webkitgtk and webkit2gtk directories
2826 https://bugs.webkit.org/show_bug.cgi?id=136209
2828 Reviewed by Carlos Garcia Campos.
2830 Use webkit2gtk-X.X both for the process binaries and the injected
2833 * Source/cmake/OptionsGTK.cmake:
2835 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
2837 [EFL] Move Efl specific code from Source/CMakeLists.txt
2838 https://bugs.webkit.org/show_bug.cgi?id=136206
2840 Reviewed by Gyuyoung Kim.
2842 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
2843 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
2845 * Source/CMakeLists.txt:
2846 * Source/cmake/OptionsEfl.cmake:
2848 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
2850 [EFL] Introduce DEVELOPER_MODE
2851 https://bugs.webkit.org/show_bug.cgi?id=135884
2853 Reviewed by Gyuyoung Kim.
2855 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
2856 instead of SHARED_CORE.
2857 SHARED_CORE can reduce link time and memory consumption but it is slightly different
2858 from release binary.
2860 * Source/cmake/OptionsEfl.cmake:
2861 * Source/cmake/WebKitHelpers.cmake:
2862 Moved fvisibility=hidden to OptionsEfl.cmake
2864 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
2866 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
2867 https://bugs.webkit.org/show_bug.cgi?id=136110
2869 Reviewed by Gyuyoung Kim.
2871 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
2873 * Source/cmake/OptionsEfl.cmake:
2875 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2877 [EFL] Apply eflsymbols.filter to WebKit2
2878 https://bugs.webkit.org/show_bug.cgi?id=136148
2880 Reviewed by Csaba Osztrogonác.
2882 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
2883 in the eflsymbols.filter.
2885 * Source/cmake/OptionsEfl.cmake:
2886 * Source/cmake/eflsymbols.filter:
2888 2014-08-21 Zalan Bujtas <zalan@apple.com>
2890 Enable SATURATED_LAYOUT_ARITHMETIC.
2891 https://bugs.webkit.org/show_bug.cgi?id=136106
2893 Reviewed by Simon Fraser.
2895 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
2896 (No measurable performance regression on Mac.)
2898 * Source/cmake/OptionsMac.cmake:
2899 * Source/cmake/WebKitFeatures.cmake:
2900 * Source/cmakeconfig.h.cmake:
2902 2014-08-19 Zalan Bujtas <zalan@apple.com>
2904 Remove ENABLE(SUBPIXEL_LAYOUT).
2905 https://bugs.webkit.org/show_bug.cgi?id=136077
2907 Reviewed by Simon Fraser.
2909 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
2911 * Source/cmake/OptionsEfl.cmake:
2912 * Source/cmake/OptionsGTK.cmake:
2913 * Source/cmake/OptionsMac.cmake:
2914 * Source/cmake/WebKitFeatures.cmake:
2915 * Source/cmakeconfig.h.cmake:
2917 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
2919 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
2920 https://bugs.webkit.org/show_bug.cgi?id=135980
2922 Reviewed by Martin Robinson.
2924 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
2925 overrides any other disabled optimization that was prepended to these
2926 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
2927 lists first in the final list of compilation flags.
2929 To avoid -On re-enabling optimizations that we'd like to keep disabled,
2930 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
2932 * Source/cmake/OptionsCommon.cmake:
2933 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
2934 * Source/cmake/OptionsGTK.cmake:
2936 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
2938 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
2940 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2942 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
2944 [GTK] Disable memory sampler on non-Linux system
2945 https://bugs.webkit.org/show_bug.cgi?id=134483
2947 Reviewed by Philippe Normand.
2949 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
2950 Linux because it uses many Linux-specific features, so we should disable
2951 memory sampler on other systems by default.
2953 * Source/cmake/OptionsGTK.cmake:
2955 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
2957 [GTK] HTML API documentation should also be installed versioned
2958 https://bugs.webkit.org/show_bug.cgi?id=135970
2960 Reviewed by Philippe Normand.
2962 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
2965 2014-08-14 Tomas Popela <tpopela@redhat.com>
2967 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
2968 https://bugs.webkit.org/show_bug.cgi?id=135937
2970 Reviewed by Carlos Garcia Campos.
2974 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
2976 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
2977 https://bugs.webkit.org/show_bug.cgi?id=135934
2979 Reviewed by Gustavo Noronha Silva.
2981 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
2982 The gir files should installed in $datadir/gir-1.0/ together with all other
2983 gir files. We don't need to install introspection files in a versioned
2984 directory because their filenames already contain the binary version. But before
2985 r171598, the files were only installed to the right directory if the
2986 gobject-instrospection pkg-config file was in the same prefix than the one we
2987 wanted to install, because the gir and typelibs directories were extracted from
2988 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
2989 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
2990 like we do in the autotools build.
2992 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
2993 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
2994 * Source/cmake/OptionsGTK.cmake: Define
2995 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
2997 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
2999 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
3000 https://bugs.webkit.org/show_bug.cgi?id=135836
3002 Reviewed by Philippe Normand.
3004 * Source/PlatformGTK.cmake: Add install command to also install
3005 the GObject DOM bindings API docs.
3007 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
3009 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
3010 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
3011 re-set CMAKE_C_FLAGS with the new string. The two flags should really
3012 be appended to CMAKE_C_FLAGS and the same variable re-set with the
3015 * Source/cmake/OptionsCommon.cmake:
3017 2014-08-13 Alex Christensen <achristensen@webkit.org>
3019 Progress towards CMake on Mac.
3020 https://bugs.webkit.org/show_bug.cgi?id=135819
3022 Reviewed by Laszlo Gombos.
3024 * Source/cmake/OptionsMac.cmake:
3025 Disable some more features temporarily to get CMake working.
3026 * Source/cmake/WebKitMacros.cmake:
3027 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
3029 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3031 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
3032 https://bugs.webkit.org/show_bug.cgi?id=135798
3034 Reviewed by Philippe Normand.
3036 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
3038 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3039 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3040 https://bugs.webkit.org/show_bug.cgi?id=133317
3042 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3044 Reviewed by Philippe Normand.
3046 No new tests since no new functionality has been added.
3048 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3050 2014-08-11 Commit Queue <commit-queue@webkit.org>
3052 Unreviewed, rolling out r172393.
3053 https://bugs.webkit.org/show_bug.cgi?id=135796
3055 discussion needed about GnuTLS version bump on the bots
3056 (Requested by philn on #webkit).
3060 https://bugs.webkit.org/show_bug.cgi?id=133317
3061 http://trac.webkit.org/changeset/172393
3063 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3064 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3065 https://bugs.webkit.org/show_bug.cgi?id=133317
3067 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3069 Reviewed by Philippe Normand.
3071 No new tests since no new functionality has been added.
3073 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3075 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3077 [GTK] Adds stubs for all subtle crypto algorithm implemntations
3078 https://bugs.webkit.org/show_bug.cgi?id=133316
3080 Reviewed by Philippe Normand.
3082 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
3083 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
3084 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
3086 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
3088 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
3090 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3092 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3094 [GTK] REGRESSION(r166239): The ld version script is not being used
3095 https://bugs.webkit.org/show_bug.cgi?id=135694
3097 Reviewed by Martin Robinson.
3099 Move the symbols filter file from Tools/gtk to Source/cmake and rename
3100 it as gtksymbols.filter. Also updated it, since some of the symbols
3101 exported were renamed.
3103 * Source/cmake/OptionsGTK.cmake:
3104 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
3106 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3108 [GTK] Child processes should be installed in a versioned directory
3109 https://bugs.webkit.org/show_bug.cgi?id=135754
3111 Reviewed by Gustavo Noronha Silva.
3113 Define LIBEXEC_INSTALL_DIR as
3114 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
3115 so that the child processes are installed in $libexec/webkitgtk-4.0.
3116 This makes it possible to install 2.6 in parallel to older versions.
3118 * Source/cmake/OptionsGTK.cmake:
3120 2014-08-08 Alex Christensen <achristensen@webkit.org>
3122 Progress towards using CMake on Mac.
3123 https://bugs.webkit.org/show_bug.cgi?id=135662
3125 Reviewed by Laszlo Gombos.
3128 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
3129 * Source/cmake/WebKitFeatures.cmake:
3130 * Source/cmakeconfig.h.cmake:
3131 Added features that are needed by the Mac port.
3132 * Source/cmake/OptionsMac.cmake:
3133 Enable CSS_IMAGE_SET based on FeatureDefines.h.
3134 Disable the FTL with CMake for now.
3135 * Source/cmake/OptionsEFL.cmake:
3136 * Source/cmake/OptionsGTK.cmake:
3137 Enable subpixel layout to not conflict with FeatureDefines.h
3139 2014-08-08 Simon Fraser <simon.fraser@apple.com>
3141 Undo some erroneous changes to the Xcode scheme files from r172259.
3143 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3144 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3146 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
3148 [CMake] Drop the required version of CMake down to 2.8.8
3149 https://bugs.webkit.org/show_bug.cgi?id=135713
3151 Reviewed by Alex Christensen.
3153 * CMakeLists.txt: Require CMake 2.8.8.
3155 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
3157 Get rid of INPUT_SPEECH
3158 https://bugs.webkit.org/show_bug.cgi?id=135672
3160 Reviewed by Andreas Kling.
3162 * Source/cmake/OptionsMac.cmake:
3163 * Source/cmake/WebKitFeatures.cmake:
3164 * Source/cmakeconfig.h.cmake:
3166 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
3168 [GTK] Disable IndexedDB
3169 https://bugs.webkit.org/show_bug.cgi?id=135692
3171 Reviewed by Carlos Garcia Campos.
3173 * Source/cmake/OptionsGTK.cmake:
3175 2014-08-06 Dean Jackson <dino@apple.com>
3177 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
3178 https://bugs.webkit.org/show_bug.cgi?id=135675
3180 Reviewed by Sam Weinig.
3182 * Source/cmake/OptionsGTK.cmake:
3183 * Source/cmake/OptionsMac.cmake:
3184 * Source/cmake/WebKitFeatures.cmake:
3185 * Source/cmakeconfig.h.cmake:
3187 2014-08-06 David Farler <dfarler@apple.com>
3189 Unreviewed build fix: Make includes semicolon in assignment.
3191 * Makefile.shared: Remove a ;
3193 2014-08-06 David Farler <dfarler@apple.com>
3195 Set DSYMUTIL_NUM_THREADS to the number of logical cores
3196 https://bugs.webkit.org/show_bug.cgi?id=135655
3198 Reviewed by Mark Rowe.
3200 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
3202 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
3204 [GTK] Be able to disable gtk2 dependency
3205 https://bugs.webkit.org/show_bug.cgi?id=135505
3207 Reviewed by Gustavo Noronha Silva.
3209 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
3210 required when it's enabled. It's enabled by default.
3212 * Source/cmake/OptionsGTK.cmake:
3214 2014-08-05 Alex Christensen <achristensen@webkit.org>
3217 https://bugs.webkit.org/show_bug.cgi?id=135620
3219 Reviewed by Laszlo Gombos.
3221 * Source/cmake/OptionsMac.cmake:
3222 Use UDIS86 by default on Mac.
3224 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
3226 Add a flag for the CSS Selectors level 4 implementation
3227 https://bugs.webkit.org/show_bug.cgi?id=135535
3229 Reviewed by Andreas Kling.
3231 * Source/cmake/OptionsEfl.cmake:
3232 * Source/cmake/OptionsGTK.cmake:
3233 * Source/cmake/WebKitFeatures.cmake:
3234 * Source/cmakeconfig.h.cmake:
3236 2014-08-04 Alex Christensen <achristensen@webkit.org>
3238 Progress towards CMake on Mac.
3239 https://bugs.webkit.org/show_bug.cgi?id=135528
3241 Reviewed by Gyuyoung Kim.
3243 * Source/cmake/OptionsMac.cmake:
3244 Made options list based on FeatureDefines.xcconfig files.
3246 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3248 [GTK] Windowing target support should reflect the support in the GTK+ dependency
3249 https://bugs.webkit.org/show_bug.cgi?id=134736
3251 Reviewed by Martin Robinson.
3253 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
3254 support the X11 or Wayland windowing targets -- instead, if there's no support
3255 the specific target is disabled, and an error is thrown only if neither of the
3256 backends is enabled at the end..
3257 For now the X11 target remains enabled by default, and the Wayland target is
3258 kept disabled. Once it's possible to have both targets enabled at runtime in
3259 WebKit, the Wayland target will be enabled as well and we'll leave it to the
3260 GTK+ dependency to determine which targets can be enabled.
3262 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3264 [CMake] Add FindWayland.cmake
3265 https://bugs.webkit.org/show_bug.cgi?id=135540
3267 Reviewed by Martin Robinson.
3269 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
3270 dependency. For now bundles the wayland-client, wayland-server and
3271 wayland-egl pkg-config targets into one dependency, but these could
3272 be split in the future if necessary.
3274 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
3276 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
3277 https://bugs.webkit.org/show_bug.cgi?id=135553
3279 Reviewed by Gyuyoung Kim.
3281 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
3282 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
3284 * Source/cmake/OptionsEfl.cmake:
3286 2014-08-01 Bear Travis <betravis@adobe.com>
3288 [Feature Queries] Enable Feature Queries on EFL/GTK
3289 https://bugs.webkit.org/show_bug.cgi?id=134902
3291 Reviewed by Benjamin Poulain.
3293 Enable CSS Feature Queries by default on the EFL and GTK
3296 * Source/cmake/OptionsEfl.cmake:
3297 * Source/cmake/OptionsGTK.cmake:
3299 2014-08-01 Alex Christensen <achristensen@webkit.org>
3301 Progress towards cmake on Windows.
3302 https://bugs.webkit.org/show_bug.cgi?id=135484
3304 Reviewed by Martin Robinson.
3307 Added Mac to list of ports, even though it is not done yet.
3308 Changed minimum bison version to version installed on Macs.
3309 * Source/cmake/OptionsAppleWin.cmake:
3310 Added some definitions.
3311 * Source/cmake/OptionsEfl.cmake:
3312 * Source/cmake/OptionsGTK.cmake:
3313 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
3314 * Source/cmake/OptionsMac.cmake: Added blank for now.
3315 * Source/cmake/OptionsWinCairo.cmake:
3316 * Source/cmake/OptionsWindows.cmake:
3317 Added some definitions.
3318 Removed /WX (warnings treated as error while compiling).
3319 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
3321 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
3323 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
3324 https://bugs.webkit.org/show_bug.cgi?id=135501
3326 Reviewed by Gyuyoung Kim.
3328 Use PROJECT_VERSION_MICRO instead.
3330 * Source/cmake/OptionsEfl.cmake:
3331 * Source/cmake/OptionsGTK.cmake:
3332 * Source/cmake/WebKitHelpers.cmake:
3334 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
3336 [EFL] Bump ewebkit version to 1.11
3337 https://bugs.webkit.org/show_bug.cgi?id=135487
3339 Reviewed by Gyuyoung Kim.
3341 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
3343 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
3345 [EFL] Add support for building with Geoclue2.
3346 https://bugs.webkit.org/show_bug.cgi?id=135455
3348 Reviewed by Gyuyoung Kim.
3350 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
3353 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
3355 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
3357 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3359 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
3361 [GTK] Bump binary version for 2.6
3362 https://bugs.webkit.org/show_bug.cgi?id=133724
3364 Reviewed by Philippe Normand.
3366 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
3367 update library version numbers.
3369 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
3371 [CMake] Bump the minimum required version
3372 https://bugs.webkit.org/show_bug.cgi?id=135382
3374 Reviewed by Gyuyoung Kim.
3376 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
3377 we introduced usage of target_include_directories().
3379 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
3381 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
3382 https://bugs.webkit.org/show_bug.cgi?id=135376
3384 Reviewed by Gyuyoung Kim.
3386 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
3388 * Source/cmake/OptionsEfl.cmake:
3389 * Source/cmake/OptionsGTK.cmake:
3391 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
3393 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
3394 https://bugs.webkit.org/show_bug.cgi?id=135288
3396 Reviewed by Martin Robinson.
3398 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
3399 datadir to pkgconfig
3400 * Source/cmake/OptionsGTK.cmake: define install directories early
3401 enough to be used in FindGObjectIntrospection.cmake
3403 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
3405 Remove CSS_EXCLUSIONS compile flag and leftover code
3406 https://bugs.webkit.org/show_bug.cgi?id=135175
3408 Reviewed by Zoltan Horvath.
3410 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
3411 stubs. This removes the flag and the useless code.
3413 * Source/cmake/WebKitFeatures.cmake:
3414 * Source/cmakeconfig.h.cmake:
3416 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
3418 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
3419 https://bugs.webkit.org/show_bug.cgi?id=135114
3421 Fix build with GStreamer 1.4
3423 Reviewed by Philippe Normand.
3425 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
3426 gst-mpegts component instead of the unstable 1.3.x verstions.
3428 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
3430 [GTK] Simplify make-dist command line arguments
3431 https://bugs.webkit.org/show_bug.cgi?id=134832
3433 Reviewed by Martin Robinson.
3435 * Source/PlatformGTK.cmake: Use --version instead of
3436 --tarball-root when running make-dist.py.
3438 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
3440 Add a manual test for r135044
3442 <https://bugs.webkit.org/show_bug.cgi?id=135044>
3444 Rubber-stamped by Andy Estes.
3446 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
3448 2014-07-18 Dana Burkart <dburkart@apple.com>
3450 Add a new 'analyze' target to the makefile. This will make use of a new
3451 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
3453 https://bugs.webkit.org/show_bug.cgi?id=135057
3454 <rdar://problem/10193187>
3456 Reviewed by David Kilzer.
3462 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
3464 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
3465 https://bugs.webkit.org/show_bug.cgi?id=134963
3467 Reviewed by Gyuyoung Kim.
3469 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
3471 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
3473 2014-07-14 Daniel Bates <dabates@apple.com>
3475 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
3476 https://bugs.webkit.org/show_bug.cgi?id=134905
3477 <rdar://problem/16602779>
3479 Reviewed by Simon Fraser.
3481 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
3482 on the tapped element when processing a touchend as a result of finger pressing and releasing
3483 on the same element that is initially positioned outside the visible content area.
3485 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
3487 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
3489 [GTK] Enable VIDEO_TRACK by default
3490 https://bugs.webkit.org/show_bug.cgi?id=134801
3492 Reviewed by Philippe Normand.
3494 * Source/cmake/OptionsGTK.cmake:
3496 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
3498 [GTK][CMake] Add a 'distcheck' target
3499 https://bugs.webkit.org/show_bug.cgi?id=130675
3501 Reviewed by Gustavo Noronha Silva.
3503 * Source/PlatformGTK.cmake: Add distcheck target.
3505 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
3507 [GTK] Use the same default options for production builds that previous stable releases
3508 https://bugs.webkit.org/show_bug.cgi?id=134589
3510 Reviewed by Martin Robinson.
3512 Change the default value of some features to match our stable releases.
3513 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
3514 canvas depend on whether cairo-gl is found.
3516 * Source/cmake/FindCairoGL.cmake: Added.
3517 * Source/cmake/OptionsGTK.cmake:
3519 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
3521 [EFL] Support Encrypted Media Extensions.
3522 https://bugs.webkit.org/show_bug.cgi?id=134750
3524 Reviewed by Gyuyoung Kim.
3526 Webkit needs to play encrypted media contents when media player
3527 is played by Media source extensions and normal video procedure.
3529 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
3531 2014-07-08 Alex Christensen <achristensen@webkit.org>
3533 Steps towards CMake on Windows.
3534 https://bugs.webkit.org/show_bug.cgi?id=134716
3536 Reviewed by Martin Robinson.
3539 Added AppleWin and WinCairo to list of CMake ports.
3540 * Source/cmake/OptionsAppleWin.cmake: Added.
3541 * Source/cmake/OptionsWinCairo.cmake: Added.
3542 * Source/cmake/OptionsWindows.cmake:
3543 Windows needs to use the system malloc. Other options to come.
3545 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3547 [EFL] Support Geolocation
3548 https://bugs.webkit.org/show_bug.cgi?id=134439
3550 Reviewed by Antonio Gomes.
3552 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
3554 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3556 Broken build with build-webkit --no-video
3557 https://bugs.webkit.org/show_bug.cgi?id=134587
3559 Reviewed by Darin Adler.
3561 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
3563 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
3565 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
3567 [GTK] The list of features shown by cmake is not accurate
3568 https://bugs.webkit.org/show_bug.cgi?id=134588
3570 Reviewed by Gustavo Noronha Silva.
3572 The problem is that some options might change after the feature
3573 list has been printed.
3575 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
3576 setting the default values of features and set WEBGL value
3577 depending on the dependencies, and API_TEST depending on whether
3578 developer mode is enabled or not.
3580 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3582 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
3583 https://bugs.webkit.org/show_bug.cgi?id=134578
3585 Reviewed by Gyuyoung Kim.
3587 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
3588 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
3589 disable related option if it is not ON.
3591 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
3592 * Source/cmake/OptionsGTK.cmake: Ditto.
3593 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
3595 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
3597 [GTK] make dist is broken
3598 https://bugs.webkit.org/show_bug.cgi?id=134542
3600 Reviewed by Martin Robinson.
3602 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
3604 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
3606 [CMake] Add necessary support for building for the Wayland target
3607 https://bugs.webkit.org/show_bug.cgi?id=134160
3609 Reviewed by Darin Adler.
3611 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
3612 is enabled, and that its version matches the version of the generic package. Same
3613 for the gtk+-wayland-3.0 package and the Wayland target.
3614 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
3615 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
3616 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
3617 so they keep building the TestNetscapePlugin target.
3618 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
3619 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
3620 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
3621 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
3622 the minimum required version as soon as that target is enabled. Only search for GLX
3623 if the X11 target is enabled.
3625 2014-06-29 Yoav Weiss <yoav@yoav.ws>
3627 Add support for HTMLImageElement's sizes attribute
3628 https://bugs.webkit.org/show_bug.cgi?id=133620
3630 Reviewed by Dean Jackson.
3632 Added an ENABLE_PICTURE_SIZES compile flag.
3634 * Source/cmake/WebKitFeatures.cmake:
3635 * Source/cmakeconfig.h.cmake:
3637 2014-06-26 Daniel Bates <dabates@apple.com>
3639 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
3640 https://bugs.webkit.org/show_bug.cgi?id=134309
3641 <rdar://problem/17427385>
3643 Reviewed by Darin Adler.
3645 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
3648 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
3650 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
3652 Remove build guard for progress element
3653 https://bugs.webkit.org/show_bug.cgi?id=134292
3655 Reviewed by Benjamin Poulain.
3657 The build flag is no longer needed as it is always on.
3659 * Source/cmake/WebKitFeatures.cmake:
3660 * Source/cmakeconfig.h.cmake:
3662 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
3664 [EFL] Platform support for WebSpeech feature.
3665 https://bugs.webkit.org/show_bug.cgi?id=116438
3667 Reviewed by Csaba Osztrogonác.
3669 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
3671 * Source/cmake/OptionsEfl.cmake:
3672 * Source/cmake/WebKitFeatures.cmake:
3674 2014-06-23 Philippe Normand <pnormand@igalia.com>
3676 Unreviewed, GTK build fix after r170266.
3678 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
3680 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3682 Disable gamepad feature on EFL and GTK ports by default
3683 https://bugs.webkit.org/show_bug.cgi?id=134169
3685 Reviewed by Brady Eidson.
3687 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
3689 2014-06-21 Brady Eidson <beidson@apple.com>
3691 Gamepad API - Deprecate the existing implementation
3692 https://bugs.webkit.org/show_bug.cgi?id=134108
3694 Reviewed by Timothy Hatcher.
3696 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
3697 -Add the "Deprecated" suffix to some implementation files
3699 * Source/cmake/OptionsEfl.cmake:
3700 * Source/cmake/OptionsGTK.cmake:
3701 * Source/cmake/WebKitFeatures.cmake:
3702 * Source/cmakeconfig.h.cmake:
3704 2014-06-21 Commit Queue <commit-queue@webkit.org>
3706 Unreviewed, rolling out r170244.
3707 https://bugs.webkit.org/show_bug.cgi?id=134157
3709 GTK/EFL bindings generator works differently, making this
3710 patch not work there. Will fix entire patch after a rollout.
3711 (Requested by bradee-oh on #webkit).
3715 "Gamepad API - Deprecate the existing implementation"
3716 https://bugs.webkit.org/show_bug.cgi?id=134108
3717 http://trac.webkit.org/changeset/170244
3719 2014-06-21 Brady Eidson <beidson@apple.com>
3721 Gamepad API - Deprecate the existing implementation
3722 https://bugs.webkit.org/show_bug.cgi?id=134108
3724 Reviewed by Timothy Hatcher.
3726 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
3727 -Add the "Deprecated" suffix to some implementation files
3729 * Source/cmake/OptionsEfl.cmake:
3730 * Source/cmake/OptionsGTK.cmake:
3731 * Source/cmake/WebKitFeatures.cmake:
3732 * Source/cmakeconfig.h.cmake:
3734 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3736 Removing PAGE_VISIBILITY_API compile guard.
3737 https://bugs.webkit.org/show_bug.cgi?id=133844
3739 Reviewed by Gavin Barraclough.
3741 * Source/cmake/OptionsEfl.cmake:
3742 * Source/cmake/OptionsGTK.cmake:
3743 * Source/cmake/WebKitFeatures.cmake:
3744 * Source/cmakeconfig.h.cmake:
3746 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
3748 [EFL][CMAKE] Disable WebKit1 build as a default
3749 https://bugs.webkit.org/show_bug.cgi?id=134093
3751 Reviewed by Gyuyoung Kim.
3753 Disable WebKit1 build and enable WebKit2 build for the EFL port.
3755 * Source/cmake/OptionsEfl.cmake:
3757 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3759 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
3760 https://bugs.webkit.org/show_bug.cgi?id=130389
3762 Reviewed by Mark Lam.
3764 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
3765 into !ENABLE(JIT) since they are mutually exclusive.
3767 * Source/cmake/OptionsEfl.cmake:
3768 * Source/cmake/OptionsGTK.cmake:
3769 * Source/cmake/WebKitFeatures.cmake:
3770 * Source/cmakeconfig.h.cmake:
3772 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
3774 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
3775 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
3776 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
3777 by the plugin process, but it is searched and utilized separately.
3779 Rubber-stamped by Carlos Garcia Campos.
3781 * Source/cmake/OptionsGTK.cmake:
3783 2014-06-16 Commit Queue <commit-queue@webkit.org>
3785 Unreviewed, rolling out r170003.
3786 https://bugs.webkit.org/show_bug.cgi?id=133938
3788 This patch broke GTK build (Requested by kczech on #webkit).
3792 "[EFL] Platform support for WebSpeech feature."
3793 https://bugs.webkit.org/show_bug.cgi?id=116438
3794 http://trac.webkit.org/changeset/170003
3796 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
3798 [EFL] Platform support for WebSpeech feature.
3799 https://bugs.webkit.org/show_bug.cgi?id=116438
3801 Reviewed by Gyuyoung Kim.
3803 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
3805 * Source/cmake/OptionsEfl.cmake:
3806 * Source/cmake/WebKitFeatures.cmake:
3808 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3810 [EFL] Remove duplicated compiler flag
3811 https://bugs.webkit.org/show_bug.cgi?id=133838
3813 Reviewed by Anders Carlsson.
3815 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
3816 it added to common compiler options. So, it is duplicated.
3818 * Source/cmake/WebKitHelpers.cmake:
3820 2014-06-11 Commit Queue <commit-queue@webkit.org>
3822 Unreviewed, rolling out r169877.
3823 https://bugs.webkit.org/show_bug.cgi?id=133784
3825 rollout wrong build fix approach for EFL port (Requested by
3826 gyuyoung on #webkit).
3830 "Unreviewed, EFL build fix since r169869."
3831 http://trac.webkit.org/changeset/169877
3833 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3835 Unreviewed, EFL build fix since r169869.
3837 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
3839 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
3841 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3843 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
3845 * Source/cmake/WebKitHelpers.cmake:
3847 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
3849 [GTK] Make it possible to build with FTL enabled
3850 https://bugs.webkit.org/show_bug.cgi?id=133219