1 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
3 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
4 https://bugs.webkit.org/show_bug.cgi?id=145701
6 Reviewed by Darin Adler.
8 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
10 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
12 [iOS] Crash long pressing on <input type=file>
13 https://bugs.webkit.org/show_bug.cgi?id=146009
14 <rdar://problem/21234453>
16 Reviewed by Ryosuke Niwa.
18 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
20 2015-06-16 Brent Fulgham <bfulgham@apple.com>
22 Rollout accidental Xcode project change.
24 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
26 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
28 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
29 https://bugs.webkit.org/show_bug.cgi?id=145909
31 Reviewed by Csaba Osztrogonác.
33 Bump EWebKit version based on efl library version used by the EWebKit.
35 * Source/cmake/OptionsEfl.cmake:
37 2015-06-11 Commit Queue <commit-queue@webkit.org>
39 Unreviewed, rolling out r185453.
40 https://bugs.webkit.org/show_bug.cgi?id=145881
42 it broke the 32-bit build (Requested by clopez on #webkit).
46 "[GTK] [Wayland] Should be possible to build with support for
47 both X11 and Wayland."
48 https://bugs.webkit.org/show_bug.cgi?id=145701
49 http://trac.webkit.org/changeset/185453
51 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
53 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
54 https://bugs.webkit.org/show_bug.cgi?id=145701
56 Reviewed by Žan Doberšek.
58 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
60 2015-06-03 Daniel Bates <dabates@apple.com>
62 Caps lock indicator should not be shown in read-only or disabled field
63 https://bugs.webkit.org/show_bug.cgi?id=145612
64 <rdar://problem/21227454>
66 Reviewed by Darin Adler.
68 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
69 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
70 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
72 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
74 [cmake] Suppress parentheses-equality warnings
75 https://bugs.webkit.org/show_bug.cgi?id=145126
77 Reviewed by Darin Adler.
79 * Source/cmake/WebKitHelpers.cmake:
81 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
83 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
84 https://bugs.webkit.org/show_bug.cgi?id=145408
86 Reviewed by Carlos Garcia Campos.
88 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
89 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
90 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
92 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
93 libraries. Detect also GLX libraries.
94 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
95 libraries. Use find_path() to get the include path.
96 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
98 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
99 depending on the libraries found on the system.
100 Move the detection of GLX (and the include of CMakePushCheckState)
102 Ensure that we only define USE_GLX when we build with OpenGL
103 (but not with GLESv2).
105 2015-05-27 Dean Jackson <dino@apple.com>
107 img.currentSrc problem in strict mode with old picturefill
108 https://bugs.webkit.org/show_bug.cgi?id=144095
109 <rdar://problem/21087013>
111 Reviewed by Simon Fraser.
113 Add a PICTURE_SIZES flag.
115 * Source/cmake/OptionsEfl.cmake:
116 * Source/cmake/OptionsGTK.cmake:
117 * Source/cmake/OptionsMac.cmake:
118 * Source/cmake/OptionsWindows.cmake:
119 * Source/cmake/WebKitFeatures.cmake:
121 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
123 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
125 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
127 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
129 Unreviewed. Export DatabaseProcessMainUnix symbol.
131 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
132 is exported in production builds.
134 * Source/cmake/gtksymbols.filter:
136 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
138 [GTK] Enable IndexedDB
139 https://bugs.webkit.org/show_bug.cgi?id=98932
141 Reviewed by Žan Doberšek.
143 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
144 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
146 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
148 [GTK] Bump GCC requirements to 4.9.0
149 https://bugs.webkit.org/show_bug.cgi?id=145211
151 Reviewed by Žan Doberšek.
153 It's required to build with IndexedDB support when using GCC,
154 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
156 * Source/cmake/OptionsGTK.cmake:
158 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
160 [CMake] Ignore warnings in system headers
161 https://bugs.webkit.org/show_bug.cgi?id=144747
163 Reviewed by Darin Adler.
165 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
166 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
167 use the SYSTEM argument to the command (added in 2.8.12).
171 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
173 [CMake] Error out when ruby is too old
174 https://bugs.webkit.org/show_bug.cgi?id=145014
176 Reviewed by Martin Robinson.
178 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
183 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
185 [GTK] Enable plugin-related CMake options and variables for the X11 target only
186 https://bugs.webkit.org/show_bug.cgi?id=144995
188 Reviewed by Carlos Garcia Campos.
190 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
191 the X11 windowing target at the moment, so the following options
192 and variables should be enabled or disabled accordingly:
193 - ENABLE_PLUGIN_PROCESS_GTK2
194 - ENABLE_NETSCAPE_PLUGIN_API
195 - ENABLE_PLUGIN_PROCESS
197 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
199 Linker fails without -DDEVELOPER_MODE=ON
200 https://bugs.webkit.org/show_bug.cgi?id=144117
202 Reviewed by Gyuyoung Kim.
204 * Source/cmake/OptionsEfl.cmake:
205 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
206 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
208 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
210 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
211 https://bugs.webkit.org/show_bug.cgi?id=144846
213 Reviewed by Martin Robinson.
215 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
216 CAIRO_GL_* throughout, because find_package will define
218 * Source/cmake/OptionsGTK.cmake: Ditto.
220 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
222 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
223 https://bugs.webkit.org/show_bug.cgi?id=144845
225 Reviewed by Martin Robinson.
227 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
228 if their corresponding WTF options are ON. The code in npapi.h
229 relies on these being undefined if they are to be switched off.
231 2015-05-09 Yoav Weiss <yoav@yoav.ws>
233 Remove the PICTURE_SIZES build flag
234 https://bugs.webkit.org/show_bug.cgi?id=144679
236 Reviewed by Benjamin Poulain.
238 Removed the PICTURE_SIZES build time flag.
240 * Source/cmake/OptionsEfl.cmake:
241 * Source/cmake/OptionsGTK.cmake:
242 * Source/cmake/OptionsMac.cmake:
243 * Source/cmake/OptionsWindows.cmake:
244 * Source/cmake/WebKitFeatures.cmake:
246 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
248 [GTK] [CMake] Check for required X libraries
249 https://bugs.webkit.org/show_bug.cgi?id=144823
251 Reviewed by Martin Robinson.
253 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
255 * Source/cmake/OptionsGTK.cmake:
257 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
259 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
260 https://bugs.webkit.org/show_bug.cgi?id=144746
262 Reviewed by Carlos Garcia Campos.
264 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
265 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
266 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
268 * Source/cmake/OptionsGTK.cmake:
270 2015-05-08 Daniel Bates <dabates@apple.com>
272 [iOS] WebSQL operations are not performed after device is locked
273 https://bugs.webkit.org/show_bug.cgi?id=137503
274 <rdar://problem/20844952>
276 Rubber-stamped by Alexey Proskuryakov.
278 Add a manual test to help verify that we do not regress this issue.
280 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
282 2015-05-08 Commit Queue <commit-queue@webkit.org>
284 Unreviewed, rolling out r183945.
285 https://bugs.webkit.org/show_bug.cgi?id=144789
287 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
291 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
292 https://bugs.webkit.org/show_bug.cgi?id=144746
293 http://trac.webkit.org/changeset/183945
295 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
297 Cleanup after r183940
298 https://bugs.webkit.org/show_bug.cgi?id=144768
302 Looks like the empty directories were not deleted.
304 * Source/PAL: Removed.
305 * Source/PAL/Configurations: Removed.
306 * Source/PAL/PAL.xcodeproj: Removed.
307 * Source/PAL/graphics: Removed.
309 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
311 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
312 https://bugs.webkit.org/show_bug.cgi?id=144746
314 Reviewed by Martin Robinson.
316 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
317 what it is defined to, so defining it to 0 effectively turned it on always.
319 * Source/cmake/OptionsGTK.cmake:
321 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
323 Revert "Introducing the Platform Abstraction Layer (PAL)"
324 https://bugs.webkit.org/show_bug.cgi?id=144751
328 PAL should be a new target inside WebCore, rather than a top-level folder.
330 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
332 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
334 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
336 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
338 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
340 Introducing the Platform Abstraction Layer (PAL)
341 https://bugs.webkit.org/show_bug.cgi?id=143358
343 Reviewed by Simon Fraser.
345 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
347 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
349 [cmake] Disable GNU Gold linker on Cortex A53
350 https://bugs.webkit.org/show_bug.cgi?id=144382
352 Reviewed by Carlos Garcia Campos.
354 * Source/cmake/OptionsCommon.cmake:
356 2015-05-01 Martin Robinson <mrobinson@igalia.com>
358 USE(...) macro should expect unprefixed variables
359 https://bugs.webkit.org/show_bug.cgi?id=144454
361 Reviewed by Daniel Bates.
363 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
364 * Source/cmake/OptionsEfl.cmake: Ditto.
365 * Source/cmake/OptionsGTK.cmake: Ditto.
366 * Source/cmake/OptionsMac.cmake: Ditto.
367 * Source/cmake/OptionsWinCairo.cmake: Ditto.
368 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
371 2015-04-30 Martin Robinson <mrobinson@igalia.com>
373 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
374 https://bugs.webkit.org/show_bug.cgi?id=144394
376 Reviewed by Carlos Garcia Campos.
378 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
379 is that it fixes the redirected XComposite window for GTK+, which was accidentally
380 disabled in previous reworking of the CMake configuration.
382 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
383 version of USE variables.
384 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
385 is exposed to the build.
387 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
389 Unreviewed. Bump GTK+ version numbers.
391 * Source/cmake/OptionsGTK.cmake:
393 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
395 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
396 https://bugs.webkit.org/show_bug.cgi?id=144435
398 Reviewed by Gyuyoung Kim.
400 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
401 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
403 * Source/cmake/OptionsEfl.cmake:
405 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
407 REGRESSION(183583): [Mac] make without SDKROOT has issues
408 https://bugs.webkit.org/show_bug.cgi?id=144431
410 Reviewed by Dan Bernstein.
413 Assume an empty SDKROOT means an macosx variant, so only
414 enable settings if the SDKROOT is not empty and does not
417 2015-04-29 Martin Robinson <mrobinson@igalia.com>
419 Fix the GTK+ build after r183584
421 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
423 2015-04-29 Martin Robinson <mrobinson@igalia.com>
425 [GTK] Add support for automatic hyphenation
426 https://bugs.webkit.org/show_bug.cgi?id=44478
428 Reviewed by Carlos Garcia Campos.
430 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
431 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
432 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
434 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
436 Failure when building WebKit for appletvsimulator.
437 https://bugs.webkit.org/show_bug.cgi?id=144356
439 Reviewed by Alexey Proskuryakov.
441 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
442 make TVOS and WatchOS behave correctly.
446 2015-04-29 Martin Robinson <mrobinson@igalia.com>
448 [CMake] [GTK] Organize and clean up unused CMake variables
449 https://bugs.webkit.org/show_bug.cgi?id=144364
451 Reviewed by Gyuyoung Kim.
453 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
454 specific to certain projects into their PlatformGTK.cmake files.
456 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
458 [EFL] Build failure to find gio-unix
459 https://bugs.webkit.org/show_bug.cgi?id=144083
461 Reviewed by Gyuyoung Kim.
463 Original patch by Doug Newgard <scimma22@outlook.com>
465 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
467 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
469 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
470 https://bugs.webkit.org/show_bug.cgi?id=143001
472 Reviewed by Gyuyoung Kim.
474 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
475 * Source/cmake/OptionsGTK.cmake: Ditto.
477 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
479 Unreviewed, fix typo in previous commit
481 libsecretr -> libsecret in the error message.
483 * Source/cmake/OptionsGTK.cmake:
485 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
487 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
488 https://bugs.webkit.org/show_bug.cgi?id=143546
490 Reviewed by Martin Robinson.
492 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
493 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
494 default. Fail the build with an informative error message if an optional dependency required
495 for an enabled feature is not present. Perform find_package commands only when necessary.
496 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
499 * Source/cmake/OptionsGTK.cmake:
501 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
503 [GTK] Make all options actually options
504 https://bugs.webkit.org/show_bug.cgi?id=144106
506 Reviewed by Martin Robinson.
508 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
509 ENABLE_WAYLAND_TARGET.
511 * Source/cmake/OptionsGTK.cmake:
513 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
515 Unreviewed, fix GTK build after r183452
517 * Source/cmake/OptionsGTK.cmake:
519 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
521 [GTK] Add one single option to control all OpenGL-related options
522 https://bugs.webkit.org/show_bug.cgi?id=144105
524 Reviewed by Martin Robinson.
526 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
527 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
528 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
529 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
530 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
533 * Source/cmake/OptionsGTK.cmake:
535 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
537 [GTK] ENABLE_SMOOTH_SCROLLING should be private
538 https://bugs.webkit.org/show_bug.cgi?id=144306
540 Reviewed by Martin Robinson.
542 Make ENABLE_SMOOTH_SCROLLING private instead of public.
544 * Source/cmake/OptionsGTK.cmake:
546 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
548 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
549 https://bugs.webkit.org/show_bug.cgi?id=144193
551 Reviewed by Darin Adler.
553 * Source/cmake/OptionsEfl.cmake:
554 * Source/cmake/OptionsGTK.cmake:
555 * Source/cmake/OptionsWinCairo.cmake:
556 * Source/cmake/WebKitFeatures.cmake:
558 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
560 [CMake] Should be possible for an option to conflict with other options
561 https://bugs.webkit.org/show_bug.cgi?id=143956
563 Reviewed by Martin Robinson.
565 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
567 * Source/cmake/WebKitFeatures.cmake:
569 2015-04-22 Martin Robinson <mrobinson@igalia.com>
571 [CMake] Autogenerate cmakeconfig.h.cmake
572 https://bugs.webkit.org/show_bug.cgi?id=143997
574 Reviewed by Csaba Osztrogonác.
576 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
577 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
578 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
579 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
580 Do some other miscellaneous related cleanup.
581 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
582 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
583 build exposed variables. Add a macro to generate a configuration from them.
584 * Source/cmakeconfig.h.cmake: Removed.
586 2015-04-24 Philippe Normand <pnormand@igalia.com>
588 [JHBuild] Move to upstream OpenWebRTC
589 https://bugs.webkit.org/show_bug.cgi?id=144145
591 Reviewed by Carlos Garcia Campos.
593 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
596 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
598 [ES6] Implement ES6 template literals
599 https://bugs.webkit.org/show_bug.cgi?id=142691
601 Reviewed by Darin Adler.
603 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
605 * Source/cmake/WebKitFeatures.cmake:
606 * Source/cmakeconfig.h.cmake:
608 2015-04-25 Martin Robinson <mrobinson@igalia.com>
610 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
611 https://bugs.webkit.org/show_bug.cgi?id=144182
613 Reviewed by Simon Fraser.
615 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
616 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
617 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
618 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
619 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
621 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
623 [GTK] Add more public options
624 https://bugs.webkit.org/show_bug.cgi?id=144116
626 Reviewed by Martin Robinson.
628 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
630 * Source/cmake/OptionsGTK.cmake:
632 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
634 [CMake] Some internal variables are not marked as advanced
635 https://bugs.webkit.org/show_bug.cgi?id=143595
637 Reviewed by Martin Robinson.
639 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
640 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
642 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
644 [GTK] Mark as advanced the build options we don't want to expose
645 https://bugs.webkit.org/show_bug.cgi?id=143558
647 Reviewed by Martin Robinson.
649 Mark various options as private instead of public.
651 * Source/cmake/OptionsGTK.cmake:
653 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
655 [CMake] Should be possible for an option to depend on multiple options
656 https://bugs.webkit.org/show_bug.cgi?id=143839
658 Reviewed by Martin Robinson.
660 Use a list instead of a single variable to track the dependencies of each option. Iterate
661 over the list as many times as necessary to ensure all options are properly disabled.
663 * Source/cmake/WebKitFeatures.cmake:
665 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
667 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
668 https://bugs.webkit.org/show_bug.cgi?id=144103
670 Reviewed by Martin Robinson.
672 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
674 * Source/cmake/WebKitFeatures.cmake:
676 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
678 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
679 https://bugs.webkit.org/show_bug.cgi?id=144102
681 Reviewed by Martin Robinson.
683 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
684 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
685 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
687 * Source/cmake/OptionsGTK.cmake:
689 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
691 [CMake] Clean up JSC JIT options
692 https://bugs.webkit.org/show_bug.cgi?id=143998
694 Reviewed by Filip Pizlo.
696 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
697 define for ENABLE_FTL_NATIVE_CALL_INLINING.
698 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
699 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
700 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
701 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
703 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
705 [CMake] Use lowercase for local variables in macros
706 https://bugs.webkit.org/show_bug.cgi?id=144059
708 Reviewed by Martin Robinson.
710 Convert some variable names to lowercase.
712 * Source/cmake/WebKitFeatures.cmake:
714 2015-04-22 Commit Queue <commit-queue@webkit.org>
716 Unreviewed, rolling out r183116.
717 https://bugs.webkit.org/show_bug.cgi?id=144060
719 Inadvertently deleted a file... (Requested by mcatanzaro on
724 "[CMake] Use lowercase for local variables in macros"
725 https://bugs.webkit.org/show_bug.cgi?id=144059
726 http://trac.webkit.org/changeset/183116
728 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
730 [CMake] Use lowercase for local variables in macros
731 https://bugs.webkit.org/show_bug.cgi?id=144059
733 Reviewed by Martin Robinson.
735 Convert some variable names to lowercase.
737 * Source/cmake/WebKitFeatures.cmake:
739 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
741 [CMake] Features list should print dots every other row
742 https://bugs.webkit.org/show_bug.cgi?id=143832
744 Reviewed by Martin Robinson.
746 Discount private options when determining whether to print dots on a given row of the
747 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
748 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
749 wasn't noticed because it only affects the first line, and use of the variable name as a
750 string in a conditional.)
752 * Source/cmake/WebKitFeatures.cmake:
754 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
756 [CMake] Require specifying visibility of WebKit options
757 https://bugs.webkit.org/show_bug.cgi?id=143831
759 Reviewed by Alex Christensen.
761 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
762 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
763 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
764 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
765 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
766 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
767 cross-platform options as PRIVATE.
769 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
771 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
772 https://bugs.webkit.org/show_bug.cgi?id=143935
774 Reviewed by Darin Adler.
776 Some variables aren't defined in these files or unused variables aren't removed. This
777 patch cleans up it as well as fix wrong alphabet order.
779 * Source/cmake/WebKitFeatures.cmake:
780 * Source/cmakeconfig.h.cmake:
782 2015-04-19 Simon Fraser <simon.fraser@apple.com>
784 Restore the WebKit.xcworkspace to the way it was before r182899,
785 which inadvertently added the Source directory and a couple of source
788 * WebKit.xcworkspace/contents.xcworkspacedata:
790 2015-04-16 Basile Clement <basile_clement@apple.com>
792 Extract the allocation profile from JSFunction into a rare object
793 https://bugs.webkit.org/show_bug.cgi?id=143807
795 Reviewed by Filip Pizlo.
797 * WebKit.xcworkspace/contents.xcworkspacedata:
799 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
801 [EFL] Bump LLVM to version 3.6.0 on X86_64
802 https://bugs.webkit.org/show_bug.cgi?id=143604
804 Reviewed by Gyuyoung Kim.
806 * Source/cmake/FindLLVM.cmake: Added version handling.
807 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
809 2015-04-15 Timothy Horton <timothy_horton@apple.com>
811 Custom CSS cursors do not use -webkit-image-set on retina displays
812 https://bugs.webkit.org/show_bug.cgi?id=120783
814 Reviewed by Beth Dakin.
815 Patch by Evan Wallace <evan.exe@gmail.com>.
817 Add a manual test for custom CSS cursors on retina displays.
819 * ManualTests/retina-cursors.html: Added.
821 2015-04-15 Alex Christensen <achristensen@webkit.org>
823 Progress towards CMake on Mac.
824 https://bugs.webkit.org/show_bug.cgi?id=143785
826 Reviewed by Csaba Osztrogonác.
829 * Source/cmake/OptionsMac.cmake:
830 * Source/cmake/WebKitFS.cmake:
832 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
834 Cannot click "Next" button on Google two-factor auth setup page
836 <https://bugs.webkit.org/show_bug.cgi?id=143624>
837 <rdar://problem/19175714>
839 Reviewed by Darin Adler.
841 * ManualTests/button-that-focuses-itself-on-click.html: Added.
843 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
845 [cmake] REGRESSION(182663): It broke feature dependency handling
846 https://bugs.webkit.org/show_bug.cgi?id=143665
848 Reviewed by Csaba Osztrogonác.
850 Don't try to check the value of options before defining the options.
852 * Source/cmake/WebKitFeatures.cmake:
854 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
856 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
857 https://bugs.webkit.org/show_bug.cgi?id=143664
859 Reviewed by Gyuyoung Kim.
861 * Source/cmake/OptionsEfl.cmake:
862 * Source/cmake/OptionsGTK.cmake:
863 * Source/cmake/WebKitFeatures.cmake:
864 * Source/cmakeconfig.h.cmake:
866 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
868 [EFL] Enable Media Source
869 https://bugs.webkit.org/show_bug.cgi?id=143635
871 Reviewed by Csaba Osztrogonác.
873 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
875 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
877 [CMake] Miscellaneous issues in WebKitFeatures.cmake
878 https://bugs.webkit.org/show_bug.cgi?id=143636
880 Reviewed by Martin Robinson.
882 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
883 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
885 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
886 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
888 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
890 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
892 Fix ENABLE_TOUCH_SLIDER so that it can be used
896 * Source/cmake/WebKitFeatures.cmake:
898 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
900 [CMake] Print sorted feature list at the very end of the configure process
901 https://bugs.webkit.org/show_bug.cgi?id=143596
903 Reviewed by Martin Robinson.
905 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
906 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
907 and sort the options before printing. Reorder some code so that features still get
908 propagated to the bindings generators.
910 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
912 [CMake] Options should be marked as advanced by default
913 https://bugs.webkit.org/show_bug.cgi?id=143572
915 Reviewed by Gyuyoung Kim.
917 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
918 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
919 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
920 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
921 option without making it public.
923 * Source/cmake/WebKitFeatures.cmake:
925 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
927 [CMake] Remove unnecessary ENABLE_WEBCORE switch
928 https://bugs.webkit.org/show_bug.cgi?id=143584
930 Reviewed by Csaba Osztrogonác.
932 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
936 * Source/CMakeLists.txt:
937 * Source/cmake/OptionsGTK.cmake:
938 * Source/cmake/WebKitFS.cmake:
940 2015-04-08 Filip Pizlo <fpizlo@apple.com>
942 Unreviewed, revert accidental commit.
946 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
948 Add CMake build system for WinCairo port.
949 https://bugs.webkit.org/show_bug.cgi?id=115944
951 Reviewed by Chris Dumez.
953 * Source/cmake/OptionsWindows.cmake:
954 * Source/cmake/WebKitMacros.cmake:
955 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
957 2015-04-06 Alberto Garcia <berto@igalia.com>
960 https://bugs.webkit.org/show_bug.cgi?id=143453
962 Reviewed by Darin Adler.
964 Add HPPA to the list of supported CPUs.
968 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
970 Unreviewed, kick the GTK bots to fix an incremental build issue.
972 * Source/cmake/OptionsGTK.cmake:
974 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
976 Fix the EFL and GTK build after r182243
977 https://bugs.webkit.org/show_bug.cgi?id=143361
979 Reviewed by Csaba Osztrogonác.
981 * Source/PlatformEfl.cmake: Add a custom command that copies
982 the InspectorBackendCommands.js file into the proper directory
983 under DerivedSources/WebInspectorUI/.
985 2015-04-01 Alex Christensen <achristensen@webkit.org>
987 Progress towards CMake on Windows and Mac.
988 https://bugs.webkit.org/show_bug.cgi?id=143293
990 Reviewed by Filip Pizlo.
993 Set DERIVED_SOURCES_WTF_DIR for Windows.
994 * Source/CMakeLists.txt:
995 Don't compile bmalloc on Windows.
996 * Source/cmake/OptionsCommon.cmake:
997 Use the absolute path of the C preprocessor.
998 * Source/cmake/OptionsWinCairo.cmake:
999 Added needed definitions.
1000 * Source/cmake/OptionsWindows.cmake:
1001 Set some default values and removed support for old Visual Studio versions before /MP.
1002 * Source/cmake/WebKitFS.cmake:
1003 Make WTF DerivedSources directory.
1004 * Source/cmake/WebKitMacros.cmake:
1005 Added ADD_PRECOMPILED_HEADER macro based on
1006 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1008 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
1010 Use colored diagnostics when building with cmake + ninja + clang
1011 https://bugs.webkit.org/show_bug.cgi?id=143297
1013 Reviewed by Žan Doberšek.
1015 Because that ninja sets subprocess stdout/stderr to a pipe, clang
1016 disables colored output.
1017 This patch forces clang to use colored diagnostics when we are using
1020 * Source/cmake/OptionsCommon.cmake:
1022 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1024 [CMake] Update old CMakeList.txt in gtest
1025 https://bugs.webkit.org/show_bug.cgi?id=143192
1027 Reviewed by Darin Adler.
1029 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
1030 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
1031 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
1033 * Source/CMakeLists.txt:
1034 * Source/cmake/gtest/CMakeLists.txt: Removed.
1036 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1038 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
1039 https://bugs.webkit.org/show_bug.cgi?id=143138
1041 Reviewed by Csaba Osztrogonác.
1043 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
1044 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
1046 * Source/cmake/OptionsWindows.cmake:
1047 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
1048 * Source/cmake/WebKitMacros.cmake:
1050 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1052 [GStreamer] share GL context in pipeline, part 2
1053 https://bugs.webkit.org/show_bug.cgi?id=143049
1055 Reviewed by Carlos Garcia Campos.
1057 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
1058 OpenGL/ES2 is found and GLX/EGL is found too.
1060 2015-03-26 Alex Christensen <achristensen@webkit.org>
1062 Progress towards CMake on Mac.
1063 https://bugs.webkit.org/show_bug.cgi?id=143112
1065 Reviewed by Chris Dumez.
1067 * Source/cmake/OptionsMac.cmake:
1069 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
1071 [EFL] Add OpenWebRTC in jhbuild
1072 https://bugs.webkit.org/show_bug.cgi?id=142778
1074 Reviewed by Gyuyoung Kim.
1076 Original patch by Philippe Normand <pnormand@igalia.com>
1078 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
1079 mediastream build is enabled.
1081 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
1083 [GTK] Add a configure option to build without Redirected XComposite Window
1084 https://bugs.webkit.org/show_bug.cgi?id=142865
1086 Reviewed by Žan Doberšek.
1088 The Redirected XComposite Window was added to support some
1089 features like GtkOverlay, but in cases where we don't need such
1090 features, it's more efficient to use the XID of the WebKitWebView
1091 window as the native surface handle for the accelerated
1092 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
1093 that is enabled by default for X11 target when OpenGL is enabled.
1095 * Source/cmake/OptionsGTK.cmake:
1097 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
1099 [GTK] Search for the Wayland dependency when enabling Wayland target
1100 https://bugs.webkit.org/show_bug.cgi?id=142876
1102 Reviewed by Carlos Garcia Campos.
1104 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
1105 requirement of either the GTK+ or GDK pkg-config files, so we have to
1106 search for it ourselves when WebKitGTK+ has been configured to support
1107 the Wayland windowing target.
1109 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1111 Unreviewed, kick the GTK bots to regenerate makefile.
1112 https://bugs.webkit.org/show_bug.cgi?id=137394
1114 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
1115 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
1117 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1119 Unreviewed, kick the GTK bots to regenerate makefile.
1120 https://bugs.webkit.org/show_bug.cgi?id=137394
1122 * Source/cmake/OptionsEfl.cmake:
1124 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
1126 [GTK] Fix inspector userinterface related incremental build issue
1127 https://bugs.webkit.org/show_bug.cgi?id=142849
1129 Reviewed by Carlos Garcia Campos.
1131 * Source/cmake/OptionsGTK.cmake: Revert r181733.
1133 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
1135 Unreviewed, kick the GTK bots to regenerate makefile.
1137 * Source/cmake/OptionsGTK.cmake:
1139 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
1141 [EFL] Expose JavaScript binding interface through ewk_extension
1142 https://bugs.webkit.org/show_bug.cgi?id=142033
1144 Reviewed by Gyuyoung Kim.
1146 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
1148 2015-03-17 Philippe Normand <pnormand@igalia.com>
1150 [GTK] basic OpenWebRTC build support
1151 https://bugs.webkit.org/show_bug.cgi?id=142393
1153 Reviewed by Carlos Garcia Campos.
1155 * Source/cmake/FindOpenWebRTC.cmake: Added.
1156 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
1157 mediastream build is enabled.
1159 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1161 [CMake][EFL] Build test tools only for developer mode
1162 https://bugs.webkit.org/show_bug.cgi?id=142761
1164 Reviewed by Csaba Osztrogonác.
1166 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
1168 * Source/cmake/OptionsEfl.cmake:
1169 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
1170 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
1171 * Source/cmakeconfig.h.cmake:
1173 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
1175 Enable ES6 classes by default
1176 https://bugs.webkit.org/show_bug.cgi?id=142774
1178 Reviewed by Gavin Barraclough.
1180 * Source/cmake/WebKitFeatures.cmake:
1182 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1184 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
1185 https://bugs.webkit.org/show_bug.cgi?id=142722
1187 Reviewed by Csaba Osztrogonác.
1189 Categorize to define cmake variables, to find necessary packages,
1190 use upper case for "glib_conponents" cmake variable name, re-arrange
1191 wrong alphabet sorting, and so on.
1193 * CMakeLists.txt: Remove WinCE port.
1194 * Source/cmake/OptionsEfl.cmake:
1196 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1198 [GStreamer] share GL context in pipeline
1199 https://bugs.webkit.org/show_bug.cgi?id=142693
1201 Reviewed by Philippe Normand.
1203 Add search of gstreamer-gl library in the GStreamer installation. If
1204 it is found, WTF_USE_GSTREAMER_GL macro is defined.
1206 * Source/cmake/FindGStreamer.cmake:
1207 * Source/cmake/OptionsGTK.cmake:
1209 2015-03-13 Alex Christensen <achristensen@webkit.org>
1211 Progress towards CMake on Mac.
1212 https://bugs.webkit.org/show_bug.cgi?id=142680
1214 Reviewed by Gyuyoung Kim.
1217 * Source/PlatformMac.cmake: Added stub.
1218 * Source/cmake/OptionsMac.cmake:
1219 Change defines to get CMake working.
1221 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1223 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
1224 https://bugs.webkit.org/show_bug.cgi?id=126688
1226 Reviewed by Gustavo Noronha Silva.
1228 Add ENABLE_MINIBROWSER option, enabled by default for development
1229 builds and disabled for production builds unless explicilty enabled.
1231 * Source/cmake/OptionsGTK.cmake:
1233 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1235 [GTK] Do not look for child processes in the UI process binary path
1236 https://bugs.webkit.org/show_bug.cgi?id=135752
1238 Reviewed by Gustavo Noronha Silva.
1240 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
1241 build for development builds.
1243 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
1245 [GTK] Add a configure option to build with OpenGL ES 2
1246 https://bugs.webkit.org/show_bug.cgi?id=142498
1248 Reviewed by Martin Robinson.
1250 Add ENABLE_GLES2 option. It's disabled by default, but if passed
1251 GLES2 is required and OpenGL is not even searched. Otherwise we
1252 search for OpenGL as usual, using it only if present.
1254 * Source/cmake/OptionsGTK.cmake:
1256 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
1258 [cmake] Handle unused parameter warnings as build errors except in WebKit2
1259 https://bugs.webkit.org/show_bug.cgi?id=142338
1261 Reviewed by Gyuyoung Kim.
1263 * Source/cmake/WebKitHelpers.cmake:
1265 2015-03-03 Daniel Bates <dabates@apple.com>
1267 Convert ManualTests/svg-tooltip.svg to a DRT test
1268 https://bugs.webkit.org/show_bug.cgi?id=140480
1270 Reviewed by Alex Christensen.
1272 * ManualTests/svg-tooltip.svg: Removed.
1274 2015-03-02 Debarshi Ray <debarshir@gnome.org>
1276 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
1277 https://bugs.webkit.org/show_bug.cgi?id=142165
1279 Reviewed by Carlos Garcia Campos.
1281 * Source/cmake/gtksymbols.filter:
1283 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
1285 [EFL] Remove unnecessary comment after r179110
1286 https://bugs.webkit.org/show_bug.cgi?id=142042
1288 Reviewed by Gyuyoung Kim.
1290 * Source/cmake/OptionsEfl.cmake:
1292 2015-02-23 Tomas Popela <tpopela@redhat.com>
1294 [GTK] Fails to compile with cmake 3.2.x
1295 https://bugs.webkit.org/show_bug.cgi?id=141796
1297 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
1298 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
1299 added and the build will fail.
1301 Reviewed by Martin Robinson.
1303 * Source/cmake/OptionsGTK.cmake:
1305 2015-02-20 Alexey Proskuryakov <ap@apple.com>
1307 Remove svn:keywords property.
1309 As far as I can tell, the property had no effect on any of these files, but also,
1310 when it has effect it's likely harmful.
1312 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
1313 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
1314 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
1315 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
1316 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
1317 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
1318 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
1319 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
1320 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
1321 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
1322 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
1323 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
1324 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
1325 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
1327 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1329 [CMAKE] Remove CMakeLists.txt in WK1 port
1330 https://bugs.webkit.org/show_bug.cgi?id=141617
1332 Reviewed by Anders Carlsson.
1334 Nobody uses CMake in WK1 port. Remove it.
1338 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
1340 Unreviewed, remove empty directories.
1342 * ManualTests/qt: Removed.
1344 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
1346 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
1347 https://bugs.webkit.org/show_bug.cgi?id=141481
1349 Reviewed by Csaba Osztrogonác.
1351 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
1353 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1355 [EFL][GTK] Use bmalloc instead of tcmalloc
1356 https://bugs.webkit.org/show_bug.cgi?id=140162
1358 Reviewed by Carlos Garcia Campos.
1360 Add bmalloc directory to build list.
1362 * CMakeLists.txt: Define BMALLOC_DIR directory.
1363 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
1365 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
1367 [GTK] Add default color chooser implementation using GtkColorChooserDialog
1368 https://bugs.webkit.org/show_bug.cgi?id=141392
1370 Reviewed by Gustavo Noronha Silva.
1372 Enable INPUT_TYPE_COLOR by default for GTK+ port.
1374 * Source/cmake/OptionsGTK.cmake:
1376 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
1378 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
1379 https://bugs.webkit.org/show_bug.cgi?id=141328
1381 Reviewed by Darin Adler.
1383 Added as manual test because it involves a huge grid allocation
1384 which is very slow on Debug bots, the only ones capable to trigger
1387 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
1389 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
1391 [Streams API] Implement a barebone ReadableStream interface
1392 https://bugs.webkit.org/show_bug.cgi?id=141045
1394 Reviewed by Benjamin Poulain.
1396 * Source/cmake/WebKitFeatures.cmake:
1397 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
1399 2015-02-02 Filip Pizlo <fpizlo@apple.com>
1401 Revert accidental change in r179490.
1405 2015-02-02 Filip Pizlo <fpizlo@apple.com>
1407 Unreviewed, revert accidental change to Makefile.shared in r179478
1411 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
1413 [CMake] Minimum python version should be 2.7.
1414 https://bugs.webkit.org/show_bug.cgi?id=140997
1416 Reviewed by Csaba Osztrogonác.
1420 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
1422 Apply feTurbulence spec change to fix zero length vector generation
1423 https://bugs.webkit.org/show_bug.cgi?id=140812
1425 Reviewed by Darin Adler.
1427 Recently a bug with the turbulence algorithm was corrected in the
1428 Filter Effects specification.
1429 For some seed values this bug allowed zero length vectors to be generated.
1430 This resulted in large solid color squares being present in the generated image.
1431 The feTurbulence algorithm was updated to reject zero length vectors. This patch
1432 applies that change in WebCore.
1434 Test: svg/filters/feTurbulence_bad_seeds.html
1436 * platform/graphics/filters/FETurbulence.cpp:
1437 (WebCore::FETurbulence::initPaint):
1438 Added rejection sampling during vector generation to avoid zero length vectors.
1440 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
1442 [cmake] Remove compiler version calculate cruft
1443 https://bugs.webkit.org/show_bug.cgi?id=140885
1445 Reviewed by Darin Adler.
1447 * Source/cmake/WebKitHelpers.cmake:
1449 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
1451 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
1452 https://bugs.webkit.org/show_bug.cgi?id=140886
1454 Reviewed by Žan Doberšek.
1456 * Source/cmake/WebKitHelpers.cmake:
1458 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
1460 [GTK] gtkdoc does not appear in DevHelp
1461 https://bugs.webkit.org/show_bug.cgi?id=139369
1463 Reviewed by Philippe Normand.
1465 Expect the gtkdoc to be generated in folders named with the API version.
1467 * Source/PlatformGTK.cmake:
1469 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
1471 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
1472 https://bugs.webkit.org/show_bug.cgi?id=140609
1474 Reviewed by Csaba Osztrogonác.
1476 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
1477 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
1478 compilation flags. Those were added after the jsCStack branch merge, but
1479 can now be removed since the -ftree-dce issues were fixed in GCC, and
1480 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
1482 * Source/cmake/OptionsEfl.cmake:
1483 * Source/cmake/OptionsGTK.cmake:
1485 2015-01-26 Commit Queue <commit-queue@webkit.org>
1487 Unreviewed, rolling out r179107.
1488 https://bugs.webkit.org/show_bug.cgi?id=140880
1490 The GCC in the bots doesn't support the AsyncTask
1491 implementation (Requested by KaL on #webkit).
1495 "[GTK] Enable IndexedDB"
1496 https://bugs.webkit.org/show_bug.cgi?id=98932
1497 http://trac.webkit.org/changeset/179107
1499 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
1501 [GTK] Enable IndexedDB
1502 https://bugs.webkit.org/show_bug.cgi?id=98932
1504 Reviewed by Žan Doberšek.
1506 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
1507 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
1509 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
1511 [GTK] Add initial database process support
1512 https://bugs.webkit.org/show_bug.cgi?id=139491
1514 Reviewed by Sergio Villar Senin.
1516 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
1518 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
1520 Add a build flag for ES6 class syntax
1521 https://bugs.webkit.org/show_bug.cgi?id=140760
1523 Reviewed by Michael Saboff.
1525 * Source/cmake/WebKitFeatures.cmake:
1526 * Source/cmakeconfig.h.cmake:
1528 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
1530 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
1531 https://bugs.webkit.org/show_bug.cgi?id=140049
1533 Reviewed by Gyuyoung Kim.
1535 * Source/cmake/OptionsCommon.cmake:
1537 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
1539 Remove ENABLE(INSPECTOR) ifdef guards
1540 https://bugs.webkit.org/show_bug.cgi?id=140668
1542 Reviewed by Darin Adler.
1544 * Source/PlatformEfl.cmake:
1545 * Source/cmake/OptionsEfl.cmake:
1546 * Source/cmake/OptionsGTK.cmake:
1547 * Source/cmake/OptionsMac.cmake:
1548 * Source/cmake/WebKitFeatures.cmake:
1549 * Source/cmakeconfig.h.cmake:
1551 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
1553 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
1555 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1557 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1559 [CMAKE] Fix cmake warning
1560 https://bugs.webkit.org/show_bug.cgi?id=140497
1562 Reviewed by Gustavo Noronha Silva.
1564 r173155 already tried to fix cmake warning though, the warning is still exist.
1565 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
1566 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
1567 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
1568 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
1569 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
1573 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
1575 [GTK] Generate the make dist manifest from a CMake template file
1576 https://bugs.webkit.org/show_bug.cgi?id=139387
1578 Reviewed by Martin Robinson.
1580 Generate manifest.txt from manifest.txt.in. Only expose the dist and
1581 distcheck targets for developer builds, as they won't work when
1582 building from a tarball because the manifest is not distributed.
1584 * Source/PlatformGTK.cmake:
1586 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
1588 Remove ENABLE(SQL_DATABASE) guards
1589 https://bugs.webkit.org/show_bug.cgi?id=140434
1591 Reviewed by Darin Adler.
1593 * Source/cmake/OptionsMac.cmake:
1594 * Source/cmake/WebKitFeatures.cmake:
1595 * Source/cmakeconfig.h.cmake:
1597 2015-01-11 Sam Weinig <sam@webkit.org>
1599 Remove support for SharedWorkers
1600 https://bugs.webkit.org/show_bug.cgi?id=140344
1602 Reviewed by Anders Carlsson.
1604 * Source/cmake/OptionsEfl.cmake:
1605 * Source/cmake/OptionsGTK.cmake:
1606 * Source/cmake/OptionsMac.cmake:
1607 * Source/cmake/WebKitFeatures.cmake:
1608 * Source/cmakeconfig.h.cmake:
1610 2015-01-10 Dan Bernstein <mitz@apple.com>
1612 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
1613 https://bugs.webkit.org/show_bug.cgi?id=140339
1615 Reviewed by Mark Rowe.
1617 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
1618 prevents unnecessary rebuilding due to PATH differences.
1620 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
1622 [GTK][ThreadedCompositor] Add support for threaded compositor.
1623 https://bugs.webkit.org/show_bug.cgi?id=118265
1625 Reviewed by Martin Robinson.
1627 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
1628 autotools build systems. The feature is disabled by default.
1629 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
1630 from the feature flags.
1632 * Source/cmake/OptionsEfl.cmake:
1633 * Source/cmake/OptionsGTK.cmake:
1634 * Source/cmake/WebKitFeatures.cmake:
1635 * Source/cmakeconfig.h.cmake:
1637 2014-12-23 Alexey Proskuryakov <ap@apple.com>
1639 Simplify building with ASan
1640 https://bugs.webkit.org/show_bug.cgi?id=139916
1642 Reviewed by Mark Rowe.
1644 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
1646 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
1648 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
1650 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1652 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
1654 Null dereference performing a "TapAndAHalf" gesture in Google search field
1656 <https://bugs.webkit.org/show_bug.cgi?id=139506>
1657 <rdar://problem/19028828>
1659 Reviewed by Darin Adler.
1661 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
1663 2014-12-10 Dean Jackson <dino@apple.com>
1665 Blur filter performance test doesn't provide results
1666 https://bugs.webkit.org/show_bug.cgi?id=139462
1668 Reviewed by Sam Weinig.
1670 This can't currently work under our performance test
1671 infrastructure. Move it to a manual test to avoid
1672 putting FAILures into the results.
1674 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
1676 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
1678 [GTK][WK2] Add HTML5 Notifications support
1679 https://bugs.webkit.org/show_bug.cgi?id=61140
1681 Reviewed by Carlos Garcia Campos.
1683 * Source/cmake/FindLibNotify.cmake: Added.
1684 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
1685 libnotify and use it for a default implementation when found.
1687 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
1689 REGRESSION(r155906): Page content disappears on Tuaw article after loading
1690 https://bugs.webkit.org/show_bug.cgi?id=138100
1692 Reviewed by Simon Fraser.
1694 DRT causes an extra paint which makes it impossible to test this with
1697 * ManualTests/float-layer-not-painting.html: Added.
1699 2014-12-07 Alberto Garcia <berto@igalia.com>
1701 [GTK] WebKit has a new required dependency on GnuTLS
1702 https://bugs.webkit.org/show_bug.cgi?id=136158
1704 Reviewed by Martin Robinson.
1706 Detect if GnuTLS is installed and enable or disable subtle crypto
1707 support accordingly.
1709 * Source/cmake/OptionsGTK.cmake:
1711 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
1713 [GTK] Missing API detected in GObject DOM bindings after r176630
1714 https://bugs.webkit.org/show_bug.cgi?id=139201
1716 Reviewed by Gustavo Noronha Silva.
1718 Change GENERATE_BINDINGS macro to receive a list of optional
1719 additional dependencies, so that we can add more dependecies
1720 without having to change the macro.
1722 * Source/cmake/WebKitMacros.cmake:
1724 2014-12-05 Simon Fraser <simon.fraser@apple.com>
1726 Programmatic scrolling and content changes are not always synchronized
1727 https://bugs.webkit.org/show_bug.cgi?id=139245
1728 rdar://problem/18833612
1730 Reviewed by Anders Carlsson.
1732 Manual test that tries to sync layout with programmatic scrolling.
1734 * ManualTests/programmatic-scroll-flicker.html: Added.
1736 2014-12-04 Alberto Garcia <berto@igalia.com>
1738 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
1739 https://bugs.webkit.org/show_bug.cgi?id=136576
1741 Reviewed by Carlos Garcia Campos.
1743 CMake should complain if Accelerated 2D Canvas is explicitly
1744 enabled but cairo-gl is not found.
1746 * Source/cmake/OptionsGTK.cmake:
1748 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1750 [EFL] Add subtle crypto to the build system
1751 https://bugs.webkit.org/show_bug.cgi?id=138612
1753 Reviewed by Csaba Osztrogonác.
1755 * Source/cmake/OptionsEfl.cmake:
1757 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1759 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
1760 https://bugs.webkit.org/show_bug.cgi?id=139085
1762 Reviewed by Andreas Kling.
1764 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
1765 * Source/cmake/WebKitFeatures.cmake: ditto.
1766 * Source/cmakeconfig.h.cmake: ditto.
1768 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
1770 [EFL] Drop support for the EFL 1.7
1771 https://bugs.webkit.org/show_bug.cgi?id=139114
1773 Reviewed by Gyuyoung Kim.
1775 * Source/cmake/EFLHelpers.cmake: Removed.
1776 * Source/cmake/FindEcore.cmake: Removed.
1777 * Source/cmake/FindEdje.cmake: Removed.
1778 * Source/cmake/FindEet.cmake: Removed.
1779 * Source/cmake/FindEeze.cmake: Removed.
1780 * Source/cmake/FindEfreet.cmake: Removed.
1781 * Source/cmake/FindEina.cmake: Removed.
1782 * Source/cmake/FindElementary.cmake: Removed.
1783 * Source/cmake/FindEvas.cmake: Removed.
1784 * Source/cmake/OptionsEfl.cmake:
1786 2014-11-28 Philippe Normand <pnormand@igalia.com>
1788 [CMake] Build failure against GStreamer git master
1789 https://bugs.webkit.org/show_bug.cgi?id=138872
1791 Reviewed by Csaba Osztrogon.
1793 * Source/cmake/FindGStreamer.cmake: Simplified the
1794 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
1795 headers lookup, there's no need to do this manually. Also
1796 explicitely check the version specified in GStreamer_FIND_VERSION.
1798 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
1800 [EFL] Remove E_Dbus dependency
1801 https://bugs.webkit.org/show_bug.cgi?id=136355
1803 Reviewed by Gyuyoung Kim.
1805 * Source/cmake/FindE_DBus.cmake: Removed.
1806 * Source/cmake/OptionsEfl.cmake:
1808 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
1810 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
1812 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1814 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
1816 [CMake] Use ld.gold if it is available to speedup builds
1817 https://bugs.webkit.org/show_bug.cgi?id=137953
1819 Reviewed by Carlos Garcia Campos.
1821 * Source/cmake/OptionsCommon.cmake:
1823 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
1825 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
1826 https://bugs.webkit.org/show_bug.cgi?id=138840
1828 Reviewed by Csaba Osztrogonác.
1830 * Source/cmake/OptionsCommon.cmake:
1832 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
1834 Remove Source/Platform cruft
1835 https://bugs.webkit.org/show_bug.cgi?id=138658
1837 Reviewed by Anders Carlsson.
1840 * Source/Platform: Removed.
1842 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
1844 Enable Cortex-A53-specific code paths by default if core is detected.
1845 https://bugs.webkit.org/show_bug.cgi?id=138499
1847 Reviewed by Csaba Osztrogonác.
1849 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
1850 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
1853 Since on ARM64/Linux the part number that cpuinfo reports depends on
1854 the core the query is run on, the check is bound to and executed on the
1855 available cores one by one.
1857 * Source/cmake/OptionsCommon.cmake:
1859 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1861 [EFL] Remove unnecessary version check from OptionsEfl.cmake
1862 https://bugs.webkit.org/show_bug.cgi?id=138498
1864 Reviewed by Csaba Osztrogonác.
1866 * Source/cmake/OptionsEfl.cmake:
1868 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1870 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
1871 https://bugs.webkit.org/show_bug.cgi?id=138465
1873 Reviewed by Gyuyoung Kim.
1875 * Source/cmake/OptionsEfl.cmake:
1877 2014-11-03 Dean Jackson <dino@apple.com>
1879 Add ENABLE_FILTERS_LEVEL_2 feature guard.
1880 https://bugs.webkit.org/show_bug.cgi?id=138362
1882 Reviewed by Tim Horton.
1884 Add a new feature define for Level 2 of CSS Filters.
1885 http://dev.w3.org/fxtf/filters-2/
1887 * Source/cmake/OptionsEfl.cmake:
1888 * Source/cmake/OptionsGTK.cmake:
1889 * Source/cmake/OptionsMac.cmake:
1890 * Source/cmake/WebKitFeatures.cmake:
1891 * Source/cmakeconfig.h.cmake:
1893 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
1895 Workaround for Cortex-A53 erratum 835769
1896 https://bugs.webkit.org/show_bug.cgi?id=138315
1898 Reviewed by Filip Pizlo.
1900 This patch introduces CMake variable and preprocessor macro
1901 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
1902 code paths, if set true.
1904 * Source/cmake/OptionsCommon.cmake:
1905 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
1907 * Source/cmakeconfig.h.cmake:
1908 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
1910 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
1912 [GTK] Fix the build of FTL JIT
1913 https://bugs.webkit.org/show_bug.cgi?id=138298
1915 Reviewed by Carlos Garcia Campos.
1917 * Source/cmake/OptionsGTK.cmake:
1918 Remove the need for the LIBCXXABI package.
1920 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
1922 REGRESSION(CMake): Make it possible to build without introspection
1923 https://bugs.webkit.org/show_bug.cgi?id=138006
1925 Reviewed by Philippe Normand.
1927 Add ENABLE_INTROSPECTION option.
1929 * Source/PlatformGTK.cmake: Dot not add gir global target if
1930 introspection is disabled.
1931 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
1932 introspection is disabled.
1934 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
1936 [GTK] Support script message handlers WebKitUserContentManager
1937 https://bugs.webkit.org/show_bug.cgi?id=133730
1939 Reviewed by Carlos Garcia Campos.
1941 Support user script message handlers in WebKitUserContentManager.
1942 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
1943 an option is added to the CMake build files. The option is disabled
1944 globally by default, and the WebKitGTK port enables it. On the API
1945 level, two new methods to register and unregister names are provided
1946 in the "window.webkit" namespace, and on message reception the
1947 "WebKitUserContentManager::script-message-received" signal is
1948 emitted, using the registered names as signal detail.
1950 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
1951 ENABLE_USER_MESSAGE_HANDLERS feature by default.
1952 * Source/cmake/WebKitFeatures.cmake: Add feature description for
1953 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
1955 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
1957 [GTK] Bump libsoup's minimum version to 2.42.0.
1958 https://bugs.webkit.org/show_bug.cgi?id=138086
1960 Reviewed by Martin Robinson.
1962 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
1963 soup-version.h header was added to soup.h in 2.41.4, which then becomes
1964 the minimum version required to build the port these days.
1966 In addition, since the autotools build system required 2.42.0 before
1967 being retired, require the same version here. Version 2.42.0 was also
1969 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
1971 * Source/cmake/OptionsGTK.cmake:
1973 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1975 [EFL] Remove unnecessary defines from OptionsEfl.cmake
1976 https://bugs.webkit.org/show_bug.cgi?id=138132
1978 Reviewed by Csaba Osztrogonác.
1980 * Source/cmake/OptionsEfl.cmake:
1982 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
1984 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
1986 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1988 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
1990 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
1991 https://bugs.webkit.org/show_bug.cgi?id=137946
1993 Reviewed by Gyuyoung Kim.
1995 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
1997 * Source/cmake/OptionsEfl.cmake:
1999 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2001 Fix FTL Native Inlining for EFL
2002 https://bugs.webkit.org/show_bug.cgi?id=137774
2004 Reviewed by Michael Saboff.
2006 Updated CMake for FTL Native Inlining.
2009 * Source/cmake/FindClang.cmake: Added.
2010 * Source/cmake/OptionsEfl.cmake:
2011 * Source/cmakeconfig.h.cmake:
2013 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
2015 Web Inspector: Generate all Inspector domains together in JavaScriptCore
2016 https://bugs.webkit.org/show_bug.cgi?id=137748
2018 Reviewed by Brian Burg.
2020 * Source/PlatformEfl.cmake:
2022 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
2024 [GTK] Add initial gestures support
2025 https://bugs.webkit.org/show_bug.cgi?id=137812
2027 Reviewed by Sergio Villar Senin.
2029 Check if the GTK+ version supports gestures or not.
2031 * Source/cmake/FindGTK3.cmake:
2032 * Source/cmake/OptionsGTK.cmake:
2034 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
2036 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
2037 https://bugs.webkit.org/show_bug.cgi?id=137781
2039 Reviewed by Martin Robinson.
2041 We used to enable smooth scrolling unconditionally in autotools
2042 (via WebKitFeatures.m4), but since the switch to CMake it's
2043 unconditionally disabled, so changing the setting doesn't have any
2046 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
2048 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
2050 Removing CUSTOM_PROTOCOLS guard
2051 https://bugs.webkit.org/show_bug.cgi?id=137741
2053 Reviewed by Benjamin Poulain.
2055 * Source/cmake/OptionsEfl.cmake:
2057 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
2059 [EFL] Enable WebP support.
2060 https://bugs.webkit.org/show_bug.cgi?id=136156
2062 Reviewed by Gyuyoung Kim.
2064 Add WebP package finding rule.
2066 * Source/cmake/OptionsEfl.cmake:
2068 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
2070 [EFL] Enable custom URI schemes with CustomProtocols
2071 https://bugs.webkit.org/show_bug.cgi?id=128177
2073 Reviewed by Gyuyoung Kim.
2075 Fixing ewk_context_url_scheme_register() ewebkit2 API
2076 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
2078 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
2080 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
2082 Bump version to 2.7.0
2083 https://bugs.webkit.org/show_bug.cgi?id=137301
2085 Rubber-stamped by Carlos Garcia Campos.
2087 * Source/cmake/OptionsGTK.cmake: Bump version numbers
2089 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2091 [EFL] Rename TEST_THEME_DIR macro
2092 https://bugs.webkit.org/show_bug.cgi?id=137244
2094 Reviewed by Csaba Osztrogonác.
2096 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
2098 2014-09-27 Dan Bernstein <mitz@apple.com>
2100 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
2101 https://bugs.webkit.org/show_bug.cgi?id=137053
2103 Reviewed by Mark Rowe.
2105 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2106 In the build pre-action, pass the --wksi and --llvm options to
2107 copy-webkitlibraries-to-product-directory.
2108 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
2110 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
2112 [GTK] Enable CSS_IMAGE_SET in production builds
2113 https://bugs.webkit.org/show_bug.cgi?id=137142
2115 Reviewed by Alejandro G. Castro.
2117 This is required by the inspector to show some of the icons that
2118 has a HiDPI variant.
2120 * Source/cmake/OptionsGTK.cmake:
2122 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
2124 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
2125 https://bugs.webkit.org/show_bug.cgi?id=136377
2127 Reviewed by Philippe Normand.
2129 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
2130 for CMake versions less than 3.
2132 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
2134 Remove WinCE port from trunk
2135 https://bugs.webkit.org/show_bug.cgi?id=136951
2137 Reviewed by Alex Christensen.
2139 * Source/cmake/OptionsWinCE.cmake: Removed.
2140 * Source/cmake/WebKitPackaging.cmake:
2142 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
2144 [EFL][GTK] Remove WebKit1 related codes
2145 https://bugs.webkit.org/show_bug.cgi?id=136853
2147 Reviewed by Csaba Osztrogonác.
2149 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
2152 * Source/PlatformGTK.cmake:
2154 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2157 https://bugs.webkit.org/show_bug.cgi?id=136820
2159 Reviewed by Csaba Osztrogonác.
2161 * Source/cmake/FindICU.cmake:
2163 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
2165 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
2166 https://bugs.webkit.org/show_bug.cgi?id=136814
2168 Reviewed by Philippe Normand.
2170 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
2171 We bundle the wayland-egl dependency with wayland-client and wayland-server
2172 and store the resulting variables with the WAYLAND_ prefix. Because of this
2173 this line wasn't exporting anything useful.
2175 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
2177 URTBF after r173574.
2179 * Source/cmake/WebKitMacros.cmake:
2181 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
2183 [JavaScriptCore] Fix FTL on platform EFL.
2184 https://bugs.webkit.org/show_bug.cgi?id=133571
2186 Reviewed by Filip Pizlo.
2190 * Source/cmake/FindLIBCXXABI.cmake: Removed.
2191 * Source/cmake/OptionsEfl.cmake:
2193 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2196 https://bugs.webkit.org/show_bug.cgi?id=136571
2198 Reviewed by Darin Adler.
2200 * Source/cmake/OptionsEfl.cmake:
2201 * Source/cmake/OptionsGTK.cmake:
2202 * Source/cmake/OptionsMac.cmake:
2203 * Source/cmake/WebKitFeatures.cmake:
2204 * Source/cmakeconfig.h.cmake:
2206 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2208 Remove CSS_FILTERS flag
2209 https://bugs.webkit.org/show_bug.cgi?id=136529
2211 Reviewed by Dirk Schulze.
2213 * Source/cmake/OptionsEfl.cmake:
2214 * Source/cmake/OptionsGTK.cmake:
2215 * Source/cmake/OptionsMac.cmake:
2216 * Source/cmake/WebKitFeatures.cmake:
2217 * Source/cmakeconfig.h.cmake:
2219 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2221 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
2222 https://bugs.webkit.org/show_bug.cgi?id=136194
2224 Reviewed by Csaba Osztrogonác.
2226 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
2230 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2232 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
2233 https://bugs.webkit.org/show_bug.cgi?id=135560
2235 Reviewed by Gyuyoung Kim.
2237 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
2239 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
2241 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
2242 https://bugs.webkit.org/show_bug.cgi?id=136343
2244 Reviewed by David Kilzer.
2246 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
2248 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2249 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2251 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
2253 [EFL] Share fast/speechsynthesis/ with other ports
2254 https://bugs.webkit.org/show_bug.cgi?id=136224
2256 Reviewed by Chris Fleizach.
2258 Enable WebSpeech for EFL.
2260 * Source/cmake/OptionsEfl.cmake:
2262 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
2264 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
2265 https://bugs.webkit.org/show_bug.cgi?id=136127
2267 Reviewed by Gyuyoung Kim.
2269 Add build support for espeak.
2271 * Source/cmake/FindEspeak.cmake: Added.
2272 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
2274 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
2276 [EFL] Build break using clang
2277 https://bugs.webkit.org/show_bug.cgi?id=136245
2279 Reviewed by Gyuyoung Kim.
2281 * Source/cmake/OptionsEfl.cmake:
2282 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
2283 Some warnings are from system libraries.
2285 2014-08-25 Alberto Garcia <berto@igalia.com>
2287 [GTK] Unify webkitgtk and webkit2gtk directories
2288 https://bugs.webkit.org/show_bug.cgi?id=136209
2290 Reviewed by Carlos Garcia Campos.
2292 Use webkit2gtk-X.X both for the process binaries and the injected
2295 * Source/cmake/OptionsGTK.cmake:
2297 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
2299 [EFL] Move Efl specific code from Source/CMakeLists.txt
2300 https://bugs.webkit.org/show_bug.cgi?id=136206
2302 Reviewed by Gyuyoung Kim.
2304 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
2305 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
2307 * Source/CMakeLists.txt:
2308 * Source/cmake/OptionsEfl.cmake:
2310 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
2312 [EFL] Introduce DEVELOPER_MODE
2313 https://bugs.webkit.org/show_bug.cgi?id=135884
2315 Reviewed by Gyuyoung Kim.
2317 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
2318 instead of SHARED_CORE.
2319 SHARED_CORE can reduce link time and memory consumption but it is slightly different
2320 from release binary.
2322 * Source/cmake/OptionsEfl.cmake:
2323 * Source/cmake/WebKitHelpers.cmake:
2324 Moved fvisibility=hidden to OptionsEfl.cmake
2326 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
2328 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
2329 https://bugs.webkit.org/show_bug.cgi?id=136110
2331 Reviewed by Gyuyoung Kim.
2333 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
2335 * Source/cmake/OptionsEfl.cmake:
2337 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2339 [EFL] Apply eflsymbols.filter to WebKit2
2340 https://bugs.webkit.org/show_bug.cgi?id=136148
2342 Reviewed by Csaba Osztrogonác.
2344 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
2345 in the eflsymbols.filter.
2347 * Source/cmake/OptionsEfl.cmake:
2348 * Source/cmake/eflsymbols.filter:
2350 2014-08-21 Zalan Bujtas <zalan@apple.com>
2352 Enable SATURATED_LAYOUT_ARITHMETIC.
2353 https://bugs.webkit.org/show_bug.cgi?id=136106
2355 Reviewed by Simon Fraser.
2357 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
2358 (No measurable performance regression on Mac.)
2360 * Source/cmake/OptionsMac.cmake:
2361 * Source/cmake/WebKitFeatures.cmake:
2362 * Source/cmakeconfig.h.cmake:
2364 2014-08-19 Zalan Bujtas <zalan@apple.com>
2366 Remove ENABLE(SUBPIXEL_LAYOUT).
2367 https://bugs.webkit.org/show_bug.cgi?id=136077
2369 Reviewed by Simon Fraser.
2371 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
2373 * Source/cmake/OptionsEfl.cmake:
2374 * Source/cmake/OptionsGTK.cmake:
2375 * Source/cmake/OptionsMac.cmake:
2376 * Source/cmake/WebKitFeatures.cmake:
2377 * Source/cmakeconfig.h.cmake:
2379 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
2381 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
2382 https://bugs.webkit.org/show_bug.cgi?id=135980
2384 Reviewed by Martin Robinson.
2386 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
2387 overrides any other disabled optimization that was prepended to these
2388 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
2389 lists first in the final list of compilation flags.
2391 To avoid -On re-enabling optimizations that we'd like to keep disabled,
2392 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
2394 * Source/cmake/OptionsCommon.cmake:
2395 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
2396 * Source/cmake/OptionsGTK.cmake:
2398 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
2400 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
2402 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2404 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
2406 [GTK] Disable memory sampler on non-Linux system
2407 https://bugs.webkit.org/show_bug.cgi?id=134483
2409 Reviewed by Philippe Normand.
2411 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
2412 Linux because it uses many Linux-specific features, so we should disable
2413 memory sampler on other systems by default.
2415 * Source/cmake/OptionsGTK.cmake:
2417 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
2419 [GTK] HTML API documentation should also be installed versioned
2420 https://bugs.webkit.org/show_bug.cgi?id=135970
2422 Reviewed by Philippe Normand.
2424 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
2427 2014-08-14 Tomas Popela <tpopela@redhat.com>
2429 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
2430 https://bugs.webkit.org/show_bug.cgi?id=135937
2432 Reviewed by Carlos Garcia Campos.
2436 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
2438 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
2439 https://bugs.webkit.org/show_bug.cgi?id=135934
2441 Reviewed by Gustavo Noronha Silva.
2443 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
2444 The gir files should installed in $datadir/gir-1.0/ together with all other
2445 gir files. We don't need to install introspection files in a versioned
2446 directory because their filenames already contain the binary version. But before
2447 r171598, the files were only installed to the right directory if the
2448 gobject-instrospection pkg-config file was in the same prefix than the one we
2449 wanted to install, because the gir and typelibs directories were extracted from
2450 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
2451 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
2452 like we do in the autotools build.
2454 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
2455 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
2456 * Source/cmake/OptionsGTK.cmake: Define
2457 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
2459 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
2461 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
2462 https://bugs.webkit.org/show_bug.cgi?id=135836
2464 Reviewed by Philippe Normand.
2466 * Source/PlatformGTK.cmake: Add install command to also install
2467 the GObject DOM bindings API docs.
2469 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
2471 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
2472 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
2473 re-set CMAKE_C_FLAGS with the new string. The two flags should really
2474 be appended to CMAKE_C_FLAGS and the same variable re-set with the
2477 * Source/cmake/OptionsCommon.cmake:
2479 2014-08-13 Alex Christensen <achristensen@webkit.org>
2481 Progress towards CMake on Mac.
2482 https://bugs.webkit.org/show_bug.cgi?id=135819
2484 Reviewed by Laszlo Gombos.
2486 * Source/cmake/OptionsMac.cmake:
2487 Disable some more features temporarily to get CMake working.
2488 * Source/cmake/WebKitMacros.cmake:
2489 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
2491 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
2493 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
2494 https://bugs.webkit.org/show_bug.cgi?id=135798
2496 Reviewed by Philippe Normand.
2498 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
2500 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
2501 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
2502 https://bugs.webkit.org/show_bug.cgi?id=133317
2504 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
2506 Reviewed by Philippe Normand.
2508 No new tests since no new functionality has been added.
2510 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
2512 2014-08-11 Commit Queue <commit-queue@webkit.org>
2514 Unreviewed, rolling out r172393.
2515 https://bugs.webkit.org/show_bug.cgi?id=135796
2517 discussion needed about GnuTLS version bump on the bots
2518 (Requested by philn on #webkit).
2522 https://bugs.webkit.org/show_bug.cgi?id=133317
2523 http://trac.webkit.org/changeset/172393
2525 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
2526 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
2527 https://bugs.webkit.org/show_bug.cgi?id=133317
2529 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
2531 Reviewed by Philippe Normand.
2533 No new tests since no new functionality has been added.
2535 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
2537 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
2539 [GTK] Adds stubs for all subtle crypto algorithm implemntations
2540 https://bugs.webkit.org/show_bug.cgi?id=133316
2542 Reviewed by Philippe Normand.
2544 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
2545 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
2546 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
2548 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
2550 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
2552 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2554 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
2556 [GTK] REGRESSION(r166239): The ld version script is not being used
2557 https://bugs.webkit.org/show_bug.cgi?id=135694
2559 Reviewed by Martin Robinson.
2561 Move the symbols filter file from Tools/gtk to Source/cmake and rename
2562 it as gtksymbols.filter. Also updated it, since some of the symbols
2563 exported were renamed.
2565 * Source/cmake/OptionsGTK.cmake:
2566 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
2568 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
2570 [GTK] Child processes should be installed in a versioned directory
2571 https://bugs.webkit.org/show_bug.cgi?id=135754
2573 Reviewed by Gustavo Noronha Silva.
2575 Define LIBEXEC_INSTALL_DIR as
2576 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
2577 so that the child processes are installed in $libexec/webkitgtk-4.0.
2578 This makes it possible to install 2.6 in parallel to older versions.
2580 * Source/cmake/OptionsGTK.cmake:
2582 2014-08-08 Alex Christensen <achristensen@webkit.org>
2584 Progress towards using CMake on Mac.
2585 https://bugs.webkit.org/show_bug.cgi?id=135662
2587 Reviewed by Laszlo Gombos.
2590 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
2591 * Source/cmake/WebKitFeatures.cmake:
2592 * Source/cmakeconfig.h.cmake:
2593 Added features that are needed by the Mac port.
2594 * Source/cmake/OptionsMac.cmake:
2595 Enable CSS_IMAGE_SET based on FeatureDefines.h.
2596 Disable the FTL with CMake for now.
2597 * Source/cmake/OptionsEFL.cmake:
2598 * Source/cmake/OptionsGTK.cmake:
2599 Enable subpixel layout to not conflict with FeatureDefines.h
2601 2014-08-08 Simon Fraser <simon.fraser@apple.com>
2603 Undo some erroneous changes to the Xcode scheme files from r172259.
2605 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2606 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2608 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
2610 [CMake] Drop the required version of CMake down to 2.8.8
2611 https://bugs.webkit.org/show_bug.cgi?id=135713
2613 Reviewed by Alex Christensen.
2615 * CMakeLists.txt: Require CMake 2.8.8.
2617 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
2619 Get rid of INPUT_SPEECH
2620 https://bugs.webkit.org/show_bug.cgi?id=135672
2622 Reviewed by Andreas Kling.
2624 * Source/cmake/OptionsMac.cmake:
2625 * Source/cmake/WebKitFeatures.cmake:
2626 * Source/cmakeconfig.h.cmake:
2628 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
2630 [GTK] Disable IndexedDB
2631 https://bugs.webkit.org/show_bug.cgi?id=135692
2633 Reviewed by Carlos Garcia Campos.
2635 * Source/cmake/OptionsGTK.cmake:
2637 2014-08-06 Dean Jackson <dino@apple.com>
2639 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
2640 https://bugs.webkit.org/show_bug.cgi?id=135675
2642 Reviewed by Sam Weinig.
2644 * Source/cmake/OptionsGTK.cmake:
2645 * Source/cmake/OptionsMac.cmake:
2646 * Source/cmake/WebKitFeatures.cmake:
2647 * Source/cmakeconfig.h.cmake:
2649 2014-08-06 David Farler <dfarler@apple.com>
2651 Unreviewed build fix: Make includes semicolon in assignment.
2653 * Makefile.shared: Remove a ;
2655 2014-08-06 David Farler <dfarler@apple.com>
2657 Set DSYMUTIL_NUM_THREADS to the number of logical cores
2658 https://bugs.webkit.org/show_bug.cgi?id=135655
2660 Reviewed by Mark Rowe.
2662 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
2664 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
2666 [GTK] Be able to disable gtk2 dependency
2667 https://bugs.webkit.org/show_bug.cgi?id=135505
2669 Reviewed by Gustavo Noronha Silva.
2671 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
2672 required when it's enabled. It's enabled by default.
2674 * Source/cmake/OptionsGTK.cmake:
2676 2014-08-05 Alex Christensen <achristensen@webkit.org>
2679 https://bugs.webkit.org/show_bug.cgi?id=135620
2681 Reviewed by Laszlo Gombos.
2683 * Source/cmake/OptionsMac.cmake:
2684 Use UDIS86 by default on Mac.
2686 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
2688 Add a flag for the CSS Selectors level 4 implementation
2689 https://bugs.webkit.org/show_bug.cgi?id=135535
2691 Reviewed by Andreas Kling.
2693 * Source/cmake/OptionsEfl.cmake:
2694 * Source/cmake/OptionsGTK.cmake:
2695 * Source/cmake/WebKitFeatures.cmake:
2696 * Source/cmakeconfig.h.cmake:
2698 2014-08-04 Alex Christensen <achristensen@webkit.org>
2700 Progress towards CMake on Mac.
2701 https://bugs.webkit.org/show_bug.cgi?id=135528
2703 Reviewed by Gyuyoung Kim.
2705 * Source/cmake/OptionsMac.cmake:
2706 Made options list based on FeatureDefines.xcconfig files.
2708 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
2710 [GTK] Windowing target support should reflect the support in the GTK+ dependency
2711 https://bugs.webkit.org/show_bug.cgi?id=134736
2713 Reviewed by Martin Robinson.
2715 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
2716 support the X11 or Wayland windowing targets -- instead, if there's no support
2717 the specific target is disabled, and an error is thrown only if neither of the
2718 backends is enabled at the end..
2719 For now the X11 target remains enabled by default, and the Wayland target is
2720 kept disabled. Once it's possible to have both targets enabled at runtime in
2721 WebKit, the Wayland target will be enabled as well and we'll leave it to the
2722 GTK+ dependency to determine which targets can be enabled.
2724 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
2726 [CMake] Add FindWayland.cmake
2727 https://bugs.webkit.org/show_bug.cgi?id=135540
2729 Reviewed by Martin Robinson.
2731 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
2732 dependency. For now bundles the wayland-client, wayland-server and
2733 wayland-egl pkg-config targets into one dependency, but these could
2734 be split in the future if necessary.
2736 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
2738 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
2739 https://bugs.webkit.org/show_bug.cgi?id=135553
2741 Reviewed by Gyuyoung Kim.
2743 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
2744 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
2746 * Source/cmake/OptionsEfl.cmake:
2748 2014-08-01 Bear Travis <betravis@adobe.com>
2750 [Feature Queries] Enable Feature Queries on EFL/GTK
2751 https://bugs.webkit.org/show_bug.cgi?id=134902
2753 Reviewed by Benjamin Poulain.
2755 Enable CSS Feature Queries by default on the EFL and GTK
2758 * Source/cmake/OptionsEfl.cmake:
2759 * Source/cmake/OptionsGTK.cmake:
2761 2014-08-01 Alex Christensen <achristensen@webkit.org>
2763 Progress towards cmake on Windows.
2764 https://bugs.webkit.org/show_bug.cgi?id=135484
2766 Reviewed by Martin Robinson.
2769 Added Mac to list of ports, even though it is not done yet.
2770 Changed minimum bison version to version installed on Macs.
2771 * Source/cmake/OptionsAppleWin.cmake:
2772 Added some definitions.
2773 * Source/cmake/OptionsEfl.cmake:
2774 * Source/cmake/OptionsGTK.cmake:
2775 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
2776 * Source/cmake/OptionsMac.cmake: Added blank for now.
2777 * Source/cmake/OptionsWinCairo.cmake:
2778 * Source/cmake/OptionsWindows.cmake:
2779 Added some definitions.
2780 Removed /WX (warnings treated as error while compiling).
2781 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
2783 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
2785 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
2786 https://bugs.webkit.org/show_bug.cgi?id=135501
2788 Reviewed by Gyuyoung Kim.
2790 Use PROJECT_VERSION_MICRO instead.
2792 * Source/cmake/OptionsEfl.cmake:
2793 * Source/cmake/OptionsGTK.cmake:
2794 * Source/cmake/WebKitHelpers.cmake:
2796 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
2798 [EFL] Bump ewebkit version to 1.11
2799 https://bugs.webkit.org/show_bug.cgi?id=135487
2801 Reviewed by Gyuyoung Kim.
2803 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
2805 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
2807 [EFL] Add support for building with Geoclue2.
2808 https://bugs.webkit.org/show_bug.cgi?id=135455
2810 Reviewed by Gyuyoung Kim.
2812 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
2815 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
2817 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
2819 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2821 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
2823 [GTK] Bump binary version for 2.6
2824 https://bugs.webkit.org/show_bug.cgi?id=133724
2826 Reviewed by Philippe Normand.
2828 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
2829 update library version numbers.
2831 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
2833 [CMake] Bump the minimum required version
2834 https://bugs.webkit.org/show_bug.cgi?id=135382
2836 Reviewed by Gyuyoung Kim.
2838 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
2839 we introduced usage of target_include_directories().
2841 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
2843 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
2844 https://bugs.webkit.org/show_bug.cgi?id=135376
2846 Reviewed by Gyuyoung Kim.
2848 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
2850 * Source/cmake/OptionsEfl.cmake:
2851 * Source/cmake/OptionsGTK.cmake:
2853 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
2855 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
2856 https://bugs.webkit.org/show_bug.cgi?id=135288
2858 Reviewed by Martin Robinson.
2860 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
2861 datadir to pkgconfig
2862 * Source/cmake/OptionsGTK.cmake: define install directories early
2863 enough to be used in FindGObjectIntrospection.cmake
2865 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
2867 Remove CSS_EXCLUSIONS compile flag and leftover code
2868 https://bugs.webkit.org/show_bug.cgi?id=135175
2870 Reviewed by Zoltan Horvath.
2872 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
2873 stubs. This removes the flag and the useless code.
2875 * Source/cmake/WebKitFeatures.cmake:
2876 * Source/cmakeconfig.h.cmake:
2878 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
2880 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
2881 https://bugs.webkit.org/show_bug.cgi?id=135114
2883 Fix build with GStreamer 1.4
2885 Reviewed by Philippe Normand.
2887 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
2888 gst-mpegts component instead of the unstable 1.3.x verstions.
2890 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
2892 [GTK] Simplify make-dist command line arguments
2893 https://bugs.webkit.org/show_bug.cgi?id=134832
2895 Reviewed by Martin Robinson.
2897 * Source/PlatformGTK.cmake: Use --version instead of
2898 --tarball-root when running make-dist.py.
2900 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
2902 Add a manual test for r135044
2904 <https://bugs.webkit.org/show_bug.cgi?id=135044>
2906 Rubber-stamped by Andy Estes.
2908 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
2910 2014-07-18 Dana Burkart <dburkart@apple.com>
2912 Add a new 'analyze' target to the makefile. This will make use of a new
2913 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
2915 https://bugs.webkit.org/show_bug.cgi?id=135057
2916 <rdar://problem/10193187>
2918 Reviewed by David Kilzer.
2924 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
2926 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
2927 https://bugs.webkit.org/show_bug.cgi?id=134963
2929 Reviewed by Gyuyoung Kim.
2931 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
2933 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
2935 2014-07-14 Daniel Bates <dabates@apple.com>
2937 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
2938 https://bugs.webkit.org/show_bug.cgi?id=134905
2939 <rdar://problem/16602779>
2941 Reviewed by Simon Fraser.
2943 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
2944 on the tapped element when processing a touchend as a result of finger pressing and releasing
2945 on the same element that is initially positioned outside the visible content area.
2947 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
2949 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
2951 [GTK] Enable VIDEO_TRACK by default
2952 https://bugs.webkit.org/show_bug.cgi?id=134801
2954 Reviewed by Philippe Normand.
2956 * Source/cmake/OptionsGTK.cmake:
2958 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
2960 [GTK][CMake] Add a 'distcheck' target
2961 https://bugs.webkit.org/show_bug.cgi?id=130675
2963 Reviewed by Gustavo Noronha Silva.
2965 * Source/PlatformGTK.cmake: Add distcheck target.
2967 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
2969 [GTK] Use the same default options for production builds that previous stable releases
2970 https://bugs.webkit.org/show_bug.cgi?id=134589
2972 Reviewed by Martin Robinson.
2974 Change the default value of some features to match our stable releases.
2975 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
2976 canvas depend on whether cairo-gl is found.
2978 * Source/cmake/FindCairoGL.cmake: Added.
2979 * Source/cmake/OptionsGTK.cmake:
2981 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
2983 [EFL] Support Encrypted Media Extensions.
2984 https://bugs.webkit.org/show_bug.cgi?id=134750
2986 Reviewed by Gyuyoung Kim.
2988 Webkit needs to play encrypted media contents when media player
2989 is played by Media source extensions and normal video procedure.
2991 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
2993 2014-07-08 Alex Christensen <achristensen@webkit.org>
2995 Steps towards CMake on Windows.
2996 https://bugs.webkit.org/show_bug.cgi?id=134716
2998 Reviewed by Martin Robinson.
3001 Added AppleWin and WinCairo to list of CMake ports.
3002 * Source/cmake/OptionsAppleWin.cmake: Added.
3003 * Source/cmake/OptionsWinCairo.cmake: Added.
3004 * Source/cmake/OptionsWindows.cmake:
3005 Windows needs to use the system malloc. Other options to come.
3007 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3009 [EFL] Support Geolocation
3010 https://bugs.webkit.org/show_bug.cgi?id=134439
3012 Reviewed by Antonio Gomes.
3014 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
3016 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3018 Broken build with build-webkit --no-video
3019 https://bugs.webkit.org/show_bug.cgi?id=134587
3021 Reviewed by Darin Adler.
3023 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
3025 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
3027 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
3029 [GTK] The list of features shown by cmake is not accurate
3030 https://bugs.webkit.org/show_bug.cgi?id=134588
3032 Reviewed by Gustavo Noronha Silva.
3034 The problem is that some options might change after the feature
3035 list has been printed.
3037 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
3038 setting the default values of features and set WEBGL value
3039 depending on the dependencies, and API_TEST depending on whether
3040 developer mode is enabled or not.
3042 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3044 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
3045 https://bugs.webkit.org/show_bug.cgi?id=134578
3047 Reviewed by Gyuyoung Kim.
3049 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
3050 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
3051 disable related option if it is not ON.
3053 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
3054 * Source/cmake/OptionsGTK.cmake: Ditto.
3055 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
3057 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
3059 [GTK] make dist is broken
3060 https://bugs.webkit.org/show_bug.cgi?id=134542
3062 Reviewed by Martin Robinson.
3064 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
3066 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
3068 [CMake] Add necessary support for building for the Wayland target
3069 https://bugs.webkit.org/show_bug.cgi?id=134160
3071 Reviewed by Darin Adler.
3073 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
3074 is enabled, and that its version matches the version of the generic package. Same
3075 for the gtk+-wayland-3.0 package and the Wayland target.
3076 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
3077 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
3078 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
3079 so they keep building the TestNetscapePlugin target.
3080 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
3081 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
3082 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
3083 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
3084 the minimum required version as soon as that target is enabled. Only search for GLX
3085 if the X11 target is enabled.
3087 2014-06-29 Yoav Weiss <yoav@yoav.ws>
3089 Add support for HTMLImageElement's sizes attribute
3090 https://bugs.webkit.org/show_bug.cgi?id=133620
3092 Reviewed by Dean Jackson.
3094 Added an ENABLE_PICTURE_SIZES compile flag.
3096 * Source/cmake/WebKitFeatures.cmake:
3097 * Source/cmakeconfig.h.cmake:
3099 2014-06-26 Daniel Bates <dabates@apple.com>
3101 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
3102 https://bugs.webkit.org/show_bug.cgi?id=134309
3103 <rdar://problem/17427385>
3105 Reviewed by Darin Adler.
3107 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
3110 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
3112 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
3114 Remove build guard for progress element
3115 https://bugs.webkit.org/show_bug.cgi?id=134292
3117 Reviewed by Benjamin Poulain.
3119 The build flag is no longer needed as it is always on.
3121 * Source/cmake/WebKitFeatures.cmake:
3122 * Source/cmakeconfig.h.cmake:
3124 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
3126 [EFL] Platform support for WebSpeech feature.
3127 https://bugs.webkit.org/show_bug.cgi?id=116438
3129 Reviewed by Csaba Osztrogonác.
3131 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
3133 * Source/cmake/OptionsEfl.cmake:
3134 * Source/cmake/WebKitFeatures.cmake:
3136 2014-06-23 Philippe Normand <pnormand@igalia.com>
3138 Unreviewed, GTK build fix after r170266.
3140 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
3142 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3144 Disable gamepad feature on EFL and GTK ports by default
3145 https://bugs.webkit.org/show_bug.cgi?id=134169
3147 Reviewed by Brady Eidson.
3149 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
3151 2014-06-21 Brady Eidson <beidson@apple.com>
3153 Gamepad API - Deprecate the existing implementation
3154 https://bugs.webkit.org/show_bug.cgi?id=134108
3156 Reviewed by Timothy Hatcher.
3158 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
3159 -Add the "Deprecated" suffix to some implementation files
3161 * Source/cmake/OptionsEfl.cmake:
3162 * Source/cmake/OptionsGTK.cmake:
3163 * Source/cmake/WebKitFeatures.cmake:
3164 * Source/cmakeconfig.h.cmake:
3166 2014-06-21 Commit Queue <commit-queue@webkit.org>
3168 Unreviewed, rolling out r170244.
3169 https://bugs.webkit.org/show_bug.cgi?id=134157
3171 GTK/EFL bindings generator works differently, making this
3172 patch not work there. Will fix entire patch after a rollout.
3173 (Requested by bradee-oh on #webkit).
3177 "Gamepad API - Deprecate the existing implementation"
3178 https://bugs.webkit.org/show_bug.cgi?id=134108
3179 http://trac.webkit.org/changeset/170244
3181 2014-06-21 Brady Eidson <beidson@apple.com>
3183 Gamepad API - Deprecate the existing implementation
3184 https://bugs.webkit.org/show_bug.cgi?id=134108
3186 Reviewed by Timothy Hatcher.
3188 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
3189 -Add the "Deprecated" suffix to some implementation files
3191 * Source/cmake/OptionsEfl.cmake:
3192 * Source/cmake/OptionsGTK.cmake:
3193 * Source/cmake/WebKitFeatures.cmake:
3194 * Source/cmakeconfig.h.cmake:
3196 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3198 Removing PAGE_VISIBILITY_API compile guard.
3199 https://bugs.webkit.org/show_bug.cgi?id=133844
3201 Reviewed by Gavin Barraclough.
3203 * Source/cmake/OptionsEfl.cmake:
3204 * Source/cmake/OptionsGTK.cmake:
3205 * Source/cmake/WebKitFeatures.cmake:
3206 * Source/cmakeconfig.h.cmake:
3208 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
3210 [EFL][CMAKE] Disable WebKit1 build as a default
3211 https://bugs.webkit.org/show_bug.cgi?id=134093
3213 Reviewed by Gyuyoung Kim.
3215 Disable WebKit1 build and enable WebKit2 build for the EFL port.
3217 * Source/cmake/OptionsEfl.cmake:
3219 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3221 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
3222 https://bugs.webkit.org/show_bug.cgi?id=130389
3224 Reviewed by Mark Lam.
3226 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
3227 into !ENABLE(JIT) since they are mutually exclusive.
3229 * Source/cmake/OptionsEfl.cmake:
3230 * Source/cmake/OptionsGTK.cmake:
3231 * Source/cmake/WebKitFeatures.cmake:
3232 * Source/cmakeconfig.h.cmake:
3234 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
3236 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
3237 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
3238 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
3239 by the plugin process, but it is searched and utilized separately.
3241 Rubber-stamped by Carlos Garcia Campos.
3243 * Source/cmake/OptionsGTK.cmake:
3245 2014-06-16 Commit Queue <commit-queue@webkit.org>
3247 Unreviewed, rolling out r170003.
3248 https://bugs.webkit.org/show_bug.cgi?id=133938
3250 This patch broke GTK build (Requested by kczech on #webkit).
3254 "[EFL] Platform support for WebSpeech feature."
3255 https://bugs.webkit.org/show_bug.cgi?id=116438
3256 http://trac.webkit.org/changeset/170003
3258 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
3260 [EFL] Platform support for WebSpeech feature.
3261 https://bugs.webkit.org/show_bug.cgi?id=116438
3263 Reviewed by Gyuyoung Kim.
3265 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
3267 * Source/cmake/OptionsEfl.cmake:
3268 * Source/cmake/WebKitFeatures.cmake:
3270 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3272 [EFL] Remove duplicated compiler flag
3273 https://bugs.webkit.org/show_bug.cgi?id=133838
3275 Reviewed by Anders Carlsson.
3277 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
3278 it added to common compiler options. So, it is duplicated.
3280 * Source/cmake/WebKitHelpers.cmake:
3282 2014-06-11 Commit Queue <commit-queue@webkit.org>
3284 Unreviewed, rolling out r169877.
3285 https://bugs.webkit.org/show_bug.cgi?id=133784
3287 rollout wrong build fix approach for EFL port (Requested by
3288 gyuyoung on #webkit).
3292 "Unreviewed, EFL build fix since r169869."
3293 http://trac.webkit.org/changeset/169877
3295 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3297 Unreviewed, EFL build fix since r169869.
3299 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
3301 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
3303 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3305 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
3307 * Source/cmake/WebKitHelpers.cmake:
3309 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
3311 [GTK] Make it possible to build with FTL enabled
3312 https://bugs.webkit.org/show_bug.cgi?id=133219
3314 Reviewed by Philippe Normand.
3316 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
3318 * Source/cmake/OptionsGTK.cmake:
3320 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
3322 [CMake] Clean up FAST_MOBILE_SCROLLING
3323 https://bugs.webkit.org/show_bug.cgi?id=133342
3325 Reviewed by Gyuyoung Kim.
3327 FAST_MOBILE_SCROLLING was removed in r168726.
3329 * Source/cmake/OptionsEfl.cmake:
3330 * Source/cmake/OptionsGTK.cmake:
3331 * Source/cmake/WebKitFeatures.cmake:
3332 * Source/cmakeconfig.h.cmake:
3334 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3337 https://bugs.webkit.org/show_bug.cgi?id=132863
3339 Reviewed by Csaba Osztrogonác.
3341 * Source/cmake/OptionsEfl.cmake:
3342 * Source/cmake/OptionsGTK.cmake:
3343 * Source/cmake/WebKitFeatures.cmake:
3344 * Source/cmakeconfig.h.cmake:
3346 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
3348 Allow building CMake based ports with WEB_REPLAY
3349 https://bugs.webkit.org/show_bug.cgi?id=133154
3351 Reviewed by Csaba Osztrogonác.
3353 * Source/cmake/WebKitFeatures.cmake:
3354 * Source/cmakeconfig.h.cmake:
3356 2014-05-21 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
3358 [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled
3359 https://bugs.webkit.org/show_bug.cgi?id=132907
3361 Reviewed by Gyuyoung Kim.
3363 * Source/cmake/FindLIBCXXABI.cmake: Added.
3364 * Source/cmake/OptionsEfl.cmake:
3366 2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3368 [EFL] Turn on ENABLE_CSS_FILTERS
3369 https://bugs.webkit.org/show_bug.cgi?id=133153
3371 Reviewed by Gyuyoung Kim.
3373 * Source/cmake/OptionsEfl.cmake: Enable CSS_FILTERS as default option value.
3375 2014-05-16 Martin Robinson <mrobinson@igalia.com>
3377 [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and LIBEXEC_INSTALL_DIR
3378 https://bugs.webkit.org/show_bug.cgi?id=132819
3380 Reviewed by Carlos Garcia Campos.
3382 * CMakeLists.txt: Hard-code CMAKE_ARCHIVE_OUTPUT_DIRECTORY etc, so that we can accept absolute paths for LIB_INSTALL_DIR
3384 * Source/cmake/OptionsCommon.cmake: Get rid of LIB_SUFFIX and try to make all path variables absolute. Also set
3385 CMAKE_ARCHIVE_OUTPUT_DIRECTORY, etc using the last path component of LIB_INSTALL_DIR, etc, so that absolute paths
3387 * Source/cmake/OptionsGTK.cmake: Ditto. Also get rid of all pkg-config specific variables.
3389 2014-05-20 Gustavo Noronha Silva <gns@gnome.org>
3391 [CMake] Support building with Debug Fission
3392 https://bugs.webkit.org/show_bug.cgi?id=131177
3394 Reviewed by Philippe Normand.
3396 * Source/cmake/OptionsCommon.cmake: add a DEBUG_FISSION option to enable usage
3397 of http://gcc.gnu.org/wiki/DebugFission.
3399 2014-05-20 Carlos Garcia Campos <cgarcia@igalia.com>
3401 [GTK] Rename translation domain as WebKit2GTK-3.0
3402 https://bugs.webkit.org/show_bug.cgi?id=132953
3404 Reviewed by Gustavo Noronha Silva.
3406 * Source/cmake/OptionsGTK.cmake:
3408 2014-05-18 Rik Cabanier <cabanier@adobe.com>
3410 support for navigator.hardwareConcurrency
3411 https://bugs.webkit.org/show_bug.cgi?id=132588
3413 Reviewed by Filip Pizlo.
3415 * Source/cmake/OptionsEfl.cmake:
3416 * Source/cmake/OptionsGTK.cmake:
3417 * Source/cmake/WebKitFeatures.cmake:
3418 * Source/cmakeconfig.h.cmake:
3420 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3422 Remove CSS_STICKY_POSITION guards
3423 https://bugs.webkit.org/show_bug.cgi?id=132676
3425 Reviewed by Simon Fraser.
3427 * Source/cmake/OptionsEfl.cmake:
3428 * Source/cmake/OptionsGTK.cmake:
3429 * Source/cmake/WebKitFeatures.cmake:
3430 * Source/cmakeconfig.h.cmake:
3432 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
3434 Unreviewed. Bump version numbers.
3436 * Source/cmake/OptionsGTK.cmake:
3438 2014-05-10 Martin Robinson <mrobinson@igalia.com>
3440 [GTK][CMake] Unable to do make install
3441 https://bugs.webkit.org/show_bug.cgi?id=130188
3443 Reviewed by Carlos Garcia Campos.
3445 Only try to install the HTML documentation if the build is configured to generate it via
3446 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
3447 to keep the HTML documentation directory as an installation source.
3449 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
3450 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
3451 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
3452 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
3453 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
3455 2014-05-09 Anders Carlsson <andersca@apple.com>
3457 Rename WebKit2.framework to WebKit.framework
3458 https://bugs.webkit.org/show_bug.cgi?id=132743
3459 <rdar://problem/15920046>
3461 Reviewed by Dan Bernstein.
3464 Build WebKit.xcodeproj before WebKit2.xcodeproj.
3466 * WebKit.xcworkspace/xcshareddata/xcschemes/:
3469 2014-05-06 David Kilzer <ddkilzer@apple.com>
3471 Add Makefile targets for copying static libraries (LLVM and WKSI)
3472 <http://webkit.org/b/132619>
3474 Reviewed by Mark Rowe.
3477 (MODULES): Add WebKitLibraries.
3479 2014-05-06 Commit Queue <commit-queue@webkit.org>
3481 Unreviewed, rolling out r168304.
3482 https://bugs.webkit.org/show_bug.cgi?id=132607
3484 Broke the build (Requested by KaL on #webkit).
3488 "[GTK][CMake] Unable to do make install"
3489 https://bugs.webkit.org/show_bug.cgi?id=130188
3490 http://trac.webkit.org/changeset/168304
3492 2014-05-05 Martin Robinson <mrobinson@igalia.com>
3494 [GTK][CMake] Unable to do make install
3495 https://bugs.webkit.org/show_bug.cgi?id=130188
3497 Reviewed by Carlos Garcia Campos.
3499 Only try to install the HTML documentation if the build is configured to generate it via
3500 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
3501 to keep the HTML documentation directory as an installation source.
3503 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
3504 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
3505 never added to the default target, but will be triggered by build-webkit, so that
3506 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
3507 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
3509 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3511 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
3512 https://bugs.webkit.org/show_bug.cgi?id=132525
3514 Reviewed by Martin Robinson.
3516 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
3517 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
3518 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
3520 2014-05-01 David Kilzer <ddkilzer@apple.com>
3522 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
3523 <http://webkit.org/b/132432>
3525 Reviewed by Tim Horton.
3527 * Source/cmake/WebKitFeatures.cmake:
3528 * Source/cmakeconfig.h.cmake:
3529 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
3531 2014-04-30 Simon Fraser <simon.fraser@apple.com>
3533 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
3535 Reviewed by Dan Bernstein/Anders Carlsson.
3537 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3538 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3540 2014-04-30 Simon Fraser <simon.fraser@apple.com>
3542 Let Xcode have its way with the WebKit workspace.
3544 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3545 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3547 2014-04-29 Martin Robinson <mrobinson@igalia.com>
3549 [GTK] Make it easier to run CMake for downstreams
3550 https://bugs.webkit.org/show_bug.cgi?id=132370
3552 Reviewed by Carlos Garcia Campos.
3554 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
3556 2014-04-27 Joonghun Park <jh718.park@samsung.com>
3558 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
3559 https://bugs.webkit.org/show_bug.cgi?id=132176
3561 Reviewed by Gyuyoung Kim.
3563 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
3565 * Source/cmake/OptionsEfl.cmake:
3567 2014-04-22 Alex Christensen <achristensen@webkit.org>
3569 Removed old stdbool and inttypes headers.
3570 https://bugs.webkit.org/show_bug.cgi?id=131966
3572 Reviewed by Brent Fulgham.
3574 * Source/cmake/OptionsWindows.cmake:
3575 * Source/cmake/WebKitPackaging.cmake:
3576 Removed references to os-win32 directory.
3578 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
3580 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
3582 Rubber-stamped by Carlos Garcia Campos.
3584 * Source/cmake/WebKitFeatures.cmake:
3586 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
3588 Empty RenderInline objects should not be line break objects.
3590 https://bugs.webkit.org/show_bug.cgi?id=131861
3591 <rdar://problem/15663617>
3593 Reviewed by David Hyatt.
3595 * ManualTests/empty-inline-as-line-break-position.html: Added.
3596 This issue wouldn't reproduce in WebKitTestRunner.
3598 2014-04-19 Brent Fulgham <bfulgham@apple.com>
3600 Revert unintended workspace change in my last commit.
3602 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
3603 Scheme type back to Debug.
3605 2014-04-18 Philippe Normand <pnormand@igalia.com>
3607 Remove NETWORK_INFO support
3608 https://bugs.webkit.org/show_bug.cgi?id=131841
3610 Reviewed by Gyuyoung Kim.
3612 * Source/cmake/OptionsEfl.cmake:
3613 * Source/cmake/OptionsGTK.cmake:
3614 * Source/cmake/WebKitFeatures.cmake:
3615 * Source/cmakeconfig.h.cmake:
3617 2014-04-17 Darin Adler <darin@apple.com>
3619 Try to fix EFL and GTK builds.
3621 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
3622 * Source/cmake/OptionsGTK.cmake: Ditto.
3623 * Source/cmakeconfig.h.cmake: Ditto.
3625 2014-04-16 Brendan Long <b.long@cablelabs.com>
3627 [GTK][CMAKE] build-webkit doesn't detect when the build fails
3628 https://bugs.webkit.org/show_bug.cgi?id=130148
3630 Reviewed by Martin Robinson.
3632 * 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.
3634 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
3636 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
3637 https://bugs.webkit.org/show_bug.cgi?id=131725
3639 Reviewed by Philippe Normand.
3641 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
3642 instead of GTK_UNIX_PRINTING_FOUND and set the macro
3643 HAVE_GTK_UNIX_PRINTING to 1 when found.
3645 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
3647 Web Replay: memoize nondeterministic attributes of the Navigator interface
3648 https://bugs.webkit.org/show_bug.cgi?id=131340
3650 Reviewed by Timothy Hatcher.
3652 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
3654 2014-04-09 Brendan Long <b.long@cablelabs.com>
3656 [GStreamer] Expose MPEG-TS metadata
3657 https://bugs.webkit.org/show_bug.cgi?id=122001
3659 Reviewed by Eric Carlson.
3661 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
3662 * Source/cmake/OptionsEfl.cmake: Same.
3663 * Source/cmake/OptionsGTK.cmake: Same.
3665 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
3667 Web Replay: memoize nondeterministic attributes of the Screen interface
3668 https://bugs.webkit.org/show_bug.cgi?id=131339
3670 Reviewed by Timothy Hatcher.
3672 * ManualTests/inspector/replay-window-screen.html: Added.
3674 2014-04-08 Martin Robinson <mrobinson@igalia.com>
3676 [GTK] Remove the WebKitGTK+ WebKit 1 code
3677 https://bugs.webkit.org/show_bug.cgi?id=131399
3679 Reviewed by Anders Carlsson.
3681 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
3682 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
3684 2014-04-08 Dan Bernstein <mitz@apple.com>
3686 Added bmalloc to the WebKit workspace.
3687 https://bugs.webkit.org/show_bug.cgi?id=131362
3689 Reviewed by Geoff Garen.
3691 * WebKit.xcworkspace/contents.xcworkspacedata:
3692 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3693 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3695 2014-04-08 Geoffrey Garen <ggaren@apple.com>
3697 Build bmalloc on iOS too
3698 https://bugs.webkit.org/show_bug.cgi?id=131381
3700 Reviewed by Andreas Kling.
3702 * Source/Makefile: Build it.
3704 2014-04-07 Geoffrey Garen <ggaren@apple.com>
3706 Build bmalloc on Mac
3707 https://bugs.webkit.org/show_bug.cgi?id=131333
3709 Reviewed by Mark Rowe.
3712 * WebKitBuild: Added.
3713 * WebKitBuild/Debug: Added.
3715 2014-04-07 Ryuan Choi <ryuan.choi@samsung.com>
3717 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT
3718 https://bugs.webkit.org/show_bug.cgi?id=131257
3720 Reviewed by Gyuyoung Kim.
3722 * Source/cmake/OptionsEfl.cmake: Enable MEDIA_CONTROLS_SCRIPT
3724 2014-04-06 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3726 [GTK] Stop trying to install WebKit1 documentation
3727 https://bugs.webkit.org/show_bug.cgi?id=131278
3729 Reviewed by Martin Robinson.
3731 * Source/PlatformGTK.cmake: Remove install() call since the WebKit1 documentation is not
3732 built anymore since r166584. This fixes `make install'.
3734 2014-04-04 Brian J. Burg <burg@cs.washington.edu>
3736 Web Replay: capture and replay wheel events and scroll commands
3737 https://bugs.webkit.org/show_bug.cgi?id=129402
3739 Reviewed by Timothy Hatcher.
3741 * ManualTests/inspector/replay-wheel-events.html: Added.
3743 2014-04-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3745 [GTK][CMake] Remove FindXt.cmake.
3746 https://bugs.webkit.org/show_bug.cgi?id=131227
3748 Reviewed by Anders Carlsson.
3750 Xt is already detected by CMake's own FindX11.cmake, so there is no need to keep a custom FindXt.cmake around.
3752 * Source/cmake/FindXt.cmake: Removed.
3753 * Source/cmake/OptionsGTK.cmake:
3755 2014-04-04 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
3757 [EFL] Build error due to changed path of generated js files.
3758 https://bugs.webkit.org/show_bug.cgi?id=131215
3760 Reviewed by Gyuyoung Kim.
3762 r166648 fixed the generation of some .js files on GTK. Due to some
3763 changes in the paths it causes a build error on EFL.
3765 * Source/PlatformEfl.cmake:
3766 Replaced path for two derived source files.
3768 2014-04-02 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3770 [GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
3771 https://bugs.webkit.org/show_bug.cgi?id=131095
3773 Reviewed by Martin Robinson.
3775 One needs to take into account OpenGL's include directory found via
3776 find_package() when looking for glx.h, since if the former is a
3777 non-standard location the latter will also be. If this is not it is
3778 possible that OpenGL is found but GLX support is not properly detected.
3780 * Source/cmake/OptionsGTK.cmake:
3782 2014-04-02 Martin Robinson <mrobinson@igalia.com>
3784 REGRESSION(r165704): [GTK] Inspector resources not correctly generated
3785 https://bugs.webkit.org/show_bug.cgi?id=130343
3787 Reviewed by Gustavo Noronha Silva.
3789 * CMakeLists.txt: Add a variable which points to the directory to store WebInspectorUI
3791 * Source/cmake/WebKitFS.cmake: Generate WebInspectorUI derived sources directories.
3793 2014-04-01 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3795 [CMake] Drop port check from FindEGL.cmake.
3796 https://bugs.webkit.org/show_bug.cgi?id=131091
3798 Reviewed by Gyuyoung Kim.
3800 There is no reason to mark some variables as advanced only for the
3803 * Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
3804 as advanced regardless of the port.
3806 2014-04-01 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3808 Fix the !ENABLE(BATTERY_STATUS) build
3809 https://bugs.webkit.org/show_bug.cgi?id=130183
3811 Reviewed by Anders Carlsson.
3813 * Source/cmake/OptionsEfl.cmake:
3815 2014-03-31 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3817 [CMake][GTK] Do not expand variables twice in if() checks.
3818 https://bugs.webkit.org/show_bug.cgi?id=130964
3820 Reviewed by Martin Robinson.
3822 In CMake, `if (${foo})' causes $foo to be evaluated first and its value
3823 to be checked by the if clause. This is not what we want, and
3824 configuration fails when, say, GLX support wasn't found as the if
3825 clause is actually evaluated as `if (TRUE AND (OR TRUE))'.
3827 * Source/cmake/OptionsGTK.cmake: Pass if (FOO) instead of if (${FOO})
3830 2014-03-31 Martin Robinson <mrobinson@igalia.com>
3832 [GTK] Remove scripts code only applicable to autotools
3833 https://bugs.webkit.org/show_bug.cgi?id=130841
3835 Reviewed by Anders Carlsson.
3837 * Source/cmake/WebKitPackaging.cmake: No longer need to consider autotools files.
3839 2014-03-31 Martin Robinson <mrobinson@igalia.com>
3841 [GTK] Use PROJECT_VERSION_* instead of WEBKIT_*_VERSION
3842 https://bugs.webkit.org/show_bug.cgi?id=130936
3844 Reviewed by Carlos Garcia Campos.
3846 * Source/cmake/OptionsGTK.cmake: No longer emulate the Autotools macro names.
3848 2014-03-31 Carlos Garcia Campos <cgarcia@igalia.com>
3850 [GTK] Add support for GTK3 plugins
3851 https://bugs.webkit.org/show_bug.cgi?id=130599
3853 Reviewed by Martin Robinson.
3855 * Source/cmake/OptionsGTK.cmake:
3857 2014-03-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3859 [EFL] Bump glib version from 2.36 to 2.38
3860 https://bugs.webkit.org/show_bug.cgi?id=130886
3862 Reviewed by Csaba Osztrogonác.
3864 * Source/cmake/OptionsEfl.cmake: Required glib-2.38 version.
3866 2014-03-26 Zoltan Horvath <zoltan@webkit.org>
3868 [CSS Shapes] Remove shape-inside support
3869 https://bugs.webkit.org/show_bug.cgi?id=130698
3871 Reviewed by David Hyatt.
3873 * Source/cmake/WebKitFeatures.cmake:
3874 * Source/cmakeconfig.h.cmake:
3876 2014-03-25 Martin Robinson <mrobinson@igalia.com>
3878 [GTK] Remove the autotools build
3879 https://bugs.webkit.org/show_bug.cgi?id=130717
3881 Reviewed by Anders Carlsson.
3883 * .gitignore: Remove references to autotools files.
3884 * GNUmakefile.am: Removed.
3885 * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
3886 * Source/autotools/CustomMacros.m4: Removed.
3887 * Source/autotools/FindDependencies.m4: Removed.
3888 * Source/autotools/PrintBuildConfiguration.m4: Removed.
3889 * Source/autotools/ReadCommandLineArguments.m4: Removed.
3890 * Source/autotools/SetupAutoconfHeader.m4: Removed.
3891 * Source/autotools/SetupAutomake.m4: Removed.
3892 * Source/autotools/SetupCompilerFlags.m4: Removed.
3893 * Source/autotools/SetupLibtool.m4: Removed.
3894 * Source/autotools/SetupWebKitFeatures.m4: Removed.
3895 * Source/autotools/Versions.m4: Removed.
3896 * Source/autotools/acinclude.m4: Removed.
3897 * Source/autotools/dolt.m4: Removed.
3898 * Source/autotools/gsettings.m4: Removed.
3899 * Source/cmake/OptionsGTK.cmake:
3900 * autogen.sh: Removed.
3901 * configure.ac: Removed.
3903 2014-03-25 Gabor Rapcsanyi <rgabor@webkit.org>
3905 [EFL] Add ARM64 build support
3906 https://bugs.webkit.org/show_bug.cgi?id=130506
3908 Rubber stamped by Gyuyoung Kim.
3910 * CMakeLists.txt: Set WTF_CPU_ARM64 when aarch64 is defined.
3912 2014-03-25 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3914 [EFL][WK2] Add NETWORK_PROCESS build option
3915 https://bugs.webkit.org/show_bug.cgi?id=130131
3917 Reviewed by Gyuyoung Kim.
3919 Add option to build EFL port with NETWORK_PROCESS set on. By default NETWORK_PROCESS is
3922 * Source/cmake/OptionsEfl.cmake:
3924 2014-03-24 Brian Burg <bburg@apple.com>
3926 Web Replay: capture and replay keyboard events
3927 https://bugs.webkit.org/show_bug.cgi?id=130314
3929 Reviewed by Joseph Pecoraro.
3931 * ManualTests/inspector/replay-keyboard-events.html: Added.
3933 2014-03-24 Sangyong Park <sy302.park@gmail.com>
3935 [EFL] Inspector page is not loaded.
3936 https://bugs.webkit.org/show_bug.cgi?id=130661
3938 Reviewed by Gyuyoung Kim.
3940 Inspector page is not loaded, because some javascript files are not installed.
3941 (InspectorJSBackendCommands.js, InspectorWebBackendCommands.js)
3943 * Source/PlatformEfl.cmake:
3945 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
3947 [EFL][GTK] Get CMake to find Freetype2 properly
3948 https://bugs.webkit.org/show_bug.cgi?id=130150
3950 Reviewed by Martin Robinson.
3952 Newer versions of CMake are not able to find Freetype2 correctly.
3953 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
3954 freetype2 repo, because a completely different version number is found in freetype2.pc.
3956 * Source/cmake/FindFreetype2.cmake: Added.
3957 * Source/cmake/OptionsEfl.cmake:
3958 * Source/cmake/OptionsGTK.cmake:
3960 2014-03-20 Brian Burg <bburg@apple.com>
3962 Web Replay: capture and replay mouse events
3963 https://bugs.webkit.org/show_bug.cgi?id=129395
3965 Reviewed by Joseph Pecoraro.
3967 Create a manual test for capture/replay of mouse events.
3968 Copy over the crypto-md5.js library from SunSpider.
3970 * ManualTests/inspector/replay-mouse-events.html: Added.
3971 * ManualTests/inspector/resources/crypto-md5.js: Added.
3973 2014-03-20 Zan Dobersek <zdobersek@igalia.com>
3975 [GTK][CMake] Add support for building with Clang
3976 https://bugs.webkit.org/show_bug.cgi?id=130260
3978 Reviewed by Martin Robinson.
3980 * Source/PlatformGTK.cmake: Run the generate-gtkdoc script with the CFLAGS env set
3981 to the list C compiler flags as constructed by CMake.
3982 * Source/cmake/OptionsCommon.cmake: When building with Clang, use the -Qunused-arguments
3983 compiler option to suppress verbose warnings about arguments that went unused by the driver.
3984 * Source/cmake/OptionsGTK.cmake: Use -fno-omit-frame-pointer for both GCC and Clang.
3985 -fno-tree-dce should be used only for GCC.
3986 * Source/cmake/gtest/CMakeLists.txt: When building with Clang the GTest framework
3987 should be built with GTEST_HAS_TR1_TUPLE macro defined to 0 to avoid build failures.
3989 2014-03-20 Commit Queue <commit-queue@webkit.org>
3991 Unreviewed, rolling out r165962.
3992 https://bugs.webkit.org/show_bug.cgi?id=130512
3994 It broke the build (Requested by Ossy on #webkit).
3998 "[EFL][GTK] Get CMake to find Freetype2 properly"
3999 https://bugs.webkit.org/show_bug.cgi?id=130150
4000 http://trac.webkit.org/changeset/165962
4002 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
4004 [EFL][GTK] Get CMake to find Freetype2 properly
4005 https://bugs.webkit.org/show_bug.cgi?id=130150
4007 Reviewed by Csaba Osztrogonác.
4009 Newer versions of CMake are not able to find Freetype2 correctly.
4010 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
4011 freetype2 repo, because a completely different version number is found in freetype2.pc.
4013 * Source/cmake/FindFreetype2.cmake: Added.
4014 * Source/cmake/OptionsEfl.cmake:
4015 * Source/cmake/OptionsGTK.cmake:
4017 2014-03-17 Brendan Long <b.long@cablelabs.com>
4019 [GStreamer] human readable language code for tracks
4020 https://bugs.webkit.org/show_bug.cgi?id=124514
4022 Reviewed by Martin Robinson.
4024 * Source/autotools/FindDependencies.m4: Add gstreamer-tag-1.0.
4025 * Source/cmake/FindGStreamer.cmake: Same.
4026 * Source/cmake/OptionsEfl.cmake: Same.
4027 * Source/cmake/OptionsGTK.cmake: Same.
4029 2014-03-17 Martin Robinson <mrobinson@igalia.com>
4031 [GTK][CMake] Credential storage is not enabled
4032 https://bugs.webkit.org/show_bug.cgi?id=130149
4034 Reviewed by Philippe Normand.
4036 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_CREDENTIAL_STORAGE option to the configuration
4037 and look libsecret when it's enabled.
4038 * Source/cmakeconfig.h.cmake: Expose the ENABLE_CREDENTIAL_STORAGE option to the build.
4040 2014-03-17 Martin Robinson <mrobinson@igalia.com>
4042 [GTK][CMake] Ensure that HAVE_GTK_UNIX_PRINTING is defined when appropriate
4043 https://bugs.webkit.org/show_bug.cgi?id=130155
4045 Reviewed by Philippe Normand.
4047 * Source/cmake/FindGTKUnixPrint.cmake: Added.
4048 * Source/cmake/OptionsGTK.cmake: Look for gtk+-unix-print and use it to turn on HAVE_GTK_UNIX_PRINTING.
4049 * Source/cmakeconfig.h.cmake: Add the HAVE_GTK_UNIX_PRINTING define.
4051 2014-03-16 Kim Byung Jun <bj1987.kim@samsung.com>
4053 [EFL] Enable TOUCH_SLIDER macro.
4054 https://bugs.webkit.org/show_bug.cgi?id=130186
4056 Reviewed by Gyuyoung Kim.
4058 * Source/cmake/OptionsEfl.cmake:
4060 2014-03-16 Zan Dobersek <zdobersek@igalia.com>
4062 [GTK][CMake] Build with -fno-rtti
4063 https://bugs.webkit.org/show_bug.cgi?id=130261
4065 Reviewed by Martin Robinson.
4067 * Source/cmake/OptionsCommon.cmake: List the -fno-exceptions, -fno-strict-aliasing
4068 and -fno-rtti options in the global CMAKE_C_FLAGS and CMAKE_CXX_FLAGS (-fno-rtti
4069 is only listed in the latter). Replace -std=gnu++0x with the official -std=c++11 option.
4070 * Source/cmake/WebKitHelpers.cmake: Stop -fno-exceptions and -fno-strict-aliasing
4071 from being set through the WEBKIT_SET_EXTRA_COMPILER_FLAGS macro, they are now listed
4072 in CMAKE_C_FLAGS and CMAKE_CXX_FLAGS.
4073 * Source/cmake/gtest/CMakeLists.txt: Build GTest code with GTEST_HAS_RTTI macro defined to 0.
4075 2014-03-16 Brendan Long <b.long@cablelabs.com>
4077 [GStreamer] CMake doesn't find the include path for gstreamer-base
4078 https://bugs.webkit.org/show_bug.cgi?id=130098
4080 Reviewed by Philippe Normand.
4082 * Source/cmake/FindGStreamer.cmake: Look for a header in gstreamer-base instead of looking for gst/gst.h twice.
4084 2014-03-14 Maciej Stachowiak <mjs@apple.com>
4086 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
4087 https://bugs.webkit.org/show_bug.cgi?id=130276
4088 <rdar://problem/16266927>
4090 Reviewed by Simon Fraser.
4092 * ManualTests/NPN_Invoke/Info.plist:
4093 * ManualTests/NPN_Invoke/main.c:
4094 * ManualTests/accessibility/resources/AppletTest.java:
4096 2014-03-14 Zan Dobersek <zdobersek@igalia.com>
4098 [CMake] Remove -fno-tree-sra workaround for GCC 4.5
4099 https://bugs.webkit.org/show_bug.cgi?id=130258
4101 Reviewed by Martin Robinson.
4103 GCC compilers 4.7 and later are supported, so there's no need for disabling
4104 the -ftree-sra optimization which was causing problems when enabled on GCC 4.5.
4106 * Source/cmake/WebKitHelpers.cmake:
4108 2014-03-14 Landry Breuil <landry@openbsd.org>
4110 Add autotools boilerplate for proper os defines on OpenBSD/NetBSD/DragonFly
4111 https://bugs.webkit.org/show_bug.cgi?id=129966
4113 Reviewed by Andreas Kling.
4115 * Source/autotools/CheckSystemAndBasicDependencies.m4:
4116 * Source/autotools/SetupAutomake.m4:
4118 2014-03-13 Mario Sanchez Prada <mario.prada@samsung.com>
4120 [CMake] Failure to link with older installations of WebP
4121 https://bugs.webkit.org/show_bug.cgi?id=130195
4123 Reviewed by Gustavo Noronha Silva.
4125 Fix the issue by using a temporary variable as the output parameter
4126 to check_include_files(), setting WEBP_FOUND accordingly later.
4128 * Source/cmake/FindWebP.cmake: Avoid reusing the WEBP_FOUND
4129 variable in check_include_files(), as it will lead to misleading
4130 results (will always be FALSE). Use a temporary variable instead
4131 and explicitly set WEBP_FOUND to TRUE later if needed.
4133 2014-03-12 Martin Robinson <mrobinson@igalia.com>
4135 [CMake] Changes to the bindings generator Perl modules do not trigger regeneration of bindings
4136 https://bugs.webkit.org/show_bug.cgi?id=130170
4138 Reviewed by Daniel Bates.
4140 * Source/cmake/WebKitMacros.cmake: Add the Perl modules used in script generation to the dependency
4141 list. We must check whether or not the specific one exists first, because the InjectedBundle uses a
4142 fake "TestRunner" generator.
4144 2014-03-12 Carlos Garcia Campos <cgarcia@igalia.com>
4146 [GTK][CMAKE] Remove compile warnings about GTK+ deprecated API
4147 https://bugs.webkit.org/show_bug.cgi?id=130014
4149 Reviewed by Martin Robinson.
4151 Set GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_6.
4153 * Source/cmake/OptionsGTK.cmake:
4154 * Source/cmakeconfig.h.cmake:
4156 2014-03-12 Martin Robinson <mrobinson@igalia.com>
4158 [GTK][CMAKE] Too verbose build output
4159 https://bugs.webkit.org/show_bug.cgi?id=130076
4161 Reviewed by Carlos Garcia Campos.
4163 * Source/cmake/OptionsGTK.cmake: Generate a script which does the actual build. This
4164 works around an issue where cmake --build doesn't support ninja's pretty printing.
4166 2014-03-10 Mario Sanchez Prada <mario.prada@samsung.com>
4168 [GTK] Add support for Geoclue2
4169 https://bugs.webkit.org/show_bug.cgi?id=120185
4171 Reviewed by Carlos Garcia Campos.
4173 Patch by Anton Obzhirov <a.obzhirov@samsung.com> and Mario Sanchez Prada <mario.prada@samsung.com>
4175 Add support for Geoclue2 using autotools.
4177 * Source/autotools/FindDependencies.m4: Add support for handling
4178 both Geoclue 1.0 and 2.0.
4179 * Source/autotools/PrintBuildConfiguration.m4: Print the version
4180 of geoclue that is being used.
4181 * Source/autotools/SetupAutoconfHeader.m4: Define GEOCLUE_API_VERSION_2.
4182 * Source/autotools/SetupAutomake.m4: Likewise, for AM_CONDITIONAL.
4183 * Source/autotools/Versions.m4: Added minimum required version for Geoclue2.
4185 Add support for Geoclue2 using CMake.
4187 * Source/cmake/FindGeoClue2.cmake: Added.
4188 * Source/cmake/OptionsGTK.cmake: Add support for handling Geoclue 1.0 and 2.0.
4189 * Source/cmakeconfig.h.cmake: Define WTF_USE_GEOCLUE2.
4191 2014-03-10 Martin Robinson <mrobinson@igalia.com>
4193 [GTK][CMAKE] gtk-doc HTML documentation is generated by default when building with CMake
4194 https://bugs.webkit.org/show_bug.cgi?id=130016
4196 Reviewed by Carlos Garcia Campos.
4198 * Source/PlatformGTK.cmake: Add two gtkdoc targets, one which builds HTML and one which
4199 doesn't. Add the non-HTML version to the default target, but not the HTML version. The
4200 HTML version will still run when building the distribution tarball.
4202 2014-03-10 Martin Robinson <mrobinson@igalia.com>
4204 [GTK] [CMake] Clean up library linking
4205 https://bugs.webkit.org/show_bug.cgi?id=129782
4207 Reviewed by Philippe Normand.
4209 * Source/cmake/OptionsGTK.cmake: Add a macro to wrap all libraries in a list with --whole-archive
4210 so that unused symbols are not dropped. This is useful when building up shared libraries
4211 from convenience libraries.
4213 2014-03-08 Landry Breuil <landry@openbsd.org>
4215 Don't check for shm_open on librt on OpenBSD, lib doesnt exist.
4216 https://bugs.webkit.org/show_bug.cgi?id=129973
4218 Reviewed by Martin Robinson.
4220 * Source/autotools/FindDependencies.m4:
4222 2014-03-06 Anders Carlsson <andersca@apple.com>
4224 Build WebKit2 before building WebKit
4225 https://bugs.webkit.org/show_bug.cgi?id=129831
4226 <rdar://problem/15920020>
4228 Reviewed by Dan Bernstein.
4231 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
4232 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
4234 2014-03-06 Commit Queue <commit-queue@webkit.org>
4236 Unreviewed, rolling out r165193.
4237 http://trac.webkit.org/changeset/165193
4238 https://bugs.webkit.org/show_bug.cgi?id=129823
4240 Not specifying libc++ as the stdlib for Clang through CXXFLAGS
4241 env confuses libtool (Requested by zdobersek on #webkit).
4243 * Source/autotools/SetupCompilerFlags.m4:
4245 2014-03-06 Zan Dobersek <zdobersek@igalia.com>
4247 [GTK][Autotools] Default to libc++ when compiling with Clang
4248 https://bugs.webkit.org/show_bug.cgi?id=129798
4250 Reviewed by Anders Carlsson.
4252 * Source/autotools/SetupCompilerFlags.m4: Default to using libc++ when compiling with the Clang
4253 compiler. This is still overridable if -stdlib=* flag was set through CXXFLAGS, in case people
4254 would for some reason still prefer libstdc++ (i.e. on setups where a functional libc++ is not yet available).
4256 2014-03-05 Martin Robinson <mrobinson@igalia.com>
4258 [CMake] Ninja generator builds fail with "Argument list too long"
4259 https://bugs.webkit.org/show_bug.cgi?id=129771
4261 Reviewed by Daniel Bates.
4263 * Source/cmake/OptionsCommon.cmake: Work around a bug in the Ninja CMake generator,
4264 by forcing the use of response files.
4266 2014-03-05 Ryuan Choi <ryuan.choi@samsung.com>
4268 [CMake] Use thin archives if building on Linux for non-shared-core debug builds
4269 https://bugs.webkit.org/show_bug.cgi?id=108330
4271 Reviewed by Martin Robinson.
4273 In order to get non-shared debug builds, this patch applied T option for
4274 thin archives to the flags passed to ar when cmake based ports build on linux.
4275 In addition, applied u option which avoids adding a file twice.
4277 * Source/cmake/OptionsCommon.cmake: Moved archive options from OptionsGTK.cmake.
4278 * Source/cmake/OptionsEfl.cmake:
4279 Removed error messages for non-shared-core debug builds.
4280 * Source/cmake/OptionsGTK.cmake: Moved archive options to OptionsCommon.cmake.
4282 2014-03-04 Zan Dobersek <zdobersek@igalia.com>
4284 [GTK] Build the Udis86 disassembler
4285 https://bugs.webkit.org/show_bug.cgi?id=129679
4287 Reviewed by Michael Saboff.
4289 * GNUmakefile.am: Add the Udis86_nosources variable.
4290 * Source/cmake/OptionsGTK.cmake: Enable the Udis86 disassembler.
4292 2014-03-04 Martin Robinson <mrobinson@igalia.com>
4294 [GTK] Simplify the GObject DOM bindings API break check into one step
4295 https://bugs.webkit.org/show_bug.cgi?id=129571
4297 Reviewed by Carlos Garcia Campos.
4299 * Source/PlatformGTK.cmake: We don't need to run the API break check before gtkdoc generation.
4300 Add the check to 'make check.'
4302 2014-03-04 Martin Robinson <mrobinson@igalia.com>
4304 [GTK][CMake] ENABLE_NAVIGATOR_CONTENT_UTILS is mistakenly enabled for the CMake build
4305 https://bugs.webkit.org/show_bug.cgi?id=129502
4307 Reviewed by Carlos Garcia Campos.
4309 * Source/cmake/OptionsGTK.cmake: Disable the option for GTK+.
4311 2014-03-03 Jozsef Berta <jberta.u-szeged@partner.samsung.com>
4313 [cmake] *Names.cpp file should be regenerated after touching StaticString.pm
4314 https://bugs.webkit.org/show_bug.cgi?id=129031
4316 Reviewed by Csaba Osztrogonác.
4318 * Source/cmake/WebKitMacros.cmake: Added a call for make_names.pm dependencies in GENERATE_FONT_NAMES and GENERATE_DOM_NAMES macros.
4320 2014-03-03 Carlos Garcia Campos <cgarcia@igalia.com>
4322 [GTK] WebKit2WebExtension GIR can't be used in vala
4323 https://bugs.webkit.org/show_bug.cgi?id=127179
4325 Reviewed by Martin Robinson.
4327 Add a different pkg-config file for the web extensions API.
4329 * Source/cmake/OptionsGTK.cmake:
4332 2014-03-02 Dirkjan Ochtman <d.ochtman@activevideo.com>
4334 Support ENABLE_ENCRYPTED_MEDIA in cmake builds
4335 https://bugs.webkit.org/show_bug.cgi?id=129575
4337 Reviewed by Philippe Normand.
4339 * Source/cmake/OptionsEfl.cmake:
4340 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
4341 * Source/cmake/OptionsGTK.cmake:
4342 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
4343 * Source/cmake/WebKitFeatures.cmake:
4344 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
4345 * Source/cmakeconfig.h.cmake:
4346 Added ENABLE_ENCRYPTED_MEDIA{,_V2} flags.
4348 2014-02-27 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
4350 Enable support of X-Content-Type-Options: nosniff header for EFL
4351 https://bugs.webkit.org/show_bug.cgi?id=128673
4353 Reviewed by Gyuyoung Kim.
4355 * Source/cmake/OptionsEfl.cmake:
4356 Enabled NOSNIFF feature flag for EFL.
4358 2014-02-27 Koop Mast <kwm@FreeBSD.org>
4360 Fallback on checking for libz manualy if zlib.pc isn't available.
4361 https://bugs.webkit.org/show_bug.cgi?id=127061
4363 Reviewed by Gustavo Noronha Silva.
4365 * Source/autotools/FindDependencies.m4:
4367 2014-02-25 Sergio Villar Senin <svillar@igalia.com>
4369 [CSS Grid Layout] Add ENABLE flag
4370 https://bugs.webkit.org/show_bug.cgi?id=129153
4372 Reviewed by Simon Fraser.
4374 Added the ENABLE_CSS_GRID_LAYOUT feature flag to the cmake and
4375 autotools build systems. The feature is disabled by default for
4378 * Source/autotools/SetupWebKitFeatures.m4:
4379 * Source/cmake/OptionsEfl.cmake:
4380 * Source/cmake/OptionsGTK.cmake:
4381 * Source/cmake/WebKitFeatures.cmake:
4382 * Source/cmakeconfig.h.cmake:
4384 2014-02-24 Martin Robinson <mrobinson@igalia.com>
4386 [GTK] generate-gtkdoc should not generate documentation for source files for unbuilt source files
4387 https://bugs.webkit.org/show_bug.cgi?id=128417
4389 Reviewed by Carlos Garcia Campos.
4391 * Source/cmake/OptionsGTK.cmake: Define the paths to the pkgconfig files here, so that they
4392 may one day be used in the webkitdom config file generation.
4394 2014-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
4396 [EFL][CMake] Fix javascriptcore test failings by the jsCStack branch merge
4397 https://bugs.webkit.org/show_bug.cgi?id=128961
4399 Reviewed by Ryosuke Niwa.
4401 Javascriptcore test on EFL port has been broken since the jsCStack branch merge.
4402 For now we can fix almost tests by using "-fno-tree-dce option". Unfortunately,
4403 EFL port needs not to check "uninitialized" build warning as error in order to
4404 adjust the option to EFL port. This patch don't take it as error temporarily.
4406 * Source/cmake/OptionsEfl.cmake:
4407 * Source/cmake/WebKitHelpers.cmake:
4409 2014-02-16 Martin Robinson <mrobinson@igalia.com>
4411 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
4412 https://bugs.webkit.org/show_bug.cgi?id=128434
4414 Reviewed by Anders Carlsson.
4416 * Source/cmake/OptionsGTK.cmake: Add -fno-omit-frame-pointer to the GTK+ CMake
4417 port as well as -fno-tree-dce, like it is used in the autotools build.
4419 2014-02-17 ChangSeok Oh <changseok.oh@collabora.com>
4421 [GTK] MEDIA_CONTROLS_SCRIPT depends on VIDEO_TRACK
4422 https://bugs.webkit.org/show_bug.cgi?id=128799
4424 Reviewed by Philippe Normand.
4426 MEDIA_CONTROLS_SCRIPT has a dependency on VIDEO_TRACK. So it causes a build break
4427 if building with autotools. cmake system has enabled it as default. So I propose
4428 enabling VIDEO_TRACK as well.
4430 * Source/autotools/SetupWebKitFeatures.m4:
4432 2014-02-14 Commit Queue <commit-queue@webkit.org>
4434 Unreviewed, rolling out r164090.
4435 http://trac.webkit.org/changeset/164090
4436 https://bugs.webkit.org/show_bug.cgi?id=128807
4438 It broke the EFL build (Requested by Ossy on #webkit).
4440 * Source/cmake/OptionsCommon.cmake:
4441 * Source/cmake/OptionsEfl.cmake:
4443 2014-02-09 Martin Robinson <mrobinson@igalia.com>
4445 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
4446 https://bugs.webkit.org/show_bug.cgi?id=128434
4448 Extend a fix for EFL to all ports that use GCC. Also include further fixes
4449 that were applied only to the autotools build.
4451 Reviewed by Gyuyoung Kim.
4453 * Source/cmake/OptionsCommon.cmake: Add -fno-omit-frame-pointer to all ports as well
4454 as -fno-tree-dce, which is necessary for GTK+.
4455 * Source/cmake/OptionsEfl.cmake: The GCC flag additions are now in the common options file.
4457 2014-02-04 Gustavo Noronha Silva <gns@gnome.org>
4459 [GTK][CMake] Generate GObject DOM bindings .symbols files
4460 https://bugs.webkit.org/show_bug.cgi?id=126210
4462 Reviewed by Martin Robinson.
4464 * Source/PlatformGTK.cmake: add checking DOM bindings API as a dependency
4465 for documentation generation.
4467 2014-02-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
4469 [GTK] MEDIA_CONTROLS_SCRIPT support
4470 https://bugs.webkit.org/show_bug.cgi?id=123097
4472 Reviewed by Jer Noble.
4474 Part of the Autotools and CMake structure to build the media
4477 * Source/autotools/SetupWebKitFeatures.m4: Activated the media
4478 controls script by default.
4479 * Source/cmake/OptionsGTK.cmake: Activated the media controls
4481 * Source/cmake/WebKitFeatures.cmake: Created the option to
4482 activate the controls script.
4483 * Source/cmakeconfig.h.cmake: Created the define template the the
4484 media controls script.
4486 2014-02-12 Zan Dobersek <zdobersek@igalia.com>
4488 [GDB] Add .gdbinit to the list of files ignored by Git
4489 https://bugs.webkit.org/show_bug.cgi?id=128455
4491 Reviewed by Anders Carlsson.
4493 * .gitignore: Ignore the .gdbinit file which can be used to perform WebKit-specific GDB initialization
4494 when the debugger is launched in the repository's root directory. Also remove a Chromium-specific comment
4495 that covers already removed entries.
4497 2014-02-11 Oliver Hunt <oliver@apple.com>
4499 Make it possible to implement JS builtins in JS
4500 https://bugs.webkit.org/show_bug.cgi?id=127887
4502 Reviewed by Michael Saboff.
4505 * Source/cmake/gtest/CMakeLists.txt:
4507 2014-02-12 Ryan Lortie <desrt@desrt.ca>
4509 'ar T' is not portable and breaks the build on FreeBSD
4510 https://bugs.webkit.org/show_bug.cgi?id=128596
4512 Reviewed by Gustavo Noronha Silva.
4514 Create thin archives only if we are using GNU ar.
4516 * Source/autotools/SetupLibtool.m4:
4518 2014-02-10 Krzysztof Wolanski <k.wolanski@samsung.com>
4520 Add the CSS_SHAPE_INSIDE to CMake feature list
4521 https://bugs.webkit.org/show_bug.cgi?id=128530
4523 Reviewed by Gyuyoung Kim.
4525 CSS_SHAPE_INSIDE flag was added in r163333,
4526 this patch is adding this flag to CMake feature list.
4528 * Source/cmake/WebKitFeatures.cmake:
4529 * Source/cmakeconfig.h.cmake:
4531 2014-02-09 Carlos Garnacho <carlosg@gnome.org>
4533 [GTK] Enable touch features
4534 https://bugs.webkit.org/show_bug.cgi?id=98931
4536 Reviewed by Carlos Garcia Campos.
4538 * Source/autotools/SetupWebKitFeatures.m4:
4539 * Source/cmake/OptionsGTK.cmake: set ENABLE_TOUCH_EVENTS to 1 if building with GTK+.
4541 2014-02-06 Andreas Kling <akling@apple.com>
4543 Remove unused ENABLE(REPAINT_THROTTLING) flag.
4544 <https://webkit.org/b/128329>
4546 Reviewed by Antti Koivisto.
4548 * Source/cmake/WebKitFeatures.cmake:
4549 * Source/cmakeconfig.h.cmake:
4551 2014-02-06 Joseph Pecoraro <pecoraro@apple.com>
4553 [iOS] make should build WebKit2
4554 https://bugs.webkit.org/show_bug.cgi?id=128351
4556 Reviewed by Daniel Bates.
4560 2014-02-05 Andreas Kling <akling@apple.com>
4562 Remove ENABLE(DIRECTORY_UPLOAD).
4563 <https://webkit.org/b/128275>
4565 Rubber-stamped by Ryosuke Niwa.
4567 * Source/autotools/SetupWebKitFeatures.m4:
4568 * Source/cmake/WebKitFeatures.cmake:
4570 2014-02-05 Csaba Osztrogonác <ossy@webkit.org>
4572 Remove ENABLE(SVG) guards
4573 https://bugs.webkit.org/show_bug.cgi?id=127991
4575 Reviewed by Sam Weinig.