1 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
3 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
4 https://bugs.webkit.org/show_bug.cgi?id=146035
6 Reviewed by Gyuyoung Kim.
8 * Source/cmake/OptionsEfl.cmake:
10 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
12 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
13 https://bugs.webkit.org/show_bug.cgi?id=145701
15 Reviewed by Darin Adler.
17 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
19 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
21 [iOS] Crash long pressing on <input type=file>
22 https://bugs.webkit.org/show_bug.cgi?id=146009
23 <rdar://problem/21234453>
25 Reviewed by Ryosuke Niwa.
27 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
29 2015-06-16 Brent Fulgham <bfulgham@apple.com>
31 Rollout accidental Xcode project change.
33 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
35 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
37 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
38 https://bugs.webkit.org/show_bug.cgi?id=145909
40 Reviewed by Csaba Osztrogonác.
42 Bump EWebKit version based on efl library version used by the EWebKit.
44 * Source/cmake/OptionsEfl.cmake:
46 2015-06-11 Commit Queue <commit-queue@webkit.org>
48 Unreviewed, rolling out r185453.
49 https://bugs.webkit.org/show_bug.cgi?id=145881
51 it broke the 32-bit build (Requested by clopez on #webkit).
55 "[GTK] [Wayland] Should be possible to build with support for
56 both X11 and Wayland."
57 https://bugs.webkit.org/show_bug.cgi?id=145701
58 http://trac.webkit.org/changeset/185453
60 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
62 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
63 https://bugs.webkit.org/show_bug.cgi?id=145701
65 Reviewed by Žan Doberšek.
67 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
69 2015-06-03 Daniel Bates <dabates@apple.com>
71 Caps lock indicator should not be shown in read-only or disabled field
72 https://bugs.webkit.org/show_bug.cgi?id=145612
73 <rdar://problem/21227454>
75 Reviewed by Darin Adler.
77 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
78 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
79 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
81 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
83 [cmake] Suppress parentheses-equality warnings
84 https://bugs.webkit.org/show_bug.cgi?id=145126
86 Reviewed by Darin Adler.
88 * Source/cmake/WebKitHelpers.cmake:
90 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
92 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
93 https://bugs.webkit.org/show_bug.cgi?id=145408
95 Reviewed by Carlos Garcia Campos.
97 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
98 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
99 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
101 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
102 libraries. Detect also GLX libraries.
103 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
104 libraries. Use find_path() to get the include path.
105 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
107 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
108 depending on the libraries found on the system.
109 Move the detection of GLX (and the include of CMakePushCheckState)
111 Ensure that we only define USE_GLX when we build with OpenGL
112 (but not with GLESv2).
114 2015-05-27 Dean Jackson <dino@apple.com>
116 img.currentSrc problem in strict mode with old picturefill
117 https://bugs.webkit.org/show_bug.cgi?id=144095
118 <rdar://problem/21087013>
120 Reviewed by Simon Fraser.
122 Add a PICTURE_SIZES flag.
124 * Source/cmake/OptionsEfl.cmake:
125 * Source/cmake/OptionsGTK.cmake:
126 * Source/cmake/OptionsMac.cmake:
127 * Source/cmake/OptionsWindows.cmake:
128 * Source/cmake/WebKitFeatures.cmake:
130 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
132 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
134 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
136 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
138 Unreviewed. Export DatabaseProcessMainUnix symbol.
140 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
141 is exported in production builds.
143 * Source/cmake/gtksymbols.filter:
145 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
147 [GTK] Enable IndexedDB
148 https://bugs.webkit.org/show_bug.cgi?id=98932
150 Reviewed by Žan Doberšek.
152 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
153 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
155 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
157 [GTK] Bump GCC requirements to 4.9.0
158 https://bugs.webkit.org/show_bug.cgi?id=145211
160 Reviewed by Žan Doberšek.
162 It's required to build with IndexedDB support when using GCC,
163 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
165 * Source/cmake/OptionsGTK.cmake:
167 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
169 [CMake] Ignore warnings in system headers
170 https://bugs.webkit.org/show_bug.cgi?id=144747
172 Reviewed by Darin Adler.
174 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
175 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
176 use the SYSTEM argument to the command (added in 2.8.12).
180 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
182 [CMake] Error out when ruby is too old
183 https://bugs.webkit.org/show_bug.cgi?id=145014
185 Reviewed by Martin Robinson.
187 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
192 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
194 [GTK] Enable plugin-related CMake options and variables for the X11 target only
195 https://bugs.webkit.org/show_bug.cgi?id=144995
197 Reviewed by Carlos Garcia Campos.
199 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
200 the X11 windowing target at the moment, so the following options
201 and variables should be enabled or disabled accordingly:
202 - ENABLE_PLUGIN_PROCESS_GTK2
203 - ENABLE_NETSCAPE_PLUGIN_API
204 - ENABLE_PLUGIN_PROCESS
206 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
208 Linker fails without -DDEVELOPER_MODE=ON
209 https://bugs.webkit.org/show_bug.cgi?id=144117
211 Reviewed by Gyuyoung Kim.
213 * Source/cmake/OptionsEfl.cmake:
214 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
215 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
217 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
219 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
220 https://bugs.webkit.org/show_bug.cgi?id=144846
222 Reviewed by Martin Robinson.
224 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
225 CAIRO_GL_* throughout, because find_package will define
227 * Source/cmake/OptionsGTK.cmake: Ditto.
229 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
231 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
232 https://bugs.webkit.org/show_bug.cgi?id=144845
234 Reviewed by Martin Robinson.
236 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
237 if their corresponding WTF options are ON. The code in npapi.h
238 relies on these being undefined if they are to be switched off.
240 2015-05-09 Yoav Weiss <yoav@yoav.ws>
242 Remove the PICTURE_SIZES build flag
243 https://bugs.webkit.org/show_bug.cgi?id=144679
245 Reviewed by Benjamin Poulain.
247 Removed the PICTURE_SIZES build time flag.
249 * Source/cmake/OptionsEfl.cmake:
250 * Source/cmake/OptionsGTK.cmake:
251 * Source/cmake/OptionsMac.cmake:
252 * Source/cmake/OptionsWindows.cmake:
253 * Source/cmake/WebKitFeatures.cmake:
255 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
257 [GTK] [CMake] Check for required X libraries
258 https://bugs.webkit.org/show_bug.cgi?id=144823
260 Reviewed by Martin Robinson.
262 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
264 * Source/cmake/OptionsGTK.cmake:
266 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
268 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
269 https://bugs.webkit.org/show_bug.cgi?id=144746
271 Reviewed by Carlos Garcia Campos.
273 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
274 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
275 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
277 * Source/cmake/OptionsGTK.cmake:
279 2015-05-08 Daniel Bates <dabates@apple.com>
281 [iOS] WebSQL operations are not performed after device is locked
282 https://bugs.webkit.org/show_bug.cgi?id=137503
283 <rdar://problem/20844952>
285 Rubber-stamped by Alexey Proskuryakov.
287 Add a manual test to help verify that we do not regress this issue.
289 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
291 2015-05-08 Commit Queue <commit-queue@webkit.org>
293 Unreviewed, rolling out r183945.
294 https://bugs.webkit.org/show_bug.cgi?id=144789
296 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
300 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
301 https://bugs.webkit.org/show_bug.cgi?id=144746
302 http://trac.webkit.org/changeset/183945
304 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
306 Cleanup after r183940
307 https://bugs.webkit.org/show_bug.cgi?id=144768
311 Looks like the empty directories were not deleted.
313 * Source/PAL: Removed.
314 * Source/PAL/Configurations: Removed.
315 * Source/PAL/PAL.xcodeproj: Removed.
316 * Source/PAL/graphics: Removed.
318 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
320 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
321 https://bugs.webkit.org/show_bug.cgi?id=144746
323 Reviewed by Martin Robinson.
325 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
326 what it is defined to, so defining it to 0 effectively turned it on always.
328 * Source/cmake/OptionsGTK.cmake:
330 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
332 Revert "Introducing the Platform Abstraction Layer (PAL)"
333 https://bugs.webkit.org/show_bug.cgi?id=144751
337 PAL should be a new target inside WebCore, rather than a top-level folder.
339 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
341 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
343 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
345 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
347 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
349 Introducing the Platform Abstraction Layer (PAL)
350 https://bugs.webkit.org/show_bug.cgi?id=143358
352 Reviewed by Simon Fraser.
354 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
356 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
358 [cmake] Disable GNU Gold linker on Cortex A53
359 https://bugs.webkit.org/show_bug.cgi?id=144382
361 Reviewed by Carlos Garcia Campos.
363 * Source/cmake/OptionsCommon.cmake:
365 2015-05-01 Martin Robinson <mrobinson@igalia.com>
367 USE(...) macro should expect unprefixed variables
368 https://bugs.webkit.org/show_bug.cgi?id=144454
370 Reviewed by Daniel Bates.
372 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
373 * Source/cmake/OptionsEfl.cmake: Ditto.
374 * Source/cmake/OptionsGTK.cmake: Ditto.
375 * Source/cmake/OptionsMac.cmake: Ditto.
376 * Source/cmake/OptionsWinCairo.cmake: Ditto.
377 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
380 2015-04-30 Martin Robinson <mrobinson@igalia.com>
382 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
383 https://bugs.webkit.org/show_bug.cgi?id=144394
385 Reviewed by Carlos Garcia Campos.
387 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
388 is that it fixes the redirected XComposite window for GTK+, which was accidentally
389 disabled in previous reworking of the CMake configuration.
391 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
392 version of USE variables.
393 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
394 is exposed to the build.
396 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
398 Unreviewed. Bump GTK+ version numbers.
400 * Source/cmake/OptionsGTK.cmake:
402 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
404 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
405 https://bugs.webkit.org/show_bug.cgi?id=144435
407 Reviewed by Gyuyoung Kim.
409 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
410 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
412 * Source/cmake/OptionsEfl.cmake:
414 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
416 REGRESSION(183583): [Mac] make without SDKROOT has issues
417 https://bugs.webkit.org/show_bug.cgi?id=144431
419 Reviewed by Dan Bernstein.
422 Assume an empty SDKROOT means an macosx variant, so only
423 enable settings if the SDKROOT is not empty and does not
426 2015-04-29 Martin Robinson <mrobinson@igalia.com>
428 Fix the GTK+ build after r183584
430 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
432 2015-04-29 Martin Robinson <mrobinson@igalia.com>
434 [GTK] Add support for automatic hyphenation
435 https://bugs.webkit.org/show_bug.cgi?id=44478
437 Reviewed by Carlos Garcia Campos.
439 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
440 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
441 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
443 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
445 Failure when building WebKit for appletvsimulator.
446 https://bugs.webkit.org/show_bug.cgi?id=144356
448 Reviewed by Alexey Proskuryakov.
450 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
451 make TVOS and WatchOS behave correctly.
455 2015-04-29 Martin Robinson <mrobinson@igalia.com>
457 [CMake] [GTK] Organize and clean up unused CMake variables
458 https://bugs.webkit.org/show_bug.cgi?id=144364
460 Reviewed by Gyuyoung Kim.
462 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
463 specific to certain projects into their PlatformGTK.cmake files.
465 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
467 [EFL] Build failure to find gio-unix
468 https://bugs.webkit.org/show_bug.cgi?id=144083
470 Reviewed by Gyuyoung Kim.
472 Original patch by Doug Newgard <scimma22@outlook.com>
474 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
476 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
478 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
479 https://bugs.webkit.org/show_bug.cgi?id=143001
481 Reviewed by Gyuyoung Kim.
483 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
484 * Source/cmake/OptionsGTK.cmake: Ditto.
486 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
488 Unreviewed, fix typo in previous commit
490 libsecretr -> libsecret in the error message.
492 * Source/cmake/OptionsGTK.cmake:
494 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
496 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
497 https://bugs.webkit.org/show_bug.cgi?id=143546
499 Reviewed by Martin Robinson.
501 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
502 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
503 default. Fail the build with an informative error message if an optional dependency required
504 for an enabled feature is not present. Perform find_package commands only when necessary.
505 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
508 * Source/cmake/OptionsGTK.cmake:
510 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
512 [GTK] Make all options actually options
513 https://bugs.webkit.org/show_bug.cgi?id=144106
515 Reviewed by Martin Robinson.
517 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
518 ENABLE_WAYLAND_TARGET.
520 * Source/cmake/OptionsGTK.cmake:
522 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
524 Unreviewed, fix GTK build after r183452
526 * Source/cmake/OptionsGTK.cmake:
528 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
530 [GTK] Add one single option to control all OpenGL-related options
531 https://bugs.webkit.org/show_bug.cgi?id=144105
533 Reviewed by Martin Robinson.
535 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
536 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
537 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
538 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
539 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
542 * Source/cmake/OptionsGTK.cmake:
544 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
546 [GTK] ENABLE_SMOOTH_SCROLLING should be private
547 https://bugs.webkit.org/show_bug.cgi?id=144306
549 Reviewed by Martin Robinson.
551 Make ENABLE_SMOOTH_SCROLLING private instead of public.
553 * Source/cmake/OptionsGTK.cmake:
555 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
557 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
558 https://bugs.webkit.org/show_bug.cgi?id=144193
560 Reviewed by Darin Adler.
562 * Source/cmake/OptionsEfl.cmake:
563 * Source/cmake/OptionsGTK.cmake:
564 * Source/cmake/OptionsWinCairo.cmake:
565 * Source/cmake/WebKitFeatures.cmake:
567 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
569 [CMake] Should be possible for an option to conflict with other options
570 https://bugs.webkit.org/show_bug.cgi?id=143956
572 Reviewed by Martin Robinson.
574 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
576 * Source/cmake/WebKitFeatures.cmake:
578 2015-04-22 Martin Robinson <mrobinson@igalia.com>
580 [CMake] Autogenerate cmakeconfig.h.cmake
581 https://bugs.webkit.org/show_bug.cgi?id=143997
583 Reviewed by Csaba Osztrogonác.
585 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
586 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
587 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
588 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
589 Do some other miscellaneous related cleanup.
590 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
591 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
592 build exposed variables. Add a macro to generate a configuration from them.
593 * Source/cmakeconfig.h.cmake: Removed.
595 2015-04-24 Philippe Normand <pnormand@igalia.com>
597 [JHBuild] Move to upstream OpenWebRTC
598 https://bugs.webkit.org/show_bug.cgi?id=144145
600 Reviewed by Carlos Garcia Campos.
602 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
605 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
607 [ES6] Implement ES6 template literals
608 https://bugs.webkit.org/show_bug.cgi?id=142691
610 Reviewed by Darin Adler.
612 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
614 * Source/cmake/WebKitFeatures.cmake:
615 * Source/cmakeconfig.h.cmake:
617 2015-04-25 Martin Robinson <mrobinson@igalia.com>
619 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
620 https://bugs.webkit.org/show_bug.cgi?id=144182
622 Reviewed by Simon Fraser.
624 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
625 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
626 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
627 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
628 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
630 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
632 [GTK] Add more public options
633 https://bugs.webkit.org/show_bug.cgi?id=144116
635 Reviewed by Martin Robinson.
637 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
639 * Source/cmake/OptionsGTK.cmake:
641 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
643 [CMake] Some internal variables are not marked as advanced
644 https://bugs.webkit.org/show_bug.cgi?id=143595
646 Reviewed by Martin Robinson.
648 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
649 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
651 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
653 [GTK] Mark as advanced the build options we don't want to expose
654 https://bugs.webkit.org/show_bug.cgi?id=143558
656 Reviewed by Martin Robinson.
658 Mark various options as private instead of public.
660 * Source/cmake/OptionsGTK.cmake:
662 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
664 [CMake] Should be possible for an option to depend on multiple options
665 https://bugs.webkit.org/show_bug.cgi?id=143839
667 Reviewed by Martin Robinson.
669 Use a list instead of a single variable to track the dependencies of each option. Iterate
670 over the list as many times as necessary to ensure all options are properly disabled.
672 * Source/cmake/WebKitFeatures.cmake:
674 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
676 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
677 https://bugs.webkit.org/show_bug.cgi?id=144103
679 Reviewed by Martin Robinson.
681 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
683 * Source/cmake/WebKitFeatures.cmake:
685 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
687 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
688 https://bugs.webkit.org/show_bug.cgi?id=144102
690 Reviewed by Martin Robinson.
692 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
693 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
694 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
696 * Source/cmake/OptionsGTK.cmake:
698 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
700 [CMake] Clean up JSC JIT options
701 https://bugs.webkit.org/show_bug.cgi?id=143998
703 Reviewed by Filip Pizlo.
705 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
706 define for ENABLE_FTL_NATIVE_CALL_INLINING.
707 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
708 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
709 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
710 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
712 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
714 [CMake] Use lowercase for local variables in macros
715 https://bugs.webkit.org/show_bug.cgi?id=144059
717 Reviewed by Martin Robinson.
719 Convert some variable names to lowercase.
721 * Source/cmake/WebKitFeatures.cmake:
723 2015-04-22 Commit Queue <commit-queue@webkit.org>
725 Unreviewed, rolling out r183116.
726 https://bugs.webkit.org/show_bug.cgi?id=144060
728 Inadvertently deleted a file... (Requested by mcatanzaro on
733 "[CMake] Use lowercase for local variables in macros"
734 https://bugs.webkit.org/show_bug.cgi?id=144059
735 http://trac.webkit.org/changeset/183116
737 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
739 [CMake] Use lowercase for local variables in macros
740 https://bugs.webkit.org/show_bug.cgi?id=144059
742 Reviewed by Martin Robinson.
744 Convert some variable names to lowercase.
746 * Source/cmake/WebKitFeatures.cmake:
748 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
750 [CMake] Features list should print dots every other row
751 https://bugs.webkit.org/show_bug.cgi?id=143832
753 Reviewed by Martin Robinson.
755 Discount private options when determining whether to print dots on a given row of the
756 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
757 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
758 wasn't noticed because it only affects the first line, and use of the variable name as a
759 string in a conditional.)
761 * Source/cmake/WebKitFeatures.cmake:
763 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
765 [CMake] Require specifying visibility of WebKit options
766 https://bugs.webkit.org/show_bug.cgi?id=143831
768 Reviewed by Alex Christensen.
770 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
771 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
772 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
773 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
774 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
775 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
776 cross-platform options as PRIVATE.
778 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
780 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
781 https://bugs.webkit.org/show_bug.cgi?id=143935
783 Reviewed by Darin Adler.
785 Some variables aren't defined in these files or unused variables aren't removed. This
786 patch cleans up it as well as fix wrong alphabet order.
788 * Source/cmake/WebKitFeatures.cmake:
789 * Source/cmakeconfig.h.cmake:
791 2015-04-19 Simon Fraser <simon.fraser@apple.com>
793 Restore the WebKit.xcworkspace to the way it was before r182899,
794 which inadvertently added the Source directory and a couple of source
797 * WebKit.xcworkspace/contents.xcworkspacedata:
799 2015-04-16 Basile Clement <basile_clement@apple.com>
801 Extract the allocation profile from JSFunction into a rare object
802 https://bugs.webkit.org/show_bug.cgi?id=143807
804 Reviewed by Filip Pizlo.
806 * WebKit.xcworkspace/contents.xcworkspacedata:
808 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
810 [EFL] Bump LLVM to version 3.6.0 on X86_64
811 https://bugs.webkit.org/show_bug.cgi?id=143604
813 Reviewed by Gyuyoung Kim.
815 * Source/cmake/FindLLVM.cmake: Added version handling.
816 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
818 2015-04-15 Timothy Horton <timothy_horton@apple.com>
820 Custom CSS cursors do not use -webkit-image-set on retina displays
821 https://bugs.webkit.org/show_bug.cgi?id=120783
823 Reviewed by Beth Dakin.
824 Patch by Evan Wallace <evan.exe@gmail.com>.
826 Add a manual test for custom CSS cursors on retina displays.
828 * ManualTests/retina-cursors.html: Added.
830 2015-04-15 Alex Christensen <achristensen@webkit.org>
832 Progress towards CMake on Mac.
833 https://bugs.webkit.org/show_bug.cgi?id=143785
835 Reviewed by Csaba Osztrogonác.
838 * Source/cmake/OptionsMac.cmake:
839 * Source/cmake/WebKitFS.cmake:
841 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
843 Cannot click "Next" button on Google two-factor auth setup page
845 <https://bugs.webkit.org/show_bug.cgi?id=143624>
846 <rdar://problem/19175714>
848 Reviewed by Darin Adler.
850 * ManualTests/button-that-focuses-itself-on-click.html: Added.
852 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
854 [cmake] REGRESSION(182663): It broke feature dependency handling
855 https://bugs.webkit.org/show_bug.cgi?id=143665
857 Reviewed by Csaba Osztrogonác.
859 Don't try to check the value of options before defining the options.
861 * Source/cmake/WebKitFeatures.cmake:
863 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
865 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
866 https://bugs.webkit.org/show_bug.cgi?id=143664
868 Reviewed by Gyuyoung Kim.
870 * Source/cmake/OptionsEfl.cmake:
871 * Source/cmake/OptionsGTK.cmake:
872 * Source/cmake/WebKitFeatures.cmake:
873 * Source/cmakeconfig.h.cmake:
875 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
877 [EFL] Enable Media Source
878 https://bugs.webkit.org/show_bug.cgi?id=143635
880 Reviewed by Csaba Osztrogonác.
882 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
884 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
886 [CMake] Miscellaneous issues in WebKitFeatures.cmake
887 https://bugs.webkit.org/show_bug.cgi?id=143636
889 Reviewed by Martin Robinson.
891 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
892 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
894 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
895 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
897 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
899 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
901 Fix ENABLE_TOUCH_SLIDER so that it can be used
905 * Source/cmake/WebKitFeatures.cmake:
907 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
909 [CMake] Print sorted feature list at the very end of the configure process
910 https://bugs.webkit.org/show_bug.cgi?id=143596
912 Reviewed by Martin Robinson.
914 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
915 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
916 and sort the options before printing. Reorder some code so that features still get
917 propagated to the bindings generators.
919 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
921 [CMake] Options should be marked as advanced by default
922 https://bugs.webkit.org/show_bug.cgi?id=143572
924 Reviewed by Gyuyoung Kim.
926 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
927 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
928 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
929 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
930 option without making it public.
932 * Source/cmake/WebKitFeatures.cmake:
934 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
936 [CMake] Remove unnecessary ENABLE_WEBCORE switch
937 https://bugs.webkit.org/show_bug.cgi?id=143584
939 Reviewed by Csaba Osztrogonác.
941 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
945 * Source/CMakeLists.txt:
946 * Source/cmake/OptionsGTK.cmake:
947 * Source/cmake/WebKitFS.cmake:
949 2015-04-08 Filip Pizlo <fpizlo@apple.com>
951 Unreviewed, revert accidental commit.
955 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
957 Add CMake build system for WinCairo port.
958 https://bugs.webkit.org/show_bug.cgi?id=115944
960 Reviewed by Chris Dumez.
962 * Source/cmake/OptionsWindows.cmake:
963 * Source/cmake/WebKitMacros.cmake:
964 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
966 2015-04-06 Alberto Garcia <berto@igalia.com>
969 https://bugs.webkit.org/show_bug.cgi?id=143453
971 Reviewed by Darin Adler.
973 Add HPPA to the list of supported CPUs.
977 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
979 Unreviewed, kick the GTK bots to fix an incremental build issue.
981 * Source/cmake/OptionsGTK.cmake:
983 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
985 Fix the EFL and GTK build after r182243
986 https://bugs.webkit.org/show_bug.cgi?id=143361
988 Reviewed by Csaba Osztrogonác.
990 * Source/PlatformEfl.cmake: Add a custom command that copies
991 the InspectorBackendCommands.js file into the proper directory
992 under DerivedSources/WebInspectorUI/.
994 2015-04-01 Alex Christensen <achristensen@webkit.org>
996 Progress towards CMake on Windows and Mac.
997 https://bugs.webkit.org/show_bug.cgi?id=143293
999 Reviewed by Filip Pizlo.
1002 Set DERIVED_SOURCES_WTF_DIR for Windows.
1003 * Source/CMakeLists.txt:
1004 Don't compile bmalloc on Windows.
1005 * Source/cmake/OptionsCommon.cmake:
1006 Use the absolute path of the C preprocessor.
1007 * Source/cmake/OptionsWinCairo.cmake:
1008 Added needed definitions.
1009 * Source/cmake/OptionsWindows.cmake:
1010 Set some default values and removed support for old Visual Studio versions before /MP.
1011 * Source/cmake/WebKitFS.cmake:
1012 Make WTF DerivedSources directory.
1013 * Source/cmake/WebKitMacros.cmake:
1014 Added ADD_PRECOMPILED_HEADER macro based on
1015 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
1017 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
1019 Use colored diagnostics when building with cmake + ninja + clang
1020 https://bugs.webkit.org/show_bug.cgi?id=143297
1022 Reviewed by Žan Doberšek.
1024 Because that ninja sets subprocess stdout/stderr to a pipe, clang
1025 disables colored output.
1026 This patch forces clang to use colored diagnostics when we are using
1029 * Source/cmake/OptionsCommon.cmake:
1031 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1033 [CMake] Update old CMakeList.txt in gtest
1034 https://bugs.webkit.org/show_bug.cgi?id=143192
1036 Reviewed by Darin Adler.
1038 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
1039 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
1040 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
1042 * Source/CMakeLists.txt:
1043 * Source/cmake/gtest/CMakeLists.txt: Removed.
1045 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1047 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
1048 https://bugs.webkit.org/show_bug.cgi?id=143138
1050 Reviewed by Csaba Osztrogonác.
1052 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
1053 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
1055 * Source/cmake/OptionsWindows.cmake:
1056 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
1057 * Source/cmake/WebKitMacros.cmake:
1059 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1061 [GStreamer] share GL context in pipeline, part 2
1062 https://bugs.webkit.org/show_bug.cgi?id=143049
1064 Reviewed by Carlos Garcia Campos.
1066 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
1067 OpenGL/ES2 is found and GLX/EGL is found too.
1069 2015-03-26 Alex Christensen <achristensen@webkit.org>
1071 Progress towards CMake on Mac.
1072 https://bugs.webkit.org/show_bug.cgi?id=143112
1074 Reviewed by Chris Dumez.
1076 * Source/cmake/OptionsMac.cmake:
1078 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
1080 [EFL] Add OpenWebRTC in jhbuild
1081 https://bugs.webkit.org/show_bug.cgi?id=142778
1083 Reviewed by Gyuyoung Kim.
1085 Original patch by Philippe Normand <pnormand@igalia.com>
1087 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
1088 mediastream build is enabled.
1090 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
1092 [GTK] Add a configure option to build without Redirected XComposite Window
1093 https://bugs.webkit.org/show_bug.cgi?id=142865
1095 Reviewed by Žan Doberšek.
1097 The Redirected XComposite Window was added to support some
1098 features like GtkOverlay, but in cases where we don't need such
1099 features, it's more efficient to use the XID of the WebKitWebView
1100 window as the native surface handle for the accelerated
1101 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
1102 that is enabled by default for X11 target when OpenGL is enabled.
1104 * Source/cmake/OptionsGTK.cmake:
1106 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
1108 [GTK] Search for the Wayland dependency when enabling Wayland target
1109 https://bugs.webkit.org/show_bug.cgi?id=142876
1111 Reviewed by Carlos Garcia Campos.
1113 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
1114 requirement of either the GTK+ or GDK pkg-config files, so we have to
1115 search for it ourselves when WebKitGTK+ has been configured to support
1116 the Wayland windowing target.
1118 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1120 Unreviewed, kick the GTK bots to regenerate makefile.
1121 https://bugs.webkit.org/show_bug.cgi?id=137394
1123 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
1124 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
1126 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
1128 Unreviewed, kick the GTK bots to regenerate makefile.
1129 https://bugs.webkit.org/show_bug.cgi?id=137394
1131 * Source/cmake/OptionsEfl.cmake:
1133 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
1135 [GTK] Fix inspector userinterface related incremental build issue
1136 https://bugs.webkit.org/show_bug.cgi?id=142849
1138 Reviewed by Carlos Garcia Campos.
1140 * Source/cmake/OptionsGTK.cmake: Revert r181733.
1142 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
1144 Unreviewed, kick the GTK bots to regenerate makefile.
1146 * Source/cmake/OptionsGTK.cmake:
1148 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
1150 [EFL] Expose JavaScript binding interface through ewk_extension
1151 https://bugs.webkit.org/show_bug.cgi?id=142033
1153 Reviewed by Gyuyoung Kim.
1155 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
1157 2015-03-17 Philippe Normand <pnormand@igalia.com>
1159 [GTK] basic OpenWebRTC build support
1160 https://bugs.webkit.org/show_bug.cgi?id=142393
1162 Reviewed by Carlos Garcia Campos.
1164 * Source/cmake/FindOpenWebRTC.cmake: Added.
1165 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
1166 mediastream build is enabled.
1168 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1170 [CMake][EFL] Build test tools only for developer mode
1171 https://bugs.webkit.org/show_bug.cgi?id=142761
1173 Reviewed by Csaba Osztrogonác.
1175 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
1177 * Source/cmake/OptionsEfl.cmake:
1178 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
1179 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
1180 * Source/cmakeconfig.h.cmake:
1182 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
1184 Enable ES6 classes by default
1185 https://bugs.webkit.org/show_bug.cgi?id=142774
1187 Reviewed by Gavin Barraclough.
1189 * Source/cmake/WebKitFeatures.cmake:
1191 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1193 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
1194 https://bugs.webkit.org/show_bug.cgi?id=142722
1196 Reviewed by Csaba Osztrogonác.
1198 Categorize to define cmake variables, to find necessary packages,
1199 use upper case for "glib_conponents" cmake variable name, re-arrange
1200 wrong alphabet sorting, and so on.
1202 * CMakeLists.txt: Remove WinCE port.
1203 * Source/cmake/OptionsEfl.cmake:
1205 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1207 [GStreamer] share GL context in pipeline
1208 https://bugs.webkit.org/show_bug.cgi?id=142693
1210 Reviewed by Philippe Normand.
1212 Add search of gstreamer-gl library in the GStreamer installation. If
1213 it is found, WTF_USE_GSTREAMER_GL macro is defined.
1215 * Source/cmake/FindGStreamer.cmake:
1216 * Source/cmake/OptionsGTK.cmake:
1218 2015-03-13 Alex Christensen <achristensen@webkit.org>
1220 Progress towards CMake on Mac.
1221 https://bugs.webkit.org/show_bug.cgi?id=142680
1223 Reviewed by Gyuyoung Kim.
1226 * Source/PlatformMac.cmake: Added stub.
1227 * Source/cmake/OptionsMac.cmake:
1228 Change defines to get CMake working.
1230 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1232 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
1233 https://bugs.webkit.org/show_bug.cgi?id=126688
1235 Reviewed by Gustavo Noronha Silva.
1237 Add ENABLE_MINIBROWSER option, enabled by default for development
1238 builds and disabled for production builds unless explicilty enabled.
1240 * Source/cmake/OptionsGTK.cmake:
1242 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1244 [GTK] Do not look for child processes in the UI process binary path
1245 https://bugs.webkit.org/show_bug.cgi?id=135752
1247 Reviewed by Gustavo Noronha Silva.
1249 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
1250 build for development builds.
1252 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
1254 [GTK] Add a configure option to build with OpenGL ES 2
1255 https://bugs.webkit.org/show_bug.cgi?id=142498
1257 Reviewed by Martin Robinson.
1259 Add ENABLE_GLES2 option. It's disabled by default, but if passed
1260 GLES2 is required and OpenGL is not even searched. Otherwise we
1261 search for OpenGL as usual, using it only if present.
1263 * Source/cmake/OptionsGTK.cmake:
1265 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
1267 [cmake] Handle unused parameter warnings as build errors except in WebKit2
1268 https://bugs.webkit.org/show_bug.cgi?id=142338
1270 Reviewed by Gyuyoung Kim.
1272 * Source/cmake/WebKitHelpers.cmake:
1274 2015-03-03 Daniel Bates <dabates@apple.com>
1276 Convert ManualTests/svg-tooltip.svg to a DRT test
1277 https://bugs.webkit.org/show_bug.cgi?id=140480
1279 Reviewed by Alex Christensen.
1281 * ManualTests/svg-tooltip.svg: Removed.
1283 2015-03-02 Debarshi Ray <debarshir@gnome.org>
1285 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
1286 https://bugs.webkit.org/show_bug.cgi?id=142165
1288 Reviewed by Carlos Garcia Campos.
1290 * Source/cmake/gtksymbols.filter:
1292 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
1294 [EFL] Remove unnecessary comment after r179110
1295 https://bugs.webkit.org/show_bug.cgi?id=142042
1297 Reviewed by Gyuyoung Kim.
1299 * Source/cmake/OptionsEfl.cmake:
1301 2015-02-23 Tomas Popela <tpopela@redhat.com>
1303 [GTK] Fails to compile with cmake 3.2.x
1304 https://bugs.webkit.org/show_bug.cgi?id=141796
1306 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
1307 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
1308 added and the build will fail.
1310 Reviewed by Martin Robinson.
1312 * Source/cmake/OptionsGTK.cmake:
1314 2015-02-20 Alexey Proskuryakov <ap@apple.com>
1316 Remove svn:keywords property.
1318 As far as I can tell, the property had no effect on any of these files, but also,
1319 when it has effect it's likely harmful.
1321 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
1322 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
1323 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
1324 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
1325 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
1326 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
1327 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
1328 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
1329 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
1330 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
1331 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
1332 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
1333 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
1334 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
1336 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1338 [CMAKE] Remove CMakeLists.txt in WK1 port
1339 https://bugs.webkit.org/show_bug.cgi?id=141617
1341 Reviewed by Anders Carlsson.
1343 Nobody uses CMake in WK1 port. Remove it.
1347 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
1349 Unreviewed, remove empty directories.
1351 * ManualTests/qt: Removed.
1353 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
1355 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
1356 https://bugs.webkit.org/show_bug.cgi?id=141481
1358 Reviewed by Csaba Osztrogonác.
1360 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
1362 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1364 [EFL][GTK] Use bmalloc instead of tcmalloc
1365 https://bugs.webkit.org/show_bug.cgi?id=140162
1367 Reviewed by Carlos Garcia Campos.
1369 Add bmalloc directory to build list.
1371 * CMakeLists.txt: Define BMALLOC_DIR directory.
1372 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
1374 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
1376 [GTK] Add default color chooser implementation using GtkColorChooserDialog
1377 https://bugs.webkit.org/show_bug.cgi?id=141392
1379 Reviewed by Gustavo Noronha Silva.
1381 Enable INPUT_TYPE_COLOR by default for GTK+ port.
1383 * Source/cmake/OptionsGTK.cmake:
1385 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
1387 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
1388 https://bugs.webkit.org/show_bug.cgi?id=141328
1390 Reviewed by Darin Adler.
1392 Added as manual test because it involves a huge grid allocation
1393 which is very slow on Debug bots, the only ones capable to trigger
1396 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
1398 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
1400 [Streams API] Implement a barebone ReadableStream interface
1401 https://bugs.webkit.org/show_bug.cgi?id=141045
1403 Reviewed by Benjamin Poulain.
1405 * Source/cmake/WebKitFeatures.cmake:
1406 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
1408 2015-02-02 Filip Pizlo <fpizlo@apple.com>
1410 Revert accidental change in r179490.
1414 2015-02-02 Filip Pizlo <fpizlo@apple.com>
1416 Unreviewed, revert accidental change to Makefile.shared in r179478
1420 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
1422 [CMake] Minimum python version should be 2.7.
1423 https://bugs.webkit.org/show_bug.cgi?id=140997
1425 Reviewed by Csaba Osztrogonác.
1429 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
1431 Apply feTurbulence spec change to fix zero length vector generation
1432 https://bugs.webkit.org/show_bug.cgi?id=140812
1434 Reviewed by Darin Adler.
1436 Recently a bug with the turbulence algorithm was corrected in the
1437 Filter Effects specification.
1438 For some seed values this bug allowed zero length vectors to be generated.
1439 This resulted in large solid color squares being present in the generated image.
1440 The feTurbulence algorithm was updated to reject zero length vectors. This patch
1441 applies that change in WebCore.
1443 Test: svg/filters/feTurbulence_bad_seeds.html
1445 * platform/graphics/filters/FETurbulence.cpp:
1446 (WebCore::FETurbulence::initPaint):
1447 Added rejection sampling during vector generation to avoid zero length vectors.
1449 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
1451 [cmake] Remove compiler version calculate cruft
1452 https://bugs.webkit.org/show_bug.cgi?id=140885
1454 Reviewed by Darin Adler.
1456 * Source/cmake/WebKitHelpers.cmake:
1458 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
1460 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
1461 https://bugs.webkit.org/show_bug.cgi?id=140886
1463 Reviewed by Žan Doberšek.
1465 * Source/cmake/WebKitHelpers.cmake:
1467 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
1469 [GTK] gtkdoc does not appear in DevHelp
1470 https://bugs.webkit.org/show_bug.cgi?id=139369
1472 Reviewed by Philippe Normand.
1474 Expect the gtkdoc to be generated in folders named with the API version.
1476 * Source/PlatformGTK.cmake:
1478 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
1480 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
1481 https://bugs.webkit.org/show_bug.cgi?id=140609
1483 Reviewed by Csaba Osztrogonác.
1485 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
1486 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
1487 compilation flags. Those were added after the jsCStack branch merge, but
1488 can now be removed since the -ftree-dce issues were fixed in GCC, and
1489 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
1491 * Source/cmake/OptionsEfl.cmake:
1492 * Source/cmake/OptionsGTK.cmake:
1494 2015-01-26 Commit Queue <commit-queue@webkit.org>
1496 Unreviewed, rolling out r179107.
1497 https://bugs.webkit.org/show_bug.cgi?id=140880
1499 The GCC in the bots doesn't support the AsyncTask
1500 implementation (Requested by KaL on #webkit).
1504 "[GTK] Enable IndexedDB"
1505 https://bugs.webkit.org/show_bug.cgi?id=98932
1506 http://trac.webkit.org/changeset/179107
1508 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
1510 [GTK] Enable IndexedDB
1511 https://bugs.webkit.org/show_bug.cgi?id=98932
1513 Reviewed by Žan Doberšek.
1515 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
1516 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
1518 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
1520 [GTK] Add initial database process support
1521 https://bugs.webkit.org/show_bug.cgi?id=139491
1523 Reviewed by Sergio Villar Senin.
1525 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
1527 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
1529 Add a build flag for ES6 class syntax
1530 https://bugs.webkit.org/show_bug.cgi?id=140760
1532 Reviewed by Michael Saboff.
1534 * Source/cmake/WebKitFeatures.cmake:
1535 * Source/cmakeconfig.h.cmake:
1537 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
1539 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
1540 https://bugs.webkit.org/show_bug.cgi?id=140049
1542 Reviewed by Gyuyoung Kim.
1544 * Source/cmake/OptionsCommon.cmake:
1546 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
1548 Remove ENABLE(INSPECTOR) ifdef guards
1549 https://bugs.webkit.org/show_bug.cgi?id=140668
1551 Reviewed by Darin Adler.
1553 * Source/PlatformEfl.cmake:
1554 * Source/cmake/OptionsEfl.cmake:
1555 * Source/cmake/OptionsGTK.cmake:
1556 * Source/cmake/OptionsMac.cmake:
1557 * Source/cmake/WebKitFeatures.cmake:
1558 * Source/cmakeconfig.h.cmake:
1560 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
1562 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
1564 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1566 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1568 [CMAKE] Fix cmake warning
1569 https://bugs.webkit.org/show_bug.cgi?id=140497
1571 Reviewed by Gustavo Noronha Silva.
1573 r173155 already tried to fix cmake warning though, the warning is still exist.
1574 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
1575 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
1576 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
1577 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
1578 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
1582 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
1584 [GTK] Generate the make dist manifest from a CMake template file
1585 https://bugs.webkit.org/show_bug.cgi?id=139387
1587 Reviewed by Martin Robinson.
1589 Generate manifest.txt from manifest.txt.in. Only expose the dist and
1590 distcheck targets for developer builds, as they won't work when
1591 building from a tarball because the manifest is not distributed.
1593 * Source/PlatformGTK.cmake:
1595 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
1597 Remove ENABLE(SQL_DATABASE) guards
1598 https://bugs.webkit.org/show_bug.cgi?id=140434
1600 Reviewed by Darin Adler.
1602 * Source/cmake/OptionsMac.cmake:
1603 * Source/cmake/WebKitFeatures.cmake:
1604 * Source/cmakeconfig.h.cmake:
1606 2015-01-11 Sam Weinig <sam@webkit.org>
1608 Remove support for SharedWorkers
1609 https://bugs.webkit.org/show_bug.cgi?id=140344
1611 Reviewed by Anders Carlsson.
1613 * Source/cmake/OptionsEfl.cmake:
1614 * Source/cmake/OptionsGTK.cmake:
1615 * Source/cmake/OptionsMac.cmake:
1616 * Source/cmake/WebKitFeatures.cmake:
1617 * Source/cmakeconfig.h.cmake:
1619 2015-01-10 Dan Bernstein <mitz@apple.com>
1621 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
1622 https://bugs.webkit.org/show_bug.cgi?id=140339
1624 Reviewed by Mark Rowe.
1626 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
1627 prevents unnecessary rebuilding due to PATH differences.
1629 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
1631 [GTK][ThreadedCompositor] Add support for threaded compositor.
1632 https://bugs.webkit.org/show_bug.cgi?id=118265
1634 Reviewed by Martin Robinson.
1636 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
1637 autotools build systems. The feature is disabled by default.
1638 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
1639 from the feature flags.
1641 * Source/cmake/OptionsEfl.cmake:
1642 * Source/cmake/OptionsGTK.cmake:
1643 * Source/cmake/WebKitFeatures.cmake:
1644 * Source/cmakeconfig.h.cmake:
1646 2014-12-23 Alexey Proskuryakov <ap@apple.com>
1648 Simplify building with ASan
1649 https://bugs.webkit.org/show_bug.cgi?id=139916
1651 Reviewed by Mark Rowe.
1653 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
1655 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
1657 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
1659 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1661 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
1663 Null dereference performing a "TapAndAHalf" gesture in Google search field
1665 <https://bugs.webkit.org/show_bug.cgi?id=139506>
1666 <rdar://problem/19028828>
1668 Reviewed by Darin Adler.
1670 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
1672 2014-12-10 Dean Jackson <dino@apple.com>
1674 Blur filter performance test doesn't provide results
1675 https://bugs.webkit.org/show_bug.cgi?id=139462
1677 Reviewed by Sam Weinig.
1679 This can't currently work under our performance test
1680 infrastructure. Move it to a manual test to avoid
1681 putting FAILures into the results.
1683 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
1685 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
1687 [GTK][WK2] Add HTML5 Notifications support
1688 https://bugs.webkit.org/show_bug.cgi?id=61140
1690 Reviewed by Carlos Garcia Campos.
1692 * Source/cmake/FindLibNotify.cmake: Added.
1693 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
1694 libnotify and use it for a default implementation when found.
1696 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
1698 REGRESSION(r155906): Page content disappears on Tuaw article after loading
1699 https://bugs.webkit.org/show_bug.cgi?id=138100
1701 Reviewed by Simon Fraser.
1703 DRT causes an extra paint which makes it impossible to test this with
1706 * ManualTests/float-layer-not-painting.html: Added.
1708 2014-12-07 Alberto Garcia <berto@igalia.com>
1710 [GTK] WebKit has a new required dependency on GnuTLS
1711 https://bugs.webkit.org/show_bug.cgi?id=136158
1713 Reviewed by Martin Robinson.
1715 Detect if GnuTLS is installed and enable or disable subtle crypto
1716 support accordingly.
1718 * Source/cmake/OptionsGTK.cmake:
1720 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
1722 [GTK] Missing API detected in GObject DOM bindings after r176630
1723 https://bugs.webkit.org/show_bug.cgi?id=139201
1725 Reviewed by Gustavo Noronha Silva.
1727 Change GENERATE_BINDINGS macro to receive a list of optional
1728 additional dependencies, so that we can add more dependecies
1729 without having to change the macro.
1731 * Source/cmake/WebKitMacros.cmake:
1733 2014-12-05 Simon Fraser <simon.fraser@apple.com>
1735 Programmatic scrolling and content changes are not always synchronized
1736 https://bugs.webkit.org/show_bug.cgi?id=139245
1737 rdar://problem/18833612
1739 Reviewed by Anders Carlsson.
1741 Manual test that tries to sync layout with programmatic scrolling.
1743 * ManualTests/programmatic-scroll-flicker.html: Added.
1745 2014-12-04 Alberto Garcia <berto@igalia.com>
1747 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
1748 https://bugs.webkit.org/show_bug.cgi?id=136576
1750 Reviewed by Carlos Garcia Campos.
1752 CMake should complain if Accelerated 2D Canvas is explicitly
1753 enabled but cairo-gl is not found.
1755 * Source/cmake/OptionsGTK.cmake:
1757 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1759 [EFL] Add subtle crypto to the build system
1760 https://bugs.webkit.org/show_bug.cgi?id=138612
1762 Reviewed by Csaba Osztrogonác.
1764 * Source/cmake/OptionsEfl.cmake:
1766 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1768 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
1769 https://bugs.webkit.org/show_bug.cgi?id=139085
1771 Reviewed by Andreas Kling.
1773 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
1774 * Source/cmake/WebKitFeatures.cmake: ditto.
1775 * Source/cmakeconfig.h.cmake: ditto.
1777 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
1779 [EFL] Drop support for the EFL 1.7
1780 https://bugs.webkit.org/show_bug.cgi?id=139114
1782 Reviewed by Gyuyoung Kim.
1784 * Source/cmake/EFLHelpers.cmake: Removed.
1785 * Source/cmake/FindEcore.cmake: Removed.
1786 * Source/cmake/FindEdje.cmake: Removed.
1787 * Source/cmake/FindEet.cmake: Removed.
1788 * Source/cmake/FindEeze.cmake: Removed.
1789 * Source/cmake/FindEfreet.cmake: Removed.
1790 * Source/cmake/FindEina.cmake: Removed.
1791 * Source/cmake/FindElementary.cmake: Removed.
1792 * Source/cmake/FindEvas.cmake: Removed.
1793 * Source/cmake/OptionsEfl.cmake:
1795 2014-11-28 Philippe Normand <pnormand@igalia.com>
1797 [CMake] Build failure against GStreamer git master
1798 https://bugs.webkit.org/show_bug.cgi?id=138872
1800 Reviewed by Csaba Osztrogon.
1802 * Source/cmake/FindGStreamer.cmake: Simplified the
1803 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
1804 headers lookup, there's no need to do this manually. Also
1805 explicitely check the version specified in GStreamer_FIND_VERSION.
1807 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
1809 [EFL] Remove E_Dbus dependency
1810 https://bugs.webkit.org/show_bug.cgi?id=136355
1812 Reviewed by Gyuyoung Kim.
1814 * Source/cmake/FindE_DBus.cmake: Removed.
1815 * Source/cmake/OptionsEfl.cmake:
1817 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
1819 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
1821 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1823 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
1825 [CMake] Use ld.gold if it is available to speedup builds
1826 https://bugs.webkit.org/show_bug.cgi?id=137953
1828 Reviewed by Carlos Garcia Campos.
1830 * Source/cmake/OptionsCommon.cmake:
1832 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
1834 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
1835 https://bugs.webkit.org/show_bug.cgi?id=138840
1837 Reviewed by Csaba Osztrogonác.
1839 * Source/cmake/OptionsCommon.cmake:
1841 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
1843 Remove Source/Platform cruft
1844 https://bugs.webkit.org/show_bug.cgi?id=138658
1846 Reviewed by Anders Carlsson.
1849 * Source/Platform: Removed.
1851 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
1853 Enable Cortex-A53-specific code paths by default if core is detected.
1854 https://bugs.webkit.org/show_bug.cgi?id=138499
1856 Reviewed by Csaba Osztrogonác.
1858 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
1859 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
1862 Since on ARM64/Linux the part number that cpuinfo reports depends on
1863 the core the query is run on, the check is bound to and executed on the
1864 available cores one by one.
1866 * Source/cmake/OptionsCommon.cmake:
1868 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1870 [EFL] Remove unnecessary version check from OptionsEfl.cmake
1871 https://bugs.webkit.org/show_bug.cgi?id=138498
1873 Reviewed by Csaba Osztrogonác.
1875 * Source/cmake/OptionsEfl.cmake:
1877 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1879 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
1880 https://bugs.webkit.org/show_bug.cgi?id=138465
1882 Reviewed by Gyuyoung Kim.
1884 * Source/cmake/OptionsEfl.cmake:
1886 2014-11-03 Dean Jackson <dino@apple.com>
1888 Add ENABLE_FILTERS_LEVEL_2 feature guard.
1889 https://bugs.webkit.org/show_bug.cgi?id=138362
1891 Reviewed by Tim Horton.
1893 Add a new feature define for Level 2 of CSS Filters.
1894 http://dev.w3.org/fxtf/filters-2/
1896 * Source/cmake/OptionsEfl.cmake:
1897 * Source/cmake/OptionsGTK.cmake:
1898 * Source/cmake/OptionsMac.cmake:
1899 * Source/cmake/WebKitFeatures.cmake:
1900 * Source/cmakeconfig.h.cmake:
1902 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
1904 Workaround for Cortex-A53 erratum 835769
1905 https://bugs.webkit.org/show_bug.cgi?id=138315
1907 Reviewed by Filip Pizlo.
1909 This patch introduces CMake variable and preprocessor macro
1910 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
1911 code paths, if set true.
1913 * Source/cmake/OptionsCommon.cmake:
1914 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
1916 * Source/cmakeconfig.h.cmake:
1917 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
1919 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
1921 [GTK] Fix the build of FTL JIT
1922 https://bugs.webkit.org/show_bug.cgi?id=138298
1924 Reviewed by Carlos Garcia Campos.
1926 * Source/cmake/OptionsGTK.cmake:
1927 Remove the need for the LIBCXXABI package.
1929 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
1931 REGRESSION(CMake): Make it possible to build without introspection
1932 https://bugs.webkit.org/show_bug.cgi?id=138006
1934 Reviewed by Philippe Normand.
1936 Add ENABLE_INTROSPECTION option.
1938 * Source/PlatformGTK.cmake: Dot not add gir global target if
1939 introspection is disabled.
1940 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
1941 introspection is disabled.
1943 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
1945 [GTK] Support script message handlers WebKitUserContentManager
1946 https://bugs.webkit.org/show_bug.cgi?id=133730
1948 Reviewed by Carlos Garcia Campos.
1950 Support user script message handlers in WebKitUserContentManager.
1951 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
1952 an option is added to the CMake build files. The option is disabled
1953 globally by default, and the WebKitGTK port enables it. On the API
1954 level, two new methods to register and unregister names are provided
1955 in the "window.webkit" namespace, and on message reception the
1956 "WebKitUserContentManager::script-message-received" signal is
1957 emitted, using the registered names as signal detail.
1959 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
1960 ENABLE_USER_MESSAGE_HANDLERS feature by default.
1961 * Source/cmake/WebKitFeatures.cmake: Add feature description for
1962 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
1964 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
1966 [GTK] Bump libsoup's minimum version to 2.42.0.
1967 https://bugs.webkit.org/show_bug.cgi?id=138086
1969 Reviewed by Martin Robinson.
1971 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
1972 soup-version.h header was added to soup.h in 2.41.4, which then becomes
1973 the minimum version required to build the port these days.
1975 In addition, since the autotools build system required 2.42.0 before
1976 being retired, require the same version here. Version 2.42.0 was also
1978 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
1980 * Source/cmake/OptionsGTK.cmake:
1982 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1984 [EFL] Remove unnecessary defines from OptionsEfl.cmake
1985 https://bugs.webkit.org/show_bug.cgi?id=138132
1987 Reviewed by Csaba Osztrogonác.
1989 * Source/cmake/OptionsEfl.cmake:
1991 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
1993 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
1995 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1997 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
1999 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
2000 https://bugs.webkit.org/show_bug.cgi?id=137946
2002 Reviewed by Gyuyoung Kim.
2004 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
2006 * Source/cmake/OptionsEfl.cmake:
2008 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2010 Fix FTL Native Inlining for EFL
2011 https://bugs.webkit.org/show_bug.cgi?id=137774
2013 Reviewed by Michael Saboff.
2015 Updated CMake for FTL Native Inlining.
2018 * Source/cmake/FindClang.cmake: Added.
2019 * Source/cmake/OptionsEfl.cmake:
2020 * Source/cmakeconfig.h.cmake:
2022 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
2024 Web Inspector: Generate all Inspector domains together in JavaScriptCore
2025 https://bugs.webkit.org/show_bug.cgi?id=137748
2027 Reviewed by Brian Burg.
2029 * Source/PlatformEfl.cmake:
2031 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
2033 [GTK] Add initial gestures support
2034 https://bugs.webkit.org/show_bug.cgi?id=137812
2036 Reviewed by Sergio Villar Senin.
2038 Check if the GTK+ version supports gestures or not.
2040 * Source/cmake/FindGTK3.cmake:
2041 * Source/cmake/OptionsGTK.cmake:
2043 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
2045 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
2046 https://bugs.webkit.org/show_bug.cgi?id=137781
2048 Reviewed by Martin Robinson.
2050 We used to enable smooth scrolling unconditionally in autotools
2051 (via WebKitFeatures.m4), but since the switch to CMake it's
2052 unconditionally disabled, so changing the setting doesn't have any
2055 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
2057 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
2059 Removing CUSTOM_PROTOCOLS guard
2060 https://bugs.webkit.org/show_bug.cgi?id=137741
2062 Reviewed by Benjamin Poulain.
2064 * Source/cmake/OptionsEfl.cmake:
2066 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
2068 [EFL] Enable WebP support.
2069 https://bugs.webkit.org/show_bug.cgi?id=136156
2071 Reviewed by Gyuyoung Kim.
2073 Add WebP package finding rule.
2075 * Source/cmake/OptionsEfl.cmake:
2077 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
2079 [EFL] Enable custom URI schemes with CustomProtocols
2080 https://bugs.webkit.org/show_bug.cgi?id=128177
2082 Reviewed by Gyuyoung Kim.
2084 Fixing ewk_context_url_scheme_register() ewebkit2 API
2085 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
2087 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
2089 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
2091 Bump version to 2.7.0
2092 https://bugs.webkit.org/show_bug.cgi?id=137301
2094 Rubber-stamped by Carlos Garcia Campos.
2096 * Source/cmake/OptionsGTK.cmake: Bump version numbers
2098 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2100 [EFL] Rename TEST_THEME_DIR macro
2101 https://bugs.webkit.org/show_bug.cgi?id=137244
2103 Reviewed by Csaba Osztrogonác.
2105 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
2107 2014-09-27 Dan Bernstein <mitz@apple.com>
2109 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
2110 https://bugs.webkit.org/show_bug.cgi?id=137053
2112 Reviewed by Mark Rowe.
2114 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2115 In the build pre-action, pass the --wksi and --llvm options to
2116 copy-webkitlibraries-to-product-directory.
2117 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
2119 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
2121 [GTK] Enable CSS_IMAGE_SET in production builds
2122 https://bugs.webkit.org/show_bug.cgi?id=137142
2124 Reviewed by Alejandro G. Castro.
2126 This is required by the inspector to show some of the icons that
2127 has a HiDPI variant.
2129 * Source/cmake/OptionsGTK.cmake:
2131 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
2133 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
2134 https://bugs.webkit.org/show_bug.cgi?id=136377
2136 Reviewed by Philippe Normand.
2138 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
2139 for CMake versions less than 3.
2141 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
2143 Remove WinCE port from trunk
2144 https://bugs.webkit.org/show_bug.cgi?id=136951
2146 Reviewed by Alex Christensen.
2148 * Source/cmake/OptionsWinCE.cmake: Removed.
2149 * Source/cmake/WebKitPackaging.cmake:
2151 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
2153 [EFL][GTK] Remove WebKit1 related codes
2154 https://bugs.webkit.org/show_bug.cgi?id=136853
2156 Reviewed by Csaba Osztrogonác.
2158 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
2161 * Source/PlatformGTK.cmake:
2163 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2166 https://bugs.webkit.org/show_bug.cgi?id=136820
2168 Reviewed by Csaba Osztrogonác.
2170 * Source/cmake/FindICU.cmake:
2172 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
2174 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
2175 https://bugs.webkit.org/show_bug.cgi?id=136814
2177 Reviewed by Philippe Normand.
2179 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
2180 We bundle the wayland-egl dependency with wayland-client and wayland-server
2181 and store the resulting variables with the WAYLAND_ prefix. Because of this
2182 this line wasn't exporting anything useful.
2184 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
2186 URTBF after r173574.
2188 * Source/cmake/WebKitMacros.cmake:
2190 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
2192 [JavaScriptCore] Fix FTL on platform EFL.
2193 https://bugs.webkit.org/show_bug.cgi?id=133571
2195 Reviewed by Filip Pizlo.
2199 * Source/cmake/FindLIBCXXABI.cmake: Removed.
2200 * Source/cmake/OptionsEfl.cmake:
2202 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2205 https://bugs.webkit.org/show_bug.cgi?id=136571
2207 Reviewed by Darin Adler.
2209 * Source/cmake/OptionsEfl.cmake:
2210 * Source/cmake/OptionsGTK.cmake:
2211 * Source/cmake/OptionsMac.cmake:
2212 * Source/cmake/WebKitFeatures.cmake:
2213 * Source/cmakeconfig.h.cmake:
2215 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2217 Remove CSS_FILTERS flag
2218 https://bugs.webkit.org/show_bug.cgi?id=136529
2220 Reviewed by Dirk Schulze.
2222 * Source/cmake/OptionsEfl.cmake:
2223 * Source/cmake/OptionsGTK.cmake:
2224 * Source/cmake/OptionsMac.cmake:
2225 * Source/cmake/WebKitFeatures.cmake:
2226 * Source/cmakeconfig.h.cmake:
2228 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2230 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
2231 https://bugs.webkit.org/show_bug.cgi?id=136194
2233 Reviewed by Csaba Osztrogonác.
2235 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
2239 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2241 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
2242 https://bugs.webkit.org/show_bug.cgi?id=135560
2244 Reviewed by Gyuyoung Kim.
2246 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
2248 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
2250 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
2251 https://bugs.webkit.org/show_bug.cgi?id=136343
2253 Reviewed by David Kilzer.
2255 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
2257 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2258 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2260 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
2262 [EFL] Share fast/speechsynthesis/ with other ports
2263 https://bugs.webkit.org/show_bug.cgi?id=136224
2265 Reviewed by Chris Fleizach.
2267 Enable WebSpeech for EFL.
2269 * Source/cmake/OptionsEfl.cmake:
2271 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
2273 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
2274 https://bugs.webkit.org/show_bug.cgi?id=136127
2276 Reviewed by Gyuyoung Kim.
2278 Add build support for espeak.
2280 * Source/cmake/FindEspeak.cmake: Added.
2281 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
2283 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
2285 [EFL] Build break using clang
2286 https://bugs.webkit.org/show_bug.cgi?id=136245
2288 Reviewed by Gyuyoung Kim.
2290 * Source/cmake/OptionsEfl.cmake:
2291 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
2292 Some warnings are from system libraries.
2294 2014-08-25 Alberto Garcia <berto@igalia.com>
2296 [GTK] Unify webkitgtk and webkit2gtk directories
2297 https://bugs.webkit.org/show_bug.cgi?id=136209
2299 Reviewed by Carlos Garcia Campos.
2301 Use webkit2gtk-X.X both for the process binaries and the injected
2304 * Source/cmake/OptionsGTK.cmake:
2306 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
2308 [EFL] Move Efl specific code from Source/CMakeLists.txt
2309 https://bugs.webkit.org/show_bug.cgi?id=136206
2311 Reviewed by Gyuyoung Kim.
2313 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
2314 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
2316 * Source/CMakeLists.txt:
2317 * Source/cmake/OptionsEfl.cmake:
2319 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
2321 [EFL] Introduce DEVELOPER_MODE
2322 https://bugs.webkit.org/show_bug.cgi?id=135884
2324 Reviewed by Gyuyoung Kim.
2326 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
2327 instead of SHARED_CORE.
2328 SHARED_CORE can reduce link time and memory consumption but it is slightly different
2329 from release binary.
2331 * Source/cmake/OptionsEfl.cmake:
2332 * Source/cmake/WebKitHelpers.cmake:
2333 Moved fvisibility=hidden to OptionsEfl.cmake
2335 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
2337 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
2338 https://bugs.webkit.org/show_bug.cgi?id=136110
2340 Reviewed by Gyuyoung Kim.
2342 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
2344 * Source/cmake/OptionsEfl.cmake:
2346 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2348 [EFL] Apply eflsymbols.filter to WebKit2
2349 https://bugs.webkit.org/show_bug.cgi?id=136148
2351 Reviewed by Csaba Osztrogonác.
2353 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
2354 in the eflsymbols.filter.
2356 * Source/cmake/OptionsEfl.cmake:
2357 * Source/cmake/eflsymbols.filter:
2359 2014-08-21 Zalan Bujtas <zalan@apple.com>
2361 Enable SATURATED_LAYOUT_ARITHMETIC.
2362 https://bugs.webkit.org/show_bug.cgi?id=136106
2364 Reviewed by Simon Fraser.
2366 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
2367 (No measurable performance regression on Mac.)
2369 * Source/cmake/OptionsMac.cmake:
2370 * Source/cmake/WebKitFeatures.cmake:
2371 * Source/cmakeconfig.h.cmake:
2373 2014-08-19 Zalan Bujtas <zalan@apple.com>
2375 Remove ENABLE(SUBPIXEL_LAYOUT).
2376 https://bugs.webkit.org/show_bug.cgi?id=136077
2378 Reviewed by Simon Fraser.
2380 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
2382 * Source/cmake/OptionsEfl.cmake:
2383 * Source/cmake/OptionsGTK.cmake:
2384 * Source/cmake/OptionsMac.cmake:
2385 * Source/cmake/WebKitFeatures.cmake:
2386 * Source/cmakeconfig.h.cmake:
2388 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
2390 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
2391 https://bugs.webkit.org/show_bug.cgi?id=135980
2393 Reviewed by Martin Robinson.
2395 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
2396 overrides any other disabled optimization that was prepended to these
2397 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
2398 lists first in the final list of compilation flags.
2400 To avoid -On re-enabling optimizations that we'd like to keep disabled,
2401 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
2403 * Source/cmake/OptionsCommon.cmake:
2404 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
2405 * Source/cmake/OptionsGTK.cmake:
2407 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
2409 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
2411 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2413 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
2415 [GTK] Disable memory sampler on non-Linux system
2416 https://bugs.webkit.org/show_bug.cgi?id=134483
2418 Reviewed by Philippe Normand.
2420 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
2421 Linux because it uses many Linux-specific features, so we should disable
2422 memory sampler on other systems by default.
2424 * Source/cmake/OptionsGTK.cmake:
2426 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
2428 [GTK] HTML API documentation should also be installed versioned
2429 https://bugs.webkit.org/show_bug.cgi?id=135970
2431 Reviewed by Philippe Normand.
2433 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
2436 2014-08-14 Tomas Popela <tpopela@redhat.com>
2438 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
2439 https://bugs.webkit.org/show_bug.cgi?id=135937
2441 Reviewed by Carlos Garcia Campos.
2445 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
2447 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
2448 https://bugs.webkit.org/show_bug.cgi?id=135934
2450 Reviewed by Gustavo Noronha Silva.
2452 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
2453 The gir files should installed in $datadir/gir-1.0/ together with all other
2454 gir files. We don't need to install introspection files in a versioned
2455 directory because their filenames already contain the binary version. But before
2456 r171598, the files were only installed to the right directory if the
2457 gobject-instrospection pkg-config file was in the same prefix than the one we
2458 wanted to install, because the gir and typelibs directories were extracted from
2459 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
2460 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
2461 like we do in the autotools build.
2463 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
2464 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
2465 * Source/cmake/OptionsGTK.cmake: Define
2466 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
2468 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
2470 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
2471 https://bugs.webkit.org/show_bug.cgi?id=135836
2473 Reviewed by Philippe Normand.
2475 * Source/PlatformGTK.cmake: Add install command to also install
2476 the GObject DOM bindings API docs.
2478 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
2480 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
2481 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
2482 re-set CMAKE_C_FLAGS with the new string. The two flags should really
2483 be appended to CMAKE_C_FLAGS and the same variable re-set with the
2486 * Source/cmake/OptionsCommon.cmake:
2488 2014-08-13 Alex Christensen <achristensen@webkit.org>
2490 Progress towards CMake on Mac.
2491 https://bugs.webkit.org/show_bug.cgi?id=135819
2493 Reviewed by Laszlo Gombos.
2495 * Source/cmake/OptionsMac.cmake:
2496 Disable some more features temporarily to get CMake working.
2497 * Source/cmake/WebKitMacros.cmake:
2498 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
2500 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
2502 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
2503 https://bugs.webkit.org/show_bug.cgi?id=135798
2505 Reviewed by Philippe Normand.
2507 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
2509 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
2510 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
2511 https://bugs.webkit.org/show_bug.cgi?id=133317
2513 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
2515 Reviewed by Philippe Normand.
2517 No new tests since no new functionality has been added.
2519 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
2521 2014-08-11 Commit Queue <commit-queue@webkit.org>
2523 Unreviewed, rolling out r172393.
2524 https://bugs.webkit.org/show_bug.cgi?id=135796
2526 discussion needed about GnuTLS version bump on the bots
2527 (Requested by philn on #webkit).
2531 https://bugs.webkit.org/show_bug.cgi?id=133317
2532 http://trac.webkit.org/changeset/172393
2534 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
2535 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
2536 https://bugs.webkit.org/show_bug.cgi?id=133317
2538 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
2540 Reviewed by Philippe Normand.
2542 No new tests since no new functionality has been added.
2544 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
2546 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
2548 [GTK] Adds stubs for all subtle crypto algorithm implemntations
2549 https://bugs.webkit.org/show_bug.cgi?id=133316
2551 Reviewed by Philippe Normand.
2553 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
2554 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
2555 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
2557 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
2559 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
2561 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2563 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
2565 [GTK] REGRESSION(r166239): The ld version script is not being used
2566 https://bugs.webkit.org/show_bug.cgi?id=135694
2568 Reviewed by Martin Robinson.
2570 Move the symbols filter file from Tools/gtk to Source/cmake and rename
2571 it as gtksymbols.filter. Also updated it, since some of the symbols
2572 exported were renamed.
2574 * Source/cmake/OptionsGTK.cmake:
2575 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
2577 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
2579 [GTK] Child processes should be installed in a versioned directory
2580 https://bugs.webkit.org/show_bug.cgi?id=135754
2582 Reviewed by Gustavo Noronha Silva.
2584 Define LIBEXEC_INSTALL_DIR as
2585 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
2586 so that the child processes are installed in $libexec/webkitgtk-4.0.
2587 This makes it possible to install 2.6 in parallel to older versions.
2589 * Source/cmake/OptionsGTK.cmake:
2591 2014-08-08 Alex Christensen <achristensen@webkit.org>
2593 Progress towards using CMake on Mac.
2594 https://bugs.webkit.org/show_bug.cgi?id=135662
2596 Reviewed by Laszlo Gombos.
2599 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
2600 * Source/cmake/WebKitFeatures.cmake:
2601 * Source/cmakeconfig.h.cmake:
2602 Added features that are needed by the Mac port.
2603 * Source/cmake/OptionsMac.cmake:
2604 Enable CSS_IMAGE_SET based on FeatureDefines.h.
2605 Disable the FTL with CMake for now.
2606 * Source/cmake/OptionsEFL.cmake:
2607 * Source/cmake/OptionsGTK.cmake:
2608 Enable subpixel layout to not conflict with FeatureDefines.h
2610 2014-08-08 Simon Fraser <simon.fraser@apple.com>
2612 Undo some erroneous changes to the Xcode scheme files from r172259.
2614 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2615 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2617 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
2619 [CMake] Drop the required version of CMake down to 2.8.8
2620 https://bugs.webkit.org/show_bug.cgi?id=135713
2622 Reviewed by Alex Christensen.
2624 * CMakeLists.txt: Require CMake 2.8.8.
2626 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
2628 Get rid of INPUT_SPEECH
2629 https://bugs.webkit.org/show_bug.cgi?id=135672
2631 Reviewed by Andreas Kling.
2633 * Source/cmake/OptionsMac.cmake:
2634 * Source/cmake/WebKitFeatures.cmake:
2635 * Source/cmakeconfig.h.cmake:
2637 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
2639 [GTK] Disable IndexedDB
2640 https://bugs.webkit.org/show_bug.cgi?id=135692
2642 Reviewed by Carlos Garcia Campos.
2644 * Source/cmake/OptionsGTK.cmake:
2646 2014-08-06 Dean Jackson <dino@apple.com>
2648 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
2649 https://bugs.webkit.org/show_bug.cgi?id=135675
2651 Reviewed by Sam Weinig.
2653 * Source/cmake/OptionsGTK.cmake:
2654 * Source/cmake/OptionsMac.cmake:
2655 * Source/cmake/WebKitFeatures.cmake:
2656 * Source/cmakeconfig.h.cmake:
2658 2014-08-06 David Farler <dfarler@apple.com>
2660 Unreviewed build fix: Make includes semicolon in assignment.
2662 * Makefile.shared: Remove a ;
2664 2014-08-06 David Farler <dfarler@apple.com>
2666 Set DSYMUTIL_NUM_THREADS to the number of logical cores
2667 https://bugs.webkit.org/show_bug.cgi?id=135655
2669 Reviewed by Mark Rowe.
2671 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
2673 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
2675 [GTK] Be able to disable gtk2 dependency
2676 https://bugs.webkit.org/show_bug.cgi?id=135505
2678 Reviewed by Gustavo Noronha Silva.
2680 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
2681 required when it's enabled. It's enabled by default.
2683 * Source/cmake/OptionsGTK.cmake:
2685 2014-08-05 Alex Christensen <achristensen@webkit.org>
2688 https://bugs.webkit.org/show_bug.cgi?id=135620
2690 Reviewed by Laszlo Gombos.
2692 * Source/cmake/OptionsMac.cmake:
2693 Use UDIS86 by default on Mac.
2695 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
2697 Add a flag for the CSS Selectors level 4 implementation
2698 https://bugs.webkit.org/show_bug.cgi?id=135535
2700 Reviewed by Andreas Kling.
2702 * Source/cmake/OptionsEfl.cmake:
2703 * Source/cmake/OptionsGTK.cmake:
2704 * Source/cmake/WebKitFeatures.cmake:
2705 * Source/cmakeconfig.h.cmake:
2707 2014-08-04 Alex Christensen <achristensen@webkit.org>
2709 Progress towards CMake on Mac.
2710 https://bugs.webkit.org/show_bug.cgi?id=135528
2712 Reviewed by Gyuyoung Kim.
2714 * Source/cmake/OptionsMac.cmake:
2715 Made options list based on FeatureDefines.xcconfig files.
2717 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
2719 [GTK] Windowing target support should reflect the support in the GTK+ dependency
2720 https://bugs.webkit.org/show_bug.cgi?id=134736
2722 Reviewed by Martin Robinson.
2724 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
2725 support the X11 or Wayland windowing targets -- instead, if there's no support
2726 the specific target is disabled, and an error is thrown only if neither of the
2727 backends is enabled at the end..
2728 For now the X11 target remains enabled by default, and the Wayland target is
2729 kept disabled. Once it's possible to have both targets enabled at runtime in
2730 WebKit, the Wayland target will be enabled as well and we'll leave it to the
2731 GTK+ dependency to determine which targets can be enabled.
2733 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
2735 [CMake] Add FindWayland.cmake
2736 https://bugs.webkit.org/show_bug.cgi?id=135540
2738 Reviewed by Martin Robinson.
2740 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
2741 dependency. For now bundles the wayland-client, wayland-server and
2742 wayland-egl pkg-config targets into one dependency, but these could
2743 be split in the future if necessary.
2745 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
2747 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
2748 https://bugs.webkit.org/show_bug.cgi?id=135553
2750 Reviewed by Gyuyoung Kim.
2752 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
2753 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
2755 * Source/cmake/OptionsEfl.cmake:
2757 2014-08-01 Bear Travis <betravis@adobe.com>
2759 [Feature Queries] Enable Feature Queries on EFL/GTK
2760 https://bugs.webkit.org/show_bug.cgi?id=134902
2762 Reviewed by Benjamin Poulain.
2764 Enable CSS Feature Queries by default on the EFL and GTK
2767 * Source/cmake/OptionsEfl.cmake:
2768 * Source/cmake/OptionsGTK.cmake:
2770 2014-08-01 Alex Christensen <achristensen@webkit.org>
2772 Progress towards cmake on Windows.
2773 https://bugs.webkit.org/show_bug.cgi?id=135484
2775 Reviewed by Martin Robinson.
2778 Added Mac to list of ports, even though it is not done yet.
2779 Changed minimum bison version to version installed on Macs.
2780 * Source/cmake/OptionsAppleWin.cmake:
2781 Added some definitions.
2782 * Source/cmake/OptionsEfl.cmake:
2783 * Source/cmake/OptionsGTK.cmake:
2784 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
2785 * Source/cmake/OptionsMac.cmake: Added blank for now.
2786 * Source/cmake/OptionsWinCairo.cmake:
2787 * Source/cmake/OptionsWindows.cmake:
2788 Added some definitions.
2789 Removed /WX (warnings treated as error while compiling).
2790 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
2792 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
2794 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
2795 https://bugs.webkit.org/show_bug.cgi?id=135501
2797 Reviewed by Gyuyoung Kim.
2799 Use PROJECT_VERSION_MICRO instead.
2801 * Source/cmake/OptionsEfl.cmake:
2802 * Source/cmake/OptionsGTK.cmake:
2803 * Source/cmake/WebKitHelpers.cmake:
2805 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
2807 [EFL] Bump ewebkit version to 1.11
2808 https://bugs.webkit.org/show_bug.cgi?id=135487
2810 Reviewed by Gyuyoung Kim.
2812 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
2814 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
2816 [EFL] Add support for building with Geoclue2.
2817 https://bugs.webkit.org/show_bug.cgi?id=135455
2819 Reviewed by Gyuyoung Kim.
2821 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
2824 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
2826 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
2828 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2830 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
2832 [GTK] Bump binary version for 2.6
2833 https://bugs.webkit.org/show_bug.cgi?id=133724
2835 Reviewed by Philippe Normand.
2837 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
2838 update library version numbers.
2840 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
2842 [CMake] Bump the minimum required version
2843 https://bugs.webkit.org/show_bug.cgi?id=135382
2845 Reviewed by Gyuyoung Kim.
2847 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
2848 we introduced usage of target_include_directories().
2850 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
2852 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
2853 https://bugs.webkit.org/show_bug.cgi?id=135376
2855 Reviewed by Gyuyoung Kim.
2857 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
2859 * Source/cmake/OptionsEfl.cmake:
2860 * Source/cmake/OptionsGTK.cmake:
2862 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
2864 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
2865 https://bugs.webkit.org/show_bug.cgi?id=135288
2867 Reviewed by Martin Robinson.
2869 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
2870 datadir to pkgconfig
2871 * Source/cmake/OptionsGTK.cmake: define install directories early
2872 enough to be used in FindGObjectIntrospection.cmake
2874 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
2876 Remove CSS_EXCLUSIONS compile flag and leftover code
2877 https://bugs.webkit.org/show_bug.cgi?id=135175
2879 Reviewed by Zoltan Horvath.
2881 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
2882 stubs. This removes the flag and the useless code.
2884 * Source/cmake/WebKitFeatures.cmake:
2885 * Source/cmakeconfig.h.cmake:
2887 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
2889 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
2890 https://bugs.webkit.org/show_bug.cgi?id=135114
2892 Fix build with GStreamer 1.4
2894 Reviewed by Philippe Normand.
2896 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
2897 gst-mpegts component instead of the unstable 1.3.x verstions.
2899 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
2901 [GTK] Simplify make-dist command line arguments
2902 https://bugs.webkit.org/show_bug.cgi?id=134832
2904 Reviewed by Martin Robinson.
2906 * Source/PlatformGTK.cmake: Use --version instead of
2907 --tarball-root when running make-dist.py.
2909 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
2911 Add a manual test for r135044
2913 <https://bugs.webkit.org/show_bug.cgi?id=135044>
2915 Rubber-stamped by Andy Estes.
2917 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
2919 2014-07-18 Dana Burkart <dburkart@apple.com>
2921 Add a new 'analyze' target to the makefile. This will make use of a new
2922 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
2924 https://bugs.webkit.org/show_bug.cgi?id=135057
2925 <rdar://problem/10193187>
2927 Reviewed by David Kilzer.
2933 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
2935 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
2936 https://bugs.webkit.org/show_bug.cgi?id=134963
2938 Reviewed by Gyuyoung Kim.
2940 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
2942 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
2944 2014-07-14 Daniel Bates <dabates@apple.com>
2946 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
2947 https://bugs.webkit.org/show_bug.cgi?id=134905
2948 <rdar://problem/16602779>
2950 Reviewed by Simon Fraser.
2952 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
2953 on the tapped element when processing a touchend as a result of finger pressing and releasing
2954 on the same element that is initially positioned outside the visible content area.
2956 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
2958 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
2960 [GTK] Enable VIDEO_TRACK by default
2961 https://bugs.webkit.org/show_bug.cgi?id=134801
2963 Reviewed by Philippe Normand.
2965 * Source/cmake/OptionsGTK.cmake:
2967 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
2969 [GTK][CMake] Add a 'distcheck' target
2970 https://bugs.webkit.org/show_bug.cgi?id=130675
2972 Reviewed by Gustavo Noronha Silva.
2974 * Source/PlatformGTK.cmake: Add distcheck target.
2976 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
2978 [GTK] Use the same default options for production builds that previous stable releases
2979 https://bugs.webkit.org/show_bug.cgi?id=134589
2981 Reviewed by Martin Robinson.
2983 Change the default value of some features to match our stable releases.
2984 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
2985 canvas depend on whether cairo-gl is found.
2987 * Source/cmake/FindCairoGL.cmake: Added.
2988 * Source/cmake/OptionsGTK.cmake:
2990 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
2992 [EFL] Support Encrypted Media Extensions.
2993 https://bugs.webkit.org/show_bug.cgi?id=134750
2995 Reviewed by Gyuyoung Kim.
2997 Webkit needs to play encrypted media contents when media player
2998 is played by Media source extensions and normal video procedure.
3000 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
3002 2014-07-08 Alex Christensen <achristensen@webkit.org>
3004 Steps towards CMake on Windows.
3005 https://bugs.webkit.org/show_bug.cgi?id=134716
3007 Reviewed by Martin Robinson.
3010 Added AppleWin and WinCairo to list of CMake ports.
3011 * Source/cmake/OptionsAppleWin.cmake: Added.
3012 * Source/cmake/OptionsWinCairo.cmake: Added.
3013 * Source/cmake/OptionsWindows.cmake:
3014 Windows needs to use the system malloc. Other options to come.
3016 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3018 [EFL] Support Geolocation
3019 https://bugs.webkit.org/show_bug.cgi?id=134439
3021 Reviewed by Antonio Gomes.
3023 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
3025 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3027 Broken build with build-webkit --no-video
3028 https://bugs.webkit.org/show_bug.cgi?id=134587
3030 Reviewed by Darin Adler.
3032 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
3034 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
3036 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
3038 [GTK] The list of features shown by cmake is not accurate
3039 https://bugs.webkit.org/show_bug.cgi?id=134588
3041 Reviewed by Gustavo Noronha Silva.
3043 The problem is that some options might change after the feature
3044 list has been printed.
3046 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
3047 setting the default values of features and set WEBGL value
3048 depending on the dependencies, and API_TEST depending on whether
3049 developer mode is enabled or not.
3051 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
3053 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
3054 https://bugs.webkit.org/show_bug.cgi?id=134578
3056 Reviewed by Gyuyoung Kim.
3058 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
3059 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
3060 disable related option if it is not ON.
3062 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
3063 * Source/cmake/OptionsGTK.cmake: Ditto.
3064 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
3066 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
3068 [GTK] make dist is broken
3069 https://bugs.webkit.org/show_bug.cgi?id=134542
3071 Reviewed by Martin Robinson.
3073 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
3075 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
3077 [CMake] Add necessary support for building for the Wayland target
3078 https://bugs.webkit.org/show_bug.cgi?id=134160
3080 Reviewed by Darin Adler.
3082 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
3083 is enabled, and that its version matches the version of the generic package. Same
3084 for the gtk+-wayland-3.0 package and the Wayland target.
3085 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
3086 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
3087 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
3088 so they keep building the TestNetscapePlugin target.
3089 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
3090 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
3091 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
3092 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
3093 the minimum required version as soon as that target is enabled. Only search for GLX
3094 if the X11 target is enabled.
3096 2014-06-29 Yoav Weiss <yoav@yoav.ws>
3098 Add support for HTMLImageElement's sizes attribute
3099 https://bugs.webkit.org/show_bug.cgi?id=133620
3101 Reviewed by Dean Jackson.
3103 Added an ENABLE_PICTURE_SIZES compile flag.
3105 * Source/cmake/WebKitFeatures.cmake:
3106 * Source/cmakeconfig.h.cmake:
3108 2014-06-26 Daniel Bates <dabates@apple.com>
3110 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
3111 https://bugs.webkit.org/show_bug.cgi?id=134309
3112 <rdar://problem/17427385>
3114 Reviewed by Darin Adler.
3116 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
3119 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
3121 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
3123 Remove build guard for progress element
3124 https://bugs.webkit.org/show_bug.cgi?id=134292
3126 Reviewed by Benjamin Poulain.
3128 The build flag is no longer needed as it is always on.
3130 * Source/cmake/WebKitFeatures.cmake:
3131 * Source/cmakeconfig.h.cmake:
3133 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
3135 [EFL] Platform support for WebSpeech feature.
3136 https://bugs.webkit.org/show_bug.cgi?id=116438
3138 Reviewed by Csaba Osztrogonác.
3140 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
3142 * Source/cmake/OptionsEfl.cmake:
3143 * Source/cmake/WebKitFeatures.cmake:
3145 2014-06-23 Philippe Normand <pnormand@igalia.com>
3147 Unreviewed, GTK build fix after r170266.
3149 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
3151 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3153 Disable gamepad feature on EFL and GTK ports by default
3154 https://bugs.webkit.org/show_bug.cgi?id=134169
3156 Reviewed by Brady Eidson.
3158 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
3160 2014-06-21 Brady Eidson <beidson@apple.com>
3162 Gamepad API - Deprecate the existing implementation
3163 https://bugs.webkit.org/show_bug.cgi?id=134108
3165 Reviewed by Timothy Hatcher.
3167 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
3168 -Add the "Deprecated" suffix to some implementation files
3170 * Source/cmake/OptionsEfl.cmake:
3171 * Source/cmake/OptionsGTK.cmake:
3172 * Source/cmake/WebKitFeatures.cmake:
3173 * Source/cmakeconfig.h.cmake:
3175 2014-06-21 Commit Queue <commit-queue@webkit.org>
3177 Unreviewed, rolling out r170244.
3178 https://bugs.webkit.org/show_bug.cgi?id=134157
3180 GTK/EFL bindings generator works differently, making this
3181 patch not work there. Will fix entire patch after a rollout.
3182 (Requested by bradee-oh on #webkit).
3186 "Gamepad API - Deprecate the existing implementation"
3187 https://bugs.webkit.org/show_bug.cgi?id=134108
3188 http://trac.webkit.org/changeset/170244
3190 2014-06-21 Brady Eidson <beidson@apple.com>
3192 Gamepad API - Deprecate the existing implementation
3193 https://bugs.webkit.org/show_bug.cgi?id=134108
3195 Reviewed by Timothy Hatcher.
3197 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
3198 -Add the "Deprecated" suffix to some implementation files
3200 * Source/cmake/OptionsEfl.cmake:
3201 * Source/cmake/OptionsGTK.cmake:
3202 * Source/cmake/WebKitFeatures.cmake:
3203 * Source/cmakeconfig.h.cmake:
3205 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3207 Removing PAGE_VISIBILITY_API compile guard.
3208 https://bugs.webkit.org/show_bug.cgi?id=133844
3210 Reviewed by Gavin Barraclough.
3212 * Source/cmake/OptionsEfl.cmake:
3213 * Source/cmake/OptionsGTK.cmake:
3214 * Source/cmake/WebKitFeatures.cmake:
3215 * Source/cmakeconfig.h.cmake:
3217 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
3219 [EFL][CMAKE] Disable WebKit1 build as a default
3220 https://bugs.webkit.org/show_bug.cgi?id=134093
3222 Reviewed by Gyuyoung Kim.
3224 Disable WebKit1 build and enable WebKit2 build for the EFL port.
3226 * Source/cmake/OptionsEfl.cmake:
3228 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3230 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
3231 https://bugs.webkit.org/show_bug.cgi?id=130389
3233 Reviewed by Mark Lam.
3235 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
3236 into !ENABLE(JIT) since they are mutually exclusive.
3238 * Source/cmake/OptionsEfl.cmake:
3239 * Source/cmake/OptionsGTK.cmake:
3240 * Source/cmake/WebKitFeatures.cmake:
3241 * Source/cmakeconfig.h.cmake:
3243 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
3245 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
3246 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
3247 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
3248 by the plugin process, but it is searched and utilized separately.
3250 Rubber-stamped by Carlos Garcia Campos.
3252 * Source/cmake/OptionsGTK.cmake:
3254 2014-06-16 Commit Queue <commit-queue@webkit.org>
3256 Unreviewed, rolling out r170003.
3257 https://bugs.webkit.org/show_bug.cgi?id=133938
3259 This patch broke GTK build (Requested by kczech on #webkit).
3263 "[EFL] Platform support for WebSpeech feature."
3264 https://bugs.webkit.org/show_bug.cgi?id=116438
3265 http://trac.webkit.org/changeset/170003
3267 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
3269 [EFL] Platform support for WebSpeech feature.
3270 https://bugs.webkit.org/show_bug.cgi?id=116438
3272 Reviewed by Gyuyoung Kim.
3274 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
3276 * Source/cmake/OptionsEfl.cmake:
3277 * Source/cmake/WebKitFeatures.cmake:
3279 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3281 [EFL] Remove duplicated compiler flag
3282 https://bugs.webkit.org/show_bug.cgi?id=133838
3284 Reviewed by Anders Carlsson.
3286 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
3287 it added to common compiler options. So, it is duplicated.
3289 * Source/cmake/WebKitHelpers.cmake:
3291 2014-06-11 Commit Queue <commit-queue@webkit.org>
3293 Unreviewed, rolling out r169877.
3294 https://bugs.webkit.org/show_bug.cgi?id=133784
3296 rollout wrong build fix approach for EFL port (Requested by
3297 gyuyoung on #webkit).
3301 "Unreviewed, EFL build fix since r169869."
3302 http://trac.webkit.org/changeset/169877
3304 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3306 Unreviewed, EFL build fix since r169869.
3308 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
3310 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
3312 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3314 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
3316 * Source/cmake/WebKitHelpers.cmake:
3318 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
3320 [GTK] Make it possible to build with FTL enabled
3321 https://bugs.webkit.org/show_bug.cgi?id=133219
3323 Reviewed by Philippe Normand.
3325 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
3327 * Source/cmake/OptionsGTK.cmake:
3329 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
3331 [CMake] Clean up FAST_MOBILE_SCROLLING
3332 https://bugs.webkit.org/show_bug.cgi?id=133342
3334 Reviewed by Gyuyoung Kim.
3336 FAST_MOBILE_SCROLLING was removed in r168726.
3338 * Source/cmake/OptionsEfl.cmake:
3339 * Source/cmake/OptionsGTK.cmake:
3340 * Source/cmake/WebKitFeatures.cmake:
3341 * Source/cmakeconfig.h.cmake:
3343 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3346 https://bugs.webkit.org/show_bug.cgi?id=132863
3348 Reviewed by Csaba Osztrogonác.
3350 * Source/cmake/OptionsEfl.cmake:
3351 * Source/cmake/OptionsGTK.cmake:
3352 * Source/cmake/WebKitFeatures.cmake:
3353 * Source/cmakeconfig.h.cmake:
3355 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
3357 Allow building CMake based ports with WEB_REPLAY
3358 https://bugs.webkit.org/show_bug.cgi?id=133154
3360 Reviewed by Csaba Osztrogonác.
3362 * Source/cmake/WebKitFeatures.cmake:
3363 * Source/cmakeconfig.h.cmake:
3365 2014-05-21 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
3367 [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled
3368 https://bugs.webkit.org/show_bug.cgi?id=132907
3370 Reviewed by Gyuyoung Kim.
3372 * Source/cmake/FindLIBCXXABI.cmake: Added.
3373 * Source/cmake/OptionsEfl.cmake:
3375 2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3377 [EFL] Turn on ENABLE_CSS_FILTERS
3378 https://bugs.webkit.org/show_bug.cgi?id=133153
3380 Reviewed by Gyuyoung Kim.
3382 * Source/cmake/OptionsEfl.cmake: Enable CSS_FILTERS as default option value.
3384 2014-05-16 Martin Robinson <mrobinson@igalia.com>
3386 [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and LIBEXEC_INSTALL_DIR
3387 https://bugs.webkit.org/show_bug.cgi?id=132819
3389 Reviewed by Carlos Garcia Campos.
3391 * CMakeLists.txt: Hard-code CMAKE_ARCHIVE_OUTPUT_DIRECTORY etc, so that we can accept absolute paths for LIB_INSTALL_DIR
3393 * Source/cmake/OptionsCommon.cmake: Get rid of LIB_SUFFIX and try to make all path variables absolute. Also set
3394 CMAKE_ARCHIVE_OUTPUT_DIRECTORY, etc using the last path component of LIB_INSTALL_DIR, etc, so that absolute paths
3396 * Source/cmake/OptionsGTK.cmake: Ditto. Also get rid of all pkg-config specific variables.
3398 2014-05-20 Gustavo Noronha Silva <gns@gnome.org>
3400 [CMake] Support building with Debug Fission
3401 https://bugs.webkit.org/show_bug.cgi?id=131177
3403 Reviewed by Philippe Normand.
3405 * Source/cmake/OptionsCommon.cmake: add a DEBUG_FISSION option to enable usage
3406 of http://gcc.gnu.org/wiki/DebugFission.
3408 2014-05-20 Carlos Garcia Campos <cgarcia@igalia.com>
3410 [GTK] Rename translation domain as WebKit2GTK-3.0
3411 https://bugs.webkit.org/show_bug.cgi?id=132953
3413 Reviewed by Gustavo Noronha Silva.
3415 * Source/cmake/OptionsGTK.cmake:
3417 2014-05-18 Rik Cabanier <cabanier@adobe.com>
3419 support for navigator.hardwareConcurrency
3420 https://bugs.webkit.org/show_bug.cgi?id=132588
3422 Reviewed by Filip Pizlo.
3424 * Source/cmake/OptionsEfl.cmake:
3425 * Source/cmake/OptionsGTK.cmake:
3426 * Source/cmake/WebKitFeatures.cmake:
3427 * Source/cmakeconfig.h.cmake:
3429 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3431 Remove CSS_STICKY_POSITION guards
3432 https://bugs.webkit.org/show_bug.cgi?id=132676
3434 Reviewed by Simon Fraser.
3436 * Source/cmake/OptionsEfl.cmake:
3437 * Source/cmake/OptionsGTK.cmake:
3438 * Source/cmake/WebKitFeatures.cmake:
3439 * Source/cmakeconfig.h.cmake:
3441 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
3443 Unreviewed. Bump version numbers.
3445 * Source/cmake/OptionsGTK.cmake:
3447 2014-05-10 Martin Robinson <mrobinson@igalia.com>
3449 [GTK][CMake] Unable to do make install
3450 https://bugs.webkit.org/show_bug.cgi?id=130188
3452 Reviewed by Carlos Garcia Campos.
3454 Only try to install the HTML documentation if the build is configured to generate it via
3455 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
3456 to keep the HTML documentation directory as an installation source.
3458 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
3459 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
3460 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
3461 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
3462 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
3464 2014-05-09 Anders Carlsson <andersca@apple.com>
3466 Rename WebKit2.framework to WebKit.framework
3467 https://bugs.webkit.org/show_bug.cgi?id=132743
3468 <rdar://problem/15920046>
3470 Reviewed by Dan Bernstein.
3473 Build WebKit.xcodeproj before WebKit2.xcodeproj.
3475 * WebKit.xcworkspace/xcshareddata/xcschemes/:
3478 2014-05-06 David Kilzer <ddkilzer@apple.com>
3480 Add Makefile targets for copying static libraries (LLVM and WKSI)
3481 <http://webkit.org/b/132619>
3483 Reviewed by Mark Rowe.
3486 (MODULES): Add WebKitLibraries.
3488 2014-05-06 Commit Queue <commit-queue@webkit.org>
3490 Unreviewed, rolling out r168304.
3491 https://bugs.webkit.org/show_bug.cgi?id=132607
3493 Broke the build (Requested by KaL on #webkit).
3497 "[GTK][CMake] Unable to do make install"
3498 https://bugs.webkit.org/show_bug.cgi?id=130188
3499 http://trac.webkit.org/changeset/168304
3501 2014-05-05 Martin Robinson <mrobinson@igalia.com>
3503 [GTK][CMake] Unable to do make install
3504 https://bugs.webkit.org/show_bug.cgi?id=130188
3506 Reviewed by Carlos Garcia Campos.
3508 Only try to install the HTML documentation if the build is configured to generate it via
3509 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
3510 to keep the HTML documentation directory as an installation source.
3512 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
3513 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
3514 never added to the default target, but will be triggered by build-webkit, so that
3515 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
3516 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
3518 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3520 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
3521 https://bugs.webkit.org/show_bug.cgi?id=132525
3523 Reviewed by Martin Robinson.
3525 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
3526 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
3527 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
3529 2014-05-01 David Kilzer <ddkilzer@apple.com>
3531 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
3532 <http://webkit.org/b/132432>
3534 Reviewed by Tim Horton.
3536 * Source/cmake/WebKitFeatures.cmake:
3537 * Source/cmakeconfig.h.cmake:
3538 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
3540 2014-04-30 Simon Fraser <simon.fraser@apple.com>
3542 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
3544 Reviewed by Dan Bernstein/Anders Carlsson.
3546 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3547 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3549 2014-04-30 Simon Fraser <simon.fraser@apple.com>
3551 Let Xcode have its way with the WebKit workspace.
3553 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3554 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3556 2014-04-29 Martin Robinson <mrobinson@igalia.com>
3558 [GTK] Make it easier to run CMake for downstreams
3559 https://bugs.webkit.org/show_bug.cgi?id=132370
3561 Reviewed by Carlos Garcia Campos.
3563 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
3565 2014-04-27 Joonghun Park <jh718.park@samsung.com>
3567 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
3568 https://bugs.webkit.org/show_bug.cgi?id=132176
3570 Reviewed by Gyuyoung Kim.
3572 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
3574 * Source/cmake/OptionsEfl.cmake:
3576 2014-04-22 Alex Christensen <achristensen@webkit.org>
3578 Removed old stdbool and inttypes headers.
3579 https://bugs.webkit.org/show_bug.cgi?id=131966
3581 Reviewed by Brent Fulgham.
3583 * Source/cmake/OptionsWindows.cmake:
3584 * Source/cmake/WebKitPackaging.cmake:
3585 Removed references to os-win32 directory.
3587 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
3589 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
3591 Rubber-stamped by Carlos Garcia Campos.
3593 * Source/cmake/WebKitFeatures.cmake:
3595 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
3597 Empty RenderInline objects should not be line break objects.
3599 https://bugs.webkit.org/show_bug.cgi?id=131861
3600 <rdar://problem/15663617>
3602 Reviewed by David Hyatt.
3604 * ManualTests/empty-inline-as-line-break-position.html: Added.
3605 This issue wouldn't reproduce in WebKitTestRunner.
3607 2014-04-19 Brent Fulgham <bfulgham@apple.com>
3609 Revert unintended workspace change in my last commit.
3611 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
3612 Scheme type back to Debug.
3614 2014-04-18 Philippe Normand <pnormand@igalia.com>
3616 Remove NETWORK_INFO support
3617 https://bugs.webkit.org/show_bug.cgi?id=131841
3619 Reviewed by Gyuyoung Kim.
3621 * Source/cmake/OptionsEfl.cmake:
3622 * Source/cmake/OptionsGTK.cmake:
3623 * Source/cmake/WebKitFeatures.cmake:
3624 * Source/cmakeconfig.h.cmake:
3626 2014-04-17 Darin Adler <darin@apple.com>
3628 Try to fix EFL and GTK builds.
3630 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
3631 * Source/cmake/OptionsGTK.cmake: Ditto.
3632 * Source/cmakeconfig.h.cmake: Ditto.
3634 2014-04-16 Brendan Long <b.long@cablelabs.com>
3636 [GTK][CMAKE] build-webkit doesn't detect when the build fails
3637 https://bugs.webkit.org/show_bug.cgi?id=130148
3639 Reviewed by Martin Robinson.
3641 * 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.
3643 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
3645 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
3646 https://bugs.webkit.org/show_bug.cgi?id=131725
3648 Reviewed by Philippe Normand.
3650 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
3651 instead of GTK_UNIX_PRINTING_FOUND and set the macro
3652 HAVE_GTK_UNIX_PRINTING to 1 when found.
3654 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
3656 Web Replay: memoize nondeterministic attributes of the Navigator interface
3657 https://bugs.webkit.org/show_bug.cgi?id=131340
3659 Reviewed by Timothy Hatcher.
3661 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
3663 2014-04-09 Brendan Long <b.long@cablelabs.com>
3665 [GStreamer] Expose MPEG-TS metadata
3666 https://bugs.webkit.org/show_bug.cgi?id=122001
3668 Reviewed by Eric Carlson.
3670 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
3671 * Source/cmake/OptionsEfl.cmake: Same.
3672 * Source/cmake/OptionsGTK.cmake: Same.
3674 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
3676 Web Replay: memoize nondeterministic attributes of the Screen interface
3677 https://bugs.webkit.org/show_bug.cgi?id=131339
3679 Reviewed by Timothy Hatcher.
3681 * ManualTests/inspector/replay-window-screen.html: Added.
3683 2014-04-08 Martin Robinson <mrobinson@igalia.com>
3685 [GTK] Remove the WebKitGTK+ WebKit 1 code
3686 https://bugs.webkit.org/show_bug.cgi?id=131399
3688 Reviewed by Anders Carlsson.
3690 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
3691 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
3693 2014-04-08 Dan Bernstein <mitz@apple.com>
3695 Added bmalloc to the WebKit workspace.
3696 https://bugs.webkit.org/show_bug.cgi?id=131362
3698 Reviewed by Geoff Garen.
3700 * WebKit.xcworkspace/contents.xcworkspacedata:
3701 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3702 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3704 2014-04-08 Geoffrey Garen <ggaren@apple.com>
3706 Build bmalloc on iOS too
3707 https://bugs.webkit.org/show_bug.cgi?id=131381
3709 Reviewed by Andreas Kling.
3711 * Source/Makefile: Build it.
3713 2014-04-07 Geoffrey Garen <ggaren@apple.com>
3715 Build bmalloc on Mac
3716 https://bugs.webkit.org/show_bug.cgi?id=131333
3718 Reviewed by Mark Rowe.
3721 * WebKitBuild: Added.
3722 * WebKitBuild/Debug: Added.
3724 2014-04-07 Ryuan Choi <ryuan.choi@samsung.com>
3726 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT
3727 https://bugs.webkit.org/show_bug.cgi?id=131257
3729 Reviewed by Gyuyoung Kim.
3731 * Source/cmake/OptionsEfl.cmake: Enable MEDIA_CONTROLS_SCRIPT
3733 2014-04-06 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3735 [GTK] Stop trying to install WebKit1 documentation
3736 https://bugs.webkit.org/show_bug.cgi?id=131278
3738 Reviewed by Martin Robinson.
3740 * Source/PlatformGTK.cmake: Remove install() call since the WebKit1 documentation is not
3741 built anymore since r166584. This fixes `make install'.
3743 2014-04-04 Brian J. Burg <burg@cs.washington.edu>
3745 Web Replay: capture and replay wheel events and scroll commands
3746 https://bugs.webkit.org/show_bug.cgi?id=129402
3748 Reviewed by Timothy Hatcher.
3750 * ManualTests/inspector/replay-wheel-events.html: Added.
3752 2014-04-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3754 [GTK][CMake] Remove FindXt.cmake.
3755 https://bugs.webkit.org/show_bug.cgi?id=131227
3757 Reviewed by Anders Carlsson.
3759 Xt is already detected by CMake's own FindX11.cmake, so there is no need to keep a custom FindXt.cmake around.
3761 * Source/cmake/FindXt.cmake: Removed.
3762 * Source/cmake/OptionsGTK.cmake:
3764 2014-04-04 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
3766 [EFL] Build error due to changed path of generated js files.
3767 https://bugs.webkit.org/show_bug.cgi?id=131215
3769 Reviewed by Gyuyoung Kim.
3771 r166648 fixed the generation of some .js files on GTK. Due to some
3772 changes in the paths it causes a build error on EFL.
3774 * Source/PlatformEfl.cmake:
3775 Replaced path for two derived source files.
3777 2014-04-02 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3779 [GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
3780 https://bugs.webkit.org/show_bug.cgi?id=131095
3782 Reviewed by Martin Robinson.
3784 One needs to take into account OpenGL's include directory found via
3785 find_package() when looking for glx.h, since if the former is a
3786 non-standard location the latter will also be. If this is not it is
3787 possible that OpenGL is found but GLX support is not properly detected.
3789 * Source/cmake/OptionsGTK.cmake:
3791 2014-04-02 Martin Robinson <mrobinson@igalia.com>
3793 REGRESSION(r165704): [GTK] Inspector resources not correctly generated
3794 https://bugs.webkit.org/show_bug.cgi?id=130343
3796 Reviewed by Gustavo Noronha Silva.
3798 * CMakeLists.txt: Add a variable which points to the directory to store WebInspectorUI
3800 * Source/cmake/WebKitFS.cmake: Generate WebInspectorUI derived sources directories.
3802 2014-04-01 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3804 [CMake] Drop port check from FindEGL.cmake.
3805 https://bugs.webkit.org/show_bug.cgi?id=131091
3807 Reviewed by Gyuyoung Kim.
3809 There is no reason to mark some variables as advanced only for the
3812 * Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
3813 as advanced regardless of the port.
3815 2014-04-01 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3817 Fix the !ENABLE(BATTERY_STATUS) build
3818 https://bugs.webkit.org/show_bug.cgi?id=130183
3820 Reviewed by Anders Carlsson.
3822 * Source/cmake/OptionsEfl.cmake:
3824 2014-03-31 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3826 [CMake][GTK] Do not expand variables twice in if() checks.
3827 https://bugs.webkit.org/show_bug.cgi?id=130964
3829 Reviewed by Martin Robinson.
3831 In CMake, `if (${foo})' causes $foo to be evaluated first and its value
3832 to be checked by the if clause. This is not what we want, and
3833 configuration fails when, say, GLX support wasn't found as the if
3834 clause is actually evaluated as `if (TRUE AND (OR TRUE))'.
3836 * Source/cmake/OptionsGTK.cmake: Pass if (FOO) instead of if (${FOO})
3839 2014-03-31 Martin Robinson <mrobinson@igalia.com>
3841 [GTK] Remove scripts code only applicable to autotools
3842 https://bugs.webkit.org/show_bug.cgi?id=130841
3844 Reviewed by Anders Carlsson.
3846 * Source/cmake/WebKitPackaging.cmake: No longer need to consider autotools files.
3848 2014-03-31 Martin Robinson <mrobinson@igalia.com>
3850 [GTK] Use PROJECT_VERSION_* instead of WEBKIT_*_VERSION
3851 https://bugs.webkit.org/show_bug.cgi?id=130936
3853 Reviewed by Carlos Garcia Campos.
3855 * Source/cmake/OptionsGTK.cmake: No longer emulate the Autotools macro names.
3857 2014-03-31 Carlos Garcia Campos <cgarcia@igalia.com>
3859 [GTK] Add support for GTK3 plugins
3860 https://bugs.webkit.org/show_bug.cgi?id=130599
3862 Reviewed by Martin Robinson.
3864 * Source/cmake/OptionsGTK.cmake:
3866 2014-03-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3868 [EFL] Bump glib version from 2.36 to 2.38
3869 https://bugs.webkit.org/show_bug.cgi?id=130886
3871 Reviewed by Csaba Osztrogonác.
3873 * Source/cmake/OptionsEfl.cmake: Required glib-2.38 version.
3875 2014-03-26 Zoltan Horvath <zoltan@webkit.org>
3877 [CSS Shapes] Remove shape-inside support
3878 https://bugs.webkit.org/show_bug.cgi?id=130698
3880 Reviewed by David Hyatt.
3882 * Source/cmake/WebKitFeatures.cmake:
3883 * Source/cmakeconfig.h.cmake:
3885 2014-03-25 Martin Robinson <mrobinson@igalia.com>
3887 [GTK] Remove the autotools build
3888 https://bugs.webkit.org/show_bug.cgi?id=130717
3890 Reviewed by Anders Carlsson.
3892 * .gitignore: Remove references to autotools files.
3893 * GNUmakefile.am: Removed.
3894 * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
3895 * Source/autotools/CustomMacros.m4: Removed.
3896 * Source/autotools/FindDependencies.m4: Removed.
3897 * Source/autotools/PrintBuildConfiguration.m4: Removed.
3898 * Source/autotools/ReadCommandLineArguments.m4: Removed.
3899 * Source/autotools/SetupAutoconfHeader.m4: Removed.
3900 * Source/autotools/SetupAutomake.m4: Removed.
3901 * Source/autotools/SetupCompilerFlags.m4: Removed.
3902 * Source/autotools/SetupLibtool.m4: Removed.
3903 * Source/autotools/SetupWebKitFeatures.m4: Removed.
3904 * Source/autotools/Versions.m4: Removed.
3905 * Source/autotools/acinclude.m4: Removed.
3906 * Source/autotools/dolt.m4: Removed.
3907 * Source/autotools/gsettings.m4: Removed.
3908 * Source/cmake/OptionsGTK.cmake:
3909 * autogen.sh: Removed.
3910 * configure.ac: Removed.
3912 2014-03-25 Gabor Rapcsanyi <rgabor@webkit.org>
3914 [EFL] Add ARM64 build support
3915 https://bugs.webkit.org/show_bug.cgi?id=130506
3917 Rubber stamped by Gyuyoung Kim.
3919 * CMakeLists.txt: Set WTF_CPU_ARM64 when aarch64 is defined.
3921 2014-03-25 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3923 [EFL][WK2] Add NETWORK_PROCESS build option
3924 https://bugs.webkit.org/show_bug.cgi?id=130131
3926 Reviewed by Gyuyoung Kim.
3928 Add option to build EFL port with NETWORK_PROCESS set on. By default NETWORK_PROCESS is
3931 * Source/cmake/OptionsEfl.cmake:
3933 2014-03-24 Brian Burg <bburg@apple.com>
3935 Web Replay: capture and replay keyboard events
3936 https://bugs.webkit.org/show_bug.cgi?id=130314
3938 Reviewed by Joseph Pecoraro.
3940 * ManualTests/inspector/replay-keyboard-events.html: Added.
3942 2014-03-24 Sangyong Park <sy302.park@gmail.com>
3944 [EFL] Inspector page is not loaded.
3945 https://bugs.webkit.org/show_bug.cgi?id=130661
3947 Reviewed by Gyuyoung Kim.
3949 Inspector page is not loaded, because some javascript files are not installed.
3950 (InspectorJSBackendCommands.js, InspectorWebBackendCommands.js)
3952 * Source/PlatformEfl.cmake:
3954 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
3956 [EFL][GTK] Get CMake to find Freetype2 properly
3957 https://bugs.webkit.org/show_bug.cgi?id=130150
3959 Reviewed by Martin Robinson.
3961 Newer versions of CMake are not able to find Freetype2 correctly.
3962 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
3963 freetype2 repo, because a completely different version number is found in freetype2.pc.
3965 * Source/cmake/FindFreetype2.cmake: Added.
3966 * Source/cmake/OptionsEfl.cmake:
3967 * Source/cmake/OptionsGTK.cmake:
3969 2014-03-20 Brian Burg <bburg@apple.com>
3971 Web Replay: capture and replay mouse events
3972 https://bugs.webkit.org/show_bug.cgi?id=129395
3974 Reviewed by Joseph Pecoraro.
3976 Create a manual test for capture/replay of mouse events.
3977 Copy over the crypto-md5.js library from SunSpider.
3979 * ManualTests/inspector/replay-mouse-events.html: Added.
3980 * ManualTests/inspector/resources/crypto-md5.js: Added.
3982 2014-03-20 Zan Dobersek <zdobersek@igalia.com>
3984 [GTK][CMake] Add support for building with Clang
3985 https://bugs.webkit.org/show_bug.cgi?id=130260
3987 Reviewed by Martin Robinson.
3989 * Source/PlatformGTK.cmake: Run the generate-gtkdoc script with the CFLAGS env set
3990 to the list C compiler flags as constructed by CMake.
3991 * Source/cmake/OptionsCommon.cmake: When building with Clang, use the -Qunused-arguments
3992 compiler option to suppress verbose warnings about arguments that went unused by the driver.
3993 * Source/cmake/OptionsGTK.cmake: Use -fno-omit-frame-pointer for both GCC and Clang.
3994 -fno-tree-dce should be used only for GCC.
3995 * Source/cmake/gtest/CMakeLists.txt: When building with Clang the GTest framework
3996 should be built with GTEST_HAS_TR1_TUPLE macro defined to 0 to avoid build failures.
3998 2014-03-20 Commit Queue <commit-queue@webkit.org>
4000 Unreviewed, rolling out r165962.
4001 https://bugs.webkit.org/show_bug.cgi?id=130512
4003 It broke the build (Requested by Ossy on #webkit).
4007 "[EFL][GTK] Get CMake to find Freetype2 properly"
4008 https://bugs.webkit.org/show_bug.cgi?id=130150
4009 http://trac.webkit.org/changeset/165962
4011 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
4013 [EFL][GTK] Get CMake to find Freetype2 properly
4014 https://bugs.webkit.org/show_bug.cgi?id=130150
4016 Reviewed by Csaba Osztrogonác.
4018 Newer versions of CMake are not able to find Freetype2 correctly.
4019 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
4020 freetype2 repo, because a completely different version number is found in freetype2.pc.
4022 * Source/cmake/FindFreetype2.cmake: Added.
4023 * Source/cmake/OptionsEfl.cmake:
4024 * Source/cmake/OptionsGTK.cmake:
4026 2014-03-17 Brendan Long <b.long@cablelabs.com>
4028 [GStreamer] human readable language code for tracks
4029 https://bugs.webkit.org/show_bug.cgi?id=124514
4031 Reviewed by Martin Robinson.
4033 * Source/autotools/FindDependencies.m4: Add gstreamer-tag-1.0.
4034 * Source/cmake/FindGStreamer.cmake: Same.
4035 * Source/cmake/OptionsEfl.cmake: Same.
4036 * Source/cmake/OptionsGTK.cmake: Same.
4038 2014-03-17 Martin Robinson <mrobinson@igalia.com>
4040 [GTK][CMake] Credential storage is not enabled
4041 https://bugs.webkit.org/show_bug.cgi?id=130149
4043 Reviewed by Philippe Normand.
4045 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_CREDENTIAL_STORAGE option to the configuration
4046 and look libsecret when it's enabled.
4047 * Source/cmakeconfig.h.cmake: Expose the ENABLE_CREDENTIAL_STORAGE option to the build.
4049 2014-03-17 Martin Robinson <mrobinson@igalia.com>
4051 [GTK][CMake] Ensure that HAVE_GTK_UNIX_PRINTING is defined when appropriate
4052 https://bugs.webkit.org/show_bug.cgi?id=130155
4054 Reviewed by Philippe Normand.
4056 * Source/cmake/FindGTKUnixPrint.cmake: Added.
4057 * Source/cmake/OptionsGTK.cmake: Look for gtk+-unix-print and use it to turn on HAVE_GTK_UNIX_PRINTING.
4058 * Source/cmakeconfig.h.cmake: Add the HAVE_GTK_UNIX_PRINTING define.
4060 2014-03-16 Kim Byung Jun <bj1987.kim@samsung.com>
4062 [EFL] Enable TOUCH_SLIDER macro.
4063 https://bugs.webkit.org/show_bug.cgi?id=130186
4065 Reviewed by Gyuyoung Kim.
4067 * Source/cmake/OptionsEfl.cmake:
4069 2014-03-16 Zan Dobersek <zdobersek@igalia.com>
4071 [GTK][CMake] Build with -fno-rtti
4072 https://bugs.webkit.org/show_bug.cgi?id=130261
4074 Reviewed by Martin Robinson.
4076 * Source/cmake/OptionsCommon.cmake: List the -fno-exceptions, -fno-strict-aliasing
4077 and -fno-rtti options in the global CMAKE_C_FLAGS and CMAKE_CXX_FLAGS (-fno-rtti
4078 is only listed in the latter). Replace -std=gnu++0x with the official -std=c++11 option.
4079 * Source/cmake/WebKitHelpers.cmake: Stop -fno-exceptions and -fno-strict-aliasing
4080 from being set through the WEBKIT_SET_EXTRA_COMPILER_FLAGS macro, they are now listed
4081 in CMAKE_C_FLAGS and CMAKE_CXX_FLAGS.
4082 * Source/cmake/gtest/CMakeLists.txt: Build GTest code with GTEST_HAS_RTTI macro defined to 0.
4084 2014-03-16 Brendan Long <b.long@cablelabs.com>
4086 [GStreamer] CMake doesn't find the include path for gstreamer-base
4087 https://bugs.webkit.org/show_bug.cgi?id=130098
4089 Reviewed by Philippe Normand.
4091 * Source/cmake/FindGStreamer.cmake: Look for a header in gstreamer-base instead of looking for gst/gst.h twice.
4093 2014-03-14 Maciej Stachowiak <mjs@apple.com>
4095 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
4096 https://bugs.webkit.org/show_bug.cgi?id=130276
4097 <rdar://problem/16266927>
4099 Reviewed by Simon Fraser.
4101 * ManualTests/NPN_Invoke/Info.plist:
4102 * ManualTests/NPN_Invoke/main.c:
4103 * ManualTests/accessibility/resources/AppletTest.java:
4105 2014-03-14 Zan Dobersek <zdobersek@igalia.com>
4107 [CMake] Remove -fno-tree-sra workaround for GCC 4.5
4108 https://bugs.webkit.org/show_bug.cgi?id=130258
4110 Reviewed by Martin Robinson.
4112 GCC compilers 4.7 and later are supported, so there's no need for disabling
4113 the -ftree-sra optimization which was causing problems when enabled on GCC 4.5.
4115 * Source/cmake/WebKitHelpers.cmake:
4117 2014-03-14 Landry Breuil <landry@openbsd.org>
4119 Add autotools boilerplate for proper os defines on OpenBSD/NetBSD/DragonFly
4120 https://bugs.webkit.org/show_bug.cgi?id=129966
4122 Reviewed by Andreas Kling.
4124 * Source/autotools/CheckSystemAndBasicDependencies.m4:
4125 * Source/autotools/SetupAutomake.m4:
4127 2014-03-13 Mario Sanchez Prada <mario.prada@samsung.com>
4129 [CMake] Failure to link with older installations of WebP
4130 https://bugs.webkit.org/show_bug.cgi?id=130195
4132 Reviewed by Gustavo Noronha Silva.
4134 Fix the issue by using a temporary variable as the output parameter
4135 to check_include_files(), setting WEBP_FOUND accordingly later.
4137 * Source/cmake/FindWebP.cmake: Avoid reusing the WEBP_FOUND
4138 variable in check_include_files(), as it will lead to misleading
4139 results (will always be FALSE). Use a temporary variable instead
4140 and explicitly set WEBP_FOUND to TRUE later if needed.
4142 2014-03-12 Martin Robinson <mrobinson@igalia.com>
4144 [CMake] Changes to the bindings generator Perl modules do not trigger regeneration of bindings
4145 https://bugs.webkit.org/show_bug.cgi?id=130170
4147 Reviewed by Daniel Bates.
4149 * Source/cmake/WebKitMacros.cmake: Add the Perl modules used in script generation to the dependency
4150 list. We must check whether or not the specific one exists first, because the InjectedBundle uses a
4151 fake "TestRunner" generator.
4153 2014-03-12 Carlos Garcia Campos <cgarcia@igalia.com>
4155 [GTK][CMAKE] Remove compile warnings about GTK+ deprecated API
4156 https://bugs.webkit.org/show_bug.cgi?id=130014
4158 Reviewed by Martin Robinson.
4160 Set GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_6.
4162 * Source/cmake/OptionsGTK.cmake:
4163 * Source/cmakeconfig.h.cmake:
4165 2014-03-12 Martin Robinson <mrobinson@igalia.com>
4167 [GTK][CMAKE] Too verbose build output
4168 https://bugs.webkit.org/show_bug.cgi?id=130076
4170 Reviewed by Carlos Garcia Campos.
4172 * Source/cmake/OptionsGTK.cmake: Generate a script which does the actual build. This
4173 works around an issue where cmake --build doesn't support ninja's pretty printing.
4175 2014-03-10 Mario Sanchez Prada <mario.prada@samsung.com>
4177 [GTK] Add support for Geoclue2
4178 https://bugs.webkit.org/show_bug.cgi?id=120185
4180 Reviewed by Carlos Garcia Campos.
4182 Patch by Anton Obzhirov <a.obzhirov@samsung.com> and Mario Sanchez Prada <mario.prada@samsung.com>
4184 Add support for Geoclue2 using autotools.
4186 * Source/autotools/FindDependencies.m4: Add support for handling
4187 both Geoclue 1.0 and 2.0.
4188 * Source/autotools/PrintBuildConfiguration.m4: Print the version
4189 of geoclue that is being used.
4190 * Source/autotools/SetupAutoconfHeader.m4: Define GEOCLUE_API_VERSION_2.
4191 * Source/autotools/SetupAutomake.m4: Likewise, for AM_CONDITIONAL.
4192 * Source/autotools/Versions.m4: Added minimum required version for Geoclue2.
4194 Add support for Geoclue2 using CMake.
4196 * Source/cmake/FindGeoClue2.cmake: Added.
4197 * Source/cmake/OptionsGTK.cmake: Add support for handling Geoclue 1.0 and 2.0.
4198 * Source/cmakeconfig.h.cmake: Define WTF_USE_GEOCLUE2.
4200 2014-03-10 Martin Robinson <mrobinson@igalia.com>
4202 [GTK][CMAKE] gtk-doc HTML documentation is generated by default when building with CMake
4203 https://bugs.webkit.org/show_bug.cgi?id=130016
4205 Reviewed by Carlos Garcia Campos.
4207 * Source/PlatformGTK.cmake: Add two gtkdoc targets, one which builds HTML and one which
4208 doesn't. Add the non-HTML version to the default target, but not the HTML version. The
4209 HTML version will still run when building the distribution tarball.
4211 2014-03-10 Martin Robinson <mrobinson@igalia.com>
4213 [GTK] [CMake] Clean up library linking
4214 https://bugs.webkit.org/show_bug.cgi?id=129782
4216 Reviewed by Philippe Normand.
4218 * Source/cmake/OptionsGTK.cmake: Add a macro to wrap all libraries in a list with --whole-archive
4219 so that unused symbols are not dropped. This is useful when building up shared libraries
4220 from convenience libraries.
4222 2014-03-08 Landry Breuil <landry@openbsd.org>
4224 Don't check for shm_open on librt on OpenBSD, lib doesnt exist.
4225 https://bugs.webkit.org/show_bug.cgi?id=129973
4227 Reviewed by Martin Robinson.
4229 * Source/autotools/FindDependencies.m4:
4231 2014-03-06 Anders Carlsson <andersca@apple.com>
4233 Build WebKit2 before building WebKit
4234 https://bugs.webkit.org/show_bug.cgi?id=129831
4235 <rdar://problem/15920020>
4237 Reviewed by Dan Bernstein.
4240 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
4241 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
4243 2014-03-06 Commit Queue <commit-queue@webkit.org>
4245 Unreviewed, rolling out r165193.
4246 http://trac.webkit.org/changeset/165193
4247 https://bugs.webkit.org/show_bug.cgi?id=129823
4249 Not specifying libc++ as the stdlib for Clang through CXXFLAGS
4250 env confuses libtool (Requested by zdobersek on #webkit).
4252 * Source/autotools/SetupCompilerFlags.m4:
4254 2014-03-06 Zan Dobersek <zdobersek@igalia.com>
4256 [GTK][Autotools] Default to libc++ when compiling with Clang
4257 https://bugs.webkit.org/show_bug.cgi?id=129798
4259 Reviewed by Anders Carlsson.
4261 * Source/autotools/SetupCompilerFlags.m4: Default to using libc++ when compiling with the Clang
4262 compiler. This is still overridable if -stdlib=* flag was set through CXXFLAGS, in case people
4263 would for some reason still prefer libstdc++ (i.e. on setups where a functional libc++ is not yet available).
4265 2014-03-05 Martin Robinson <mrobinson@igalia.com>
4267 [CMake] Ninja generator builds fail with "Argument list too long"
4268 https://bugs.webkit.org/show_bug.cgi?id=129771
4270 Reviewed by Daniel Bates.
4272 * Source/cmake/OptionsCommon.cmake: Work around a bug in the Ninja CMake generator,
4273 by forcing the use of response files.
4275 2014-03-05 Ryuan Choi <ryuan.choi@samsung.com>
4277 [CMake] Use thin archives if building on Linux for non-shared-core debug builds
4278 https://bugs.webkit.org/show_bug.cgi?id=108330
4280 Reviewed by Martin Robinson.
4282 In order to get non-shared debug builds, this patch applied T option for
4283 thin archives to the flags passed to ar when cmake based ports build on linux.
4284 In addition, applied u option which avoids adding a file twice.
4286 * Source/cmake/OptionsCommon.cmake: Moved archive options from OptionsGTK.cmake.
4287 * Source/cmake/OptionsEfl.cmake:
4288 Removed error messages for non-shared-core debug builds.
4289 * Source/cmake/OptionsGTK.cmake: Moved archive options to OptionsCommon.cmake.
4291 2014-03-04 Zan Dobersek <zdobersek@igalia.com>
4293 [GTK] Build the Udis86 disassembler
4294 https://bugs.webkit.org/show_bug.cgi?id=129679
4296 Reviewed by Michael Saboff.
4298 * GNUmakefile.am: Add the Udis86_nosources variable.
4299 * Source/cmake/OptionsGTK.cmake: Enable the Udis86 disassembler.
4301 2014-03-04 Martin Robinson <mrobinson@igalia.com>
4303 [GTK] Simplify the GObject DOM bindings API break check into one step
4304 https://bugs.webkit.org/show_bug.cgi?id=129571
4306 Reviewed by Carlos Garcia Campos.
4308 * Source/PlatformGTK.cmake: We don't need to run the API break check before gtkdoc generation.
4309 Add the check to 'make check.'
4311 2014-03-04 Martin Robinson <mrobinson@igalia.com>
4313 [GTK][CMake] ENABLE_NAVIGATOR_CONTENT_UTILS is mistakenly enabled for the CMake build
4314 https://bugs.webkit.org/show_bug.cgi?id=129502
4316 Reviewed by Carlos Garcia Campos.
4318 * Source/cmake/OptionsGTK.cmake: Disable the option for GTK+.
4320 2014-03-03 Jozsef Berta <jberta.u-szeged@partner.samsung.com>
4322 [cmake] *Names.cpp file should be regenerated after touching StaticString.pm
4323 https://bugs.webkit.org/show_bug.cgi?id=129031
4325 Reviewed by Csaba Osztrogonác.
4327 * Source/cmake/WebKitMacros.cmake: Added a call for make_names.pm dependencies in GENERATE_FONT_NAMES and GENERATE_DOM_NAMES macros.
4329 2014-03-03 Carlos Garcia Campos <cgarcia@igalia.com>
4331 [GTK] WebKit2WebExtension GIR can't be used in vala
4332 https://bugs.webkit.org/show_bug.cgi?id=127179
4334 Reviewed by Martin Robinson.
4336 Add a different pkg-config file for the web extensions API.
4338 * Source/cmake/OptionsGTK.cmake:
4341 2014-03-02 Dirkjan Ochtman <d.ochtman@activevideo.com>
4343 Support ENABLE_ENCRYPTED_MEDIA in cmake builds
4344 https://bugs.webkit.org/show_bug.cgi?id=129575
4346 Reviewed by Philippe Normand.
4348 * Source/cmake/OptionsEfl.cmake:
4349 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
4350 * Source/cmake/OptionsGTK.cmake:
4351 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
4352 * Source/cmake/WebKitFeatures.cmake:
4353 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
4354 * Source/cmakeconfig.h.cmake:
4355 Added ENABLE_ENCRYPTED_MEDIA{,_V2} flags.
4357 2014-02-27 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
4359 Enable support of X-Content-Type-Options: nosniff header for EFL
4360 https://bugs.webkit.org/show_bug.cgi?id=128673
4362 Reviewed by Gyuyoung Kim.
4364 * Source/cmake/OptionsEfl.cmake:
4365 Enabled NOSNIFF feature flag for EFL.
4367 2014-02-27 Koop Mast <kwm@FreeBSD.org>
4369 Fallback on checking for libz manualy if zlib.pc isn't available.
4370 https://bugs.webkit.org/show_bug.cgi?id=127061
4372 Reviewed by Gustavo Noronha Silva.
4374 * Source/autotools/FindDependencies.m4:
4376 2014-02-25 Sergio Villar Senin <svillar@igalia.com>
4378 [CSS Grid Layout] Add ENABLE flag
4379 https://bugs.webkit.org/show_bug.cgi?id=129153
4381 Reviewed by Simon Fraser.
4383 Added the ENABLE_CSS_GRID_LAYOUT feature flag to the cmake and
4384 autotools build systems. The feature is disabled by default for
4387 * Source/autotools/SetupWebKitFeatures.m4:
4388 * Source/cmake/OptionsEfl.cmake:
4389 * Source/cmake/OptionsGTK.cmake:
4390 * Source/cmake/WebKitFeatures.cmake:
4391 * Source/cmakeconfig.h.cmake:
4393 2014-02-24 Martin Robinson <mrobinson@igalia.com>
4395 [GTK] generate-gtkdoc should not generate documentation for source files for unbuilt source files
4396 https://bugs.webkit.org/show_bug.cgi?id=128417
4398 Reviewed by Carlos Garcia Campos.
4400 * Source/cmake/OptionsGTK.cmake: Define the paths to the pkgconfig files here, so that they
4401 may one day be used in the webkitdom config file generation.
4403 2014-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
4405 [EFL][CMake] Fix javascriptcore test failings by the jsCStack branch merge
4406 https://bugs.webkit.org/show_bug.cgi?id=128961
4408 Reviewed by Ryosuke Niwa.
4410 Javascriptcore test on EFL port has been broken since the jsCStack branch merge.
4411 For now we can fix almost tests by using "-fno-tree-dce option". Unfortunately,
4412 EFL port needs not to check "uninitialized" build warning as error in order to
4413 adjust the option to EFL port. This patch don't take it as error temporarily.
4415 * Source/cmake/OptionsEfl.cmake:
4416 * Source/cmake/WebKitHelpers.cmake:
4418 2014-02-16 Martin Robinson <mrobinson@igalia.com>
4420 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
4421 https://bugs.webkit.org/show_bug.cgi?id=128434
4423 Reviewed by Anders Carlsson.
4425 * Source/cmake/OptionsGTK.cmake: Add -fno-omit-frame-pointer to the GTK+ CMake
4426 port as well as -fno-tree-dce, like it is used in the autotools build.
4428 2014-02-17 ChangSeok Oh <changseok.oh@collabora.com>
4430 [GTK] MEDIA_CONTROLS_SCRIPT depends on VIDEO_TRACK
4431 https://bugs.webkit.org/show_bug.cgi?id=128799
4433 Reviewed by Philippe Normand.
4435 MEDIA_CONTROLS_SCRIPT has a dependency on VIDEO_TRACK. So it causes a build break
4436 if building with autotools. cmake system has enabled it as default. So I propose
4437 enabling VIDEO_TRACK as well.
4439 * Source/autotools/SetupWebKitFeatures.m4:
4441 2014-02-14 Commit Queue <commit-queue@webkit.org>
4443 Unreviewed, rolling out r164090.
4444 http://trac.webkit.org/changeset/164090
4445 https://bugs.webkit.org/show_bug.cgi?id=128807
4447 It broke the EFL build (Requested by Ossy on #webkit).
4449 * Source/cmake/OptionsCommon.cmake:
4450 * Source/cmake/OptionsEfl.cmake:
4452 2014-02-09 Martin Robinson <mrobinson@igalia.com>
4454 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
4455 https://bugs.webkit.org/show_bug.cgi?id=128434
4457 Extend a fix for EFL to all ports that use GCC. Also include further fixes
4458 that were applied only to the autotools build.
4460 Reviewed by Gyuyoung Kim.
4462 * Source/cmake/OptionsCommon.cmake: Add -fno-omit-frame-pointer to all ports as well
4463 as -fno-tree-dce, which is necessary for GTK+.
4464 * Source/cmake/OptionsEfl.cmake: The GCC flag additions are now in the common options file.
4466 2014-02-04 Gustavo Noronha Silva <gns@gnome.org>
4468 [GTK][CMake] Generate GObject DOM bindings .symbols files
4469 https://bugs.webkit.org/show_bug.cgi?id=126210
4471 Reviewed by Martin Robinson.
4473 * Source/PlatformGTK.cmake: add checking DOM bindings API as a dependency
4474 for documentation generation.
4476 2014-02-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
4478 [GTK] MEDIA_CONTROLS_SCRIPT support
4479 https://bugs.webkit.org/show_bug.cgi?id=123097
4481 Reviewed by Jer Noble.
4483 Part of the Autotools and CMake structure to build the media
4486 * Source/autotools/SetupWebKitFeatures.m4: Activated the media
4487 controls script by default.
4488 * Source/cmake/OptionsGTK.cmake: Activated the media controls
4490 * Source/cmake/WebKitFeatures.cmake: Created the option to
4491 activate the controls script.
4492 * Source/cmakeconfig.h.cmake: Created the define template the the
4493 media controls script.
4495 2014-02-12 Zan Dobersek <zdobersek@igalia.com>
4497 [GDB] Add .gdbinit to the list of files ignored by Git
4498 https://bugs.webkit.org/show_bug.cgi?id=128455
4500 Reviewed by Anders Carlsson.
4502 * .gitignore: Ignore the .gdbinit file which can be used to perform WebKit-specific GDB initialization
4503 when the debugger is launched in the repository's root directory. Also remove a Chromium-specific comment
4504 that covers already removed entries.
4506 2014-02-11 Oliver Hunt <oliver@apple.com>
4508 Make it possible to implement JS builtins in JS
4509 https://bugs.webkit.org/show_bug.cgi?id=127887
4511 Reviewed by Michael Saboff.
4514 * Source/cmake/gtest/CMakeLists.txt:
4516 2014-02-12 Ryan Lortie <desrt@desrt.ca>
4518 'ar T' is not portable and breaks the build on FreeBSD
4519 https://bugs.webkit.org/show_bug.cgi?id=128596
4521 Reviewed by Gustavo Noronha Silva.
4523 Create thin archives only if we are using GNU ar.
4525 * Source/autotools/SetupLibtool.m4:
4527 2014-02-10 Krzysztof Wolanski <k.wolanski@samsung.com>
4529 Add the CSS_SHAPE_INSIDE to CMake feature list
4530 https://bugs.webkit.org/show_bug.cgi?id=128530
4532 Reviewed by Gyuyoung Kim.
4534 CSS_SHAPE_INSIDE flag was added in r163333,
4535 this patch is adding this flag to CMake feature list.
4537 * Source/cmake/WebKitFeatures.cmake:
4538 * Source/cmakeconfig.h.cmake:
4540 2014-02-09 Carlos Garnacho <carlosg@gnome.org>
4542 [GTK] Enable touch features
4543 https://bugs.webkit.org/show_bug.cgi?id=98931
4545 Reviewed by Carlos Garcia Campos.
4547 * Source/autotools/SetupWebKitFeatures.m4:
4548 * Source/cmake/OptionsGTK.cmake: set ENABLE_TOUCH_EVENTS to 1 if building with GTK+.
4550 2014-02-06 Andreas Kling <akling@apple.com>
4552 Remove unused ENABLE(REPAINT_THROTTLING) flag.
4553 <https://webkit.org/b/128329>
4555 Reviewed by Antti Koivisto.
4557 * Source/cmake/WebKitFeatures.cmake:
4558 * Source/cmakeconfig.h.cmake:
4560 2014-02-06 Joseph Pecoraro <pecoraro@apple.com>
4562 [iOS] make should build WebKit2
4563 https://bugs.webkit.org/show_bug.cgi?id=128351
4565 Reviewed by Daniel Bates.
4569 2014-02-05 Andreas Kling <akling@apple.com>
4571 Remove ENABLE(DIRECTORY_UPLOAD).
4572 <https://webkit.org/b/128275>
4574 Rubber-stamped by Ryosuke Niwa.
4576 * Source/autotools/SetupWebKitFeatures.m4: