1 2015-04-29 Martin Robinson <mrobinson@igalia.com>
3 [CMake] [GTK] Organize and clean up unused CMake variables
4 https://bugs.webkit.org/show_bug.cgi?id=144364
6 Reviewed by Gyuyoung Kim.
8 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
9 specific to certain projects into their PlatformGTK.cmake files.
11 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
13 [EFL] Build failure to find gio-unix
14 https://bugs.webkit.org/show_bug.cgi?id=144083
16 Reviewed by Gyuyoung Kim.
18 Original patch by Doug Newgard <scimma22@outlook.com>
20 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
22 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
24 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
25 https://bugs.webkit.org/show_bug.cgi?id=143001
27 Reviewed by Gyuyoung Kim.
29 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
30 * Source/cmake/OptionsGTK.cmake: Ditto.
32 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
34 Unreviewed, fix typo in previous commit
36 libsecretr -> libsecret in the error message.
38 * Source/cmake/OptionsGTK.cmake:
40 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
42 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
43 https://bugs.webkit.org/show_bug.cgi?id=143546
45 Reviewed by Martin Robinson.
47 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
48 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
49 default. Fail the build with an informative error message if an optional dependency required
50 for an enabled feature is not present. Perform find_package commands only when necessary.
51 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
54 * Source/cmake/OptionsGTK.cmake:
56 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
58 [GTK] Make all options actually options
59 https://bugs.webkit.org/show_bug.cgi?id=144106
61 Reviewed by Martin Robinson.
63 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
64 ENABLE_WAYLAND_TARGET.
66 * Source/cmake/OptionsGTK.cmake:
68 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
70 Unreviewed, fix GTK build after r183452
72 * Source/cmake/OptionsGTK.cmake:
74 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
76 [GTK] Add one single option to control all OpenGL-related options
77 https://bugs.webkit.org/show_bug.cgi?id=144105
79 Reviewed by Martin Robinson.
81 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
82 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
83 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
84 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
85 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
88 * Source/cmake/OptionsGTK.cmake:
90 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
92 [GTK] ENABLE_SMOOTH_SCROLLING should be private
93 https://bugs.webkit.org/show_bug.cgi?id=144306
95 Reviewed by Martin Robinson.
97 Make ENABLE_SMOOTH_SCROLLING private instead of public.
99 * Source/cmake/OptionsGTK.cmake:
101 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
103 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
104 https://bugs.webkit.org/show_bug.cgi?id=144193
106 Reviewed by Darin Adler.
108 * Source/cmake/OptionsEfl.cmake:
109 * Source/cmake/OptionsGTK.cmake:
110 * Source/cmake/OptionsWinCairo.cmake:
111 * Source/cmake/WebKitFeatures.cmake:
113 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
115 [CMake] Should be possible for an option to conflict with other options
116 https://bugs.webkit.org/show_bug.cgi?id=143956
118 Reviewed by Martin Robinson.
120 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
122 * Source/cmake/WebKitFeatures.cmake:
124 2015-04-22 Martin Robinson <mrobinson@igalia.com>
126 [CMake] Autogenerate cmakeconfig.h.cmake
127 https://bugs.webkit.org/show_bug.cgi?id=143997
129 Reviewed by Csaba Osztrogonác.
131 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
132 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
133 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
134 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
135 Do some other miscellaneous related cleanup.
136 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
137 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
138 build exposed variables. Add a macro to generate a configuration from them.
139 * Source/cmakeconfig.h.cmake: Removed.
141 2015-04-24 Philippe Normand <pnormand@igalia.com>
143 [JHBuild] Move to upstream OpenWebRTC
144 https://bugs.webkit.org/show_bug.cgi?id=144145
146 Reviewed by Carlos Garcia Campos.
148 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
151 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
153 [ES6] Implement ES6 template literals
154 https://bugs.webkit.org/show_bug.cgi?id=142691
156 Reviewed by Darin Adler.
158 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
160 * Source/cmake/WebKitFeatures.cmake:
161 * Source/cmakeconfig.h.cmake:
163 2015-04-25 Martin Robinson <mrobinson@igalia.com>
165 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
166 https://bugs.webkit.org/show_bug.cgi?id=144182
168 Reviewed by Simon Fraser.
170 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
171 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
172 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
173 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
174 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
176 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
178 [GTK] Add more public options
179 https://bugs.webkit.org/show_bug.cgi?id=144116
181 Reviewed by Martin Robinson.
183 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
185 * Source/cmake/OptionsGTK.cmake:
187 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
189 [CMake] Some internal variables are not marked as advanced
190 https://bugs.webkit.org/show_bug.cgi?id=143595
192 Reviewed by Martin Robinson.
194 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
195 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
197 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
199 [GTK] Mark as advanced the build options we don't want to expose
200 https://bugs.webkit.org/show_bug.cgi?id=143558
202 Reviewed by Martin Robinson.
204 Mark various options as private instead of public.
206 * Source/cmake/OptionsGTK.cmake:
208 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
210 [CMake] Should be possible for an option to depend on multiple options
211 https://bugs.webkit.org/show_bug.cgi?id=143839
213 Reviewed by Martin Robinson.
215 Use a list instead of a single variable to track the dependencies of each option. Iterate
216 over the list as many times as necessary to ensure all options are properly disabled.
218 * Source/cmake/WebKitFeatures.cmake:
220 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
222 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
223 https://bugs.webkit.org/show_bug.cgi?id=144103
225 Reviewed by Martin Robinson.
227 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
229 * Source/cmake/WebKitFeatures.cmake:
231 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
233 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
234 https://bugs.webkit.org/show_bug.cgi?id=144102
236 Reviewed by Martin Robinson.
238 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
239 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
240 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
242 * Source/cmake/OptionsGTK.cmake:
244 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
246 [CMake] Clean up JSC JIT options
247 https://bugs.webkit.org/show_bug.cgi?id=143998
249 Reviewed by Filip Pizlo.
251 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
252 define for ENABLE_FTL_NATIVE_CALL_INLINING.
253 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
254 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
255 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
256 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
258 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
260 [CMake] Use lowercase for local variables in macros
261 https://bugs.webkit.org/show_bug.cgi?id=144059
263 Reviewed by Martin Robinson.
265 Convert some variable names to lowercase.
267 * Source/cmake/WebKitFeatures.cmake:
269 2015-04-22 Commit Queue <commit-queue@webkit.org>
271 Unreviewed, rolling out r183116.
272 https://bugs.webkit.org/show_bug.cgi?id=144060
274 Inadvertently deleted a file... (Requested by mcatanzaro on
279 "[CMake] Use lowercase for local variables in macros"
280 https://bugs.webkit.org/show_bug.cgi?id=144059
281 http://trac.webkit.org/changeset/183116
283 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
285 [CMake] Use lowercase for local variables in macros
286 https://bugs.webkit.org/show_bug.cgi?id=144059
288 Reviewed by Martin Robinson.
290 Convert some variable names to lowercase.
292 * Source/cmake/WebKitFeatures.cmake:
294 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
296 [CMake] Features list should print dots every other row
297 https://bugs.webkit.org/show_bug.cgi?id=143832
299 Reviewed by Martin Robinson.
301 Discount private options when determining whether to print dots on a given row of the
302 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
303 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
304 wasn't noticed because it only affects the first line, and use of the variable name as a
305 string in a conditional.)
307 * Source/cmake/WebKitFeatures.cmake:
309 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
311 [CMake] Require specifying visibility of WebKit options
312 https://bugs.webkit.org/show_bug.cgi?id=143831
314 Reviewed by Alex Christensen.
316 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
317 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
318 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
319 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
320 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
321 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
322 cross-platform options as PRIVATE.
324 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
326 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
327 https://bugs.webkit.org/show_bug.cgi?id=143935
329 Reviewed by Darin Adler.
331 Some variables aren't defined in these files or unused variables aren't removed. This
332 patch cleans up it as well as fix wrong alphabet order.
334 * Source/cmake/WebKitFeatures.cmake:
335 * Source/cmakeconfig.h.cmake:
337 2015-04-19 Simon Fraser <simon.fraser@apple.com>
339 Restore the WebKit.xcworkspace to the way it was before r182899,
340 which inadvertently added the Source directory and a couple of source
343 * WebKit.xcworkspace/contents.xcworkspacedata:
345 2015-04-16 Basile Clement <basile_clement@apple.com>
347 Extract the allocation profile from JSFunction into a rare object
348 https://bugs.webkit.org/show_bug.cgi?id=143807
350 Reviewed by Filip Pizlo.
352 * WebKit.xcworkspace/contents.xcworkspacedata:
354 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
356 [EFL] Bump LLVM to version 3.6.0 on X86_64
357 https://bugs.webkit.org/show_bug.cgi?id=143604
359 Reviewed by Gyuyoung Kim.
361 * Source/cmake/FindLLVM.cmake: Added version handling.
362 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
364 2015-04-15 Timothy Horton <timothy_horton@apple.com>
366 Custom CSS cursors do not use -webkit-image-set on retina displays
367 https://bugs.webkit.org/show_bug.cgi?id=120783
369 Reviewed by Beth Dakin.
370 Patch by Evan Wallace <evan.exe@gmail.com>.
372 Add a manual test for custom CSS cursors on retina displays.
374 * ManualTests/retina-cursors.html: Added.
376 2015-04-15 Alex Christensen <achristensen@webkit.org>
378 Progress towards CMake on Mac.
379 https://bugs.webkit.org/show_bug.cgi?id=143785
381 Reviewed by Csaba Osztrogonác.
384 * Source/cmake/OptionsMac.cmake:
385 * Source/cmake/WebKitFS.cmake:
387 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
389 Cannot click "Next" button on Google two-factor auth setup page
391 <https://bugs.webkit.org/show_bug.cgi?id=143624>
392 <rdar://problem/19175714>
394 Reviewed by Darin Adler.
396 * ManualTests/button-that-focuses-itself-on-click.html: Added.
398 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
400 [cmake] REGRESSION(182663): It broke feature dependency handling
401 https://bugs.webkit.org/show_bug.cgi?id=143665
403 Reviewed by Csaba Osztrogonác.
405 Don't try to check the value of options before defining the options.
407 * Source/cmake/WebKitFeatures.cmake:
409 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
411 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
412 https://bugs.webkit.org/show_bug.cgi?id=143664
414 Reviewed by Gyuyoung Kim.
416 * Source/cmake/OptionsEfl.cmake:
417 * Source/cmake/OptionsGTK.cmake:
418 * Source/cmake/WebKitFeatures.cmake:
419 * Source/cmakeconfig.h.cmake:
421 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
423 [EFL] Enable Media Source
424 https://bugs.webkit.org/show_bug.cgi?id=143635
426 Reviewed by Csaba Osztrogonác.
428 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
430 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
432 [CMake] Miscellaneous issues in WebKitFeatures.cmake
433 https://bugs.webkit.org/show_bug.cgi?id=143636
435 Reviewed by Martin Robinson.
437 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
438 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
440 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
441 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
443 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
445 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
447 Fix ENABLE_TOUCH_SLIDER so that it can be used
451 * Source/cmake/WebKitFeatures.cmake:
453 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
455 [CMake] Print sorted feature list at the very end of the configure process
456 https://bugs.webkit.org/show_bug.cgi?id=143596
458 Reviewed by Martin Robinson.
460 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
461 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
462 and sort the options before printing. Reorder some code so that features still get
463 propagated to the bindings generators.
465 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
467 [CMake] Options should be marked as advanced by default
468 https://bugs.webkit.org/show_bug.cgi?id=143572
470 Reviewed by Gyuyoung Kim.
472 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
473 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
474 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
475 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
476 option without making it public.
478 * Source/cmake/WebKitFeatures.cmake:
480 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
482 [CMake] Remove unnecessary ENABLE_WEBCORE switch
483 https://bugs.webkit.org/show_bug.cgi?id=143584
485 Reviewed by Csaba Osztrogonác.
487 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
491 * Source/CMakeLists.txt:
492 * Source/cmake/OptionsGTK.cmake:
493 * Source/cmake/WebKitFS.cmake:
495 2015-04-08 Filip Pizlo <fpizlo@apple.com>
497 Unreviewed, revert accidental commit.
501 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
503 Add CMake build system for WinCairo port.
504 https://bugs.webkit.org/show_bug.cgi?id=115944
506 Reviewed by Chris Dumez.
508 * Source/cmake/OptionsWindows.cmake:
509 * Source/cmake/WebKitMacros.cmake:
510 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
512 2015-04-06 Alberto Garcia <berto@igalia.com>
515 https://bugs.webkit.org/show_bug.cgi?id=143453
517 Reviewed by Darin Adler.
519 Add HPPA to the list of supported CPUs.
523 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
525 Unreviewed, kick the GTK bots to fix an incremental build issue.
527 * Source/cmake/OptionsGTK.cmake:
529 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
531 Fix the EFL and GTK build after r182243
532 https://bugs.webkit.org/show_bug.cgi?id=143361
534 Reviewed by Csaba Osztrogonác.
536 * Source/PlatformEfl.cmake: Add a custom command that copies
537 the InspectorBackendCommands.js file into the proper directory
538 under DerivedSources/WebInspectorUI/.
540 2015-04-01 Alex Christensen <achristensen@webkit.org>
542 Progress towards CMake on Windows and Mac.
543 https://bugs.webkit.org/show_bug.cgi?id=143293
545 Reviewed by Filip Pizlo.
548 Set DERIVED_SOURCES_WTF_DIR for Windows.
549 * Source/CMakeLists.txt:
550 Don't compile bmalloc on Windows.
551 * Source/cmake/OptionsCommon.cmake:
552 Use the absolute path of the C preprocessor.
553 * Source/cmake/OptionsWinCairo.cmake:
554 Added needed definitions.
555 * Source/cmake/OptionsWindows.cmake:
556 Set some default values and removed support for old Visual Studio versions before /MP.
557 * Source/cmake/WebKitFS.cmake:
558 Make WTF DerivedSources directory.
559 * Source/cmake/WebKitMacros.cmake:
560 Added ADD_PRECOMPILED_HEADER macro based on
561 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
563 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
565 Use colored diagnostics when building with cmake + ninja + clang
566 https://bugs.webkit.org/show_bug.cgi?id=143297
568 Reviewed by Žan Doberšek.
570 Because that ninja sets subprocess stdout/stderr to a pipe, clang
571 disables colored output.
572 This patch forces clang to use colored diagnostics when we are using
575 * Source/cmake/OptionsCommon.cmake:
577 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
579 [CMake] Update old CMakeList.txt in gtest
580 https://bugs.webkit.org/show_bug.cgi?id=143192
582 Reviewed by Darin Adler.
584 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
585 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
586 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
588 * Source/CMakeLists.txt:
589 * Source/cmake/gtest/CMakeLists.txt: Removed.
591 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
593 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
594 https://bugs.webkit.org/show_bug.cgi?id=143138
596 Reviewed by Csaba Osztrogonác.
598 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
599 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
601 * Source/cmake/OptionsWindows.cmake:
602 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
603 * Source/cmake/WebKitMacros.cmake:
605 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
607 [GStreamer] share GL context in pipeline, part 2
608 https://bugs.webkit.org/show_bug.cgi?id=143049
610 Reviewed by Carlos Garcia Campos.
612 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
613 OpenGL/ES2 is found and GLX/EGL is found too.
615 2015-03-26 Alex Christensen <achristensen@webkit.org>
617 Progress towards CMake on Mac.
618 https://bugs.webkit.org/show_bug.cgi?id=143112
620 Reviewed by Chris Dumez.
622 * Source/cmake/OptionsMac.cmake:
624 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
626 [EFL] Add OpenWebRTC in jhbuild
627 https://bugs.webkit.org/show_bug.cgi?id=142778
629 Reviewed by Gyuyoung Kim.
631 Original patch by Philippe Normand <pnormand@igalia.com>
633 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
634 mediastream build is enabled.
636 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
638 [GTK] Add a configure option to build without Redirected XComposite Window
639 https://bugs.webkit.org/show_bug.cgi?id=142865
641 Reviewed by Žan Doberšek.
643 The Redirected XComposite Window was added to support some
644 features like GtkOverlay, but in cases where we don't need such
645 features, it's more efficient to use the XID of the WebKitWebView
646 window as the native surface handle for the accelerated
647 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
648 that is enabled by default for X11 target when OpenGL is enabled.
650 * Source/cmake/OptionsGTK.cmake:
652 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
654 [GTK] Search for the Wayland dependency when enabling Wayland target
655 https://bugs.webkit.org/show_bug.cgi?id=142876
657 Reviewed by Carlos Garcia Campos.
659 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
660 requirement of either the GTK+ or GDK pkg-config files, so we have to
661 search for it ourselves when WebKitGTK+ has been configured to support
662 the Wayland windowing target.
664 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
666 Unreviewed, kick the GTK bots to regenerate makefile.
667 https://bugs.webkit.org/show_bug.cgi?id=137394
669 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
670 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
672 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
674 Unreviewed, kick the GTK bots to regenerate makefile.
675 https://bugs.webkit.org/show_bug.cgi?id=137394
677 * Source/cmake/OptionsEfl.cmake:
679 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
681 [GTK] Fix inspector userinterface related incremental build issue
682 https://bugs.webkit.org/show_bug.cgi?id=142849
684 Reviewed by Carlos Garcia Campos.
686 * Source/cmake/OptionsGTK.cmake: Revert r181733.
688 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
690 Unreviewed, kick the GTK bots to regenerate makefile.
692 * Source/cmake/OptionsGTK.cmake:
694 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
696 [EFL] Expose JavaScript binding interface through ewk_extension
697 https://bugs.webkit.org/show_bug.cgi?id=142033
699 Reviewed by Gyuyoung Kim.
701 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
703 2015-03-17 Philippe Normand <pnormand@igalia.com>
705 [GTK] basic OpenWebRTC build support
706 https://bugs.webkit.org/show_bug.cgi?id=142393
708 Reviewed by Carlos Garcia Campos.
710 * Source/cmake/FindOpenWebRTC.cmake: Added.
711 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
712 mediastream build is enabled.
714 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
716 [CMake][EFL] Build test tools only for developer mode
717 https://bugs.webkit.org/show_bug.cgi?id=142761
719 Reviewed by Csaba Osztrogonác.
721 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
723 * Source/cmake/OptionsEfl.cmake:
724 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
725 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
726 * Source/cmakeconfig.h.cmake:
728 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
730 Enable ES6 classes by default
731 https://bugs.webkit.org/show_bug.cgi?id=142774
733 Reviewed by Gavin Barraclough.
735 * Source/cmake/WebKitFeatures.cmake:
737 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
739 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
740 https://bugs.webkit.org/show_bug.cgi?id=142722
742 Reviewed by Csaba Osztrogonác.
744 Categorize to define cmake variables, to find necessary packages,
745 use upper case for "glib_conponents" cmake variable name, re-arrange
746 wrong alphabet sorting, and so on.
748 * CMakeLists.txt: Remove WinCE port.
749 * Source/cmake/OptionsEfl.cmake:
751 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
753 [GStreamer] share GL context in pipeline
754 https://bugs.webkit.org/show_bug.cgi?id=142693
756 Reviewed by Philippe Normand.
758 Add search of gstreamer-gl library in the GStreamer installation. If
759 it is found, WTF_USE_GSTREAMER_GL macro is defined.
761 * Source/cmake/FindGStreamer.cmake:
762 * Source/cmake/OptionsGTK.cmake:
764 2015-03-13 Alex Christensen <achristensen@webkit.org>
766 Progress towards CMake on Mac.
767 https://bugs.webkit.org/show_bug.cgi?id=142680
769 Reviewed by Gyuyoung Kim.
772 * Source/PlatformMac.cmake: Added stub.
773 * Source/cmake/OptionsMac.cmake:
774 Change defines to get CMake working.
776 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
778 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
779 https://bugs.webkit.org/show_bug.cgi?id=126688
781 Reviewed by Gustavo Noronha Silva.
783 Add ENABLE_MINIBROWSER option, enabled by default for development
784 builds and disabled for production builds unless explicilty enabled.
786 * Source/cmake/OptionsGTK.cmake:
788 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
790 [GTK] Do not look for child processes in the UI process binary path
791 https://bugs.webkit.org/show_bug.cgi?id=135752
793 Reviewed by Gustavo Noronha Silva.
795 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
796 build for development builds.
798 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
800 [GTK] Add a configure option to build with OpenGL ES 2
801 https://bugs.webkit.org/show_bug.cgi?id=142498
803 Reviewed by Martin Robinson.
805 Add ENABLE_GLES2 option. It's disabled by default, but if passed
806 GLES2 is required and OpenGL is not even searched. Otherwise we
807 search for OpenGL as usual, using it only if present.
809 * Source/cmake/OptionsGTK.cmake:
811 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
813 [cmake] Handle unused parameter warnings as build errors except in WebKit2
814 https://bugs.webkit.org/show_bug.cgi?id=142338
816 Reviewed by Gyuyoung Kim.
818 * Source/cmake/WebKitHelpers.cmake:
820 2015-03-03 Daniel Bates <dabates@apple.com>
822 Convert ManualTests/svg-tooltip.svg to a DRT test
823 https://bugs.webkit.org/show_bug.cgi?id=140480
825 Reviewed by Alex Christensen.
827 * ManualTests/svg-tooltip.svg: Removed.
829 2015-03-02 Debarshi Ray <debarshir@gnome.org>
831 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
832 https://bugs.webkit.org/show_bug.cgi?id=142165
834 Reviewed by Carlos Garcia Campos.
836 * Source/cmake/gtksymbols.filter:
838 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
840 [EFL] Remove unnecessary comment after r179110
841 https://bugs.webkit.org/show_bug.cgi?id=142042
843 Reviewed by Gyuyoung Kim.
845 * Source/cmake/OptionsEfl.cmake:
847 2015-02-23 Tomas Popela <tpopela@redhat.com>
849 [GTK] Fails to compile with cmake 3.2.x
850 https://bugs.webkit.org/show_bug.cgi?id=141796
852 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
853 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
854 added and the build will fail.
856 Reviewed by Martin Robinson.
858 * Source/cmake/OptionsGTK.cmake:
860 2015-02-20 Alexey Proskuryakov <ap@apple.com>
862 Remove svn:keywords property.
864 As far as I can tell, the property had no effect on any of these files, but also,
865 when it has effect it's likely harmful.
867 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
868 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
869 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
870 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
871 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
872 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
873 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
874 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
875 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
876 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
877 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
878 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
879 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
880 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
882 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
884 [CMAKE] Remove CMakeLists.txt in WK1 port
885 https://bugs.webkit.org/show_bug.cgi?id=141617
887 Reviewed by Anders Carlsson.
889 Nobody uses CMake in WK1 port. Remove it.
893 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
895 Unreviewed, remove empty directories.
897 * ManualTests/qt: Removed.
899 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
901 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
902 https://bugs.webkit.org/show_bug.cgi?id=141481
904 Reviewed by Csaba Osztrogonác.
906 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
908 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
910 [EFL][GTK] Use bmalloc instead of tcmalloc
911 https://bugs.webkit.org/show_bug.cgi?id=140162
913 Reviewed by Carlos Garcia Campos.
915 Add bmalloc directory to build list.
917 * CMakeLists.txt: Define BMALLOC_DIR directory.
918 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
920 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
922 [GTK] Add default color chooser implementation using GtkColorChooserDialog
923 https://bugs.webkit.org/show_bug.cgi?id=141392
925 Reviewed by Gustavo Noronha Silva.
927 Enable INPUT_TYPE_COLOR by default for GTK+ port.
929 * Source/cmake/OptionsGTK.cmake:
931 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
933 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
934 https://bugs.webkit.org/show_bug.cgi?id=141328
936 Reviewed by Darin Adler.
938 Added as manual test because it involves a huge grid allocation
939 which is very slow on Debug bots, the only ones capable to trigger
942 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
944 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
946 [Streams API] Implement a barebone ReadableStream interface
947 https://bugs.webkit.org/show_bug.cgi?id=141045
949 Reviewed by Benjamin Poulain.
951 * Source/cmake/WebKitFeatures.cmake:
952 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
954 2015-02-02 Filip Pizlo <fpizlo@apple.com>
956 Revert accidental change in r179490.
960 2015-02-02 Filip Pizlo <fpizlo@apple.com>
962 Unreviewed, revert accidental change to Makefile.shared in r179478
966 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
968 [CMake] Minimum python version should be 2.7.
969 https://bugs.webkit.org/show_bug.cgi?id=140997
971 Reviewed by Csaba Osztrogonác.
975 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
977 Apply feTurbulence spec change to fix zero length vector generation
978 https://bugs.webkit.org/show_bug.cgi?id=140812
980 Reviewed by Darin Adler.
982 Recently a bug with the turbulence algorithm was corrected in the
983 Filter Effects specification.
984 For some seed values this bug allowed zero length vectors to be generated.
985 This resulted in large solid color squares being present in the generated image.
986 The feTurbulence algorithm was updated to reject zero length vectors. This patch
987 applies that change in WebCore.
989 Test: svg/filters/feTurbulence_bad_seeds.html
991 * platform/graphics/filters/FETurbulence.cpp:
992 (WebCore::FETurbulence::initPaint):
993 Added rejection sampling during vector generation to avoid zero length vectors.
995 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
997 [cmake] Remove compiler version calculate cruft
998 https://bugs.webkit.org/show_bug.cgi?id=140885
1000 Reviewed by Darin Adler.
1002 * Source/cmake/WebKitHelpers.cmake:
1004 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
1006 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
1007 https://bugs.webkit.org/show_bug.cgi?id=140886
1009 Reviewed by Žan Doberšek.
1011 * Source/cmake/WebKitHelpers.cmake:
1013 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
1015 [GTK] gtkdoc does not appear in DevHelp
1016 https://bugs.webkit.org/show_bug.cgi?id=139369
1018 Reviewed by Philippe Normand.
1020 Expect the gtkdoc to be generated in folders named with the API version.
1022 * Source/PlatformGTK.cmake:
1024 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
1026 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
1027 https://bugs.webkit.org/show_bug.cgi?id=140609
1029 Reviewed by Csaba Osztrogonác.
1031 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
1032 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
1033 compilation flags. Those were added after the jsCStack branch merge, but
1034 can now be removed since the -ftree-dce issues were fixed in GCC, and
1035 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
1037 * Source/cmake/OptionsEfl.cmake:
1038 * Source/cmake/OptionsGTK.cmake:
1040 2015-01-26 Commit Queue <commit-queue@webkit.org>
1042 Unreviewed, rolling out r179107.
1043 https://bugs.webkit.org/show_bug.cgi?id=140880
1045 The GCC in the bots doesn't support the AsyncTask
1046 implementation (Requested by KaL on #webkit).
1050 "[GTK] Enable IndexedDB"
1051 https://bugs.webkit.org/show_bug.cgi?id=98932
1052 http://trac.webkit.org/changeset/179107
1054 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
1056 [GTK] Enable IndexedDB
1057 https://bugs.webkit.org/show_bug.cgi?id=98932
1059 Reviewed by Žan Doberšek.
1061 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
1062 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
1064 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
1066 [GTK] Add initial database process support
1067 https://bugs.webkit.org/show_bug.cgi?id=139491
1069 Reviewed by Sergio Villar Senin.
1071 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
1073 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
1075 Add a build flag for ES6 class syntax
1076 https://bugs.webkit.org/show_bug.cgi?id=140760
1078 Reviewed by Michael Saboff.
1080 * Source/cmake/WebKitFeatures.cmake:
1081 * Source/cmakeconfig.h.cmake:
1083 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
1085 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
1086 https://bugs.webkit.org/show_bug.cgi?id=140049
1088 Reviewed by Gyuyoung Kim.
1090 * Source/cmake/OptionsCommon.cmake:
1092 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
1094 Remove ENABLE(INSPECTOR) ifdef guards
1095 https://bugs.webkit.org/show_bug.cgi?id=140668
1097 Reviewed by Darin Adler.
1099 * Source/PlatformEfl.cmake:
1100 * Source/cmake/OptionsEfl.cmake:
1101 * Source/cmake/OptionsGTK.cmake:
1102 * Source/cmake/OptionsMac.cmake:
1103 * Source/cmake/WebKitFeatures.cmake:
1104 * Source/cmakeconfig.h.cmake:
1106 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
1108 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
1110 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1112 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1114 [CMAKE] Fix cmake warning
1115 https://bugs.webkit.org/show_bug.cgi?id=140497
1117 Reviewed by Gustavo Noronha Silva.
1119 r173155 already tried to fix cmake warning though, the warning is still exist.
1120 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
1121 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
1122 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
1123 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
1124 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
1128 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
1130 [GTK] Generate the make dist manifest from a CMake template file
1131 https://bugs.webkit.org/show_bug.cgi?id=139387
1133 Reviewed by Martin Robinson.
1135 Generate manifest.txt from manifest.txt.in. Only expose the dist and
1136 distcheck targets for developer builds, as they won't work when
1137 building from a tarball because the manifest is not distributed.
1139 * Source/PlatformGTK.cmake:
1141 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
1143 Remove ENABLE(SQL_DATABASE) guards
1144 https://bugs.webkit.org/show_bug.cgi?id=140434
1146 Reviewed by Darin Adler.
1148 * Source/cmake/OptionsMac.cmake:
1149 * Source/cmake/WebKitFeatures.cmake:
1150 * Source/cmakeconfig.h.cmake:
1152 2015-01-11 Sam Weinig <sam@webkit.org>
1154 Remove support for SharedWorkers
1155 https://bugs.webkit.org/show_bug.cgi?id=140344
1157 Reviewed by Anders Carlsson.
1159 * Source/cmake/OptionsEfl.cmake:
1160 * Source/cmake/OptionsGTK.cmake:
1161 * Source/cmake/OptionsMac.cmake:
1162 * Source/cmake/WebKitFeatures.cmake:
1163 * Source/cmakeconfig.h.cmake:
1165 2015-01-10 Dan Bernstein <mitz@apple.com>
1167 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
1168 https://bugs.webkit.org/show_bug.cgi?id=140339
1170 Reviewed by Mark Rowe.
1172 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
1173 prevents unnecessary rebuilding due to PATH differences.
1175 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
1177 [GTK][ThreadedCompositor] Add support for threaded compositor.
1178 https://bugs.webkit.org/show_bug.cgi?id=118265
1180 Reviewed by Martin Robinson.
1182 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
1183 autotools build systems. The feature is disabled by default.
1184 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
1185 from the feature flags.
1187 * Source/cmake/OptionsEfl.cmake:
1188 * Source/cmake/OptionsGTK.cmake:
1189 * Source/cmake/WebKitFeatures.cmake:
1190 * Source/cmakeconfig.h.cmake:
1192 2014-12-23 Alexey Proskuryakov <ap@apple.com>
1194 Simplify building with ASan
1195 https://bugs.webkit.org/show_bug.cgi?id=139916
1197 Reviewed by Mark Rowe.
1199 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
1201 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
1203 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
1205 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1207 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
1209 Null dereference performing a "TapAndAHalf" gesture in Google search field
1211 <https://bugs.webkit.org/show_bug.cgi?id=139506>
1212 <rdar://problem/19028828>
1214 Reviewed by Darin Adler.
1216 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
1218 2014-12-10 Dean Jackson <dino@apple.com>
1220 Blur filter performance test doesn't provide results
1221 https://bugs.webkit.org/show_bug.cgi?id=139462
1223 Reviewed by Sam Weinig.
1225 This can't currently work under our performance test
1226 infrastructure. Move it to a manual test to avoid
1227 putting FAILures into the results.
1229 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
1231 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
1233 [GTK][WK2] Add HTML5 Notifications support
1234 https://bugs.webkit.org/show_bug.cgi?id=61140
1236 Reviewed by Carlos Garcia Campos.
1238 * Source/cmake/FindLibNotify.cmake: Added.
1239 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
1240 libnotify and use it for a default implementation when found.
1242 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
1244 REGRESSION(r155906): Page content disappears on Tuaw article after loading
1245 https://bugs.webkit.org/show_bug.cgi?id=138100
1247 Reviewed by Simon Fraser.
1249 DRT causes an extra paint which makes it impossible to test this with
1252 * ManualTests/float-layer-not-painting.html: Added.
1254 2014-12-07 Alberto Garcia <berto@igalia.com>
1256 [GTK] WebKit has a new required dependency on GnuTLS
1257 https://bugs.webkit.org/show_bug.cgi?id=136158
1259 Reviewed by Martin Robinson.
1261 Detect if GnuTLS is installed and enable or disable subtle crypto
1262 support accordingly.
1264 * Source/cmake/OptionsGTK.cmake:
1266 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
1268 [GTK] Missing API detected in GObject DOM bindings after r176630
1269 https://bugs.webkit.org/show_bug.cgi?id=139201
1271 Reviewed by Gustavo Noronha Silva.
1273 Change GENERATE_BINDINGS macro to receive a list of optional
1274 additional dependencies, so that we can add more dependecies
1275 without having to change the macro.
1277 * Source/cmake/WebKitMacros.cmake:
1279 2014-12-05 Simon Fraser <simon.fraser@apple.com>
1281 Programmatic scrolling and content changes are not always synchronized
1282 https://bugs.webkit.org/show_bug.cgi?id=139245
1283 rdar://problem/18833612
1285 Reviewed by Anders Carlsson.
1287 Manual test that tries to sync layout with programmatic scrolling.
1289 * ManualTests/programmatic-scroll-flicker.html: Added.
1291 2014-12-04 Alberto Garcia <berto@igalia.com>
1293 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
1294 https://bugs.webkit.org/show_bug.cgi?id=136576
1296 Reviewed by Carlos Garcia Campos.
1298 CMake should complain if Accelerated 2D Canvas is explicitly
1299 enabled but cairo-gl is not found.
1301 * Source/cmake/OptionsGTK.cmake:
1303 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1305 [EFL] Add subtle crypto to the build system
1306 https://bugs.webkit.org/show_bug.cgi?id=138612
1308 Reviewed by Csaba Osztrogonác.
1310 * Source/cmake/OptionsEfl.cmake:
1312 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1314 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
1315 https://bugs.webkit.org/show_bug.cgi?id=139085
1317 Reviewed by Andreas Kling.
1319 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
1320 * Source/cmake/WebKitFeatures.cmake: ditto.
1321 * Source/cmakeconfig.h.cmake: ditto.
1323 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
1325 [EFL] Drop support for the EFL 1.7
1326 https://bugs.webkit.org/show_bug.cgi?id=139114
1328 Reviewed by Gyuyoung Kim.
1330 * Source/cmake/EFLHelpers.cmake: Removed.
1331 * Source/cmake/FindEcore.cmake: Removed.
1332 * Source/cmake/FindEdje.cmake: Removed.
1333 * Source/cmake/FindEet.cmake: Removed.
1334 * Source/cmake/FindEeze.cmake: Removed.
1335 * Source/cmake/FindEfreet.cmake: Removed.
1336 * Source/cmake/FindEina.cmake: Removed.
1337 * Source/cmake/FindElementary.cmake: Removed.
1338 * Source/cmake/FindEvas.cmake: Removed.
1339 * Source/cmake/OptionsEfl.cmake:
1341 2014-11-28 Philippe Normand <pnormand@igalia.com>
1343 [CMake] Build failure against GStreamer git master
1344 https://bugs.webkit.org/show_bug.cgi?id=138872
1346 Reviewed by Csaba Osztrogon.
1348 * Source/cmake/FindGStreamer.cmake: Simplified the
1349 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
1350 headers lookup, there's no need to do this manually. Also
1351 explicitely check the version specified in GStreamer_FIND_VERSION.
1353 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
1355 [EFL] Remove E_Dbus dependency
1356 https://bugs.webkit.org/show_bug.cgi?id=136355
1358 Reviewed by Gyuyoung Kim.
1360 * Source/cmake/FindE_DBus.cmake: Removed.
1361 * Source/cmake/OptionsEfl.cmake:
1363 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
1365 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
1367 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1369 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
1371 [CMake] Use ld.gold if it is available to speedup builds
1372 https://bugs.webkit.org/show_bug.cgi?id=137953
1374 Reviewed by Carlos Garcia Campos.
1376 * Source/cmake/OptionsCommon.cmake:
1378 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
1380 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
1381 https://bugs.webkit.org/show_bug.cgi?id=138840
1383 Reviewed by Csaba Osztrogonác.
1385 * Source/cmake/OptionsCommon.cmake:
1387 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
1389 Remove Source/Platform cruft
1390 https://bugs.webkit.org/show_bug.cgi?id=138658
1392 Reviewed by Anders Carlsson.
1395 * Source/Platform: Removed.
1397 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
1399 Enable Cortex-A53-specific code paths by default if core is detected.
1400 https://bugs.webkit.org/show_bug.cgi?id=138499
1402 Reviewed by Csaba Osztrogonác.
1404 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
1405 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
1408 Since on ARM64/Linux the part number that cpuinfo reports depends on
1409 the core the query is run on, the check is bound to and executed on the
1410 available cores one by one.
1412 * Source/cmake/OptionsCommon.cmake:
1414 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1416 [EFL] Remove unnecessary version check from OptionsEfl.cmake
1417 https://bugs.webkit.org/show_bug.cgi?id=138498
1419 Reviewed by Csaba Osztrogonác.
1421 * Source/cmake/OptionsEfl.cmake:
1423 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1425 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
1426 https://bugs.webkit.org/show_bug.cgi?id=138465
1428 Reviewed by Gyuyoung Kim.
1430 * Source/cmake/OptionsEfl.cmake:
1432 2014-11-03 Dean Jackson <dino@apple.com>
1434 Add ENABLE_FILTERS_LEVEL_2 feature guard.
1435 https://bugs.webkit.org/show_bug.cgi?id=138362
1437 Reviewed by Tim Horton.
1439 Add a new feature define for Level 2 of CSS Filters.
1440 http://dev.w3.org/fxtf/filters-2/
1442 * Source/cmake/OptionsEfl.cmake:
1443 * Source/cmake/OptionsGTK.cmake:
1444 * Source/cmake/OptionsMac.cmake:
1445 * Source/cmake/WebKitFeatures.cmake:
1446 * Source/cmakeconfig.h.cmake:
1448 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
1450 Workaround for Cortex-A53 erratum 835769
1451 https://bugs.webkit.org/show_bug.cgi?id=138315
1453 Reviewed by Filip Pizlo.
1455 This patch introduces CMake variable and preprocessor macro
1456 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
1457 code paths, if set true.
1459 * Source/cmake/OptionsCommon.cmake:
1460 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
1462 * Source/cmakeconfig.h.cmake:
1463 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
1465 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
1467 [GTK] Fix the build of FTL JIT
1468 https://bugs.webkit.org/show_bug.cgi?id=138298
1470 Reviewed by Carlos Garcia Campos.
1472 * Source/cmake/OptionsGTK.cmake:
1473 Remove the need for the LIBCXXABI package.
1475 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
1477 REGRESSION(CMake): Make it possible to build without introspection
1478 https://bugs.webkit.org/show_bug.cgi?id=138006
1480 Reviewed by Philippe Normand.
1482 Add ENABLE_INTROSPECTION option.
1484 * Source/PlatformGTK.cmake: Dot not add gir global target if
1485 introspection is disabled.
1486 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
1487 introspection is disabled.
1489 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
1491 [GTK] Support script message handlers WebKitUserContentManager
1492 https://bugs.webkit.org/show_bug.cgi?id=133730
1494 Reviewed by Carlos Garcia Campos.
1496 Support user script message handlers in WebKitUserContentManager.
1497 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
1498 an option is added to the CMake build files. The option is disabled
1499 globally by default, and the WebKitGTK port enables it. On the API
1500 level, two new methods to register and unregister names are provided
1501 in the "window.webkit" namespace, and on message reception the
1502 "WebKitUserContentManager::script-message-received" signal is
1503 emitted, using the registered names as signal detail.
1505 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
1506 ENABLE_USER_MESSAGE_HANDLERS feature by default.
1507 * Source/cmake/WebKitFeatures.cmake: Add feature description for
1508 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
1510 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
1512 [GTK] Bump libsoup's minimum version to 2.42.0.
1513 https://bugs.webkit.org/show_bug.cgi?id=138086
1515 Reviewed by Martin Robinson.
1517 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
1518 soup-version.h header was added to soup.h in 2.41.4, which then becomes
1519 the minimum version required to build the port these days.
1521 In addition, since the autotools build system required 2.42.0 before
1522 being retired, require the same version here. Version 2.42.0 was also
1524 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
1526 * Source/cmake/OptionsGTK.cmake:
1528 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1530 [EFL] Remove unnecessary defines from OptionsEfl.cmake
1531 https://bugs.webkit.org/show_bug.cgi?id=138132
1533 Reviewed by Csaba Osztrogonác.
1535 * Source/cmake/OptionsEfl.cmake:
1537 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
1539 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
1541 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1543 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
1545 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
1546 https://bugs.webkit.org/show_bug.cgi?id=137946
1548 Reviewed by Gyuyoung Kim.
1550 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
1552 * Source/cmake/OptionsEfl.cmake:
1554 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
1556 Fix FTL Native Inlining for EFL
1557 https://bugs.webkit.org/show_bug.cgi?id=137774
1559 Reviewed by Michael Saboff.
1561 Updated CMake for FTL Native Inlining.
1564 * Source/cmake/FindClang.cmake: Added.
1565 * Source/cmake/OptionsEfl.cmake:
1566 * Source/cmakeconfig.h.cmake:
1568 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
1570 Web Inspector: Generate all Inspector domains together in JavaScriptCore
1571 https://bugs.webkit.org/show_bug.cgi?id=137748
1573 Reviewed by Brian Burg.
1575 * Source/PlatformEfl.cmake:
1577 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
1579 [GTK] Add initial gestures support
1580 https://bugs.webkit.org/show_bug.cgi?id=137812
1582 Reviewed by Sergio Villar Senin.
1584 Check if the GTK+ version supports gestures or not.
1586 * Source/cmake/FindGTK3.cmake:
1587 * Source/cmake/OptionsGTK.cmake:
1589 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
1591 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
1592 https://bugs.webkit.org/show_bug.cgi?id=137781
1594 Reviewed by Martin Robinson.
1596 We used to enable smooth scrolling unconditionally in autotools
1597 (via WebKitFeatures.m4), but since the switch to CMake it's
1598 unconditionally disabled, so changing the setting doesn't have any
1601 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
1603 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
1605 Removing CUSTOM_PROTOCOLS guard
1606 https://bugs.webkit.org/show_bug.cgi?id=137741
1608 Reviewed by Benjamin Poulain.
1610 * Source/cmake/OptionsEfl.cmake:
1612 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
1614 [EFL] Enable WebP support.
1615 https://bugs.webkit.org/show_bug.cgi?id=136156
1617 Reviewed by Gyuyoung Kim.
1619 Add WebP package finding rule.
1621 * Source/cmake/OptionsEfl.cmake:
1623 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
1625 [EFL] Enable custom URI schemes with CustomProtocols
1626 https://bugs.webkit.org/show_bug.cgi?id=128177
1628 Reviewed by Gyuyoung Kim.
1630 Fixing ewk_context_url_scheme_register() ewebkit2 API
1631 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
1633 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
1635 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
1637 Bump version to 2.7.0
1638 https://bugs.webkit.org/show_bug.cgi?id=137301
1640 Rubber-stamped by Carlos Garcia Campos.
1642 * Source/cmake/OptionsGTK.cmake: Bump version numbers
1644 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1646 [EFL] Rename TEST_THEME_DIR macro
1647 https://bugs.webkit.org/show_bug.cgi?id=137244
1649 Reviewed by Csaba Osztrogonác.
1651 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
1653 2014-09-27 Dan Bernstein <mitz@apple.com>
1655 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
1656 https://bugs.webkit.org/show_bug.cgi?id=137053
1658 Reviewed by Mark Rowe.
1660 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1661 In the build pre-action, pass the --wksi and --llvm options to
1662 copy-webkitlibraries-to-product-directory.
1663 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
1665 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
1667 [GTK] Enable CSS_IMAGE_SET in production builds
1668 https://bugs.webkit.org/show_bug.cgi?id=137142
1670 Reviewed by Alejandro G. Castro.
1672 This is required by the inspector to show some of the icons that
1673 has a HiDPI variant.
1675 * Source/cmake/OptionsGTK.cmake:
1677 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
1679 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
1680 https://bugs.webkit.org/show_bug.cgi?id=136377
1682 Reviewed by Philippe Normand.
1684 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
1685 for CMake versions less than 3.
1687 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
1689 Remove WinCE port from trunk
1690 https://bugs.webkit.org/show_bug.cgi?id=136951
1692 Reviewed by Alex Christensen.
1694 * Source/cmake/OptionsWinCE.cmake: Removed.
1695 * Source/cmake/WebKitPackaging.cmake:
1697 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
1699 [EFL][GTK] Remove WebKit1 related codes
1700 https://bugs.webkit.org/show_bug.cgi?id=136853
1702 Reviewed by Csaba Osztrogonác.
1704 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
1707 * Source/PlatformGTK.cmake:
1709 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1712 https://bugs.webkit.org/show_bug.cgi?id=136820
1714 Reviewed by Csaba Osztrogonác.
1716 * Source/cmake/FindICU.cmake:
1718 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
1720 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
1721 https://bugs.webkit.org/show_bug.cgi?id=136814
1723 Reviewed by Philippe Normand.
1725 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
1726 We bundle the wayland-egl dependency with wayland-client and wayland-server
1727 and store the resulting variables with the WAYLAND_ prefix. Because of this
1728 this line wasn't exporting anything useful.
1730 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
1732 URTBF after r173574.
1734 * Source/cmake/WebKitMacros.cmake:
1736 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
1738 [JavaScriptCore] Fix FTL on platform EFL.
1739 https://bugs.webkit.org/show_bug.cgi?id=133571
1741 Reviewed by Filip Pizlo.
1745 * Source/cmake/FindLIBCXXABI.cmake: Removed.
1746 * Source/cmake/OptionsEfl.cmake:
1748 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1751 https://bugs.webkit.org/show_bug.cgi?id=136571
1753 Reviewed by Darin Adler.
1755 * Source/cmake/OptionsEfl.cmake:
1756 * Source/cmake/OptionsGTK.cmake:
1757 * Source/cmake/OptionsMac.cmake:
1758 * Source/cmake/WebKitFeatures.cmake:
1759 * Source/cmakeconfig.h.cmake:
1761 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1763 Remove CSS_FILTERS flag
1764 https://bugs.webkit.org/show_bug.cgi?id=136529
1766 Reviewed by Dirk Schulze.
1768 * Source/cmake/OptionsEfl.cmake:
1769 * Source/cmake/OptionsGTK.cmake:
1770 * Source/cmake/OptionsMac.cmake:
1771 * Source/cmake/WebKitFeatures.cmake:
1772 * Source/cmakeconfig.h.cmake:
1774 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1776 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
1777 https://bugs.webkit.org/show_bug.cgi?id=136194
1779 Reviewed by Csaba Osztrogonác.
1781 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
1785 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1787 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
1788 https://bugs.webkit.org/show_bug.cgi?id=135560
1790 Reviewed by Gyuyoung Kim.
1792 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
1794 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
1796 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
1797 https://bugs.webkit.org/show_bug.cgi?id=136343
1799 Reviewed by David Kilzer.
1801 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
1803 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1804 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1806 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
1808 [EFL] Share fast/speechsynthesis/ with other ports
1809 https://bugs.webkit.org/show_bug.cgi?id=136224
1811 Reviewed by Chris Fleizach.
1813 Enable WebSpeech for EFL.
1815 * Source/cmake/OptionsEfl.cmake:
1817 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
1819 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
1820 https://bugs.webkit.org/show_bug.cgi?id=136127
1822 Reviewed by Gyuyoung Kim.
1824 Add build support for espeak.
1826 * Source/cmake/FindEspeak.cmake: Added.
1827 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
1829 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
1831 [EFL] Build break using clang
1832 https://bugs.webkit.org/show_bug.cgi?id=136245
1834 Reviewed by Gyuyoung Kim.
1836 * Source/cmake/OptionsEfl.cmake:
1837 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
1838 Some warnings are from system libraries.
1840 2014-08-25 Alberto Garcia <berto@igalia.com>
1842 [GTK] Unify webkitgtk and webkit2gtk directories
1843 https://bugs.webkit.org/show_bug.cgi?id=136209
1845 Reviewed by Carlos Garcia Campos.
1847 Use webkit2gtk-X.X both for the process binaries and the injected
1850 * Source/cmake/OptionsGTK.cmake:
1852 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
1854 [EFL] Move Efl specific code from Source/CMakeLists.txt
1855 https://bugs.webkit.org/show_bug.cgi?id=136206
1857 Reviewed by Gyuyoung Kim.
1859 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
1860 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
1862 * Source/CMakeLists.txt:
1863 * Source/cmake/OptionsEfl.cmake:
1865 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
1867 [EFL] Introduce DEVELOPER_MODE
1868 https://bugs.webkit.org/show_bug.cgi?id=135884
1870 Reviewed by Gyuyoung Kim.
1872 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
1873 instead of SHARED_CORE.
1874 SHARED_CORE can reduce link time and memory consumption but it is slightly different
1875 from release binary.
1877 * Source/cmake/OptionsEfl.cmake:
1878 * Source/cmake/WebKitHelpers.cmake:
1879 Moved fvisibility=hidden to OptionsEfl.cmake
1881 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
1883 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
1884 https://bugs.webkit.org/show_bug.cgi?id=136110
1886 Reviewed by Gyuyoung Kim.
1888 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
1890 * Source/cmake/OptionsEfl.cmake:
1892 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1894 [EFL] Apply eflsymbols.filter to WebKit2
1895 https://bugs.webkit.org/show_bug.cgi?id=136148
1897 Reviewed by Csaba Osztrogonác.
1899 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
1900 in the eflsymbols.filter.
1902 * Source/cmake/OptionsEfl.cmake:
1903 * Source/cmake/eflsymbols.filter:
1905 2014-08-21 Zalan Bujtas <zalan@apple.com>
1907 Enable SATURATED_LAYOUT_ARITHMETIC.
1908 https://bugs.webkit.org/show_bug.cgi?id=136106
1910 Reviewed by Simon Fraser.
1912 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
1913 (No measurable performance regression on Mac.)
1915 * Source/cmake/OptionsMac.cmake:
1916 * Source/cmake/WebKitFeatures.cmake:
1917 * Source/cmakeconfig.h.cmake:
1919 2014-08-19 Zalan Bujtas <zalan@apple.com>
1921 Remove ENABLE(SUBPIXEL_LAYOUT).
1922 https://bugs.webkit.org/show_bug.cgi?id=136077
1924 Reviewed by Simon Fraser.
1926 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
1928 * Source/cmake/OptionsEfl.cmake:
1929 * Source/cmake/OptionsGTK.cmake:
1930 * Source/cmake/OptionsMac.cmake:
1931 * Source/cmake/WebKitFeatures.cmake:
1932 * Source/cmakeconfig.h.cmake:
1934 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
1936 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
1937 https://bugs.webkit.org/show_bug.cgi?id=135980
1939 Reviewed by Martin Robinson.
1941 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
1942 overrides any other disabled optimization that was prepended to these
1943 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
1944 lists first in the final list of compilation flags.
1946 To avoid -On re-enabling optimizations that we'd like to keep disabled,
1947 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
1949 * Source/cmake/OptionsCommon.cmake:
1950 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
1951 * Source/cmake/OptionsGTK.cmake:
1953 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
1955 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
1957 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1959 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
1961 [GTK] Disable memory sampler on non-Linux system
1962 https://bugs.webkit.org/show_bug.cgi?id=134483
1964 Reviewed by Philippe Normand.
1966 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
1967 Linux because it uses many Linux-specific features, so we should disable
1968 memory sampler on other systems by default.
1970 * Source/cmake/OptionsGTK.cmake:
1972 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
1974 [GTK] HTML API documentation should also be installed versioned
1975 https://bugs.webkit.org/show_bug.cgi?id=135970
1977 Reviewed by Philippe Normand.
1979 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
1982 2014-08-14 Tomas Popela <tpopela@redhat.com>
1984 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
1985 https://bugs.webkit.org/show_bug.cgi?id=135937
1987 Reviewed by Carlos Garcia Campos.
1991 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
1993 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
1994 https://bugs.webkit.org/show_bug.cgi?id=135934
1996 Reviewed by Gustavo Noronha Silva.
1998 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
1999 The gir files should installed in $datadir/gir-1.0/ together with all other
2000 gir files. We don't need to install introspection files in a versioned
2001 directory because their filenames already contain the binary version. But before
2002 r171598, the files were only installed to the right directory if the
2003 gobject-instrospection pkg-config file was in the same prefix than the one we
2004 wanted to install, because the gir and typelibs directories were extracted from
2005 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
2006 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
2007 like we do in the autotools build.
2009 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
2010 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
2011 * Source/cmake/OptionsGTK.cmake: Define
2012 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
2014 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
2016 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
2017 https://bugs.webkit.org/show_bug.cgi?id=135836
2019 Reviewed by Philippe Normand.
2021 * Source/PlatformGTK.cmake: Add install command to also install
2022 the GObject DOM bindings API docs.
2024 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
2026 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
2027 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
2028 re-set CMAKE_C_FLAGS with the new string. The two flags should really
2029 be appended to CMAKE_C_FLAGS and the same variable re-set with the
2032 * Source/cmake/OptionsCommon.cmake:
2034 2014-08-13 Alex Christensen <achristensen@webkit.org>
2036 Progress towards CMake on Mac.
2037 https://bugs.webkit.org/show_bug.cgi?id=135819
2039 Reviewed by Laszlo Gombos.
2041 * Source/cmake/OptionsMac.cmake:
2042 Disable some more features temporarily to get CMake working.
2043 * Source/cmake/WebKitMacros.cmake:
2044 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
2046 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
2048 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
2049 https://bugs.webkit.org/show_bug.cgi?id=135798
2051 Reviewed by Philippe Normand.
2053 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
2055 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
2056 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
2057 https://bugs.webkit.org/show_bug.cgi?id=133317
2059 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
2061 Reviewed by Philippe Normand.
2063 No new tests since no new functionality has been added.
2065 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
2067 2014-08-11 Commit Queue <commit-queue@webkit.org>
2069 Unreviewed, rolling out r172393.
2070 https://bugs.webkit.org/show_bug.cgi?id=135796
2072 discussion needed about GnuTLS version bump on the bots
2073 (Requested by philn on #webkit).
2077 https://bugs.webkit.org/show_bug.cgi?id=133317
2078 http://trac.webkit.org/changeset/172393
2080 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
2081 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
2082 https://bugs.webkit.org/show_bug.cgi?id=133317
2084 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
2086 Reviewed by Philippe Normand.
2088 No new tests since no new functionality has been added.
2090 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
2092 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
2094 [GTK] Adds stubs for all subtle crypto algorithm implemntations
2095 https://bugs.webkit.org/show_bug.cgi?id=133316
2097 Reviewed by Philippe Normand.
2099 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
2100 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
2101 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
2103 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
2105 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
2107 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2109 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
2111 [GTK] REGRESSION(r166239): The ld version script is not being used
2112 https://bugs.webkit.org/show_bug.cgi?id=135694
2114 Reviewed by Martin Robinson.
2116 Move the symbols filter file from Tools/gtk to Source/cmake and rename
2117 it as gtksymbols.filter. Also updated it, since some of the symbols
2118 exported were renamed.
2120 * Source/cmake/OptionsGTK.cmake:
2121 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
2123 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
2125 [GTK] Child processes should be installed in a versioned directory
2126 https://bugs.webkit.org/show_bug.cgi?id=135754
2128 Reviewed by Gustavo Noronha Silva.
2130 Define LIBEXEC_INSTALL_DIR as
2131 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
2132 so that the child processes are installed in $libexec/webkitgtk-4.0.
2133 This makes it possible to install 2.6 in parallel to older versions.
2135 * Source/cmake/OptionsGTK.cmake:
2137 2014-08-08 Alex Christensen <achristensen@webkit.org>
2139 Progress towards using CMake on Mac.
2140 https://bugs.webkit.org/show_bug.cgi?id=135662
2142 Reviewed by Laszlo Gombos.
2145 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
2146 * Source/cmake/WebKitFeatures.cmake:
2147 * Source/cmakeconfig.h.cmake:
2148 Added features that are needed by the Mac port.
2149 * Source/cmake/OptionsMac.cmake:
2150 Enable CSS_IMAGE_SET based on FeatureDefines.h.
2151 Disable the FTL with CMake for now.
2152 * Source/cmake/OptionsEFL.cmake:
2153 * Source/cmake/OptionsGTK.cmake:
2154 Enable subpixel layout to not conflict with FeatureDefines.h
2156 2014-08-08 Simon Fraser <simon.fraser@apple.com>
2158 Undo some erroneous changes to the Xcode scheme files from r172259.
2160 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2161 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2163 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
2165 [CMake] Drop the required version of CMake down to 2.8.8
2166 https://bugs.webkit.org/show_bug.cgi?id=135713
2168 Reviewed by Alex Christensen.
2170 * CMakeLists.txt: Require CMake 2.8.8.
2172 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
2174 Get rid of INPUT_SPEECH
2175 https://bugs.webkit.org/show_bug.cgi?id=135672
2177 Reviewed by Andreas Kling.
2179 * Source/cmake/OptionsMac.cmake:
2180 * Source/cmake/WebKitFeatures.cmake:
2181 * Source/cmakeconfig.h.cmake:
2183 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
2185 [GTK] Disable IndexedDB
2186 https://bugs.webkit.org/show_bug.cgi?id=135692
2188 Reviewed by Carlos Garcia Campos.
2190 * Source/cmake/OptionsGTK.cmake:
2192 2014-08-06 Dean Jackson <dino@apple.com>
2194 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
2195 https://bugs.webkit.org/show_bug.cgi?id=135675
2197 Reviewed by Sam Weinig.
2199 * Source/cmake/OptionsGTK.cmake:
2200 * Source/cmake/OptionsMac.cmake:
2201 * Source/cmake/WebKitFeatures.cmake:
2202 * Source/cmakeconfig.h.cmake:
2204 2014-08-06 David Farler <dfarler@apple.com>
2206 Unreviewed build fix: Make includes semicolon in assignment.
2208 * Makefile.shared: Remove a ;
2210 2014-08-06 David Farler <dfarler@apple.com>
2212 Set DSYMUTIL_NUM_THREADS to the number of logical cores
2213 https://bugs.webkit.org/show_bug.cgi?id=135655
2215 Reviewed by Mark Rowe.
2217 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
2219 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
2221 [GTK] Be able to disable gtk2 dependency
2222 https://bugs.webkit.org/show_bug.cgi?id=135505
2224 Reviewed by Gustavo Noronha Silva.
2226 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
2227 required when it's enabled. It's enabled by default.
2229 * Source/cmake/OptionsGTK.cmake:
2231 2014-08-05 Alex Christensen <achristensen@webkit.org>
2234 https://bugs.webkit.org/show_bug.cgi?id=135620
2236 Reviewed by Laszlo Gombos.
2238 * Source/cmake/OptionsMac.cmake:
2239 Use UDIS86 by default on Mac.
2241 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
2243 Add a flag for the CSS Selectors level 4 implementation
2244 https://bugs.webkit.org/show_bug.cgi?id=135535
2246 Reviewed by Andreas Kling.
2248 * Source/cmake/OptionsEfl.cmake:
2249 * Source/cmake/OptionsGTK.cmake:
2250 * Source/cmake/WebKitFeatures.cmake:
2251 * Source/cmakeconfig.h.cmake:
2253 2014-08-04 Alex Christensen <achristensen@webkit.org>
2255 Progress towards CMake on Mac.
2256 https://bugs.webkit.org/show_bug.cgi?id=135528
2258 Reviewed by Gyuyoung Kim.
2260 * Source/cmake/OptionsMac.cmake:
2261 Made options list based on FeatureDefines.xcconfig files.
2263 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
2265 [GTK] Windowing target support should reflect the support in the GTK+ dependency
2266 https://bugs.webkit.org/show_bug.cgi?id=134736
2268 Reviewed by Martin Robinson.
2270 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
2271 support the X11 or Wayland windowing targets -- instead, if there's no support
2272 the specific target is disabled, and an error is thrown only if neither of the
2273 backends is enabled at the end..
2274 For now the X11 target remains enabled by default, and the Wayland target is
2275 kept disabled. Once it's possible to have both targets enabled at runtime in
2276 WebKit, the Wayland target will be enabled as well and we'll leave it to the
2277 GTK+ dependency to determine which targets can be enabled.
2279 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
2281 [CMake] Add FindWayland.cmake
2282 https://bugs.webkit.org/show_bug.cgi?id=135540
2284 Reviewed by Martin Robinson.
2286 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
2287 dependency. For now bundles the wayland-client, wayland-server and
2288 wayland-egl pkg-config targets into one dependency, but these could
2289 be split in the future if necessary.
2291 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
2293 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
2294 https://bugs.webkit.org/show_bug.cgi?id=135553
2296 Reviewed by Gyuyoung Kim.
2298 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
2299 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
2301 * Source/cmake/OptionsEfl.cmake:
2303 2014-08-01 Bear Travis <betravis@adobe.com>
2305 [Feature Queries] Enable Feature Queries on EFL/GTK
2306 https://bugs.webkit.org/show_bug.cgi?id=134902
2308 Reviewed by Benjamin Poulain.
2310 Enable CSS Feature Queries by default on the EFL and GTK
2313 * Source/cmake/OptionsEfl.cmake:
2314 * Source/cmake/OptionsGTK.cmake:
2316 2014-08-01 Alex Christensen <achristensen@webkit.org>
2318 Progress towards cmake on Windows.
2319 https://bugs.webkit.org/show_bug.cgi?id=135484
2321 Reviewed by Martin Robinson.
2324 Added Mac to list of ports, even though it is not done yet.
2325 Changed minimum bison version to version installed on Macs.
2326 * Source/cmake/OptionsAppleWin.cmake:
2327 Added some definitions.
2328 * Source/cmake/OptionsEfl.cmake:
2329 * Source/cmake/OptionsGTK.cmake:
2330 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
2331 * Source/cmake/OptionsMac.cmake: Added blank for now.
2332 * Source/cmake/OptionsWinCairo.cmake:
2333 * Source/cmake/OptionsWindows.cmake:
2334 Added some definitions.
2335 Removed /WX (warnings treated as error while compiling).
2336 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
2338 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
2340 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
2341 https://bugs.webkit.org/show_bug.cgi?id=135501
2343 Reviewed by Gyuyoung Kim.
2345 Use PROJECT_VERSION_MICRO instead.
2347 * Source/cmake/OptionsEfl.cmake:
2348 * Source/cmake/OptionsGTK.cmake:
2349 * Source/cmake/WebKitHelpers.cmake:
2351 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
2353 [EFL] Bump ewebkit version to 1.11
2354 https://bugs.webkit.org/show_bug.cgi?id=135487
2356 Reviewed by Gyuyoung Kim.
2358 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
2360 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
2362 [EFL] Add support for building with Geoclue2.
2363 https://bugs.webkit.org/show_bug.cgi?id=135455
2365 Reviewed by Gyuyoung Kim.
2367 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
2370 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
2372 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
2374 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2376 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
2378 [GTK] Bump binary version for 2.6
2379 https://bugs.webkit.org/show_bug.cgi?id=133724
2381 Reviewed by Philippe Normand.
2383 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
2384 update library version numbers.
2386 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
2388 [CMake] Bump the minimum required version
2389 https://bugs.webkit.org/show_bug.cgi?id=135382
2391 Reviewed by Gyuyoung Kim.
2393 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
2394 we introduced usage of target_include_directories().
2396 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
2398 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
2399 https://bugs.webkit.org/show_bug.cgi?id=135376
2401 Reviewed by Gyuyoung Kim.
2403 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
2405 * Source/cmake/OptionsEfl.cmake:
2406 * Source/cmake/OptionsGTK.cmake:
2408 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
2410 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
2411 https://bugs.webkit.org/show_bug.cgi?id=135288
2413 Reviewed by Martin Robinson.
2415 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
2416 datadir to pkgconfig
2417 * Source/cmake/OptionsGTK.cmake: define install directories early
2418 enough to be used in FindGObjectIntrospection.cmake
2420 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
2422 Remove CSS_EXCLUSIONS compile flag and leftover code
2423 https://bugs.webkit.org/show_bug.cgi?id=135175
2425 Reviewed by Zoltan Horvath.
2427 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
2428 stubs. This removes the flag and the useless code.
2430 * Source/cmake/WebKitFeatures.cmake:
2431 * Source/cmakeconfig.h.cmake:
2433 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
2435 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
2436 https://bugs.webkit.org/show_bug.cgi?id=135114
2438 Fix build with GStreamer 1.4
2440 Reviewed by Philippe Normand.
2442 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
2443 gst-mpegts component instead of the unstable 1.3.x verstions.
2445 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
2447 [GTK] Simplify make-dist command line arguments
2448 https://bugs.webkit.org/show_bug.cgi?id=134832
2450 Reviewed by Martin Robinson.
2452 * Source/PlatformGTK.cmake: Use --version instead of
2453 --tarball-root when running make-dist.py.
2455 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
2457 Add a manual test for r135044
2459 <https://bugs.webkit.org/show_bug.cgi?id=135044>
2461 Rubber-stamped by Andy Estes.
2463 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
2465 2014-07-18 Dana Burkart <dburkart@apple.com>
2467 Add a new 'analyze' target to the makefile. This will make use of a new
2468 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
2470 https://bugs.webkit.org/show_bug.cgi?id=135057
2471 <rdar://problem/10193187>
2473 Reviewed by David Kilzer.
2479 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
2481 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
2482 https://bugs.webkit.org/show_bug.cgi?id=134963
2484 Reviewed by Gyuyoung Kim.
2486 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
2488 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
2490 2014-07-14 Daniel Bates <dabates@apple.com>
2492 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
2493 https://bugs.webkit.org/show_bug.cgi?id=134905
2494 <rdar://problem/16602779>
2496 Reviewed by Simon Fraser.
2498 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
2499 on the tapped element when processing a touchend as a result of finger pressing and releasing
2500 on the same element that is initially positioned outside the visible content area.
2502 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
2504 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
2506 [GTK] Enable VIDEO_TRACK by default
2507 https://bugs.webkit.org/show_bug.cgi?id=134801
2509 Reviewed by Philippe Normand.
2511 * Source/cmake/OptionsGTK.cmake:
2513 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
2515 [GTK][CMake] Add a 'distcheck' target
2516 https://bugs.webkit.org/show_bug.cgi?id=130675
2518 Reviewed by Gustavo Noronha Silva.
2520 * Source/PlatformGTK.cmake: Add distcheck target.
2522 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
2524 [GTK] Use the same default options for production builds that previous stable releases
2525 https://bugs.webkit.org/show_bug.cgi?id=134589
2527 Reviewed by Martin Robinson.
2529 Change the default value of some features to match our stable releases.
2530 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
2531 canvas depend on whether cairo-gl is found.
2533 * Source/cmake/FindCairoGL.cmake: Added.
2534 * Source/cmake/OptionsGTK.cmake:
2536 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
2538 [EFL] Support Encrypted Media Extensions.
2539 https://bugs.webkit.org/show_bug.cgi?id=134750
2541 Reviewed by Gyuyoung Kim.
2543 Webkit needs to play encrypted media contents when media player
2544 is played by Media source extensions and normal video procedure.
2546 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
2548 2014-07-08 Alex Christensen <achristensen@webkit.org>
2550 Steps towards CMake on Windows.
2551 https://bugs.webkit.org/show_bug.cgi?id=134716
2553 Reviewed by Martin Robinson.
2556 Added AppleWin and WinCairo to list of CMake ports.
2557 * Source/cmake/OptionsAppleWin.cmake: Added.
2558 * Source/cmake/OptionsWinCairo.cmake: Added.
2559 * Source/cmake/OptionsWindows.cmake:
2560 Windows needs to use the system malloc. Other options to come.
2562 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2564 [EFL] Support Geolocation
2565 https://bugs.webkit.org/show_bug.cgi?id=134439
2567 Reviewed by Antonio Gomes.
2569 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
2571 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
2573 Broken build with build-webkit --no-video
2574 https://bugs.webkit.org/show_bug.cgi?id=134587
2576 Reviewed by Darin Adler.
2578 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
2580 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
2582 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
2584 [GTK] The list of features shown by cmake is not accurate
2585 https://bugs.webkit.org/show_bug.cgi?id=134588
2587 Reviewed by Gustavo Noronha Silva.
2589 The problem is that some options might change after the feature
2590 list has been printed.
2592 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
2593 setting the default values of features and set WEBGL value
2594 depending on the dependencies, and API_TEST depending on whether
2595 developer mode is enabled or not.
2597 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
2599 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
2600 https://bugs.webkit.org/show_bug.cgi?id=134578
2602 Reviewed by Gyuyoung Kim.
2604 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
2605 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
2606 disable related option if it is not ON.
2608 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
2609 * Source/cmake/OptionsGTK.cmake: Ditto.
2610 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
2612 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
2614 [GTK] make dist is broken
2615 https://bugs.webkit.org/show_bug.cgi?id=134542
2617 Reviewed by Martin Robinson.
2619 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
2621 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
2623 [CMake] Add necessary support for building for the Wayland target
2624 https://bugs.webkit.org/show_bug.cgi?id=134160
2626 Reviewed by Darin Adler.
2628 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
2629 is enabled, and that its version matches the version of the generic package. Same
2630 for the gtk+-wayland-3.0 package and the Wayland target.
2631 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
2632 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
2633 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
2634 so they keep building the TestNetscapePlugin target.
2635 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
2636 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
2637 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
2638 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
2639 the minimum required version as soon as that target is enabled. Only search for GLX
2640 if the X11 target is enabled.
2642 2014-06-29 Yoav Weiss <yoav@yoav.ws>
2644 Add support for HTMLImageElement's sizes attribute
2645 https://bugs.webkit.org/show_bug.cgi?id=133620
2647 Reviewed by Dean Jackson.
2649 Added an ENABLE_PICTURE_SIZES compile flag.
2651 * Source/cmake/WebKitFeatures.cmake:
2652 * Source/cmakeconfig.h.cmake:
2654 2014-06-26 Daniel Bates <dabates@apple.com>
2656 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
2657 https://bugs.webkit.org/show_bug.cgi?id=134309
2658 <rdar://problem/17427385>
2660 Reviewed by Darin Adler.
2662 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
2665 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
2667 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
2669 Remove build guard for progress element
2670 https://bugs.webkit.org/show_bug.cgi?id=134292
2672 Reviewed by Benjamin Poulain.
2674 The build flag is no longer needed as it is always on.
2676 * Source/cmake/WebKitFeatures.cmake:
2677 * Source/cmakeconfig.h.cmake:
2679 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
2681 [EFL] Platform support for WebSpeech feature.
2682 https://bugs.webkit.org/show_bug.cgi?id=116438
2684 Reviewed by Csaba Osztrogonác.
2686 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
2688 * Source/cmake/OptionsEfl.cmake:
2689 * Source/cmake/WebKitFeatures.cmake:
2691 2014-06-23 Philippe Normand <pnormand@igalia.com>
2693 Unreviewed, GTK build fix after r170266.
2695 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
2697 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2699 Disable gamepad feature on EFL and GTK ports by default
2700 https://bugs.webkit.org/show_bug.cgi?id=134169
2702 Reviewed by Brady Eidson.
2704 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
2706 2014-06-21 Brady Eidson <beidson@apple.com>
2708 Gamepad API - Deprecate the existing implementation
2709 https://bugs.webkit.org/show_bug.cgi?id=134108
2711 Reviewed by Timothy Hatcher.
2713 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
2714 -Add the "Deprecated" suffix to some implementation files
2716 * Source/cmake/OptionsEfl.cmake:
2717 * Source/cmake/OptionsGTK.cmake:
2718 * Source/cmake/WebKitFeatures.cmake:
2719 * Source/cmakeconfig.h.cmake:
2721 2014-06-21 Commit Queue <commit-queue@webkit.org>
2723 Unreviewed, rolling out r170244.
2724 https://bugs.webkit.org/show_bug.cgi?id=134157
2726 GTK/EFL bindings generator works differently, making this
2727 patch not work there. Will fix entire patch after a rollout.
2728 (Requested by bradee-oh on #webkit).
2732 "Gamepad API - Deprecate the existing implementation"
2733 https://bugs.webkit.org/show_bug.cgi?id=134108
2734 http://trac.webkit.org/changeset/170244
2736 2014-06-21 Brady Eidson <beidson@apple.com>
2738 Gamepad API - Deprecate the existing implementation
2739 https://bugs.webkit.org/show_bug.cgi?id=134108
2741 Reviewed by Timothy Hatcher.
2743 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
2744 -Add the "Deprecated" suffix to some implementation files
2746 * Source/cmake/OptionsEfl.cmake:
2747 * Source/cmake/OptionsGTK.cmake:
2748 * Source/cmake/WebKitFeatures.cmake:
2749 * Source/cmakeconfig.h.cmake:
2751 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2753 Removing PAGE_VISIBILITY_API compile guard.
2754 https://bugs.webkit.org/show_bug.cgi?id=133844
2756 Reviewed by Gavin Barraclough.
2758 * Source/cmake/OptionsEfl.cmake:
2759 * Source/cmake/OptionsGTK.cmake:
2760 * Source/cmake/WebKitFeatures.cmake:
2761 * Source/cmakeconfig.h.cmake:
2763 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
2765 [EFL][CMAKE] Disable WebKit1 build as a default
2766 https://bugs.webkit.org/show_bug.cgi?id=134093
2768 Reviewed by Gyuyoung Kim.
2770 Disable WebKit1 build and enable WebKit2 build for the EFL port.
2772 * Source/cmake/OptionsEfl.cmake:
2774 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2776 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
2777 https://bugs.webkit.org/show_bug.cgi?id=130389
2779 Reviewed by Mark Lam.
2781 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
2782 into !ENABLE(JIT) since they are mutually exclusive.
2784 * Source/cmake/OptionsEfl.cmake:
2785 * Source/cmake/OptionsGTK.cmake:
2786 * Source/cmake/WebKitFeatures.cmake:
2787 * Source/cmakeconfig.h.cmake:
2789 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
2791 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
2792 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
2793 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
2794 by the plugin process, but it is searched and utilized separately.
2796 Rubber-stamped by Carlos Garcia Campos.
2798 * Source/cmake/OptionsGTK.cmake:
2800 2014-06-16 Commit Queue <commit-queue@webkit.org>
2802 Unreviewed, rolling out r170003.
2803 https://bugs.webkit.org/show_bug.cgi?id=133938
2805 This patch broke GTK build (Requested by kczech on #webkit).
2809 "[EFL] Platform support for WebSpeech feature."
2810 https://bugs.webkit.org/show_bug.cgi?id=116438
2811 http://trac.webkit.org/changeset/170003
2813 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
2815 [EFL] Platform support for WebSpeech feature.
2816 https://bugs.webkit.org/show_bug.cgi?id=116438
2818 Reviewed by Gyuyoung Kim.
2820 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
2822 * Source/cmake/OptionsEfl.cmake:
2823 * Source/cmake/WebKitFeatures.cmake:
2825 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2827 [EFL] Remove duplicated compiler flag
2828 https://bugs.webkit.org/show_bug.cgi?id=133838
2830 Reviewed by Anders Carlsson.
2832 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
2833 it added to common compiler options. So, it is duplicated.
2835 * Source/cmake/WebKitHelpers.cmake:
2837 2014-06-11 Commit Queue <commit-queue@webkit.org>
2839 Unreviewed, rolling out r169877.
2840 https://bugs.webkit.org/show_bug.cgi?id=133784
2842 rollout wrong build fix approach for EFL port (Requested by
2843 gyuyoung on #webkit).
2847 "Unreviewed, EFL build fix since r169869."
2848 http://trac.webkit.org/changeset/169877
2850 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2852 Unreviewed, EFL build fix since r169869.
2854 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
2856 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
2858 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2860 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
2862 * Source/cmake/WebKitHelpers.cmake:
2864 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
2866 [GTK] Make it possible to build with FTL enabled
2867 https://bugs.webkit.org/show_bug.cgi?id=133219
2869 Reviewed by Philippe Normand.
2871 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
2873 * Source/cmake/OptionsGTK.cmake:
2875 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
2877 [CMake] Clean up FAST_MOBILE_SCROLLING
2878 https://bugs.webkit.org/show_bug.cgi?id=133342
2880 Reviewed by Gyuyoung Kim.
2882 FAST_MOBILE_SCROLLING was removed in r168726.
2884 * Source/cmake/OptionsEfl.cmake:
2885 * Source/cmake/OptionsGTK.cmake:
2886 * Source/cmake/WebKitFeatures.cmake:
2887 * Source/cmakeconfig.h.cmake:
2889 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2892 https://bugs.webkit.org/show_bug.cgi?id=132863
2894 Reviewed by Csaba Osztrogonác.
2896 * Source/cmake/OptionsEfl.cmake:
2897 * Source/cmake/OptionsGTK.cmake:
2898 * Source/cmake/WebKitFeatures.cmake:
2899 * Source/cmakeconfig.h.cmake:
2901 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
2903 Allow building CMake based ports with WEB_REPLAY
2904 https://bugs.webkit.org/show_bug.cgi?id=133154
2906 Reviewed by Csaba Osztrogonác.
2908 * Source/cmake/WebKitFeatures.cmake:
2909 * Source/cmakeconfig.h.cmake:
2911 2014-05-21 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
2913 [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled
2914 https://bugs.webkit.org/show_bug.cgi?id=132907
2916 Reviewed by Gyuyoung Kim.
2918 * Source/cmake/FindLIBCXXABI.cmake: Added.
2919 * Source/cmake/OptionsEfl.cmake:
2921 2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2923 [EFL] Turn on ENABLE_CSS_FILTERS
2924 https://bugs.webkit.org/show_bug.cgi?id=133153
2926 Reviewed by Gyuyoung Kim.
2928 * Source/cmake/OptionsEfl.cmake: Enable CSS_FILTERS as default option value.
2930 2014-05-16 Martin Robinson <mrobinson@igalia.com>
2932 [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and LIBEXEC_INSTALL_DIR
2933 https://bugs.webkit.org/show_bug.cgi?id=132819
2935 Reviewed by Carlos Garcia Campos.
2937 * CMakeLists.txt: Hard-code CMAKE_ARCHIVE_OUTPUT_DIRECTORY etc, so that we can accept absolute paths for LIB_INSTALL_DIR
2939 * Source/cmake/OptionsCommon.cmake: Get rid of LIB_SUFFIX and try to make all path variables absolute. Also set
2940 CMAKE_ARCHIVE_OUTPUT_DIRECTORY, etc using the last path component of LIB_INSTALL_DIR, etc, so that absolute paths
2942 * Source/cmake/OptionsGTK.cmake: Ditto. Also get rid of all pkg-config specific variables.
2944 2014-05-20 Gustavo Noronha Silva <gns@gnome.org>
2946 [CMake] Support building with Debug Fission
2947 https://bugs.webkit.org/show_bug.cgi?id=131177
2949 Reviewed by Philippe Normand.
2951 * Source/cmake/OptionsCommon.cmake: add a DEBUG_FISSION option to enable usage
2952 of http://gcc.gnu.org/wiki/DebugFission.
2954 2014-05-20 Carlos Garcia Campos <cgarcia@igalia.com>
2956 [GTK] Rename translation domain as WebKit2GTK-3.0
2957 https://bugs.webkit.org/show_bug.cgi?id=132953
2959 Reviewed by Gustavo Noronha Silva.
2961 * Source/cmake/OptionsGTK.cmake:
2963 2014-05-18 Rik Cabanier <cabanier@adobe.com>
2965 support for navigator.hardwareConcurrency
2966 https://bugs.webkit.org/show_bug.cgi?id=132588
2968 Reviewed by Filip Pizlo.
2970 * Source/cmake/OptionsEfl.cmake:
2971 * Source/cmake/OptionsGTK.cmake:
2972 * Source/cmake/WebKitFeatures.cmake:
2973 * Source/cmakeconfig.h.cmake:
2975 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2977 Remove CSS_STICKY_POSITION guards
2978 https://bugs.webkit.org/show_bug.cgi?id=132676
2980 Reviewed by Simon Fraser.
2982 * Source/cmake/OptionsEfl.cmake:
2983 * Source/cmake/OptionsGTK.cmake:
2984 * Source/cmake/WebKitFeatures.cmake:
2985 * Source/cmakeconfig.h.cmake:
2987 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
2989 Unreviewed. Bump version numbers.
2991 * Source/cmake/OptionsGTK.cmake:
2993 2014-05-10 Martin Robinson <mrobinson@igalia.com>
2995 [GTK][CMake] Unable to do make install
2996 https://bugs.webkit.org/show_bug.cgi?id=130188
2998 Reviewed by Carlos Garcia Campos.
3000 Only try to install the HTML documentation if the build is configured to generate it via
3001 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
3002 to keep the HTML documentation directory as an installation source.
3004 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
3005 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
3006 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
3007 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
3008 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
3010 2014-05-09 Anders Carlsson <andersca@apple.com>
3012 Rename WebKit2.framework to WebKit.framework
3013 https://bugs.webkit.org/show_bug.cgi?id=132743
3014 <rdar://problem/15920046>
3016 Reviewed by Dan Bernstein.
3019 Build WebKit.xcodeproj before WebKit2.xcodeproj.
3021 * WebKit.xcworkspace/xcshareddata/xcschemes/:
3024 2014-05-06 David Kilzer <ddkilzer@apple.com>
3026 Add Makefile targets for copying static libraries (LLVM and WKSI)
3027 <http://webkit.org/b/132619>
3029 Reviewed by Mark Rowe.
3032 (MODULES): Add WebKitLibraries.
3034 2014-05-06 Commit Queue <commit-queue@webkit.org>
3036 Unreviewed, rolling out r168304.
3037 https://bugs.webkit.org/show_bug.cgi?id=132607
3039 Broke the build (Requested by KaL on #webkit).
3043 "[GTK][CMake] Unable to do make install"
3044 https://bugs.webkit.org/show_bug.cgi?id=130188
3045 http://trac.webkit.org/changeset/168304
3047 2014-05-05 Martin Robinson <mrobinson@igalia.com>
3049 [GTK][CMake] Unable to do make install
3050 https://bugs.webkit.org/show_bug.cgi?id=130188
3052 Reviewed by Carlos Garcia Campos.
3054 Only try to install the HTML documentation if the build is configured to generate it via
3055 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
3056 to keep the HTML documentation directory as an installation source.
3058 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
3059 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
3060 never added to the default target, but will be triggered by build-webkit, so that
3061 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
3062 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
3064 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3066 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
3067 https://bugs.webkit.org/show_bug.cgi?id=132525
3069 Reviewed by Martin Robinson.
3071 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
3072 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
3073 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
3075 2014-05-01 David Kilzer <ddkilzer@apple.com>
3077 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
3078 <http://webkit.org/b/132432>
3080 Reviewed by Tim Horton.
3082 * Source/cmake/WebKitFeatures.cmake:
3083 * Source/cmakeconfig.h.cmake:
3084 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
3086 2014-04-30 Simon Fraser <simon.fraser@apple.com>
3088 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
3090 Reviewed by Dan Bernstein/Anders Carlsson.
3092 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3093 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3095 2014-04-30 Simon Fraser <simon.fraser@apple.com>
3097 Let Xcode have its way with the WebKit workspace.
3099 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3100 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3102 2014-04-29 Martin Robinson <mrobinson@igalia.com>
3104 [GTK] Make it easier to run CMake for downstreams
3105 https://bugs.webkit.org/show_bug.cgi?id=132370
3107 Reviewed by Carlos Garcia Campos.
3109 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
3111 2014-04-27 Joonghun Park <jh718.park@samsung.com>
3113 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
3114 https://bugs.webkit.org/show_bug.cgi?id=132176
3116 Reviewed by Gyuyoung Kim.
3118 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
3120 * Source/cmake/OptionsEfl.cmake:
3122 2014-04-22 Alex Christensen <achristensen@webkit.org>
3124 Removed old stdbool and inttypes headers.
3125 https://bugs.webkit.org/show_bug.cgi?id=131966
3127 Reviewed by Brent Fulgham.
3129 * Source/cmake/OptionsWindows.cmake:
3130 * Source/cmake/WebKitPackaging.cmake:
3131 Removed references to os-win32 directory.
3133 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
3135 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
3137 Rubber-stamped by Carlos Garcia Campos.
3139 * Source/cmake/WebKitFeatures.cmake:
3141 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
3143 Empty RenderInline objects should not be line break objects.
3145 https://bugs.webkit.org/show_bug.cgi?id=131861
3146 <rdar://problem/15663617>
3148 Reviewed by David Hyatt.
3150 * ManualTests/empty-inline-as-line-break-position.html: Added.
3151 This issue wouldn't reproduce in WebKitTestRunner.
3153 2014-04-19 Brent Fulgham <bfulgham@apple.com>
3155 Revert unintended workspace change in my last commit.
3157 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
3158 Scheme type back to Debug.
3160 2014-04-18 Philippe Normand <pnormand@igalia.com>
3162 Remove NETWORK_INFO support
3163 https://bugs.webkit.org/show_bug.cgi?id=131841
3165 Reviewed by Gyuyoung Kim.
3167 * Source/cmake/OptionsEfl.cmake:
3168 * Source/cmake/OptionsGTK.cmake:
3169 * Source/cmake/WebKitFeatures.cmake:
3170 * Source/cmakeconfig.h.cmake:
3172 2014-04-17 Darin Adler <darin@apple.com>
3174 Try to fix EFL and GTK builds.
3176 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
3177 * Source/cmake/OptionsGTK.cmake: Ditto.
3178 * Source/cmakeconfig.h.cmake: Ditto.
3180 2014-04-16 Brendan Long <b.long@cablelabs.com>
3182 [GTK][CMAKE] build-webkit doesn't detect when the build fails
3183 https://bugs.webkit.org/show_bug.cgi?id=130148
3185 Reviewed by Martin Robinson.
3187 * 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.
3189 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
3191 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
3192 https://bugs.webkit.org/show_bug.cgi?id=131725
3194 Reviewed by Philippe Normand.
3196 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
3197 instead of GTK_UNIX_PRINTING_FOUND and set the macro
3198 HAVE_GTK_UNIX_PRINTING to 1 when found.
3200 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
3202 Web Replay: memoize nondeterministic attributes of the Navigator interface
3203 https://bugs.webkit.org/show_bug.cgi?id=131340
3205 Reviewed by Timothy Hatcher.
3207 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
3209 2014-04-09 Brendan Long <b.long@cablelabs.com>
3211 [GStreamer] Expose MPEG-TS metadata
3212 https://bugs.webkit.org/show_bug.cgi?id=122001
3214 Reviewed by Eric Carlson.
3216 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
3217 * Source/cmake/OptionsEfl.cmake: Same.
3218 * Source/cmake/OptionsGTK.cmake: Same.
3220 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
3222 Web Replay: memoize nondeterministic attributes of the Screen interface
3223 https://bugs.webkit.org/show_bug.cgi?id=131339
3225 Reviewed by Timothy Hatcher.
3227 * ManualTests/inspector/replay-window-screen.html: Added.
3229 2014-04-08 Martin Robinson <mrobinson@igalia.com>
3231 [GTK] Remove the WebKitGTK+ WebKit 1 code
3232 https://bugs.webkit.org/show_bug.cgi?id=131399
3234 Reviewed by Anders Carlsson.
3236 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
3237 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
3239 2014-04-08 Dan Bernstein <mitz@apple.com>
3241 Added bmalloc to the WebKit workspace.
3242 https://bugs.webkit.org/show_bug.cgi?id=131362
3244 Reviewed by Geoff Garen.
3246 * WebKit.xcworkspace/contents.xcworkspacedata:
3247 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3248 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3250 2014-04-08 Geoffrey Garen <ggaren@apple.com>
3252 Build bmalloc on iOS too
3253 https://bugs.webkit.org/show_bug.cgi?id=131381
3255 Reviewed by Andreas Kling.
3257 * Source/Makefile: Build it.
3259 2014-04-07 Geoffrey Garen <ggaren@apple.com>
3261 Build bmalloc on Mac
3262 https://bugs.webkit.org/show_bug.cgi?id=131333
3264 Reviewed by Mark Rowe.
3267 * WebKitBuild: Added.
3268 * WebKitBuild/Debug: Added.
3270 2014-04-07 Ryuan Choi <ryuan.choi@samsung.com>
3272 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT
3273 https://bugs.webkit.org/show_bug.cgi?id=131257
3275 Reviewed by Gyuyoung Kim.
3277 * Source/cmake/OptionsEfl.cmake: Enable MEDIA_CONTROLS_SCRIPT
3279 2014-04-06 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3281 [GTK] Stop trying to install WebKit1 documentation
3282 https://bugs.webkit.org/show_bug.cgi?id=131278
3284 Reviewed by Martin Robinson.
3286 * Source/PlatformGTK.cmake: Remove install() call since the WebKit1 documentation is not
3287 built anymore since r166584. This fixes `make install'.
3289 2014-04-04 Brian J. Burg <burg@cs.washington.edu>
3291 Web Replay: capture and replay wheel events and scroll commands
3292 https://bugs.webkit.org/show_bug.cgi?id=129402
3294 Reviewed by Timothy Hatcher.
3296 * ManualTests/inspector/replay-wheel-events.html: Added.
3298 2014-04-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3300 [GTK][CMake] Remove FindXt.cmake.
3301 https://bugs.webkit.org/show_bug.cgi?id=131227
3303 Reviewed by Anders Carlsson.
3305 Xt is already detected by CMake's own FindX11.cmake, so there is no need to keep a custom FindXt.cmake around.
3307 * Source/cmake/FindXt.cmake: Removed.
3308 * Source/cmake/OptionsGTK.cmake:
3310 2014-04-04 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
3312 [EFL] Build error due to changed path of generated js files.
3313 https://bugs.webkit.org/show_bug.cgi?id=131215
3315 Reviewed by Gyuyoung Kim.
3317 r166648 fixed the generation of some .js files on GTK. Due to some
3318 changes in the paths it causes a build error on EFL.
3320 * Source/PlatformEfl.cmake:
3321 Replaced path for two derived source files.
3323 2014-04-02 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3325 [GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
3326 https://bugs.webkit.org/show_bug.cgi?id=131095
3328 Reviewed by Martin Robinson.
3330 One needs to take into account OpenGL's include directory found via
3331 find_package() when looking for glx.h, since if the former is a
3332 non-standard location the latter will also be. If this is not it is
3333 possible that OpenGL is found but GLX support is not properly detected.
3335 * Source/cmake/OptionsGTK.cmake:
3337 2014-04-02 Martin Robinson <mrobinson@igalia.com>
3339 REGRESSION(r165704): [GTK] Inspector resources not correctly generated
3340 https://bugs.webkit.org/show_bug.cgi?id=130343
3342 Reviewed by Gustavo Noronha Silva.
3344 * CMakeLists.txt: Add a variable which points to the directory to store WebInspectorUI
3346 * Source/cmake/WebKitFS.cmake: Generate WebInspectorUI derived sources directories.
3348 2014-04-01 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3350 [CMake] Drop port check from FindEGL.cmake.
3351 https://bugs.webkit.org/show_bug.cgi?id=131091
3353 Reviewed by Gyuyoung Kim.
3355 There is no reason to mark some variables as advanced only for the
3358 * Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
3359 as advanced regardless of the port.
3361 2014-04-01 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3363 Fix the !ENABLE(BATTERY_STATUS) build
3364 https://bugs.webkit.org/show_bug.cgi?id=130183
3366 Reviewed by Anders Carlsson.
3368 * Source/cmake/OptionsEfl.cmake:
3370 2014-03-31 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3372 [CMake][GTK] Do not expand variables twice in if() checks.
3373 https://bugs.webkit.org/show_bug.cgi?id=130964
3375 Reviewed by Martin Robinson.
3377 In CMake, `if (${foo})' causes $foo to be evaluated first and its value
3378 to be checked by the if clause. This is not what we want, and
3379 configuration fails when, say, GLX support wasn't found as the if
3380 clause is actually evaluated as `if (TRUE AND (OR TRUE))'.
3382 * Source/cmake/OptionsGTK.cmake: Pass if (FOO) instead of if (${FOO})
3385 2014-03-31 Martin Robinson <mrobinson@igalia.com>
3387 [GTK] Remove scripts code only applicable to autotools
3388 https://bugs.webkit.org/show_bug.cgi?id=130841
3390 Reviewed by Anders Carlsson.
3392 * Source/cmake/WebKitPackaging.cmake: No longer need to consider autotools files.
3394 2014-03-31 Martin Robinson <mrobinson@igalia.com>
3396 [GTK] Use PROJECT_VERSION_* instead of WEBKIT_*_VERSION
3397 https://bugs.webkit.org/show_bug.cgi?id=130936
3399 Reviewed by Carlos Garcia Campos.
3401 * Source/cmake/OptionsGTK.cmake: No longer emulate the Autotools macro names.
3403 2014-03-31 Carlos Garcia Campos <cgarcia@igalia.com>
3405 [GTK] Add support for GTK3 plugins
3406 https://bugs.webkit.org/show_bug.cgi?id=130599
3408 Reviewed by Martin Robinson.
3410 * Source/cmake/OptionsGTK.cmake:
3412 2014-03-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3414 [EFL] Bump glib version from 2.36 to 2.38
3415 https://bugs.webkit.org/show_bug.cgi?id=130886
3417 Reviewed by Csaba Osztrogonác.
3419 * Source/cmake/OptionsEfl.cmake: Required glib-2.38 version.
3421 2014-03-26 Zoltan Horvath <zoltan@webkit.org>
3423 [CSS Shapes] Remove shape-inside support
3424 https://bugs.webkit.org/show_bug.cgi?id=130698
3426 Reviewed by David Hyatt.
3428 * Source/cmake/WebKitFeatures.cmake:
3429 * Source/cmakeconfig.h.cmake:
3431 2014-03-25 Martin Robinson <mrobinson@igalia.com>
3433 [GTK] Remove the autotools build
3434 https://bugs.webkit.org/show_bug.cgi?id=130717
3436 Reviewed by Anders Carlsson.
3438 * .gitignore: Remove references to autotools files.
3439 * GNUmakefile.am: Removed.
3440 * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
3441 * Source/autotools/CustomMacros.m4: Removed.
3442 * Source/autotools/FindDependencies.m4: Removed.
3443 * Source/autotools/PrintBuildConfiguration.m4: Removed.
3444 * Source/autotools/ReadCommandLineArguments.m4: Removed.
3445 * Source/autotools/SetupAutoconfHeader.m4: Removed.
3446 * Source/autotools/SetupAutomake.m4: Removed.
3447 * Source/autotools/SetupCompilerFlags.m4: Removed.
3448 * Source/autotools/SetupLibtool.m4: Removed.
3449 * Source/autotools/SetupWebKitFeatures.m4: Removed.
3450 * Source/autotools/Versions.m4: Removed.
3451 * Source/autotools/acinclude.m4: Removed.
3452 * Source/autotools/dolt.m4: Removed.
3453 * Source/autotools/gsettings.m4: Removed.
3454 * Source/cmake/OptionsGTK.cmake:
3455 * autogen.sh: Removed.
3456 * configure.ac: Removed.
3458 2014-03-25 Gabor Rapcsanyi <rgabor@webkit.org>
3460 [EFL] Add ARM64 build support
3461 https://bugs.webkit.org/show_bug.cgi?id=130506
3463 Rubber stamped by Gyuyoung Kim.
3465 * CMakeLists.txt: Set WTF_CPU_ARM64 when aarch64 is defined.
3467 2014-03-25 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3469 [EFL][WK2] Add NETWORK_PROCESS build option
3470 https://bugs.webkit.org/show_bug.cgi?id=130131
3472 Reviewed by Gyuyoung Kim.
3474 Add option to build EFL port with NETWORK_PROCESS set on. By default NETWORK_PROCESS is
3477 * Source/cmake/OptionsEfl.cmake:
3479 2014-03-24 Brian Burg <bburg@apple.com>
3481 Web Replay: capture and replay keyboard events
3482 https://bugs.webkit.org/show_bug.cgi?id=130314
3484 Reviewed by Joseph Pecoraro.
3486 * ManualTests/inspector/replay-keyboard-events.html: Added.
3488 2014-03-24 Sangyong Park <sy302.park@gmail.com>
3490 [EFL] Inspector page is not loaded.
3491 https://bugs.webkit.org/show_bug.cgi?id=130661
3493 Reviewed by Gyuyoung Kim.
3495 Inspector page is not loaded, because some javascript files are not installed.
3496 (InspectorJSBackendCommands.js, InspectorWebBackendCommands.js)
3498 * Source/PlatformEfl.cmake:
3500 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
3502 [EFL][GTK] Get CMake to find Freetype2 properly
3503 https://bugs.webkit.org/show_bug.cgi?id=130150
3505 Reviewed by Martin Robinson.
3507 Newer versions of CMake are not able to find Freetype2 correctly.
3508 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
3509 freetype2 repo, because a completely different version number is found in freetype2.pc.
3511 * Source/cmake/FindFreetype2.cmake: Added.
3512 * Source/cmake/OptionsEfl.cmake:
3513 * Source/cmake/OptionsGTK.cmake:
3515 2014-03-20 Brian Burg <bburg@apple.com>
3517 Web Replay: capture and replay mouse events
3518 https://bugs.webkit.org/show_bug.cgi?id=129395
3520 Reviewed by Joseph Pecoraro.
3522 Create a manual test for capture/replay of mouse events.
3523 Copy over the crypto-md5.js library from SunSpider.
3525 * ManualTests/inspector/replay-mouse-events.html: Added.
3526 * ManualTests/inspector/resources/crypto-md5.js: Added.
3528 2014-03-20 Zan Dobersek <zdobersek@igalia.com>
3530 [GTK][CMake] Add support for building with Clang
3531 https://bugs.webkit.org/show_bug.cgi?id=130260
3533 Reviewed by Martin Robinson.
3535 * Source/PlatformGTK.cmake: Run the generate-gtkdoc script with the CFLAGS env set
3536 to the list C compiler flags as constructed by CMake.
3537 * Source/cmake/OptionsCommon.cmake: When building with Clang, use the -Qunused-arguments
3538 compiler option to suppress verbose warnings about arguments that went unused by the driver.
3539 * Source/cmake/OptionsGTK.cmake: Use -fno-omit-frame-pointer for both GCC and Clang.
3540 -fno-tree-dce should be used only for GCC.
3541 * Source/cmake/gtest/CMakeLists.txt: When building with Clang the GTest framework
3542 should be built with GTEST_HAS_TR1_TUPLE macro defined to 0 to avoid build failures.
3544 2014-03-20 Commit Queue <commit-queue@webkit.org>
3546 Unreviewed, rolling out r165962.
3547 https://bugs.webkit.org/show_bug.cgi?id=130512
3549 It broke the build (Requested by Ossy on #webkit).
3553 "[EFL][GTK] Get CMake to find Freetype2 properly"
3554 https://bugs.webkit.org/show_bug.cgi?id=130150
3555 http://trac.webkit.org/changeset/165962
3557 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
3559 [EFL][GTK] Get CMake to find Freetype2 properly
3560 https://bugs.webkit.org/show_bug.cgi?id=130150
3562 Reviewed by Csaba Osztrogonác.
3564 Newer versions of CMake are not able to find Freetype2 correctly.
3565 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
3566 freetype2 repo, because a completely different version number is found in freetype2.pc.
3568 * Source/cmake/FindFreetype2.cmake: Added.
3569 * Source/cmake/OptionsEfl.cmake:
3570 * Source/cmake/OptionsGTK.cmake:
3572 2014-03-17 Brendan Long <b.long@cablelabs.com>
3574 [GStreamer] human readable language code for tracks
3575 https://bugs.webkit.org/show_bug.cgi?id=124514
3577 Reviewed by Martin Robinson.
3579 * Source/autotools/FindDependencies.m4: Add gstreamer-tag-1.0.
3580 * Source/cmake/FindGStreamer.cmake: Same.
3581 * Source/cmake/OptionsEfl.cmake: Same.
3582 * Source/cmake/OptionsGTK.cmake: Same.
3584 2014-03-17 Martin Robinson <mrobinson@igalia.com>
3586 [GTK][CMake] Credential storage is not enabled
3587 https://bugs.webkit.org/show_bug.cgi?id=130149
3589 Reviewed by Philippe Normand.
3591 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_CREDENTIAL_STORAGE option to the configuration
3592 and look libsecret when it's enabled.
3593 * Source/cmakeconfig.h.cmake: Expose the ENABLE_CREDENTIAL_STORAGE option to the build.
3595 2014-03-17 Martin Robinson <mrobinson@igalia.com>
3597 [GTK][CMake] Ensure that HAVE_GTK_UNIX_PRINTING is defined when appropriate
3598 https://bugs.webkit.org/show_bug.cgi?id=130155
3600 Reviewed by Philippe Normand.
3602 * Source/cmake/FindGTKUnixPrint.cmake: Added.
3603 * Source/cmake/OptionsGTK.cmake: Look for gtk+-unix-print and use it to turn on HAVE_GTK_UNIX_PRINTING.
3604 * Source/cmakeconfig.h.cmake: Add the HAVE_GTK_UNIX_PRINTING define.
3606 2014-03-16 Kim Byung Jun <bj1987.kim@samsung.com>
3608 [EFL] Enable TOUCH_SLIDER macro.
3609 https://bugs.webkit.org/show_bug.cgi?id=130186
3611 Reviewed by Gyuyoung Kim.
3613 * Source/cmake/OptionsEfl.cmake:
3615 2014-03-16 Zan Dobersek <zdobersek@igalia.com>
3617 [GTK][CMake] Build with -fno-rtti
3618 https://bugs.webkit.org/show_bug.cgi?id=130261
3620 Reviewed by Martin Robinson.
3622 * Source/cmake/OptionsCommon.cmake: List the -fno-exceptions, -fno-strict-aliasing
3623 and -fno-rtti options in the global CMAKE_C_FLAGS and CMAKE_CXX_FLAGS (-fno-rtti
3624 is only listed in the latter). Replace -std=gnu++0x with the official -std=c++11 option.
3625 * Source/cmake/WebKitHelpers.cmake: Stop -fno-exceptions and -fno-strict-aliasing
3626 from being set through the WEBKIT_SET_EXTRA_COMPILER_FLAGS macro, they are now listed
3627 in CMAKE_C_FLAGS and CMAKE_CXX_FLAGS.
3628 * Source/cmake/gtest/CMakeLists.txt: Build GTest code with GTEST_HAS_RTTI macro defined to 0.
3630 2014-03-16 Brendan Long <b.long@cablelabs.com>
3632 [GStreamer] CMake doesn't find the include path for gstreamer-base
3633 https://bugs.webkit.org/show_bug.cgi?id=130098
3635 Reviewed by Philippe Normand.
3637 * Source/cmake/FindGStreamer.cmake: Look for a header in gstreamer-base instead of looking for gst/gst.h twice.
3639 2014-03-14 Maciej Stachowiak <mjs@apple.com>
3641 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
3642 https://bugs.webkit.org/show_bug.cgi?id=130276
3643 <rdar://problem/16266927>
3645 Reviewed by Simon Fraser.
3647 * ManualTests/NPN_Invoke/Info.plist:
3648 * ManualTests/NPN_Invoke/main.c:
3649 * ManualTests/accessibility/resources/AppletTest.java:
3651 2014-03-14 Zan Dobersek <zdobersek@igalia.com>
3653 [CMake] Remove -fno-tree-sra workaround for GCC 4.5
3654 https://bugs.webkit.org/show_bug.cgi?id=130258
3656 Reviewed by Martin Robinson.
3658 GCC compilers 4.7 and later are supported, so there's no need for disabling
3659 the -ftree-sra optimization which was causing problems when enabled on GCC 4.5.
3661 * Source/cmake/WebKitHelpers.cmake:
3663 2014-03-14 Landry Breuil <landry@openbsd.org>
3665 Add autotools boilerplate for proper os defines on OpenBSD/NetBSD/DragonFly
3666 https://bugs.webkit.org/show_bug.cgi?id=129966
3668 Reviewed by Andreas Kling.
3670 * Source/autotools/CheckSystemAndBasicDependencies.m4:
3671 * Source/autotools/SetupAutomake.m4:
3673 2014-03-13 Mario Sanchez Prada <mario.prada@samsung.com>
3675 [CMake] Failure to link with older installations of WebP
3676 https://bugs.webkit.org/show_bug.cgi?id=130195
3678 Reviewed by Gustavo Noronha Silva.
3680 Fix the issue by using a temporary variable as the output parameter
3681 to check_include_files(), setting WEBP_FOUND accordingly later.
3683 * Source/cmake/FindWebP.cmake: Avoid reusing the WEBP_FOUND
3684 variable in check_include_files(), as it will lead to misleading
3685 results (will always be FALSE). Use a temporary variable instead
3686 and explicitly set WEBP_FOUND to TRUE later if needed.
3688 2014-03-12 Martin Robinson <mrobinson@igalia.com>
3690 [CMake] Changes to the bindings generator Perl modules do not trigger regeneration of bindings
3691 https://bugs.webkit.org/show_bug.cgi?id=130170
3693 Reviewed by Daniel Bates.
3695 * Source/cmake/WebKitMacros.cmake: Add the Perl modules used in script generation to the dependency
3696 list. We must check whether or not the specific one exists first, because the InjectedBundle uses a
3697 fake "TestRunner" generator.
3699 2014-03-12 Carlos Garcia Campos <cgarcia@igalia.com>
3701 [GTK][CMAKE] Remove compile warnings about GTK+ deprecated API
3702 https://bugs.webkit.org/show_bug.cgi?id=130014
3704 Reviewed by Martin Robinson.
3706 Set GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_6.
3708 * Source/cmake/OptionsGTK.cmake:
3709 * Source/cmakeconfig.h.cmake:
3711 2014-03-12 Martin Robinson <mrobinson@igalia.com>
3713 [GTK][CMAKE] Too verbose build output
3714 https://bugs.webkit.org/show_bug.cgi?id=130076
3716 Reviewed by Carlos Garcia Campos.
3718 * Source/cmake/OptionsGTK.cmake: Generate a script which does the actual build. This
3719 works around an issue where cmake --build doesn't support ninja's pretty printing.
3721 2014-03-10 Mario Sanchez Prada <mario.prada@samsung.com>
3723 [GTK] Add support for Geoclue2
3724 https://bugs.webkit.org/show_bug.cgi?id=120185
3726 Reviewed by Carlos Garcia Campos.
3728 Patch by Anton Obzhirov <a.obzhirov@samsung.com> and Mario Sanchez Prada <mario.prada@samsung.com>
3730 Add support for Geoclue2 using autotools.
3732 * Source/autotools/FindDependencies.m4: Add support for handling
3733 both Geoclue 1.0 and 2.0.
3734 * Source/autotools/PrintBuildConfiguration.m4: Print the version
3735 of geoclue that is being used.
3736 * Source/autotools/SetupAutoconfHeader.m4: Define GEOCLUE_API_VERSION_2.
3737 * Source/autotools/SetupAutomake.m4: Likewise, for AM_CONDITIONAL.
3738 * Source/autotools/Versions.m4: Added minimum required version for Geoclue2.
3740 Add support for Geoclue2 using CMake.
3742 * Source/cmake/FindGeoClue2.cmake: Added.
3743 * Source/cmake/OptionsGTK.cmake: Add support for handling Geoclue 1.0 and 2.0.
3744 * Source/cmakeconfig.h.cmake: Define WTF_USE_GEOCLUE2.
3746 2014-03-10 Martin Robinson <mrobinson@igalia.com>
3748 [GTK][CMAKE] gtk-doc HTML documentation is generated by default when building with CMake
3749 https://bugs.webkit.org/show_bug.cgi?id=130016
3751 Reviewed by Carlos Garcia Campos.
3753 * Source/PlatformGTK.cmake: Add two gtkdoc targets, one which builds HTML and one which
3754 doesn't. Add the non-HTML version to the default target, but not the HTML version. The
3755 HTML version will still run when building the distribution tarball.
3757 2014-03-10 Martin Robinson <mrobinson@igalia.com>
3759 [GTK] [CMake] Clean up library linking
3760 https://bugs.webkit.org/show_bug.cgi?id=129782
3762 Reviewed by Philippe Normand.
3764 * Source/cmake/OptionsGTK.cmake: Add a macro to wrap all libraries in a list with --whole-archive
3765 so that unused symbols are not dropped. This is useful when building up shared libraries
3766 from convenience libraries.
3768 2014-03-08 Landry Breuil <landry@openbsd.org>
3770 Don't check for shm_open on librt on OpenBSD, lib doesnt exist.
3771 https://bugs.webkit.org/show_bug.cgi?id=129973
3773 Reviewed by Martin Robinson.
3775 * Source/autotools/FindDependencies.m4:
3777 2014-03-06 Anders Carlsson <andersca@apple.com>
3779 Build WebKit2 before building WebKit
3780 https://bugs.webkit.org/show_bug.cgi?id=129831
3781 <rdar://problem/15920020>
3783 Reviewed by Dan Bernstein.
3786 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3787 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3789 2014-03-06 Commit Queue <commit-queue@webkit.org>
3791 Unreviewed, rolling out r165193.
3792 http://trac.webkit.org/changeset/165193
3793 https://bugs.webkit.org/show_bug.cgi?id=129823
3795 Not specifying libc++ as the stdlib for Clang through CXXFLAGS
3796 env confuses libtool (Requested by zdobersek on #webkit).
3798 * Source/autotools/SetupCompilerFlags.m4:
3800 2014-03-06 Zan Dobersek <zdobersek@igalia.com>
3802 [GTK][Autotools] Default to libc++ when compiling with Clang
3803 https://bugs.webkit.org/show_bug.cgi?id=129798
3805 Reviewed by Anders Carlsson.
3807 * Source/autotools/SetupCompilerFlags.m4: Default to using libc++ when compiling with the Clang
3808 compiler. This is still overridable if -stdlib=* flag was set through CXXFLAGS, in case people
3809 would for some reason still prefer libstdc++ (i.e. on setups where a functional libc++ is not yet available).
3811 2014-03-05 Martin Robinson <mrobinson@igalia.com>
3813 [CMake] Ninja generator builds fail with "Argument list too long"
3814 https://bugs.webkit.org/show_bug.cgi?id=129771
3816 Reviewed by Daniel Bates.
3818 * Source/cmake/OptionsCommon.cmake: Work around a bug in the Ninja CMake generator,
3819 by forcing the use of response files.
3821 2014-03-05 Ryuan Choi <ryuan.choi@samsung.com>
3823 [CMake] Use thin archives if building on Linux for non-shared-core debug builds
3824 https://bugs.webkit.org/show_bug.cgi?id=108330
3826 Reviewed by Martin Robinson.
3828 In order to get non-shared debug builds, this patch applied T option for
3829 thin archives to the flags passed to ar when cmake based ports build on linux.
3830 In addition, applied u option which avoids adding a file twice.
3832 * Source/cmake/OptionsCommon.cmake: Moved archive options from OptionsGTK.cmake.
3833 * Source/cmake/OptionsEfl.cmake:
3834 Removed error messages for non-shared-core debug builds.
3835 * Source/cmake/OptionsGTK.cmake: Moved archive options to OptionsCommon.cmake.
3837 2014-03-04 Zan Dobersek <zdobersek@igalia.com>
3839 [GTK] Build the Udis86 disassembler
3840 https://bugs.webkit.org/show_bug.cgi?id=129679
3842 Reviewed by Michael Saboff.
3844 * GNUmakefile.am: Add the Udis86_nosources variable.
3845 * Source/cmake/OptionsGTK.cmake: Enable the Udis86 disassembler.
3847 2014-03-04 Martin Robinson <mrobinson@igalia.com>
3849 [GTK] Simplify the GObject DOM bindings API break check into one step
3850 https://bugs.webkit.org/show_bug.cgi?id=129571