1 2015-08-17 Alex Christensen <achristensen@webkit.org>
3 Move some commands from ./CMakeLists.txt to Source/cmake
4 https://bugs.webkit.org/show_bug.cgi?id=148003
6 Reviewed by Brent Fulgham.
9 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
10 so we can change directory structure from command line parameters.
11 * Source/cmake/OptionsAppleWin.cmake:
12 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
13 * Source/cmake/OptionsWinCairo.cmake:
14 * Source/cmake/OptionsWindows.cmake: Removed.
15 * Source/cmake/WebKitCommon.cmake: Added.
16 * Source/cmake/WebKitFS.cmake:
18 2015-08-13 Commit Queue <commit-queue@webkit.org>
20 Unreviewed, rolling out r188428.
21 https://bugs.webkit.org/show_bug.cgi?id=148015
23 broke cmake build (Requested by alexchristensen on #webkit).
27 "Move some commands from ./CMakeLists.txt to Source/cmake"
28 https://bugs.webkit.org/show_bug.cgi?id=148003
29 http://trac.webkit.org/changeset/188428
31 2015-08-13 Alex Christensen <achristensen@webkit.org>
33 Move some commands from ./CMakeLists.txt to Source/cmake
34 https://bugs.webkit.org/show_bug.cgi?id=148003
36 Reviewed by Brent Fulgham.
39 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
40 so we can change directory structure from command line parameters.
41 * Source/cmake/WebKitCommon.cmake: Added.
42 * Source/cmake/WebKitFS.cmake:
44 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
46 A focused node should not be assisted when handling touch events synchronously
47 https://bugs.webkit.org/show_bug.cgi?id=147836
49 Reviewed by Enrica Casucci.
51 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
53 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
54 input can still be assisted due to a touch event.
55 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
56 event does not automatically cause us to assist the currently focused node.
58 2015-08-12 Alex Christensen <achristensen@webkit.org>
60 Fix Debug CMake builds on Windows
61 https://bugs.webkit.org/show_bug.cgi?id=147940
63 Reviewed by Chris Dumez.
65 * Source/cmake/OptionsWindows.cmake:
66 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
68 2015-08-10 Alex Christensen <achristensen@webkit.org>
70 Build TestWebKitAPI with CMake on Windows
71 https://bugs.webkit.org/show_bug.cgi?id=147851
73 Reviewed by Chris Dumez.
75 * Source/cmake/OptionsWindows.cmake:
76 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
78 2015-08-06 Alex Christensen <achristensen@webkit.org>
80 [Win] CMake build fix after r188098.
82 * Source/cmake/OptionsWinCairo.cmake:
83 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
85 2015-08-04 Alex Christensen <achristensen@webkit.org>
87 Fix quirks with CMake and VS2015
88 https://bugs.webkit.org/show_bug.cgi?id=147663
90 Reviewed by Brent Fulgham.
92 * Source/cmake/OptionsWindows.cmake:
93 Hide some warnings. Using the same variable names in nested scopes is ok for now.
96 2015-08-04 Alex Christensen <achristensen@webkit.org>
98 Enable WebGL on Windows CMake build.
99 https://bugs.webkit.org/show_bug.cgi?id=143311
101 Reviewed by Csaba Osztrogonác.
103 * Source/cmake/OptionsWindows.cmake:
104 Enable WebGL by default in CMake builds now that it works.
106 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
108 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
109 https://bugs.webkit.org/show_bug.cgi?id=147625
111 Reviewed by Martin Robinson.
113 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
114 components unless they were actually found, not to accidentally
115 enable Accelerated 2D canvas, which would cause the build to fail.
117 * Source/cmake/FindCairoGL.cmake: Set this variables only when
118 pkg_check_modules() had actually found the relevant component.
120 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
122 [CMake] Add an option to build AllInOne files
123 https://bugs.webkit.org/show_bug.cgi?id=102647
125 Reviewed by Alex Christensen.
127 * Source/cmake/OptionsEfl.cmake: Disabled by default.
128 * Source/cmake/OptionsGTK.cmake: Disabled by default.
129 * Source/cmake/OptionsWindows.cmake: Enabled by default.
130 * Source/cmake/WebKitFeatures.cmake:
131 * Source/cmake/WebKitMacros.cmake:
133 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
135 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
137 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
139 2015-07-31 Alex Christensen <achristensen@webkit.org>
141 Prepare for debug CMake builds on Windows.
142 https://bugs.webkit.org/show_bug.cgi?id=147484
144 Reviewed by Tim Horton.
146 * Source/cmake/OptionsWindows.cmake:
147 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
149 2015-07-30 Joonghun Park <jh718.park@samsung.com>
151 [EFL] Enable IndexedDB based on DatabaseProcess
152 https://bugs.webkit.org/show_bug.cgi?id=147221
154 Reviewed by Csaba Osztrogonác.
156 * Source/cmake/OptionsEfl.cmake:
158 2015-07-30 Alex Christensen <achristensen@webkit.org>
160 Build AppleWin port with CMake
161 https://bugs.webkit.org/show_bug.cgi?id=147385
163 Reviewed by Martin Robinson.
165 * Source/cmake/OptionsWindows.cmake:
166 Use the static multithreaded runtime. Based on
167 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
169 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
171 Implement basic types for ECMAScript Internationalization API
172 https://bugs.webkit.org/show_bug.cgi?id=146926
174 Reviewed by Benjamin Poulain.
176 Enable flag now that the basic objects are in place.
178 * Source/cmake/WebKitFeatures.cmake: enable INTL
180 2015-07-29 Basile Clement <basile_clement@apple.com>
182 Remove native call inlining
183 https://bugs.webkit.org/show_bug.cgi?id=147417
185 Rubber-stamped by Filip Pizlo.
187 * Source/cmake/OptionsEfl.cmake:
188 * Source/cmake/WebKitFeatures.cmake:
190 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
192 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
193 https://bugs.webkit.org/show_bug.cgi?id=147350
195 Reviewed by Sam Weinig.
197 * Source/cmake/WebKitFeatures.cmake:
199 2015-07-27 Alex Christensen <achristensen@webkit.org>
201 Use Ninja on Windows.
202 https://bugs.webkit.org/show_bug.cgi?id=147228
204 Reviewed by Martin Robinson.
206 * Source/cmake/OptionsWindows.cmake:
207 Only use /MP when using generated Visual Studio solution files to build.
208 It makes compiling parallel in MSVC, but Ninja doesn't like it.
210 2015-07-27 Alex Christensen <achristensen@webkit.org>
212 Progress towards building AppleWin with CMake
213 https://bugs.webkit.org/show_bug.cgi?id=147325
215 Reviewed by Martin Robinson.
217 * Source/cmake/OptionsWindows.cmake:
218 Link with 64-bit libraries if building 64-bit binaries.
219 Don't run regular expressions on empty strings when using Ninja.
220 Removed DebugSuffix Visual Studio environment variables.
222 2015-07-23 Alex Christensen <achristensen@webkit.org>
224 Remove compile and runtime flags for promises.
225 https://bugs.webkit.org/show_bug.cgi?id=147244
227 Reviewed by Yusuke Suzuki.
229 * Source/cmake/OptionsMac.cmake:
230 * Source/cmake/OptionsWindows.cmake:
231 * Source/cmake/WebKitFeatures.cmake:
233 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
235 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
236 https://bugs.webkit.org/show_bug.cgi?id=147212
238 Reviewed by Filip Pizlo.
240 * Source/cmake/WebKitFeatures.cmake:
242 2015-07-22 Alex Christensen <achristensen@webkit.org>
244 Fix quirks in CMake build on Mac and Windows
245 https://bugs.webkit.org/show_bug.cgi?id=147174
247 Reviewed by Gyuyoung Kim.
250 * Source/cmake/OptionsWindows.cmake:
251 Added options I removed in r187022. They are indeed needed.
252 * Source/cmake/WebKitFS.cmake:
253 Make the DerivedSources/WebKit directory.
255 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
257 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
259 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
261 2015-07-20 Alex Christensen <achristensen@webkit.org>
263 Resurrect CMake build on Windows.
264 https://bugs.webkit.org/show_bug.cgi?id=147083
266 Reviewed by Gyuyoung Kim.
268 * Source/cmake/OptionsCommon.cmake:
269 * Source/cmake/OptionsWindows.cmake:
270 Change features to get it to compile. Still not a complete feature set.
272 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
274 [GTK] Add seccomp filters support
275 https://bugs.webkit.org/show_bug.cgi?id=110014
277 Reviewed by Žan Doberšek.
279 Find needed compiler and linker flags for libseccomp.
281 * Source/cmake/OptionsGTK.cmake:
283 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
285 Bring back the GNU ar check to create thin archives on non-Linux systems
286 https://bugs.webkit.org/show_bug.cgi?id=146681
288 Reviewed by Martin Robinson.
290 We already use GNU ar thin archive feature to save time and disk space
291 on creating static archives, but it is only enabled on Linux. Without
292 this feature, the debug build of WebCore can be larger than 4 GiB,
293 which can cause error because GNU ar format uses 32-bit integer to
294 store offsets in the symbol table. This patch is similar to
295 https://bugs.webkit.org/show_bug.cgi?id=128596.
297 * Source/cmake/OptionsCommon.cmake:
299 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
301 [GTK] [Wayland] Build by default the X11 and Wayland targets.
302 https://bugs.webkit.org/show_bug.cgi?id=146057
304 Reviewed by Carlos Garcia Campos.
306 * Source/cmake/OptionsGTK.cmake:
308 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
310 [GTK] ar warning when linking static libraries
311 https://bugs.webkit.org/show_bug.cgi?id=144988
313 Reviewed by Carlos Garcia Campos.
315 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
316 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
317 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
318 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
319 should either stop using 'u' or else add 'U' as well in order to disable deterministic
320 archives. Using 'U' should result in a somewhat faster build (at least when using the
321 Makefile generator), but it's unlikely that the difference is significant, so let's simply
322 remove 'u' until someone determines otherwise. This seems like a better option than adding
323 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
324 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
325 behavior change on distributions that do not use --enable-deterministic-archives, notably
328 * Source/cmake/OptionsCommon.cmake:
330 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
332 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
333 https://bugs.webkit.org/show_bug.cgi?id=146590
335 Reviewed by Martin Robinson.
337 * Source/PlatformGTK.cmake: override the cached variables to
338 forcefully disable gtk-doc and gobject-introspection when
340 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
341 documentation syntax when cross-building.
344 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
346 [EFL] test_ewk2_application_cache_manager has been failed since r185527
347 https://bugs.webkit.org/show_bug.cgi?id=146016
349 Reviewed by Gyuyoung Kim.
351 In order to handle properly WebApplicationCacheManagerProxy implementation which use
352 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
353 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
355 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
357 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
359 Implement ECMAScript Internationalization API
360 https://bugs.webkit.org/show_bug.cgi?id=90906
362 Reviewed by Benjamin Poulain.
364 Begin implementing the Intl apis behind ENABLE_INTL flag.
365 Create the base Intl namespace object.
367 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
369 2015-06-30 Philippe Normand <pnormand@igalia.com>
371 [CMake] Error when gst-plugins-base is missing is too confusing
372 https://bugs.webkit.org/show_bug.cgi?id=145682
374 Reviewed by Carlos Garcia Campos.
376 * Source/cmake/OptionsGTK.cmake: Error out if the required
377 GStreamer libraries are not found on the host.
379 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
381 CairoGL should be checked unconditionally
382 https://bugs.webkit.org/show_bug.cgi?id=146390
384 Reviewed by Darin Adler.
386 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
387 it is run unconditionally; this is necessary because its result
388 is used later on, outside of any conditions.
390 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
392 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
393 https://bugs.webkit.org/show_bug.cgi?id=146318
395 Reviewed by Sergio Villar Senin.
397 Enable PUBLIC_SUFFIX_LIST for GTK+.
399 * Source/cmake/OptionsGTK.cmake:
401 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
403 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
405 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
407 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
409 [EFL] Hyphenation is not supported
410 https://bugs.webkit.org/show_bug.cgi?id=89830
412 Reviewed by Gyuyoung Kim.
414 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
416 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
418 [CMake] Add support for building with various sanitizer tools
419 https://bugs.webkit.org/show_bug.cgi?id=131941
421 Reviewed by Martin Robinson.
423 * Source/PlatformGTK.cmake: Don't generate any documentation
424 when compiling with sanitizers enabled.
425 * Source/cmake/OptionsCommon.cmake: Allow linking with
426 undefined symbols when compiling with sanitizers enabled.
428 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
430 libwebkit2gtk fails to link without opengl
431 https://bugs.webkit.org/show_bug.cgi?id=138332
433 Reviewed by Carlos Garcia Campos.
435 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
436 enabled regardless of whether OpenGL is, because certain symbols
437 such as WebCore::GraphicsLayer::create() need to be built.
439 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
441 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
442 https://bugs.webkit.org/show_bug.cgi?id=146181
444 Reviewed by Martin Robinson.
446 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
448 * Source/cmake/OptionsGTK.cmake:
450 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
452 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
453 https://bugs.webkit.org/show_bug.cgi?id=146171
455 Reviewed by Gyuyoung Kim.
457 * Source/cmake/OptionsEfl.cmake:
458 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
460 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
462 [CMake] FindGTK3.cmake should not modify the values of build options
463 https://bugs.webkit.org/show_bug.cgi?id=144613
465 Reviewed by Martin Robinson.
467 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
468 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
469 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
470 GTK3_SUPPORTS_GESTURES for consistency.
471 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
472 available. It's not possible to automatically select a backend correctly anymore, since all
473 options are set at the same time.
475 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
477 Remove unnecessary svn:executable flags
478 https://bugs.webkit.org/show_bug.cgi?id=146107
480 Reviewed by Alexey Proskuryakov.
482 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
483 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
484 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
485 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
486 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
488 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
490 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
491 https://bugs.webkit.org/show_bug.cgi?id=146108
493 Reviewed by Gyuyoung Kim.
495 * Source/cmake/OptionsEfl.cmake:
497 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
499 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
500 https://bugs.webkit.org/show_bug.cgi?id=146035
502 Reviewed by Gyuyoung Kim.
504 * Source/cmake/OptionsEfl.cmake:
506 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
508 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
509 https://bugs.webkit.org/show_bug.cgi?id=145701
511 Reviewed by Darin Adler.
513 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
515 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
517 [iOS] Crash long pressing on <input type=file>
518 https://bugs.webkit.org/show_bug.cgi?id=146009
519 <rdar://problem/21234453>
521 Reviewed by Ryosuke Niwa.
523 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
525 2015-06-16 Brent Fulgham <bfulgham@apple.com>
527 Rollout accidental Xcode project change.
529 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
531 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
533 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
534 https://bugs.webkit.org/show_bug.cgi?id=145909
536 Reviewed by Csaba Osztrogonác.
538 Bump EWebKit version based on efl library version used by the EWebKit.
540 * Source/cmake/OptionsEfl.cmake:
542 2015-06-11 Commit Queue <commit-queue@webkit.org>
544 Unreviewed, rolling out r185453.
545 https://bugs.webkit.org/show_bug.cgi?id=145881
547 it broke the 32-bit build (Requested by clopez on #webkit).
551 "[GTK] [Wayland] Should be possible to build with support for
552 both X11 and Wayland."
553 https://bugs.webkit.org/show_bug.cgi?id=145701
554 http://trac.webkit.org/changeset/185453
556 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
558 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
559 https://bugs.webkit.org/show_bug.cgi?id=145701
561 Reviewed by Žan Doberšek.
563 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
565 2015-06-03 Daniel Bates <dabates@apple.com>
567 Caps lock indicator should not be shown in read-only or disabled field
568 https://bugs.webkit.org/show_bug.cgi?id=145612
569 <rdar://problem/21227454>
571 Reviewed by Darin Adler.
573 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
574 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
575 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
577 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
579 [cmake] Suppress parentheses-equality warnings
580 https://bugs.webkit.org/show_bug.cgi?id=145126
582 Reviewed by Darin Adler.
584 * Source/cmake/WebKitHelpers.cmake:
586 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
588 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
589 https://bugs.webkit.org/show_bug.cgi?id=145408
591 Reviewed by Carlos Garcia Campos.
593 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
594 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
595 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
597 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
598 libraries. Detect also GLX libraries.
599 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
600 libraries. Use find_path() to get the include path.
601 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
603 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
604 depending on the libraries found on the system.
605 Move the detection of GLX (and the include of CMakePushCheckState)
607 Ensure that we only define USE_GLX when we build with OpenGL
608 (but not with GLESv2).
610 2015-05-27 Dean Jackson <dino@apple.com>
612 img.currentSrc problem in strict mode with old picturefill
613 https://bugs.webkit.org/show_bug.cgi?id=144095
614 <rdar://problem/21087013>
616 Reviewed by Simon Fraser.
618 Add a PICTURE_SIZES flag.
620 * Source/cmake/OptionsEfl.cmake:
621 * Source/cmake/OptionsGTK.cmake:
622 * Source/cmake/OptionsMac.cmake:
623 * Source/cmake/OptionsWindows.cmake:
624 * Source/cmake/WebKitFeatures.cmake:
626 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
628 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
630 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
632 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
634 Unreviewed. Export DatabaseProcessMainUnix symbol.
636 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
637 is exported in production builds.
639 * Source/cmake/gtksymbols.filter:
641 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
643 [GTK] Enable IndexedDB
644 https://bugs.webkit.org/show_bug.cgi?id=98932
646 Reviewed by Žan Doberšek.
648 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
649 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
651 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
653 [GTK] Bump GCC requirements to 4.9.0
654 https://bugs.webkit.org/show_bug.cgi?id=145211
656 Reviewed by Žan Doberšek.
658 It's required to build with IndexedDB support when using GCC,
659 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
661 * Source/cmake/OptionsGTK.cmake:
663 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
665 [CMake] Ignore warnings in system headers
666 https://bugs.webkit.org/show_bug.cgi?id=144747
668 Reviewed by Darin Adler.
670 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
671 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
672 use the SYSTEM argument to the command (added in 2.8.12).
676 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
678 [CMake] Error out when ruby is too old
679 https://bugs.webkit.org/show_bug.cgi?id=145014
681 Reviewed by Martin Robinson.
683 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
688 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
690 [GTK] Enable plugin-related CMake options and variables for the X11 target only
691 https://bugs.webkit.org/show_bug.cgi?id=144995
693 Reviewed by Carlos Garcia Campos.
695 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
696 the X11 windowing target at the moment, so the following options
697 and variables should be enabled or disabled accordingly:
698 - ENABLE_PLUGIN_PROCESS_GTK2
699 - ENABLE_NETSCAPE_PLUGIN_API
700 - ENABLE_PLUGIN_PROCESS
702 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
704 Linker fails without -DDEVELOPER_MODE=ON
705 https://bugs.webkit.org/show_bug.cgi?id=144117
707 Reviewed by Gyuyoung Kim.
709 * Source/cmake/OptionsEfl.cmake:
710 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
711 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
713 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
715 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
716 https://bugs.webkit.org/show_bug.cgi?id=144846
718 Reviewed by Martin Robinson.
720 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
721 CAIRO_GL_* throughout, because find_package will define
723 * Source/cmake/OptionsGTK.cmake: Ditto.
725 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
727 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
728 https://bugs.webkit.org/show_bug.cgi?id=144845
730 Reviewed by Martin Robinson.
732 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
733 if their corresponding WTF options are ON. The code in npapi.h
734 relies on these being undefined if they are to be switched off.
736 2015-05-09 Yoav Weiss <yoav@yoav.ws>
738 Remove the PICTURE_SIZES build flag
739 https://bugs.webkit.org/show_bug.cgi?id=144679
741 Reviewed by Benjamin Poulain.
743 Removed the PICTURE_SIZES build time flag.
745 * Source/cmake/OptionsEfl.cmake:
746 * Source/cmake/OptionsGTK.cmake:
747 * Source/cmake/OptionsMac.cmake:
748 * Source/cmake/OptionsWindows.cmake:
749 * Source/cmake/WebKitFeatures.cmake:
751 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
753 [GTK] [CMake] Check for required X libraries
754 https://bugs.webkit.org/show_bug.cgi?id=144823
756 Reviewed by Martin Robinson.
758 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
760 * Source/cmake/OptionsGTK.cmake:
762 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
764 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
765 https://bugs.webkit.org/show_bug.cgi?id=144746
767 Reviewed by Carlos Garcia Campos.
769 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
770 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
771 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
773 * Source/cmake/OptionsGTK.cmake:
775 2015-05-08 Daniel Bates <dabates@apple.com>
777 [iOS] WebSQL operations are not performed after device is locked
778 https://bugs.webkit.org/show_bug.cgi?id=137503
779 <rdar://problem/20844952>
781 Rubber-stamped by Alexey Proskuryakov.
783 Add a manual test to help verify that we do not regress this issue.
785 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
787 2015-05-08 Commit Queue <commit-queue@webkit.org>
789 Unreviewed, rolling out r183945.
790 https://bugs.webkit.org/show_bug.cgi?id=144789
792 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
796 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
797 https://bugs.webkit.org/show_bug.cgi?id=144746
798 http://trac.webkit.org/changeset/183945
800 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
802 Cleanup after r183940
803 https://bugs.webkit.org/show_bug.cgi?id=144768
807 Looks like the empty directories were not deleted.
809 * Source/PAL: Removed.
810 * Source/PAL/Configurations: Removed.
811 * Source/PAL/PAL.xcodeproj: Removed.
812 * Source/PAL/graphics: Removed.
814 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
816 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
817 https://bugs.webkit.org/show_bug.cgi?id=144746
819 Reviewed by Martin Robinson.
821 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
822 what it is defined to, so defining it to 0 effectively turned it on always.
824 * Source/cmake/OptionsGTK.cmake:
826 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
828 Revert "Introducing the Platform Abstraction Layer (PAL)"
829 https://bugs.webkit.org/show_bug.cgi?id=144751
833 PAL should be a new target inside WebCore, rather than a top-level folder.
835 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
837 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
839 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
841 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
843 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
845 Introducing the Platform Abstraction Layer (PAL)
846 https://bugs.webkit.org/show_bug.cgi?id=143358
848 Reviewed by Simon Fraser.
850 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
852 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
854 [cmake] Disable GNU Gold linker on Cortex A53
855 https://bugs.webkit.org/show_bug.cgi?id=144382
857 Reviewed by Carlos Garcia Campos.
859 * Source/cmake/OptionsCommon.cmake:
861 2015-05-01 Martin Robinson <mrobinson@igalia.com>
863 USE(...) macro should expect unprefixed variables
864 https://bugs.webkit.org/show_bug.cgi?id=144454
866 Reviewed by Daniel Bates.
868 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
869 * Source/cmake/OptionsEfl.cmake: Ditto.
870 * Source/cmake/OptionsGTK.cmake: Ditto.
871 * Source/cmake/OptionsMac.cmake: Ditto.
872 * Source/cmake/OptionsWinCairo.cmake: Ditto.
873 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
876 2015-04-30 Martin Robinson <mrobinson@igalia.com>
878 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
879 https://bugs.webkit.org/show_bug.cgi?id=144394
881 Reviewed by Carlos Garcia Campos.
883 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
884 is that it fixes the redirected XComposite window for GTK+, which was accidentally
885 disabled in previous reworking of the CMake configuration.
887 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
888 version of USE variables.
889 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
890 is exposed to the build.
892 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
894 Unreviewed. Bump GTK+ version numbers.
896 * Source/cmake/OptionsGTK.cmake:
898 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
900 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
901 https://bugs.webkit.org/show_bug.cgi?id=144435
903 Reviewed by Gyuyoung Kim.
905 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
906 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
908 * Source/cmake/OptionsEfl.cmake:
910 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
912 REGRESSION(183583): [Mac] make without SDKROOT has issues
913 https://bugs.webkit.org/show_bug.cgi?id=144431
915 Reviewed by Dan Bernstein.
918 Assume an empty SDKROOT means an macosx variant, so only
919 enable settings if the SDKROOT is not empty and does not
922 2015-04-29 Martin Robinson <mrobinson@igalia.com>
924 Fix the GTK+ build after r183584
926 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
928 2015-04-29 Martin Robinson <mrobinson@igalia.com>
930 [GTK] Add support for automatic hyphenation
931 https://bugs.webkit.org/show_bug.cgi?id=44478
933 Reviewed by Carlos Garcia Campos.
935 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
936 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
937 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
939 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
941 Failure when building WebKit for appletvsimulator.
942 https://bugs.webkit.org/show_bug.cgi?id=144356
944 Reviewed by Alexey Proskuryakov.
946 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
947 make TVOS and WatchOS behave correctly.
951 2015-04-29 Martin Robinson <mrobinson@igalia.com>
953 [CMake] [GTK] Organize and clean up unused CMake variables
954 https://bugs.webkit.org/show_bug.cgi?id=144364
956 Reviewed by Gyuyoung Kim.
958 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
959 specific to certain projects into their PlatformGTK.cmake files.
961 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
963 [EFL] Build failure to find gio-unix
964 https://bugs.webkit.org/show_bug.cgi?id=144083
966 Reviewed by Gyuyoung Kim.
968 Original patch by Doug Newgard <scimma22@outlook.com>
970 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
972 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
974 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
975 https://bugs.webkit.org/show_bug.cgi?id=143001
977 Reviewed by Gyuyoung Kim.
979 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
980 * Source/cmake/OptionsGTK.cmake: Ditto.
982 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
984 Unreviewed, fix typo in previous commit
986 libsecretr -> libsecret in the error message.
988 * Source/cmake/OptionsGTK.cmake:
990 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
992 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
993 https://bugs.webkit.org/show_bug.cgi?id=143546
995 Reviewed by Martin Robinson.
997 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
998 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
999 default. Fail the build with an informative error message if an optional dependency required
1000 for an enabled feature is not present. Perform find_package commands only when necessary.
1001 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
1004 * Source/cmake/OptionsGTK.cmake:
1006 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1008 [GTK] Make all options actually options
1009 https://bugs.webkit.org/show_bug.cgi?id=144106
1011 Reviewed by Martin Robinson.
1013 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
1014 ENABLE_WAYLAND_TARGET.
1016 * Source/cmake/OptionsGTK.cmake:
1018 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1020 Unreviewed, fix GTK build after r183452
1022 * Source/cmake/OptionsGTK.cmake:
1024 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1026 [GTK] Add one single option to control all OpenGL-related options
1027 https://bugs.webkit.org/show_bug.cgi?id=144105
1029 Reviewed by Martin Robinson.
1031 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
1032 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
1033 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
1034 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
1035 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
1036 presence of CairoGL.
1038 * Source/cmake/OptionsGTK.cmake:
1040 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1042 [GTK] ENABLE_SMOOTH_SCROLLING should be private
1043 https://bugs.webkit.org/show_bug.cgi?id=144306
1045 Reviewed by Martin Robinson.
1047 Make ENABLE_SMOOTH_SCROLLING private instead of public.
1049 * Source/cmake/OptionsGTK.cmake:
1051 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1053 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
1054 https://bugs.webkit.org/show_bug.cgi?id=144193
1056 Reviewed by Darin Adler.
1058 * Source/cmake/OptionsEfl.cmake:
1059 * Source/cmake/OptionsGTK.cmake:
1060 * Source/cmake/OptionsWinCairo.cmake:
1061 * Source/cmake/WebKitFeatures.cmake:
1063 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1065 [CMake] Should be possible for an option to conflict with other options
1066 https://bugs.webkit.org/show_bug.cgi?id=143956
1068 Reviewed by Martin Robinson.
1070 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
1072 * Source/cmake/WebKitFeatures.cmake:
1074 2015-04-22 Martin Robinson <mrobinson@igalia.com>
1076 [CMake] Autogenerate cmakeconfig.h.cmake
1077 https://bugs.webkit.org/show_bug.cgi?id=143997
1079 Reviewed by Csaba Osztrogonác.
1081 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
1082 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
1083 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
1084 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
1085 Do some other miscellaneous related cleanup.
1086 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
1087 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
1088 build exposed variables. Add a macro to generate a configuration from them.
1089 * Source/cmakeconfig.h.cmake: Removed.
1091 2015-04-24 Philippe Normand <pnormand@igalia.com>
1093 [JHBuild] Move to upstream OpenWebRTC
1094 https://bugs.webkit.org/show_bug.cgi?id=144145
1096 Reviewed by Carlos Garcia Campos.
1098 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
1101 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
1103 [ES6] Implement ES6 template literals
1104 https://bugs.webkit.org/show_bug.cgi?id=142691
1106 Reviewed by Darin Adler.
1108 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
1110 * Source/cmake/WebKitFeatures.cmake:
1111 * Source/cmakeconfig.h.cmake:
1113 2015-04-25 Martin Robinson <mrobinson@igalia.com>
1115 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
1116 https://bugs.webkit.org/show_bug.cgi?id=144182
1118 Reviewed by Simon Fraser.
1120 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1121 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1122 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1123 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1124 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1126 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1128 [GTK] Add more public options
1129 https://bugs.webkit.org/show_bug.cgi?id=144116
1131 Reviewed by Martin Robinson.
1133 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
1135 * Source/cmake/OptionsGTK.cmake:
1137 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1139 [CMake] Some internal variables are not marked as advanced
1140 https://bugs.webkit.org/show_bug.cgi?id=143595
1142 Reviewed by Martin Robinson.
1144 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
1145 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
1147 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1149 [GTK] Mark as advanced the build options we don't want to expose
1150 https://bugs.webkit.org/show_bug.cgi?id=143558
1152 Reviewed by Martin Robinson.
1154 Mark various options as private instead of public.
1156 * Source/cmake/OptionsGTK.cmake:
1158 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1160 [CMake] Should be possible for an option to depend on multiple options
1161 https://bugs.webkit.org/show_bug.cgi?id=143839
1163 Reviewed by Martin Robinson.
1165 Use a list instead of a single variable to track the dependencies of each option. Iterate
1166 over the list as many times as necessary to ensure all options are properly disabled.
1168 * Source/cmake/WebKitFeatures.cmake:
1170 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1172 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
1173 https://bugs.webkit.org/show_bug.cgi?id=144103
1175 Reviewed by Martin Robinson.
1177 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
1179 * Source/cmake/WebKitFeatures.cmake:
1181 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1183 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
1184 https://bugs.webkit.org/show_bug.cgi?id=144102
1186 Reviewed by Martin Robinson.
1188 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
1189 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
1190 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
1192 * Source/cmake/OptionsGTK.cmake:
1194 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1196 [CMake] Clean up JSC JIT options
1197 https://bugs.webkit.org/show_bug.cgi?id=143998
1199 Reviewed by Filip Pizlo.
1201 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
1202 define for ENABLE_FTL_NATIVE_CALL_INLINING.
1203 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
1204 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
1205 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
1206 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
1208 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1210 [CMake] Use lowercase for local variables in macros
1211 https://bugs.webkit.org/show_bug.cgi?id=144059
1213 Reviewed by Martin Robinson.
1215 Convert some variable names to lowercase.
1217 * Source/cmake/WebKitFeatures.cmake:
1219 2015-04-22 Commit Queue <commit-queue@webkit.org>
1221 Unreviewed, rolling out r183116.
1222 https://bugs.webkit.org/show_bug.cgi?id=144060
1224 Inadvertently deleted a file... (Requested by mcatanzaro on
1229 "[CMake] Use lowercase for local variables in macros"
1230 https://bugs.webkit.org/show_bug.cgi?id=144059
1231 http://trac.webkit.org/changeset/183116
1233 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1235 [CMake] Use lowercase for local variables in macros
1236 https://bugs.webkit.org/show_bug.cgi?id=144059
1238 Reviewed by Martin Robinson.
1240 Convert some variable names to lowercase.
1242 * Source/cmake/WebKitFeatures.cmake:
1244 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1246 [CMake] Features list should print dots every other row
1247 https://bugs.webkit.org/show_bug.cgi?id=143832
1249 Reviewed by Martin Robinson.
1251 Discount private options when determining whether to print dots on a given row of the
1252 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
1253 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
1254 wasn't noticed because it only affects the first line, and use of the variable name as a
1255 string in a conditional.)
1257 * Source/cmake/WebKitFeatures.cmake:
1259 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1261 [CMake] Require specifying visibility of WebKit options
1262 https://bugs.webkit.org/show_bug.cgi?id=143831
1264 Reviewed by Alex Christensen.
1266 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
1267 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
1268 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
1269 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
1270 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
1271 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
1272 cross-platform options as PRIVATE.
1274 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1276 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
1277 https://bugs.webkit.org/show_bug.cgi?id=143935
1279 Reviewed by Darin Adler.
1281 Some variables aren't defined in these files or unused variables aren't removed. This
1282 patch cleans up it as well as fix wrong alphabet order.
1284 * Source/cmake/WebKitFeatures.cmake:
1285 * Source/cmakeconfig.h.cmake:
1287 2015-04-19 Simon Fraser <simon.fraser@apple.com>
1289 Restore the WebKit.xcworkspace to the way it was before r182899,
1290 which inadvertently added the Source directory and a couple of source
1293 * WebKit.xcworkspace/contents.xcworkspacedata:
1295 2015-04-16 Basile Clement <basile_clement@apple.com>
1297 Extract the allocation profile from JSFunction into a rare object
1298 https://bugs.webkit.org/show_bug.cgi?id=143807
1300 Reviewed by Filip Pizlo.
1302 * WebKit.xcworkspace/contents.xcworkspacedata:
1304 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
1306 [EFL] Bump LLVM to version 3.6.0 on X86_64
1307 https://bugs.webkit.org/show_bug.cgi?id=143604
1309 Reviewed by Gyuyoung Kim.
1311 * Source/cmake/FindLLVM.cmake: Added version handling.
1312 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
1314 2015-04-15 Timothy Horton <timothy_horton@apple.com>
1316 Custom CSS cursors do not use -webkit-image-set on retina displays
1317 https://bugs.webkit.org/show_bug.cgi?id=120783
1319 Reviewed by Beth Dakin.
1320 Patch by Evan Wallace <evan.exe@gmail.com>.
1322 Add a manual test for custom CSS cursors on retina displays.
1324 * ManualTests/retina-cursors.html: Added.
1326 2015-04-15 Alex Christensen <achristensen@webkit.org>
1328 Progress towards CMake on Mac.
1329 https://bugs.webkit.org/show_bug.cgi?id=143785
1331 Reviewed by Csaba Osztrogonác.
1334 * Source/cmake/OptionsMac.cmake:
1335 * Source/cmake/WebKitFS.cmake:
1337 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
1339 Cannot click "Next" button on Google two-factor auth setup page
1341 <https://bugs.webkit.org/show_bug.cgi?id=143624>
1342 <rdar://problem/19175714>
1344 Reviewed by Darin Adler.
1346 * ManualTests/button-that-focuses-itself-on-click.html: Added.
1348 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
1350 [cmake] REGRESSION(182663): It broke feature dependency handling
1351 https://bugs.webkit.org/show_bug.cgi?id=143665
1353 Reviewed by Csaba Osztrogonác.
1355 Don't try to check the value of options before defining the options.
1357 * Source/cmake/WebKitFeatures.cmake:
1359 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
1361 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
1362 https://bugs.webkit.org/show_bug.cgi?id=143664
1364 Reviewed by Gyuyoung Kim.
1366 * Source/cmake/OptionsEfl.cmake:
1367 * Source/cmake/OptionsGTK.cmake:
1368 * Source/cmake/WebKitFeatures.cmake:
1369 * Source/cmakeconfig.h.cmake:
1371 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1373 [EFL] Enable Media Source
1374 https://bugs.webkit.org/show_bug.cgi?id=143635
1376 Reviewed by Csaba Osztrogonác.
1378 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
1380 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1382 [CMake] Miscellaneous issues in WebKitFeatures.cmake
1383 https://bugs.webkit.org/show_bug.cgi?id=143636
1385 Reviewed by Martin Robinson.
1387 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
1388 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
1390 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
1391 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
1393 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
1395 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
1397 Fix ENABLE_TOUCH_SLIDER so that it can be used
1401 * Source/cmake/WebKitFeatures.cmake:
1403 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1405 [CMake] Print sorted feature list at the very end of the configure process
1406 https://bugs.webkit.org/show_bug.cgi?id=143596
1408 Reviewed by Martin Robinson.
1410 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
1411 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
1412 and sort the options before printing. Reorder some code so that features still get
1413 propagated to the bindings generators.
1415 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1417 [CMake] Options should be marked as advanced by default
1418 https://bugs.webkit.org/show_bug.cgi?id=143572
1420 Reviewed by Gyuyoung Kim.
1422 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
1423 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
1424 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
1425 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
1426 option without making it public.
1428 * Source/cmake/WebKitFeatures.cmake:
1430 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1432 [CMake] Remove unnecessary ENABLE_WEBCORE switch
1433 https://bugs.webkit.org/show_bug.cgi?id=143584
1435 Reviewed by Csaba Osztrogonác.
1437 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
1441 * Source/CMakeLists.txt:
1442 * Source/cmake/OptionsGTK.cmake:
1443 * Source/cmake/WebKitFS.cmake:
1445 2015-04-08 Filip Pizlo <fpizlo@apple.com>
1447 Unreviewed, revert accidental commit.
1451 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
1453 Add CMake build system for WinCairo port.
1454 https://bugs.webkit.org/show_bug.cgi?id=115944
1456 Reviewed by Chris Dumez.
1458 * Source/cmake/OptionsWindows.cmake:
1459 * Source/cmake/WebKitMacros.cmake:
1460 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1462 2015-04-06 Alberto Garcia <berto@igalia.com>
1464 [GTK] Fix HPPA build
1465 https://bugs.webkit.org/show_bug.cgi?id=143453
1467 Reviewed by Darin Adler.
1469 Add HPPA to the list of supported CPUs.
1473 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
1475 Unreviewed, kick the GTK bots to fix an incremental build issue.
1477 * Source/cmake/OptionsGTK.cmake:
1479 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
1481 Fix the EFL and GTK build after r182243
1482 https://bugs.webkit.org/show_bug.cgi?id=143361
1484 Reviewed by Csaba Osztrogonác.
1486 * Source/PlatformEfl.cmake: Add a custom command that copies
1487 the InspectorBackendCommands.js file into the proper directory
1488 under DerivedSources/WebInspectorUI/.
1490 2015-04-01 Alex Christensen <achristensen@webkit.org>
1492 Progress towards CMake on Windows and Mac.
1493 https://bugs.webkit.org/show_bug.cgi?id=143293
1495 Reviewed by Filip Pizlo.
1498 Set DERIVED_SOURCES_WTF_DIR for Windows.
1499 * Source/CMakeLists.txt:
1500 Don't compile bmalloc on Windows.
1501 * Source/cmake/OptionsCommon.cmake:
1502 Use the absolute path of the C preprocessor.
1503 * Source/cmake/OptionsWinCairo.cmake:
1504 Added needed definitions.
1505 * Source/cmake/OptionsWindows.cmake:
1506 Set some default values and removed support for old Visual Studio versions before /MP.
1507 * Source/cmake/WebKitFS.cmake:
1508 Make WTF DerivedSources directory.
1509 * Source/cmake/WebKitMacros.cmake:
1510 Added ADD_PRECOMPILED_HEADER macro based on
1511 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1513 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
1515 Use colored diagnostics when building with cmake + ninja + clang
1516 https://bugs.webkit.org/show_bug.cgi?id=143297
1518 Reviewed by Žan Doberšek.
1520 Because that ninja sets subprocess stdout/stderr to a pipe, clang
1521 disables colored output.
1522 This patch forces clang to use colored diagnostics when we are using
1525 * Source/cmake/OptionsCommon.cmake:
1527 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1529 [CMake] Update old CMakeList.txt in gtest
1530 https://bugs.webkit.org/show_bug.cgi?id=143192
1532 Reviewed by Darin Adler.
1534 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
1535 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
1536 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
1538 * Source/CMakeLists.txt:
1539 * Source/cmake/gtest/CMakeLists.txt: Removed.
1541 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1543 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
1544 https://bugs.webkit.org/show_bug.cgi?id=143138
1546 Reviewed by Csaba Osztrogonác.
1548 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
1549 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
1551 * Source/cmake/OptionsWindows.cmake:
1552 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
1553 * Source/cmake/WebKitMacros.cmake:
1555 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1557 [GStreamer] share GL context in pipeline, part 2
1558 https://bugs.webkit.org/show_bug.cgi?id=143049
1560 Reviewed by Carlos Garcia Campos.
1562 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
1563 OpenGL/ES2 is found and GLX/EGL is found too.
1565 2015-03-26 Alex Christensen <achristensen@webkit.org>
1567 Progress towards CMake on Mac.
1568 https://bugs.webkit.org/show_bug.cgi?id=143112
1570 Reviewed by Chris Dumez.
1572 * Source/cmake/OptionsMac.cmake:
1574 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
1576 [EFL] Add OpenWebRTC in jhbuild
1577 https://bugs.webkit.org/show_bug.cgi?id=142778
1579 Reviewed by Gyuyoung Kim.
1581 Original patch by Philippe Normand <pnormand@igalia.com>
1583 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
1584 mediastream build is enabled.
1586 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
1588 [GTK] Add a configure option to build without Redirected XComposite Window
1589 https://bugs.webkit.org/show_bug.cgi?id=142865
1591 Reviewed by Žan Doberšek.
1593 The Redirected XComposite Window was added to support some
1594 features like GtkOverlay, but in cases where we don't need such
1595 features, it's more efficient to use the XID of the WebKitWebView
1596 window as the native surface handle for the accelerated
1597 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
1598 that is enabled by default for X11 target when OpenGL is enabled.
1600 * Source/cmake/OptionsGTK.cmake:
1602 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
1604 [GTK] Search for the Wayland dependency when enabling Wayland target
1605 https://bugs.webkit.org/show_bug.cgi?id=142876
1607 Reviewed by Carlos Garcia Campos.
1609 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
1610 requirement of either the GTK+ or GDK pkg-config files, so we have to
1611 search for it ourselves when WebKitGTK+ has been configured to support
1612 the Wayland windowing target.
1614 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1616 Unreviewed, kick the GTK bots to regenerate makefile.
1617 https://bugs.webkit.org/show_bug.cgi?id=137394
1619 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
1620 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
1622 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1624 Unreviewed, kick the GTK bots to regenerate makefile.
1625 https://bugs.webkit.org/show_bug.cgi?id=137394
1627 * Source/cmake/OptionsEfl.cmake:
1629 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
1631 [GTK] Fix inspector userinterface related incremental build issue
1632 https://bugs.webkit.org/show_bug.cgi?id=142849
1634 Reviewed by Carlos Garcia Campos.
1636 * Source/cmake/OptionsGTK.cmake: Revert r181733.
1638 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
1640 Unreviewed, kick the GTK bots to regenerate makefile.
1642 * Source/cmake/OptionsGTK.cmake:
1644 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
1646 [EFL] Expose JavaScript binding interface through ewk_extension
1647 https://bugs.webkit.org/show_bug.cgi?id=142033
1649 Reviewed by Gyuyoung Kim.
1651 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
1653 2015-03-17 Philippe Normand <pnormand@igalia.com>
1655 [GTK] basic OpenWebRTC build support
1656 https://bugs.webkit.org/show_bug.cgi?id=142393
1658 Reviewed by Carlos Garcia Campos.
1660 * Source/cmake/FindOpenWebRTC.cmake: Added.
1661 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
1662 mediastream build is enabled.
1664 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1666 [CMake][EFL] Build test tools only for developer mode
1667 https://bugs.webkit.org/show_bug.cgi?id=142761
1669 Reviewed by Csaba Osztrogonác.
1671 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
1673 * Source/cmake/OptionsEfl.cmake:
1674 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
1675 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
1676 * Source/cmakeconfig.h.cmake:
1678 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
1680 Enable ES6 classes by default
1681 https://bugs.webkit.org/show_bug.cgi?id=142774
1683 Reviewed by Gavin Barraclough.
1685 * Source/cmake/WebKitFeatures.cmake:
1687 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1689 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
1690 https://bugs.webkit.org/show_bug.cgi?id=142722
1692 Reviewed by Csaba Osztrogonác.
1694 Categorize to define cmake variables, to find necessary packages,
1695 use upper case for "glib_conponents" cmake variable name, re-arrange
1696 wrong alphabet sorting, and so on.
1698 * CMakeLists.txt: Remove WinCE port.
1699 * Source/cmake/OptionsEfl.cmake:
1701 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1703 [GStreamer] share GL context in pipeline
1704 https://bugs.webkit.org/show_bug.cgi?id=142693
1706 Reviewed by Philippe Normand.
1708 Add search of gstreamer-gl library in the GStreamer installation. If
1709 it is found, WTF_USE_GSTREAMER_GL macro is defined.
1711 * Source/cmake/FindGStreamer.cmake:
1712 * Source/cmake/OptionsGTK.cmake:
1714 2015-03-13 Alex Christensen <achristensen@webkit.org>
1716 Progress towards CMake on Mac.
1717 https://bugs.webkit.org/show_bug.cgi?id=142680
1719 Reviewed by Gyuyoung Kim.
1722 * Source/PlatformMac.cmake: Added stub.
1723 * Source/cmake/OptionsMac.cmake:
1724 Change defines to get CMake working.
1726 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1728 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
1729 https://bugs.webkit.org/show_bug.cgi?id=126688
1731 Reviewed by Gustavo Noronha Silva.
1733 Add ENABLE_MINIBROWSER option, enabled by default for development
1734 builds and disabled for production builds unless explicilty enabled.
1736 * Source/cmake/OptionsGTK.cmake:
1738 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1740 [GTK] Do not look for child processes in the UI process binary path
1741 https://bugs.webkit.org/show_bug.cgi?id=135752
1743 Reviewed by Gustavo Noronha Silva.
1745 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
1746 build for development builds.
1748 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
1750 [GTK] Add a configure option to build with OpenGL ES 2
1751 https://bugs.webkit.org/show_bug.cgi?id=142498
1753 Reviewed by Martin Robinson.
1755 Add ENABLE_GLES2 option. It's disabled by default, but if passed
1756 GLES2 is required and OpenGL is not even searched. Otherwise we
1757 search for OpenGL as usual, using it only if present.
1759 * Source/cmake/OptionsGTK.cmake:
1761 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
1763 [cmake] Handle unused parameter warnings as build errors except in WebKit2
1764 https://bugs.webkit.org/show_bug.cgi?id=142338
1766 Reviewed by Gyuyoung Kim.
1768 * Source/cmake/WebKitHelpers.cmake:
1770 2015-03-03 Daniel Bates <dabates@apple.com>
1772 Convert ManualTests/svg-tooltip.svg to a DRT test
1773 https://bugs.webkit.org/show_bug.cgi?id=140480
1775 Reviewed by Alex Christensen.
1777 * ManualTests/svg-tooltip.svg: Removed.
1779 2015-03-02 Debarshi Ray <debarshir@gnome.org>
1781 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
1782 https://bugs.webkit.org/show_bug.cgi?id=142165
1784 Reviewed by Carlos Garcia Campos.
1786 * Source/cmake/gtksymbols.filter:
1788 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
1790 [EFL] Remove unnecessary comment after r179110
1791 https://bugs.webkit.org/show_bug.cgi?id=142042
1793 Reviewed by Gyuyoung Kim.
1795 * Source/cmake/OptionsEfl.cmake:
1797 2015-02-23 Tomas Popela <tpopela@redhat.com>
1799 [GTK] Fails to compile with cmake 3.2.x
1800 https://bugs.webkit.org/show_bug.cgi?id=141796
1802 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
1803 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
1804 added and the build will fail.
1806 Reviewed by Martin Robinson.
1808 * Source/cmake/OptionsGTK.cmake:
1810 2015-02-20 Alexey Proskuryakov <ap@apple.com>
1812 Remove svn:keywords property.
1814 As far as I can tell, the property had no effect on any of these files, but also,
1815 when it has effect it's likely harmful.
1817 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
1818 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
1819 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
1820 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
1821 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
1822 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
1823 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
1824 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
1825 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
1826 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
1827 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
1828 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
1829 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
1830 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
1832 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1834 [CMAKE] Remove CMakeLists.txt in WK1 port
1835 https://bugs.webkit.org/show_bug.cgi?id=141617
1837 Reviewed by Anders Carlsson.
1839 Nobody uses CMake in WK1 port. Remove it.
1843 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
1845 Unreviewed, remove empty directories.
1847 * ManualTests/qt: Removed.
1849 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
1851 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
1852 https://bugs.webkit.org/show_bug.cgi?id=141481
1854 Reviewed by Csaba Osztrogonác.
1856 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
1858 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1860 [EFL][GTK] Use bmalloc instead of tcmalloc
1861 https://bugs.webkit.org/show_bug.cgi?id=140162
1863 Reviewed by Carlos Garcia Campos.
1865 Add bmalloc directory to build list.
1867 * CMakeLists.txt: Define BMALLOC_DIR directory.
1868 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
1870 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
1872 [GTK] Add default color chooser implementation using GtkColorChooserDialog
1873 https://bugs.webkit.org/show_bug.cgi?id=141392
1875 Reviewed by Gustavo Noronha Silva.
1877 Enable INPUT_TYPE_COLOR by default for GTK+ port.
1879 * Source/cmake/OptionsGTK.cmake:
1881 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
1883 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
1884 https://bugs.webkit.org/show_bug.cgi?id=141328
1886 Reviewed by Darin Adler.
1888 Added as manual test because it involves a huge grid allocation
1889 which is very slow on Debug bots, the only ones capable to trigger
1892 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
1894 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
1896 [Streams API] Implement a barebone ReadableStream interface
1897 https://bugs.webkit.org/show_bug.cgi?id=141045
1899 Reviewed by Benjamin Poulain.
1901 * Source/cmake/WebKitFeatures.cmake:
1902 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
1904 2015-02-02 Filip Pizlo <fpizlo@apple.com>
1906 Revert accidental change in r179490.
1910 2015-02-02 Filip Pizlo <fpizlo@apple.com>
1912 Unreviewed, revert accidental change to Makefile.shared in r179478
1916 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
1918 [CMake] Minimum python version should be 2.7.
1919 https://bugs.webkit.org/show_bug.cgi?id=140997
1921 Reviewed by Csaba Osztrogonác.
1925 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
1927 Apply feTurbulence spec change to fix zero length vector generation
1928 https://bugs.webkit.org/show_bug.cgi?id=140812
1930 Reviewed by Darin Adler.
1932 Recently a bug with the turbulence algorithm was corrected in the
1933 Filter Effects specification.
1934 For some seed values this bug allowed zero length vectors to be generated.
1935 This resulted in large solid color squares being present in the generated image.
1936 The feTurbulence algorithm was updated to reject zero length vectors. This patch
1937 applies that change in WebCore.
1939 Test: svg/filters/feTurbulence_bad_seeds.html
1941 * platform/graphics/filters/FETurbulence.cpp:
1942 (WebCore::FETurbulence::initPaint):
1943 Added rejection sampling during vector generation to avoid zero length vectors.
1945 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
1947 [cmake] Remove compiler version calculate cruft
1948 https://bugs.webkit.org/show_bug.cgi?id=140885
1950 Reviewed by Darin Adler.
1952 * Source/cmake/WebKitHelpers.cmake:
1954 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
1956 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
1957 https://bugs.webkit.org/show_bug.cgi?id=140886
1959 Reviewed by Žan Doberšek.
1961 * Source/cmake/WebKitHelpers.cmake:
1963 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
1965 [GTK] gtkdoc does not appear in DevHelp
1966 https://bugs.webkit.org/show_bug.cgi?id=139369
1968 Reviewed by Philippe Normand.
1970 Expect the gtkdoc to be generated in folders named with the API version.
1972 * Source/PlatformGTK.cmake:
1974 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
1976 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
1977 https://bugs.webkit.org/show_bug.cgi?id=140609
1979 Reviewed by Csaba Osztrogonác.
1981 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
1982 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
1983 compilation flags. Those were added after the jsCStack branch merge, but
1984 can now be removed since the -ftree-dce issues were fixed in GCC, and
1985 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
1987 * Source/cmake/OptionsEfl.cmake:
1988 * Source/cmake/OptionsGTK.cmake:
1990 2015-01-26 Commit Queue <commit-queue@webkit.org>
1992 Unreviewed, rolling out r179107.
1993 https://bugs.webkit.org/show_bug.cgi?id=140880
1995 The GCC in the bots doesn't support the AsyncTask
1996 implementation (Requested by KaL on #webkit).
2000 "[GTK] Enable IndexedDB"
2001 https://bugs.webkit.org/show_bug.cgi?id=98932
2002 http://trac.webkit.org/changeset/179107
2004 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
2006 [GTK] Enable IndexedDB
2007 https://bugs.webkit.org/show_bug.cgi?id=98932
2009 Reviewed by Žan Doberšek.
2011 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2012 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2014 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
2016 [GTK] Add initial database process support
2017 https://bugs.webkit.org/show_bug.cgi?id=139491
2019 Reviewed by Sergio Villar Senin.
2021 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
2023 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
2025 Add a build flag for ES6 class syntax
2026 https://bugs.webkit.org/show_bug.cgi?id=140760
2028 Reviewed by Michael Saboff.
2030 * Source/cmake/WebKitFeatures.cmake:
2031 * Source/cmakeconfig.h.cmake:
2033 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2035 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
2036 https://bugs.webkit.org/show_bug.cgi?id=140049
2038 Reviewed by Gyuyoung Kim.
2040 * Source/cmake/OptionsCommon.cmake:
2042 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2044 Remove ENABLE(INSPECTOR) ifdef guards
2045 https://bugs.webkit.org/show_bug.cgi?id=140668
2047 Reviewed by Darin Adler.
2049 * Source/PlatformEfl.cmake:
2050 * Source/cmake/OptionsEfl.cmake:
2051 * Source/cmake/OptionsGTK.cmake:
2052 * Source/cmake/OptionsMac.cmake:
2053 * Source/cmake/WebKitFeatures.cmake:
2054 * Source/cmakeconfig.h.cmake:
2056 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
2058 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
2060 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2062 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2064 [CMAKE] Fix cmake warning
2065 https://bugs.webkit.org/show_bug.cgi?id=140497
2067 Reviewed by Gustavo Noronha Silva.
2069 r173155 already tried to fix cmake warning though, the warning is still exist.
2070 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
2071 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
2072 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
2073 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
2074 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
2078 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
2080 [GTK] Generate the make dist manifest from a CMake template file
2081 https://bugs.webkit.org/show_bug.cgi?id=139387
2083 Reviewed by Martin Robinson.
2085 Generate manifest.txt from manifest.txt.in. Only expose the dist and
2086 distcheck targets for developer builds, as they won't work when
2087 building from a tarball because the manifest is not distributed.
2089 * Source/PlatformGTK.cmake:
2091 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
2093 Remove ENABLE(SQL_DATABASE) guards
2094 https://bugs.webkit.org/show_bug.cgi?id=140434
2096 Reviewed by Darin Adler.
2098 * Source/cmake/OptionsMac.cmake:
2099 * Source/cmake/WebKitFeatures.cmake:
2100 * Source/cmakeconfig.h.cmake:
2102 2015-01-11 Sam Weinig <sam@webkit.org>
2104 Remove support for SharedWorkers
2105 https://bugs.webkit.org/show_bug.cgi?id=140344
2107 Reviewed by Anders Carlsson.
2109 * Source/cmake/OptionsEfl.cmake:
2110 * Source/cmake/OptionsGTK.cmake:
2111 * Source/cmake/OptionsMac.cmake:
2112 * Source/cmake/WebKitFeatures.cmake:
2113 * Source/cmakeconfig.h.cmake:
2115 2015-01-10 Dan Bernstein <mitz@apple.com>
2117 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
2118 https://bugs.webkit.org/show_bug.cgi?id=140339
2120 Reviewed by Mark Rowe.
2122 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
2123 prevents unnecessary rebuilding due to PATH differences.
2125 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
2127 [GTK][ThreadedCompositor] Add support for threaded compositor.
2128 https://bugs.webkit.org/show_bug.cgi?id=118265
2130 Reviewed by Martin Robinson.
2132 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
2133 autotools build systems. The feature is disabled by default.
2134 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
2135 from the feature flags.
2137 * Source/cmake/OptionsEfl.cmake:
2138 * Source/cmake/OptionsGTK.cmake:
2139 * Source/cmake/WebKitFeatures.cmake:
2140 * Source/cmakeconfig.h.cmake:
2142 2014-12-23 Alexey Proskuryakov <ap@apple.com>
2144 Simplify building with ASan
2145 https://bugs.webkit.org/show_bug.cgi?id=139916
2147 Reviewed by Mark Rowe.
2149 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
2151 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
2153 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
2155 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2157 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
2159 Null dereference performing a "TapAndAHalf" gesture in Google search field
2161 <https://bugs.webkit.org/show_bug.cgi?id=139506>
2162 <rdar://problem/19028828>
2164 Reviewed by Darin Adler.
2166 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
2168 2014-12-10 Dean Jackson <dino@apple.com>
2170 Blur filter performance test doesn't provide results
2171 https://bugs.webkit.org/show_bug.cgi?id=139462
2173 Reviewed by Sam Weinig.
2175 This can't currently work under our performance test
2176 infrastructure. Move it to a manual test to avoid
2177 putting FAILures into the results.
2179 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
2181 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
2183 [GTK][WK2] Add HTML5 Notifications support
2184 https://bugs.webkit.org/show_bug.cgi?id=61140
2186 Reviewed by Carlos Garcia Campos.
2188 * Source/cmake/FindLibNotify.cmake: Added.
2189 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
2190 libnotify and use it for a default implementation when found.
2192 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
2194 REGRESSION(r155906): Page content disappears on Tuaw article after loading
2195 https://bugs.webkit.org/show_bug.cgi?id=138100
2197 Reviewed by Simon Fraser.
2199 DRT causes an extra paint which makes it impossible to test this with
2202 * ManualTests/float-layer-not-painting.html: Added.
2204 2014-12-07 Alberto Garcia <berto@igalia.com>
2206 [GTK] WebKit has a new required dependency on GnuTLS
2207 https://bugs.webkit.org/show_bug.cgi?id=136158
2209 Reviewed by Martin Robinson.
2211 Detect if GnuTLS is installed and enable or disable subtle crypto
2212 support accordingly.
2214 * Source/cmake/OptionsGTK.cmake:
2216 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
2218 [GTK] Missing API detected in GObject DOM bindings after r176630
2219 https://bugs.webkit.org/show_bug.cgi?id=139201
2221 Reviewed by Gustavo Noronha Silva.
2223 Change GENERATE_BINDINGS macro to receive a list of optional
2224 additional dependencies, so that we can add more dependecies
2225 without having to change the macro.
2227 * Source/cmake/WebKitMacros.cmake:
2229 2014-12-05 Simon Fraser <simon.fraser@apple.com>
2231 Programmatic scrolling and content changes are not always synchronized
2232 https://bugs.webkit.org/show_bug.cgi?id=139245
2233 rdar://problem/18833612
2235 Reviewed by Anders Carlsson.
2237 Manual test that tries to sync layout with programmatic scrolling.
2239 * ManualTests/programmatic-scroll-flicker.html: Added.
2241 2014-12-04 Alberto Garcia <berto@igalia.com>
2243 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
2244 https://bugs.webkit.org/show_bug.cgi?id=136576
2246 Reviewed by Carlos Garcia Campos.
2248 CMake should complain if Accelerated 2D Canvas is explicitly
2249 enabled but cairo-gl is not found.
2251 * Source/cmake/OptionsGTK.cmake:
2253 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2255 [EFL] Add subtle crypto to the build system
2256 https://bugs.webkit.org/show_bug.cgi?id=138612
2258 Reviewed by Csaba Osztrogonác.
2260 * Source/cmake/OptionsEfl.cmake:
2262 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2264 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
2265 https://bugs.webkit.org/show_bug.cgi?id=139085
2267 Reviewed by Andreas Kling.
2269 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
2270 * Source/cmake/WebKitFeatures.cmake: ditto.
2271 * Source/cmakeconfig.h.cmake: ditto.
2273 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
2275 [EFL] Drop support for the EFL 1.7
2276 https://bugs.webkit.org/show_bug.cgi?id=139114
2278 Reviewed by Gyuyoung Kim.
2280 * Source/cmake/EFLHelpers.cmake: Removed.
2281 * Source/cmake/FindEcore.cmake: Removed.
2282 * Source/cmake/FindEdje.cmake: Removed.
2283 * Source/cmake/FindEet.cmake: Removed.
2284 * Source/cmake/FindEeze.cmake: Removed.
2285 * Source/cmake/FindEfreet.cmake: Removed.
2286 * Source/cmake/FindEina.cmake: Removed.
2287 * Source/cmake/FindElementary.cmake: Removed.
2288 * Source/cmake/FindEvas.cmake: Removed.
2289 * Source/cmake/OptionsEfl.cmake:
2291 2014-11-28 Philippe Normand <pnormand@igalia.com>
2293 [CMake] Build failure against GStreamer git master
2294 https://bugs.webkit.org/show_bug.cgi?id=138872
2296 Reviewed by Csaba Osztrogon.
2298 * Source/cmake/FindGStreamer.cmake: Simplified the
2299 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
2300 headers lookup, there's no need to do this manually. Also
2301 explicitely check the version specified in GStreamer_FIND_VERSION.
2303 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
2305 [EFL] Remove E_Dbus dependency
2306 https://bugs.webkit.org/show_bug.cgi?id=136355
2308 Reviewed by Gyuyoung Kim.
2310 * Source/cmake/FindE_DBus.cmake: Removed.
2311 * Source/cmake/OptionsEfl.cmake:
2313 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
2315 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2317 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2319 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
2321 [CMake] Use ld.gold if it is available to speedup builds
2322 https://bugs.webkit.org/show_bug.cgi?id=137953
2324 Reviewed by Carlos Garcia Campos.
2326 * Source/cmake/OptionsCommon.cmake:
2328 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
2330 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
2331 https://bugs.webkit.org/show_bug.cgi?id=138840
2333 Reviewed by Csaba Osztrogonác.
2335 * Source/cmake/OptionsCommon.cmake:
2337 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
2339 Remove Source/Platform cruft
2340 https://bugs.webkit.org/show_bug.cgi?id=138658
2342 Reviewed by Anders Carlsson.
2345 * Source/Platform: Removed.
2347 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
2349 Enable Cortex-A53-specific code paths by default if core is detected.
2350 https://bugs.webkit.org/show_bug.cgi?id=138499
2352 Reviewed by Csaba Osztrogonác.
2354 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
2355 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
2358 Since on ARM64/Linux the part number that cpuinfo reports depends on
2359 the core the query is run on, the check is bound to and executed on the
2360 available cores one by one.
2362 * Source/cmake/OptionsCommon.cmake:
2364 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2366 [EFL] Remove unnecessary version check from OptionsEfl.cmake
2367 https://bugs.webkit.org/show_bug.cgi?id=138498
2369 Reviewed by Csaba Osztrogonác.
2371 * Source/cmake/OptionsEfl.cmake:
2373 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2375 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
2376 https://bugs.webkit.org/show_bug.cgi?id=138465
2378 Reviewed by Gyuyoung Kim.
2380 * Source/cmake/OptionsEfl.cmake:
2382 2014-11-03 Dean Jackson <dino@apple.com>
2384 Add ENABLE_FILTERS_LEVEL_2 feature guard.
2385 https://bugs.webkit.org/show_bug.cgi?id=138362
2387 Reviewed by Tim Horton.
2389 Add a new feature define for Level 2 of CSS Filters.
2390 http://dev.w3.org/fxtf/filters-2/
2392 * Source/cmake/OptionsEfl.cmake:
2393 * Source/cmake/OptionsGTK.cmake:
2394 * Source/cmake/OptionsMac.cmake:
2395 * Source/cmake/WebKitFeatures.cmake:
2396 * Source/cmakeconfig.h.cmake:
2398 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
2400 Workaround for Cortex-A53 erratum 835769
2401 https://bugs.webkit.org/show_bug.cgi?id=138315
2403 Reviewed by Filip Pizlo.
2405 This patch introduces CMake variable and preprocessor macro
2406 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
2407 code paths, if set true.
2409 * Source/cmake/OptionsCommon.cmake:
2410 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
2412 * Source/cmakeconfig.h.cmake:
2413 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
2415 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
2417 [GTK] Fix the build of FTL JIT
2418 https://bugs.webkit.org/show_bug.cgi?id=138298
2420 Reviewed by Carlos Garcia Campos.
2422 * Source/cmake/OptionsGTK.cmake:
2423 Remove the need for the LIBCXXABI package.
2425 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
2427 REGRESSION(CMake): Make it possible to build without introspection
2428 https://bugs.webkit.org/show_bug.cgi?id=138006
2430 Reviewed by Philippe Normand.
2432 Add ENABLE_INTROSPECTION option.
2434 * Source/PlatformGTK.cmake: Dot not add gir global target if
2435 introspection is disabled.
2436 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
2437 introspection is disabled.
2439 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
2441 [GTK] Support script message handlers WebKitUserContentManager
2442 https://bugs.webkit.org/show_bug.cgi?id=133730
2444 Reviewed by Carlos Garcia Campos.
2446 Support user script message handlers in WebKitUserContentManager.
2447 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
2448 an option is added to the CMake build files. The option is disabled
2449 globally by default, and the WebKitGTK port enables it. On the API
2450 level, two new methods to register and unregister names are provided
2451 in the "window.webkit" namespace, and on message reception the
2452 "WebKitUserContentManager::script-message-received" signal is
2453 emitted, using the registered names as signal detail.
2455 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
2456 ENABLE_USER_MESSAGE_HANDLERS feature by default.
2457 * Source/cmake/WebKitFeatures.cmake: Add feature description for
2458 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
2460 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
2462 [GTK] Bump libsoup's minimum version to 2.42.0.
2463 https://bugs.webkit.org/show_bug.cgi?id=138086
2465 Reviewed by Martin Robinson.
2467 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
2468 soup-version.h header was added to soup.h in 2.41.4, which then becomes
2469 the minimum version required to build the port these days.
2471 In addition, since the autotools build system required 2.42.0 before
2472 being retired, require the same version here. Version 2.42.0 was also
2474 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
2476 * Source/cmake/OptionsGTK.cmake:
2478 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2480 [EFL] Remove unnecessary defines from OptionsEfl.cmake
2481 https://bugs.webkit.org/show_bug.cgi?id=138132
2483 Reviewed by Csaba Osztrogonác.
2485 * Source/cmake/OptionsEfl.cmake:
2487 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
2489 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2491 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2493 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
2495 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
2496 https://bugs.webkit.org/show_bug.cgi?id=137946
2498 Reviewed by Gyuyoung Kim.
2500 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
2502 * Source/cmake/OptionsEfl.cmake:
2504 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2506 Fix FTL Native Inlining for EFL
2507 https://bugs.webkit.org/show_bug.cgi?id=137774
2509 Reviewed by Michael Saboff.
2511 Updated CMake for FTL Native Inlining.
2514 * Source/cmake/FindClang.cmake: Added.
2515 * Source/cmake/OptionsEfl.cmake:
2516 * Source/cmakeconfig.h.cmake:
2518 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
2520 Web Inspector: Generate all Inspector domains together in JavaScriptCore
2521 https://bugs.webkit.org/show_bug.cgi?id=137748
2523 Reviewed by Brian Burg.
2525 * Source/PlatformEfl.cmake:
2527 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
2529 [GTK] Add initial gestures support
2530 https://bugs.webkit.org/show_bug.cgi?id=137812
2532 Reviewed by Sergio Villar Senin.
2534 Check if the GTK+ version supports gestures or not.
2536 * Source/cmake/FindGTK3.cmake:
2537 * Source/cmake/OptionsGTK.cmake:
2539 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
2541 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
2542 https://bugs.webkit.org/show_bug.cgi?id=137781
2544 Reviewed by Martin Robinson.
2546 We used to enable smooth scrolling unconditionally in autotools
2547 (via WebKitFeatures.m4), but since the switch to CMake it's
2548 unconditionally disabled, so changing the setting doesn't have any
2551 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
2553 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
2555 Removing CUSTOM_PROTOCOLS guard
2556 https://bugs.webkit.org/show_bug.cgi?id=137741
2558 Reviewed by Benjamin Poulain.
2560 * Source/cmake/OptionsEfl.cmake:
2562 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
2564 [EFL] Enable WebP support.
2565 https://bugs.webkit.org/show_bug.cgi?id=136156
2567 Reviewed by Gyuyoung Kim.
2569 Add WebP package finding rule.
2571 * Source/cmake/OptionsEfl.cmake:
2573 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
2575 [EFL] Enable custom URI schemes with CustomProtocols
2576 https://bugs.webkit.org/show_bug.cgi?id=128177
2578 Reviewed by Gyuyoung Kim.
2580 Fixing ewk_context_url_scheme_register() ewebkit2 API
2581 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
2583 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
2585 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
2587 Bump version to 2.7.0
2588 https://bugs.webkit.org/show_bug.cgi?id=137301
2590 Rubber-stamped by Carlos Garcia Campos.
2592 * Source/cmake/OptionsGTK.cmake: Bump version numbers
2594 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2596 [EFL] Rename TEST_THEME_DIR macro
2597 https://bugs.webkit.org/show_bug.cgi?id=137244
2599 Reviewed by Csaba Osztrogonác.
2601 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
2603 2014-09-27 Dan Bernstein <mitz@apple.com>
2605 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
2606 https://bugs.webkit.org/show_bug.cgi?id=137053
2608 Reviewed by Mark Rowe.
2610 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2611 In the build pre-action, pass the --wksi and --llvm options to
2612 copy-webkitlibraries-to-product-directory.
2613 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
2615 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
2617 [GTK] Enable CSS_IMAGE_SET in production builds
2618 https://bugs.webkit.org/show_bug.cgi?id=137142
2620 Reviewed by Alejandro G. Castro.
2622 This is required by the inspector to show some of the icons that
2623 has a HiDPI variant.
2625 * Source/cmake/OptionsGTK.cmake:
2627 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
2629 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
2630 https://bugs.webkit.org/show_bug.cgi?id=136377
2632 Reviewed by Philippe Normand.
2634 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
2635 for CMake versions less than 3.
2637 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
2639 Remove WinCE port from trunk
2640 https://bugs.webkit.org/show_bug.cgi?id=136951
2642 Reviewed by Alex Christensen.
2644 * Source/cmake/OptionsWinCE.cmake: Removed.
2645 * Source/cmake/WebKitPackaging.cmake:
2647 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
2649 [EFL][GTK] Remove WebKit1 related codes
2650 https://bugs.webkit.org/show_bug.cgi?id=136853
2652 Reviewed by Csaba Osztrogonác.
2654 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
2657 * Source/PlatformGTK.cmake:
2659 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2662 https://bugs.webkit.org/show_bug.cgi?id=136820
2664 Reviewed by Csaba Osztrogonác.
2666 * Source/cmake/FindICU.cmake:
2668 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
2670 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
2671 https://bugs.webkit.org/show_bug.cgi?id=136814
2673 Reviewed by Philippe Normand.
2675 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
2676 We bundle the wayland-egl dependency with wayland-client and wayland-server
2677 and store the resulting variables with the WAYLAND_ prefix. Because of this
2678 this line wasn't exporting anything useful.
2680 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
2682 URTBF after r173574.
2684 * Source/cmake/WebKitMacros.cmake:
2686 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
2688 [JavaScriptCore] Fix FTL on platform EFL.
2689 https://bugs.webkit.org/show_bug.cgi?id=133571
2691 Reviewed by Filip Pizlo.
2695 * Source/cmake/FindLIBCXXABI.cmake: Removed.
2696 * Source/cmake/OptionsEfl.cmake:
2698 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2701 https://bugs.webkit.org/show_bug.cgi?id=136571
2703 Reviewed by Darin Adler.
2705 * Source/cmake/OptionsEfl.cmake:
2706 * Source/cmake/OptionsGTK.cmake:
2707 * Source/cmake/OptionsMac.cmake:
2708 * Source/cmake/WebKitFeatures.cmake:
2709 * Source/cmakeconfig.h.cmake:
2711 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2713 Remove CSS_FILTERS flag
2714 https://bugs.webkit.org/show_bug.cgi?id=136529
2716 Reviewed by Dirk Schulze.
2718 * Source/cmake/OptionsEfl.cmake:
2719 * Source/cmake/OptionsGTK.cmake:
2720 * Source/cmake/OptionsMac.cmake:
2721 * Source/cmake/WebKitFeatures.cmake:
2722 * Source/cmakeconfig.h.cmake:
2724 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2726 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
2727 https://bugs.webkit.org/show_bug.cgi?id=136194
2729 Reviewed by Csaba Osztrogonác.
2731 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
2735 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2737 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
2738 https://bugs.webkit.org/show_bug.cgi?id=135560
2740 Reviewed by Gyuyoung Kim.
2742 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
2744 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
2746 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
2747 https://bugs.webkit.org/show_bug.cgi?id=136343
2749 Reviewed by David Kilzer.
2751 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
2753 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2754 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2756 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
2758 [EFL] Share fast/speechsynthesis/ with other ports
2759 https://bugs.webkit.org/show_bug.cgi?id=136224
2761 Reviewed by Chris Fleizach.
2763 Enable WebSpeech for EFL.
2765 * Source/cmake/OptionsEfl.cmake:
2767 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
2769 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
2770 https://bugs.webkit.org/show_bug.cgi?id=136127
2772 Reviewed by Gyuyoung Kim.
2774 Add build support for espeak.
2776 * Source/cmake/FindEspeak.cmake: Added.
2777 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
2779 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
2781 [EFL] Build break using clang
2782 https://bugs.webkit.org/show_bug.cgi?id=136245
2784 Reviewed by Gyuyoung Kim.
2786 * Source/cmake/OptionsEfl.cmake:
2787 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
2788 Some warnings are from system libraries.
2790 2014-08-25 Alberto Garcia <berto@igalia.com>
2792 [GTK] Unify webkitgtk and webkit2gtk directories
2793 https://bugs.webkit.org/show_bug.cgi?id=136209
2795 Reviewed by Carlos Garcia Campos.
2797 Use webkit2gtk-X.X both for the process binaries and the injected
2800 * Source/cmake/OptionsGTK.cmake:
2802 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
2804 [EFL] Move Efl specific code from Source/CMakeLists.txt
2805 https://bugs.webkit.org/show_bug.cgi?id=136206
2807 Reviewed by Gyuyoung Kim.
2809 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
2810 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
2812 * Source/CMakeLists.txt:
2813 * Source/cmake/OptionsEfl.cmake:
2815 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
2817 [EFL] Introduce DEVELOPER_MODE
2818 https://bugs.webkit.org/show_bug.cgi?id=135884
2820 Reviewed by Gyuyoung Kim.
2822 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
2823 instead of SHARED_CORE.
2824 SHARED_CORE can reduce link time and memory consumption but it is slightly different
2825 from release binary.
2827 * Source/cmake/OptionsEfl.cmake:
2828 * Source/cmake/WebKitHelpers.cmake:
2829 Moved fvisibility=hidden to OptionsEfl.cmake
2831 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
2833 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
2834 https://bugs.webkit.org/show_bug.cgi?id=136110
2836 Reviewed by Gyuyoung Kim.
2838 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
2840 * Source/cmake/OptionsEfl.cmake:
2842 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2844 [EFL] Apply eflsymbols.filter to WebKit2
2845 https://bugs.webkit.org/show_bug.cgi?id=136148
2847 Reviewed by Csaba Osztrogonác.
2849 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
2850 in the eflsymbols.filter.
2852 * Source/cmake/OptionsEfl.cmake:
2853 * Source/cmake/eflsymbols.filter:
2855 2014-08-21 Zalan Bujtas <zalan@apple.com>
2857 Enable SATURATED_LAYOUT_ARITHMETIC.
2858 https://bugs.webkit.org/show_bug.cgi?id=136106
2860 Reviewed by Simon Fraser.
2862 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
2863 (No measurable performance regression on Mac.)
2865 * Source/cmake/OptionsMac.cmake:
2866 * Source/cmake/WebKitFeatures.cmake:
2867 * Source/cmakeconfig.h.cmake:
2869 2014-08-19 Zalan Bujtas <zalan@apple.com>
2871 Remove ENABLE(SUBPIXEL_LAYOUT).
2872 https://bugs.webkit.org/show_bug.cgi?id=136077
2874 Reviewed by Simon Fraser.
2876 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
2878 * Source/cmake/OptionsEfl.cmake:
2879 * Source/cmake/OptionsGTK.cmake:
2880 * Source/cmake/OptionsMac.cmake:
2881 * Source/cmake/WebKitFeatures.cmake:
2882 * Source/cmakeconfig.h.cmake:
2884 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
2886 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
2887 https://bugs.webkit.org/show_bug.cgi?id=135980
2889 Reviewed by Martin Robinson.
2891 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
2892 overrides any other disabled optimization that was prepended to these
2893 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
2894 lists first in the final list of compilation flags.
2896 To avoid -On re-enabling optimizations that we'd like to keep disabled,
2897 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
2899 * Source/cmake/OptionsCommon.cmake:
2900 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
2901 * Source/cmake/OptionsGTK.cmake:
2903 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
2905 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
2907 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2909 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
2911 [GTK] Disable memory sampler on non-Linux system
2912 https://bugs.webkit.org/show_bug.cgi?id=134483
2914 Reviewed by Philippe Normand.
2916 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
2917 Linux because it uses many Linux-specific features, so we should disable
2918 memory sampler on other systems by default.
2920 * Source/cmake/OptionsGTK.cmake:
2922 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
2924 [GTK] HTML API documentation should also be installed versioned
2925 https://bugs.webkit.org/show_bug.cgi?id=135970
2927 Reviewed by Philippe Normand.
2929 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
2932 2014-08-14 Tomas Popela <tpopela@redhat.com>
2934 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
2935 https://bugs.webkit.org/show_bug.cgi?id=135937
2937 Reviewed by Carlos Garcia Campos.
2941 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
2943 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
2944 https://bugs.webkit.org/show_bug.cgi?id=135934
2946 Reviewed by Gustavo Noronha Silva.
2948 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
2949 The gir files should installed in $datadir/gir-1.0/ together with all other
2950 gir files. We don't need to install introspection files in a versioned
2951 directory because their filenames already contain the binary version. But before
2952 r171598, the files were only installed to the right directory if the
2953 gobject-instrospection pkg-config file was in the same prefix than the one we
2954 wanted to install, because the gir and typelibs directories were extracted from
2955 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
2956 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
2957 like we do in the autotools build.
2959 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
2960 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
2961 * Source/cmake/OptionsGTK.cmake: Define
2962 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
2964 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
2966 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
2967 https://bugs.webkit.org/show_bug.cgi?id=135836
2969 Reviewed by Philippe Normand.
2971 * Source/PlatformGTK.cmake: Add install command to also install
2972 the GObject DOM bindings API docs.
2974 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
2976 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
2977 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
2978 re-set CMAKE_C_FLAGS with the new string. The two flags should really
2979 be appended to CMAKE_C_FLAGS and the same variable re-set with the
2982 * Source/cmake/OptionsCommon.cmake:
2984 2014-08-13 Alex Christensen <achristensen@webkit.org>
2986 Progress towards CMake on Mac.
2987 https://bugs.webkit.org/show_bug.cgi?id=135819
2989 Reviewed by Laszlo Gombos.
2991 * Source/cmake/OptionsMac.cmake:
2992 Disable some more features temporarily to get CMake working.
2993 * Source/cmake/WebKitMacros.cmake:
2994 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
2996 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
2998 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
2999 https://bugs.webkit.org/show_bug.cgi?id=135798
3001 Reviewed by Philippe Normand.
3003 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
3005 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3006 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3007 https://bugs.webkit.org/show_bug.cgi?id=133317
3009 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3011 Reviewed by Philippe Normand.
3013 No new tests since no new functionality has been added.
3015 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3017 2014-08-11 Commit Queue <commit-queue@webkit.org>
3019 Unreviewed, rolling out r172393.
3020 https://bugs.webkit.org/show_bug.cgi?id=135796
3022 discussion needed about GnuTLS version bump on the bots
3023 (Requested by philn on #webkit).
3027 https://bugs.webkit.org/show_bug.cgi?id=133317
3028 http://trac.webkit.org/changeset/172393
3030 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3031 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3032 https://bugs.webkit.org/show_bug.cgi?id=133317
3034 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3036 Reviewed by Philippe Normand.
3038 No new tests since no new functionality has been added.
3040 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3042 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3044 [GTK] Adds stubs for all subtle crypto algorithm implemntations
3045 https://bugs.webkit.org/show_bug.cgi?id=133316
3047 Reviewed by Philippe Normand.
3049 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
3050 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
3051 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
3053 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
3055 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
3057 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3059 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3061 [GTK] REGRESSION(r166239): The ld version script is not being used
3062 https://bugs.webkit.org/show_bug.cgi?id=135694
3064 Reviewed by Martin Robinson.
3066 Move the symbols filter file from Tools/gtk to Source/cmake and rename
3067 it as gtksymbols.filter. Also updated it, since some of the symbols
3068 exported were renamed.
3070 * Source/cmake/OptionsGTK.cmake:
3071 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
3073 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3075 [GTK] Child processes should be installed in a versioned directory
3076 https://bugs.webkit.org/show_bug.cgi?id=135754
3078 Reviewed by Gustavo Noronha Silva.
3080 Define LIBEXEC_INSTALL_DIR as
3081 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
3082 so that the child processes are installed in $libexec/webkitgtk-4.0.
3083 This makes it possible to install 2.6 in parallel to older versions.
3085 * Source/cmake/OptionsGTK.cmake:
3087 2014-08-08 Alex Christensen <achristensen@webkit.org>
3089 Progress towards using CMake on Mac.
3090 https://bugs.webkit.org/show_bug.cgi?id=135662
3092 Reviewed by Laszlo Gombos.
3095 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
3096 * Source/cmake/WebKitFeatures.cmake:
3097 * Source/cmakeconfig.h.cmake:
3098 Added features that are needed by the Mac port.
3099 * Source/cmake/OptionsMac.cmake:
3100 Enable CSS_IMAGE_SET based on FeatureDefines.h.
3101 Disable the FTL with CMake for now.
3102 * Source/cmake/OptionsEFL.cmake:
3103 * Source/cmake/OptionsGTK.cmake:
3104 Enable subpixel layout to not conflict with FeatureDefines.h
3106 2014-08-08 Simon Fraser <simon.fraser@apple.com>
3108 Undo some erroneous changes to the Xcode scheme files from r172259.
3110 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3111 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3113 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
3115 [CMake] Drop the required version of CMake down to 2.8.8
3116 https://bugs.webkit.org/show_bug.cgi?id=135713
3118 Reviewed by Alex Christensen.
3120 * CMakeLists.txt: Require CMake 2.8.8.
3122 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
3124 Get rid of INPUT_SPEECH
3125 https://bugs.webkit.org/show_bug.cgi?id=135672
3127 Reviewed by Andreas Kling.
3129 * Source/cmake/OptionsMac.cmake:
3130 * Source/cmake/WebKitFeatures.cmake:
3131 * Source/cmakeconfig.h.cmake:
3133 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
3135 [GTK] Disable IndexedDB
3136 https://bugs.webkit.org/show_bug.cgi?id=135692
3138 Reviewed by Carlos Garcia Campos.
3140 * Source/cmake/OptionsGTK.cmake:
3142 2014-08-06 Dean Jackson <dino@apple.com>
3144 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
3145 https://bugs.webkit.org/show_bug.cgi?id=135675
3147 Reviewed by Sam Weinig.
3149 * Source/cmake/OptionsGTK.cmake:
3150 * Source/cmake/OptionsMac.cmake:
3151 * Source/cmake/WebKitFeatures.cmake:
3152 * Source/cmakeconfig.h.cmake:
3154 2014-08-06 David Farler <dfarler@apple.com>
3156 Unreviewed build fix: Make includes semicolon in assignment.
3158 * Makefile.shared: Remove a ;
3160 2014-08-06 David Farler <dfarler@apple.com>
3162 Set DSYMUTIL_NUM_THREADS to the number of logical cores
3163 https://bugs.webkit.org/show_bug.cgi?id=135655
3165 Reviewed by Mark Rowe.
3167 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
3169 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
3171 [GTK] Be able to disable gtk2 dependency
3172 https://bugs.webkit.org/show_bug.cgi?id=135505
3174 Reviewed by Gustavo Noronha Silva.
3176 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
3177 required when it's enabled. It's enabled by default.
3179 * Source/cmake/OptionsGTK.cmake:
3181 2014-08-05 Alex Christensen <achristensen@webkit.org>
3184 https://bugs.webkit.org/show_bug.cgi?id=135620
3186 Reviewed by Laszlo Gombos.
3188 * Source/cmake/OptionsMac.cmake:
3189 Use UDIS86 by default on Mac.
3191 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
3193 Add a flag for the CSS Selectors level 4 implementation
3194 https://bugs.webkit.org/show_bug.cgi?id=135535
3196 Reviewed by Andreas Kling.
3198 * Source/cmake/OptionsEfl.cmake:
3199 * Source/cmake/OptionsGTK.cmake:
3200 * Source/cmake/WebKitFeatures.cmake:
3201 * Source/cmakeconfig.h.cmake:
3203 2014-08-04 Alex Christensen <achristensen@webkit.org>
3205 Progress towards CMake on Mac.
3206 https://bugs.webkit.org/show_bug.cgi?id=135528
3208 Reviewed by Gyuyoung Kim.
3210 * Source/cmake/OptionsMac.cmake:
3211 Made options list based on FeatureDefines.xcconfig files.
3213 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3215 [GTK] Windowing target support should reflect the support in the GTK+ dependency
3216 https://bugs.webkit.org/show_bug.cgi?id=134736
3218 Reviewed by Martin Robinson.
3220 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
3221 support the X11 or Wayland windowing targets -- instead, if there's no support
3222 the specific target is disabled, and an error is thrown only if neither of the
3223 backends is enabled at the end..
3224 For now the X11 target remains enabled by default, and the Wayland target is
3225 kept disabled. Once it's possible to have both targets enabled at runtime in
3226 WebKit, the Wayland target will be enabled as well and we'll leave it to the
3227 GTK+ dependency to determine which targets can be enabled.
3229 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3231 [CMake] Add FindWayland.cmake
3232 https://bugs.webkit.org/show_bug.cgi?id=135540
3234 Reviewed by Martin Robinson.
3236 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
3237 dependency. For now bundles the wayland-client, wayland-server and
3238 wayland-egl pkg-config targets into one dependency, but these could
3239 be split in the future if necessary.
3241 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
3243 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
3244 https://bugs.webkit.org/show_bug.cgi?id=135553
3246 Reviewed by Gyuyoung Kim.
3248 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
3249 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
3251 * Source/cmake/OptionsEfl.cmake:
3253 2014-08-01 Bear Travis <betravis@adobe.com>
3255 [Feature Queries] Enable Feature Queries on EFL/GTK
3256 https://bugs.webkit.org/show_bug.cgi?id=134902
3258 Reviewed by Benjamin Poulain.
3260 Enable CSS Feature Queries by default on the EFL and GTK
3263 * Source/cmake/OptionsEfl.cmake:
3264 * Source/cmake/OptionsGTK.cmake:
3266 2014-08-01 Alex Christensen <achristensen@webkit.org>
3268 Progress towards cmake on Windows.
3269 https://bugs.webkit.org/show_bug.cgi?id=135484
3271 Reviewed by Martin Robinson.
3274 Added Mac to list of ports, even though it is not done yet.
3275 Changed minimum bison version to version installed on Macs.
3276 * Source/cmake/OptionsAppleWin.cmake:
3277 Added some definitions.
3278 * Source/cmake/OptionsEfl.cmake:
3279 * Source/cmake/OptionsGTK.cmake:
3280 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
3281 * Source/cmake/OptionsMac.cmake: Added blank for now.
3282 * Source/cmake/OptionsWinCairo.cmake:
3283 * Source/cmake/OptionsWindows.cmake:
3284 Added some definitions.
3285 Removed /WX (warnings treated as error while compiling).
3286 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
3288 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
3290 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
3291 https://bugs.webkit.org/show_bug.cgi?id=135501
3293 Reviewed by Gyuyoung Kim.
3295 Use PROJECT_VERSION_MICRO instead.
3297 * Source/cmake/OptionsEfl.cmake:
3298 * Source/cmake/OptionsGTK.cmake:
3299 * Source/cmake/WebKitHelpers.cmake:
3301 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
3303 [EFL] Bump ewebkit version to 1.11
3304 https://bugs.webkit.org/show_bug.cgi?id=135487
3306 Reviewed by Gyuyoung Kim.
3308 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
3310 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
3312 [EFL] Add support for building with Geoclue2.
3313 https://bugs.webkit.org/show_bug.cgi?id=135455
3315 Reviewed by Gyuyoung Kim.
3317 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
3320 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
3322 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
3324 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3326 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
3328 [GTK] Bump binary version for 2.6
3329 https://bugs.webkit.org/show_bug.cgi?id=133724
3331 Reviewed by Philippe Normand.
3333 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
3334 update library version numbers.
3336 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
3338 [CMake] Bump the minimum required version
3339 https://bugs.webkit.org/show_bug.cgi?id=135382
3341 Reviewed by Gyuyoung Kim.
3343 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
3344 we introduced usage of target_include_directories().
3346 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
3348 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
3349 https://bugs.webkit.org/show_bug.cgi?id=135376
3351 Reviewed by Gyuyoung Kim.
3353 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
3355 * Source/cmake/OptionsEfl.cmake:
3356 * Source/cmake/OptionsGTK.cmake:
3358 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
3360 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
3361 https://bugs.webkit.org/show_bug.cgi?id=135288
3363 Reviewed by Martin Robinson.
3365 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
3366 datadir to pkgconfig
3367 * Source/cmake/OptionsGTK.cmake: define install directories early
3368 enough to be used in FindGObjectIntrospection.cmake
3370 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
3372 Remove CSS_EXCLUSIONS compile flag and leftover code
3373 https://bugs.webkit.org/show_bug.cgi?id=135175
3375 Reviewed by Zoltan Horvath.
3377 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
3378 stubs. This removes the flag and the useless code.
3380 * Source/cmake/WebKitFeatures.cmake:
3381 * Source/cmakeconfig.h.cmake:
3383 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
3385 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
3386 https://bugs.webkit.org/show_bug.cgi?id=135114
3388 Fix build with GStreamer 1.4
3390 Reviewed by Philippe Normand.
3392 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
3393 gst-mpegts component instead of the unstable 1.3.x verstions.
3395 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
3397 [GTK] Simplify make-dist command line arguments
3398 https://bugs.webkit.org/show_bug.cgi?id=134832
3400 Reviewed by Martin Robinson.
3402 * Source/PlatformGTK.cmake: Use --version instead of
3403 --tarball-root when running make-dist.py.
3405 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
3407 Add a manual test for r135044
3409 <https://bugs.webkit.org/show_bug.cgi?id=135044>
3411 Rubber-stamped by Andy Estes.
3413 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
3415 2014-07-18 Dana Burkart <dburkart@apple.com>
3417 Add a new 'analyze' target to the makefile. This will make use of a new
3418 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
3420 https://bugs.webkit.org/show_bug.cgi?id=135057
3421 <rdar://problem/10193187>
3423 Reviewed by David Kilzer.
3429 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
3431 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
3432 https://bugs.webkit.org/show_bug.cgi?id=134963
3434 Reviewed by Gyuyoung Kim.
3436 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
3438 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
3440 2014-07-14 Daniel Bates <dabates@apple.com>
3442 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
3443 https://bugs.webkit.org/show_bug.cgi?id=134905
3444 <rdar://problem/16602779>
3446 Reviewed by Simon Fraser.
3448 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
3449 on the tapped element when processing a touchend as a result of finger pressing and releasing
3450 on the same element that is initially positioned outside the visible content area.
3452 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
3454 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
3456 [GTK] Enable VIDEO_TRACK by default
3457 https://bugs.webkit.org/show_bug.cgi?id=134801
3459 Reviewed by Philippe Normand.
3461 * Source/cmake/OptionsGTK.cmake:
3463 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
3465 [GTK][CMake] Add a 'distcheck' target
3466 https://bugs.webkit.org/show_bug.cgi?id=130675
3468 Reviewed by Gustavo Noronha Silva.
3470 * Source/PlatformGTK.cmake: Add distcheck target.
3472 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
3474 [GTK] Use the same default options for production builds that previous stable releases
3475 https://bugs.webkit.org/show_bug.cgi?id=134589
3477 Reviewed by Martin Robinson.
3479 Change the default value of some features to match our stable releases.
3480 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
3481 canvas depend on whether cairo-gl is found.
3483 * Source/cmake/FindCairoGL.cmake: Added.
3484 * Source/cmake/OptionsGTK.cmake:
3486 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
3488 [EFL] Support Encrypted Media Extensions.
3489 https://bugs.webkit.org/show_bug.cgi?id=134750
3491 Reviewed by Gyuyoung Kim.
3493 Webkit needs to play encrypted media contents when media player
3494 is played by Media source extensions and normal video procedure.
3496 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
3498 2014-07-08 Alex Christensen <achristensen@webkit.org>
3500 Steps towards CMake on Windows.
3501 https://bugs.webkit.org/show_bug.cgi?id=134716
3503 Reviewed by Martin Robinson.
3506 Added AppleWin and WinCairo to list of CMake ports.
3507 * Source/cmake/OptionsAppleWin.cmake: Added.
3508 * Source/cmake/OptionsWinCairo.cmake: Added.
3509 * Source/cmake/OptionsWindows.cmake:
3510 Windows needs to use the system malloc. Other options to come.
3512 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3514 [EFL] Support Geolocation
3515 https://bugs.webkit.org/show_bug.cgi?id=134439
3517 Reviewed by Antonio Gomes.
3519 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
3521 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3523 Broken build with build-webkit --no-video
3524 https://bugs.webkit.org/show_bug.cgi?id=134587
3526 Reviewed by Darin Adler.
3528 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
3530 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
3532 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
3534 [GTK] The list of features shown by cmake is not accurate
3535 https://bugs.webkit.org/show_bug.cgi?id=134588
3537 Reviewed by Gustavo Noronha Silva.
3539 The problem is that some options might change after the feature
3540 list has been printed.
3542 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
3543 setting the default values of features and set WEBGL value
3544 depending on the dependencies, and API_TEST depending on whether
3545 developer mode is enabled or not.
3547 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3549 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
3550 https://bugs.webkit.org/show_bug.cgi?id=134578
3552 Reviewed by Gyuyoung Kim.
3554 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
3555 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
3556 disable related option if it is not ON.
3558 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
3559 * Source/cmake/OptionsGTK.cmake: Ditto.
3560 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
3562 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
3564 [GTK] make dist is broken
3565 https://bugs.webkit.org/show_bug.cgi?id=134542
3567 Reviewed by Martin Robinson.
3569 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
3571 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
3573 [CMake] Add necessary support for building for the Wayland target
3574 https://bugs.webkit.org/show_bug.cgi?id=134160
3576 Reviewed by Darin Adler.
3578 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
3579 is enabled, and that its version matches the version of the generic package. Same
3580 for the gtk+-wayland-3.0 package and the Wayland target.
3581 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
3582 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
3583 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
3584 so they keep building the TestNetscapePlugin target.
3585 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
3586 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
3587 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
3588 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
3589 the minimum required version as soon as that target is enabled. Only search for GLX
3590 if the X11 target is enabled.
3592 2014-06-29 Yoav Weiss <yoav@yoav.ws>
3594 Add support for HTMLImageElement's sizes attribute
3595 https://bugs.webkit.org/show_bug.cgi?id=133620
3597 Reviewed by Dean Jackson.
3599 Added an ENABLE_PICTURE_SIZES compile flag.
3601 * Source/cmake/WebKitFeatures.cmake:
3602 * Source/cmakeconfig.h.cmake:
3604 2014-06-26 Daniel Bates <dabates@apple.com>
3606 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
3607 https://bugs.webkit.org/show_bug.cgi?id=134309
3608 <rdar://problem/17427385>
3610 Reviewed by Darin Adler.
3612 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
3615 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
3617 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
3619 Remove build guard for progress element
3620 https://bugs.webkit.org/show_bug.cgi?id=134292
3622 Reviewed by Benjamin Poulain.
3624 The build flag is no longer needed as it is always on.
3626 * Source/cmake/WebKitFeatures.cmake:
3627 * Source/cmakeconfig.h.cmake:
3629 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
3631 [EFL] Platform support for WebSpeech feature.
3632 https://bugs.webkit.org/show_bug.cgi?id=116438
3634 Reviewed by Csaba Osztrogonác.
3636 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
3638 * Source/cmake/OptionsEfl.cmake:
3639 * Source/cmake/WebKitFeatures.cmake:
3641 2014-06-23 Philippe Normand <pnormand@igalia.com>
3643 Unreviewed, GTK build fix after r170266.
3645 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
3647 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3649 Disable gamepad feature on EFL and GTK ports by default
3650 https://bugs.webkit.org/show_bug.cgi?id=134169
3652 Reviewed by Brady Eidson.
3654 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
3656 2014-06-21 Brady Eidson <beidson@apple.com>
3658 Gamepad API - Deprecate the existing implementation
3659 https://bugs.webkit.org/show_bug.cgi?id=134108
3661 Reviewed by Timothy Hatcher.
3663 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
3664 -Add the "Deprecated" suffix to some implementation files
3666 * Source/cmake/OptionsEfl.cmake:
3667 * Source/cmake/OptionsGTK.cmake:
3668 * Source/cmake/WebKitFeatures.cmake:
3669 * Source/cmakeconfig.h.cmake:
3671 2014-06-21 Commit Queue <commit-queue@webkit.org>
3673 Unreviewed, rolling out r170244.
3674 https://bugs.webkit.org/show_bug.cgi?id=134157
3676 GTK/EFL bindings generator works differently, making this
3677 patch not work there. Will fix entire patch after a rollout.
3678 (Requested by bradee-oh on #webkit).
3682 "Gamepad API - Deprecate the existing implementation"
3683 https://bugs.webkit.org/show_bug.cgi?id=134108
3684 http://trac.webkit.org/changeset/170244
3686 2014-06-21 Brady Eidson <beidson@apple.com>
3688 Gamepad API - Deprecate the existing implementation
3689 https://bugs.webkit.org/show_bug.cgi?id=134108
3691 Reviewed by Timothy Hatcher.
3693 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
3694 -Add the "Deprecated" suffix to some implementation files
3696 * Source/cmake/OptionsEfl.cmake:
3697 * Source/cmake/OptionsGTK.cmake:
3698 * Source/cmake/WebKitFeatures.cmake:
3699 * Source/cmakeconfig.h.cmake:
3701 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3703 Removing PAGE_VISIBILITY_API compile guard.
3704 https://bugs.webkit.org/show_bug.cgi?id=133844
3706 Reviewed by Gavin Barraclough.
3708 * Source/cmake/OptionsEfl.cmake:
3709 * Source/cmake/OptionsGTK.cmake:
3710 * Source/cmake/WebKitFeatures.cmake:
3711 * Source/cmakeconfig.h.cmake:
3713 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
3715 [EFL][CMAKE] Disable WebKit1 build as a default
3716 https://bugs.webkit.org/show_bug.cgi?id=134093
3718 Reviewed by Gyuyoung Kim.
3720 Disable WebKit1 build and enable WebKit2 build for the EFL port.
3722 * Source/cmake/OptionsEfl.cmake:
3724 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3726 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
3727 https://bugs.webkit.org/show_bug.cgi?id=130389
3729 Reviewed by Mark Lam.
3731 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
3732 into !ENABLE(JIT) since they are mutually exclusive.
3734 * Source/cmake/OptionsEfl.cmake:
3735 * Source/cmake/OptionsGTK.cmake:
3736 * Source/cmake/WebKitFeatures.cmake:
3737 * Source/cmakeconfig.h.cmake:
3739 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
3741 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
3742 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
3743 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
3744 by the plugin process, but it is searched and utilized separately.
3746 Rubber-stamped by Carlos Garcia Campos.
3748 * Source/cmake/OptionsGTK.cmake:
3750 2014-06-16 Commit Queue <commit-queue@webkit.org>
3752 Unreviewed, rolling out r170003.
3753 https://bugs.webkit.org/show_bug.cgi?id=133938
3755 This patch broke GTK build (Requested by kczech on #webkit).
3759 "[EFL] Platform support for WebSpeech feature."
3760 https://bugs.webkit.org/show_bug.cgi?id=116438
3761 http://trac.webkit.org/changeset/170003
3763 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
3765 [EFL] Platform support for WebSpeech feature.
3766 https://bugs.webkit.org/show_bug.cgi?id=116438
3768 Reviewed by Gyuyoung Kim.
3770 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
3772 * Source/cmake/OptionsEfl.cmake:
3773 * Source/cmake/WebKitFeatures.cmake:
3775 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3777 [EFL] Remove duplicated compiler flag
3778 https://bugs.webkit.org/show_bug.cgi?id=133838
3780 Reviewed by Anders Carlsson.
3782 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
3783 it added to common compiler options. So, it is duplicated.
3785 * Source/cmake/WebKitHelpers.cmake:
3787 2014-06-11 Commit Queue <commit-queue@webkit.org>
3789 Unreviewed, rolling out r169877.
3790 https://bugs.webkit.org/show_bug.cgi?id=133784
3792 rollout wrong build fix approach for EFL port (Requested by
3793 gyuyoung on #webkit).
3797 "Unreviewed, EFL build fix since r169869."
3798 http://trac.webkit.org/changeset/169877
3800 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3802 Unreviewed, EFL build fix since r169869.
3804 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
3806 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
3808 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3810 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
3812 * Source/cmake/WebKitHelpers.cmake:
3814 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
3816 [GTK] Make it possible to build with FTL enabled
3817 https://bugs.webkit.org/show_bug.cgi?id=133219
3819 Reviewed by Philippe Normand.
3821 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
3823 * Source/cmake/OptionsGTK.cmake:
3825 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
3827 [CMake] Clean up FAST_MOBILE_SCROLLING
3828 https://bugs.webkit.org/show_bug.cgi?id=133342
3830 Reviewed by Gyuyoung Kim.
3832 FAST_MOBILE_SCROLLING was removed in r168726.
3834 * Source/cmake/OptionsEfl.cmake:
3835 * Source/cmake/OptionsGTK.cmake:
3836 * Source/cmake/WebKitFeatures.cmake:
3837 * Source/cmakeconfig.h.cmake:
3839 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3842 https://bugs.webkit.org/show_bug.cgi?id=132863
3844 Reviewed by Csaba Osztrogonác.
3846 * Source/cmake/OptionsEfl.cmake:
3847 * Source/cmake/OptionsGTK.cmake:
3848 * Source/cmake/WebKitFeatures.cmake:
3849 * Source/cmakeconfig.h.cmake:
3851 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
3853 Allow building CMake based ports with WEB_REPLAY