1 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
3 [EFL] Hyphenation is not supported
4 https://bugs.webkit.org/show_bug.cgi?id=89830
6 Reviewed by Gyuyoung Kim.
8 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
10 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
12 [CMake] Add support for building with various sanitizer tools
13 https://bugs.webkit.org/show_bug.cgi?id=131941
15 Reviewed by Martin Robinson.
17 * Source/PlatformGTK.cmake: Don't generate any documentation
18 when compiling with sanitizers enabled.
19 * Source/cmake/OptionsCommon.cmake: Allow linking with
20 undefined symbols when compiling with sanitizers enabled.
22 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
24 libwebkit2gtk fails to link without opengl
25 https://bugs.webkit.org/show_bug.cgi?id=138332
27 Reviewed by Carlos Garcia Campos.
29 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
30 enabled regardless of whether OpenGL is, because certain symbols
31 such as WebCore::GraphicsLayer::create() need to be built.
33 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
35 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
36 https://bugs.webkit.org/show_bug.cgi?id=146181
38 Reviewed by Martin Robinson.
40 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
42 * Source/cmake/OptionsGTK.cmake:
44 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
46 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
47 https://bugs.webkit.org/show_bug.cgi?id=146171
49 Reviewed by Gyuyoung Kim.
51 * Source/cmake/OptionsEfl.cmake:
52 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
54 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
56 [CMake] FindGTK3.cmake should not modify the values of build options
57 https://bugs.webkit.org/show_bug.cgi?id=144613
59 Reviewed by Martin Robinson.
61 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
62 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
63 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
64 GTK3_SUPPORTS_GESTURES for consistency.
65 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
66 available. It's not possible to automatically select a backend correctly anymore, since all
67 options are set at the same time.
69 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
71 Remove unnecessary svn:executable flags
72 https://bugs.webkit.org/show_bug.cgi?id=146107
74 Reviewed by Alexey Proskuryakov.
76 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
77 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
78 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
79 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
80 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
82 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
84 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
85 https://bugs.webkit.org/show_bug.cgi?id=146108
87 Reviewed by Gyuyoung Kim.
89 * Source/cmake/OptionsEfl.cmake:
91 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
93 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
94 https://bugs.webkit.org/show_bug.cgi?id=146035
96 Reviewed by Gyuyoung Kim.
98 * Source/cmake/OptionsEfl.cmake:
100 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
102 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
103 https://bugs.webkit.org/show_bug.cgi?id=145701
105 Reviewed by Darin Adler.
107 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
109 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
111 [iOS] Crash long pressing on <input type=file>
112 https://bugs.webkit.org/show_bug.cgi?id=146009
113 <rdar://problem/21234453>
115 Reviewed by Ryosuke Niwa.
117 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
119 2015-06-16 Brent Fulgham <bfulgham@apple.com>
121 Rollout accidental Xcode project change.
123 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
125 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
127 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
128 https://bugs.webkit.org/show_bug.cgi?id=145909
130 Reviewed by Csaba Osztrogonác.
132 Bump EWebKit version based on efl library version used by the EWebKit.
134 * Source/cmake/OptionsEfl.cmake:
136 2015-06-11 Commit Queue <commit-queue@webkit.org>
138 Unreviewed, rolling out r185453.
139 https://bugs.webkit.org/show_bug.cgi?id=145881
141 it broke the 32-bit build (Requested by clopez on #webkit).
145 "[GTK] [Wayland] Should be possible to build with support for
146 both X11 and Wayland."
147 https://bugs.webkit.org/show_bug.cgi?id=145701
148 http://trac.webkit.org/changeset/185453
150 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
152 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
153 https://bugs.webkit.org/show_bug.cgi?id=145701
155 Reviewed by Žan Doberšek.
157 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
159 2015-06-03 Daniel Bates <dabates@apple.com>
161 Caps lock indicator should not be shown in read-only or disabled field
162 https://bugs.webkit.org/show_bug.cgi?id=145612
163 <rdar://problem/21227454>
165 Reviewed by Darin Adler.
167 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
168 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
169 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
171 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
173 [cmake] Suppress parentheses-equality warnings
174 https://bugs.webkit.org/show_bug.cgi?id=145126
176 Reviewed by Darin Adler.
178 * Source/cmake/WebKitHelpers.cmake:
180 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
182 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
183 https://bugs.webkit.org/show_bug.cgi?id=145408
185 Reviewed by Carlos Garcia Campos.
187 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
188 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
189 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
191 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
192 libraries. Detect also GLX libraries.
193 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
194 libraries. Use find_path() to get the include path.
195 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
197 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
198 depending on the libraries found on the system.
199 Move the detection of GLX (and the include of CMakePushCheckState)
201 Ensure that we only define USE_GLX when we build with OpenGL
202 (but not with GLESv2).
204 2015-05-27 Dean Jackson <dino@apple.com>
206 img.currentSrc problem in strict mode with old picturefill
207 https://bugs.webkit.org/show_bug.cgi?id=144095
208 <rdar://problem/21087013>
210 Reviewed by Simon Fraser.
212 Add a PICTURE_SIZES flag.
214 * Source/cmake/OptionsEfl.cmake:
215 * Source/cmake/OptionsGTK.cmake:
216 * Source/cmake/OptionsMac.cmake:
217 * Source/cmake/OptionsWindows.cmake:
218 * Source/cmake/WebKitFeatures.cmake:
220 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
222 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
224 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
226 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
228 Unreviewed. Export DatabaseProcessMainUnix symbol.
230 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
231 is exported in production builds.
233 * Source/cmake/gtksymbols.filter:
235 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
237 [GTK] Enable IndexedDB
238 https://bugs.webkit.org/show_bug.cgi?id=98932
240 Reviewed by Žan Doberšek.
242 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
243 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
245 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
247 [GTK] Bump GCC requirements to 4.9.0
248 https://bugs.webkit.org/show_bug.cgi?id=145211
250 Reviewed by Žan Doberšek.
252 It's required to build with IndexedDB support when using GCC,
253 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
255 * Source/cmake/OptionsGTK.cmake:
257 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
259 [CMake] Ignore warnings in system headers
260 https://bugs.webkit.org/show_bug.cgi?id=144747
262 Reviewed by Darin Adler.
264 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
265 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
266 use the SYSTEM argument to the command (added in 2.8.12).
270 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
272 [CMake] Error out when ruby is too old
273 https://bugs.webkit.org/show_bug.cgi?id=145014
275 Reviewed by Martin Robinson.
277 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
282 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
284 [GTK] Enable plugin-related CMake options and variables for the X11 target only
285 https://bugs.webkit.org/show_bug.cgi?id=144995
287 Reviewed by Carlos Garcia Campos.
289 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
290 the X11 windowing target at the moment, so the following options
291 and variables should be enabled or disabled accordingly:
292 - ENABLE_PLUGIN_PROCESS_GTK2
293 - ENABLE_NETSCAPE_PLUGIN_API
294 - ENABLE_PLUGIN_PROCESS
296 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
298 Linker fails without -DDEVELOPER_MODE=ON
299 https://bugs.webkit.org/show_bug.cgi?id=144117
301 Reviewed by Gyuyoung Kim.
303 * Source/cmake/OptionsEfl.cmake:
304 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
305 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
307 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
309 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
310 https://bugs.webkit.org/show_bug.cgi?id=144846
312 Reviewed by Martin Robinson.
314 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
315 CAIRO_GL_* throughout, because find_package will define
317 * Source/cmake/OptionsGTK.cmake: Ditto.
319 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
321 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
322 https://bugs.webkit.org/show_bug.cgi?id=144845
324 Reviewed by Martin Robinson.
326 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
327 if their corresponding WTF options are ON. The code in npapi.h
328 relies on these being undefined if they are to be switched off.
330 2015-05-09 Yoav Weiss <yoav@yoav.ws>
332 Remove the PICTURE_SIZES build flag
333 https://bugs.webkit.org/show_bug.cgi?id=144679
335 Reviewed by Benjamin Poulain.
337 Removed the PICTURE_SIZES build time flag.
339 * Source/cmake/OptionsEfl.cmake:
340 * Source/cmake/OptionsGTK.cmake:
341 * Source/cmake/OptionsMac.cmake:
342 * Source/cmake/OptionsWindows.cmake:
343 * Source/cmake/WebKitFeatures.cmake:
345 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
347 [GTK] [CMake] Check for required X libraries
348 https://bugs.webkit.org/show_bug.cgi?id=144823
350 Reviewed by Martin Robinson.
352 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
354 * Source/cmake/OptionsGTK.cmake:
356 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
358 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
359 https://bugs.webkit.org/show_bug.cgi?id=144746
361 Reviewed by Carlos Garcia Campos.
363 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
364 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
365 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
367 * Source/cmake/OptionsGTK.cmake:
369 2015-05-08 Daniel Bates <dabates@apple.com>
371 [iOS] WebSQL operations are not performed after device is locked
372 https://bugs.webkit.org/show_bug.cgi?id=137503
373 <rdar://problem/20844952>
375 Rubber-stamped by Alexey Proskuryakov.
377 Add a manual test to help verify that we do not regress this issue.
379 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
381 2015-05-08 Commit Queue <commit-queue@webkit.org>
383 Unreviewed, rolling out r183945.
384 https://bugs.webkit.org/show_bug.cgi?id=144789
386 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
390 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
391 https://bugs.webkit.org/show_bug.cgi?id=144746
392 http://trac.webkit.org/changeset/183945
394 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
396 Cleanup after r183940
397 https://bugs.webkit.org/show_bug.cgi?id=144768
401 Looks like the empty directories were not deleted.
403 * Source/PAL: Removed.
404 * Source/PAL/Configurations: Removed.
405 * Source/PAL/PAL.xcodeproj: Removed.
406 * Source/PAL/graphics: Removed.
408 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
410 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
411 https://bugs.webkit.org/show_bug.cgi?id=144746
413 Reviewed by Martin Robinson.
415 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
416 what it is defined to, so defining it to 0 effectively turned it on always.
418 * Source/cmake/OptionsGTK.cmake:
420 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
422 Revert "Introducing the Platform Abstraction Layer (PAL)"
423 https://bugs.webkit.org/show_bug.cgi?id=144751
427 PAL should be a new target inside WebCore, rather than a top-level folder.
429 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
431 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
433 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
435 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
437 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
439 Introducing the Platform Abstraction Layer (PAL)
440 https://bugs.webkit.org/show_bug.cgi?id=143358
442 Reviewed by Simon Fraser.
444 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
446 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
448 [cmake] Disable GNU Gold linker on Cortex A53
449 https://bugs.webkit.org/show_bug.cgi?id=144382
451 Reviewed by Carlos Garcia Campos.
453 * Source/cmake/OptionsCommon.cmake:
455 2015-05-01 Martin Robinson <mrobinson@igalia.com>
457 USE(...) macro should expect unprefixed variables
458 https://bugs.webkit.org/show_bug.cgi?id=144454
460 Reviewed by Daniel Bates.
462 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
463 * Source/cmake/OptionsEfl.cmake: Ditto.
464 * Source/cmake/OptionsGTK.cmake: Ditto.
465 * Source/cmake/OptionsMac.cmake: Ditto.
466 * Source/cmake/OptionsWinCairo.cmake: Ditto.
467 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
470 2015-04-30 Martin Robinson <mrobinson@igalia.com>
472 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
473 https://bugs.webkit.org/show_bug.cgi?id=144394
475 Reviewed by Carlos Garcia Campos.
477 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
478 is that it fixes the redirected XComposite window for GTK+, which was accidentally
479 disabled in previous reworking of the CMake configuration.
481 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
482 version of USE variables.
483 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
484 is exposed to the build.
486 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
488 Unreviewed. Bump GTK+ version numbers.
490 * Source/cmake/OptionsGTK.cmake:
492 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
494 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
495 https://bugs.webkit.org/show_bug.cgi?id=144435
497 Reviewed by Gyuyoung Kim.
499 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
500 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
502 * Source/cmake/OptionsEfl.cmake:
504 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
506 REGRESSION(183583): [Mac] make without SDKROOT has issues
507 https://bugs.webkit.org/show_bug.cgi?id=144431
509 Reviewed by Dan Bernstein.
512 Assume an empty SDKROOT means an macosx variant, so only
513 enable settings if the SDKROOT is not empty and does not
516 2015-04-29 Martin Robinson <mrobinson@igalia.com>
518 Fix the GTK+ build after r183584
520 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
522 2015-04-29 Martin Robinson <mrobinson@igalia.com>
524 [GTK] Add support for automatic hyphenation
525 https://bugs.webkit.org/show_bug.cgi?id=44478
527 Reviewed by Carlos Garcia Campos.
529 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
530 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
531 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
533 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
535 Failure when building WebKit for appletvsimulator.
536 https://bugs.webkit.org/show_bug.cgi?id=144356
538 Reviewed by Alexey Proskuryakov.
540 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
541 make TVOS and WatchOS behave correctly.
545 2015-04-29 Martin Robinson <mrobinson@igalia.com>
547 [CMake] [GTK] Organize and clean up unused CMake variables
548 https://bugs.webkit.org/show_bug.cgi?id=144364
550 Reviewed by Gyuyoung Kim.
552 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
553 specific to certain projects into their PlatformGTK.cmake files.
555 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
557 [EFL] Build failure to find gio-unix
558 https://bugs.webkit.org/show_bug.cgi?id=144083
560 Reviewed by Gyuyoung Kim.
562 Original patch by Doug Newgard <scimma22@outlook.com>
564 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
566 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
568 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
569 https://bugs.webkit.org/show_bug.cgi?id=143001
571 Reviewed by Gyuyoung Kim.
573 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
574 * Source/cmake/OptionsGTK.cmake: Ditto.
576 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
578 Unreviewed, fix typo in previous commit
580 libsecretr -> libsecret in the error message.
582 * Source/cmake/OptionsGTK.cmake:
584 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
586 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
587 https://bugs.webkit.org/show_bug.cgi?id=143546
589 Reviewed by Martin Robinson.
591 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
592 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
593 default. Fail the build with an informative error message if an optional dependency required
594 for an enabled feature is not present. Perform find_package commands only when necessary.
595 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
598 * Source/cmake/OptionsGTK.cmake:
600 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
602 [GTK] Make all options actually options
603 https://bugs.webkit.org/show_bug.cgi?id=144106
605 Reviewed by Martin Robinson.
607 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
608 ENABLE_WAYLAND_TARGET.
610 * Source/cmake/OptionsGTK.cmake:
612 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
614 Unreviewed, fix GTK build after r183452
616 * Source/cmake/OptionsGTK.cmake:
618 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
620 [GTK] Add one single option to control all OpenGL-related options
621 https://bugs.webkit.org/show_bug.cgi?id=144105
623 Reviewed by Martin Robinson.
625 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
626 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
627 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
628 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
629 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
632 * Source/cmake/OptionsGTK.cmake:
634 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
636 [GTK] ENABLE_SMOOTH_SCROLLING should be private
637 https://bugs.webkit.org/show_bug.cgi?id=144306
639 Reviewed by Martin Robinson.
641 Make ENABLE_SMOOTH_SCROLLING private instead of public.
643 * Source/cmake/OptionsGTK.cmake:
645 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
647 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
648 https://bugs.webkit.org/show_bug.cgi?id=144193
650 Reviewed by Darin Adler.
652 * Source/cmake/OptionsEfl.cmake:
653 * Source/cmake/OptionsGTK.cmake:
654 * Source/cmake/OptionsWinCairo.cmake:
655 * Source/cmake/WebKitFeatures.cmake:
657 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
659 [CMake] Should be possible for an option to conflict with other options
660 https://bugs.webkit.org/show_bug.cgi?id=143956
662 Reviewed by Martin Robinson.
664 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
666 * Source/cmake/WebKitFeatures.cmake:
668 2015-04-22 Martin Robinson <mrobinson@igalia.com>
670 [CMake] Autogenerate cmakeconfig.h.cmake
671 https://bugs.webkit.org/show_bug.cgi?id=143997
673 Reviewed by Csaba Osztrogonác.
675 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
676 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
677 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
678 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
679 Do some other miscellaneous related cleanup.
680 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
681 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
682 build exposed variables. Add a macro to generate a configuration from them.
683 * Source/cmakeconfig.h.cmake: Removed.
685 2015-04-24 Philippe Normand <pnormand@igalia.com>
687 [JHBuild] Move to upstream OpenWebRTC
688 https://bugs.webkit.org/show_bug.cgi?id=144145
690 Reviewed by Carlos Garcia Campos.
692 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
695 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
697 [ES6] Implement ES6 template literals
698 https://bugs.webkit.org/show_bug.cgi?id=142691
700 Reviewed by Darin Adler.
702 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
704 * Source/cmake/WebKitFeatures.cmake:
705 * Source/cmakeconfig.h.cmake:
707 2015-04-25 Martin Robinson <mrobinson@igalia.com>
709 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
710 https://bugs.webkit.org/show_bug.cgi?id=144182
712 Reviewed by Simon Fraser.
714 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
715 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
716 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
717 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
718 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
720 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
722 [GTK] Add more public options
723 https://bugs.webkit.org/show_bug.cgi?id=144116
725 Reviewed by Martin Robinson.
727 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
729 * Source/cmake/OptionsGTK.cmake:
731 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
733 [CMake] Some internal variables are not marked as advanced
734 https://bugs.webkit.org/show_bug.cgi?id=143595
736 Reviewed by Martin Robinson.
738 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
739 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
741 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
743 [GTK] Mark as advanced the build options we don't want to expose
744 https://bugs.webkit.org/show_bug.cgi?id=143558
746 Reviewed by Martin Robinson.
748 Mark various options as private instead of public.
750 * Source/cmake/OptionsGTK.cmake:
752 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
754 [CMake] Should be possible for an option to depend on multiple options
755 https://bugs.webkit.org/show_bug.cgi?id=143839
757 Reviewed by Martin Robinson.
759 Use a list instead of a single variable to track the dependencies of each option. Iterate
760 over the list as many times as necessary to ensure all options are properly disabled.
762 * Source/cmake/WebKitFeatures.cmake:
764 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
766 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
767 https://bugs.webkit.org/show_bug.cgi?id=144103
769 Reviewed by Martin Robinson.
771 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
773 * Source/cmake/WebKitFeatures.cmake:
775 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
777 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
778 https://bugs.webkit.org/show_bug.cgi?id=144102
780 Reviewed by Martin Robinson.
782 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
783 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
784 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
786 * Source/cmake/OptionsGTK.cmake:
788 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
790 [CMake] Clean up JSC JIT options
791 https://bugs.webkit.org/show_bug.cgi?id=143998
793 Reviewed by Filip Pizlo.
795 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
796 define for ENABLE_FTL_NATIVE_CALL_INLINING.
797 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
798 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
799 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
800 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
802 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
804 [CMake] Use lowercase for local variables in macros
805 https://bugs.webkit.org/show_bug.cgi?id=144059
807 Reviewed by Martin Robinson.
809 Convert some variable names to lowercase.
811 * Source/cmake/WebKitFeatures.cmake:
813 2015-04-22 Commit Queue <commit-queue@webkit.org>
815 Unreviewed, rolling out r183116.
816 https://bugs.webkit.org/show_bug.cgi?id=144060
818 Inadvertently deleted a file... (Requested by mcatanzaro on
823 "[CMake] Use lowercase for local variables in macros"
824 https://bugs.webkit.org/show_bug.cgi?id=144059
825 http://trac.webkit.org/changeset/183116
827 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
829 [CMake] Use lowercase for local variables in macros
830 https://bugs.webkit.org/show_bug.cgi?id=144059
832 Reviewed by Martin Robinson.
834 Convert some variable names to lowercase.
836 * Source/cmake/WebKitFeatures.cmake:
838 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
840 [CMake] Features list should print dots every other row
841 https://bugs.webkit.org/show_bug.cgi?id=143832
843 Reviewed by Martin Robinson.
845 Discount private options when determining whether to print dots on a given row of the
846 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
847 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
848 wasn't noticed because it only affects the first line, and use of the variable name as a
849 string in a conditional.)
851 * Source/cmake/WebKitFeatures.cmake:
853 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
855 [CMake] Require specifying visibility of WebKit options
856 https://bugs.webkit.org/show_bug.cgi?id=143831
858 Reviewed by Alex Christensen.
860 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
861 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
862 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
863 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
864 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
865 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
866 cross-platform options as PRIVATE.
868 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
870 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
871 https://bugs.webkit.org/show_bug.cgi?id=143935
873 Reviewed by Darin Adler.
875 Some variables aren't defined in these files or unused variables aren't removed. This
876 patch cleans up it as well as fix wrong alphabet order.
878 * Source/cmake/WebKitFeatures.cmake:
879 * Source/cmakeconfig.h.cmake:
881 2015-04-19 Simon Fraser <simon.fraser@apple.com>
883 Restore the WebKit.xcworkspace to the way it was before r182899,
884 which inadvertently added the Source directory and a couple of source
887 * WebKit.xcworkspace/contents.xcworkspacedata:
889 2015-04-16 Basile Clement <basile_clement@apple.com>
891 Extract the allocation profile from JSFunction into a rare object
892 https://bugs.webkit.org/show_bug.cgi?id=143807
894 Reviewed by Filip Pizlo.
896 * WebKit.xcworkspace/contents.xcworkspacedata:
898 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
900 [EFL] Bump LLVM to version 3.6.0 on X86_64
901 https://bugs.webkit.org/show_bug.cgi?id=143604
903 Reviewed by Gyuyoung Kim.
905 * Source/cmake/FindLLVM.cmake: Added version handling.
906 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
908 2015-04-15 Timothy Horton <timothy_horton@apple.com>
910 Custom CSS cursors do not use -webkit-image-set on retina displays
911 https://bugs.webkit.org/show_bug.cgi?id=120783
913 Reviewed by Beth Dakin.
914 Patch by Evan Wallace <evan.exe@gmail.com>.
916 Add a manual test for custom CSS cursors on retina displays.
918 * ManualTests/retina-cursors.html: Added.
920 2015-04-15 Alex Christensen <achristensen@webkit.org>
922 Progress towards CMake on Mac.
923 https://bugs.webkit.org/show_bug.cgi?id=143785
925 Reviewed by Csaba Osztrogonác.
928 * Source/cmake/OptionsMac.cmake:
929 * Source/cmake/WebKitFS.cmake:
931 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
933 Cannot click "Next" button on Google two-factor auth setup page
935 <https://bugs.webkit.org/show_bug.cgi?id=143624>
936 <rdar://problem/19175714>
938 Reviewed by Darin Adler.
940 * ManualTests/button-that-focuses-itself-on-click.html: Added.
942 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
944 [cmake] REGRESSION(182663): It broke feature dependency handling
945 https://bugs.webkit.org/show_bug.cgi?id=143665
947 Reviewed by Csaba Osztrogonác.
949 Don't try to check the value of options before defining the options.
951 * Source/cmake/WebKitFeatures.cmake:
953 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
955 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
956 https://bugs.webkit.org/show_bug.cgi?id=143664
958 Reviewed by Gyuyoung Kim.
960 * Source/cmake/OptionsEfl.cmake:
961 * Source/cmake/OptionsGTK.cmake:
962 * Source/cmake/WebKitFeatures.cmake:
963 * Source/cmakeconfig.h.cmake:
965 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
967 [EFL] Enable Media Source
968 https://bugs.webkit.org/show_bug.cgi?id=143635
970 Reviewed by Csaba Osztrogonác.
972 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
974 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
976 [CMake] Miscellaneous issues in WebKitFeatures.cmake
977 https://bugs.webkit.org/show_bug.cgi?id=143636
979 Reviewed by Martin Robinson.
981 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
982 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
984 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
985 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
987 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
989 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
991 Fix ENABLE_TOUCH_SLIDER so that it can be used
995 * Source/cmake/WebKitFeatures.cmake:
997 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
999 [CMake] Print sorted feature list at the very end of the configure process
1000 https://bugs.webkit.org/show_bug.cgi?id=143596
1002 Reviewed by Martin Robinson.
1004 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
1005 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
1006 and sort the options before printing. Reorder some code so that features still get
1007 propagated to the bindings generators.
1009 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1011 [CMake] Options should be marked as advanced by default
1012 https://bugs.webkit.org/show_bug.cgi?id=143572
1014 Reviewed by Gyuyoung Kim.
1016 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
1017 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
1018 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
1019 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
1020 option without making it public.
1022 * Source/cmake/WebKitFeatures.cmake:
1024 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1026 [CMake] Remove unnecessary ENABLE_WEBCORE switch
1027 https://bugs.webkit.org/show_bug.cgi?id=143584
1029 Reviewed by Csaba Osztrogonác.
1031 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
1035 * Source/CMakeLists.txt:
1036 * Source/cmake/OptionsGTK.cmake:
1037 * Source/cmake/WebKitFS.cmake:
1039 2015-04-08 Filip Pizlo <fpizlo@apple.com>
1041 Unreviewed, revert accidental commit.
1045 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
1047 Add CMake build system for WinCairo port.
1048 https://bugs.webkit.org/show_bug.cgi?id=115944
1050 Reviewed by Chris Dumez.
1052 * Source/cmake/OptionsWindows.cmake:
1053 * Source/cmake/WebKitMacros.cmake:
1054 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1056 2015-04-06 Alberto Garcia <berto@igalia.com>
1058 [GTK] Fix HPPA build
1059 https://bugs.webkit.org/show_bug.cgi?id=143453
1061 Reviewed by Darin Adler.
1063 Add HPPA to the list of supported CPUs.
1067 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
1069 Unreviewed, kick the GTK bots to fix an incremental build issue.
1071 * Source/cmake/OptionsGTK.cmake:
1073 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
1075 Fix the EFL and GTK build after r182243
1076 https://bugs.webkit.org/show_bug.cgi?id=143361
1078 Reviewed by Csaba Osztrogonác.
1080 * Source/PlatformEfl.cmake: Add a custom command that copies
1081 the InspectorBackendCommands.js file into the proper directory
1082 under DerivedSources/WebInspectorUI/.
1084 2015-04-01 Alex Christensen <achristensen@webkit.org>
1086 Progress towards CMake on Windows and Mac.
1087 https://bugs.webkit.org/show_bug.cgi?id=143293
1089 Reviewed by Filip Pizlo.
1092 Set DERIVED_SOURCES_WTF_DIR for Windows.
1093 * Source/CMakeLists.txt:
1094 Don't compile bmalloc on Windows.
1095 * Source/cmake/OptionsCommon.cmake:
1096 Use the absolute path of the C preprocessor.
1097 * Source/cmake/OptionsWinCairo.cmake:
1098 Added needed definitions.
1099 * Source/cmake/OptionsWindows.cmake:
1100 Set some default values and removed support for old Visual Studio versions before /MP.
1101 * Source/cmake/WebKitFS.cmake:
1102 Make WTF DerivedSources directory.
1103 * Source/cmake/WebKitMacros.cmake:
1104 Added ADD_PRECOMPILED_HEADER macro based on
1105 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1107 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
1109 Use colored diagnostics when building with cmake + ninja + clang
1110 https://bugs.webkit.org/show_bug.cgi?id=143297
1112 Reviewed by Žan Doberšek.
1114 Because that ninja sets subprocess stdout/stderr to a pipe, clang
1115 disables colored output.
1116 This patch forces clang to use colored diagnostics when we are using
1119 * Source/cmake/OptionsCommon.cmake:
1121 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1123 [CMake] Update old CMakeList.txt in gtest
1124 https://bugs.webkit.org/show_bug.cgi?id=143192
1126 Reviewed by Darin Adler.
1128 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
1129 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
1130 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
1132 * Source/CMakeLists.txt:
1133 * Source/cmake/gtest/CMakeLists.txt: Removed.
1135 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1137 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
1138 https://bugs.webkit.org/show_bug.cgi?id=143138
1140 Reviewed by Csaba Osztrogonác.
1142 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
1143 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
1145 * Source/cmake/OptionsWindows.cmake:
1146 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
1147 * Source/cmake/WebKitMacros.cmake:
1149 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1151 [GStreamer] share GL context in pipeline, part 2
1152 https://bugs.webkit.org/show_bug.cgi?id=143049
1154 Reviewed by Carlos Garcia Campos.
1156 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
1157 OpenGL/ES2 is found and GLX/EGL is found too.
1159 2015-03-26 Alex Christensen <achristensen@webkit.org>
1161 Progress towards CMake on Mac.
1162 https://bugs.webkit.org/show_bug.cgi?id=143112
1164 Reviewed by Chris Dumez.
1166 * Source/cmake/OptionsMac.cmake:
1168 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
1170 [EFL] Add OpenWebRTC in jhbuild
1171 https://bugs.webkit.org/show_bug.cgi?id=142778
1173 Reviewed by Gyuyoung Kim.
1175 Original patch by Philippe Normand <pnormand@igalia.com>
1177 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
1178 mediastream build is enabled.
1180 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
1182 [GTK] Add a configure option to build without Redirected XComposite Window
1183 https://bugs.webkit.org/show_bug.cgi?id=142865
1185 Reviewed by Žan Doberšek.
1187 The Redirected XComposite Window was added to support some
1188 features like GtkOverlay, but in cases where we don't need such
1189 features, it's more efficient to use the XID of the WebKitWebView
1190 window as the native surface handle for the accelerated
1191 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
1192 that is enabled by default for X11 target when OpenGL is enabled.
1194 * Source/cmake/OptionsGTK.cmake:
1196 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
1198 [GTK] Search for the Wayland dependency when enabling Wayland target
1199 https://bugs.webkit.org/show_bug.cgi?id=142876
1201 Reviewed by Carlos Garcia Campos.
1203 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
1204 requirement of either the GTK+ or GDK pkg-config files, so we have to
1205 search for it ourselves when WebKitGTK+ has been configured to support
1206 the Wayland windowing target.
1208 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1210 Unreviewed, kick the GTK bots to regenerate makefile.
1211 https://bugs.webkit.org/show_bug.cgi?id=137394
1213 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
1214 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
1216 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1218 Unreviewed, kick the GTK bots to regenerate makefile.
1219 https://bugs.webkit.org/show_bug.cgi?id=137394
1221 * Source/cmake/OptionsEfl.cmake:
1223 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
1225 [GTK] Fix inspector userinterface related incremental build issue
1226 https://bugs.webkit.org/show_bug.cgi?id=142849
1228 Reviewed by Carlos Garcia Campos.
1230 * Source/cmake/OptionsGTK.cmake: Revert r181733.
1232 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
1234 Unreviewed, kick the GTK bots to regenerate makefile.
1236 * Source/cmake/OptionsGTK.cmake:
1238 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
1240 [EFL] Expose JavaScript binding interface through ewk_extension
1241 https://bugs.webkit.org/show_bug.cgi?id=142033
1243 Reviewed by Gyuyoung Kim.
1245 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
1247 2015-03-17 Philippe Normand <pnormand@igalia.com>
1249 [GTK] basic OpenWebRTC build support
1250 https://bugs.webkit.org/show_bug.cgi?id=142393
1252 Reviewed by Carlos Garcia Campos.
1254 * Source/cmake/FindOpenWebRTC.cmake: Added.
1255 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
1256 mediastream build is enabled.
1258 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1260 [CMake][EFL] Build test tools only for developer mode
1261 https://bugs.webkit.org/show_bug.cgi?id=142761
1263 Reviewed by Csaba Osztrogonác.
1265 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
1267 * Source/cmake/OptionsEfl.cmake:
1268 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
1269 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
1270 * Source/cmakeconfig.h.cmake:
1272 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
1274 Enable ES6 classes by default
1275 https://bugs.webkit.org/show_bug.cgi?id=142774
1277 Reviewed by Gavin Barraclough.
1279 * Source/cmake/WebKitFeatures.cmake:
1281 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1283 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
1284 https://bugs.webkit.org/show_bug.cgi?id=142722
1286 Reviewed by Csaba Osztrogonác.
1288 Categorize to define cmake variables, to find necessary packages,
1289 use upper case for "glib_conponents" cmake variable name, re-arrange
1290 wrong alphabet sorting, and so on.
1292 * CMakeLists.txt: Remove WinCE port.
1293 * Source/cmake/OptionsEfl.cmake:
1295 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1297 [GStreamer] share GL context in pipeline
1298 https://bugs.webkit.org/show_bug.cgi?id=142693
1300 Reviewed by Philippe Normand.
1302 Add search of gstreamer-gl library in the GStreamer installation. If
1303 it is found, WTF_USE_GSTREAMER_GL macro is defined.
1305 * Source/cmake/FindGStreamer.cmake:
1306 * Source/cmake/OptionsGTK.cmake:
1308 2015-03-13 Alex Christensen <achristensen@webkit.org>
1310 Progress towards CMake on Mac.
1311 https://bugs.webkit.org/show_bug.cgi?id=142680
1313 Reviewed by Gyuyoung Kim.
1316 * Source/PlatformMac.cmake: Added stub.
1317 * Source/cmake/OptionsMac.cmake:
1318 Change defines to get CMake working.
1320 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1322 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
1323 https://bugs.webkit.org/show_bug.cgi?id=126688
1325 Reviewed by Gustavo Noronha Silva.
1327 Add ENABLE_MINIBROWSER option, enabled by default for development
1328 builds and disabled for production builds unless explicilty enabled.
1330 * Source/cmake/OptionsGTK.cmake:
1332 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1334 [GTK] Do not look for child processes in the UI process binary path
1335 https://bugs.webkit.org/show_bug.cgi?id=135752
1337 Reviewed by Gustavo Noronha Silva.
1339 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
1340 build for development builds.
1342 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
1344 [GTK] Add a configure option to build with OpenGL ES 2
1345 https://bugs.webkit.org/show_bug.cgi?id=142498
1347 Reviewed by Martin Robinson.
1349 Add ENABLE_GLES2 option. It's disabled by default, but if passed
1350 GLES2 is required and OpenGL is not even searched. Otherwise we
1351 search for OpenGL as usual, using it only if present.
1353 * Source/cmake/OptionsGTK.cmake:
1355 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
1357 [cmake] Handle unused parameter warnings as build errors except in WebKit2
1358 https://bugs.webkit.org/show_bug.cgi?id=142338
1360 Reviewed by Gyuyoung Kim.
1362 * Source/cmake/WebKitHelpers.cmake:
1364 2015-03-03 Daniel Bates <dabates@apple.com>
1366 Convert ManualTests/svg-tooltip.svg to a DRT test
1367 https://bugs.webkit.org/show_bug.cgi?id=140480
1369 Reviewed by Alex Christensen.
1371 * ManualTests/svg-tooltip.svg: Removed.
1373 2015-03-02 Debarshi Ray <debarshir@gnome.org>
1375 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
1376 https://bugs.webkit.org/show_bug.cgi?id=142165
1378 Reviewed by Carlos Garcia Campos.
1380 * Source/cmake/gtksymbols.filter:
1382 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
1384 [EFL] Remove unnecessary comment after r179110
1385 https://bugs.webkit.org/show_bug.cgi?id=142042
1387 Reviewed by Gyuyoung Kim.
1389 * Source/cmake/OptionsEfl.cmake:
1391 2015-02-23 Tomas Popela <tpopela@redhat.com>
1393 [GTK] Fails to compile with cmake 3.2.x
1394 https://bugs.webkit.org/show_bug.cgi?id=141796
1396 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
1397 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
1398 added and the build will fail.
1400 Reviewed by Martin Robinson.
1402 * Source/cmake/OptionsGTK.cmake:
1404 2015-02-20 Alexey Proskuryakov <ap@apple.com>
1406 Remove svn:keywords property.
1408 As far as I can tell, the property had no effect on any of these files, but also,
1409 when it has effect it's likely harmful.
1411 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
1412 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
1413 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
1414 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
1415 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
1416 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
1417 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
1418 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
1419 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
1420 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
1421 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
1422 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
1423 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
1424 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
1426 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1428 [CMAKE] Remove CMakeLists.txt in WK1 port
1429 https://bugs.webkit.org/show_bug.cgi?id=141617
1431 Reviewed by Anders Carlsson.
1433 Nobody uses CMake in WK1 port. Remove it.
1437 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
1439 Unreviewed, remove empty directories.
1441 * ManualTests/qt: Removed.
1443 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
1445 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
1446 https://bugs.webkit.org/show_bug.cgi?id=141481
1448 Reviewed by Csaba Osztrogonác.
1450 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
1452 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1454 [EFL][GTK] Use bmalloc instead of tcmalloc
1455 https://bugs.webkit.org/show_bug.cgi?id=140162
1457 Reviewed by Carlos Garcia Campos.
1459 Add bmalloc directory to build list.
1461 * CMakeLists.txt: Define BMALLOC_DIR directory.
1462 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
1464 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
1466 [GTK] Add default color chooser implementation using GtkColorChooserDialog
1467 https://bugs.webkit.org/show_bug.cgi?id=141392
1469 Reviewed by Gustavo Noronha Silva.
1471 Enable INPUT_TYPE_COLOR by default for GTK+ port.
1473 * Source/cmake/OptionsGTK.cmake:
1475 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
1477 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
1478 https://bugs.webkit.org/show_bug.cgi?id=141328
1480 Reviewed by Darin Adler.
1482 Added as manual test because it involves a huge grid allocation
1483 which is very slow on Debug bots, the only ones capable to trigger
1486 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
1488 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
1490 [Streams API] Implement a barebone ReadableStream interface
1491 https://bugs.webkit.org/show_bug.cgi?id=141045
1493 Reviewed by Benjamin Poulain.
1495 * Source/cmake/WebKitFeatures.cmake:
1496 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
1498 2015-02-02 Filip Pizlo <fpizlo@apple.com>
1500 Revert accidental change in r179490.
1504 2015-02-02 Filip Pizlo <fpizlo@apple.com>
1506 Unreviewed, revert accidental change to Makefile.shared in r179478
1510 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
1512 [CMake] Minimum python version should be 2.7.
1513 https://bugs.webkit.org/show_bug.cgi?id=140997
1515 Reviewed by Csaba Osztrogonác.
1519 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
1521 Apply feTurbulence spec change to fix zero length vector generation
1522 https://bugs.webkit.org/show_bug.cgi?id=140812
1524 Reviewed by Darin Adler.
1526 Recently a bug with the turbulence algorithm was corrected in the
1527 Filter Effects specification.
1528 For some seed values this bug allowed zero length vectors to be generated.
1529 This resulted in large solid color squares being present in the generated image.
1530 The feTurbulence algorithm was updated to reject zero length vectors. This patch
1531 applies that change in WebCore.
1533 Test: svg/filters/feTurbulence_bad_seeds.html
1535 * platform/graphics/filters/FETurbulence.cpp:
1536 (WebCore::FETurbulence::initPaint):
1537 Added rejection sampling during vector generation to avoid zero length vectors.
1539 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
1541 [cmake] Remove compiler version calculate cruft
1542 https://bugs.webkit.org/show_bug.cgi?id=140885
1544 Reviewed by Darin Adler.
1546 * Source/cmake/WebKitHelpers.cmake:
1548 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
1550 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
1551 https://bugs.webkit.org/show_bug.cgi?id=140886
1553 Reviewed by Žan Doberšek.
1555 * Source/cmake/WebKitHelpers.cmake:
1557 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
1559 [GTK] gtkdoc does not appear in DevHelp
1560 https://bugs.webkit.org/show_bug.cgi?id=139369
1562 Reviewed by Philippe Normand.
1564 Expect the gtkdoc to be generated in folders named with the API version.
1566 * Source/PlatformGTK.cmake:
1568 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
1570 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
1571 https://bugs.webkit.org/show_bug.cgi?id=140609
1573 Reviewed by Csaba Osztrogonác.
1575 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
1576 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
1577 compilation flags. Those were added after the jsCStack branch merge, but
1578 can now be removed since the -ftree-dce issues were fixed in GCC, and
1579 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
1581 * Source/cmake/OptionsEfl.cmake:
1582 * Source/cmake/OptionsGTK.cmake:
1584 2015-01-26 Commit Queue <commit-queue@webkit.org>
1586 Unreviewed, rolling out r179107.
1587 https://bugs.webkit.org/show_bug.cgi?id=140880
1589 The GCC in the bots doesn't support the AsyncTask
1590 implementation (Requested by KaL on #webkit).
1594 "[GTK] Enable IndexedDB"
1595 https://bugs.webkit.org/show_bug.cgi?id=98932
1596 http://trac.webkit.org/changeset/179107
1598 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
1600 [GTK] Enable IndexedDB
1601 https://bugs.webkit.org/show_bug.cgi?id=98932
1603 Reviewed by Žan Doberšek.
1605 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
1606 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
1608 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
1610 [GTK] Add initial database process support
1611 https://bugs.webkit.org/show_bug.cgi?id=139491
1613 Reviewed by Sergio Villar Senin.
1615 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
1617 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
1619 Add a build flag for ES6 class syntax
1620 https://bugs.webkit.org/show_bug.cgi?id=140760
1622 Reviewed by Michael Saboff.
1624 * Source/cmake/WebKitFeatures.cmake:
1625 * Source/cmakeconfig.h.cmake:
1627 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
1629 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
1630 https://bugs.webkit.org/show_bug.cgi?id=140049
1632 Reviewed by Gyuyoung Kim.
1634 * Source/cmake/OptionsCommon.cmake:
1636 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
1638 Remove ENABLE(INSPECTOR) ifdef guards
1639 https://bugs.webkit.org/show_bug.cgi?id=140668
1641 Reviewed by Darin Adler.
1643 * Source/PlatformEfl.cmake:
1644 * Source/cmake/OptionsEfl.cmake:
1645 * Source/cmake/OptionsGTK.cmake:
1646 * Source/cmake/OptionsMac.cmake:
1647 * Source/cmake/WebKitFeatures.cmake:
1648 * Source/cmakeconfig.h.cmake:
1650 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
1652 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
1654 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1656 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1658 [CMAKE] Fix cmake warning
1659 https://bugs.webkit.org/show_bug.cgi?id=140497
1661 Reviewed by Gustavo Noronha Silva.
1663 r173155 already tried to fix cmake warning though, the warning is still exist.
1664 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
1665 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
1666 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
1667 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
1668 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
1672 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
1674 [GTK] Generate the make dist manifest from a CMake template file
1675 https://bugs.webkit.org/show_bug.cgi?id=139387
1677 Reviewed by Martin Robinson.
1679 Generate manifest.txt from manifest.txt.in. Only expose the dist and
1680 distcheck targets for developer builds, as they won't work when
1681 building from a tarball because the manifest is not distributed.
1683 * Source/PlatformGTK.cmake:
1685 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
1687 Remove ENABLE(SQL_DATABASE) guards
1688 https://bugs.webkit.org/show_bug.cgi?id=140434
1690 Reviewed by Darin Adler.
1692 * Source/cmake/OptionsMac.cmake:
1693 * Source/cmake/WebKitFeatures.cmake:
1694 * Source/cmakeconfig.h.cmake:
1696 2015-01-11 Sam Weinig <sam@webkit.org>
1698 Remove support for SharedWorkers
1699 https://bugs.webkit.org/show_bug.cgi?id=140344
1701 Reviewed by Anders Carlsson.
1703 * Source/cmake/OptionsEfl.cmake:
1704 * Source/cmake/OptionsGTK.cmake:
1705 * Source/cmake/OptionsMac.cmake:
1706 * Source/cmake/WebKitFeatures.cmake:
1707 * Source/cmakeconfig.h.cmake:
1709 2015-01-10 Dan Bernstein <mitz@apple.com>
1711 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
1712 https://bugs.webkit.org/show_bug.cgi?id=140339
1714 Reviewed by Mark Rowe.
1716 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
1717 prevents unnecessary rebuilding due to PATH differences.
1719 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
1721 [GTK][ThreadedCompositor] Add support for threaded compositor.
1722 https://bugs.webkit.org/show_bug.cgi?id=118265
1724 Reviewed by Martin Robinson.
1726 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
1727 autotools build systems. The feature is disabled by default.
1728 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
1729 from the feature flags.
1731 * Source/cmake/OptionsEfl.cmake:
1732 * Source/cmake/OptionsGTK.cmake:
1733 * Source/cmake/WebKitFeatures.cmake:
1734 * Source/cmakeconfig.h.cmake:
1736 2014-12-23 Alexey Proskuryakov <ap@apple.com>
1738 Simplify building with ASan
1739 https://bugs.webkit.org/show_bug.cgi?id=139916
1741 Reviewed by Mark Rowe.
1743 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
1745 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
1747 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
1749 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1751 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
1753 Null dereference performing a "TapAndAHalf" gesture in Google search field
1755 <https://bugs.webkit.org/show_bug.cgi?id=139506>
1756 <rdar://problem/19028828>
1758 Reviewed by Darin Adler.
1760 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
1762 2014-12-10 Dean Jackson <dino@apple.com>
1764 Blur filter performance test doesn't provide results
1765 https://bugs.webkit.org/show_bug.cgi?id=139462
1767 Reviewed by Sam Weinig.
1769 This can't currently work under our performance test
1770 infrastructure. Move it to a manual test to avoid
1771 putting FAILures into the results.
1773 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
1775 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
1777 [GTK][WK2] Add HTML5 Notifications support
1778 https://bugs.webkit.org/show_bug.cgi?id=61140
1780 Reviewed by Carlos Garcia Campos.
1782 * Source/cmake/FindLibNotify.cmake: Added.
1783 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
1784 libnotify and use it for a default implementation when found.
1786 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
1788 REGRESSION(r155906): Page content disappears on Tuaw article after loading
1789 https://bugs.webkit.org/show_bug.cgi?id=138100
1791 Reviewed by Simon Fraser.
1793 DRT causes an extra paint which makes it impossible to test this with
1796 * ManualTests/float-layer-not-painting.html: Added.
1798 2014-12-07 Alberto Garcia <berto@igalia.com>
1800 [GTK] WebKit has a new required dependency on GnuTLS
1801 https://bugs.webkit.org/show_bug.cgi?id=136158
1803 Reviewed by Martin Robinson.
1805 Detect if GnuTLS is installed and enable or disable subtle crypto
1806 support accordingly.
1808 * Source/cmake/OptionsGTK.cmake:
1810 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
1812 [GTK] Missing API detected in GObject DOM bindings after r176630
1813 https://bugs.webkit.org/show_bug.cgi?id=139201
1815 Reviewed by Gustavo Noronha Silva.
1817 Change GENERATE_BINDINGS macro to receive a list of optional
1818 additional dependencies, so that we can add more dependecies
1819 without having to change the macro.
1821 * Source/cmake/WebKitMacros.cmake:
1823 2014-12-05 Simon Fraser <simon.fraser@apple.com>
1825 Programmatic scrolling and content changes are not always synchronized
1826 https://bugs.webkit.org/show_bug.cgi?id=139245
1827 rdar://problem/18833612
1829 Reviewed by Anders Carlsson.
1831 Manual test that tries to sync layout with programmatic scrolling.
1833 * ManualTests/programmatic-scroll-flicker.html: Added.
1835 2014-12-04 Alberto Garcia <berto@igalia.com>
1837 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
1838 https://bugs.webkit.org/show_bug.cgi?id=136576
1840 Reviewed by Carlos Garcia Campos.
1842 CMake should complain if Accelerated 2D Canvas is explicitly
1843 enabled but cairo-gl is not found.
1845 * Source/cmake/OptionsGTK.cmake:
1847 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1849 [EFL] Add subtle crypto to the build system
1850 https://bugs.webkit.org/show_bug.cgi?id=138612
1852 Reviewed by Csaba Osztrogonác.
1854 * Source/cmake/OptionsEfl.cmake:
1856 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1858 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
1859 https://bugs.webkit.org/show_bug.cgi?id=139085
1861 Reviewed by Andreas Kling.
1863 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
1864 * Source/cmake/WebKitFeatures.cmake: ditto.
1865 * Source/cmakeconfig.h.cmake: ditto.
1867 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
1869 [EFL] Drop support for the EFL 1.7
1870 https://bugs.webkit.org/show_bug.cgi?id=139114
1872 Reviewed by Gyuyoung Kim.
1874 * Source/cmake/EFLHelpers.cmake: Removed.
1875 * Source/cmake/FindEcore.cmake: Removed.
1876 * Source/cmake/FindEdje.cmake: Removed.
1877 * Source/cmake/FindEet.cmake: Removed.
1878 * Source/cmake/FindEeze.cmake: Removed.
1879 * Source/cmake/FindEfreet.cmake: Removed.
1880 * Source/cmake/FindEina.cmake: Removed.
1881 * Source/cmake/FindElementary.cmake: Removed.
1882 * Source/cmake/FindEvas.cmake: Removed.
1883 * Source/cmake/OptionsEfl.cmake:
1885 2014-11-28 Philippe Normand <pnormand@igalia.com>
1887 [CMake] Build failure against GStreamer git master
1888 https://bugs.webkit.org/show_bug.cgi?id=138872
1890 Reviewed by Csaba Osztrogon.
1892 * Source/cmake/FindGStreamer.cmake: Simplified the
1893 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
1894 headers lookup, there's no need to do this manually. Also
1895 explicitely check the version specified in GStreamer_FIND_VERSION.
1897 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
1899 [EFL] Remove E_Dbus dependency
1900 https://bugs.webkit.org/show_bug.cgi?id=136355
1902 Reviewed by Gyuyoung Kim.
1904 * Source/cmake/FindE_DBus.cmake: Removed.
1905 * Source/cmake/OptionsEfl.cmake:
1907 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
1909 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
1911 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1913 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
1915 [CMake] Use ld.gold if it is available to speedup builds
1916 https://bugs.webkit.org/show_bug.cgi?id=137953
1918 Reviewed by Carlos Garcia Campos.
1920 * Source/cmake/OptionsCommon.cmake:
1922 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
1924 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
1925 https://bugs.webkit.org/show_bug.cgi?id=138840
1927 Reviewed by Csaba Osztrogonác.
1929 * Source/cmake/OptionsCommon.cmake:
1931 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
1933 Remove Source/Platform cruft
1934 https://bugs.webkit.org/show_bug.cgi?id=138658
1936 Reviewed by Anders Carlsson.
1939 * Source/Platform: Removed.
1941 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
1943 Enable Cortex-A53-specific code paths by default if core is detected.
1944 https://bugs.webkit.org/show_bug.cgi?id=138499
1946 Reviewed by Csaba Osztrogonác.
1948 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
1949 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
1952 Since on ARM64/Linux the part number that cpuinfo reports depends on
1953 the core the query is run on, the check is bound to and executed on the
1954 available cores one by one.
1956 * Source/cmake/OptionsCommon.cmake:
1958 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1960 [EFL] Remove unnecessary version check from OptionsEfl.cmake
1961 https://bugs.webkit.org/show_bug.cgi?id=138498
1963 Reviewed by Csaba Osztrogonác.
1965 * Source/cmake/OptionsEfl.cmake:
1967 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1969 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
1970 https://bugs.webkit.org/show_bug.cgi?id=138465
1972 Reviewed by Gyuyoung Kim.
1974 * Source/cmake/OptionsEfl.cmake:
1976 2014-11-03 Dean Jackson <dino@apple.com>
1978 Add ENABLE_FILTERS_LEVEL_2 feature guard.
1979 https://bugs.webkit.org/show_bug.cgi?id=138362
1981 Reviewed by Tim Horton.
1983 Add a new feature define for Level 2 of CSS Filters.
1984 http://dev.w3.org/fxtf/filters-2/
1986 * Source/cmake/OptionsEfl.cmake:
1987 * Source/cmake/OptionsGTK.cmake:
1988 * Source/cmake/OptionsMac.cmake:
1989 * Source/cmake/WebKitFeatures.cmake:
1990 * Source/cmakeconfig.h.cmake:
1992 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
1994 Workaround for Cortex-A53 erratum 835769
1995 https://bugs.webkit.org/show_bug.cgi?id=138315
1997 Reviewed by Filip Pizlo.
1999 This patch introduces CMake variable and preprocessor macro
2000 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
2001 code paths, if set true.
2003 * Source/cmake/OptionsCommon.cmake:
2004 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
2006 * Source/cmakeconfig.h.cmake:
2007 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
2009 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
2011 [GTK] Fix the build of FTL JIT
2012 https://bugs.webkit.org/show_bug.cgi?id=138298
2014 Reviewed by Carlos Garcia Campos.
2016 * Source/cmake/OptionsGTK.cmake:
2017 Remove the need for the LIBCXXABI package.
2019 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
2021 REGRESSION(CMake): Make it possible to build without introspection
2022 https://bugs.webkit.org/show_bug.cgi?id=138006
2024 Reviewed by Philippe Normand.
2026 Add ENABLE_INTROSPECTION option.
2028 * Source/PlatformGTK.cmake: Dot not add gir global target if
2029 introspection is disabled.
2030 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
2031 introspection is disabled.
2033 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
2035 [GTK] Support script message handlers WebKitUserContentManager
2036 https://bugs.webkit.org/show_bug.cgi?id=133730
2038 Reviewed by Carlos Garcia Campos.
2040 Support user script message handlers in WebKitUserContentManager.
2041 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
2042 an option is added to the CMake build files. The option is disabled
2043 globally by default, and the WebKitGTK port enables it. On the API
2044 level, two new methods to register and unregister names are provided
2045 in the "window.webkit" namespace, and on message reception the
2046 "WebKitUserContentManager::script-message-received" signal is
2047 emitted, using the registered names as signal detail.
2049 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
2050 ENABLE_USER_MESSAGE_HANDLERS feature by default.
2051 * Source/cmake/WebKitFeatures.cmake: Add feature description for
2052 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
2054 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
2056 [GTK] Bump libsoup's minimum version to 2.42.0.
2057 https://bugs.webkit.org/show_bug.cgi?id=138086
2059 Reviewed by Martin Robinson.
2061 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
2062 soup-version.h header was added to soup.h in 2.41.4, which then becomes
2063 the minimum version required to build the port these days.
2065 In addition, since the autotools build system required 2.42.0 before
2066 being retired, require the same version here. Version 2.42.0 was also
2068 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
2070 * Source/cmake/OptionsGTK.cmake:
2072 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2074 [EFL] Remove unnecessary defines from OptionsEfl.cmake
2075 https://bugs.webkit.org/show_bug.cgi?id=138132
2077 Reviewed by Csaba Osztrogonác.
2079 * Source/cmake/OptionsEfl.cmake:
2081 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
2083 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2085 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2087 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
2089 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
2090 https://bugs.webkit.org/show_bug.cgi?id=137946
2092 Reviewed by Gyuyoung Kim.
2094 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
2096 * Source/cmake/OptionsEfl.cmake:
2098 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2100 Fix FTL Native Inlining for EFL
2101 https://bugs.webkit.org/show_bug.cgi?id=137774
2103 Reviewed by Michael Saboff.
2105 Updated CMake for FTL Native Inlining.
2108 * Source/cmake/FindClang.cmake: Added.
2109 * Source/cmake/OptionsEfl.cmake:
2110 * Source/cmakeconfig.h.cmake:
2112 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
2114 Web Inspector: Generate all Inspector domains together in JavaScriptCore
2115 https://bugs.webkit.org/show_bug.cgi?id=137748
2117 Reviewed by Brian Burg.
2119 * Source/PlatformEfl.cmake:
2121 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
2123 [GTK] Add initial gestures support
2124 https://bugs.webkit.org/show_bug.cgi?id=137812
2126 Reviewed by Sergio Villar Senin.
2128 Check if the GTK+ version supports gestures or not.
2130 * Source/cmake/FindGTK3.cmake:
2131 * Source/cmake/OptionsGTK.cmake:
2133 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
2135 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
2136 https://bugs.webkit.org/show_bug.cgi?id=137781
2138 Reviewed by Martin Robinson.
2140 We used to enable smooth scrolling unconditionally in autotools
2141 (via WebKitFeatures.m4), but since the switch to CMake it's
2142 unconditionally disabled, so changing the setting doesn't have any
2145 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
2147 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
2149 Removing CUSTOM_PROTOCOLS guard
2150 https://bugs.webkit.org/show_bug.cgi?id=137741
2152 Reviewed by Benjamin Poulain.
2154 * Source/cmake/OptionsEfl.cmake:
2156 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
2158 [EFL] Enable WebP support.
2159 https://bugs.webkit.org/show_bug.cgi?id=136156
2161 Reviewed by Gyuyoung Kim.
2163 Add WebP package finding rule.
2165 * Source/cmake/OptionsEfl.cmake:
2167 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
2169 [EFL] Enable custom URI schemes with CustomProtocols
2170 https://bugs.webkit.org/show_bug.cgi?id=128177
2172 Reviewed by Gyuyoung Kim.
2174 Fixing ewk_context_url_scheme_register() ewebkit2 API
2175 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
2177 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
2179 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
2181 Bump version to 2.7.0
2182 https://bugs.webkit.org/show_bug.cgi?id=137301
2184 Rubber-stamped by Carlos Garcia Campos.
2186 * Source/cmake/OptionsGTK.cmake: Bump version numbers
2188 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2190 [EFL] Rename TEST_THEME_DIR macro
2191 https://bugs.webkit.org/show_bug.cgi?id=137244
2193 Reviewed by Csaba Osztrogonác.
2195 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
2197 2014-09-27 Dan Bernstein <mitz@apple.com>
2199 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
2200 https://bugs.webkit.org/show_bug.cgi?id=137053
2202 Reviewed by Mark Rowe.
2204 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2205 In the build pre-action, pass the --wksi and --llvm options to
2206 copy-webkitlibraries-to-product-directory.
2207 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
2209 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
2211 [GTK] Enable CSS_IMAGE_SET in production builds
2212 https://bugs.webkit.org/show_bug.cgi?id=137142
2214 Reviewed by Alejandro G. Castro.
2216 This is required by the inspector to show some of the icons that
2217 has a HiDPI variant.
2219 * Source/cmake/OptionsGTK.cmake:
2221 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
2223 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
2224 https://bugs.webkit.org/show_bug.cgi?id=136377
2226 Reviewed by Philippe Normand.
2228 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
2229 for CMake versions less than 3.
2231 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
2233 Remove WinCE port from trunk
2234 https://bugs.webkit.org/show_bug.cgi?id=136951
2236 Reviewed by Alex Christensen.
2238 * Source/cmake/OptionsWinCE.cmake: Removed.
2239 * Source/cmake/WebKitPackaging.cmake:
2241 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
2243 [EFL][GTK] Remove WebKit1 related codes
2244 https://bugs.webkit.org/show_bug.cgi?id=136853
2246 Reviewed by Csaba Osztrogonác.
2248 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
2251 * Source/PlatformGTK.cmake:
2253 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2256 https://bugs.webkit.org/show_bug.cgi?id=136820
2258 Reviewed by Csaba Osztrogonác.
2260 * Source/cmake/FindICU.cmake:
2262 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
2264 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
2265 https://bugs.webkit.org/show_bug.cgi?id=136814
2267 Reviewed by Philippe Normand.
2269 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
2270 We bundle the wayland-egl dependency with wayland-client and wayland-server
2271 and store the resulting variables with the WAYLAND_ prefix. Because of this
2272 this line wasn't exporting anything useful.
2274 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
2276 URTBF after r173574.
2278 * Source/cmake/WebKitMacros.cmake:
2280 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
2282 [JavaScriptCore] Fix FTL on platform EFL.
2283 https://bugs.webkit.org/show_bug.cgi?id=133571
2285 Reviewed by Filip Pizlo.
2289 * Source/cmake/FindLIBCXXABI.cmake: Removed.
2290 * Source/cmake/OptionsEfl.cmake:
2292 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2295 https://bugs.webkit.org/show_bug.cgi?id=136571
2297 Reviewed by Darin Adler.
2299 * Source/cmake/OptionsEfl.cmake:
2300 * Source/cmake/OptionsGTK.cmake:
2301 * Source/cmake/OptionsMac.cmake:
2302 * Source/cmake/WebKitFeatures.cmake:
2303 * Source/cmakeconfig.h.cmake:
2305 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2307 Remove CSS_FILTERS flag
2308 https://bugs.webkit.org/show_bug.cgi?id=136529
2310 Reviewed by Dirk Schulze.
2312 * Source/cmake/OptionsEfl.cmake:
2313 * Source/cmake/OptionsGTK.cmake:
2314 * Source/cmake/OptionsMac.cmake:
2315 * Source/cmake/WebKitFeatures.cmake:
2316 * Source/cmakeconfig.h.cmake:
2318 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2320 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
2321 https://bugs.webkit.org/show_bug.cgi?id=136194
2323 Reviewed by Csaba Osztrogonác.
2325 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
2329 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2331 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
2332 https://bugs.webkit.org/show_bug.cgi?id=135560
2334 Reviewed by Gyuyoung Kim.
2336 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
2338 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
2340 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
2341 https://bugs.webkit.org/show_bug.cgi?id=136343
2343 Reviewed by David Kilzer.
2345 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
2347 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2348 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2350 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
2352 [EFL] Share fast/speechsynthesis/ with other ports
2353 https://bugs.webkit.org/show_bug.cgi?id=136224
2355 Reviewed by Chris Fleizach.
2357 Enable WebSpeech for EFL.
2359 * Source/cmake/OptionsEfl.cmake:
2361 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
2363 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
2364 https://bugs.webkit.org/show_bug.cgi?id=136127
2366 Reviewed by Gyuyoung Kim.
2368 Add build support for espeak.
2370 * Source/cmake/FindEspeak.cmake: Added.
2371 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
2373 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
2375 [EFL] Build break using clang
2376 https://bugs.webkit.org/show_bug.cgi?id=136245
2378 Reviewed by Gyuyoung Kim.
2380 * Source/cmake/OptionsEfl.cmake:
2381 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
2382 Some warnings are from system libraries.
2384 2014-08-25 Alberto Garcia <berto@igalia.com>
2386 [GTK] Unify webkitgtk and webkit2gtk directories
2387 https://bugs.webkit.org/show_bug.cgi?id=136209
2389 Reviewed by Carlos Garcia Campos.
2391 Use webkit2gtk-X.X both for the process binaries and the injected
2394 * Source/cmake/OptionsGTK.cmake:
2396 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
2398 [EFL] Move Efl specific code from Source/CMakeLists.txt
2399 https://bugs.webkit.org/show_bug.cgi?id=136206
2401 Reviewed by Gyuyoung Kim.
2403 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
2404 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
2406 * Source/CMakeLists.txt:
2407 * Source/cmake/OptionsEfl.cmake:
2409 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
2411 [EFL] Introduce DEVELOPER_MODE
2412 https://bugs.webkit.org/show_bug.cgi?id=135884
2414 Reviewed by Gyuyoung Kim.
2416 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
2417 instead of SHARED_CORE.
2418 SHARED_CORE can reduce link time and memory consumption but it is slightly different
2419 from release binary.
2421 * Source/cmake/OptionsEfl.cmake:
2422 * Source/cmake/WebKitHelpers.cmake:
2423 Moved fvisibility=hidden to OptionsEfl.cmake
2425 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
2427 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
2428 https://bugs.webkit.org/show_bug.cgi?id=136110
2430 Reviewed by Gyuyoung Kim.
2432 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
2434 * Source/cmake/OptionsEfl.cmake:
2436 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2438 [EFL] Apply eflsymbols.filter to WebKit2
2439 https://bugs.webkit.org/show_bug.cgi?id=136148
2441 Reviewed by Csaba Osztrogonác.
2443 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
2444 in the eflsymbols.filter.
2446 * Source/cmake/OptionsEfl.cmake:
2447 * Source/cmake/eflsymbols.filter:
2449 2014-08-21 Zalan Bujtas <zalan@apple.com>
2451 Enable SATURATED_LAYOUT_ARITHMETIC.
2452 https://bugs.webkit.org/show_bug.cgi?id=136106
2454 Reviewed by Simon Fraser.
2456 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
2457 (No measurable performance regression on Mac.)
2459 * Source/cmake/OptionsMac.cmake:
2460 * Source/cmake/WebKitFeatures.cmake:
2461 * Source/cmakeconfig.h.cmake:
2463 2014-08-19 Zalan Bujtas <zalan@apple.com>
2465 Remove ENABLE(SUBPIXEL_LAYOUT).
2466 https://bugs.webkit.org/show_bug.cgi?id=136077
2468 Reviewed by Simon Fraser.
2470 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
2472 * Source/cmake/OptionsEfl.cmake:
2473 * Source/cmake/OptionsGTK.cmake:
2474 * Source/cmake/OptionsMac.cmake:
2475 * Source/cmake/WebKitFeatures.cmake:
2476 * Source/cmakeconfig.h.cmake:
2478 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
2480 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
2481 https://bugs.webkit.org/show_bug.cgi?id=135980
2483 Reviewed by Martin Robinson.
2485 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
2486 overrides any other disabled optimization that was prepended to these
2487 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
2488 lists first in the final list of compilation flags.
2490 To avoid -On re-enabling optimizations that we'd like to keep disabled,
2491 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
2493 * Source/cmake/OptionsCommon.cmake:
2494 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
2495 * Source/cmake/OptionsGTK.cmake:
2497 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
2499 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
2501 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2503 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
2505 [GTK] Disable memory sampler on non-Linux system
2506 https://bugs.webkit.org/show_bug.cgi?id=134483
2508 Reviewed by Philippe Normand.
2510 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
2511 Linux because it uses many Linux-specific features, so we should disable
2512 memory sampler on other systems by default.
2514 * Source/cmake/OptionsGTK.cmake:
2516 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
2518 [GTK] HTML API documentation should also be installed versioned
2519 https://bugs.webkit.org/show_bug.cgi?id=135970
2521 Reviewed by Philippe Normand.
2523 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
2526 2014-08-14 Tomas Popela <tpopela@redhat.com>
2528 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
2529 https://bugs.webkit.org/show_bug.cgi?id=135937
2531 Reviewed by Carlos Garcia Campos.
2535 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
2537 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
2538 https://bugs.webkit.org/show_bug.cgi?id=135934
2540 Reviewed by Gustavo Noronha Silva.
2542 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
2543 The gir files should installed in $datadir/gir-1.0/ together with all other
2544 gir files. We don't need to install introspection files in a versioned
2545 directory because their filenames already contain the binary version. But before
2546 r171598, the files were only installed to the right directory if the
2547 gobject-instrospection pkg-config file was in the same prefix than the one we
2548 wanted to install, because the gir and typelibs directories were extracted from
2549 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
2550 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
2551 like we do in the autotools build.
2553 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
2554 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
2555 * Source/cmake/OptionsGTK.cmake: Define
2556 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
2558 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
2560 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
2561 https://bugs.webkit.org/show_bug.cgi?id=135836
2563 Reviewed by Philippe Normand.
2565 * Source/PlatformGTK.cmake: Add install command to also install
2566 the GObject DOM bindings API docs.
2568 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
2570 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
2571 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
2572 re-set CMAKE_C_FLAGS with the new string. The two flags should really
2573 be appended to CMAKE_C_FLAGS and the same variable re-set with the
2576 * Source/cmake/OptionsCommon.cmake:
2578 2014-08-13 Alex Christensen <achristensen@webkit.org>
2580 Progress towards CMake on Mac.
2581 https://bugs.webkit.org/show_bug.cgi?id=135819
2583 Reviewed by Laszlo Gombos.
2585 * Source/cmake/OptionsMac.cmake:
2586 Disable some more features temporarily to get CMake working.
2587 * Source/cmake/WebKitMacros.cmake:
2588 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
2590 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
2592 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
2593 https://bugs.webkit.org/show_bug.cgi?id=135798
2595 Reviewed by Philippe Normand.
2597 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
2599 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
2600 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
2601 https://bugs.webkit.org/show_bug.cgi?id=133317
2603 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
2605 Reviewed by Philippe Normand.
2607 No new tests since no new functionality has been added.
2609 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
2611 2014-08-11 Commit Queue <commit-queue@webkit.org>
2613 Unreviewed, rolling out r172393.
2614 https://bugs.webkit.org/show_bug.cgi?id=135796
2616 discussion needed about GnuTLS version bump on the bots
2617 (Requested by philn on #webkit).
2621 https://bugs.webkit.org/show_bug.cgi?id=133317
2622 http://trac.webkit.org/changeset/172393
2624 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
2625 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
2626 https://bugs.webkit.org/show_bug.cgi?id=133317
2628 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
2630 Reviewed by Philippe Normand.
2632 No new tests since no new functionality has been added.
2634 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
2636 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
2638 [GTK] Adds stubs for all subtle crypto algorithm implemntations
2639 https://bugs.webkit.org/show_bug.cgi?id=133316
2641 Reviewed by Philippe Normand.
2643 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
2644 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
2645 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
2647 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
2649 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
2651 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2653 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
2655 [GTK] REGRESSION(r166239): The ld version script is not being used
2656 https://bugs.webkit.org/show_bug.cgi?id=135694
2658 Reviewed by Martin Robinson.
2660 Move the symbols filter file from Tools/gtk to Source/cmake and rename
2661 it as gtksymbols.filter. Also updated it, since some of the symbols
2662 exported were renamed.
2664 * Source/cmake/OptionsGTK.cmake:
2665 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
2667 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
2669 [GTK] Child processes should be installed in a versioned directory
2670 https://bugs.webkit.org/show_bug.cgi?id=135754
2672 Reviewed by Gustavo Noronha Silva.
2674 Define LIBEXEC_INSTALL_DIR as
2675 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
2676 so that the child processes are installed in $libexec/webkitgtk-4.0.
2677 This makes it possible to install 2.6 in parallel to older versions.
2679 * Source/cmake/OptionsGTK.cmake:
2681 2014-08-08 Alex Christensen <achristensen@webkit.org>
2683 Progress towards using CMake on Mac.
2684 https://bugs.webkit.org/show_bug.cgi?id=135662
2686 Reviewed by Laszlo Gombos.
2689 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
2690 * Source/cmake/WebKitFeatures.cmake:
2691 * Source/cmakeconfig.h.cmake:
2692 Added features that are needed by the Mac port.
2693 * Source/cmake/OptionsMac.cmake:
2694 Enable CSS_IMAGE_SET based on FeatureDefines.h.
2695 Disable the FTL with CMake for now.
2696 * Source/cmake/OptionsEFL.cmake:
2697 * Source/cmake/OptionsGTK.cmake:
2698 Enable subpixel layout to not conflict with FeatureDefines.h
2700 2014-08-08 Simon Fraser <simon.fraser@apple.com>
2702 Undo some erroneous changes to the Xcode scheme files from r172259.
2704 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2705 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2707 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
2709 [CMake] Drop the required version of CMake down to 2.8.8
2710 https://bugs.webkit.org/show_bug.cgi?id=135713
2712 Reviewed by Alex Christensen.
2714 * CMakeLists.txt: Require CMake 2.8.8.
2716 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
2718 Get rid of INPUT_SPEECH
2719 https://bugs.webkit.org/show_bug.cgi?id=135672
2721 Reviewed by Andreas Kling.
2723 * Source/cmake/OptionsMac.cmake:
2724 * Source/cmake/WebKitFeatures.cmake:
2725 * Source/cmakeconfig.h.cmake:
2727 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
2729 [GTK] Disable IndexedDB
2730 https://bugs.webkit.org/show_bug.cgi?id=135692
2732 Reviewed by Carlos Garcia Campos.
2734 * Source/cmake/OptionsGTK.cmake:
2736 2014-08-06 Dean Jackson <dino@apple.com>
2738 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
2739 https://bugs.webkit.org/show_bug.cgi?id=135675
2741 Reviewed by Sam Weinig.
2743 * Source/cmake/OptionsGTK.cmake:
2744 * Source/cmake/OptionsMac.cmake:
2745 * Source/cmake/WebKitFeatures.cmake:
2746 * Source/cmakeconfig.h.cmake:
2748 2014-08-06 David Farler <dfarler@apple.com>
2750 Unreviewed build fix: Make includes semicolon in assignment.
2752 * Makefile.shared: Remove a ;
2754 2014-08-06 David Farler <dfarler@apple.com>
2756 Set DSYMUTIL_NUM_THREADS to the number of logical cores
2757 https://bugs.webkit.org/show_bug.cgi?id=135655
2759 Reviewed by Mark Rowe.
2761 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
2763 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
2765 [GTK] Be able to disable gtk2 dependency
2766 https://bugs.webkit.org/show_bug.cgi?id=135505
2768 Reviewed by Gustavo Noronha Silva.
2770 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
2771 required when it's enabled. It's enabled by default.
2773 * Source/cmake/OptionsGTK.cmake:
2775 2014-08-05 Alex Christensen <achristensen@webkit.org>
2778 https://bugs.webkit.org/show_bug.cgi?id=135620
2780 Reviewed by Laszlo Gombos.
2782 * Source/cmake/OptionsMac.cmake:
2783 Use UDIS86 by default on Mac.
2785 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
2787 Add a flag for the CSS Selectors level 4 implementation
2788 https://bugs.webkit.org/show_bug.cgi?id=135535
2790 Reviewed by Andreas Kling.
2792 * Source/cmake/OptionsEfl.cmake:
2793 * Source/cmake/OptionsGTK.cmake:
2794 * Source/cmake/WebKitFeatures.cmake:
2795 * Source/cmakeconfig.h.cmake:
2797 2014-08-04 Alex Christensen <achristensen@webkit.org>
2799 Progress towards CMake on Mac.
2800 https://bugs.webkit.org/show_bug.cgi?id=135528
2802 Reviewed by Gyuyoung Kim.
2804 * Source/cmake/OptionsMac.cmake:
2805 Made options list based on FeatureDefines.xcconfig files.
2807 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
2809 [GTK] Windowing target support should reflect the support in the GTK+ dependency
2810 https://bugs.webkit.org/show_bug.cgi?id=134736
2812 Reviewed by Martin Robinson.
2814 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
2815 support the X11 or Wayland windowing targets -- instead, if there's no support
2816 the specific target is disabled, and an error is thrown only if neither of the
2817 backends is enabled at the end..
2818 For now the X11 target remains enabled by default, and the Wayland target is
2819 kept disabled. Once it's possible to have both targets enabled at runtime in
2820 WebKit, the Wayland target will be enabled as well and we'll leave it to the
2821 GTK+ dependency to determine which targets can be enabled.
2823 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
2825 [CMake] Add FindWayland.cmake
2826 https://bugs.webkit.org/show_bug.cgi?id=135540
2828 Reviewed by Martin Robinson.
2830 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
2831 dependency. For now bundles the wayland-client, wayland-server and
2832 wayland-egl pkg-config targets into one dependency, but these could
2833 be split in the future if necessary.
2835 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
2837 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
2838 https://bugs.webkit.org/show_bug.cgi?id=135553
2840 Reviewed by Gyuyoung Kim.
2842 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
2843 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
2845 * Source/cmake/OptionsEfl.cmake:
2847 2014-08-01 Bear Travis <betravis@adobe.com>
2849 [Feature Queries] Enable Feature Queries on EFL/GTK
2850 https://bugs.webkit.org/show_bug.cgi?id=134902
2852 Reviewed by Benjamin Poulain.
2854 Enable CSS Feature Queries by default on the EFL and GTK
2857 * Source/cmake/OptionsEfl.cmake:
2858 * Source/cmake/OptionsGTK.cmake:
2860 2014-08-01 Alex Christensen <achristensen@webkit.org>
2862 Progress towards cmake on Windows.
2863 https://bugs.webkit.org/show_bug.cgi?id=135484
2865 Reviewed by Martin Robinson.
2868 Added Mac to list of ports, even though it is not done yet.
2869 Changed minimum bison version to version installed on Macs.
2870 * Source/cmake/OptionsAppleWin.cmake:
2871 Added some definitions.
2872 * Source/cmake/OptionsEfl.cmake:
2873 * Source/cmake/OptionsGTK.cmake:
2874 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
2875 * Source/cmake/OptionsMac.cmake: Added blank for now.
2876 * Source/cmake/OptionsWinCairo.cmake:
2877 * Source/cmake/OptionsWindows.cmake:
2878 Added some definitions.
2879 Removed /WX (warnings treated as error while compiling).
2880 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
2882 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
2884 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
2885 https://bugs.webkit.org/show_bug.cgi?id=135501
2887 Reviewed by Gyuyoung Kim.
2889 Use PROJECT_VERSION_MICRO instead.
2891 * Source/cmake/OptionsEfl.cmake:
2892 * Source/cmake/OptionsGTK.cmake:
2893 * Source/cmake/WebKitHelpers.cmake:
2895 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
2897 [EFL] Bump ewebkit version to 1.11
2898 https://bugs.webkit.org/show_bug.cgi?id=135487
2900 Reviewed by Gyuyoung Kim.
2902 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
2904 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
2906 [EFL] Add support for building with Geoclue2.
2907 https://bugs.webkit.org/show_bug.cgi?id=135455
2909 Reviewed by Gyuyoung Kim.
2911 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
2914 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
2916 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
2918 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2920 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
2922 [GTK] Bump binary version for 2.6
2923 https://bugs.webkit.org/show_bug.cgi?id=133724
2925 Reviewed by Philippe Normand.
2927 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
2928 update library version numbers.
2930 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
2932 [CMake] Bump the minimum required version
2933 https://bugs.webkit.org/show_bug.cgi?id=135382
2935 Reviewed by Gyuyoung Kim.
2937 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
2938 we introduced usage of target_include_directories().
2940 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
2942 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
2943 https://bugs.webkit.org/show_bug.cgi?id=135376
2945 Reviewed by Gyuyoung Kim.
2947 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
2949 * Source/cmake/OptionsEfl.cmake:
2950 * Source/cmake/OptionsGTK.cmake:
2952 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
2954 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
2955 https://bugs.webkit.org/show_bug.cgi?id=135288
2957 Reviewed by Martin Robinson.
2959 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
2960 datadir to pkgconfig
2961 * Source/cmake/OptionsGTK.cmake: define install directories early
2962 enough to be used in FindGObjectIntrospection.cmake
2964 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
2966 Remove CSS_EXCLUSIONS compile flag and leftover code
2967 https://bugs.webkit.org/show_bug.cgi?id=135175
2969 Reviewed by Zoltan Horvath.
2971 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
2972 stubs. This removes the flag and the useless code.
2974 * Source/cmake/WebKitFeatures.cmake:
2975 * Source/cmakeconfig.h.cmake:
2977 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
2979 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
2980 https://bugs.webkit.org/show_bug.cgi?id=135114
2982 Fix build with GStreamer 1.4
2984 Reviewed by Philippe Normand.
2986 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
2987 gst-mpegts component instead of the unstable 1.3.x verstions.
2989 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
2991 [GTK] Simplify make-dist command line arguments
2992 https://bugs.webkit.org/show_bug.cgi?id=134832
2994 Reviewed by Martin Robinson.
2996 * Source/PlatformGTK.cmake: Use --version instead of
2997 --tarball-root when running make-dist.py.
2999 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
3001 Add a manual test for r135044
3003 <https://bugs.webkit.org/show_bug.cgi?id=135044>
3005 Rubber-stamped by Andy Estes.
3007 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
3009 2014-07-18 Dana Burkart <dburkart@apple.com>
3011 Add a new 'analyze' target to the makefile. This will make use of a new
3012 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
3014 https://bugs.webkit.org/show_bug.cgi?id=135057
3015 <rdar://problem/10193187>
3017 Reviewed by David Kilzer.
3023 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
3025 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
3026 https://bugs.webkit.org/show_bug.cgi?id=134963
3028 Reviewed by Gyuyoung Kim.
3030 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
3032 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
3034 2014-07-14 Daniel Bates <dabates@apple.com>
3036 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
3037 https://bugs.webkit.org/show_bug.cgi?id=134905
3038 <rdar://problem/16602779>
3040 Reviewed by Simon Fraser.
3042 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
3043 on the tapped element when processing a touchend as a result of finger pressing and releasing
3044 on the same element that is initially positioned outside the visible content area.
3046 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
3048 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
3050 [GTK] Enable VIDEO_TRACK by default
3051 https://bugs.webkit.org/show_bug.cgi?id=134801
3053 Reviewed by Philippe Normand.
3055 * Source/cmake/OptionsGTK.cmake:
3057 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
3059 [GTK][CMake] Add a 'distcheck' target
3060 https://bugs.webkit.org/show_bug.cgi?id=130675
3062 Reviewed by Gustavo Noronha Silva.
3064 * Source/PlatformGTK.cmake: Add distcheck target.
3066 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
3068 [GTK] Use the same default options for production builds that previous stable releases
3069 https://bugs.webkit.org/show_bug.cgi?id=134589
3071 Reviewed by Martin Robinson.
3073 Change the default value of some features to match our stable releases.
3074 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
3075 canvas depend on whether cairo-gl is found.
3077 * Source/cmake/FindCairoGL.cmake: Added.
3078 * Source/cmake/OptionsGTK.cmake:
3080 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
3082 [EFL] Support Encrypted Media Extensions.
3083 https://bugs.webkit.org/show_bug.cgi?id=134750
3085 Reviewed by Gyuyoung Kim.
3087 Webkit needs to play encrypted media contents when media player
3088 is played by Media source extensions and normal video procedure.
3090 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
3092 2014-07-08 Alex Christensen <achristensen@webkit.org>
3094 Steps towards CMake on Windows.
3095 https://bugs.webkit.org/show_bug.cgi?id=134716
3097 Reviewed by Martin Robinson.
3100 Added AppleWin and WinCairo to list of CMake ports.
3101 * Source/cmake/OptionsAppleWin.cmake: Added.
3102 * Source/cmake/OptionsWinCairo.cmake: Added.
3103 * Source/cmake/OptionsWindows.cmake:
3104 Windows needs to use the system malloc. Other options to come.
3106 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3108 [EFL] Support Geolocation
3109 https://bugs.webkit.org/show_bug.cgi?id=134439
3111 Reviewed by Antonio Gomes.
3113 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
3115 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3117 Broken build with build-webkit --no-video
3118 https://bugs.webkit.org/show_bug.cgi?id=134587
3120 Reviewed by Darin Adler.
3122 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
3124 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
3126 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
3128 [GTK] The list of features shown by cmake is not accurate
3129 https://bugs.webkit.org/show_bug.cgi?id=134588
3131 Reviewed by Gustavo Noronha Silva.
3133 The problem is that some options might change after the feature
3134 list has been printed.
3136 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
3137 setting the default values of features and set WEBGL value
3138 depending on the dependencies, and API_TEST depending on whether
3139 developer mode is enabled or not.
3141 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3143 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
3144 https://bugs.webkit.org/show_bug.cgi?id=134578
3146 Reviewed by Gyuyoung Kim.
3148 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
3149 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
3150 disable related option if it is not ON.
3152 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
3153 * Source/cmake/OptionsGTK.cmake: Ditto.
3154 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
3156 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
3158 [GTK] make dist is broken
3159 https://bugs.webkit.org/show_bug.cgi?id=134542
3161 Reviewed by Martin Robinson.
3163 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
3165 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
3167 [CMake] Add necessary support for building for the Wayland target
3168 https://bugs.webkit.org/show_bug.cgi?id=134160
3170 Reviewed by Darin Adler.
3172 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
3173 is enabled, and that its version matches the version of the generic package. Same
3174 for the gtk+-wayland-3.0 package and the Wayland target.
3175 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
3176 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
3177 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
3178 so they keep building the TestNetscapePlugin target.
3179 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
3180 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
3181 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
3182 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
3183 the minimum required version as soon as that target is enabled. Only search for GLX
3184 if the X11 target is enabled.
3186 2014-06-29 Yoav Weiss <yoav@yoav.ws>
3188 Add support for HTMLImageElement's sizes attribute
3189 https://bugs.webkit.org/show_bug.cgi?id=133620
3191 Reviewed by Dean Jackson.
3193 Added an ENABLE_PICTURE_SIZES compile flag.
3195 * Source/cmake/WebKitFeatures.cmake:
3196 * Source/cmakeconfig.h.cmake:
3198 2014-06-26 Daniel Bates <dabates@apple.com>
3200 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
3201 https://bugs.webkit.org/show_bug.cgi?id=134309
3202 <rdar://problem/17427385>
3204 Reviewed by Darin Adler.
3206 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
3209 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
3211 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
3213 Remove build guard for progress element
3214 https://bugs.webkit.org/show_bug.cgi?id=134292
3216 Reviewed by Benjamin Poulain.
3218 The build flag is no longer needed as it is always on.
3220 * Source/cmake/WebKitFeatures.cmake:
3221 * Source/cmakeconfig.h.cmake:
3223 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
3225 [EFL] Platform support for WebSpeech feature.
3226 https://bugs.webkit.org/show_bug.cgi?id=116438
3228 Reviewed by Csaba Osztrogonác.
3230 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
3232 * Source/cmake/OptionsEfl.cmake:
3233 * Source/cmake/WebKitFeatures.cmake:
3235 2014-06-23 Philippe Normand <pnormand@igalia.com>
3237 Unreviewed, GTK build fix after r170266.
3239 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
3241 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3243 Disable gamepad feature on EFL and GTK ports by default
3244 https://bugs.webkit.org/show_bug.cgi?id=134169
3246 Reviewed by Brady Eidson.
3248 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
3250 2014-06-21 Brady Eidson <beidson@apple.com>
3252 Gamepad API - Deprecate the existing implementation
3253 https://bugs.webkit.org/show_bug.cgi?id=134108
3255 Reviewed by Timothy Hatcher.
3257 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
3258 -Add the "Deprecated" suffix to some implementation files
3260 * Source/cmake/OptionsEfl.cmake:
3261 * Source/cmake/OptionsGTK.cmake:
3262 * Source/cmake/WebKitFeatures.cmake:
3263 * Source/cmakeconfig.h.cmake:
3265 2014-06-21 Commit Queue <commit-queue@webkit.org>
3267 Unreviewed, rolling out r170244.
3268 https://bugs.webkit.org/show_bug.cgi?id=134157
3270 GTK/EFL bindings generator works differently, making this
3271 patch not work there. Will fix entire patch after a rollout.
3272 (Requested by bradee-oh on #webkit).
3276 "Gamepad API - Deprecate the existing implementation"
3277 https://bugs.webkit.org/show_bug.cgi?id=134108
3278 http://trac.webkit.org/changeset/170244
3280 2014-06-21 Brady Eidson <beidson@apple.com>
3282 Gamepad API - Deprecate the existing implementation
3283 https://bugs.webkit.org/show_bug.cgi?id=134108
3285 Reviewed by Timothy Hatcher.
3287 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
3288 -Add the "Deprecated" suffix to some implementation files
3290 * Source/cmake/OptionsEfl.cmake:
3291 * Source/cmake/OptionsGTK.cmake:
3292 * Source/cmake/WebKitFeatures.cmake:
3293 * Source/cmakeconfig.h.cmake:
3295 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3297 Removing PAGE_VISIBILITY_API compile guard.
3298 https://bugs.webkit.org/show_bug.cgi?id=133844
3300 Reviewed by Gavin Barraclough.
3302 * Source/cmake/OptionsEfl.cmake:
3303 * Source/cmake/OptionsGTK.cmake:
3304 * Source/cmake/WebKitFeatures.cmake:
3305 * Source/cmakeconfig.h.cmake:
3307 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
3309 [EFL][CMAKE] Disable WebKit1 build as a default
3310 https://bugs.webkit.org/show_bug.cgi?id=134093
3312 Reviewed by Gyuyoung Kim.
3314 Disable WebKit1 build and enable WebKit2 build for the EFL port.
3316 * Source/cmake/OptionsEfl.cmake:
3318 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3320 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
3321 https://bugs.webkit.org/show_bug.cgi?id=130389
3323 Reviewed by Mark Lam.
3325 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
3326 into !ENABLE(JIT) since they are mutually exclusive.
3328 * Source/cmake/OptionsEfl.cmake:
3329 * Source/cmake/OptionsGTK.cmake:
3330 * Source/cmake/WebKitFeatures.cmake:
3331 * Source/cmakeconfig.h.cmake:
3333 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
3335 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
3336 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
3337 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
3338 by the plugin process, but it is searched and utilized separately.
3340 Rubber-stamped by Carlos Garcia Campos.
3342 * Source/cmake/OptionsGTK.cmake:
3344 2014-06-16 Commit Queue <commit-queue@webkit.org>
3346 Unreviewed, rolling out r170003.
3347 https://bugs.webkit.org/show_bug.cgi?id=133938
3349 This patch broke GTK build (Requested by kczech on #webkit).
3353 "[EFL] Platform support for WebSpeech feature."
3354 https://bugs.webkit.org/show_bug.cgi?id=116438
3355 http://trac.webkit.org/changeset/170003
3357 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
3359 [EFL] Platform support for WebSpeech feature.
3360 https://bugs.webkit.org/show_bug.cgi?id=116438
3362 Reviewed by Gyuyoung Kim.
3364 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
3366 * Source/cmake/OptionsEfl.cmake:
3367 * Source/cmake/WebKitFeatures.cmake:
3369 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3371 [EFL] Remove duplicated compiler flag
3372 https://bugs.webkit.org/show_bug.cgi?id=133838
3374 Reviewed by Anders Carlsson.
3376 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
3377 it added to common compiler options. So, it is duplicated.
3379 * Source/cmake/WebKitHelpers.cmake:
3381 2014-06-11 Commit Queue <commit-queue@webkit.org>
3383 Unreviewed, rolling out r169877.
3384 https://bugs.webkit.org/show_bug.cgi?id=133784
3386 rollout wrong build fix approach for EFL port (Requested by
3387 gyuyoung on #webkit).
3391 "Unreviewed, EFL build fix since r169869."
3392 http://trac.webkit.org/changeset/169877
3394 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3396 Unreviewed, EFL build fix since r169869.
3398 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
3400 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
3402 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3404 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
3406 * Source/cmake/WebKitHelpers.cmake:
3408 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
3410 [GTK] Make it possible to build with FTL enabled
3411 https://bugs.webkit.org/show_bug.cgi?id=133219
3413 Reviewed by Philippe Normand.
3415 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
3417 * Source/cmake/OptionsGTK.cmake:
3419 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
3421 [CMake] Clean up FAST_MOBILE_SCROLLING
3422 https://bugs.webkit.org/show_bug.cgi?id=133342
3424 Reviewed by Gyuyoung Kim.
3426 FAST_MOBILE_SCROLLING was removed in r168726.
3428 * Source/cmake/OptionsEfl.cmake:
3429 * Source/cmake/OptionsGTK.cmake:
3430 * Source/cmake/WebKitFeatures.cmake:
3431 * Source/cmakeconfig.h.cmake:
3433 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3436 https://bugs.webkit.org/show_bug.cgi?id=132863
3438 Reviewed by Csaba Osztrogonác.
3440 * Source/cmake/OptionsEfl.cmake:
3441 * Source/cmake/OptionsGTK.cmake:
3442 * Source/cmake/WebKitFeatures.cmake:
3443 * Source/cmakeconfig.h.cmake:
3445 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
3447 Allow building CMake based ports with WEB_REPLAY
3448 https://bugs.webkit.org/show_bug.cgi?id=133154
3450 Reviewed by Csaba Osztrogonác.
3452 * Source/cmake/WebKitFeatures.cmake:
3453 * Source/cmakeconfig.h.cmake:
3455 2014-05-21 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
3457 [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled
3458 https://bugs.webkit.org/show_bug.cgi?id=132907
3460 Reviewed by Gyuyoung Kim.
3462 * Source/cmake/FindLIBCXXABI.cmake: Added.
3463 * Source/cmake/OptionsEfl.cmake:
3465 2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3467 [EFL] Turn on ENABLE_CSS_FILTERS
3468 https://bugs.webkit.org/show_bug.cgi?id=133153
3470 Reviewed by Gyuyoung Kim.
3472 * Source/cmake/OptionsEfl.cmake: Enable CSS_FILTERS as default option value.
3474 2014-05-16 Martin Robinson <mrobinson@igalia.com>
3476 [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and LIBEXEC_INSTALL_DIR
3477 https://bugs.webkit.org/show_bug.cgi?id=132819
3479 Reviewed by Carlos Garcia Campos.
3481 * CMakeLists.txt: Hard-code CMAKE_ARCHIVE_OUTPUT_DIRECTORY etc, so that we can accept absolute paths for LIB_INSTALL_DIR
3483 * Source/cmake/OptionsCommon.cmake: Get rid of LIB_SUFFIX and try to make all path variables absolute. Also set
3484 CMAKE_ARCHIVE_OUTPUT_DIRECTORY, etc using the last path component of LIB_INSTALL_DIR, etc, so that absolute paths
3486 * Source/cmake/OptionsGTK.cmake: Ditto. Also get rid of all pkg-config specific variables.
3488 2014-05-20 Gustavo Noronha Silva <gns@gnome.org>
3490 [CMake] Support building with Debug Fission
3491 https://bugs.webkit.org/show_bug.cgi?id=131177
3493 Reviewed by Philippe Normand.
3495 * Source/cmake/OptionsCommon.cmake: add a DEBUG_FISSION option to enable usage
3496 of http://gcc.gnu.org/wiki/DebugFission.
3498 2014-05-20 Carlos Garcia Campos <cgarcia@igalia.com>
3500 [GTK] Rename translation domain as WebKit2GTK-3.0
3501 https://bugs.webkit.org/show_bug.cgi?id=132953
3503 Reviewed by Gustavo Noronha Silva.
3505 * Source/cmake/OptionsGTK.cmake:
3507 2014-05-18 Rik Cabanier <cabanier@adobe.com>
3509 support for navigator.hardwareConcurrency
3510 https://bugs.webkit.org/show_bug.cgi?id=132588
3512 Reviewed by Filip Pizlo.
3514 * Source/cmake/OptionsEfl.cmake:
3515 * Source/cmake/OptionsGTK.cmake:
3516 * Source/cmake/WebKitFeatures.cmake:
3517 * Source/cmakeconfig.h.cmake:
3519 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3521 Remove CSS_STICKY_POSITION guards
3522 https://bugs.webkit.org/show_bug.cgi?id=132676
3524 Reviewed by Simon Fraser.
3526 * Source/cmake/OptionsEfl.cmake:
3527 * Source/cmake/OptionsGTK.cmake:
3528 * Source/cmake/WebKitFeatures.cmake:
3529 * Source/cmakeconfig.h.cmake:
3531 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
3533 Unreviewed. Bump version numbers.
3535 * Source/cmake/OptionsGTK.cmake:
3537 2014-05-10 Martin Robinson <mrobinson@igalia.com>
3539 [GTK][CMake] Unable to do make install
3540 https://bugs.webkit.org/show_bug.cgi?id=130188
3542 Reviewed by Carlos Garcia Campos.
3544 Only try to install the HTML documentation if the build is configured to generate it via
3545 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
3546 to keep the HTML documentation directory as an installation source.
3548 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
3549 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
3550 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
3551 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
3552 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
3554 2014-05-09 Anders Carlsson <andersca@apple.com>
3556 Rename WebKit2.framework to WebKit.framework
3557 https://bugs.webkit.org/show_bug.cgi?id=132743
3558 <rdar://problem/15920046>
3560 Reviewed by Dan Bernstein.
3563 Build WebKit.xcodeproj before WebKit2.xcodeproj.
3565 * WebKit.xcworkspace/xcshareddata/xcschemes/:
3568 2014-05-06 David Kilzer <ddkilzer@apple.com>
3570 Add Makefile targets for copying static libraries (LLVM and WKSI)
3571 <http://webkit.org/b/132619>
3573 Reviewed by Mark Rowe.
3576 (MODULES): Add WebKitLibraries.
3578 2014-05-06 Commit Queue <commit-queue@webkit.org>
3580 Unreviewed, rolling out r168304.
3581 https://bugs.webkit.org/show_bug.cgi?id=132607
3583 Broke the build (Requested by KaL on #webkit).
3587 "[GTK][CMake] Unable to do make install"
3588 https://bugs.webkit.org/show_bug.cgi?id=130188
3589 http://trac.webkit.org/changeset/168304
3591 2014-05-05 Martin Robinson <mrobinson@igalia.com>
3593 [GTK][CMake] Unable to do make install
3594 https://bugs.webkit.org/show_bug.cgi?id=130188
3596 Reviewed by Carlos Garcia Campos.
3598 Only try to install the HTML documentation if the build is configured to generate it via
3599 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
3600 to keep the HTML documentation directory as an installation source.
3602 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
3603 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
3604 never added to the default target, but will be triggered by build-webkit, so that
3605 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
3606 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
3608 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3610 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
3611 https://bugs.webkit.org/show_bug.cgi?id=132525
3613 Reviewed by Martin Robinson.
3615 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
3616 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
3617 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
3619 2014-05-01 David Kilzer <ddkilzer@apple.com>
3621 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
3622 <http://webkit.org/b/132432>
3624 Reviewed by Tim Horton.
3626 * Source/cmake/WebKitFeatures.cmake:
3627 * Source/cmakeconfig.h.cmake:
3628 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
3630 2014-04-30 Simon Fraser <simon.fraser@apple.com>
3632 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
3634 Reviewed by Dan Bernstein/Anders Carlsson.
3636 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3637 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3639 2014-04-30 Simon Fraser <simon.fraser@apple.com>
3641 Let Xcode have its way with the WebKit workspace.
3643 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3644 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3646 2014-04-29 Martin Robinson <mrobinson@igalia.com>
3648 [GTK] Make it easier to run CMake for downstreams
3649 https://bugs.webkit.org/show_bug.cgi?id=132370
3651 Reviewed by Carlos Garcia Campos.
3653 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
3655 2014-04-27 Joonghun Park <jh718.park@samsung.com>
3657 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
3658 https://bugs.webkit.org/show_bug.cgi?id=132176
3660 Reviewed by Gyuyoung Kim.
3662 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
3664 * Source/cmake/OptionsEfl.cmake:
3666 2014-04-22 Alex Christensen <achristensen@webkit.org>
3668 Removed old stdbool and inttypes headers.
3669 https://bugs.webkit.org/show_bug.cgi?id=131966
3671 Reviewed by Brent Fulgham.
3673 * Source/cmake/OptionsWindows.cmake:
3674 * Source/cmake/WebKitPackaging.cmake:
3675 Removed references to os-win32 directory.
3677 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
3679 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
3681 Rubber-stamped by Carlos Garcia Campos.
3683 * Source/cmake/WebKitFeatures.cmake:
3685 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
3687 Empty RenderInline objects should not be line break objects.
3689 https://bugs.webkit.org/show_bug.cgi?id=131861
3690 <rdar://problem/15663617>
3692 Reviewed by David Hyatt.
3694 * ManualTests/empty-inline-as-line-break-position.html: Added.
3695 This issue wouldn't reproduce in WebKitTestRunner.
3697 2014-04-19 Brent Fulgham <bfulgham@apple.com>
3699 Revert unintended workspace change in my last commit.
3701 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
3702 Scheme type back to Debug.
3704 2014-04-18 Philippe Normand <pnormand@igalia.com>
3706 Remove NETWORK_INFO support
3707 https://bugs.webkit.org/show_bug.cgi?id=131841
3709 Reviewed by Gyuyoung Kim.
3711 * Source/cmake/OptionsEfl.cmake:
3712 * Source/cmake/OptionsGTK.cmake:
3713 * Source/cmake/WebKitFeatures.cmake:
3714 * Source/cmakeconfig.h.cmake:
3716 2014-04-17 Darin Adler <darin@apple.com>
3718 Try to fix EFL and GTK builds.
3720 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
3721 * Source/cmake/OptionsGTK.cmake: Ditto.
3722 * Source/cmakeconfig.h.cmake: Ditto.
3724 2014-04-16 Brendan Long <b.long@cablelabs.com>
3726 [GTK][CMAKE] build-webkit doesn't detect when the build fails
3727 https://bugs.webkit.org/show_bug.cgi?id=130148
3729 Reviewed by Martin Robinson.
3731 * 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.
3733 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
3735 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
3736 https://bugs.webkit.org/show_bug.cgi?id=131725
3738 Reviewed by Philippe Normand.
3740 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
3741 instead of GTK_UNIX_PRINTING_FOUND and set the macro
3742 HAVE_GTK_UNIX_PRINTING to 1 when found.
3744 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
3746 Web Replay: memoize nondeterministic attributes of the Navigator interface
3747 https://bugs.webkit.org/show_bug.cgi?id=131340
3749 Reviewed by Timothy Hatcher.
3751 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
3753 2014-04-09 Brendan Long <b.long@cablelabs.com>
3755 [GStreamer] Expose MPEG-TS metadata
3756 https://bugs.webkit.org/show_bug.cgi?id=122001
3758 Reviewed by Eric Carlson.
3760 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
3761 * Source/cmake/OptionsEfl.cmake: Same.
3762 * Source/cmake/OptionsGTK.cmake: Same.
3764 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
3766 Web Replay: memoize nondeterministic attributes of the Screen interface
3767 https://bugs.webkit.org/show_bug.cgi?id=131339
3769 Reviewed by Timothy Hatcher.
3771 * ManualTests/inspector/replay-window-screen.html: Added.
3773 2014-04-08 Martin Robinson <mrobinson@igalia.com>
3775 [GTK] Remove the WebKitGTK+ WebKit 1 code
3776 https://bugs.webkit.org/show_bug.cgi?id=131399
3778 Reviewed by Anders Carlsson.
3780 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
3781 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
3783 2014-04-08 Dan Bernstein <mitz@apple.com>
3785 Added bmalloc to the WebKit workspace.
3786 https://bugs.webkit.org/show_bug.cgi?id=131362
3788 Reviewed by Geoff Garen.
3790 * WebKit.xcworkspace/contents.xcworkspacedata:
3791 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3792 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3794 2014-04-08 Geoffrey Garen <ggaren@apple.com>
3796 Build bmalloc on iOS too
3797 https://bugs.webkit.org/show_bug.cgi?id=131381
3799 Reviewed by Andreas Kling.
3801 * Source/Makefile: Build it.
3803 2014-04-07 Geoffrey Garen <ggaren@apple.com>
3805 Build bmalloc on Mac
3806 https://bugs.webkit.org/show_bug.cgi?id=131333
3808 Reviewed by Mark Rowe.
3811 * WebKitBuild: Added.
3812 * WebKitBuild/Debug: Added.
3814 2014-04-07 Ryuan Choi <ryuan.choi@samsung.com>
3816 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT
3817 https://bugs.webkit.org/show_bug.cgi?id=131257
3819 Reviewed by Gyuyoung Kim.
3821 * Source/cmake/OptionsEfl.cmake: Enable MEDIA_CONTROLS_SCRIPT
3823 2014-04-06 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3825 [GTK] Stop trying to install WebKit1 documentation
3826 https://bugs.webkit.org/show_bug.cgi?id=131278
3828 Reviewed by Martin Robinson.
3830 * Source/PlatformGTK.cmake: Remove install() call since the WebKit1 documentation is not
3831 built anymore since r166584. This fixes `make install'.
3833 2014-04-04 Brian J. Burg <burg@cs.washington.edu>
3835 Web Replay: capture and replay wheel events and scroll commands
3836 https://bugs.webkit.org/show_bug.cgi?id=129402
3838 Reviewed by Timothy Hatcher.
3840 * ManualTests/inspector/replay-wheel-events.html: Added.
3842 2014-04-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3844 [GTK][CMake] Remove FindXt.cmake.
3845 https://bugs.webkit.org/show_bug.cgi?id=131227
3847 Reviewed by Anders Carlsson.
3849 Xt is already detected by CMake's own FindX11.cmake, so there is no need to keep a custom FindXt.cmake around.
3851 * Source/cmake/FindXt.cmake: Removed.
3852 * Source/cmake/OptionsGTK.cmake:
3854 2014-04-04 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
3856 [EFL] Build error due to changed path of generated js files.
3857 https://bugs.webkit.org/show_bug.cgi?id=131215
3859 Reviewed by Gyuyoung Kim.
3861 r166648 fixed the generation of some .js files on GTK. Due to some
3862 changes in the paths it causes a build error on EFL.
3864 * Source/PlatformEfl.cmake:
3865 Replaced path for two derived source files.
3867 2014-04-02 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3869 [GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
3870 https://bugs.webkit.org/show_bug.cgi?id=131095
3872 Reviewed by Martin Robinson.
3874 One needs to take into account OpenGL's include directory found via
3875 find_package() when looking for glx.h, since if the former is a
3876 non-standard location the latter will also be. If this is not it is
3877 possible that OpenGL is found but GLX support is not properly detected.
3879 * Source/cmake/OptionsGTK.cmake:
3881 2014-04-02 Martin Robinson <mrobinson@igalia.com>
3883 REGRESSION(r165704): [GTK] Inspector resources not correctly generated
3884 https://bugs.webkit.org/show_bug.cgi?id=130343
3886 Reviewed by Gustavo Noronha Silva.
3888 * CMakeLists.txt: Add a variable which points to the directory to store WebInspectorUI
3890 * Source/cmake/WebKitFS.cmake: Generate WebInspectorUI derived sources directories.
3892 2014-04-01 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3894 [CMake] Drop port check from FindEGL.cmake.
3895 https://bugs.webkit.org/show_bug.cgi?id=131091
3897 Reviewed by Gyuyoung Kim.
3899 There is no reason to mark some variables as advanced only for the
3902 * Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
3903 as advanced regardless of the port.
3905 2014-04-01 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3907 Fix the !ENABLE(BATTERY_STATUS) build
3908 https://bugs.webkit.org/show_bug.cgi?id=130183
3910 Reviewed by Anders Carlsson.
3912 * Source/cmake/OptionsEfl.cmake:
3914 2014-03-31 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3916 [CMake][GTK] Do not expand variables twice in if() checks.
3917 https://bugs.webkit.org/show_bug.cgi?id=130964
3919 Reviewed by Martin Robinson.
3921 In CMake, `if (${foo})' causes $foo to be evaluated first and its value
3922 to be checked by the if clause. This is not what we want, and
3923 configuration fails when, say, GLX support wasn't found as the if
3924 clause is actually evaluated as `if (TRUE AND (OR TRUE))'.
3926 * Source/cmake/OptionsGTK.cmake: Pass if (FOO) instead of if (${FOO})
3929 2014-03-31 Martin Robinson <mrobinson@igalia.com>
3931 [GTK] Remove scripts code only applicable to autotools
3932 https://bugs.webkit.org/show_bug.cgi?id=130841
3934 Reviewed by Anders Carlsson.
3936 * Source/cmake/WebKitPackaging.cmake: No longer need to consider autotools files.
3938 2014-03-31 Martin Robinson <mrobinson@igalia.com>
3940 [GTK] Use PROJECT_VERSION_* instead of WEBKIT_*_VERSION
3941 https://bugs.webkit.org/show_bug.cgi?id=130936
3943 Reviewed by Carlos Garcia Campos.
3945 * Source/cmake/OptionsGTK.cmake: No longer emulate the Autotools macro names.
3947 2014-03-31 Carlos Garcia Campos <cgarcia@igalia.com>
3949 [GTK] Add support for GTK3 plugins
3950 https://bugs.webkit.org/show_bug.cgi?id=130599
3952 Reviewed by Martin Robinson.
3954 * Source/cmake/OptionsGTK.cmake:
3956 2014-03-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3958 [EFL] Bump glib version from 2.36 to 2.38
3959 https://bugs.webkit.org/show_bug.cgi?id=130886
3961 Reviewed by Csaba Osztrogonác.
3963 * Source/cmake/OptionsEfl.cmake: Required glib-2.38 version.
3965 2014-03-26 Zoltan Horvath <zoltan@webkit.org>
3967 [CSS Shapes] Remove shape-inside support
3968 https://bugs.webkit.org/show_bug.cgi?id=130698
3970 Reviewed by David Hyatt.
3972 * Source/cmake/WebKitFeatures.cmake:
3973 * Source/cmakeconfig.h.cmake:
3975 2014-03-25 Martin Robinson <mrobinson@igalia.com>
3977 [GTK] Remove the autotools build
3978 https://bugs.webkit.org/show_bug.cgi?id=130717
3980 Reviewed by Anders Carlsson.
3982 * .gitignore: Remove references to autotools files.
3983 * GNUmakefile.am: Removed.
3984 * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
3985 * Source/autotools/CustomMacros.m4: Removed.
3986 * Source/autotools/FindDependencies.m4: Removed.
3987 * Source/autotools/PrintBuildConfiguration.m4: Removed.
3988 * Source/autotools/ReadCommandLineArguments.m4: Removed.
3989 * Source/autotools/SetupAutoconfHeader.m4: Removed.
3990 * Source/autotools/SetupAutomake.m4: Removed.
3991 * Source/autotools/SetupCompilerFlags.m4: Removed.
3992 * Source/autotools/SetupLibtool.m4: Removed.
3993 * Source/autotools/SetupWebKitFeatures.m4: Removed.
3994 * Source/autotools/Versions.m4: Removed.
3995 * Source/autotools/acinclude.m4: Removed.
3996 * Source/autotools/dolt.m4: Removed.
3997 * Source/autotools/gsettings.m4: Removed.
3998 * Source/cmake/OptionsGTK.cmake:
3999 * autogen.sh: Removed.
4000 * configure.ac: Removed.
4002 2014-03-25 Gabor Rapcsanyi <rgabor@webkit.org>
4004 [EFL] Add ARM64 build support
4005 https://bugs.webkit.org/show_bug.cgi?id=130506
4007 Rubber stamped by Gyuyoung Kim.
4009 * CMakeLists.txt: Set WTF_CPU_ARM64 when aarch64 is defined.
4011 2014-03-25 Michał Pakuła vel Rutka <m.pakula@samsung.com>
4013 [EFL][WK2] Add NETWORK_PROCESS build option
4014 https://bugs.webkit.org/show_bug.cgi?id=130131
4016 Reviewed by Gyuyoung Kim.
4018 Add option to build EFL port with NETWORK_PROCESS set on. By default NETWORK_PROCESS is
4021 * Source/cmake/OptionsEfl.cmake:
4023 2014-03-24 Brian Burg <bburg@apple.com>
4025 Web Replay: capture and replay keyboard events
4026 https://bugs.webkit.org/show_bug.cgi?id=130314
4028 Reviewed by Joseph Pecoraro.
4030 * ManualTests/inspector/replay-keyboard-events.html: Added.
4032 2014-03-24 Sangyong Park <sy302.park@gmail.com>
4034 [EFL] Inspector page is not loaded.
4035 https://bugs.webkit.org/show_bug.cgi?id=130661
4037 Reviewed by Gyuyoung Kim.
4039 Inspector page is not loaded, because some javascript files are not installed.
4040 (InspectorJSBackendCommands.js, InspectorWebBackendCommands.js)
4042 * Source/PlatformEfl.cmake:
4044 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
4046 [EFL][GTK] Get CMake to find Freetype2 properly
4047 https://bugs.webkit.org/show_bug.cgi?id=130150
4049 Reviewed by Martin Robinson.
4051 Newer versions of CMake are not able to find Freetype2 correctly.
4052 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
4053 freetype2 repo, because a completely different version number is found in freetype2.pc.
4055 * Source/cmake/FindFreetype2.cmake: Added.
4056 * Source/cmake/OptionsEfl.cmake:
4057 * Source/cmake/OptionsGTK.cmake:
4059 2014-03-20 Brian Burg <bburg@apple.com>
4061 Web Replay: capture and replay mouse events
4062 https://bugs.webkit.org/show_bug.cgi?id=129395
4064 Reviewed by Joseph Pecoraro.
4066 Create a manual test for capture/replay of mouse events.
4067 Copy over the crypto-md5.js library from SunSpider.
4069 * ManualTests/inspector/replay-mouse-events.html: Added.
4070 * ManualTests/inspector/resources/crypto-md5.js: Added.
4072 2014-03-20 Zan Dobersek <zdobersek@igalia.com>
4074 [GTK][CMake] Add support for building with Clang
4075 https://bugs.webkit.org/show_bug.cgi?id=130260
4077 Reviewed by Martin Robinson.
4079 * Source/PlatformGTK.cmake: Run the generate-gtkdoc script with the CFLAGS env set
4080 to the list C compiler flags as constructed by CMake.
4081 * Source/cmake/OptionsCommon.cmake: When building with Clang, use the -Qunused-arguments
4082 compiler option to suppress verbose warnings about arguments that went unused by the driver.
4083 * Source/cmake/OptionsGTK.cmake: Use -fno-omit-frame-pointer for both GCC and Clang.
4084 -fno-tree-dce should be used only for GCC.
4085 * Source/cmake/gtest/CMakeLists.txt: When building with Clang the GTest framework
4086 should be built with GTEST_HAS_TR1_TUPLE macro defined to 0 to avoid build failures.
4088 2014-03-20 Commit Queue <commit-queue@webkit.org>
4090 Unreviewed, rolling out r165962.
4091 https://bugs.webkit.org/show_bug.cgi?id=130512
4093 It broke the build (Requested by Ossy on #webkit).
4097 "[EFL][GTK] Get CMake to find Freetype2 properly"
4098 https://bugs.webkit.org/show_bug.cgi?id=130150
4099 http://trac.webkit.org/changeset/165962
4101 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
4103 [EFL][GTK] Get CMake to find Freetype2 properly
4104 https://bugs.webkit.org/show_bug.cgi?id=130150
4106 Reviewed by Csaba Osztrogonác.
4108 Newer versions of CMake are not able to find Freetype2 correctly.
4109 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
4110 freetype2 repo, because a completely different version number is found in freetype2.pc.
4112 * Source/cmake/FindFreetype2.cmake: Added.
4113 * Source/cmake/OptionsEfl.cmake:
4114 * Source/cmake/OptionsGTK.cmake:
4116 2014-03-17 Brendan Long <b.long@cablelabs.com>
4118 [GStreamer] human readable language code for tracks
4119 https://bugs.webkit.org/show_bug.cgi?id=124514
4121 Reviewed by Martin Robinson.
4123 * Source/autotools/FindDependencies.m4: Add gstreamer-tag-1.0.
4124 * Source/cmake/FindGStreamer.cmake: Same.
4125 * Source/cmake/OptionsEfl.cmake: Same.
4126 * Source/cmake/OptionsGTK.cmake: Same.
4128 2014-03-17 Martin Robinson <mrobinson@igalia.com>
4130 [GTK][CMake] Credential storage is not enabled
4131 https://bugs.webkit.org/show_bug.cgi?id=130149
4133 Reviewed by Philippe Normand.
4135 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_CREDENTIAL_STORAGE option to the configuration
4136 and look libsecret when it's enabled.
4137 * Source/cmakeconfig.h.cmake: Expose the ENABLE_CREDENTIAL_STORAGE option to the build.
4139 2014-03-17 Martin Robinson <mrobinson@igalia.com>
4141 [GTK][CMake] Ensure that HAVE_GTK_UNIX_PRINTING is defined when appropriate
4142 https://bugs.webkit.org/show_bug.cgi?id=130155
4144 Reviewed by Philippe Normand.
4146 * Source/cmake/FindGTKUnixPrint.cmake: Added.
4147 * Source/cmake/OptionsGTK.cmake: Look for gtk+-unix-print and use it to turn on HAVE_GTK_UNIX_PRINTING.
4148 * Source/cmakeconfig.h.cmake: Add the HAVE_GTK_UNIX_PRINTING define.
4150 2014-03-16 Kim Byung Jun <bj1987.kim@samsung.com>
4152 [EFL] Enable TOUCH_SLIDER macro.
4153 https://bugs.webkit.org/show_bug.cgi?id=130186
4155 Reviewed by Gyuyoung Kim.
4157 * Source/cmake/OptionsEfl.cmake:
4159 2014-03-16 Zan Dobersek <zdobersek@igalia.com>
4161 [GTK][CMake] Build with -fno-rtti
4162 https://bugs.webkit.org/show_bug.cgi?id=130261
4164 Reviewed by Martin Robinson.
4166 * Source/cmake/OptionsCommon.cmake: List the -fno-exceptions, -fno-strict-aliasing
4167 and -fno-rtti options in the global CMAKE_C_FLAGS and CMAKE_CXX_FLAGS (-fno-rtti
4168 is only listed in the latter). Replace -std=gnu++0x with the official -std=c++11 option.
4169 * Source/cmake/WebKitHelpers.cmake: Stop -fno-exceptions and -fno-strict-aliasing
4170 from being set through the WEBKIT_SET_EXTRA_COMPILER_FLAGS macro, they are now listed
4171 in CMAKE_C_FLAGS and CMAKE_CXX_FLAGS.
4172 * Source/cmake/gtest/CMakeLists.txt: Build GTest code with GTEST_HAS_RTTI macro defined to 0.
4174 2014-03-16 Brendan Long <b.long@cablelabs.com>
4176 [GStreamer] CMake doesn't find the include path for gstreamer-base
4177 https://bugs.webkit.org/show_bug.cgi?id=130098
4179 Reviewed by Philippe Normand.
4181 * Source/cmake/FindGStreamer.cmake: Look for a header in gstreamer-base instead of looking for gst/gst.h twice.
4183 2014-03-14 Maciej Stachowiak <mjs@apple.com>
4185 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
4186 https://bugs.webkit.org/show_bug.cgi?id=130276
4187 <rdar://problem/16266927>
4189 Reviewed by Simon Fraser.
4191 * ManualTests/NPN_Invoke/Info.plist:
4192 * ManualTests/NPN_Invoke/main.c:
4193 * ManualTests/accessibility/resources/AppletTest.java:
4195 2014-03-14 Zan Dobersek <zdobersek@igalia.com>
4197 [CMake] Remove -fno-tree-sra workaround for GCC 4.5
4198 https://bugs.webkit.org/show_bug.cgi?id=130258
4200 Reviewed by Martin Robinson.
4202 GCC compilers 4.7 and later are supported, so there's no need for disabling
4203 the -ftree-sra optimization which was causing problems when enabled on GCC 4.5.
4205 * Source/cmake/WebKitHelpers.cmake:
4207 2014-03-14 Landry Breuil <landry@openbsd.org>
4209 Add autotools boilerplate for proper os defines on OpenBSD/NetBSD/DragonFly
4210 https://bugs.webkit.org/show_bug.cgi?id=129966
4212 Reviewed by Andreas Kling.
4214 * Source/autotools/CheckSystemAndBasicDependencies.m4:
4215 * Source/autotools/SetupAutomake.m4:
4217 2014-03-13 Mario Sanchez Prada <mario.prada@samsung.com>
4219 [CMake] Failure to link with older installations of WebP
4220 https://bugs.webkit.org/show_bug.cgi?id=130195
4222 Reviewed by Gustavo Noronha Silva.
4224 Fix the issue by using a temporary variable as the output parameter
4225 to check_include_files(), setting WEBP_FOUND accordingly later.
4227 * Source/cmake/FindWebP.cmake: Avoid reusing the WEBP_FOUND
4228 variable in check_include_files(), as it will lead to misleading
4229 results (will always be FALSE). Use a temporary variable instead
4230 and explicitly set WEBP_FOUND to TRUE later if needed.
4232 2014-03-12 Martin Robinson <mrobinson@igalia.com>
4234 [CMake] Changes to the bindings generator Perl modules do not trigger regeneration of bindings
4235 https://bugs.webkit.org/show_bug.cgi?id=130170
4237 Reviewed by Daniel Bates.
4239 * Source/cmake/WebKitMacros.cmake: Add the Perl modules used in script generation to the dependency
4240 list. We must check whether or not the specific one exists first, because the InjectedBundle uses a
4241 fake "TestRunner" generator.
4243 2014-03-12 Carlos Garcia Campos <cgarcia@igalia.com>
4245 [GTK][CMAKE] Remove compile warnings about GTK+ deprecated API
4246 https://bugs.webkit.org/show_bug.cgi?id=130014
4248 Reviewed by Martin Robinson.
4250 Set GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_6.
4252 * Source/cmake/OptionsGTK.cmake:
4253 * Source/cmakeconfig.h.cmake:
4255 2014-03-12 Martin Robinson <mrobinson@igalia.com>
4257 [GTK][CMAKE] Too verbose build output
4258 https://bugs.webkit.org/show_bug.cgi?id=130076
4260 Reviewed by Carlos Garcia Campos.
4262 * Source/cmake/OptionsGTK.cmake: Generate a script which does the actual build. This
4263 works around an issue where cmake --build doesn't support ninja's pretty printing.
4265 2014-03-10 Mario Sanchez Prada <mario.prada@samsung.com>
4267 [GTK] Add support for Geoclue2
4268 https://bugs.webkit.org/show_bug.cgi?id=120185
4270 Reviewed by Carlos Garcia Campos.
4272 Patch by Anton Obzhirov <a.obzhirov@samsung.com> and Mario Sanchez Prada <mario.prada@samsung.com>
4274 Add support for Geoclue2 using autotools.
4276 * Source/autotools/FindDependencies.m4: Add support for handling
4277 both Geoclue 1.0 and 2.0.
4278 * Source/autotools/PrintBuildConfiguration.m4: Print the version
4279 of geoclue that is being used.
4280 * Source/autotools/SetupAutoconfHeader.m4: Define GEOCLUE_API_VERSION_2.
4281 * Source/autotools/SetupAutomake.m4: Likewise, for AM_CONDITIONAL.
4282 * Source/autotools/Versions.m4: Added minimum required version for Geoclue2.
4284 Add support for Geoclue2 using CMake.
4286 * Source/cmake/FindGeoClue2.cmake: Added.
4287 * Source/cmake/OptionsGTK.cmake: Add support for handling Geoclue 1.0 and 2.0.
4288 * Source/cmakeconfig.h.cmake: Define WTF_USE_GEOCLUE2.
4290 2014-03-10 Martin Robinson <mrobinson@igalia.com>
4292 [GTK][CMAKE] gtk-doc HTML documentation is generated by default when building with CMake
4293 https://bugs.webkit.org/show_bug.cgi?id=130016
4295 Reviewed by Carlos Garcia Campos.
4297 * Source/PlatformGTK.cmake: Add two gtkdoc targets, one which builds HTML and one which
4298 doesn't. Add the non-HTML version to the default target, but not the HTML version. The
4299 HTML version will still run when building the distribution tarball.
4301 2014-03-10 Martin Robinson <mrobinson@igalia.com>
4303 [GTK] [CMake] Clean up library linking
4304 https://bugs.webkit.org/show_bug.cgi?id=129782
4306 Reviewed by Philippe Normand.
4308 * Source/cmake/OptionsGTK.cmake: Add a macro to wrap all libraries in a list with --whole-archive
4309 so that unused symbols are not dropped. This is useful when building up shared libraries
4310 from convenience libraries.
4312 2014-03-08 Landry Breuil <landry@openbsd.org>
4314 Don't check for shm_open on librt on OpenBSD, lib doesnt exist.
4315 https://bugs.webkit.org/show_bug.cgi?id=129973
4317 Reviewed by Martin Robinson.
4319 * Source/autotools/FindDependencies.m4:
4321 2014-03-06 Anders Carlsson <andersca@apple.com>
4323 Build WebKit2 before building WebKit
4324 https://bugs.webkit.org/show_bug.cgi?id=129831
4325 <rdar://problem/15920020>
4327 Reviewed by Dan Bernstein.
4330 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
4331 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
4333 2014-03-06 Commit Queue <commit-queue@webkit.org>
4335 Unreviewed, rolling out r165193.
4336 http://trac.webkit.org/changeset/165193
4337 https://bugs.webkit.org/show_bug.cgi?id=129823
4339 Not specifying libc++ as the stdlib for Clang through CXXFLAGS
4340 env confuses libtool (Requested by zdobersek on #webkit).
4342 * Source/autotools/SetupCompilerFlags.m4:
4344 2014-03-06 Zan Dobersek <zdobersek@igalia.com>
4346 [GTK][Autotools] Default to libc++ when compiling with Clang
4347 https://bugs.webkit.org/show_bug.cgi?id=129798
4349 Reviewed by Anders Carlsson.
4351 * Source/autotools/SetupCompilerFlags.m4: Default to using libc++ when compiling with the Clang
4352 compiler. This is still overridable if -stdlib=* flag was set through CXXFLAGS, in case people
4353 would for some reason still prefer libstdc++ (i.e. on setups where a functional libc++ is not yet available).
4355 2014-03-05 Martin Robinson <mrobinson@igalia.com>
4357 [CMake] Ninja generator builds fail with "Argument list too long"
4358 https://bugs.webkit.org/show_bug.cgi?id=129771
4360 Reviewed by Daniel Bates.
4362 * Source/cmake/OptionsCommon.cmake: Work around a bug in the Ninja CMake generator,
4363 by forcing the use of response files.
4365 2014-03-05 Ryuan Choi <ryuan.choi@samsung.com>
4367 [CMake] Use thin archives if building on Linux for non-shared-core debug builds
4368 https://bugs.webkit.org/show_bug.cgi?id=108330
4370 Reviewed by Martin Robinson.
4372 In order to get non-shared debug builds, this patch applied T option for
4373 thin archives to the flags passed to ar when cmake based ports build on linux.
4374 In addition, applied u option which avoids adding a file twice.
4376 * Source/cmake/OptionsCommon.cmake: Moved archive options from OptionsGTK.cmake.
4377 * Source/cmake/OptionsEfl.cmake:
4378 Removed error messages for non-shared-core debug builds.
4379 * Source/cmake/OptionsGTK.cmake: Moved archive options to OptionsCommon.cmake.
4381 2014-03-04 Zan Dobersek <zdobersek@igalia.com>
4383 [GTK] Build the Udis86 disassembler
4384 https://bugs.webkit.org/show_bug.cgi?id=129679
4386 Reviewed by Michael Saboff.
4388 * GNUmakefile.am: Add the Udis86_nosources variable.
4389 * Source/cmake/OptionsGTK.cmake: Enable the Udis86 disassembler.
4391 2014-03-04 Martin Robinson <mrobinson@igalia.com>
4393 [GTK] Simplify the GObject DOM bindings API break check into one step
4394 https://bugs.webkit.org/show_bug.cgi?id=129571
4396 Reviewed by Carlos Garcia Campos.
4398 * Source/PlatformGTK.cmake: We don't need to run the API break check before gtkdoc generation.
4399 Add the check to 'make check.'
4401 2014-03-04 Martin Robinson <mrobinson@igalia.com>
4403 [GTK][CMake] ENABLE_NAVIGATOR_CONTENT_UTILS is mistakenly enabled for the CMake build
4404 https://bugs.webkit.org/show_bug.cgi?id=129502
4406 Reviewed by Carlos Garcia Campos.
4408 * Source/cmake/OptionsGTK.cmake: Disable the option for GTK+.
4410 2014-03-03 Jozsef Berta <jberta.u-szeged@partner.samsung.com>
4412 [cmake] *Names.cpp file should be regenerated after touching StaticString.pm
4413 https://bugs.webkit.org/show_bug.cgi?id=129031
4415 Reviewed by Csaba Osztrogonác.
4417 * Source/cmake/WebKitMacros.cmake: Added a call for make_names.pm dependencies in GENERATE_FONT_NAMES and GENERATE_DOM_NAMES macros.
4419 2014-03-03 Carlos Garcia Campos <cgarcia@igalia.com>
4421 [GTK] WebKit2WebExtension GIR can't be used in vala
4422 https://bugs.webkit.org/show_bug.cgi?id=127179
4424 Reviewed by Martin Robinson.
4426 Add a different pkg-config file for the web extensions API.
4428 * Source/cmake/OptionsGTK.cmake:
4431 2014-03-02 Dirkjan Ochtman <d.ochtman@activevideo.com>
4433 Support ENABLE_ENCRYPTED_MEDIA in cmake builds
4434 https://bugs.webkit.org/show_bug.cgi?id=129575
4436 Reviewed by Philippe Normand.
4438 * Source/cmake/OptionsEfl.cmake:
4439 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
4440 * Source/cmake/OptionsGTK.cmake:
4441 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
4442 * Source/cmake/WebKitFeatures.cmake:
4443 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
4444 * Source/cmakeconfig.h.cmake:
4445 Added ENABLE_ENCRYPTED_MEDIA{,_V2} flags.
4447 2014-02-27 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
4449 Enable support of X-Content-Type-Options: nosniff header for EFL
4450 https://bugs.webkit.org/show_bug.cgi?id=128673
4452 Reviewed by Gyuyoung Kim.
4454 * Source/cmake/OptionsEfl.cmake:
4455 Enabled NOSNIFF feature flag for EFL.
4457 2014-02-27 Koop Mast <kwm@FreeBSD.org>
4459 Fallback on checking for libz manualy if zlib.pc isn't available.
4460 https://bugs.webkit.org/show_bug.cgi?id=127061
4462 Reviewed by Gustavo Noronha Silva.
4464 * Source/autotools/FindDependencies.m4:
4466 2014-02-25 Sergio Villar Senin <svillar@igalia.com>
4468 [CSS Grid Layout] Add ENABLE flag
4469 https://bugs.webkit.org/show_bug.cgi?id=129153
4471 Reviewed by Simon Fraser.
4473 Added the ENABLE_CSS_GRID_LAYOUT feature flag to the cmake and
4474 autotools build systems. The feature is disabled by default for
4477 * Source/autotools/SetupWebKitFeatures.m4:
4478 * Source/cmake/OptionsEfl.cmake:
4479 * Source/cmake/OptionsGTK.cmake:
4480 * Source/cmake/WebKitFeatures.cmake:
4481 * Source/cmakeconfig.h.cmake:
4483 2014-02-24 Martin Robinson <mrobinson@igalia.com>
4485 [GTK] generate-gtkdoc should not generate documentation for source files for unbuilt source files
4486 https://bugs.webkit.org/show_bug.cgi?id=128417
4488 Reviewed by Carlos Garcia Campos.
4490 * Source/cmake/OptionsGTK.cmake: Define the paths to the pkgconfig files here, so that they
4491 may one day be used in the webkitdom config file generation.
4493 2014-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
4495 [EFL][CMake] Fix javascriptcore test failings by the jsCStack branch merge
4496 https://bugs.webkit.org/show_bug.cgi?id=128961
4498 Reviewed by Ryosuke Niwa.
4500 Javascriptcore test on EFL port has been broken since the jsCStack branch merge.
4501 For now we can fix almost tests by using "-fno-tree-dce option". Unfortunately,
4502 EFL port needs not to check "uninitialized" build warning as error in order to
4503 adjust the option to EFL port. This patch don't take it as error temporarily.
4505 * Source/cmake/OptionsEfl.cmake:
4506 * Source/cmake/WebKitHelpers.cmake:
4508 2014-02-16 Martin Robinson <mrobinson@igalia.com>
4510 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
4511 https://bugs.webkit.org/show_bug.cgi?id=128434
4513 Reviewed by Anders Carlsson.
4515 * Source/cmake/OptionsGTK.cmake: Add -fno-omit-frame-pointer to the GTK+ CMake
4516 port as well as -fno-tree-dce, like it is used in the autotools build.
4518 2014-02-17 ChangSeok Oh <changseok.oh@collabora.com>
4520 [GTK] MEDIA_CONTROLS_SCRIPT depends on VIDEO_TRACK
4521 https://bugs.webkit.org/show_bug.cgi?id=128799
4523 Reviewed by Philippe Normand.
4525 MEDIA_CONTROLS_SCRIPT has a dependency on VIDEO_TRACK. So it causes a build break
4526 if building with autotools. cmake system has enabled it as default. So I propose
4527 enabling VIDEO_TRACK as well.
4529 * Source/autotools/SetupWebKitFeatures.m4:
4531 2014-02-14 Commit Queue <commit-queue@webkit.org>
4533 Unreviewed, rolling out r164090.
4534 http://trac.webkit.org/changeset/164090
4535 https://bugs.webkit.org/show_bug.cgi?id=128807
4537 It broke the EFL build (Requested by Ossy on #webkit).
4539 * Source/cmake/OptionsCommon.cmake:
4540 * Source/cmake/OptionsEfl.cmake:
4542 2014-02-09 Martin Robinson <mrobinson@igalia.com>
4544 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
4545 https://bugs.webkit.org/show_bug.cgi?id=128434
4547 Extend a fix for EFL to all ports that use GCC. Also include further fixes
4548 that were applied only to the autotools build.
4550 Reviewed by Gyuyoung Kim.
4552 * Source/cmake/OptionsCommon.cmake: Add -fno-omit-frame-pointer to all ports as well
4553 as -fno-tree-dce, which is necessary for GTK+.
4554 * Source/cmake/OptionsEfl.cmake: The GCC flag additions are now in the common options file.
4556 2014-02-04 Gustavo Noronha Silva <gns@gnome.org>
4558 [GTK][CMake] Generate GObject DOM bindings .symbols files
4559 https://bugs.webkit.org/show_bug.cgi?id=126210
4561 Reviewed by Martin Robinson.
4563 * Source/PlatformGTK.cmake: add checking DOM bindings API as a dependency
4564 for documentation generation.
4566 2014-02-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
4568 [GTK] MEDIA_CONTROLS_SCRIPT support
4569 https://bugs.webkit.org/show_bug.cgi?id=123097
4571 Reviewed by Jer Noble.