1 2015-08-12 Alex Christensen <achristensen@webkit.org>
3 Fix Debug CMake builds on Windows
4 https://bugs.webkit.org/show_bug.cgi?id=147940
6 Reviewed by Chris Dumez.
8 * Source/cmake/OptionsWindows.cmake:
9 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
11 2015-08-10 Alex Christensen <achristensen@webkit.org>
13 Build TestWebKitAPI with CMake on Windows
14 https://bugs.webkit.org/show_bug.cgi?id=147851
16 Reviewed by Chris Dumez.
18 * Source/cmake/OptionsWindows.cmake:
19 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
21 2015-08-06 Alex Christensen <achristensen@webkit.org>
23 [Win] CMake build fix after r188098.
25 * Source/cmake/OptionsWinCairo.cmake:
26 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
28 2015-08-04 Alex Christensen <achristensen@webkit.org>
30 Fix quirks with CMake and VS2015
31 https://bugs.webkit.org/show_bug.cgi?id=147663
33 Reviewed by Brent Fulgham.
35 * Source/cmake/OptionsWindows.cmake:
36 Hide some warnings. Using the same variable names in nested scopes is ok for now.
39 2015-08-04 Alex Christensen <achristensen@webkit.org>
41 Enable WebGL on Windows CMake build.
42 https://bugs.webkit.org/show_bug.cgi?id=143311
44 Reviewed by Csaba Osztrogonác.
46 * Source/cmake/OptionsWindows.cmake:
47 Enable WebGL by default in CMake builds now that it works.
49 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
51 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
52 https://bugs.webkit.org/show_bug.cgi?id=147625
54 Reviewed by Martin Robinson.
56 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
57 components unless they were actually found, not to accidentally
58 enable Accelerated 2D canvas, which would cause the build to fail.
60 * Source/cmake/FindCairoGL.cmake: Set this variables only when
61 pkg_check_modules() had actually found the relevant component.
63 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
65 [CMake] Add an option to build AllInOne files
66 https://bugs.webkit.org/show_bug.cgi?id=102647
68 Reviewed by Alex Christensen.
70 * Source/cmake/OptionsEfl.cmake: Disabled by default.
71 * Source/cmake/OptionsGTK.cmake: Disabled by default.
72 * Source/cmake/OptionsWindows.cmake: Enabled by default.
73 * Source/cmake/WebKitFeatures.cmake:
74 * Source/cmake/WebKitMacros.cmake:
76 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
78 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
80 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
82 2015-07-31 Alex Christensen <achristensen@webkit.org>
84 Prepare for debug CMake builds on Windows.
85 https://bugs.webkit.org/show_bug.cgi?id=147484
87 Reviewed by Tim Horton.
89 * Source/cmake/OptionsWindows.cmake:
90 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
92 2015-07-30 Joonghun Park <jh718.park@samsung.com>
94 [EFL] Enable IndexedDB based on DatabaseProcess
95 https://bugs.webkit.org/show_bug.cgi?id=147221
97 Reviewed by Csaba Osztrogonác.
99 * Source/cmake/OptionsEfl.cmake:
101 2015-07-30 Alex Christensen <achristensen@webkit.org>
103 Build AppleWin port with CMake
104 https://bugs.webkit.org/show_bug.cgi?id=147385
106 Reviewed by Martin Robinson.
108 * Source/cmake/OptionsWindows.cmake:
109 Use the static multithreaded runtime. Based on
110 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
112 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
114 Implement basic types for ECMAScript Internationalization API
115 https://bugs.webkit.org/show_bug.cgi?id=146926
117 Reviewed by Benjamin Poulain.
119 Enable flag now that the basic objects are in place.
121 * Source/cmake/WebKitFeatures.cmake: enable INTL
123 2015-07-29 Basile Clement <basile_clement@apple.com>
125 Remove native call inlining
126 https://bugs.webkit.org/show_bug.cgi?id=147417
128 Rubber-stamped by Filip Pizlo.
130 * Source/cmake/OptionsEfl.cmake:
131 * Source/cmake/WebKitFeatures.cmake:
133 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
135 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
136 https://bugs.webkit.org/show_bug.cgi?id=147350
138 Reviewed by Sam Weinig.
140 * Source/cmake/WebKitFeatures.cmake:
142 2015-07-27 Alex Christensen <achristensen@webkit.org>
144 Use Ninja on Windows.
145 https://bugs.webkit.org/show_bug.cgi?id=147228
147 Reviewed by Martin Robinson.
149 * Source/cmake/OptionsWindows.cmake:
150 Only use /MP when using generated Visual Studio solution files to build.
151 It makes compiling parallel in MSVC, but Ninja doesn't like it.
153 2015-07-27 Alex Christensen <achristensen@webkit.org>
155 Progress towards building AppleWin with CMake
156 https://bugs.webkit.org/show_bug.cgi?id=147325
158 Reviewed by Martin Robinson.
160 * Source/cmake/OptionsWindows.cmake:
161 Link with 64-bit libraries if building 64-bit binaries.
162 Don't run regular expressions on empty strings when using Ninja.
163 Removed DebugSuffix Visual Studio environment variables.
165 2015-07-23 Alex Christensen <achristensen@webkit.org>
167 Remove compile and runtime flags for promises.
168 https://bugs.webkit.org/show_bug.cgi?id=147244
170 Reviewed by Yusuke Suzuki.
172 * Source/cmake/OptionsMac.cmake:
173 * Source/cmake/OptionsWindows.cmake:
174 * Source/cmake/WebKitFeatures.cmake:
176 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
178 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
179 https://bugs.webkit.org/show_bug.cgi?id=147212
181 Reviewed by Filip Pizlo.
183 * Source/cmake/WebKitFeatures.cmake:
185 2015-07-22 Alex Christensen <achristensen@webkit.org>
187 Fix quirks in CMake build on Mac and Windows
188 https://bugs.webkit.org/show_bug.cgi?id=147174
190 Reviewed by Gyuyoung Kim.
193 * Source/cmake/OptionsWindows.cmake:
194 Added options I removed in r187022. They are indeed needed.
195 * Source/cmake/WebKitFS.cmake:
196 Make the DerivedSources/WebKit directory.
198 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
200 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
202 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
204 2015-07-20 Alex Christensen <achristensen@webkit.org>
206 Resurrect CMake build on Windows.
207 https://bugs.webkit.org/show_bug.cgi?id=147083
209 Reviewed by Gyuyoung Kim.
211 * Source/cmake/OptionsCommon.cmake:
212 * Source/cmake/OptionsWindows.cmake:
213 Change features to get it to compile. Still not a complete feature set.
215 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
217 [GTK] Add seccomp filters support
218 https://bugs.webkit.org/show_bug.cgi?id=110014
220 Reviewed by Žan Doberšek.
222 Find needed compiler and linker flags for libseccomp.
224 * Source/cmake/OptionsGTK.cmake:
226 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
228 Bring back the GNU ar check to create thin archives on non-Linux systems
229 https://bugs.webkit.org/show_bug.cgi?id=146681
231 Reviewed by Martin Robinson.
233 We already use GNU ar thin archive feature to save time and disk space
234 on creating static archives, but it is only enabled on Linux. Without
235 this feature, the debug build of WebCore can be larger than 4 GiB,
236 which can cause error because GNU ar format uses 32-bit integer to
237 store offsets in the symbol table. This patch is similar to
238 https://bugs.webkit.org/show_bug.cgi?id=128596.
240 * Source/cmake/OptionsCommon.cmake:
242 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
244 [GTK] [Wayland] Build by default the X11 and Wayland targets.
245 https://bugs.webkit.org/show_bug.cgi?id=146057
247 Reviewed by Carlos Garcia Campos.
249 * Source/cmake/OptionsGTK.cmake:
251 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
253 [GTK] ar warning when linking static libraries
254 https://bugs.webkit.org/show_bug.cgi?id=144988
256 Reviewed by Carlos Garcia Campos.
258 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
259 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
260 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
261 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
262 should either stop using 'u' or else add 'U' as well in order to disable deterministic
263 archives. Using 'U' should result in a somewhat faster build (at least when using the
264 Makefile generator), but it's unlikely that the difference is significant, so let's simply
265 remove 'u' until someone determines otherwise. This seems like a better option than adding
266 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
267 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
268 behavior change on distributions that do not use --enable-deterministic-archives, notably
271 * Source/cmake/OptionsCommon.cmake:
273 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
275 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
276 https://bugs.webkit.org/show_bug.cgi?id=146590
278 Reviewed by Martin Robinson.
280 * Source/PlatformGTK.cmake: override the cached variables to
281 forcefully disable gtk-doc and gobject-introspection when
283 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
284 documentation syntax when cross-building.
287 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
289 [EFL] test_ewk2_application_cache_manager has been failed since r185527
290 https://bugs.webkit.org/show_bug.cgi?id=146016
292 Reviewed by Gyuyoung Kim.
294 In order to handle properly WebApplicationCacheManagerProxy implementation which use
295 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
296 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
298 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
300 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
302 Implement ECMAScript Internationalization API
303 https://bugs.webkit.org/show_bug.cgi?id=90906
305 Reviewed by Benjamin Poulain.
307 Begin implementing the Intl apis behind ENABLE_INTL flag.
308 Create the base Intl namespace object.
310 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
312 2015-06-30 Philippe Normand <pnormand@igalia.com>
314 [CMake] Error when gst-plugins-base is missing is too confusing
315 https://bugs.webkit.org/show_bug.cgi?id=145682
317 Reviewed by Carlos Garcia Campos.
319 * Source/cmake/OptionsGTK.cmake: Error out if the required
320 GStreamer libraries are not found on the host.
322 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
324 CairoGL should be checked unconditionally
325 https://bugs.webkit.org/show_bug.cgi?id=146390
327 Reviewed by Darin Adler.
329 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
330 it is run unconditionally; this is necessary because its result
331 is used later on, outside of any conditions.
333 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
335 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
336 https://bugs.webkit.org/show_bug.cgi?id=146318
338 Reviewed by Sergio Villar Senin.
340 Enable PUBLIC_SUFFIX_LIST for GTK+.
342 * Source/cmake/OptionsGTK.cmake:
344 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
346 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
348 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
350 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
352 [EFL] Hyphenation is not supported
353 https://bugs.webkit.org/show_bug.cgi?id=89830
355 Reviewed by Gyuyoung Kim.
357 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
359 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
361 [CMake] Add support for building with various sanitizer tools
362 https://bugs.webkit.org/show_bug.cgi?id=131941
364 Reviewed by Martin Robinson.
366 * Source/PlatformGTK.cmake: Don't generate any documentation
367 when compiling with sanitizers enabled.
368 * Source/cmake/OptionsCommon.cmake: Allow linking with
369 undefined symbols when compiling with sanitizers enabled.
371 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
373 libwebkit2gtk fails to link without opengl
374 https://bugs.webkit.org/show_bug.cgi?id=138332
376 Reviewed by Carlos Garcia Campos.
378 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
379 enabled regardless of whether OpenGL is, because certain symbols
380 such as WebCore::GraphicsLayer::create() need to be built.
382 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
384 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
385 https://bugs.webkit.org/show_bug.cgi?id=146181
387 Reviewed by Martin Robinson.
389 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
391 * Source/cmake/OptionsGTK.cmake:
393 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
395 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
396 https://bugs.webkit.org/show_bug.cgi?id=146171
398 Reviewed by Gyuyoung Kim.
400 * Source/cmake/OptionsEfl.cmake:
401 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
403 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
405 [CMake] FindGTK3.cmake should not modify the values of build options
406 https://bugs.webkit.org/show_bug.cgi?id=144613
408 Reviewed by Martin Robinson.
410 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
411 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
412 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
413 GTK3_SUPPORTS_GESTURES for consistency.
414 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
415 available. It's not possible to automatically select a backend correctly anymore, since all
416 options are set at the same time.
418 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
420 Remove unnecessary svn:executable flags
421 https://bugs.webkit.org/show_bug.cgi?id=146107
423 Reviewed by Alexey Proskuryakov.
425 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
426 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
427 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
428 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
429 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
431 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
433 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
434 https://bugs.webkit.org/show_bug.cgi?id=146108
436 Reviewed by Gyuyoung Kim.
438 * Source/cmake/OptionsEfl.cmake:
440 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
442 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
443 https://bugs.webkit.org/show_bug.cgi?id=146035
445 Reviewed by Gyuyoung Kim.
447 * Source/cmake/OptionsEfl.cmake:
449 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
451 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
452 https://bugs.webkit.org/show_bug.cgi?id=145701
454 Reviewed by Darin Adler.
456 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
458 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
460 [iOS] Crash long pressing on <input type=file>
461 https://bugs.webkit.org/show_bug.cgi?id=146009
462 <rdar://problem/21234453>
464 Reviewed by Ryosuke Niwa.
466 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
468 2015-06-16 Brent Fulgham <bfulgham@apple.com>
470 Rollout accidental Xcode project change.
472 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
474 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
476 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
477 https://bugs.webkit.org/show_bug.cgi?id=145909
479 Reviewed by Csaba Osztrogonác.
481 Bump EWebKit version based on efl library version used by the EWebKit.
483 * Source/cmake/OptionsEfl.cmake:
485 2015-06-11 Commit Queue <commit-queue@webkit.org>
487 Unreviewed, rolling out r185453.
488 https://bugs.webkit.org/show_bug.cgi?id=145881
490 it broke the 32-bit build (Requested by clopez on #webkit).
494 "[GTK] [Wayland] Should be possible to build with support for
495 both X11 and Wayland."
496 https://bugs.webkit.org/show_bug.cgi?id=145701
497 http://trac.webkit.org/changeset/185453
499 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
501 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
502 https://bugs.webkit.org/show_bug.cgi?id=145701
504 Reviewed by Žan Doberšek.
506 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
508 2015-06-03 Daniel Bates <dabates@apple.com>
510 Caps lock indicator should not be shown in read-only or disabled field
511 https://bugs.webkit.org/show_bug.cgi?id=145612
512 <rdar://problem/21227454>
514 Reviewed by Darin Adler.
516 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
517 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
518 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
520 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
522 [cmake] Suppress parentheses-equality warnings
523 https://bugs.webkit.org/show_bug.cgi?id=145126
525 Reviewed by Darin Adler.
527 * Source/cmake/WebKitHelpers.cmake:
529 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
531 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
532 https://bugs.webkit.org/show_bug.cgi?id=145408
534 Reviewed by Carlos Garcia Campos.
536 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
537 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
538 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
540 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
541 libraries. Detect also GLX libraries.
542 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
543 libraries. Use find_path() to get the include path.
544 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
546 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
547 depending on the libraries found on the system.
548 Move the detection of GLX (and the include of CMakePushCheckState)
550 Ensure that we only define USE_GLX when we build with OpenGL
551 (but not with GLESv2).
553 2015-05-27 Dean Jackson <dino@apple.com>
555 img.currentSrc problem in strict mode with old picturefill
556 https://bugs.webkit.org/show_bug.cgi?id=144095
557 <rdar://problem/21087013>
559 Reviewed by Simon Fraser.
561 Add a PICTURE_SIZES flag.
563 * Source/cmake/OptionsEfl.cmake:
564 * Source/cmake/OptionsGTK.cmake:
565 * Source/cmake/OptionsMac.cmake:
566 * Source/cmake/OptionsWindows.cmake:
567 * Source/cmake/WebKitFeatures.cmake:
569 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
571 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
573 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
575 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
577 Unreviewed. Export DatabaseProcessMainUnix symbol.
579 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
580 is exported in production builds.
582 * Source/cmake/gtksymbols.filter:
584 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
586 [GTK] Enable IndexedDB
587 https://bugs.webkit.org/show_bug.cgi?id=98932
589 Reviewed by Žan Doberšek.
591 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
592 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
594 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
596 [GTK] Bump GCC requirements to 4.9.0
597 https://bugs.webkit.org/show_bug.cgi?id=145211
599 Reviewed by Žan Doberšek.
601 It's required to build with IndexedDB support when using GCC,
602 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
604 * Source/cmake/OptionsGTK.cmake:
606 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
608 [CMake] Ignore warnings in system headers
609 https://bugs.webkit.org/show_bug.cgi?id=144747
611 Reviewed by Darin Adler.
613 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
614 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
615 use the SYSTEM argument to the command (added in 2.8.12).
619 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
621 [CMake] Error out when ruby is too old
622 https://bugs.webkit.org/show_bug.cgi?id=145014
624 Reviewed by Martin Robinson.
626 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
631 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
633 [GTK] Enable plugin-related CMake options and variables for the X11 target only
634 https://bugs.webkit.org/show_bug.cgi?id=144995
636 Reviewed by Carlos Garcia Campos.
638 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
639 the X11 windowing target at the moment, so the following options
640 and variables should be enabled or disabled accordingly:
641 - ENABLE_PLUGIN_PROCESS_GTK2
642 - ENABLE_NETSCAPE_PLUGIN_API
643 - ENABLE_PLUGIN_PROCESS
645 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
647 Linker fails without -DDEVELOPER_MODE=ON
648 https://bugs.webkit.org/show_bug.cgi?id=144117
650 Reviewed by Gyuyoung Kim.
652 * Source/cmake/OptionsEfl.cmake:
653 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
654 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
656 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
658 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
659 https://bugs.webkit.org/show_bug.cgi?id=144846
661 Reviewed by Martin Robinson.
663 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
664 CAIRO_GL_* throughout, because find_package will define
666 * Source/cmake/OptionsGTK.cmake: Ditto.
668 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
670 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
671 https://bugs.webkit.org/show_bug.cgi?id=144845
673 Reviewed by Martin Robinson.
675 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
676 if their corresponding WTF options are ON. The code in npapi.h
677 relies on these being undefined if they are to be switched off.
679 2015-05-09 Yoav Weiss <yoav@yoav.ws>
681 Remove the PICTURE_SIZES build flag
682 https://bugs.webkit.org/show_bug.cgi?id=144679
684 Reviewed by Benjamin Poulain.
686 Removed the PICTURE_SIZES build time flag.
688 * Source/cmake/OptionsEfl.cmake:
689 * Source/cmake/OptionsGTK.cmake:
690 * Source/cmake/OptionsMac.cmake:
691 * Source/cmake/OptionsWindows.cmake:
692 * Source/cmake/WebKitFeatures.cmake:
694 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
696 [GTK] [CMake] Check for required X libraries
697 https://bugs.webkit.org/show_bug.cgi?id=144823
699 Reviewed by Martin Robinson.
701 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
703 * Source/cmake/OptionsGTK.cmake:
705 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
707 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
708 https://bugs.webkit.org/show_bug.cgi?id=144746
710 Reviewed by Carlos Garcia Campos.
712 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
713 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
714 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
716 * Source/cmake/OptionsGTK.cmake:
718 2015-05-08 Daniel Bates <dabates@apple.com>
720 [iOS] WebSQL operations are not performed after device is locked
721 https://bugs.webkit.org/show_bug.cgi?id=137503
722 <rdar://problem/20844952>
724 Rubber-stamped by Alexey Proskuryakov.
726 Add a manual test to help verify that we do not regress this issue.
728 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
730 2015-05-08 Commit Queue <commit-queue@webkit.org>
732 Unreviewed, rolling out r183945.
733 https://bugs.webkit.org/show_bug.cgi?id=144789
735 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
739 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
740 https://bugs.webkit.org/show_bug.cgi?id=144746
741 http://trac.webkit.org/changeset/183945
743 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
745 Cleanup after r183940
746 https://bugs.webkit.org/show_bug.cgi?id=144768
750 Looks like the empty directories were not deleted.
752 * Source/PAL: Removed.
753 * Source/PAL/Configurations: Removed.
754 * Source/PAL/PAL.xcodeproj: Removed.
755 * Source/PAL/graphics: Removed.
757 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
759 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
760 https://bugs.webkit.org/show_bug.cgi?id=144746
762 Reviewed by Martin Robinson.
764 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
765 what it is defined to, so defining it to 0 effectively turned it on always.
767 * Source/cmake/OptionsGTK.cmake:
769 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
771 Revert "Introducing the Platform Abstraction Layer (PAL)"
772 https://bugs.webkit.org/show_bug.cgi?id=144751
776 PAL should be a new target inside WebCore, rather than a top-level folder.
778 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
780 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
782 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
784 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
786 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
788 Introducing the Platform Abstraction Layer (PAL)
789 https://bugs.webkit.org/show_bug.cgi?id=143358
791 Reviewed by Simon Fraser.
793 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
795 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
797 [cmake] Disable GNU Gold linker on Cortex A53
798 https://bugs.webkit.org/show_bug.cgi?id=144382
800 Reviewed by Carlos Garcia Campos.
802 * Source/cmake/OptionsCommon.cmake:
804 2015-05-01 Martin Robinson <mrobinson@igalia.com>
806 USE(...) macro should expect unprefixed variables
807 https://bugs.webkit.org/show_bug.cgi?id=144454
809 Reviewed by Daniel Bates.
811 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
812 * Source/cmake/OptionsEfl.cmake: Ditto.
813 * Source/cmake/OptionsGTK.cmake: Ditto.
814 * Source/cmake/OptionsMac.cmake: Ditto.
815 * Source/cmake/OptionsWinCairo.cmake: Ditto.
816 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
819 2015-04-30 Martin Robinson <mrobinson@igalia.com>
821 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
822 https://bugs.webkit.org/show_bug.cgi?id=144394
824 Reviewed by Carlos Garcia Campos.
826 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
827 is that it fixes the redirected XComposite window for GTK+, which was accidentally
828 disabled in previous reworking of the CMake configuration.
830 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
831 version of USE variables.
832 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
833 is exposed to the build.
835 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
837 Unreviewed. Bump GTK+ version numbers.
839 * Source/cmake/OptionsGTK.cmake:
841 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
843 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
844 https://bugs.webkit.org/show_bug.cgi?id=144435
846 Reviewed by Gyuyoung Kim.
848 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
849 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
851 * Source/cmake/OptionsEfl.cmake:
853 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
855 REGRESSION(183583): [Mac] make without SDKROOT has issues
856 https://bugs.webkit.org/show_bug.cgi?id=144431
858 Reviewed by Dan Bernstein.
861 Assume an empty SDKROOT means an macosx variant, so only
862 enable settings if the SDKROOT is not empty and does not
865 2015-04-29 Martin Robinson <mrobinson@igalia.com>
867 Fix the GTK+ build after r183584
869 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
871 2015-04-29 Martin Robinson <mrobinson@igalia.com>
873 [GTK] Add support for automatic hyphenation
874 https://bugs.webkit.org/show_bug.cgi?id=44478
876 Reviewed by Carlos Garcia Campos.
878 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
879 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
880 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
882 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
884 Failure when building WebKit for appletvsimulator.
885 https://bugs.webkit.org/show_bug.cgi?id=144356
887 Reviewed by Alexey Proskuryakov.
889 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
890 make TVOS and WatchOS behave correctly.
894 2015-04-29 Martin Robinson <mrobinson@igalia.com>
896 [CMake] [GTK] Organize and clean up unused CMake variables
897 https://bugs.webkit.org/show_bug.cgi?id=144364
899 Reviewed by Gyuyoung Kim.
901 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
902 specific to certain projects into their PlatformGTK.cmake files.
904 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
906 [EFL] Build failure to find gio-unix
907 https://bugs.webkit.org/show_bug.cgi?id=144083
909 Reviewed by Gyuyoung Kim.
911 Original patch by Doug Newgard <scimma22@outlook.com>
913 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
915 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
917 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
918 https://bugs.webkit.org/show_bug.cgi?id=143001
920 Reviewed by Gyuyoung Kim.
922 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
923 * Source/cmake/OptionsGTK.cmake: Ditto.
925 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
927 Unreviewed, fix typo in previous commit
929 libsecretr -> libsecret in the error message.
931 * Source/cmake/OptionsGTK.cmake:
933 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
935 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
936 https://bugs.webkit.org/show_bug.cgi?id=143546
938 Reviewed by Martin Robinson.
940 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
941 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
942 default. Fail the build with an informative error message if an optional dependency required
943 for an enabled feature is not present. Perform find_package commands only when necessary.
944 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
947 * Source/cmake/OptionsGTK.cmake:
949 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
951 [GTK] Make all options actually options
952 https://bugs.webkit.org/show_bug.cgi?id=144106
954 Reviewed by Martin Robinson.
956 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
957 ENABLE_WAYLAND_TARGET.
959 * Source/cmake/OptionsGTK.cmake:
961 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
963 Unreviewed, fix GTK build after r183452
965 * Source/cmake/OptionsGTK.cmake:
967 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
969 [GTK] Add one single option to control all OpenGL-related options
970 https://bugs.webkit.org/show_bug.cgi?id=144105
972 Reviewed by Martin Robinson.
974 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
975 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
976 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
977 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
978 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
981 * Source/cmake/OptionsGTK.cmake:
983 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
985 [GTK] ENABLE_SMOOTH_SCROLLING should be private
986 https://bugs.webkit.org/show_bug.cgi?id=144306
988 Reviewed by Martin Robinson.
990 Make ENABLE_SMOOTH_SCROLLING private instead of public.
992 * Source/cmake/OptionsGTK.cmake:
994 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
996 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
997 https://bugs.webkit.org/show_bug.cgi?id=144193
999 Reviewed by Darin Adler.
1001 * Source/cmake/OptionsEfl.cmake:
1002 * Source/cmake/OptionsGTK.cmake:
1003 * Source/cmake/OptionsWinCairo.cmake:
1004 * Source/cmake/WebKitFeatures.cmake:
1006 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1008 [CMake] Should be possible for an option to conflict with other options
1009 https://bugs.webkit.org/show_bug.cgi?id=143956
1011 Reviewed by Martin Robinson.
1013 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
1015 * Source/cmake/WebKitFeatures.cmake:
1017 2015-04-22 Martin Robinson <mrobinson@igalia.com>
1019 [CMake] Autogenerate cmakeconfig.h.cmake
1020 https://bugs.webkit.org/show_bug.cgi?id=143997
1022 Reviewed by Csaba Osztrogonác.
1024 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
1025 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
1026 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
1027 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
1028 Do some other miscellaneous related cleanup.
1029 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
1030 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
1031 build exposed variables. Add a macro to generate a configuration from them.
1032 * Source/cmakeconfig.h.cmake: Removed.
1034 2015-04-24 Philippe Normand <pnormand@igalia.com>
1036 [JHBuild] Move to upstream OpenWebRTC
1037 https://bugs.webkit.org/show_bug.cgi?id=144145
1039 Reviewed by Carlos Garcia Campos.
1041 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
1044 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
1046 [ES6] Implement ES6 template literals
1047 https://bugs.webkit.org/show_bug.cgi?id=142691
1049 Reviewed by Darin Adler.
1051 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
1053 * Source/cmake/WebKitFeatures.cmake:
1054 * Source/cmakeconfig.h.cmake:
1056 2015-04-25 Martin Robinson <mrobinson@igalia.com>
1058 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
1059 https://bugs.webkit.org/show_bug.cgi?id=144182
1061 Reviewed by Simon Fraser.
1063 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1064 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1065 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1066 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1067 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1069 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1071 [GTK] Add more public options
1072 https://bugs.webkit.org/show_bug.cgi?id=144116
1074 Reviewed by Martin Robinson.
1076 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
1078 * Source/cmake/OptionsGTK.cmake:
1080 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1082 [CMake] Some internal variables are not marked as advanced
1083 https://bugs.webkit.org/show_bug.cgi?id=143595
1085 Reviewed by Martin Robinson.
1087 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
1088 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
1090 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1092 [GTK] Mark as advanced the build options we don't want to expose
1093 https://bugs.webkit.org/show_bug.cgi?id=143558
1095 Reviewed by Martin Robinson.
1097 Mark various options as private instead of public.
1099 * Source/cmake/OptionsGTK.cmake:
1101 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1103 [CMake] Should be possible for an option to depend on multiple options
1104 https://bugs.webkit.org/show_bug.cgi?id=143839
1106 Reviewed by Martin Robinson.
1108 Use a list instead of a single variable to track the dependencies of each option. Iterate
1109 over the list as many times as necessary to ensure all options are properly disabled.
1111 * Source/cmake/WebKitFeatures.cmake:
1113 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1115 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
1116 https://bugs.webkit.org/show_bug.cgi?id=144103
1118 Reviewed by Martin Robinson.
1120 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
1122 * Source/cmake/WebKitFeatures.cmake:
1124 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1126 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
1127 https://bugs.webkit.org/show_bug.cgi?id=144102
1129 Reviewed by Martin Robinson.
1131 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
1132 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
1133 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
1135 * Source/cmake/OptionsGTK.cmake:
1137 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1139 [CMake] Clean up JSC JIT options
1140 https://bugs.webkit.org/show_bug.cgi?id=143998
1142 Reviewed by Filip Pizlo.
1144 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
1145 define for ENABLE_FTL_NATIVE_CALL_INLINING.
1146 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
1147 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
1148 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
1149 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
1151 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1153 [CMake] Use lowercase for local variables in macros
1154 https://bugs.webkit.org/show_bug.cgi?id=144059
1156 Reviewed by Martin Robinson.
1158 Convert some variable names to lowercase.
1160 * Source/cmake/WebKitFeatures.cmake:
1162 2015-04-22 Commit Queue <commit-queue@webkit.org>
1164 Unreviewed, rolling out r183116.
1165 https://bugs.webkit.org/show_bug.cgi?id=144060
1167 Inadvertently deleted a file... (Requested by mcatanzaro on
1172 "[CMake] Use lowercase for local variables in macros"
1173 https://bugs.webkit.org/show_bug.cgi?id=144059
1174 http://trac.webkit.org/changeset/183116
1176 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1178 [CMake] Use lowercase for local variables in macros
1179 https://bugs.webkit.org/show_bug.cgi?id=144059
1181 Reviewed by Martin Robinson.
1183 Convert some variable names to lowercase.
1185 * Source/cmake/WebKitFeatures.cmake:
1187 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1189 [CMake] Features list should print dots every other row
1190 https://bugs.webkit.org/show_bug.cgi?id=143832
1192 Reviewed by Martin Robinson.
1194 Discount private options when determining whether to print dots on a given row of the
1195 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
1196 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
1197 wasn't noticed because it only affects the first line, and use of the variable name as a
1198 string in a conditional.)
1200 * Source/cmake/WebKitFeatures.cmake:
1202 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1204 [CMake] Require specifying visibility of WebKit options
1205 https://bugs.webkit.org/show_bug.cgi?id=143831
1207 Reviewed by Alex Christensen.
1209 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
1210 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
1211 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
1212 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
1213 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
1214 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
1215 cross-platform options as PRIVATE.
1217 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1219 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
1220 https://bugs.webkit.org/show_bug.cgi?id=143935
1222 Reviewed by Darin Adler.
1224 Some variables aren't defined in these files or unused variables aren't removed. This
1225 patch cleans up it as well as fix wrong alphabet order.
1227 * Source/cmake/WebKitFeatures.cmake:
1228 * Source/cmakeconfig.h.cmake:
1230 2015-04-19 Simon Fraser <simon.fraser@apple.com>
1232 Restore the WebKit.xcworkspace to the way it was before r182899,
1233 which inadvertently added the Source directory and a couple of source
1236 * WebKit.xcworkspace/contents.xcworkspacedata:
1238 2015-04-16 Basile Clement <basile_clement@apple.com>
1240 Extract the allocation profile from JSFunction into a rare object
1241 https://bugs.webkit.org/show_bug.cgi?id=143807
1243 Reviewed by Filip Pizlo.
1245 * WebKit.xcworkspace/contents.xcworkspacedata:
1247 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
1249 [EFL] Bump LLVM to version 3.6.0 on X86_64
1250 https://bugs.webkit.org/show_bug.cgi?id=143604
1252 Reviewed by Gyuyoung Kim.
1254 * Source/cmake/FindLLVM.cmake: Added version handling.
1255 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
1257 2015-04-15 Timothy Horton <timothy_horton@apple.com>
1259 Custom CSS cursors do not use -webkit-image-set on retina displays
1260 https://bugs.webkit.org/show_bug.cgi?id=120783
1262 Reviewed by Beth Dakin.
1263 Patch by Evan Wallace <evan.exe@gmail.com>.
1265 Add a manual test for custom CSS cursors on retina displays.
1267 * ManualTests/retina-cursors.html: Added.
1269 2015-04-15 Alex Christensen <achristensen@webkit.org>
1271 Progress towards CMake on Mac.
1272 https://bugs.webkit.org/show_bug.cgi?id=143785
1274 Reviewed by Csaba Osztrogonác.
1277 * Source/cmake/OptionsMac.cmake:
1278 * Source/cmake/WebKitFS.cmake:
1280 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
1282 Cannot click "Next" button on Google two-factor auth setup page
1284 <https://bugs.webkit.org/show_bug.cgi?id=143624>
1285 <rdar://problem/19175714>
1287 Reviewed by Darin Adler.
1289 * ManualTests/button-that-focuses-itself-on-click.html: Added.
1291 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
1293 [cmake] REGRESSION(182663): It broke feature dependency handling
1294 https://bugs.webkit.org/show_bug.cgi?id=143665
1296 Reviewed by Csaba Osztrogonác.
1298 Don't try to check the value of options before defining the options.
1300 * Source/cmake/WebKitFeatures.cmake:
1302 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
1304 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
1305 https://bugs.webkit.org/show_bug.cgi?id=143664
1307 Reviewed by Gyuyoung Kim.
1309 * Source/cmake/OptionsEfl.cmake:
1310 * Source/cmake/OptionsGTK.cmake:
1311 * Source/cmake/WebKitFeatures.cmake:
1312 * Source/cmakeconfig.h.cmake:
1314 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1316 [EFL] Enable Media Source
1317 https://bugs.webkit.org/show_bug.cgi?id=143635
1319 Reviewed by Csaba Osztrogonác.
1321 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
1323 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1325 [CMake] Miscellaneous issues in WebKitFeatures.cmake
1326 https://bugs.webkit.org/show_bug.cgi?id=143636
1328 Reviewed by Martin Robinson.
1330 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
1331 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
1333 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
1334 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
1336 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
1338 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
1340 Fix ENABLE_TOUCH_SLIDER so that it can be used
1344 * Source/cmake/WebKitFeatures.cmake:
1346 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1348 [CMake] Print sorted feature list at the very end of the configure process
1349 https://bugs.webkit.org/show_bug.cgi?id=143596
1351 Reviewed by Martin Robinson.
1353 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
1354 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
1355 and sort the options before printing. Reorder some code so that features still get
1356 propagated to the bindings generators.
1358 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1360 [CMake] Options should be marked as advanced by default
1361 https://bugs.webkit.org/show_bug.cgi?id=143572
1363 Reviewed by Gyuyoung Kim.
1365 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
1366 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
1367 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
1368 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
1369 option without making it public.
1371 * Source/cmake/WebKitFeatures.cmake:
1373 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1375 [CMake] Remove unnecessary ENABLE_WEBCORE switch
1376 https://bugs.webkit.org/show_bug.cgi?id=143584
1378 Reviewed by Csaba Osztrogonác.
1380 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
1384 * Source/CMakeLists.txt:
1385 * Source/cmake/OptionsGTK.cmake:
1386 * Source/cmake/WebKitFS.cmake:
1388 2015-04-08 Filip Pizlo <fpizlo@apple.com>
1390 Unreviewed, revert accidental commit.
1394 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
1396 Add CMake build system for WinCairo port.
1397 https://bugs.webkit.org/show_bug.cgi?id=115944
1399 Reviewed by Chris Dumez.
1401 * Source/cmake/OptionsWindows.cmake:
1402 * Source/cmake/WebKitMacros.cmake:
1403 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1405 2015-04-06 Alberto Garcia <berto@igalia.com>
1407 [GTK] Fix HPPA build
1408 https://bugs.webkit.org/show_bug.cgi?id=143453
1410 Reviewed by Darin Adler.
1412 Add HPPA to the list of supported CPUs.
1416 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
1418 Unreviewed, kick the GTK bots to fix an incremental build issue.
1420 * Source/cmake/OptionsGTK.cmake:
1422 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
1424 Fix the EFL and GTK build after r182243
1425 https://bugs.webkit.org/show_bug.cgi?id=143361
1427 Reviewed by Csaba Osztrogonác.
1429 * Source/PlatformEfl.cmake: Add a custom command that copies
1430 the InspectorBackendCommands.js file into the proper directory
1431 under DerivedSources/WebInspectorUI/.
1433 2015-04-01 Alex Christensen <achristensen@webkit.org>
1435 Progress towards CMake on Windows and Mac.
1436 https://bugs.webkit.org/show_bug.cgi?id=143293
1438 Reviewed by Filip Pizlo.
1441 Set DERIVED_SOURCES_WTF_DIR for Windows.
1442 * Source/CMakeLists.txt:
1443 Don't compile bmalloc on Windows.
1444 * Source/cmake/OptionsCommon.cmake:
1445 Use the absolute path of the C preprocessor.
1446 * Source/cmake/OptionsWinCairo.cmake:
1447 Added needed definitions.
1448 * Source/cmake/OptionsWindows.cmake:
1449 Set some default values and removed support for old Visual Studio versions before /MP.
1450 * Source/cmake/WebKitFS.cmake:
1451 Make WTF DerivedSources directory.
1452 * Source/cmake/WebKitMacros.cmake:
1453 Added ADD_PRECOMPILED_HEADER macro based on
1454 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1456 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
1458 Use colored diagnostics when building with cmake + ninja + clang
1459 https://bugs.webkit.org/show_bug.cgi?id=143297
1461 Reviewed by Žan Doberšek.
1463 Because that ninja sets subprocess stdout/stderr to a pipe, clang
1464 disables colored output.
1465 This patch forces clang to use colored diagnostics when we are using
1468 * Source/cmake/OptionsCommon.cmake:
1470 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1472 [CMake] Update old CMakeList.txt in gtest
1473 https://bugs.webkit.org/show_bug.cgi?id=143192
1475 Reviewed by Darin Adler.
1477 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
1478 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
1479 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
1481 * Source/CMakeLists.txt:
1482 * Source/cmake/gtest/CMakeLists.txt: Removed.
1484 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1486 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
1487 https://bugs.webkit.org/show_bug.cgi?id=143138
1489 Reviewed by Csaba Osztrogonác.
1491 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
1492 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
1494 * Source/cmake/OptionsWindows.cmake:
1495 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
1496 * Source/cmake/WebKitMacros.cmake:
1498 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1500 [GStreamer] share GL context in pipeline, part 2
1501 https://bugs.webkit.org/show_bug.cgi?id=143049
1503 Reviewed by Carlos Garcia Campos.
1505 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
1506 OpenGL/ES2 is found and GLX/EGL is found too.
1508 2015-03-26 Alex Christensen <achristensen@webkit.org>
1510 Progress towards CMake on Mac.
1511 https://bugs.webkit.org/show_bug.cgi?id=143112
1513 Reviewed by Chris Dumez.
1515 * Source/cmake/OptionsMac.cmake:
1517 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
1519 [EFL] Add OpenWebRTC in jhbuild
1520 https://bugs.webkit.org/show_bug.cgi?id=142778
1522 Reviewed by Gyuyoung Kim.
1524 Original patch by Philippe Normand <pnormand@igalia.com>
1526 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
1527 mediastream build is enabled.
1529 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
1531 [GTK] Add a configure option to build without Redirected XComposite Window
1532 https://bugs.webkit.org/show_bug.cgi?id=142865
1534 Reviewed by Žan Doberšek.
1536 The Redirected XComposite Window was added to support some
1537 features like GtkOverlay, but in cases where we don't need such
1538 features, it's more efficient to use the XID of the WebKitWebView
1539 window as the native surface handle for the accelerated
1540 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
1541 that is enabled by default for X11 target when OpenGL is enabled.
1543 * Source/cmake/OptionsGTK.cmake:
1545 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
1547 [GTK] Search for the Wayland dependency when enabling Wayland target
1548 https://bugs.webkit.org/show_bug.cgi?id=142876
1550 Reviewed by Carlos Garcia Campos.
1552 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
1553 requirement of either the GTK+ or GDK pkg-config files, so we have to
1554 search for it ourselves when WebKitGTK+ has been configured to support
1555 the Wayland windowing target.
1557 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1559 Unreviewed, kick the GTK bots to regenerate makefile.
1560 https://bugs.webkit.org/show_bug.cgi?id=137394
1562 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
1563 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
1565 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1567 Unreviewed, kick the GTK bots to regenerate makefile.
1568 https://bugs.webkit.org/show_bug.cgi?id=137394
1570 * Source/cmake/OptionsEfl.cmake:
1572 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
1574 [GTK] Fix inspector userinterface related incremental build issue
1575 https://bugs.webkit.org/show_bug.cgi?id=142849
1577 Reviewed by Carlos Garcia Campos.
1579 * Source/cmake/OptionsGTK.cmake: Revert r181733.
1581 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
1583 Unreviewed, kick the GTK bots to regenerate makefile.
1585 * Source/cmake/OptionsGTK.cmake:
1587 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
1589 [EFL] Expose JavaScript binding interface through ewk_extension
1590 https://bugs.webkit.org/show_bug.cgi?id=142033
1592 Reviewed by Gyuyoung Kim.
1594 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
1596 2015-03-17 Philippe Normand <pnormand@igalia.com>
1598 [GTK] basic OpenWebRTC build support
1599 https://bugs.webkit.org/show_bug.cgi?id=142393
1601 Reviewed by Carlos Garcia Campos.
1603 * Source/cmake/FindOpenWebRTC.cmake: Added.
1604 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
1605 mediastream build is enabled.
1607 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1609 [CMake][EFL] Build test tools only for developer mode
1610 https://bugs.webkit.org/show_bug.cgi?id=142761
1612 Reviewed by Csaba Osztrogonác.
1614 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
1616 * Source/cmake/OptionsEfl.cmake:
1617 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
1618 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
1619 * Source/cmakeconfig.h.cmake:
1621 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
1623 Enable ES6 classes by default
1624 https://bugs.webkit.org/show_bug.cgi?id=142774
1626 Reviewed by Gavin Barraclough.
1628 * Source/cmake/WebKitFeatures.cmake:
1630 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1632 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
1633 https://bugs.webkit.org/show_bug.cgi?id=142722
1635 Reviewed by Csaba Osztrogonác.
1637 Categorize to define cmake variables, to find necessary packages,
1638 use upper case for "glib_conponents" cmake variable name, re-arrange
1639 wrong alphabet sorting, and so on.
1641 * CMakeLists.txt: Remove WinCE port.
1642 * Source/cmake/OptionsEfl.cmake:
1644 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1646 [GStreamer] share GL context in pipeline
1647 https://bugs.webkit.org/show_bug.cgi?id=142693
1649 Reviewed by Philippe Normand.
1651 Add search of gstreamer-gl library in the GStreamer installation. If
1652 it is found, WTF_USE_GSTREAMER_GL macro is defined.
1654 * Source/cmake/FindGStreamer.cmake:
1655 * Source/cmake/OptionsGTK.cmake:
1657 2015-03-13 Alex Christensen <achristensen@webkit.org>
1659 Progress towards CMake on Mac.
1660 https://bugs.webkit.org/show_bug.cgi?id=142680
1662 Reviewed by Gyuyoung Kim.
1665 * Source/PlatformMac.cmake: Added stub.
1666 * Source/cmake/OptionsMac.cmake:
1667 Change defines to get CMake working.
1669 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1671 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
1672 https://bugs.webkit.org/show_bug.cgi?id=126688
1674 Reviewed by Gustavo Noronha Silva.
1676 Add ENABLE_MINIBROWSER option, enabled by default for development
1677 builds and disabled for production builds unless explicilty enabled.
1679 * Source/cmake/OptionsGTK.cmake:
1681 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1683 [GTK] Do not look for child processes in the UI process binary path
1684 https://bugs.webkit.org/show_bug.cgi?id=135752
1686 Reviewed by Gustavo Noronha Silva.
1688 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
1689 build for development builds.
1691 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
1693 [GTK] Add a configure option to build with OpenGL ES 2
1694 https://bugs.webkit.org/show_bug.cgi?id=142498
1696 Reviewed by Martin Robinson.
1698 Add ENABLE_GLES2 option. It's disabled by default, but if passed
1699 GLES2 is required and OpenGL is not even searched. Otherwise we
1700 search for OpenGL as usual, using it only if present.
1702 * Source/cmake/OptionsGTK.cmake:
1704 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
1706 [cmake] Handle unused parameter warnings as build errors except in WebKit2
1707 https://bugs.webkit.org/show_bug.cgi?id=142338
1709 Reviewed by Gyuyoung Kim.
1711 * Source/cmake/WebKitHelpers.cmake:
1713 2015-03-03 Daniel Bates <dabates@apple.com>
1715 Convert ManualTests/svg-tooltip.svg to a DRT test
1716 https://bugs.webkit.org/show_bug.cgi?id=140480
1718 Reviewed by Alex Christensen.
1720 * ManualTests/svg-tooltip.svg: Removed.
1722 2015-03-02 Debarshi Ray <debarshir@gnome.org>
1724 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
1725 https://bugs.webkit.org/show_bug.cgi?id=142165
1727 Reviewed by Carlos Garcia Campos.
1729 * Source/cmake/gtksymbols.filter:
1731 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
1733 [EFL] Remove unnecessary comment after r179110
1734 https://bugs.webkit.org/show_bug.cgi?id=142042
1736 Reviewed by Gyuyoung Kim.
1738 * Source/cmake/OptionsEfl.cmake:
1740 2015-02-23 Tomas Popela <tpopela@redhat.com>
1742 [GTK] Fails to compile with cmake 3.2.x
1743 https://bugs.webkit.org/show_bug.cgi?id=141796
1745 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
1746 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
1747 added and the build will fail.
1749 Reviewed by Martin Robinson.
1751 * Source/cmake/OptionsGTK.cmake:
1753 2015-02-20 Alexey Proskuryakov <ap@apple.com>
1755 Remove svn:keywords property.
1757 As far as I can tell, the property had no effect on any of these files, but also,
1758 when it has effect it's likely harmful.
1760 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
1761 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
1762 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
1763 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
1764 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
1765 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
1766 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
1767 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
1768 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
1769 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
1770 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
1771 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
1772 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
1773 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
1775 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1777 [CMAKE] Remove CMakeLists.txt in WK1 port
1778 https://bugs.webkit.org/show_bug.cgi?id=141617
1780 Reviewed by Anders Carlsson.
1782 Nobody uses CMake in WK1 port. Remove it.
1786 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
1788 Unreviewed, remove empty directories.
1790 * ManualTests/qt: Removed.
1792 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
1794 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
1795 https://bugs.webkit.org/show_bug.cgi?id=141481
1797 Reviewed by Csaba Osztrogonác.
1799 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
1801 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1803 [EFL][GTK] Use bmalloc instead of tcmalloc
1804 https://bugs.webkit.org/show_bug.cgi?id=140162
1806 Reviewed by Carlos Garcia Campos.
1808 Add bmalloc directory to build list.
1810 * CMakeLists.txt: Define BMALLOC_DIR directory.
1811 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
1813 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
1815 [GTK] Add default color chooser implementation using GtkColorChooserDialog
1816 https://bugs.webkit.org/show_bug.cgi?id=141392
1818 Reviewed by Gustavo Noronha Silva.
1820 Enable INPUT_TYPE_COLOR by default for GTK+ port.
1822 * Source/cmake/OptionsGTK.cmake:
1824 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
1826 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
1827 https://bugs.webkit.org/show_bug.cgi?id=141328
1829 Reviewed by Darin Adler.
1831 Added as manual test because it involves a huge grid allocation
1832 which is very slow on Debug bots, the only ones capable to trigger
1835 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
1837 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
1839 [Streams API] Implement a barebone ReadableStream interface
1840 https://bugs.webkit.org/show_bug.cgi?id=141045
1842 Reviewed by Benjamin Poulain.
1844 * Source/cmake/WebKitFeatures.cmake:
1845 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
1847 2015-02-02 Filip Pizlo <fpizlo@apple.com>
1849 Revert accidental change in r179490.
1853 2015-02-02 Filip Pizlo <fpizlo@apple.com>
1855 Unreviewed, revert accidental change to Makefile.shared in r179478
1859 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
1861 [CMake] Minimum python version should be 2.7.
1862 https://bugs.webkit.org/show_bug.cgi?id=140997
1864 Reviewed by Csaba Osztrogonác.
1868 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
1870 Apply feTurbulence spec change to fix zero length vector generation
1871 https://bugs.webkit.org/show_bug.cgi?id=140812
1873 Reviewed by Darin Adler.
1875 Recently a bug with the turbulence algorithm was corrected in the
1876 Filter Effects specification.
1877 For some seed values this bug allowed zero length vectors to be generated.
1878 This resulted in large solid color squares being present in the generated image.
1879 The feTurbulence algorithm was updated to reject zero length vectors. This patch
1880 applies that change in WebCore.
1882 Test: svg/filters/feTurbulence_bad_seeds.html
1884 * platform/graphics/filters/FETurbulence.cpp:
1885 (WebCore::FETurbulence::initPaint):
1886 Added rejection sampling during vector generation to avoid zero length vectors.
1888 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
1890 [cmake] Remove compiler version calculate cruft
1891 https://bugs.webkit.org/show_bug.cgi?id=140885
1893 Reviewed by Darin Adler.
1895 * Source/cmake/WebKitHelpers.cmake:
1897 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
1899 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
1900 https://bugs.webkit.org/show_bug.cgi?id=140886
1902 Reviewed by Žan Doberšek.
1904 * Source/cmake/WebKitHelpers.cmake:
1906 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
1908 [GTK] gtkdoc does not appear in DevHelp
1909 https://bugs.webkit.org/show_bug.cgi?id=139369
1911 Reviewed by Philippe Normand.
1913 Expect the gtkdoc to be generated in folders named with the API version.
1915 * Source/PlatformGTK.cmake:
1917 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
1919 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
1920 https://bugs.webkit.org/show_bug.cgi?id=140609
1922 Reviewed by Csaba Osztrogonác.
1924 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
1925 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
1926 compilation flags. Those were added after the jsCStack branch merge, but
1927 can now be removed since the -ftree-dce issues were fixed in GCC, and
1928 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
1930 * Source/cmake/OptionsEfl.cmake:
1931 * Source/cmake/OptionsGTK.cmake:
1933 2015-01-26 Commit Queue <commit-queue@webkit.org>
1935 Unreviewed, rolling out r179107.
1936 https://bugs.webkit.org/show_bug.cgi?id=140880
1938 The GCC in the bots doesn't support the AsyncTask
1939 implementation (Requested by KaL on #webkit).
1943 "[GTK] Enable IndexedDB"
1944 https://bugs.webkit.org/show_bug.cgi?id=98932
1945 http://trac.webkit.org/changeset/179107
1947 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
1949 [GTK] Enable IndexedDB
1950 https://bugs.webkit.org/show_bug.cgi?id=98932
1952 Reviewed by Žan Doberšek.
1954 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
1955 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
1957 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
1959 [GTK] Add initial database process support
1960 https://bugs.webkit.org/show_bug.cgi?id=139491
1962 Reviewed by Sergio Villar Senin.
1964 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
1966 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
1968 Add a build flag for ES6 class syntax
1969 https://bugs.webkit.org/show_bug.cgi?id=140760
1971 Reviewed by Michael Saboff.
1973 * Source/cmake/WebKitFeatures.cmake:
1974 * Source/cmakeconfig.h.cmake:
1976 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
1978 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
1979 https://bugs.webkit.org/show_bug.cgi?id=140049
1981 Reviewed by Gyuyoung Kim.
1983 * Source/cmake/OptionsCommon.cmake:
1985 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
1987 Remove ENABLE(INSPECTOR) ifdef guards
1988 https://bugs.webkit.org/show_bug.cgi?id=140668
1990 Reviewed by Darin Adler.
1992 * Source/PlatformEfl.cmake:
1993 * Source/cmake/OptionsEfl.cmake:
1994 * Source/cmake/OptionsGTK.cmake:
1995 * Source/cmake/OptionsMac.cmake:
1996 * Source/cmake/WebKitFeatures.cmake:
1997 * Source/cmakeconfig.h.cmake:
1999 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
2001 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
2003 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2005 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2007 [CMAKE] Fix cmake warning
2008 https://bugs.webkit.org/show_bug.cgi?id=140497
2010 Reviewed by Gustavo Noronha Silva.
2012 r173155 already tried to fix cmake warning though, the warning is still exist.
2013 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
2014 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
2015 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
2016 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
2017 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
2021 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
2023 [GTK] Generate the make dist manifest from a CMake template file
2024 https://bugs.webkit.org/show_bug.cgi?id=139387
2026 Reviewed by Martin Robinson.
2028 Generate manifest.txt from manifest.txt.in. Only expose the dist and
2029 distcheck targets for developer builds, as they won't work when
2030 building from a tarball because the manifest is not distributed.
2032 * Source/PlatformGTK.cmake:
2034 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
2036 Remove ENABLE(SQL_DATABASE) guards
2037 https://bugs.webkit.org/show_bug.cgi?id=140434
2039 Reviewed by Darin Adler.
2041 * Source/cmake/OptionsMac.cmake:
2042 * Source/cmake/WebKitFeatures.cmake:
2043 * Source/cmakeconfig.h.cmake:
2045 2015-01-11 Sam Weinig <sam@webkit.org>
2047 Remove support for SharedWorkers
2048 https://bugs.webkit.org/show_bug.cgi?id=140344
2050 Reviewed by Anders Carlsson.
2052 * Source/cmake/OptionsEfl.cmake:
2053 * Source/cmake/OptionsGTK.cmake:
2054 * Source/cmake/OptionsMac.cmake:
2055 * Source/cmake/WebKitFeatures.cmake:
2056 * Source/cmakeconfig.h.cmake:
2058 2015-01-10 Dan Bernstein <mitz@apple.com>
2060 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
2061 https://bugs.webkit.org/show_bug.cgi?id=140339
2063 Reviewed by Mark Rowe.
2065 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
2066 prevents unnecessary rebuilding due to PATH differences.
2068 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
2070 [GTK][ThreadedCompositor] Add support for threaded compositor.
2071 https://bugs.webkit.org/show_bug.cgi?id=118265
2073 Reviewed by Martin Robinson.
2075 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
2076 autotools build systems. The feature is disabled by default.
2077 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
2078 from the feature flags.
2080 * Source/cmake/OptionsEfl.cmake:
2081 * Source/cmake/OptionsGTK.cmake:
2082 * Source/cmake/WebKitFeatures.cmake:
2083 * Source/cmakeconfig.h.cmake:
2085 2014-12-23 Alexey Proskuryakov <ap@apple.com>
2087 Simplify building with ASan
2088 https://bugs.webkit.org/show_bug.cgi?id=139916
2090 Reviewed by Mark Rowe.
2092 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
2094 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
2096 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
2098 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2100 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
2102 Null dereference performing a "TapAndAHalf" gesture in Google search field
2104 <https://bugs.webkit.org/show_bug.cgi?id=139506>
2105 <rdar://problem/19028828>
2107 Reviewed by Darin Adler.
2109 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
2111 2014-12-10 Dean Jackson <dino@apple.com>
2113 Blur filter performance test doesn't provide results
2114 https://bugs.webkit.org/show_bug.cgi?id=139462
2116 Reviewed by Sam Weinig.
2118 This can't currently work under our performance test
2119 infrastructure. Move it to a manual test to avoid
2120 putting FAILures into the results.
2122 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
2124 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
2126 [GTK][WK2] Add HTML5 Notifications support
2127 https://bugs.webkit.org/show_bug.cgi?id=61140
2129 Reviewed by Carlos Garcia Campos.
2131 * Source/cmake/FindLibNotify.cmake: Added.
2132 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
2133 libnotify and use it for a default implementation when found.
2135 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
2137 REGRESSION(r155906): Page content disappears on Tuaw article after loading
2138 https://bugs.webkit.org/show_bug.cgi?id=138100
2140 Reviewed by Simon Fraser.
2142 DRT causes an extra paint which makes it impossible to test this with
2145 * ManualTests/float-layer-not-painting.html: Added.
2147 2014-12-07 Alberto Garcia <berto@igalia.com>
2149 [GTK] WebKit has a new required dependency on GnuTLS
2150 https://bugs.webkit.org/show_bug.cgi?id=136158
2152 Reviewed by Martin Robinson.
2154 Detect if GnuTLS is installed and enable or disable subtle crypto
2155 support accordingly.
2157 * Source/cmake/OptionsGTK.cmake:
2159 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
2161 [GTK] Missing API detected in GObject DOM bindings after r176630
2162 https://bugs.webkit.org/show_bug.cgi?id=139201
2164 Reviewed by Gustavo Noronha Silva.
2166 Change GENERATE_BINDINGS macro to receive a list of optional
2167 additional dependencies, so that we can add more dependecies
2168 without having to change the macro.
2170 * Source/cmake/WebKitMacros.cmake:
2172 2014-12-05 Simon Fraser <simon.fraser@apple.com>
2174 Programmatic scrolling and content changes are not always synchronized
2175 https://bugs.webkit.org/show_bug.cgi?id=139245
2176 rdar://problem/18833612
2178 Reviewed by Anders Carlsson.
2180 Manual test that tries to sync layout with programmatic scrolling.
2182 * ManualTests/programmatic-scroll-flicker.html: Added.
2184 2014-12-04 Alberto Garcia <berto@igalia.com>
2186 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
2187 https://bugs.webkit.org/show_bug.cgi?id=136576
2189 Reviewed by Carlos Garcia Campos.
2191 CMake should complain if Accelerated 2D Canvas is explicitly
2192 enabled but cairo-gl is not found.
2194 * Source/cmake/OptionsGTK.cmake:
2196 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2198 [EFL] Add subtle crypto to the build system
2199 https://bugs.webkit.org/show_bug.cgi?id=138612
2201 Reviewed by Csaba Osztrogonác.
2203 * Source/cmake/OptionsEfl.cmake:
2205 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2207 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
2208 https://bugs.webkit.org/show_bug.cgi?id=139085
2210 Reviewed by Andreas Kling.
2212 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
2213 * Source/cmake/WebKitFeatures.cmake: ditto.
2214 * Source/cmakeconfig.h.cmake: ditto.
2216 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
2218 [EFL] Drop support for the EFL 1.7
2219 https://bugs.webkit.org/show_bug.cgi?id=139114
2221 Reviewed by Gyuyoung Kim.
2223 * Source/cmake/EFLHelpers.cmake: Removed.
2224 * Source/cmake/FindEcore.cmake: Removed.
2225 * Source/cmake/FindEdje.cmake: Removed.
2226 * Source/cmake/FindEet.cmake: Removed.
2227 * Source/cmake/FindEeze.cmake: Removed.
2228 * Source/cmake/FindEfreet.cmake: Removed.
2229 * Source/cmake/FindEina.cmake: Removed.
2230 * Source/cmake/FindElementary.cmake: Removed.
2231 * Source/cmake/FindEvas.cmake: Removed.
2232 * Source/cmake/OptionsEfl.cmake:
2234 2014-11-28 Philippe Normand <pnormand@igalia.com>
2236 [CMake] Build failure against GStreamer git master
2237 https://bugs.webkit.org/show_bug.cgi?id=138872
2239 Reviewed by Csaba Osztrogon.
2241 * Source/cmake/FindGStreamer.cmake: Simplified the
2242 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
2243 headers lookup, there's no need to do this manually. Also
2244 explicitely check the version specified in GStreamer_FIND_VERSION.
2246 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
2248 [EFL] Remove E_Dbus dependency
2249 https://bugs.webkit.org/show_bug.cgi?id=136355
2251 Reviewed by Gyuyoung Kim.
2253 * Source/cmake/FindE_DBus.cmake: Removed.
2254 * Source/cmake/OptionsEfl.cmake:
2256 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
2258 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2260 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2262 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
2264 [CMake] Use ld.gold if it is available to speedup builds
2265 https://bugs.webkit.org/show_bug.cgi?id=137953
2267 Reviewed by Carlos Garcia Campos.
2269 * Source/cmake/OptionsCommon.cmake:
2271 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
2273 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
2274 https://bugs.webkit.org/show_bug.cgi?id=138840
2276 Reviewed by Csaba Osztrogonác.
2278 * Source/cmake/OptionsCommon.cmake:
2280 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
2282 Remove Source/Platform cruft
2283 https://bugs.webkit.org/show_bug.cgi?id=138658
2285 Reviewed by Anders Carlsson.
2288 * Source/Platform: Removed.
2290 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
2292 Enable Cortex-A53-specific code paths by default if core is detected.
2293 https://bugs.webkit.org/show_bug.cgi?id=138499
2295 Reviewed by Csaba Osztrogonác.
2297 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
2298 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
2301 Since on ARM64/Linux the part number that cpuinfo reports depends on
2302 the core the query is run on, the check is bound to and executed on the
2303 available cores one by one.
2305 * Source/cmake/OptionsCommon.cmake:
2307 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2309 [EFL] Remove unnecessary version check from OptionsEfl.cmake
2310 https://bugs.webkit.org/show_bug.cgi?id=138498
2312 Reviewed by Csaba Osztrogonác.
2314 * Source/cmake/OptionsEfl.cmake:
2316 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2318 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
2319 https://bugs.webkit.org/show_bug.cgi?id=138465
2321 Reviewed by Gyuyoung Kim.
2323 * Source/cmake/OptionsEfl.cmake:
2325 2014-11-03 Dean Jackson <dino@apple.com>
2327 Add ENABLE_FILTERS_LEVEL_2 feature guard.
2328 https://bugs.webkit.org/show_bug.cgi?id=138362
2330 Reviewed by Tim Horton.
2332 Add a new feature define for Level 2 of CSS Filters.
2333 http://dev.w3.org/fxtf/filters-2/
2335 * Source/cmake/OptionsEfl.cmake:
2336 * Source/cmake/OptionsGTK.cmake:
2337 * Source/cmake/OptionsMac.cmake:
2338 * Source/cmake/WebKitFeatures.cmake:
2339 * Source/cmakeconfig.h.cmake:
2341 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
2343 Workaround for Cortex-A53 erratum 835769
2344 https://bugs.webkit.org/show_bug.cgi?id=138315
2346 Reviewed by Filip Pizlo.
2348 This patch introduces CMake variable and preprocessor macro
2349 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
2350 code paths, if set true.
2352 * Source/cmake/OptionsCommon.cmake:
2353 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
2355 * Source/cmakeconfig.h.cmake:
2356 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
2358 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
2360 [GTK] Fix the build of FTL JIT
2361 https://bugs.webkit.org/show_bug.cgi?id=138298
2363 Reviewed by Carlos Garcia Campos.
2365 * Source/cmake/OptionsGTK.cmake:
2366 Remove the need for the LIBCXXABI package.
2368 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
2370 REGRESSION(CMake): Make it possible to build without introspection
2371 https://bugs.webkit.org/show_bug.cgi?id=138006
2373 Reviewed by Philippe Normand.
2375 Add ENABLE_INTROSPECTION option.
2377 * Source/PlatformGTK.cmake: Dot not add gir global target if
2378 introspection is disabled.
2379 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
2380 introspection is disabled.
2382 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
2384 [GTK] Support script message handlers WebKitUserContentManager
2385 https://bugs.webkit.org/show_bug.cgi?id=133730
2387 Reviewed by Carlos Garcia Campos.
2389 Support user script message handlers in WebKitUserContentManager.
2390 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
2391 an option is added to the CMake build files. The option is disabled
2392 globally by default, and the WebKitGTK port enables it. On the API
2393 level, two new methods to register and unregister names are provided
2394 in the "window.webkit" namespace, and on message reception the
2395 "WebKitUserContentManager::script-message-received" signal is
2396 emitted, using the registered names as signal detail.
2398 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
2399 ENABLE_USER_MESSAGE_HANDLERS feature by default.
2400 * Source/cmake/WebKitFeatures.cmake: Add feature description for
2401 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
2403 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
2405 [GTK] Bump libsoup's minimum version to 2.42.0.
2406 https://bugs.webkit.org/show_bug.cgi?id=138086
2408 Reviewed by Martin Robinson.
2410 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
2411 soup-version.h header was added to soup.h in 2.41.4, which then becomes
2412 the minimum version required to build the port these days.
2414 In addition, since the autotools build system required 2.42.0 before
2415 being retired, require the same version here. Version 2.42.0 was also
2417 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
2419 * Source/cmake/OptionsGTK.cmake:
2421 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2423 [EFL] Remove unnecessary defines from OptionsEfl.cmake
2424 https://bugs.webkit.org/show_bug.cgi?id=138132
2426 Reviewed by Csaba Osztrogonác.
2428 * Source/cmake/OptionsEfl.cmake:
2430 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
2432 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2434 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2436 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
2438 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
2439 https://bugs.webkit.org/show_bug.cgi?id=137946
2441 Reviewed by Gyuyoung Kim.
2443 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
2445 * Source/cmake/OptionsEfl.cmake:
2447 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2449 Fix FTL Native Inlining for EFL
2450 https://bugs.webkit.org/show_bug.cgi?id=137774
2452 Reviewed by Michael Saboff.
2454 Updated CMake for FTL Native Inlining.
2457 * Source/cmake/FindClang.cmake: Added.
2458 * Source/cmake/OptionsEfl.cmake:
2459 * Source/cmakeconfig.h.cmake:
2461 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
2463 Web Inspector: Generate all Inspector domains together in JavaScriptCore
2464 https://bugs.webkit.org/show_bug.cgi?id=137748
2466 Reviewed by Brian Burg.
2468 * Source/PlatformEfl.cmake:
2470 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
2472 [GTK] Add initial gestures support
2473 https://bugs.webkit.org/show_bug.cgi?id=137812
2475 Reviewed by Sergio Villar Senin.
2477 Check if the GTK+ version supports gestures or not.
2479 * Source/cmake/FindGTK3.cmake:
2480 * Source/cmake/OptionsGTK.cmake:
2482 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
2484 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
2485 https://bugs.webkit.org/show_bug.cgi?id=137781
2487 Reviewed by Martin Robinson.
2489 We used to enable smooth scrolling unconditionally in autotools
2490 (via WebKitFeatures.m4), but since the switch to CMake it's
2491 unconditionally disabled, so changing the setting doesn't have any
2494 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
2496 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
2498 Removing CUSTOM_PROTOCOLS guard
2499 https://bugs.webkit.org/show_bug.cgi?id=137741
2501 Reviewed by Benjamin Poulain.
2503 * Source/cmake/OptionsEfl.cmake:
2505 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
2507 [EFL] Enable WebP support.
2508 https://bugs.webkit.org/show_bug.cgi?id=136156
2510 Reviewed by Gyuyoung Kim.
2512 Add WebP package finding rule.
2514 * Source/cmake/OptionsEfl.cmake:
2516 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
2518 [EFL] Enable custom URI schemes with CustomProtocols
2519 https://bugs.webkit.org/show_bug.cgi?id=128177
2521 Reviewed by Gyuyoung Kim.
2523 Fixing ewk_context_url_scheme_register() ewebkit2 API
2524 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
2526 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
2528 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
2530 Bump version to 2.7.0
2531 https://bugs.webkit.org/show_bug.cgi?id=137301
2533 Rubber-stamped by Carlos Garcia Campos.
2535 * Source/cmake/OptionsGTK.cmake: Bump version numbers
2537 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2539 [EFL] Rename TEST_THEME_DIR macro
2540 https://bugs.webkit.org/show_bug.cgi?id=137244
2542 Reviewed by Csaba Osztrogonác.
2544 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
2546 2014-09-27 Dan Bernstein <mitz@apple.com>
2548 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
2549 https://bugs.webkit.org/show_bug.cgi?id=137053
2551 Reviewed by Mark Rowe.
2553 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2554 In the build pre-action, pass the --wksi and --llvm options to
2555 copy-webkitlibraries-to-product-directory.
2556 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
2558 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
2560 [GTK] Enable CSS_IMAGE_SET in production builds
2561 https://bugs.webkit.org/show_bug.cgi?id=137142
2563 Reviewed by Alejandro G. Castro.
2565 This is required by the inspector to show some of the icons that
2566 has a HiDPI variant.
2568 * Source/cmake/OptionsGTK.cmake:
2570 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
2572 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
2573 https://bugs.webkit.org/show_bug.cgi?id=136377
2575 Reviewed by Philippe Normand.
2577 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
2578 for CMake versions less than 3.
2580 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
2582 Remove WinCE port from trunk
2583 https://bugs.webkit.org/show_bug.cgi?id=136951
2585 Reviewed by Alex Christensen.
2587 * Source/cmake/OptionsWinCE.cmake: Removed.
2588 * Source/cmake/WebKitPackaging.cmake:
2590 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
2592 [EFL][GTK] Remove WebKit1 related codes
2593 https://bugs.webkit.org/show_bug.cgi?id=136853
2595 Reviewed by Csaba Osztrogonác.
2597 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
2600 * Source/PlatformGTK.cmake:
2602 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2605 https://bugs.webkit.org/show_bug.cgi?id=136820
2607 Reviewed by Csaba Osztrogonác.
2609 * Source/cmake/FindICU.cmake:
2611 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
2613 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
2614 https://bugs.webkit.org/show_bug.cgi?id=136814
2616 Reviewed by Philippe Normand.
2618 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
2619 We bundle the wayland-egl dependency with wayland-client and wayland-server
2620 and store the resulting variables with the WAYLAND_ prefix. Because of this
2621 this line wasn't exporting anything useful.
2623 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
2625 URTBF after r173574.
2627 * Source/cmake/WebKitMacros.cmake:
2629 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
2631 [JavaScriptCore] Fix FTL on platform EFL.
2632 https://bugs.webkit.org/show_bug.cgi?id=133571
2634 Reviewed by Filip Pizlo.
2638 * Source/cmake/FindLIBCXXABI.cmake: Removed.
2639 * Source/cmake/OptionsEfl.cmake:
2641 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2644 https://bugs.webkit.org/show_bug.cgi?id=136571
2646 Reviewed by Darin Adler.
2648 * Source/cmake/OptionsEfl.cmake:
2649 * Source/cmake/OptionsGTK.cmake:
2650 * Source/cmake/OptionsMac.cmake:
2651 * Source/cmake/WebKitFeatures.cmake:
2652 * Source/cmakeconfig.h.cmake:
2654 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2656 Remove CSS_FILTERS flag
2657 https://bugs.webkit.org/show_bug.cgi?id=136529
2659 Reviewed by Dirk Schulze.
2661 * Source/cmake/OptionsEfl.cmake:
2662 * Source/cmake/OptionsGTK.cmake:
2663 * Source/cmake/OptionsMac.cmake:
2664 * Source/cmake/WebKitFeatures.cmake:
2665 * Source/cmakeconfig.h.cmake:
2667 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2669 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
2670 https://bugs.webkit.org/show_bug.cgi?id=136194
2672 Reviewed by Csaba Osztrogonác.
2674 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
2678 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2680 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
2681 https://bugs.webkit.org/show_bug.cgi?id=135560
2683 Reviewed by Gyuyoung Kim.
2685 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
2687 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
2689 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
2690 https://bugs.webkit.org/show_bug.cgi?id=136343
2692 Reviewed by David Kilzer.
2694 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
2696 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2697 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2699 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
2701 [EFL] Share fast/speechsynthesis/ with other ports
2702 https://bugs.webkit.org/show_bug.cgi?id=136224
2704 Reviewed by Chris Fleizach.
2706 Enable WebSpeech for EFL.
2708 * Source/cmake/OptionsEfl.cmake:
2710 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
2712 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
2713 https://bugs.webkit.org/show_bug.cgi?id=136127
2715 Reviewed by Gyuyoung Kim.
2717 Add build support for espeak.
2719 * Source/cmake/FindEspeak.cmake: Added.
2720 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
2722 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
2724 [EFL] Build break using clang
2725 https://bugs.webkit.org/show_bug.cgi?id=136245
2727 Reviewed by Gyuyoung Kim.
2729 * Source/cmake/OptionsEfl.cmake:
2730 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
2731 Some warnings are from system libraries.
2733 2014-08-25 Alberto Garcia <berto@igalia.com>
2735 [GTK] Unify webkitgtk and webkit2gtk directories
2736 https://bugs.webkit.org/show_bug.cgi?id=136209
2738 Reviewed by Carlos Garcia Campos.
2740 Use webkit2gtk-X.X both for the process binaries and the injected
2743 * Source/cmake/OptionsGTK.cmake:
2745 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
2747 [EFL] Move Efl specific code from Source/CMakeLists.txt
2748 https://bugs.webkit.org/show_bug.cgi?id=136206
2750 Reviewed by Gyuyoung Kim.
2752 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
2753 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
2755 * Source/CMakeLists.txt:
2756 * Source/cmake/OptionsEfl.cmake:
2758 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
2760 [EFL] Introduce DEVELOPER_MODE
2761 https://bugs.webkit.org/show_bug.cgi?id=135884
2763 Reviewed by Gyuyoung Kim.
2765 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
2766 instead of SHARED_CORE.
2767 SHARED_CORE can reduce link time and memory consumption but it is slightly different
2768 from release binary.
2770 * Source/cmake/OptionsEfl.cmake:
2771 * Source/cmake/WebKitHelpers.cmake:
2772 Moved fvisibility=hidden to OptionsEfl.cmake
2774 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
2776 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
2777 https://bugs.webkit.org/show_bug.cgi?id=136110
2779 Reviewed by Gyuyoung Kim.
2781 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
2783 * Source/cmake/OptionsEfl.cmake:
2785 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2787 [EFL] Apply eflsymbols.filter to WebKit2
2788 https://bugs.webkit.org/show_bug.cgi?id=136148
2790 Reviewed by Csaba Osztrogonác.
2792 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
2793 in the eflsymbols.filter.
2795 * Source/cmake/OptionsEfl.cmake:
2796 * Source/cmake/eflsymbols.filter:
2798 2014-08-21 Zalan Bujtas <zalan@apple.com>
2800 Enable SATURATED_LAYOUT_ARITHMETIC.
2801 https://bugs.webkit.org/show_bug.cgi?id=136106
2803 Reviewed by Simon Fraser.
2805 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
2806 (No measurable performance regression on Mac.)
2808 * Source/cmake/OptionsMac.cmake:
2809 * Source/cmake/WebKitFeatures.cmake:
2810 * Source/cmakeconfig.h.cmake:
2812 2014-08-19 Zalan Bujtas <zalan@apple.com>
2814 Remove ENABLE(SUBPIXEL_LAYOUT).
2815 https://bugs.webkit.org/show_bug.cgi?id=136077
2817 Reviewed by Simon Fraser.
2819 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
2821 * Source/cmake/OptionsEfl.cmake:
2822 * Source/cmake/OptionsGTK.cmake:
2823 * Source/cmake/OptionsMac.cmake:
2824 * Source/cmake/WebKitFeatures.cmake:
2825 * Source/cmakeconfig.h.cmake:
2827 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
2829 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
2830 https://bugs.webkit.org/show_bug.cgi?id=135980
2832 Reviewed by Martin Robinson.
2834 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
2835 overrides any other disabled optimization that was prepended to these
2836 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
2837 lists first in the final list of compilation flags.
2839 To avoid -On re-enabling optimizations that we'd like to keep disabled,
2840 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
2842 * Source/cmake/OptionsCommon.cmake:
2843 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
2844 * Source/cmake/OptionsGTK.cmake:
2846 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
2848 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
2850 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2852 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
2854 [GTK] Disable memory sampler on non-Linux system
2855 https://bugs.webkit.org/show_bug.cgi?id=134483
2857 Reviewed by Philippe Normand.
2859 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
2860 Linux because it uses many Linux-specific features, so we should disable
2861 memory sampler on other systems by default.
2863 * Source/cmake/OptionsGTK.cmake:
2865 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
2867 [GTK] HTML API documentation should also be installed versioned
2868 https://bugs.webkit.org/show_bug.cgi?id=135970
2870 Reviewed by Philippe Normand.
2872 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
2875 2014-08-14 Tomas Popela <tpopela@redhat.com>
2877 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
2878 https://bugs.webkit.org/show_bug.cgi?id=135937
2880 Reviewed by Carlos Garcia Campos.
2884 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
2886 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
2887 https://bugs.webkit.org/show_bug.cgi?id=135934
2889 Reviewed by Gustavo Noronha Silva.
2891 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
2892 The gir files should installed in $datadir/gir-1.0/ together with all other
2893 gir files. We don't need to install introspection files in a versioned
2894 directory because their filenames already contain the binary version. But before
2895 r171598, the files were only installed to the right directory if the
2896 gobject-instrospection pkg-config file was in the same prefix than the one we
2897 wanted to install, because the gir and typelibs directories were extracted from
2898 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
2899 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
2900 like we do in the autotools build.
2902 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
2903 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
2904 * Source/cmake/OptionsGTK.cmake: Define
2905 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
2907 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
2909 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
2910 https://bugs.webkit.org/show_bug.cgi?id=135836
2912 Reviewed by Philippe Normand.
2914 * Source/PlatformGTK.cmake: Add install command to also install
2915 the GObject DOM bindings API docs.
2917 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
2919 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
2920 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
2921 re-set CMAKE_C_FLAGS with the new string. The two flags should really
2922 be appended to CMAKE_C_FLAGS and the same variable re-set with the
2925 * Source/cmake/OptionsCommon.cmake:
2927 2014-08-13 Alex Christensen <achristensen@webkit.org>
2929 Progress towards CMake on Mac.
2930 https://bugs.webkit.org/show_bug.cgi?id=135819
2932 Reviewed by Laszlo Gombos.
2934 * Source/cmake/OptionsMac.cmake:
2935 Disable some more features temporarily to get CMake working.
2936 * Source/cmake/WebKitMacros.cmake:
2937 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
2939 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
2941 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
2942 https://bugs.webkit.org/show_bug.cgi?id=135798
2944 Reviewed by Philippe Normand.
2946 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
2948 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
2949 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
2950 https://bugs.webkit.org/show_bug.cgi?id=133317
2952 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
2954 Reviewed by Philippe Normand.
2956 No new tests since no new functionality has been added.
2958 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
2960 2014-08-11 Commit Queue <commit-queue@webkit.org>
2962 Unreviewed, rolling out r172393.
2963 https://bugs.webkit.org/show_bug.cgi?id=135796
2965 discussion needed about GnuTLS version bump on the bots
2966 (Requested by philn on #webkit).
2970 https://bugs.webkit.org/show_bug.cgi?id=133317
2971 http://trac.webkit.org/changeset/172393
2973 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
2974 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
2975 https://bugs.webkit.org/show_bug.cgi?id=133317
2977 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
2979 Reviewed by Philippe Normand.
2981 No new tests since no new functionality has been added.
2983 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
2985 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
2987 [GTK] Adds stubs for all subtle crypto algorithm implemntations
2988 https://bugs.webkit.org/show_bug.cgi?id=133316
2990 Reviewed by Philippe Normand.
2992 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
2993 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
2994 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
2996 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
2998 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
3000 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3002 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3004 [GTK] REGRESSION(r166239): The ld version script is not being used
3005 https://bugs.webkit.org/show_bug.cgi?id=135694
3007 Reviewed by Martin Robinson.
3009 Move the symbols filter file from Tools/gtk to Source/cmake and rename
3010 it as gtksymbols.filter. Also updated it, since some of the symbols
3011 exported were renamed.
3013 * Source/cmake/OptionsGTK.cmake:
3014 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
3016 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3018 [GTK] Child processes should be installed in a versioned directory
3019 https://bugs.webkit.org/show_bug.cgi?id=135754
3021 Reviewed by Gustavo Noronha Silva.
3023 Define LIBEXEC_INSTALL_DIR as
3024 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
3025 so that the child processes are installed in $libexec/webkitgtk-4.0.
3026 This makes it possible to install 2.6 in parallel to older versions.
3028 * Source/cmake/OptionsGTK.cmake:
3030 2014-08-08 Alex Christensen <achristensen@webkit.org>
3032 Progress towards using CMake on Mac.
3033 https://bugs.webkit.org/show_bug.cgi?id=135662
3035 Reviewed by Laszlo Gombos.
3038 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
3039 * Source/cmake/WebKitFeatures.cmake:
3040 * Source/cmakeconfig.h.cmake:
3041 Added features that are needed by the Mac port.
3042 * Source/cmake/OptionsMac.cmake:
3043 Enable CSS_IMAGE_SET based on FeatureDefines.h.
3044 Disable the FTL with CMake for now.
3045 * Source/cmake/OptionsEFL.cmake:
3046 * Source/cmake/OptionsGTK.cmake:
3047 Enable subpixel layout to not conflict with FeatureDefines.h
3049 2014-08-08 Simon Fraser <simon.fraser@apple.com>
3051 Undo some erroneous changes to the Xcode scheme files from r172259.
3053 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3054 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3056 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
3058 [CMake] Drop the required version of CMake down to 2.8.8
3059 https://bugs.webkit.org/show_bug.cgi?id=135713
3061 Reviewed by Alex Christensen.
3063 * CMakeLists.txt: Require CMake 2.8.8.
3065 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
3067 Get rid of INPUT_SPEECH
3068 https://bugs.webkit.org/show_bug.cgi?id=135672
3070 Reviewed by Andreas Kling.
3072 * Source/cmake/OptionsMac.cmake:
3073 * Source/cmake/WebKitFeatures.cmake:
3074 * Source/cmakeconfig.h.cmake:
3076 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
3078 [GTK] Disable IndexedDB
3079 https://bugs.webkit.org/show_bug.cgi?id=135692
3081 Reviewed by Carlos Garcia Campos.
3083 * Source/cmake/OptionsGTK.cmake:
3085 2014-08-06 Dean Jackson <dino@apple.com>
3087 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
3088 https://bugs.webkit.org/show_bug.cgi?id=135675
3090 Reviewed by Sam Weinig.
3092 * Source/cmake/OptionsGTK.cmake:
3093 * Source/cmake/OptionsMac.cmake:
3094 * Source/cmake/WebKitFeatures.cmake:
3095 * Source/cmakeconfig.h.cmake:
3097 2014-08-06 David Farler <dfarler@apple.com>
3099 Unreviewed build fix: Make includes semicolon in assignment.
3101 * Makefile.shared: Remove a ;
3103 2014-08-06 David Farler <dfarler@apple.com>
3105 Set DSYMUTIL_NUM_THREADS to the number of logical cores
3106 https://bugs.webkit.org/show_bug.cgi?id=135655
3108 Reviewed by Mark Rowe.
3110 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
3112 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
3114 [GTK] Be able to disable gtk2 dependency
3115 https://bugs.webkit.org/show_bug.cgi?id=135505
3117 Reviewed by Gustavo Noronha Silva.
3119 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
3120 required when it's enabled. It's enabled by default.
3122 * Source/cmake/OptionsGTK.cmake:
3124 2014-08-05 Alex Christensen <achristensen@webkit.org>
3127 https://bugs.webkit.org/show_bug.cgi?id=135620
3129 Reviewed by Laszlo Gombos.
3131 * Source/cmake/OptionsMac.cmake:
3132 Use UDIS86 by default on Mac.
3134 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
3136 Add a flag for the CSS Selectors level 4 implementation
3137 https://bugs.webkit.org/show_bug.cgi?id=135535
3139 Reviewed by Andreas Kling.
3141 * Source/cmake/OptionsEfl.cmake:
3142 * Source/cmake/OptionsGTK.cmake:
3143 * Source/cmake/WebKitFeatures.cmake:
3144 * Source/cmakeconfig.h.cmake:
3146 2014-08-04 Alex Christensen <achristensen@webkit.org>
3148 Progress towards CMake on Mac.
3149 https://bugs.webkit.org/show_bug.cgi?id=135528
3151 Reviewed by Gyuyoung Kim.
3153 * Source/cmake/OptionsMac.cmake:
3154 Made options list based on FeatureDefines.xcconfig files.
3156 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3158 [GTK] Windowing target support should reflect the support in the GTK+ dependency
3159 https://bugs.webkit.org/show_bug.cgi?id=134736
3161 Reviewed by Martin Robinson.
3163 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
3164 support the X11 or Wayland windowing targets -- instead, if there's no support
3165 the specific target is disabled, and an error is thrown only if neither of the
3166 backends is enabled at the end..
3167 For now the X11 target remains enabled by default, and the Wayland target is
3168 kept disabled. Once it's possible to have both targets enabled at runtime in
3169 WebKit, the Wayland target will be enabled as well and we'll leave it to the
3170 GTK+ dependency to determine which targets can be enabled.
3172 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3174 [CMake] Add FindWayland.cmake
3175 https://bugs.webkit.org/show_bug.cgi?id=135540
3177 Reviewed by Martin Robinson.
3179 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
3180 dependency. For now bundles the wayland-client, wayland-server and
3181 wayland-egl pkg-config targets into one dependency, but these could
3182 be split in the future if necessary.
3184 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
3186 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
3187 https://bugs.webkit.org/show_bug.cgi?id=135553
3189 Reviewed by Gyuyoung Kim.
3191 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
3192 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
3194 * Source/cmake/OptionsEfl.cmake:
3196 2014-08-01 Bear Travis <betravis@adobe.com>
3198 [Feature Queries] Enable Feature Queries on EFL/GTK
3199 https://bugs.webkit.org/show_bug.cgi?id=134902
3201 Reviewed by Benjamin Poulain.
3203 Enable CSS Feature Queries by default on the EFL and GTK
3206 * Source/cmake/OptionsEfl.cmake:
3207 * Source/cmake/OptionsGTK.cmake:
3209 2014-08-01 Alex Christensen <achristensen@webkit.org>
3211 Progress towards cmake on Windows.
3212 https://bugs.webkit.org/show_bug.cgi?id=135484
3214 Reviewed by Martin Robinson.
3217 Added Mac to list of ports, even though it is not done yet.
3218 Changed minimum bison version to version installed on Macs.
3219 * Source/cmake/OptionsAppleWin.cmake:
3220 Added some definitions.
3221 * Source/cmake/OptionsEfl.cmake:
3222 * Source/cmake/OptionsGTK.cmake:
3223 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
3224 * Source/cmake/OptionsMac.cmake: Added blank for now.
3225 * Source/cmake/OptionsWinCairo.cmake:
3226 * Source/cmake/OptionsWindows.cmake:
3227 Added some definitions.
3228 Removed /WX (warnings treated as error while compiling).
3229 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
3231 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
3233 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
3234 https://bugs.webkit.org/show_bug.cgi?id=135501
3236 Reviewed by Gyuyoung Kim.
3238 Use PROJECT_VERSION_MICRO instead.
3240 * Source/cmake/OptionsEfl.cmake:
3241 * Source/cmake/OptionsGTK.cmake:
3242 * Source/cmake/WebKitHelpers.cmake:
3244 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
3246 [EFL] Bump ewebkit version to 1.11
3247 https://bugs.webkit.org/show_bug.cgi?id=135487
3249 Reviewed by Gyuyoung Kim.
3251 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
3253 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
3255 [EFL] Add support for building with Geoclue2.
3256 https://bugs.webkit.org/show_bug.cgi?id=135455
3258 Reviewed by Gyuyoung Kim.
3260 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
3263 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
3265 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
3267 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3269 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
3271 [GTK] Bump binary version for 2.6
3272 https://bugs.webkit.org/show_bug.cgi?id=133724
3274 Reviewed by Philippe Normand.
3276 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
3277 update library version numbers.
3279 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
3281 [CMake] Bump the minimum required version
3282 https://bugs.webkit.org/show_bug.cgi?id=135382
3284 Reviewed by Gyuyoung Kim.
3286 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
3287 we introduced usage of target_include_directories().
3289 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
3291 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
3292 https://bugs.webkit.org/show_bug.cgi?id=135376
3294 Reviewed by Gyuyoung Kim.
3296 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
3298 * Source/cmake/OptionsEfl.cmake:
3299 * Source/cmake/OptionsGTK.cmake:
3301 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
3303 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
3304 https://bugs.webkit.org/show_bug.cgi?id=135288
3306 Reviewed by Martin Robinson.
3308 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
3309 datadir to pkgconfig
3310 * Source/cmake/OptionsGTK.cmake: define install directories early
3311 enough to be used in FindGObjectIntrospection.cmake
3313 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
3315 Remove CSS_EXCLUSIONS compile flag and leftover code
3316 https://bugs.webkit.org/show_bug.cgi?id=135175
3318 Reviewed by Zoltan Horvath.
3320 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
3321 stubs. This removes the flag and the useless code.
3323 * Source/cmake/WebKitFeatures.cmake:
3324 * Source/cmakeconfig.h.cmake:
3326 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
3328 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
3329 https://bugs.webkit.org/show_bug.cgi?id=135114
3331 Fix build with GStreamer 1.4
3333 Reviewed by Philippe Normand.
3335 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
3336 gst-mpegts component instead of the unstable 1.3.x verstions.
3338 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
3340 [GTK] Simplify make-dist command line arguments
3341 https://bugs.webkit.org/show_bug.cgi?id=134832
3343 Reviewed by Martin Robinson.
3345 * Source/PlatformGTK.cmake: Use --version instead of
3346 --tarball-root when running make-dist.py.
3348 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
3350 Add a manual test for r135044
3352 <https://bugs.webkit.org/show_bug.cgi?id=135044>
3354 Rubber-stamped by Andy Estes.
3356 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
3358 2014-07-18 Dana Burkart <dburkart@apple.com>
3360 Add a new 'analyze' target to the makefile. This will make use of a new
3361 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
3363 https://bugs.webkit.org/show_bug.cgi?id=135057
3364 <rdar://problem/10193187>
3366 Reviewed by David Kilzer.
3372 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
3374 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
3375 https://bugs.webkit.org/show_bug.cgi?id=134963
3377 Reviewed by Gyuyoung Kim.
3379 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
3381 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
3383 2014-07-14 Daniel Bates <dabates@apple.com>
3385 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
3386 https://bugs.webkit.org/show_bug.cgi?id=134905
3387 <rdar://problem/16602779>
3389 Reviewed by Simon Fraser.
3391 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
3392 on the tapped element when processing a touchend as a result of finger pressing and releasing
3393 on the same element that is initially positioned outside the visible content area.
3395 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
3397 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
3399 [GTK] Enable VIDEO_TRACK by default
3400 https://bugs.webkit.org/show_bug.cgi?id=134801
3402 Reviewed by Philippe Normand.
3404 * Source/cmake/OptionsGTK.cmake:
3406 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
3408 [GTK][CMake] Add a 'distcheck' target
3409 https://bugs.webkit.org/show_bug.cgi?id=130675
3411 Reviewed by Gustavo Noronha Silva.
3413 * Source/PlatformGTK.cmake: Add distcheck target.
3415 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
3417 [GTK] Use the same default options for production builds that previous stable releases
3418 https://bugs.webkit.org/show_bug.cgi?id=134589
3420 Reviewed by Martin Robinson.
3422 Change the default value of some features to match our stable releases.
3423 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
3424 canvas depend on whether cairo-gl is found.
3426 * Source/cmake/FindCairoGL.cmake: Added.
3427 * Source/cmake/OptionsGTK.cmake:
3429 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
3431 [EFL] Support Encrypted Media Extensions.
3432 https://bugs.webkit.org/show_bug.cgi?id=134750
3434 Reviewed by Gyuyoung Kim.
3436 Webkit needs to play encrypted media contents when media player
3437 is played by Media source extensions and normal video procedure.
3439 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
3441 2014-07-08 Alex Christensen <achristensen@webkit.org>
3443 Steps towards CMake on Windows.
3444 https://bugs.webkit.org/show_bug.cgi?id=134716
3446 Reviewed by Martin Robinson.
3449 Added AppleWin and WinCairo to list of CMake ports.
3450 * Source/cmake/OptionsAppleWin.cmake: Added.
3451 * Source/cmake/OptionsWinCairo.cmake: Added.
3452 * Source/cmake/OptionsWindows.cmake:
3453 Windows needs to use the system malloc. Other options to come.
3455 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3457 [EFL] Support Geolocation
3458 https://bugs.webkit.org/show_bug.cgi?id=134439
3460 Reviewed by Antonio Gomes.
3462 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
3464 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3466 Broken build with build-webkit --no-video
3467 https://bugs.webkit.org/show_bug.cgi?id=134587
3469 Reviewed by Darin Adler.
3471 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
3473 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
3475 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
3477 [GTK] The list of features shown by cmake is not accurate
3478 https://bugs.webkit.org/show_bug.cgi?id=134588
3480 Reviewed by Gustavo Noronha Silva.
3482 The problem is that some options might change after the feature
3483 list has been printed.
3485 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
3486 setting the default values of features and set WEBGL value
3487 depending on the dependencies, and API_TEST depending on whether
3488 developer mode is enabled or not.
3490 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3492 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
3493 https://bugs.webkit.org/show_bug.cgi?id=134578
3495 Reviewed by Gyuyoung Kim.
3497 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
3498 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
3499 disable related option if it is not ON.
3501 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
3502 * Source/cmake/OptionsGTK.cmake: Ditto.
3503 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
3505 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
3507 [GTK] make dist is broken
3508 https://bugs.webkit.org/show_bug.cgi?id=134542
3510 Reviewed by Martin Robinson.
3512 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
3514 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
3516 [CMake] Add necessary support for building for the Wayland target
3517 https://bugs.webkit.org/show_bug.cgi?id=134160
3519 Reviewed by Darin Adler.
3521 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
3522 is enabled, and that its version matches the version of the generic package. Same
3523 for the gtk+-wayland-3.0 package and the Wayland target.
3524 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
3525 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
3526 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
3527 so they keep building the TestNetscapePlugin target.
3528 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
3529 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
3530 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
3531 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
3532 the minimum required version as soon as that target is enabled. Only search for GLX
3533 if the X11 target is enabled.
3535 2014-06-29 Yoav Weiss <yoav@yoav.ws>
3537 Add support for HTMLImageElement's sizes attribute
3538 https://bugs.webkit.org/show_bug.cgi?id=133620
3540 Reviewed by Dean Jackson.
3542 Added an ENABLE_PICTURE_SIZES compile flag.
3544 * Source/cmake/WebKitFeatures.cmake:
3545 * Source/cmakeconfig.h.cmake:
3547 2014-06-26 Daniel Bates <dabates@apple.com>
3549 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
3550 https://bugs.webkit.org/show_bug.cgi?id=134309
3551 <rdar://problem/17427385>
3553 Reviewed by Darin Adler.
3555 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
3558 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
3560 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
3562 Remove build guard for progress element
3563 https://bugs.webkit.org/show_bug.cgi?id=134292
3565 Reviewed by Benjamin Poulain.
3567 The build flag is no longer needed as it is always on.
3569 * Source/cmake/WebKitFeatures.cmake:
3570 * Source/cmakeconfig.h.cmake:
3572 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
3574 [EFL] Platform support for WebSpeech feature.
3575 https://bugs.webkit.org/show_bug.cgi?id=116438
3577 Reviewed by Csaba Osztrogonác.
3579 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
3581 * Source/cmake/OptionsEfl.cmake:
3582 * Source/cmake/WebKitFeatures.cmake:
3584 2014-06-23 Philippe Normand <pnormand@igalia.com>
3586 Unreviewed, GTK build fix after r170266.
3588 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
3590 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3592 Disable gamepad feature on EFL and GTK ports by default
3593 https://bugs.webkit.org/show_bug.cgi?id=134169
3595 Reviewed by Brady Eidson.
3597 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
3599 2014-06-21 Brady Eidson <beidson@apple.com>
3601 Gamepad API - Deprecate the existing implementation
3602 https://bugs.webkit.org/show_bug.cgi?id=134108
3604 Reviewed by Timothy Hatcher.
3606 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
3607 -Add the "Deprecated" suffix to some implementation files
3609 * Source/cmake/OptionsEfl.cmake:
3610 * Source/cmake/OptionsGTK.cmake:
3611 * Source/cmake/WebKitFeatures.cmake:
3612 * Source/cmakeconfig.h.cmake:
3614 2014-06-21 Commit Queue <commit-queue@webkit.org>
3616 Unreviewed, rolling out r170244.
3617 https://bugs.webkit.org/show_bug.cgi?id=134157
3619 GTK/EFL bindings generator works differently, making this
3620 patch not work there. Will fix entire patch after a rollout.
3621 (Requested by bradee-oh on #webkit).
3625 "Gamepad API - Deprecate the existing implementation"
3626 https://bugs.webkit.org/show_bug.cgi?id=134108
3627 http://trac.webkit.org/changeset/170244
3629 2014-06-21 Brady Eidson <beidson@apple.com>
3631 Gamepad API - Deprecate the existing implementation
3632 https://bugs.webkit.org/show_bug.cgi?id=134108
3634 Reviewed by Timothy Hatcher.
3636 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
3637 -Add the "Deprecated" suffix to some implementation files
3639 * Source/cmake/OptionsEfl.cmake:
3640 * Source/cmake/OptionsGTK.cmake:
3641 * Source/cmake/WebKitFeatures.cmake:
3642 * Source/cmakeconfig.h.cmake:
3644 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3646 Removing PAGE_VISIBILITY_API compile guard.
3647 https://bugs.webkit.org/show_bug.cgi?id=133844
3649 Reviewed by Gavin Barraclough.
3651 * Source/cmake/OptionsEfl.cmake:
3652 * Source/cmake/OptionsGTK.cmake:
3653 * Source/cmake/WebKitFeatures.cmake:
3654 * Source/cmakeconfig.h.cmake:
3656 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
3658 [EFL][CMAKE] Disable WebKit1 build as a default
3659 https://bugs.webkit.org/show_bug.cgi?id=134093
3661 Reviewed by Gyuyoung Kim.
3663 Disable WebKit1 build and enable WebKit2 build for the EFL port.
3665 * Source/cmake/OptionsEfl.cmake:
3667 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3669 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
3670 https://bugs.webkit.org/show_bug.cgi?id=130389
3672 Reviewed by Mark Lam.
3674 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
3675 into !ENABLE(JIT) since they are mutually exclusive.
3677 * Source/cmake/OptionsEfl.cmake:
3678 * Source/cmake/OptionsGTK.cmake:
3679 * Source/cmake/WebKitFeatures.cmake:
3680 * Source/cmakeconfig.h.cmake:
3682 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
3684 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
3685 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
3686 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
3687 by the plugin process, but it is searched and utilized separately.
3689 Rubber-stamped by Carlos Garcia Campos.
3691 * Source/cmake/OptionsGTK.cmake:
3693 2014-06-16 Commit Queue <commit-queue@webkit.org>
3695 Unreviewed, rolling out r170003.
3696 https://bugs.webkit.org/show_bug.cgi?id=133938
3698 This patch broke GTK build (Requested by kczech on #webkit).
3702 "[EFL] Platform support for WebSpeech feature."
3703 https://bugs.webkit.org/show_bug.cgi?id=116438
3704 http://trac.webkit.org/changeset/170003
3706 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
3708 [EFL] Platform support for WebSpeech feature.
3709 https://bugs.webkit.org/show_bug.cgi?id=116438
3711 Reviewed by Gyuyoung Kim.
3713 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
3715 * Source/cmake/OptionsEfl.cmake:
3716 * Source/cmake/WebKitFeatures.cmake:
3718 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3720 [EFL] Remove duplicated compiler flag
3721 https://bugs.webkit.org/show_bug.cgi?id=133838
3723 Reviewed by Anders Carlsson.
3725 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
3726 it added to common compiler options. So, it is duplicated.
3728 * Source/cmake/WebKitHelpers.cmake:
3730 2014-06-11 Commit Queue <commit-queue@webkit.org>
3732 Unreviewed, rolling out r169877.
3733 https://bugs.webkit.org/show_bug.cgi?id=133784
3735 rollout wrong build fix approach for EFL port (Requested by
3736 gyuyoung on #webkit).
3740 "Unreviewed, EFL build fix since r169869."
3741 http://trac.webkit.org/changeset/169877
3743 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3745 Unreviewed, EFL build fix since r169869.
3747 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
3749 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
3751 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3753 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
3755 * Source/cmake/WebKitHelpers.cmake:
3757 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
3759 [GTK] Make it possible to build with FTL enabled
3760 https://bugs.webkit.org/show_bug.cgi?id=133219
3762 Reviewed by Philippe Normand.
3764 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
3766 * Source/cmake/OptionsGTK.cmake:
3768 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
3770 [CMake] Clean up FAST_MOBILE_SCROLLING
3771 https://bugs.webkit.org/show_bug.cgi?id=133342
3773 Reviewed by Gyuyoung Kim.
3775 FAST_MOBILE_SCROLLING was removed in r168726.
3777 * Source/cmake/OptionsEfl.cmake:
3778 * Source/cmake/OptionsGTK.cmake:
3779 * Source/cmake/WebKitFeatures.cmake:
3780 * Source/cmakeconfig.h.cmake:
3782 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3785 https://bugs.webkit.org/show_bug.cgi?id=132863
3787 Reviewed by Csaba Osztrogonác.
3789 * Source/cmake/OptionsEfl.cmake:
3790 * Source/cmake/OptionsGTK.cmake:
3791 * Source/cmake/WebKitFeatures.cmake:
3792 * Source/cmakeconfig.h.cmake:
3794 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
3796 Allow building CMake based ports with WEB_REPLAY
3797 https://bugs.webkit.org/show_bug.cgi?id=133154
3799 Reviewed by Csaba Osztrogonác.
3801 * Source/cmake/WebKitFeatures.cmake:
3802 * Source/cmakeconfig.h.cmake:
3804 2014-05-21 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
3806 [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled
3807 https://bugs.webkit.org/show_bug.cgi?id=132907
3809 Reviewed by Gyuyoung Kim.
3811 * Source/cmake/FindLIBCXXABI.cmake: Added.
3812 * Source/cmake/OptionsEfl.cmake:
3814 2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3816 [EFL] Turn on ENABLE_CSS_FILTERS
3817 https://bugs.webkit.org/show_bug.cgi?id=133153
3819 Reviewed by Gyuyoung Kim.
3821 * Source/cmake/OptionsEfl.cmake: Enable CSS_FILTERS as default option value.
3823 2014-05-16 Martin Robinson <mrobinson@igalia.com>
3825 [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and LIBEXEC_INSTALL_DIR
3826 https://bugs.webkit.org/show_bug.cgi?id=132819
3828 Reviewed by Carlos Garcia Campos.
3830 * CMakeLists.txt: Hard-code CMAKE_ARCHIVE_OUTPUT_DIRECTORY etc, so that we can accept absolute paths for LIB_INSTALL_DIR
3832 * Source/cmake/OptionsCommon.cmake: Get rid of LIB_SUFFIX and try to make all path variables absolute. Also set
3833 CMAKE_ARCHIVE_OUTPUT_DIRECTORY, etc using the last path component of LIB_INSTALL_DIR, etc, so that absolute paths
3835 * Source/cmake/OptionsGTK.cmake: Ditto. Also get rid of all pkg-config specific variables.
3837 2014-05-20 Gustavo Noronha Silva <gns@gnome.org>
3839 [CMake] Support building with Debug Fission
3840 https://bugs.webkit.org/show_bug.cgi?id=131177
3842 Reviewed by Philippe Normand.
3844 * Source/cmake/OptionsCommon.cmake: add a DEBUG_FISSION option to enable usage
3845 of http://gcc.gnu.org/wiki/DebugFission.
3847 2014-05-20 Carlos Garcia Campos <cgarcia@igalia.com>
3849 [GTK] Rename translation domain as WebKit2GTK-3.0
3850 https://bugs.webkit.org/show_bug.cgi?id=132953
3852 Reviewed by Gustavo Noronha Silva.
3854 * Source/cmake/OptionsGTK.cmake: