1 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
3 [CMake] Add support for building with various sanitizer tools
4 https://bugs.webkit.org/show_bug.cgi?id=131941
6 Reviewed by Martin Robinson.
8 * Source/PlatformGTK.cmake: Don't generate any documentation
9 when compiling with sanitizers enabled.
10 * Source/cmake/OptionsCommon.cmake: Allow linking with
11 undefined symbols when compiling with sanitizers enabled.
13 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
15 libwebkit2gtk fails to link without opengl
16 https://bugs.webkit.org/show_bug.cgi?id=138332
18 Reviewed by Carlos Garcia Campos.
20 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
21 enabled regardless of whether OpenGL is, because certain symbols
22 such as WebCore::GraphicsLayer::create() need to be built.
24 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
26 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
27 https://bugs.webkit.org/show_bug.cgi?id=146181
29 Reviewed by Martin Robinson.
31 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
33 * Source/cmake/OptionsGTK.cmake:
35 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
37 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
38 https://bugs.webkit.org/show_bug.cgi?id=146171
40 Reviewed by Gyuyoung Kim.
42 * Source/cmake/OptionsEfl.cmake:
43 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
45 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
47 [CMake] FindGTK3.cmake should not modify the values of build options
48 https://bugs.webkit.org/show_bug.cgi?id=144613
50 Reviewed by Martin Robinson.
52 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
53 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
54 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
55 GTK3_SUPPORTS_GESTURES for consistency.
56 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
57 available. It's not possible to automatically select a backend correctly anymore, since all
58 options are set at the same time.
60 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
62 Remove unnecessary svn:executable flags
63 https://bugs.webkit.org/show_bug.cgi?id=146107
65 Reviewed by Alexey Proskuryakov.
67 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
68 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
69 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
70 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
71 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
73 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
75 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
76 https://bugs.webkit.org/show_bug.cgi?id=146108
78 Reviewed by Gyuyoung Kim.
80 * Source/cmake/OptionsEfl.cmake:
82 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
84 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
85 https://bugs.webkit.org/show_bug.cgi?id=146035
87 Reviewed by Gyuyoung Kim.
89 * Source/cmake/OptionsEfl.cmake:
91 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
93 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
94 https://bugs.webkit.org/show_bug.cgi?id=145701
96 Reviewed by Darin Adler.
98 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
100 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
102 [iOS] Crash long pressing on <input type=file>
103 https://bugs.webkit.org/show_bug.cgi?id=146009
104 <rdar://problem/21234453>
106 Reviewed by Ryosuke Niwa.
108 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
110 2015-06-16 Brent Fulgham <bfulgham@apple.com>
112 Rollout accidental Xcode project change.
114 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
116 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
118 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
119 https://bugs.webkit.org/show_bug.cgi?id=145909
121 Reviewed by Csaba Osztrogonác.
123 Bump EWebKit version based on efl library version used by the EWebKit.
125 * Source/cmake/OptionsEfl.cmake:
127 2015-06-11 Commit Queue <commit-queue@webkit.org>
129 Unreviewed, rolling out r185453.
130 https://bugs.webkit.org/show_bug.cgi?id=145881
132 it broke the 32-bit build (Requested by clopez on #webkit).
136 "[GTK] [Wayland] Should be possible to build with support for
137 both X11 and Wayland."
138 https://bugs.webkit.org/show_bug.cgi?id=145701
139 http://trac.webkit.org/changeset/185453
141 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
143 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
144 https://bugs.webkit.org/show_bug.cgi?id=145701
146 Reviewed by Žan Doberšek.
148 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
150 2015-06-03 Daniel Bates <dabates@apple.com>
152 Caps lock indicator should not be shown in read-only or disabled field
153 https://bugs.webkit.org/show_bug.cgi?id=145612
154 <rdar://problem/21227454>
156 Reviewed by Darin Adler.
158 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
159 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
160 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
162 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
164 [cmake] Suppress parentheses-equality warnings
165 https://bugs.webkit.org/show_bug.cgi?id=145126
167 Reviewed by Darin Adler.
169 * Source/cmake/WebKitHelpers.cmake:
171 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
173 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
174 https://bugs.webkit.org/show_bug.cgi?id=145408
176 Reviewed by Carlos Garcia Campos.
178 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
179 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
180 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
182 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
183 libraries. Detect also GLX libraries.
184 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
185 libraries. Use find_path() to get the include path.
186 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
188 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
189 depending on the libraries found on the system.
190 Move the detection of GLX (and the include of CMakePushCheckState)
192 Ensure that we only define USE_GLX when we build with OpenGL
193 (but not with GLESv2).
195 2015-05-27 Dean Jackson <dino@apple.com>
197 img.currentSrc problem in strict mode with old picturefill
198 https://bugs.webkit.org/show_bug.cgi?id=144095
199 <rdar://problem/21087013>
201 Reviewed by Simon Fraser.
203 Add a PICTURE_SIZES flag.
205 * Source/cmake/OptionsEfl.cmake:
206 * Source/cmake/OptionsGTK.cmake:
207 * Source/cmake/OptionsMac.cmake:
208 * Source/cmake/OptionsWindows.cmake:
209 * Source/cmake/WebKitFeatures.cmake:
211 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
213 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
215 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
217 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
219 Unreviewed. Export DatabaseProcessMainUnix symbol.
221 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
222 is exported in production builds.
224 * Source/cmake/gtksymbols.filter:
226 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
228 [GTK] Enable IndexedDB
229 https://bugs.webkit.org/show_bug.cgi?id=98932
231 Reviewed by Žan Doberšek.
233 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
234 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
236 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
238 [GTK] Bump GCC requirements to 4.9.0
239 https://bugs.webkit.org/show_bug.cgi?id=145211
241 Reviewed by Žan Doberšek.
243 It's required to build with IndexedDB support when using GCC,
244 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
246 * Source/cmake/OptionsGTK.cmake:
248 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
250 [CMake] Ignore warnings in system headers
251 https://bugs.webkit.org/show_bug.cgi?id=144747
253 Reviewed by Darin Adler.
255 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
256 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
257 use the SYSTEM argument to the command (added in 2.8.12).
261 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
263 [CMake] Error out when ruby is too old
264 https://bugs.webkit.org/show_bug.cgi?id=145014
266 Reviewed by Martin Robinson.
268 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
273 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
275 [GTK] Enable plugin-related CMake options and variables for the X11 target only
276 https://bugs.webkit.org/show_bug.cgi?id=144995
278 Reviewed by Carlos Garcia Campos.
280 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
281 the X11 windowing target at the moment, so the following options
282 and variables should be enabled or disabled accordingly:
283 - ENABLE_PLUGIN_PROCESS_GTK2
284 - ENABLE_NETSCAPE_PLUGIN_API
285 - ENABLE_PLUGIN_PROCESS
287 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
289 Linker fails without -DDEVELOPER_MODE=ON
290 https://bugs.webkit.org/show_bug.cgi?id=144117
292 Reviewed by Gyuyoung Kim.
294 * Source/cmake/OptionsEfl.cmake:
295 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
296 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
298 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
300 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
301 https://bugs.webkit.org/show_bug.cgi?id=144846
303 Reviewed by Martin Robinson.
305 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
306 CAIRO_GL_* throughout, because find_package will define
308 * Source/cmake/OptionsGTK.cmake: Ditto.
310 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
312 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
313 https://bugs.webkit.org/show_bug.cgi?id=144845
315 Reviewed by Martin Robinson.
317 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
318 if their corresponding WTF options are ON. The code in npapi.h
319 relies on these being undefined if they are to be switched off.
321 2015-05-09 Yoav Weiss <yoav@yoav.ws>
323 Remove the PICTURE_SIZES build flag
324 https://bugs.webkit.org/show_bug.cgi?id=144679
326 Reviewed by Benjamin Poulain.
328 Removed the PICTURE_SIZES build time flag.
330 * Source/cmake/OptionsEfl.cmake:
331 * Source/cmake/OptionsGTK.cmake:
332 * Source/cmake/OptionsMac.cmake:
333 * Source/cmake/OptionsWindows.cmake:
334 * Source/cmake/WebKitFeatures.cmake:
336 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
338 [GTK] [CMake] Check for required X libraries
339 https://bugs.webkit.org/show_bug.cgi?id=144823
341 Reviewed by Martin Robinson.
343 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
345 * Source/cmake/OptionsGTK.cmake:
347 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
349 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
350 https://bugs.webkit.org/show_bug.cgi?id=144746
352 Reviewed by Carlos Garcia Campos.
354 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
355 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
356 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
358 * Source/cmake/OptionsGTK.cmake:
360 2015-05-08 Daniel Bates <dabates@apple.com>
362 [iOS] WebSQL operations are not performed after device is locked
363 https://bugs.webkit.org/show_bug.cgi?id=137503
364 <rdar://problem/20844952>
366 Rubber-stamped by Alexey Proskuryakov.
368 Add a manual test to help verify that we do not regress this issue.
370 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
372 2015-05-08 Commit Queue <commit-queue@webkit.org>
374 Unreviewed, rolling out r183945.
375 https://bugs.webkit.org/show_bug.cgi?id=144789
377 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
381 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
382 https://bugs.webkit.org/show_bug.cgi?id=144746
383 http://trac.webkit.org/changeset/183945
385 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
387 Cleanup after r183940
388 https://bugs.webkit.org/show_bug.cgi?id=144768
392 Looks like the empty directories were not deleted.
394 * Source/PAL: Removed.
395 * Source/PAL/Configurations: Removed.
396 * Source/PAL/PAL.xcodeproj: Removed.
397 * Source/PAL/graphics: Removed.
399 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
401 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
402 https://bugs.webkit.org/show_bug.cgi?id=144746
404 Reviewed by Martin Robinson.
406 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
407 what it is defined to, so defining it to 0 effectively turned it on always.
409 * Source/cmake/OptionsGTK.cmake:
411 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
413 Revert "Introducing the Platform Abstraction Layer (PAL)"
414 https://bugs.webkit.org/show_bug.cgi?id=144751
418 PAL should be a new target inside WebCore, rather than a top-level folder.
420 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
422 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
424 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
426 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
428 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
430 Introducing the Platform Abstraction Layer (PAL)
431 https://bugs.webkit.org/show_bug.cgi?id=143358
433 Reviewed by Simon Fraser.
435 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
437 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
439 [cmake] Disable GNU Gold linker on Cortex A53
440 https://bugs.webkit.org/show_bug.cgi?id=144382
442 Reviewed by Carlos Garcia Campos.
444 * Source/cmake/OptionsCommon.cmake:
446 2015-05-01 Martin Robinson <mrobinson@igalia.com>
448 USE(...) macro should expect unprefixed variables
449 https://bugs.webkit.org/show_bug.cgi?id=144454
451 Reviewed by Daniel Bates.
453 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
454 * Source/cmake/OptionsEfl.cmake: Ditto.
455 * Source/cmake/OptionsGTK.cmake: Ditto.
456 * Source/cmake/OptionsMac.cmake: Ditto.
457 * Source/cmake/OptionsWinCairo.cmake: Ditto.
458 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
461 2015-04-30 Martin Robinson <mrobinson@igalia.com>
463 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
464 https://bugs.webkit.org/show_bug.cgi?id=144394
466 Reviewed by Carlos Garcia Campos.
468 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
469 is that it fixes the redirected XComposite window for GTK+, which was accidentally
470 disabled in previous reworking of the CMake configuration.
472 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
473 version of USE variables.
474 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
475 is exposed to the build.
477 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
479 Unreviewed. Bump GTK+ version numbers.
481 * Source/cmake/OptionsGTK.cmake:
483 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
485 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
486 https://bugs.webkit.org/show_bug.cgi?id=144435
488 Reviewed by Gyuyoung Kim.
490 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
491 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
493 * Source/cmake/OptionsEfl.cmake:
495 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
497 REGRESSION(183583): [Mac] make without SDKROOT has issues
498 https://bugs.webkit.org/show_bug.cgi?id=144431
500 Reviewed by Dan Bernstein.
503 Assume an empty SDKROOT means an macosx variant, so only
504 enable settings if the SDKROOT is not empty and does not
507 2015-04-29 Martin Robinson <mrobinson@igalia.com>
509 Fix the GTK+ build after r183584
511 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
513 2015-04-29 Martin Robinson <mrobinson@igalia.com>
515 [GTK] Add support for automatic hyphenation
516 https://bugs.webkit.org/show_bug.cgi?id=44478
518 Reviewed by Carlos Garcia Campos.
520 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
521 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
522 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
524 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
526 Failure when building WebKit for appletvsimulator.
527 https://bugs.webkit.org/show_bug.cgi?id=144356
529 Reviewed by Alexey Proskuryakov.
531 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
532 make TVOS and WatchOS behave correctly.
536 2015-04-29 Martin Robinson <mrobinson@igalia.com>
538 [CMake] [GTK] Organize and clean up unused CMake variables
539 https://bugs.webkit.org/show_bug.cgi?id=144364
541 Reviewed by Gyuyoung Kim.
543 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
544 specific to certain projects into their PlatformGTK.cmake files.
546 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
548 [EFL] Build failure to find gio-unix
549 https://bugs.webkit.org/show_bug.cgi?id=144083
551 Reviewed by Gyuyoung Kim.
553 Original patch by Doug Newgard <scimma22@outlook.com>
555 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
557 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
559 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
560 https://bugs.webkit.org/show_bug.cgi?id=143001
562 Reviewed by Gyuyoung Kim.
564 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
565 * Source/cmake/OptionsGTK.cmake: Ditto.
567 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
569 Unreviewed, fix typo in previous commit
571 libsecretr -> libsecret in the error message.
573 * Source/cmake/OptionsGTK.cmake:
575 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
577 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
578 https://bugs.webkit.org/show_bug.cgi?id=143546
580 Reviewed by Martin Robinson.
582 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
583 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
584 default. Fail the build with an informative error message if an optional dependency required
585 for an enabled feature is not present. Perform find_package commands only when necessary.
586 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
589 * Source/cmake/OptionsGTK.cmake:
591 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
593 [GTK] Make all options actually options
594 https://bugs.webkit.org/show_bug.cgi?id=144106
596 Reviewed by Martin Robinson.
598 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
599 ENABLE_WAYLAND_TARGET.
601 * Source/cmake/OptionsGTK.cmake:
603 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
605 Unreviewed, fix GTK build after r183452
607 * Source/cmake/OptionsGTK.cmake:
609 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
611 [GTK] Add one single option to control all OpenGL-related options
612 https://bugs.webkit.org/show_bug.cgi?id=144105
614 Reviewed by Martin Robinson.
616 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
617 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
618 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
619 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
620 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
623 * Source/cmake/OptionsGTK.cmake:
625 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
627 [GTK] ENABLE_SMOOTH_SCROLLING should be private
628 https://bugs.webkit.org/show_bug.cgi?id=144306
630 Reviewed by Martin Robinson.
632 Make ENABLE_SMOOTH_SCROLLING private instead of public.
634 * Source/cmake/OptionsGTK.cmake:
636 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
638 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
639 https://bugs.webkit.org/show_bug.cgi?id=144193
641 Reviewed by Darin Adler.
643 * Source/cmake/OptionsEfl.cmake:
644 * Source/cmake/OptionsGTK.cmake:
645 * Source/cmake/OptionsWinCairo.cmake:
646 * Source/cmake/WebKitFeatures.cmake:
648 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
650 [CMake] Should be possible for an option to conflict with other options
651 https://bugs.webkit.org/show_bug.cgi?id=143956
653 Reviewed by Martin Robinson.
655 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
657 * Source/cmake/WebKitFeatures.cmake:
659 2015-04-22 Martin Robinson <mrobinson@igalia.com>
661 [CMake] Autogenerate cmakeconfig.h.cmake
662 https://bugs.webkit.org/show_bug.cgi?id=143997
664 Reviewed by Csaba Osztrogonác.
666 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
667 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
668 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
669 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
670 Do some other miscellaneous related cleanup.
671 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
672 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
673 build exposed variables. Add a macro to generate a configuration from them.
674 * Source/cmakeconfig.h.cmake: Removed.
676 2015-04-24 Philippe Normand <pnormand@igalia.com>
678 [JHBuild] Move to upstream OpenWebRTC
679 https://bugs.webkit.org/show_bug.cgi?id=144145
681 Reviewed by Carlos Garcia Campos.
683 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
686 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
688 [ES6] Implement ES6 template literals
689 https://bugs.webkit.org/show_bug.cgi?id=142691
691 Reviewed by Darin Adler.
693 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
695 * Source/cmake/WebKitFeatures.cmake:
696 * Source/cmakeconfig.h.cmake:
698 2015-04-25 Martin Robinson <mrobinson@igalia.com>
700 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
701 https://bugs.webkit.org/show_bug.cgi?id=144182
703 Reviewed by Simon Fraser.
705 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
706 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
707 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
708 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
709 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
711 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
713 [GTK] Add more public options
714 https://bugs.webkit.org/show_bug.cgi?id=144116
716 Reviewed by Martin Robinson.
718 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
720 * Source/cmake/OptionsGTK.cmake:
722 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
724 [CMake] Some internal variables are not marked as advanced
725 https://bugs.webkit.org/show_bug.cgi?id=143595
727 Reviewed by Martin Robinson.
729 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
730 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
732 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
734 [GTK] Mark as advanced the build options we don't want to expose
735 https://bugs.webkit.org/show_bug.cgi?id=143558
737 Reviewed by Martin Robinson.
739 Mark various options as private instead of public.
741 * Source/cmake/OptionsGTK.cmake:
743 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
745 [CMake] Should be possible for an option to depend on multiple options
746 https://bugs.webkit.org/show_bug.cgi?id=143839
748 Reviewed by Martin Robinson.
750 Use a list instead of a single variable to track the dependencies of each option. Iterate
751 over the list as many times as necessary to ensure all options are properly disabled.
753 * Source/cmake/WebKitFeatures.cmake:
755 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
757 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
758 https://bugs.webkit.org/show_bug.cgi?id=144103
760 Reviewed by Martin Robinson.
762 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
764 * Source/cmake/WebKitFeatures.cmake:
766 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
768 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
769 https://bugs.webkit.org/show_bug.cgi?id=144102
771 Reviewed by Martin Robinson.
773 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
774 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
775 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
777 * Source/cmake/OptionsGTK.cmake:
779 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
781 [CMake] Clean up JSC JIT options
782 https://bugs.webkit.org/show_bug.cgi?id=143998
784 Reviewed by Filip Pizlo.
786 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
787 define for ENABLE_FTL_NATIVE_CALL_INLINING.
788 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
789 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
790 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
791 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
793 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
795 [CMake] Use lowercase for local variables in macros
796 https://bugs.webkit.org/show_bug.cgi?id=144059
798 Reviewed by Martin Robinson.
800 Convert some variable names to lowercase.
802 * Source/cmake/WebKitFeatures.cmake:
804 2015-04-22 Commit Queue <commit-queue@webkit.org>
806 Unreviewed, rolling out r183116.
807 https://bugs.webkit.org/show_bug.cgi?id=144060
809 Inadvertently deleted a file... (Requested by mcatanzaro on
814 "[CMake] Use lowercase for local variables in macros"
815 https://bugs.webkit.org/show_bug.cgi?id=144059
816 http://trac.webkit.org/changeset/183116
818 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
820 [CMake] Use lowercase for local variables in macros
821 https://bugs.webkit.org/show_bug.cgi?id=144059
823 Reviewed by Martin Robinson.
825 Convert some variable names to lowercase.
827 * Source/cmake/WebKitFeatures.cmake:
829 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
831 [CMake] Features list should print dots every other row
832 https://bugs.webkit.org/show_bug.cgi?id=143832
834 Reviewed by Martin Robinson.
836 Discount private options when determining whether to print dots on a given row of the
837 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
838 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
839 wasn't noticed because it only affects the first line, and use of the variable name as a
840 string in a conditional.)
842 * Source/cmake/WebKitFeatures.cmake:
844 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
846 [CMake] Require specifying visibility of WebKit options
847 https://bugs.webkit.org/show_bug.cgi?id=143831
849 Reviewed by Alex Christensen.
851 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
852 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
853 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
854 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
855 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
856 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
857 cross-platform options as PRIVATE.
859 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
861 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
862 https://bugs.webkit.org/show_bug.cgi?id=143935
864 Reviewed by Darin Adler.
866 Some variables aren't defined in these files or unused variables aren't removed. This
867 patch cleans up it as well as fix wrong alphabet order.
869 * Source/cmake/WebKitFeatures.cmake:
870 * Source/cmakeconfig.h.cmake:
872 2015-04-19 Simon Fraser <simon.fraser@apple.com>
874 Restore the WebKit.xcworkspace to the way it was before r182899,
875 which inadvertently added the Source directory and a couple of source
878 * WebKit.xcworkspace/contents.xcworkspacedata:
880 2015-04-16 Basile Clement <basile_clement@apple.com>
882 Extract the allocation profile from JSFunction into a rare object
883 https://bugs.webkit.org/show_bug.cgi?id=143807
885 Reviewed by Filip Pizlo.
887 * WebKit.xcworkspace/contents.xcworkspacedata:
889 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
891 [EFL] Bump LLVM to version 3.6.0 on X86_64
892 https://bugs.webkit.org/show_bug.cgi?id=143604
894 Reviewed by Gyuyoung Kim.
896 * Source/cmake/FindLLVM.cmake: Added version handling.
897 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
899 2015-04-15 Timothy Horton <timothy_horton@apple.com>
901 Custom CSS cursors do not use -webkit-image-set on retina displays
902 https://bugs.webkit.org/show_bug.cgi?id=120783
904 Reviewed by Beth Dakin.
905 Patch by Evan Wallace <evan.exe@gmail.com>.
907 Add a manual test for custom CSS cursors on retina displays.
909 * ManualTests/retina-cursors.html: Added.
911 2015-04-15 Alex Christensen <achristensen@webkit.org>
913 Progress towards CMake on Mac.
914 https://bugs.webkit.org/show_bug.cgi?id=143785
916 Reviewed by Csaba Osztrogonác.
919 * Source/cmake/OptionsMac.cmake:
920 * Source/cmake/WebKitFS.cmake:
922 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
924 Cannot click "Next" button on Google two-factor auth setup page
926 <https://bugs.webkit.org/show_bug.cgi?id=143624>
927 <rdar://problem/19175714>
929 Reviewed by Darin Adler.
931 * ManualTests/button-that-focuses-itself-on-click.html: Added.
933 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
935 [cmake] REGRESSION(182663): It broke feature dependency handling
936 https://bugs.webkit.org/show_bug.cgi?id=143665
938 Reviewed by Csaba Osztrogonác.
940 Don't try to check the value of options before defining the options.
942 * Source/cmake/WebKitFeatures.cmake:
944 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
946 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
947 https://bugs.webkit.org/show_bug.cgi?id=143664
949 Reviewed by Gyuyoung Kim.
951 * Source/cmake/OptionsEfl.cmake:
952 * Source/cmake/OptionsGTK.cmake:
953 * Source/cmake/WebKitFeatures.cmake:
954 * Source/cmakeconfig.h.cmake:
956 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
958 [EFL] Enable Media Source
959 https://bugs.webkit.org/show_bug.cgi?id=143635
961 Reviewed by Csaba Osztrogonác.
963 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
965 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
967 [CMake] Miscellaneous issues in WebKitFeatures.cmake
968 https://bugs.webkit.org/show_bug.cgi?id=143636
970 Reviewed by Martin Robinson.
972 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
973 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
975 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
976 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
978 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
980 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
982 Fix ENABLE_TOUCH_SLIDER so that it can be used
986 * Source/cmake/WebKitFeatures.cmake:
988 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
990 [CMake] Print sorted feature list at the very end of the configure process
991 https://bugs.webkit.org/show_bug.cgi?id=143596
993 Reviewed by Martin Robinson.
995 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
996 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
997 and sort the options before printing. Reorder some code so that features still get
998 propagated to the bindings generators.
1000 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1002 [CMake] Options should be marked as advanced by default
1003 https://bugs.webkit.org/show_bug.cgi?id=143572
1005 Reviewed by Gyuyoung Kim.
1007 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
1008 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
1009 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
1010 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
1011 option without making it public.
1013 * Source/cmake/WebKitFeatures.cmake:
1015 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1017 [CMake] Remove unnecessary ENABLE_WEBCORE switch
1018 https://bugs.webkit.org/show_bug.cgi?id=143584
1020 Reviewed by Csaba Osztrogonác.
1022 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
1026 * Source/CMakeLists.txt:
1027 * Source/cmake/OptionsGTK.cmake:
1028 * Source/cmake/WebKitFS.cmake:
1030 2015-04-08 Filip Pizlo <fpizlo@apple.com>
1032 Unreviewed, revert accidental commit.
1036 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
1038 Add CMake build system for WinCairo port.
1039 https://bugs.webkit.org/show_bug.cgi?id=115944
1041 Reviewed by Chris Dumez.
1043 * Source/cmake/OptionsWindows.cmake:
1044 * Source/cmake/WebKitMacros.cmake:
1045 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1047 2015-04-06 Alberto Garcia <berto@igalia.com>
1049 [GTK] Fix HPPA build
1050 https://bugs.webkit.org/show_bug.cgi?id=143453
1052 Reviewed by Darin Adler.
1054 Add HPPA to the list of supported CPUs.
1058 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
1060 Unreviewed, kick the GTK bots to fix an incremental build issue.
1062 * Source/cmake/OptionsGTK.cmake:
1064 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
1066 Fix the EFL and GTK build after r182243
1067 https://bugs.webkit.org/show_bug.cgi?id=143361
1069 Reviewed by Csaba Osztrogonác.
1071 * Source/PlatformEfl.cmake: Add a custom command that copies
1072 the InspectorBackendCommands.js file into the proper directory
1073 under DerivedSources/WebInspectorUI/.
1075 2015-04-01 Alex Christensen <achristensen@webkit.org>
1077 Progress towards CMake on Windows and Mac.
1078 https://bugs.webkit.org/show_bug.cgi?id=143293
1080 Reviewed by Filip Pizlo.
1083 Set DERIVED_SOURCES_WTF_DIR for Windows.
1084 * Source/CMakeLists.txt:
1085 Don't compile bmalloc on Windows.
1086 * Source/cmake/OptionsCommon.cmake:
1087 Use the absolute path of the C preprocessor.
1088 * Source/cmake/OptionsWinCairo.cmake:
1089 Added needed definitions.
1090 * Source/cmake/OptionsWindows.cmake:
1091 Set some default values and removed support for old Visual Studio versions before /MP.
1092 * Source/cmake/WebKitFS.cmake:
1093 Make WTF DerivedSources directory.
1094 * Source/cmake/WebKitMacros.cmake:
1095 Added ADD_PRECOMPILED_HEADER macro based on
1096 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1098 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
1100 Use colored diagnostics when building with cmake + ninja + clang
1101 https://bugs.webkit.org/show_bug.cgi?id=143297
1103 Reviewed by Žan Doberšek.
1105 Because that ninja sets subprocess stdout/stderr to a pipe, clang
1106 disables colored output.
1107 This patch forces clang to use colored diagnostics when we are using
1110 * Source/cmake/OptionsCommon.cmake:
1112 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1114 [CMake] Update old CMakeList.txt in gtest
1115 https://bugs.webkit.org/show_bug.cgi?id=143192
1117 Reviewed by Darin Adler.
1119 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
1120 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
1121 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
1123 * Source/CMakeLists.txt:
1124 * Source/cmake/gtest/CMakeLists.txt: Removed.
1126 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1128 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
1129 https://bugs.webkit.org/show_bug.cgi?id=143138
1131 Reviewed by Csaba Osztrogonác.
1133 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
1134 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
1136 * Source/cmake/OptionsWindows.cmake:
1137 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
1138 * Source/cmake/WebKitMacros.cmake:
1140 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1142 [GStreamer] share GL context in pipeline, part 2
1143 https://bugs.webkit.org/show_bug.cgi?id=143049
1145 Reviewed by Carlos Garcia Campos.
1147 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
1148 OpenGL/ES2 is found and GLX/EGL is found too.
1150 2015-03-26 Alex Christensen <achristensen@webkit.org>
1152 Progress towards CMake on Mac.
1153 https://bugs.webkit.org/show_bug.cgi?id=143112
1155 Reviewed by Chris Dumez.
1157 * Source/cmake/OptionsMac.cmake:
1159 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
1161 [EFL] Add OpenWebRTC in jhbuild
1162 https://bugs.webkit.org/show_bug.cgi?id=142778
1164 Reviewed by Gyuyoung Kim.
1166 Original patch by Philippe Normand <pnormand@igalia.com>
1168 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
1169 mediastream build is enabled.
1171 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
1173 [GTK] Add a configure option to build without Redirected XComposite Window
1174 https://bugs.webkit.org/show_bug.cgi?id=142865
1176 Reviewed by Žan Doberšek.
1178 The Redirected XComposite Window was added to support some
1179 features like GtkOverlay, but in cases where we don't need such
1180 features, it's more efficient to use the XID of the WebKitWebView
1181 window as the native surface handle for the accelerated
1182 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
1183 that is enabled by default for X11 target when OpenGL is enabled.
1185 * Source/cmake/OptionsGTK.cmake:
1187 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
1189 [GTK] Search for the Wayland dependency when enabling Wayland target
1190 https://bugs.webkit.org/show_bug.cgi?id=142876
1192 Reviewed by Carlos Garcia Campos.
1194 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
1195 requirement of either the GTK+ or GDK pkg-config files, so we have to
1196 search for it ourselves when WebKitGTK+ has been configured to support
1197 the Wayland windowing target.
1199 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1201 Unreviewed, kick the GTK bots to regenerate makefile.
1202 https://bugs.webkit.org/show_bug.cgi?id=137394
1204 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
1205 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
1207 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1209 Unreviewed, kick the GTK bots to regenerate makefile.
1210 https://bugs.webkit.org/show_bug.cgi?id=137394
1212 * Source/cmake/OptionsEfl.cmake:
1214 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
1216 [GTK] Fix inspector userinterface related incremental build issue
1217 https://bugs.webkit.org/show_bug.cgi?id=142849
1219 Reviewed by Carlos Garcia Campos.
1221 * Source/cmake/OptionsGTK.cmake: Revert r181733.
1223 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
1225 Unreviewed, kick the GTK bots to regenerate makefile.
1227 * Source/cmake/OptionsGTK.cmake:
1229 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
1231 [EFL] Expose JavaScript binding interface through ewk_extension
1232 https://bugs.webkit.org/show_bug.cgi?id=142033
1234 Reviewed by Gyuyoung Kim.
1236 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
1238 2015-03-17 Philippe Normand <pnormand@igalia.com>
1240 [GTK] basic OpenWebRTC build support
1241 https://bugs.webkit.org/show_bug.cgi?id=142393
1243 Reviewed by Carlos Garcia Campos.
1245 * Source/cmake/FindOpenWebRTC.cmake: Added.
1246 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
1247 mediastream build is enabled.
1249 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1251 [CMake][EFL] Build test tools only for developer mode
1252 https://bugs.webkit.org/show_bug.cgi?id=142761
1254 Reviewed by Csaba Osztrogonác.
1256 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
1258 * Source/cmake/OptionsEfl.cmake:
1259 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
1260 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
1261 * Source/cmakeconfig.h.cmake:
1263 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
1265 Enable ES6 classes by default
1266 https://bugs.webkit.org/show_bug.cgi?id=142774
1268 Reviewed by Gavin Barraclough.
1270 * Source/cmake/WebKitFeatures.cmake:
1272 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1274 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
1275 https://bugs.webkit.org/show_bug.cgi?id=142722
1277 Reviewed by Csaba Osztrogonác.
1279 Categorize to define cmake variables, to find necessary packages,
1280 use upper case for "glib_conponents" cmake variable name, re-arrange
1281 wrong alphabet sorting, and so on.
1283 * CMakeLists.txt: Remove WinCE port.
1284 * Source/cmake/OptionsEfl.cmake:
1286 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1288 [GStreamer] share GL context in pipeline
1289 https://bugs.webkit.org/show_bug.cgi?id=142693
1291 Reviewed by Philippe Normand.
1293 Add search of gstreamer-gl library in the GStreamer installation. If
1294 it is found, WTF_USE_GSTREAMER_GL macro is defined.
1296 * Source/cmake/FindGStreamer.cmake:
1297 * Source/cmake/OptionsGTK.cmake:
1299 2015-03-13 Alex Christensen <achristensen@webkit.org>
1301 Progress towards CMake on Mac.
1302 https://bugs.webkit.org/show_bug.cgi?id=142680
1304 Reviewed by Gyuyoung Kim.
1307 * Source/PlatformMac.cmake: Added stub.
1308 * Source/cmake/OptionsMac.cmake:
1309 Change defines to get CMake working.
1311 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1313 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
1314 https://bugs.webkit.org/show_bug.cgi?id=126688
1316 Reviewed by Gustavo Noronha Silva.
1318 Add ENABLE_MINIBROWSER option, enabled by default for development
1319 builds and disabled for production builds unless explicilty enabled.
1321 * Source/cmake/OptionsGTK.cmake:
1323 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1325 [GTK] Do not look for child processes in the UI process binary path
1326 https://bugs.webkit.org/show_bug.cgi?id=135752
1328 Reviewed by Gustavo Noronha Silva.
1330 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
1331 build for development builds.
1333 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
1335 [GTK] Add a configure option to build with OpenGL ES 2
1336 https://bugs.webkit.org/show_bug.cgi?id=142498
1338 Reviewed by Martin Robinson.
1340 Add ENABLE_GLES2 option. It's disabled by default, but if passed
1341 GLES2 is required and OpenGL is not even searched. Otherwise we
1342 search for OpenGL as usual, using it only if present.
1344 * Source/cmake/OptionsGTK.cmake:
1346 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
1348 [cmake] Handle unused parameter warnings as build errors except in WebKit2
1349 https://bugs.webkit.org/show_bug.cgi?id=142338
1351 Reviewed by Gyuyoung Kim.
1353 * Source/cmake/WebKitHelpers.cmake:
1355 2015-03-03 Daniel Bates <dabates@apple.com>
1357 Convert ManualTests/svg-tooltip.svg to a DRT test
1358 https://bugs.webkit.org/show_bug.cgi?id=140480
1360 Reviewed by Alex Christensen.
1362 * ManualTests/svg-tooltip.svg: Removed.
1364 2015-03-02 Debarshi Ray <debarshir@gnome.org>
1366 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
1367 https://bugs.webkit.org/show_bug.cgi?id=142165
1369 Reviewed by Carlos Garcia Campos.
1371 * Source/cmake/gtksymbols.filter:
1373 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
1375 [EFL] Remove unnecessary comment after r179110
1376 https://bugs.webkit.org/show_bug.cgi?id=142042
1378 Reviewed by Gyuyoung Kim.
1380 * Source/cmake/OptionsEfl.cmake:
1382 2015-02-23 Tomas Popela <tpopela@redhat.com>
1384 [GTK] Fails to compile with cmake 3.2.x
1385 https://bugs.webkit.org/show_bug.cgi?id=141796
1387 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
1388 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
1389 added and the build will fail.
1391 Reviewed by Martin Robinson.
1393 * Source/cmake/OptionsGTK.cmake:
1395 2015-02-20 Alexey Proskuryakov <ap@apple.com>
1397 Remove svn:keywords property.
1399 As far as I can tell, the property had no effect on any of these files, but also,
1400 when it has effect it's likely harmful.
1402 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
1403 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
1404 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
1405 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
1406 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
1407 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
1408 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
1409 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
1410 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
1411 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
1412 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
1413 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
1414 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
1415 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
1417 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1419 [CMAKE] Remove CMakeLists.txt in WK1 port
1420 https://bugs.webkit.org/show_bug.cgi?id=141617
1422 Reviewed by Anders Carlsson.
1424 Nobody uses CMake in WK1 port. Remove it.
1428 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
1430 Unreviewed, remove empty directories.
1432 * ManualTests/qt: Removed.
1434 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
1436 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
1437 https://bugs.webkit.org/show_bug.cgi?id=141481
1439 Reviewed by Csaba Osztrogonác.
1441 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
1443 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1445 [EFL][GTK] Use bmalloc instead of tcmalloc
1446 https://bugs.webkit.org/show_bug.cgi?id=140162
1448 Reviewed by Carlos Garcia Campos.
1450 Add bmalloc directory to build list.
1452 * CMakeLists.txt: Define BMALLOC_DIR directory.
1453 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
1455 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
1457 [GTK] Add default color chooser implementation using GtkColorChooserDialog
1458 https://bugs.webkit.org/show_bug.cgi?id=141392
1460 Reviewed by Gustavo Noronha Silva.
1462 Enable INPUT_TYPE_COLOR by default for GTK+ port.
1464 * Source/cmake/OptionsGTK.cmake:
1466 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
1468 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
1469 https://bugs.webkit.org/show_bug.cgi?id=141328
1471 Reviewed by Darin Adler.
1473 Added as manual test because it involves a huge grid allocation
1474 which is very slow on Debug bots, the only ones capable to trigger
1477 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
1479 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
1481 [Streams API] Implement a barebone ReadableStream interface
1482 https://bugs.webkit.org/show_bug.cgi?id=141045
1484 Reviewed by Benjamin Poulain.
1486 * Source/cmake/WebKitFeatures.cmake:
1487 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
1489 2015-02-02 Filip Pizlo <fpizlo@apple.com>
1491 Revert accidental change in r179490.
1495 2015-02-02 Filip Pizlo <fpizlo@apple.com>
1497 Unreviewed, revert accidental change to Makefile.shared in r179478
1501 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
1503 [CMake] Minimum python version should be 2.7.
1504 https://bugs.webkit.org/show_bug.cgi?id=140997
1506 Reviewed by Csaba Osztrogonác.
1510 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
1512 Apply feTurbulence spec change to fix zero length vector generation
1513 https://bugs.webkit.org/show_bug.cgi?id=140812
1515 Reviewed by Darin Adler.
1517 Recently a bug with the turbulence algorithm was corrected in the
1518 Filter Effects specification.
1519 For some seed values this bug allowed zero length vectors to be generated.
1520 This resulted in large solid color squares being present in the generated image.
1521 The feTurbulence algorithm was updated to reject zero length vectors. This patch
1522 applies that change in WebCore.
1524 Test: svg/filters/feTurbulence_bad_seeds.html
1526 * platform/graphics/filters/FETurbulence.cpp:
1527 (WebCore::FETurbulence::initPaint):
1528 Added rejection sampling during vector generation to avoid zero length vectors.
1530 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
1532 [cmake] Remove compiler version calculate cruft
1533 https://bugs.webkit.org/show_bug.cgi?id=140885
1535 Reviewed by Darin Adler.
1537 * Source/cmake/WebKitHelpers.cmake:
1539 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
1541 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
1542 https://bugs.webkit.org/show_bug.cgi?id=140886
1544 Reviewed by Žan Doberšek.
1546 * Source/cmake/WebKitHelpers.cmake:
1548 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
1550 [GTK] gtkdoc does not appear in DevHelp
1551 https://bugs.webkit.org/show_bug.cgi?id=139369
1553 Reviewed by Philippe Normand.
1555 Expect the gtkdoc to be generated in folders named with the API version.
1557 * Source/PlatformGTK.cmake:
1559 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
1561 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
1562 https://bugs.webkit.org/show_bug.cgi?id=140609
1564 Reviewed by Csaba Osztrogonác.
1566 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
1567 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
1568 compilation flags. Those were added after the jsCStack branch merge, but
1569 can now be removed since the -ftree-dce issues were fixed in GCC, and
1570 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
1572 * Source/cmake/OptionsEfl.cmake:
1573 * Source/cmake/OptionsGTK.cmake:
1575 2015-01-26 Commit Queue <commit-queue@webkit.org>
1577 Unreviewed, rolling out r179107.
1578 https://bugs.webkit.org/show_bug.cgi?id=140880
1580 The GCC in the bots doesn't support the AsyncTask
1581 implementation (Requested by KaL on #webkit).
1585 "[GTK] Enable IndexedDB"
1586 https://bugs.webkit.org/show_bug.cgi?id=98932
1587 http://trac.webkit.org/changeset/179107
1589 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
1591 [GTK] Enable IndexedDB
1592 https://bugs.webkit.org/show_bug.cgi?id=98932
1594 Reviewed by Žan Doberšek.
1596 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
1597 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
1599 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
1601 [GTK] Add initial database process support
1602 https://bugs.webkit.org/show_bug.cgi?id=139491
1604 Reviewed by Sergio Villar Senin.
1606 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
1608 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
1610 Add a build flag for ES6 class syntax
1611 https://bugs.webkit.org/show_bug.cgi?id=140760
1613 Reviewed by Michael Saboff.
1615 * Source/cmake/WebKitFeatures.cmake:
1616 * Source/cmakeconfig.h.cmake:
1618 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
1620 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
1621 https://bugs.webkit.org/show_bug.cgi?id=140049
1623 Reviewed by Gyuyoung Kim.
1625 * Source/cmake/OptionsCommon.cmake:
1627 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
1629 Remove ENABLE(INSPECTOR) ifdef guards
1630 https://bugs.webkit.org/show_bug.cgi?id=140668
1632 Reviewed by Darin Adler.
1634 * Source/PlatformEfl.cmake:
1635 * Source/cmake/OptionsEfl.cmake:
1636 * Source/cmake/OptionsGTK.cmake:
1637 * Source/cmake/OptionsMac.cmake:
1638 * Source/cmake/WebKitFeatures.cmake:
1639 * Source/cmakeconfig.h.cmake:
1641 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
1643 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
1645 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1647 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1649 [CMAKE] Fix cmake warning
1650 https://bugs.webkit.org/show_bug.cgi?id=140497
1652 Reviewed by Gustavo Noronha Silva.
1654 r173155 already tried to fix cmake warning though, the warning is still exist.
1655 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
1656 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
1657 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
1658 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
1659 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
1663 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
1665 [GTK] Generate the make dist manifest from a CMake template file
1666 https://bugs.webkit.org/show_bug.cgi?id=139387
1668 Reviewed by Martin Robinson.
1670 Generate manifest.txt from manifest.txt.in. Only expose the dist and
1671 distcheck targets for developer builds, as they won't work when
1672 building from a tarball because the manifest is not distributed.
1674 * Source/PlatformGTK.cmake:
1676 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
1678 Remove ENABLE(SQL_DATABASE) guards
1679 https://bugs.webkit.org/show_bug.cgi?id=140434
1681 Reviewed by Darin Adler.
1683 * Source/cmake/OptionsMac.cmake:
1684 * Source/cmake/WebKitFeatures.cmake:
1685 * Source/cmakeconfig.h.cmake:
1687 2015-01-11 Sam Weinig <sam@webkit.org>
1689 Remove support for SharedWorkers
1690 https://bugs.webkit.org/show_bug.cgi?id=140344
1692 Reviewed by Anders Carlsson.
1694 * Source/cmake/OptionsEfl.cmake:
1695 * Source/cmake/OptionsGTK.cmake:
1696 * Source/cmake/OptionsMac.cmake:
1697 * Source/cmake/WebKitFeatures.cmake:
1698 * Source/cmakeconfig.h.cmake:
1700 2015-01-10 Dan Bernstein <mitz@apple.com>
1702 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
1703 https://bugs.webkit.org/show_bug.cgi?id=140339
1705 Reviewed by Mark Rowe.
1707 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
1708 prevents unnecessary rebuilding due to PATH differences.
1710 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
1712 [GTK][ThreadedCompositor] Add support for threaded compositor.
1713 https://bugs.webkit.org/show_bug.cgi?id=118265
1715 Reviewed by Martin Robinson.
1717 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
1718 autotools build systems. The feature is disabled by default.
1719 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
1720 from the feature flags.
1722 * Source/cmake/OptionsEfl.cmake:
1723 * Source/cmake/OptionsGTK.cmake:
1724 * Source/cmake/WebKitFeatures.cmake:
1725 * Source/cmakeconfig.h.cmake:
1727 2014-12-23 Alexey Proskuryakov <ap@apple.com>
1729 Simplify building with ASan
1730 https://bugs.webkit.org/show_bug.cgi?id=139916
1732 Reviewed by Mark Rowe.
1734 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
1736 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
1738 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
1740 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1742 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
1744 Null dereference performing a "TapAndAHalf" gesture in Google search field
1746 <https://bugs.webkit.org/show_bug.cgi?id=139506>
1747 <rdar://problem/19028828>
1749 Reviewed by Darin Adler.
1751 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
1753 2014-12-10 Dean Jackson <dino@apple.com>
1755 Blur filter performance test doesn't provide results
1756 https://bugs.webkit.org/show_bug.cgi?id=139462
1758 Reviewed by Sam Weinig.
1760 This can't currently work under our performance test
1761 infrastructure. Move it to a manual test to avoid
1762 putting FAILures into the results.
1764 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
1766 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
1768 [GTK][WK2] Add HTML5 Notifications support
1769 https://bugs.webkit.org/show_bug.cgi?id=61140
1771 Reviewed by Carlos Garcia Campos.
1773 * Source/cmake/FindLibNotify.cmake: Added.
1774 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
1775 libnotify and use it for a default implementation when found.
1777 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
1779 REGRESSION(r155906): Page content disappears on Tuaw article after loading
1780 https://bugs.webkit.org/show_bug.cgi?id=138100
1782 Reviewed by Simon Fraser.
1784 DRT causes an extra paint which makes it impossible to test this with
1787 * ManualTests/float-layer-not-painting.html: Added.
1789 2014-12-07 Alberto Garcia <berto@igalia.com>
1791 [GTK] WebKit has a new required dependency on GnuTLS
1792 https://bugs.webkit.org/show_bug.cgi?id=136158
1794 Reviewed by Martin Robinson.
1796 Detect if GnuTLS is installed and enable or disable subtle crypto
1797 support accordingly.
1799 * Source/cmake/OptionsGTK.cmake:
1801 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
1803 [GTK] Missing API detected in GObject DOM bindings after r176630
1804 https://bugs.webkit.org/show_bug.cgi?id=139201
1806 Reviewed by Gustavo Noronha Silva.
1808 Change GENERATE_BINDINGS macro to receive a list of optional
1809 additional dependencies, so that we can add more dependecies
1810 without having to change the macro.
1812 * Source/cmake/WebKitMacros.cmake:
1814 2014-12-05 Simon Fraser <simon.fraser@apple.com>
1816 Programmatic scrolling and content changes are not always synchronized
1817 https://bugs.webkit.org/show_bug.cgi?id=139245
1818 rdar://problem/18833612
1820 Reviewed by Anders Carlsson.
1822 Manual test that tries to sync layout with programmatic scrolling.
1824 * ManualTests/programmatic-scroll-flicker.html: Added.
1826 2014-12-04 Alberto Garcia <berto@igalia.com>
1828 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
1829 https://bugs.webkit.org/show_bug.cgi?id=136576
1831 Reviewed by Carlos Garcia Campos.
1833 CMake should complain if Accelerated 2D Canvas is explicitly
1834 enabled but cairo-gl is not found.
1836 * Source/cmake/OptionsGTK.cmake:
1838 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1840 [EFL] Add subtle crypto to the build system
1841 https://bugs.webkit.org/show_bug.cgi?id=138612
1843 Reviewed by Csaba Osztrogonác.
1845 * Source/cmake/OptionsEfl.cmake:
1847 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1849 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
1850 https://bugs.webkit.org/show_bug.cgi?id=139085
1852 Reviewed by Andreas Kling.
1854 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
1855 * Source/cmake/WebKitFeatures.cmake: ditto.
1856 * Source/cmakeconfig.h.cmake: ditto.
1858 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
1860 [EFL] Drop support for the EFL 1.7
1861 https://bugs.webkit.org/show_bug.cgi?id=139114
1863 Reviewed by Gyuyoung Kim.
1865 * Source/cmake/EFLHelpers.cmake: Removed.
1866 * Source/cmake/FindEcore.cmake: Removed.
1867 * Source/cmake/FindEdje.cmake: Removed.
1868 * Source/cmake/FindEet.cmake: Removed.
1869 * Source/cmake/FindEeze.cmake: Removed.
1870 * Source/cmake/FindEfreet.cmake: Removed.
1871 * Source/cmake/FindEina.cmake: Removed.
1872 * Source/cmake/FindElementary.cmake: Removed.
1873 * Source/cmake/FindEvas.cmake: Removed.
1874 * Source/cmake/OptionsEfl.cmake:
1876 2014-11-28 Philippe Normand <pnormand@igalia.com>
1878 [CMake] Build failure against GStreamer git master
1879 https://bugs.webkit.org/show_bug.cgi?id=138872
1881 Reviewed by Csaba Osztrogon.
1883 * Source/cmake/FindGStreamer.cmake: Simplified the
1884 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
1885 headers lookup, there's no need to do this manually. Also
1886 explicitely check the version specified in GStreamer_FIND_VERSION.
1888 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
1890 [EFL] Remove E_Dbus dependency
1891 https://bugs.webkit.org/show_bug.cgi?id=136355
1893 Reviewed by Gyuyoung Kim.
1895 * Source/cmake/FindE_DBus.cmake: Removed.
1896 * Source/cmake/OptionsEfl.cmake:
1898 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
1900 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
1902 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1904 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
1906 [CMake] Use ld.gold if it is available to speedup builds
1907 https://bugs.webkit.org/show_bug.cgi?id=137953
1909 Reviewed by Carlos Garcia Campos.
1911 * Source/cmake/OptionsCommon.cmake:
1913 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
1915 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
1916 https://bugs.webkit.org/show_bug.cgi?id=138840
1918 Reviewed by Csaba Osztrogonác.
1920 * Source/cmake/OptionsCommon.cmake:
1922 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
1924 Remove Source/Platform cruft
1925 https://bugs.webkit.org/show_bug.cgi?id=138658
1927 Reviewed by Anders Carlsson.
1930 * Source/Platform: Removed.
1932 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
1934 Enable Cortex-A53-specific code paths by default if core is detected.
1935 https://bugs.webkit.org/show_bug.cgi?id=138499
1937 Reviewed by Csaba Osztrogonác.
1939 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
1940 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
1943 Since on ARM64/Linux the part number that cpuinfo reports depends on
1944 the core the query is run on, the check is bound to and executed on the
1945 available cores one by one.
1947 * Source/cmake/OptionsCommon.cmake:
1949 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1951 [EFL] Remove unnecessary version check from OptionsEfl.cmake
1952 https://bugs.webkit.org/show_bug.cgi?id=138498
1954 Reviewed by Csaba Osztrogonác.
1956 * Source/cmake/OptionsEfl.cmake:
1958 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1960 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
1961 https://bugs.webkit.org/show_bug.cgi?id=138465
1963 Reviewed by Gyuyoung Kim.
1965 * Source/cmake/OptionsEfl.cmake:
1967 2014-11-03 Dean Jackson <dino@apple.com>
1969 Add ENABLE_FILTERS_LEVEL_2 feature guard.
1970 https://bugs.webkit.org/show_bug.cgi?id=138362
1972 Reviewed by Tim Horton.
1974 Add a new feature define for Level 2 of CSS Filters.
1975 http://dev.w3.org/fxtf/filters-2/
1977 * Source/cmake/OptionsEfl.cmake:
1978 * Source/cmake/OptionsGTK.cmake:
1979 * Source/cmake/OptionsMac.cmake:
1980 * Source/cmake/WebKitFeatures.cmake:
1981 * Source/cmakeconfig.h.cmake:
1983 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
1985 Workaround for Cortex-A53 erratum 835769
1986 https://bugs.webkit.org/show_bug.cgi?id=138315
1988 Reviewed by Filip Pizlo.
1990 This patch introduces CMake variable and preprocessor macro
1991 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
1992 code paths, if set true.
1994 * Source/cmake/OptionsCommon.cmake:
1995 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
1997 * Source/cmakeconfig.h.cmake:
1998 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
2000 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
2002 [GTK] Fix the build of FTL JIT
2003 https://bugs.webkit.org/show_bug.cgi?id=138298
2005 Reviewed by Carlos Garcia Campos.
2007 * Source/cmake/OptionsGTK.cmake:
2008 Remove the need for the LIBCXXABI package.
2010 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
2012 REGRESSION(CMake): Make it possible to build without introspection
2013 https://bugs.webkit.org/show_bug.cgi?id=138006
2015 Reviewed by Philippe Normand.
2017 Add ENABLE_INTROSPECTION option.
2019 * Source/PlatformGTK.cmake: Dot not add gir global target if
2020 introspection is disabled.
2021 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
2022 introspection is disabled.
2024 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
2026 [GTK] Support script message handlers WebKitUserContentManager
2027 https://bugs.webkit.org/show_bug.cgi?id=133730
2029 Reviewed by Carlos Garcia Campos.
2031 Support user script message handlers in WebKitUserContentManager.
2032 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
2033 an option is added to the CMake build files. The option is disabled
2034 globally by default, and the WebKitGTK port enables it. On the API
2035 level, two new methods to register and unregister names are provided
2036 in the "window.webkit" namespace, and on message reception the
2037 "WebKitUserContentManager::script-message-received" signal is
2038 emitted, using the registered names as signal detail.
2040 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
2041 ENABLE_USER_MESSAGE_HANDLERS feature by default.
2042 * Source/cmake/WebKitFeatures.cmake: Add feature description for
2043 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
2045 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
2047 [GTK] Bump libsoup's minimum version to 2.42.0.
2048 https://bugs.webkit.org/show_bug.cgi?id=138086
2050 Reviewed by Martin Robinson.
2052 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
2053 soup-version.h header was added to soup.h in 2.41.4, which then becomes
2054 the minimum version required to build the port these days.
2056 In addition, since the autotools build system required 2.42.0 before
2057 being retired, require the same version here. Version 2.42.0 was also
2059 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
2061 * Source/cmake/OptionsGTK.cmake:
2063 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2065 [EFL] Remove unnecessary defines from OptionsEfl.cmake
2066 https://bugs.webkit.org/show_bug.cgi?id=138132
2068 Reviewed by Csaba Osztrogonác.
2070 * Source/cmake/OptionsEfl.cmake:
2072 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
2074 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2076 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2078 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
2080 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
2081 https://bugs.webkit.org/show_bug.cgi?id=137946
2083 Reviewed by Gyuyoung Kim.
2085 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
2087 * Source/cmake/OptionsEfl.cmake:
2089 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2091 Fix FTL Native Inlining for EFL
2092 https://bugs.webkit.org/show_bug.cgi?id=137774
2094 Reviewed by Michael Saboff.
2096 Updated CMake for FTL Native Inlining.
2099 * Source/cmake/FindClang.cmake: Added.
2100 * Source/cmake/OptionsEfl.cmake:
2101 * Source/cmakeconfig.h.cmake:
2103 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
2105 Web Inspector: Generate all Inspector domains together in JavaScriptCore
2106 https://bugs.webkit.org/show_bug.cgi?id=137748
2108 Reviewed by Brian Burg.
2110 * Source/PlatformEfl.cmake:
2112 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
2114 [GTK] Add initial gestures support
2115 https://bugs.webkit.org/show_bug.cgi?id=137812
2117 Reviewed by Sergio Villar Senin.
2119 Check if the GTK+ version supports gestures or not.
2121 * Source/cmake/FindGTK3.cmake:
2122 * Source/cmake/OptionsGTK.cmake:
2124 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
2126 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
2127 https://bugs.webkit.org/show_bug.cgi?id=137781
2129 Reviewed by Martin Robinson.
2131 We used to enable smooth scrolling unconditionally in autotools
2132 (via WebKitFeatures.m4), but since the switch to CMake it's
2133 unconditionally disabled, so changing the setting doesn't have any
2136 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
2138 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
2140 Removing CUSTOM_PROTOCOLS guard
2141 https://bugs.webkit.org/show_bug.cgi?id=137741
2143 Reviewed by Benjamin Poulain.
2145 * Source/cmake/OptionsEfl.cmake:
2147 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
2149 [EFL] Enable WebP support.
2150 https://bugs.webkit.org/show_bug.cgi?id=136156
2152 Reviewed by Gyuyoung Kim.
2154 Add WebP package finding rule.
2156 * Source/cmake/OptionsEfl.cmake:
2158 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
2160 [EFL] Enable custom URI schemes with CustomProtocols
2161 https://bugs.webkit.org/show_bug.cgi?id=128177
2163 Reviewed by Gyuyoung Kim.
2165 Fixing ewk_context_url_scheme_register() ewebkit2 API
2166 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
2168 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
2170 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
2172 Bump version to 2.7.0
2173 https://bugs.webkit.org/show_bug.cgi?id=137301
2175 Rubber-stamped by Carlos Garcia Campos.
2177 * Source/cmake/OptionsGTK.cmake: Bump version numbers
2179 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2181 [EFL] Rename TEST_THEME_DIR macro
2182 https://bugs.webkit.org/show_bug.cgi?id=137244
2184 Reviewed by Csaba Osztrogonác.
2186 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
2188 2014-09-27 Dan Bernstein <mitz@apple.com>
2190 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
2191 https://bugs.webkit.org/show_bug.cgi?id=137053
2193 Reviewed by Mark Rowe.
2195 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2196 In the build pre-action, pass the --wksi and --llvm options to
2197 copy-webkitlibraries-to-product-directory.
2198 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
2200 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
2202 [GTK] Enable CSS_IMAGE_SET in production builds
2203 https://bugs.webkit.org/show_bug.cgi?id=137142
2205 Reviewed by Alejandro G. Castro.
2207 This is required by the inspector to show some of the icons that
2208 has a HiDPI variant.
2210 * Source/cmake/OptionsGTK.cmake:
2212 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
2214 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
2215 https://bugs.webkit.org/show_bug.cgi?id=136377
2217 Reviewed by Philippe Normand.
2219 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
2220 for CMake versions less than 3.
2222 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
2224 Remove WinCE port from trunk
2225 https://bugs.webkit.org/show_bug.cgi?id=136951
2227 Reviewed by Alex Christensen.
2229 * Source/cmake/OptionsWinCE.cmake: Removed.
2230 * Source/cmake/WebKitPackaging.cmake:
2232 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
2234 [EFL][GTK] Remove WebKit1 related codes
2235 https://bugs.webkit.org/show_bug.cgi?id=136853
2237 Reviewed by Csaba Osztrogonác.
2239 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
2242 * Source/PlatformGTK.cmake:
2244 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2247 https://bugs.webkit.org/show_bug.cgi?id=136820
2249 Reviewed by Csaba Osztrogonác.
2251 * Source/cmake/FindICU.cmake:
2253 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
2255 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
2256 https://bugs.webkit.org/show_bug.cgi?id=136814
2258 Reviewed by Philippe Normand.
2260 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
2261 We bundle the wayland-egl dependency with wayland-client and wayland-server
2262 and store the resulting variables with the WAYLAND_ prefix. Because of this
2263 this line wasn't exporting anything useful.
2265 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
2267 URTBF after r173574.
2269 * Source/cmake/WebKitMacros.cmake:
2271 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
2273 [JavaScriptCore] Fix FTL on platform EFL.
2274 https://bugs.webkit.org/show_bug.cgi?id=133571
2276 Reviewed by Filip Pizlo.
2280 * Source/cmake/FindLIBCXXABI.cmake: Removed.
2281 * Source/cmake/OptionsEfl.cmake:
2283 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2286 https://bugs.webkit.org/show_bug.cgi?id=136571
2288 Reviewed by Darin Adler.
2290 * Source/cmake/OptionsEfl.cmake:
2291 * Source/cmake/OptionsGTK.cmake:
2292 * Source/cmake/OptionsMac.cmake:
2293 * Source/cmake/WebKitFeatures.cmake:
2294 * Source/cmakeconfig.h.cmake:
2296 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2298 Remove CSS_FILTERS flag
2299 https://bugs.webkit.org/show_bug.cgi?id=136529
2301 Reviewed by Dirk Schulze.
2303 * Source/cmake/OptionsEfl.cmake:
2304 * Source/cmake/OptionsGTK.cmake:
2305 * Source/cmake/OptionsMac.cmake:
2306 * Source/cmake/WebKitFeatures.cmake:
2307 * Source/cmakeconfig.h.cmake:
2309 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2311 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
2312 https://bugs.webkit.org/show_bug.cgi?id=136194
2314 Reviewed by Csaba Osztrogonác.
2316 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
2320 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2322 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
2323 https://bugs.webkit.org/show_bug.cgi?id=135560
2325 Reviewed by Gyuyoung Kim.
2327 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
2329 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
2331 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
2332 https://bugs.webkit.org/show_bug.cgi?id=136343
2334 Reviewed by David Kilzer.
2336 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
2338 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2339 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2341 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
2343 [EFL] Share fast/speechsynthesis/ with other ports
2344 https://bugs.webkit.org/show_bug.cgi?id=136224
2346 Reviewed by Chris Fleizach.
2348 Enable WebSpeech for EFL.
2350 * Source/cmake/OptionsEfl.cmake:
2352 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
2354 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
2355 https://bugs.webkit.org/show_bug.cgi?id=136127
2357 Reviewed by Gyuyoung Kim.
2359 Add build support for espeak.
2361 * Source/cmake/FindEspeak.cmake: Added.
2362 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
2364 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
2366 [EFL] Build break using clang
2367 https://bugs.webkit.org/show_bug.cgi?id=136245
2369 Reviewed by Gyuyoung Kim.
2371 * Source/cmake/OptionsEfl.cmake:
2372 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
2373 Some warnings are from system libraries.
2375 2014-08-25 Alberto Garcia <berto@igalia.com>
2377 [GTK] Unify webkitgtk and webkit2gtk directories
2378 https://bugs.webkit.org/show_bug.cgi?id=136209
2380 Reviewed by Carlos Garcia Campos.
2382 Use webkit2gtk-X.X both for the process binaries and the injected
2385 * Source/cmake/OptionsGTK.cmake:
2387 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
2389 [EFL] Move Efl specific code from Source/CMakeLists.txt
2390 https://bugs.webkit.org/show_bug.cgi?id=136206
2392 Reviewed by Gyuyoung Kim.
2394 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
2395 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
2397 * Source/CMakeLists.txt:
2398 * Source/cmake/OptionsEfl.cmake:
2400 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
2402 [EFL] Introduce DEVELOPER_MODE
2403 https://bugs.webkit.org/show_bug.cgi?id=135884
2405 Reviewed by Gyuyoung Kim.
2407 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
2408 instead of SHARED_CORE.
2409 SHARED_CORE can reduce link time and memory consumption but it is slightly different
2410 from release binary.
2412 * Source/cmake/OptionsEfl.cmake:
2413 * Source/cmake/WebKitHelpers.cmake:
2414 Moved fvisibility=hidden to OptionsEfl.cmake
2416 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
2418 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
2419 https://bugs.webkit.org/show_bug.cgi?id=136110
2421 Reviewed by Gyuyoung Kim.
2423 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
2425 * Source/cmake/OptionsEfl.cmake:
2427 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2429 [EFL] Apply eflsymbols.filter to WebKit2
2430 https://bugs.webkit.org/show_bug.cgi?id=136148
2432 Reviewed by Csaba Osztrogonác.
2434 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
2435 in the eflsymbols.filter.
2437 * Source/cmake/OptionsEfl.cmake:
2438 * Source/cmake/eflsymbols.filter:
2440 2014-08-21 Zalan Bujtas <zalan@apple.com>
2442 Enable SATURATED_LAYOUT_ARITHMETIC.
2443 https://bugs.webkit.org/show_bug.cgi?id=136106
2445 Reviewed by Simon Fraser.
2447 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
2448 (No measurable performance regression on Mac.)
2450 * Source/cmake/OptionsMac.cmake:
2451 * Source/cmake/WebKitFeatures.cmake:
2452 * Source/cmakeconfig.h.cmake:
2454 2014-08-19 Zalan Bujtas <zalan@apple.com>
2456 Remove ENABLE(SUBPIXEL_LAYOUT).
2457 https://bugs.webkit.org/show_bug.cgi?id=136077
2459 Reviewed by Simon Fraser.
2461 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
2463 * Source/cmake/OptionsEfl.cmake:
2464 * Source/cmake/OptionsGTK.cmake:
2465 * Source/cmake/OptionsMac.cmake:
2466 * Source/cmake/WebKitFeatures.cmake:
2467 * Source/cmakeconfig.h.cmake:
2469 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
2471 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
2472 https://bugs.webkit.org/show_bug.cgi?id=135980
2474 Reviewed by Martin Robinson.
2476 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
2477 overrides any other disabled optimization that was prepended to these
2478 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
2479 lists first in the final list of compilation flags.
2481 To avoid -On re-enabling optimizations that we'd like to keep disabled,
2482 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
2484 * Source/cmake/OptionsCommon.cmake:
2485 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
2486 * Source/cmake/OptionsGTK.cmake:
2488 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
2490 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
2492 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2494 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
2496 [GTK] Disable memory sampler on non-Linux system
2497 https://bugs.webkit.org/show_bug.cgi?id=134483
2499 Reviewed by Philippe Normand.
2501 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
2502 Linux because it uses many Linux-specific features, so we should disable
2503 memory sampler on other systems by default.
2505 * Source/cmake/OptionsGTK.cmake:
2507 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
2509 [GTK] HTML API documentation should also be installed versioned
2510 https://bugs.webkit.org/show_bug.cgi?id=135970
2512 Reviewed by Philippe Normand.
2514 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
2517 2014-08-14 Tomas Popela <tpopela@redhat.com>
2519 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
2520 https://bugs.webkit.org/show_bug.cgi?id=135937
2522 Reviewed by Carlos Garcia Campos.
2526 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
2528 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
2529 https://bugs.webkit.org/show_bug.cgi?id=135934
2531 Reviewed by Gustavo Noronha Silva.
2533 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
2534 The gir files should installed in $datadir/gir-1.0/ together with all other
2535 gir files. We don't need to install introspection files in a versioned
2536 directory because their filenames already contain the binary version. But before
2537 r171598, the files were only installed to the right directory if the
2538 gobject-instrospection pkg-config file was in the same prefix than the one we
2539 wanted to install, because the gir and typelibs directories were extracted from
2540 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
2541 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
2542 like we do in the autotools build.
2544 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
2545 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
2546 * Source/cmake/OptionsGTK.cmake: Define
2547 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
2549 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
2551 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
2552 https://bugs.webkit.org/show_bug.cgi?id=135836
2554 Reviewed by Philippe Normand.
2556 * Source/PlatformGTK.cmake: Add install command to also install
2557 the GObject DOM bindings API docs.
2559 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
2561 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
2562 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
2563 re-set CMAKE_C_FLAGS with the new string. The two flags should really
2564 be appended to CMAKE_C_FLAGS and the same variable re-set with the
2567 * Source/cmake/OptionsCommon.cmake:
2569 2014-08-13 Alex Christensen <achristensen@webkit.org>
2571 Progress towards CMake on Mac.
2572 https://bugs.webkit.org/show_bug.cgi?id=135819
2574 Reviewed by Laszlo Gombos.
2576 * Source/cmake/OptionsMac.cmake:
2577 Disable some more features temporarily to get CMake working.
2578 * Source/cmake/WebKitMacros.cmake:
2579 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
2581 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
2583 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
2584 https://bugs.webkit.org/show_bug.cgi?id=135798
2586 Reviewed by Philippe Normand.
2588 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
2590 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
2591 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
2592 https://bugs.webkit.org/show_bug.cgi?id=133317
2594 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
2596 Reviewed by Philippe Normand.
2598 No new tests since no new functionality has been added.
2600 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
2602 2014-08-11 Commit Queue <commit-queue@webkit.org>
2604 Unreviewed, rolling out r172393.
2605 https://bugs.webkit.org/show_bug.cgi?id=135796
2607 discussion needed about GnuTLS version bump on the bots
2608 (Requested by philn on #webkit).
2612 https://bugs.webkit.org/show_bug.cgi?id=133317
2613 http://trac.webkit.org/changeset/172393
2615 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
2616 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
2617 https://bugs.webkit.org/show_bug.cgi?id=133317
2619 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
2621 Reviewed by Philippe Normand.
2623 No new tests since no new functionality has been added.
2625 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
2627 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
2629 [GTK] Adds stubs for all subtle crypto algorithm implemntations
2630 https://bugs.webkit.org/show_bug.cgi?id=133316
2632 Reviewed by Philippe Normand.
2634 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
2635 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
2636 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
2638 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
2640 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
2642 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2644 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
2646 [GTK] REGRESSION(r166239): The ld version script is not being used
2647 https://bugs.webkit.org/show_bug.cgi?id=135694
2649 Reviewed by Martin Robinson.
2651 Move the symbols filter file from Tools/gtk to Source/cmake and rename
2652 it as gtksymbols.filter. Also updated it, since some of the symbols
2653 exported were renamed.
2655 * Source/cmake/OptionsGTK.cmake:
2656 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
2658 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
2660 [GTK] Child processes should be installed in a versioned directory
2661 https://bugs.webkit.org/show_bug.cgi?id=135754
2663 Reviewed by Gustavo Noronha Silva.
2665 Define LIBEXEC_INSTALL_DIR as
2666 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
2667 so that the child processes are installed in $libexec/webkitgtk-4.0.
2668 This makes it possible to install 2.6 in parallel to older versions.
2670 * Source/cmake/OptionsGTK.cmake:
2672 2014-08-08 Alex Christensen <achristensen@webkit.org>
2674 Progress towards using CMake on Mac.
2675 https://bugs.webkit.org/show_bug.cgi?id=135662
2677 Reviewed by Laszlo Gombos.
2680 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
2681 * Source/cmake/WebKitFeatures.cmake:
2682 * Source/cmakeconfig.h.cmake:
2683 Added features that are needed by the Mac port.
2684 * Source/cmake/OptionsMac.cmake:
2685 Enable CSS_IMAGE_SET based on FeatureDefines.h.
2686 Disable the FTL with CMake for now.
2687 * Source/cmake/OptionsEFL.cmake:
2688 * Source/cmake/OptionsGTK.cmake:
2689 Enable subpixel layout to not conflict with FeatureDefines.h
2691 2014-08-08 Simon Fraser <simon.fraser@apple.com>
2693 Undo some erroneous changes to the Xcode scheme files from r172259.
2695 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2696 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2698 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
2700 [CMake] Drop the required version of CMake down to 2.8.8
2701 https://bugs.webkit.org/show_bug.cgi?id=135713
2703 Reviewed by Alex Christensen.
2705 * CMakeLists.txt: Require CMake 2.8.8.
2707 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
2709 Get rid of INPUT_SPEECH
2710 https://bugs.webkit.org/show_bug.cgi?id=135672
2712 Reviewed by Andreas Kling.
2714 * Source/cmake/OptionsMac.cmake:
2715 * Source/cmake/WebKitFeatures.cmake:
2716 * Source/cmakeconfig.h.cmake:
2718 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
2720 [GTK] Disable IndexedDB
2721 https://bugs.webkit.org/show_bug.cgi?id=135692
2723 Reviewed by Carlos Garcia Campos.
2725 * Source/cmake/OptionsGTK.cmake:
2727 2014-08-06 Dean Jackson <dino@apple.com>
2729 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
2730 https://bugs.webkit.org/show_bug.cgi?id=135675
2732 Reviewed by Sam Weinig.
2734 * Source/cmake/OptionsGTK.cmake:
2735 * Source/cmake/OptionsMac.cmake:
2736 * Source/cmake/WebKitFeatures.cmake:
2737 * Source/cmakeconfig.h.cmake:
2739 2014-08-06 David Farler <dfarler@apple.com>
2741 Unreviewed build fix: Make includes semicolon in assignment.
2743 * Makefile.shared: Remove a ;
2745 2014-08-06 David Farler <dfarler@apple.com>
2747 Set DSYMUTIL_NUM_THREADS to the number of logical cores
2748 https://bugs.webkit.org/show_bug.cgi?id=135655
2750 Reviewed by Mark Rowe.
2752 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
2754 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
2756 [GTK] Be able to disable gtk2 dependency
2757 https://bugs.webkit.org/show_bug.cgi?id=135505
2759 Reviewed by Gustavo Noronha Silva.
2761 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
2762 required when it's enabled. It's enabled by default.
2764 * Source/cmake/OptionsGTK.cmake:
2766 2014-08-05 Alex Christensen <achristensen@webkit.org>
2769 https://bugs.webkit.org/show_bug.cgi?id=135620
2771 Reviewed by Laszlo Gombos.
2773 * Source/cmake/OptionsMac.cmake:
2774 Use UDIS86 by default on Mac.
2776 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
2778 Add a flag for the CSS Selectors level 4 implementation
2779 https://bugs.webkit.org/show_bug.cgi?id=135535
2781 Reviewed by Andreas Kling.
2783 * Source/cmake/OptionsEfl.cmake:
2784 * Source/cmake/OptionsGTK.cmake:
2785 * Source/cmake/WebKitFeatures.cmake:
2786 * Source/cmakeconfig.h.cmake:
2788 2014-08-04 Alex Christensen <achristensen@webkit.org>
2790 Progress towards CMake on Mac.
2791 https://bugs.webkit.org/show_bug.cgi?id=135528
2793 Reviewed by Gyuyoung Kim.
2795 * Source/cmake/OptionsMac.cmake:
2796 Made options list based on FeatureDefines.xcconfig files.
2798 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
2800 [GTK] Windowing target support should reflect the support in the GTK+ dependency
2801 https://bugs.webkit.org/show_bug.cgi?id=134736
2803 Reviewed by Martin Robinson.
2805 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
2806 support the X11 or Wayland windowing targets -- instead, if there's no support
2807 the specific target is disabled, and an error is thrown only if neither of the
2808 backends is enabled at the end..
2809 For now the X11 target remains enabled by default, and the Wayland target is
2810 kept disabled. Once it's possible to have both targets enabled at runtime in
2811 WebKit, the Wayland target will be enabled as well and we'll leave it to the
2812 GTK+ dependency to determine which targets can be enabled.
2814 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
2816 [CMake] Add FindWayland.cmake
2817 https://bugs.webkit.org/show_bug.cgi?id=135540
2819 Reviewed by Martin Robinson.
2821 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
2822 dependency. For now bundles the wayland-client, wayland-server and
2823 wayland-egl pkg-config targets into one dependency, but these could
2824 be split in the future if necessary.
2826 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
2828 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
2829 https://bugs.webkit.org/show_bug.cgi?id=135553
2831 Reviewed by Gyuyoung Kim.
2833 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
2834 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
2836 * Source/cmake/OptionsEfl.cmake:
2838 2014-08-01 Bear Travis <betravis@adobe.com>
2840 [Feature Queries] Enable Feature Queries on EFL/GTK
2841 https://bugs.webkit.org/show_bug.cgi?id=134902
2843 Reviewed by Benjamin Poulain.
2845 Enable CSS Feature Queries by default on the EFL and GTK
2848 * Source/cmake/OptionsEfl.cmake:
2849 * Source/cmake/OptionsGTK.cmake:
2851 2014-08-01 Alex Christensen <achristensen@webkit.org>
2853 Progress towards cmake on Windows.
2854 https://bugs.webkit.org/show_bug.cgi?id=135484
2856 Reviewed by Martin Robinson.
2859 Added Mac to list of ports, even though it is not done yet.
2860 Changed minimum bison version to version installed on Macs.
2861 * Source/cmake/OptionsAppleWin.cmake:
2862 Added some definitions.
2863 * Source/cmake/OptionsEfl.cmake:
2864 * Source/cmake/OptionsGTK.cmake:
2865 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
2866 * Source/cmake/OptionsMac.cmake: Added blank for now.
2867 * Source/cmake/OptionsWinCairo.cmake:
2868 * Source/cmake/OptionsWindows.cmake:
2869 Added some definitions.
2870 Removed /WX (warnings treated as error while compiling).
2871 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
2873 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
2875 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
2876 https://bugs.webkit.org/show_bug.cgi?id=135501
2878 Reviewed by Gyuyoung Kim.
2880 Use PROJECT_VERSION_MICRO instead.
2882 * Source/cmake/OptionsEfl.cmake:
2883 * Source/cmake/OptionsGTK.cmake:
2884 * Source/cmake/WebKitHelpers.cmake:
2886 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
2888 [EFL] Bump ewebkit version to 1.11
2889 https://bugs.webkit.org/show_bug.cgi?id=135487
2891 Reviewed by Gyuyoung Kim.
2893 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
2895 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
2897 [EFL] Add support for building with Geoclue2.
2898 https://bugs.webkit.org/show_bug.cgi?id=135455
2900 Reviewed by Gyuyoung Kim.
2902 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
2905 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
2907 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
2909 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2911 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
2913 [GTK] Bump binary version for 2.6
2914 https://bugs.webkit.org/show_bug.cgi?id=133724
2916 Reviewed by Philippe Normand.
2918 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
2919 update library version numbers.
2921 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
2923 [CMake] Bump the minimum required version
2924 https://bugs.webkit.org/show_bug.cgi?id=135382
2926 Reviewed by Gyuyoung Kim.
2928 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
2929 we introduced usage of target_include_directories().
2931 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
2933 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
2934 https://bugs.webkit.org/show_bug.cgi?id=135376
2936 Reviewed by Gyuyoung Kim.
2938 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
2940 * Source/cmake/OptionsEfl.cmake:
2941 * Source/cmake/OptionsGTK.cmake:
2943 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
2945 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
2946 https://bugs.webkit.org/show_bug.cgi?id=135288
2948 Reviewed by Martin Robinson.
2950 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
2951 datadir to pkgconfig
2952 * Source/cmake/OptionsGTK.cmake: define install directories early
2953 enough to be used in FindGObjectIntrospection.cmake
2955 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
2957 Remove CSS_EXCLUSIONS compile flag and leftover code
2958 https://bugs.webkit.org/show_bug.cgi?id=135175
2960 Reviewed by Zoltan Horvath.
2962 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
2963 stubs. This removes the flag and the useless code.
2965 * Source/cmake/WebKitFeatures.cmake:
2966 * Source/cmakeconfig.h.cmake:
2968 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
2970 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
2971 https://bugs.webkit.org/show_bug.cgi?id=135114
2973 Fix build with GStreamer 1.4
2975 Reviewed by Philippe Normand.
2977 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
2978 gst-mpegts component instead of the unstable 1.3.x verstions.
2980 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
2982 [GTK] Simplify make-dist command line arguments
2983 https://bugs.webkit.org/show_bug.cgi?id=134832
2985 Reviewed by Martin Robinson.
2987 * Source/PlatformGTK.cmake: Use --version instead of
2988 --tarball-root when running make-dist.py.
2990 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
2992 Add a manual test for r135044
2994 <https://bugs.webkit.org/show_bug.cgi?id=135044>
2996 Rubber-stamped by Andy Estes.
2998 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
3000 2014-07-18 Dana Burkart <dburkart@apple.com>
3002 Add a new 'analyze' target to the makefile. This will make use of a new
3003 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
3005 https://bugs.webkit.org/show_bug.cgi?id=135057
3006 <rdar://problem/10193187>
3008 Reviewed by David Kilzer.
3014 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
3016 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
3017 https://bugs.webkit.org/show_bug.cgi?id=134963
3019 Reviewed by Gyuyoung Kim.
3021 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
3023 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
3025 2014-07-14 Daniel Bates <dabates@apple.com>
3027 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
3028 https://bugs.webkit.org/show_bug.cgi?id=134905
3029 <rdar://problem/16602779>
3031 Reviewed by Simon Fraser.
3033 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
3034 on the tapped element when processing a touchend as a result of finger pressing and releasing
3035 on the same element that is initially positioned outside the visible content area.
3037 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
3039 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
3041 [GTK] Enable VIDEO_TRACK by default
3042 https://bugs.webkit.org/show_bug.cgi?id=134801
3044 Reviewed by Philippe Normand.
3046 * Source/cmake/OptionsGTK.cmake:
3048 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
3050 [GTK][CMake] Add a 'distcheck' target
3051 https://bugs.webkit.org/show_bug.cgi?id=130675
3053 Reviewed by Gustavo Noronha Silva.
3055 * Source/PlatformGTK.cmake: Add distcheck target.
3057 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
3059 [GTK] Use the same default options for production builds that previous stable releases
3060 https://bugs.webkit.org/show_bug.cgi?id=134589
3062 Reviewed by Martin Robinson.
3064 Change the default value of some features to match our stable releases.
3065 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
3066 canvas depend on whether cairo-gl is found.
3068 * Source/cmake/FindCairoGL.cmake: Added.
3069 * Source/cmake/OptionsGTK.cmake:
3071 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
3073 [EFL] Support Encrypted Media Extensions.
3074 https://bugs.webkit.org/show_bug.cgi?id=134750
3076 Reviewed by Gyuyoung Kim.
3078 Webkit needs to play encrypted media contents when media player
3079 is played by Media source extensions and normal video procedure.
3081 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
3083 2014-07-08 Alex Christensen <achristensen@webkit.org>
3085 Steps towards CMake on Windows.
3086 https://bugs.webkit.org/show_bug.cgi?id=134716
3088 Reviewed by Martin Robinson.
3091 Added AppleWin and WinCairo to list of CMake ports.
3092 * Source/cmake/OptionsAppleWin.cmake: Added.
3093 * Source/cmake/OptionsWinCairo.cmake: Added.
3094 * Source/cmake/OptionsWindows.cmake:
3095 Windows needs to use the system malloc. Other options to come.
3097 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3099 [EFL] Support Geolocation
3100 https://bugs.webkit.org/show_bug.cgi?id=134439
3102 Reviewed by Antonio Gomes.
3104 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
3106 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3108 Broken build with build-webkit --no-video
3109 https://bugs.webkit.org/show_bug.cgi?id=134587
3111 Reviewed by Darin Adler.
3113 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
3115 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
3117 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
3119 [GTK] The list of features shown by cmake is not accurate
3120 https://bugs.webkit.org/show_bug.cgi?id=134588
3122 Reviewed by Gustavo Noronha Silva.
3124 The problem is that some options might change after the feature
3125 list has been printed.
3127 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
3128 setting the default values of features and set WEBGL value
3129 depending on the dependencies, and API_TEST depending on whether
3130 developer mode is enabled or not.
3132 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3134 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
3135 https://bugs.webkit.org/show_bug.cgi?id=134578
3137 Reviewed by Gyuyoung Kim.
3139 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
3140 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
3141 disable related option if it is not ON.
3143 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
3144 * Source/cmake/OptionsGTK.cmake: Ditto.
3145 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
3147 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
3149 [GTK] make dist is broken
3150 https://bugs.webkit.org/show_bug.cgi?id=134542
3152 Reviewed by Martin Robinson.
3154 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
3156 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
3158 [CMake] Add necessary support for building for the Wayland target
3159 https://bugs.webkit.org/show_bug.cgi?id=134160
3161 Reviewed by Darin Adler.
3163 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
3164 is enabled, and that its version matches the version of the generic package. Same
3165 for the gtk+-wayland-3.0 package and the Wayland target.
3166 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
3167 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
3168 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
3169 so they keep building the TestNetscapePlugin target.
3170 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
3171 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
3172 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
3173 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
3174 the minimum required version as soon as that target is enabled. Only search for GLX
3175 if the X11 target is enabled.
3177 2014-06-29 Yoav Weiss <yoav@yoav.ws>
3179 Add support for HTMLImageElement's sizes attribute
3180 https://bugs.webkit.org/show_bug.cgi?id=133620
3182 Reviewed by Dean Jackson.
3184 Added an ENABLE_PICTURE_SIZES compile flag.
3186 * Source/cmake/WebKitFeatures.cmake:
3187 * Source/cmakeconfig.h.cmake:
3189 2014-06-26 Daniel Bates <dabates@apple.com>
3191 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
3192 https://bugs.webkit.org/show_bug.cgi?id=134309
3193 <rdar://problem/17427385>
3195 Reviewed by Darin Adler.
3197 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
3200 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
3202 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
3204 Remove build guard for progress element
3205 https://bugs.webkit.org/show_bug.cgi?id=134292
3207 Reviewed by Benjamin Poulain.
3209 The build flag is no longer needed as it is always on.
3211 * Source/cmake/WebKitFeatures.cmake:
3212 * Source/cmakeconfig.h.cmake:
3214 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
3216 [EFL] Platform support for WebSpeech feature.
3217 https://bugs.webkit.org/show_bug.cgi?id=116438
3219 Reviewed by Csaba Osztrogonác.
3221 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
3223 * Source/cmake/OptionsEfl.cmake:
3224 * Source/cmake/WebKitFeatures.cmake:
3226 2014-06-23 Philippe Normand <pnormand@igalia.com>
3228 Unreviewed, GTK build fix after r170266.
3230 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
3232 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3234 Disable gamepad feature on EFL and GTK ports by default
3235 https://bugs.webkit.org/show_bug.cgi?id=134169
3237 Reviewed by Brady Eidson.
3239 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
3241 2014-06-21 Brady Eidson <beidson@apple.com>
3243 Gamepad API - Deprecate the existing implementation
3244 https://bugs.webkit.org/show_bug.cgi?id=134108
3246 Reviewed by Timothy Hatcher.
3248 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
3249 -Add the "Deprecated" suffix to some implementation files
3251 * Source/cmake/OptionsEfl.cmake:
3252 * Source/cmake/OptionsGTK.cmake:
3253 * Source/cmake/WebKitFeatures.cmake:
3254 * Source/cmakeconfig.h.cmake:
3256 2014-06-21 Commit Queue <commit-queue@webkit.org>
3258 Unreviewed, rolling out r170244.
3259 https://bugs.webkit.org/show_bug.cgi?id=134157
3261 GTK/EFL bindings generator works differently, making this
3262 patch not work there. Will fix entire patch after a rollout.
3263 (Requested by bradee-oh on #webkit).
3267 "Gamepad API - Deprecate the existing implementation"
3268 https://bugs.webkit.org/show_bug.cgi?id=134108
3269 http://trac.webkit.org/changeset/170244
3271 2014-06-21 Brady Eidson <beidson@apple.com>
3273 Gamepad API - Deprecate the existing implementation
3274 https://bugs.webkit.org/show_bug.cgi?id=134108
3276 Reviewed by Timothy Hatcher.
3278 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
3279 -Add the "Deprecated" suffix to some implementation files
3281 * Source/cmake/OptionsEfl.cmake:
3282 * Source/cmake/OptionsGTK.cmake:
3283 * Source/cmake/WebKitFeatures.cmake:
3284 * Source/cmakeconfig.h.cmake:
3286 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3288 Removing PAGE_VISIBILITY_API compile guard.
3289 https://bugs.webkit.org/show_bug.cgi?id=133844
3291 Reviewed by Gavin Barraclough.
3293 * Source/cmake/OptionsEfl.cmake:
3294 * Source/cmake/OptionsGTK.cmake:
3295 * Source/cmake/WebKitFeatures.cmake:
3296 * Source/cmakeconfig.h.cmake:
3298 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
3300 [EFL][CMAKE] Disable WebKit1 build as a default
3301 https://bugs.webkit.org/show_bug.cgi?id=134093
3303 Reviewed by Gyuyoung Kim.
3305 Disable WebKit1 build and enable WebKit2 build for the EFL port.
3307 * Source/cmake/OptionsEfl.cmake:
3309 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3311 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
3312 https://bugs.webkit.org/show_bug.cgi?id=130389
3314 Reviewed by Mark Lam.
3316 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
3317 into !ENABLE(JIT) since they are mutually exclusive.
3319 * Source/cmake/OptionsEfl.cmake:
3320 * Source/cmake/OptionsGTK.cmake:
3321 * Source/cmake/WebKitFeatures.cmake:
3322 * Source/cmakeconfig.h.cmake:
3324 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
3326 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
3327 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
3328 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
3329 by the plugin process, but it is searched and utilized separately.
3331 Rubber-stamped by Carlos Garcia Campos.
3333 * Source/cmake/OptionsGTK.cmake:
3335 2014-06-16 Commit Queue <commit-queue@webkit.org>
3337 Unreviewed, rolling out r170003.
3338 https://bugs.webkit.org/show_bug.cgi?id=133938
3340 This patch broke GTK build (Requested by kczech on #webkit).
3344 "[EFL] Platform support for WebSpeech feature."
3345 https://bugs.webkit.org/show_bug.cgi?id=116438
3346 http://trac.webkit.org/changeset/170003
3348 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
3350 [EFL] Platform support for WebSpeech feature.
3351 https://bugs.webkit.org/show_bug.cgi?id=116438
3353 Reviewed by Gyuyoung Kim.
3355 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
3357 * Source/cmake/OptionsEfl.cmake:
3358 * Source/cmake/WebKitFeatures.cmake:
3360 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3362 [EFL] Remove duplicated compiler flag
3363 https://bugs.webkit.org/show_bug.cgi?id=133838
3365 Reviewed by Anders Carlsson.
3367 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
3368 it added to common compiler options. So, it is duplicated.
3370 * Source/cmake/WebKitHelpers.cmake:
3372 2014-06-11 Commit Queue <commit-queue@webkit.org>
3374 Unreviewed, rolling out r169877.
3375 https://bugs.webkit.org/show_bug.cgi?id=133784
3377 rollout wrong build fix approach for EFL port (Requested by
3378 gyuyoung on #webkit).
3382 "Unreviewed, EFL build fix since r169869."
3383 http://trac.webkit.org/changeset/169877
3385 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3387 Unreviewed, EFL build fix since r169869.
3389 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
3391 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
3393 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3395 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
3397 * Source/cmake/WebKitHelpers.cmake:
3399 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
3401 [GTK] Make it possible to build with FTL enabled
3402 https://bugs.webkit.org/show_bug.cgi?id=133219
3404 Reviewed by Philippe Normand.
3406 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
3408 * Source/cmake/OptionsGTK.cmake:
3410 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
3412 [CMake] Clean up FAST_MOBILE_SCROLLING
3413 https://bugs.webkit.org/show_bug.cgi?id=133342
3415 Reviewed by Gyuyoung Kim.
3417 FAST_MOBILE_SCROLLING was removed in r168726.
3419 * Source/cmake/OptionsEfl.cmake:
3420 * Source/cmake/OptionsGTK.cmake:
3421 * Source/cmake/WebKitFeatures.cmake:
3422 * Source/cmakeconfig.h.cmake:
3424 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3427 https://bugs.webkit.org/show_bug.cgi?id=132863
3429 Reviewed by Csaba Osztrogonác.
3431 * Source/cmake/OptionsEfl.cmake:
3432 * Source/cmake/OptionsGTK.cmake:
3433 * Source/cmake/WebKitFeatures.cmake:
3434 * Source/cmakeconfig.h.cmake:
3436 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
3438 Allow building CMake based ports with WEB_REPLAY
3439 https://bugs.webkit.org/show_bug.cgi?id=133154
3441 Reviewed by Csaba Osztrogonác.
3443 * Source/cmake/WebKitFeatures.cmake:
3444 * Source/cmakeconfig.h.cmake:
3446 2014-05-21 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
3448 [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled
3449 https://bugs.webkit.org/show_bug.cgi?id=132907
3451 Reviewed by Gyuyoung Kim.
3453 * Source/cmake/FindLIBCXXABI.cmake: Added.
3454 * Source/cmake/OptionsEfl.cmake:
3456 2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3458 [EFL] Turn on ENABLE_CSS_FILTERS
3459 https://bugs.webkit.org/show_bug.cgi?id=133153
3461 Reviewed by Gyuyoung Kim.
3463 * Source/cmake/OptionsEfl.cmake: Enable CSS_FILTERS as default option value.
3465 2014-05-16 Martin Robinson <mrobinson@igalia.com>
3467 [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and LIBEXEC_INSTALL_DIR
3468 https://bugs.webkit.org/show_bug.cgi?id=132819
3470 Reviewed by Carlos Garcia Campos.
3472 * CMakeLists.txt: Hard-code CMAKE_ARCHIVE_OUTPUT_DIRECTORY etc, so that we can accept absolute paths for LIB_INSTALL_DIR
3474 * Source/cmake/OptionsCommon.cmake: Get rid of LIB_SUFFIX and try to make all path variables absolute. Also set
3475 CMAKE_ARCHIVE_OUTPUT_DIRECTORY, etc using the last path component of LIB_INSTALL_DIR, etc, so that absolute paths
3477 * Source/cmake/OptionsGTK.cmake: Ditto. Also get rid of all pkg-config specific variables.
3479 2014-05-20 Gustavo Noronha Silva <gns@gnome.org>
3481 [CMake] Support building with Debug Fission
3482 https://bugs.webkit.org/show_bug.cgi?id=131177
3484 Reviewed by Philippe Normand.
3486 * Source/cmake/OptionsCommon.cmake: add a DEBUG_FISSION option to enable usage
3487 of http://gcc.gnu.org/wiki/DebugFission.
3489 2014-05-20 Carlos Garcia Campos <cgarcia@igalia.com>
3491 [GTK] Rename translation domain as WebKit2GTK-3.0
3492 https://bugs.webkit.org/show_bug.cgi?id=132953
3494 Reviewed by Gustavo Noronha Silva.
3496 * Source/cmake/OptionsGTK.cmake:
3498 2014-05-18 Rik Cabanier <cabanier@adobe.com>
3500 support for navigator.hardwareConcurrency
3501 https://bugs.webkit.org/show_bug.cgi?id=132588
3503 Reviewed by Filip Pizlo.
3505 * Source/cmake/OptionsEfl.cmake:
3506 * Source/cmake/OptionsGTK.cmake:
3507 * Source/cmake/WebKitFeatures.cmake:
3508 * Source/cmakeconfig.h.cmake:
3510 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3512 Remove CSS_STICKY_POSITION guards
3513 https://bugs.webkit.org/show_bug.cgi?id=132676
3515 Reviewed by Simon Fraser.
3517 * Source/cmake/OptionsEfl.cmake:
3518 * Source/cmake/OptionsGTK.cmake:
3519 * Source/cmake/WebKitFeatures.cmake:
3520 * Source/cmakeconfig.h.cmake:
3522 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
3524 Unreviewed. Bump version numbers.
3526 * Source/cmake/OptionsGTK.cmake:
3528 2014-05-10 Martin Robinson <mrobinson@igalia.com>
3530 [GTK][CMake] Unable to do make install
3531 https://bugs.webkit.org/show_bug.cgi?id=130188
3533 Reviewed by Carlos Garcia Campos.
3535 Only try to install the HTML documentation if the build is configured to generate it via
3536 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
3537 to keep the HTML documentation directory as an installation source.
3539 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
3540 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
3541 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
3542 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
3543 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
3545 2014-05-09 Anders Carlsson <andersca@apple.com>
3547 Rename WebKit2.framework to WebKit.framework
3548 https://bugs.webkit.org/show_bug.cgi?id=132743
3549 <rdar://problem/15920046>
3551 Reviewed by Dan Bernstein.
3554 Build WebKit.xcodeproj before WebKit2.xcodeproj.
3556 * WebKit.xcworkspace/xcshareddata/xcschemes/:
3559 2014-05-06 David Kilzer <ddkilzer@apple.com>
3561 Add Makefile targets for copying static libraries (LLVM and WKSI)
3562 <http://webkit.org/b/132619>
3564 Reviewed by Mark Rowe.
3567 (MODULES): Add WebKitLibraries.
3569 2014-05-06 Commit Queue <commit-queue@webkit.org>
3571 Unreviewed, rolling out r168304.
3572 https://bugs.webkit.org/show_bug.cgi?id=132607
3574 Broke the build (Requested by KaL on #webkit).
3578 "[GTK][CMake] Unable to do make install"
3579 https://bugs.webkit.org/show_bug.cgi?id=130188
3580 http://trac.webkit.org/changeset/168304
3582 2014-05-05 Martin Robinson <mrobinson@igalia.com>
3584 [GTK][CMake] Unable to do make install
3585 https://bugs.webkit.org/show_bug.cgi?id=130188
3587 Reviewed by Carlos Garcia Campos.
3589 Only try to install the HTML documentation if the build is configured to generate it via
3590 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
3591 to keep the HTML documentation directory as an installation source.
3593 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
3594 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
3595 never added to the default target, but will be triggered by build-webkit, so that
3596 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
3597 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
3599 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3601 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
3602 https://bugs.webkit.org/show_bug.cgi?id=132525
3604 Reviewed by Martin Robinson.
3606 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
3607 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
3608 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
3610 2014-05-01 David Kilzer <ddkilzer@apple.com>
3612 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
3613 <http://webkit.org/b/132432>
3615 Reviewed by Tim Horton.
3617 * Source/cmake/WebKitFeatures.cmake:
3618 * Source/cmakeconfig.h.cmake:
3619 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
3621 2014-04-30 Simon Fraser <simon.fraser@apple.com>
3623 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
3625 Reviewed by Dan Bernstein/Anders Carlsson.
3627 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3628 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3630 2014-04-30 Simon Fraser <simon.fraser@apple.com>
3632 Let Xcode have its way with the WebKit workspace.
3634 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3635 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3637 2014-04-29 Martin Robinson <mrobinson@igalia.com>
3639 [GTK] Make it easier to run CMake for downstreams
3640 https://bugs.webkit.org/show_bug.cgi?id=132370
3642 Reviewed by Carlos Garcia Campos.
3644 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
3646 2014-04-27 Joonghun Park <jh718.park@samsung.com>
3648 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
3649 https://bugs.webkit.org/show_bug.cgi?id=132176
3651 Reviewed by Gyuyoung Kim.
3653 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
3655 * Source/cmake/OptionsEfl.cmake:
3657 2014-04-22 Alex Christensen <achristensen@webkit.org>
3659 Removed old stdbool and inttypes headers.
3660 https://bugs.webkit.org/show_bug.cgi?id=131966
3662 Reviewed by Brent Fulgham.
3664 * Source/cmake/OptionsWindows.cmake:
3665 * Source/cmake/WebKitPackaging.cmake:
3666 Removed references to os-win32 directory.
3668 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
3670 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
3672 Rubber-stamped by Carlos Garcia Campos.
3674 * Source/cmake/WebKitFeatures.cmake:
3676 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
3678 Empty RenderInline objects should not be line break objects.
3680 https://bugs.webkit.org/show_bug.cgi?id=131861
3681 <rdar://problem/15663617>
3683 Reviewed by David Hyatt.
3685 * ManualTests/empty-inline-as-line-break-position.html: Added.
3686 This issue wouldn't reproduce in WebKitTestRunner.
3688 2014-04-19 Brent Fulgham <bfulgham@apple.com>
3690 Revert unintended workspace change in my last commit.
3692 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
3693 Scheme type back to Debug.
3695 2014-04-18 Philippe Normand <pnormand@igalia.com>
3697 Remove NETWORK_INFO support
3698 https://bugs.webkit.org/show_bug.cgi?id=131841
3700 Reviewed by Gyuyoung Kim.
3702 * Source/cmake/OptionsEfl.cmake:
3703 * Source/cmake/OptionsGTK.cmake:
3704 * Source/cmake/WebKitFeatures.cmake:
3705 * Source/cmakeconfig.h.cmake:
3707 2014-04-17 Darin Adler <darin@apple.com>
3709 Try to fix EFL and GTK builds.
3711 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
3712 * Source/cmake/OptionsGTK.cmake: Ditto.
3713 * Source/cmakeconfig.h.cmake: Ditto.
3715 2014-04-16 Brendan Long <b.long@cablelabs.com>
3717 [GTK][CMAKE] build-webkit doesn't detect when the build fails
3718 https://bugs.webkit.org/show_bug.cgi?id=130148
3720 Reviewed by Martin Robinson.
3722 * 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.
3724 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
3726 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
3727 https://bugs.webkit.org/show_bug.cgi?id=131725
3729 Reviewed by Philippe Normand.
3731 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
3732 instead of GTK_UNIX_PRINTING_FOUND and set the macro
3733 HAVE_GTK_UNIX_PRINTING to 1 when found.
3735 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
3737 Web Replay: memoize nondeterministic attributes of the Navigator interface
3738 https://bugs.webkit.org/show_bug.cgi?id=131340
3740 Reviewed by Timothy Hatcher.
3742 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
3744 2014-04-09 Brendan Long <b.long@cablelabs.com>
3746 [GStreamer] Expose MPEG-TS metadata
3747 https://bugs.webkit.org/show_bug.cgi?id=122001
3749 Reviewed by Eric Carlson.
3751 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
3752 * Source/cmake/OptionsEfl.cmake: Same.
3753 * Source/cmake/OptionsGTK.cmake: Same.
3755 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
3757 Web Replay: memoize nondeterministic attributes of the Screen interface
3758 https://bugs.webkit.org/show_bug.cgi?id=131339
3760 Reviewed by Timothy Hatcher.
3762 * ManualTests/inspector/replay-window-screen.html: Added.
3764 2014-04-08 Martin Robinson <mrobinson@igalia.com>
3766 [GTK] Remove the WebKitGTK+ WebKit 1 code
3767 https://bugs.webkit.org/show_bug.cgi?id=131399
3769 Reviewed by Anders Carlsson.
3771 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
3772 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
3774 2014-04-08 Dan Bernstein <mitz@apple.com>
3776 Added bmalloc to the WebKit workspace.
3777 https://bugs.webkit.org/show_bug.cgi?id=131362
3779 Reviewed by Geoff Garen.
3781 * WebKit.xcworkspace/contents.xcworkspacedata:
3782 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3783 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3785 2014-04-08 Geoffrey Garen <ggaren@apple.com>
3787 Build bmalloc on iOS too
3788 https://bugs.webkit.org/show_bug.cgi?id=131381
3790 Reviewed by Andreas Kling.
3792 * Source/Makefile: Build it.
3794 2014-04-07 Geoffrey Garen <ggaren@apple.com>
3796 Build bmalloc on Mac
3797 https://bugs.webkit.org/show_bug.cgi?id=131333
3799 Reviewed by Mark Rowe.
3802 * WebKitBuild: Added.
3803 * WebKitBuild/Debug: Added.
3805 2014-04-07 Ryuan Choi <ryuan.choi@samsung.com>
3807 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT
3808 https://bugs.webkit.org/show_bug.cgi?id=131257
3810 Reviewed by Gyuyoung Kim.
3812 * Source/cmake/OptionsEfl.cmake: Enable MEDIA_CONTROLS_SCRIPT
3814 2014-04-06 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3816 [GTK] Stop trying to install WebKit1 documentation
3817 https://bugs.webkit.org/show_bug.cgi?id=131278
3819 Reviewed by Martin Robinson.
3821 * Source/PlatformGTK.cmake: Remove install() call since the WebKit1 documentation is not
3822 built anymore since r166584. This fixes `make install'.
3824 2014-04-04 Brian J. Burg <burg@cs.washington.edu>
3826 Web Replay: capture and replay wheel events and scroll commands
3827 https://bugs.webkit.org/show_bug.cgi?id=129402
3829 Reviewed by Timothy Hatcher.
3831 * ManualTests/inspector/replay-wheel-events.html: Added.
3833 2014-04-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3835 [GTK][CMake] Remove FindXt.cmake.
3836 https://bugs.webkit.org/show_bug.cgi?id=131227
3838 Reviewed by Anders Carlsson.
3840 Xt is already detected by CMake's own FindX11.cmake, so there is no need to keep a custom FindXt.cmake around.
3842 * Source/cmake/FindXt.cmake: Removed.
3843 * Source/cmake/OptionsGTK.cmake:
3845 2014-04-04 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
3847 [EFL] Build error due to changed path of generated js files.
3848 https://bugs.webkit.org/show_bug.cgi?id=131215
3850 Reviewed by Gyuyoung Kim.
3852 r166648 fixed the generation of some .js files on GTK. Due to some
3853 changes in the paths it causes a build error on EFL.
3855 * Source/PlatformEfl.cmake:
3856 Replaced path for two derived source files.
3858 2014-04-02 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3860 [GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
3861 https://bugs.webkit.org/show_bug.cgi?id=131095
3863 Reviewed by Martin Robinson.
3865 One needs to take into account OpenGL's include directory found via
3866 find_package() when looking for glx.h, since if the former is a
3867 non-standard location the latter will also be. If this is not it is
3868 possible that OpenGL is found but GLX support is not properly detected.
3870 * Source/cmake/OptionsGTK.cmake:
3872 2014-04-02 Martin Robinson <mrobinson@igalia.com>
3874 REGRESSION(r165704): [GTK] Inspector resources not correctly generated
3875 https://bugs.webkit.org/show_bug.cgi?id=130343
3877 Reviewed by Gustavo Noronha Silva.
3879 * CMakeLists.txt: Add a variable which points to the directory to store WebInspectorUI
3881 * Source/cmake/WebKitFS.cmake: Generate WebInspectorUI derived sources directories.
3883 2014-04-01 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3885 [CMake] Drop port check from FindEGL.cmake.
3886 https://bugs.webkit.org/show_bug.cgi?id=131091
3888 Reviewed by Gyuyoung Kim.
3890 There is no reason to mark some variables as advanced only for the
3893 * Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
3894 as advanced regardless of the port.
3896 2014-04-01 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3898 Fix the !ENABLE(BATTERY_STATUS) build
3899 https://bugs.webkit.org/show_bug.cgi?id=130183
3901 Reviewed by Anders Carlsson.
3903 * Source/cmake/OptionsEfl.cmake:
3905 2014-03-31 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3907 [CMake][GTK] Do not expand variables twice in if() checks.
3908 https://bugs.webkit.org/show_bug.cgi?id=130964
3910 Reviewed by Martin Robinson.
3912 In CMake, `if (${foo})' causes $foo to be evaluated first and its value
3913 to be checked by the if clause. This is not what we want, and
3914 configuration fails when, say, GLX support wasn't found as the if
3915 clause is actually evaluated as `if (TRUE AND (OR TRUE))'.
3917 * Source/cmake/OptionsGTK.cmake: Pass if (FOO) instead of if (${FOO})
3920 2014-03-31 Martin Robinson <mrobinson@igalia.com>
3922 [GTK] Remove scripts code only applicable to autotools
3923 https://bugs.webkit.org/show_bug.cgi?id=130841
3925 Reviewed by Anders Carlsson.
3927 * Source/cmake/WebKitPackaging.cmake: No longer need to consider autotools files.
3929 2014-03-31 Martin Robinson <mrobinson@igalia.com>
3931 [GTK] Use PROJECT_VERSION_* instead of WEBKIT_*_VERSION
3932 https://bugs.webkit.org/show_bug.cgi?id=130936
3934 Reviewed by Carlos Garcia Campos.
3936 * Source/cmake/OptionsGTK.cmake: No longer emulate the Autotools macro names.
3938 2014-03-31 Carlos Garcia Campos <cgarcia@igalia.com>
3940 [GTK] Add support for GTK3 plugins
3941 https://bugs.webkit.org/show_bug.cgi?id=130599
3943 Reviewed by Martin Robinson.
3945 * Source/cmake/OptionsGTK.cmake:
3947 2014-03-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3949 [EFL] Bump glib version from 2.36 to 2.38
3950 https://bugs.webkit.org/show_bug.cgi?id=130886
3952 Reviewed by Csaba Osztrogonác.
3954 * Source/cmake/OptionsEfl.cmake: Required glib-2.38 version.
3956 2014-03-26 Zoltan Horvath <zoltan@webkit.org>
3958 [CSS Shapes] Remove shape-inside support
3959 https://bugs.webkit.org/show_bug.cgi?id=130698
3961 Reviewed by David Hyatt.
3963 * Source/cmake/WebKitFeatures.cmake:
3964 * Source/cmakeconfig.h.cmake:
3966 2014-03-25 Martin Robinson <mrobinson@igalia.com>
3968 [GTK] Remove the autotools build
3969 https://bugs.webkit.org/show_bug.cgi?id=130717
3971 Reviewed by Anders Carlsson.
3973 * .gitignore: Remove references to autotools files.
3974 * GNUmakefile.am: Removed.
3975 * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
3976 * Source/autotools/CustomMacros.m4: Removed.
3977 * Source/autotools/FindDependencies.m4: Removed.
3978 * Source/autotools/PrintBuildConfiguration.m4: Removed.
3979 * Source/autotools/ReadCommandLineArguments.m4: Removed.
3980 * Source/autotools/SetupAutoconfHeader.m4: Removed.
3981 * Source/autotools/SetupAutomake.m4: Removed.
3982 * Source/autotools/SetupCompilerFlags.m4: Removed.
3983 * Source/autotools/SetupLibtool.m4: Removed.
3984 * Source/autotools/SetupWebKitFeatures.m4: Removed.
3985 * Source/autotools/Versions.m4: Removed.
3986 * Source/autotools/acinclude.m4: Removed.
3987 * Source/autotools/dolt.m4: Removed.
3988 * Source/autotools/gsettings.m4: Removed.
3989 * Source/cmake/OptionsGTK.cmake:
3990 * autogen.sh: Removed.
3991 * configure.ac: Removed.
3993 2014-03-25 Gabor Rapcsanyi <rgabor@webkit.org>
3995 [EFL] Add ARM64 build support
3996 https://bugs.webkit.org/show_bug.cgi?id=130506
3998 Rubber stamped by Gyuyoung Kim.
4000 * CMakeLists.txt: Set WTF_CPU_ARM64 when aarch64 is defined.
4002 2014-03-25 Michał Pakuła vel Rutka <m.pakula@samsung.com>
4004 [EFL][WK2] Add NETWORK_PROCESS build option
4005 https://bugs.webkit.org/show_bug.cgi?id=130131
4007 Reviewed by Gyuyoung Kim.
4009 Add option to build EFL port with NETWORK_PROCESS set on. By default NETWORK_PROCESS is
4012 * Source/cmake/OptionsEfl.cmake:
4014 2014-03-24 Brian Burg <bburg@apple.com>
4016 Web Replay: capture and replay keyboard events
4017 https://bugs.webkit.org/show_bug.cgi?id=130314
4019 Reviewed by Joseph Pecoraro.
4021 * ManualTests/inspector/replay-keyboard-events.html: Added.
4023 2014-03-24 Sangyong Park <sy302.park@gmail.com>
4025 [EFL] Inspector page is not loaded.
4026 https://bugs.webkit.org/show_bug.cgi?id=130661
4028 Reviewed by Gyuyoung Kim.
4030 Inspector page is not loaded, because some javascript files are not installed.
4031 (InspectorJSBackendCommands.js, InspectorWebBackendCommands.js)
4033 * Source/PlatformEfl.cmake:
4035 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
4037 [EFL][GTK] Get CMake to find Freetype2 properly
4038 https://bugs.webkit.org/show_bug.cgi?id=130150
4040 Reviewed by Martin Robinson.
4042 Newer versions of CMake are not able to find Freetype2 correctly.
4043 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
4044 freetype2 repo, because a completely different version number is found in freetype2.pc.
4046 * Source/cmake/FindFreetype2.cmake: Added.
4047 * Source/cmake/OptionsEfl.cmake:
4048 * Source/cmake/OptionsGTK.cmake:
4050 2014-03-20 Brian Burg <bburg@apple.com>
4052 Web Replay: capture and replay mouse events
4053 https://bugs.webkit.org/show_bug.cgi?id=129395
4055 Reviewed by Joseph Pecoraro.
4057 Create a manual test for capture/replay of mouse events.
4058 Copy over the crypto-md5.js library from SunSpider.
4060 * ManualTests/inspector/replay-mouse-events.html: Added.
4061 * ManualTests/inspector/resources/crypto-md5.js: Added.
4063 2014-03-20 Zan Dobersek <zdobersek@igalia.com>
4065 [GTK][CMake] Add support for building with Clang
4066 https://bugs.webkit.org/show_bug.cgi?id=130260
4068 Reviewed by Martin Robinson.
4070 * Source/PlatformGTK.cmake: Run the generate-gtkdoc script with the CFLAGS env set
4071 to the list C compiler flags as constructed by CMake.
4072 * Source/cmake/OptionsCommon.cmake: When building with Clang, use the -Qunused-arguments
4073 compiler option to suppress verbose warnings about arguments that went unused by the driver.
4074 * Source/cmake/OptionsGTK.cmake: Use -fno-omit-frame-pointer for both GCC and Clang.
4075 -fno-tree-dce should be used only for GCC.
4076 * Source/cmake/gtest/CMakeLists.txt: When building with Clang the GTest framework
4077 should be built with GTEST_HAS_TR1_TUPLE macro defined to 0 to avoid build failures.
4079 2014-03-20 Commit Queue <commit-queue@webkit.org>
4081 Unreviewed, rolling out r165962.
4082 https://bugs.webkit.org/show_bug.cgi?id=130512
4084 It broke the build (Requested by Ossy on #webkit).
4088 "[EFL][GTK] Get CMake to find Freetype2 properly"
4089 https://bugs.webkit.org/show_bug.cgi?id=130150
4090 http://trac.webkit.org/changeset/165962
4092 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
4094 [EFL][GTK] Get CMake to find Freetype2 properly
4095 https://bugs.webkit.org/show_bug.cgi?id=130150
4097 Reviewed by Csaba Osztrogonác.
4099 Newer versions of CMake are not able to find Freetype2 correctly.
4100 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
4101 freetype2 repo, because a completely different version number is found in freetype2.pc.
4103 * Source/cmake/FindFreetype2.cmake: Added.
4104 * Source/cmake/OptionsEfl.cmake:
4105 * Source/cmake/OptionsGTK.cmake:
4107 2014-03-17 Brendan Long <b.long@cablelabs.com>
4109 [GStreamer] human readable language code for tracks
4110 https://bugs.webkit.org/show_bug.cgi?id=124514
4112 Reviewed by Martin Robinson.
4114 * Source/autotools/FindDependencies.m4: Add gstreamer-tag-1.0.
4115 * Source/cmake/FindGStreamer.cmake: Same.
4116 * Source/cmake/OptionsEfl.cmake: Same.
4117 * Source/cmake/OptionsGTK.cmake: Same.
4119 2014-03-17 Martin Robinson <mrobinson@igalia.com>
4121 [GTK][CMake] Credential storage is not enabled
4122 https://bugs.webkit.org/show_bug.cgi?id=130149
4124 Reviewed by Philippe Normand.
4126 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_CREDENTIAL_STORAGE option to the configuration
4127 and look libsecret when it's enabled.
4128 * Source/cmakeconfig.h.cmake: Expose the ENABLE_CREDENTIAL_STORAGE option to the build.
4130 2014-03-17 Martin Robinson <mrobinson@igalia.com>
4132 [GTK][CMake] Ensure that HAVE_GTK_UNIX_PRINTING is defined when appropriate
4133 https://bugs.webkit.org/show_bug.cgi?id=130155
4135 Reviewed by Philippe Normand.
4137 * Source/cmake/FindGTKUnixPrint.cmake: Added.
4138 * Source/cmake/OptionsGTK.cmake: Look for gtk+-unix-print and use it to turn on HAVE_GTK_UNIX_PRINTING.
4139 * Source/cmakeconfig.h.cmake: Add the HAVE_GTK_UNIX_PRINTING define.
4141 2014-03-16 Kim Byung Jun <bj1987.kim@samsung.com>
4143 [EFL] Enable TOUCH_SLIDER macro.
4144 https://bugs.webkit.org/show_bug.cgi?id=130186
4146 Reviewed by Gyuyoung Kim.
4148 * Source/cmake/OptionsEfl.cmake:
4150 2014-03-16 Zan Dobersek <zdobersek@igalia.com>
4152 [GTK][CMake] Build with -fno-rtti
4153 https://bugs.webkit.org/show_bug.cgi?id=130261
4155 Reviewed by Martin Robinson.
4157 * Source/cmake/OptionsCommon.cmake: List the -fno-exceptions, -fno-strict-aliasing
4158 and -fno-rtti options in the global CMAKE_C_FLAGS and CMAKE_CXX_FLAGS (-fno-rtti
4159 is only listed in the latter). Replace -std=gnu++0x with the official -std=c++11 option.
4160 * Source/cmake/WebKitHelpers.cmake: Stop -fno-exceptions and -fno-strict-aliasing
4161 from being set through the WEBKIT_SET_EXTRA_COMPILER_FLAGS macro, they are now listed
4162 in CMAKE_C_FLAGS and CMAKE_CXX_FLAGS.
4163 * Source/cmake/gtest/CMakeLists.txt: Build GTest code with GTEST_HAS_RTTI macro defined to 0.
4165 2014-03-16 Brendan Long <b.long@cablelabs.com>
4167 [GStreamer] CMake doesn't find the include path for gstreamer-base
4168 https://bugs.webkit.org/show_bug.cgi?id=130098
4170 Reviewed by Philippe Normand.
4172 * Source/cmake/FindGStreamer.cmake: Look for a header in gstreamer-base instead of looking for gst/gst.h twice.
4174 2014-03-14 Maciej Stachowiak <mjs@apple.com>
4176 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
4177 https://bugs.webkit.org/show_bug.cgi?id=130276
4178 <rdar://problem/16266927>
4180 Reviewed by Simon Fraser.
4182 * ManualTests/NPN_Invoke/Info.plist:
4183 * ManualTests/NPN_Invoke/main.c:
4184 * ManualTests/accessibility/resources/AppletTest.java:
4186 2014-03-14 Zan Dobersek <zdobersek@igalia.com>
4188 [CMake] Remove -fno-tree-sra workaround for GCC 4.5
4189 https://bugs.webkit.org/show_bug.cgi?id=130258
4191 Reviewed by Martin Robinson.
4193 GCC compilers 4.7 and later are supported, so there's no need for disabling
4194 the -ftree-sra optimization which was causing problems when enabled on GCC 4.5.
4196 * Source/cmake/WebKitHelpers.cmake:
4198 2014-03-14 Landry Breuil <landry@openbsd.org>
4200 Add autotools boilerplate for proper os defines on OpenBSD/NetBSD/DragonFly
4201 https://bugs.webkit.org/show_bug.cgi?id=129966
4203 Reviewed by Andreas Kling.
4205 * Source/autotools/CheckSystemAndBasicDependencies.m4:
4206 * Source/autotools/SetupAutomake.m4:
4208 2014-03-13 Mario Sanchez Prada <mario.prada@samsung.com>
4210 [CMake] Failure to link with older installations of WebP
4211 https://bugs.webkit.org/show_bug.cgi?id=130195
4213 Reviewed by Gustavo Noronha Silva.
4215 Fix the issue by using a temporary variable as the output parameter
4216 to check_include_files(), setting WEBP_FOUND accordingly later.
4218 * Source/cmake/FindWebP.cmake: Avoid reusing the WEBP_FOUND
4219 variable in check_include_files(), as it will lead to misleading
4220 results (will always be FALSE). Use a temporary variable instead
4221 and explicitly set WEBP_FOUND to TRUE later if needed.
4223 2014-03-12 Martin Robinson <mrobinson@igalia.com>
4225 [CMake] Changes to the bindings generator Perl modules do not trigger regeneration of bindings
4226 https://bugs.webkit.org/show_bug.cgi?id=130170
4228 Reviewed by Daniel Bates.
4230 * Source/cmake/WebKitMacros.cmake: Add the Perl modules used in script generation to the dependency
4231 list. We must check whether or not the specific one exists first, because the InjectedBundle uses a
4232 fake "TestRunner" generator.
4234 2014-03-12 Carlos Garcia Campos <cgarcia@igalia.com>
4236 [GTK][CMAKE] Remove compile warnings about GTK+ deprecated API
4237 https://bugs.webkit.org/show_bug.cgi?id=130014
4239 Reviewed by Martin Robinson.
4241 Set GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_6.
4243 * Source/cmake/OptionsGTK.cmake:
4244 * Source/cmakeconfig.h.cmake:
4246 2014-03-12 Martin Robinson <mrobinson@igalia.com>
4248 [GTK][CMAKE] Too verbose build output
4249 https://bugs.webkit.org/show_bug.cgi?id=130076
4251 Reviewed by Carlos Garcia Campos.
4253 * Source/cmake/OptionsGTK.cmake: Generate a script which does the actual build. This
4254 works around an issue where cmake --build doesn't support ninja's pretty printing.
4256 2014-03-10 Mario Sanchez Prada <mario.prada@samsung.com>
4258 [GTK] Add support for Geoclue2
4259 https://bugs.webkit.org/show_bug.cgi?id=120185
4261 Reviewed by Carlos Garcia Campos.
4263 Patch by Anton Obzhirov <a.obzhirov@samsung.com> and Mario Sanchez Prada <mario.prada@samsung.com>
4265 Add support for Geoclue2 using autotools.
4267 * Source/autotools/FindDependencies.m4: Add support for handling
4268 both Geoclue 1.0 and 2.0.
4269 * Source/autotools/PrintBuildConfiguration.m4: Print the version
4270 of geoclue that is being used.
4271 * Source/autotools/SetupAutoconfHeader.m4: Define GEOCLUE_API_VERSION_2.
4272 * Source/autotools/SetupAutomake.m4: Likewise, for AM_CONDITIONAL.
4273 * Source/autotools/Versions.m4: Added minimum required version for Geoclue2.
4275 Add support for Geoclue2 using CMake.
4277 * Source/cmake/FindGeoClue2.cmake: Added.
4278 * Source/cmake/OptionsGTK.cmake: Add support for handling Geoclue 1.0 and 2.0.
4279 * Source/cmakeconfig.h.cmake: Define WTF_USE_GEOCLUE2.
4281 2014-03-10 Martin Robinson <mrobinson@igalia.com>
4283 [GTK][CMAKE] gtk-doc HTML documentation is generated by default when building with CMake
4284 https://bugs.webkit.org/show_bug.cgi?id=130016
4286 Reviewed by Carlos Garcia Campos.
4288 * Source/PlatformGTK.cmake: Add two gtkdoc targets, one which builds HTML and one which
4289 doesn't. Add the non-HTML version to the default target, but not the HTML version. The
4290 HTML version will still run when building the distribution tarball.
4292 2014-03-10 Martin Robinson <mrobinson@igalia.com>
4294 [GTK] [CMake] Clean up library linking
4295 https://bugs.webkit.org/show_bug.cgi?id=129782
4297 Reviewed by Philippe Normand.
4299 * Source/cmake/OptionsGTK.cmake: Add a macro to wrap all libraries in a list with --whole-archive
4300 so that unused symbols are not dropped. This is useful when building up shared libraries
4301 from convenience libraries.
4303 2014-03-08 Landry Breuil <landry@openbsd.org>
4305 Don't check for shm_open on librt on OpenBSD, lib doesnt exist.
4306 https://bugs.webkit.org/show_bug.cgi?id=129973
4308 Reviewed by Martin Robinson.
4310 * Source/autotools/FindDependencies.m4:
4312 2014-03-06 Anders Carlsson <andersca@apple.com>
4314 Build WebKit2 before building WebKit
4315 https://bugs.webkit.org/show_bug.cgi?id=129831
4316 <rdar://problem/15920020>
4318 Reviewed by Dan Bernstein.
4321 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
4322 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
4324 2014-03-06 Commit Queue <commit-queue@webkit.org>
4326 Unreviewed, rolling out r165193.
4327 http://trac.webkit.org/changeset/165193
4328 https://bugs.webkit.org/show_bug.cgi?id=129823
4330 Not specifying libc++ as the stdlib for Clang through CXXFLAGS
4331 env confuses libtool (Requested by zdobersek on #webkit).
4333 * Source/autotools/SetupCompilerFlags.m4:
4335 2014-03-06 Zan Dobersek <zdobersek@igalia.com>
4337 [GTK][Autotools] Default to libc++ when compiling with Clang
4338 https://bugs.webkit.org/show_bug.cgi?id=129798
4340 Reviewed by Anders Carlsson.
4342 * Source/autotools/SetupCompilerFlags.m4: Default to using libc++ when compiling with the Clang
4343 compiler. This is still overridable if -stdlib=* flag was set through CXXFLAGS, in case people
4344 would for some reason still prefer libstdc++ (i.e. on setups where a functional libc++ is not yet available).
4346 2014-03-05 Martin Robinson <mrobinson@igalia.com>
4348 [CMake] Ninja generator builds fail with "Argument list too long"
4349 https://bugs.webkit.org/show_bug.cgi?id=129771
4351 Reviewed by Daniel Bates.
4353 * Source/cmake/OptionsCommon.cmake: Work around a bug in the Ninja CMake generator,
4354 by forcing the use of response files.
4356 2014-03-05 Ryuan Choi <ryuan.choi@samsung.com>
4358 [CMake] Use thin archives if building on Linux for non-shared-core debug builds
4359 https://bugs.webkit.org/show_bug.cgi?id=108330
4361 Reviewed by Martin Robinson.
4363 In order to get non-shared debug builds, this patch applied T option for
4364 thin archives to the flags passed to ar when cmake based ports build on linux.
4365 In addition, applied u option which avoids adding a file twice.
4367 * Source/cmake/OptionsCommon.cmake: Moved archive options from OptionsGTK.cmake.
4368 * Source/cmake/OptionsEfl.cmake:
4369 Removed error messages for non-shared-core debug builds.
4370 * Source/cmake/OptionsGTK.cmake: Moved archive options to OptionsCommon.cmake.
4372 2014-03-04 Zan Dobersek <zdobersek@igalia.com>
4374 [GTK] Build the Udis86 disassembler
4375 https://bugs.webkit.org/show_bug.cgi?id=129679
4377 Reviewed by Michael Saboff.
4379 * GNUmakefile.am: Add the Udis86_nosources variable.
4380 * Source/cmake/OptionsGTK.cmake: Enable the Udis86 disassembler.
4382 2014-03-04 Martin Robinson <mrobinson@igalia.com>
4384 [GTK] Simplify the GObject DOM bindings API break check into one step
4385 https://bugs.webkit.org/show_bug.cgi?id=129571
4387 Reviewed by Carlos Garcia Campos.
4389 * Source/PlatformGTK.cmake: We don't need to run the API break check before gtkdoc generation.
4390 Add the check to 'make check.'
4392 2014-03-04 Martin Robinson <mrobinson@igalia.com>
4394 [GTK][CMake] ENABLE_NAVIGATOR_CONTENT_UTILS is mistakenly enabled for the CMake build
4395 https://bugs.webkit.org/show_bug.cgi?id=129502
4397 Reviewed by Carlos Garcia Campos.
4399 * Source/cmake/OptionsGTK.cmake: Disable the option for GTK+.
4401 2014-03-03 Jozsef Berta <jberta.u-szeged@partner.samsung.com>
4403 [cmake] *Names.cpp file should be regenerated after touching StaticString.pm
4404 https://bugs.webkit.org/show_bug.cgi?id=129031
4406 Reviewed by Csaba Osztrogonác.
4408 * Source/cmake/WebKitMacros.cmake: Added a call for make_names.pm dependencies in GENERATE_FONT_NAMES and GENERATE_DOM_NAMES macros.
4410 2014-03-03 Carlos Garcia Campos <cgarcia@igalia.com>
4412 [GTK] WebKit2WebExtension GIR can't be used in vala
4413 https://bugs.webkit.org/show_bug.cgi?id=127179
4415 Reviewed by Martin Robinson.
4417 Add a different pkg-config file for the web extensions API.
4419 * Source/cmake/OptionsGTK.cmake:
4422 2014-03-02 Dirkjan Ochtman <d.ochtman@activevideo.com>
4424 Support ENABLE_ENCRYPTED_MEDIA in cmake builds
4425 https://bugs.webkit.org/show_bug.cgi?id=129575
4427 Reviewed by Philippe Normand.
4429 * Source/cmake/OptionsEfl.cmake:
4430 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
4431 * Source/cmake/OptionsGTK.cmake:
4432 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
4433 * Source/cmake/WebKitFeatures.cmake:
4434 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
4435 * Source/cmakeconfig.h.cmake:
4436 Added ENABLE_ENCRYPTED_MEDIA{,_V2} flags.
4438 2014-02-27 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
4440 Enable support of X-Content-Type-Options: nosniff header for EFL
4441 https://bugs.webkit.org/show_bug.cgi?id=128673
4443 Reviewed by Gyuyoung Kim.
4445 * Source/cmake/OptionsEfl.cmake:
4446 Enabled NOSNIFF feature flag for EFL.
4448 2014-02-27 Koop Mast <kwm@FreeBSD.org>
4450 Fallback on checking for libz manualy if zlib.pc isn't available.
4451 https://bugs.webkit.org/show_bug.cgi?id=127061
4453 Reviewed by Gustavo Noronha Silva.
4455 * Source/autotools/FindDependencies.m4:
4457 2014-02-25 Sergio Villar Senin <svillar@igalia.com>
4459 [CSS Grid Layout] Add ENABLE flag
4460 https://bugs.webkit.org/show_bug.cgi?id=129153
4462 Reviewed by Simon Fraser.
4464 Added the ENABLE_CSS_GRID_LAYOUT feature flag to the cmake and
4465 autotools build systems. The feature is disabled by default for
4468 * Source/autotools/SetupWebKitFeatures.m4:
4469 * Source/cmake/OptionsEfl.cmake:
4470 * Source/cmake/OptionsGTK.cmake:
4471 * Source/cmake/WebKitFeatures.cmake:
4472 * Source/cmakeconfig.h.cmake:
4474 2014-02-24 Martin Robinson <mrobinson@igalia.com>
4476 [GTK] generate-gtkdoc should not generate documentation for source files for unbuilt source files
4477 https://bugs.webkit.org/show_bug.cgi?id=128417
4479 Reviewed by Carlos Garcia Campos.
4481 * Source/cmake/OptionsGTK.cmake: Define the paths to the pkgconfig files here, so that they
4482 may one day be used in the webkitdom config file generation.
4484 2014-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
4486 [EFL][CMake] Fix javascriptcore test failings by the jsCStack branch merge
4487 https://bugs.webkit.org/show_bug.cgi?id=128961
4489 Reviewed by Ryosuke Niwa.
4491 Javascriptcore test on EFL port has been broken since the jsCStack branch merge.
4492 For now we can fix almost tests by using "-fno-tree-dce option". Unfortunately,
4493 EFL port needs not to check "uninitialized" build warning as error in order to
4494 adjust the option to EFL port. This patch don't take it as error temporarily.
4496 * Source/cmake/OptionsEfl.cmake:
4497 * Source/cmake/WebKitHelpers.cmake:
4499 2014-02-16 Martin Robinson <mrobinson@igalia.com>
4501 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
4502 https://bugs.webkit.org/show_bug.cgi?id=128434
4504 Reviewed by Anders Carlsson.
4506 * Source/cmake/OptionsGTK.cmake: Add -fno-omit-frame-pointer to the GTK+ CMake
4507 port as well as -fno-tree-dce, like it is used in the autotools build.
4509 2014-02-17 ChangSeok Oh <changseok.oh@collabora.com>
4511 [GTK] MEDIA_CONTROLS_SCRIPT depends on VIDEO_TRACK
4512 https://bugs.webkit.org/show_bug.cgi?id=128799
4514 Reviewed by Philippe Normand.
4516 MEDIA_CONTROLS_SCRIPT has a dependency on VIDEO_TRACK. So it causes a build break
4517 if building with autotools. cmake system has enabled it as default. So I propose
4518 enabling VIDEO_TRACK as well.
4520 * Source/autotools/SetupWebKitFeatures.m4:
4522 2014-02-14 Commit Queue <commit-queue@webkit.org>
4524 Unreviewed, rolling out r164090.
4525 http://trac.webkit.org/changeset/164090
4526 https://bugs.webkit.org/show_bug.cgi?id=128807
4528 It broke the EFL build (Requested by Ossy on #webkit).
4530 * Source/cmake/OptionsCommon.cmake:
4531 * Source/cmake/OptionsEfl.cmake:
4533 2014-02-09 Martin Robinson <mrobinson@igalia.com>
4535 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
4536 https://bugs.webkit.org/show_bug.cgi?id=128434
4538 Extend a fix for EFL to all ports that use GCC. Also include further fixes
4539 that were applied only to the autotools build.
4541 Reviewed by Gyuyoung Kim.
4543 * Source/cmake/OptionsCommon.cmake: Add -fno-omit-frame-pointer to all ports as well
4544 as -fno-tree-dce, which is necessary for GTK+.
4545 * Source/cmake/OptionsEfl.cmake: The GCC flag additions are now in the common options file.
4547 2014-02-04 Gustavo Noronha Silva <gns@gnome.org>
4549 [GTK][CMake] Generate GObject DOM bindings .symbols files
4550 https://bugs.webkit.org/show_bug.cgi?id=126210
4552 Reviewed by Martin Robinson.
4554 * Source/PlatformGTK.cmake: add checking DOM bindings API as a dependency
4555 for documentation generation.
4557 2014-02-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
4559 [GTK] MEDIA_CONTROLS_SCRIPT support
4560 https://bugs.webkit.org/show_bug.cgi?id=123097
4562 Reviewed by Jer Noble.
4564 Part of the Autotools and CMake structure to build the media
4567 * Source/autotools/SetupWebKitFeatures.m4: Activated the media
4568 controls script by default.
4569 * Source/cmake/OptionsGTK.cmake: Activated the media controls