1 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
3 Implement ECMAScript Internationalization API
4 https://bugs.webkit.org/show_bug.cgi?id=90906
6 Reviewed by Benjamin Poulain.
8 Begin implementing the Intl apis behind ENABLE_INTL flag.
9 Create the base Intl namespace object.
11 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
13 2015-06-30 Philippe Normand <pnormand@igalia.com>
15 [CMake] Error when gst-plugins-base is missing is too confusing
16 https://bugs.webkit.org/show_bug.cgi?id=145682
18 Reviewed by Carlos Garcia Campos.
20 * Source/cmake/OptionsGTK.cmake: Error out if the required
21 GStreamer libraries are not found on the host.
23 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
25 CairoGL should be checked unconditionally
26 https://bugs.webkit.org/show_bug.cgi?id=146390
28 Reviewed by Darin Adler.
30 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
31 it is run unconditionally; this is necessary because its result
32 is used later on, outside of any conditions.
34 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
36 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
37 https://bugs.webkit.org/show_bug.cgi?id=146318
39 Reviewed by Sergio Villar Senin.
41 Enable PUBLIC_SUFFIX_LIST for GTK+.
43 * Source/cmake/OptionsGTK.cmake:
45 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
47 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
49 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
51 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
53 [EFL] Hyphenation is not supported
54 https://bugs.webkit.org/show_bug.cgi?id=89830
56 Reviewed by Gyuyoung Kim.
58 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
60 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
62 [CMake] Add support for building with various sanitizer tools
63 https://bugs.webkit.org/show_bug.cgi?id=131941
65 Reviewed by Martin Robinson.
67 * Source/PlatformGTK.cmake: Don't generate any documentation
68 when compiling with sanitizers enabled.
69 * Source/cmake/OptionsCommon.cmake: Allow linking with
70 undefined symbols when compiling with sanitizers enabled.
72 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
74 libwebkit2gtk fails to link without opengl
75 https://bugs.webkit.org/show_bug.cgi?id=138332
77 Reviewed by Carlos Garcia Campos.
79 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
80 enabled regardless of whether OpenGL is, because certain symbols
81 such as WebCore::GraphicsLayer::create() need to be built.
83 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
85 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
86 https://bugs.webkit.org/show_bug.cgi?id=146181
88 Reviewed by Martin Robinson.
90 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
92 * Source/cmake/OptionsGTK.cmake:
94 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
96 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
97 https://bugs.webkit.org/show_bug.cgi?id=146171
99 Reviewed by Gyuyoung Kim.
101 * Source/cmake/OptionsEfl.cmake:
102 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
104 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
106 [CMake] FindGTK3.cmake should not modify the values of build options
107 https://bugs.webkit.org/show_bug.cgi?id=144613
109 Reviewed by Martin Robinson.
111 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
112 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
113 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
114 GTK3_SUPPORTS_GESTURES for consistency.
115 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
116 available. It's not possible to automatically select a backend correctly anymore, since all
117 options are set at the same time.
119 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
121 Remove unnecessary svn:executable flags
122 https://bugs.webkit.org/show_bug.cgi?id=146107
124 Reviewed by Alexey Proskuryakov.
126 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
127 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
128 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
129 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
130 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
132 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
134 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
135 https://bugs.webkit.org/show_bug.cgi?id=146108
137 Reviewed by Gyuyoung Kim.
139 * Source/cmake/OptionsEfl.cmake:
141 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
143 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
144 https://bugs.webkit.org/show_bug.cgi?id=146035
146 Reviewed by Gyuyoung Kim.
148 * Source/cmake/OptionsEfl.cmake:
150 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
152 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
153 https://bugs.webkit.org/show_bug.cgi?id=145701
155 Reviewed by Darin Adler.
157 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
159 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
161 [iOS] Crash long pressing on <input type=file>
162 https://bugs.webkit.org/show_bug.cgi?id=146009
163 <rdar://problem/21234453>
165 Reviewed by Ryosuke Niwa.
167 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
169 2015-06-16 Brent Fulgham <bfulgham@apple.com>
171 Rollout accidental Xcode project change.
173 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
175 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
177 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
178 https://bugs.webkit.org/show_bug.cgi?id=145909
180 Reviewed by Csaba Osztrogonác.
182 Bump EWebKit version based on efl library version used by the EWebKit.
184 * Source/cmake/OptionsEfl.cmake:
186 2015-06-11 Commit Queue <commit-queue@webkit.org>
188 Unreviewed, rolling out r185453.
189 https://bugs.webkit.org/show_bug.cgi?id=145881
191 it broke the 32-bit build (Requested by clopez on #webkit).
195 "[GTK] [Wayland] Should be possible to build with support for
196 both X11 and Wayland."
197 https://bugs.webkit.org/show_bug.cgi?id=145701
198 http://trac.webkit.org/changeset/185453
200 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
202 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
203 https://bugs.webkit.org/show_bug.cgi?id=145701
205 Reviewed by Žan Doberšek.
207 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
209 2015-06-03 Daniel Bates <dabates@apple.com>
211 Caps lock indicator should not be shown in read-only or disabled field
212 https://bugs.webkit.org/show_bug.cgi?id=145612
213 <rdar://problem/21227454>
215 Reviewed by Darin Adler.
217 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
218 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
219 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
221 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
223 [cmake] Suppress parentheses-equality warnings
224 https://bugs.webkit.org/show_bug.cgi?id=145126
226 Reviewed by Darin Adler.
228 * Source/cmake/WebKitHelpers.cmake:
230 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
232 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
233 https://bugs.webkit.org/show_bug.cgi?id=145408
235 Reviewed by Carlos Garcia Campos.
237 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
238 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
239 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
241 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
242 libraries. Detect also GLX libraries.
243 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
244 libraries. Use find_path() to get the include path.
245 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
247 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
248 depending on the libraries found on the system.
249 Move the detection of GLX (and the include of CMakePushCheckState)
251 Ensure that we only define USE_GLX when we build with OpenGL
252 (but not with GLESv2).
254 2015-05-27 Dean Jackson <dino@apple.com>
256 img.currentSrc problem in strict mode with old picturefill
257 https://bugs.webkit.org/show_bug.cgi?id=144095
258 <rdar://problem/21087013>
260 Reviewed by Simon Fraser.
262 Add a PICTURE_SIZES flag.
264 * Source/cmake/OptionsEfl.cmake:
265 * Source/cmake/OptionsGTK.cmake:
266 * Source/cmake/OptionsMac.cmake:
267 * Source/cmake/OptionsWindows.cmake:
268 * Source/cmake/WebKitFeatures.cmake:
270 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
272 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
274 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
276 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
278 Unreviewed. Export DatabaseProcessMainUnix symbol.
280 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
281 is exported in production builds.
283 * Source/cmake/gtksymbols.filter:
285 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
287 [GTK] Enable IndexedDB
288 https://bugs.webkit.org/show_bug.cgi?id=98932
290 Reviewed by Žan Doberšek.
292 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
293 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
295 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
297 [GTK] Bump GCC requirements to 4.9.0
298 https://bugs.webkit.org/show_bug.cgi?id=145211
300 Reviewed by Žan Doberšek.
302 It's required to build with IndexedDB support when using GCC,
303 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
305 * Source/cmake/OptionsGTK.cmake:
307 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
309 [CMake] Ignore warnings in system headers
310 https://bugs.webkit.org/show_bug.cgi?id=144747
312 Reviewed by Darin Adler.
314 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
315 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
316 use the SYSTEM argument to the command (added in 2.8.12).
320 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
322 [CMake] Error out when ruby is too old
323 https://bugs.webkit.org/show_bug.cgi?id=145014
325 Reviewed by Martin Robinson.
327 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
332 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
334 [GTK] Enable plugin-related CMake options and variables for the X11 target only
335 https://bugs.webkit.org/show_bug.cgi?id=144995
337 Reviewed by Carlos Garcia Campos.
339 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
340 the X11 windowing target at the moment, so the following options
341 and variables should be enabled or disabled accordingly:
342 - ENABLE_PLUGIN_PROCESS_GTK2
343 - ENABLE_NETSCAPE_PLUGIN_API
344 - ENABLE_PLUGIN_PROCESS
346 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
348 Linker fails without -DDEVELOPER_MODE=ON
349 https://bugs.webkit.org/show_bug.cgi?id=144117
351 Reviewed by Gyuyoung Kim.
353 * Source/cmake/OptionsEfl.cmake:
354 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
355 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
357 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
359 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
360 https://bugs.webkit.org/show_bug.cgi?id=144846
362 Reviewed by Martin Robinson.
364 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
365 CAIRO_GL_* throughout, because find_package will define
367 * Source/cmake/OptionsGTK.cmake: Ditto.
369 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
371 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
372 https://bugs.webkit.org/show_bug.cgi?id=144845
374 Reviewed by Martin Robinson.
376 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
377 if their corresponding WTF options are ON. The code in npapi.h
378 relies on these being undefined if they are to be switched off.
380 2015-05-09 Yoav Weiss <yoav@yoav.ws>
382 Remove the PICTURE_SIZES build flag
383 https://bugs.webkit.org/show_bug.cgi?id=144679
385 Reviewed by Benjamin Poulain.
387 Removed the PICTURE_SIZES build time flag.
389 * Source/cmake/OptionsEfl.cmake:
390 * Source/cmake/OptionsGTK.cmake:
391 * Source/cmake/OptionsMac.cmake:
392 * Source/cmake/OptionsWindows.cmake:
393 * Source/cmake/WebKitFeatures.cmake:
395 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
397 [GTK] [CMake] Check for required X libraries
398 https://bugs.webkit.org/show_bug.cgi?id=144823
400 Reviewed by Martin Robinson.
402 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
404 * Source/cmake/OptionsGTK.cmake:
406 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
408 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
409 https://bugs.webkit.org/show_bug.cgi?id=144746
411 Reviewed by Carlos Garcia Campos.
413 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
414 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
415 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
417 * Source/cmake/OptionsGTK.cmake:
419 2015-05-08 Daniel Bates <dabates@apple.com>
421 [iOS] WebSQL operations are not performed after device is locked
422 https://bugs.webkit.org/show_bug.cgi?id=137503
423 <rdar://problem/20844952>
425 Rubber-stamped by Alexey Proskuryakov.
427 Add a manual test to help verify that we do not regress this issue.
429 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
431 2015-05-08 Commit Queue <commit-queue@webkit.org>
433 Unreviewed, rolling out r183945.
434 https://bugs.webkit.org/show_bug.cgi?id=144789
436 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
440 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
441 https://bugs.webkit.org/show_bug.cgi?id=144746
442 http://trac.webkit.org/changeset/183945
444 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
446 Cleanup after r183940
447 https://bugs.webkit.org/show_bug.cgi?id=144768
451 Looks like the empty directories were not deleted.
453 * Source/PAL: Removed.
454 * Source/PAL/Configurations: Removed.
455 * Source/PAL/PAL.xcodeproj: Removed.
456 * Source/PAL/graphics: Removed.
458 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
460 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
461 https://bugs.webkit.org/show_bug.cgi?id=144746
463 Reviewed by Martin Robinson.
465 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
466 what it is defined to, so defining it to 0 effectively turned it on always.
468 * Source/cmake/OptionsGTK.cmake:
470 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
472 Revert "Introducing the Platform Abstraction Layer (PAL)"
473 https://bugs.webkit.org/show_bug.cgi?id=144751
477 PAL should be a new target inside WebCore, rather than a top-level folder.
479 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
481 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
483 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
485 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
487 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
489 Introducing the Platform Abstraction Layer (PAL)
490 https://bugs.webkit.org/show_bug.cgi?id=143358
492 Reviewed by Simon Fraser.
494 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
496 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
498 [cmake] Disable GNU Gold linker on Cortex A53
499 https://bugs.webkit.org/show_bug.cgi?id=144382
501 Reviewed by Carlos Garcia Campos.
503 * Source/cmake/OptionsCommon.cmake:
505 2015-05-01 Martin Robinson <mrobinson@igalia.com>
507 USE(...) macro should expect unprefixed variables
508 https://bugs.webkit.org/show_bug.cgi?id=144454
510 Reviewed by Daniel Bates.
512 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
513 * Source/cmake/OptionsEfl.cmake: Ditto.
514 * Source/cmake/OptionsGTK.cmake: Ditto.
515 * Source/cmake/OptionsMac.cmake: Ditto.
516 * Source/cmake/OptionsWinCairo.cmake: Ditto.
517 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
520 2015-04-30 Martin Robinson <mrobinson@igalia.com>
522 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
523 https://bugs.webkit.org/show_bug.cgi?id=144394
525 Reviewed by Carlos Garcia Campos.
527 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
528 is that it fixes the redirected XComposite window for GTK+, which was accidentally
529 disabled in previous reworking of the CMake configuration.
531 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
532 version of USE variables.
533 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
534 is exposed to the build.
536 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
538 Unreviewed. Bump GTK+ version numbers.
540 * Source/cmake/OptionsGTK.cmake:
542 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
544 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
545 https://bugs.webkit.org/show_bug.cgi?id=144435
547 Reviewed by Gyuyoung Kim.
549 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
550 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
552 * Source/cmake/OptionsEfl.cmake:
554 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
556 REGRESSION(183583): [Mac] make without SDKROOT has issues
557 https://bugs.webkit.org/show_bug.cgi?id=144431
559 Reviewed by Dan Bernstein.
562 Assume an empty SDKROOT means an macosx variant, so only
563 enable settings if the SDKROOT is not empty and does not
566 2015-04-29 Martin Robinson <mrobinson@igalia.com>
568 Fix the GTK+ build after r183584
570 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
572 2015-04-29 Martin Robinson <mrobinson@igalia.com>
574 [GTK] Add support for automatic hyphenation
575 https://bugs.webkit.org/show_bug.cgi?id=44478
577 Reviewed by Carlos Garcia Campos.
579 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
580 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
581 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
583 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
585 Failure when building WebKit for appletvsimulator.
586 https://bugs.webkit.org/show_bug.cgi?id=144356
588 Reviewed by Alexey Proskuryakov.
590 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
591 make TVOS and WatchOS behave correctly.
595 2015-04-29 Martin Robinson <mrobinson@igalia.com>
597 [CMake] [GTK] Organize and clean up unused CMake variables
598 https://bugs.webkit.org/show_bug.cgi?id=144364
600 Reviewed by Gyuyoung Kim.
602 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
603 specific to certain projects into their PlatformGTK.cmake files.
605 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
607 [EFL] Build failure to find gio-unix
608 https://bugs.webkit.org/show_bug.cgi?id=144083
610 Reviewed by Gyuyoung Kim.
612 Original patch by Doug Newgard <scimma22@outlook.com>
614 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
616 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
618 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
619 https://bugs.webkit.org/show_bug.cgi?id=143001
621 Reviewed by Gyuyoung Kim.
623 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
624 * Source/cmake/OptionsGTK.cmake: Ditto.
626 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
628 Unreviewed, fix typo in previous commit
630 libsecretr -> libsecret in the error message.
632 * Source/cmake/OptionsGTK.cmake:
634 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
636 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
637 https://bugs.webkit.org/show_bug.cgi?id=143546
639 Reviewed by Martin Robinson.
641 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
642 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
643 default. Fail the build with an informative error message if an optional dependency required
644 for an enabled feature is not present. Perform find_package commands only when necessary.
645 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
648 * Source/cmake/OptionsGTK.cmake:
650 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
652 [GTK] Make all options actually options
653 https://bugs.webkit.org/show_bug.cgi?id=144106
655 Reviewed by Martin Robinson.
657 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
658 ENABLE_WAYLAND_TARGET.
660 * Source/cmake/OptionsGTK.cmake:
662 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
664 Unreviewed, fix GTK build after r183452
666 * Source/cmake/OptionsGTK.cmake:
668 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
670 [GTK] Add one single option to control all OpenGL-related options
671 https://bugs.webkit.org/show_bug.cgi?id=144105
673 Reviewed by Martin Robinson.
675 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
676 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
677 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
678 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
679 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
682 * Source/cmake/OptionsGTK.cmake:
684 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
686 [GTK] ENABLE_SMOOTH_SCROLLING should be private
687 https://bugs.webkit.org/show_bug.cgi?id=144306
689 Reviewed by Martin Robinson.
691 Make ENABLE_SMOOTH_SCROLLING private instead of public.
693 * Source/cmake/OptionsGTK.cmake:
695 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
697 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
698 https://bugs.webkit.org/show_bug.cgi?id=144193
700 Reviewed by Darin Adler.
702 * Source/cmake/OptionsEfl.cmake:
703 * Source/cmake/OptionsGTK.cmake:
704 * Source/cmake/OptionsWinCairo.cmake:
705 * Source/cmake/WebKitFeatures.cmake:
707 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
709 [CMake] Should be possible for an option to conflict with other options
710 https://bugs.webkit.org/show_bug.cgi?id=143956
712 Reviewed by Martin Robinson.
714 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
716 * Source/cmake/WebKitFeatures.cmake:
718 2015-04-22 Martin Robinson <mrobinson@igalia.com>
720 [CMake] Autogenerate cmakeconfig.h.cmake
721 https://bugs.webkit.org/show_bug.cgi?id=143997
723 Reviewed by Csaba Osztrogonác.
725 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
726 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
727 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
728 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
729 Do some other miscellaneous related cleanup.
730 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
731 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
732 build exposed variables. Add a macro to generate a configuration from them.
733 * Source/cmakeconfig.h.cmake: Removed.
735 2015-04-24 Philippe Normand <pnormand@igalia.com>
737 [JHBuild] Move to upstream OpenWebRTC
738 https://bugs.webkit.org/show_bug.cgi?id=144145
740 Reviewed by Carlos Garcia Campos.
742 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
745 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
747 [ES6] Implement ES6 template literals
748 https://bugs.webkit.org/show_bug.cgi?id=142691
750 Reviewed by Darin Adler.
752 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
754 * Source/cmake/WebKitFeatures.cmake:
755 * Source/cmakeconfig.h.cmake:
757 2015-04-25 Martin Robinson <mrobinson@igalia.com>
759 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
760 https://bugs.webkit.org/show_bug.cgi?id=144182
762 Reviewed by Simon Fraser.
764 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
765 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
766 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
767 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
768 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
770 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
772 [GTK] Add more public options
773 https://bugs.webkit.org/show_bug.cgi?id=144116
775 Reviewed by Martin Robinson.
777 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
779 * Source/cmake/OptionsGTK.cmake:
781 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
783 [CMake] Some internal variables are not marked as advanced
784 https://bugs.webkit.org/show_bug.cgi?id=143595
786 Reviewed by Martin Robinson.
788 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
789 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
791 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
793 [GTK] Mark as advanced the build options we don't want to expose
794 https://bugs.webkit.org/show_bug.cgi?id=143558
796 Reviewed by Martin Robinson.
798 Mark various options as private instead of public.
800 * Source/cmake/OptionsGTK.cmake:
802 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
804 [CMake] Should be possible for an option to depend on multiple options
805 https://bugs.webkit.org/show_bug.cgi?id=143839
807 Reviewed by Martin Robinson.
809 Use a list instead of a single variable to track the dependencies of each option. Iterate
810 over the list as many times as necessary to ensure all options are properly disabled.
812 * Source/cmake/WebKitFeatures.cmake:
814 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
816 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
817 https://bugs.webkit.org/show_bug.cgi?id=144103
819 Reviewed by Martin Robinson.
821 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
823 * Source/cmake/WebKitFeatures.cmake:
825 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
827 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
828 https://bugs.webkit.org/show_bug.cgi?id=144102
830 Reviewed by Martin Robinson.
832 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
833 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
834 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
836 * Source/cmake/OptionsGTK.cmake:
838 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
840 [CMake] Clean up JSC JIT options
841 https://bugs.webkit.org/show_bug.cgi?id=143998
843 Reviewed by Filip Pizlo.
845 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
846 define for ENABLE_FTL_NATIVE_CALL_INLINING.
847 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
848 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
849 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
850 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
852 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
854 [CMake] Use lowercase for local variables in macros
855 https://bugs.webkit.org/show_bug.cgi?id=144059
857 Reviewed by Martin Robinson.
859 Convert some variable names to lowercase.
861 * Source/cmake/WebKitFeatures.cmake:
863 2015-04-22 Commit Queue <commit-queue@webkit.org>
865 Unreviewed, rolling out r183116.
866 https://bugs.webkit.org/show_bug.cgi?id=144060
868 Inadvertently deleted a file... (Requested by mcatanzaro on
873 "[CMake] Use lowercase for local variables in macros"
874 https://bugs.webkit.org/show_bug.cgi?id=144059
875 http://trac.webkit.org/changeset/183116
877 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
879 [CMake] Use lowercase for local variables in macros
880 https://bugs.webkit.org/show_bug.cgi?id=144059
882 Reviewed by Martin Robinson.
884 Convert some variable names to lowercase.
886 * Source/cmake/WebKitFeatures.cmake:
888 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
890 [CMake] Features list should print dots every other row
891 https://bugs.webkit.org/show_bug.cgi?id=143832
893 Reviewed by Martin Robinson.
895 Discount private options when determining whether to print dots on a given row of the
896 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
897 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
898 wasn't noticed because it only affects the first line, and use of the variable name as a
899 string in a conditional.)
901 * Source/cmake/WebKitFeatures.cmake:
903 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
905 [CMake] Require specifying visibility of WebKit options
906 https://bugs.webkit.org/show_bug.cgi?id=143831
908 Reviewed by Alex Christensen.
910 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
911 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
912 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
913 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
914 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
915 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
916 cross-platform options as PRIVATE.
918 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
920 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
921 https://bugs.webkit.org/show_bug.cgi?id=143935
923 Reviewed by Darin Adler.
925 Some variables aren't defined in these files or unused variables aren't removed. This
926 patch cleans up it as well as fix wrong alphabet order.
928 * Source/cmake/WebKitFeatures.cmake:
929 * Source/cmakeconfig.h.cmake:
931 2015-04-19 Simon Fraser <simon.fraser@apple.com>
933 Restore the WebKit.xcworkspace to the way it was before r182899,
934 which inadvertently added the Source directory and a couple of source
937 * WebKit.xcworkspace/contents.xcworkspacedata:
939 2015-04-16 Basile Clement <basile_clement@apple.com>
941 Extract the allocation profile from JSFunction into a rare object
942 https://bugs.webkit.org/show_bug.cgi?id=143807
944 Reviewed by Filip Pizlo.
946 * WebKit.xcworkspace/contents.xcworkspacedata:
948 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
950 [EFL] Bump LLVM to version 3.6.0 on X86_64
951 https://bugs.webkit.org/show_bug.cgi?id=143604
953 Reviewed by Gyuyoung Kim.
955 * Source/cmake/FindLLVM.cmake: Added version handling.
956 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
958 2015-04-15 Timothy Horton <timothy_horton@apple.com>
960 Custom CSS cursors do not use -webkit-image-set on retina displays
961 https://bugs.webkit.org/show_bug.cgi?id=120783
963 Reviewed by Beth Dakin.
964 Patch by Evan Wallace <evan.exe@gmail.com>.
966 Add a manual test for custom CSS cursors on retina displays.
968 * ManualTests/retina-cursors.html: Added.
970 2015-04-15 Alex Christensen <achristensen@webkit.org>
972 Progress towards CMake on Mac.
973 https://bugs.webkit.org/show_bug.cgi?id=143785
975 Reviewed by Csaba Osztrogonác.
978 * Source/cmake/OptionsMac.cmake:
979 * Source/cmake/WebKitFS.cmake:
981 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
983 Cannot click "Next" button on Google two-factor auth setup page
985 <https://bugs.webkit.org/show_bug.cgi?id=143624>
986 <rdar://problem/19175714>
988 Reviewed by Darin Adler.
990 * ManualTests/button-that-focuses-itself-on-click.html: Added.
992 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
994 [cmake] REGRESSION(182663): It broke feature dependency handling
995 https://bugs.webkit.org/show_bug.cgi?id=143665
997 Reviewed by Csaba Osztrogonác.
999 Don't try to check the value of options before defining the options.
1001 * Source/cmake/WebKitFeatures.cmake:
1003 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
1005 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
1006 https://bugs.webkit.org/show_bug.cgi?id=143664
1008 Reviewed by Gyuyoung Kim.
1010 * Source/cmake/OptionsEfl.cmake:
1011 * Source/cmake/OptionsGTK.cmake:
1012 * Source/cmake/WebKitFeatures.cmake:
1013 * Source/cmakeconfig.h.cmake:
1015 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1017 [EFL] Enable Media Source
1018 https://bugs.webkit.org/show_bug.cgi?id=143635
1020 Reviewed by Csaba Osztrogonác.
1022 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
1024 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1026 [CMake] Miscellaneous issues in WebKitFeatures.cmake
1027 https://bugs.webkit.org/show_bug.cgi?id=143636
1029 Reviewed by Martin Robinson.
1031 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
1032 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
1034 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
1035 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
1037 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
1039 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
1041 Fix ENABLE_TOUCH_SLIDER so that it can be used
1045 * Source/cmake/WebKitFeatures.cmake:
1047 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1049 [CMake] Print sorted feature list at the very end of the configure process
1050 https://bugs.webkit.org/show_bug.cgi?id=143596
1052 Reviewed by Martin Robinson.
1054 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
1055 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
1056 and sort the options before printing. Reorder some code so that features still get
1057 propagated to the bindings generators.
1059 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
1061 [CMake] Options should be marked as advanced by default
1062 https://bugs.webkit.org/show_bug.cgi?id=143572
1064 Reviewed by Gyuyoung Kim.
1066 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
1067 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
1068 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
1069 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
1070 option without making it public.
1072 * Source/cmake/WebKitFeatures.cmake:
1074 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1076 [CMake] Remove unnecessary ENABLE_WEBCORE switch
1077 https://bugs.webkit.org/show_bug.cgi?id=143584
1079 Reviewed by Csaba Osztrogonác.
1081 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
1085 * Source/CMakeLists.txt:
1086 * Source/cmake/OptionsGTK.cmake:
1087 * Source/cmake/WebKitFS.cmake:
1089 2015-04-08 Filip Pizlo <fpizlo@apple.com>
1091 Unreviewed, revert accidental commit.
1095 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
1097 Add CMake build system for WinCairo port.
1098 https://bugs.webkit.org/show_bug.cgi?id=115944
1100 Reviewed by Chris Dumez.
1102 * Source/cmake/OptionsWindows.cmake:
1103 * Source/cmake/WebKitMacros.cmake:
1104 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1106 2015-04-06 Alberto Garcia <berto@igalia.com>
1108 [GTK] Fix HPPA build
1109 https://bugs.webkit.org/show_bug.cgi?id=143453
1111 Reviewed by Darin Adler.
1113 Add HPPA to the list of supported CPUs.
1117 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
1119 Unreviewed, kick the GTK bots to fix an incremental build issue.
1121 * Source/cmake/OptionsGTK.cmake:
1123 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
1125 Fix the EFL and GTK build after r182243
1126 https://bugs.webkit.org/show_bug.cgi?id=143361
1128 Reviewed by Csaba Osztrogonác.
1130 * Source/PlatformEfl.cmake: Add a custom command that copies
1131 the InspectorBackendCommands.js file into the proper directory
1132 under DerivedSources/WebInspectorUI/.
1134 2015-04-01 Alex Christensen <achristensen@webkit.org>
1136 Progress towards CMake on Windows and Mac.
1137 https://bugs.webkit.org/show_bug.cgi?id=143293
1139 Reviewed by Filip Pizlo.
1142 Set DERIVED_SOURCES_WTF_DIR for Windows.
1143 * Source/CMakeLists.txt:
1144 Don't compile bmalloc on Windows.
1145 * Source/cmake/OptionsCommon.cmake:
1146 Use the absolute path of the C preprocessor.
1147 * Source/cmake/OptionsWinCairo.cmake:
1148 Added needed definitions.
1149 * Source/cmake/OptionsWindows.cmake:
1150 Set some default values and removed support for old Visual Studio versions before /MP.
1151 * Source/cmake/WebKitFS.cmake:
1152 Make WTF DerivedSources directory.
1153 * Source/cmake/WebKitMacros.cmake:
1154 Added ADD_PRECOMPILED_HEADER macro based on
1155 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1157 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
1159 Use colored diagnostics when building with cmake + ninja + clang
1160 https://bugs.webkit.org/show_bug.cgi?id=143297
1162 Reviewed by Žan Doberšek.
1164 Because that ninja sets subprocess stdout/stderr to a pipe, clang
1165 disables colored output.
1166 This patch forces clang to use colored diagnostics when we are using
1169 * Source/cmake/OptionsCommon.cmake:
1171 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1173 [CMake] Update old CMakeList.txt in gtest
1174 https://bugs.webkit.org/show_bug.cgi?id=143192
1176 Reviewed by Darin Adler.
1178 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
1179 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
1180 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
1182 * Source/CMakeLists.txt:
1183 * Source/cmake/gtest/CMakeLists.txt: Removed.
1185 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1187 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
1188 https://bugs.webkit.org/show_bug.cgi?id=143138
1190 Reviewed by Csaba Osztrogonác.
1192 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
1193 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
1195 * Source/cmake/OptionsWindows.cmake:
1196 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
1197 * Source/cmake/WebKitMacros.cmake:
1199 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1201 [GStreamer] share GL context in pipeline, part 2
1202 https://bugs.webkit.org/show_bug.cgi?id=143049
1204 Reviewed by Carlos Garcia Campos.
1206 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
1207 OpenGL/ES2 is found and GLX/EGL is found too.
1209 2015-03-26 Alex Christensen <achristensen@webkit.org>
1211 Progress towards CMake on Mac.
1212 https://bugs.webkit.org/show_bug.cgi?id=143112
1214 Reviewed by Chris Dumez.
1216 * Source/cmake/OptionsMac.cmake:
1218 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
1220 [EFL] Add OpenWebRTC in jhbuild
1221 https://bugs.webkit.org/show_bug.cgi?id=142778
1223 Reviewed by Gyuyoung Kim.
1225 Original patch by Philippe Normand <pnormand@igalia.com>
1227 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
1228 mediastream build is enabled.
1230 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
1232 [GTK] Add a configure option to build without Redirected XComposite Window
1233 https://bugs.webkit.org/show_bug.cgi?id=142865
1235 Reviewed by Žan Doberšek.
1237 The Redirected XComposite Window was added to support some
1238 features like GtkOverlay, but in cases where we don't need such
1239 features, it's more efficient to use the XID of the WebKitWebView
1240 window as the native surface handle for the accelerated
1241 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
1242 that is enabled by default for X11 target when OpenGL is enabled.
1244 * Source/cmake/OptionsGTK.cmake:
1246 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
1248 [GTK] Search for the Wayland dependency when enabling Wayland target
1249 https://bugs.webkit.org/show_bug.cgi?id=142876
1251 Reviewed by Carlos Garcia Campos.
1253 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
1254 requirement of either the GTK+ or GDK pkg-config files, so we have to
1255 search for it ourselves when WebKitGTK+ has been configured to support
1256 the Wayland windowing target.
1258 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1260 Unreviewed, kick the GTK bots to regenerate makefile.
1261 https://bugs.webkit.org/show_bug.cgi?id=137394
1263 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
1264 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
1266 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1268 Unreviewed, kick the GTK bots to regenerate makefile.
1269 https://bugs.webkit.org/show_bug.cgi?id=137394
1271 * Source/cmake/OptionsEfl.cmake:
1273 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
1275 [GTK] Fix inspector userinterface related incremental build issue
1276 https://bugs.webkit.org/show_bug.cgi?id=142849
1278 Reviewed by Carlos Garcia Campos.
1280 * Source/cmake/OptionsGTK.cmake: Revert r181733.
1282 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
1284 Unreviewed, kick the GTK bots to regenerate makefile.
1286 * Source/cmake/OptionsGTK.cmake:
1288 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
1290 [EFL] Expose JavaScript binding interface through ewk_extension
1291 https://bugs.webkit.org/show_bug.cgi?id=142033
1293 Reviewed by Gyuyoung Kim.
1295 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
1297 2015-03-17 Philippe Normand <pnormand@igalia.com>
1299 [GTK] basic OpenWebRTC build support
1300 https://bugs.webkit.org/show_bug.cgi?id=142393
1302 Reviewed by Carlos Garcia Campos.
1304 * Source/cmake/FindOpenWebRTC.cmake: Added.
1305 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
1306 mediastream build is enabled.
1308 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1310 [CMake][EFL] Build test tools only for developer mode
1311 https://bugs.webkit.org/show_bug.cgi?id=142761
1313 Reviewed by Csaba Osztrogonác.
1315 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
1317 * Source/cmake/OptionsEfl.cmake:
1318 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
1319 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
1320 * Source/cmakeconfig.h.cmake:
1322 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
1324 Enable ES6 classes by default
1325 https://bugs.webkit.org/show_bug.cgi?id=142774
1327 Reviewed by Gavin Barraclough.
1329 * Source/cmake/WebKitFeatures.cmake:
1331 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1333 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
1334 https://bugs.webkit.org/show_bug.cgi?id=142722
1336 Reviewed by Csaba Osztrogonác.
1338 Categorize to define cmake variables, to find necessary packages,
1339 use upper case for "glib_conponents" cmake variable name, re-arrange
1340 wrong alphabet sorting, and so on.
1342 * CMakeLists.txt: Remove WinCE port.
1343 * Source/cmake/OptionsEfl.cmake:
1345 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1347 [GStreamer] share GL context in pipeline
1348 https://bugs.webkit.org/show_bug.cgi?id=142693
1350 Reviewed by Philippe Normand.
1352 Add search of gstreamer-gl library in the GStreamer installation. If
1353 it is found, WTF_USE_GSTREAMER_GL macro is defined.
1355 * Source/cmake/FindGStreamer.cmake:
1356 * Source/cmake/OptionsGTK.cmake:
1358 2015-03-13 Alex Christensen <achristensen@webkit.org>
1360 Progress towards CMake on Mac.
1361 https://bugs.webkit.org/show_bug.cgi?id=142680
1363 Reviewed by Gyuyoung Kim.
1366 * Source/PlatformMac.cmake: Added stub.
1367 * Source/cmake/OptionsMac.cmake:
1368 Change defines to get CMake working.
1370 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1372 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
1373 https://bugs.webkit.org/show_bug.cgi?id=126688
1375 Reviewed by Gustavo Noronha Silva.
1377 Add ENABLE_MINIBROWSER option, enabled by default for development
1378 builds and disabled for production builds unless explicilty enabled.
1380 * Source/cmake/OptionsGTK.cmake:
1382 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1384 [GTK] Do not look for child processes in the UI process binary path
1385 https://bugs.webkit.org/show_bug.cgi?id=135752
1387 Reviewed by Gustavo Noronha Silva.
1389 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
1390 build for development builds.
1392 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
1394 [GTK] Add a configure option to build with OpenGL ES 2
1395 https://bugs.webkit.org/show_bug.cgi?id=142498
1397 Reviewed by Martin Robinson.
1399 Add ENABLE_GLES2 option. It's disabled by default, but if passed
1400 GLES2 is required and OpenGL is not even searched. Otherwise we
1401 search for OpenGL as usual, using it only if present.
1403 * Source/cmake/OptionsGTK.cmake:
1405 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
1407 [cmake] Handle unused parameter warnings as build errors except in WebKit2
1408 https://bugs.webkit.org/show_bug.cgi?id=142338
1410 Reviewed by Gyuyoung Kim.
1412 * Source/cmake/WebKitHelpers.cmake:
1414 2015-03-03 Daniel Bates <dabates@apple.com>
1416 Convert ManualTests/svg-tooltip.svg to a DRT test
1417 https://bugs.webkit.org/show_bug.cgi?id=140480
1419 Reviewed by Alex Christensen.
1421 * ManualTests/svg-tooltip.svg: Removed.
1423 2015-03-02 Debarshi Ray <debarshir@gnome.org>
1425 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
1426 https://bugs.webkit.org/show_bug.cgi?id=142165
1428 Reviewed by Carlos Garcia Campos.
1430 * Source/cmake/gtksymbols.filter:
1432 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
1434 [EFL] Remove unnecessary comment after r179110
1435 https://bugs.webkit.org/show_bug.cgi?id=142042
1437 Reviewed by Gyuyoung Kim.
1439 * Source/cmake/OptionsEfl.cmake:
1441 2015-02-23 Tomas Popela <tpopela@redhat.com>
1443 [GTK] Fails to compile with cmake 3.2.x
1444 https://bugs.webkit.org/show_bug.cgi?id=141796
1446 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
1447 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
1448 added and the build will fail.
1450 Reviewed by Martin Robinson.
1452 * Source/cmake/OptionsGTK.cmake:
1454 2015-02-20 Alexey Proskuryakov <ap@apple.com>
1456 Remove svn:keywords property.
1458 As far as I can tell, the property had no effect on any of these files, but also,
1459 when it has effect it's likely harmful.
1461 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
1462 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
1463 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
1464 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
1465 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
1466 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
1467 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
1468 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
1469 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
1470 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
1471 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
1472 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
1473 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
1474 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
1476 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1478 [CMAKE] Remove CMakeLists.txt in WK1 port
1479 https://bugs.webkit.org/show_bug.cgi?id=141617
1481 Reviewed by Anders Carlsson.
1483 Nobody uses CMake in WK1 port. Remove it.
1487 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
1489 Unreviewed, remove empty directories.
1491 * ManualTests/qt: Removed.
1493 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
1495 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
1496 https://bugs.webkit.org/show_bug.cgi?id=141481
1498 Reviewed by Csaba Osztrogonác.
1500 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
1502 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1504 [EFL][GTK] Use bmalloc instead of tcmalloc
1505 https://bugs.webkit.org/show_bug.cgi?id=140162
1507 Reviewed by Carlos Garcia Campos.
1509 Add bmalloc directory to build list.
1511 * CMakeLists.txt: Define BMALLOC_DIR directory.
1512 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
1514 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
1516 [GTK] Add default color chooser implementation using GtkColorChooserDialog
1517 https://bugs.webkit.org/show_bug.cgi?id=141392
1519 Reviewed by Gustavo Noronha Silva.
1521 Enable INPUT_TYPE_COLOR by default for GTK+ port.
1523 * Source/cmake/OptionsGTK.cmake:
1525 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
1527 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
1528 https://bugs.webkit.org/show_bug.cgi?id=141328
1530 Reviewed by Darin Adler.
1532 Added as manual test because it involves a huge grid allocation
1533 which is very slow on Debug bots, the only ones capable to trigger
1536 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
1538 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
1540 [Streams API] Implement a barebone ReadableStream interface
1541 https://bugs.webkit.org/show_bug.cgi?id=141045
1543 Reviewed by Benjamin Poulain.
1545 * Source/cmake/WebKitFeatures.cmake:
1546 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
1548 2015-02-02 Filip Pizlo <fpizlo@apple.com>
1550 Revert accidental change in r179490.
1554 2015-02-02 Filip Pizlo <fpizlo@apple.com>
1556 Unreviewed, revert accidental change to Makefile.shared in r179478
1560 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
1562 [CMake] Minimum python version should be 2.7.
1563 https://bugs.webkit.org/show_bug.cgi?id=140997
1565 Reviewed by Csaba Osztrogonác.
1569 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
1571 Apply feTurbulence spec change to fix zero length vector generation
1572 https://bugs.webkit.org/show_bug.cgi?id=140812
1574 Reviewed by Darin Adler.
1576 Recently a bug with the turbulence algorithm was corrected in the
1577 Filter Effects specification.
1578 For some seed values this bug allowed zero length vectors to be generated.
1579 This resulted in large solid color squares being present in the generated image.
1580 The feTurbulence algorithm was updated to reject zero length vectors. This patch
1581 applies that change in WebCore.
1583 Test: svg/filters/feTurbulence_bad_seeds.html
1585 * platform/graphics/filters/FETurbulence.cpp:
1586 (WebCore::FETurbulence::initPaint):
1587 Added rejection sampling during vector generation to avoid zero length vectors.
1589 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
1591 [cmake] Remove compiler version calculate cruft
1592 https://bugs.webkit.org/show_bug.cgi?id=140885
1594 Reviewed by Darin Adler.
1596 * Source/cmake/WebKitHelpers.cmake:
1598 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
1600 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
1601 https://bugs.webkit.org/show_bug.cgi?id=140886
1603 Reviewed by Žan Doberšek.
1605 * Source/cmake/WebKitHelpers.cmake:
1607 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
1609 [GTK] gtkdoc does not appear in DevHelp
1610 https://bugs.webkit.org/show_bug.cgi?id=139369
1612 Reviewed by Philippe Normand.
1614 Expect the gtkdoc to be generated in folders named with the API version.
1616 * Source/PlatformGTK.cmake:
1618 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
1620 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
1621 https://bugs.webkit.org/show_bug.cgi?id=140609
1623 Reviewed by Csaba Osztrogonác.
1625 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
1626 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
1627 compilation flags. Those were added after the jsCStack branch merge, but
1628 can now be removed since the -ftree-dce issues were fixed in GCC, and
1629 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
1631 * Source/cmake/OptionsEfl.cmake:
1632 * Source/cmake/OptionsGTK.cmake:
1634 2015-01-26 Commit Queue <commit-queue@webkit.org>
1636 Unreviewed, rolling out r179107.
1637 https://bugs.webkit.org/show_bug.cgi?id=140880
1639 The GCC in the bots doesn't support the AsyncTask
1640 implementation (Requested by KaL on #webkit).
1644 "[GTK] Enable IndexedDB"
1645 https://bugs.webkit.org/show_bug.cgi?id=98932
1646 http://trac.webkit.org/changeset/179107
1648 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
1650 [GTK] Enable IndexedDB
1651 https://bugs.webkit.org/show_bug.cgi?id=98932
1653 Reviewed by Žan Doberšek.
1655 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
1656 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
1658 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
1660 [GTK] Add initial database process support
1661 https://bugs.webkit.org/show_bug.cgi?id=139491
1663 Reviewed by Sergio Villar Senin.
1665 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
1667 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
1669 Add a build flag for ES6 class syntax
1670 https://bugs.webkit.org/show_bug.cgi?id=140760
1672 Reviewed by Michael Saboff.
1674 * Source/cmake/WebKitFeatures.cmake:
1675 * Source/cmakeconfig.h.cmake:
1677 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
1679 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
1680 https://bugs.webkit.org/show_bug.cgi?id=140049
1682 Reviewed by Gyuyoung Kim.
1684 * Source/cmake/OptionsCommon.cmake:
1686 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
1688 Remove ENABLE(INSPECTOR) ifdef guards
1689 https://bugs.webkit.org/show_bug.cgi?id=140668
1691 Reviewed by Darin Adler.
1693 * Source/PlatformEfl.cmake:
1694 * Source/cmake/OptionsEfl.cmake:
1695 * Source/cmake/OptionsGTK.cmake:
1696 * Source/cmake/OptionsMac.cmake:
1697 * Source/cmake/WebKitFeatures.cmake:
1698 * Source/cmakeconfig.h.cmake:
1700 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
1702 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
1704 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1706 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1708 [CMAKE] Fix cmake warning
1709 https://bugs.webkit.org/show_bug.cgi?id=140497
1711 Reviewed by Gustavo Noronha Silva.
1713 r173155 already tried to fix cmake warning though, the warning is still exist.
1714 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
1715 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
1716 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
1717 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
1718 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
1722 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
1724 [GTK] Generate the make dist manifest from a CMake template file
1725 https://bugs.webkit.org/show_bug.cgi?id=139387
1727 Reviewed by Martin Robinson.
1729 Generate manifest.txt from manifest.txt.in. Only expose the dist and
1730 distcheck targets for developer builds, as they won't work when
1731 building from a tarball because the manifest is not distributed.
1733 * Source/PlatformGTK.cmake:
1735 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
1737 Remove ENABLE(SQL_DATABASE) guards
1738 https://bugs.webkit.org/show_bug.cgi?id=140434
1740 Reviewed by Darin Adler.
1742 * Source/cmake/OptionsMac.cmake:
1743 * Source/cmake/WebKitFeatures.cmake:
1744 * Source/cmakeconfig.h.cmake:
1746 2015-01-11 Sam Weinig <sam@webkit.org>
1748 Remove support for SharedWorkers
1749 https://bugs.webkit.org/show_bug.cgi?id=140344
1751 Reviewed by Anders Carlsson.
1753 * Source/cmake/OptionsEfl.cmake:
1754 * Source/cmake/OptionsGTK.cmake:
1755 * Source/cmake/OptionsMac.cmake:
1756 * Source/cmake/WebKitFeatures.cmake:
1757 * Source/cmakeconfig.h.cmake:
1759 2015-01-10 Dan Bernstein <mitz@apple.com>
1761 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
1762 https://bugs.webkit.org/show_bug.cgi?id=140339
1764 Reviewed by Mark Rowe.
1766 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
1767 prevents unnecessary rebuilding due to PATH differences.
1769 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
1771 [GTK][ThreadedCompositor] Add support for threaded compositor.
1772 https://bugs.webkit.org/show_bug.cgi?id=118265
1774 Reviewed by Martin Robinson.
1776 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
1777 autotools build systems. The feature is disabled by default.
1778 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
1779 from the feature flags.
1781 * Source/cmake/OptionsEfl.cmake:
1782 * Source/cmake/OptionsGTK.cmake:
1783 * Source/cmake/WebKitFeatures.cmake:
1784 * Source/cmakeconfig.h.cmake:
1786 2014-12-23 Alexey Proskuryakov <ap@apple.com>
1788 Simplify building with ASan
1789 https://bugs.webkit.org/show_bug.cgi?id=139916
1791 Reviewed by Mark Rowe.
1793 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
1795 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
1797 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
1799 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1801 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
1803 Null dereference performing a "TapAndAHalf" gesture in Google search field
1805 <https://bugs.webkit.org/show_bug.cgi?id=139506>
1806 <rdar://problem/19028828>
1808 Reviewed by Darin Adler.
1810 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
1812 2014-12-10 Dean Jackson <dino@apple.com>
1814 Blur filter performance test doesn't provide results
1815 https://bugs.webkit.org/show_bug.cgi?id=139462
1817 Reviewed by Sam Weinig.
1819 This can't currently work under our performance test
1820 infrastructure. Move it to a manual test to avoid
1821 putting FAILures into the results.
1823 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
1825 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
1827 [GTK][WK2] Add HTML5 Notifications support
1828 https://bugs.webkit.org/show_bug.cgi?id=61140
1830 Reviewed by Carlos Garcia Campos.
1832 * Source/cmake/FindLibNotify.cmake: Added.
1833 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
1834 libnotify and use it for a default implementation when found.
1836 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
1838 REGRESSION(r155906): Page content disappears on Tuaw article after loading
1839 https://bugs.webkit.org/show_bug.cgi?id=138100
1841 Reviewed by Simon Fraser.
1843 DRT causes an extra paint which makes it impossible to test this with
1846 * ManualTests/float-layer-not-painting.html: Added.
1848 2014-12-07 Alberto Garcia <berto@igalia.com>
1850 [GTK] WebKit has a new required dependency on GnuTLS
1851 https://bugs.webkit.org/show_bug.cgi?id=136158
1853 Reviewed by Martin Robinson.
1855 Detect if GnuTLS is installed and enable or disable subtle crypto
1856 support accordingly.
1858 * Source/cmake/OptionsGTK.cmake:
1860 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
1862 [GTK] Missing API detected in GObject DOM bindings after r176630
1863 https://bugs.webkit.org/show_bug.cgi?id=139201
1865 Reviewed by Gustavo Noronha Silva.
1867 Change GENERATE_BINDINGS macro to receive a list of optional
1868 additional dependencies, so that we can add more dependecies
1869 without having to change the macro.
1871 * Source/cmake/WebKitMacros.cmake:
1873 2014-12-05 Simon Fraser <simon.fraser@apple.com>
1875 Programmatic scrolling and content changes are not always synchronized
1876 https://bugs.webkit.org/show_bug.cgi?id=139245
1877 rdar://problem/18833612
1879 Reviewed by Anders Carlsson.
1881 Manual test that tries to sync layout with programmatic scrolling.
1883 * ManualTests/programmatic-scroll-flicker.html: Added.
1885 2014-12-04 Alberto Garcia <berto@igalia.com>
1887 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
1888 https://bugs.webkit.org/show_bug.cgi?id=136576
1890 Reviewed by Carlos Garcia Campos.
1892 CMake should complain if Accelerated 2D Canvas is explicitly
1893 enabled but cairo-gl is not found.
1895 * Source/cmake/OptionsGTK.cmake:
1897 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1899 [EFL] Add subtle crypto to the build system
1900 https://bugs.webkit.org/show_bug.cgi?id=138612
1902 Reviewed by Csaba Osztrogonác.
1904 * Source/cmake/OptionsEfl.cmake:
1906 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1908 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
1909 https://bugs.webkit.org/show_bug.cgi?id=139085
1911 Reviewed by Andreas Kling.
1913 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
1914 * Source/cmake/WebKitFeatures.cmake: ditto.
1915 * Source/cmakeconfig.h.cmake: ditto.
1917 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
1919 [EFL] Drop support for the EFL 1.7
1920 https://bugs.webkit.org/show_bug.cgi?id=139114
1922 Reviewed by Gyuyoung Kim.
1924 * Source/cmake/EFLHelpers.cmake: Removed.
1925 * Source/cmake/FindEcore.cmake: Removed.
1926 * Source/cmake/FindEdje.cmake: Removed.
1927 * Source/cmake/FindEet.cmake: Removed.
1928 * Source/cmake/FindEeze.cmake: Removed.
1929 * Source/cmake/FindEfreet.cmake: Removed.
1930 * Source/cmake/FindEina.cmake: Removed.
1931 * Source/cmake/FindElementary.cmake: Removed.
1932 * Source/cmake/FindEvas.cmake: Removed.
1933 * Source/cmake/OptionsEfl.cmake:
1935 2014-11-28 Philippe Normand <pnormand@igalia.com>
1937 [CMake] Build failure against GStreamer git master
1938 https://bugs.webkit.org/show_bug.cgi?id=138872
1940 Reviewed by Csaba Osztrogon.
1942 * Source/cmake/FindGStreamer.cmake: Simplified the
1943 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
1944 headers lookup, there's no need to do this manually. Also
1945 explicitely check the version specified in GStreamer_FIND_VERSION.
1947 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
1949 [EFL] Remove E_Dbus dependency
1950 https://bugs.webkit.org/show_bug.cgi?id=136355
1952 Reviewed by Gyuyoung Kim.
1954 * Source/cmake/FindE_DBus.cmake: Removed.
1955 * Source/cmake/OptionsEfl.cmake:
1957 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
1959 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
1961 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1963 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
1965 [CMake] Use ld.gold if it is available to speedup builds
1966 https://bugs.webkit.org/show_bug.cgi?id=137953
1968 Reviewed by Carlos Garcia Campos.
1970 * Source/cmake/OptionsCommon.cmake:
1972 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
1974 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
1975 https://bugs.webkit.org/show_bug.cgi?id=138840
1977 Reviewed by Csaba Osztrogonác.
1979 * Source/cmake/OptionsCommon.cmake:
1981 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
1983 Remove Source/Platform cruft
1984 https://bugs.webkit.org/show_bug.cgi?id=138658
1986 Reviewed by Anders Carlsson.
1989 * Source/Platform: Removed.
1991 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
1993 Enable Cortex-A53-specific code paths by default if core is detected.
1994 https://bugs.webkit.org/show_bug.cgi?id=138499
1996 Reviewed by Csaba Osztrogonác.
1998 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
1999 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
2002 Since on ARM64/Linux the part number that cpuinfo reports depends on
2003 the core the query is run on, the check is bound to and executed on the
2004 available cores one by one.
2006 * Source/cmake/OptionsCommon.cmake:
2008 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2010 [EFL] Remove unnecessary version check from OptionsEfl.cmake
2011 https://bugs.webkit.org/show_bug.cgi?id=138498
2013 Reviewed by Csaba Osztrogonác.
2015 * Source/cmake/OptionsEfl.cmake:
2017 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2019 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
2020 https://bugs.webkit.org/show_bug.cgi?id=138465
2022 Reviewed by Gyuyoung Kim.
2024 * Source/cmake/OptionsEfl.cmake:
2026 2014-11-03 Dean Jackson <dino@apple.com>
2028 Add ENABLE_FILTERS_LEVEL_2 feature guard.
2029 https://bugs.webkit.org/show_bug.cgi?id=138362
2031 Reviewed by Tim Horton.
2033 Add a new feature define for Level 2 of CSS Filters.
2034 http://dev.w3.org/fxtf/filters-2/
2036 * Source/cmake/OptionsEfl.cmake:
2037 * Source/cmake/OptionsGTK.cmake:
2038 * Source/cmake/OptionsMac.cmake:
2039 * Source/cmake/WebKitFeatures.cmake:
2040 * Source/cmakeconfig.h.cmake:
2042 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
2044 Workaround for Cortex-A53 erratum 835769
2045 https://bugs.webkit.org/show_bug.cgi?id=138315
2047 Reviewed by Filip Pizlo.
2049 This patch introduces CMake variable and preprocessor macro
2050 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
2051 code paths, if set true.
2053 * Source/cmake/OptionsCommon.cmake:
2054 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
2056 * Source/cmakeconfig.h.cmake:
2057 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
2059 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
2061 [GTK] Fix the build of FTL JIT
2062 https://bugs.webkit.org/show_bug.cgi?id=138298
2064 Reviewed by Carlos Garcia Campos.
2066 * Source/cmake/OptionsGTK.cmake:
2067 Remove the need for the LIBCXXABI package.
2069 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
2071 REGRESSION(CMake): Make it possible to build without introspection
2072 https://bugs.webkit.org/show_bug.cgi?id=138006
2074 Reviewed by Philippe Normand.
2076 Add ENABLE_INTROSPECTION option.
2078 * Source/PlatformGTK.cmake: Dot not add gir global target if
2079 introspection is disabled.
2080 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
2081 introspection is disabled.
2083 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
2085 [GTK] Support script message handlers WebKitUserContentManager
2086 https://bugs.webkit.org/show_bug.cgi?id=133730
2088 Reviewed by Carlos Garcia Campos.
2090 Support user script message handlers in WebKitUserContentManager.
2091 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
2092 an option is added to the CMake build files. The option is disabled
2093 globally by default, and the WebKitGTK port enables it. On the API
2094 level, two new methods to register and unregister names are provided
2095 in the "window.webkit" namespace, and on message reception the
2096 "WebKitUserContentManager::script-message-received" signal is
2097 emitted, using the registered names as signal detail.
2099 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
2100 ENABLE_USER_MESSAGE_HANDLERS feature by default.
2101 * Source/cmake/WebKitFeatures.cmake: Add feature description for
2102 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
2104 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
2106 [GTK] Bump libsoup's minimum version to 2.42.0.
2107 https://bugs.webkit.org/show_bug.cgi?id=138086
2109 Reviewed by Martin Robinson.
2111 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
2112 soup-version.h header was added to soup.h in 2.41.4, which then becomes
2113 the minimum version required to build the port these days.
2115 In addition, since the autotools build system required 2.42.0 before
2116 being retired, require the same version here. Version 2.42.0 was also
2118 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
2120 * Source/cmake/OptionsGTK.cmake:
2122 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2124 [EFL] Remove unnecessary defines from OptionsEfl.cmake
2125 https://bugs.webkit.org/show_bug.cgi?id=138132
2127 Reviewed by Csaba Osztrogonác.
2129 * Source/cmake/OptionsEfl.cmake:
2131 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
2133 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
2135 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2137 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
2139 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
2140 https://bugs.webkit.org/show_bug.cgi?id=137946
2142 Reviewed by Gyuyoung Kim.
2144 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
2146 * Source/cmake/OptionsEfl.cmake:
2148 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2150 Fix FTL Native Inlining for EFL
2151 https://bugs.webkit.org/show_bug.cgi?id=137774
2153 Reviewed by Michael Saboff.
2155 Updated CMake for FTL Native Inlining.
2158 * Source/cmake/FindClang.cmake: Added.
2159 * Source/cmake/OptionsEfl.cmake:
2160 * Source/cmakeconfig.h.cmake:
2162 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
2164 Web Inspector: Generate all Inspector domains together in JavaScriptCore
2165 https://bugs.webkit.org/show_bug.cgi?id=137748
2167 Reviewed by Brian Burg.
2169 * Source/PlatformEfl.cmake:
2171 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
2173 [GTK] Add initial gestures support
2174 https://bugs.webkit.org/show_bug.cgi?id=137812
2176 Reviewed by Sergio Villar Senin.
2178 Check if the GTK+ version supports gestures or not.
2180 * Source/cmake/FindGTK3.cmake:
2181 * Source/cmake/OptionsGTK.cmake:
2183 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
2185 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
2186 https://bugs.webkit.org/show_bug.cgi?id=137781
2188 Reviewed by Martin Robinson.
2190 We used to enable smooth scrolling unconditionally in autotools
2191 (via WebKitFeatures.m4), but since the switch to CMake it's
2192 unconditionally disabled, so changing the setting doesn't have any
2195 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
2197 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
2199 Removing CUSTOM_PROTOCOLS guard
2200 https://bugs.webkit.org/show_bug.cgi?id=137741
2202 Reviewed by Benjamin Poulain.
2204 * Source/cmake/OptionsEfl.cmake:
2206 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
2208 [EFL] Enable WebP support.
2209 https://bugs.webkit.org/show_bug.cgi?id=136156
2211 Reviewed by Gyuyoung Kim.
2213 Add WebP package finding rule.
2215 * Source/cmake/OptionsEfl.cmake:
2217 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
2219 [EFL] Enable custom URI schemes with CustomProtocols
2220 https://bugs.webkit.org/show_bug.cgi?id=128177
2222 Reviewed by Gyuyoung Kim.
2224 Fixing ewk_context_url_scheme_register() ewebkit2 API
2225 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
2227 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
2229 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
2231 Bump version to 2.7.0
2232 https://bugs.webkit.org/show_bug.cgi?id=137301
2234 Rubber-stamped by Carlos Garcia Campos.
2236 * Source/cmake/OptionsGTK.cmake: Bump version numbers
2238 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2240 [EFL] Rename TEST_THEME_DIR macro
2241 https://bugs.webkit.org/show_bug.cgi?id=137244
2243 Reviewed by Csaba Osztrogonác.
2245 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
2247 2014-09-27 Dan Bernstein <mitz@apple.com>
2249 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
2250 https://bugs.webkit.org/show_bug.cgi?id=137053
2252 Reviewed by Mark Rowe.
2254 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2255 In the build pre-action, pass the --wksi and --llvm options to
2256 copy-webkitlibraries-to-product-directory.
2257 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
2259 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
2261 [GTK] Enable CSS_IMAGE_SET in production builds
2262 https://bugs.webkit.org/show_bug.cgi?id=137142
2264 Reviewed by Alejandro G. Castro.
2266 This is required by the inspector to show some of the icons that
2267 has a HiDPI variant.
2269 * Source/cmake/OptionsGTK.cmake:
2271 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
2273 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
2274 https://bugs.webkit.org/show_bug.cgi?id=136377
2276 Reviewed by Philippe Normand.
2278 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
2279 for CMake versions less than 3.
2281 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
2283 Remove WinCE port from trunk
2284 https://bugs.webkit.org/show_bug.cgi?id=136951
2286 Reviewed by Alex Christensen.
2288 * Source/cmake/OptionsWinCE.cmake: Removed.
2289 * Source/cmake/WebKitPackaging.cmake:
2291 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
2293 [EFL][GTK] Remove WebKit1 related codes
2294 https://bugs.webkit.org/show_bug.cgi?id=136853
2296 Reviewed by Csaba Osztrogonác.
2298 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
2301 * Source/PlatformGTK.cmake:
2303 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2306 https://bugs.webkit.org/show_bug.cgi?id=136820
2308 Reviewed by Csaba Osztrogonác.
2310 * Source/cmake/FindICU.cmake:
2312 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
2314 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
2315 https://bugs.webkit.org/show_bug.cgi?id=136814
2317 Reviewed by Philippe Normand.
2319 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
2320 We bundle the wayland-egl dependency with wayland-client and wayland-server
2321 and store the resulting variables with the WAYLAND_ prefix. Because of this
2322 this line wasn't exporting anything useful.
2324 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
2326 URTBF after r173574.
2328 * Source/cmake/WebKitMacros.cmake:
2330 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
2332 [JavaScriptCore] Fix FTL on platform EFL.
2333 https://bugs.webkit.org/show_bug.cgi?id=133571
2335 Reviewed by Filip Pizlo.
2339 * Source/cmake/FindLIBCXXABI.cmake: Removed.
2340 * Source/cmake/OptionsEfl.cmake:
2342 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2345 https://bugs.webkit.org/show_bug.cgi?id=136571
2347 Reviewed by Darin Adler.
2349 * Source/cmake/OptionsEfl.cmake:
2350 * Source/cmake/OptionsGTK.cmake:
2351 * Source/cmake/OptionsMac.cmake:
2352 * Source/cmake/WebKitFeatures.cmake:
2353 * Source/cmakeconfig.h.cmake:
2355 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2357 Remove CSS_FILTERS flag
2358 https://bugs.webkit.org/show_bug.cgi?id=136529
2360 Reviewed by Dirk Schulze.
2362 * Source/cmake/OptionsEfl.cmake:
2363 * Source/cmake/OptionsGTK.cmake:
2364 * Source/cmake/OptionsMac.cmake:
2365 * Source/cmake/WebKitFeatures.cmake:
2366 * Source/cmakeconfig.h.cmake:
2368 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2370 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
2371 https://bugs.webkit.org/show_bug.cgi?id=136194
2373 Reviewed by Csaba Osztrogonác.
2375 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
2379 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2381 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
2382 https://bugs.webkit.org/show_bug.cgi?id=135560
2384 Reviewed by Gyuyoung Kim.
2386 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
2388 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
2390 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
2391 https://bugs.webkit.org/show_bug.cgi?id=136343
2393 Reviewed by David Kilzer.
2395 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
2397 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2398 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2400 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
2402 [EFL] Share fast/speechsynthesis/ with other ports
2403 https://bugs.webkit.org/show_bug.cgi?id=136224
2405 Reviewed by Chris Fleizach.
2407 Enable WebSpeech for EFL.
2409 * Source/cmake/OptionsEfl.cmake:
2411 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
2413 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
2414 https://bugs.webkit.org/show_bug.cgi?id=136127
2416 Reviewed by Gyuyoung Kim.
2418 Add build support for espeak.
2420 * Source/cmake/FindEspeak.cmake: Added.
2421 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
2423 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
2425 [EFL] Build break using clang
2426 https://bugs.webkit.org/show_bug.cgi?id=136245
2428 Reviewed by Gyuyoung Kim.
2430 * Source/cmake/OptionsEfl.cmake:
2431 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
2432 Some warnings are from system libraries.
2434 2014-08-25 Alberto Garcia <berto@igalia.com>
2436 [GTK] Unify webkitgtk and webkit2gtk directories
2437 https://bugs.webkit.org/show_bug.cgi?id=136209
2439 Reviewed by Carlos Garcia Campos.
2441 Use webkit2gtk-X.X both for the process binaries and the injected
2444 * Source/cmake/OptionsGTK.cmake:
2446 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
2448 [EFL] Move Efl specific code from Source/CMakeLists.txt
2449 https://bugs.webkit.org/show_bug.cgi?id=136206
2451 Reviewed by Gyuyoung Kim.
2453 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
2454 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
2456 * Source/CMakeLists.txt:
2457 * Source/cmake/OptionsEfl.cmake:
2459 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
2461 [EFL] Introduce DEVELOPER_MODE
2462 https://bugs.webkit.org/show_bug.cgi?id=135884
2464 Reviewed by Gyuyoung Kim.
2466 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
2467 instead of SHARED_CORE.
2468 SHARED_CORE can reduce link time and memory consumption but it is slightly different
2469 from release binary.
2471 * Source/cmake/OptionsEfl.cmake:
2472 * Source/cmake/WebKitHelpers.cmake:
2473 Moved fvisibility=hidden to OptionsEfl.cmake
2475 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
2477 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
2478 https://bugs.webkit.org/show_bug.cgi?id=136110
2480 Reviewed by Gyuyoung Kim.
2482 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
2484 * Source/cmake/OptionsEfl.cmake:
2486 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2488 [EFL] Apply eflsymbols.filter to WebKit2
2489 https://bugs.webkit.org/show_bug.cgi?id=136148
2491 Reviewed by Csaba Osztrogonác.
2493 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
2494 in the eflsymbols.filter.
2496 * Source/cmake/OptionsEfl.cmake:
2497 * Source/cmake/eflsymbols.filter:
2499 2014-08-21 Zalan Bujtas <zalan@apple.com>
2501 Enable SATURATED_LAYOUT_ARITHMETIC.
2502 https://bugs.webkit.org/show_bug.cgi?id=136106
2504 Reviewed by Simon Fraser.
2506 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
2507 (No measurable performance regression on Mac.)
2509 * Source/cmake/OptionsMac.cmake:
2510 * Source/cmake/WebKitFeatures.cmake:
2511 * Source/cmakeconfig.h.cmake:
2513 2014-08-19 Zalan Bujtas <zalan@apple.com>
2515 Remove ENABLE(SUBPIXEL_LAYOUT).
2516 https://bugs.webkit.org/show_bug.cgi?id=136077
2518 Reviewed by Simon Fraser.
2520 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
2522 * Source/cmake/OptionsEfl.cmake:
2523 * Source/cmake/OptionsGTK.cmake:
2524 * Source/cmake/OptionsMac.cmake:
2525 * Source/cmake/WebKitFeatures.cmake:
2526 * Source/cmakeconfig.h.cmake:
2528 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
2530 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
2531 https://bugs.webkit.org/show_bug.cgi?id=135980
2533 Reviewed by Martin Robinson.
2535 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
2536 overrides any other disabled optimization that was prepended to these
2537 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
2538 lists first in the final list of compilation flags.
2540 To avoid -On re-enabling optimizations that we'd like to keep disabled,
2541 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
2543 * Source/cmake/OptionsCommon.cmake:
2544 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
2545 * Source/cmake/OptionsGTK.cmake:
2547 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
2549 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
2551 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2553 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
2555 [GTK] Disable memory sampler on non-Linux system
2556 https://bugs.webkit.org/show_bug.cgi?id=134483
2558 Reviewed by Philippe Normand.
2560 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
2561 Linux because it uses many Linux-specific features, so we should disable
2562 memory sampler on other systems by default.
2564 * Source/cmake/OptionsGTK.cmake:
2566 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
2568 [GTK] HTML API documentation should also be installed versioned
2569 https://bugs.webkit.org/show_bug.cgi?id=135970
2571 Reviewed by Philippe Normand.
2573 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
2576 2014-08-14 Tomas Popela <tpopela@redhat.com>
2578 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
2579 https://bugs.webkit.org/show_bug.cgi?id=135937
2581 Reviewed by Carlos Garcia Campos.
2585 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
2587 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
2588 https://bugs.webkit.org/show_bug.cgi?id=135934
2590 Reviewed by Gustavo Noronha Silva.
2592 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
2593 The gir files should installed in $datadir/gir-1.0/ together with all other
2594 gir files. We don't need to install introspection files in a versioned
2595 directory because their filenames already contain the binary version. But before
2596 r171598, the files were only installed to the right directory if the
2597 gobject-instrospection pkg-config file was in the same prefix than the one we
2598 wanted to install, because the gir and typelibs directories were extracted from
2599 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
2600 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
2601 like we do in the autotools build.
2603 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
2604 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
2605 * Source/cmake/OptionsGTK.cmake: Define
2606 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
2608 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
2610 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
2611 https://bugs.webkit.org/show_bug.cgi?id=135836
2613 Reviewed by Philippe Normand.
2615 * Source/PlatformGTK.cmake: Add install command to also install
2616 the GObject DOM bindings API docs.
2618 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
2620 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
2621 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
2622 re-set CMAKE_C_FLAGS with the new string. The two flags should really
2623 be appended to CMAKE_C_FLAGS and the same variable re-set with the
2626 * Source/cmake/OptionsCommon.cmake:
2628 2014-08-13 Alex Christensen <achristensen@webkit.org>
2630 Progress towards CMake on Mac.
2631 https://bugs.webkit.org/show_bug.cgi?id=135819
2633 Reviewed by Laszlo Gombos.
2635 * Source/cmake/OptionsMac.cmake:
2636 Disable some more features temporarily to get CMake working.
2637 * Source/cmake/WebKitMacros.cmake:
2638 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
2640 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
2642 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
2643 https://bugs.webkit.org/show_bug.cgi?id=135798
2645 Reviewed by Philippe Normand.
2647 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
2649 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
2650 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
2651 https://bugs.webkit.org/show_bug.cgi?id=133317
2653 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
2655 Reviewed by Philippe Normand.
2657 No new tests since no new functionality has been added.
2659 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
2661 2014-08-11 Commit Queue <commit-queue@webkit.org>
2663 Unreviewed, rolling out r172393.
2664 https://bugs.webkit.org/show_bug.cgi?id=135796
2666 discussion needed about GnuTLS version bump on the bots
2667 (Requested by philn on #webkit).
2671 https://bugs.webkit.org/show_bug.cgi?id=133317
2672 http://trac.webkit.org/changeset/172393
2674 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
2675 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
2676 https://bugs.webkit.org/show_bug.cgi?id=133317
2678 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
2680 Reviewed by Philippe Normand.
2682 No new tests since no new functionality has been added.
2684 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
2686 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
2688 [GTK] Adds stubs for all subtle crypto algorithm implemntations
2689 https://bugs.webkit.org/show_bug.cgi?id=133316
2691 Reviewed by Philippe Normand.
2693 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
2694 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
2695 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
2697 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
2699 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
2701 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2703 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
2705 [GTK] REGRESSION(r166239): The ld version script is not being used
2706 https://bugs.webkit.org/show_bug.cgi?id=135694
2708 Reviewed by Martin Robinson.
2710 Move the symbols filter file from Tools/gtk to Source/cmake and rename
2711 it as gtksymbols.filter. Also updated it, since some of the symbols
2712 exported were renamed.
2714 * Source/cmake/OptionsGTK.cmake:
2715 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
2717 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
2719 [GTK] Child processes should be installed in a versioned directory
2720 https://bugs.webkit.org/show_bug.cgi?id=135754
2722 Reviewed by Gustavo Noronha Silva.
2724 Define LIBEXEC_INSTALL_DIR as
2725 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
2726 so that the child processes are installed in $libexec/webkitgtk-4.0.
2727 This makes it possible to install 2.6 in parallel to older versions.
2729 * Source/cmake/OptionsGTK.cmake:
2731 2014-08-08 Alex Christensen <achristensen@webkit.org>
2733 Progress towards using CMake on Mac.
2734 https://bugs.webkit.org/show_bug.cgi?id=135662
2736 Reviewed by Laszlo Gombos.
2739 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
2740 * Source/cmake/WebKitFeatures.cmake:
2741 * Source/cmakeconfig.h.cmake:
2742 Added features that are needed by the Mac port.
2743 * Source/cmake/OptionsMac.cmake:
2744 Enable CSS_IMAGE_SET based on FeatureDefines.h.
2745 Disable the FTL with CMake for now.
2746 * Source/cmake/OptionsEFL.cmake:
2747 * Source/cmake/OptionsGTK.cmake:
2748 Enable subpixel layout to not conflict with FeatureDefines.h
2750 2014-08-08 Simon Fraser <simon.fraser@apple.com>
2752 Undo some erroneous changes to the Xcode scheme files from r172259.
2754 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2755 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2757 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
2759 [CMake] Drop the required version of CMake down to 2.8.8
2760 https://bugs.webkit.org/show_bug.cgi?id=135713
2762 Reviewed by Alex Christensen.
2764 * CMakeLists.txt: Require CMake 2.8.8.
2766 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
2768 Get rid of INPUT_SPEECH
2769 https://bugs.webkit.org/show_bug.cgi?id=135672
2771 Reviewed by Andreas Kling.
2773 * Source/cmake/OptionsMac.cmake:
2774 * Source/cmake/WebKitFeatures.cmake:
2775 * Source/cmakeconfig.h.cmake:
2777 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
2779 [GTK] Disable IndexedDB
2780 https://bugs.webkit.org/show_bug.cgi?id=135692
2782 Reviewed by Carlos Garcia Campos.
2784 * Source/cmake/OptionsGTK.cmake:
2786 2014-08-06 Dean Jackson <dino@apple.com>
2788 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
2789 https://bugs.webkit.org/show_bug.cgi?id=135675
2791 Reviewed by Sam Weinig.
2793 * Source/cmake/OptionsGTK.cmake:
2794 * Source/cmake/OptionsMac.cmake:
2795 * Source/cmake/WebKitFeatures.cmake:
2796 * Source/cmakeconfig.h.cmake:
2798 2014-08-06 David Farler <dfarler@apple.com>
2800 Unreviewed build fix: Make includes semicolon in assignment.
2802 * Makefile.shared: Remove a ;
2804 2014-08-06 David Farler <dfarler@apple.com>
2806 Set DSYMUTIL_NUM_THREADS to the number of logical cores
2807 https://bugs.webkit.org/show_bug.cgi?id=135655
2809 Reviewed by Mark Rowe.
2811 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
2813 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
2815 [GTK] Be able to disable gtk2 dependency
2816 https://bugs.webkit.org/show_bug.cgi?id=135505
2818 Reviewed by Gustavo Noronha Silva.
2820 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
2821 required when it's enabled. It's enabled by default.
2823 * Source/cmake/OptionsGTK.cmake:
2825 2014-08-05 Alex Christensen <achristensen@webkit.org>
2828 https://bugs.webkit.org/show_bug.cgi?id=135620
2830 Reviewed by Laszlo Gombos.
2832 * Source/cmake/OptionsMac.cmake:
2833 Use UDIS86 by default on Mac.
2835 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
2837 Add a flag for the CSS Selectors level 4 implementation
2838 https://bugs.webkit.org/show_bug.cgi?id=135535
2840 Reviewed by Andreas Kling.
2842 * Source/cmake/OptionsEfl.cmake:
2843 * Source/cmake/OptionsGTK.cmake:
2844 * Source/cmake/WebKitFeatures.cmake:
2845 * Source/cmakeconfig.h.cmake:
2847 2014-08-04 Alex Christensen <achristensen@webkit.org>
2849 Progress towards CMake on Mac.
2850 https://bugs.webkit.org/show_bug.cgi?id=135528
2852 Reviewed by Gyuyoung Kim.
2854 * Source/cmake/OptionsMac.cmake:
2855 Made options list based on FeatureDefines.xcconfig files.
2857 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
2859 [GTK] Windowing target support should reflect the support in the GTK+ dependency
2860 https://bugs.webkit.org/show_bug.cgi?id=134736
2862 Reviewed by Martin Robinson.
2864 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
2865 support the X11 or Wayland windowing targets -- instead, if there's no support
2866 the specific target is disabled, and an error is thrown only if neither of the
2867 backends is enabled at the end..
2868 For now the X11 target remains enabled by default, and the Wayland target is
2869 kept disabled. Once it's possible to have both targets enabled at runtime in
2870 WebKit, the Wayland target will be enabled as well and we'll leave it to the
2871 GTK+ dependency to determine which targets can be enabled.
2873 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
2875 [CMake] Add FindWayland.cmake
2876 https://bugs.webkit.org/show_bug.cgi?id=135540
2878 Reviewed by Martin Robinson.
2880 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
2881 dependency. For now bundles the wayland-client, wayland-server and
2882 wayland-egl pkg-config targets into one dependency, but these could
2883 be split in the future if necessary.
2885 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
2887 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
2888 https://bugs.webkit.org/show_bug.cgi?id=135553
2890 Reviewed by Gyuyoung Kim.
2892 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
2893 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
2895 * Source/cmake/OptionsEfl.cmake:
2897 2014-08-01 Bear Travis <betravis@adobe.com>
2899 [Feature Queries] Enable Feature Queries on EFL/GTK
2900 https://bugs.webkit.org/show_bug.cgi?id=134902
2902 Reviewed by Benjamin Poulain.
2904 Enable CSS Feature Queries by default on the EFL and GTK
2907 * Source/cmake/OptionsEfl.cmake:
2908 * Source/cmake/OptionsGTK.cmake:
2910 2014-08-01 Alex Christensen <achristensen@webkit.org>
2912 Progress towards cmake on Windows.
2913 https://bugs.webkit.org/show_bug.cgi?id=135484
2915 Reviewed by Martin Robinson.
2918 Added Mac to list of ports, even though it is not done yet.
2919 Changed minimum bison version to version installed on Macs.
2920 * Source/cmake/OptionsAppleWin.cmake:
2921 Added some definitions.
2922 * Source/cmake/OptionsEfl.cmake:
2923 * Source/cmake/OptionsGTK.cmake:
2924 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
2925 * Source/cmake/OptionsMac.cmake: Added blank for now.
2926 * Source/cmake/OptionsWinCairo.cmake:
2927 * Source/cmake/OptionsWindows.cmake:
2928 Added some definitions.
2929 Removed /WX (warnings treated as error while compiling).
2930 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
2932 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
2934 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
2935 https://bugs.webkit.org/show_bug.cgi?id=135501
2937 Reviewed by Gyuyoung Kim.
2939 Use PROJECT_VERSION_MICRO instead.
2941 * Source/cmake/OptionsEfl.cmake:
2942 * Source/cmake/OptionsGTK.cmake:
2943 * Source/cmake/WebKitHelpers.cmake:
2945 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
2947 [EFL] Bump ewebkit version to 1.11
2948 https://bugs.webkit.org/show_bug.cgi?id=135487
2950 Reviewed by Gyuyoung Kim.
2952 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
2954 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
2956 [EFL] Add support for building with Geoclue2.
2957 https://bugs.webkit.org/show_bug.cgi?id=135455
2959 Reviewed by Gyuyoung Kim.
2961 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
2964 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
2966 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
2968 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2970 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
2972 [GTK] Bump binary version for 2.6
2973 https://bugs.webkit.org/show_bug.cgi?id=133724
2975 Reviewed by Philippe Normand.
2977 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
2978 update library version numbers.
2980 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
2982 [CMake] Bump the minimum required version
2983 https://bugs.webkit.org/show_bug.cgi?id=135382
2985 Reviewed by Gyuyoung Kim.
2987 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
2988 we introduced usage of target_include_directories().
2990 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
2992 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
2993 https://bugs.webkit.org/show_bug.cgi?id=135376
2995 Reviewed by Gyuyoung Kim.
2997 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
2999 * Source/cmake/OptionsEfl.cmake:
3000 * Source/cmake/OptionsGTK.cmake:
3002 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
3004 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
3005 https://bugs.webkit.org/show_bug.cgi?id=135288
3007 Reviewed by Martin Robinson.
3009 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
3010 datadir to pkgconfig
3011 * Source/cmake/OptionsGTK.cmake: define install directories early
3012 enough to be used in FindGObjectIntrospection.cmake
3014 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
3016 Remove CSS_EXCLUSIONS compile flag and leftover code
3017 https://bugs.webkit.org/show_bug.cgi?id=135175
3019 Reviewed by Zoltan Horvath.
3021 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
3022 stubs. This removes the flag and the useless code.
3024 * Source/cmake/WebKitFeatures.cmake:
3025 * Source/cmakeconfig.h.cmake:
3027 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
3029 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
3030 https://bugs.webkit.org/show_bug.cgi?id=135114
3032 Fix build with GStreamer 1.4
3034 Reviewed by Philippe Normand.
3036 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
3037 gst-mpegts component instead of the unstable 1.3.x verstions.
3039 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
3041 [GTK] Simplify make-dist command line arguments
3042 https://bugs.webkit.org/show_bug.cgi?id=134832
3044 Reviewed by Martin Robinson.
3046 * Source/PlatformGTK.cmake: Use --version instead of
3047 --tarball-root when running make-dist.py.
3049 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
3051 Add a manual test for r135044
3053 <https://bugs.webkit.org/show_bug.cgi?id=135044>
3055 Rubber-stamped by Andy Estes.
3057 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
3059 2014-07-18 Dana Burkart <dburkart@apple.com>
3061 Add a new 'analyze' target to the makefile. This will make use of a new
3062 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
3064 https://bugs.webkit.org/show_bug.cgi?id=135057
3065 <rdar://problem/10193187>
3067 Reviewed by David Kilzer.
3073 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
3075 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
3076 https://bugs.webkit.org/show_bug.cgi?id=134963
3078 Reviewed by Gyuyoung Kim.
3080 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
3082 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
3084 2014-07-14 Daniel Bates <dabates@apple.com>
3086 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
3087 https://bugs.webkit.org/show_bug.cgi?id=134905
3088 <rdar://problem/16602779>
3090 Reviewed by Simon Fraser.
3092 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
3093 on the tapped element when processing a touchend as a result of finger pressing and releasing
3094 on the same element that is initially positioned outside the visible content area.
3096 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
3098 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
3100 [GTK] Enable VIDEO_TRACK by default
3101 https://bugs.webkit.org/show_bug.cgi?id=134801
3103 Reviewed by Philippe Normand.
3105 * Source/cmake/OptionsGTK.cmake:
3107 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
3109 [GTK][CMake] Add a 'distcheck' target
3110 https://bugs.webkit.org/show_bug.cgi?id=130675
3112 Reviewed by Gustavo Noronha Silva.
3114 * Source/PlatformGTK.cmake: Add distcheck target.
3116 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
3118 [GTK] Use the same default options for production builds that previous stable releases
3119 https://bugs.webkit.org/show_bug.cgi?id=134589
3121 Reviewed by Martin Robinson.
3123 Change the default value of some features to match our stable releases.
3124 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
3125 canvas depend on whether cairo-gl is found.
3127 * Source/cmake/FindCairoGL.cmake: Added.
3128 * Source/cmake/OptionsGTK.cmake:
3130 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
3132 [EFL] Support Encrypted Media Extensions.
3133 https://bugs.webkit.org/show_bug.cgi?id=134750
3135 Reviewed by Gyuyoung Kim.
3137 Webkit needs to play encrypted media contents when media player
3138 is played by Media source extensions and normal video procedure.
3140 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
3142 2014-07-08 Alex Christensen <achristensen@webkit.org>
3144 Steps towards CMake on Windows.
3145 https://bugs.webkit.org/show_bug.cgi?id=134716
3147 Reviewed by Martin Robinson.
3150 Added AppleWin and WinCairo to list of CMake ports.
3151 * Source/cmake/OptionsAppleWin.cmake: Added.
3152 * Source/cmake/OptionsWinCairo.cmake: Added.
3153 * Source/cmake/OptionsWindows.cmake:
3154 Windows needs to use the system malloc. Other options to come.
3156 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3158 [EFL] Support Geolocation
3159 https://bugs.webkit.org/show_bug.cgi?id=134439
3161 Reviewed by Antonio Gomes.
3163 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
3165 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3167 Broken build with build-webkit --no-video
3168 https://bugs.webkit.org/show_bug.cgi?id=134587
3170 Reviewed by Darin Adler.
3172 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
3174 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
3176 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
3178 [GTK] The list of features shown by cmake is not accurate
3179 https://bugs.webkit.org/show_bug.cgi?id=134588
3181 Reviewed by Gustavo Noronha Silva.
3183 The problem is that some options might change after the feature
3184 list has been printed.
3186 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
3187 setting the default values of features and set WEBGL value
3188 depending on the dependencies, and API_TEST depending on whether
3189 developer mode is enabled or not.
3191 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3193 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
3194 https://bugs.webkit.org/show_bug.cgi?id=134578
3196 Reviewed by Gyuyoung Kim.
3198 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
3199 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
3200 disable related option if it is not ON.
3202 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
3203 * Source/cmake/OptionsGTK.cmake: Ditto.
3204 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
3206 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
3208 [GTK] make dist is broken
3209 https://bugs.webkit.org/show_bug.cgi?id=134542
3211 Reviewed by Martin Robinson.
3213 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
3215 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
3217 [CMake] Add necessary support for building for the Wayland target
3218 https://bugs.webkit.org/show_bug.cgi?id=134160
3220 Reviewed by Darin Adler.
3222 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
3223 is enabled, and that its version matches the version of the generic package. Same
3224 for the gtk+-wayland-3.0 package and the Wayland target.
3225 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
3226 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
3227 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
3228 so they keep building the TestNetscapePlugin target.
3229 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
3230 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
3231 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
3232 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
3233 the minimum required version as soon as that target is enabled. Only search for GLX
3234 if the X11 target is enabled.
3236 2014-06-29 Yoav Weiss <yoav@yoav.ws>
3238 Add support for HTMLImageElement's sizes attribute
3239 https://bugs.webkit.org/show_bug.cgi?id=133620
3241 Reviewed by Dean Jackson.
3243 Added an ENABLE_PICTURE_SIZES compile flag.
3245 * Source/cmake/WebKitFeatures.cmake:
3246 * Source/cmakeconfig.h.cmake:
3248 2014-06-26 Daniel Bates <dabates@apple.com>
3250 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
3251 https://bugs.webkit.org/show_bug.cgi?id=134309
3252 <rdar://problem/17427385>
3254 Reviewed by Darin Adler.
3256 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
3259 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
3261 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
3263 Remove build guard for progress element
3264 https://bugs.webkit.org/show_bug.cgi?id=134292
3266 Reviewed by Benjamin Poulain.
3268 The build flag is no longer needed as it is always on.
3270 * Source/cmake/WebKitFeatures.cmake:
3271 * Source/cmakeconfig.h.cmake:
3273 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
3275 [EFL] Platform support for WebSpeech feature.
3276 https://bugs.webkit.org/show_bug.cgi?id=116438
3278 Reviewed by Csaba Osztrogonác.
3280 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
3282 * Source/cmake/OptionsEfl.cmake:
3283 * Source/cmake/WebKitFeatures.cmake:
3285 2014-06-23 Philippe Normand <pnormand@igalia.com>
3287 Unreviewed, GTK build fix after r170266.
3289 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
3291 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3293 Disable gamepad feature on EFL and GTK ports by default
3294 https://bugs.webkit.org/show_bug.cgi?id=134169
3296 Reviewed by Brady Eidson.
3298 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
3300 2014-06-21 Brady Eidson <beidson@apple.com>
3302 Gamepad API - Deprecate the existing implementation
3303 https://bugs.webkit.org/show_bug.cgi?id=134108
3305 Reviewed by Timothy Hatcher.
3307 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
3308 -Add the "Deprecated" suffix to some implementation files
3310 * Source/cmake/OptionsEfl.cmake:
3311 * Source/cmake/OptionsGTK.cmake:
3312 * Source/cmake/WebKitFeatures.cmake:
3313 * Source/cmakeconfig.h.cmake:
3315 2014-06-21 Commit Queue <commit-queue@webkit.org>
3317 Unreviewed, rolling out r170244.
3318 https://bugs.webkit.org/show_bug.cgi?id=134157
3320 GTK/EFL bindings generator works differently, making this
3321 patch not work there. Will fix entire patch after a rollout.
3322 (Requested by bradee-oh on #webkit).
3326 "Gamepad API - Deprecate the existing implementation"
3327 https://bugs.webkit.org/show_bug.cgi?id=134108
3328 http://trac.webkit.org/changeset/170244
3330 2014-06-21 Brady Eidson <beidson@apple.com>
3332 Gamepad API - Deprecate the existing implementation
3333 https://bugs.webkit.org/show_bug.cgi?id=134108
3335 Reviewed by Timothy Hatcher.
3337 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
3338 -Add the "Deprecated" suffix to some implementation files
3340 * Source/cmake/OptionsEfl.cmake:
3341 * Source/cmake/OptionsGTK.cmake:
3342 * Source/cmake/WebKitFeatures.cmake:
3343 * Source/cmakeconfig.h.cmake:
3345 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3347 Removing PAGE_VISIBILITY_API compile guard.
3348 https://bugs.webkit.org/show_bug.cgi?id=133844
3350 Reviewed by Gavin Barraclough.
3352 * Source/cmake/OptionsEfl.cmake:
3353 * Source/cmake/OptionsGTK.cmake:
3354 * Source/cmake/WebKitFeatures.cmake:
3355 * Source/cmakeconfig.h.cmake:
3357 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
3359 [EFL][CMAKE] Disable WebKit1 build as a default
3360 https://bugs.webkit.org/show_bug.cgi?id=134093
3362 Reviewed by Gyuyoung Kim.
3364 Disable WebKit1 build and enable WebKit2 build for the EFL port.
3366 * Source/cmake/OptionsEfl.cmake:
3368 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3370 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
3371 https://bugs.webkit.org/show_bug.cgi?id=130389
3373 Reviewed by Mark Lam.
3375 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
3376 into !ENABLE(JIT) since they are mutually exclusive.
3378 * Source/cmake/OptionsEfl.cmake:
3379 * Source/cmake/OptionsGTK.cmake:
3380 * Source/cmake/WebKitFeatures.cmake:
3381 * Source/cmakeconfig.h.cmake:
3383 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
3385 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
3386 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
3387 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
3388 by the plugin process, but it is searched and utilized separately.
3390 Rubber-stamped by Carlos Garcia Campos.
3392 * Source/cmake/OptionsGTK.cmake:
3394 2014-06-16 Commit Queue <commit-queue@webkit.org>
3396 Unreviewed, rolling out r170003.
3397 https://bugs.webkit.org/show_bug.cgi?id=133938
3399 This patch broke GTK build (Requested by kczech on #webkit).
3403 "[EFL] Platform support for WebSpeech feature."
3404 https://bugs.webkit.org/show_bug.cgi?id=116438
3405 http://trac.webkit.org/changeset/170003
3407 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
3409 [EFL] Platform support for WebSpeech feature.
3410 https://bugs.webkit.org/show_bug.cgi?id=116438
3412 Reviewed by Gyuyoung Kim.
3414 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
3416 * Source/cmake/OptionsEfl.cmake:
3417 * Source/cmake/WebKitFeatures.cmake:
3419 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3421 [EFL] Remove duplicated compiler flag
3422 https://bugs.webkit.org/show_bug.cgi?id=133838
3424 Reviewed by Anders Carlsson.
3426 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
3427 it added to common compiler options. So, it is duplicated.
3429 * Source/cmake/WebKitHelpers.cmake:
3431 2014-06-11 Commit Queue <commit-queue@webkit.org>
3433 Unreviewed, rolling out r169877.
3434 https://bugs.webkit.org/show_bug.cgi?id=133784
3436 rollout wrong build fix approach for EFL port (Requested by
3437 gyuyoung on #webkit).
3441 "Unreviewed, EFL build fix since r169869."
3442 http://trac.webkit.org/changeset/169877
3444 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3446 Unreviewed, EFL build fix since r169869.
3448 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
3450 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
3452 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3454 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
3456 * Source/cmake/WebKitHelpers.cmake:
3458 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
3460 [GTK] Make it possible to build with FTL enabled
3461 https://bugs.webkit.org/show_bug.cgi?id=133219
3463 Reviewed by Philippe Normand.
3465 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
3467 * Source/cmake/OptionsGTK.cmake:
3469 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
3471 [CMake] Clean up FAST_MOBILE_SCROLLING
3472 https://bugs.webkit.org/show_bug.cgi?id=133342
3474 Reviewed by Gyuyoung Kim.
3476 FAST_MOBILE_SCROLLING was removed in r168726.
3478 * Source/cmake/OptionsEfl.cmake:
3479 * Source/cmake/OptionsGTK.cmake:
3480 * Source/cmake/WebKitFeatures.cmake:
3481 * Source/cmakeconfig.h.cmake:
3483 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3486 https://bugs.webkit.org/show_bug.cgi?id=132863
3488 Reviewed by Csaba Osztrogonác.
3490 * Source/cmake/OptionsEfl.cmake:
3491 * Source/cmake/OptionsGTK.cmake:
3492 * Source/cmake/WebKitFeatures.cmake:
3493 * Source/cmakeconfig.h.cmake:
3495 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
3497 Allow building CMake based ports with WEB_REPLAY
3498 https://bugs.webkit.org/show_bug.cgi?id=133154
3500 Reviewed by Csaba Osztrogonác.
3502 * Source/cmake/WebKitFeatures.cmake:
3503 * Source/cmakeconfig.h.cmake:
3505 2014-05-21 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
3507 [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled
3508 https://bugs.webkit.org/show_bug.cgi?id=132907
3510 Reviewed by Gyuyoung Kim.
3512 * Source/cmake/FindLIBCXXABI.cmake: Added.
3513 * Source/cmake/OptionsEfl.cmake:
3515 2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3517 [EFL] Turn on ENABLE_CSS_FILTERS
3518 https://bugs.webkit.org/show_bug.cgi?id=133153
3520 Reviewed by Gyuyoung Kim.
3522 * Source/cmake/OptionsEfl.cmake: Enable CSS_FILTERS as default option value.
3524 2014-05-16 Martin Robinson <mrobinson@igalia.com>
3526 [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and LIBEXEC_INSTALL_DIR
3527 https://bugs.webkit.org/show_bug.cgi?id=132819
3529 Reviewed by Carlos Garcia Campos.
3531 * CMakeLists.txt: Hard-code CMAKE_ARCHIVE_OUTPUT_DIRECTORY etc, so that we can accept absolute paths for LIB_INSTALL_DIR
3533 * Source/cmake/OptionsCommon.cmake: Get rid of LIB_SUFFIX and try to make all path variables absolute. Also set
3534 CMAKE_ARCHIVE_OUTPUT_DIRECTORY, etc using the last path component of LIB_INSTALL_DIR, etc, so that absolute paths
3536 * Source/cmake/OptionsGTK.cmake: Ditto. Also get rid of all pkg-config specific variables.
3538 2014-05-20 Gustavo Noronha Silva <gns@gnome.org>
3540 [CMake] Support building with Debug Fission
3541 https://bugs.webkit.org/show_bug.cgi?id=131177
3543 Reviewed by Philippe Normand.
3545 * Source/cmake/OptionsCommon.cmake: add a DEBUG_FISSION option to enable usage
3546 of http://gcc.gnu.org/wiki/DebugFission.
3548 2014-05-20 Carlos Garcia Campos <cgarcia@igalia.com>
3550 [GTK] Rename translation domain as WebKit2GTK-3.0
3551 https://bugs.webkit.org/show_bug.cgi?id=132953
3553 Reviewed by Gustavo Noronha Silva.
3555 * Source/cmake/OptionsGTK.cmake:
3557 2014-05-18 Rik Cabanier <cabanier@adobe.com>
3559 support for navigator.hardwareConcurrency
3560 https://bugs.webkit.org/show_bug.cgi?id=132588
3562 Reviewed by Filip Pizlo.
3564 * Source/cmake/OptionsEfl.cmake:
3565 * Source/cmake/OptionsGTK.cmake:
3566 * Source/cmake/WebKitFeatures.cmake:
3567 * Source/cmakeconfig.h.cmake:
3569 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3571 Remove CSS_STICKY_POSITION guards
3572 https://bugs.webkit.org/show_bug.cgi?id=132676
3574 Reviewed by Simon Fraser.
3576 * Source/cmake/OptionsEfl.cmake:
3577 * Source/cmake/OptionsGTK.cmake:
3578 * Source/cmake/WebKitFeatures.cmake:
3579 * Source/cmakeconfig.h.cmake:
3581 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
3583 Unreviewed. Bump version numbers.
3585 * Source/cmake/OptionsGTK.cmake:
3587 2014-05-10 Martin Robinson <mrobinson@igalia.com>
3589 [GTK][CMake] Unable to do make install
3590 https://bugs.webkit.org/show_bug.cgi?id=130188
3592 Reviewed by Carlos Garcia Campos.
3594 Only try to install the HTML documentation if the build is configured to generate it via
3595 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
3596 to keep the HTML documentation directory as an installation source.
3598 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
3599 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
3600 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
3601 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
3602 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
3604 2014-05-09 Anders Carlsson <andersca@apple.com>
3606 Rename WebKit2.framework to WebKit.framework
3607 https://bugs.webkit.org/show_bug.cgi?id=132743
3608 <rdar://problem/15920046>
3610 Reviewed by Dan Bernstein.
3613 Build WebKit.xcodeproj before WebKit2.xcodeproj.
3615 * WebKit.xcworkspace/xcshareddata/xcschemes/:
3618 2014-05-06 David Kilzer <ddkilzer@apple.com>
3620 Add Makefile targets for copying static libraries (LLVM and WKSI)
3621 <http://webkit.org/b/132619>
3623 Reviewed by Mark Rowe.
3626 (MODULES): Add WebKitLibraries.
3628 2014-05-06 Commit Queue <commit-queue@webkit.org>
3630 Unreviewed, rolling out r168304.
3631 https://bugs.webkit.org/show_bug.cgi?id=132607
3633 Broke the build (Requested by KaL on #webkit).
3637 "[GTK][CMake] Unable to do make install"
3638 https://bugs.webkit.org/show_bug.cgi?id=130188
3639 http://trac.webkit.org/changeset/168304
3641 2014-05-05 Martin Robinson <mrobinson@igalia.com>
3643 [GTK][CMake] Unable to do make install
3644 https://bugs.webkit.org/show_bug.cgi?id=130188
3646 Reviewed by Carlos Garcia Campos.
3648 Only try to install the HTML documentation if the build is configured to generate it via
3649 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
3650 to keep the HTML documentation directory as an installation source.
3652 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
3653 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
3654 never added to the default target, but will be triggered by build-webkit, so that
3655 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
3656 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
3658 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3660 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
3661 https://bugs.webkit.org/show_bug.cgi?id=132525
3663 Reviewed by Martin Robinson.
3665 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
3666 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
3667 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
3669 2014-05-01 David Kilzer <ddkilzer@apple.com>
3671 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
3672 <http://webkit.org/b/132432>
3674 Reviewed by Tim Horton.
3676 * Source/cmake/WebKitFeatures.cmake:
3677 * Source/cmakeconfig.h.cmake:
3678 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
3680 2014-04-30 Simon Fraser <simon.fraser@apple.com>
3682 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
3684 Reviewed by Dan Bernstein/Anders Carlsson.
3686 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3687 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3689 2014-04-30 Simon Fraser <simon.fraser@apple.com>
3691 Let Xcode have its way with the WebKit workspace.
3693 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3694 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3696 2014-04-29 Martin Robinson <mrobinson@igalia.com>
3698 [GTK] Make it easier to run CMake for downstreams
3699 https://bugs.webkit.org/show_bug.cgi?id=132370
3701 Reviewed by Carlos Garcia Campos.
3703 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
3705 2014-04-27 Joonghun Park <jh718.park@samsung.com>
3707 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
3708 https://bugs.webkit.org/show_bug.cgi?id=132176
3710 Reviewed by Gyuyoung Kim.
3712 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
3714 * Source/cmake/OptionsEfl.cmake:
3716 2014-04-22 Alex Christensen <achristensen@webkit.org>
3718 Removed old stdbool and inttypes headers.
3719 https://bugs.webkit.org/show_bug.cgi?id=131966
3721 Reviewed by Brent Fulgham.
3723 * Source/cmake/OptionsWindows.cmake:
3724 * Source/cmake/WebKitPackaging.cmake:
3725 Removed references to os-win32 directory.
3727 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
3729 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
3731 Rubber-stamped by Carlos Garcia Campos.
3733 * Source/cmake/WebKitFeatures.cmake:
3735 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
3737 Empty RenderInline objects should not be line break objects.
3739 https://bugs.webkit.org/show_bug.cgi?id=131861
3740 <rdar://problem/15663617>
3742 Reviewed by David Hyatt.
3744 * ManualTests/empty-inline-as-line-break-position.html: Added.
3745 This issue wouldn't reproduce in WebKitTestRunner.
3747 2014-04-19 Brent Fulgham <bfulgham@apple.com>
3749 Revert unintended workspace change in my last commit.
3751 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
3752 Scheme type back to Debug.
3754 2014-04-18 Philippe Normand <pnormand@igalia.com>
3756 Remove NETWORK_INFO support
3757 https://bugs.webkit.org/show_bug.cgi?id=131841
3759 Reviewed by Gyuyoung Kim.
3761 * Source/cmake/OptionsEfl.cmake:
3762 * Source/cmake/OptionsGTK.cmake:
3763 * Source/cmake/WebKitFeatures.cmake:
3764 * Source/cmakeconfig.h.cmake:
3766 2014-04-17 Darin Adler <darin@apple.com>
3768 Try to fix EFL and GTK builds.
3770 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
3771 * Source/cmake/OptionsGTK.cmake: Ditto.
3772 * Source/cmakeconfig.h.cmake: Ditto.
3774 2014-04-16 Brendan Long <b.long@cablelabs.com>
3776 [GTK][CMAKE] build-webkit doesn't detect when the build fails
3777 https://bugs.webkit.org/show_bug.cgi?id=130148
3779 Reviewed by Martin Robinson.
3781 * 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.
3783 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
3785 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
3786 https://bugs.webkit.org/show_bug.cgi?id=131725
3788 Reviewed by Philippe Normand.
3790 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
3791 instead of GTK_UNIX_PRINTING_FOUND and set the macro
3792 HAVE_GTK_UNIX_PRINTING to 1 when found.
3794 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
3796 Web Replay: memoize nondeterministic attributes of the Navigator interface
3797 https://bugs.webkit.org/show_bug.cgi?id=131340
3799 Reviewed by Timothy Hatcher.
3801 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
3803 2014-04-09 Brendan Long <b.long@cablelabs.com>
3805 [GStreamer] Expose MPEG-TS metadata
3806 https://bugs.webkit.org/show_bug.cgi?id=122001
3808 Reviewed by Eric Carlson.
3810 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
3811 * Source/cmake/OptionsEfl.cmake: Same.
3812 * Source/cmake/OptionsGTK.cmake: Same.
3814 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
3816 Web Replay: memoize nondeterministic attributes of the Screen interface
3817 https://bugs.webkit.org/show_bug.cgi?id=131339
3819 Reviewed by Timothy Hatcher.
3821 * ManualTests/inspector/replay-window-screen.html: Added.
3823 2014-04-08 Martin Robinson <mrobinson@igalia.com>
3825 [GTK] Remove the WebKitGTK+ WebKit 1 code
3826 https://bugs.webkit.org/show_bug.cgi?id=131399
3828 Reviewed by Anders Carlsson.
3830 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
3831 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
3833 2014-04-08 Dan Bernstein <mitz@apple.com>
3835 Added bmalloc to the WebKit workspace.
3836 https://bugs.webkit.org/show_bug.cgi?id=131362
3838 Reviewed by Geoff Garen.
3840 * WebKit.xcworkspace/contents.xcworkspacedata:
3841 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3842 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3844 2014-04-08 Geoffrey Garen <ggaren@apple.com>
3846 Build bmalloc on iOS too
3847 https://bugs.webkit.org/show_bug.cgi?id=131381
3849 Reviewed by Andreas Kling.
3851 * Source/Makefile: Build it.
3853 2014-04-07 Geoffrey Garen <ggaren@apple.com>
3855 Build bmalloc on Mac
3856 https://bugs.webkit.org/show_bug.cgi?id=131333
3858 Reviewed by Mark Rowe.