1 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
3 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
5 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
7 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
9 [EFL] Hyphenation is not supported
10 https://bugs.webkit.org/show_bug.cgi?id=89830
12 Reviewed by Gyuyoung Kim.
14 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
16 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
18 [CMake] Add support for building with various sanitizer tools
19 https://bugs.webkit.org/show_bug.cgi?id=131941
21 Reviewed by Martin Robinson.
23 * Source/PlatformGTK.cmake: Don't generate any documentation
24 when compiling with sanitizers enabled.
25 * Source/cmake/OptionsCommon.cmake: Allow linking with
26 undefined symbols when compiling with sanitizers enabled.
28 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
30 libwebkit2gtk fails to link without opengl
31 https://bugs.webkit.org/show_bug.cgi?id=138332
33 Reviewed by Carlos Garcia Campos.
35 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
36 enabled regardless of whether OpenGL is, because certain symbols
37 such as WebCore::GraphicsLayer::create() need to be built.
39 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
41 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
42 https://bugs.webkit.org/show_bug.cgi?id=146181
44 Reviewed by Martin Robinson.
46 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
48 * Source/cmake/OptionsGTK.cmake:
50 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
52 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
53 https://bugs.webkit.org/show_bug.cgi?id=146171
55 Reviewed by Gyuyoung Kim.
57 * Source/cmake/OptionsEfl.cmake:
58 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
60 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
62 [CMake] FindGTK3.cmake should not modify the values of build options
63 https://bugs.webkit.org/show_bug.cgi?id=144613
65 Reviewed by Martin Robinson.
67 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
68 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
69 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
70 GTK3_SUPPORTS_GESTURES for consistency.
71 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
72 available. It's not possible to automatically select a backend correctly anymore, since all
73 options are set at the same time.
75 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
77 Remove unnecessary svn:executable flags
78 https://bugs.webkit.org/show_bug.cgi?id=146107
80 Reviewed by Alexey Proskuryakov.
82 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
83 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
84 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
85 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
86 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
88 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
90 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
91 https://bugs.webkit.org/show_bug.cgi?id=146108
93 Reviewed by Gyuyoung Kim.
95 * Source/cmake/OptionsEfl.cmake:
97 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
99 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
100 https://bugs.webkit.org/show_bug.cgi?id=146035
102 Reviewed by Gyuyoung Kim.
104 * Source/cmake/OptionsEfl.cmake:
106 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
108 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
109 https://bugs.webkit.org/show_bug.cgi?id=145701
111 Reviewed by Darin Adler.
113 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
115 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
117 [iOS] Crash long pressing on <input type=file>
118 https://bugs.webkit.org/show_bug.cgi?id=146009
119 <rdar://problem/21234453>
121 Reviewed by Ryosuke Niwa.
123 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
125 2015-06-16 Brent Fulgham <bfulgham@apple.com>
127 Rollout accidental Xcode project change.
129 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
131 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
133 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
134 https://bugs.webkit.org/show_bug.cgi?id=145909
136 Reviewed by Csaba Osztrogonác.
138 Bump EWebKit version based on efl library version used by the EWebKit.
140 * Source/cmake/OptionsEfl.cmake:
142 2015-06-11 Commit Queue <commit-queue@webkit.org>
144 Unreviewed, rolling out r185453.
145 https://bugs.webkit.org/show_bug.cgi?id=145881
147 it broke the 32-bit build (Requested by clopez on #webkit).
151 "[GTK] [Wayland] Should be possible to build with support for
152 both X11 and Wayland."
153 https://bugs.webkit.org/show_bug.cgi?id=145701
154 http://trac.webkit.org/changeset/185453
156 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
158 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
159 https://bugs.webkit.org/show_bug.cgi?id=145701
161 Reviewed by Žan Doberšek.
163 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
165 2015-06-03 Daniel Bates <dabates@apple.com>
167 Caps lock indicator should not be shown in read-only or disabled field
168 https://bugs.webkit.org/show_bug.cgi?id=145612
169 <rdar://problem/21227454>
171 Reviewed by Darin Adler.
173 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
174 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
175 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
177 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
179 [cmake] Suppress parentheses-equality warnings
180 https://bugs.webkit.org/show_bug.cgi?id=145126
182 Reviewed by Darin Adler.
184 * Source/cmake/WebKitHelpers.cmake:
186 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
188 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
189 https://bugs.webkit.org/show_bug.cgi?id=145408
191 Reviewed by Carlos Garcia Campos.
193 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
194 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
195 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
197 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
198 libraries. Detect also GLX libraries.
199 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
200 libraries. Use find_path() to get the include path.
201 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
203 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
204 depending on the libraries found on the system.
205 Move the detection of GLX (and the include of CMakePushCheckState)
207 Ensure that we only define USE_GLX when we build with OpenGL
208 (but not with GLESv2).
210 2015-05-27 Dean Jackson <dino@apple.com>
212 img.currentSrc problem in strict mode with old picturefill
213 https://bugs.webkit.org/show_bug.cgi?id=144095
214 <rdar://problem/21087013>
216 Reviewed by Simon Fraser.
218 Add a PICTURE_SIZES flag.
220 * Source/cmake/OptionsEfl.cmake:
221 * Source/cmake/OptionsGTK.cmake:
222 * Source/cmake/OptionsMac.cmake:
223 * Source/cmake/OptionsWindows.cmake:
224 * Source/cmake/WebKitFeatures.cmake:
226 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
228 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
230 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
232 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
234 Unreviewed. Export DatabaseProcessMainUnix symbol.
236 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
237 is exported in production builds.
239 * Source/cmake/gtksymbols.filter:
241 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
243 [GTK] Enable IndexedDB
244 https://bugs.webkit.org/show_bug.cgi?id=98932
246 Reviewed by Žan Doberšek.
248 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
249 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
251 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
253 [GTK] Bump GCC requirements to 4.9.0
254 https://bugs.webkit.org/show_bug.cgi?id=145211
256 Reviewed by Žan Doberšek.
258 It's required to build with IndexedDB support when using GCC,
259 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
261 * Source/cmake/OptionsGTK.cmake:
263 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
265 [CMake] Ignore warnings in system headers
266 https://bugs.webkit.org/show_bug.cgi?id=144747
268 Reviewed by Darin Adler.
270 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
271 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
272 use the SYSTEM argument to the command (added in 2.8.12).
276 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
278 [CMake] Error out when ruby is too old
279 https://bugs.webkit.org/show_bug.cgi?id=145014
281 Reviewed by Martin Robinson.
283 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
288 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
290 [GTK] Enable plugin-related CMake options and variables for the X11 target only
291 https://bugs.webkit.org/show_bug.cgi?id=144995
293 Reviewed by Carlos Garcia Campos.
295 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
296 the X11 windowing target at the moment, so the following options
297 and variables should be enabled or disabled accordingly:
298 - ENABLE_PLUGIN_PROCESS_GTK2
299 - ENABLE_NETSCAPE_PLUGIN_API
300 - ENABLE_PLUGIN_PROCESS
302 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
304 Linker fails without -DDEVELOPER_MODE=ON
305 https://bugs.webkit.org/show_bug.cgi?id=144117
307 Reviewed by Gyuyoung Kim.
309 * Source/cmake/OptionsEfl.cmake:
310 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
311 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
313 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
315 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
316 https://bugs.webkit.org/show_bug.cgi?id=144846
318 Reviewed by Martin Robinson.
320 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
321 CAIRO_GL_* throughout, because find_package will define
323 * Source/cmake/OptionsGTK.cmake: Ditto.
325 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
327 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
328 https://bugs.webkit.org/show_bug.cgi?id=144845
330 Reviewed by Martin Robinson.
332 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
333 if their corresponding WTF options are ON. The code in npapi.h
334 relies on these being undefined if they are to be switched off.
336 2015-05-09 Yoav Weiss <yoav@yoav.ws>
338 Remove the PICTURE_SIZES build flag
339 https://bugs.webkit.org/show_bug.cgi?id=144679
341 Reviewed by Benjamin Poulain.
343 Removed the PICTURE_SIZES build time flag.
345 * Source/cmake/OptionsEfl.cmake:
346 * Source/cmake/OptionsGTK.cmake:
347 * Source/cmake/OptionsMac.cmake:
348 * Source/cmake/OptionsWindows.cmake:
349 * Source/cmake/WebKitFeatures.cmake:
351 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
353 [GTK] [CMake] Check for required X libraries
354 https://bugs.webkit.org/show_bug.cgi?id=144823
356 Reviewed by Martin Robinson.
358 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
360 * Source/cmake/OptionsGTK.cmake:
362 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
364 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
365 https://bugs.webkit.org/show_bug.cgi?id=144746
367 Reviewed by Carlos Garcia Campos.
369 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
370 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
371 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
373 * Source/cmake/OptionsGTK.cmake:
375 2015-05-08 Daniel Bates <dabates@apple.com>
377 [iOS] WebSQL operations are not performed after device is locked
378 https://bugs.webkit.org/show_bug.cgi?id=137503
379 <rdar://problem/20844952>
381 Rubber-stamped by Alexey Proskuryakov.
383 Add a manual test to help verify that we do not regress this issue.
385 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
387 2015-05-08 Commit Queue <commit-queue@webkit.org>
389 Unreviewed, rolling out r183945.
390 https://bugs.webkit.org/show_bug.cgi?id=144789
392 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
396 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
397 https://bugs.webkit.org/show_bug.cgi?id=144746
398 http://trac.webkit.org/changeset/183945
400 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
402 Cleanup after r183940
403 https://bugs.webkit.org/show_bug.cgi?id=144768
407 Looks like the empty directories were not deleted.
409 * Source/PAL: Removed.
410 * Source/PAL/Configurations: Removed.
411 * Source/PAL/PAL.xcodeproj: Removed.
412 * Source/PAL/graphics: Removed.
414 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
416 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
417 https://bugs.webkit.org/show_bug.cgi?id=144746
419 Reviewed by Martin Robinson.
421 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
422 what it is defined to, so defining it to 0 effectively turned it on always.
424 * Source/cmake/OptionsGTK.cmake:
426 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
428 Revert "Introducing the Platform Abstraction Layer (PAL)"
429 https://bugs.webkit.org/show_bug.cgi?id=144751
433 PAL should be a new target inside WebCore, rather than a top-level folder.
435 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
437 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
439 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
441 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
443 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
445 Introducing the Platform Abstraction Layer (PAL)
446 https://bugs.webkit.org/show_bug.cgi?id=143358
448 Reviewed by Simon Fraser.
450 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
452 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
454 [cmake] Disable GNU Gold linker on Cortex A53
455 https://bugs.webkit.org/show_bug.cgi?id=144382
457 Reviewed by Carlos Garcia Campos.
459 * Source/cmake/OptionsCommon.cmake:
461 2015-05-01 Martin Robinson <mrobinson@igalia.com>
463 USE(...) macro should expect unprefixed variables
464 https://bugs.webkit.org/show_bug.cgi?id=144454
466 Reviewed by Daniel Bates.
468 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
469 * Source/cmake/OptionsEfl.cmake: Ditto.
470 * Source/cmake/OptionsGTK.cmake: Ditto.
471 * Source/cmake/OptionsMac.cmake: Ditto.
472 * Source/cmake/OptionsWinCairo.cmake: Ditto.
473 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
476 2015-04-30 Martin Robinson <mrobinson@igalia.com>
478 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
479 https://bugs.webkit.org/show_bug.cgi?id=144394
481 Reviewed by Carlos Garcia Campos.
483 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
484 is that it fixes the redirected XComposite window for GTK+, which was accidentally
485 disabled in previous reworking of the CMake configuration.
487 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
488 version of USE variables.
489 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
490 is exposed to the build.
492 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
494 Unreviewed. Bump GTK+ version numbers.
496 * Source/cmake/OptionsGTK.cmake:
498 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
500 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
501 https://bugs.webkit.org/show_bug.cgi?id=144435
503 Reviewed by Gyuyoung Kim.
505 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
506 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
508 * Source/cmake/OptionsEfl.cmake:
510 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
512 REGRESSION(183583): [Mac] make without SDKROOT has issues
513 https://bugs.webkit.org/show_bug.cgi?id=144431
515 Reviewed by Dan Bernstein.
518 Assume an empty SDKROOT means an macosx variant, so only
519 enable settings if the SDKROOT is not empty and does not
522 2015-04-29 Martin Robinson <mrobinson@igalia.com>
524 Fix the GTK+ build after r183584
526 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
528 2015-04-29 Martin Robinson <mrobinson@igalia.com>
530 [GTK] Add support for automatic hyphenation
531 https://bugs.webkit.org/show_bug.cgi?id=44478
533 Reviewed by Carlos Garcia Campos.
535 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
536 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
537 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
539 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
541 Failure when building WebKit for appletvsimulator.
542 https://bugs.webkit.org/show_bug.cgi?id=144356
544 Reviewed by Alexey Proskuryakov.
546 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
547 make TVOS and WatchOS behave correctly.
551 2015-04-29 Martin Robinson <mrobinson@igalia.com>
553 [CMake] [GTK] Organize and clean up unused CMake variables
554 https://bugs.webkit.org/show_bug.cgi?id=144364
556 Reviewed by Gyuyoung Kim.
558 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
559 specific to certain projects into their PlatformGTK.cmake files.
561 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
563 [EFL] Build failure to find gio-unix
564 https://bugs.webkit.org/show_bug.cgi?id=144083
566 Reviewed by Gyuyoung Kim.
568 Original patch by Doug Newgard <scimma22@outlook.com>
570 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
572 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
574 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
575 https://bugs.webkit.org/show_bug.cgi?id=143001
577 Reviewed by Gyuyoung Kim.
579 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
580 * Source/cmake/OptionsGTK.cmake: Ditto.
582 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
584 Unreviewed, fix typo in previous commit
586 libsecretr -> libsecret in the error message.
588 * Source/cmake/OptionsGTK.cmake:
590 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
592 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
593 https://bugs.webkit.org/show_bug.cgi?id=143546
595 Reviewed by Martin Robinson.
597 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
598 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
599 default. Fail the build with an informative error message if an optional dependency required
600 for an enabled feature is not present. Perform find_package commands only when necessary.
601 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
604 * Source/cmake/OptionsGTK.cmake:
606 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
608 [GTK] Make all options actually options
609 https://bugs.webkit.org/show_bug.cgi?id=144106
611 Reviewed by Martin Robinson.
613 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
614 ENABLE_WAYLAND_TARGET.
616 * Source/cmake/OptionsGTK.cmake:
618 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
620 Unreviewed, fix GTK build after r183452
622 * Source/cmake/OptionsGTK.cmake:
624 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
626 [GTK] Add one single option to control all OpenGL-related options
627 https://bugs.webkit.org/show_bug.cgi?id=144105
629 Reviewed by Martin Robinson.
631 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
632 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
633 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
634 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
635 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
638 * Source/cmake/OptionsGTK.cmake:
640 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
642 [GTK] ENABLE_SMOOTH_SCROLLING should be private
643 https://bugs.webkit.org/show_bug.cgi?id=144306
645 Reviewed by Martin Robinson.
647 Make ENABLE_SMOOTH_SCROLLING private instead of public.
649 * Source/cmake/OptionsGTK.cmake:
651 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
653 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
654 https://bugs.webkit.org/show_bug.cgi?id=144193
656 Reviewed by Darin Adler.
658 * Source/cmake/OptionsEfl.cmake:
659 * Source/cmake/OptionsGTK.cmake:
660 * Source/cmake/OptionsWinCairo.cmake:
661 * Source/cmake/WebKitFeatures.cmake:
663 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
665 [CMake] Should be possible for an option to conflict with other options
666 https://bugs.webkit.org/show_bug.cgi?id=143956
668 Reviewed by Martin Robinson.
670 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
672 * Source/cmake/WebKitFeatures.cmake:
674 2015-04-22 Martin Robinson <mrobinson@igalia.com>
676 [CMake] Autogenerate cmakeconfig.h.cmake
677 https://bugs.webkit.org/show_bug.cgi?id=143997
679 Reviewed by Csaba Osztrogonác.
681 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
682 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
683 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
684 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
685 Do some other miscellaneous related cleanup.
686 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
687 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
688 build exposed variables. Add a macro to generate a configuration from them.
689 * Source/cmakeconfig.h.cmake: Removed.
691 2015-04-24 Philippe Normand <pnormand@igalia.com>
693 [JHBuild] Move to upstream OpenWebRTC
694 https://bugs.webkit.org/show_bug.cgi?id=144145
696 Reviewed by Carlos Garcia Campos.
698 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
701 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
703 [ES6] Implement ES6 template literals
704 https://bugs.webkit.org/show_bug.cgi?id=142691
706 Reviewed by Darin Adler.
708 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
710 * Source/cmake/WebKitFeatures.cmake:
711 * Source/cmakeconfig.h.cmake:
713 2015-04-25 Martin Robinson <mrobinson@igalia.com>
715 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
716 https://bugs.webkit.org/show_bug.cgi?id=144182
718 Reviewed by Simon Fraser.
720 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
721 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
722 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
723 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
724 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
726 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
728 [GTK] Add more public options
729 https://bugs.webkit.org/show_bug.cgi?id=144116
731 Reviewed by Martin Robinson.
733 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
735 * Source/cmake/OptionsGTK.cmake:
737 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
739 [CMake] Some internal variables are not marked as advanced
740 https://bugs.webkit.org/show_bug.cgi?id=143595
742 Reviewed by Martin Robinson.
744 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
745 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
747 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
749 [GTK] Mark as advanced the build options we don't want to expose
750 https://bugs.webkit.org/show_bug.cgi?id=143558
752 Reviewed by Martin Robinson.
754 Mark various options as private instead of public.
756 * Source/cmake/OptionsGTK.cmake:
758 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
760 [CMake] Should be possible for an option to depend on multiple options
761 https://bugs.webkit.org/show_bug.cgi?id=143839
763 Reviewed by Martin Robinson.
765 Use a list instead of a single variable to track the dependencies of each option. Iterate
766 over the list as many times as necessary to ensure all options are properly disabled.
768 * Source/cmake/WebKitFeatures.cmake:
770 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
772 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
773 https://bugs.webkit.org/show_bug.cgi?id=144103
775 Reviewed by Martin Robinson.
777 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
779 * Source/cmake/WebKitFeatures.cmake:
781 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
783 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
784 https://bugs.webkit.org/show_bug.cgi?id=144102
786 Reviewed by Martin Robinson.
788 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
789 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
790 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
792 * Source/cmake/OptionsGTK.cmake:
794 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
796 [CMake] Clean up JSC JIT options
797 https://bugs.webkit.org/show_bug.cgi?id=143998
799 Reviewed by Filip Pizlo.
801 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
802 define for ENABLE_FTL_NATIVE_CALL_INLINING.
803 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
804 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
805 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
806 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
808 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
810 [CMake] Use lowercase for local variables in macros
811 https://bugs.webkit.org/show_bug.cgi?id=144059
813 Reviewed by Martin Robinson.
815 Convert some variable names to lowercase.
817 * Source/cmake/WebKitFeatures.cmake:
819 2015-04-22 Commit Queue <commit-queue@webkit.org>
821 Unreviewed, rolling out r183116.
822 https://bugs.webkit.org/show_bug.cgi?id=144060
824 Inadvertently deleted a file... (Requested by mcatanzaro on
829 "[CMake] Use lowercase for local variables in macros"
830 https://bugs.webkit.org/show_bug.cgi?id=144059
831 http://trac.webkit.org/changeset/183116
833 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
835 [CMake] Use lowercase for local variables in macros
836 https://bugs.webkit.org/show_bug.cgi?id=144059
838 Reviewed by Martin Robinson.
840 Convert some variable names to lowercase.
842 * Source/cmake/WebKitFeatures.cmake:
844 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
846 [CMake] Features list should print dots every other row
847 https://bugs.webkit.org/show_bug.cgi?id=143832
849 Reviewed by Martin Robinson.
851 Discount private options when determining whether to print dots on a given row of the
852 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
853 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
854 wasn't noticed because it only affects the first line, and use of the variable name as a
855 string in a conditional.)
857 * Source/cmake/WebKitFeatures.cmake:
859 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
861 [CMake] Require specifying visibility of WebKit options
862 https://bugs.webkit.org/show_bug.cgi?id=143831
864 Reviewed by Alex Christensen.
866 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
867 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
868 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
869 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
870 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
871 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
872 cross-platform options as PRIVATE.
874 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
876 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
877 https://bugs.webkit.org/show_bug.cgi?id=143935
879 Reviewed by Darin Adler.
881 Some variables aren't defined in these files or unused variables aren't removed. This
882 patch cleans up it as well as fix wrong alphabet order.
884 * Source/cmake/WebKitFeatures.cmake:
885 * Source/cmakeconfig.h.cmake:
887 2015-04-19 Simon Fraser <simon.fraser@apple.com>
889 Restore the WebKit.xcworkspace to the way it was before r182899,
890 which inadvertently added the Source directory and a couple of source
893 * WebKit.xcworkspace/contents.xcworkspacedata:
895 2015-04-16 Basile Clement <basile_clement@apple.com>
897 Extract the allocation profile from JSFunction into a rare object
898 https://bugs.webkit.org/show_bug.cgi?id=143807
900 Reviewed by Filip Pizlo.
902 * WebKit.xcworkspace/contents.xcworkspacedata:
904 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
906 [EFL] Bump LLVM to version 3.6.0 on X86_64
907 https://bugs.webkit.org/show_bug.cgi?id=143604
909 Reviewed by Gyuyoung Kim.
911 * Source/cmake/FindLLVM.cmake: Added version handling.
912 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
914 2015-04-15 Timothy Horton <timothy_horton@apple.com>
916 Custom CSS cursors do not use -webkit-image-set on retina displays
917 https://bugs.webkit.org/show_bug.cgi?id=120783
919 Reviewed by Beth Dakin.
920 Patch by Evan Wallace <evan.exe@gmail.com>.
922 Add a manual test for custom CSS cursors on retina displays.
924 * ManualTests/retina-cursors.html: Added.
926 2015-04-15 Alex Christensen <achristensen@webkit.org>
928 Progress towards CMake on Mac.
929 https://bugs.webkit.org/show_bug.cgi?id=143785
931 Reviewed by Csaba Osztrogonác.
934 * Source/cmake/OptionsMac.cmake:
935 * Source/cmake/WebKitFS.cmake:
937 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
939 Cannot click "Next" button on Google two-factor auth setup page
941 <https://bugs.webkit.org/show_bug.cgi?id=143624>
942 <rdar://problem/19175714>
944 Reviewed by Darin Adler.
946 * ManualTests/button-that-focuses-itself-on-click.html: Added.
948 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
950 [cmake] REGRESSION(182663): It broke feature dependency handling
951 https://bugs.webkit.org/show_bug.cgi?id=143665
953 Reviewed by Csaba Osztrogonác.
955 Don't try to check the value of options before defining the options.
957 * Source/cmake/WebKitFeatures.cmake:
959 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
961 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
962 https://bugs.webkit.org/show_bug.cgi?id=143664
964 Reviewed by Gyuyoung Kim.
966 * Source/cmake/OptionsEfl.cmake:
967 * Source/cmake/OptionsGTK.cmake:
968 * Source/cmake/WebKitFeatures.cmake:
969 * Source/cmakeconfig.h.cmake:
971 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
973 [EFL] Enable Media Source
974 https://bugs.webkit.org/show_bug.cgi?id=143635
976 Reviewed by Csaba Osztrogonác.
978 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
980 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
982 [CMake] Miscellaneous issues in WebKitFeatures.cmake
983 https://bugs.webkit.org/show_bug.cgi?id=143636
985 Reviewed by Martin Robinson.
987 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
988 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
990 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
991 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
993 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
995 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
997 Fix ENABLE_TOUCH_SLIDER so that it can be used
1001 * Source/cmake/WebKitFeatures.cmake:
1003 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1005 [CMake] Print sorted feature list at the very end of the configure process
1006 https://bugs.webkit.org/show_bug.cgi?id=143596
1008 Reviewed by Martin Robinson.
1010 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
1011 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
1012 and sort the options before printing. Reorder some code so that features still get
1013 propagated to the bindings generators.
1015 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1017 [CMake] Options should be marked as advanced by default
1018 https://bugs.webkit.org/show_bug.cgi?id=143572
1020 Reviewed by Gyuyoung Kim.
1022 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
1023 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
1024 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
1025 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
1026 option without making it public.
1028 * Source/cmake/WebKitFeatures.cmake:
1030 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1032 [CMake] Remove unnecessary ENABLE_WEBCORE switch
1033 https://bugs.webkit.org/show_bug.cgi?id=143584
1035 Reviewed by Csaba Osztrogonác.
1037 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
1041 * Source/CMakeLists.txt:
1042 * Source/cmake/OptionsGTK.cmake:
1043 * Source/cmake/WebKitFS.cmake:
1045 2015-04-08 Filip Pizlo <fpizlo@apple.com>
1047 Unreviewed, revert accidental commit.
1051 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
1053 Add CMake build system for WinCairo port.
1054 https://bugs.webkit.org/show_bug.cgi?id=115944
1056 Reviewed by Chris Dumez.
1058 * Source/cmake/OptionsWindows.cmake:
1059 * Source/cmake/WebKitMacros.cmake:
1060 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1062 2015-04-06 Alberto Garcia <berto@igalia.com>
1064 [GTK] Fix HPPA build
1065 https://bugs.webkit.org/show_bug.cgi?id=143453
1067 Reviewed by Darin Adler.
1069 Add HPPA to the list of supported CPUs.
1073 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
1075 Unreviewed, kick the GTK bots to fix an incremental build issue.
1077 * Source/cmake/OptionsGTK.cmake:
1079 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
1081 Fix the EFL and GTK build after r182243
1082 https://bugs.webkit.org/show_bug.cgi?id=143361
1084 Reviewed by Csaba Osztrogonác.
1086 * Source/PlatformEfl.cmake: Add a custom command that copies
1087 the InspectorBackendCommands.js file into the proper directory
1088 under DerivedSources/WebInspectorUI/.
1090 2015-04-01 Alex Christensen <achristensen@webkit.org>
1092 Progress towards CMake on Windows and Mac.
1093 https://bugs.webkit.org/show_bug.cgi?id=143293
1095 Reviewed by Filip Pizlo.
1098 Set DERIVED_SOURCES_WTF_DIR for Windows.
1099 * Source/CMakeLists.txt:
1100 Don't compile bmalloc on Windows.
1101 * Source/cmake/OptionsCommon.cmake:
1102 Use the absolute path of the C preprocessor.
1103 * Source/cmake/OptionsWinCairo.cmake:
1104 Added needed definitions.
1105 * Source/cmake/OptionsWindows.cmake:
1106 Set some default values and removed support for old Visual Studio versions before /MP.
1107 * Source/cmake/WebKitFS.cmake:
1108 Make WTF DerivedSources directory.
1109 * Source/cmake/WebKitMacros.cmake:
1110 Added ADD_PRECOMPILED_HEADER macro based on
1111 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1113 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
1115 Use colored diagnostics when building with cmake + ninja + clang
1116 https://bugs.webkit.org/show_bug.cgi?id=143297
1118 Reviewed by Žan Doberšek.
1120 Because that ninja sets subprocess stdout/stderr to a pipe, clang
1121 disables colored output.
1122 This patch forces clang to use colored diagnostics when we are using
1125 * Source/cmake/OptionsCommon.cmake:
1127 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1129 [CMake] Update old CMakeList.txt in gtest
1130 https://bugs.webkit.org/show_bug.cgi?id=143192
1132 Reviewed by Darin Adler.
1134 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
1135 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
1136 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
1138 * Source/CMakeLists.txt:
1139 * Source/cmake/gtest/CMakeLists.txt: Removed.
1141 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1143 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
1144 https://bugs.webkit.org/show_bug.cgi?id=143138
1146 Reviewed by Csaba Osztrogonác.
1148 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
1149 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
1151 * Source/cmake/OptionsWindows.cmake:
1152 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
1153 * Source/cmake/WebKitMacros.cmake:
1155 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1157 [GStreamer] share GL context in pipeline, part 2
1158 https://bugs.webkit.org/show_bug.cgi?id=143049
1160 Reviewed by Carlos Garcia Campos.
1162 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
1163 OpenGL/ES2 is found and GLX/EGL is found too.
1165 2015-03-26 Alex Christensen <achristensen@webkit.org>
1167 Progress towards CMake on Mac.
1168 https://bugs.webkit.org/show_bug.cgi?id=143112
1170 Reviewed by Chris Dumez.
1172 * Source/cmake/OptionsMac.cmake:
1174 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
1176 [EFL] Add OpenWebRTC in jhbuild
1177 https://bugs.webkit.org/show_bug.cgi?id=142778
1179 Reviewed by Gyuyoung Kim.
1181 Original patch by Philippe Normand <pnormand@igalia.com>
1183 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
1184 mediastream build is enabled.
1186 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
1188 [GTK] Add a configure option to build without Redirected XComposite Window
1189 https://bugs.webkit.org/show_bug.cgi?id=142865
1191 Reviewed by Žan Doberšek.
1193 The Redirected XComposite Window was added to support some
1194 features like GtkOverlay, but in cases where we don't need such
1195 features, it's more efficient to use the XID of the WebKitWebView
1196 window as the native surface handle for the accelerated
1197 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
1198 that is enabled by default for X11 target when OpenGL is enabled.
1200 * Source/cmake/OptionsGTK.cmake:
1202 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
1204 [GTK] Search for the Wayland dependency when enabling Wayland target
1205 https://bugs.webkit.org/show_bug.cgi?id=142876
1207 Reviewed by Carlos Garcia Campos.
1209 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
1210 requirement of either the GTK+ or GDK pkg-config files, so we have to
1211 search for it ourselves when WebKitGTK+ has been configured to support
1212 the Wayland windowing target.
1214 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1216 Unreviewed, kick the GTK bots to regenerate makefile.
1217 https://bugs.webkit.org/show_bug.cgi?id=137394
1219 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
1220 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
1222 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1224 Unreviewed, kick the GTK bots to regenerate makefile.
1225 https://bugs.webkit.org/show_bug.cgi?id=137394
1227 * Source/cmake/OptionsEfl.cmake:
1229 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
1231 [GTK] Fix inspector userinterface related incremental build issue
1232 https://bugs.webkit.org/show_bug.cgi?id=142849
1234 Reviewed by Carlos Garcia Campos.
1236 * Source/cmake/OptionsGTK.cmake: Revert r181733.
1238 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
1240 Unreviewed, kick the GTK bots to regenerate makefile.
1242 * Source/cmake/OptionsGTK.cmake:
1244 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
1246 [EFL] Expose JavaScript binding interface through ewk_extension
1247 https://bugs.webkit.org/show_bug.cgi?id=142033
1249 Reviewed by Gyuyoung Kim.
1251 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
1253 2015-03-17 Philippe Normand <pnormand@igalia.com>
1255 [GTK] basic OpenWebRTC build support
1256 https://bugs.webkit.org/show_bug.cgi?id=142393
1258 Reviewed by Carlos Garcia Campos.
1260 * Source/cmake/FindOpenWebRTC.cmake: Added.
1261 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
1262 mediastream build is enabled.
1264 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1266 [CMake][EFL] Build test tools only for developer mode
1267 https://bugs.webkit.org/show_bug.cgi?id=142761
1269 Reviewed by Csaba Osztrogonác.
1271 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
1273 * Source/cmake/OptionsEfl.cmake:
1274 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
1275 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
1276 * Source/cmakeconfig.h.cmake:
1278 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
1280 Enable ES6 classes by default
1281 https://bugs.webkit.org/show_bug.cgi?id=142774
1283 Reviewed by Gavin Barraclough.
1285 * Source/cmake/WebKitFeatures.cmake:
1287 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1289 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
1290 https://bugs.webkit.org/show_bug.cgi?id=142722
1292 Reviewed by Csaba Osztrogonác.
1294 Categorize to define cmake variables, to find necessary packages,
1295 use upper case for "glib_conponents" cmake variable name, re-arrange
1296 wrong alphabet sorting, and so on.
1298 * CMakeLists.txt: Remove WinCE port.
1299 * Source/cmake/OptionsEfl.cmake:
1301 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1303 [GStreamer] share GL context in pipeline
1304 https://bugs.webkit.org/show_bug.cgi?id=142693
1306 Reviewed by Philippe Normand.
1308 Add search of gstreamer-gl library in the GStreamer installation. If
1309 it is found, WTF_USE_GSTREAMER_GL macro is defined.
1311 * Source/cmake/FindGStreamer.cmake:
1312 * Source/cmake/OptionsGTK.cmake:
1314 2015-03-13 Alex Christensen <achristensen@webkit.org>
1316 Progress towards CMake on Mac.
1317 https://bugs.webkit.org/show_bug.cgi?id=142680
1319 Reviewed by Gyuyoung Kim.
1322 * Source/PlatformMac.cmake: Added stub.
1323 * Source/cmake/OptionsMac.cmake:
1324 Change defines to get CMake working.
1326 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1328 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
1329 https://bugs.webkit.org/show_bug.cgi?id=126688
1331 Reviewed by Gustavo Noronha Silva.
1333 Add ENABLE_MINIBROWSER option, enabled by default for development
1334 builds and disabled for production builds unless explicilty enabled.
1336 * Source/cmake/OptionsGTK.cmake:
1338 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1340 [GTK] Do not look for child processes in the UI process binary path
1341 https://bugs.webkit.org/show_bug.cgi?id=135752
1343 Reviewed by Gustavo Noronha Silva.
1345 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
1346 build for development builds.
1348 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
1350 [GTK] Add a configure option to build with OpenGL ES 2
1351 https://bugs.webkit.org/show_bug.cgi?id=142498
1353 Reviewed by Martin Robinson.
1355 Add ENABLE_GLES2 option. It's disabled by default, but if passed
1356 GLES2 is required and OpenGL is not even searched. Otherwise we
1357 search for OpenGL as usual, using it only if present.
1359 * Source/cmake/OptionsGTK.cmake:
1361 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
1363 [cmake] Handle unused parameter warnings as build errors except in WebKit2
1364 https://bugs.webkit.org/show_bug.cgi?id=142338
1366 Reviewed by Gyuyoung Kim.
1368 * Source/cmake/WebKitHelpers.cmake:
1370 2015-03-03 Daniel Bates <dabates@apple.com>
1372 Convert ManualTests/svg-tooltip.svg to a DRT test
1373 https://bugs.webkit.org/show_bug.cgi?id=140480
1375 Reviewed by Alex Christensen.
1377 * ManualTests/svg-tooltip.svg: Removed.
1379 2015-03-02 Debarshi Ray <debarshir@gnome.org>
1381 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
1382 https://bugs.webkit.org/show_bug.cgi?id=142165
1384 Reviewed by Carlos Garcia Campos.
1386 * Source/cmake/gtksymbols.filter:
1388 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
1390 [EFL] Remove unnecessary comment after r179110
1391 https://bugs.webkit.org/show_bug.cgi?id=142042
1393 Reviewed by Gyuyoung Kim.
1395 * Source/cmake/OptionsEfl.cmake:
1397 2015-02-23 Tomas Popela <tpopela@redhat.com>
1399 [GTK] Fails to compile with cmake 3.2.x
1400 https://bugs.webkit.org/show_bug.cgi?id=141796
1402 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
1403 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
1404 added and the build will fail.
1406 Reviewed by Martin Robinson.
1408 * Source/cmake/OptionsGTK.cmake:
1410 2015-02-20 Alexey Proskuryakov <ap@apple.com>
1412 Remove svn:keywords property.
1414 As far as I can tell, the property had no effect on any of these files, but also,
1415 when it has effect it's likely harmful.
1417 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
1418 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
1419 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
1420 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
1421 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
1422 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
1423 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
1424 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
1425 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
1426 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
1427 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
1428 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
1429 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
1430 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
1432 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1434 [CMAKE] Remove CMakeLists.txt in WK1 port
1435 https://bugs.webkit.org/show_bug.cgi?id=141617
1437 Reviewed by Anders Carlsson.
1439 Nobody uses CMake in WK1 port. Remove it.
1443 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
1445 Unreviewed, remove empty directories.
1447 * ManualTests/qt: Removed.
1449 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
1451 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
1452 https://bugs.webkit.org/show_bug.cgi?id=141481
1454 Reviewed by Csaba Osztrogonác.
1456 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
1458 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1460 [EFL][GTK] Use bmalloc instead of tcmalloc
1461 https://bugs.webkit.org/show_bug.cgi?id=140162
1463 Reviewed by Carlos Garcia Campos.
1465 Add bmalloc directory to build list.
1467 * CMakeLists.txt: Define BMALLOC_DIR directory.
1468 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
1470 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
1472 [GTK] Add default color chooser implementation using GtkColorChooserDialog
1473 https://bugs.webkit.org/show_bug.cgi?id=141392
1475 Reviewed by Gustavo Noronha Silva.
1477 Enable INPUT_TYPE_COLOR by default for GTK+ port.
1479 * Source/cmake/OptionsGTK.cmake:
1481 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
1483 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
1484 https://bugs.webkit.org/show_bug.cgi?id=141328
1486 Reviewed by Darin Adler.
1488 Added as manual test because it involves a huge grid allocation
1489 which is very slow on Debug bots, the only ones capable to trigger
1492 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
1494 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
1496 [Streams API] Implement a barebone ReadableStream interface
1497 https://bugs.webkit.org/show_bug.cgi?id=141045
1499 Reviewed by Benjamin Poulain.
1501 * Source/cmake/WebKitFeatures.cmake:
1502 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
1504 2015-02-02 Filip Pizlo <fpizlo@apple.com>
1506 Revert accidental change in r179490.
1510 2015-02-02 Filip Pizlo <fpizlo@apple.com>
1512 Unreviewed, revert accidental change to Makefile.shared in r179478
1516 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
1518 [CMake] Minimum python version should be 2.7.
1519 https://bugs.webkit.org/show_bug.cgi?id=140997
1521 Reviewed by Csaba Osztrogonác.
1525 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
1527 Apply feTurbulence spec change to fix zero length vector generation
1528 https://bugs.webkit.org/show_bug.cgi?id=140812
1530 Reviewed by Darin Adler.
1532 Recently a bug with the turbulence algorithm was corrected in the
1533 Filter Effects specification.
1534 For some seed values this bug allowed zero length vectors to be generated.
1535 This resulted in large solid color squares being present in the generated image.
1536 The feTurbulence algorithm was updated to reject zero length vectors. This patch
1537 applies that change in WebCore.
1539 Test: svg/filters/feTurbulence_bad_seeds.html
1541 * platform/graphics/filters/FETurbulence.cpp:
1542 (WebCore::FETurbulence::initPaint):
1543 Added rejection sampling during vector generation to avoid zero length vectors.
1545 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
1547 [cmake] Remove compiler version calculate cruft
1548 https://bugs.webkit.org/show_bug.cgi?id=140885
1550 Reviewed by Darin Adler.
1552 * Source/cmake/WebKitHelpers.cmake:
1554 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
1556 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
1557 https://bugs.webkit.org/show_bug.cgi?id=140886
1559 Reviewed by Žan Doberšek.
1561 * Source/cmake/WebKitHelpers.cmake:
1563 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
1565 [GTK] gtkdoc does not appear in DevHelp
1566 https://bugs.webkit.org/show_bug.cgi?id=139369
1568 Reviewed by Philippe Normand.
1570 Expect the gtkdoc to be generated in folders named with the API version.
1572 * Source/PlatformGTK.cmake:
1574 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
1576 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
1577 https://bugs.webkit.org/show_bug.cgi?id=140609
1579 Reviewed by Csaba Osztrogonác.
1581 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
1582 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
1583 compilation flags. Those were added after the jsCStack branch merge, but
1584 can now be removed since the -ftree-dce issues were fixed in GCC, and
1585 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
1587 * Source/cmake/OptionsEfl.cmake:
1588 * Source/cmake/OptionsGTK.cmake:
1590 2015-01-26 Commit Queue <commit-queue@webkit.org>
1592 Unreviewed, rolling out r179107.
1593 https://bugs.webkit.org/show_bug.cgi?id=140880
1595 The GCC in the bots doesn't support the AsyncTask
1596 implementation (Requested by KaL on #webkit).
1600 "[GTK] Enable IndexedDB"
1601 https://bugs.webkit.org/show_bug.cgi?id=98932
1602 http://trac.webkit.org/changeset/179107
1604 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
1606 [GTK] Enable IndexedDB
1607 https://bugs.webkit.org/show_bug.cgi?id=98932
1609 Reviewed by Žan Doberšek.
1611 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
1612 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
1614 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
1616 [GTK] Add initial database process support
1617 https://bugs.webkit.org/show_bug.cgi?id=139491
1619 Reviewed by Sergio Villar Senin.
1621 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
1623 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
1625 Add a build flag for ES6 class syntax
1626 https://bugs.webkit.org/show_bug.cgi?id=140760
1628 Reviewed by Michael Saboff.
1630 * Source/cmake/WebKitFeatures.cmake:
1631 * Source/cmakeconfig.h.cmake:
1633 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
1635 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
1636 https://bugs.webkit.org/show_bug.cgi?id=140049
1638 Reviewed by Gyuyoung Kim.
1640 * Source/cmake/OptionsCommon.cmake:
1642 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
1644 Remove ENABLE(INSPECTOR) ifdef guards
1645 https://bugs.webkit.org/show_bug.cgi?id=140668
1647 Reviewed by Darin Adler.
1649 * Source/PlatformEfl.cmake:
1650 * Source/cmake/OptionsEfl.cmake:
1651 * Source/cmake/OptionsGTK.cmake:
1652 * Source/cmake/OptionsMac.cmake:
1653 * Source/cmake/WebKitFeatures.cmake:
1654 * Source/cmakeconfig.h.cmake:
1656 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
1658 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
1660 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1662 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1664 [CMAKE] Fix cmake warning
1665 https://bugs.webkit.org/show_bug.cgi?id=140497
1667 Reviewed by Gustavo Noronha Silva.
1669 r173155 already tried to fix cmake warning though, the warning is still exist.
1670 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
1671 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
1672 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
1673 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
1674 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
1678 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
1680 [GTK] Generate the make dist manifest from a CMake template file
1681 https://bugs.webkit.org/show_bug.cgi?id=139387
1683 Reviewed by Martin Robinson.
1685 Generate manifest.txt from manifest.txt.in. Only expose the dist and
1686 distcheck targets for developer builds, as they won't work when
1687 building from a tarball because the manifest is not distributed.
1689 * Source/PlatformGTK.cmake:
1691 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
1693 Remove ENABLE(SQL_DATABASE) guards
1694 https://bugs.webkit.org/show_bug.cgi?id=140434
1696 Reviewed by Darin Adler.
1698 * Source/cmake/OptionsMac.cmake:
1699 * Source/cmake/WebKitFeatures.cmake:
1700 * Source/cmakeconfig.h.cmake:
1702 2015-01-11 Sam Weinig <sam@webkit.org>
1704 Remove support for SharedWorkers
1705 https://bugs.webkit.org/show_bug.cgi?id=140344
1707 Reviewed by Anders Carlsson.
1709 * Source/cmake/OptionsEfl.cmake:
1710 * Source/cmake/OptionsGTK.cmake:
1711 * Source/cmake/OptionsMac.cmake:
1712 * Source/cmake/WebKitFeatures.cmake:
1713 * Source/cmakeconfig.h.cmake:
1715 2015-01-10 Dan Bernstein <mitz@apple.com>
1717 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
1718 https://bugs.webkit.org/show_bug.cgi?id=140339
1720 Reviewed by Mark Rowe.
1722 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
1723 prevents unnecessary rebuilding due to PATH differences.
1725 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
1727 [GTK][ThreadedCompositor] Add support for threaded compositor.
1728 https://bugs.webkit.org/show_bug.cgi?id=118265
1730 Reviewed by Martin Robinson.
1732 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
1733 autotools build systems. The feature is disabled by default.
1734 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
1735 from the feature flags.
1737 * Source/cmake/OptionsEfl.cmake:
1738 * Source/cmake/OptionsGTK.cmake:
1739 * Source/cmake/WebKitFeatures.cmake:
1740 * Source/cmakeconfig.h.cmake:
1742 2014-12-23 Alexey Proskuryakov <ap@apple.com>
1744 Simplify building with ASan
1745 https://bugs.webkit.org/show_bug.cgi?id=139916
1747 Reviewed by Mark Rowe.
1749 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
1751 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
1753 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
1755 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1757 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
1759 Null dereference performing a "TapAndAHalf" gesture in Google search field
1761 <https://bugs.webkit.org/show_bug.cgi?id=139506>
1762 <rdar://problem/19028828>
1764 Reviewed by Darin Adler.
1766 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
1768 2014-12-10 Dean Jackson <dino@apple.com>
1770 Blur filter performance test doesn't provide results
1771 https://bugs.webkit.org/show_bug.cgi?id=139462
1773 Reviewed by Sam Weinig.
1775 This can't currently work under our performance test
1776 infrastructure. Move it to a manual test to avoid
1777 putting FAILures into the results.
1779 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
1781 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
1783 [GTK][WK2] Add HTML5 Notifications support
1784 https://bugs.webkit.org/show_bug.cgi?id=61140
1786 Reviewed by Carlos Garcia Campos.
1788 * Source/cmake/FindLibNotify.cmake: Added.
1789 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
1790 libnotify and use it for a default implementation when found.
1792 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
1794 REGRESSION(r155906): Page content disappears on Tuaw article after loading
1795 https://bugs.webkit.org/show_bug.cgi?id=138100
1797 Reviewed by Simon Fraser.
1799 DRT causes an extra paint which makes it impossible to test this with
1802 * ManualTests/float-layer-not-painting.html: Added.
1804 2014-12-07 Alberto Garcia <berto@igalia.com>
1806 [GTK] WebKit has a new required dependency on GnuTLS
1807 https://bugs.webkit.org/show_bug.cgi?id=136158
1809 Reviewed by Martin Robinson.
1811 Detect if GnuTLS is installed and enable or disable subtle crypto
1812 support accordingly.
1814 * Source/cmake/OptionsGTK.cmake:
1816 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
1818 [GTK] Missing API detected in GObject DOM bindings after r176630
1819 https://bugs.webkit.org/show_bug.cgi?id=139201
1821 Reviewed by Gustavo Noronha Silva.
1823 Change GENERATE_BINDINGS macro to receive a list of optional
1824 additional dependencies, so that we can add more dependecies
1825 without having to change the macro.
1827 * Source/cmake/WebKitMacros.cmake:
1829 2014-12-05 Simon Fraser <simon.fraser@apple.com>
1831 Programmatic scrolling and content changes are not always synchronized
1832 https://bugs.webkit.org/show_bug.cgi?id=139245
1833 rdar://problem/18833612
1835 Reviewed by Anders Carlsson.
1837 Manual test that tries to sync layout with programmatic scrolling.
1839 * ManualTests/programmatic-scroll-flicker.html: Added.
1841 2014-12-04 Alberto Garcia <berto@igalia.com>
1843 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
1844 https://bugs.webkit.org/show_bug.cgi?id=136576
1846 Reviewed by Carlos Garcia Campos.
1848 CMake should complain if Accelerated 2D Canvas is explicitly
1849 enabled but cairo-gl is not found.
1851 * Source/cmake/OptionsGTK.cmake:
1853 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1855 [EFL] Add subtle crypto to the build system
1856 https://bugs.webkit.org/show_bug.cgi?id=138612
1858 Reviewed by Csaba Osztrogonác.
1860 * Source/cmake/OptionsEfl.cmake:
1862 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1864 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
1865 https://bugs.webkit.org/show_bug.cgi?id=139085
1867 Reviewed by Andreas Kling.
1869 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
1870 * Source/cmake/WebKitFeatures.cmake: ditto.
1871 * Source/cmakeconfig.h.cmake: ditto.
1873 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
1875 [EFL] Drop support for the EFL 1.7
1876 https://bugs.webkit.org/show_bug.cgi?id=139114
1878 Reviewed by Gyuyoung Kim.
1880 * Source/cmake/EFLHelpers.cmake: Removed.
1881 * Source/cmake/FindEcore.cmake: Removed.
1882 * Source/cmake/FindEdje.cmake: Removed.
1883 * Source/cmake/FindEet.cmake: Removed.
1884 * Source/cmake/FindEeze.cmake: Removed.
1885 * Source/cmake/FindEfreet.cmake: Removed.
1886 * Source/cmake/FindEina.cmake: Removed.
1887 * Source/cmake/FindElementary.cmake: Removed.
1888 * Source/cmake/FindEvas.cmake: Removed.
1889 * Source/cmake/OptionsEfl.cmake:
1891 2014-11-28 Philippe Normand <pnormand@igalia.com>
1893 [CMake] Build failure against GStreamer git master
1894 https://bugs.webkit.org/show_bug.cgi?id=138872
1896 Reviewed by Csaba Osztrogon.
1898 * Source/cmake/FindGStreamer.cmake: Simplified the
1899 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
1900 headers lookup, there's no need to do this manually. Also
1901 explicitely check the version specified in GStreamer_FIND_VERSION.
1903 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
1905 [EFL] Remove E_Dbus dependency
1906 https://bugs.webkit.org/show_bug.cgi?id=136355
1908 Reviewed by Gyuyoung Kim.
1910 * Source/cmake/FindE_DBus.cmake: Removed.
1911 * Source/cmake/OptionsEfl.cmake:
1913 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
1915 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
1917 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1919 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
1921 [CMake] Use ld.gold if it is available to speedup builds
1922 https://bugs.webkit.org/show_bug.cgi?id=137953
1924 Reviewed by Carlos Garcia Campos.
1926 * Source/cmake/OptionsCommon.cmake:
1928 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
1930 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
1931 https://bugs.webkit.org/show_bug.cgi?id=138840
1933 Reviewed by Csaba Osztrogonác.
1935 * Source/cmake/OptionsCommon.cmake:
1937 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
1939 Remove Source/Platform cruft
1940 https://bugs.webkit.org/show_bug.cgi?id=138658
1942 Reviewed by Anders Carlsson.
1945 * Source/Platform: Removed.
1947 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
1949 Enable Cortex-A53-specific code paths by default if core is detected.
1950 https://bugs.webkit.org/show_bug.cgi?id=138499
1952 Reviewed by Csaba Osztrogonác.
1954 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
1955 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
1958 Since on ARM64/Linux the part number that cpuinfo reports depends on
1959 the core the query is run on, the check is bound to and executed on the
1960 available cores one by one.
1962 * Source/cmake/OptionsCommon.cmake:
1964 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1966 [EFL] Remove unnecessary version check from OptionsEfl.cmake
1967 https://bugs.webkit.org/show_bug.cgi?id=138498
1969 Reviewed by Csaba Osztrogonác.
1971 * Source/cmake/OptionsEfl.cmake:
1973 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1975 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
1976 https://bugs.webkit.org/show_bug.cgi?id=138465
1978 Reviewed by Gyuyoung Kim.
1980 * Source/cmake/OptionsEfl.cmake:
1982 2014-11-03 Dean Jackson <dino@apple.com>
1984 Add ENABLE_FILTERS_LEVEL_2 feature guard.
1985 https://bugs.webkit.org/show_bug.cgi?id=138362
1987 Reviewed by Tim Horton.
1989 Add a new feature define for Level 2 of CSS Filters.
1990 http://dev.w3.org/fxtf/filters-2/
1992 * Source/cmake/OptionsEfl.cmake:
1993 * Source/cmake/OptionsGTK.cmake:
1994 * Source/cmake/OptionsMac.cmake:
1995 * Source/cmake/WebKitFeatures.cmake:
1996 * Source/cmakeconfig.h.cmake:
1998 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
2000 Workaround for Cortex-A53 erratum 835769
2001 https://bugs.webkit.org/show_bug.cgi?id=138315
2003 Reviewed by Filip Pizlo.
2005 This patch introduces CMake variable and preprocessor macro
2006 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
2007 code paths, if set true.
2009 * Source/cmake/OptionsCommon.cmake:
2010 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
2012 * Source/cmakeconfig.h.cmake:
2013 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
2015 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
2017 [GTK] Fix the build of FTL JIT
2018 https://bugs.webkit.org/show_bug.cgi?id=138298
2020 Reviewed by Carlos Garcia Campos.
2022 * Source/cmake/OptionsGTK.cmake:
2023 Remove the need for the LIBCXXABI package.
2025 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
2027 REGRESSION(CMake): Make it possible to build without introspection
2028 https://bugs.webkit.org/show_bug.cgi?id=138006
2030 Reviewed by Philippe Normand.
2032 Add ENABLE_INTROSPECTION option.
2034 * Source/PlatformGTK.cmake: Dot not add gir global target if
2035 introspection is disabled.
2036 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
2037 introspection is disabled.
2039 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
2041 [GTK] Support script message handlers WebKitUserContentManager
2042 https://bugs.webkit.org/show_bug.cgi?id=133730
2044 Reviewed by Carlos Garcia Campos.
2046 Support user script message handlers in WebKitUserContentManager.
2047 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
2048 an option is added to the CMake build files. The option is disabled
2049 globally by default, and the WebKitGTK port enables it. On the API
2050 level, two new methods to register and unregister names are provided
2051 in the "window.webkit" namespace, and on message reception the
2052 "WebKitUserContentManager::script-message-received" signal is
2053 emitted, using the registered names as signal detail.
2055 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
2056 ENABLE_USER_MESSAGE_HANDLERS feature by default.
2057 * Source/cmake/WebKitFeatures.cmake: Add feature description for
2058 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
2060 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
2062 [GTK] Bump libsoup's minimum version to 2.42.0.
2063 https://bugs.webkit.org/show_bug.cgi?id=138086
2065 Reviewed by Martin Robinson.
2067 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
2068 soup-version.h header was added to soup.h in 2.41.4, which then becomes
2069 the minimum version required to build the port these days.
2071 In addition, since the autotools build system required 2.42.0 before
2072 being retired, require the same version here. Version 2.42.0 was also
2074 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
2076 * Source/cmake/OptionsGTK.cmake:
2078 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2080 [EFL] Remove unnecessary defines from OptionsEfl.cmake
2081 https://bugs.webkit.org/show_bug.cgi?id=138132
2083 Reviewed by Csaba Osztrogonác.
2085 * Source/cmake/OptionsEfl.cmake:
2087 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
2089 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2091 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2093 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
2095 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
2096 https://bugs.webkit.org/show_bug.cgi?id=137946
2098 Reviewed by Gyuyoung Kim.
2100 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
2102 * Source/cmake/OptionsEfl.cmake:
2104 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2106 Fix FTL Native Inlining for EFL
2107 https://bugs.webkit.org/show_bug.cgi?id=137774
2109 Reviewed by Michael Saboff.
2111 Updated CMake for FTL Native Inlining.
2114 * Source/cmake/FindClang.cmake: Added.
2115 * Source/cmake/OptionsEfl.cmake:
2116 * Source/cmakeconfig.h.cmake:
2118 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
2120 Web Inspector: Generate all Inspector domains together in JavaScriptCore
2121 https://bugs.webkit.org/show_bug.cgi?id=137748
2123 Reviewed by Brian Burg.
2125 * Source/PlatformEfl.cmake:
2127 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
2129 [GTK] Add initial gestures support
2130 https://bugs.webkit.org/show_bug.cgi?id=137812
2132 Reviewed by Sergio Villar Senin.
2134 Check if the GTK+ version supports gestures or not.
2136 * Source/cmake/FindGTK3.cmake:
2137 * Source/cmake/OptionsGTK.cmake:
2139 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
2141 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
2142 https://bugs.webkit.org/show_bug.cgi?id=137781
2144 Reviewed by Martin Robinson.
2146 We used to enable smooth scrolling unconditionally in autotools
2147 (via WebKitFeatures.m4), but since the switch to CMake it's
2148 unconditionally disabled, so changing the setting doesn't have any
2151 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
2153 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
2155 Removing CUSTOM_PROTOCOLS guard
2156 https://bugs.webkit.org/show_bug.cgi?id=137741
2158 Reviewed by Benjamin Poulain.
2160 * Source/cmake/OptionsEfl.cmake:
2162 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
2164 [EFL] Enable WebP support.
2165 https://bugs.webkit.org/show_bug.cgi?id=136156
2167 Reviewed by Gyuyoung Kim.
2169 Add WebP package finding rule.
2171 * Source/cmake/OptionsEfl.cmake:
2173 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
2175 [EFL] Enable custom URI schemes with CustomProtocols
2176 https://bugs.webkit.org/show_bug.cgi?id=128177
2178 Reviewed by Gyuyoung Kim.
2180 Fixing ewk_context_url_scheme_register() ewebkit2 API
2181 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
2183 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
2185 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
2187 Bump version to 2.7.0
2188 https://bugs.webkit.org/show_bug.cgi?id=137301
2190 Rubber-stamped by Carlos Garcia Campos.
2192 * Source/cmake/OptionsGTK.cmake: Bump version numbers
2194 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2196 [EFL] Rename TEST_THEME_DIR macro
2197 https://bugs.webkit.org/show_bug.cgi?id=137244
2199 Reviewed by Csaba Osztrogonác.
2201 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
2203 2014-09-27 Dan Bernstein <mitz@apple.com>
2205 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
2206 https://bugs.webkit.org/show_bug.cgi?id=137053
2208 Reviewed by Mark Rowe.
2210 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2211 In the build pre-action, pass the --wksi and --llvm options to
2212 copy-webkitlibraries-to-product-directory.
2213 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
2215 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
2217 [GTK] Enable CSS_IMAGE_SET in production builds
2218 https://bugs.webkit.org/show_bug.cgi?id=137142
2220 Reviewed by Alejandro G. Castro.
2222 This is required by the inspector to show some of the icons that
2223 has a HiDPI variant.
2225 * Source/cmake/OptionsGTK.cmake:
2227 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
2229 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
2230 https://bugs.webkit.org/show_bug.cgi?id=136377
2232 Reviewed by Philippe Normand.
2234 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
2235 for CMake versions less than 3.
2237 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
2239 Remove WinCE port from trunk
2240 https://bugs.webkit.org/show_bug.cgi?id=136951
2242 Reviewed by Alex Christensen.
2244 * Source/cmake/OptionsWinCE.cmake: Removed.
2245 * Source/cmake/WebKitPackaging.cmake:
2247 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
2249 [EFL][GTK] Remove WebKit1 related codes
2250 https://bugs.webkit.org/show_bug.cgi?id=136853
2252 Reviewed by Csaba Osztrogonác.
2254 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
2257 * Source/PlatformGTK.cmake:
2259 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2262 https://bugs.webkit.org/show_bug.cgi?id=136820
2264 Reviewed by Csaba Osztrogonác.
2266 * Source/cmake/FindICU.cmake:
2268 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
2270 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
2271 https://bugs.webkit.org/show_bug.cgi?id=136814
2273 Reviewed by Philippe Normand.
2275 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
2276 We bundle the wayland-egl dependency with wayland-client and wayland-server
2277 and store the resulting variables with the WAYLAND_ prefix. Because of this
2278 this line wasn't exporting anything useful.
2280 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
2282 URTBF after r173574.
2284 * Source/cmake/WebKitMacros.cmake:
2286 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
2288 [JavaScriptCore] Fix FTL on platform EFL.
2289 https://bugs.webkit.org/show_bug.cgi?id=133571
2291 Reviewed by Filip Pizlo.
2295 * Source/cmake/FindLIBCXXABI.cmake: Removed.
2296 * Source/cmake/OptionsEfl.cmake:
2298 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2301 https://bugs.webkit.org/show_bug.cgi?id=136571
2303 Reviewed by Darin Adler.
2305 * Source/cmake/OptionsEfl.cmake:
2306 * Source/cmake/OptionsGTK.cmake:
2307 * Source/cmake/OptionsMac.cmake:
2308 * Source/cmake/WebKitFeatures.cmake:
2309 * Source/cmakeconfig.h.cmake:
2311 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2313 Remove CSS_FILTERS flag
2314 https://bugs.webkit.org/show_bug.cgi?id=136529
2316 Reviewed by Dirk Schulze.
2318 * Source/cmake/OptionsEfl.cmake:
2319 * Source/cmake/OptionsGTK.cmake:
2320 * Source/cmake/OptionsMac.cmake:
2321 * Source/cmake/WebKitFeatures.cmake:
2322 * Source/cmakeconfig.h.cmake:
2324 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2326 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
2327 https://bugs.webkit.org/show_bug.cgi?id=136194
2329 Reviewed by Csaba Osztrogonác.
2331 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
2335 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2337 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
2338 https://bugs.webkit.org/show_bug.cgi?id=135560
2340 Reviewed by Gyuyoung Kim.
2342 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
2344 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
2346 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
2347 https://bugs.webkit.org/show_bug.cgi?id=136343
2349 Reviewed by David Kilzer.
2351 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
2353 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2354 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2356 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
2358 [EFL] Share fast/speechsynthesis/ with other ports
2359 https://bugs.webkit.org/show_bug.cgi?id=136224
2361 Reviewed by Chris Fleizach.
2363 Enable WebSpeech for EFL.
2365 * Source/cmake/OptionsEfl.cmake:
2367 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
2369 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
2370 https://bugs.webkit.org/show_bug.cgi?id=136127
2372 Reviewed by Gyuyoung Kim.
2374 Add build support for espeak.
2376 * Source/cmake/FindEspeak.cmake: Added.
2377 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
2379 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
2381 [EFL] Build break using clang
2382 https://bugs.webkit.org/show_bug.cgi?id=136245
2384 Reviewed by Gyuyoung Kim.
2386 * Source/cmake/OptionsEfl.cmake:
2387 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
2388 Some warnings are from system libraries.
2390 2014-08-25 Alberto Garcia <berto@igalia.com>
2392 [GTK] Unify webkitgtk and webkit2gtk directories
2393 https://bugs.webkit.org/show_bug.cgi?id=136209
2395 Reviewed by Carlos Garcia Campos.
2397 Use webkit2gtk-X.X both for the process binaries and the injected
2400 * Source/cmake/OptionsGTK.cmake:
2402 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
2404 [EFL] Move Efl specific code from Source/CMakeLists.txt
2405 https://bugs.webkit.org/show_bug.cgi?id=136206
2407 Reviewed by Gyuyoung Kim.
2409 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
2410 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
2412 * Source/CMakeLists.txt:
2413 * Source/cmake/OptionsEfl.cmake:
2415 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
2417 [EFL] Introduce DEVELOPER_MODE
2418 https://bugs.webkit.org/show_bug.cgi?id=135884
2420 Reviewed by Gyuyoung Kim.
2422 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
2423 instead of SHARED_CORE.
2424 SHARED_CORE can reduce link time and memory consumption but it is slightly different
2425 from release binary.
2427 * Source/cmake/OptionsEfl.cmake:
2428 * Source/cmake/WebKitHelpers.cmake:
2429 Moved fvisibility=hidden to OptionsEfl.cmake
2431 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
2433 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
2434 https://bugs.webkit.org/show_bug.cgi?id=136110
2436 Reviewed by Gyuyoung Kim.
2438 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
2440 * Source/cmake/OptionsEfl.cmake:
2442 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2444 [EFL] Apply eflsymbols.filter to WebKit2
2445 https://bugs.webkit.org/show_bug.cgi?id=136148
2447 Reviewed by Csaba Osztrogonác.
2449 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
2450 in the eflsymbols.filter.
2452 * Source/cmake/OptionsEfl.cmake:
2453 * Source/cmake/eflsymbols.filter:
2455 2014-08-21 Zalan Bujtas <zalan@apple.com>
2457 Enable SATURATED_LAYOUT_ARITHMETIC.
2458 https://bugs.webkit.org/show_bug.cgi?id=136106
2460 Reviewed by Simon Fraser.
2462 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
2463 (No measurable performance regression on Mac.)
2465 * Source/cmake/OptionsMac.cmake:
2466 * Source/cmake/WebKitFeatures.cmake:
2467 * Source/cmakeconfig.h.cmake:
2469 2014-08-19 Zalan Bujtas <zalan@apple.com>
2471 Remove ENABLE(SUBPIXEL_LAYOUT).
2472 https://bugs.webkit.org/show_bug.cgi?id=136077
2474 Reviewed by Simon Fraser.
2476 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
2478 * Source/cmake/OptionsEfl.cmake:
2479 * Source/cmake/OptionsGTK.cmake:
2480 * Source/cmake/OptionsMac.cmake:
2481 * Source/cmake/WebKitFeatures.cmake:
2482 * Source/cmakeconfig.h.cmake:
2484 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
2486 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
2487 https://bugs.webkit.org/show_bug.cgi?id=135980
2489 Reviewed by Martin Robinson.
2491 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
2492 overrides any other disabled optimization that was prepended to these
2493 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
2494 lists first in the final list of compilation flags.
2496 To avoid -On re-enabling optimizations that we'd like to keep disabled,
2497 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
2499 * Source/cmake/OptionsCommon.cmake:
2500 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
2501 * Source/cmake/OptionsGTK.cmake:
2503 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
2505 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
2507 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2509 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
2511 [GTK] Disable memory sampler on non-Linux system
2512 https://bugs.webkit.org/show_bug.cgi?id=134483
2514 Reviewed by Philippe Normand.
2516 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
2517 Linux because it uses many Linux-specific features, so we should disable
2518 memory sampler on other systems by default.
2520 * Source/cmake/OptionsGTK.cmake:
2522 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
2524 [GTK] HTML API documentation should also be installed versioned
2525 https://bugs.webkit.org/show_bug.cgi?id=135970
2527 Reviewed by Philippe Normand.
2529 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
2532 2014-08-14 Tomas Popela <tpopela@redhat.com>
2534 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
2535 https://bugs.webkit.org/show_bug.cgi?id=135937
2537 Reviewed by Carlos Garcia Campos.
2541 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
2543 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
2544 https://bugs.webkit.org/show_bug.cgi?id=135934
2546 Reviewed by Gustavo Noronha Silva.
2548 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
2549 The gir files should installed in $datadir/gir-1.0/ together with all other
2550 gir files. We don't need to install introspection files in a versioned
2551 directory because their filenames already contain the binary version. But before
2552 r171598, the files were only installed to the right directory if the
2553 gobject-instrospection pkg-config file was in the same prefix than the one we
2554 wanted to install, because the gir and typelibs directories were extracted from
2555 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
2556 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
2557 like we do in the autotools build.
2559 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
2560 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
2561 * Source/cmake/OptionsGTK.cmake: Define
2562 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
2564 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
2566 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
2567 https://bugs.webkit.org/show_bug.cgi?id=135836
2569 Reviewed by Philippe Normand.
2571 * Source/PlatformGTK.cmake: Add install command to also install
2572 the GObject DOM bindings API docs.
2574 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
2576 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
2577 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
2578 re-set CMAKE_C_FLAGS with the new string. The two flags should really
2579 be appended to CMAKE_C_FLAGS and the same variable re-set with the
2582 * Source/cmake/OptionsCommon.cmake:
2584 2014-08-13 Alex Christensen <achristensen@webkit.org>
2586 Progress towards CMake on Mac.
2587 https://bugs.webkit.org/show_bug.cgi?id=135819
2589 Reviewed by Laszlo Gombos.
2591 * Source/cmake/OptionsMac.cmake:
2592 Disable some more features temporarily to get CMake working.
2593 * Source/cmake/WebKitMacros.cmake:
2594 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
2596 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
2598 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
2599 https://bugs.webkit.org/show_bug.cgi?id=135798
2601 Reviewed by Philippe Normand.
2603 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
2605 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
2606 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
2607 https://bugs.webkit.org/show_bug.cgi?id=133317
2609 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
2611 Reviewed by Philippe Normand.
2613 No new tests since no new functionality has been added.
2615 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
2617 2014-08-11 Commit Queue <commit-queue@webkit.org>
2619 Unreviewed, rolling out r172393.
2620 https://bugs.webkit.org/show_bug.cgi?id=135796
2622 discussion needed about GnuTLS version bump on the bots
2623 (Requested by philn on #webkit).
2627 https://bugs.webkit.org/show_bug.cgi?id=133317
2628 http://trac.webkit.org/changeset/172393
2630 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
2631 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
2632 https://bugs.webkit.org/show_bug.cgi?id=133317
2634 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
2636 Reviewed by Philippe Normand.
2638 No new tests since no new functionality has been added.
2640 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
2642 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
2644 [GTK] Adds stubs for all subtle crypto algorithm implemntations
2645 https://bugs.webkit.org/show_bug.cgi?id=133316
2647 Reviewed by Philippe Normand.
2649 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
2650 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
2651 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
2653 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
2655 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
2657 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2659 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
2661 [GTK] REGRESSION(r166239): The ld version script is not being used
2662 https://bugs.webkit.org/show_bug.cgi?id=135694
2664 Reviewed by Martin Robinson.
2666 Move the symbols filter file from Tools/gtk to Source/cmake and rename
2667 it as gtksymbols.filter. Also updated it, since some of the symbols
2668 exported were renamed.
2670 * Source/cmake/OptionsGTK.cmake:
2671 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
2673 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
2675 [GTK] Child processes should be installed in a versioned directory
2676 https://bugs.webkit.org/show_bug.cgi?id=135754
2678 Reviewed by Gustavo Noronha Silva.
2680 Define LIBEXEC_INSTALL_DIR as
2681 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
2682 so that the child processes are installed in $libexec/webkitgtk-4.0.
2683 This makes it possible to install 2.6 in parallel to older versions.
2685 * Source/cmake/OptionsGTK.cmake:
2687 2014-08-08 Alex Christensen <achristensen@webkit.org>
2689 Progress towards using CMake on Mac.
2690 https://bugs.webkit.org/show_bug.cgi?id=135662
2692 Reviewed by Laszlo Gombos.
2695 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
2696 * Source/cmake/WebKitFeatures.cmake:
2697 * Source/cmakeconfig.h.cmake:
2698 Added features that are needed by the Mac port.
2699 * Source/cmake/OptionsMac.cmake:
2700 Enable CSS_IMAGE_SET based on FeatureDefines.h.
2701 Disable the FTL with CMake for now.
2702 * Source/cmake/OptionsEFL.cmake:
2703 * Source/cmake/OptionsGTK.cmake:
2704 Enable subpixel layout to not conflict with FeatureDefines.h
2706 2014-08-08 Simon Fraser <simon.fraser@apple.com>
2708 Undo some erroneous changes to the Xcode scheme files from r172259.
2710 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2711 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2713 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
2715 [CMake] Drop the required version of CMake down to 2.8.8
2716 https://bugs.webkit.org/show_bug.cgi?id=135713
2718 Reviewed by Alex Christensen.
2720 * CMakeLists.txt: Require CMake 2.8.8.
2722 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
2724 Get rid of INPUT_SPEECH
2725 https://bugs.webkit.org/show_bug.cgi?id=135672
2727 Reviewed by Andreas Kling.
2729 * Source/cmake/OptionsMac.cmake:
2730 * Source/cmake/WebKitFeatures.cmake:
2731 * Source/cmakeconfig.h.cmake:
2733 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
2735 [GTK] Disable IndexedDB
2736 https://bugs.webkit.org/show_bug.cgi?id=135692
2738 Reviewed by Carlos Garcia Campos.
2740 * Source/cmake/OptionsGTK.cmake:
2742 2014-08-06 Dean Jackson <dino@apple.com>
2744 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
2745 https://bugs.webkit.org/show_bug.cgi?id=135675
2747 Reviewed by Sam Weinig.
2749 * Source/cmake/OptionsGTK.cmake:
2750 * Source/cmake/OptionsMac.cmake:
2751 * Source/cmake/WebKitFeatures.cmake:
2752 * Source/cmakeconfig.h.cmake:
2754 2014-08-06 David Farler <dfarler@apple.com>
2756 Unreviewed build fix: Make includes semicolon in assignment.
2758 * Makefile.shared: Remove a ;
2760 2014-08-06 David Farler <dfarler@apple.com>
2762 Set DSYMUTIL_NUM_THREADS to the number of logical cores
2763 https://bugs.webkit.org/show_bug.cgi?id=135655
2765 Reviewed by Mark Rowe.
2767 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
2769 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
2771 [GTK] Be able to disable gtk2 dependency
2772 https://bugs.webkit.org/show_bug.cgi?id=135505
2774 Reviewed by Gustavo Noronha Silva.
2776 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
2777 required when it's enabled. It's enabled by default.
2779 * Source/cmake/OptionsGTK.cmake:
2781 2014-08-05 Alex Christensen <achristensen@webkit.org>
2784 https://bugs.webkit.org/show_bug.cgi?id=135620
2786 Reviewed by Laszlo Gombos.
2788 * Source/cmake/OptionsMac.cmake:
2789 Use UDIS86 by default on Mac.
2791 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
2793 Add a flag for the CSS Selectors level 4 implementation
2794 https://bugs.webkit.org/show_bug.cgi?id=135535
2796 Reviewed by Andreas Kling.
2798 * Source/cmake/OptionsEfl.cmake:
2799 * Source/cmake/OptionsGTK.cmake:
2800 * Source/cmake/WebKitFeatures.cmake:
2801 * Source/cmakeconfig.h.cmake:
2803 2014-08-04 Alex Christensen <achristensen@webkit.org>
2805 Progress towards CMake on Mac.
2806 https://bugs.webkit.org/show_bug.cgi?id=135528
2808 Reviewed by Gyuyoung Kim.
2810 * Source/cmake/OptionsMac.cmake:
2811 Made options list based on FeatureDefines.xcconfig files.
2813 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
2815 [GTK] Windowing target support should reflect the support in the GTK+ dependency
2816 https://bugs.webkit.org/show_bug.cgi?id=134736
2818 Reviewed by Martin Robinson.
2820 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
2821 support the X11 or Wayland windowing targets -- instead, if there's no support
2822 the specific target is disabled, and an error is thrown only if neither of the
2823 backends is enabled at the end..
2824 For now the X11 target remains enabled by default, and the Wayland target is
2825 kept disabled. Once it's possible to have both targets enabled at runtime in
2826 WebKit, the Wayland target will be enabled as well and we'll leave it to the
2827 GTK+ dependency to determine which targets can be enabled.
2829 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
2831 [CMake] Add FindWayland.cmake
2832 https://bugs.webkit.org/show_bug.cgi?id=135540
2834 Reviewed by Martin Robinson.
2836 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
2837 dependency. For now bundles the wayland-client, wayland-server and
2838 wayland-egl pkg-config targets into one dependency, but these could
2839 be split in the future if necessary.
2841 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
2843 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
2844 https://bugs.webkit.org/show_bug.cgi?id=135553
2846 Reviewed by Gyuyoung Kim.
2848 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
2849 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
2851 * Source/cmake/OptionsEfl.cmake:
2853 2014-08-01 Bear Travis <betravis@adobe.com>
2855 [Feature Queries] Enable Feature Queries on EFL/GTK
2856 https://bugs.webkit.org/show_bug.cgi?id=134902
2858 Reviewed by Benjamin Poulain.
2860 Enable CSS Feature Queries by default on the EFL and GTK
2863 * Source/cmake/OptionsEfl.cmake:
2864 * Source/cmake/OptionsGTK.cmake:
2866 2014-08-01 Alex Christensen <achristensen@webkit.org>
2868 Progress towards cmake on Windows.
2869 https://bugs.webkit.org/show_bug.cgi?id=135484
2871 Reviewed by Martin Robinson.
2874 Added Mac to list of ports, even though it is not done yet.
2875 Changed minimum bison version to version installed on Macs.
2876 * Source/cmake/OptionsAppleWin.cmake:
2877 Added some definitions.
2878 * Source/cmake/OptionsEfl.cmake:
2879 * Source/cmake/OptionsGTK.cmake:
2880 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
2881 * Source/cmake/OptionsMac.cmake: Added blank for now.
2882 * Source/cmake/OptionsWinCairo.cmake:
2883 * Source/cmake/OptionsWindows.cmake:
2884 Added some definitions.
2885 Removed /WX (warnings treated as error while compiling).
2886 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
2888 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
2890 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
2891 https://bugs.webkit.org/show_bug.cgi?id=135501
2893 Reviewed by Gyuyoung Kim.
2895 Use PROJECT_VERSION_MICRO instead.
2897 * Source/cmake/OptionsEfl.cmake:
2898 * Source/cmake/OptionsGTK.cmake:
2899 * Source/cmake/WebKitHelpers.cmake:
2901 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
2903 [EFL] Bump ewebkit version to 1.11
2904 https://bugs.webkit.org/show_bug.cgi?id=135487
2906 Reviewed by Gyuyoung Kim.
2908 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
2910 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
2912 [EFL] Add support for building with Geoclue2.
2913 https://bugs.webkit.org/show_bug.cgi?id=135455
2915 Reviewed by Gyuyoung Kim.
2917 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
2920 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
2922 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
2924 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2926 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
2928 [GTK] Bump binary version for 2.6
2929 https://bugs.webkit.org/show_bug.cgi?id=133724
2931 Reviewed by Philippe Normand.
2933 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
2934 update library version numbers.
2936 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
2938 [CMake] Bump the minimum required version
2939 https://bugs.webkit.org/show_bug.cgi?id=135382
2941 Reviewed by Gyuyoung Kim.
2943 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
2944 we introduced usage of target_include_directories().
2946 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
2948 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
2949 https://bugs.webkit.org/show_bug.cgi?id=135376
2951 Reviewed by Gyuyoung Kim.
2953 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
2955 * Source/cmake/OptionsEfl.cmake:
2956 * Source/cmake/OptionsGTK.cmake:
2958 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
2960 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
2961 https://bugs.webkit.org/show_bug.cgi?id=135288
2963 Reviewed by Martin Robinson.
2965 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
2966 datadir to pkgconfig
2967 * Source/cmake/OptionsGTK.cmake: define install directories early
2968 enough to be used in FindGObjectIntrospection.cmake
2970 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
2972 Remove CSS_EXCLUSIONS compile flag and leftover code
2973 https://bugs.webkit.org/show_bug.cgi?id=135175
2975 Reviewed by Zoltan Horvath.
2977 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
2978 stubs. This removes the flag and the useless code.
2980 * Source/cmake/WebKitFeatures.cmake:
2981 * Source/cmakeconfig.h.cmake:
2983 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
2985 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
2986 https://bugs.webkit.org/show_bug.cgi?id=135114
2988 Fix build with GStreamer 1.4
2990 Reviewed by Philippe Normand.
2992 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
2993 gst-mpegts component instead of the unstable 1.3.x verstions.
2995 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
2997 [GTK] Simplify make-dist command line arguments
2998 https://bugs.webkit.org/show_bug.cgi?id=134832
3000 Reviewed by Martin Robinson.
3002 * Source/PlatformGTK.cmake: Use --version instead of
3003 --tarball-root when running make-dist.py.
3005 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
3007 Add a manual test for r135044
3009 <https://bugs.webkit.org/show_bug.cgi?id=135044>
3011 Rubber-stamped by Andy Estes.
3013 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
3015 2014-07-18 Dana Burkart <dburkart@apple.com>
3017 Add a new 'analyze' target to the makefile. This will make use of a new
3018 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
3020 https://bugs.webkit.org/show_bug.cgi?id=135057
3021 <rdar://problem/10193187>
3023 Reviewed by David Kilzer.
3029 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
3031 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
3032 https://bugs.webkit.org/show_bug.cgi?id=134963
3034 Reviewed by Gyuyoung Kim.
3036 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
3038 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
3040 2014-07-14 Daniel Bates <dabates@apple.com>
3042 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
3043 https://bugs.webkit.org/show_bug.cgi?id=134905
3044 <rdar://problem/16602779>
3046 Reviewed by Simon Fraser.
3048 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
3049 on the tapped element when processing a touchend as a result of finger pressing and releasing
3050 on the same element that is initially positioned outside the visible content area.
3052 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
3054 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
3056 [GTK] Enable VIDEO_TRACK by default
3057 https://bugs.webkit.org/show_bug.cgi?id=134801
3059 Reviewed by Philippe Normand.
3061 * Source/cmake/OptionsGTK.cmake:
3063 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
3065 [GTK][CMake] Add a 'distcheck' target
3066 https://bugs.webkit.org/show_bug.cgi?id=130675
3068 Reviewed by Gustavo Noronha Silva.
3070 * Source/PlatformGTK.cmake: Add distcheck target.
3072 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
3074 [GTK] Use the same default options for production builds that previous stable releases
3075 https://bugs.webkit.org/show_bug.cgi?id=134589
3077 Reviewed by Martin Robinson.
3079 Change the default value of some features to match our stable releases.
3080 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
3081 canvas depend on whether cairo-gl is found.
3083 * Source/cmake/FindCairoGL.cmake: Added.
3084 * Source/cmake/OptionsGTK.cmake:
3086 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
3088 [EFL] Support Encrypted Media Extensions.
3089 https://bugs.webkit.org/show_bug.cgi?id=134750
3091 Reviewed by Gyuyoung Kim.
3093 Webkit needs to play encrypted media contents when media player
3094 is played by Media source extensions and normal video procedure.
3096 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
3098 2014-07-08 Alex Christensen <achristensen@webkit.org>
3100 Steps towards CMake on Windows.
3101 https://bugs.webkit.org/show_bug.cgi?id=134716
3103 Reviewed by Martin Robinson.
3106 Added AppleWin and WinCairo to list of CMake ports.
3107 * Source/cmake/OptionsAppleWin.cmake: Added.
3108 * Source/cmake/OptionsWinCairo.cmake: Added.
3109 * Source/cmake/OptionsWindows.cmake:
3110 Windows needs to use the system malloc. Other options to come.
3112 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3114 [EFL] Support Geolocation
3115 https://bugs.webkit.org/show_bug.cgi?id=134439
3117 Reviewed by Antonio Gomes.
3119 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
3121 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3123 Broken build with build-webkit --no-video
3124 https://bugs.webkit.org/show_bug.cgi?id=134587
3126 Reviewed by Darin Adler.
3128 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
3130 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
3132 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
3134 [GTK] The list of features shown by cmake is not accurate
3135 https://bugs.webkit.org/show_bug.cgi?id=134588
3137 Reviewed by Gustavo Noronha Silva.
3139 The problem is that some options might change after the feature
3140 list has been printed.
3142 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
3143 setting the default values of features and set WEBGL value
3144 depending on the dependencies, and API_TEST depending on whether
3145 developer mode is enabled or not.
3147 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3149 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
3150 https://bugs.webkit.org/show_bug.cgi?id=134578
3152 Reviewed by Gyuyoung Kim.
3154 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
3155 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
3156 disable related option if it is not ON.
3158 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
3159 * Source/cmake/OptionsGTK.cmake: Ditto.
3160 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
3162 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
3164 [GTK] make dist is broken
3165 https://bugs.webkit.org/show_bug.cgi?id=134542
3167 Reviewed by Martin Robinson.
3169 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
3171 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
3173 [CMake] Add necessary support for building for the Wayland target
3174 https://bugs.webkit.org/show_bug.cgi?id=134160
3176 Reviewed by Darin Adler.
3178 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
3179 is enabled, and that its version matches the version of the generic package. Same
3180 for the gtk+-wayland-3.0 package and the Wayland target.
3181 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
3182 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
3183 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
3184 so they keep building the TestNetscapePlugin target.
3185 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
3186 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
3187 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
3188 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
3189 the minimum required version as soon as that target is enabled. Only search for GLX
3190 if the X11 target is enabled.
3192 2014-06-29 Yoav Weiss <yoav@yoav.ws>
3194 Add support for HTMLImageElement's sizes attribute
3195 https://bugs.webkit.org/show_bug.cgi?id=133620
3197 Reviewed by Dean Jackson.
3199 Added an ENABLE_PICTURE_SIZES compile flag.
3201 * Source/cmake/WebKitFeatures.cmake:
3202 * Source/cmakeconfig.h.cmake:
3204 2014-06-26 Daniel Bates <dabates@apple.com>
3206 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
3207 https://bugs.webkit.org/show_bug.cgi?id=134309
3208 <rdar://problem/17427385>
3210 Reviewed by Darin Adler.
3212 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
3215 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
3217 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
3219 Remove build guard for progress element
3220 https://bugs.webkit.org/show_bug.cgi?id=134292
3222 Reviewed by Benjamin Poulain.
3224 The build flag is no longer needed as it is always on.
3226 * Source/cmake/WebKitFeatures.cmake:
3227 * Source/cmakeconfig.h.cmake:
3229 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
3231 [EFL] Platform support for WebSpeech feature.
3232 https://bugs.webkit.org/show_bug.cgi?id=116438
3234 Reviewed by Csaba Osztrogonác.
3236 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
3238 * Source/cmake/OptionsEfl.cmake:
3239 * Source/cmake/WebKitFeatures.cmake:
3241 2014-06-23 Philippe Normand <pnormand@igalia.com>
3243 Unreviewed, GTK build fix after r170266.
3245 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
3247 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3249 Disable gamepad feature on EFL and GTK ports by default
3250 https://bugs.webkit.org/show_bug.cgi?id=134169
3252 Reviewed by Brady Eidson.
3254 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
3256 2014-06-21 Brady Eidson <beidson@apple.com>
3258 Gamepad API - Deprecate the existing implementation
3259 https://bugs.webkit.org/show_bug.cgi?id=134108
3261 Reviewed by Timothy Hatcher.
3263 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
3264 -Add the "Deprecated" suffix to some implementation files
3266 * Source/cmake/OptionsEfl.cmake:
3267 * Source/cmake/OptionsGTK.cmake:
3268 * Source/cmake/WebKitFeatures.cmake:
3269 * Source/cmakeconfig.h.cmake:
3271 2014-06-21 Commit Queue <commit-queue@webkit.org>
3273 Unreviewed, rolling out r170244.
3274 https://bugs.webkit.org/show_bug.cgi?id=134157
3276 GTK/EFL bindings generator works differently, making this
3277 patch not work there. Will fix entire patch after a rollout.
3278 (Requested by bradee-oh on #webkit).
3282 "Gamepad API - Deprecate the existing implementation"
3283 https://bugs.webkit.org/show_bug.cgi?id=134108
3284 http://trac.webkit.org/changeset/170244
3286 2014-06-21 Brady Eidson <beidson@apple.com>
3288 Gamepad API - Deprecate the existing implementation
3289 https://bugs.webkit.org/show_bug.cgi?id=134108
3291 Reviewed by Timothy Hatcher.
3293 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
3294 -Add the "Deprecated" suffix to some implementation files
3296 * Source/cmake/OptionsEfl.cmake:
3297 * Source/cmake/OptionsGTK.cmake:
3298 * Source/cmake/WebKitFeatures.cmake:
3299 * Source/cmakeconfig.h.cmake:
3301 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3303 Removing PAGE_VISIBILITY_API compile guard.
3304 https://bugs.webkit.org/show_bug.cgi?id=133844
3306 Reviewed by Gavin Barraclough.
3308 * Source/cmake/OptionsEfl.cmake:
3309 * Source/cmake/OptionsGTK.cmake:
3310 * Source/cmake/WebKitFeatures.cmake:
3311 * Source/cmakeconfig.h.cmake:
3313 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
3315 [EFL][CMAKE] Disable WebKit1 build as a default
3316 https://bugs.webkit.org/show_bug.cgi?id=134093
3318 Reviewed by Gyuyoung Kim.
3320 Disable WebKit1 build and enable WebKit2 build for the EFL port.
3322 * Source/cmake/OptionsEfl.cmake:
3324 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3326 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
3327 https://bugs.webkit.org/show_bug.cgi?id=130389
3329 Reviewed by Mark Lam.
3331 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
3332 into !ENABLE(JIT) since they are mutually exclusive.
3334 * Source/cmake/OptionsEfl.cmake:
3335 * Source/cmake/OptionsGTK.cmake:
3336 * Source/cmake/WebKitFeatures.cmake:
3337 * Source/cmakeconfig.h.cmake:
3339 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
3341 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
3342 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
3343 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
3344 by the plugin process, but it is searched and utilized separately.
3346 Rubber-stamped by Carlos Garcia Campos.
3348 * Source/cmake/OptionsGTK.cmake:
3350 2014-06-16 Commit Queue <commit-queue@webkit.org>
3352 Unreviewed, rolling out r170003.
3353 https://bugs.webkit.org/show_bug.cgi?id=133938
3355 This patch broke GTK build (Requested by kczech on #webkit).
3359 "[EFL] Platform support for WebSpeech feature."
3360 https://bugs.webkit.org/show_bug.cgi?id=116438
3361 http://trac.webkit.org/changeset/170003
3363 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
3365 [EFL] Platform support for WebSpeech feature.
3366 https://bugs.webkit.org/show_bug.cgi?id=116438
3368 Reviewed by Gyuyoung Kim.
3370 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
3372 * Source/cmake/OptionsEfl.cmake:
3373 * Source/cmake/WebKitFeatures.cmake:
3375 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3377 [EFL] Remove duplicated compiler flag
3378 https://bugs.webkit.org/show_bug.cgi?id=133838
3380 Reviewed by Anders Carlsson.
3382 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
3383 it added to common compiler options. So, it is duplicated.
3385 * Source/cmake/WebKitHelpers.cmake:
3387 2014-06-11 Commit Queue <commit-queue@webkit.org>
3389 Unreviewed, rolling out r169877.
3390 https://bugs.webkit.org/show_bug.cgi?id=133784
3392 rollout wrong build fix approach for EFL port (Requested by
3393 gyuyoung on #webkit).
3397 "Unreviewed, EFL build fix since r169869."
3398 http://trac.webkit.org/changeset/169877
3400 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3402 Unreviewed, EFL build fix since r169869.
3404 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
3406 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
3408 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3410 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
3412 * Source/cmake/WebKitHelpers.cmake:
3414 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
3416 [GTK] Make it possible to build with FTL enabled
3417 https://bugs.webkit.org/show_bug.cgi?id=133219
3419 Reviewed by Philippe Normand.
3421 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
3423 * Source/cmake/OptionsGTK.cmake:
3425 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
3427 [CMake] Clean up FAST_MOBILE_SCROLLING
3428 https://bugs.webkit.org/show_bug.cgi?id=133342
3430 Reviewed by Gyuyoung Kim.
3432 FAST_MOBILE_SCROLLING was removed in r168726.
3434 * Source/cmake/OptionsEfl.cmake:
3435 * Source/cmake/OptionsGTK.cmake:
3436 * Source/cmake/WebKitFeatures.cmake:
3437 * Source/cmakeconfig.h.cmake:
3439 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3442 https://bugs.webkit.org/show_bug.cgi?id=132863
3444 Reviewed by Csaba Osztrogonác.
3446 * Source/cmake/OptionsEfl.cmake:
3447 * Source/cmake/OptionsGTK.cmake:
3448 * Source/cmake/WebKitFeatures.cmake:
3449 * Source/cmakeconfig.h.cmake:
3451 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
3453 Allow building CMake based ports with WEB_REPLAY
3454 https://bugs.webkit.org/show_bug.cgi?id=133154
3456 Reviewed by Csaba Osztrogonác.
3458 * Source/cmake/WebKitFeatures.cmake:
3459 * Source/cmakeconfig.h.cmake:
3461 2014-05-21 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
3463 [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled
3464 https://bugs.webkit.org/show_bug.cgi?id=132907
3466 Reviewed by Gyuyoung Kim.
3468 * Source/cmake/FindLIBCXXABI.cmake: Added.
3469 * Source/cmake/OptionsEfl.cmake:
3471 2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3473 [EFL] Turn on ENABLE_CSS_FILTERS
3474 https://bugs.webkit.org/show_bug.cgi?id=133153
3476 Reviewed by Gyuyoung Kim.
3478 * Source/cmake/OptionsEfl.cmake: Enable CSS_FILTERS as default option value.
3480 2014-05-16 Martin Robinson <mrobinson@igalia.com>
3482 [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and LIBEXEC_INSTALL_DIR
3483 https://bugs.webkit.org/show_bug.cgi?id=132819
3485 Reviewed by Carlos Garcia Campos.
3487 * CMakeLists.txt: Hard-code CMAKE_ARCHIVE_OUTPUT_DIRECTORY etc, so that we can accept absolute paths for LIB_INSTALL_DIR
3489 * Source/cmake/OptionsCommon.cmake: Get rid of LIB_SUFFIX and try to make all path variables absolute. Also set
3490 CMAKE_ARCHIVE_OUTPUT_DIRECTORY, etc using the last path component of LIB_INSTALL_DIR, etc, so that absolute paths
3492 * Source/cmake/OptionsGTK.cmake: Ditto. Also get rid of all pkg-config specific variables.
3494 2014-05-20 Gustavo Noronha Silva <gns@gnome.org>
3496 [CMake] Support building with Debug Fission
3497 https://bugs.webkit.org/show_bug.cgi?id=131177
3499 Reviewed by Philippe Normand.
3501 * Source/cmake/OptionsCommon.cmake: add a DEBUG_FISSION option to enable usage
3502 of http://gcc.gnu.org/wiki/DebugFission.
3504 2014-05-20 Carlos Garcia Campos <cgarcia@igalia.com>
3506 [GTK] Rename translation domain as WebKit2GTK-3.0
3507 https://bugs.webkit.org/show_bug.cgi?id=132953
3509 Reviewed by Gustavo Noronha Silva.
3511 * Source/cmake/OptionsGTK.cmake:
3513 2014-05-18 Rik Cabanier <cabanier@adobe.com>
3515 support for navigator.hardwareConcurrency
3516 https://bugs.webkit.org/show_bug.cgi?id=132588
3518 Reviewed by Filip Pizlo.
3520 * Source/cmake/OptionsEfl.cmake:
3521 * Source/cmake/OptionsGTK.cmake:
3522 * Source/cmake/WebKitFeatures.cmake:
3523 * Source/cmakeconfig.h.cmake:
3525 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3527 Remove CSS_STICKY_POSITION guards
3528 https://bugs.webkit.org/show_bug.cgi?id=132676
3530 Reviewed by Simon Fraser.
3532 * Source/cmake/OptionsEfl.cmake:
3533 * Source/cmake/OptionsGTK.cmake:
3534 * Source/cmake/WebKitFeatures.cmake:
3535 * Source/cmakeconfig.h.cmake:
3537 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
3539 Unreviewed. Bump version numbers.
3541 * Source/cmake/OptionsGTK.cmake:
3543 2014-05-10 Martin Robinson <mrobinson@igalia.com>
3545 [GTK][CMake] Unable to do make install
3546 https://bugs.webkit.org/show_bug.cgi?id=130188
3548 Reviewed by Carlos Garcia Campos.
3550 Only try to install the HTML documentation if the build is configured to generate it via
3551 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
3552 to keep the HTML documentation directory as an installation source.
3554 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
3555 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
3556 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
3557 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
3558 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
3560 2014-05-09 Anders Carlsson <andersca@apple.com>
3562 Rename WebKit2.framework to WebKit.framework
3563 https://bugs.webkit.org/show_bug.cgi?id=132743
3564 <rdar://problem/15920046>
3566 Reviewed by Dan Bernstein.
3569 Build WebKit.xcodeproj before WebKit2.xcodeproj.
3571 * WebKit.xcworkspace/xcshareddata/xcschemes/:
3574 2014-05-06 David Kilzer <ddkilzer@apple.com>
3576 Add Makefile targets for copying static libraries (LLVM and WKSI)
3577 <http://webkit.org/b/132619>
3579 Reviewed by Mark Rowe.
3582 (MODULES): Add WebKitLibraries.
3584 2014-05-06 Commit Queue <commit-queue@webkit.org>
3586 Unreviewed, rolling out r168304.
3587 https://bugs.webkit.org/show_bug.cgi?id=132607
3589 Broke the build (Requested by KaL on #webkit).
3593 "[GTK][CMake] Unable to do make install"
3594 https://bugs.webkit.org/show_bug.cgi?id=130188
3595 http://trac.webkit.org/changeset/168304
3597 2014-05-05 Martin Robinson <mrobinson@igalia.com>
3599 [GTK][CMake] Unable to do make install
3600 https://bugs.webkit.org/show_bug.cgi?id=130188
3602 Reviewed by Carlos Garcia Campos.
3604 Only try to install the HTML documentation if the build is configured to generate it via
3605 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
3606 to keep the HTML documentation directory as an installation source.
3608 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
3609 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
3610 never added to the default target, but will be triggered by build-webkit, so that
3611 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
3612 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
3614 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3616 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
3617 https://bugs.webkit.org/show_bug.cgi?id=132525
3619 Reviewed by Martin Robinson.
3621 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
3622 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
3623 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
3625 2014-05-01 David Kilzer <ddkilzer@apple.com>
3627 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
3628 <http://webkit.org/b/132432>
3630 Reviewed by Tim Horton.
3632 * Source/cmake/WebKitFeatures.cmake:
3633 * Source/cmakeconfig.h.cmake:
3634 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
3636 2014-04-30 Simon Fraser <simon.fraser@apple.com>
3638 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
3640 Reviewed by Dan Bernstein/Anders Carlsson.
3642 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3643 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3645 2014-04-30 Simon Fraser <simon.fraser@apple.com>
3647 Let Xcode have its way with the WebKit workspace.
3649 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3650 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3652 2014-04-29 Martin Robinson <mrobinson@igalia.com>
3654 [GTK] Make it easier to run CMake for downstreams
3655 https://bugs.webkit.org/show_bug.cgi?id=132370
3657 Reviewed by Carlos Garcia Campos.
3659 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
3661 2014-04-27 Joonghun Park <jh718.park@samsung.com>
3663 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
3664 https://bugs.webkit.org/show_bug.cgi?id=132176
3666 Reviewed by Gyuyoung Kim.
3668 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
3670 * Source/cmake/OptionsEfl.cmake:
3672 2014-04-22 Alex Christensen <achristensen@webkit.org>
3674 Removed old stdbool and inttypes headers.
3675 https://bugs.webkit.org/show_bug.cgi?id=131966
3677 Reviewed by Brent Fulgham.
3679 * Source/cmake/OptionsWindows.cmake:
3680 * Source/cmake/WebKitPackaging.cmake:
3681 Removed references to os-win32 directory.
3683 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
3685 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
3687 Rubber-stamped by Carlos Garcia Campos.
3689 * Source/cmake/WebKitFeatures.cmake:
3691 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
3693 Empty RenderInline objects should not be line break objects.
3695 https://bugs.webkit.org/show_bug.cgi?id=131861
3696 <rdar://problem/15663617>
3698 Reviewed by David Hyatt.
3700 * ManualTests/empty-inline-as-line-break-position.html: Added.
3701 This issue wouldn't reproduce in WebKitTestRunner.
3703 2014-04-19 Brent Fulgham <bfulgham@apple.com>
3705 Revert unintended workspace change in my last commit.
3707 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
3708 Scheme type back to Debug.
3710 2014-04-18 Philippe Normand <pnormand@igalia.com>
3712 Remove NETWORK_INFO support
3713 https://bugs.webkit.org/show_bug.cgi?id=131841
3715 Reviewed by Gyuyoung Kim.
3717 * Source/cmake/OptionsEfl.cmake:
3718 * Source/cmake/OptionsGTK.cmake:
3719 * Source/cmake/WebKitFeatures.cmake:
3720 * Source/cmakeconfig.h.cmake:
3722 2014-04-17 Darin Adler <darin@apple.com>
3724 Try to fix EFL and GTK builds.
3726 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
3727 * Source/cmake/OptionsGTK.cmake: Ditto.
3728 * Source/cmakeconfig.h.cmake: Ditto.
3730 2014-04-16 Brendan Long <b.long@cablelabs.com>
3732 [GTK][CMAKE] build-webkit doesn't detect when the build fails
3733 https://bugs.webkit.org/show_bug.cgi?id=130148
3735 Reviewed by Martin Robinson.
3737 * 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.
3739 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
3741 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
3742 https://bugs.webkit.org/show_bug.cgi?id=131725
3744 Reviewed by Philippe Normand.
3746 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
3747 instead of GTK_UNIX_PRINTING_FOUND and set the macro
3748 HAVE_GTK_UNIX_PRINTING to 1 when found.
3750 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
3752 Web Replay: memoize nondeterministic attributes of the Navigator interface
3753 https://bugs.webkit.org/show_bug.cgi?id=131340
3755 Reviewed by Timothy Hatcher.
3757 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
3759 2014-04-09 Brendan Long <b.long@cablelabs.com>
3761 [GStreamer] Expose MPEG-TS metadata
3762 https://bugs.webkit.org/show_bug.cgi?id=122001
3764 Reviewed by Eric Carlson.
3766 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
3767 * Source/cmake/OptionsEfl.cmake: Same.
3768 * Source/cmake/OptionsGTK.cmake: Same.
3770 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
3772 Web Replay: memoize nondeterministic attributes of the Screen interface
3773 https://bugs.webkit.org/show_bug.cgi?id=131339
3775 Reviewed by Timothy Hatcher.
3777 * ManualTests/inspector/replay-window-screen.html: Added.
3779 2014-04-08 Martin Robinson <mrobinson@igalia.com>
3781 [GTK] Remove the WebKitGTK+ WebKit 1 code
3782 https://bugs.webkit.org/show_bug.cgi?id=131399
3784 Reviewed by Anders Carlsson.
3786 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
3787 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
3789 2014-04-08 Dan Bernstein <mitz@apple.com>
3791 Added bmalloc to the WebKit workspace.
3792 https://bugs.webkit.org/show_bug.cgi?id=131362
3794 Reviewed by Geoff Garen.
3796 * WebKit.xcworkspace/contents.xcworkspacedata:
3797 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3798 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3800 2014-04-08 Geoffrey Garen <ggaren@apple.com>
3802 Build bmalloc on iOS too
3803 https://bugs.webkit.org/show_bug.cgi?id=131381
3805 Reviewed by Andreas Kling.
3807 * Source/Makefile: Build it.
3809 2014-04-07 Geoffrey Garen <ggaren@apple.com>
3811 Build bmalloc on Mac
3812 https://bugs.webkit.org/show_bug.cgi?id=131333
3814 Reviewed by Mark Rowe.
3817 * WebKitBuild: Added.
3818 * WebKitBuild/Debug: Added.
3820 2014-04-07 Ryuan Choi <ryuan.choi@samsung.com>
3822 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT
3823 https://bugs.webkit.org/show_bug.cgi?id=131257
3825 Reviewed by Gyuyoung Kim.
3827 * Source/cmake/OptionsEfl.cmake: Enable MEDIA_CONTROLS_SCRIPT
3829 2014-04-06 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3831 [GTK] Stop trying to install WebKit1 documentation
3832 https://bugs.webkit.org/show_bug.cgi?id=131278
3834 Reviewed by Martin Robinson.
3836 * Source/PlatformGTK.cmake: Remove install() call since the WebKit1 documentation is not
3837 built anymore since r166584. This fixes `make install'.
3839 2014-04-04 Brian J. Burg <burg@cs.washington.edu>
3841 Web Replay: capture and replay wheel events and scroll commands
3842 https://bugs.webkit.org/show_bug.cgi?id=129402
3844 Reviewed by Timothy Hatcher.
3846 * ManualTests/inspector/replay-wheel-events.html: Added.
3848 2014-04-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3850 [GTK][CMake] Remove FindXt.cmake.
3851 https://bugs.webkit.org/show_bug.cgi?id=131227
3853 Reviewed by Anders Carlsson.
3855 Xt is already detected by CMake's own FindX11.cmake, so there is no need to keep a custom FindXt.cmake around.
3857 * Source/cmake/FindXt.cmake: Removed.
3858 * Source/cmake/OptionsGTK.cmake:
3860 2014-04-04 Tamas Gergely <tgergely.u-szeged@partner.sams