1 2015-08-26 Per Arne Vollan <peavo@outlook.com>
3 [Win] Build does not generate debug info.
4 https://bugs.webkit.org/show_bug.cgi?id=148431
6 Reviewed by Alex Christensen.
8 Generate debug info for Windows builds.
10 * Source/cmake/OptionsWin.cmake:
12 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
14 [GTK] Disable ACCELERATED_2D_CANVAS by default
15 https://bugs.webkit.org/show_bug.cgi?id=148473
17 Reviewed by Martin Robinson.
19 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
20 but not on Debian (which does not). We've known this was problematic for a while, since it
21 means we have two different sets of distro-dependent bugs, but never decided whether that
22 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
23 have the same bugs everywhere. We can turn this on again for other distros when we're ready
24 to turn it on for Debian.
26 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
29 * Source/cmake/OptionsGTK.cmake:
31 2015-08-25 Commit Queue <commit-queue@webkit.org>
33 Unreviewed, rolling out r188919.
34 https://bugs.webkit.org/show_bug.cgi?id=148452
36 broke build (Requested by alexchristensen on #webkit).
40 "[Win] Build does not generate debug info."
41 https://bugs.webkit.org/show_bug.cgi?id=148431
42 http://trac.webkit.org/changeset/188919
44 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
46 [GTK] r186800 broke the build on Ubuntu 14.04
47 https://bugs.webkit.org/show_bug.cgi?id=147559
49 Reviewed by Martin Robinson.
51 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
52 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
54 2015-08-25 Per Arne Vollan <peavo@outlook.com>
56 [Win] Build does not generate debug info.
57 https://bugs.webkit.org/show_bug.cgi?id=148431
59 Reviewed by Brent Fulgham.
61 Generate debug info for Windows builds.
63 * Source/cmake/OptionsWin.cmake:
65 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
67 [GTK] Auto-detection of cairo-gl fails
68 https://bugs.webkit.org/show_bug.cgi?id=148189
70 Reviewed by Žan Doberšek.
72 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
73 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
74 deemed available, which might not be the case.
75 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
77 2015-08-19 Alex Christensen <achristensen@webkit.org>
79 CMake Windows build should not include files directly from other Source directories
80 https://bugs.webkit.org/show_bug.cgi?id=148198
82 Reviewed by Brent Fulgham.
84 * Source/cmake/WebKitMacros.cmake:
86 2015-08-19 Alex Christensen <achristensen@webkit.org>
88 Build TestWTF on Mac with CMake.
89 https://bugs.webkit.org/show_bug.cgi?id=147972
91 Reviewed by Tim Horton.
93 * Source/cmake/OptionsMac.cmake:
94 Enable API tests in Mac's CMake build.
96 2015-08-18 Alex Christensen <achristensen@webkit.org>
98 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
99 https://bugs.webkit.org/show_bug.cgi?id=148127
101 Reviewed by Martin Robinson.
104 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
106 2015-08-17 Alex Christensen <achristensen@webkit.org>
108 [Win CMake] Allow WebKitLibraries directory to be set from the command line
109 https://bugs.webkit.org/show_bug.cgi?id=148112
111 Reviewed by Brent Fulgham.
113 * Source/cmake/OptionsWin.cmake:
114 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
115 Instead, use the default location if nothing is passed in from the command line.
116 This way we can set it from the command line for the AppleInternal build.
117 Also, set the output directories to be consistent between the old and new build systems (and ninja).
119 2015-08-17 Alex Christensen <achristensen@webkit.org>
121 Build Debug Suffix on Windows with CMake
122 https://bugs.webkit.org/show_bug.cgi?id=148083
124 Reviewed by Brent Fulgham.
126 * Source/cmake/OptionsWin.cmake:
127 Use debug libraries in debug suffix builds.
129 2015-08-17 Alex Christensen <achristensen@webkit.org>
131 Move some commands from ./CMakeLists.txt to Source/cmake
132 https://bugs.webkit.org/show_bug.cgi?id=148003
134 Reviewed by Brent Fulgham.
137 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
138 so we can change directory structure from command line parameters.
139 * Source/cmake/OptionsAppleWin.cmake:
140 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
141 * Source/cmake/OptionsWinCairo.cmake:
142 * Source/cmake/OptionsWindows.cmake: Removed.
143 * Source/cmake/WebKitCommon.cmake: Added.
144 * Source/cmake/WebKitFS.cmake:
146 2015-08-13 Commit Queue <commit-queue@webkit.org>
148 Unreviewed, rolling out r188428.
149 https://bugs.webkit.org/show_bug.cgi?id=148015
151 broke cmake build (Requested by alexchristensen on #webkit).
155 "Move some commands from ./CMakeLists.txt to Source/cmake"
156 https://bugs.webkit.org/show_bug.cgi?id=148003
157 http://trac.webkit.org/changeset/188428
159 2015-08-13 Alex Christensen <achristensen@webkit.org>
161 Move some commands from ./CMakeLists.txt to Source/cmake
162 https://bugs.webkit.org/show_bug.cgi?id=148003
164 Reviewed by Brent Fulgham.
167 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
168 so we can change directory structure from command line parameters.
169 * Source/cmake/WebKitCommon.cmake: Added.
170 * Source/cmake/WebKitFS.cmake:
172 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
174 A focused node should not be assisted when handling touch events synchronously
175 https://bugs.webkit.org/show_bug.cgi?id=147836
177 Reviewed by Enrica Casucci.
179 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
181 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
182 input can still be assisted due to a touch event.
183 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
184 event does not automatically cause us to assist the currently focused node.
186 2015-08-12 Alex Christensen <achristensen@webkit.org>
188 Fix Debug CMake builds on Windows
189 https://bugs.webkit.org/show_bug.cgi?id=147940
191 Reviewed by Chris Dumez.
193 * Source/cmake/OptionsWindows.cmake:
194 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
196 2015-08-10 Alex Christensen <achristensen@webkit.org>
198 Build TestWebKitAPI with CMake on Windows
199 https://bugs.webkit.org/show_bug.cgi?id=147851
201 Reviewed by Chris Dumez.
203 * Source/cmake/OptionsWindows.cmake:
204 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
206 2015-08-06 Alex Christensen <achristensen@webkit.org>
208 [Win] CMake build fix after r188098.
210 * Source/cmake/OptionsWinCairo.cmake:
211 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
213 2015-08-04 Alex Christensen <achristensen@webkit.org>
215 Fix quirks with CMake and VS2015
216 https://bugs.webkit.org/show_bug.cgi?id=147663
218 Reviewed by Brent Fulgham.
220 * Source/cmake/OptionsWindows.cmake:
221 Hide some warnings. Using the same variable names in nested scopes is ok for now.
222 Disable INTL for now.
224 2015-08-04 Alex Christensen <achristensen@webkit.org>
226 Enable WebGL on Windows CMake build.
227 https://bugs.webkit.org/show_bug.cgi?id=143311
229 Reviewed by Csaba Osztrogonác.
231 * Source/cmake/OptionsWindows.cmake:
232 Enable WebGL by default in CMake builds now that it works.
234 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
236 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
237 https://bugs.webkit.org/show_bug.cgi?id=147625
239 Reviewed by Martin Robinson.
241 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
242 components unless they were actually found, not to accidentally
243 enable Accelerated 2D canvas, which would cause the build to fail.
245 * Source/cmake/FindCairoGL.cmake: Set this variables only when
246 pkg_check_modules() had actually found the relevant component.
248 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
250 [CMake] Add an option to build AllInOne files
251 https://bugs.webkit.org/show_bug.cgi?id=102647
253 Reviewed by Alex Christensen.
255 * Source/cmake/OptionsEfl.cmake: Disabled by default.
256 * Source/cmake/OptionsGTK.cmake: Disabled by default.
257 * Source/cmake/OptionsWindows.cmake: Enabled by default.
258 * Source/cmake/WebKitFeatures.cmake:
259 * Source/cmake/WebKitMacros.cmake:
261 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
263 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
265 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
267 2015-07-31 Alex Christensen <achristensen@webkit.org>
269 Prepare for debug CMake builds on Windows.
270 https://bugs.webkit.org/show_bug.cgi?id=147484
272 Reviewed by Tim Horton.
274 * Source/cmake/OptionsWindows.cmake:
275 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
277 2015-07-30 Joonghun Park <jh718.park@samsung.com>
279 [EFL] Enable IndexedDB based on DatabaseProcess
280 https://bugs.webkit.org/show_bug.cgi?id=147221
282 Reviewed by Csaba Osztrogonác.
284 * Source/cmake/OptionsEfl.cmake:
286 2015-07-30 Alex Christensen <achristensen@webkit.org>
288 Build AppleWin port with CMake
289 https://bugs.webkit.org/show_bug.cgi?id=147385
291 Reviewed by Martin Robinson.
293 * Source/cmake/OptionsWindows.cmake:
294 Use the static multithreaded runtime. Based on
295 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
297 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
299 Implement basic types for ECMAScript Internationalization API
300 https://bugs.webkit.org/show_bug.cgi?id=146926
302 Reviewed by Benjamin Poulain.
304 Enable flag now that the basic objects are in place.
306 * Source/cmake/WebKitFeatures.cmake: enable INTL
308 2015-07-29 Basile Clement <basile_clement@apple.com>
310 Remove native call inlining
311 https://bugs.webkit.org/show_bug.cgi?id=147417
313 Rubber-stamped by Filip Pizlo.
315 * Source/cmake/OptionsEfl.cmake:
316 * Source/cmake/WebKitFeatures.cmake:
318 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
320 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
321 https://bugs.webkit.org/show_bug.cgi?id=147350
323 Reviewed by Sam Weinig.
325 * Source/cmake/WebKitFeatures.cmake:
327 2015-07-27 Alex Christensen <achristensen@webkit.org>
329 Use Ninja on Windows.
330 https://bugs.webkit.org/show_bug.cgi?id=147228
332 Reviewed by Martin Robinson.
334 * Source/cmake/OptionsWindows.cmake:
335 Only use /MP when using generated Visual Studio solution files to build.
336 It makes compiling parallel in MSVC, but Ninja doesn't like it.
338 2015-07-27 Alex Christensen <achristensen@webkit.org>
340 Progress towards building AppleWin with CMake
341 https://bugs.webkit.org/show_bug.cgi?id=147325
343 Reviewed by Martin Robinson.
345 * Source/cmake/OptionsWindows.cmake:
346 Link with 64-bit libraries if building 64-bit binaries.
347 Don't run regular expressions on empty strings when using Ninja.
348 Removed DebugSuffix Visual Studio environment variables.
350 2015-07-23 Alex Christensen <achristensen@webkit.org>
352 Remove compile and runtime flags for promises.
353 https://bugs.webkit.org/show_bug.cgi?id=147244
355 Reviewed by Yusuke Suzuki.
357 * Source/cmake/OptionsMac.cmake:
358 * Source/cmake/OptionsWindows.cmake:
359 * Source/cmake/WebKitFeatures.cmake:
361 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
363 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
364 https://bugs.webkit.org/show_bug.cgi?id=147212
366 Reviewed by Filip Pizlo.
368 * Source/cmake/WebKitFeatures.cmake:
370 2015-07-22 Alex Christensen <achristensen@webkit.org>
372 Fix quirks in CMake build on Mac and Windows
373 https://bugs.webkit.org/show_bug.cgi?id=147174
375 Reviewed by Gyuyoung Kim.
378 * Source/cmake/OptionsWindows.cmake:
379 Added options I removed in r187022. They are indeed needed.
380 * Source/cmake/WebKitFS.cmake:
381 Make the DerivedSources/WebKit directory.
383 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
385 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
387 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
389 2015-07-20 Alex Christensen <achristensen@webkit.org>
391 Resurrect CMake build on Windows.
392 https://bugs.webkit.org/show_bug.cgi?id=147083
394 Reviewed by Gyuyoung Kim.
396 * Source/cmake/OptionsCommon.cmake:
397 * Source/cmake/OptionsWindows.cmake:
398 Change features to get it to compile. Still not a complete feature set.
400 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
402 [GTK] Add seccomp filters support
403 https://bugs.webkit.org/show_bug.cgi?id=110014
405 Reviewed by Žan Doberšek.
407 Find needed compiler and linker flags for libseccomp.
409 * Source/cmake/OptionsGTK.cmake:
411 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
413 Bring back the GNU ar check to create thin archives on non-Linux systems
414 https://bugs.webkit.org/show_bug.cgi?id=146681
416 Reviewed by Martin Robinson.
418 We already use GNU ar thin archive feature to save time and disk space
419 on creating static archives, but it is only enabled on Linux. Without
420 this feature, the debug build of WebCore can be larger than 4 GiB,
421 which can cause error because GNU ar format uses 32-bit integer to
422 store offsets in the symbol table. This patch is similar to
423 https://bugs.webkit.org/show_bug.cgi?id=128596.
425 * Source/cmake/OptionsCommon.cmake:
427 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
429 [GTK] [Wayland] Build by default the X11 and Wayland targets.
430 https://bugs.webkit.org/show_bug.cgi?id=146057
432 Reviewed by Carlos Garcia Campos.
434 * Source/cmake/OptionsGTK.cmake:
436 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
438 [GTK] ar warning when linking static libraries
439 https://bugs.webkit.org/show_bug.cgi?id=144988
441 Reviewed by Carlos Garcia Campos.
443 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
444 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
445 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
446 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
447 should either stop using 'u' or else add 'U' as well in order to disable deterministic
448 archives. Using 'U' should result in a somewhat faster build (at least when using the
449 Makefile generator), but it's unlikely that the difference is significant, so let's simply
450 remove 'u' until someone determines otherwise. This seems like a better option than adding
451 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
452 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
453 behavior change on distributions that do not use --enable-deterministic-archives, notably
456 * Source/cmake/OptionsCommon.cmake:
458 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
460 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
461 https://bugs.webkit.org/show_bug.cgi?id=146590
463 Reviewed by Martin Robinson.
465 * Source/PlatformGTK.cmake: override the cached variables to
466 forcefully disable gtk-doc and gobject-introspection when
468 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
469 documentation syntax when cross-building.
472 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
474 [EFL] test_ewk2_application_cache_manager has been failed since r185527
475 https://bugs.webkit.org/show_bug.cgi?id=146016
477 Reviewed by Gyuyoung Kim.
479 In order to handle properly WebApplicationCacheManagerProxy implementation which use
480 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
481 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
483 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
485 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
487 Implement ECMAScript Internationalization API
488 https://bugs.webkit.org/show_bug.cgi?id=90906
490 Reviewed by Benjamin Poulain.
492 Begin implementing the Intl apis behind ENABLE_INTL flag.
493 Create the base Intl namespace object.
495 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
497 2015-06-30 Philippe Normand <pnormand@igalia.com>
499 [CMake] Error when gst-plugins-base is missing is too confusing
500 https://bugs.webkit.org/show_bug.cgi?id=145682
502 Reviewed by Carlos Garcia Campos.
504 * Source/cmake/OptionsGTK.cmake: Error out if the required
505 GStreamer libraries are not found on the host.
507 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
509 CairoGL should be checked unconditionally
510 https://bugs.webkit.org/show_bug.cgi?id=146390
512 Reviewed by Darin Adler.
514 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
515 it is run unconditionally; this is necessary because its result
516 is used later on, outside of any conditions.
518 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
520 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
521 https://bugs.webkit.org/show_bug.cgi?id=146318
523 Reviewed by Sergio Villar Senin.
525 Enable PUBLIC_SUFFIX_LIST for GTK+.
527 * Source/cmake/OptionsGTK.cmake:
529 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
531 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
533 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
535 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
537 [EFL] Hyphenation is not supported
538 https://bugs.webkit.org/show_bug.cgi?id=89830
540 Reviewed by Gyuyoung Kim.
542 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
544 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
546 [CMake] Add support for building with various sanitizer tools
547 https://bugs.webkit.org/show_bug.cgi?id=131941
549 Reviewed by Martin Robinson.
551 * Source/PlatformGTK.cmake: Don't generate any documentation
552 when compiling with sanitizers enabled.
553 * Source/cmake/OptionsCommon.cmake: Allow linking with
554 undefined symbols when compiling with sanitizers enabled.
556 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
558 libwebkit2gtk fails to link without opengl
559 https://bugs.webkit.org/show_bug.cgi?id=138332
561 Reviewed by Carlos Garcia Campos.
563 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
564 enabled regardless of whether OpenGL is, because certain symbols
565 such as WebCore::GraphicsLayer::create() need to be built.
567 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
569 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
570 https://bugs.webkit.org/show_bug.cgi?id=146181
572 Reviewed by Martin Robinson.
574 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
576 * Source/cmake/OptionsGTK.cmake:
578 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
580 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
581 https://bugs.webkit.org/show_bug.cgi?id=146171
583 Reviewed by Gyuyoung Kim.
585 * Source/cmake/OptionsEfl.cmake:
586 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
588 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
590 [CMake] FindGTK3.cmake should not modify the values of build options
591 https://bugs.webkit.org/show_bug.cgi?id=144613
593 Reviewed by Martin Robinson.
595 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
596 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
597 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
598 GTK3_SUPPORTS_GESTURES for consistency.
599 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
600 available. It's not possible to automatically select a backend correctly anymore, since all
601 options are set at the same time.
603 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
605 Remove unnecessary svn:executable flags
606 https://bugs.webkit.org/show_bug.cgi?id=146107
608 Reviewed by Alexey Proskuryakov.
610 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
611 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
612 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
613 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
614 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
616 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
618 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
619 https://bugs.webkit.org/show_bug.cgi?id=146108
621 Reviewed by Gyuyoung Kim.
623 * Source/cmake/OptionsEfl.cmake:
625 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
627 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
628 https://bugs.webkit.org/show_bug.cgi?id=146035
630 Reviewed by Gyuyoung Kim.
632 * Source/cmake/OptionsEfl.cmake:
634 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
636 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
637 https://bugs.webkit.org/show_bug.cgi?id=145701
639 Reviewed by Darin Adler.
641 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
643 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
645 [iOS] Crash long pressing on <input type=file>
646 https://bugs.webkit.org/show_bug.cgi?id=146009
647 <rdar://problem/21234453>
649 Reviewed by Ryosuke Niwa.
651 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
653 2015-06-16 Brent Fulgham <bfulgham@apple.com>
655 Rollout accidental Xcode project change.
657 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
659 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
661 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
662 https://bugs.webkit.org/show_bug.cgi?id=145909
664 Reviewed by Csaba Osztrogonác.
666 Bump EWebKit version based on efl library version used by the EWebKit.
668 * Source/cmake/OptionsEfl.cmake:
670 2015-06-11 Commit Queue <commit-queue@webkit.org>
672 Unreviewed, rolling out r185453.
673 https://bugs.webkit.org/show_bug.cgi?id=145881
675 it broke the 32-bit build (Requested by clopez on #webkit).
679 "[GTK] [Wayland] Should be possible to build with support for
680 both X11 and Wayland."
681 https://bugs.webkit.org/show_bug.cgi?id=145701
682 http://trac.webkit.org/changeset/185453
684 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
686 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
687 https://bugs.webkit.org/show_bug.cgi?id=145701
689 Reviewed by Žan Doberšek.
691 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
693 2015-06-03 Daniel Bates <dabates@apple.com>
695 Caps lock indicator should not be shown in read-only or disabled field
696 https://bugs.webkit.org/show_bug.cgi?id=145612
697 <rdar://problem/21227454>
699 Reviewed by Darin Adler.
701 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
702 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
703 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
705 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
707 [cmake] Suppress parentheses-equality warnings
708 https://bugs.webkit.org/show_bug.cgi?id=145126
710 Reviewed by Darin Adler.
712 * Source/cmake/WebKitHelpers.cmake:
714 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
716 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
717 https://bugs.webkit.org/show_bug.cgi?id=145408
719 Reviewed by Carlos Garcia Campos.
721 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
722 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
723 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
725 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
726 libraries. Detect also GLX libraries.
727 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
728 libraries. Use find_path() to get the include path.
729 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
731 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
732 depending on the libraries found on the system.
733 Move the detection of GLX (and the include of CMakePushCheckState)
735 Ensure that we only define USE_GLX when we build with OpenGL
736 (but not with GLESv2).
738 2015-05-27 Dean Jackson <dino@apple.com>
740 img.currentSrc problem in strict mode with old picturefill
741 https://bugs.webkit.org/show_bug.cgi?id=144095
742 <rdar://problem/21087013>
744 Reviewed by Simon Fraser.
746 Add a PICTURE_SIZES flag.
748 * Source/cmake/OptionsEfl.cmake:
749 * Source/cmake/OptionsGTK.cmake:
750 * Source/cmake/OptionsMac.cmake:
751 * Source/cmake/OptionsWindows.cmake:
752 * Source/cmake/WebKitFeatures.cmake:
754 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
756 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
758 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
760 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
762 Unreviewed. Export DatabaseProcessMainUnix symbol.
764 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
765 is exported in production builds.
767 * Source/cmake/gtksymbols.filter:
769 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
771 [GTK] Enable IndexedDB
772 https://bugs.webkit.org/show_bug.cgi?id=98932
774 Reviewed by Žan Doberšek.
776 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
777 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
779 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
781 [GTK] Bump GCC requirements to 4.9.0
782 https://bugs.webkit.org/show_bug.cgi?id=145211
784 Reviewed by Žan Doberšek.
786 It's required to build with IndexedDB support when using GCC,
787 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
789 * Source/cmake/OptionsGTK.cmake:
791 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
793 [CMake] Ignore warnings in system headers
794 https://bugs.webkit.org/show_bug.cgi?id=144747
796 Reviewed by Darin Adler.
798 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
799 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
800 use the SYSTEM argument to the command (added in 2.8.12).
804 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
806 [CMake] Error out when ruby is too old
807 https://bugs.webkit.org/show_bug.cgi?id=145014
809 Reviewed by Martin Robinson.
811 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
816 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
818 [GTK] Enable plugin-related CMake options and variables for the X11 target only
819 https://bugs.webkit.org/show_bug.cgi?id=144995
821 Reviewed by Carlos Garcia Campos.
823 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
824 the X11 windowing target at the moment, so the following options
825 and variables should be enabled or disabled accordingly:
826 - ENABLE_PLUGIN_PROCESS_GTK2
827 - ENABLE_NETSCAPE_PLUGIN_API
828 - ENABLE_PLUGIN_PROCESS
830 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
832 Linker fails without -DDEVELOPER_MODE=ON
833 https://bugs.webkit.org/show_bug.cgi?id=144117
835 Reviewed by Gyuyoung Kim.
837 * Source/cmake/OptionsEfl.cmake:
838 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
839 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
841 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
843 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
844 https://bugs.webkit.org/show_bug.cgi?id=144846
846 Reviewed by Martin Robinson.
848 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
849 CAIRO_GL_* throughout, because find_package will define
851 * Source/cmake/OptionsGTK.cmake: Ditto.
853 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
855 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
856 https://bugs.webkit.org/show_bug.cgi?id=144845
858 Reviewed by Martin Robinson.
860 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
861 if their corresponding WTF options are ON. The code in npapi.h
862 relies on these being undefined if they are to be switched off.
864 2015-05-09 Yoav Weiss <yoav@yoav.ws>
866 Remove the PICTURE_SIZES build flag
867 https://bugs.webkit.org/show_bug.cgi?id=144679
869 Reviewed by Benjamin Poulain.
871 Removed the PICTURE_SIZES build time flag.
873 * Source/cmake/OptionsEfl.cmake:
874 * Source/cmake/OptionsGTK.cmake:
875 * Source/cmake/OptionsMac.cmake:
876 * Source/cmake/OptionsWindows.cmake:
877 * Source/cmake/WebKitFeatures.cmake:
879 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
881 [GTK] [CMake] Check for required X libraries
882 https://bugs.webkit.org/show_bug.cgi?id=144823
884 Reviewed by Martin Robinson.
886 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
888 * Source/cmake/OptionsGTK.cmake:
890 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
892 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
893 https://bugs.webkit.org/show_bug.cgi?id=144746
895 Reviewed by Carlos Garcia Campos.
897 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
898 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
899 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
901 * Source/cmake/OptionsGTK.cmake:
903 2015-05-08 Daniel Bates <dabates@apple.com>
905 [iOS] WebSQL operations are not performed after device is locked
906 https://bugs.webkit.org/show_bug.cgi?id=137503
907 <rdar://problem/20844952>
909 Rubber-stamped by Alexey Proskuryakov.
911 Add a manual test to help verify that we do not regress this issue.
913 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
915 2015-05-08 Commit Queue <commit-queue@webkit.org>
917 Unreviewed, rolling out r183945.
918 https://bugs.webkit.org/show_bug.cgi?id=144789
920 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
924 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
925 https://bugs.webkit.org/show_bug.cgi?id=144746
926 http://trac.webkit.org/changeset/183945
928 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
930 Cleanup after r183940
931 https://bugs.webkit.org/show_bug.cgi?id=144768
935 Looks like the empty directories were not deleted.
937 * Source/PAL: Removed.
938 * Source/PAL/Configurations: Removed.
939 * Source/PAL/PAL.xcodeproj: Removed.
940 * Source/PAL/graphics: Removed.
942 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
944 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
945 https://bugs.webkit.org/show_bug.cgi?id=144746
947 Reviewed by Martin Robinson.
949 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
950 what it is defined to, so defining it to 0 effectively turned it on always.
952 * Source/cmake/OptionsGTK.cmake:
954 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
956 Revert "Introducing the Platform Abstraction Layer (PAL)"
957 https://bugs.webkit.org/show_bug.cgi?id=144751
961 PAL should be a new target inside WebCore, rather than a top-level folder.
963 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
965 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
967 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
969 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
971 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
973 Introducing the Platform Abstraction Layer (PAL)
974 https://bugs.webkit.org/show_bug.cgi?id=143358
976 Reviewed by Simon Fraser.
978 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
980 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
982 [cmake] Disable GNU Gold linker on Cortex A53
983 https://bugs.webkit.org/show_bug.cgi?id=144382
985 Reviewed by Carlos Garcia Campos.
987 * Source/cmake/OptionsCommon.cmake:
989 2015-05-01 Martin Robinson <mrobinson@igalia.com>
991 USE(...) macro should expect unprefixed variables
992 https://bugs.webkit.org/show_bug.cgi?id=144454
994 Reviewed by Daniel Bates.
996 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
997 * Source/cmake/OptionsEfl.cmake: Ditto.
998 * Source/cmake/OptionsGTK.cmake: Ditto.
999 * Source/cmake/OptionsMac.cmake: Ditto.
1000 * Source/cmake/OptionsWinCairo.cmake: Ditto.
1001 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
1004 2015-04-30 Martin Robinson <mrobinson@igalia.com>
1006 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
1007 https://bugs.webkit.org/show_bug.cgi?id=144394
1009 Reviewed by Carlos Garcia Campos.
1011 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
1012 is that it fixes the redirected XComposite window for GTK+, which was accidentally
1013 disabled in previous reworking of the CMake configuration.
1015 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
1016 version of USE variables.
1017 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
1018 is exposed to the build.
1020 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
1022 Unreviewed. Bump GTK+ version numbers.
1024 * Source/cmake/OptionsGTK.cmake:
1026 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1028 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
1029 https://bugs.webkit.org/show_bug.cgi?id=144435
1031 Reviewed by Gyuyoung Kim.
1033 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
1034 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
1036 * Source/cmake/OptionsEfl.cmake:
1038 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
1040 REGRESSION(183583): [Mac] make without SDKROOT has issues
1041 https://bugs.webkit.org/show_bug.cgi?id=144431
1043 Reviewed by Dan Bernstein.
1046 Assume an empty SDKROOT means an macosx variant, so only
1047 enable settings if the SDKROOT is not empty and does not
1050 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1052 Fix the GTK+ build after r183584
1054 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
1056 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1058 [GTK] Add support for automatic hyphenation
1059 https://bugs.webkit.org/show_bug.cgi?id=44478
1061 Reviewed by Carlos Garcia Campos.
1063 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
1064 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
1065 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
1067 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
1069 Failure when building WebKit for appletvsimulator.
1070 https://bugs.webkit.org/show_bug.cgi?id=144356
1072 Reviewed by Alexey Proskuryakov.
1074 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
1075 make TVOS and WatchOS behave correctly.
1079 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1081 [CMake] [GTK] Organize and clean up unused CMake variables
1082 https://bugs.webkit.org/show_bug.cgi?id=144364
1084 Reviewed by Gyuyoung Kim.
1086 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
1087 specific to certain projects into their PlatformGTK.cmake files.
1089 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1091 [EFL] Build failure to find gio-unix
1092 https://bugs.webkit.org/show_bug.cgi?id=144083
1094 Reviewed by Gyuyoung Kim.
1096 Original patch by Doug Newgard <scimma22@outlook.com>
1098 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
1100 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
1102 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
1103 https://bugs.webkit.org/show_bug.cgi?id=143001
1105 Reviewed by Gyuyoung Kim.
1107 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
1108 * Source/cmake/OptionsGTK.cmake: Ditto.
1110 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1112 Unreviewed, fix typo in previous commit
1114 libsecretr -> libsecret in the error message.
1116 * Source/cmake/OptionsGTK.cmake:
1118 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1120 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
1121 https://bugs.webkit.org/show_bug.cgi?id=143546
1123 Reviewed by Martin Robinson.
1125 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
1126 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
1127 default. Fail the build with an informative error message if an optional dependency required
1128 for an enabled feature is not present. Perform find_package commands only when necessary.
1129 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
1132 * Source/cmake/OptionsGTK.cmake:
1134 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1136 [GTK] Make all options actually options
1137 https://bugs.webkit.org/show_bug.cgi?id=144106
1139 Reviewed by Martin Robinson.
1141 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
1142 ENABLE_WAYLAND_TARGET.
1144 * Source/cmake/OptionsGTK.cmake:
1146 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1148 Unreviewed, fix GTK build after r183452
1150 * Source/cmake/OptionsGTK.cmake:
1152 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1154 [GTK] Add one single option to control all OpenGL-related options
1155 https://bugs.webkit.org/show_bug.cgi?id=144105
1157 Reviewed by Martin Robinson.
1159 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
1160 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
1161 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
1162 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
1163 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
1164 presence of CairoGL.
1166 * Source/cmake/OptionsGTK.cmake:
1168 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1170 [GTK] ENABLE_SMOOTH_SCROLLING should be private
1171 https://bugs.webkit.org/show_bug.cgi?id=144306
1173 Reviewed by Martin Robinson.
1175 Make ENABLE_SMOOTH_SCROLLING private instead of public.
1177 * Source/cmake/OptionsGTK.cmake:
1179 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1181 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
1182 https://bugs.webkit.org/show_bug.cgi?id=144193
1184 Reviewed by Darin Adler.
1186 * Source/cmake/OptionsEfl.cmake:
1187 * Source/cmake/OptionsGTK.cmake:
1188 * Source/cmake/OptionsWinCairo.cmake:
1189 * Source/cmake/WebKitFeatures.cmake:
1191 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1193 [CMake] Should be possible for an option to conflict with other options
1194 https://bugs.webkit.org/show_bug.cgi?id=143956
1196 Reviewed by Martin Robinson.
1198 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
1200 * Source/cmake/WebKitFeatures.cmake:
1202 2015-04-22 Martin Robinson <mrobinson@igalia.com>
1204 [CMake] Autogenerate cmakeconfig.h.cmake
1205 https://bugs.webkit.org/show_bug.cgi?id=143997
1207 Reviewed by Csaba Osztrogonác.
1209 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
1210 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
1211 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
1212 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
1213 Do some other miscellaneous related cleanup.
1214 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
1215 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
1216 build exposed variables. Add a macro to generate a configuration from them.
1217 * Source/cmakeconfig.h.cmake: Removed.
1219 2015-04-24 Philippe Normand <pnormand@igalia.com>
1221 [JHBuild] Move to upstream OpenWebRTC
1222 https://bugs.webkit.org/show_bug.cgi?id=144145
1224 Reviewed by Carlos Garcia Campos.
1226 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
1229 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
1231 [ES6] Implement ES6 template literals
1232 https://bugs.webkit.org/show_bug.cgi?id=142691
1234 Reviewed by Darin Adler.
1236 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
1238 * Source/cmake/WebKitFeatures.cmake:
1239 * Source/cmakeconfig.h.cmake:
1241 2015-04-25 Martin Robinson <mrobinson@igalia.com>
1243 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
1244 https://bugs.webkit.org/show_bug.cgi?id=144182
1246 Reviewed by Simon Fraser.
1248 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1249 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1250 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1251 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1252 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1254 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1256 [GTK] Add more public options
1257 https://bugs.webkit.org/show_bug.cgi?id=144116
1259 Reviewed by Martin Robinson.
1261 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
1263 * Source/cmake/OptionsGTK.cmake:
1265 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1267 [CMake] Some internal variables are not marked as advanced
1268 https://bugs.webkit.org/show_bug.cgi?id=143595
1270 Reviewed by Martin Robinson.
1272 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
1273 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
1275 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1277 [GTK] Mark as advanced the build options we don't want to expose
1278 https://bugs.webkit.org/show_bug.cgi?id=143558
1280 Reviewed by Martin Robinson.
1282 Mark various options as private instead of public.
1284 * Source/cmake/OptionsGTK.cmake:
1286 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1288 [CMake] Should be possible for an option to depend on multiple options
1289 https://bugs.webkit.org/show_bug.cgi?id=143839
1291 Reviewed by Martin Robinson.
1293 Use a list instead of a single variable to track the dependencies of each option. Iterate
1294 over the list as many times as necessary to ensure all options are properly disabled.
1296 * Source/cmake/WebKitFeatures.cmake:
1298 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1300 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
1301 https://bugs.webkit.org/show_bug.cgi?id=144103
1303 Reviewed by Martin Robinson.
1305 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
1307 * Source/cmake/WebKitFeatures.cmake:
1309 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1311 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
1312 https://bugs.webkit.org/show_bug.cgi?id=144102
1314 Reviewed by Martin Robinson.
1316 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
1317 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
1318 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
1320 * Source/cmake/OptionsGTK.cmake:
1322 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1324 [CMake] Clean up JSC JIT options
1325 https://bugs.webkit.org/show_bug.cgi?id=143998
1327 Reviewed by Filip Pizlo.
1329 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
1330 define for ENABLE_FTL_NATIVE_CALL_INLINING.
1331 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
1332 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
1333 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
1334 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
1336 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1338 [CMake] Use lowercase for local variables in macros
1339 https://bugs.webkit.org/show_bug.cgi?id=144059
1341 Reviewed by Martin Robinson.
1343 Convert some variable names to lowercase.
1345 * Source/cmake/WebKitFeatures.cmake:
1347 2015-04-22 Commit Queue <commit-queue@webkit.org>
1349 Unreviewed, rolling out r183116.
1350 https://bugs.webkit.org/show_bug.cgi?id=144060
1352 Inadvertently deleted a file... (Requested by mcatanzaro on
1357 "[CMake] Use lowercase for local variables in macros"
1358 https://bugs.webkit.org/show_bug.cgi?id=144059
1359 http://trac.webkit.org/changeset/183116
1361 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1363 [CMake] Use lowercase for local variables in macros
1364 https://bugs.webkit.org/show_bug.cgi?id=144059
1366 Reviewed by Martin Robinson.
1368 Convert some variable names to lowercase.
1370 * Source/cmake/WebKitFeatures.cmake:
1372 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1374 [CMake] Features list should print dots every other row
1375 https://bugs.webkit.org/show_bug.cgi?id=143832
1377 Reviewed by Martin Robinson.
1379 Discount private options when determining whether to print dots on a given row of the
1380 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
1381 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
1382 wasn't noticed because it only affects the first line, and use of the variable name as a
1383 string in a conditional.)
1385 * Source/cmake/WebKitFeatures.cmake:
1387 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1389 [CMake] Require specifying visibility of WebKit options
1390 https://bugs.webkit.org/show_bug.cgi?id=143831
1392 Reviewed by Alex Christensen.
1394 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
1395 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
1396 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
1397 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
1398 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
1399 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
1400 cross-platform options as PRIVATE.
1402 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1404 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
1405 https://bugs.webkit.org/show_bug.cgi?id=143935
1407 Reviewed by Darin Adler.
1409 Some variables aren't defined in these files or unused variables aren't removed. This
1410 patch cleans up it as well as fix wrong alphabet order.
1412 * Source/cmake/WebKitFeatures.cmake:
1413 * Source/cmakeconfig.h.cmake:
1415 2015-04-19 Simon Fraser <simon.fraser@apple.com>
1417 Restore the WebKit.xcworkspace to the way it was before r182899,
1418 which inadvertently added the Source directory and a couple of source
1421 * WebKit.xcworkspace/contents.xcworkspacedata:
1423 2015-04-16 Basile Clement <basile_clement@apple.com>
1425 Extract the allocation profile from JSFunction into a rare object
1426 https://bugs.webkit.org/show_bug.cgi?id=143807
1428 Reviewed by Filip Pizlo.
1430 * WebKit.xcworkspace/contents.xcworkspacedata:
1432 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
1434 [EFL] Bump LLVM to version 3.6.0 on X86_64
1435 https://bugs.webkit.org/show_bug.cgi?id=143604
1437 Reviewed by Gyuyoung Kim.
1439 * Source/cmake/FindLLVM.cmake: Added version handling.
1440 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
1442 2015-04-15 Timothy Horton <timothy_horton@apple.com>
1444 Custom CSS cursors do not use -webkit-image-set on retina displays
1445 https://bugs.webkit.org/show_bug.cgi?id=120783
1447 Reviewed by Beth Dakin.
1448 Patch by Evan Wallace <evan.exe@gmail.com>.
1450 Add a manual test for custom CSS cursors on retina displays.
1452 * ManualTests/retina-cursors.html: Added.
1454 2015-04-15 Alex Christensen <achristensen@webkit.org>
1456 Progress towards CMake on Mac.
1457 https://bugs.webkit.org/show_bug.cgi?id=143785
1459 Reviewed by Csaba Osztrogonác.
1462 * Source/cmake/OptionsMac.cmake:
1463 * Source/cmake/WebKitFS.cmake:
1465 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
1467 Cannot click "Next" button on Google two-factor auth setup page
1469 <https://bugs.webkit.org/show_bug.cgi?id=143624>
1470 <rdar://problem/19175714>
1472 Reviewed by Darin Adler.
1474 * ManualTests/button-that-focuses-itself-on-click.html: Added.
1476 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
1478 [cmake] REGRESSION(182663): It broke feature dependency handling
1479 https://bugs.webkit.org/show_bug.cgi?id=143665
1481 Reviewed by Csaba Osztrogonác.
1483 Don't try to check the value of options before defining the options.
1485 * Source/cmake/WebKitFeatures.cmake:
1487 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
1489 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
1490 https://bugs.webkit.org/show_bug.cgi?id=143664
1492 Reviewed by Gyuyoung Kim.
1494 * Source/cmake/OptionsEfl.cmake:
1495 * Source/cmake/OptionsGTK.cmake:
1496 * Source/cmake/WebKitFeatures.cmake:
1497 * Source/cmakeconfig.h.cmake:
1499 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1501 [EFL] Enable Media Source
1502 https://bugs.webkit.org/show_bug.cgi?id=143635
1504 Reviewed by Csaba Osztrogonác.
1506 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
1508 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1510 [CMake] Miscellaneous issues in WebKitFeatures.cmake
1511 https://bugs.webkit.org/show_bug.cgi?id=143636
1513 Reviewed by Martin Robinson.
1515 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
1516 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
1518 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
1519 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
1521 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
1523 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
1525 Fix ENABLE_TOUCH_SLIDER so that it can be used
1529 * Source/cmake/WebKitFeatures.cmake:
1531 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1533 [CMake] Print sorted feature list at the very end of the configure process
1534 https://bugs.webkit.org/show_bug.cgi?id=143596
1536 Reviewed by Martin Robinson.
1538 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
1539 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
1540 and sort the options before printing. Reorder some code so that features still get
1541 propagated to the bindings generators.
1543 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1545 [CMake] Options should be marked as advanced by default
1546 https://bugs.webkit.org/show_bug.cgi?id=143572
1548 Reviewed by Gyuyoung Kim.
1550 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
1551 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
1552 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
1553 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
1554 option without making it public.
1556 * Source/cmake/WebKitFeatures.cmake:
1558 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1560 [CMake] Remove unnecessary ENABLE_WEBCORE switch
1561 https://bugs.webkit.org/show_bug.cgi?id=143584
1563 Reviewed by Csaba Osztrogonác.
1565 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
1569 * Source/CMakeLists.txt:
1570 * Source/cmake/OptionsGTK.cmake:
1571 * Source/cmake/WebKitFS.cmake:
1573 2015-04-08 Filip Pizlo <fpizlo@apple.com>
1575 Unreviewed, revert accidental commit.
1579 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
1581 Add CMake build system for WinCairo port.
1582 https://bugs.webkit.org/show_bug.cgi?id=115944
1584 Reviewed by Chris Dumez.
1586 * Source/cmake/OptionsWindows.cmake:
1587 * Source/cmake/WebKitMacros.cmake:
1588 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1590 2015-04-06 Alberto Garcia <berto@igalia.com>
1592 [GTK] Fix HPPA build
1593 https://bugs.webkit.org/show_bug.cgi?id=143453
1595 Reviewed by Darin Adler.
1597 Add HPPA to the list of supported CPUs.
1601 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
1603 Unreviewed, kick the GTK bots to fix an incremental build issue.
1605 * Source/cmake/OptionsGTK.cmake:
1607 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
1609 Fix the EFL and GTK build after r182243
1610 https://bugs.webkit.org/show_bug.cgi?id=143361
1612 Reviewed by Csaba Osztrogonác.
1614 * Source/PlatformEfl.cmake: Add a custom command that copies
1615 the InspectorBackendCommands.js file into the proper directory
1616 under DerivedSources/WebInspectorUI/.
1618 2015-04-01 Alex Christensen <achristensen@webkit.org>
1620 Progress towards CMake on Windows and Mac.
1621 https://bugs.webkit.org/show_bug.cgi?id=143293
1623 Reviewed by Filip Pizlo.
1626 Set DERIVED_SOURCES_WTF_DIR for Windows.
1627 * Source/CMakeLists.txt:
1628 Don't compile bmalloc on Windows.
1629 * Source/cmake/OptionsCommon.cmake:
1630 Use the absolute path of the C preprocessor.
1631 * Source/cmake/OptionsWinCairo.cmake:
1632 Added needed definitions.
1633 * Source/cmake/OptionsWindows.cmake:
1634 Set some default values and removed support for old Visual Studio versions before /MP.
1635 * Source/cmake/WebKitFS.cmake:
1636 Make WTF DerivedSources directory.
1637 * Source/cmake/WebKitMacros.cmake:
1638 Added ADD_PRECOMPILED_HEADER macro based on
1639 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1641 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
1643 Use colored diagnostics when building with cmake + ninja + clang
1644 https://bugs.webkit.org/show_bug.cgi?id=143297
1646 Reviewed by Žan Doberšek.
1648 Because that ninja sets subprocess stdout/stderr to a pipe, clang
1649 disables colored output.
1650 This patch forces clang to use colored diagnostics when we are using
1653 * Source/cmake/OptionsCommon.cmake:
1655 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1657 [CMake] Update old CMakeList.txt in gtest
1658 https://bugs.webkit.org/show_bug.cgi?id=143192
1660 Reviewed by Darin Adler.
1662 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
1663 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
1664 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
1666 * Source/CMakeLists.txt:
1667 * Source/cmake/gtest/CMakeLists.txt: Removed.
1669 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1671 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
1672 https://bugs.webkit.org/show_bug.cgi?id=143138
1674 Reviewed by Csaba Osztrogonác.
1676 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
1677 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
1679 * Source/cmake/OptionsWindows.cmake:
1680 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
1681 * Source/cmake/WebKitMacros.cmake:
1683 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1685 [GStreamer] share GL context in pipeline, part 2
1686 https://bugs.webkit.org/show_bug.cgi?id=143049
1688 Reviewed by Carlos Garcia Campos.
1690 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
1691 OpenGL/ES2 is found and GLX/EGL is found too.
1693 2015-03-26 Alex Christensen <achristensen@webkit.org>
1695 Progress towards CMake on Mac.
1696 https://bugs.webkit.org/show_bug.cgi?id=143112
1698 Reviewed by Chris Dumez.
1700 * Source/cmake/OptionsMac.cmake:
1702 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
1704 [EFL] Add OpenWebRTC in jhbuild
1705 https://bugs.webkit.org/show_bug.cgi?id=142778
1707 Reviewed by Gyuyoung Kim.
1709 Original patch by Philippe Normand <pnormand@igalia.com>
1711 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
1712 mediastream build is enabled.
1714 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
1716 [GTK] Add a configure option to build without Redirected XComposite Window
1717 https://bugs.webkit.org/show_bug.cgi?id=142865
1719 Reviewed by Žan Doberšek.
1721 The Redirected XComposite Window was added to support some
1722 features like GtkOverlay, but in cases where we don't need such
1723 features, it's more efficient to use the XID of the WebKitWebView
1724 window as the native surface handle for the accelerated
1725 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
1726 that is enabled by default for X11 target when OpenGL is enabled.
1728 * Source/cmake/OptionsGTK.cmake:
1730 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
1732 [GTK] Search for the Wayland dependency when enabling Wayland target
1733 https://bugs.webkit.org/show_bug.cgi?id=142876
1735 Reviewed by Carlos Garcia Campos.
1737 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
1738 requirement of either the GTK+ or GDK pkg-config files, so we have to
1739 search for it ourselves when WebKitGTK+ has been configured to support
1740 the Wayland windowing target.
1742 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1744 Unreviewed, kick the GTK bots to regenerate makefile.
1745 https://bugs.webkit.org/show_bug.cgi?id=137394
1747 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
1748 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
1750 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1752 Unreviewed, kick the GTK bots to regenerate makefile.
1753 https://bugs.webkit.org/show_bug.cgi?id=137394
1755 * Source/cmake/OptionsEfl.cmake:
1757 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
1759 [GTK] Fix inspector userinterface related incremental build issue
1760 https://bugs.webkit.org/show_bug.cgi?id=142849
1762 Reviewed by Carlos Garcia Campos.
1764 * Source/cmake/OptionsGTK.cmake: Revert r181733.
1766 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
1768 Unreviewed, kick the GTK bots to regenerate makefile.
1770 * Source/cmake/OptionsGTK.cmake:
1772 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
1774 [EFL] Expose JavaScript binding interface through ewk_extension
1775 https://bugs.webkit.org/show_bug.cgi?id=142033
1777 Reviewed by Gyuyoung Kim.
1779 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
1781 2015-03-17 Philippe Normand <pnormand@igalia.com>
1783 [GTK] basic OpenWebRTC build support
1784 https://bugs.webkit.org/show_bug.cgi?id=142393
1786 Reviewed by Carlos Garcia Campos.
1788 * Source/cmake/FindOpenWebRTC.cmake: Added.
1789 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
1790 mediastream build is enabled.
1792 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1794 [CMake][EFL] Build test tools only for developer mode
1795 https://bugs.webkit.org/show_bug.cgi?id=142761
1797 Reviewed by Csaba Osztrogonác.
1799 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
1801 * Source/cmake/OptionsEfl.cmake:
1802 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
1803 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
1804 * Source/cmakeconfig.h.cmake:
1806 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
1808 Enable ES6 classes by default
1809 https://bugs.webkit.org/show_bug.cgi?id=142774
1811 Reviewed by Gavin Barraclough.
1813 * Source/cmake/WebKitFeatures.cmake:
1815 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1817 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
1818 https://bugs.webkit.org/show_bug.cgi?id=142722
1820 Reviewed by Csaba Osztrogonác.
1822 Categorize to define cmake variables, to find necessary packages,
1823 use upper case for "glib_conponents" cmake variable name, re-arrange
1824 wrong alphabet sorting, and so on.
1826 * CMakeLists.txt: Remove WinCE port.
1827 * Source/cmake/OptionsEfl.cmake:
1829 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1831 [GStreamer] share GL context in pipeline
1832 https://bugs.webkit.org/show_bug.cgi?id=142693
1834 Reviewed by Philippe Normand.
1836 Add search of gstreamer-gl library in the GStreamer installation. If
1837 it is found, WTF_USE_GSTREAMER_GL macro is defined.
1839 * Source/cmake/FindGStreamer.cmake:
1840 * Source/cmake/OptionsGTK.cmake:
1842 2015-03-13 Alex Christensen <achristensen@webkit.org>
1844 Progress towards CMake on Mac.
1845 https://bugs.webkit.org/show_bug.cgi?id=142680
1847 Reviewed by Gyuyoung Kim.
1850 * Source/PlatformMac.cmake: Added stub.
1851 * Source/cmake/OptionsMac.cmake:
1852 Change defines to get CMake working.
1854 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1856 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
1857 https://bugs.webkit.org/show_bug.cgi?id=126688
1859 Reviewed by Gustavo Noronha Silva.
1861 Add ENABLE_MINIBROWSER option, enabled by default for development
1862 builds and disabled for production builds unless explicilty enabled.
1864 * Source/cmake/OptionsGTK.cmake:
1866 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1868 [GTK] Do not look for child processes in the UI process binary path
1869 https://bugs.webkit.org/show_bug.cgi?id=135752
1871 Reviewed by Gustavo Noronha Silva.
1873 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
1874 build for development builds.
1876 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
1878 [GTK] Add a configure option to build with OpenGL ES 2
1879 https://bugs.webkit.org/show_bug.cgi?id=142498
1881 Reviewed by Martin Robinson.
1883 Add ENABLE_GLES2 option. It's disabled by default, but if passed
1884 GLES2 is required and OpenGL is not even searched. Otherwise we
1885 search for OpenGL as usual, using it only if present.
1887 * Source/cmake/OptionsGTK.cmake:
1889 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
1891 [cmake] Handle unused parameter warnings as build errors except in WebKit2
1892 https://bugs.webkit.org/show_bug.cgi?id=142338
1894 Reviewed by Gyuyoung Kim.
1896 * Source/cmake/WebKitHelpers.cmake:
1898 2015-03-03 Daniel Bates <dabates@apple.com>
1900 Convert ManualTests/svg-tooltip.svg to a DRT test
1901 https://bugs.webkit.org/show_bug.cgi?id=140480
1903 Reviewed by Alex Christensen.
1905 * ManualTests/svg-tooltip.svg: Removed.
1907 2015-03-02 Debarshi Ray <debarshir@gnome.org>
1909 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
1910 https://bugs.webkit.org/show_bug.cgi?id=142165
1912 Reviewed by Carlos Garcia Campos.
1914 * Source/cmake/gtksymbols.filter:
1916 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
1918 [EFL] Remove unnecessary comment after r179110
1919 https://bugs.webkit.org/show_bug.cgi?id=142042
1921 Reviewed by Gyuyoung Kim.
1923 * Source/cmake/OptionsEfl.cmake:
1925 2015-02-23 Tomas Popela <tpopela@redhat.com>
1927 [GTK] Fails to compile with cmake 3.2.x
1928 https://bugs.webkit.org/show_bug.cgi?id=141796
1930 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
1931 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
1932 added and the build will fail.
1934 Reviewed by Martin Robinson.
1936 * Source/cmake/OptionsGTK.cmake:
1938 2015-02-20 Alexey Proskuryakov <ap@apple.com>
1940 Remove svn:keywords property.
1942 As far as I can tell, the property had no effect on any of these files, but also,
1943 when it has effect it's likely harmful.
1945 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
1946 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
1947 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
1948 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
1949 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
1950 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
1951 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
1952 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
1953 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
1954 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
1955 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
1956 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
1957 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
1958 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
1960 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1962 [CMAKE] Remove CMakeLists.txt in WK1 port
1963 https://bugs.webkit.org/show_bug.cgi?id=141617
1965 Reviewed by Anders Carlsson.
1967 Nobody uses CMake in WK1 port. Remove it.
1971 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
1973 Unreviewed, remove empty directories.
1975 * ManualTests/qt: Removed.
1977 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
1979 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
1980 https://bugs.webkit.org/show_bug.cgi?id=141481
1982 Reviewed by Csaba Osztrogonác.
1984 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
1986 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1988 [EFL][GTK] Use bmalloc instead of tcmalloc
1989 https://bugs.webkit.org/show_bug.cgi?id=140162
1991 Reviewed by Carlos Garcia Campos.
1993 Add bmalloc directory to build list.
1995 * CMakeLists.txt: Define BMALLOC_DIR directory.
1996 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
1998 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
2000 [GTK] Add default color chooser implementation using GtkColorChooserDialog
2001 https://bugs.webkit.org/show_bug.cgi?id=141392
2003 Reviewed by Gustavo Noronha Silva.
2005 Enable INPUT_TYPE_COLOR by default for GTK+ port.
2007 * Source/cmake/OptionsGTK.cmake:
2009 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
2011 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
2012 https://bugs.webkit.org/show_bug.cgi?id=141328
2014 Reviewed by Darin Adler.
2016 Added as manual test because it involves a huge grid allocation
2017 which is very slow on Debug bots, the only ones capable to trigger
2020 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
2022 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
2024 [Streams API] Implement a barebone ReadableStream interface
2025 https://bugs.webkit.org/show_bug.cgi?id=141045
2027 Reviewed by Benjamin Poulain.
2029 * Source/cmake/WebKitFeatures.cmake:
2030 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
2032 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2034 Revert accidental change in r179490.
2038 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2040 Unreviewed, revert accidental change to Makefile.shared in r179478
2044 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2046 [CMake] Minimum python version should be 2.7.
2047 https://bugs.webkit.org/show_bug.cgi?id=140997
2049 Reviewed by Csaba Osztrogonác.
2053 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
2055 Apply feTurbulence spec change to fix zero length vector generation
2056 https://bugs.webkit.org/show_bug.cgi?id=140812
2058 Reviewed by Darin Adler.
2060 Recently a bug with the turbulence algorithm was corrected in the
2061 Filter Effects specification.
2062 For some seed values this bug allowed zero length vectors to be generated.
2063 This resulted in large solid color squares being present in the generated image.
2064 The feTurbulence algorithm was updated to reject zero length vectors. This patch
2065 applies that change in WebCore.
2067 Test: svg/filters/feTurbulence_bad_seeds.html
2069 * platform/graphics/filters/FETurbulence.cpp:
2070 (WebCore::FETurbulence::initPaint):
2071 Added rejection sampling during vector generation to avoid zero length vectors.
2073 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2075 [cmake] Remove compiler version calculate cruft
2076 https://bugs.webkit.org/show_bug.cgi?id=140885
2078 Reviewed by Darin Adler.
2080 * Source/cmake/WebKitHelpers.cmake:
2082 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2084 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
2085 https://bugs.webkit.org/show_bug.cgi?id=140886
2087 Reviewed by Žan Doberšek.
2089 * Source/cmake/WebKitHelpers.cmake:
2091 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
2093 [GTK] gtkdoc does not appear in DevHelp
2094 https://bugs.webkit.org/show_bug.cgi?id=139369
2096 Reviewed by Philippe Normand.
2098 Expect the gtkdoc to be generated in folders named with the API version.
2100 * Source/PlatformGTK.cmake:
2102 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
2104 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
2105 https://bugs.webkit.org/show_bug.cgi?id=140609
2107 Reviewed by Csaba Osztrogonác.
2109 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
2110 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
2111 compilation flags. Those were added after the jsCStack branch merge, but
2112 can now be removed since the -ftree-dce issues were fixed in GCC, and
2113 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
2115 * Source/cmake/OptionsEfl.cmake:
2116 * Source/cmake/OptionsGTK.cmake:
2118 2015-01-26 Commit Queue <commit-queue@webkit.org>
2120 Unreviewed, rolling out r179107.
2121 https://bugs.webkit.org/show_bug.cgi?id=140880
2123 The GCC in the bots doesn't support the AsyncTask
2124 implementation (Requested by KaL on #webkit).
2128 "[GTK] Enable IndexedDB"
2129 https://bugs.webkit.org/show_bug.cgi?id=98932
2130 http://trac.webkit.org/changeset/179107
2132 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
2134 [GTK] Enable IndexedDB
2135 https://bugs.webkit.org/show_bug.cgi?id=98932
2137 Reviewed by Žan Doberšek.
2139 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2140 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2142 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
2144 [GTK] Add initial database process support
2145 https://bugs.webkit.org/show_bug.cgi?id=139491
2147 Reviewed by Sergio Villar Senin.
2149 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
2151 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
2153 Add a build flag for ES6 class syntax
2154 https://bugs.webkit.org/show_bug.cgi?id=140760
2156 Reviewed by Michael Saboff.
2158 * Source/cmake/WebKitFeatures.cmake:
2159 * Source/cmakeconfig.h.cmake:
2161 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2163 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
2164 https://bugs.webkit.org/show_bug.cgi?id=140049
2166 Reviewed by Gyuyoung Kim.
2168 * Source/cmake/OptionsCommon.cmake:
2170 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2172 Remove ENABLE(INSPECTOR) ifdef guards
2173 https://bugs.webkit.org/show_bug.cgi?id=140668
2175 Reviewed by Darin Adler.
2177 * Source/PlatformEfl.cmake:
2178 * Source/cmake/OptionsEfl.cmake:
2179 * Source/cmake/OptionsGTK.cmake:
2180 * Source/cmake/OptionsMac.cmake:
2181 * Source/cmake/WebKitFeatures.cmake:
2182 * Source/cmakeconfig.h.cmake:
2184 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
2186 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
2188 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2190 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2192 [CMAKE] Fix cmake warning
2193 https://bugs.webkit.org/show_bug.cgi?id=140497
2195 Reviewed by Gustavo Noronha Silva.
2197 r173155 already tried to fix cmake warning though, the warning is still exist.
2198 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
2199 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
2200 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
2201 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
2202 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
2206 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
2208 [GTK] Generate the make dist manifest from a CMake template file
2209 https://bugs.webkit.org/show_bug.cgi?id=139387
2211 Reviewed by Martin Robinson.
2213 Generate manifest.txt from manifest.txt.in. Only expose the dist and
2214 distcheck targets for developer builds, as they won't work when
2215 building from a tarball because the manifest is not distributed.
2217 * Source/PlatformGTK.cmake:
2219 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
2221 Remove ENABLE(SQL_DATABASE) guards
2222 https://bugs.webkit.org/show_bug.cgi?id=140434
2224 Reviewed by Darin Adler.
2226 * Source/cmake/OptionsMac.cmake:
2227 * Source/cmake/WebKitFeatures.cmake:
2228 * Source/cmakeconfig.h.cmake:
2230 2015-01-11 Sam Weinig <sam@webkit.org>
2232 Remove support for SharedWorkers
2233 https://bugs.webkit.org/show_bug.cgi?id=140344
2235 Reviewed by Anders Carlsson.
2237 * Source/cmake/OptionsEfl.cmake:
2238 * Source/cmake/OptionsGTK.cmake:
2239 * Source/cmake/OptionsMac.cmake:
2240 * Source/cmake/WebKitFeatures.cmake:
2241 * Source/cmakeconfig.h.cmake:
2243 2015-01-10 Dan Bernstein <mitz@apple.com>
2245 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
2246 https://bugs.webkit.org/show_bug.cgi?id=140339
2248 Reviewed by Mark Rowe.
2250 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
2251 prevents unnecessary rebuilding due to PATH differences.
2253 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
2255 [GTK][ThreadedCompositor] Add support for threaded compositor.
2256 https://bugs.webkit.org/show_bug.cgi?id=118265
2258 Reviewed by Martin Robinson.
2260 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
2261 autotools build systems. The feature is disabled by default.
2262 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
2263 from the feature flags.
2265 * Source/cmake/OptionsEfl.cmake:
2266 * Source/cmake/OptionsGTK.cmake:
2267 * Source/cmake/WebKitFeatures.cmake:
2268 * Source/cmakeconfig.h.cmake:
2270 2014-12-23 Alexey Proskuryakov <ap@apple.com>
2272 Simplify building with ASan
2273 https://bugs.webkit.org/show_bug.cgi?id=139916
2275 Reviewed by Mark Rowe.
2277 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
2279 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
2281 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
2283 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2285 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
2287 Null dereference performing a "TapAndAHalf" gesture in Google search field
2289 <https://bugs.webkit.org/show_bug.cgi?id=139506>
2290 <rdar://problem/19028828>
2292 Reviewed by Darin Adler.
2294 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
2296 2014-12-10 Dean Jackson <dino@apple.com>
2298 Blur filter performance test doesn't provide results
2299 https://bugs.webkit.org/show_bug.cgi?id=139462
2301 Reviewed by Sam Weinig.
2303 This can't currently work under our performance test
2304 infrastructure. Move it to a manual test to avoid
2305 putting FAILures into the results.
2307 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
2309 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
2311 [GTK][WK2] Add HTML5 Notifications support
2312 https://bugs.webkit.org/show_bug.cgi?id=61140
2314 Reviewed by Carlos Garcia Campos.
2316 * Source/cmake/FindLibNotify.cmake: Added.
2317 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
2318 libnotify and use it for a default implementation when found.
2320 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
2322 REGRESSION(r155906): Page content disappears on Tuaw article after loading
2323 https://bugs.webkit.org/show_bug.cgi?id=138100
2325 Reviewed by Simon Fraser.
2327 DRT causes an extra paint which makes it impossible to test this with
2330 * ManualTests/float-layer-not-painting.html: Added.
2332 2014-12-07 Alberto Garcia <berto@igalia.com>
2334 [GTK] WebKit has a new required dependency on GnuTLS
2335 https://bugs.webkit.org/show_bug.cgi?id=136158
2337 Reviewed by Martin Robinson.
2339 Detect if GnuTLS is installed and enable or disable subtle crypto
2340 support accordingly.
2342 * Source/cmake/OptionsGTK.cmake:
2344 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
2346 [GTK] Missing API detected in GObject DOM bindings after r176630
2347 https://bugs.webkit.org/show_bug.cgi?id=139201
2349 Reviewed by Gustavo Noronha Silva.
2351 Change GENERATE_BINDINGS macro to receive a list of optional
2352 additional dependencies, so that we can add more dependecies
2353 without having to change the macro.
2355 * Source/cmake/WebKitMacros.cmake:
2357 2014-12-05 Simon Fraser <simon.fraser@apple.com>
2359 Programmatic scrolling and content changes are not always synchronized
2360 https://bugs.webkit.org/show_bug.cgi?id=139245
2361 rdar://problem/18833612
2363 Reviewed by Anders Carlsson.
2365 Manual test that tries to sync layout with programmatic scrolling.
2367 * ManualTests/programmatic-scroll-flicker.html: Added.
2369 2014-12-04 Alberto Garcia <berto@igalia.com>
2371 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
2372 https://bugs.webkit.org/show_bug.cgi?id=136576
2374 Reviewed by Carlos Garcia Campos.
2376 CMake should complain if Accelerated 2D Canvas is explicitly
2377 enabled but cairo-gl is not found.
2379 * Source/cmake/OptionsGTK.cmake:
2381 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2383 [EFL] Add subtle crypto to the build system
2384 https://bugs.webkit.org/show_bug.cgi?id=138612
2386 Reviewed by Csaba Osztrogonác.
2388 * Source/cmake/OptionsEfl.cmake:
2390 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2392 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
2393 https://bugs.webkit.org/show_bug.cgi?id=139085
2395 Reviewed by Andreas Kling.
2397 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
2398 * Source/cmake/WebKitFeatures.cmake: ditto.
2399 * Source/cmakeconfig.h.cmake: ditto.
2401 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
2403 [EFL] Drop support for the EFL 1.7
2404 https://bugs.webkit.org/show_bug.cgi?id=139114
2406 Reviewed by Gyuyoung Kim.
2408 * Source/cmake/EFLHelpers.cmake: Removed.
2409 * Source/cmake/FindEcore.cmake: Removed.
2410 * Source/cmake/FindEdje.cmake: Removed.
2411 * Source/cmake/FindEet.cmake: Removed.
2412 * Source/cmake/FindEeze.cmake: Removed.
2413 * Source/cmake/FindEfreet.cmake: Removed.
2414 * Source/cmake/FindEina.cmake: Removed.
2415 * Source/cmake/FindElementary.cmake: Removed.
2416 * Source/cmake/FindEvas.cmake: Removed.
2417 * Source/cmake/OptionsEfl.cmake:
2419 2014-11-28 Philippe Normand <pnormand@igalia.com>
2421 [CMake] Build failure against GStreamer git master
2422 https://bugs.webkit.org/show_bug.cgi?id=138872
2424 Reviewed by Csaba Osztrogon.
2426 * Source/cmake/FindGStreamer.cmake: Simplified the
2427 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
2428 headers lookup, there's no need to do this manually. Also
2429 explicitely check the version specified in GStreamer_FIND_VERSION.
2431 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
2433 [EFL] Remove E_Dbus dependency
2434 https://bugs.webkit.org/show_bug.cgi?id=136355
2436 Reviewed by Gyuyoung Kim.
2438 * Source/cmake/FindE_DBus.cmake: Removed.
2439 * Source/cmake/OptionsEfl.cmake:
2441 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
2443 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2445 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2447 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
2449 [CMake] Use ld.gold if it is available to speedup builds
2450 https://bugs.webkit.org/show_bug.cgi?id=137953
2452 Reviewed by Carlos Garcia Campos.
2454 * Source/cmake/OptionsCommon.cmake:
2456 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
2458 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
2459 https://bugs.webkit.org/show_bug.cgi?id=138840
2461 Reviewed by Csaba Osztrogonác.
2463 * Source/cmake/OptionsCommon.cmake:
2465 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
2467 Remove Source/Platform cruft
2468 https://bugs.webkit.org/show_bug.cgi?id=138658
2470 Reviewed by Anders Carlsson.
2473 * Source/Platform: Removed.
2475 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
2477 Enable Cortex-A53-specific code paths by default if core is detected.
2478 https://bugs.webkit.org/show_bug.cgi?id=138499
2480 Reviewed by Csaba Osztrogonác.
2482 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
2483 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
2486 Since on ARM64/Linux the part number that cpuinfo reports depends on
2487 the core the query is run on, the check is bound to and executed on the
2488 available cores one by one.
2490 * Source/cmake/OptionsCommon.cmake:
2492 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2494 [EFL] Remove unnecessary version check from OptionsEfl.cmake
2495 https://bugs.webkit.org/show_bug.cgi?id=138498
2497 Reviewed by Csaba Osztrogonác.
2499 * Source/cmake/OptionsEfl.cmake:
2501 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2503 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
2504 https://bugs.webkit.org/show_bug.cgi?id=138465
2506 Reviewed by Gyuyoung Kim.
2508 * Source/cmake/OptionsEfl.cmake:
2510 2014-11-03 Dean Jackson <dino@apple.com>
2512 Add ENABLE_FILTERS_LEVEL_2 feature guard.
2513 https://bugs.webkit.org/show_bug.cgi?id=138362
2515 Reviewed by Tim Horton.
2517 Add a new feature define for Level 2 of CSS Filters.
2518 http://dev.w3.org/fxtf/filters-2/
2520 * Source/cmake/OptionsEfl.cmake:
2521 * Source/cmake/OptionsGTK.cmake:
2522 * Source/cmake/OptionsMac.cmake:
2523 * Source/cmake/WebKitFeatures.cmake:
2524 * Source/cmakeconfig.h.cmake:
2526 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
2528 Workaround for Cortex-A53 erratum 835769
2529 https://bugs.webkit.org/show_bug.cgi?id=138315
2531 Reviewed by Filip Pizlo.
2533 This patch introduces CMake variable and preprocessor macro
2534 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
2535 code paths, if set true.
2537 * Source/cmake/OptionsCommon.cmake:
2538 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
2540 * Source/cmakeconfig.h.cmake:
2541 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
2543 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
2545 [GTK] Fix the build of FTL JIT
2546 https://bugs.webkit.org/show_bug.cgi?id=138298
2548 Reviewed by Carlos Garcia Campos.
2550 * Source/cmake/OptionsGTK.cmake:
2551 Remove the need for the LIBCXXABI package.
2553 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
2555 REGRESSION(CMake): Make it possible to build without introspection
2556 https://bugs.webkit.org/show_bug.cgi?id=138006
2558 Reviewed by Philippe Normand.
2560 Add ENABLE_INTROSPECTION option.
2562 * Source/PlatformGTK.cmake: Dot not add gir global target if
2563 introspection is disabled.
2564 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
2565 introspection is disabled.
2567 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
2569 [GTK] Support script message handlers WebKitUserContentManager
2570 https://bugs.webkit.org/show_bug.cgi?id=133730
2572 Reviewed by Carlos Garcia Campos.
2574 Support user script message handlers in WebKitUserContentManager.
2575 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
2576 an option is added to the CMake build files. The option is disabled
2577 globally by default, and the WebKitGTK port enables it. On the API
2578 level, two new methods to register and unregister names are provided
2579 in the "window.webkit" namespace, and on message reception the
2580 "WebKitUserContentManager::script-message-received" signal is
2581 emitted, using the registered names as signal detail.
2583 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
2584 ENABLE_USER_MESSAGE_HANDLERS feature by default.
2585 * Source/cmake/WebKitFeatures.cmake: Add feature description for
2586 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
2588 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
2590 [GTK] Bump libsoup's minimum version to 2.42.0.
2591 https://bugs.webkit.org/show_bug.cgi?id=138086
2593 Reviewed by Martin Robinson.
2595 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
2596 soup-version.h header was added to soup.h in 2.41.4, which then becomes
2597 the minimum version required to build the port these days.
2599 In addition, since the autotools build system required 2.42.0 before
2600 being retired, require the same version here. Version 2.42.0 was also
2602 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
2604 * Source/cmake/OptionsGTK.cmake:
2606 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2608 [EFL] Remove unnecessary defines from OptionsEfl.cmake
2609 https://bugs.webkit.org/show_bug.cgi?id=138132
2611 Reviewed by Csaba Osztrogonác.
2613 * Source/cmake/OptionsEfl.cmake:
2615 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
2617 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2619 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2621 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
2623 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
2624 https://bugs.webkit.org/show_bug.cgi?id=137946
2626 Reviewed by Gyuyoung Kim.
2628 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
2630 * Source/cmake/OptionsEfl.cmake:
2632 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2634 Fix FTL Native Inlining for EFL
2635 https://bugs.webkit.org/show_bug.cgi?id=137774
2637 Reviewed by Michael Saboff.
2639 Updated CMake for FTL Native Inlining.
2642 * Source/cmake/FindClang.cmake: Added.
2643 * Source/cmake/OptionsEfl.cmake:
2644 * Source/cmakeconfig.h.cmake:
2646 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
2648 Web Inspector: Generate all Inspector domains together in JavaScriptCore
2649 https://bugs.webkit.org/show_bug.cgi?id=137748
2651 Reviewed by Brian Burg.
2653 * Source/PlatformEfl.cmake:
2655 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
2657 [GTK] Add initial gestures support
2658 https://bugs.webkit.org/show_bug.cgi?id=137812
2660 Reviewed by Sergio Villar Senin.
2662 Check if the GTK+ version supports gestures or not.
2664 * Source/cmake/FindGTK3.cmake:
2665 * Source/cmake/OptionsGTK.cmake:
2667 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
2669 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
2670 https://bugs.webkit.org/show_bug.cgi?id=137781
2672 Reviewed by Martin Robinson.
2674 We used to enable smooth scrolling unconditionally in autotools
2675 (via WebKitFeatures.m4), but since the switch to CMake it's
2676 unconditionally disabled, so changing the setting doesn't have any
2679 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
2681 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
2683 Removing CUSTOM_PROTOCOLS guard
2684 https://bugs.webkit.org/show_bug.cgi?id=137741
2686 Reviewed by Benjamin Poulain.
2688 * Source/cmake/OptionsEfl.cmake:
2690 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
2692 [EFL] Enable WebP support.
2693 https://bugs.webkit.org/show_bug.cgi?id=136156
2695 Reviewed by Gyuyoung Kim.
2697 Add WebP package finding rule.
2699 * Source/cmake/OptionsEfl.cmake:
2701 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
2703 [EFL] Enable custom URI schemes with CustomProtocols
2704 https://bugs.webkit.org/show_bug.cgi?id=128177
2706 Reviewed by Gyuyoung Kim.
2708 Fixing ewk_context_url_scheme_register() ewebkit2 API
2709 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
2711 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
2713 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
2715 Bump version to 2.7.0
2716 https://bugs.webkit.org/show_bug.cgi?id=137301
2718 Rubber-stamped by Carlos Garcia Campos.
2720 * Source/cmake/OptionsGTK.cmake: Bump version numbers
2722 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2724 [EFL] Rename TEST_THEME_DIR macro
2725 https://bugs.webkit.org/show_bug.cgi?id=137244
2727 Reviewed by Csaba Osztrogonác.
2729 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
2731 2014-09-27 Dan Bernstein <mitz@apple.com>
2733 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
2734 https://bugs.webkit.org/show_bug.cgi?id=137053
2736 Reviewed by Mark Rowe.
2738 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2739 In the build pre-action, pass the --wksi and --llvm options to
2740 copy-webkitlibraries-to-product-directory.
2741 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
2743 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
2745 [GTK] Enable CSS_IMAGE_SET in production builds
2746 https://bugs.webkit.org/show_bug.cgi?id=137142
2748 Reviewed by Alejandro G. Castro.
2750 This is required by the inspector to show some of the icons that
2751 has a HiDPI variant.
2753 * Source/cmake/OptionsGTK.cmake:
2755 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
2757 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
2758 https://bugs.webkit.org/show_bug.cgi?id=136377
2760 Reviewed by Philippe Normand.
2762 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
2763 for CMake versions less than 3.
2765 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
2767 Remove WinCE port from trunk
2768 https://bugs.webkit.org/show_bug.cgi?id=136951
2770 Reviewed by Alex Christensen.
2772 * Source/cmake/OptionsWinCE.cmake: Removed.
2773 * Source/cmake/WebKitPackaging.cmake:
2775 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
2777 [EFL][GTK] Remove WebKit1 related codes
2778 https://bugs.webkit.org/show_bug.cgi?id=136853
2780 Reviewed by Csaba Osztrogonác.
2782 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
2785 * Source/PlatformGTK.cmake:
2787 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2790 https://bugs.webkit.org/show_bug.cgi?id=136820
2792 Reviewed by Csaba Osztrogonác.
2794 * Source/cmake/FindICU.cmake:
2796 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
2798 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
2799 https://bugs.webkit.org/show_bug.cgi?id=136814
2801 Reviewed by Philippe Normand.
2803 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
2804 We bundle the wayland-egl dependency with wayland-client and wayland-server
2805 and store the resulting variables with the WAYLAND_ prefix. Because of this
2806 this line wasn't exporting anything useful.
2808 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
2810 URTBF after r173574.
2812 * Source/cmake/WebKitMacros.cmake:
2814 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
2816 [JavaScriptCore] Fix FTL on platform EFL.
2817 https://bugs.webkit.org/show_bug.cgi?id=133571
2819 Reviewed by Filip Pizlo.
2823 * Source/cmake/FindLIBCXXABI.cmake: Removed.
2824 * Source/cmake/OptionsEfl.cmake:
2826 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2829 https://bugs.webkit.org/show_bug.cgi?id=136571
2831 Reviewed by Darin Adler.
2833 * Source/cmake/OptionsEfl.cmake:
2834 * Source/cmake/OptionsGTK.cmake:
2835 * Source/cmake/OptionsMac.cmake:
2836 * Source/cmake/WebKitFeatures.cmake:
2837 * Source/cmakeconfig.h.cmake:
2839 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2841 Remove CSS_FILTERS flag
2842 https://bugs.webkit.org/show_bug.cgi?id=136529
2844 Reviewed by Dirk Schulze.
2846 * Source/cmake/OptionsEfl.cmake:
2847 * Source/cmake/OptionsGTK.cmake:
2848 * Source/cmake/OptionsMac.cmake:
2849 * Source/cmake/WebKitFeatures.cmake:
2850 * Source/cmakeconfig.h.cmake:
2852 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2854 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
2855 https://bugs.webkit.org/show_bug.cgi?id=136194
2857 Reviewed by Csaba Osztrogonác.
2859 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
2863 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2865 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
2866 https://bugs.webkit.org/show_bug.cgi?id=135560
2868 Reviewed by Gyuyoung Kim.
2870 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
2872 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
2874 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
2875 https://bugs.webkit.org/show_bug.cgi?id=136343
2877 Reviewed by David Kilzer.
2879 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
2881 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2882 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2884 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
2886 [EFL] Share fast/speechsynthesis/ with other ports
2887 https://bugs.webkit.org/show_bug.cgi?id=136224
2889 Reviewed by Chris Fleizach.
2891 Enable WebSpeech for EFL.
2893 * Source/cmake/OptionsEfl.cmake:
2895 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
2897 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
2898 https://bugs.webkit.org/show_bug.cgi?id=136127
2900 Reviewed by Gyuyoung Kim.
2902 Add build support for espeak.
2904 * Source/cmake/FindEspeak.cmake: Added.
2905 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
2907 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
2909 [EFL] Build break using clang
2910 https://bugs.webkit.org/show_bug.cgi?id=136245
2912 Reviewed by Gyuyoung Kim.
2914 * Source/cmake/OptionsEfl.cmake:
2915 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
2916 Some warnings are from system libraries.
2918 2014-08-25 Alberto Garcia <berto@igalia.com>
2920 [GTK] Unify webkitgtk and webkit2gtk directories
2921 https://bugs.webkit.org/show_bug.cgi?id=136209
2923 Reviewed by Carlos Garcia Campos.
2925 Use webkit2gtk-X.X both for the process binaries and the injected
2928 * Source/cmake/OptionsGTK.cmake:
2930 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
2932 [EFL] Move Efl specific code from Source/CMakeLists.txt
2933 https://bugs.webkit.org/show_bug.cgi?id=136206
2935 Reviewed by Gyuyoung Kim.
2937 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
2938 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
2940 * Source/CMakeLists.txt:
2941 * Source/cmake/OptionsEfl.cmake:
2943 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
2945 [EFL] Introduce DEVELOPER_MODE
2946 https://bugs.webkit.org/show_bug.cgi?id=135884
2948 Reviewed by Gyuyoung Kim.
2950 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
2951 instead of SHARED_CORE.
2952 SHARED_CORE can reduce link time and memory consumption but it is slightly different
2953 from release binary.
2955 * Source/cmake/OptionsEfl.cmake:
2956 * Source/cmake/WebKitHelpers.cmake:
2957 Moved fvisibility=hidden to OptionsEfl.cmake
2959 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
2961 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
2962 https://bugs.webkit.org/show_bug.cgi?id=136110
2964 Reviewed by Gyuyoung Kim.
2966 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
2968 * Source/cmake/OptionsEfl.cmake:
2970 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2972 [EFL] Apply eflsymbols.filter to WebKit2
2973 https://bugs.webkit.org/show_bug.cgi?id=136148
2975 Reviewed by Csaba Osztrogonác.
2977 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
2978 in the eflsymbols.filter.
2980 * Source/cmake/OptionsEfl.cmake:
2981 * Source/cmake/eflsymbols.filter:
2983 2014-08-21 Zalan Bujtas <zalan@apple.com>
2985 Enable SATURATED_LAYOUT_ARITHMETIC.
2986 https://bugs.webkit.org/show_bug.cgi?id=136106
2988 Reviewed by Simon Fraser.
2990 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
2991 (No measurable performance regression on Mac.)
2993 * Source/cmake/OptionsMac.cmake:
2994 * Source/cmake/WebKitFeatures.cmake:
2995 * Source/cmakeconfig.h.cmake:
2997 2014-08-19 Zalan Bujtas <zalan@apple.com>
2999 Remove ENABLE(SUBPIXEL_LAYOUT).
3000 https://bugs.webkit.org/show_bug.cgi?id=136077
3002 Reviewed by Simon Fraser.
3004 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
3006 * Source/cmake/OptionsEfl.cmake:
3007 * Source/cmake/OptionsGTK.cmake:
3008 * Source/cmake/OptionsMac.cmake:
3009 * Source/cmake/WebKitFeatures.cmake:
3010 * Source/cmakeconfig.h.cmake:
3012 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
3014 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
3015 https://bugs.webkit.org/show_bug.cgi?id=135980
3017 Reviewed by Martin Robinson.
3019 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
3020 overrides any other disabled optimization that was prepended to these
3021 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
3022 lists first in the final list of compilation flags.
3024 To avoid -On re-enabling optimizations that we'd like to keep disabled,
3025 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
3027 * Source/cmake/OptionsCommon.cmake:
3028 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
3029 * Source/cmake/OptionsGTK.cmake:
3031 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3033 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
3035 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3037 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
3039 [GTK] Disable memory sampler on non-Linux system
3040 https://bugs.webkit.org/show_bug.cgi?id=134483
3042 Reviewed by Philippe Normand.
3044 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
3045 Linux because it uses many Linux-specific features, so we should disable
3046 memory sampler on other systems by default.
3048 * Source/cmake/OptionsGTK.cmake:
3050 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3052 [GTK] HTML API documentation should also be installed versioned
3053 https://bugs.webkit.org/show_bug.cgi?id=135970
3055 Reviewed by Philippe Normand.
3057 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
3060 2014-08-14 Tomas Popela <tpopela@redhat.com>
3062 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
3063 https://bugs.webkit.org/show_bug.cgi?id=135937
3065 Reviewed by Carlos Garcia Campos.
3069 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3071 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
3072 https://bugs.webkit.org/show_bug.cgi?id=135934
3074 Reviewed by Gustavo Noronha Silva.
3076 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
3077 The gir files should installed in $datadir/gir-1.0/ together with all other
3078 gir files. We don't need to install introspection files in a versioned
3079 directory because their filenames already contain the binary version. But before
3080 r171598, the files were only installed to the right directory if the
3081 gobject-instrospection pkg-config file was in the same prefix than the one we
3082 wanted to install, because the gir and typelibs directories were extracted from
3083 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
3084 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
3085 like we do in the autotools build.
3087 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
3088 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3089 * Source/cmake/OptionsGTK.cmake: Define
3090 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3092 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3094 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
3095 https://bugs.webkit.org/show_bug.cgi?id=135836
3097 Reviewed by Philippe Normand.
3099 * Source/PlatformGTK.cmake: Add install command to also install
3100 the GObject DOM bindings API docs.
3102 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
3104 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
3105 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
3106 re-set CMAKE_C_FLAGS with the new string. The two flags should really
3107 be appended to CMAKE_C_FLAGS and the same variable re-set with the
3110 * Source/cmake/OptionsCommon.cmake:
3112 2014-08-13 Alex Christensen <achristensen@webkit.org>
3114 Progress towards CMake on Mac.
3115 https://bugs.webkit.org/show_bug.cgi?id=135819
3117 Reviewed by Laszlo Gombos.
3119 * Source/cmake/OptionsMac.cmake:
3120 Disable some more features temporarily to get CMake working.
3121 * Source/cmake/WebKitMacros.cmake:
3122 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
3124 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3126 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
3127 https://bugs.webkit.org/show_bug.cgi?id=135798
3129 Reviewed by Philippe Normand.
3131 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
3133 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3134 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3135 https://bugs.webkit.org/show_bug.cgi?id=133317
3137 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3139 Reviewed by Philippe Normand.
3141 No new tests since no new functionality has been added.
3143 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3145 2014-08-11 Commit Queue <commit-queue@webkit.org>
3147 Unreviewed, rolling out r172393.
3148 https://bugs.webkit.org/show_bug.cgi?id=135796
3150 discussion needed about GnuTLS version bump on the bots
3151 (Requested by philn on #webkit).
3155 https://bugs.webkit.org/show_bug.cgi?id=133317
3156 http://trac.webkit.org/changeset/172393
3158 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3159 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3160 https://bugs.webkit.org/show_bug.cgi?id=133317
3162 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3164 Reviewed by Philippe Normand.
3166 No new tests since no new functionality has been added.
3168 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3170 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3172 [GTK] Adds stubs for all subtle crypto algorithm implemntations
3173 https://bugs.webkit.org/show_bug.cgi?id=133316
3175 Reviewed by Philippe Normand.
3177 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
3178 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
3179 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
3181 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
3183 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
3185 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3187 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3189 [GTK] REGRESSION(r166239): The ld version script is not being used
3190 https://bugs.webkit.org/show_bug.cgi?id=135694
3192 Reviewed by Martin Robinson.
3194 Move the symbols filter file from Tools/gtk to Source/cmake and rename
3195 it as gtksymbols.filter. Also updated it, since some of the symbols
3196 exported were renamed.
3198 * Source/cmake/OptionsGTK.cmake:
3199 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
3201 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3203 [GTK] Child processes should be installed in a versioned directory
3204 https://bugs.webkit.org/show_bug.cgi?id=135754
3206 Reviewed by Gustavo Noronha Silva.
3208 Define LIBEXEC_INSTALL_DIR as
3209 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
3210 so that the child processes are installed in $libexec/webkitgtk-4.0.
3211 This makes it possible to install 2.6 in parallel to older versions.
3213 * Source/cmake/OptionsGTK.cmake:
3215 2014-08-08 Alex Christensen <achristensen@webkit.org>
3217 Progress towards using CMake on Mac.
3218 https://bugs.webkit.org/show_bug.cgi?id=135662
3220 Reviewed by Laszlo Gombos.
3223 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
3224 * Source/cmake/WebKitFeatures.cmake:
3225 * Source/cmakeconfig.h.cmake:
3226 Added features that are needed by the Mac port.
3227 * Source/cmake/OptionsMac.cmake:
3228 Enable CSS_IMAGE_SET based on FeatureDefines.h.
3229 Disable the FTL with CMake for now.
3230 * Source/cmake/OptionsEFL.cmake:
3231 * Source/cmake/OptionsGTK.cmake:
3232 Enable subpixel layout to not conflict with FeatureDefines.h
3234 2014-08-08 Simon Fraser <simon.fraser@apple.com>
3236 Undo some erroneous changes to the Xcode scheme files from r172259.
3238 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3239 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3241 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
3243 [CMake] Drop the required version of CMake down to 2.8.8
3244 https://bugs.webkit.org/show_bug.cgi?id=135713
3246 Reviewed by Alex Christensen.
3248 * CMakeLists.txt: Require CMake 2.8.8.
3250 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
3252 Get rid of INPUT_SPEECH
3253 https://bugs.webkit.org/show_bug.cgi?id=135672
3255 Reviewed by Andreas Kling.
3257 * Source/cmake/OptionsMac.cmake:
3258 * Source/cmake/WebKitFeatures.cmake:
3259 * Source/cmakeconfig.h.cmake:
3261 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
3263 [GTK] Disable IndexedDB
3264 https://bugs.webkit.org/show_bug.cgi?id=135692
3266 Reviewed by Carlos Garcia Campos.
3268 * Source/cmake/OptionsGTK.cmake:
3270 2014-08-06 Dean Jackson <dino@apple.com>
3272 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
3273 https://bugs.webkit.org/show_bug.cgi?id=135675
3275 Reviewed by Sam Weinig.
3277 * Source/cmake/OptionsGTK.cmake:
3278 * Source/cmake/OptionsMac.cmake:
3279 * Source/cmake/WebKitFeatures.cmake:
3280 * Source/cmakeconfig.h.cmake:
3282 2014-08-06 David Farler <dfarler@apple.com>
3284 Unreviewed build fix: Make includes semicolon in assignment.
3286 * Makefile.shared: Remove a ;
3288 2014-08-06 David Farler <dfarler@apple.com>
3290 Set DSYMUTIL_NUM_THREADS to the number of logical cores
3291 https://bugs.webkit.org/show_bug.cgi?id=135655
3293 Reviewed by Mark Rowe.
3295 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
3297 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
3299 [GTK] Be able to disable gtk2 dependency
3300 https://bugs.webkit.org/show_bug.cgi?id=135505
3302 Reviewed by Gustavo Noronha Silva.
3304 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
3305 required when it's enabled. It's enabled by default.
3307 * Source/cmake/OptionsGTK.cmake:
3309 2014-08-05 Alex Christensen <achristensen@webkit.org>
3312 https://bugs.webkit.org/show_bug.cgi?id=135620
3314 Reviewed by Laszlo Gombos.
3316 * Source/cmake/OptionsMac.cmake:
3317 Use UDIS86 by default on Mac.
3319 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
3321 Add a flag for the CSS Selectors level 4 implementation
3322 https://bugs.webkit.org/show_bug.cgi?id=135535
3324 Reviewed by Andreas Kling.
3326 * Source/cmake/OptionsEfl.cmake:
3327 * Source/cmake/OptionsGTK.cmake:
3328 * Source/cmake/WebKitFeatures.cmake:
3329 * Source/cmakeconfig.h.cmake:
3331 2014-08-04 Alex Christensen <achristensen@webkit.org>
3333 Progress towards CMake on Mac.
3334 https://bugs.webkit.org/show_bug.cgi?id=135528
3336 Reviewed by Gyuyoung Kim.
3338 * Source/cmake/OptionsMac.cmake:
3339 Made options list based on FeatureDefines.xcconfig files.
3341 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3343 [GTK] Windowing target support should reflect the support in the GTK+ dependency
3344 https://bugs.webkit.org/show_bug.cgi?id=134736
3346 Reviewed by Martin Robinson.
3348 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
3349 support the X11 or Wayland windowing targets -- instead, if there's no support
3350 the specific target is disabled, and an error is thrown only if neither of the
3351 backends is enabled at the end..
3352 For now the X11 target remains enabled by default, and the Wayland target is
3353 kept disabled. Once it's possible to have both targets enabled at runtime in
3354 WebKit, the Wayland target will be enabled as well and we'll leave it to the
3355 GTK+ dependency to determine which targets can be enabled.
3357 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3359 [CMake] Add FindWayland.cmake
3360 https://bugs.webkit.org/show_bug.cgi?id=135540
3362 Reviewed by Martin Robinson.
3364 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
3365 dependency. For now bundles the wayland-client, wayland-server and
3366 wayland-egl pkg-config targets into one dependency, but these could
3367 be split in the future if necessary.
3369 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
3371 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
3372 https://bugs.webkit.org/show_bug.cgi?id=135553
3374 Reviewed by Gyuyoung Kim.
3376 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
3377 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
3379 * Source/cmake/OptionsEfl.cmake:
3381 2014-08-01 Bear Travis <betravis@adobe.com>
3383 [Feature Queries] Enable Feature Queries on EFL/GTK
3384 https://bugs.webkit.org/show_bug.cgi?id=134902
3386 Reviewed by Benjamin Poulain.
3388 Enable CSS Feature Queries by default on the EFL and GTK
3391 * Source/cmake/OptionsEfl.cmake:
3392 * Source/cmake/OptionsGTK.cmake:
3394 2014-08-01 Alex Christensen <achristensen@webkit.org>
3396 Progress towards cmake on Windows.
3397 https://bugs.webkit.org/show_bug.cgi?id=135484
3399 Reviewed by Martin Robinson.
3402 Added Mac to list of ports, even though it is not done yet.
3403 Changed minimum bison version to version installed on Macs.
3404 * Source/cmake/OptionsAppleWin.cmake:
3405 Added some definitions.
3406 * Source/cmake/OptionsEfl.cmake:
3407 * Source/cmake/OptionsGTK.cmake:
3408 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
3409 * Source/cmake/OptionsMac.cmake: Added blank for now.
3410 * Source/cmake/OptionsWinCairo.cmake:
3411 * Source/cmake/OptionsWindows.cmake:
3412 Added some definitions.
3413 Removed /WX (warnings treated as error while compiling).
3414 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
3416 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
3418 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
3419 https://bugs.webkit.org/show_bug.cgi?id=135501
3421 Reviewed by Gyuyoung Kim.
3423 Use PROJECT_VERSION_MICRO instead.
3425 * Source/cmake/OptionsEfl.cmake:
3426 * Source/cmake/OptionsGTK.cmake:
3427 * Source/cmake/WebKitHelpers.cmake:
3429 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
3431 [EFL] Bump ewebkit version to 1.11
3432 https://bugs.webkit.org/show_bug.cgi?id=135487
3434 Reviewed by Gyuyoung Kim.
3436 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
3438 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
3440 [EFL] Add support for building with Geoclue2.
3441 https://bugs.webkit.org/show_bug.cgi?id=135455
3443 Reviewed by Gyuyoung Kim.
3445 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
3448 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
3450 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
3452 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3454 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
3456 [GTK] Bump binary version for 2.6
3457 https://bugs.webkit.org/show_bug.cgi?id=133724
3459 Reviewed by Philippe Normand.
3461 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
3462 update library version numbers.
3464 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
3466 [CMake] Bump the minimum required version
3467 https://bugs.webkit.org/show_bug.cgi?id=135382
3469 Reviewed by Gyuyoung Kim.
3471 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
3472 we introduced usage of target_include_directories().
3474 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
3476 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
3477 https://bugs.webkit.org/show_bug.cgi?id=135376
3479 Reviewed by Gyuyoung Kim.
3481 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
3483 * Source/cmake/OptionsEfl.cmake:
3484 * Source/cmake/OptionsGTK.cmake:
3486 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
3488 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
3489 https://bugs.webkit.org/show_bug.cgi?id=135288
3491 Reviewed by Martin Robinson.
3493 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
3494 datadir to pkgconfig
3495 * Source/cmake/OptionsGTK.cmake: define install directories early
3496 enough to be used in FindGObjectIntrospection.cmake
3498 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
3500 Remove CSS_EXCLUSIONS compile flag and leftover code
3501 https://bugs.webkit.org/show_bug.cgi?id=135175
3503 Reviewed by Zoltan Horvath.
3505 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
3506 stubs. This removes the flag and the useless code.
3508 * Source/cmake/WebKitFeatures.cmake:
3509 * Source/cmakeconfig.h.cmake:
3511 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
3513 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
3514 https://bugs.webkit.org/show_bug.cgi?id=135114
3516 Fix build with GStreamer 1.4
3518 Reviewed by Philippe Normand.
3520 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
3521 gst-mpegts component instead of the unstable 1.3.x verstions.
3523 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
3525 [GTK] Simplify make-dist command line arguments
3526 https://bugs.webkit.org/show_bug.cgi?id=134832
3528 Reviewed by Martin Robinson.
3530 * Source/PlatformGTK.cmake: Use --version instead of
3531 --tarball-root when running make-dist.py.
3533 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
3535 Add a manual test for r135044
3537 <https://bugs.webkit.org/show_bug.cgi?id=135044>
3539 Rubber-stamped by Andy Estes.
3541 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
3543 2014-07-18 Dana Burkart <dburkart@apple.com>
3545 Add a new 'analyze' target to the makefile. This will make use of a new
3546 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
3548 https://bugs.webkit.org/show_bug.cgi?id=135057
3549 <rdar://problem/10193187>
3551 Reviewed by David Kilzer.
3557 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
3559 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
3560 https://bugs.webkit.org/show_bug.cgi?id=134963
3562 Reviewed by Gyuyoung Kim.
3564 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
3566 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
3568 2014-07-14 Daniel Bates <dabates@apple.com>
3570 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
3571 https://bugs.webkit.org/show_bug.cgi?id=134905
3572 <rdar://problem/16602779>
3574 Reviewed by Simon Fraser.
3576 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
3577 on the tapped element when processing a touchend as a result of finger pressing and releasing
3578 on the same element that is initially positioned outside the visible content area.
3580 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
3582 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
3584 [GTK] Enable VIDEO_TRACK by default
3585 https://bugs.webkit.org/show_bug.cgi?id=134801
3587 Reviewed by Philippe Normand.
3589 * Source/cmake/OptionsGTK.cmake:
3591 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
3593 [GTK][CMake] Add a 'distcheck' target
3594 https://bugs.webkit.org/show_bug.cgi?id=130675
3596 Reviewed by Gustavo Noronha Silva.
3598 * Source/PlatformGTK.cmake: Add distcheck target.
3600 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
3602 [GTK] Use the same default options for production builds that previous stable releases
3603 https://bugs.webkit.org/show_bug.cgi?id=134589
3605 Reviewed by Martin Robinson.
3607 Change the default value of some features to match our stable releases.
3608 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
3609 canvas depend on whether cairo-gl is found.
3611 * Source/cmake/FindCairoGL.cmake: Added.
3612 * Source/cmake/OptionsGTK.cmake:
3614 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
3616 [EFL] Support Encrypted Media Extensions.
3617 https://bugs.webkit.org/show_bug.cgi?id=134750
3619 Reviewed by Gyuyoung Kim.
3621 Webkit needs to play encrypted media contents when media player
3622 is played by Media source extensions and normal video procedure.
3624 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
3626 2014-07-08 Alex Christensen <achristensen@webkit.org>
3628 Steps towards CMake on Windows.
3629 https://bugs.webkit.org/show_bug.cgi?id=134716
3631 Reviewed by Martin Robinson.
3634 Added AppleWin and WinCairo to list of CMake ports.
3635 * Source/cmake/OptionsAppleWin.cmake: Added.
3636 * Source/cmake/OptionsWinCairo.cmake: Added.
3637 * Source/cmake/OptionsWindows.cmake:
3638 Windows needs to use the system malloc. Other options to come.
3640 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3642 [EFL] Support Geolocation
3643 https://bugs.webkit.org/show_bug.cgi?id=134439
3645 Reviewed by Antonio Gomes.
3647 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
3649 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3651 Broken build with build-webkit --no-video
3652 https://bugs.webkit.org/show_bug.cgi?id=134587
3654 Reviewed by Darin Adler.
3656 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
3658 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
3660 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
3662 [GTK] The list of features shown by cmake is not accurate
3663 https://bugs.webkit.org/show_bug.cgi?id=134588
3665 Reviewed by Gustavo Noronha Silva.
3667 The problem is that some options might change after the feature
3668 list has been printed.
3670 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
3671 setting the default values of features and set WEBGL value
3672 depending on the dependencies, and API_TEST depending on whether
3673 developer mode is enabled or not.
3675 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3677 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
3678 https://bugs.webkit.org/show_bug.cgi?id=134578
3680 Reviewed by Gyuyoung Kim.
3682 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
3683 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
3684 disable related option if it is not ON.
3686 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
3687 * Source/cmake/OptionsGTK.cmake: Ditto.
3688 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
3690 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
3692 [GTK] make dist is broken
3693 https://bugs.webkit.org/show_bug.cgi?id=134542
3695 Reviewed by Martin Robinson.
3697 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
3699 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
3701 [CMake] Add necessary support for building for the Wayland target
3702 https://bugs.webkit.org/show_bug.cgi?id=134160
3704 Reviewed by Darin Adler.
3706 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
3707 is enabled, and that its version matches the version of the generic package. Same
3708 for the gtk+-wayland-3.0 package and the Wayland target.
3709 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
3710 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
3711 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
3712 so they keep building the TestNetscapePlugin target.
3713 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
3714 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
3715 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
3716 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
3717 the minimum required version as soon as that target is enabled. Only search for GLX
3718 if the X11 target is enabled.
3720 2014-06-29 Yoav Weiss <yoav@yoav.ws>
3722 Add support for HTMLImageElement's sizes attribute
3723 https://bugs.webkit.org/show_bug.cgi?id=133620
3725 Reviewed by Dean Jackson.
3727 Added an ENABLE_PICTURE_SIZES compile flag.
3729 * Source/cmake/WebKitFeatures.cmake:
3730 * Source/cmakeconfig.h.cmake:
3732 2014-06-26 Daniel Bates <dabates@apple.com>
3734 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
3735 https://bugs.webkit.org/show_bug.cgi?id=134309
3736 <rdar://problem/17427385>
3738 Reviewed by Darin Adler.
3740 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
3743 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
3745 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
3747 Remove build guard for progress element
3748 https://bugs.webkit.org/show_bug.cgi?id=134292
3750 Reviewed by Benjamin Poulain.
3752 The build flag is no longer needed as it is always on.
3754 * Source/cmake/WebKitFeatures.cmake:
3755 * Source/cmakeconfig.h.cmake:
3757 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
3759 [EFL] Platform support for WebSpeech feature.
3760 https://bugs.webkit.org/show_bug.cgi?id=116438
3762 Reviewed by Csaba Osztrogonác.
3764 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
3766 * Source/cmake/OptionsEfl.cmake:
3767 * Source/cmake/WebKitFeatures.cmake:
3769 2014-06-23 Philippe Normand <pnormand@igalia.com>
3771 Unreviewed, GTK build fix after r170266.
3773 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
3775 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3777 Disable gamepad feature on EFL and GTK ports by default
3778 https://bugs.webkit.org/show_bug.cgi?id=134169
3780 Reviewed by Brady Eidson.
3782 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
3784 2014-06-21 Brady Eidson <beidson@apple.com>
3786 Gamepad API - Deprecate the existing implementation
3787 https://bugs.webkit.org/show_bug.cgi?id=134108
3789 Reviewed by Timothy Hatcher.
3791 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
3792 -Add the "Deprecated" suffix to some implementation files
3794 * Source/cmake/OptionsEfl.cmake:
3795 * Source/cmake/OptionsGTK.cmake:
3796 * Source/cmake/WebKitFeatures.cmake:
3797 * Source/cmakeconfig.h.cmake:
3799 2014-06-21 Commit Queue <commit-queue@webkit.org>
3801 Unreviewed, rolling out r170244.
3802 https://bugs.webkit.org/show_bug.cgi?id=134157
3804 GTK/EFL bindings generator works differently, making this
3805 patch not work there. Will fix entire patch after a rollout.
3806 (Requested by bradee-oh on #webkit).
3810 "Gamepad API - Deprecate the existing implementation"
3811 https://bugs.webkit.org/show_bug.cgi?id=134108
3812 http://trac.webkit.org/changeset/170244
3814 2014-06-21 Brady Eidson <beidson@apple.com>
3816 Gamepad API - Deprecate the existing implementation
3817 https://bugs.webkit.org/show_bug.cgi?id=134108
3819 Reviewed by Timothy Hatcher.
3821 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
3822 -Add the "Deprecated" suffix to some implementation files
3824 * Source/cmake/OptionsEfl.cmake:
3825 * Source/cmake/OptionsGTK.cmake:
3826 * Source/cmake/WebKitFeatures.cmake:
3827 * Source/cmakeconfig.h.cmake:
3829 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3831 Removing PAGE_VISIBILITY_API compile guard.
3832 https://bugs.webkit.org/show_bug.cgi?id=133844
3834 Reviewed by Gavin Barraclough.
3836 * Source/cmake/OptionsEfl.cmake:
3837 * Source/cmake/OptionsGTK.cmake:
3838 * Source/cmake/WebKitFeatures.cmake:
3839 * Source/cmakeconfig.h.cmake:
3841 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
3843 [EFL][CMAKE] Disable WebKit1 build as a default
3844 https://bugs.webkit.org/show_bug.cgi?id=134093
3846 Reviewed by Gyuyoung Kim.
3848 Disable WebKit1 build and enable WebKit2 build for the EFL port.