1 2015-08-27 Alex Christensen <achristensen@webkit.org>
3 Isolate Source directories in CMake build
4 https://bugs.webkit.org/show_bug.cgi?id=148389
6 Reviewed by Brent Fulgham.
9 * Source/cmake/WebKitCommon.cmake:
10 Move package finding to WebKitCommon.
12 2015-08-26 Per Arne Vollan <peavo@outlook.com>
14 [Win] Build does not generate debug info.
15 https://bugs.webkit.org/show_bug.cgi?id=148431
17 Reviewed by Alex Christensen.
19 Generate debug info for Windows builds.
21 * Source/cmake/OptionsWin.cmake:
23 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
25 [GTK] Disable ACCELERATED_2D_CANVAS by default
26 https://bugs.webkit.org/show_bug.cgi?id=148473
28 Reviewed by Martin Robinson.
30 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
31 but not on Debian (which does not). We've known this was problematic for a while, since it
32 means we have two different sets of distro-dependent bugs, but never decided whether that
33 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
34 have the same bugs everywhere. We can turn this on again for other distros when we're ready
35 to turn it on for Debian.
37 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
40 * Source/cmake/OptionsGTK.cmake:
42 2015-08-25 Commit Queue <commit-queue@webkit.org>
44 Unreviewed, rolling out r188919.
45 https://bugs.webkit.org/show_bug.cgi?id=148452
47 broke build (Requested by alexchristensen on #webkit).
51 "[Win] Build does not generate debug info."
52 https://bugs.webkit.org/show_bug.cgi?id=148431
53 http://trac.webkit.org/changeset/188919
55 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
57 [GTK] r186800 broke the build on Ubuntu 14.04
58 https://bugs.webkit.org/show_bug.cgi?id=147559
60 Reviewed by Martin Robinson.
62 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
63 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
65 2015-08-25 Per Arne Vollan <peavo@outlook.com>
67 [Win] Build does not generate debug info.
68 https://bugs.webkit.org/show_bug.cgi?id=148431
70 Reviewed by Brent Fulgham.
72 Generate debug info for Windows builds.
74 * Source/cmake/OptionsWin.cmake:
76 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
78 [GTK] Auto-detection of cairo-gl fails
79 https://bugs.webkit.org/show_bug.cgi?id=148189
81 Reviewed by Žan Doberšek.
83 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
84 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
85 deemed available, which might not be the case.
86 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
88 2015-08-19 Alex Christensen <achristensen@webkit.org>
90 CMake Windows build should not include files directly from other Source directories
91 https://bugs.webkit.org/show_bug.cgi?id=148198
93 Reviewed by Brent Fulgham.
95 * Source/cmake/WebKitMacros.cmake:
97 2015-08-19 Alex Christensen <achristensen@webkit.org>
99 Build TestWTF on Mac with CMake.
100 https://bugs.webkit.org/show_bug.cgi?id=147972
102 Reviewed by Tim Horton.
104 * Source/cmake/OptionsMac.cmake:
105 Enable API tests in Mac's CMake build.
107 2015-08-18 Alex Christensen <achristensen@webkit.org>
109 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
110 https://bugs.webkit.org/show_bug.cgi?id=148127
112 Reviewed by Martin Robinson.
115 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
117 2015-08-17 Alex Christensen <achristensen@webkit.org>
119 [Win CMake] Allow WebKitLibraries directory to be set from the command line
120 https://bugs.webkit.org/show_bug.cgi?id=148112
122 Reviewed by Brent Fulgham.
124 * Source/cmake/OptionsWin.cmake:
125 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
126 Instead, use the default location if nothing is passed in from the command line.
127 This way we can set it from the command line for the AppleInternal build.
128 Also, set the output directories to be consistent between the old and new build systems (and ninja).
130 2015-08-17 Alex Christensen <achristensen@webkit.org>
132 Build Debug Suffix on Windows with CMake
133 https://bugs.webkit.org/show_bug.cgi?id=148083
135 Reviewed by Brent Fulgham.
137 * Source/cmake/OptionsWin.cmake:
138 Use debug libraries in debug suffix builds.
140 2015-08-17 Alex Christensen <achristensen@webkit.org>
142 Move some commands from ./CMakeLists.txt to Source/cmake
143 https://bugs.webkit.org/show_bug.cgi?id=148003
145 Reviewed by Brent Fulgham.
148 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
149 so we can change directory structure from command line parameters.
150 * Source/cmake/OptionsAppleWin.cmake:
151 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
152 * Source/cmake/OptionsWinCairo.cmake:
153 * Source/cmake/OptionsWindows.cmake: Removed.
154 * Source/cmake/WebKitCommon.cmake: Added.
155 * Source/cmake/WebKitFS.cmake:
157 2015-08-13 Commit Queue <commit-queue@webkit.org>
159 Unreviewed, rolling out r188428.
160 https://bugs.webkit.org/show_bug.cgi?id=148015
162 broke cmake build (Requested by alexchristensen on #webkit).
166 "Move some commands from ./CMakeLists.txt to Source/cmake"
167 https://bugs.webkit.org/show_bug.cgi?id=148003
168 http://trac.webkit.org/changeset/188428
170 2015-08-13 Alex Christensen <achristensen@webkit.org>
172 Move some commands from ./CMakeLists.txt to Source/cmake
173 https://bugs.webkit.org/show_bug.cgi?id=148003
175 Reviewed by Brent Fulgham.
178 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
179 so we can change directory structure from command line parameters.
180 * Source/cmake/WebKitCommon.cmake: Added.
181 * Source/cmake/WebKitFS.cmake:
183 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
185 A focused node should not be assisted when handling touch events synchronously
186 https://bugs.webkit.org/show_bug.cgi?id=147836
188 Reviewed by Enrica Casucci.
190 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
192 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
193 input can still be assisted due to a touch event.
194 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
195 event does not automatically cause us to assist the currently focused node.
197 2015-08-12 Alex Christensen <achristensen@webkit.org>
199 Fix Debug CMake builds on Windows
200 https://bugs.webkit.org/show_bug.cgi?id=147940
202 Reviewed by Chris Dumez.
204 * Source/cmake/OptionsWindows.cmake:
205 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
207 2015-08-10 Alex Christensen <achristensen@webkit.org>
209 Build TestWebKitAPI with CMake on Windows
210 https://bugs.webkit.org/show_bug.cgi?id=147851
212 Reviewed by Chris Dumez.
214 * Source/cmake/OptionsWindows.cmake:
215 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
217 2015-08-06 Alex Christensen <achristensen@webkit.org>
219 [Win] CMake build fix after r188098.
221 * Source/cmake/OptionsWinCairo.cmake:
222 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
224 2015-08-04 Alex Christensen <achristensen@webkit.org>
226 Fix quirks with CMake and VS2015
227 https://bugs.webkit.org/show_bug.cgi?id=147663
229 Reviewed by Brent Fulgham.
231 * Source/cmake/OptionsWindows.cmake:
232 Hide some warnings. Using the same variable names in nested scopes is ok for now.
233 Disable INTL for now.
235 2015-08-04 Alex Christensen <achristensen@webkit.org>
237 Enable WebGL on Windows CMake build.
238 https://bugs.webkit.org/show_bug.cgi?id=143311
240 Reviewed by Csaba Osztrogonác.
242 * Source/cmake/OptionsWindows.cmake:
243 Enable WebGL by default in CMake builds now that it works.
245 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
247 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
248 https://bugs.webkit.org/show_bug.cgi?id=147625
250 Reviewed by Martin Robinson.
252 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
253 components unless they were actually found, not to accidentally
254 enable Accelerated 2D canvas, which would cause the build to fail.
256 * Source/cmake/FindCairoGL.cmake: Set this variables only when
257 pkg_check_modules() had actually found the relevant component.
259 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
261 [CMake] Add an option to build AllInOne files
262 https://bugs.webkit.org/show_bug.cgi?id=102647
264 Reviewed by Alex Christensen.
266 * Source/cmake/OptionsEfl.cmake: Disabled by default.
267 * Source/cmake/OptionsGTK.cmake: Disabled by default.
268 * Source/cmake/OptionsWindows.cmake: Enabled by default.
269 * Source/cmake/WebKitFeatures.cmake:
270 * Source/cmake/WebKitMacros.cmake:
272 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
274 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
276 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
278 2015-07-31 Alex Christensen <achristensen@webkit.org>
280 Prepare for debug CMake builds on Windows.
281 https://bugs.webkit.org/show_bug.cgi?id=147484
283 Reviewed by Tim Horton.
285 * Source/cmake/OptionsWindows.cmake:
286 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
288 2015-07-30 Joonghun Park <jh718.park@samsung.com>
290 [EFL] Enable IndexedDB based on DatabaseProcess
291 https://bugs.webkit.org/show_bug.cgi?id=147221
293 Reviewed by Csaba Osztrogonác.
295 * Source/cmake/OptionsEfl.cmake:
297 2015-07-30 Alex Christensen <achristensen@webkit.org>
299 Build AppleWin port with CMake
300 https://bugs.webkit.org/show_bug.cgi?id=147385
302 Reviewed by Martin Robinson.
304 * Source/cmake/OptionsWindows.cmake:
305 Use the static multithreaded runtime. Based on
306 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
308 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
310 Implement basic types for ECMAScript Internationalization API
311 https://bugs.webkit.org/show_bug.cgi?id=146926
313 Reviewed by Benjamin Poulain.
315 Enable flag now that the basic objects are in place.
317 * Source/cmake/WebKitFeatures.cmake: enable INTL
319 2015-07-29 Basile Clement <basile_clement@apple.com>
321 Remove native call inlining
322 https://bugs.webkit.org/show_bug.cgi?id=147417
324 Rubber-stamped by Filip Pizlo.
326 * Source/cmake/OptionsEfl.cmake:
327 * Source/cmake/WebKitFeatures.cmake:
329 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
331 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
332 https://bugs.webkit.org/show_bug.cgi?id=147350
334 Reviewed by Sam Weinig.
336 * Source/cmake/WebKitFeatures.cmake:
338 2015-07-27 Alex Christensen <achristensen@webkit.org>
340 Use Ninja on Windows.
341 https://bugs.webkit.org/show_bug.cgi?id=147228
343 Reviewed by Martin Robinson.
345 * Source/cmake/OptionsWindows.cmake:
346 Only use /MP when using generated Visual Studio solution files to build.
347 It makes compiling parallel in MSVC, but Ninja doesn't like it.
349 2015-07-27 Alex Christensen <achristensen@webkit.org>
351 Progress towards building AppleWin with CMake
352 https://bugs.webkit.org/show_bug.cgi?id=147325
354 Reviewed by Martin Robinson.
356 * Source/cmake/OptionsWindows.cmake:
357 Link with 64-bit libraries if building 64-bit binaries.
358 Don't run regular expressions on empty strings when using Ninja.
359 Removed DebugSuffix Visual Studio environment variables.
361 2015-07-23 Alex Christensen <achristensen@webkit.org>
363 Remove compile and runtime flags for promises.
364 https://bugs.webkit.org/show_bug.cgi?id=147244
366 Reviewed by Yusuke Suzuki.
368 * Source/cmake/OptionsMac.cmake:
369 * Source/cmake/OptionsWindows.cmake:
370 * Source/cmake/WebKitFeatures.cmake:
372 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
374 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
375 https://bugs.webkit.org/show_bug.cgi?id=147212
377 Reviewed by Filip Pizlo.
379 * Source/cmake/WebKitFeatures.cmake:
381 2015-07-22 Alex Christensen <achristensen@webkit.org>
383 Fix quirks in CMake build on Mac and Windows
384 https://bugs.webkit.org/show_bug.cgi?id=147174
386 Reviewed by Gyuyoung Kim.
389 * Source/cmake/OptionsWindows.cmake:
390 Added options I removed in r187022. They are indeed needed.
391 * Source/cmake/WebKitFS.cmake:
392 Make the DerivedSources/WebKit directory.
394 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
396 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
398 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
400 2015-07-20 Alex Christensen <achristensen@webkit.org>
402 Resurrect CMake build on Windows.
403 https://bugs.webkit.org/show_bug.cgi?id=147083
405 Reviewed by Gyuyoung Kim.
407 * Source/cmake/OptionsCommon.cmake:
408 * Source/cmake/OptionsWindows.cmake:
409 Change features to get it to compile. Still not a complete feature set.
411 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
413 [GTK] Add seccomp filters support
414 https://bugs.webkit.org/show_bug.cgi?id=110014
416 Reviewed by Žan Doberšek.
418 Find needed compiler and linker flags for libseccomp.
420 * Source/cmake/OptionsGTK.cmake:
422 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
424 Bring back the GNU ar check to create thin archives on non-Linux systems
425 https://bugs.webkit.org/show_bug.cgi?id=146681
427 Reviewed by Martin Robinson.
429 We already use GNU ar thin archive feature to save time and disk space
430 on creating static archives, but it is only enabled on Linux. Without
431 this feature, the debug build of WebCore can be larger than 4 GiB,
432 which can cause error because GNU ar format uses 32-bit integer to
433 store offsets in the symbol table. This patch is similar to
434 https://bugs.webkit.org/show_bug.cgi?id=128596.
436 * Source/cmake/OptionsCommon.cmake:
438 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
440 [GTK] [Wayland] Build by default the X11 and Wayland targets.
441 https://bugs.webkit.org/show_bug.cgi?id=146057
443 Reviewed by Carlos Garcia Campos.
445 * Source/cmake/OptionsGTK.cmake:
447 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
449 [GTK] ar warning when linking static libraries
450 https://bugs.webkit.org/show_bug.cgi?id=144988
452 Reviewed by Carlos Garcia Campos.
454 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
455 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
456 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
457 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
458 should either stop using 'u' or else add 'U' as well in order to disable deterministic
459 archives. Using 'U' should result in a somewhat faster build (at least when using the
460 Makefile generator), but it's unlikely that the difference is significant, so let's simply
461 remove 'u' until someone determines otherwise. This seems like a better option than adding
462 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
463 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
464 behavior change on distributions that do not use --enable-deterministic-archives, notably
467 * Source/cmake/OptionsCommon.cmake:
469 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
471 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
472 https://bugs.webkit.org/show_bug.cgi?id=146590
474 Reviewed by Martin Robinson.
476 * Source/PlatformGTK.cmake: override the cached variables to
477 forcefully disable gtk-doc and gobject-introspection when
479 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
480 documentation syntax when cross-building.
483 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
485 [EFL] test_ewk2_application_cache_manager has been failed since r185527
486 https://bugs.webkit.org/show_bug.cgi?id=146016
488 Reviewed by Gyuyoung Kim.
490 In order to handle properly WebApplicationCacheManagerProxy implementation which use
491 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
492 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
494 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
496 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
498 Implement ECMAScript Internationalization API
499 https://bugs.webkit.org/show_bug.cgi?id=90906
501 Reviewed by Benjamin Poulain.
503 Begin implementing the Intl apis behind ENABLE_INTL flag.
504 Create the base Intl namespace object.
506 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
508 2015-06-30 Philippe Normand <pnormand@igalia.com>
510 [CMake] Error when gst-plugins-base is missing is too confusing
511 https://bugs.webkit.org/show_bug.cgi?id=145682
513 Reviewed by Carlos Garcia Campos.
515 * Source/cmake/OptionsGTK.cmake: Error out if the required
516 GStreamer libraries are not found on the host.
518 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
520 CairoGL should be checked unconditionally
521 https://bugs.webkit.org/show_bug.cgi?id=146390
523 Reviewed by Darin Adler.
525 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
526 it is run unconditionally; this is necessary because its result
527 is used later on, outside of any conditions.
529 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
531 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
532 https://bugs.webkit.org/show_bug.cgi?id=146318
534 Reviewed by Sergio Villar Senin.
536 Enable PUBLIC_SUFFIX_LIST for GTK+.
538 * Source/cmake/OptionsGTK.cmake:
540 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
542 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
544 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
546 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
548 [EFL] Hyphenation is not supported
549 https://bugs.webkit.org/show_bug.cgi?id=89830
551 Reviewed by Gyuyoung Kim.
553 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
555 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
557 [CMake] Add support for building with various sanitizer tools
558 https://bugs.webkit.org/show_bug.cgi?id=131941
560 Reviewed by Martin Robinson.
562 * Source/PlatformGTK.cmake: Don't generate any documentation
563 when compiling with sanitizers enabled.
564 * Source/cmake/OptionsCommon.cmake: Allow linking with
565 undefined symbols when compiling with sanitizers enabled.
567 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
569 libwebkit2gtk fails to link without opengl
570 https://bugs.webkit.org/show_bug.cgi?id=138332
572 Reviewed by Carlos Garcia Campos.
574 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
575 enabled regardless of whether OpenGL is, because certain symbols
576 such as WebCore::GraphicsLayer::create() need to be built.
578 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
580 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
581 https://bugs.webkit.org/show_bug.cgi?id=146181
583 Reviewed by Martin Robinson.
585 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
587 * Source/cmake/OptionsGTK.cmake:
589 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
591 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
592 https://bugs.webkit.org/show_bug.cgi?id=146171
594 Reviewed by Gyuyoung Kim.
596 * Source/cmake/OptionsEfl.cmake:
597 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
599 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
601 [CMake] FindGTK3.cmake should not modify the values of build options
602 https://bugs.webkit.org/show_bug.cgi?id=144613
604 Reviewed by Martin Robinson.
606 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
607 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
608 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
609 GTK3_SUPPORTS_GESTURES for consistency.
610 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
611 available. It's not possible to automatically select a backend correctly anymore, since all
612 options are set at the same time.
614 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
616 Remove unnecessary svn:executable flags
617 https://bugs.webkit.org/show_bug.cgi?id=146107
619 Reviewed by Alexey Proskuryakov.
621 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
622 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
623 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
624 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
625 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
627 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
629 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
630 https://bugs.webkit.org/show_bug.cgi?id=146108
632 Reviewed by Gyuyoung Kim.
634 * Source/cmake/OptionsEfl.cmake:
636 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
638 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
639 https://bugs.webkit.org/show_bug.cgi?id=146035
641 Reviewed by Gyuyoung Kim.
643 * Source/cmake/OptionsEfl.cmake:
645 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
647 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
648 https://bugs.webkit.org/show_bug.cgi?id=145701
650 Reviewed by Darin Adler.
652 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
654 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
656 [iOS] Crash long pressing on <input type=file>
657 https://bugs.webkit.org/show_bug.cgi?id=146009
658 <rdar://problem/21234453>
660 Reviewed by Ryosuke Niwa.
662 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
664 2015-06-16 Brent Fulgham <bfulgham@apple.com>
666 Rollout accidental Xcode project change.
668 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
670 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
672 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
673 https://bugs.webkit.org/show_bug.cgi?id=145909
675 Reviewed by Csaba Osztrogonác.
677 Bump EWebKit version based on efl library version used by the EWebKit.
679 * Source/cmake/OptionsEfl.cmake:
681 2015-06-11 Commit Queue <commit-queue@webkit.org>
683 Unreviewed, rolling out r185453.
684 https://bugs.webkit.org/show_bug.cgi?id=145881
686 it broke the 32-bit build (Requested by clopez on #webkit).
690 "[GTK] [Wayland] Should be possible to build with support for
691 both X11 and Wayland."
692 https://bugs.webkit.org/show_bug.cgi?id=145701
693 http://trac.webkit.org/changeset/185453
695 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
697 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
698 https://bugs.webkit.org/show_bug.cgi?id=145701
700 Reviewed by Žan Doberšek.
702 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
704 2015-06-03 Daniel Bates <dabates@apple.com>
706 Caps lock indicator should not be shown in read-only or disabled field
707 https://bugs.webkit.org/show_bug.cgi?id=145612
708 <rdar://problem/21227454>
710 Reviewed by Darin Adler.
712 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
713 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
714 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
716 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
718 [cmake] Suppress parentheses-equality warnings
719 https://bugs.webkit.org/show_bug.cgi?id=145126
721 Reviewed by Darin Adler.
723 * Source/cmake/WebKitHelpers.cmake:
725 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
727 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
728 https://bugs.webkit.org/show_bug.cgi?id=145408
730 Reviewed by Carlos Garcia Campos.
732 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
733 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
734 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
736 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
737 libraries. Detect also GLX libraries.
738 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
739 libraries. Use find_path() to get the include path.
740 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
742 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
743 depending on the libraries found on the system.
744 Move the detection of GLX (and the include of CMakePushCheckState)
746 Ensure that we only define USE_GLX when we build with OpenGL
747 (but not with GLESv2).
749 2015-05-27 Dean Jackson <dino@apple.com>
751 img.currentSrc problem in strict mode with old picturefill
752 https://bugs.webkit.org/show_bug.cgi?id=144095
753 <rdar://problem/21087013>
755 Reviewed by Simon Fraser.
757 Add a PICTURE_SIZES flag.
759 * Source/cmake/OptionsEfl.cmake:
760 * Source/cmake/OptionsGTK.cmake:
761 * Source/cmake/OptionsMac.cmake:
762 * Source/cmake/OptionsWindows.cmake:
763 * Source/cmake/WebKitFeatures.cmake:
765 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
767 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
769 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
771 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
773 Unreviewed. Export DatabaseProcessMainUnix symbol.
775 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
776 is exported in production builds.
778 * Source/cmake/gtksymbols.filter:
780 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
782 [GTK] Enable IndexedDB
783 https://bugs.webkit.org/show_bug.cgi?id=98932
785 Reviewed by Žan Doberšek.
787 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
788 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
790 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
792 [GTK] Bump GCC requirements to 4.9.0
793 https://bugs.webkit.org/show_bug.cgi?id=145211
795 Reviewed by Žan Doberšek.
797 It's required to build with IndexedDB support when using GCC,
798 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
800 * Source/cmake/OptionsGTK.cmake:
802 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
804 [CMake] Ignore warnings in system headers
805 https://bugs.webkit.org/show_bug.cgi?id=144747
807 Reviewed by Darin Adler.
809 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
810 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
811 use the SYSTEM argument to the command (added in 2.8.12).
815 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
817 [CMake] Error out when ruby is too old
818 https://bugs.webkit.org/show_bug.cgi?id=145014
820 Reviewed by Martin Robinson.
822 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
827 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
829 [GTK] Enable plugin-related CMake options and variables for the X11 target only
830 https://bugs.webkit.org/show_bug.cgi?id=144995
832 Reviewed by Carlos Garcia Campos.
834 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
835 the X11 windowing target at the moment, so the following options
836 and variables should be enabled or disabled accordingly:
837 - ENABLE_PLUGIN_PROCESS_GTK2
838 - ENABLE_NETSCAPE_PLUGIN_API
839 - ENABLE_PLUGIN_PROCESS
841 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
843 Linker fails without -DDEVELOPER_MODE=ON
844 https://bugs.webkit.org/show_bug.cgi?id=144117
846 Reviewed by Gyuyoung Kim.
848 * Source/cmake/OptionsEfl.cmake:
849 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
850 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
852 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
854 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
855 https://bugs.webkit.org/show_bug.cgi?id=144846
857 Reviewed by Martin Robinson.
859 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
860 CAIRO_GL_* throughout, because find_package will define
862 * Source/cmake/OptionsGTK.cmake: Ditto.
864 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
866 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
867 https://bugs.webkit.org/show_bug.cgi?id=144845
869 Reviewed by Martin Robinson.
871 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
872 if their corresponding WTF options are ON. The code in npapi.h
873 relies on these being undefined if they are to be switched off.
875 2015-05-09 Yoav Weiss <yoav@yoav.ws>
877 Remove the PICTURE_SIZES build flag
878 https://bugs.webkit.org/show_bug.cgi?id=144679
880 Reviewed by Benjamin Poulain.
882 Removed the PICTURE_SIZES build time flag.
884 * Source/cmake/OptionsEfl.cmake:
885 * Source/cmake/OptionsGTK.cmake:
886 * Source/cmake/OptionsMac.cmake:
887 * Source/cmake/OptionsWindows.cmake:
888 * Source/cmake/WebKitFeatures.cmake:
890 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
892 [GTK] [CMake] Check for required X libraries
893 https://bugs.webkit.org/show_bug.cgi?id=144823
895 Reviewed by Martin Robinson.
897 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
899 * Source/cmake/OptionsGTK.cmake:
901 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
903 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
904 https://bugs.webkit.org/show_bug.cgi?id=144746
906 Reviewed by Carlos Garcia Campos.
908 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
909 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
910 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
912 * Source/cmake/OptionsGTK.cmake:
914 2015-05-08 Daniel Bates <dabates@apple.com>
916 [iOS] WebSQL operations are not performed after device is locked
917 https://bugs.webkit.org/show_bug.cgi?id=137503
918 <rdar://problem/20844952>
920 Rubber-stamped by Alexey Proskuryakov.
922 Add a manual test to help verify that we do not regress this issue.
924 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
926 2015-05-08 Commit Queue <commit-queue@webkit.org>
928 Unreviewed, rolling out r183945.
929 https://bugs.webkit.org/show_bug.cgi?id=144789
931 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
935 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
936 https://bugs.webkit.org/show_bug.cgi?id=144746
937 http://trac.webkit.org/changeset/183945
939 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
941 Cleanup after r183940
942 https://bugs.webkit.org/show_bug.cgi?id=144768
946 Looks like the empty directories were not deleted.
948 * Source/PAL: Removed.
949 * Source/PAL/Configurations: Removed.
950 * Source/PAL/PAL.xcodeproj: Removed.
951 * Source/PAL/graphics: Removed.
953 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
955 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
956 https://bugs.webkit.org/show_bug.cgi?id=144746
958 Reviewed by Martin Robinson.
960 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
961 what it is defined to, so defining it to 0 effectively turned it on always.
963 * Source/cmake/OptionsGTK.cmake:
965 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
967 Revert "Introducing the Platform Abstraction Layer (PAL)"
968 https://bugs.webkit.org/show_bug.cgi?id=144751
972 PAL should be a new target inside WebCore, rather than a top-level folder.
974 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
976 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
978 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
980 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
982 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
984 Introducing the Platform Abstraction Layer (PAL)
985 https://bugs.webkit.org/show_bug.cgi?id=143358
987 Reviewed by Simon Fraser.
989 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
991 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
993 [cmake] Disable GNU Gold linker on Cortex A53
994 https://bugs.webkit.org/show_bug.cgi?id=144382
996 Reviewed by Carlos Garcia Campos.
998 * Source/cmake/OptionsCommon.cmake:
1000 2015-05-01 Martin Robinson <mrobinson@igalia.com>
1002 USE(...) macro should expect unprefixed variables
1003 https://bugs.webkit.org/show_bug.cgi?id=144454
1005 Reviewed by Daniel Bates.
1007 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
1008 * Source/cmake/OptionsEfl.cmake: Ditto.
1009 * Source/cmake/OptionsGTK.cmake: Ditto.
1010 * Source/cmake/OptionsMac.cmake: Ditto.
1011 * Source/cmake/OptionsWinCairo.cmake: Ditto.
1012 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
1015 2015-04-30 Martin Robinson <mrobinson@igalia.com>
1017 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
1018 https://bugs.webkit.org/show_bug.cgi?id=144394
1020 Reviewed by Carlos Garcia Campos.
1022 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
1023 is that it fixes the redirected XComposite window for GTK+, which was accidentally
1024 disabled in previous reworking of the CMake configuration.
1026 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
1027 version of USE variables.
1028 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
1029 is exposed to the build.
1031 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
1033 Unreviewed. Bump GTK+ version numbers.
1035 * Source/cmake/OptionsGTK.cmake:
1037 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1039 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
1040 https://bugs.webkit.org/show_bug.cgi?id=144435
1042 Reviewed by Gyuyoung Kim.
1044 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
1045 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
1047 * Source/cmake/OptionsEfl.cmake:
1049 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
1051 REGRESSION(183583): [Mac] make without SDKROOT has issues
1052 https://bugs.webkit.org/show_bug.cgi?id=144431
1054 Reviewed by Dan Bernstein.
1057 Assume an empty SDKROOT means an macosx variant, so only
1058 enable settings if the SDKROOT is not empty and does not
1061 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1063 Fix the GTK+ build after r183584
1065 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
1067 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1069 [GTK] Add support for automatic hyphenation
1070 https://bugs.webkit.org/show_bug.cgi?id=44478
1072 Reviewed by Carlos Garcia Campos.
1074 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
1075 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
1076 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
1078 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
1080 Failure when building WebKit for appletvsimulator.
1081 https://bugs.webkit.org/show_bug.cgi?id=144356
1083 Reviewed by Alexey Proskuryakov.
1085 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
1086 make TVOS and WatchOS behave correctly.
1090 2015-04-29 Martin Robinson <mrobinson@igalia.com>
1092 [CMake] [GTK] Organize and clean up unused CMake variables
1093 https://bugs.webkit.org/show_bug.cgi?id=144364
1095 Reviewed by Gyuyoung Kim.
1097 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
1098 specific to certain projects into their PlatformGTK.cmake files.
1100 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
1102 [EFL] Build failure to find gio-unix
1103 https://bugs.webkit.org/show_bug.cgi?id=144083
1105 Reviewed by Gyuyoung Kim.
1107 Original patch by Doug Newgard <scimma22@outlook.com>
1109 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
1111 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
1113 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
1114 https://bugs.webkit.org/show_bug.cgi?id=143001
1116 Reviewed by Gyuyoung Kim.
1118 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
1119 * Source/cmake/OptionsGTK.cmake: Ditto.
1121 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1123 Unreviewed, fix typo in previous commit
1125 libsecretr -> libsecret in the error message.
1127 * Source/cmake/OptionsGTK.cmake:
1129 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1131 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
1132 https://bugs.webkit.org/show_bug.cgi?id=143546
1134 Reviewed by Martin Robinson.
1136 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
1137 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
1138 default. Fail the build with an informative error message if an optional dependency required
1139 for an enabled feature is not present. Perform find_package commands only when necessary.
1140 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
1143 * Source/cmake/OptionsGTK.cmake:
1145 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1147 [GTK] Make all options actually options
1148 https://bugs.webkit.org/show_bug.cgi?id=144106
1150 Reviewed by Martin Robinson.
1152 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
1153 ENABLE_WAYLAND_TARGET.
1155 * Source/cmake/OptionsGTK.cmake:
1157 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
1159 Unreviewed, fix GTK build after r183452
1161 * Source/cmake/OptionsGTK.cmake:
1163 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1165 [GTK] Add one single option to control all OpenGL-related options
1166 https://bugs.webkit.org/show_bug.cgi?id=144105
1168 Reviewed by Martin Robinson.
1170 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
1171 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
1172 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
1173 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
1174 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
1175 presence of CairoGL.
1177 * Source/cmake/OptionsGTK.cmake:
1179 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1181 [GTK] ENABLE_SMOOTH_SCROLLING should be private
1182 https://bugs.webkit.org/show_bug.cgi?id=144306
1184 Reviewed by Martin Robinson.
1186 Make ENABLE_SMOOTH_SCROLLING private instead of public.
1188 * Source/cmake/OptionsGTK.cmake:
1190 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1192 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
1193 https://bugs.webkit.org/show_bug.cgi?id=144193
1195 Reviewed by Darin Adler.
1197 * Source/cmake/OptionsEfl.cmake:
1198 * Source/cmake/OptionsGTK.cmake:
1199 * Source/cmake/OptionsWinCairo.cmake:
1200 * Source/cmake/WebKitFeatures.cmake:
1202 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
1204 [CMake] Should be possible for an option to conflict with other options
1205 https://bugs.webkit.org/show_bug.cgi?id=143956
1207 Reviewed by Martin Robinson.
1209 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
1211 * Source/cmake/WebKitFeatures.cmake:
1213 2015-04-22 Martin Robinson <mrobinson@igalia.com>
1215 [CMake] Autogenerate cmakeconfig.h.cmake
1216 https://bugs.webkit.org/show_bug.cgi?id=143997
1218 Reviewed by Csaba Osztrogonác.
1220 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
1221 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
1222 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
1223 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
1224 Do some other miscellaneous related cleanup.
1225 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
1226 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
1227 build exposed variables. Add a macro to generate a configuration from them.
1228 * Source/cmakeconfig.h.cmake: Removed.
1230 2015-04-24 Philippe Normand <pnormand@igalia.com>
1232 [JHBuild] Move to upstream OpenWebRTC
1233 https://bugs.webkit.org/show_bug.cgi?id=144145
1235 Reviewed by Carlos Garcia Campos.
1237 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
1240 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
1242 [ES6] Implement ES6 template literals
1243 https://bugs.webkit.org/show_bug.cgi?id=142691
1245 Reviewed by Darin Adler.
1247 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
1249 * Source/cmake/WebKitFeatures.cmake:
1250 * Source/cmakeconfig.h.cmake:
1252 2015-04-25 Martin Robinson <mrobinson@igalia.com>
1254 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
1255 https://bugs.webkit.org/show_bug.cgi?id=144182
1257 Reviewed by Simon Fraser.
1259 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1260 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1261 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1262 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1263 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
1265 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1267 [GTK] Add more public options
1268 https://bugs.webkit.org/show_bug.cgi?id=144116
1270 Reviewed by Martin Robinson.
1272 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
1274 * Source/cmake/OptionsGTK.cmake:
1276 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1278 [CMake] Some internal variables are not marked as advanced
1279 https://bugs.webkit.org/show_bug.cgi?id=143595
1281 Reviewed by Martin Robinson.
1283 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
1284 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
1286 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1288 [GTK] Mark as advanced the build options we don't want to expose
1289 https://bugs.webkit.org/show_bug.cgi?id=143558
1291 Reviewed by Martin Robinson.
1293 Mark various options as private instead of public.
1295 * Source/cmake/OptionsGTK.cmake:
1297 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1299 [CMake] Should be possible for an option to depend on multiple options
1300 https://bugs.webkit.org/show_bug.cgi?id=143839
1302 Reviewed by Martin Robinson.
1304 Use a list instead of a single variable to track the dependencies of each option. Iterate
1305 over the list as many times as necessary to ensure all options are properly disabled.
1307 * Source/cmake/WebKitFeatures.cmake:
1309 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1311 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
1312 https://bugs.webkit.org/show_bug.cgi?id=144103
1314 Reviewed by Martin Robinson.
1316 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
1318 * Source/cmake/WebKitFeatures.cmake:
1320 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
1322 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
1323 https://bugs.webkit.org/show_bug.cgi?id=144102
1325 Reviewed by Martin Robinson.
1327 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
1328 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
1329 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
1331 * Source/cmake/OptionsGTK.cmake:
1333 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1335 [CMake] Clean up JSC JIT options
1336 https://bugs.webkit.org/show_bug.cgi?id=143998
1338 Reviewed by Filip Pizlo.
1340 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
1341 define for ENABLE_FTL_NATIVE_CALL_INLINING.
1342 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
1343 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
1344 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
1345 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
1347 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1349 [CMake] Use lowercase for local variables in macros
1350 https://bugs.webkit.org/show_bug.cgi?id=144059
1352 Reviewed by Martin Robinson.
1354 Convert some variable names to lowercase.
1356 * Source/cmake/WebKitFeatures.cmake:
1358 2015-04-22 Commit Queue <commit-queue@webkit.org>
1360 Unreviewed, rolling out r183116.
1361 https://bugs.webkit.org/show_bug.cgi?id=144060
1363 Inadvertently deleted a file... (Requested by mcatanzaro on
1368 "[CMake] Use lowercase for local variables in macros"
1369 https://bugs.webkit.org/show_bug.cgi?id=144059
1370 http://trac.webkit.org/changeset/183116
1372 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1374 [CMake] Use lowercase for local variables in macros
1375 https://bugs.webkit.org/show_bug.cgi?id=144059
1377 Reviewed by Martin Robinson.
1379 Convert some variable names to lowercase.
1381 * Source/cmake/WebKitFeatures.cmake:
1383 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1385 [CMake] Features list should print dots every other row
1386 https://bugs.webkit.org/show_bug.cgi?id=143832
1388 Reviewed by Martin Robinson.
1390 Discount private options when determining whether to print dots on a given row of the
1391 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
1392 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
1393 wasn't noticed because it only affects the first line, and use of the variable name as a
1394 string in a conditional.)
1396 * Source/cmake/WebKitFeatures.cmake:
1398 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
1400 [CMake] Require specifying visibility of WebKit options
1401 https://bugs.webkit.org/show_bug.cgi?id=143831
1403 Reviewed by Alex Christensen.
1405 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
1406 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
1407 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
1408 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
1409 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
1410 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
1411 cross-platform options as PRIVATE.
1413 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1415 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
1416 https://bugs.webkit.org/show_bug.cgi?id=143935
1418 Reviewed by Darin Adler.
1420 Some variables aren't defined in these files or unused variables aren't removed. This
1421 patch cleans up it as well as fix wrong alphabet order.
1423 * Source/cmake/WebKitFeatures.cmake:
1424 * Source/cmakeconfig.h.cmake:
1426 2015-04-19 Simon Fraser <simon.fraser@apple.com>
1428 Restore the WebKit.xcworkspace to the way it was before r182899,
1429 which inadvertently added the Source directory and a couple of source
1432 * WebKit.xcworkspace/contents.xcworkspacedata:
1434 2015-04-16 Basile Clement <basile_clement@apple.com>
1436 Extract the allocation profile from JSFunction into a rare object
1437 https://bugs.webkit.org/show_bug.cgi?id=143807
1439 Reviewed by Filip Pizlo.
1441 * WebKit.xcworkspace/contents.xcworkspacedata:
1443 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
1445 [EFL] Bump LLVM to version 3.6.0 on X86_64
1446 https://bugs.webkit.org/show_bug.cgi?id=143604
1448 Reviewed by Gyuyoung Kim.
1450 * Source/cmake/FindLLVM.cmake: Added version handling.
1451 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
1453 2015-04-15 Timothy Horton <timothy_horton@apple.com>
1455 Custom CSS cursors do not use -webkit-image-set on retina displays
1456 https://bugs.webkit.org/show_bug.cgi?id=120783
1458 Reviewed by Beth Dakin.
1459 Patch by Evan Wallace <evan.exe@gmail.com>.
1461 Add a manual test for custom CSS cursors on retina displays.
1463 * ManualTests/retina-cursors.html: Added.
1465 2015-04-15 Alex Christensen <achristensen@webkit.org>
1467 Progress towards CMake on Mac.
1468 https://bugs.webkit.org/show_bug.cgi?id=143785
1470 Reviewed by Csaba Osztrogonác.
1473 * Source/cmake/OptionsMac.cmake:
1474 * Source/cmake/WebKitFS.cmake:
1476 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
1478 Cannot click "Next" button on Google two-factor auth setup page
1480 <https://bugs.webkit.org/show_bug.cgi?id=143624>
1481 <rdar://problem/19175714>
1483 Reviewed by Darin Adler.
1485 * ManualTests/button-that-focuses-itself-on-click.html: Added.
1487 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
1489 [cmake] REGRESSION(182663): It broke feature dependency handling
1490 https://bugs.webkit.org/show_bug.cgi?id=143665
1492 Reviewed by Csaba Osztrogonác.
1494 Don't try to check the value of options before defining the options.
1496 * Source/cmake/WebKitFeatures.cmake:
1498 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
1500 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
1501 https://bugs.webkit.org/show_bug.cgi?id=143664
1503 Reviewed by Gyuyoung Kim.
1505 * Source/cmake/OptionsEfl.cmake:
1506 * Source/cmake/OptionsGTK.cmake:
1507 * Source/cmake/WebKitFeatures.cmake:
1508 * Source/cmakeconfig.h.cmake:
1510 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1512 [EFL] Enable Media Source
1513 https://bugs.webkit.org/show_bug.cgi?id=143635
1515 Reviewed by Csaba Osztrogonác.
1517 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
1519 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1521 [CMake] Miscellaneous issues in WebKitFeatures.cmake
1522 https://bugs.webkit.org/show_bug.cgi?id=143636
1524 Reviewed by Martin Robinson.
1526 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
1527 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
1529 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
1530 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
1532 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
1534 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
1536 Fix ENABLE_TOUCH_SLIDER so that it can be used
1540 * Source/cmake/WebKitFeatures.cmake:
1542 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1544 [CMake] Print sorted feature list at the very end of the configure process
1545 https://bugs.webkit.org/show_bug.cgi?id=143596
1547 Reviewed by Martin Robinson.
1549 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
1550 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
1551 and sort the options before printing. Reorder some code so that features still get
1552 propagated to the bindings generators.
1554 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1556 [CMake] Options should be marked as advanced by default
1557 https://bugs.webkit.org/show_bug.cgi?id=143572
1559 Reviewed by Gyuyoung Kim.
1561 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
1562 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
1563 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
1564 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
1565 option without making it public.
1567 * Source/cmake/WebKitFeatures.cmake:
1569 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1571 [CMake] Remove unnecessary ENABLE_WEBCORE switch
1572 https://bugs.webkit.org/show_bug.cgi?id=143584
1574 Reviewed by Csaba Osztrogonác.
1576 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
1580 * Source/CMakeLists.txt:
1581 * Source/cmake/OptionsGTK.cmake:
1582 * Source/cmake/WebKitFS.cmake:
1584 2015-04-08 Filip Pizlo <fpizlo@apple.com>
1586 Unreviewed, revert accidental commit.
1590 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
1592 Add CMake build system for WinCairo port.
1593 https://bugs.webkit.org/show_bug.cgi?id=115944
1595 Reviewed by Chris Dumez.
1597 * Source/cmake/OptionsWindows.cmake:
1598 * Source/cmake/WebKitMacros.cmake:
1599 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1601 2015-04-06 Alberto Garcia <berto@igalia.com>
1603 [GTK] Fix HPPA build
1604 https://bugs.webkit.org/show_bug.cgi?id=143453
1606 Reviewed by Darin Adler.
1608 Add HPPA to the list of supported CPUs.
1612 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
1614 Unreviewed, kick the GTK bots to fix an incremental build issue.
1616 * Source/cmake/OptionsGTK.cmake:
1618 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
1620 Fix the EFL and GTK build after r182243
1621 https://bugs.webkit.org/show_bug.cgi?id=143361
1623 Reviewed by Csaba Osztrogonác.
1625 * Source/PlatformEfl.cmake: Add a custom command that copies
1626 the InspectorBackendCommands.js file into the proper directory
1627 under DerivedSources/WebInspectorUI/.
1629 2015-04-01 Alex Christensen <achristensen@webkit.org>
1631 Progress towards CMake on Windows and Mac.
1632 https://bugs.webkit.org/show_bug.cgi?id=143293
1634 Reviewed by Filip Pizlo.
1637 Set DERIVED_SOURCES_WTF_DIR for Windows.
1638 * Source/CMakeLists.txt:
1639 Don't compile bmalloc on Windows.
1640 * Source/cmake/OptionsCommon.cmake:
1641 Use the absolute path of the C preprocessor.
1642 * Source/cmake/OptionsWinCairo.cmake:
1643 Added needed definitions.
1644 * Source/cmake/OptionsWindows.cmake:
1645 Set some default values and removed support for old Visual Studio versions before /MP.
1646 * Source/cmake/WebKitFS.cmake:
1647 Make WTF DerivedSources directory.
1648 * Source/cmake/WebKitMacros.cmake:
1649 Added ADD_PRECOMPILED_HEADER macro based on
1650 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1652 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
1654 Use colored diagnostics when building with cmake + ninja + clang
1655 https://bugs.webkit.org/show_bug.cgi?id=143297
1657 Reviewed by Žan Doberšek.
1659 Because that ninja sets subprocess stdout/stderr to a pipe, clang
1660 disables colored output.
1661 This patch forces clang to use colored diagnostics when we are using
1664 * Source/cmake/OptionsCommon.cmake:
1666 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1668 [CMake] Update old CMakeList.txt in gtest
1669 https://bugs.webkit.org/show_bug.cgi?id=143192
1671 Reviewed by Darin Adler.
1673 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
1674 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
1675 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
1677 * Source/CMakeLists.txt:
1678 * Source/cmake/gtest/CMakeLists.txt: Removed.
1680 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1682 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
1683 https://bugs.webkit.org/show_bug.cgi?id=143138
1685 Reviewed by Csaba Osztrogonác.
1687 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
1688 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
1690 * Source/cmake/OptionsWindows.cmake:
1691 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
1692 * Source/cmake/WebKitMacros.cmake:
1694 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1696 [GStreamer] share GL context in pipeline, part 2
1697 https://bugs.webkit.org/show_bug.cgi?id=143049
1699 Reviewed by Carlos Garcia Campos.
1701 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
1702 OpenGL/ES2 is found and GLX/EGL is found too.
1704 2015-03-26 Alex Christensen <achristensen@webkit.org>
1706 Progress towards CMake on Mac.
1707 https://bugs.webkit.org/show_bug.cgi?id=143112
1709 Reviewed by Chris Dumez.
1711 * Source/cmake/OptionsMac.cmake:
1713 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
1715 [EFL] Add OpenWebRTC in jhbuild
1716 https://bugs.webkit.org/show_bug.cgi?id=142778
1718 Reviewed by Gyuyoung Kim.
1720 Original patch by Philippe Normand <pnormand@igalia.com>
1722 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
1723 mediastream build is enabled.
1725 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
1727 [GTK] Add a configure option to build without Redirected XComposite Window
1728 https://bugs.webkit.org/show_bug.cgi?id=142865
1730 Reviewed by Žan Doberšek.
1732 The Redirected XComposite Window was added to support some
1733 features like GtkOverlay, but in cases where we don't need such
1734 features, it's more efficient to use the XID of the WebKitWebView
1735 window as the native surface handle for the accelerated
1736 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
1737 that is enabled by default for X11 target when OpenGL is enabled.
1739 * Source/cmake/OptionsGTK.cmake:
1741 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
1743 [GTK] Search for the Wayland dependency when enabling Wayland target
1744 https://bugs.webkit.org/show_bug.cgi?id=142876
1746 Reviewed by Carlos Garcia Campos.
1748 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
1749 requirement of either the GTK+ or GDK pkg-config files, so we have to
1750 search for it ourselves when WebKitGTK+ has been configured to support
1751 the Wayland windowing target.
1753 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1755 Unreviewed, kick the GTK bots to regenerate makefile.
1756 https://bugs.webkit.org/show_bug.cgi?id=137394
1758 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
1759 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
1761 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1763 Unreviewed, kick the GTK bots to regenerate makefile.
1764 https://bugs.webkit.org/show_bug.cgi?id=137394
1766 * Source/cmake/OptionsEfl.cmake:
1768 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
1770 [GTK] Fix inspector userinterface related incremental build issue
1771 https://bugs.webkit.org/show_bug.cgi?id=142849
1773 Reviewed by Carlos Garcia Campos.
1775 * Source/cmake/OptionsGTK.cmake: Revert r181733.
1777 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
1779 Unreviewed, kick the GTK bots to regenerate makefile.
1781 * Source/cmake/OptionsGTK.cmake:
1783 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
1785 [EFL] Expose JavaScript binding interface through ewk_extension
1786 https://bugs.webkit.org/show_bug.cgi?id=142033
1788 Reviewed by Gyuyoung Kim.
1790 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
1792 2015-03-17 Philippe Normand <pnormand@igalia.com>
1794 [GTK] basic OpenWebRTC build support
1795 https://bugs.webkit.org/show_bug.cgi?id=142393
1797 Reviewed by Carlos Garcia Campos.
1799 * Source/cmake/FindOpenWebRTC.cmake: Added.
1800 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
1801 mediastream build is enabled.
1803 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1805 [CMake][EFL] Build test tools only for developer mode
1806 https://bugs.webkit.org/show_bug.cgi?id=142761
1808 Reviewed by Csaba Osztrogonác.
1810 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
1812 * Source/cmake/OptionsEfl.cmake:
1813 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
1814 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
1815 * Source/cmakeconfig.h.cmake:
1817 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
1819 Enable ES6 classes by default
1820 https://bugs.webkit.org/show_bug.cgi?id=142774
1822 Reviewed by Gavin Barraclough.
1824 * Source/cmake/WebKitFeatures.cmake:
1826 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1828 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
1829 https://bugs.webkit.org/show_bug.cgi?id=142722
1831 Reviewed by Csaba Osztrogonác.
1833 Categorize to define cmake variables, to find necessary packages,
1834 use upper case for "glib_conponents" cmake variable name, re-arrange
1835 wrong alphabet sorting, and so on.
1837 * CMakeLists.txt: Remove WinCE port.
1838 * Source/cmake/OptionsEfl.cmake:
1840 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1842 [GStreamer] share GL context in pipeline
1843 https://bugs.webkit.org/show_bug.cgi?id=142693
1845 Reviewed by Philippe Normand.
1847 Add search of gstreamer-gl library in the GStreamer installation. If
1848 it is found, WTF_USE_GSTREAMER_GL macro is defined.
1850 * Source/cmake/FindGStreamer.cmake:
1851 * Source/cmake/OptionsGTK.cmake:
1853 2015-03-13 Alex Christensen <achristensen@webkit.org>
1855 Progress towards CMake on Mac.
1856 https://bugs.webkit.org/show_bug.cgi?id=142680
1858 Reviewed by Gyuyoung Kim.
1861 * Source/PlatformMac.cmake: Added stub.
1862 * Source/cmake/OptionsMac.cmake:
1863 Change defines to get CMake working.
1865 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1867 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
1868 https://bugs.webkit.org/show_bug.cgi?id=126688
1870 Reviewed by Gustavo Noronha Silva.
1872 Add ENABLE_MINIBROWSER option, enabled by default for development
1873 builds and disabled for production builds unless explicilty enabled.
1875 * Source/cmake/OptionsGTK.cmake:
1877 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1879 [GTK] Do not look for child processes in the UI process binary path
1880 https://bugs.webkit.org/show_bug.cgi?id=135752
1882 Reviewed by Gustavo Noronha Silva.
1884 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
1885 build for development builds.
1887 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
1889 [GTK] Add a configure option to build with OpenGL ES 2
1890 https://bugs.webkit.org/show_bug.cgi?id=142498
1892 Reviewed by Martin Robinson.
1894 Add ENABLE_GLES2 option. It's disabled by default, but if passed
1895 GLES2 is required and OpenGL is not even searched. Otherwise we
1896 search for OpenGL as usual, using it only if present.
1898 * Source/cmake/OptionsGTK.cmake:
1900 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
1902 [cmake] Handle unused parameter warnings as build errors except in WebKit2
1903 https://bugs.webkit.org/show_bug.cgi?id=142338
1905 Reviewed by Gyuyoung Kim.
1907 * Source/cmake/WebKitHelpers.cmake:
1909 2015-03-03 Daniel Bates <dabates@apple.com>
1911 Convert ManualTests/svg-tooltip.svg to a DRT test
1912 https://bugs.webkit.org/show_bug.cgi?id=140480
1914 Reviewed by Alex Christensen.
1916 * ManualTests/svg-tooltip.svg: Removed.
1918 2015-03-02 Debarshi Ray <debarshir@gnome.org>
1920 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
1921 https://bugs.webkit.org/show_bug.cgi?id=142165
1923 Reviewed by Carlos Garcia Campos.
1925 * Source/cmake/gtksymbols.filter:
1927 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
1929 [EFL] Remove unnecessary comment after r179110
1930 https://bugs.webkit.org/show_bug.cgi?id=142042
1932 Reviewed by Gyuyoung Kim.
1934 * Source/cmake/OptionsEfl.cmake:
1936 2015-02-23 Tomas Popela <tpopela@redhat.com>
1938 [GTK] Fails to compile with cmake 3.2.x
1939 https://bugs.webkit.org/show_bug.cgi?id=141796
1941 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
1942 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
1943 added and the build will fail.
1945 Reviewed by Martin Robinson.
1947 * Source/cmake/OptionsGTK.cmake:
1949 2015-02-20 Alexey Proskuryakov <ap@apple.com>
1951 Remove svn:keywords property.
1953 As far as I can tell, the property had no effect on any of these files, but also,
1954 when it has effect it's likely harmful.
1956 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
1957 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
1958 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
1959 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
1960 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
1961 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
1962 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
1963 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
1964 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
1965 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
1966 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
1967 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
1968 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
1969 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
1971 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1973 [CMAKE] Remove CMakeLists.txt in WK1 port
1974 https://bugs.webkit.org/show_bug.cgi?id=141617
1976 Reviewed by Anders Carlsson.
1978 Nobody uses CMake in WK1 port. Remove it.
1982 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
1984 Unreviewed, remove empty directories.
1986 * ManualTests/qt: Removed.
1988 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
1990 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
1991 https://bugs.webkit.org/show_bug.cgi?id=141481
1993 Reviewed by Csaba Osztrogonác.
1995 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
1997 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1999 [EFL][GTK] Use bmalloc instead of tcmalloc
2000 https://bugs.webkit.org/show_bug.cgi?id=140162
2002 Reviewed by Carlos Garcia Campos.
2004 Add bmalloc directory to build list.
2006 * CMakeLists.txt: Define BMALLOC_DIR directory.
2007 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
2009 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
2011 [GTK] Add default color chooser implementation using GtkColorChooserDialog
2012 https://bugs.webkit.org/show_bug.cgi?id=141392
2014 Reviewed by Gustavo Noronha Silva.
2016 Enable INPUT_TYPE_COLOR by default for GTK+ port.
2018 * Source/cmake/OptionsGTK.cmake:
2020 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
2022 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
2023 https://bugs.webkit.org/show_bug.cgi?id=141328
2025 Reviewed by Darin Adler.
2027 Added as manual test because it involves a huge grid allocation
2028 which is very slow on Debug bots, the only ones capable to trigger
2031 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
2033 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
2035 [Streams API] Implement a barebone ReadableStream interface
2036 https://bugs.webkit.org/show_bug.cgi?id=141045
2038 Reviewed by Benjamin Poulain.
2040 * Source/cmake/WebKitFeatures.cmake:
2041 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
2043 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2045 Revert accidental change in r179490.
2049 2015-02-02 Filip Pizlo <fpizlo@apple.com>
2051 Unreviewed, revert accidental change to Makefile.shared in r179478
2055 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2057 [CMake] Minimum python version should be 2.7.
2058 https://bugs.webkit.org/show_bug.cgi?id=140997
2060 Reviewed by Csaba Osztrogonác.
2064 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
2066 Apply feTurbulence spec change to fix zero length vector generation
2067 https://bugs.webkit.org/show_bug.cgi?id=140812
2069 Reviewed by Darin Adler.
2071 Recently a bug with the turbulence algorithm was corrected in the
2072 Filter Effects specification.
2073 For some seed values this bug allowed zero length vectors to be generated.
2074 This resulted in large solid color squares being present in the generated image.
2075 The feTurbulence algorithm was updated to reject zero length vectors. This patch
2076 applies that change in WebCore.
2078 Test: svg/filters/feTurbulence_bad_seeds.html
2080 * platform/graphics/filters/FETurbulence.cpp:
2081 (WebCore::FETurbulence::initPaint):
2082 Added rejection sampling during vector generation to avoid zero length vectors.
2084 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2086 [cmake] Remove compiler version calculate cruft
2087 https://bugs.webkit.org/show_bug.cgi?id=140885
2089 Reviewed by Darin Adler.
2091 * Source/cmake/WebKitHelpers.cmake:
2093 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
2095 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
2096 https://bugs.webkit.org/show_bug.cgi?id=140886
2098 Reviewed by Žan Doberšek.
2100 * Source/cmake/WebKitHelpers.cmake:
2102 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
2104 [GTK] gtkdoc does not appear in DevHelp
2105 https://bugs.webkit.org/show_bug.cgi?id=139369
2107 Reviewed by Philippe Normand.
2109 Expect the gtkdoc to be generated in folders named with the API version.
2111 * Source/PlatformGTK.cmake:
2113 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
2115 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
2116 https://bugs.webkit.org/show_bug.cgi?id=140609
2118 Reviewed by Csaba Osztrogonác.
2120 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
2121 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
2122 compilation flags. Those were added after the jsCStack branch merge, but
2123 can now be removed since the -ftree-dce issues were fixed in GCC, and
2124 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
2126 * Source/cmake/OptionsEfl.cmake:
2127 * Source/cmake/OptionsGTK.cmake:
2129 2015-01-26 Commit Queue <commit-queue@webkit.org>
2131 Unreviewed, rolling out r179107.
2132 https://bugs.webkit.org/show_bug.cgi?id=140880
2134 The GCC in the bots doesn't support the AsyncTask
2135 implementation (Requested by KaL on #webkit).
2139 "[GTK] Enable IndexedDB"
2140 https://bugs.webkit.org/show_bug.cgi?id=98932
2141 http://trac.webkit.org/changeset/179107
2143 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
2145 [GTK] Enable IndexedDB
2146 https://bugs.webkit.org/show_bug.cgi?id=98932
2148 Reviewed by Žan Doberšek.
2150 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2151 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2153 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
2155 [GTK] Add initial database process support
2156 https://bugs.webkit.org/show_bug.cgi?id=139491
2158 Reviewed by Sergio Villar Senin.
2160 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
2162 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
2164 Add a build flag for ES6 class syntax
2165 https://bugs.webkit.org/show_bug.cgi?id=140760
2167 Reviewed by Michael Saboff.
2169 * Source/cmake/WebKitFeatures.cmake:
2170 * Source/cmakeconfig.h.cmake:
2172 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2174 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
2175 https://bugs.webkit.org/show_bug.cgi?id=140049
2177 Reviewed by Gyuyoung Kim.
2179 * Source/cmake/OptionsCommon.cmake:
2181 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
2183 Remove ENABLE(INSPECTOR) ifdef guards
2184 https://bugs.webkit.org/show_bug.cgi?id=140668
2186 Reviewed by Darin Adler.
2188 * Source/PlatformEfl.cmake:
2189 * Source/cmake/OptionsEfl.cmake:
2190 * Source/cmake/OptionsGTK.cmake:
2191 * Source/cmake/OptionsMac.cmake:
2192 * Source/cmake/WebKitFeatures.cmake:
2193 * Source/cmakeconfig.h.cmake:
2195 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
2197 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
2199 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2201 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2203 [CMAKE] Fix cmake warning
2204 https://bugs.webkit.org/show_bug.cgi?id=140497
2206 Reviewed by Gustavo Noronha Silva.
2208 r173155 already tried to fix cmake warning though, the warning is still exist.
2209 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
2210 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
2211 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
2212 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
2213 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
2217 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
2219 [GTK] Generate the make dist manifest from a CMake template file
2220 https://bugs.webkit.org/show_bug.cgi?id=139387
2222 Reviewed by Martin Robinson.
2224 Generate manifest.txt from manifest.txt.in. Only expose the dist and
2225 distcheck targets for developer builds, as they won't work when
2226 building from a tarball because the manifest is not distributed.
2228 * Source/PlatformGTK.cmake:
2230 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
2232 Remove ENABLE(SQL_DATABASE) guards
2233 https://bugs.webkit.org/show_bug.cgi?id=140434
2235 Reviewed by Darin Adler.
2237 * Source/cmake/OptionsMac.cmake:
2238 * Source/cmake/WebKitFeatures.cmake:
2239 * Source/cmakeconfig.h.cmake:
2241 2015-01-11 Sam Weinig <sam@webkit.org>
2243 Remove support for SharedWorkers
2244 https://bugs.webkit.org/show_bug.cgi?id=140344
2246 Reviewed by Anders Carlsson.
2248 * Source/cmake/OptionsEfl.cmake:
2249 * Source/cmake/OptionsGTK.cmake:
2250 * Source/cmake/OptionsMac.cmake:
2251 * Source/cmake/WebKitFeatures.cmake:
2252 * Source/cmakeconfig.h.cmake:
2254 2015-01-10 Dan Bernstein <mitz@apple.com>
2256 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
2257 https://bugs.webkit.org/show_bug.cgi?id=140339
2259 Reviewed by Mark Rowe.
2261 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
2262 prevents unnecessary rebuilding due to PATH differences.
2264 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
2266 [GTK][ThreadedCompositor] Add support for threaded compositor.
2267 https://bugs.webkit.org/show_bug.cgi?id=118265
2269 Reviewed by Martin Robinson.
2271 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
2272 autotools build systems. The feature is disabled by default.
2273 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
2274 from the feature flags.
2276 * Source/cmake/OptionsEfl.cmake:
2277 * Source/cmake/OptionsGTK.cmake:
2278 * Source/cmake/WebKitFeatures.cmake:
2279 * Source/cmakeconfig.h.cmake:
2281 2014-12-23 Alexey Proskuryakov <ap@apple.com>
2283 Simplify building with ASan
2284 https://bugs.webkit.org/show_bug.cgi?id=139916
2286 Reviewed by Mark Rowe.
2288 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
2290 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
2292 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
2294 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2296 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
2298 Null dereference performing a "TapAndAHalf" gesture in Google search field
2300 <https://bugs.webkit.org/show_bug.cgi?id=139506>
2301 <rdar://problem/19028828>
2303 Reviewed by Darin Adler.
2305 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
2307 2014-12-10 Dean Jackson <dino@apple.com>
2309 Blur filter performance test doesn't provide results
2310 https://bugs.webkit.org/show_bug.cgi?id=139462
2312 Reviewed by Sam Weinig.
2314 This can't currently work under our performance test
2315 infrastructure. Move it to a manual test to avoid
2316 putting FAILures into the results.
2318 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
2320 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
2322 [GTK][WK2] Add HTML5 Notifications support
2323 https://bugs.webkit.org/show_bug.cgi?id=61140
2325 Reviewed by Carlos Garcia Campos.
2327 * Source/cmake/FindLibNotify.cmake: Added.
2328 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
2329 libnotify and use it for a default implementation when found.
2331 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
2333 REGRESSION(r155906): Page content disappears on Tuaw article after loading
2334 https://bugs.webkit.org/show_bug.cgi?id=138100
2336 Reviewed by Simon Fraser.
2338 DRT causes an extra paint which makes it impossible to test this with
2341 * ManualTests/float-layer-not-painting.html: Added.
2343 2014-12-07 Alberto Garcia <berto@igalia.com>
2345 [GTK] WebKit has a new required dependency on GnuTLS
2346 https://bugs.webkit.org/show_bug.cgi?id=136158
2348 Reviewed by Martin Robinson.
2350 Detect if GnuTLS is installed and enable or disable subtle crypto
2351 support accordingly.
2353 * Source/cmake/OptionsGTK.cmake:
2355 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
2357 [GTK] Missing API detected in GObject DOM bindings after r176630
2358 https://bugs.webkit.org/show_bug.cgi?id=139201
2360 Reviewed by Gustavo Noronha Silva.
2362 Change GENERATE_BINDINGS macro to receive a list of optional
2363 additional dependencies, so that we can add more dependecies
2364 without having to change the macro.
2366 * Source/cmake/WebKitMacros.cmake:
2368 2014-12-05 Simon Fraser <simon.fraser@apple.com>
2370 Programmatic scrolling and content changes are not always synchronized
2371 https://bugs.webkit.org/show_bug.cgi?id=139245
2372 rdar://problem/18833612
2374 Reviewed by Anders Carlsson.
2376 Manual test that tries to sync layout with programmatic scrolling.
2378 * ManualTests/programmatic-scroll-flicker.html: Added.
2380 2014-12-04 Alberto Garcia <berto@igalia.com>
2382 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
2383 https://bugs.webkit.org/show_bug.cgi?id=136576
2385 Reviewed by Carlos Garcia Campos.
2387 CMake should complain if Accelerated 2D Canvas is explicitly
2388 enabled but cairo-gl is not found.
2390 * Source/cmake/OptionsGTK.cmake:
2392 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2394 [EFL] Add subtle crypto to the build system
2395 https://bugs.webkit.org/show_bug.cgi?id=138612
2397 Reviewed by Csaba Osztrogonác.
2399 * Source/cmake/OptionsEfl.cmake:
2401 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2403 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
2404 https://bugs.webkit.org/show_bug.cgi?id=139085
2406 Reviewed by Andreas Kling.
2408 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
2409 * Source/cmake/WebKitFeatures.cmake: ditto.
2410 * Source/cmakeconfig.h.cmake: ditto.
2412 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
2414 [EFL] Drop support for the EFL 1.7
2415 https://bugs.webkit.org/show_bug.cgi?id=139114
2417 Reviewed by Gyuyoung Kim.
2419 * Source/cmake/EFLHelpers.cmake: Removed.
2420 * Source/cmake/FindEcore.cmake: Removed.
2421 * Source/cmake/FindEdje.cmake: Removed.
2422 * Source/cmake/FindEet.cmake: Removed.
2423 * Source/cmake/FindEeze.cmake: Removed.
2424 * Source/cmake/FindEfreet.cmake: Removed.
2425 * Source/cmake/FindEina.cmake: Removed.
2426 * Source/cmake/FindElementary.cmake: Removed.
2427 * Source/cmake/FindEvas.cmake: Removed.
2428 * Source/cmake/OptionsEfl.cmake:
2430 2014-11-28 Philippe Normand <pnormand@igalia.com>
2432 [CMake] Build failure against GStreamer git master
2433 https://bugs.webkit.org/show_bug.cgi?id=138872
2435 Reviewed by Csaba Osztrogon.
2437 * Source/cmake/FindGStreamer.cmake: Simplified the
2438 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
2439 headers lookup, there's no need to do this manually. Also
2440 explicitely check the version specified in GStreamer_FIND_VERSION.
2442 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
2444 [EFL] Remove E_Dbus dependency
2445 https://bugs.webkit.org/show_bug.cgi?id=136355
2447 Reviewed by Gyuyoung Kim.
2449 * Source/cmake/FindE_DBus.cmake: Removed.
2450 * Source/cmake/OptionsEfl.cmake:
2452 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
2454 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2456 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2458 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
2460 [CMake] Use ld.gold if it is available to speedup builds
2461 https://bugs.webkit.org/show_bug.cgi?id=137953
2463 Reviewed by Carlos Garcia Campos.
2465 * Source/cmake/OptionsCommon.cmake:
2467 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
2469 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
2470 https://bugs.webkit.org/show_bug.cgi?id=138840
2472 Reviewed by Csaba Osztrogonác.
2474 * Source/cmake/OptionsCommon.cmake:
2476 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
2478 Remove Source/Platform cruft
2479 https://bugs.webkit.org/show_bug.cgi?id=138658
2481 Reviewed by Anders Carlsson.
2484 * Source/Platform: Removed.
2486 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
2488 Enable Cortex-A53-specific code paths by default if core is detected.
2489 https://bugs.webkit.org/show_bug.cgi?id=138499
2491 Reviewed by Csaba Osztrogonác.
2493 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
2494 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
2497 Since on ARM64/Linux the part number that cpuinfo reports depends on
2498 the core the query is run on, the check is bound to and executed on the
2499 available cores one by one.
2501 * Source/cmake/OptionsCommon.cmake:
2503 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2505 [EFL] Remove unnecessary version check from OptionsEfl.cmake
2506 https://bugs.webkit.org/show_bug.cgi?id=138498
2508 Reviewed by Csaba Osztrogonác.
2510 * Source/cmake/OptionsEfl.cmake:
2512 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2514 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
2515 https://bugs.webkit.org/show_bug.cgi?id=138465
2517 Reviewed by Gyuyoung Kim.
2519 * Source/cmake/OptionsEfl.cmake:
2521 2014-11-03 Dean Jackson <dino@apple.com>
2523 Add ENABLE_FILTERS_LEVEL_2 feature guard.
2524 https://bugs.webkit.org/show_bug.cgi?id=138362
2526 Reviewed by Tim Horton.
2528 Add a new feature define for Level 2 of CSS Filters.
2529 http://dev.w3.org/fxtf/filters-2/
2531 * Source/cmake/OptionsEfl.cmake:
2532 * Source/cmake/OptionsGTK.cmake:
2533 * Source/cmake/OptionsMac.cmake:
2534 * Source/cmake/WebKitFeatures.cmake:
2535 * Source/cmakeconfig.h.cmake:
2537 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
2539 Workaround for Cortex-A53 erratum 835769
2540 https://bugs.webkit.org/show_bug.cgi?id=138315
2542 Reviewed by Filip Pizlo.
2544 This patch introduces CMake variable and preprocessor macro
2545 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
2546 code paths, if set true.
2548 * Source/cmake/OptionsCommon.cmake:
2549 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
2551 * Source/cmakeconfig.h.cmake:
2552 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
2554 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
2556 [GTK] Fix the build of FTL JIT
2557 https://bugs.webkit.org/show_bug.cgi?id=138298
2559 Reviewed by Carlos Garcia Campos.
2561 * Source/cmake/OptionsGTK.cmake:
2562 Remove the need for the LIBCXXABI package.
2564 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
2566 REGRESSION(CMake): Make it possible to build without introspection
2567 https://bugs.webkit.org/show_bug.cgi?id=138006
2569 Reviewed by Philippe Normand.
2571 Add ENABLE_INTROSPECTION option.
2573 * Source/PlatformGTK.cmake: Dot not add gir global target if
2574 introspection is disabled.
2575 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
2576 introspection is disabled.
2578 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
2580 [GTK] Support script message handlers WebKitUserContentManager
2581 https://bugs.webkit.org/show_bug.cgi?id=133730
2583 Reviewed by Carlos Garcia Campos.
2585 Support user script message handlers in WebKitUserContentManager.
2586 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
2587 an option is added to the CMake build files. The option is disabled
2588 globally by default, and the WebKitGTK port enables it. On the API
2589 level, two new methods to register and unregister names are provided
2590 in the "window.webkit" namespace, and on message reception the
2591 "WebKitUserContentManager::script-message-received" signal is
2592 emitted, using the registered names as signal detail.
2594 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
2595 ENABLE_USER_MESSAGE_HANDLERS feature by default.
2596 * Source/cmake/WebKitFeatures.cmake: Add feature description for
2597 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
2599 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
2601 [GTK] Bump libsoup's minimum version to 2.42.0.
2602 https://bugs.webkit.org/show_bug.cgi?id=138086
2604 Reviewed by Martin Robinson.
2606 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
2607 soup-version.h header was added to soup.h in 2.41.4, which then becomes
2608 the minimum version required to build the port these days.
2610 In addition, since the autotools build system required 2.42.0 before
2611 being retired, require the same version here. Version 2.42.0 was also
2613 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
2615 * Source/cmake/OptionsGTK.cmake:
2617 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2619 [EFL] Remove unnecessary defines from OptionsEfl.cmake
2620 https://bugs.webkit.org/show_bug.cgi?id=138132
2622 Reviewed by Csaba Osztrogonác.
2624 * Source/cmake/OptionsEfl.cmake:
2626 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
2628 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2630 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2632 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
2634 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
2635 https://bugs.webkit.org/show_bug.cgi?id=137946
2637 Reviewed by Gyuyoung Kim.
2639 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
2641 * Source/cmake/OptionsEfl.cmake:
2643 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2645 Fix FTL Native Inlining for EFL
2646 https://bugs.webkit.org/show_bug.cgi?id=137774
2648 Reviewed by Michael Saboff.
2650 Updated CMake for FTL Native Inlining.
2653 * Source/cmake/FindClang.cmake: Added.
2654 * Source/cmake/OptionsEfl.cmake:
2655 * Source/cmakeconfig.h.cmake:
2657 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
2659 Web Inspector: Generate all Inspector domains together in JavaScriptCore
2660 https://bugs.webkit.org/show_bug.cgi?id=137748
2662 Reviewed by Brian Burg.
2664 * Source/PlatformEfl.cmake:
2666 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
2668 [GTK] Add initial gestures support
2669 https://bugs.webkit.org/show_bug.cgi?id=137812
2671 Reviewed by Sergio Villar Senin.
2673 Check if the GTK+ version supports gestures or not.
2675 * Source/cmake/FindGTK3.cmake:
2676 * Source/cmake/OptionsGTK.cmake:
2678 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
2680 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
2681 https://bugs.webkit.org/show_bug.cgi?id=137781
2683 Reviewed by Martin Robinson.
2685 We used to enable smooth scrolling unconditionally in autotools
2686 (via WebKitFeatures.m4), but since the switch to CMake it's
2687 unconditionally disabled, so changing the setting doesn't have any
2690 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
2692 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
2694 Removing CUSTOM_PROTOCOLS guard
2695 https://bugs.webkit.org/show_bug.cgi?id=137741
2697 Reviewed by Benjamin Poulain.
2699 * Source/cmake/OptionsEfl.cmake:
2701 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
2703 [EFL] Enable WebP support.
2704 https://bugs.webkit.org/show_bug.cgi?id=136156
2706 Reviewed by Gyuyoung Kim.
2708 Add WebP package finding rule.
2710 * Source/cmake/OptionsEfl.cmake:
2712 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
2714 [EFL] Enable custom URI schemes with CustomProtocols
2715 https://bugs.webkit.org/show_bug.cgi?id=128177
2717 Reviewed by Gyuyoung Kim.
2719 Fixing ewk_context_url_scheme_register() ewebkit2 API
2720 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
2722 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
2724 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
2726 Bump version to 2.7.0
2727 https://bugs.webkit.org/show_bug.cgi?id=137301
2729 Rubber-stamped by Carlos Garcia Campos.
2731 * Source/cmake/OptionsGTK.cmake: Bump version numbers
2733 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2735 [EFL] Rename TEST_THEME_DIR macro
2736 https://bugs.webkit.org/show_bug.cgi?id=137244
2738 Reviewed by Csaba Osztrogonác.
2740 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
2742 2014-09-27 Dan Bernstein <mitz@apple.com>
2744 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
2745 https://bugs.webkit.org/show_bug.cgi?id=137053
2747 Reviewed by Mark Rowe.
2749 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2750 In the build pre-action, pass the --wksi and --llvm options to
2751 copy-webkitlibraries-to-product-directory.
2752 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
2754 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
2756 [GTK] Enable CSS_IMAGE_SET in production builds
2757 https://bugs.webkit.org/show_bug.cgi?id=137142
2759 Reviewed by Alejandro G. Castro.
2761 This is required by the inspector to show some of the icons that
2762 has a HiDPI variant.
2764 * Source/cmake/OptionsGTK.cmake:
2766 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
2768 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
2769 https://bugs.webkit.org/show_bug.cgi?id=136377
2771 Reviewed by Philippe Normand.
2773 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
2774 for CMake versions less than 3.
2776 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
2778 Remove WinCE port from trunk
2779 https://bugs.webkit.org/show_bug.cgi?id=136951
2781 Reviewed by Alex Christensen.
2783 * Source/cmake/OptionsWinCE.cmake: Removed.
2784 * Source/cmake/WebKitPackaging.cmake:
2786 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
2788 [EFL][GTK] Remove WebKit1 related codes
2789 https://bugs.webkit.org/show_bug.cgi?id=136853
2791 Reviewed by Csaba Osztrogonác.
2793 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
2796 * Source/PlatformGTK.cmake:
2798 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2801 https://bugs.webkit.org/show_bug.cgi?id=136820
2803 Reviewed by Csaba Osztrogonác.
2805 * Source/cmake/FindICU.cmake:
2807 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
2809 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
2810 https://bugs.webkit.org/show_bug.cgi?id=136814
2812 Reviewed by Philippe Normand.
2814 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
2815 We bundle the wayland-egl dependency with wayland-client and wayland-server
2816 and store the resulting variables with the WAYLAND_ prefix. Because of this
2817 this line wasn't exporting anything useful.
2819 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
2821 URTBF after r173574.
2823 * Source/cmake/WebKitMacros.cmake:
2825 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
2827 [JavaScriptCore] Fix FTL on platform EFL.
2828 https://bugs.webkit.org/show_bug.cgi?id=133571
2830 Reviewed by Filip Pizlo.
2834 * Source/cmake/FindLIBCXXABI.cmake: Removed.
2835 * Source/cmake/OptionsEfl.cmake:
2837 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2840 https://bugs.webkit.org/show_bug.cgi?id=136571
2842 Reviewed by Darin Adler.
2844 * Source/cmake/OptionsEfl.cmake:
2845 * Source/cmake/OptionsGTK.cmake:
2846 * Source/cmake/OptionsMac.cmake:
2847 * Source/cmake/WebKitFeatures.cmake:
2848 * Source/cmakeconfig.h.cmake:
2850 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2852 Remove CSS_FILTERS flag
2853 https://bugs.webkit.org/show_bug.cgi?id=136529
2855 Reviewed by Dirk Schulze.
2857 * Source/cmake/OptionsEfl.cmake:
2858 * Source/cmake/OptionsGTK.cmake:
2859 * Source/cmake/OptionsMac.cmake:
2860 * Source/cmake/WebKitFeatures.cmake:
2861 * Source/cmakeconfig.h.cmake:
2863 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2865 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
2866 https://bugs.webkit.org/show_bug.cgi?id=136194
2868 Reviewed by Csaba Osztrogonác.
2870 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
2874 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2876 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
2877 https://bugs.webkit.org/show_bug.cgi?id=135560
2879 Reviewed by Gyuyoung Kim.
2881 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
2883 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
2885 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
2886 https://bugs.webkit.org/show_bug.cgi?id=136343
2888 Reviewed by David Kilzer.
2890 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
2892 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2893 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2895 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
2897 [EFL] Share fast/speechsynthesis/ with other ports
2898 https://bugs.webkit.org/show_bug.cgi?id=136224
2900 Reviewed by Chris Fleizach.
2902 Enable WebSpeech for EFL.
2904 * Source/cmake/OptionsEfl.cmake:
2906 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
2908 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
2909 https://bugs.webkit.org/show_bug.cgi?id=136127
2911 Reviewed by Gyuyoung Kim.
2913 Add build support for espeak.
2915 * Source/cmake/FindEspeak.cmake: Added.
2916 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
2918 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
2920 [EFL] Build break using clang
2921 https://bugs.webkit.org/show_bug.cgi?id=136245
2923 Reviewed by Gyuyoung Kim.
2925 * Source/cmake/OptionsEfl.cmake:
2926 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
2927 Some warnings are from system libraries.
2929 2014-08-25 Alberto Garcia <berto@igalia.com>
2931 [GTK] Unify webkitgtk and webkit2gtk directories
2932 https://bugs.webkit.org/show_bug.cgi?id=136209
2934 Reviewed by Carlos Garcia Campos.
2936 Use webkit2gtk-X.X both for the process binaries and the injected
2939 * Source/cmake/OptionsGTK.cmake:
2941 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
2943 [EFL] Move Efl specific code from Source/CMakeLists.txt
2944 https://bugs.webkit.org/show_bug.cgi?id=136206
2946 Reviewed by Gyuyoung Kim.
2948 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
2949 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
2951 * Source/CMakeLists.txt:
2952 * Source/cmake/OptionsEfl.cmake:
2954 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
2956 [EFL] Introduce DEVELOPER_MODE
2957 https://bugs.webkit.org/show_bug.cgi?id=135884
2959 Reviewed by Gyuyoung Kim.
2961 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
2962 instead of SHARED_CORE.
2963 SHARED_CORE can reduce link time and memory consumption but it is slightly different
2964 from release binary.
2966 * Source/cmake/OptionsEfl.cmake:
2967 * Source/cmake/WebKitHelpers.cmake:
2968 Moved fvisibility=hidden to OptionsEfl.cmake
2970 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
2972 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
2973 https://bugs.webkit.org/show_bug.cgi?id=136110
2975 Reviewed by Gyuyoung Kim.
2977 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
2979 * Source/cmake/OptionsEfl.cmake:
2981 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2983 [EFL] Apply eflsymbols.filter to WebKit2
2984 https://bugs.webkit.org/show_bug.cgi?id=136148
2986 Reviewed by Csaba Osztrogonác.
2988 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
2989 in the eflsymbols.filter.
2991 * Source/cmake/OptionsEfl.cmake:
2992 * Source/cmake/eflsymbols.filter:
2994 2014-08-21 Zalan Bujtas <zalan@apple.com>
2996 Enable SATURATED_LAYOUT_ARITHMETIC.
2997 https://bugs.webkit.org/show_bug.cgi?id=136106
2999 Reviewed by Simon Fraser.
3001 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
3002 (No measurable performance regression on Mac.)
3004 * Source/cmake/OptionsMac.cmake:
3005 * Source/cmake/WebKitFeatures.cmake:
3006 * Source/cmakeconfig.h.cmake:
3008 2014-08-19 Zalan Bujtas <zalan@apple.com>
3010 Remove ENABLE(SUBPIXEL_LAYOUT).
3011 https://bugs.webkit.org/show_bug.cgi?id=136077
3013 Reviewed by Simon Fraser.
3015 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
3017 * Source/cmake/OptionsEfl.cmake:
3018 * Source/cmake/OptionsGTK.cmake:
3019 * Source/cmake/OptionsMac.cmake:
3020 * Source/cmake/WebKitFeatures.cmake:
3021 * Source/cmakeconfig.h.cmake:
3023 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
3025 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
3026 https://bugs.webkit.org/show_bug.cgi?id=135980
3028 Reviewed by Martin Robinson.
3030 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
3031 overrides any other disabled optimization that was prepended to these
3032 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
3033 lists first in the final list of compilation flags.
3035 To avoid -On re-enabling optimizations that we'd like to keep disabled,
3036 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
3038 * Source/cmake/OptionsCommon.cmake:
3039 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
3040 * Source/cmake/OptionsGTK.cmake:
3042 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3044 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
3046 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3048 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
3050 [GTK] Disable memory sampler on non-Linux system
3051 https://bugs.webkit.org/show_bug.cgi?id=134483
3053 Reviewed by Philippe Normand.
3055 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
3056 Linux because it uses many Linux-specific features, so we should disable
3057 memory sampler on other systems by default.
3059 * Source/cmake/OptionsGTK.cmake:
3061 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
3063 [GTK] HTML API documentation should also be installed versioned
3064 https://bugs.webkit.org/show_bug.cgi?id=135970
3066 Reviewed by Philippe Normand.
3068 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
3071 2014-08-14 Tomas Popela <tpopela@redhat.com>
3073 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
3074 https://bugs.webkit.org/show_bug.cgi?id=135937
3076 Reviewed by Carlos Garcia Campos.
3080 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3082 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
3083 https://bugs.webkit.org/show_bug.cgi?id=135934
3085 Reviewed by Gustavo Noronha Silva.
3087 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
3088 The gir files should installed in $datadir/gir-1.0/ together with all other
3089 gir files. We don't need to install introspection files in a versioned
3090 directory because their filenames already contain the binary version. But before
3091 r171598, the files were only installed to the right directory if the
3092 gobject-instrospection pkg-config file was in the same prefix than the one we
3093 wanted to install, because the gir and typelibs directories were extracted from
3094 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
3095 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
3096 like we do in the autotools build.
3098 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
3099 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3100 * Source/cmake/OptionsGTK.cmake: Define
3101 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
3103 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
3105 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
3106 https://bugs.webkit.org/show_bug.cgi?id=135836
3108 Reviewed by Philippe Normand.
3110 * Source/PlatformGTK.cmake: Add install command to also install
3111 the GObject DOM bindings API docs.
3113 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
3115 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
3116 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
3117 re-set CMAKE_C_FLAGS with the new string. The two flags should really
3118 be appended to CMAKE_C_FLAGS and the same variable re-set with the
3121 * Source/cmake/OptionsCommon.cmake:
3123 2014-08-13 Alex Christensen <achristensen@webkit.org>
3125 Progress towards CMake on Mac.
3126 https://bugs.webkit.org/show_bug.cgi?id=135819
3128 Reviewed by Laszlo Gombos.
3130 * Source/cmake/OptionsMac.cmake:
3131 Disable some more features temporarily to get CMake working.
3132 * Source/cmake/WebKitMacros.cmake:
3133 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
3135 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3137 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
3138 https://bugs.webkit.org/show_bug.cgi?id=135798
3140 Reviewed by Philippe Normand.
3142 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
3144 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
3145 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3146 https://bugs.webkit.org/show_bug.cgi?id=133317
3148 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3150 Reviewed by Philippe Normand.
3152 No new tests since no new functionality has been added.
3154 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3156 2014-08-11 Commit Queue <commit-queue@webkit.org>
3158 Unreviewed, rolling out r172393.
3159 https://bugs.webkit.org/show_bug.cgi?id=135796
3161 discussion needed about GnuTLS version bump on the bots
3162 (Requested by philn on #webkit).
3166 https://bugs.webkit.org/show_bug.cgi?id=133317
3167 http://trac.webkit.org/changeset/172393
3169 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3170 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
3171 https://bugs.webkit.org/show_bug.cgi?id=133317
3173 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
3175 Reviewed by Philippe Normand.
3177 No new tests since no new functionality has been added.
3179 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
3181 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
3183 [GTK] Adds stubs for all subtle crypto algorithm implemntations
3184 https://bugs.webkit.org/show_bug.cgi?id=133316
3186 Reviewed by Philippe Normand.
3188 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
3189 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
3190 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
3192 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
3194 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
3196 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3198 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3200 [GTK] REGRESSION(r166239): The ld version script is not being used
3201 https://bugs.webkit.org/show_bug.cgi?id=135694
3203 Reviewed by Martin Robinson.
3205 Move the symbols filter file from Tools/gtk to Source/cmake and rename
3206 it as gtksymbols.filter. Also updated it, since some of the symbols
3207 exported were renamed.
3209 * Source/cmake/OptionsGTK.cmake:
3210 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
3212 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
3214 [GTK] Child processes should be installed in a versioned directory
3215 https://bugs.webkit.org/show_bug.cgi?id=135754
3217 Reviewed by Gustavo Noronha Silva.
3219 Define LIBEXEC_INSTALL_DIR as
3220 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
3221 so that the child processes are installed in $libexec/webkitgtk-4.0.
3222 This makes it possible to install 2.6 in parallel to older versions.
3224 * Source/cmake/OptionsGTK.cmake:
3226 2014-08-08 Alex Christensen <achristensen@webkit.org>
3228 Progress towards using CMake on Mac.
3229 https://bugs.webkit.org/show_bug.cgi?id=135662
3231 Reviewed by Laszlo Gombos.
3234 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
3235 * Source/cmake/WebKitFeatures.cmake:
3236 * Source/cmakeconfig.h.cmake:
3237 Added features that are needed by the Mac port.
3238 * Source/cmake/OptionsMac.cmake:
3239 Enable CSS_IMAGE_SET based on FeatureDefines.h.
3240 Disable the FTL with CMake for now.
3241 * Source/cmake/OptionsEFL.cmake:
3242 * Source/cmake/OptionsGTK.cmake:
3243 Enable subpixel layout to not conflict with FeatureDefines.h
3245 2014-08-08 Simon Fraser <simon.fraser@apple.com>
3247 Undo some erroneous changes to the Xcode scheme files from r172259.
3249 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3250 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3252 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
3254 [CMake] Drop the required version of CMake down to 2.8.8
3255 https://bugs.webkit.org/show_bug.cgi?id=135713
3257 Reviewed by Alex Christensen.
3259 * CMakeLists.txt: Require CMake 2.8.8.
3261 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
3263 Get rid of INPUT_SPEECH
3264 https://bugs.webkit.org/show_bug.cgi?id=135672
3266 Reviewed by Andreas Kling.
3268 * Source/cmake/OptionsMac.cmake:
3269 * Source/cmake/WebKitFeatures.cmake:
3270 * Source/cmakeconfig.h.cmake:
3272 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
3274 [GTK] Disable IndexedDB
3275 https://bugs.webkit.org/show_bug.cgi?id=135692
3277 Reviewed by Carlos Garcia Campos.
3279 * Source/cmake/OptionsGTK.cmake:
3281 2014-08-06 Dean Jackson <dino@apple.com>
3283 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
3284 https://bugs.webkit.org/show_bug.cgi?id=135675
3286 Reviewed by Sam Weinig.
3288 * Source/cmake/OptionsGTK.cmake:
3289 * Source/cmake/OptionsMac.cmake:
3290 * Source/cmake/WebKitFeatures.cmake:
3291 * Source/cmakeconfig.h.cmake:
3293 2014-08-06 David Farler <dfarler@apple.com>
3295 Unreviewed build fix: Make includes semicolon in assignment.
3297 * Makefile.shared: Remove a ;
3299 2014-08-06 David Farler <dfarler@apple.com>
3301 Set DSYMUTIL_NUM_THREADS to the number of logical cores
3302 https://bugs.webkit.org/show_bug.cgi?id=135655
3304 Reviewed by Mark Rowe.
3306 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
3308 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
3310 [GTK] Be able to disable gtk2 dependency
3311 https://bugs.webkit.org/show_bug.cgi?id=135505
3313 Reviewed by Gustavo Noronha Silva.
3315 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
3316 required when it's enabled. It's enabled by default.
3318 * Source/cmake/OptionsGTK.cmake:
3320 2014-08-05 Alex Christensen <achristensen@webkit.org>
3323 https://bugs.webkit.org/show_bug.cgi?id=135620
3325 Reviewed by Laszlo Gombos.
3327 * Source/cmake/OptionsMac.cmake:
3328 Use UDIS86 by default on Mac.
3330 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
3332 Add a flag for the CSS Selectors level 4 implementation
3333 https://bugs.webkit.org/show_bug.cgi?id=135535
3335 Reviewed by Andreas Kling.
3337 * Source/cmake/OptionsEfl.cmake:
3338 * Source/cmake/OptionsGTK.cmake:
3339 * Source/cmake/WebKitFeatures.cmake:
3340 * Source/cmakeconfig.h.cmake:
3342 2014-08-04 Alex Christensen <achristensen@webkit.org>
3344 Progress towards CMake on Mac.
3345 https://bugs.webkit.org/show_bug.cgi?id=135528
3347 Reviewed by Gyuyoung Kim.
3349 * Source/cmake/OptionsMac.cmake:
3350 Made options list based on FeatureDefines.xcconfig files.
3352 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3354 [GTK] Windowing target support should reflect the support in the GTK+ dependency
3355 https://bugs.webkit.org/show_bug.cgi?id=134736
3357 Reviewed by Martin Robinson.
3359 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
3360 support the X11 or Wayland windowing targets -- instead, if there's no support
3361 the specific target is disabled, and an error is thrown only if neither of the
3362 backends is enabled at the end..
3363 For now the X11 target remains enabled by default, and the Wayland target is
3364 kept disabled. Once it's possible to have both targets enabled at runtime in
3365 WebKit, the Wayland target will be enabled as well and we'll leave it to the
3366 GTK+ dependency to determine which targets can be enabled.
3368 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
3370 [CMake] Add FindWayland.cmake
3371 https://bugs.webkit.org/show_bug.cgi?id=135540
3373 Reviewed by Martin Robinson.
3375 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
3376 dependency. For now bundles the wayland-client, wayland-server and
3377 wayland-egl pkg-config targets into one dependency, but these could
3378 be split in the future if necessary.
3380 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
3382 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
3383 https://bugs.webkit.org/show_bug.cgi?id=135553
3385 Reviewed by Gyuyoung Kim.
3387 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
3388 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
3390 * Source/cmake/OptionsEfl.cmake:
3392 2014-08-01 Bear Travis <betravis@adobe.com>
3394 [Feature Queries] Enable Feature Queries on EFL/GTK
3395 https://bugs.webkit.org/show_bug.cgi?id=134902
3397 Reviewed by Benjamin Poulain.
3399 Enable CSS Feature Queries by default on the EFL and GTK
3402 * Source/cmake/OptionsEfl.cmake:
3403 * Source/cmake/OptionsGTK.cmake:
3405 2014-08-01 Alex Christensen <achristensen@webkit.org>
3407 Progress towards cmake on Windows.
3408 https://bugs.webkit.org/show_bug.cgi?id=135484
3410 Reviewed by Martin Robinson.
3413 Added Mac to list of ports, even though it is not done yet.
3414 Changed minimum bison version to version installed on Macs.
3415 * Source/cmake/OptionsAppleWin.cmake:
3416 Added some definitions.
3417 * Source/cmake/OptionsEfl.cmake:
3418 * Source/cmake/OptionsGTK.cmake:
3419 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
3420 * Source/cmake/OptionsMac.cmake: Added blank for now.
3421 * Source/cmake/OptionsWinCairo.cmake:
3422 * Source/cmake/OptionsWindows.cmake:
3423 Added some definitions.
3424 Removed /WX (warnings treated as error while compiling).
3425 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
3427 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
3429 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
3430 https://bugs.webkit.org/show_bug.cgi?id=135501
3432 Reviewed by Gyuyoung Kim.
3434 Use PROJECT_VERSION_MICRO instead.
3436 * Source/cmake/OptionsEfl.cmake:
3437 * Source/cmake/OptionsGTK.cmake:
3438 * Source/cmake/WebKitHelpers.cmake:
3440 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
3442 [EFL] Bump ewebkit version to 1.11
3443 https://bugs.webkit.org/show_bug.cgi?id=135487
3445 Reviewed by Gyuyoung Kim.
3447 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
3449 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
3451 [EFL] Add support for building with Geoclue2.
3452 https://bugs.webkit.org/show_bug.cgi?id=135455
3454 Reviewed by Gyuyoung Kim.
3456 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
3459 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
3461 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
3463 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3465 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
3467 [GTK] Bump binary version for 2.6
3468 https://bugs.webkit.org/show_bug.cgi?id=133724
3470 Reviewed by Philippe Normand.
3472 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
3473 update library version numbers.
3475 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
3477 [CMake] Bump the minimum required version
3478 https://bugs.webkit.org/show_bug.cgi?id=135382
3480 Reviewed by Gyuyoung Kim.
3482 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
3483 we introduced usage of target_include_directories().
3485 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
3487 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
3488 https://bugs.webkit.org/show_bug.cgi?id=135376
3490 Reviewed by Gyuyoung Kim.
3492 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
3494 * Source/cmake/OptionsEfl.cmake:
3495 * Source/cmake/OptionsGTK.cmake:
3497 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
3499 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
3500 https://bugs.webkit.org/show_bug.cgi?id=135288
3502 Reviewed by Martin Robinson.
3504 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
3505 datadir to pkgconfig
3506 * Source/cmake/OptionsGTK.cmake: define install directories early
3507 enough to be used in FindGObjectIntrospection.cmake
3509 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
3511 Remove CSS_EXCLUSIONS compile flag and leftover code
3512 https://bugs.webkit.org/show_bug.cgi?id=135175
3514 Reviewed by Zoltan Horvath.
3516 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
3517 stubs. This removes the flag and the useless code.
3519 * Source/cmake/WebKitFeatures.cmake:
3520 * Source/cmakeconfig.h.cmake:
3522 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
3524 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
3525 https://bugs.webkit.org/show_bug.cgi?id=135114
3527 Fix build with GStreamer 1.4
3529 Reviewed by Philippe Normand.
3531 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
3532 gst-mpegts component instead of the unstable 1.3.x verstions.
3534 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
3536 [GTK] Simplify make-dist command line arguments
3537 https://bugs.webkit.org/show_bug.cgi?id=134832
3539 Reviewed by Martin Robinson.
3541 * Source/PlatformGTK.cmake: Use --version instead of
3542 --tarball-root when running make-dist.py.
3544 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
3546 Add a manual test for r135044
3548 <https://bugs.webkit.org/show_bug.cgi?id=135044>
3550 Rubber-stamped by Andy Estes.
3552 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
3554 2014-07-18 Dana Burkart <dburkart@apple.com>
3556 Add a new 'analyze' target to the makefile. This will make use of a new
3557 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
3559 https://bugs.webkit.org/show_bug.cgi?id=135057
3560 <rdar://problem/10193187>
3562 Reviewed by David Kilzer.
3568 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
3570 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
3571 https://bugs.webkit.org/show_bug.cgi?id=134963
3573 Reviewed by Gyuyoung Kim.
3575 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
3577 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
3579 2014-07-14 Daniel Bates <dabates@apple.com>
3581 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
3582 https://bugs.webkit.org/show_bug.cgi?id=134905
3583 <rdar://problem/16602779>
3585 Reviewed by Simon Fraser.
3587 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
3588 on the tapped element when processing a touchend as a result of finger pressing and releasing
3589 on the same element that is initially positioned outside the visible content area.
3591 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
3593 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
3595 [GTK] Enable VIDEO_TRACK by default
3596 https://bugs.webkit.org/show_bug.cgi?id=134801
3598 Reviewed by Philippe Normand.
3600 * Source/cmake/OptionsGTK.cmake:
3602 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
3604 [GTK][CMake] Add a 'distcheck' target
3605 https://bugs.webkit.org/show_bug.cgi?id=130675
3607 Reviewed by Gustavo Noronha Silva.
3609 * Source/PlatformGTK.cmake: Add distcheck target.
3611 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
3613 [GTK] Use the same default options for production builds that previous stable releases
3614 https://bugs.webkit.org/show_bug.cgi?id=134589
3616 Reviewed by Martin Robinson.
3618 Change the default value of some features to match our stable releases.
3619 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
3620 canvas depend on whether cairo-gl is found.
3622 * Source/cmake/FindCairoGL.cmake: Added.
3623 * Source/cmake/OptionsGTK.cmake:
3625 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
3627 [EFL] Support Encrypted Media Extensions.
3628 https://bugs.webkit.org/show_bug.cgi?id=134750
3630 Reviewed by Gyuyoung Kim.
3632 Webkit needs to play encrypted media contents when media player
3633 is played by Media source extensions and normal video procedure.
3635 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
3637 2014-07-08 Alex Christensen <achristensen@webkit.org>
3639 Steps towards CMake on Windows.
3640 https://bugs.webkit.org/show_bug.cgi?id=134716
3642 Reviewed by Martin Robinson.
3645 Added AppleWin and WinCairo to list of CMake ports.
3646 * Source/cmake/OptionsAppleWin.cmake: Added.
3647 * Source/cmake/OptionsWinCairo.cmake: Added.
3648 * Source/cmake/OptionsWindows.cmake:
3649 Windows needs to use the system malloc. Other options to come.
3651 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3653 [EFL] Support Geolocation
3654 https://bugs.webkit.org/show_bug.cgi?id=134439
3656 Reviewed by Antonio Gomes.
3658 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
3660 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3662 Broken build with build-webkit --no-video
3663 https://bugs.webkit.org/show_bug.cgi?id=134587
3665 Reviewed by Darin Adler.
3667 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
3669 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
3671 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
3673 [GTK] The list of features shown by cmake is not accurate
3674 https://bugs.webkit.org/show_bug.cgi?id=134588
3676 Reviewed by Gustavo Noronha Silva.
3678 The problem is that some options might change after the feature
3679 list has been printed.
3681 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
3682 setting the default values of features and set WEBGL value
3683 depending on the dependencies, and API_TEST depending on whether
3684 developer mode is enabled or not.
3686 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3688 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
3689 https://bugs.webkit.org/show_bug.cgi?id=134578
3691 Reviewed by Gyuyoung Kim.
3693 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
3694 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
3695 disable related option if it is not ON.
3697 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
3698 * Source/cmake/OptionsGTK.cmake: Ditto.
3699 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
3701 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
3703 [GTK] make dist is broken
3704 https://bugs.webkit.org/show_bug.cgi?id=134542
3706 Reviewed by Martin Robinson.
3708 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
3710 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
3712 [CMake] Add necessary support for building for the Wayland target
3713 https://bugs.webkit.org/show_bug.cgi?id=134160
3715 Reviewed by Darin Adler.
3717 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
3718 is enabled, and that its version matches the version of the generic package. Same
3719 for the gtk+-wayland-3.0 package and the Wayland target.
3720 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
3721 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
3722 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
3723 so they keep building the TestNetscapePlugin target.
3724 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
3725 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
3726 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
3727 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
3728 the minimum required version as soon as that target is enabled. Only search for GLX
3729 if the X11 target is enabled.
3731 2014-06-29 Yoav Weiss <yoav@yoav.ws>
3733 Add support for HTMLImageElement's sizes attribute
3734 https://bugs.webkit.org/show_bug.cgi?id=133620
3736 Reviewed by Dean Jackson.
3738 Added an ENABLE_PICTURE_SIZES compile flag.
3740 * Source/cmake/WebKitFeatures.cmake:
3741 * Source/cmakeconfig.h.cmake:
3743 2014-06-26 Daniel Bates <dabates@apple.com>
3745 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
3746 https://bugs.webkit.org/show_bug.cgi?id=134309
3747 <rdar://problem/17427385>
3749 Reviewed by Darin Adler.
3751 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
3754 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
3756 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
3758 Remove build guard for progress element
3759 https://bugs.webkit.org/show_bug.cgi?id=134292
3761 Reviewed by Benjamin Poulain.
3763 The build flag is no longer needed as it is always on.
3765 * Source/cmake/WebKitFeatures.cmake:
3766 * Source/cmakeconfig.h.cmake:
3768 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
3770 [EFL] Platform support for WebSpeech feature.
3771 https://bugs.webkit.org/show_bug.cgi?id=116438
3773 Reviewed by Csaba Osztrogonác.
3775 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
3777 * Source/cmake/OptionsEfl.cmake:
3778 * Source/cmake/WebKitFeatures.cmake:
3780 2014-06-23 Philippe Normand <pnormand@igalia.com>
3782 Unreviewed, GTK build fix after r170266.
3784 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
3786 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3788 Disable gamepad feature on EFL and GTK ports by default
3789 https://bugs.webkit.org/show_bug.cgi?id=134169
3791 Reviewed by Brady Eidson.
3793 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
3795 2014-06-21 Brady Eidson <beidson@apple.com>
3797 Gamepad API - Deprecate the existing implementation
3798 https://bugs.webkit.org/show_bug.cgi?id=134108
3800 Reviewed by Timothy Hatcher.
3802 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
3803 -Add the "Deprecated" suffix to some implementation files
3805 * Source/cmake/OptionsEfl.cmake:
3806 * Source/cmake/OptionsGTK.cmake:
3807 * Source/cmake/WebKitFeatures.cmake:
3808 * Source/cmakeconfig.h.cmake:
3810 2014-06-21 Commit Queue <commit-queue@webkit.org>
3812 Unreviewed, rolling out r170244.
3813 https://bugs.webkit.org/show_bug.cgi?id=134157
3815 GTK/EFL bindings generator works differently, making this
3816 patch not work there. Will fix entire patch after a rollout.
3817 (Requested by bradee-oh on #webkit).
3821 "Gamepad API - Deprecate the existing implementation"
3822 https://bugs.webkit.org/show_bug.cgi?id=134108
3823 http://trac.webkit.org/changeset/170244
3825 2014-06-21 Brady Eidson <beidson@apple.com>
3827 Gamepad API - Deprecate the existing implementation
3828 https://bugs.webkit.org/show_bug.cgi?id=134108
3830 Reviewed by Timothy Hatcher.
3832 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
3833 -Add the "Deprecated" suffix to some implementation files
3835 * Source/cmake/OptionsEfl.cmake:
3836 * Source/cmake/OptionsGTK.cmake:
3837 * Source/cmake/WebKitFeatures.cmake:
3838 * Source/cmakeconfig.h.cmake:
3840 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3842 Removing PAGE_VISIBILITY_API compile guard.
3843 https://bugs.webkit.org/show_bug.cgi?id=133844
3845 Reviewed by Gavin Barraclough.
3847 * Source/cmake/OptionsEfl.cmake:
3848 * Source/cmake/OptionsGTK.cmake:
3849 * Source/cmake/WebKitFeatures.cmake:
3850 * Source/cmakeconfig.h.cmake:
3852 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
3854 [EFL][CMAKE] Disable WebKit1 build as a default
3855 https://bugs.webkit.org/show_bug.cgi?id=134093
3857 Reviewed by Gyuyoung Kim.
3859 Disable WebKit1 build and enable WebKit2 build for the EFL port.
3861 * Source/cmake/OptionsEfl.cmake:
3863 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3865 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
3866 https://bugs.webkit.org/show_bug.cgi?id=130389
3868 Reviewed by Mark Lam.
3870 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
3871 into !ENABLE(JIT) since they are mutually exclusive.
3873 * Source/cmake/OptionsEfl.cmake:
3874 * Source/cmake/OptionsGTK.cmake:
3875 * Source/cmake/WebKitFeatures.cmake:
3876 * Source/cmakeconfig.h.cmake:
3878 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
3880 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
3881 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
3882 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
3883 by the plugin process, but it is searched and utilized separately.
3885 Rubber-stamped by Carlos Garcia Campos.
3887 * Source/cmake/OptionsGTK.cmake:
3889 2014-06-16 Commit Queue <commit-queue@webkit.org>
3891 Unreviewed, rolling out r170003.
3892 https://bugs.webkit.org/show_bug.cgi?id=133938
3894 This patch broke GTK build (Requested by kczech on #webkit).
3898 "[EFL] Platform support for WebSpeech feature."
3899 https://bugs.webkit.org/show_bug.cgi?id=116438
3900 http://trac.webkit.org/changeset/170003
3902 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
3904 [EFL] Platform support for WebSpeech feature.
3905 https://bugs.webkit.org/show_bug.cgi?id=116438
3907 Reviewed by Gyuyoung Kim.
3909 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
3911 * Source/cmake/OptionsEfl.cmake:
3912 * Source/cmake/WebKitFeatures.cmake:
3914 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3916 [EFL] Remove duplicated compiler flag
3917 https://bugs.webkit.org/show_bug.cgi?id=133838
3919 Reviewed by Anders Carlsson.
3921 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
3922 it added to common compiler options. So, it is duplicated.
3924 * Source/cmake/WebKitHelpers.cmake:
3926 2014-06-11 Commit Queue <commit-queue@webkit.org>
3928 Unreviewed, rolling out r169877.
3929 https://bugs.webkit.org/show_bug.cgi?id=133784
3931 rollout wrong build fix approach for EFL port (Requested by
3932 gyuyoung on #webkit).
3936 "Unreviewed, EFL build fix since r169869."
3937 http://trac.webkit.org/changeset/169877
3939 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3941 Unreviewed, EFL build fix since r169869.
3943 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
3945 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
3947 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3949 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
3951 * Source/cmake/WebKitHelpers.cmake:
3953 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
3955 [GTK] Make it possible to build with FTL enabled
3956 https://bugs.webkit.org/show_bug.cgi?id=133219
3958 Reviewed by Philippe Normand.
3960 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
3962 * Source/cmake/OptionsGTK.cmake:
3964 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
3966 [CMake] Clean up FAST_MOBILE_SCROLLING
3967 https://bugs.webkit.org/show_bug.cgi?id=133342
3969 Reviewed by Gyuyoung Kim.
3971 FAST_MOBILE_SCROLLING was removed in r168726.
3973 * Source/cmake/OptionsEfl.cmake:
3974 * Source/cmake/OptionsGTK.cmake:
3975 * Source/cmake/WebKitFeatures.cmake:
3976 * Source/cmakeconfig.h.cmake:
3978 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3981 https://bugs.webkit.org/show_bug.cgi?id=132863
3983 Reviewed by Csaba Osztrogonác.
3985 * Source/cmake/OptionsEfl.cmake:
3986 * Source/cmake/OptionsGTK.cmake:
3987 * Source/cmake/WebKitFeatures.cmake:
3988 * Source/cmakeconfig.h.cmake:
3990 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
3992 Allow building CMake based ports with WEB_REPLAY
3993 https://bugs.webkit.org/show_bug.cgi?id=133154
3995 Reviewed by Csaba Osztrogonác.
3997 * Source/cmake/WebKitFeatures.cmake:
3998 * Source/cmakeconfig.h.cmake:
4000 2014-05-21 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
4002 [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled
4003 https://bugs.webkit.org/show_bug.cgi?id=132907
4005 Reviewed by Gyuyoung Kim.
4007 * Source/cmake/FindLIBCXXABI.cmake: Added.
4008 * Source/cmake/OptionsEfl.cmake:
4010 2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
4012 [EFL] Turn on ENABLE_CSS_FILTERS
4013 https://bugs.webkit.org/show_bug.cgi?id=133153
4015 Reviewed by Gyuyoung Kim.
4017 * Source/cmake/OptionsEfl.cmake: Enable CSS_FILTERS as default option value.
4019 2014-05-16 Martin Robinson <mrobinson@igalia.com>
4021 [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and LIBEXEC_INSTALL_DIR
4022 https://bugs.webkit.org/show_bug.cgi?id=132819
4024 Reviewed by Carlos Garcia Campos.
4026 * CMakeLists.txt: Hard-code CMAKE_ARCHIVE_OUTPUT_DIRECTORY etc, so that we can accept absolute paths for LIB_INSTALL_DIR
4028 * Source/cmake/OptionsCommon.cmake: Get rid of LIB_SUFFIX and try to make all path variables absolute. Also set
4029 CMAKE_ARCHIVE_OUTPUT_DIRECTORY, etc using the last path component of LIB_INSTALL_DIR, etc, so that absolute paths
4031 * Source/cmake/OptionsGTK.cmake: Ditto. Also get rid of all pkg-config specific variables.
4033 2014-05-20 Gustavo Noronha Silva <gns@gnome.org>
4035 [CMake] Support building with Debug Fission
4036 https://bugs.webkit.org/show_bug.cgi?id=131177
4038 Reviewed by Philippe Normand.
4040 * Source/cmake/OptionsCommon.cmake: add a DEBUG_FISSION option to enable usage
4041 of http://gcc.gnu.org/wiki/DebugFission.
4043 2014-05-20 Carlos Garcia Campos <cgarcia@igalia.com>
4045 [GTK] Rename translation domain as WebKit2GTK-3.0
4046 https://bugs.webkit.org/show_bug.cgi?id=132953
4048 Reviewed by Gustavo Noronha Silva.
4050 * Source/cmake/OptionsGTK.cmake:
4052 2014-05-18 Rik Cabanier <cabanier@adobe.com>
4054 support for navigator.hardwareConcurrency
4055 https://bugs.webkit.org/show_bug.cgi?id=132588
4057 Reviewed by Filip Pizlo.
4059 * Source/cmake/OptionsEfl.cmake:
4060 * Source/cmake/OptionsGTK.cmake:
4061 * Source/cmake/WebKitFeatures.cmake:
4062 * Source/cmakeconfig.h.cmake:
4064 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
4066 Remove CSS_STICKY_POSITION guards
4067 https://bugs.webkit.org/show_bug.cgi?id=132676
4069 Reviewed by Simon Fraser.
4071 * Source/cmake/OptionsEfl.cmake:
4072 * Source/cmake/OptionsGTK.cmake:
4073 * Source/cmake/WebKitFeatures.cmake:
4074 * Source/cmakeconfig.h.cmake:
4076 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
4078 Unreviewed. Bump version numbers.
4080 * Source/cmake/OptionsGTK.cmake:
4082 2014-05-10 Martin Robinson <mrobinson@igalia.com>
4084 [GTK][CMake] Unable to do make install
4085 https://bugs.webkit.org/show_bug.cgi?id=130188
4087 Reviewed by Carlos Garcia Campos.
4089 Only try to install the HTML documentation if the build is configured to generate it via
4090 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
4091 to keep the HTML documentation directory as an installation source.
4093 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
4094 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
4095 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
4096 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
4097 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
4099 2014-05-09 Anders Carlsson <andersca@apple.com>
4101 Rename WebKit2.framework to WebKit.framework
4102 https://bugs.webkit.org/show_bug.cgi?id=132743
4103 <rdar://problem/15920046>
4105 Reviewed by Dan Bernstein.
4108 Build WebKit.xcodeproj before WebKit2.xcodeproj.
4110 * WebKit.xcworkspace/xcshareddata/xcschemes/:
4113 2014-05-06 David Kilzer <ddkilzer@apple.com>
4115 Add Makefile targets for copying static libraries (LLVM and WKSI)
4116 <http://webkit.org/b/132619>
4118 Reviewed by Mark Rowe.
4121 (MODULES): Add WebKitLibraries.
4123 2014-05-06 Commit Queue <commit-queue@webkit.org>
4125 Unreviewed, rolling out r168304.
4126 https://bugs.webkit.org/show_bug.cgi?id=132607
4128 Broke the build (Requested by KaL on #webkit).
4132 "[GTK][CMake] Unable to do make install"
4133 https://bugs.webkit.org/show_bug.cgi?id=130188
4134 http://trac.webkit.org/changeset/168304
4136 2014-05-05 Martin Robinson <mrobinson@igalia.com>
4138 [GTK][CMake] Unable to do make install
4139 https://bugs.webkit.org/show_bug.cgi?id=130188
4141 Reviewed by Carlos Garcia Campos.
4143 Only try to install the HTML documentation if the build is configured to generate it via
4144 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
4145 to keep the HTML documentation directory as an installation source.
4147 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
4148 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
4149 never added to the default target, but will be triggered by build-webkit, so that
4150 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
4151 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
4153 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
4155 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
4156 https://bugs.webkit.org/show_bug.cgi?id=132525
4158 Reviewed by Martin Robinson.
4160 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
4161 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
4162 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
4164 2014-05-01 David Kilzer <ddkilzer@apple.com>
4166 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
4167 <http://webkit.org/b/132432>
4169 Reviewed by Tim Horton.
4171 * Source/cmake/WebKitFeatures.cmake:
4172 * Source/cmakeconfig.h.cmake:
4173 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
4175 2014-04-30 Simon Fraser <simon.fraser@apple.com>
4177 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
4179 Reviewed by Dan Bernstein/Anders Carlsson.
4181 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
4182 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
4184 2014-04-30 Simon Fraser <simon.fraser@apple.com>
4186 Let Xcode have its way with the WebKit workspace.
4188 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
4189 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
4191 2014-04-29 Martin Robinson <mrobinson@igalia.com>
4193 [GTK] Make it easier to run CMake for downstreams
4194 https://bugs.webkit.org/show_bug.cgi?id=132370
4196 Reviewed by Carlos Garcia Campos.
4198 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
4200 2014-04-27 Joonghun Park <jh718.park@samsung.com>
4202 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
4203 https://bugs.webkit.org/show_bug.cgi?id=132176
4205 Reviewed by Gyuyoung Kim.
4207 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
4209 * Source/cmake/OptionsEfl.cmake:
4211 2014-04-22 Alex Christensen <achristensen@webkit.org>
4213 Removed old stdbool and inttypes headers.
4214 https://bugs.webkit.org/show_bug.cgi?id=131966
4216 Reviewed by Brent Fulgham.
4218 * Source/cmake/OptionsWindows.cmake:
4219 * Source/cmake/WebKitPackaging.cmake:
4220 Removed references to os-win32 directory.
4222 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
4224 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
4226 Rubber-stamped by Carlos Garcia Campos.
4228 * Source/cmake/WebKitFeatures.cmake:
4230 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
4232 Empty RenderInline objects should not be line break objects.
4234 https://bugs.webkit.org/show_bug.cgi?id=131861
4235 <rdar://problem/15663617>
4237 Reviewed by David Hyatt.
4239 * ManualTests/empty-inline-as-line-break-position.html: Added.
4240 This issue wouldn't reproduce in WebKitTestRunner.
4242 2014-04-19 Brent Fulgham <bfulgham@apple.com>
4244 Revert unintended workspace change in my last commit.
4246 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
4247 Scheme type back to Debug.
4249 2014-04-18 Philippe Normand <pnormand@igalia.com>
4251 Remove NETWORK_INFO support
4252 https://bugs.webkit.org/show_bug.cgi?id=131841
4254 Reviewed by Gyuyoung Kim.
4256 * Source/cmake/OptionsEfl.cmake:
4257 * Source/cmake/OptionsGTK.cmake:
4258 * Source/cmake/WebKitFeatures.cmake:
4259 * Source/cmakeconfig.h.cmake:
4261 2014-04-17 Darin Adler <darin@apple.com>
4263 Try to fix EFL and GTK builds.
4265 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
4266 * Source/cmake/OptionsGTK.cmake: Ditto.
4267 * Source/cmakeconfig.h.cmake: Ditto.
4269 2014-04-16 Brendan Long <b.long@cablelabs.com>
4271 [GTK][CMAKE] build-webkit doesn't detect when the build fails
4272 https://bugs.webkit.org/show_bug.cgi?id=130148
4274 Reviewed by Martin Robinson.
4276 * Source/cmake/OptionsGTK.cmake: Replace CMake's automatic make -i with make -k, which still continues after errors, but correctly reports tha the build failed.
4278 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
4280 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
4281 https://bugs.webkit.org/show_bug.cgi?id=131725
4283 Reviewed by Philippe Normand.
4285 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
4286 instead of GTK_UNIX_PRINTING_FOUND and set the macro
4287 HAVE_GTK_UNIX_PRINTING to 1 when found.
4289 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
4291 Web Replay: memoize nondeterministic attributes of the Navigator interface
4292 https://bugs.webkit.org/show_bug.cgi?id=131340
4294 Reviewed by Timothy Hatcher.
4296 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
4298 2014-04-09 Brendan Long <b.long@cablelabs.com>
4300 [GStreamer] Expose MPEG-TS metadata
4301 https://bugs.webkit.org/show_bug.cgi?id=122001
4303 Reviewed by Eric Carlson.
4305 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
4306 * Source/cmake/OptionsEfl.cmake: Same.
4307 * Source/cmake/OptionsGTK.cmake: Same.
4309 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
4311 Web Replay: memoize nondeterministic attributes of the Screen interface
4312 https://bugs.webkit.org/show_bug.cgi?id=131339
4314 Reviewed by Timothy Hatcher.
4316 * ManualTests/inspector/replay-window-screen.html: Added.
4318 2014-04-08 Martin Robinson <mrobinson@igalia.com>
4320 [GTK] Remove the WebKitGTK+ WebKit 1 code
4321 https://bugs.webkit.org/show_bug.cgi?id=131399
4323 Reviewed by Anders Carlsson.
4325 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
4326 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
4328 2014-04-08 Dan Bernstein <mitz@apple.com>
4330 Added bmalloc to the WebKit workspace.
4331 https://bugs.webkit.org/show_bug.cgi?id=131362
4333 Reviewed by Geoff Garen.
4335 * WebKit.xcworkspace/contents.xcworkspacedata:
4336 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
4337 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
4339 2014-04-08 Geoffrey Garen <ggaren@apple.com>
4341 Build bmalloc on iOS too
4342 https://bugs.webkit.org/show_bug.cgi?id=131381
4344 Reviewed by Andreas Kling.
4346 * Source/Makefile: Build it.
4348 2014-04-07 Geoffrey Garen <ggaren@apple.com>
4350 Build bmalloc on Mac
4351 https://bugs.webkit.org/show_bug.cgi?id=131333
4353 Reviewed by Mark Rowe.
4356 * WebKitBuild: Added.
4357 * WebKitBuild/Debug: Added.
4359 2014-04-07 Ryuan Choi <ryuan.choi@samsung.com>
4361 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT
4362 https://bugs.webkit.org/show_bug.cgi?id=131257
4364 Reviewed by Gyuyoung Kim.
4366 * Source/cmake/OptionsEfl.cmake: Enable MEDIA_CONTROLS_SCRIPT
4368 2014-04-06 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
4370 [GTK] Stop trying to install WebKit1 documentation
4371 https://bugs.webkit.org/show_bug.cgi?id=131278
4373 Reviewed by Martin Robinson.
4375 * Source/PlatformGTK.cmake: Remove install() call since the WebKit1 documentation is not
4376 built anymore since r166584. This fixes `make install'.
4378 2014-04-04 Brian J. Burg <burg@cs.washington.edu>
4380 Web Replay: capture and replay wheel events and scroll commands
4381 https://bugs.webkit.org/show_bug.cgi?id=129402
4383 Reviewed by Timothy Hatcher.
4385 * ManualTests/inspector/replay-wheel-events.html: Added.
4387 2014-04-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
4389 [GTK][CMake] Remove FindXt.cmake.
4390 https://bugs.webkit.org/show_bug.cgi?id=131227
4392 Reviewed by Anders Carlsson.
4394 Xt is already detected by CMake's own FindX11.cmake, so there is no need to keep a custom FindXt.cmake around.
4396 * Source/cmake/FindXt.cmake: Removed.
4397 * Source/cmake/OptionsGTK.cmake:
4399 2014-04-04 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
4401 [EFL] Build error due to changed path of generated js files.
4402 https://bugs.webkit.org/show_bug.cgi?id=131215
4404 Reviewed by Gyuyoung Kim.
4406 r166648 fixed the generation of some .js files on GTK. Due to some
4407 changes in the paths it causes a build error on EFL.
4409 * Source/PlatformEfl.cmake:
4410 Replaced path for two derived source files.
4412 2014-04-02 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
4414 [GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
4415 https://bugs.webkit.org/show_bug.cgi?id=131095
4417 Reviewed by Martin Robinson.
4419 One needs to take into account OpenGL's include directory found via
4420 find_package() when looking for glx.h, since if the former is a
4421 non-standard location the latter will also be. If this is not it is
4422 possible that OpenGL is found but GLX support is not properly detected.
4424 * Source/cmake/OptionsGTK.cmake:
4426 2014-04-02 Martin Robinson <mrobinson@igalia.com>
4428 REGRESSION(r165704): [GTK] Inspector resources not correctly generated
4429 https://bugs.webkit.org/show_bug.cgi?id=130343
4431 Reviewed by Gustavo Noronha Silva.
4433 * CMakeLists.txt: Add a variable which points to the directory to store WebInspectorUI
4435 * Source/cmake/WebKitFS.cmake: Generate WebInspectorUI derived sources directories.
4437 2014-04-01 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
4439 [CMake] Drop port check from FindEGL.cmake.
4440 https://bugs.webkit.org/show_bug.cgi?id=131091
4442 Reviewed by Gyuyoung Kim.
4444 There is no reason to mark some variables as advanced only for the
4447 * Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
4448 as advanced regardless of the port.
4450 2014-04-01 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
4452 Fix the !ENABLE(BATTERY_STATUS) build
4453 https://bugs.webkit.org/show_bug.cgi?id=130183
4455 Reviewed by Anders Carlsson.
4457 * Source/cmake/OptionsEfl.cmake:
4459 2014-03-31 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
4461 [CMake][GTK] Do not expand variables twice in if() checks.
4462 https://bugs.webkit.org/show_bug.cgi?id=130964
4464 Reviewed by Martin Robinson.
4466 In CMake, `if (${foo})' causes $foo to be evaluated first and its value
4467 to be checked by the if clause. This is not what we want, and
4468 configuration fails when, say, GLX support wasn't found as the if
4469 clause is actually evaluated as `if (TRUE AND (OR TRUE))'.
4471 * Source/cmake/OptionsGTK.cmake: Pass if (FOO) instead of if (${FOO})
4474 2014-03-31 Martin Robinson <mrobinson@igalia.com>
4476 [GTK] Remove scripts code only applicable to autotools
4477 https://bugs.webkit.org/show_bug.cgi?id=130841
4479 Reviewed by Anders Carlsson.
4481 * Source/cmake/WebKitPackaging.cmake: No longer need to consider autotools files.
4483 2014-03-31 Martin Robinson <mrobinson@igalia.com>
4485 [GTK] Use PROJECT_VERSION_* instead of WEBKIT_*_VERSION
4486 https://bugs.webkit.org/show_bug.cgi?id=130936
4488 Reviewed by Carlos Garcia Campos.
4490 * Source/cmake/OptionsGTK.cmake: No longer emulate the Autotools macro names.
4492 2014-03-31 Carlos Garcia Campos <cgarcia@igalia.com>
4494 [GTK] Add support for GTK3 plugins
4495 https://bugs.webkit.org/show_bug.cgi?id=130599
4497 Reviewed by Martin Robinson.
4499 * Source/cmake/OptionsGTK.cmake:
4501 2014-03-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
4503 [EFL] Bump glib version from 2.36 to 2.38
4504 https://bugs.webkit.org/show_bug.cgi?id=130886
4506 Reviewed by Csaba Osztrogonác.
4508 * Source/cmake/OptionsEfl.cmake: Required glib-2.38 version.
4510 2014-03-26 Zoltan Horvath <zoltan@webkit.org>
4512 [CSS Shapes] Remove shape-inside support
4513 https://bugs.webkit.org/show_bug.cgi?id=130698
4515 Reviewed by David Hyatt.
4517 * Source/cmake/WebKitFeatures.cmake:
4518 * Source/cmakeconfig.h.cmake:
4520 2014-03-25 Martin Robinson <mrobinson@igalia.com>
4522 [GTK] Remove the autotools build
4523 https://bugs.webkit.org/show_bug.cgi?id=130717
4525 Reviewed by Anders Carlsson.
4527 * .gitignore: Remove references to autotools files.
4528 * GNUmakefile.am: Removed.
4529 * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
4530 * Source/autotools/CustomMacros.m4: Removed.
4531 * Source/autotools/FindDependencies.m4: Removed.
4532 * Source/autotools/PrintBuildConfiguration.m4: Removed.
4533 * Source/autotools/ReadCommandLineArguments.m4: Removed.
4534 * Source/autotools/SetupAutoconfHeader.m4: Removed.
4535 * Source/autotools/SetupAutomake.m4: Removed.
4536 * Source/autotools/SetupCompilerFlags.m4: Removed.
4537 * Source/autotools/SetupLibtool.m4: Removed.
4538 * Source/autotools/SetupWebKitFeatures.m4: Removed.
4539 * Source/autotools/Versions.m4: Removed.
4540 * Source/autotools/acinclude.m4: Removed.
4541 * Source/autotools/dolt.m4: Removed.
4542 * Source/autotools/gsettings.m4: Removed.
4543 * Source/cmake/OptionsGTK.cmake:
4544 * autogen.sh: Removed.
4545 * configure.ac: Removed.
4547 2014-03-25 Gabor Rapcsanyi <rgabor@webkit.org>
4549 [EFL] Add ARM64 build support
4550 https://bugs.webkit.org/show_bug.cgi?id=130506
4552 Rubber stamped by Gyuyoung Kim.
4554 * CMakeLists.txt: Set WTF_CPU_ARM64 when aarch64 is defined.
4556 2014-03-25 Michał Pakuła vel Rutka <m.pakula@samsung.com>
4558 [EFL][WK2] Add NETWORK_PROCESS build option
4559 https://bugs.webkit.org/show_bug.cgi?id=130131
4561 Reviewed by Gyuyoung Kim.
4563 Add option to build EFL port with NETWORK_PROCESS set on. By default NETWORK_PROCESS is
4566 * Source/cmake/OptionsEfl.cmake:
4568 2014-03-24 Brian Burg <bburg@apple.com>
4570 Web Replay: capture and replay keyboard events
4571 https://bugs.webkit.org/show_bug.cgi?id=130314
4573 Reviewed by Joseph Pecoraro.
4575 * ManualTests/inspector/replay-keyboard-events.html: Added.
4577 2014-03-24 Sangyong Park <sy302.park@gmail.com>
4579 [EFL] Inspector page is not loaded.