1 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
3 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
5 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
7 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
9 Unreviewed. Export DatabaseProcessMainUnix symbol.
11 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
12 is exported in production builds.
14 * Source/cmake/gtksymbols.filter:
16 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
18 [GTK] Enable IndexedDB
19 https://bugs.webkit.org/show_bug.cgi?id=98932
21 Reviewed by Žan Doberšek.
23 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
24 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
26 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
28 [GTK] Bump GCC requirements to 4.9.0
29 https://bugs.webkit.org/show_bug.cgi?id=145211
31 Reviewed by Žan Doberšek.
33 It's required to build with IndexedDB support when using GCC,
34 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
36 * Source/cmake/OptionsGTK.cmake:
38 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
40 [CMake] Ignore warnings in system headers
41 https://bugs.webkit.org/show_bug.cgi?id=144747
43 Reviewed by Darin Adler.
45 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
46 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
47 use the SYSTEM argument to the command (added in 2.8.12).
51 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
53 [CMake] Error out when ruby is too old
54 https://bugs.webkit.org/show_bug.cgi?id=145014
56 Reviewed by Martin Robinson.
58 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
63 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
65 [GTK] Enable plugin-related CMake options and variables for the X11 target only
66 https://bugs.webkit.org/show_bug.cgi?id=144995
68 Reviewed by Carlos Garcia Campos.
70 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
71 the X11 windowing target at the moment, so the following options
72 and variables should be enabled or disabled accordingly:
73 - ENABLE_PLUGIN_PROCESS_GTK2
74 - ENABLE_NETSCAPE_PLUGIN_API
75 - ENABLE_PLUGIN_PROCESS
77 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
79 Linker fails without -DDEVELOPER_MODE=ON
80 https://bugs.webkit.org/show_bug.cgi?id=144117
82 Reviewed by Gyuyoung Kim.
84 * Source/cmake/OptionsEfl.cmake:
85 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
86 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
88 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
90 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
91 https://bugs.webkit.org/show_bug.cgi?id=144846
93 Reviewed by Martin Robinson.
95 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
96 CAIRO_GL_* throughout, because find_package will define
98 * Source/cmake/OptionsGTK.cmake: Ditto.
100 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
102 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
103 https://bugs.webkit.org/show_bug.cgi?id=144845
105 Reviewed by Martin Robinson.
107 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
108 if their corresponding WTF options are ON. The code in npapi.h
109 relies on these being undefined if they are to be switched off.
111 2015-05-09 Yoav Weiss <yoav@yoav.ws>
113 Remove the PICTURE_SIZES build flag
114 https://bugs.webkit.org/show_bug.cgi?id=144679
116 Reviewed by Benjamin Poulain.
118 Removed the PICTURE_SIZES build time flag.
120 * Source/cmake/OptionsEfl.cmake:
121 * Source/cmake/OptionsGTK.cmake:
122 * Source/cmake/OptionsMac.cmake:
123 * Source/cmake/OptionsWindows.cmake:
124 * Source/cmake/WebKitFeatures.cmake:
126 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
128 [GTK] [CMake] Check for required X libraries
129 https://bugs.webkit.org/show_bug.cgi?id=144823
131 Reviewed by Martin Robinson.
133 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
135 * Source/cmake/OptionsGTK.cmake:
137 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
139 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
140 https://bugs.webkit.org/show_bug.cgi?id=144746
142 Reviewed by Carlos Garcia Campos.
144 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
145 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
146 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
148 * Source/cmake/OptionsGTK.cmake:
150 2015-05-08 Daniel Bates <dabates@apple.com>
152 [iOS] WebSQL operations are not performed after device is locked
153 https://bugs.webkit.org/show_bug.cgi?id=137503
154 <rdar://problem/20844952>
156 Rubber-stamped by Alexey Proskuryakov.
158 Add a manual test to help verify that we do not regress this issue.
160 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
162 2015-05-08 Commit Queue <commit-queue@webkit.org>
164 Unreviewed, rolling out r183945.
165 https://bugs.webkit.org/show_bug.cgi?id=144789
167 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
171 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
172 https://bugs.webkit.org/show_bug.cgi?id=144746
173 http://trac.webkit.org/changeset/183945
175 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
177 Cleanup after r183940
178 https://bugs.webkit.org/show_bug.cgi?id=144768
182 Looks like the empty directories were not deleted.
184 * Source/PAL: Removed.
185 * Source/PAL/Configurations: Removed.
186 * Source/PAL/PAL.xcodeproj: Removed.
187 * Source/PAL/graphics: Removed.
189 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
191 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
192 https://bugs.webkit.org/show_bug.cgi?id=144746
194 Reviewed by Martin Robinson.
196 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
197 what it is defined to, so defining it to 0 effectively turned it on always.
199 * Source/cmake/OptionsGTK.cmake:
201 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
203 Revert "Introducing the Platform Abstraction Layer (PAL)"
204 https://bugs.webkit.org/show_bug.cgi?id=144751
208 PAL should be a new target inside WebCore, rather than a top-level folder.
210 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
212 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
214 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
216 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
218 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
220 Introducing the Platform Abstraction Layer (PAL)
221 https://bugs.webkit.org/show_bug.cgi?id=143358
223 Reviewed by Simon Fraser.
225 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
227 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
229 [cmake] Disable GNU Gold linker on Cortex A53
230 https://bugs.webkit.org/show_bug.cgi?id=144382
232 Reviewed by Carlos Garcia Campos.
234 * Source/cmake/OptionsCommon.cmake:
236 2015-05-01 Martin Robinson <mrobinson@igalia.com>
238 USE(...) macro should expect unprefixed variables
239 https://bugs.webkit.org/show_bug.cgi?id=144454
241 Reviewed by Daniel Bates.
243 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
244 * Source/cmake/OptionsEfl.cmake: Ditto.
245 * Source/cmake/OptionsGTK.cmake: Ditto.
246 * Source/cmake/OptionsMac.cmake: Ditto.
247 * Source/cmake/OptionsWinCairo.cmake: Ditto.
248 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
251 2015-04-30 Martin Robinson <mrobinson@igalia.com>
253 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
254 https://bugs.webkit.org/show_bug.cgi?id=144394
256 Reviewed by Carlos Garcia Campos.
258 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
259 is that it fixes the redirected XComposite window for GTK+, which was accidentally
260 disabled in previous reworking of the CMake configuration.
262 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
263 version of USE variables.
264 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
265 is exposed to the build.
267 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
269 Unreviewed. Bump GTK+ version numbers.
271 * Source/cmake/OptionsGTK.cmake:
273 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
275 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
276 https://bugs.webkit.org/show_bug.cgi?id=144435
278 Reviewed by Gyuyoung Kim.
280 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
281 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
283 * Source/cmake/OptionsEfl.cmake:
285 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
287 REGRESSION(183583): [Mac] make without SDKROOT has issues
288 https://bugs.webkit.org/show_bug.cgi?id=144431
290 Reviewed by Dan Bernstein.
293 Assume an empty SDKROOT means an macosx variant, so only
294 enable settings if the SDKROOT is not empty and does not
297 2015-04-29 Martin Robinson <mrobinson@igalia.com>
299 Fix the GTK+ build after r183584
301 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
303 2015-04-29 Martin Robinson <mrobinson@igalia.com>
305 [GTK] Add support for automatic hyphenation
306 https://bugs.webkit.org/show_bug.cgi?id=44478
308 Reviewed by Carlos Garcia Campos.
310 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
311 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
312 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
314 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
316 Failure when building WebKit for appletvsimulator.
317 https://bugs.webkit.org/show_bug.cgi?id=144356
319 Reviewed by Alexey Proskuryakov.
321 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
322 make TVOS and WatchOS behave correctly.
326 2015-04-29 Martin Robinson <mrobinson@igalia.com>
328 [CMake] [GTK] Organize and clean up unused CMake variables
329 https://bugs.webkit.org/show_bug.cgi?id=144364
331 Reviewed by Gyuyoung Kim.
333 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
334 specific to certain projects into their PlatformGTK.cmake files.
336 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
338 [EFL] Build failure to find gio-unix
339 https://bugs.webkit.org/show_bug.cgi?id=144083
341 Reviewed by Gyuyoung Kim.
343 Original patch by Doug Newgard <scimma22@outlook.com>
345 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
347 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
349 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
350 https://bugs.webkit.org/show_bug.cgi?id=143001
352 Reviewed by Gyuyoung Kim.
354 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
355 * Source/cmake/OptionsGTK.cmake: Ditto.
357 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
359 Unreviewed, fix typo in previous commit
361 libsecretr -> libsecret in the error message.
363 * Source/cmake/OptionsGTK.cmake:
365 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
367 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
368 https://bugs.webkit.org/show_bug.cgi?id=143546
370 Reviewed by Martin Robinson.
372 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
373 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
374 default. Fail the build with an informative error message if an optional dependency required
375 for an enabled feature is not present. Perform find_package commands only when necessary.
376 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
379 * Source/cmake/OptionsGTK.cmake:
381 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
383 [GTK] Make all options actually options
384 https://bugs.webkit.org/show_bug.cgi?id=144106
386 Reviewed by Martin Robinson.
388 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
389 ENABLE_WAYLAND_TARGET.
391 * Source/cmake/OptionsGTK.cmake:
393 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
395 Unreviewed, fix GTK build after r183452
397 * Source/cmake/OptionsGTK.cmake:
399 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
401 [GTK] Add one single option to control all OpenGL-related options
402 https://bugs.webkit.org/show_bug.cgi?id=144105
404 Reviewed by Martin Robinson.
406 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
407 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
408 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
409 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
410 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
413 * Source/cmake/OptionsGTK.cmake:
415 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
417 [GTK] ENABLE_SMOOTH_SCROLLING should be private
418 https://bugs.webkit.org/show_bug.cgi?id=144306
420 Reviewed by Martin Robinson.
422 Make ENABLE_SMOOTH_SCROLLING private instead of public.
424 * Source/cmake/OptionsGTK.cmake:
426 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
428 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
429 https://bugs.webkit.org/show_bug.cgi?id=144193
431 Reviewed by Darin Adler.
433 * Source/cmake/OptionsEfl.cmake:
434 * Source/cmake/OptionsGTK.cmake:
435 * Source/cmake/OptionsWinCairo.cmake:
436 * Source/cmake/WebKitFeatures.cmake:
438 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
440 [CMake] Should be possible for an option to conflict with other options
441 https://bugs.webkit.org/show_bug.cgi?id=143956
443 Reviewed by Martin Robinson.
445 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
447 * Source/cmake/WebKitFeatures.cmake:
449 2015-04-22 Martin Robinson <mrobinson@igalia.com>
451 [CMake] Autogenerate cmakeconfig.h.cmake
452 https://bugs.webkit.org/show_bug.cgi?id=143997
454 Reviewed by Csaba Osztrogonác.
456 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
457 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
458 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
459 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
460 Do some other miscellaneous related cleanup.
461 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
462 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
463 build exposed variables. Add a macro to generate a configuration from them.
464 * Source/cmakeconfig.h.cmake: Removed.
466 2015-04-24 Philippe Normand <pnormand@igalia.com>
468 [JHBuild] Move to upstream OpenWebRTC
469 https://bugs.webkit.org/show_bug.cgi?id=144145
471 Reviewed by Carlos Garcia Campos.
473 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
476 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
478 [ES6] Implement ES6 template literals
479 https://bugs.webkit.org/show_bug.cgi?id=142691
481 Reviewed by Darin Adler.
483 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
485 * Source/cmake/WebKitFeatures.cmake:
486 * Source/cmakeconfig.h.cmake:
488 2015-04-25 Martin Robinson <mrobinson@igalia.com>
490 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
491 https://bugs.webkit.org/show_bug.cgi?id=144182
493 Reviewed by Simon Fraser.
495 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
496 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
497 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
498 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
499 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
501 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
503 [GTK] Add more public options
504 https://bugs.webkit.org/show_bug.cgi?id=144116
506 Reviewed by Martin Robinson.
508 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
510 * Source/cmake/OptionsGTK.cmake:
512 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
514 [CMake] Some internal variables are not marked as advanced
515 https://bugs.webkit.org/show_bug.cgi?id=143595
517 Reviewed by Martin Robinson.
519 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
520 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
522 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
524 [GTK] Mark as advanced the build options we don't want to expose
525 https://bugs.webkit.org/show_bug.cgi?id=143558
527 Reviewed by Martin Robinson.
529 Mark various options as private instead of public.
531 * Source/cmake/OptionsGTK.cmake:
533 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
535 [CMake] Should be possible for an option to depend on multiple options
536 https://bugs.webkit.org/show_bug.cgi?id=143839
538 Reviewed by Martin Robinson.
540 Use a list instead of a single variable to track the dependencies of each option. Iterate
541 over the list as many times as necessary to ensure all options are properly disabled.
543 * Source/cmake/WebKitFeatures.cmake:
545 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
547 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
548 https://bugs.webkit.org/show_bug.cgi?id=144103
550 Reviewed by Martin Robinson.
552 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
554 * Source/cmake/WebKitFeatures.cmake:
556 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
558 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
559 https://bugs.webkit.org/show_bug.cgi?id=144102
561 Reviewed by Martin Robinson.
563 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
564 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
565 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
567 * Source/cmake/OptionsGTK.cmake:
569 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
571 [CMake] Clean up JSC JIT options
572 https://bugs.webkit.org/show_bug.cgi?id=143998
574 Reviewed by Filip Pizlo.
576 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
577 define for ENABLE_FTL_NATIVE_CALL_INLINING.
578 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
579 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
580 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
581 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
583 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
585 [CMake] Use lowercase for local variables in macros
586 https://bugs.webkit.org/show_bug.cgi?id=144059
588 Reviewed by Martin Robinson.
590 Convert some variable names to lowercase.
592 * Source/cmake/WebKitFeatures.cmake:
594 2015-04-22 Commit Queue <commit-queue@webkit.org>
596 Unreviewed, rolling out r183116.
597 https://bugs.webkit.org/show_bug.cgi?id=144060
599 Inadvertently deleted a file... (Requested by mcatanzaro on
604 "[CMake] Use lowercase for local variables in macros"
605 https://bugs.webkit.org/show_bug.cgi?id=144059
606 http://trac.webkit.org/changeset/183116
608 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
610 [CMake] Use lowercase for local variables in macros
611 https://bugs.webkit.org/show_bug.cgi?id=144059
613 Reviewed by Martin Robinson.
615 Convert some variable names to lowercase.
617 * Source/cmake/WebKitFeatures.cmake:
619 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
621 [CMake] Features list should print dots every other row
622 https://bugs.webkit.org/show_bug.cgi?id=143832
624 Reviewed by Martin Robinson.
626 Discount private options when determining whether to print dots on a given row of the
627 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
628 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
629 wasn't noticed because it only affects the first line, and use of the variable name as a
630 string in a conditional.)
632 * Source/cmake/WebKitFeatures.cmake:
634 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
636 [CMake] Require specifying visibility of WebKit options
637 https://bugs.webkit.org/show_bug.cgi?id=143831
639 Reviewed by Alex Christensen.
641 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
642 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
643 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
644 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
645 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
646 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
647 cross-platform options as PRIVATE.
649 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
651 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
652 https://bugs.webkit.org/show_bug.cgi?id=143935
654 Reviewed by Darin Adler.
656 Some variables aren't defined in these files or unused variables aren't removed. This
657 patch cleans up it as well as fix wrong alphabet order.
659 * Source/cmake/WebKitFeatures.cmake:
660 * Source/cmakeconfig.h.cmake:
662 2015-04-19 Simon Fraser <simon.fraser@apple.com>
664 Restore the WebKit.xcworkspace to the way it was before r182899,
665 which inadvertently added the Source directory and a couple of source
668 * WebKit.xcworkspace/contents.xcworkspacedata:
670 2015-04-16 Basile Clement <basile_clement@apple.com>
672 Extract the allocation profile from JSFunction into a rare object
673 https://bugs.webkit.org/show_bug.cgi?id=143807
675 Reviewed by Filip Pizlo.
677 * WebKit.xcworkspace/contents.xcworkspacedata:
679 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
681 [EFL] Bump LLVM to version 3.6.0 on X86_64
682 https://bugs.webkit.org/show_bug.cgi?id=143604
684 Reviewed by Gyuyoung Kim.
686 * Source/cmake/FindLLVM.cmake: Added version handling.
687 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
689 2015-04-15 Timothy Horton <timothy_horton@apple.com>
691 Custom CSS cursors do not use -webkit-image-set on retina displays
692 https://bugs.webkit.org/show_bug.cgi?id=120783
694 Reviewed by Beth Dakin.
695 Patch by Evan Wallace <evan.exe@gmail.com>.
697 Add a manual test for custom CSS cursors on retina displays.
699 * ManualTests/retina-cursors.html: Added.
701 2015-04-15 Alex Christensen <achristensen@webkit.org>
703 Progress towards CMake on Mac.
704 https://bugs.webkit.org/show_bug.cgi?id=143785
706 Reviewed by Csaba Osztrogonác.
709 * Source/cmake/OptionsMac.cmake:
710 * Source/cmake/WebKitFS.cmake:
712 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
714 Cannot click "Next" button on Google two-factor auth setup page
716 <https://bugs.webkit.org/show_bug.cgi?id=143624>
717 <rdar://problem/19175714>
719 Reviewed by Darin Adler.
721 * ManualTests/button-that-focuses-itself-on-click.html: Added.
723 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
725 [cmake] REGRESSION(182663): It broke feature dependency handling
726 https://bugs.webkit.org/show_bug.cgi?id=143665
728 Reviewed by Csaba Osztrogonác.
730 Don't try to check the value of options before defining the options.
732 * Source/cmake/WebKitFeatures.cmake:
734 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
736 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
737 https://bugs.webkit.org/show_bug.cgi?id=143664
739 Reviewed by Gyuyoung Kim.
741 * Source/cmake/OptionsEfl.cmake:
742 * Source/cmake/OptionsGTK.cmake:
743 * Source/cmake/WebKitFeatures.cmake:
744 * Source/cmakeconfig.h.cmake:
746 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
748 [EFL] Enable Media Source
749 https://bugs.webkit.org/show_bug.cgi?id=143635
751 Reviewed by Csaba Osztrogonác.
753 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
755 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
757 [CMake] Miscellaneous issues in WebKitFeatures.cmake
758 https://bugs.webkit.org/show_bug.cgi?id=143636
760 Reviewed by Martin Robinson.
762 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
763 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
765 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
766 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
768 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
770 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
772 Fix ENABLE_TOUCH_SLIDER so that it can be used
776 * Source/cmake/WebKitFeatures.cmake:
778 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
780 [CMake] Print sorted feature list at the very end of the configure process
781 https://bugs.webkit.org/show_bug.cgi?id=143596
783 Reviewed by Martin Robinson.
785 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
786 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
787 and sort the options before printing. Reorder some code so that features still get
788 propagated to the bindings generators.
790 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
792 [CMake] Options should be marked as advanced by default
793 https://bugs.webkit.org/show_bug.cgi?id=143572
795 Reviewed by Gyuyoung Kim.
797 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
798 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
799 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
800 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
801 option without making it public.
803 * Source/cmake/WebKitFeatures.cmake:
805 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
807 [CMake] Remove unnecessary ENABLE_WEBCORE switch
808 https://bugs.webkit.org/show_bug.cgi?id=143584
810 Reviewed by Csaba Osztrogonác.
812 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
816 * Source/CMakeLists.txt:
817 * Source/cmake/OptionsGTK.cmake:
818 * Source/cmake/WebKitFS.cmake:
820 2015-04-08 Filip Pizlo <fpizlo@apple.com>
822 Unreviewed, revert accidental commit.
826 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
828 Add CMake build system for WinCairo port.
829 https://bugs.webkit.org/show_bug.cgi?id=115944
831 Reviewed by Chris Dumez.
833 * Source/cmake/OptionsWindows.cmake:
834 * Source/cmake/WebKitMacros.cmake:
835 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
837 2015-04-06 Alberto Garcia <berto@igalia.com>
840 https://bugs.webkit.org/show_bug.cgi?id=143453
842 Reviewed by Darin Adler.
844 Add HPPA to the list of supported CPUs.
848 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
850 Unreviewed, kick the GTK bots to fix an incremental build issue.
852 * Source/cmake/OptionsGTK.cmake:
854 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
856 Fix the EFL and GTK build after r182243
857 https://bugs.webkit.org/show_bug.cgi?id=143361
859 Reviewed by Csaba Osztrogonác.
861 * Source/PlatformEfl.cmake: Add a custom command that copies
862 the InspectorBackendCommands.js file into the proper directory
863 under DerivedSources/WebInspectorUI/.
865 2015-04-01 Alex Christensen <achristensen@webkit.org>
867 Progress towards CMake on Windows and Mac.
868 https://bugs.webkit.org/show_bug.cgi?id=143293
870 Reviewed by Filip Pizlo.
873 Set DERIVED_SOURCES_WTF_DIR for Windows.
874 * Source/CMakeLists.txt:
875 Don't compile bmalloc on Windows.
876 * Source/cmake/OptionsCommon.cmake:
877 Use the absolute path of the C preprocessor.
878 * Source/cmake/OptionsWinCairo.cmake:
879 Added needed definitions.
880 * Source/cmake/OptionsWindows.cmake:
881 Set some default values and removed support for old Visual Studio versions before /MP.
882 * Source/cmake/WebKitFS.cmake:
883 Make WTF DerivedSources directory.
884 * Source/cmake/WebKitMacros.cmake:
885 Added ADD_PRECOMPILED_HEADER macro based on
886 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
888 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
890 Use colored diagnostics when building with cmake + ninja + clang
891 https://bugs.webkit.org/show_bug.cgi?id=143297
893 Reviewed by Žan Doberšek.
895 Because that ninja sets subprocess stdout/stderr to a pipe, clang
896 disables colored output.
897 This patch forces clang to use colored diagnostics when we are using
900 * Source/cmake/OptionsCommon.cmake:
902 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
904 [CMake] Update old CMakeList.txt in gtest
905 https://bugs.webkit.org/show_bug.cgi?id=143192
907 Reviewed by Darin Adler.
909 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
910 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
911 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
913 * Source/CMakeLists.txt:
914 * Source/cmake/gtest/CMakeLists.txt: Removed.
916 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
918 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
919 https://bugs.webkit.org/show_bug.cgi?id=143138
921 Reviewed by Csaba Osztrogonác.
923 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
924 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
926 * Source/cmake/OptionsWindows.cmake:
927 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
928 * Source/cmake/WebKitMacros.cmake:
930 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
932 [GStreamer] share GL context in pipeline, part 2
933 https://bugs.webkit.org/show_bug.cgi?id=143049
935 Reviewed by Carlos Garcia Campos.
937 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
938 OpenGL/ES2 is found and GLX/EGL is found too.
940 2015-03-26 Alex Christensen <achristensen@webkit.org>
942 Progress towards CMake on Mac.
943 https://bugs.webkit.org/show_bug.cgi?id=143112
945 Reviewed by Chris Dumez.
947 * Source/cmake/OptionsMac.cmake:
949 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
951 [EFL] Add OpenWebRTC in jhbuild
952 https://bugs.webkit.org/show_bug.cgi?id=142778
954 Reviewed by Gyuyoung Kim.
956 Original patch by Philippe Normand <pnormand@igalia.com>
958 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
959 mediastream build is enabled.
961 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
963 [GTK] Add a configure option to build without Redirected XComposite Window
964 https://bugs.webkit.org/show_bug.cgi?id=142865
966 Reviewed by Žan Doberšek.
968 The Redirected XComposite Window was added to support some
969 features like GtkOverlay, but in cases where we don't need such
970 features, it's more efficient to use the XID of the WebKitWebView
971 window as the native surface handle for the accelerated
972 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
973 that is enabled by default for X11 target when OpenGL is enabled.
975 * Source/cmake/OptionsGTK.cmake:
977 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
979 [GTK] Search for the Wayland dependency when enabling Wayland target
980 https://bugs.webkit.org/show_bug.cgi?id=142876
982 Reviewed by Carlos Garcia Campos.
984 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
985 requirement of either the GTK+ or GDK pkg-config files, so we have to
986 search for it ourselves when WebKitGTK+ has been configured to support
987 the Wayland windowing target.
989 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
991 Unreviewed, kick the GTK bots to regenerate makefile.
992 https://bugs.webkit.org/show_bug.cgi?id=137394
994 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
995 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
997 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
999 Unreviewed, kick the GTK bots to regenerate makefile.
1000 https://bugs.webkit.org/show_bug.cgi?id=137394
1002 * Source/cmake/OptionsEfl.cmake:
1004 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
1006 [GTK] Fix inspector userinterface related incremental build issue
1007 https://bugs.webkit.org/show_bug.cgi?id=142849
1009 Reviewed by Carlos Garcia Campos.
1011 * Source/cmake/OptionsGTK.cmake: Revert r181733.
1013 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
1015 Unreviewed, kick the GTK bots to regenerate makefile.
1017 * Source/cmake/OptionsGTK.cmake:
1019 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
1021 [EFL] Expose JavaScript binding interface through ewk_extension
1022 https://bugs.webkit.org/show_bug.cgi?id=142033
1024 Reviewed by Gyuyoung Kim.
1026 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
1028 2015-03-17 Philippe Normand <pnormand@igalia.com>
1030 [GTK] basic OpenWebRTC build support
1031 https://bugs.webkit.org/show_bug.cgi?id=142393
1033 Reviewed by Carlos Garcia Campos.
1035 * Source/cmake/FindOpenWebRTC.cmake: Added.
1036 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
1037 mediastream build is enabled.
1039 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1041 [CMake][EFL] Build test tools only for developer mode
1042 https://bugs.webkit.org/show_bug.cgi?id=142761
1044 Reviewed by Csaba Osztrogonác.
1046 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
1048 * Source/cmake/OptionsEfl.cmake:
1049 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
1050 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
1051 * Source/cmakeconfig.h.cmake:
1053 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
1055 Enable ES6 classes by default
1056 https://bugs.webkit.org/show_bug.cgi?id=142774
1058 Reviewed by Gavin Barraclough.
1060 * Source/cmake/WebKitFeatures.cmake:
1062 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1064 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
1065 https://bugs.webkit.org/show_bug.cgi?id=142722
1067 Reviewed by Csaba Osztrogonác.
1069 Categorize to define cmake variables, to find necessary packages,
1070 use upper case for "glib_conponents" cmake variable name, re-arrange
1071 wrong alphabet sorting, and so on.
1073 * CMakeLists.txt: Remove WinCE port.
1074 * Source/cmake/OptionsEfl.cmake:
1076 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
1078 [GStreamer] share GL context in pipeline
1079 https://bugs.webkit.org/show_bug.cgi?id=142693
1081 Reviewed by Philippe Normand.
1083 Add search of gstreamer-gl library in the GStreamer installation. If
1084 it is found, WTF_USE_GSTREAMER_GL macro is defined.
1086 * Source/cmake/FindGStreamer.cmake:
1087 * Source/cmake/OptionsGTK.cmake:
1089 2015-03-13 Alex Christensen <achristensen@webkit.org>
1091 Progress towards CMake on Mac.
1092 https://bugs.webkit.org/show_bug.cgi?id=142680
1094 Reviewed by Gyuyoung Kim.
1097 * Source/PlatformMac.cmake: Added stub.
1098 * Source/cmake/OptionsMac.cmake:
1099 Change defines to get CMake working.
1101 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1103 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
1104 https://bugs.webkit.org/show_bug.cgi?id=126688
1106 Reviewed by Gustavo Noronha Silva.
1108 Add ENABLE_MINIBROWSER option, enabled by default for development
1109 builds and disabled for production builds unless explicilty enabled.
1111 * Source/cmake/OptionsGTK.cmake:
1113 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
1115 [GTK] Do not look for child processes in the UI process binary path
1116 https://bugs.webkit.org/show_bug.cgi?id=135752
1118 Reviewed by Gustavo Noronha Silva.
1120 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
1121 build for development builds.
1123 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
1125 [GTK] Add a configure option to build with OpenGL ES 2
1126 https://bugs.webkit.org/show_bug.cgi?id=142498
1128 Reviewed by Martin Robinson.
1130 Add ENABLE_GLES2 option. It's disabled by default, but if passed
1131 GLES2 is required and OpenGL is not even searched. Otherwise we
1132 search for OpenGL as usual, using it only if present.
1134 * Source/cmake/OptionsGTK.cmake:
1136 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
1138 [cmake] Handle unused parameter warnings as build errors except in WebKit2
1139 https://bugs.webkit.org/show_bug.cgi?id=142338
1141 Reviewed by Gyuyoung Kim.
1143 * Source/cmake/WebKitHelpers.cmake:
1145 2015-03-03 Daniel Bates <dabates@apple.com>
1147 Convert ManualTests/svg-tooltip.svg to a DRT test
1148 https://bugs.webkit.org/show_bug.cgi?id=140480
1150 Reviewed by Alex Christensen.
1152 * ManualTests/svg-tooltip.svg: Removed.
1154 2015-03-02 Debarshi Ray <debarshir@gnome.org>
1156 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
1157 https://bugs.webkit.org/show_bug.cgi?id=142165
1159 Reviewed by Carlos Garcia Campos.
1161 * Source/cmake/gtksymbols.filter:
1163 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
1165 [EFL] Remove unnecessary comment after r179110
1166 https://bugs.webkit.org/show_bug.cgi?id=142042
1168 Reviewed by Gyuyoung Kim.
1170 * Source/cmake/OptionsEfl.cmake:
1172 2015-02-23 Tomas Popela <tpopela@redhat.com>
1174 [GTK] Fails to compile with cmake 3.2.x
1175 https://bugs.webkit.org/show_bug.cgi?id=141796
1177 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
1178 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
1179 added and the build will fail.
1181 Reviewed by Martin Robinson.
1183 * Source/cmake/OptionsGTK.cmake:
1185 2015-02-20 Alexey Proskuryakov <ap@apple.com>
1187 Remove svn:keywords property.
1189 As far as I can tell, the property had no effect on any of these files, but also,
1190 when it has effect it's likely harmful.
1192 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
1193 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
1194 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
1195 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
1196 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
1197 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
1198 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
1199 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
1200 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
1201 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
1202 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
1203 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
1204 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
1205 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
1207 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1209 [CMAKE] Remove CMakeLists.txt in WK1 port
1210 https://bugs.webkit.org/show_bug.cgi?id=141617
1212 Reviewed by Anders Carlsson.
1214 Nobody uses CMake in WK1 port. Remove it.
1218 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
1220 Unreviewed, remove empty directories.
1222 * ManualTests/qt: Removed.
1224 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
1226 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
1227 https://bugs.webkit.org/show_bug.cgi?id=141481
1229 Reviewed by Csaba Osztrogonác.
1231 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
1233 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1235 [EFL][GTK] Use bmalloc instead of tcmalloc
1236 https://bugs.webkit.org/show_bug.cgi?id=140162
1238 Reviewed by Carlos Garcia Campos.
1240 Add bmalloc directory to build list.
1242 * CMakeLists.txt: Define BMALLOC_DIR directory.
1243 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
1245 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
1247 [GTK] Add default color chooser implementation using GtkColorChooserDialog
1248 https://bugs.webkit.org/show_bug.cgi?id=141392
1250 Reviewed by Gustavo Noronha Silva.
1252 Enable INPUT_TYPE_COLOR by default for GTK+ port.
1254 * Source/cmake/OptionsGTK.cmake:
1256 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
1258 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
1259 https://bugs.webkit.org/show_bug.cgi?id=141328
1261 Reviewed by Darin Adler.
1263 Added as manual test because it involves a huge grid allocation
1264 which is very slow on Debug bots, the only ones capable to trigger
1267 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
1269 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
1271 [Streams API] Implement a barebone ReadableStream interface
1272 https://bugs.webkit.org/show_bug.cgi?id=141045
1274 Reviewed by Benjamin Poulain.
1276 * Source/cmake/WebKitFeatures.cmake:
1277 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
1279 2015-02-02 Filip Pizlo <fpizlo@apple.com>
1281 Revert accidental change in r179490.
1285 2015-02-02 Filip Pizlo <fpizlo@apple.com>
1287 Unreviewed, revert accidental change to Makefile.shared in r179478
1291 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
1293 [CMake] Minimum python version should be 2.7.
1294 https://bugs.webkit.org/show_bug.cgi?id=140997
1296 Reviewed by Csaba Osztrogonác.
1300 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
1302 Apply feTurbulence spec change to fix zero length vector generation
1303 https://bugs.webkit.org/show_bug.cgi?id=140812
1305 Reviewed by Darin Adler.
1307 Recently a bug with the turbulence algorithm was corrected in the
1308 Filter Effects specification.
1309 For some seed values this bug allowed zero length vectors to be generated.
1310 This resulted in large solid color squares being present in the generated image.
1311 The feTurbulence algorithm was updated to reject zero length vectors. This patch
1312 applies that change in WebCore.
1314 Test: svg/filters/feTurbulence_bad_seeds.html
1316 * platform/graphics/filters/FETurbulence.cpp:
1317 (WebCore::FETurbulence::initPaint):
1318 Added rejection sampling during vector generation to avoid zero length vectors.
1320 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
1322 [cmake] Remove compiler version calculate cruft
1323 https://bugs.webkit.org/show_bug.cgi?id=140885
1325 Reviewed by Darin Adler.
1327 * Source/cmake/WebKitHelpers.cmake:
1329 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
1331 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
1332 https://bugs.webkit.org/show_bug.cgi?id=140886
1334 Reviewed by Žan Doberšek.
1336 * Source/cmake/WebKitHelpers.cmake:
1338 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
1340 [GTK] gtkdoc does not appear in DevHelp
1341 https://bugs.webkit.org/show_bug.cgi?id=139369
1343 Reviewed by Philippe Normand.
1345 Expect the gtkdoc to be generated in folders named with the API version.
1347 * Source/PlatformGTK.cmake:
1349 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
1351 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
1352 https://bugs.webkit.org/show_bug.cgi?id=140609
1354 Reviewed by Csaba Osztrogonác.
1356 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
1357 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
1358 compilation flags. Those were added after the jsCStack branch merge, but
1359 can now be removed since the -ftree-dce issues were fixed in GCC, and
1360 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
1362 * Source/cmake/OptionsEfl.cmake:
1363 * Source/cmake/OptionsGTK.cmake:
1365 2015-01-26 Commit Queue <commit-queue@webkit.org>
1367 Unreviewed, rolling out r179107.
1368 https://bugs.webkit.org/show_bug.cgi?id=140880
1370 The GCC in the bots doesn't support the AsyncTask
1371 implementation (Requested by KaL on #webkit).
1375 "[GTK] Enable IndexedDB"
1376 https://bugs.webkit.org/show_bug.cgi?id=98932
1377 http://trac.webkit.org/changeset/179107
1379 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
1381 [GTK] Enable IndexedDB
1382 https://bugs.webkit.org/show_bug.cgi?id=98932
1384 Reviewed by Žan Doberšek.
1386 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
1387 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
1389 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
1391 [GTK] Add initial database process support
1392 https://bugs.webkit.org/show_bug.cgi?id=139491
1394 Reviewed by Sergio Villar Senin.
1396 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
1398 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
1400 Add a build flag for ES6 class syntax
1401 https://bugs.webkit.org/show_bug.cgi?id=140760
1403 Reviewed by Michael Saboff.
1405 * Source/cmake/WebKitFeatures.cmake:
1406 * Source/cmakeconfig.h.cmake:
1408 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
1410 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
1411 https://bugs.webkit.org/show_bug.cgi?id=140049
1413 Reviewed by Gyuyoung Kim.
1415 * Source/cmake/OptionsCommon.cmake:
1417 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
1419 Remove ENABLE(INSPECTOR) ifdef guards
1420 https://bugs.webkit.org/show_bug.cgi?id=140668
1422 Reviewed by Darin Adler.
1424 * Source/PlatformEfl.cmake:
1425 * Source/cmake/OptionsEfl.cmake:
1426 * Source/cmake/OptionsGTK.cmake:
1427 * Source/cmake/OptionsMac.cmake:
1428 * Source/cmake/WebKitFeatures.cmake:
1429 * Source/cmakeconfig.h.cmake:
1431 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
1433 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
1435 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1437 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1439 [CMAKE] Fix cmake warning
1440 https://bugs.webkit.org/show_bug.cgi?id=140497
1442 Reviewed by Gustavo Noronha Silva.
1444 r173155 already tried to fix cmake warning though, the warning is still exist.
1445 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
1446 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
1447 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
1448 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
1449 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
1453 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
1455 [GTK] Generate the make dist manifest from a CMake template file
1456 https://bugs.webkit.org/show_bug.cgi?id=139387
1458 Reviewed by Martin Robinson.
1460 Generate manifest.txt from manifest.txt.in. Only expose the dist and
1461 distcheck targets for developer builds, as they won't work when
1462 building from a tarball because the manifest is not distributed.
1464 * Source/PlatformGTK.cmake:
1466 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
1468 Remove ENABLE(SQL_DATABASE) guards
1469 https://bugs.webkit.org/show_bug.cgi?id=140434
1471 Reviewed by Darin Adler.
1473 * Source/cmake/OptionsMac.cmake:
1474 * Source/cmake/WebKitFeatures.cmake:
1475 * Source/cmakeconfig.h.cmake:
1477 2015-01-11 Sam Weinig <sam@webkit.org>
1479 Remove support for SharedWorkers
1480 https://bugs.webkit.org/show_bug.cgi?id=140344
1482 Reviewed by Anders Carlsson.
1484 * Source/cmake/OptionsEfl.cmake:
1485 * Source/cmake/OptionsGTK.cmake:
1486 * Source/cmake/OptionsMac.cmake:
1487 * Source/cmake/WebKitFeatures.cmake:
1488 * Source/cmakeconfig.h.cmake:
1490 2015-01-10 Dan Bernstein <mitz@apple.com>
1492 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
1493 https://bugs.webkit.org/show_bug.cgi?id=140339
1495 Reviewed by Mark Rowe.
1497 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
1498 prevents unnecessary rebuilding due to PATH differences.
1500 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
1502 [GTK][ThreadedCompositor] Add support for threaded compositor.
1503 https://bugs.webkit.org/show_bug.cgi?id=118265
1505 Reviewed by Martin Robinson.
1507 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
1508 autotools build systems. The feature is disabled by default.
1509 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
1510 from the feature flags.
1512 * Source/cmake/OptionsEfl.cmake:
1513 * Source/cmake/OptionsGTK.cmake:
1514 * Source/cmake/WebKitFeatures.cmake:
1515 * Source/cmakeconfig.h.cmake:
1517 2014-12-23 Alexey Proskuryakov <ap@apple.com>
1519 Simplify building with ASan
1520 https://bugs.webkit.org/show_bug.cgi?id=139916
1522 Reviewed by Mark Rowe.
1524 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
1526 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
1528 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
1530 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1532 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
1534 Null dereference performing a "TapAndAHalf" gesture in Google search field
1536 <https://bugs.webkit.org/show_bug.cgi?id=139506>
1537 <rdar://problem/19028828>
1539 Reviewed by Darin Adler.
1541 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
1543 2014-12-10 Dean Jackson <dino@apple.com>
1545 Blur filter performance test doesn't provide results
1546 https://bugs.webkit.org/show_bug.cgi?id=139462
1548 Reviewed by Sam Weinig.
1550 This can't currently work under our performance test
1551 infrastructure. Move it to a manual test to avoid
1552 putting FAILures into the results.
1554 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
1556 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
1558 [GTK][WK2] Add HTML5 Notifications support
1559 https://bugs.webkit.org/show_bug.cgi?id=61140
1561 Reviewed by Carlos Garcia Campos.
1563 * Source/cmake/FindLibNotify.cmake: Added.
1564 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
1565 libnotify and use it for a default implementation when found.
1567 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
1569 REGRESSION(r155906): Page content disappears on Tuaw article after loading
1570 https://bugs.webkit.org/show_bug.cgi?id=138100
1572 Reviewed by Simon Fraser.
1574 DRT causes an extra paint which makes it impossible to test this with
1577 * ManualTests/float-layer-not-painting.html: Added.
1579 2014-12-07 Alberto Garcia <berto@igalia.com>
1581 [GTK] WebKit has a new required dependency on GnuTLS
1582 https://bugs.webkit.org/show_bug.cgi?id=136158
1584 Reviewed by Martin Robinson.
1586 Detect if GnuTLS is installed and enable or disable subtle crypto
1587 support accordingly.
1589 * Source/cmake/OptionsGTK.cmake:
1591 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
1593 [GTK] Missing API detected in GObject DOM bindings after r176630
1594 https://bugs.webkit.org/show_bug.cgi?id=139201
1596 Reviewed by Gustavo Noronha Silva.
1598 Change GENERATE_BINDINGS macro to receive a list of optional
1599 additional dependencies, so that we can add more dependecies
1600 without having to change the macro.
1602 * Source/cmake/WebKitMacros.cmake:
1604 2014-12-05 Simon Fraser <simon.fraser@apple.com>
1606 Programmatic scrolling and content changes are not always synchronized
1607 https://bugs.webkit.org/show_bug.cgi?id=139245
1608 rdar://problem/18833612
1610 Reviewed by Anders Carlsson.
1612 Manual test that tries to sync layout with programmatic scrolling.
1614 * ManualTests/programmatic-scroll-flicker.html: Added.
1616 2014-12-04 Alberto Garcia <berto@igalia.com>
1618 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
1619 https://bugs.webkit.org/show_bug.cgi?id=136576
1621 Reviewed by Carlos Garcia Campos.
1623 CMake should complain if Accelerated 2D Canvas is explicitly
1624 enabled but cairo-gl is not found.
1626 * Source/cmake/OptionsGTK.cmake:
1628 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1630 [EFL] Add subtle crypto to the build system
1631 https://bugs.webkit.org/show_bug.cgi?id=138612
1633 Reviewed by Csaba Osztrogonác.
1635 * Source/cmake/OptionsEfl.cmake:
1637 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1639 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
1640 https://bugs.webkit.org/show_bug.cgi?id=139085
1642 Reviewed by Andreas Kling.
1644 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
1645 * Source/cmake/WebKitFeatures.cmake: ditto.
1646 * Source/cmakeconfig.h.cmake: ditto.
1648 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
1650 [EFL] Drop support for the EFL 1.7
1651 https://bugs.webkit.org/show_bug.cgi?id=139114
1653 Reviewed by Gyuyoung Kim.
1655 * Source/cmake/EFLHelpers.cmake: Removed.
1656 * Source/cmake/FindEcore.cmake: Removed.
1657 * Source/cmake/FindEdje.cmake: Removed.
1658 * Source/cmake/FindEet.cmake: Removed.
1659 * Source/cmake/FindEeze.cmake: Removed.
1660 * Source/cmake/FindEfreet.cmake: Removed.
1661 * Source/cmake/FindEina.cmake: Removed.
1662 * Source/cmake/FindElementary.cmake: Removed.
1663 * Source/cmake/FindEvas.cmake: Removed.
1664 * Source/cmake/OptionsEfl.cmake:
1666 2014-11-28 Philippe Normand <pnormand@igalia.com>
1668 [CMake] Build failure against GStreamer git master
1669 https://bugs.webkit.org/show_bug.cgi?id=138872
1671 Reviewed by Csaba Osztrogon.
1673 * Source/cmake/FindGStreamer.cmake: Simplified the
1674 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
1675 headers lookup, there's no need to do this manually. Also
1676 explicitely check the version specified in GStreamer_FIND_VERSION.
1678 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
1680 [EFL] Remove E_Dbus dependency
1681 https://bugs.webkit.org/show_bug.cgi?id=136355
1683 Reviewed by Gyuyoung Kim.
1685 * Source/cmake/FindE_DBus.cmake: Removed.
1686 * Source/cmake/OptionsEfl.cmake:
1688 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
1690 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
1692 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1694 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
1696 [CMake] Use ld.gold if it is available to speedup builds
1697 https://bugs.webkit.org/show_bug.cgi?id=137953
1699 Reviewed by Carlos Garcia Campos.
1701 * Source/cmake/OptionsCommon.cmake:
1703 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
1705 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
1706 https://bugs.webkit.org/show_bug.cgi?id=138840
1708 Reviewed by Csaba Osztrogonác.
1710 * Source/cmake/OptionsCommon.cmake:
1712 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
1714 Remove Source/Platform cruft
1715 https://bugs.webkit.org/show_bug.cgi?id=138658
1717 Reviewed by Anders Carlsson.
1720 * Source/Platform: Removed.
1722 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
1724 Enable Cortex-A53-specific code paths by default if core is detected.
1725 https://bugs.webkit.org/show_bug.cgi?id=138499
1727 Reviewed by Csaba Osztrogonác.
1729 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
1730 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
1733 Since on ARM64/Linux the part number that cpuinfo reports depends on
1734 the core the query is run on, the check is bound to and executed on the
1735 available cores one by one.
1737 * Source/cmake/OptionsCommon.cmake:
1739 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1741 [EFL] Remove unnecessary version check from OptionsEfl.cmake
1742 https://bugs.webkit.org/show_bug.cgi?id=138498
1744 Reviewed by Csaba Osztrogonác.
1746 * Source/cmake/OptionsEfl.cmake:
1748 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1750 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
1751 https://bugs.webkit.org/show_bug.cgi?id=138465
1753 Reviewed by Gyuyoung Kim.
1755 * Source/cmake/OptionsEfl.cmake:
1757 2014-11-03 Dean Jackson <dino@apple.com>
1759 Add ENABLE_FILTERS_LEVEL_2 feature guard.
1760 https://bugs.webkit.org/show_bug.cgi?id=138362
1762 Reviewed by Tim Horton.
1764 Add a new feature define for Level 2 of CSS Filters.
1765 http://dev.w3.org/fxtf/filters-2/
1767 * Source/cmake/OptionsEfl.cmake:
1768 * Source/cmake/OptionsGTK.cmake:
1769 * Source/cmake/OptionsMac.cmake:
1770 * Source/cmake/WebKitFeatures.cmake:
1771 * Source/cmakeconfig.h.cmake:
1773 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
1775 Workaround for Cortex-A53 erratum 835769
1776 https://bugs.webkit.org/show_bug.cgi?id=138315
1778 Reviewed by Filip Pizlo.
1780 This patch introduces CMake variable and preprocessor macro
1781 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
1782 code paths, if set true.
1784 * Source/cmake/OptionsCommon.cmake:
1785 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
1787 * Source/cmakeconfig.h.cmake:
1788 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
1790 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
1792 [GTK] Fix the build of FTL JIT
1793 https://bugs.webkit.org/show_bug.cgi?id=138298
1795 Reviewed by Carlos Garcia Campos.
1797 * Source/cmake/OptionsGTK.cmake:
1798 Remove the need for the LIBCXXABI package.
1800 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
1802 REGRESSION(CMake): Make it possible to build without introspection
1803 https://bugs.webkit.org/show_bug.cgi?id=138006
1805 Reviewed by Philippe Normand.
1807 Add ENABLE_INTROSPECTION option.
1809 * Source/PlatformGTK.cmake: Dot not add gir global target if
1810 introspection is disabled.
1811 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
1812 introspection is disabled.
1814 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
1816 [GTK] Support script message handlers WebKitUserContentManager
1817 https://bugs.webkit.org/show_bug.cgi?id=133730
1819 Reviewed by Carlos Garcia Campos.
1821 Support user script message handlers in WebKitUserContentManager.
1822 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
1823 an option is added to the CMake build files. The option is disabled
1824 globally by default, and the WebKitGTK port enables it. On the API
1825 level, two new methods to register and unregister names are provided
1826 in the "window.webkit" namespace, and on message reception the
1827 "WebKitUserContentManager::script-message-received" signal is
1828 emitted, using the registered names as signal detail.
1830 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
1831 ENABLE_USER_MESSAGE_HANDLERS feature by default.
1832 * Source/cmake/WebKitFeatures.cmake: Add feature description for
1833 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
1835 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
1837 [GTK] Bump libsoup's minimum version to 2.42.0.
1838 https://bugs.webkit.org/show_bug.cgi?id=138086
1840 Reviewed by Martin Robinson.
1842 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
1843 soup-version.h header was added to soup.h in 2.41.4, which then becomes
1844 the minimum version required to build the port these days.
1846 In addition, since the autotools build system required 2.42.0 before
1847 being retired, require the same version here. Version 2.42.0 was also
1849 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
1851 * Source/cmake/OptionsGTK.cmake:
1853 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1855 [EFL] Remove unnecessary defines from OptionsEfl.cmake
1856 https://bugs.webkit.org/show_bug.cgi?id=138132
1858 Reviewed by Csaba Osztrogonác.
1860 * Source/cmake/OptionsEfl.cmake:
1862 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
1864 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
1866 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1868 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
1870 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
1871 https://bugs.webkit.org/show_bug.cgi?id=137946
1873 Reviewed by Gyuyoung Kim.
1875 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
1877 * Source/cmake/OptionsEfl.cmake:
1879 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
1881 Fix FTL Native Inlining for EFL
1882 https://bugs.webkit.org/show_bug.cgi?id=137774
1884 Reviewed by Michael Saboff.
1886 Updated CMake for FTL Native Inlining.
1889 * Source/cmake/FindClang.cmake: Added.
1890 * Source/cmake/OptionsEfl.cmake:
1891 * Source/cmakeconfig.h.cmake:
1893 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
1895 Web Inspector: Generate all Inspector domains together in JavaScriptCore
1896 https://bugs.webkit.org/show_bug.cgi?id=137748
1898 Reviewed by Brian Burg.
1900 * Source/PlatformEfl.cmake:
1902 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
1904 [GTK] Add initial gestures support
1905 https://bugs.webkit.org/show_bug.cgi?id=137812
1907 Reviewed by Sergio Villar Senin.
1909 Check if the GTK+ version supports gestures or not.
1911 * Source/cmake/FindGTK3.cmake:
1912 * Source/cmake/OptionsGTK.cmake:
1914 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
1916 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
1917 https://bugs.webkit.org/show_bug.cgi?id=137781
1919 Reviewed by Martin Robinson.
1921 We used to enable smooth scrolling unconditionally in autotools
1922 (via WebKitFeatures.m4), but since the switch to CMake it's
1923 unconditionally disabled, so changing the setting doesn't have any
1926 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
1928 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
1930 Removing CUSTOM_PROTOCOLS guard
1931 https://bugs.webkit.org/show_bug.cgi?id=137741
1933 Reviewed by Benjamin Poulain.
1935 * Source/cmake/OptionsEfl.cmake:
1937 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
1939 [EFL] Enable WebP support.
1940 https://bugs.webkit.org/show_bug.cgi?id=136156
1942 Reviewed by Gyuyoung Kim.
1944 Add WebP package finding rule.
1946 * Source/cmake/OptionsEfl.cmake:
1948 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
1950 [EFL] Enable custom URI schemes with CustomProtocols
1951 https://bugs.webkit.org/show_bug.cgi?id=128177
1953 Reviewed by Gyuyoung Kim.
1955 Fixing ewk_context_url_scheme_register() ewebkit2 API
1956 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
1958 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
1960 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
1962 Bump version to 2.7.0
1963 https://bugs.webkit.org/show_bug.cgi?id=137301
1965 Rubber-stamped by Carlos Garcia Campos.
1967 * Source/cmake/OptionsGTK.cmake: Bump version numbers
1969 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1971 [EFL] Rename TEST_THEME_DIR macro
1972 https://bugs.webkit.org/show_bug.cgi?id=137244
1974 Reviewed by Csaba Osztrogonác.
1976 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
1978 2014-09-27 Dan Bernstein <mitz@apple.com>
1980 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
1981 https://bugs.webkit.org/show_bug.cgi?id=137053
1983 Reviewed by Mark Rowe.
1985 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1986 In the build pre-action, pass the --wksi and --llvm options to
1987 copy-webkitlibraries-to-product-directory.
1988 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
1990 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
1992 [GTK] Enable CSS_IMAGE_SET in production builds
1993 https://bugs.webkit.org/show_bug.cgi?id=137142
1995 Reviewed by Alejandro G. Castro.
1997 This is required by the inspector to show some of the icons that
1998 has a HiDPI variant.
2000 * Source/cmake/OptionsGTK.cmake:
2002 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
2004 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
2005 https://bugs.webkit.org/show_bug.cgi?id=136377
2007 Reviewed by Philippe Normand.
2009 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
2010 for CMake versions less than 3.
2012 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
2014 Remove WinCE port from trunk
2015 https://bugs.webkit.org/show_bug.cgi?id=136951
2017 Reviewed by Alex Christensen.
2019 * Source/cmake/OptionsWinCE.cmake: Removed.
2020 * Source/cmake/WebKitPackaging.cmake:
2022 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
2024 [EFL][GTK] Remove WebKit1 related codes
2025 https://bugs.webkit.org/show_bug.cgi?id=136853
2027 Reviewed by Csaba Osztrogonác.
2029 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
2032 * Source/PlatformGTK.cmake:
2034 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2037 https://bugs.webkit.org/show_bug.cgi?id=136820
2039 Reviewed by Csaba Osztrogonác.
2041 * Source/cmake/FindICU.cmake:
2043 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
2045 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
2046 https://bugs.webkit.org/show_bug.cgi?id=136814
2048 Reviewed by Philippe Normand.
2050 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
2051 We bundle the wayland-egl dependency with wayland-client and wayland-server
2052 and store the resulting variables with the WAYLAND_ prefix. Because of this
2053 this line wasn't exporting anything useful.
2055 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
2057 URTBF after r173574.
2059 * Source/cmake/WebKitMacros.cmake:
2061 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
2063 [JavaScriptCore] Fix FTL on platform EFL.
2064 https://bugs.webkit.org/show_bug.cgi?id=133571
2066 Reviewed by Filip Pizlo.
2070 * Source/cmake/FindLIBCXXABI.cmake: Removed.
2071 * Source/cmake/OptionsEfl.cmake:
2073 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2076 https://bugs.webkit.org/show_bug.cgi?id=136571
2078 Reviewed by Darin Adler.
2080 * Source/cmake/OptionsEfl.cmake:
2081 * Source/cmake/OptionsGTK.cmake:
2082 * Source/cmake/OptionsMac.cmake:
2083 * Source/cmake/WebKitFeatures.cmake:
2084 * Source/cmakeconfig.h.cmake:
2086 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2088 Remove CSS_FILTERS flag
2089 https://bugs.webkit.org/show_bug.cgi?id=136529
2091 Reviewed by Dirk Schulze.
2093 * Source/cmake/OptionsEfl.cmake:
2094 * Source/cmake/OptionsGTK.cmake:
2095 * Source/cmake/OptionsMac.cmake:
2096 * Source/cmake/WebKitFeatures.cmake:
2097 * Source/cmakeconfig.h.cmake:
2099 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2101 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
2102 https://bugs.webkit.org/show_bug.cgi?id=136194
2104 Reviewed by Csaba Osztrogonác.
2106 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
2110 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2112 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
2113 https://bugs.webkit.org/show_bug.cgi?id=135560
2115 Reviewed by Gyuyoung Kim.
2117 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
2119 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
2121 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
2122 https://bugs.webkit.org/show_bug.cgi?id=136343
2124 Reviewed by David Kilzer.
2126 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
2128 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2129 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2131 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
2133 [EFL] Share fast/speechsynthesis/ with other ports
2134 https://bugs.webkit.org/show_bug.cgi?id=136224
2136 Reviewed by Chris Fleizach.
2138 Enable WebSpeech for EFL.
2140 * Source/cmake/OptionsEfl.cmake:
2142 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
2144 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
2145 https://bugs.webkit.org/show_bug.cgi?id=136127
2147 Reviewed by Gyuyoung Kim.
2149 Add build support for espeak.
2151 * Source/cmake/FindEspeak.cmake: Added.
2152 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
2154 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
2156 [EFL] Build break using clang
2157 https://bugs.webkit.org/show_bug.cgi?id=136245
2159 Reviewed by Gyuyoung Kim.
2161 * Source/cmake/OptionsEfl.cmake:
2162 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
2163 Some warnings are from system libraries.
2165 2014-08-25 Alberto Garcia <berto@igalia.com>
2167 [GTK] Unify webkitgtk and webkit2gtk directories
2168 https://bugs.webkit.org/show_bug.cgi?id=136209
2170 Reviewed by Carlos Garcia Campos.
2172 Use webkit2gtk-X.X both for the process binaries and the injected
2175 * Source/cmake/OptionsGTK.cmake:
2177 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
2179 [EFL] Move Efl specific code from Source/CMakeLists.txt
2180 https://bugs.webkit.org/show_bug.cgi?id=136206
2182 Reviewed by Gyuyoung Kim.
2184 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
2185 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
2187 * Source/CMakeLists.txt:
2188 * Source/cmake/OptionsEfl.cmake:
2190 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
2192 [EFL] Introduce DEVELOPER_MODE
2193 https://bugs.webkit.org/show_bug.cgi?id=135884
2195 Reviewed by Gyuyoung Kim.
2197 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
2198 instead of SHARED_CORE.
2199 SHARED_CORE can reduce link time and memory consumption but it is slightly different
2200 from release binary.
2202 * Source/cmake/OptionsEfl.cmake:
2203 * Source/cmake/WebKitHelpers.cmake:
2204 Moved fvisibility=hidden to OptionsEfl.cmake
2206 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
2208 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
2209 https://bugs.webkit.org/show_bug.cgi?id=136110
2211 Reviewed by Gyuyoung Kim.
2213 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
2215 * Source/cmake/OptionsEfl.cmake:
2217 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2219 [EFL] Apply eflsymbols.filter to WebKit2
2220 https://bugs.webkit.org/show_bug.cgi?id=136148
2222 Reviewed by Csaba Osztrogonác.
2224 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
2225 in the eflsymbols.filter.
2227 * Source/cmake/OptionsEfl.cmake:
2228 * Source/cmake/eflsymbols.filter:
2230 2014-08-21 Zalan Bujtas <zalan@apple.com>
2232 Enable SATURATED_LAYOUT_ARITHMETIC.
2233 https://bugs.webkit.org/show_bug.cgi?id=136106
2235 Reviewed by Simon Fraser.
2237 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
2238 (No measurable performance regression on Mac.)
2240 * Source/cmake/OptionsMac.cmake:
2241 * Source/cmake/WebKitFeatures.cmake:
2242 * Source/cmakeconfig.h.cmake:
2244 2014-08-19 Zalan Bujtas <zalan@apple.com>
2246 Remove ENABLE(SUBPIXEL_LAYOUT).
2247 https://bugs.webkit.org/show_bug.cgi?id=136077
2249 Reviewed by Simon Fraser.
2251 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
2253 * Source/cmake/OptionsEfl.cmake:
2254 * Source/cmake/OptionsGTK.cmake:
2255 * Source/cmake/OptionsMac.cmake:
2256 * Source/cmake/WebKitFeatures.cmake:
2257 * Source/cmakeconfig.h.cmake:
2259 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
2261 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
2262 https://bugs.webkit.org/show_bug.cgi?id=135980
2264 Reviewed by Martin Robinson.
2266 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
2267 overrides any other disabled optimization that was prepended to these
2268 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
2269 lists first in the final list of compilation flags.
2271 To avoid -On re-enabling optimizations that we'd like to keep disabled,
2272 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
2274 * Source/cmake/OptionsCommon.cmake:
2275 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
2276 * Source/cmake/OptionsGTK.cmake:
2278 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
2280 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
2282 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2284 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
2286 [GTK] Disable memory sampler on non-Linux system
2287 https://bugs.webkit.org/show_bug.cgi?id=134483
2289 Reviewed by Philippe Normand.
2291 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
2292 Linux because it uses many Linux-specific features, so we should disable
2293 memory sampler on other systems by default.
2295 * Source/cmake/OptionsGTK.cmake:
2297 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
2299 [GTK] HTML API documentation should also be installed versioned
2300 https://bugs.webkit.org/show_bug.cgi?id=135970
2302 Reviewed by Philippe Normand.
2304 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
2307 2014-08-14 Tomas Popela <tpopela@redhat.com>
2309 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
2310 https://bugs.webkit.org/show_bug.cgi?id=135937
2312 Reviewed by Carlos Garcia Campos.
2316 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
2318 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
2319 https://bugs.webkit.org/show_bug.cgi?id=135934
2321 Reviewed by Gustavo Noronha Silva.
2323 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
2324 The gir files should installed in $datadir/gir-1.0/ together with all other
2325 gir files. We don't need to install introspection files in a versioned
2326 directory because their filenames already contain the binary version. But before
2327 r171598, the files were only installed to the right directory if the
2328 gobject-instrospection pkg-config file was in the same prefix than the one we
2329 wanted to install, because the gir and typelibs directories were extracted from
2330 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
2331 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
2332 like we do in the autotools build.
2334 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
2335 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
2336 * Source/cmake/OptionsGTK.cmake: Define
2337 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
2339 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
2341 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
2342 https://bugs.webkit.org/show_bug.cgi?id=135836
2344 Reviewed by Philippe Normand.
2346 * Source/PlatformGTK.cmake: Add install command to also install
2347 the GObject DOM bindings API docs.
2349 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
2351 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
2352 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
2353 re-set CMAKE_C_FLAGS with the new string. The two flags should really
2354 be appended to CMAKE_C_FLAGS and the same variable re-set with the
2357 * Source/cmake/OptionsCommon.cmake:
2359 2014-08-13 Alex Christensen <achristensen@webkit.org>
2361 Progress towards CMake on Mac.
2362 https://bugs.webkit.org/show_bug.cgi?id=135819
2364 Reviewed by Laszlo Gombos.
2366 * Source/cmake/OptionsMac.cmake:
2367 Disable some more features temporarily to get CMake working.
2368 * Source/cmake/WebKitMacros.cmake:
2369 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
2371 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
2373 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
2374 https://bugs.webkit.org/show_bug.cgi?id=135798
2376 Reviewed by Philippe Normand.
2378 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
2380 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
2381 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
2382 https://bugs.webkit.org/show_bug.cgi?id=133317
2384 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
2386 Reviewed by Philippe Normand.
2388 No new tests since no new functionality has been added.
2390 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
2392 2014-08-11 Commit Queue <commit-queue@webkit.org>
2394 Unreviewed, rolling out r172393.
2395 https://bugs.webkit.org/show_bug.cgi?id=135796
2397 discussion needed about GnuTLS version bump on the bots
2398 (Requested by philn on #webkit).
2402 https://bugs.webkit.org/show_bug.cgi?id=133317
2403 http://trac.webkit.org/changeset/172393
2405 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
2406 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
2407 https://bugs.webkit.org/show_bug.cgi?id=133317
2409 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
2411 Reviewed by Philippe Normand.
2413 No new tests since no new functionality has been added.
2415 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
2417 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
2419 [GTK] Adds stubs for all subtle crypto algorithm implemntations
2420 https://bugs.webkit.org/show_bug.cgi?id=133316
2422 Reviewed by Philippe Normand.
2424 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
2425 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
2426 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
2428 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
2430 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
2432 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2434 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
2436 [GTK] REGRESSION(r166239): The ld version script is not being used
2437 https://bugs.webkit.org/show_bug.cgi?id=135694
2439 Reviewed by Martin Robinson.
2441 Move the symbols filter file from Tools/gtk to Source/cmake and rename
2442 it as gtksymbols.filter. Also updated it, since some of the symbols
2443 exported were renamed.
2445 * Source/cmake/OptionsGTK.cmake:
2446 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
2448 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
2450 [GTK] Child processes should be installed in a versioned directory
2451 https://bugs.webkit.org/show_bug.cgi?id=135754
2453 Reviewed by Gustavo Noronha Silva.
2455 Define LIBEXEC_INSTALL_DIR as
2456 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
2457 so that the child processes are installed in $libexec/webkitgtk-4.0.
2458 This makes it possible to install 2.6 in parallel to older versions.
2460 * Source/cmake/OptionsGTK.cmake:
2462 2014-08-08 Alex Christensen <achristensen@webkit.org>
2464 Progress towards using CMake on Mac.
2465 https://bugs.webkit.org/show_bug.cgi?id=135662
2467 Reviewed by Laszlo Gombos.
2470 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
2471 * Source/cmake/WebKitFeatures.cmake:
2472 * Source/cmakeconfig.h.cmake:
2473 Added features that are needed by the Mac port.
2474 * Source/cmake/OptionsMac.cmake:
2475 Enable CSS_IMAGE_SET based on FeatureDefines.h.
2476 Disable the FTL with CMake for now.
2477 * Source/cmake/OptionsEFL.cmake:
2478 * Source/cmake/OptionsGTK.cmake:
2479 Enable subpixel layout to not conflict with FeatureDefines.h
2481 2014-08-08 Simon Fraser <simon.fraser@apple.com>
2483 Undo some erroneous changes to the Xcode scheme files from r172259.
2485 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2486 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2488 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
2490 [CMake] Drop the required version of CMake down to 2.8.8
2491 https://bugs.webkit.org/show_bug.cgi?id=135713
2493 Reviewed by Alex Christensen.
2495 * CMakeLists.txt: Require CMake 2.8.8.
2497 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
2499 Get rid of INPUT_SPEECH
2500 https://bugs.webkit.org/show_bug.cgi?id=135672
2502 Reviewed by Andreas Kling.
2504 * Source/cmake/OptionsMac.cmake:
2505 * Source/cmake/WebKitFeatures.cmake:
2506 * Source/cmakeconfig.h.cmake:
2508 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
2510 [GTK] Disable IndexedDB
2511 https://bugs.webkit.org/show_bug.cgi?id=135692
2513 Reviewed by Carlos Garcia Campos.
2515 * Source/cmake/OptionsGTK.cmake:
2517 2014-08-06 Dean Jackson <dino@apple.com>
2519 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
2520 https://bugs.webkit.org/show_bug.cgi?id=135675
2522 Reviewed by Sam Weinig.
2524 * Source/cmake/OptionsGTK.cmake:
2525 * Source/cmake/OptionsMac.cmake:
2526 * Source/cmake/WebKitFeatures.cmake:
2527 * Source/cmakeconfig.h.cmake:
2529 2014-08-06 David Farler <dfarler@apple.com>
2531 Unreviewed build fix: Make includes semicolon in assignment.
2533 * Makefile.shared: Remove a ;
2535 2014-08-06 David Farler <dfarler@apple.com>
2537 Set DSYMUTIL_NUM_THREADS to the number of logical cores
2538 https://bugs.webkit.org/show_bug.cgi?id=135655
2540 Reviewed by Mark Rowe.
2542 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
2544 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
2546 [GTK] Be able to disable gtk2 dependency
2547 https://bugs.webkit.org/show_bug.cgi?id=135505
2549 Reviewed by Gustavo Noronha Silva.
2551 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
2552 required when it's enabled. It's enabled by default.
2554 * Source/cmake/OptionsGTK.cmake:
2556 2014-08-05 Alex Christensen <achristensen@webkit.org>
2559 https://bugs.webkit.org/show_bug.cgi?id=135620
2561 Reviewed by Laszlo Gombos.
2563 * Source/cmake/OptionsMac.cmake:
2564 Use UDIS86 by default on Mac.
2566 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
2568 Add a flag for the CSS Selectors level 4 implementation
2569 https://bugs.webkit.org/show_bug.cgi?id=135535
2571 Reviewed by Andreas Kling.
2573 * Source/cmake/OptionsEfl.cmake:
2574 * Source/cmake/OptionsGTK.cmake:
2575 * Source/cmake/WebKitFeatures.cmake:
2576 * Source/cmakeconfig.h.cmake:
2578 2014-08-04 Alex Christensen <achristensen@webkit.org>
2580 Progress towards CMake on Mac.
2581 https://bugs.webkit.org/show_bug.cgi?id=135528
2583 Reviewed by Gyuyoung Kim.
2585 * Source/cmake/OptionsMac.cmake:
2586 Made options list based on FeatureDefines.xcconfig files.
2588 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
2590 [GTK] Windowing target support should reflect the support in the GTK+ dependency
2591 https://bugs.webkit.org/show_bug.cgi?id=134736
2593 Reviewed by Martin Robinson.
2595 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
2596 support the X11 or Wayland windowing targets -- instead, if there's no support
2597 the specific target is disabled, and an error is thrown only if neither of the
2598 backends is enabled at the end..
2599 For now the X11 target remains enabled by default, and the Wayland target is
2600 kept disabled. Once it's possible to have both targets enabled at runtime in
2601 WebKit, the Wayland target will be enabled as well and we'll leave it to the
2602 GTK+ dependency to determine which targets can be enabled.
2604 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
2606 [CMake] Add FindWayland.cmake
2607 https://bugs.webkit.org/show_bug.cgi?id=135540
2609 Reviewed by Martin Robinson.
2611 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
2612 dependency. For now bundles the wayland-client, wayland-server and
2613 wayland-egl pkg-config targets into one dependency, but these could
2614 be split in the future if necessary.
2616 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
2618 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
2619 https://bugs.webkit.org/show_bug.cgi?id=135553
2621 Reviewed by Gyuyoung Kim.
2623 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
2624 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
2626 * Source/cmake/OptionsEfl.cmake:
2628 2014-08-01 Bear Travis <betravis@adobe.com>
2630 [Feature Queries] Enable Feature Queries on EFL/GTK
2631 https://bugs.webkit.org/show_bug.cgi?id=134902
2633 Reviewed by Benjamin Poulain.
2635 Enable CSS Feature Queries by default on the EFL and GTK
2638 * Source/cmake/OptionsEfl.cmake:
2639 * Source/cmake/OptionsGTK.cmake:
2641 2014-08-01 Alex Christensen <achristensen@webkit.org>
2643 Progress towards cmake on Windows.
2644 https://bugs.webkit.org/show_bug.cgi?id=135484
2646 Reviewed by Martin Robinson.
2649 Added Mac to list of ports, even though it is not done yet.
2650 Changed minimum bison version to version installed on Macs.
2651 * Source/cmake/OptionsAppleWin.cmake:
2652 Added some definitions.
2653 * Source/cmake/OptionsEfl.cmake:
2654 * Source/cmake/OptionsGTK.cmake:
2655 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
2656 * Source/cmake/OptionsMac.cmake: Added blank for now.
2657 * Source/cmake/OptionsWinCairo.cmake:
2658 * Source/cmake/OptionsWindows.cmake:
2659 Added some definitions.
2660 Removed /WX (warnings treated as error while compiling).
2661 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
2663 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
2665 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
2666 https://bugs.webkit.org/show_bug.cgi?id=135501
2668 Reviewed by Gyuyoung Kim.
2670 Use PROJECT_VERSION_MICRO instead.
2672 * Source/cmake/OptionsEfl.cmake:
2673 * Source/cmake/OptionsGTK.cmake:
2674 * Source/cmake/WebKitHelpers.cmake:
2676 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
2678 [EFL] Bump ewebkit version to 1.11
2679 https://bugs.webkit.org/show_bug.cgi?id=135487
2681 Reviewed by Gyuyoung Kim.
2683 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
2685 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
2687 [EFL] Add support for building with Geoclue2.
2688 https://bugs.webkit.org/show_bug.cgi?id=135455
2690 Reviewed by Gyuyoung Kim.
2692 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
2695 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
2697 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
2699 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2701 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
2703 [GTK] Bump binary version for 2.6
2704 https://bugs.webkit.org/show_bug.cgi?id=133724
2706 Reviewed by Philippe Normand.
2708 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
2709 update library version numbers.
2711 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
2713 [CMake] Bump the minimum required version
2714 https://bugs.webkit.org/show_bug.cgi?id=135382
2716 Reviewed by Gyuyoung Kim.
2718 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
2719 we introduced usage of target_include_directories().
2721 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
2723 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
2724 https://bugs.webkit.org/show_bug.cgi?id=135376
2726 Reviewed by Gyuyoung Kim.
2728 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
2730 * Source/cmake/OptionsEfl.cmake:
2731 * Source/cmake/OptionsGTK.cmake:
2733 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
2735 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
2736 https://bugs.webkit.org/show_bug.cgi?id=135288
2738 Reviewed by Martin Robinson.
2740 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
2741 datadir to pkgconfig
2742 * Source/cmake/OptionsGTK.cmake: define install directories early
2743 enough to be used in FindGObjectIntrospection.cmake
2745 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
2747 Remove CSS_EXCLUSIONS compile flag and leftover code
2748 https://bugs.webkit.org/show_bug.cgi?id=135175
2750 Reviewed by Zoltan Horvath.
2752 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
2753 stubs. This removes the flag and the useless code.
2755 * Source/cmake/WebKitFeatures.cmake:
2756 * Source/cmakeconfig.h.cmake:
2758 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
2760 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
2761 https://bugs.webkit.org/show_bug.cgi?id=135114
2763 Fix build with GStreamer 1.4
2765 Reviewed by Philippe Normand.
2767 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
2768 gst-mpegts component instead of the unstable 1.3.x verstions.
2770 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
2772 [GTK] Simplify make-dist command line arguments
2773 https://bugs.webkit.org/show_bug.cgi?id=134832
2775 Reviewed by Martin Robinson.
2777 * Source/PlatformGTK.cmake: Use --version instead of
2778 --tarball-root when running make-dist.py.
2780 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
2782 Add a manual test for r135044
2784 <https://bugs.webkit.org/show_bug.cgi?id=135044>
2786 Rubber-stamped by Andy Estes.
2788 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
2790 2014-07-18 Dana Burkart <dburkart@apple.com>
2792 Add a new 'analyze' target to the makefile. This will make use of a new
2793 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
2795 https://bugs.webkit.org/show_bug.cgi?id=135057
2796 <rdar://problem/10193187>
2798 Reviewed by David Kilzer.
2804 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
2806 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
2807 https://bugs.webkit.org/show_bug.cgi?id=134963
2809 Reviewed by Gyuyoung Kim.
2811 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
2813 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
2815 2014-07-14 Daniel Bates <dabates@apple.com>
2817 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
2818 https://bugs.webkit.org/show_bug.cgi?id=134905
2819 <rdar://problem/16602779>
2821 Reviewed by Simon Fraser.
2823 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
2824 on the tapped element when processing a touchend as a result of finger pressing and releasing
2825 on the same element that is initially positioned outside the visible content area.
2827 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
2829 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
2831 [GTK] Enable VIDEO_TRACK by default
2832 https://bugs.webkit.org/show_bug.cgi?id=134801
2834 Reviewed by Philippe Normand.
2836 * Source/cmake/OptionsGTK.cmake:
2838 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
2840 [GTK][CMake] Add a 'distcheck' target
2841 https://bugs.webkit.org/show_bug.cgi?id=130675
2843 Reviewed by Gustavo Noronha Silva.
2845 * Source/PlatformGTK.cmake: Add distcheck target.
2847 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
2849 [GTK] Use the same default options for production builds that previous stable releases
2850 https://bugs.webkit.org/show_bug.cgi?id=134589
2852 Reviewed by Martin Robinson.
2854 Change the default value of some features to match our stable releases.
2855 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
2856 canvas depend on whether cairo-gl is found.
2858 * Source/cmake/FindCairoGL.cmake: Added.
2859 * Source/cmake/OptionsGTK.cmake:
2861 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
2863 [EFL] Support Encrypted Media Extensions.
2864 https://bugs.webkit.org/show_bug.cgi?id=134750
2866 Reviewed by Gyuyoung Kim.
2868 Webkit needs to play encrypted media contents when media player
2869 is played by Media source extensions and normal video procedure.
2871 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
2873 2014-07-08 Alex Christensen <achristensen@webkit.org>
2875 Steps towards CMake on Windows.
2876 https://bugs.webkit.org/show_bug.cgi?id=134716
2878 Reviewed by Martin Robinson.
2881 Added AppleWin and WinCairo to list of CMake ports.
2882 * Source/cmake/OptionsAppleWin.cmake: Added.
2883 * Source/cmake/OptionsWinCairo.cmake: Added.
2884 * Source/cmake/OptionsWindows.cmake:
2885 Windows needs to use the system malloc. Other options to come.
2887 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2889 [EFL] Support Geolocation
2890 https://bugs.webkit.org/show_bug.cgi?id=134439
2892 Reviewed by Antonio Gomes.
2894 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
2896 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
2898 Broken build with build-webkit --no-video
2899 https://bugs.webkit.org/show_bug.cgi?id=134587
2901 Reviewed by Darin Adler.
2903 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
2905 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
2907 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
2909 [GTK] The list of features shown by cmake is not accurate
2910 https://bugs.webkit.org/show_bug.cgi?id=134588
2912 Reviewed by Gustavo Noronha Silva.
2914 The problem is that some options might change after the feature
2915 list has been printed.
2917 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
2918 setting the default values of features and set WEBGL value
2919 depending on the dependencies, and API_TEST depending on whether
2920 developer mode is enabled or not.
2922 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
2924 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
2925 https://bugs.webkit.org/show_bug.cgi?id=134578
2927 Reviewed by Gyuyoung Kim.
2929 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
2930 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
2931 disable related option if it is not ON.
2933 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
2934 * Source/cmake/OptionsGTK.cmake: Ditto.
2935 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
2937 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
2939 [GTK] make dist is broken
2940 https://bugs.webkit.org/show_bug.cgi?id=134542
2942 Reviewed by Martin Robinson.
2944 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
2946 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
2948 [CMake] Add necessary support for building for the Wayland target
2949 https://bugs.webkit.org/show_bug.cgi?id=134160
2951 Reviewed by Darin Adler.
2953 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
2954 is enabled, and that its version matches the version of the generic package. Same
2955 for the gtk+-wayland-3.0 package and the Wayland target.
2956 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
2957 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
2958 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
2959 so they keep building the TestNetscapePlugin target.
2960 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
2961 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
2962 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
2963 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
2964 the minimum required version as soon as that target is enabled. Only search for GLX
2965 if the X11 target is enabled.
2967 2014-06-29 Yoav Weiss <yoav@yoav.ws>
2969 Add support for HTMLImageElement's sizes attribute
2970 https://bugs.webkit.org/show_bug.cgi?id=133620
2972 Reviewed by Dean Jackson.
2974 Added an ENABLE_PICTURE_SIZES compile flag.
2976 * Source/cmake/WebKitFeatures.cmake:
2977 * Source/cmakeconfig.h.cmake:
2979 2014-06-26 Daniel Bates <dabates@apple.com>
2981 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
2982 https://bugs.webkit.org/show_bug.cgi?id=134309
2983 <rdar://problem/17427385>
2985 Reviewed by Darin Adler.
2987 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
2990 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
2992 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
2994 Remove build guard for progress element
2995 https://bugs.webkit.org/show_bug.cgi?id=134292
2997 Reviewed by Benjamin Poulain.
2999 The build flag is no longer needed as it is always on.
3001 * Source/cmake/WebKitFeatures.cmake:
3002 * Source/cmakeconfig.h.cmake:
3004 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
3006 [EFL] Platform support for WebSpeech feature.
3007 https://bugs.webkit.org/show_bug.cgi?id=116438
3009 Reviewed by Csaba Osztrogonác.
3011 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
3013 * Source/cmake/OptionsEfl.cmake:
3014 * Source/cmake/WebKitFeatures.cmake:
3016 2014-06-23 Philippe Normand <pnormand@igalia.com>
3018 Unreviewed, GTK build fix after r170266.
3020 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
3022 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3024 Disable gamepad feature on EFL and GTK ports by default
3025 https://bugs.webkit.org/show_bug.cgi?id=134169
3027 Reviewed by Brady Eidson.
3029 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
3031 2014-06-21 Brady Eidson <beidson@apple.com>
3033 Gamepad API - Deprecate the existing implementation
3034 https://bugs.webkit.org/show_bug.cgi?id=134108
3036 Reviewed by Timothy Hatcher.
3038 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
3039 -Add the "Deprecated" suffix to some implementation files
3041 * Source/cmake/OptionsEfl.cmake:
3042 * Source/cmake/OptionsGTK.cmake:
3043 * Source/cmake/WebKitFeatures.cmake:
3044 * Source/cmakeconfig.h.cmake:
3046 2014-06-21 Commit Queue <commit-queue@webkit.org>
3048 Unreviewed, rolling out r170244.
3049 https://bugs.webkit.org/show_bug.cgi?id=134157
3051 GTK/EFL bindings generator works differently, making this
3052 patch not work there. Will fix entire patch after a rollout.
3053 (Requested by bradee-oh on #webkit).
3057 "Gamepad API - Deprecate the existing implementation"
3058 https://bugs.webkit.org/show_bug.cgi?id=134108
3059 http://trac.webkit.org/changeset/170244
3061 2014-06-21 Brady Eidson <beidson@apple.com>
3063 Gamepad API - Deprecate the existing implementation
3064 https://bugs.webkit.org/show_bug.cgi?id=134108
3066 Reviewed by Timothy Hatcher.
3068 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
3069 -Add the "Deprecated" suffix to some implementation files
3071 * Source/cmake/OptionsEfl.cmake:
3072 * Source/cmake/OptionsGTK.cmake:
3073 * Source/cmake/WebKitFeatures.cmake:
3074 * Source/cmakeconfig.h.cmake:
3076 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3078 Removing PAGE_VISIBILITY_API compile guard.
3079 https://bugs.webkit.org/show_bug.cgi?id=133844
3081 Reviewed by Gavin Barraclough.
3083 * Source/cmake/OptionsEfl.cmake:
3084 * Source/cmake/OptionsGTK.cmake:
3085 * Source/cmake/WebKitFeatures.cmake:
3086 * Source/cmakeconfig.h.cmake:
3088 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
3090 [EFL][CMAKE] Disable WebKit1 build as a default
3091 https://bugs.webkit.org/show_bug.cgi?id=134093
3093 Reviewed by Gyuyoung Kim.
3095 Disable WebKit1 build and enable WebKit2 build for the EFL port.
3097 * Source/cmake/OptionsEfl.cmake:
3099 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3101 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
3102 https://bugs.webkit.org/show_bug.cgi?id=130389
3104 Reviewed by Mark Lam.
3106 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
3107 into !ENABLE(JIT) since they are mutually exclusive.
3109 * Source/cmake/OptionsEfl.cmake:
3110 * Source/cmake/OptionsGTK.cmake:
3111 * Source/cmake/WebKitFeatures.cmake:
3112 * Source/cmakeconfig.h.cmake:
3114 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
3116 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
3117 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
3118 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
3119 by the plugin process, but it is searched and utilized separately.
3121 Rubber-stamped by Carlos Garcia Campos.
3123 * Source/cmake/OptionsGTK.cmake:
3125 2014-06-16 Commit Queue <commit-queue@webkit.org>
3127 Unreviewed, rolling out r170003.
3128 https://bugs.webkit.org/show_bug.cgi?id=133938
3130 This patch broke GTK build (Requested by kczech on #webkit).
3134 "[EFL] Platform support for WebSpeech feature."
3135 https://bugs.webkit.org/show_bug.cgi?id=116438
3136 http://trac.webkit.org/changeset/170003
3138 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
3140 [EFL] Platform support for WebSpeech feature.
3141 https://bugs.webkit.org/show_bug.cgi?id=116438
3143 Reviewed by Gyuyoung Kim.
3145 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
3147 * Source/cmake/OptionsEfl.cmake:
3148 * Source/cmake/WebKitFeatures.cmake:
3150 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3152 [EFL] Remove duplicated compiler flag
3153 https://bugs.webkit.org/show_bug.cgi?id=133838
3155 Reviewed by Anders Carlsson.
3157 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
3158 it added to common compiler options. So, it is duplicated.
3160 * Source/cmake/WebKitHelpers.cmake:
3162 2014-06-11 Commit Queue <commit-queue@webkit.org>
3164 Unreviewed, rolling out r169877.
3165 https://bugs.webkit.org/show_bug.cgi?id=133784
3167 rollout wrong build fix approach for EFL port (Requested by
3168 gyuyoung on #webkit).
3172 "Unreviewed, EFL build fix since r169869."
3173 http://trac.webkit.org/changeset/169877
3175 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3177 Unreviewed, EFL build fix since r169869.
3179 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
3181 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
3183 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3185 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
3187 * Source/cmake/WebKitHelpers.cmake:
3189 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
3191 [GTK] Make it possible to build with FTL enabled
3192 https://bugs.webkit.org/show_bug.cgi?id=133219
3194 Reviewed by Philippe Normand.
3196 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
3198 * Source/cmake/OptionsGTK.cmake:
3200 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
3202 [CMake] Clean up FAST_MOBILE_SCROLLING
3203 https://bugs.webkit.org/show_bug.cgi?id=133342
3205 Reviewed by Gyuyoung Kim.
3207 FAST_MOBILE_SCROLLING was removed in r168726.
3209 * Source/cmake/OptionsEfl.cmake:
3210 * Source/cmake/OptionsGTK.cmake:
3211 * Source/cmake/WebKitFeatures.cmake:
3212 * Source/cmakeconfig.h.cmake:
3214 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3217 https://bugs.webkit.org/show_bug.cgi?id=132863
3219 Reviewed by Csaba Osztrogonác.
3221 * Source/cmake/OptionsEfl.cmake:
3222 * Source/cmake/OptionsGTK.cmake:
3223 * Source/cmake/WebKitFeatures.cmake:
3224 * Source/cmakeconfig.h.cmake:
3226 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
3228 Allow building CMake based ports with WEB_REPLAY
3229 https://bugs.webkit.org/show_bug.cgi?id=133154
3231 Reviewed by Csaba Osztrogonác.
3233 * Source/cmake/WebKitFeatures.cmake:
3234 * Source/cmakeconfig.h.cmake:
3236 2014-05-21 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
3238 [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled
3239 https://bugs.webkit.org/show_bug.cgi?id=132907
3241 Reviewed by Gyuyoung Kim.
3243 * Source/cmake/FindLIBCXXABI.cmake: Added.
3244 * Source/cmake/OptionsEfl.cmake:
3246 2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3248 [EFL] Turn on ENABLE_CSS_FILTERS
3249 https://bugs.webkit.org/show_bug.cgi?id=133153
3251 Reviewed by Gyuyoung Kim.
3253 * Source/cmake/OptionsEfl.cmake: Enable CSS_FILTERS as default option value.
3255 2014-05-16 Martin Robinson <mrobinson@igalia.com>
3257 [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and LIBEXEC_INSTALL_DIR
3258 https://bugs.webkit.org/show_bug.cgi?id=132819
3260 Reviewed by Carlos Garcia Campos.
3262 * CMakeLists.txt: Hard-code CMAKE_ARCHIVE_OUTPUT_DIRECTORY etc, so that we can accept absolute paths for LIB_INSTALL_DIR
3264 * Source/cmake/OptionsCommon.cmake: Get rid of LIB_SUFFIX and try to make all path variables absolute. Also set
3265 CMAKE_ARCHIVE_OUTPUT_DIRECTORY, etc using the last path component of LIB_INSTALL_DIR, etc, so that absolute paths
3267 * Source/cmake/OptionsGTK.cmake: Ditto. Also get rid of all pkg-config specific variables.
3269 2014-05-20 Gustavo Noronha Silva <gns@gnome.org>
3271 [CMake] Support building with Debug Fission
3272 https://bugs.webkit.org/show_bug.cgi?id=131177
3274 Reviewed by Philippe Normand.
3276 * Source/cmake/OptionsCommon.cmake: add a DEBUG_FISSION option to enable usage
3277 of http://gcc.gnu.org/wiki/DebugFission.
3279 2014-05-20 Carlos Garcia Campos <cgarcia@igalia.com>
3281 [GTK] Rename translation domain as WebKit2GTK-3.0
3282 https://bugs.webkit.org/show_bug.cgi?id=132953
3284 Reviewed by Gustavo Noronha Silva.
3286 * Source/cmake/OptionsGTK.cmake:
3288 2014-05-18 Rik Cabanier <cabanier@adobe.com>
3290 support for navigator.hardwareConcurrency
3291 https://bugs.webkit.org/show_bug.cgi?id=132588
3293 Reviewed by Filip Pizlo.
3295 * Source/cmake/OptionsEfl.cmake:
3296 * Source/cmake/OptionsGTK.cmake:
3297 * Source/cmake/WebKitFeatures.cmake:
3298 * Source/cmakeconfig.h.cmake:
3300 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3302 Remove CSS_STICKY_POSITION guards
3303 https://bugs.webkit.org/show_bug.cgi?id=132676
3305 Reviewed by Simon Fraser.
3307 * Source/cmake/OptionsEfl.cmake:
3308 * Source/cmake/OptionsGTK.cmake:
3309 * Source/cmake/WebKitFeatures.cmake:
3310 * Source/cmakeconfig.h.cmake:
3312 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
3314 Unreviewed. Bump version numbers.
3316 * Source/cmake/OptionsGTK.cmake:
3318 2014-05-10 Martin Robinson <mrobinson@igalia.com>
3320 [GTK][CMake] Unable to do make install
3321 https://bugs.webkit.org/show_bug.cgi?id=130188
3323 Reviewed by Carlos Garcia Campos.
3325 Only try to install the HTML documentation if the build is configured to generate it via
3326 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
3327 to keep the HTML documentation directory as an installation source.
3329 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
3330 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
3331 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
3332 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
3333 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
3335 2014-05-09 Anders Carlsson <andersca@apple.com>
3337 Rename WebKit2.framework to WebKit.framework
3338 https://bugs.webkit.org/show_bug.cgi?id=132743
3339 <rdar://problem/15920046>
3341 Reviewed by Dan Bernstein.
3344 Build WebKit.xcodeproj before WebKit2.xcodeproj.
3346 * WebKit.xcworkspace/xcshareddata/xcschemes/:
3349 2014-05-06 David Kilzer <ddkilzer@apple.com>
3351 Add Makefile targets for copying static libraries (LLVM and WKSI)
3352 <http://webkit.org/b/132619>
3354 Reviewed by Mark Rowe.
3357 (MODULES): Add WebKitLibraries.
3359 2014-05-06 Commit Queue <commit-queue@webkit.org>
3361 Unreviewed, rolling out r168304.
3362 https://bugs.webkit.org/show_bug.cgi?id=132607
3364 Broke the build (Requested by KaL on #webkit).
3368 "[GTK][CMake] Unable to do make install"
3369 https://bugs.webkit.org/show_bug.cgi?id=130188
3370 http://trac.webkit.org/changeset/168304
3372 2014-05-05 Martin Robinson <mrobinson@igalia.com>
3374 [GTK][CMake] Unable to do make install
3375 https://bugs.webkit.org/show_bug.cgi?id=130188
3377 Reviewed by Carlos Garcia Campos.
3379 Only try to install the HTML documentation if the build is configured to generate it via
3380 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
3381 to keep the HTML documentation directory as an installation source.
3383 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
3384 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
3385 never added to the default target, but will be triggered by build-webkit, so that
3386 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
3387 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
3389 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3391 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
3392 https://bugs.webkit.org/show_bug.cgi?id=132525
3394 Reviewed by Martin Robinson.
3396 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
3397 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
3398 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
3400 2014-05-01 David Kilzer <ddkilzer@apple.com>
3402 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
3403 <http://webkit.org/b/132432>
3405 Reviewed by Tim Horton.
3407 * Source/cmake/WebKitFeatures.cmake:
3408 * Source/cmakeconfig.h.cmake:
3409 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
3411 2014-04-30 Simon Fraser <simon.fraser@apple.com>
3413 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
3415 Reviewed by Dan Bernstein/Anders Carlsson.
3417 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3418 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3420 2014-04-30 Simon Fraser <simon.fraser@apple.com>
3422 Let Xcode have its way with the WebKit workspace.
3424 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3425 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3427 2014-04-29 Martin Robinson <mrobinson@igalia.com>
3429 [GTK] Make it easier to run CMake for downstreams
3430 https://bugs.webkit.org/show_bug.cgi?id=132370
3432 Reviewed by Carlos Garcia Campos.
3434 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
3436 2014-04-27 Joonghun Park <jh718.park@samsung.com>
3438 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
3439 https://bugs.webkit.org/show_bug.cgi?id=132176
3441 Reviewed by Gyuyoung Kim.
3443 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
3445 * Source/cmake/OptionsEfl.cmake:
3447 2014-04-22 Alex Christensen <achristensen@webkit.org>
3449 Removed old stdbool and inttypes headers.
3450 https://bugs.webkit.org/show_bug.cgi?id=131966
3452 Reviewed by Brent Fulgham.
3454 * Source/cmake/OptionsWindows.cmake:
3455 * Source/cmake/WebKitPackaging.cmake:
3456 Removed references to os-win32 directory.
3458 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
3460 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
3462 Rubber-stamped by Carlos Garcia Campos.
3464 * Source/cmake/WebKitFeatures.cmake:
3466 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
3468 Empty RenderInline objects should not be line break objects.
3470 https://bugs.webkit.org/show_bug.cgi?id=131861
3471 <rdar://problem/15663617>
3473 Reviewed by David Hyatt.
3475 * ManualTests/empty-inline-as-line-break-position.html: Added.
3476 This issue wouldn't reproduce in WebKitTestRunner.
3478 2014-04-19 Brent Fulgham <bfulgham@apple.com>
3480 Revert unintended workspace change in my last commit.
3482 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
3483 Scheme type back to Debug.
3485 2014-04-18 Philippe Normand <pnormand@igalia.com>
3487 Remove NETWORK_INFO support
3488 https://bugs.webkit.org/show_bug.cgi?id=131841
3490 Reviewed by Gyuyoung Kim.
3492 * Source/cmake/OptionsEfl.cmake:
3493 * Source/cmake/OptionsGTK.cmake:
3494 * Source/cmake/WebKitFeatures.cmake:
3495 * Source/cmakeconfig.h.cmake:
3497 2014-04-17 Darin Adler <darin@apple.com>
3499 Try to fix EFL and GTK builds.
3501 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
3502 * Source/cmake/OptionsGTK.cmake: Ditto.
3503 * Source/cmakeconfig.h.cmake: Ditto.
3505 2014-04-16 Brendan Long <b.long@cablelabs.com>
3507 [GTK][CMAKE] build-webkit doesn't detect when the build fails
3508 https://bugs.webkit.org/show_bug.cgi?id=130148
3510 Reviewed by Martin Robinson.
3512 * 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.
3514 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
3516 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
3517 https://bugs.webkit.org/show_bug.cgi?id=131725
3519 Reviewed by Philippe Normand.
3521 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
3522 instead of GTK_UNIX_PRINTING_FOUND and set the macro
3523 HAVE_GTK_UNIX_PRINTING to 1 when found.
3525 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
3527 Web Replay: memoize nondeterministic attributes of the Navigator interface
3528 https://bugs.webkit.org/show_bug.cgi?id=131340
3530 Reviewed by Timothy Hatcher.
3532 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
3534 2014-04-09 Brendan Long <b.long@cablelabs.com>
3536 [GStreamer] Expose MPEG-TS metadata
3537 https://bugs.webkit.org/show_bug.cgi?id=122001
3539 Reviewed by Eric Carlson.
3541 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
3542 * Source/cmake/OptionsEfl.cmake: Same.
3543 * Source/cmake/OptionsGTK.cmake: Same.
3545 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
3547 Web Replay: memoize nondeterministic attributes of the Screen interface
3548 https://bugs.webkit.org/show_bug.cgi?id=131339
3550 Reviewed by Timothy Hatcher.
3552 * ManualTests/inspector/replay-window-screen.html: Added.
3554 2014-04-08 Martin Robinson <mrobinson@igalia.com>
3556 [GTK] Remove the WebKitGTK+ WebKit 1 code
3557 https://bugs.webkit.org/show_bug.cgi?id=131399
3559 Reviewed by Anders Carlsson.
3561 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
3562 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
3564 2014-04-08 Dan Bernstein <mitz@apple.com>
3566 Added bmalloc to the WebKit workspace.
3567 https://bugs.webkit.org/show_bug.cgi?id=131362
3569 Reviewed by Geoff Garen.
3571 * WebKit.xcworkspace/contents.xcworkspacedata:
3572 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3573 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3575 2014-04-08 Geoffrey Garen <ggaren@apple.com>
3577 Build bmalloc on iOS too
3578 https://bugs.webkit.org/show_bug.cgi?id=131381
3580 Reviewed by Andreas Kling.
3582 * Source/Makefile: Build it.
3584 2014-04-07 Geoffrey Garen <ggaren@apple.com>
3586 Build bmalloc on Mac
3587 https://bugs.webkit.org/show_bug.cgi?id=131333
3589 Reviewed by Mark Rowe.
3592 * WebKitBuild: Added.
3593 * WebKitBuild/Debug: Added.
3595 2014-04-07 Ryuan Choi <ryuan.choi@samsung.com>
3597 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT
3598 https://bugs.webkit.org/show_bug.cgi?id=131257
3600 Reviewed by Gyuyoung Kim.
3602 * Source/cmake/OptionsEfl.cmake: Enable MEDIA_CONTROLS_SCRIPT
3604 2014-04-06 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3606 [GTK] Stop trying to install WebKit1 documentation
3607 https://bugs.webkit.org/show_bug.cgi?id=131278
3609 Reviewed by Martin Robinson.
3611 * Source/PlatformGTK.cmake: Remove install() call since the WebKit1 documentation is not
3612 built anymore since r166584. This fixes `make install'.
3614 2014-04-04 Brian J. Burg <burg@cs.washington.edu>
3616 Web Replay: capture and replay wheel events and scroll commands
3617 https://bugs.webkit.org/show_bug.cgi?id=129402
3619 Reviewed by Timothy Hatcher.
3621 * ManualTests/inspector/replay-wheel-events.html: Added.
3623 2014-04-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3625 [GTK][CMake] Remove FindXt.cmake.
3626 https://bugs.webkit.org/show_bug.cgi?id=131227
3628 Reviewed by Anders Carlsson.
3630 Xt is already detected by CMake's own FindX11.cmake, so there is no need to keep a custom FindXt.cmake around.
3632 * Source/cmake/FindXt.cmake: Removed.
3633 * Source/cmake/OptionsGTK.cmake:
3635 2014-04-04 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
3637 [EFL] Build error due to changed path of generated js files.
3638 https://bugs.webkit.org/show_bug.cgi?id=131215
3640 Reviewed by Gyuyoung Kim.
3642 r166648 fixed the generation of some .js files on GTK. Due to some
3643 changes in the paths it causes a build error on EFL.
3645 * Source/PlatformEfl.cmake:
3646 Replaced path for two derived source files.
3648 2014-04-02 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3650 [GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
3651 https://bugs.webkit.org/show_bug.cgi?id=131095
3653 Reviewed by Martin Robinson.
3655 One needs to take into account OpenGL's include directory found via
3656 find_package() when looking for glx.h, since if the former is a
3657 non-standard location the latter will also be. If this is not it is
3658 possible that OpenGL is found but GLX support is not properly detected.
3660 * Source/cmake/OptionsGTK.cmake:
3662 2014-04-02 Martin Robinson <mrobinson@igalia.com>
3664 REGRESSION(r165704): [GTK] Inspector resources not correctly generated
3665 https://bugs.webkit.org/show_bug.cgi?id=130343
3667 Reviewed by Gustavo Noronha Silva.
3669 * CMakeLists.txt: Add a variable which points to the directory to store WebInspectorUI
3671 * Source/cmake/WebKitFS.cmake: Generate WebInspectorUI derived sources directories.
3673 2014-04-01 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3675 [CMake] Drop port check from FindEGL.cmake.
3676 https://bugs.webkit.org/show_bug.cgi?id=131091
3678 Reviewed by Gyuyoung Kim.
3680 There is no reason to mark some variables as advanced only for the
3683 * Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
3684 as advanced regardless of the port.
3686 2014-04-01 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3688 Fix the !ENABLE(BATTERY_STATUS) build
3689 https://bugs.webkit.org/show_bug.cgi?id=130183
3691 Reviewed by Anders Carlsson.
3693 * Source/cmake/OptionsEfl.cmake:
3695 2014-03-31 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3697 [CMake][GTK] Do not expand variables twice in if() checks.
3698 https://bugs.webkit.org/show_bug.cgi?id=130964
3700 Reviewed by Martin Robinson.
3702 In CMake, `if (${foo})' causes $foo to be evaluated first and its value
3703 to be checked by the if clause. This is not what we want, and
3704 configuration fails when, say, GLX support wasn't found as the if
3705 clause is actually evaluated as `if (TRUE AND (OR TRUE))'.
3707 * Source/cmake/OptionsGTK.cmake: Pass if (FOO) instead of if (${FOO})
3710 2014-03-31 Martin Robinson <mrobinson@igalia.com>
3712 [GTK] Remove scripts code only applicable to autotools
3713 https://bugs.webkit.org/show_bug.cgi?id=130841
3715 Reviewed by Anders Carlsson.
3717 * Source/cmake/WebKitPackaging.cmake: No longer need to consider autotools files.
3719 2014-03-31 Martin Robinson <mrobinson@igalia.com>
3721 [GTK] Use PROJECT_VERSION_* instead of WEBKIT_*_VERSION
3722 https://bugs.webkit.org/show_bug.cgi?id=130936
3724 Reviewed by Carlos Garcia Campos.
3726 * Source/cmake/OptionsGTK.cmake: No longer emulate the Autotools macro names.
3728 2014-03-31 Carlos Garcia Campos <cgarcia@igalia.com>
3730 [GTK] Add support for GTK3 plugins
3731 https://bugs.webkit.org/show_bug.cgi?id=130599
3733 Reviewed by Martin Robinson.
3735 * Source/cmake/OptionsGTK.cmake:
3737 2014-03-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3739 [EFL] Bump glib version from 2.36 to 2.38
3740 https://bugs.webkit.org/show_bug.cgi?id=130886
3742 Reviewed by Csaba Osztrogonác.
3744 * Source/cmake/OptionsEfl.cmake: Required glib-2.38 version.
3746 2014-03-26 Zoltan Horvath <zoltan@webkit.org>
3748 [CSS Shapes] Remove shape-inside support
3749 https://bugs.webkit.org/show_bug.cgi?id=130698
3751 Reviewed by David Hyatt.
3753 * Source/cmake/WebKitFeatures.cmake:
3754 * Source/cmakeconfig.h.cmake:
3756 2014-03-25 Martin Robinson <mrobinson@igalia.com>
3758 [GTK] Remove the autotools build
3759 https://bugs.webkit.org/show_bug.cgi?id=130717
3761 Reviewed by Anders Carlsson.
3763 * .gitignore: Remove references to autotools files.
3764 * GNUmakefile.am: Removed.
3765 * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
3766 * Source/autotools/CustomMacros.m4: Removed.
3767 * Source/autotools/FindDependencies.m4: Removed.
3768 * Source/autotools/PrintBuildConfiguration.m4: Removed.
3769 * Source/autotools/ReadCommandLineArguments.m4: Removed.
3770 * Source/autotools/SetupAutoconfHeader.m4: Removed.
3771 * Source/autotools/SetupAutomake.m4: Removed.
3772 * Source/autotools/SetupCompilerFlags.m4: Removed.
3773 * Source/autotools/SetupLibtool.m4: Removed.
3774 * Source/autotools/SetupWebKitFeatures.m4: Removed.
3775 * Source/autotools/Versions.m4: Removed.
3776 * Source/autotools/acinclude.m4: Removed.
3777 * Source/autotools/dolt.m4: Removed.
3778 * Source/autotools/gsettings.m4: Removed.
3779 * Source/cmake/OptionsGTK.cmake:
3780 * autogen.sh: Removed.
3781 * configure.ac: Removed.
3783 2014-03-25 Gabor Rapcsanyi <rgabor@webkit.org>
3785 [EFL] Add ARM64 build support
3786 https://bugs.webkit.org/show_bug.cgi?id=130506
3788 Rubber stamped by Gyuyoung Kim.
3790 * CMakeLists.txt: Set WTF_CPU_ARM64 when aarch64 is defined.
3792 2014-03-25 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3794 [EFL][WK2] Add NETWORK_PROCESS build option
3795 https://bugs.webkit.org/show_bug.cgi?id=130131
3797 Reviewed by Gyuyoung Kim.
3799 Add option to build EFL port with NETWORK_PROCESS set on. By default NETWORK_PROCESS is
3802 * Source/cmake/OptionsEfl.cmake:
3804 2014-03-24 Brian Burg <bburg@apple.com>
3806 Web Replay: capture and replay keyboard events
3807 https://bugs.webkit.org/show_bug.cgi?id=130314
3809 Reviewed by Joseph Pecoraro.
3811 * ManualTests/inspector/replay-keyboard-events.html: Added.
3813 2014-03-24 Sangyong Park <sy302.park@gmail.com>
3815 [EFL] Inspector page is not loaded.
3816 https://bugs.webkit.org/show_bug.cgi?id=130661
3818 Reviewed by Gyuyoung Kim.
3820 Inspector page is not loaded, because some javascript files are not installed.
3821 (InspectorJSBackendCommands.js, InspectorWebBackendCommands.js)
3823 * Source/PlatformEfl.cmake:
3825 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
3827 [EFL][GTK] Get CMake to find Freetype2 properly
3828 https://bugs.webkit.org/show_bug.cgi?id=130150
3830 Reviewed by Martin Robinson.
3832 Newer versions of CMake are not able to find Freetype2 correctly.
3833 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
3834 freetype2 repo, because a completely different version number is found in freetype2.pc.
3836 * Source/cmake/FindFreetype2.cmake: Added.
3837 * Source/cmake/OptionsEfl.cmake:
3838 * Source/cmake/OptionsGTK.cmake:
3840 2014-03-20 Brian Burg <bburg@apple.com>
3842 Web Replay: capture and replay mouse events
3843 https://bugs.webkit.org/show_bug.cgi?id=129395
3845 Reviewed by Joseph Pecoraro.
3847 Create a manual test for capture/replay of mouse events.
3848 Copy over the crypto-md5.js library from SunSpider.
3850 * ManualTests/inspector/replay-mouse-events.html: Added.
3851 * ManualTests/inspector/resources/crypto-md5.js: Added.
3853 2014-03-20 Zan Dobersek <zdobersek@igalia.com>
3855 [GTK][CMake] Add support for building with Clang
3856 https://bugs.webkit.org/show_bug.cgi?id=130260
3858 Reviewed by Martin Robinson.
3860 * Source/PlatformGTK.cmake: Run the generate-gtkdoc script with the CFLAGS env set
3861 to the list C compiler flags as constructed by CMake.