1 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
3 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
4 https://bugs.webkit.org/show_bug.cgi?id=143001
6 Reviewed by Gyuyoung Kim.
8 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
9 * Source/cmake/OptionsGTK.cmake: Ditto.
11 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
13 Unreviewed, fix typo in previous commit
15 libsecretr -> libsecret in the error message.
17 * Source/cmake/OptionsGTK.cmake:
19 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
21 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
22 https://bugs.webkit.org/show_bug.cgi?id=143546
24 Reviewed by Martin Robinson.
26 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
27 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
28 default. Fail the build with an informative error message if an optional dependency required
29 for an enabled feature is not present. Perform find_package commands only when necessary.
30 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
33 * Source/cmake/OptionsGTK.cmake:
35 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
37 [GTK] Make all options actually options
38 https://bugs.webkit.org/show_bug.cgi?id=144106
40 Reviewed by Martin Robinson.
42 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
43 ENABLE_WAYLAND_TARGET.
45 * Source/cmake/OptionsGTK.cmake:
47 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
49 Unreviewed, fix GTK build after r183452
51 * Source/cmake/OptionsGTK.cmake:
53 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
55 [GTK] Add one single option to control all OpenGL-related options
56 https://bugs.webkit.org/show_bug.cgi?id=144105
58 Reviewed by Martin Robinson.
60 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
61 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
62 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
63 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
64 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
67 * Source/cmake/OptionsGTK.cmake:
69 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
71 [GTK] ENABLE_SMOOTH_SCROLLING should be private
72 https://bugs.webkit.org/show_bug.cgi?id=144306
74 Reviewed by Martin Robinson.
76 Make ENABLE_SMOOTH_SCROLLING private instead of public.
78 * Source/cmake/OptionsGTK.cmake:
80 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
82 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
83 https://bugs.webkit.org/show_bug.cgi?id=144193
85 Reviewed by Darin Adler.
87 * Source/cmake/OptionsEfl.cmake:
88 * Source/cmake/OptionsGTK.cmake:
89 * Source/cmake/OptionsWinCairo.cmake:
90 * Source/cmake/WebKitFeatures.cmake:
92 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
94 [CMake] Should be possible for an option to conflict with other options
95 https://bugs.webkit.org/show_bug.cgi?id=143956
97 Reviewed by Martin Robinson.
99 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
101 * Source/cmake/WebKitFeatures.cmake:
103 2015-04-22 Martin Robinson <mrobinson@igalia.com>
105 [CMake] Autogenerate cmakeconfig.h.cmake
106 https://bugs.webkit.org/show_bug.cgi?id=143997
108 Reviewed by Csaba Osztrogonác.
110 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
111 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
112 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
113 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
114 Do some other miscellaneous related cleanup.
115 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
116 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
117 build exposed variables. Add a macro to generate a configuration from them.
118 * Source/cmakeconfig.h.cmake: Removed.
120 2015-04-24 Philippe Normand <pnormand@igalia.com>
122 [JHBuild] Move to upstream OpenWebRTC
123 https://bugs.webkit.org/show_bug.cgi?id=144145
125 Reviewed by Carlos Garcia Campos.
127 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
130 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
132 [ES6] Implement ES6 template literals
133 https://bugs.webkit.org/show_bug.cgi?id=142691
135 Reviewed by Darin Adler.
137 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
139 * Source/cmake/WebKitFeatures.cmake:
140 * Source/cmakeconfig.h.cmake:
142 2015-04-25 Martin Robinson <mrobinson@igalia.com>
144 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
145 https://bugs.webkit.org/show_bug.cgi?id=144182
147 Reviewed by Simon Fraser.
149 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
150 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
151 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
152 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
153 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
155 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
157 [GTK] Add more public options
158 https://bugs.webkit.org/show_bug.cgi?id=144116
160 Reviewed by Martin Robinson.
162 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
164 * Source/cmake/OptionsGTK.cmake:
166 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
168 [CMake] Some internal variables are not marked as advanced
169 https://bugs.webkit.org/show_bug.cgi?id=143595
171 Reviewed by Martin Robinson.
173 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
174 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
176 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
178 [GTK] Mark as advanced the build options we don't want to expose
179 https://bugs.webkit.org/show_bug.cgi?id=143558
181 Reviewed by Martin Robinson.
183 Mark various options as private instead of public.
185 * Source/cmake/OptionsGTK.cmake:
187 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
189 [CMake] Should be possible for an option to depend on multiple options
190 https://bugs.webkit.org/show_bug.cgi?id=143839
192 Reviewed by Martin Robinson.
194 Use a list instead of a single variable to track the dependencies of each option. Iterate
195 over the list as many times as necessary to ensure all options are properly disabled.
197 * Source/cmake/WebKitFeatures.cmake:
199 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
201 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
202 https://bugs.webkit.org/show_bug.cgi?id=144103
204 Reviewed by Martin Robinson.
206 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
208 * Source/cmake/WebKitFeatures.cmake:
210 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
212 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
213 https://bugs.webkit.org/show_bug.cgi?id=144102
215 Reviewed by Martin Robinson.
217 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
218 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
219 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
221 * Source/cmake/OptionsGTK.cmake:
223 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
225 [CMake] Clean up JSC JIT options
226 https://bugs.webkit.org/show_bug.cgi?id=143998
228 Reviewed by Filip Pizlo.
230 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
231 define for ENABLE_FTL_NATIVE_CALL_INLINING.
232 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
233 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
234 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
235 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
237 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
239 [CMake] Use lowercase for local variables in macros
240 https://bugs.webkit.org/show_bug.cgi?id=144059
242 Reviewed by Martin Robinson.
244 Convert some variable names to lowercase.
246 * Source/cmake/WebKitFeatures.cmake:
248 2015-04-22 Commit Queue <commit-queue@webkit.org>
250 Unreviewed, rolling out r183116.
251 https://bugs.webkit.org/show_bug.cgi?id=144060
253 Inadvertently deleted a file... (Requested by mcatanzaro on
258 "[CMake] Use lowercase for local variables in macros"
259 https://bugs.webkit.org/show_bug.cgi?id=144059
260 http://trac.webkit.org/changeset/183116
262 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
264 [CMake] Use lowercase for local variables in macros
265 https://bugs.webkit.org/show_bug.cgi?id=144059
267 Reviewed by Martin Robinson.
269 Convert some variable names to lowercase.
271 * Source/cmake/WebKitFeatures.cmake:
273 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
275 [CMake] Features list should print dots every other row
276 https://bugs.webkit.org/show_bug.cgi?id=143832
278 Reviewed by Martin Robinson.
280 Discount private options when determining whether to print dots on a given row of the
281 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
282 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
283 wasn't noticed because it only affects the first line, and use of the variable name as a
284 string in a conditional.)
286 * Source/cmake/WebKitFeatures.cmake:
288 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
290 [CMake] Require specifying visibility of WebKit options
291 https://bugs.webkit.org/show_bug.cgi?id=143831
293 Reviewed by Alex Christensen.
295 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
296 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
297 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
298 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
299 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
300 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
301 cross-platform options as PRIVATE.
303 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
305 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
306 https://bugs.webkit.org/show_bug.cgi?id=143935
308 Reviewed by Darin Adler.
310 Some variables aren't defined in these files or unused variables aren't removed. This
311 patch cleans up it as well as fix wrong alphabet order.
313 * Source/cmake/WebKitFeatures.cmake:
314 * Source/cmakeconfig.h.cmake:
316 2015-04-19 Simon Fraser <simon.fraser@apple.com>
318 Restore the WebKit.xcworkspace to the way it was before r182899,
319 which inadvertently added the Source directory and a couple of source
322 * WebKit.xcworkspace/contents.xcworkspacedata:
324 2015-04-16 Basile Clement <basile_clement@apple.com>
326 Extract the allocation profile from JSFunction into a rare object
327 https://bugs.webkit.org/show_bug.cgi?id=143807
329 Reviewed by Filip Pizlo.
331 * WebKit.xcworkspace/contents.xcworkspacedata:
333 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
335 [EFL] Bump LLVM to version 3.6.0 on X86_64
336 https://bugs.webkit.org/show_bug.cgi?id=143604
338 Reviewed by Gyuyoung Kim.
340 * Source/cmake/FindLLVM.cmake: Added version handling.
341 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
343 2015-04-15 Timothy Horton <timothy_horton@apple.com>
345 Custom CSS cursors do not use -webkit-image-set on retina displays
346 https://bugs.webkit.org/show_bug.cgi?id=120783
348 Reviewed by Beth Dakin.
349 Patch by Evan Wallace <evan.exe@gmail.com>.
351 Add a manual test for custom CSS cursors on retina displays.
353 * ManualTests/retina-cursors.html: Added.
355 2015-04-15 Alex Christensen <achristensen@webkit.org>
357 Progress towards CMake on Mac.
358 https://bugs.webkit.org/show_bug.cgi?id=143785
360 Reviewed by Csaba Osztrogonác.
363 * Source/cmake/OptionsMac.cmake:
364 * Source/cmake/WebKitFS.cmake:
366 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
368 Cannot click "Next" button on Google two-factor auth setup page
370 <https://bugs.webkit.org/show_bug.cgi?id=143624>
371 <rdar://problem/19175714>
373 Reviewed by Darin Adler.
375 * ManualTests/button-that-focuses-itself-on-click.html: Added.
377 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
379 [cmake] REGRESSION(182663): It broke feature dependency handling
380 https://bugs.webkit.org/show_bug.cgi?id=143665
382 Reviewed by Csaba Osztrogonác.
384 Don't try to check the value of options before defining the options.
386 * Source/cmake/WebKitFeatures.cmake:
388 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
390 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
391 https://bugs.webkit.org/show_bug.cgi?id=143664
393 Reviewed by Gyuyoung Kim.
395 * Source/cmake/OptionsEfl.cmake:
396 * Source/cmake/OptionsGTK.cmake:
397 * Source/cmake/WebKitFeatures.cmake:
398 * Source/cmakeconfig.h.cmake:
400 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
402 [EFL] Enable Media Source
403 https://bugs.webkit.org/show_bug.cgi?id=143635
405 Reviewed by Csaba Osztrogonác.
407 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
409 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
411 [CMake] Miscellaneous issues in WebKitFeatures.cmake
412 https://bugs.webkit.org/show_bug.cgi?id=143636
414 Reviewed by Martin Robinson.
416 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
417 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
419 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
420 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
422 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
424 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
426 Fix ENABLE_TOUCH_SLIDER so that it can be used
430 * Source/cmake/WebKitFeatures.cmake:
432 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
434 [CMake] Print sorted feature list at the very end of the configure process
435 https://bugs.webkit.org/show_bug.cgi?id=143596
437 Reviewed by Martin Robinson.
439 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
440 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
441 and sort the options before printing. Reorder some code so that features still get
442 propagated to the bindings generators.
444 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
446 [CMake] Options should be marked as advanced by default
447 https://bugs.webkit.org/show_bug.cgi?id=143572
449 Reviewed by Gyuyoung Kim.
451 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
452 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
453 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
454 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
455 option without making it public.
457 * Source/cmake/WebKitFeatures.cmake:
459 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
461 [CMake] Remove unnecessary ENABLE_WEBCORE switch
462 https://bugs.webkit.org/show_bug.cgi?id=143584
464 Reviewed by Csaba Osztrogonác.
466 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
470 * Source/CMakeLists.txt:
471 * Source/cmake/OptionsGTK.cmake:
472 * Source/cmake/WebKitFS.cmake:
474 2015-04-08 Filip Pizlo <fpizlo@apple.com>
476 Unreviewed, revert accidental commit.
480 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
482 Add CMake build system for WinCairo port.
483 https://bugs.webkit.org/show_bug.cgi?id=115944
485 Reviewed by Chris Dumez.
487 * Source/cmake/OptionsWindows.cmake:
488 * Source/cmake/WebKitMacros.cmake:
489 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
491 2015-04-06 Alberto Garcia <berto@igalia.com>
494 https://bugs.webkit.org/show_bug.cgi?id=143453
496 Reviewed by Darin Adler.
498 Add HPPA to the list of supported CPUs.
502 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
504 Unreviewed, kick the GTK bots to fix an incremental build issue.
506 * Source/cmake/OptionsGTK.cmake:
508 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
510 Fix the EFL and GTK build after r182243
511 https://bugs.webkit.org/show_bug.cgi?id=143361
513 Reviewed by Csaba Osztrogonác.
515 * Source/PlatformEfl.cmake: Add a custom command that copies
516 the InspectorBackendCommands.js file into the proper directory
517 under DerivedSources/WebInspectorUI/.
519 2015-04-01 Alex Christensen <achristensen@webkit.org>
521 Progress towards CMake on Windows and Mac.
522 https://bugs.webkit.org/show_bug.cgi?id=143293
524 Reviewed by Filip Pizlo.
527 Set DERIVED_SOURCES_WTF_DIR for Windows.
528 * Source/CMakeLists.txt:
529 Don't compile bmalloc on Windows.
530 * Source/cmake/OptionsCommon.cmake:
531 Use the absolute path of the C preprocessor.
532 * Source/cmake/OptionsWinCairo.cmake:
533 Added needed definitions.
534 * Source/cmake/OptionsWindows.cmake:
535 Set some default values and removed support for old Visual Studio versions before /MP.
536 * Source/cmake/WebKitFS.cmake:
537 Make WTF DerivedSources directory.
538 * Source/cmake/WebKitMacros.cmake:
539 Added ADD_PRECOMPILED_HEADER macro based on
540 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
542 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
544 Use colored diagnostics when building with cmake + ninja + clang
545 https://bugs.webkit.org/show_bug.cgi?id=143297
547 Reviewed by Žan Doberšek.
549 Because that ninja sets subprocess stdout/stderr to a pipe, clang
550 disables colored output.
551 This patch forces clang to use colored diagnostics when we are using
554 * Source/cmake/OptionsCommon.cmake:
556 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
558 [CMake] Update old CMakeList.txt in gtest
559 https://bugs.webkit.org/show_bug.cgi?id=143192
561 Reviewed by Darin Adler.
563 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
564 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
565 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
567 * Source/CMakeLists.txt:
568 * Source/cmake/gtest/CMakeLists.txt: Removed.
570 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
572 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
573 https://bugs.webkit.org/show_bug.cgi?id=143138
575 Reviewed by Csaba Osztrogonác.
577 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
578 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
580 * Source/cmake/OptionsWindows.cmake:
581 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
582 * Source/cmake/WebKitMacros.cmake:
584 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
586 [GStreamer] share GL context in pipeline, part 2
587 https://bugs.webkit.org/show_bug.cgi?id=143049
589 Reviewed by Carlos Garcia Campos.
591 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
592 OpenGL/ES2 is found and GLX/EGL is found too.
594 2015-03-26 Alex Christensen <achristensen@webkit.org>
596 Progress towards CMake on Mac.
597 https://bugs.webkit.org/show_bug.cgi?id=143112
599 Reviewed by Chris Dumez.
601 * Source/cmake/OptionsMac.cmake:
603 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
605 [EFL] Add OpenWebRTC in jhbuild
606 https://bugs.webkit.org/show_bug.cgi?id=142778
608 Reviewed by Gyuyoung Kim.
610 Original patch by Philippe Normand <pnormand@igalia.com>
612 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
613 mediastream build is enabled.
615 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
617 [GTK] Add a configure option to build without Redirected XComposite Window
618 https://bugs.webkit.org/show_bug.cgi?id=142865
620 Reviewed by Žan Doberšek.
622 The Redirected XComposite Window was added to support some
623 features like GtkOverlay, but in cases where we don't need such
624 features, it's more efficient to use the XID of the WebKitWebView
625 window as the native surface handle for the accelerated
626 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
627 that is enabled by default for X11 target when OpenGL is enabled.
629 * Source/cmake/OptionsGTK.cmake:
631 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
633 [GTK] Search for the Wayland dependency when enabling Wayland target
634 https://bugs.webkit.org/show_bug.cgi?id=142876
636 Reviewed by Carlos Garcia Campos.
638 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
639 requirement of either the GTK+ or GDK pkg-config files, so we have to
640 search for it ourselves when WebKitGTK+ has been configured to support
641 the Wayland windowing target.
643 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
645 Unreviewed, kick the GTK bots to regenerate makefile.
646 https://bugs.webkit.org/show_bug.cgi?id=137394
648 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
649 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
651 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
653 Unreviewed, kick the GTK bots to regenerate makefile.
654 https://bugs.webkit.org/show_bug.cgi?id=137394
656 * Source/cmake/OptionsEfl.cmake:
658 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
660 [GTK] Fix inspector userinterface related incremental build issue
661 https://bugs.webkit.org/show_bug.cgi?id=142849
663 Reviewed by Carlos Garcia Campos.
665 * Source/cmake/OptionsGTK.cmake: Revert r181733.
667 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
669 Unreviewed, kick the GTK bots to regenerate makefile.
671 * Source/cmake/OptionsGTK.cmake:
673 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
675 [EFL] Expose JavaScript binding interface through ewk_extension
676 https://bugs.webkit.org/show_bug.cgi?id=142033
678 Reviewed by Gyuyoung Kim.
680 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
682 2015-03-17 Philippe Normand <pnormand@igalia.com>
684 [GTK] basic OpenWebRTC build support
685 https://bugs.webkit.org/show_bug.cgi?id=142393
687 Reviewed by Carlos Garcia Campos.
689 * Source/cmake/FindOpenWebRTC.cmake: Added.
690 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
691 mediastream build is enabled.
693 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
695 [CMake][EFL] Build test tools only for developer mode
696 https://bugs.webkit.org/show_bug.cgi?id=142761
698 Reviewed by Csaba Osztrogonác.
700 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
702 * Source/cmake/OptionsEfl.cmake:
703 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
704 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
705 * Source/cmakeconfig.h.cmake:
707 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
709 Enable ES6 classes by default
710 https://bugs.webkit.org/show_bug.cgi?id=142774
712 Reviewed by Gavin Barraclough.
714 * Source/cmake/WebKitFeatures.cmake:
716 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
718 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
719 https://bugs.webkit.org/show_bug.cgi?id=142722
721 Reviewed by Csaba Osztrogonác.
723 Categorize to define cmake variables, to find necessary packages,
724 use upper case for "glib_conponents" cmake variable name, re-arrange
725 wrong alphabet sorting, and so on.
727 * CMakeLists.txt: Remove WinCE port.
728 * Source/cmake/OptionsEfl.cmake:
730 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
732 [GStreamer] share GL context in pipeline
733 https://bugs.webkit.org/show_bug.cgi?id=142693
735 Reviewed by Philippe Normand.
737 Add search of gstreamer-gl library in the GStreamer installation. If
738 it is found, WTF_USE_GSTREAMER_GL macro is defined.
740 * Source/cmake/FindGStreamer.cmake:
741 * Source/cmake/OptionsGTK.cmake:
743 2015-03-13 Alex Christensen <achristensen@webkit.org>
745 Progress towards CMake on Mac.
746 https://bugs.webkit.org/show_bug.cgi?id=142680
748 Reviewed by Gyuyoung Kim.
751 * Source/PlatformMac.cmake: Added stub.
752 * Source/cmake/OptionsMac.cmake:
753 Change defines to get CMake working.
755 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
757 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
758 https://bugs.webkit.org/show_bug.cgi?id=126688
760 Reviewed by Gustavo Noronha Silva.
762 Add ENABLE_MINIBROWSER option, enabled by default for development
763 builds and disabled for production builds unless explicilty enabled.
765 * Source/cmake/OptionsGTK.cmake:
767 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
769 [GTK] Do not look for child processes in the UI process binary path
770 https://bugs.webkit.org/show_bug.cgi?id=135752
772 Reviewed by Gustavo Noronha Silva.
774 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
775 build for development builds.
777 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
779 [GTK] Add a configure option to build with OpenGL ES 2
780 https://bugs.webkit.org/show_bug.cgi?id=142498
782 Reviewed by Martin Robinson.
784 Add ENABLE_GLES2 option. It's disabled by default, but if passed
785 GLES2 is required and OpenGL is not even searched. Otherwise we
786 search for OpenGL as usual, using it only if present.
788 * Source/cmake/OptionsGTK.cmake:
790 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
792 [cmake] Handle unused parameter warnings as build errors except in WebKit2
793 https://bugs.webkit.org/show_bug.cgi?id=142338
795 Reviewed by Gyuyoung Kim.
797 * Source/cmake/WebKitHelpers.cmake:
799 2015-03-03 Daniel Bates <dabates@apple.com>
801 Convert ManualTests/svg-tooltip.svg to a DRT test
802 https://bugs.webkit.org/show_bug.cgi?id=140480
804 Reviewed by Alex Christensen.
806 * ManualTests/svg-tooltip.svg: Removed.
808 2015-03-02 Debarshi Ray <debarshir@gnome.org>
810 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
811 https://bugs.webkit.org/show_bug.cgi?id=142165
813 Reviewed by Carlos Garcia Campos.
815 * Source/cmake/gtksymbols.filter:
817 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
819 [EFL] Remove unnecessary comment after r179110
820 https://bugs.webkit.org/show_bug.cgi?id=142042
822 Reviewed by Gyuyoung Kim.
824 * Source/cmake/OptionsEfl.cmake:
826 2015-02-23 Tomas Popela <tpopela@redhat.com>
828 [GTK] Fails to compile with cmake 3.2.x
829 https://bugs.webkit.org/show_bug.cgi?id=141796
831 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
832 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
833 added and the build will fail.
835 Reviewed by Martin Robinson.
837 * Source/cmake/OptionsGTK.cmake:
839 2015-02-20 Alexey Proskuryakov <ap@apple.com>
841 Remove svn:keywords property.
843 As far as I can tell, the property had no effect on any of these files, but also,
844 when it has effect it's likely harmful.
846 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
847 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
848 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
849 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
850 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
851 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
852 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
853 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
854 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
855 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
856 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
857 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
858 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
859 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
861 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
863 [CMAKE] Remove CMakeLists.txt in WK1 port
864 https://bugs.webkit.org/show_bug.cgi?id=141617
866 Reviewed by Anders Carlsson.
868 Nobody uses CMake in WK1 port. Remove it.
872 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
874 Unreviewed, remove empty directories.
876 * ManualTests/qt: Removed.
878 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
880 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
881 https://bugs.webkit.org/show_bug.cgi?id=141481
883 Reviewed by Csaba Osztrogonác.
885 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
887 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
889 [EFL][GTK] Use bmalloc instead of tcmalloc
890 https://bugs.webkit.org/show_bug.cgi?id=140162
892 Reviewed by Carlos Garcia Campos.
894 Add bmalloc directory to build list.
896 * CMakeLists.txt: Define BMALLOC_DIR directory.
897 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
899 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
901 [GTK] Add default color chooser implementation using GtkColorChooserDialog
902 https://bugs.webkit.org/show_bug.cgi?id=141392
904 Reviewed by Gustavo Noronha Silva.
906 Enable INPUT_TYPE_COLOR by default for GTK+ port.
908 * Source/cmake/OptionsGTK.cmake:
910 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
912 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
913 https://bugs.webkit.org/show_bug.cgi?id=141328
915 Reviewed by Darin Adler.
917 Added as manual test because it involves a huge grid allocation
918 which is very slow on Debug bots, the only ones capable to trigger
921 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
923 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
925 [Streams API] Implement a barebone ReadableStream interface
926 https://bugs.webkit.org/show_bug.cgi?id=141045
928 Reviewed by Benjamin Poulain.
930 * Source/cmake/WebKitFeatures.cmake:
931 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
933 2015-02-02 Filip Pizlo <fpizlo@apple.com>
935 Revert accidental change in r179490.
939 2015-02-02 Filip Pizlo <fpizlo@apple.com>
941 Unreviewed, revert accidental change to Makefile.shared in r179478
945 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
947 [CMake] Minimum python version should be 2.7.
948 https://bugs.webkit.org/show_bug.cgi?id=140997
950 Reviewed by Csaba Osztrogonác.
954 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
956 Apply feTurbulence spec change to fix zero length vector generation
957 https://bugs.webkit.org/show_bug.cgi?id=140812
959 Reviewed by Darin Adler.
961 Recently a bug with the turbulence algorithm was corrected in the
962 Filter Effects specification.
963 For some seed values this bug allowed zero length vectors to be generated.
964 This resulted in large solid color squares being present in the generated image.
965 The feTurbulence algorithm was updated to reject zero length vectors. This patch
966 applies that change in WebCore.
968 Test: svg/filters/feTurbulence_bad_seeds.html
970 * platform/graphics/filters/FETurbulence.cpp:
971 (WebCore::FETurbulence::initPaint):
972 Added rejection sampling during vector generation to avoid zero length vectors.
974 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
976 [cmake] Remove compiler version calculate cruft
977 https://bugs.webkit.org/show_bug.cgi?id=140885
979 Reviewed by Darin Adler.
981 * Source/cmake/WebKitHelpers.cmake:
983 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
985 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
986 https://bugs.webkit.org/show_bug.cgi?id=140886
988 Reviewed by Žan Doberšek.
990 * Source/cmake/WebKitHelpers.cmake:
992 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
994 [GTK] gtkdoc does not appear in DevHelp
995 https://bugs.webkit.org/show_bug.cgi?id=139369
997 Reviewed by Philippe Normand.
999 Expect the gtkdoc to be generated in folders named with the API version.
1001 * Source/PlatformGTK.cmake:
1003 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
1005 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
1006 https://bugs.webkit.org/show_bug.cgi?id=140609
1008 Reviewed by Csaba Osztrogonác.
1010 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
1011 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
1012 compilation flags. Those were added after the jsCStack branch merge, but
1013 can now be removed since the -ftree-dce issues were fixed in GCC, and
1014 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
1016 * Source/cmake/OptionsEfl.cmake:
1017 * Source/cmake/OptionsGTK.cmake:
1019 2015-01-26 Commit Queue <commit-queue@webkit.org>
1021 Unreviewed, rolling out r179107.
1022 https://bugs.webkit.org/show_bug.cgi?id=140880
1024 The GCC in the bots doesn't support the AsyncTask
1025 implementation (Requested by KaL on #webkit).
1029 "[GTK] Enable IndexedDB"
1030 https://bugs.webkit.org/show_bug.cgi?id=98932
1031 http://trac.webkit.org/changeset/179107
1033 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
1035 [GTK] Enable IndexedDB
1036 https://bugs.webkit.org/show_bug.cgi?id=98932
1038 Reviewed by Žan Doberšek.
1040 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
1041 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
1043 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
1045 [GTK] Add initial database process support
1046 https://bugs.webkit.org/show_bug.cgi?id=139491
1048 Reviewed by Sergio Villar Senin.
1050 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
1052 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
1054 Add a build flag for ES6 class syntax
1055 https://bugs.webkit.org/show_bug.cgi?id=140760
1057 Reviewed by Michael Saboff.
1059 * Source/cmake/WebKitFeatures.cmake:
1060 * Source/cmakeconfig.h.cmake:
1062 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
1064 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
1065 https://bugs.webkit.org/show_bug.cgi?id=140049
1067 Reviewed by Gyuyoung Kim.
1069 * Source/cmake/OptionsCommon.cmake:
1071 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
1073 Remove ENABLE(INSPECTOR) ifdef guards
1074 https://bugs.webkit.org/show_bug.cgi?id=140668
1076 Reviewed by Darin Adler.
1078 * Source/PlatformEfl.cmake:
1079 * Source/cmake/OptionsEfl.cmake:
1080 * Source/cmake/OptionsGTK.cmake:
1081 * Source/cmake/OptionsMac.cmake:
1082 * Source/cmake/WebKitFeatures.cmake:
1083 * Source/cmakeconfig.h.cmake:
1085 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
1087 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
1089 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1091 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1093 [CMAKE] Fix cmake warning
1094 https://bugs.webkit.org/show_bug.cgi?id=140497
1096 Reviewed by Gustavo Noronha Silva.
1098 r173155 already tried to fix cmake warning though, the warning is still exist.
1099 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
1100 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
1101 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
1102 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
1103 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
1107 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
1109 [GTK] Generate the make dist manifest from a CMake template file
1110 https://bugs.webkit.org/show_bug.cgi?id=139387
1112 Reviewed by Martin Robinson.
1114 Generate manifest.txt from manifest.txt.in. Only expose the dist and
1115 distcheck targets for developer builds, as they won't work when
1116 building from a tarball because the manifest is not distributed.
1118 * Source/PlatformGTK.cmake:
1120 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
1122 Remove ENABLE(SQL_DATABASE) guards
1123 https://bugs.webkit.org/show_bug.cgi?id=140434
1125 Reviewed by Darin Adler.
1127 * Source/cmake/OptionsMac.cmake:
1128 * Source/cmake/WebKitFeatures.cmake:
1129 * Source/cmakeconfig.h.cmake:
1131 2015-01-11 Sam Weinig <sam@webkit.org>
1133 Remove support for SharedWorkers
1134 https://bugs.webkit.org/show_bug.cgi?id=140344
1136 Reviewed by Anders Carlsson.
1138 * Source/cmake/OptionsEfl.cmake:
1139 * Source/cmake/OptionsGTK.cmake:
1140 * Source/cmake/OptionsMac.cmake:
1141 * Source/cmake/WebKitFeatures.cmake:
1142 * Source/cmakeconfig.h.cmake:
1144 2015-01-10 Dan Bernstein <mitz@apple.com>
1146 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
1147 https://bugs.webkit.org/show_bug.cgi?id=140339
1149 Reviewed by Mark Rowe.
1151 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
1152 prevents unnecessary rebuilding due to PATH differences.
1154 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
1156 [GTK][ThreadedCompositor] Add support for threaded compositor.
1157 https://bugs.webkit.org/show_bug.cgi?id=118265
1159 Reviewed by Martin Robinson.
1161 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
1162 autotools build systems. The feature is disabled by default.
1163 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
1164 from the feature flags.
1166 * Source/cmake/OptionsEfl.cmake:
1167 * Source/cmake/OptionsGTK.cmake:
1168 * Source/cmake/WebKitFeatures.cmake:
1169 * Source/cmakeconfig.h.cmake:
1171 2014-12-23 Alexey Proskuryakov <ap@apple.com>
1173 Simplify building with ASan
1174 https://bugs.webkit.org/show_bug.cgi?id=139916
1176 Reviewed by Mark Rowe.
1178 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
1180 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
1182 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
1184 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1186 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
1188 Null dereference performing a "TapAndAHalf" gesture in Google search field
1190 <https://bugs.webkit.org/show_bug.cgi?id=139506>
1191 <rdar://problem/19028828>
1193 Reviewed by Darin Adler.
1195 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
1197 2014-12-10 Dean Jackson <dino@apple.com>
1199 Blur filter performance test doesn't provide results
1200 https://bugs.webkit.org/show_bug.cgi?id=139462
1202 Reviewed by Sam Weinig.
1204 This can't currently work under our performance test
1205 infrastructure. Move it to a manual test to avoid
1206 putting FAILures into the results.
1208 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
1210 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
1212 [GTK][WK2] Add HTML5 Notifications support
1213 https://bugs.webkit.org/show_bug.cgi?id=61140
1215 Reviewed by Carlos Garcia Campos.
1217 * Source/cmake/FindLibNotify.cmake: Added.
1218 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
1219 libnotify and use it for a default implementation when found.
1221 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
1223 REGRESSION(r155906): Page content disappears on Tuaw article after loading
1224 https://bugs.webkit.org/show_bug.cgi?id=138100
1226 Reviewed by Simon Fraser.
1228 DRT causes an extra paint which makes it impossible to test this with
1231 * ManualTests/float-layer-not-painting.html: Added.
1233 2014-12-07 Alberto Garcia <berto@igalia.com>
1235 [GTK] WebKit has a new required dependency on GnuTLS
1236 https://bugs.webkit.org/show_bug.cgi?id=136158
1238 Reviewed by Martin Robinson.
1240 Detect if GnuTLS is installed and enable or disable subtle crypto
1241 support accordingly.
1243 * Source/cmake/OptionsGTK.cmake:
1245 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
1247 [GTK] Missing API detected in GObject DOM bindings after r176630
1248 https://bugs.webkit.org/show_bug.cgi?id=139201
1250 Reviewed by Gustavo Noronha Silva.
1252 Change GENERATE_BINDINGS macro to receive a list of optional
1253 additional dependencies, so that we can add more dependecies
1254 without having to change the macro.
1256 * Source/cmake/WebKitMacros.cmake:
1258 2014-12-05 Simon Fraser <simon.fraser@apple.com>
1260 Programmatic scrolling and content changes are not always synchronized
1261 https://bugs.webkit.org/show_bug.cgi?id=139245
1262 rdar://problem/18833612
1264 Reviewed by Anders Carlsson.
1266 Manual test that tries to sync layout with programmatic scrolling.
1268 * ManualTests/programmatic-scroll-flicker.html: Added.
1270 2014-12-04 Alberto Garcia <berto@igalia.com>
1272 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
1273 https://bugs.webkit.org/show_bug.cgi?id=136576
1275 Reviewed by Carlos Garcia Campos.
1277 CMake should complain if Accelerated 2D Canvas is explicitly
1278 enabled but cairo-gl is not found.
1280 * Source/cmake/OptionsGTK.cmake:
1282 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1284 [EFL] Add subtle crypto to the build system
1285 https://bugs.webkit.org/show_bug.cgi?id=138612
1287 Reviewed by Csaba Osztrogonác.
1289 * Source/cmake/OptionsEfl.cmake:
1291 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1293 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
1294 https://bugs.webkit.org/show_bug.cgi?id=139085
1296 Reviewed by Andreas Kling.
1298 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
1299 * Source/cmake/WebKitFeatures.cmake: ditto.
1300 * Source/cmakeconfig.h.cmake: ditto.
1302 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
1304 [EFL] Drop support for the EFL 1.7
1305 https://bugs.webkit.org/show_bug.cgi?id=139114
1307 Reviewed by Gyuyoung Kim.
1309 * Source/cmake/EFLHelpers.cmake: Removed.
1310 * Source/cmake/FindEcore.cmake: Removed.
1311 * Source/cmake/FindEdje.cmake: Removed.
1312 * Source/cmake/FindEet.cmake: Removed.
1313 * Source/cmake/FindEeze.cmake: Removed.
1314 * Source/cmake/FindEfreet.cmake: Removed.
1315 * Source/cmake/FindEina.cmake: Removed.
1316 * Source/cmake/FindElementary.cmake: Removed.
1317 * Source/cmake/FindEvas.cmake: Removed.
1318 * Source/cmake/OptionsEfl.cmake:
1320 2014-11-28 Philippe Normand <pnormand@igalia.com>
1322 [CMake] Build failure against GStreamer git master
1323 https://bugs.webkit.org/show_bug.cgi?id=138872
1325 Reviewed by Csaba Osztrogon.
1327 * Source/cmake/FindGStreamer.cmake: Simplified the
1328 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
1329 headers lookup, there's no need to do this manually. Also
1330 explicitely check the version specified in GStreamer_FIND_VERSION.
1332 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
1334 [EFL] Remove E_Dbus dependency
1335 https://bugs.webkit.org/show_bug.cgi?id=136355
1337 Reviewed by Gyuyoung Kim.
1339 * Source/cmake/FindE_DBus.cmake: Removed.
1340 * Source/cmake/OptionsEfl.cmake:
1342 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
1344 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
1346 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1348 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
1350 [CMake] Use ld.gold if it is available to speedup builds
1351 https://bugs.webkit.org/show_bug.cgi?id=137953
1353 Reviewed by Carlos Garcia Campos.
1355 * Source/cmake/OptionsCommon.cmake:
1357 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
1359 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
1360 https://bugs.webkit.org/show_bug.cgi?id=138840
1362 Reviewed by Csaba Osztrogonác.
1364 * Source/cmake/OptionsCommon.cmake:
1366 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
1368 Remove Source/Platform cruft
1369 https://bugs.webkit.org/show_bug.cgi?id=138658
1371 Reviewed by Anders Carlsson.
1374 * Source/Platform: Removed.
1376 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
1378 Enable Cortex-A53-specific code paths by default if core is detected.
1379 https://bugs.webkit.org/show_bug.cgi?id=138499
1381 Reviewed by Csaba Osztrogonác.
1383 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
1384 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
1387 Since on ARM64/Linux the part number that cpuinfo reports depends on
1388 the core the query is run on, the check is bound to and executed on the
1389 available cores one by one.
1391 * Source/cmake/OptionsCommon.cmake:
1393 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1395 [EFL] Remove unnecessary version check from OptionsEfl.cmake
1396 https://bugs.webkit.org/show_bug.cgi?id=138498
1398 Reviewed by Csaba Osztrogonác.
1400 * Source/cmake/OptionsEfl.cmake:
1402 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1404 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
1405 https://bugs.webkit.org/show_bug.cgi?id=138465
1407 Reviewed by Gyuyoung Kim.
1409 * Source/cmake/OptionsEfl.cmake:
1411 2014-11-03 Dean Jackson <dino@apple.com>
1413 Add ENABLE_FILTERS_LEVEL_2 feature guard.
1414 https://bugs.webkit.org/show_bug.cgi?id=138362
1416 Reviewed by Tim Horton.
1418 Add a new feature define for Level 2 of CSS Filters.
1419 http://dev.w3.org/fxtf/filters-2/
1421 * Source/cmake/OptionsEfl.cmake:
1422 * Source/cmake/OptionsGTK.cmake:
1423 * Source/cmake/OptionsMac.cmake:
1424 * Source/cmake/WebKitFeatures.cmake:
1425 * Source/cmakeconfig.h.cmake:
1427 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
1429 Workaround for Cortex-A53 erratum 835769
1430 https://bugs.webkit.org/show_bug.cgi?id=138315
1432 Reviewed by Filip Pizlo.
1434 This patch introduces CMake variable and preprocessor macro
1435 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
1436 code paths, if set true.
1438 * Source/cmake/OptionsCommon.cmake:
1439 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
1441 * Source/cmakeconfig.h.cmake:
1442 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
1444 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
1446 [GTK] Fix the build of FTL JIT
1447 https://bugs.webkit.org/show_bug.cgi?id=138298
1449 Reviewed by Carlos Garcia Campos.
1451 * Source/cmake/OptionsGTK.cmake:
1452 Remove the need for the LIBCXXABI package.
1454 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
1456 REGRESSION(CMake): Make it possible to build without introspection
1457 https://bugs.webkit.org/show_bug.cgi?id=138006
1459 Reviewed by Philippe Normand.
1461 Add ENABLE_INTROSPECTION option.
1463 * Source/PlatformGTK.cmake: Dot not add gir global target if
1464 introspection is disabled.
1465 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
1466 introspection is disabled.
1468 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
1470 [GTK] Support script message handlers WebKitUserContentManager
1471 https://bugs.webkit.org/show_bug.cgi?id=133730
1473 Reviewed by Carlos Garcia Campos.
1475 Support user script message handlers in WebKitUserContentManager.
1476 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
1477 an option is added to the CMake build files. The option is disabled
1478 globally by default, and the WebKitGTK port enables it. On the API
1479 level, two new methods to register and unregister names are provided
1480 in the "window.webkit" namespace, and on message reception the
1481 "WebKitUserContentManager::script-message-received" signal is
1482 emitted, using the registered names as signal detail.
1484 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
1485 ENABLE_USER_MESSAGE_HANDLERS feature by default.
1486 * Source/cmake/WebKitFeatures.cmake: Add feature description for
1487 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
1489 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
1491 [GTK] Bump libsoup's minimum version to 2.42.0.
1492 https://bugs.webkit.org/show_bug.cgi?id=138086
1494 Reviewed by Martin Robinson.
1496 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
1497 soup-version.h header was added to soup.h in 2.41.4, which then becomes
1498 the minimum version required to build the port these days.
1500 In addition, since the autotools build system required 2.42.0 before
1501 being retired, require the same version here. Version 2.42.0 was also
1503 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
1505 * Source/cmake/OptionsGTK.cmake:
1507 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1509 [EFL] Remove unnecessary defines from OptionsEfl.cmake
1510 https://bugs.webkit.org/show_bug.cgi?id=138132
1512 Reviewed by Csaba Osztrogonác.
1514 * Source/cmake/OptionsEfl.cmake:
1516 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
1518 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
1520 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1522 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
1524 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
1525 https://bugs.webkit.org/show_bug.cgi?id=137946
1527 Reviewed by Gyuyoung Kim.
1529 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
1531 * Source/cmake/OptionsEfl.cmake:
1533 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
1535 Fix FTL Native Inlining for EFL
1536 https://bugs.webkit.org/show_bug.cgi?id=137774
1538 Reviewed by Michael Saboff.
1540 Updated CMake for FTL Native Inlining.
1543 * Source/cmake/FindClang.cmake: Added.
1544 * Source/cmake/OptionsEfl.cmake:
1545 * Source/cmakeconfig.h.cmake:
1547 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
1549 Web Inspector: Generate all Inspector domains together in JavaScriptCore
1550 https://bugs.webkit.org/show_bug.cgi?id=137748
1552 Reviewed by Brian Burg.
1554 * Source/PlatformEfl.cmake:
1556 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
1558 [GTK] Add initial gestures support
1559 https://bugs.webkit.org/show_bug.cgi?id=137812
1561 Reviewed by Sergio Villar Senin.
1563 Check if the GTK+ version supports gestures or not.
1565 * Source/cmake/FindGTK3.cmake:
1566 * Source/cmake/OptionsGTK.cmake:
1568 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
1570 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
1571 https://bugs.webkit.org/show_bug.cgi?id=137781
1573 Reviewed by Martin Robinson.
1575 We used to enable smooth scrolling unconditionally in autotools
1576 (via WebKitFeatures.m4), but since the switch to CMake it's
1577 unconditionally disabled, so changing the setting doesn't have any
1580 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
1582 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
1584 Removing CUSTOM_PROTOCOLS guard
1585 https://bugs.webkit.org/show_bug.cgi?id=137741
1587 Reviewed by Benjamin Poulain.
1589 * Source/cmake/OptionsEfl.cmake:
1591 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
1593 [EFL] Enable WebP support.
1594 https://bugs.webkit.org/show_bug.cgi?id=136156
1596 Reviewed by Gyuyoung Kim.
1598 Add WebP package finding rule.
1600 * Source/cmake/OptionsEfl.cmake:
1602 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
1604 [EFL] Enable custom URI schemes with CustomProtocols
1605 https://bugs.webkit.org/show_bug.cgi?id=128177
1607 Reviewed by Gyuyoung Kim.
1609 Fixing ewk_context_url_scheme_register() ewebkit2 API
1610 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
1612 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
1614 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
1616 Bump version to 2.7.0
1617 https://bugs.webkit.org/show_bug.cgi?id=137301
1619 Rubber-stamped by Carlos Garcia Campos.
1621 * Source/cmake/OptionsGTK.cmake: Bump version numbers
1623 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1625 [EFL] Rename TEST_THEME_DIR macro
1626 https://bugs.webkit.org/show_bug.cgi?id=137244
1628 Reviewed by Csaba Osztrogonác.
1630 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
1632 2014-09-27 Dan Bernstein <mitz@apple.com>
1634 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
1635 https://bugs.webkit.org/show_bug.cgi?id=137053
1637 Reviewed by Mark Rowe.
1639 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1640 In the build pre-action, pass the --wksi and --llvm options to
1641 copy-webkitlibraries-to-product-directory.
1642 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
1644 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
1646 [GTK] Enable CSS_IMAGE_SET in production builds
1647 https://bugs.webkit.org/show_bug.cgi?id=137142
1649 Reviewed by Alejandro G. Castro.
1651 This is required by the inspector to show some of the icons that
1652 has a HiDPI variant.
1654 * Source/cmake/OptionsGTK.cmake:
1656 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
1658 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
1659 https://bugs.webkit.org/show_bug.cgi?id=136377
1661 Reviewed by Philippe Normand.
1663 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
1664 for CMake versions less than 3.
1666 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
1668 Remove WinCE port from trunk
1669 https://bugs.webkit.org/show_bug.cgi?id=136951
1671 Reviewed by Alex Christensen.
1673 * Source/cmake/OptionsWinCE.cmake: Removed.
1674 * Source/cmake/WebKitPackaging.cmake:
1676 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
1678 [EFL][GTK] Remove WebKit1 related codes
1679 https://bugs.webkit.org/show_bug.cgi?id=136853
1681 Reviewed by Csaba Osztrogonác.
1683 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
1686 * Source/PlatformGTK.cmake:
1688 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1691 https://bugs.webkit.org/show_bug.cgi?id=136820
1693 Reviewed by Csaba Osztrogonác.
1695 * Source/cmake/FindICU.cmake:
1697 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
1699 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
1700 https://bugs.webkit.org/show_bug.cgi?id=136814
1702 Reviewed by Philippe Normand.
1704 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
1705 We bundle the wayland-egl dependency with wayland-client and wayland-server
1706 and store the resulting variables with the WAYLAND_ prefix. Because of this
1707 this line wasn't exporting anything useful.
1709 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
1711 URTBF after r173574.
1713 * Source/cmake/WebKitMacros.cmake:
1715 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
1717 [JavaScriptCore] Fix FTL on platform EFL.
1718 https://bugs.webkit.org/show_bug.cgi?id=133571
1720 Reviewed by Filip Pizlo.
1724 * Source/cmake/FindLIBCXXABI.cmake: Removed.
1725 * Source/cmake/OptionsEfl.cmake:
1727 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1730 https://bugs.webkit.org/show_bug.cgi?id=136571
1732 Reviewed by Darin Adler.
1734 * Source/cmake/OptionsEfl.cmake:
1735 * Source/cmake/OptionsGTK.cmake:
1736 * Source/cmake/OptionsMac.cmake:
1737 * Source/cmake/WebKitFeatures.cmake:
1738 * Source/cmakeconfig.h.cmake:
1740 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1742 Remove CSS_FILTERS flag
1743 https://bugs.webkit.org/show_bug.cgi?id=136529
1745 Reviewed by Dirk Schulze.
1747 * Source/cmake/OptionsEfl.cmake:
1748 * Source/cmake/OptionsGTK.cmake:
1749 * Source/cmake/OptionsMac.cmake:
1750 * Source/cmake/WebKitFeatures.cmake:
1751 * Source/cmakeconfig.h.cmake:
1753 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1755 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
1756 https://bugs.webkit.org/show_bug.cgi?id=136194
1758 Reviewed by Csaba Osztrogonác.
1760 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
1764 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1766 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
1767 https://bugs.webkit.org/show_bug.cgi?id=135560
1769 Reviewed by Gyuyoung Kim.
1771 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
1773 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
1775 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
1776 https://bugs.webkit.org/show_bug.cgi?id=136343
1778 Reviewed by David Kilzer.
1780 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
1782 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1783 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1785 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
1787 [EFL] Share fast/speechsynthesis/ with other ports
1788 https://bugs.webkit.org/show_bug.cgi?id=136224
1790 Reviewed by Chris Fleizach.
1792 Enable WebSpeech for EFL.
1794 * Source/cmake/OptionsEfl.cmake:
1796 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
1798 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
1799 https://bugs.webkit.org/show_bug.cgi?id=136127
1801 Reviewed by Gyuyoung Kim.
1803 Add build support for espeak.
1805 * Source/cmake/FindEspeak.cmake: Added.
1806 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
1808 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
1810 [EFL] Build break using clang
1811 https://bugs.webkit.org/show_bug.cgi?id=136245
1813 Reviewed by Gyuyoung Kim.
1815 * Source/cmake/OptionsEfl.cmake:
1816 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
1817 Some warnings are from system libraries.
1819 2014-08-25 Alberto Garcia <berto@igalia.com>
1821 [GTK] Unify webkitgtk and webkit2gtk directories
1822 https://bugs.webkit.org/show_bug.cgi?id=136209
1824 Reviewed by Carlos Garcia Campos.
1826 Use webkit2gtk-X.X both for the process binaries and the injected
1829 * Source/cmake/OptionsGTK.cmake:
1831 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
1833 [EFL] Move Efl specific code from Source/CMakeLists.txt
1834 https://bugs.webkit.org/show_bug.cgi?id=136206
1836 Reviewed by Gyuyoung Kim.
1838 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
1839 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
1841 * Source/CMakeLists.txt:
1842 * Source/cmake/OptionsEfl.cmake:
1844 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
1846 [EFL] Introduce DEVELOPER_MODE
1847 https://bugs.webkit.org/show_bug.cgi?id=135884
1849 Reviewed by Gyuyoung Kim.
1851 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
1852 instead of SHARED_CORE.
1853 SHARED_CORE can reduce link time and memory consumption but it is slightly different
1854 from release binary.
1856 * Source/cmake/OptionsEfl.cmake:
1857 * Source/cmake/WebKitHelpers.cmake:
1858 Moved fvisibility=hidden to OptionsEfl.cmake
1860 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
1862 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
1863 https://bugs.webkit.org/show_bug.cgi?id=136110
1865 Reviewed by Gyuyoung Kim.
1867 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
1869 * Source/cmake/OptionsEfl.cmake:
1871 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1873 [EFL] Apply eflsymbols.filter to WebKit2
1874 https://bugs.webkit.org/show_bug.cgi?id=136148
1876 Reviewed by Csaba Osztrogonác.
1878 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
1879 in the eflsymbols.filter.
1881 * Source/cmake/OptionsEfl.cmake:
1882 * Source/cmake/eflsymbols.filter:
1884 2014-08-21 Zalan Bujtas <zalan@apple.com>
1886 Enable SATURATED_LAYOUT_ARITHMETIC.
1887 https://bugs.webkit.org/show_bug.cgi?id=136106
1889 Reviewed by Simon Fraser.
1891 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
1892 (No measurable performance regression on Mac.)
1894 * Source/cmake/OptionsMac.cmake:
1895 * Source/cmake/WebKitFeatures.cmake:
1896 * Source/cmakeconfig.h.cmake:
1898 2014-08-19 Zalan Bujtas <zalan@apple.com>
1900 Remove ENABLE(SUBPIXEL_LAYOUT).
1901 https://bugs.webkit.org/show_bug.cgi?id=136077
1903 Reviewed by Simon Fraser.
1905 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
1907 * Source/cmake/OptionsEfl.cmake:
1908 * Source/cmake/OptionsGTK.cmake:
1909 * Source/cmake/OptionsMac.cmake:
1910 * Source/cmake/WebKitFeatures.cmake:
1911 * Source/cmakeconfig.h.cmake:
1913 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
1915 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
1916 https://bugs.webkit.org/show_bug.cgi?id=135980
1918 Reviewed by Martin Robinson.
1920 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
1921 overrides any other disabled optimization that was prepended to these
1922 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
1923 lists first in the final list of compilation flags.
1925 To avoid -On re-enabling optimizations that we'd like to keep disabled,
1926 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
1928 * Source/cmake/OptionsCommon.cmake:
1929 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
1930 * Source/cmake/OptionsGTK.cmake:
1932 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
1934 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
1936 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1938 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
1940 [GTK] Disable memory sampler on non-Linux system
1941 https://bugs.webkit.org/show_bug.cgi?id=134483
1943 Reviewed by Philippe Normand.
1945 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
1946 Linux because it uses many Linux-specific features, so we should disable
1947 memory sampler on other systems by default.
1949 * Source/cmake/OptionsGTK.cmake:
1951 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
1953 [GTK] HTML API documentation should also be installed versioned
1954 https://bugs.webkit.org/show_bug.cgi?id=135970
1956 Reviewed by Philippe Normand.
1958 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
1961 2014-08-14 Tomas Popela <tpopela@redhat.com>
1963 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
1964 https://bugs.webkit.org/show_bug.cgi?id=135937
1966 Reviewed by Carlos Garcia Campos.
1970 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
1972 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
1973 https://bugs.webkit.org/show_bug.cgi?id=135934
1975 Reviewed by Gustavo Noronha Silva.
1977 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
1978 The gir files should installed in $datadir/gir-1.0/ together with all other
1979 gir files. We don't need to install introspection files in a versioned
1980 directory because their filenames already contain the binary version. But before
1981 r171598, the files were only installed to the right directory if the
1982 gobject-instrospection pkg-config file was in the same prefix than the one we
1983 wanted to install, because the gir and typelibs directories were extracted from
1984 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
1985 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
1986 like we do in the autotools build.
1988 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
1989 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
1990 * Source/cmake/OptionsGTK.cmake: Define
1991 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
1993 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
1995 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
1996 https://bugs.webkit.org/show_bug.cgi?id=135836
1998 Reviewed by Philippe Normand.
2000 * Source/PlatformGTK.cmake: Add install command to also install
2001 the GObject DOM bindings API docs.
2003 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
2005 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
2006 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
2007 re-set CMAKE_C_FLAGS with the new string. The two flags should really
2008 be appended to CMAKE_C_FLAGS and the same variable re-set with the
2011 * Source/cmake/OptionsCommon.cmake:
2013 2014-08-13 Alex Christensen <achristensen@webkit.org>
2015 Progress towards CMake on Mac.
2016 https://bugs.webkit.org/show_bug.cgi?id=135819
2018 Reviewed by Laszlo Gombos.
2020 * Source/cmake/OptionsMac.cmake:
2021 Disable some more features temporarily to get CMake working.
2022 * Source/cmake/WebKitMacros.cmake:
2023 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
2025 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
2027 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
2028 https://bugs.webkit.org/show_bug.cgi?id=135798
2030 Reviewed by Philippe Normand.
2032 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
2034 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
2035 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
2036 https://bugs.webkit.org/show_bug.cgi?id=133317
2038 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
2040 Reviewed by Philippe Normand.
2042 No new tests since no new functionality has been added.
2044 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
2046 2014-08-11 Commit Queue <commit-queue@webkit.org>
2048 Unreviewed, rolling out r172393.
2049 https://bugs.webkit.org/show_bug.cgi?id=135796
2051 discussion needed about GnuTLS version bump on the bots
2052 (Requested by philn on #webkit).
2056 https://bugs.webkit.org/show_bug.cgi?id=133317
2057 http://trac.webkit.org/changeset/172393
2059 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
2060 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
2061 https://bugs.webkit.org/show_bug.cgi?id=133317
2063 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
2065 Reviewed by Philippe Normand.
2067 No new tests since no new functionality has been added.
2069 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
2071 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
2073 [GTK] Adds stubs for all subtle crypto algorithm implemntations
2074 https://bugs.webkit.org/show_bug.cgi?id=133316
2076 Reviewed by Philippe Normand.
2078 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
2079 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
2080 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
2082 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
2084 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
2086 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2088 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
2090 [GTK] REGRESSION(r166239): The ld version script is not being used
2091 https://bugs.webkit.org/show_bug.cgi?id=135694
2093 Reviewed by Martin Robinson.
2095 Move the symbols filter file from Tools/gtk to Source/cmake and rename
2096 it as gtksymbols.filter. Also updated it, since some of the symbols
2097 exported were renamed.
2099 * Source/cmake/OptionsGTK.cmake:
2100 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
2102 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
2104 [GTK] Child processes should be installed in a versioned directory
2105 https://bugs.webkit.org/show_bug.cgi?id=135754
2107 Reviewed by Gustavo Noronha Silva.
2109 Define LIBEXEC_INSTALL_DIR as
2110 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
2111 so that the child processes are installed in $libexec/webkitgtk-4.0.
2112 This makes it possible to install 2.6 in parallel to older versions.
2114 * Source/cmake/OptionsGTK.cmake:
2116 2014-08-08 Alex Christensen <achristensen@webkit.org>
2118 Progress towards using CMake on Mac.
2119 https://bugs.webkit.org/show_bug.cgi?id=135662
2121 Reviewed by Laszlo Gombos.
2124 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
2125 * Source/cmake/WebKitFeatures.cmake:
2126 * Source/cmakeconfig.h.cmake:
2127 Added features that are needed by the Mac port.
2128 * Source/cmake/OptionsMac.cmake:
2129 Enable CSS_IMAGE_SET based on FeatureDefines.h.
2130 Disable the FTL with CMake for now.
2131 * Source/cmake/OptionsEFL.cmake:
2132 * Source/cmake/OptionsGTK.cmake:
2133 Enable subpixel layout to not conflict with FeatureDefines.h
2135 2014-08-08 Simon Fraser <simon.fraser@apple.com>
2137 Undo some erroneous changes to the Xcode scheme files from r172259.
2139 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2140 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2142 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
2144 [CMake] Drop the required version of CMake down to 2.8.8
2145 https://bugs.webkit.org/show_bug.cgi?id=135713
2147 Reviewed by Alex Christensen.
2149 * CMakeLists.txt: Require CMake 2.8.8.
2151 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
2153 Get rid of INPUT_SPEECH
2154 https://bugs.webkit.org/show_bug.cgi?id=135672
2156 Reviewed by Andreas Kling.
2158 * Source/cmake/OptionsMac.cmake:
2159 * Source/cmake/WebKitFeatures.cmake:
2160 * Source/cmakeconfig.h.cmake:
2162 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
2164 [GTK] Disable IndexedDB
2165 https://bugs.webkit.org/show_bug.cgi?id=135692
2167 Reviewed by Carlos Garcia Campos.
2169 * Source/cmake/OptionsGTK.cmake:
2171 2014-08-06 Dean Jackson <dino@apple.com>
2173 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
2174 https://bugs.webkit.org/show_bug.cgi?id=135675
2176 Reviewed by Sam Weinig.
2178 * Source/cmake/OptionsGTK.cmake:
2179 * Source/cmake/OptionsMac.cmake:
2180 * Source/cmake/WebKitFeatures.cmake:
2181 * Source/cmakeconfig.h.cmake:
2183 2014-08-06 David Farler <dfarler@apple.com>
2185 Unreviewed build fix: Make includes semicolon in assignment.
2187 * Makefile.shared: Remove a ;
2189 2014-08-06 David Farler <dfarler@apple.com>
2191 Set DSYMUTIL_NUM_THREADS to the number of logical cores
2192 https://bugs.webkit.org/show_bug.cgi?id=135655
2194 Reviewed by Mark Rowe.
2196 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
2198 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
2200 [GTK] Be able to disable gtk2 dependency
2201 https://bugs.webkit.org/show_bug.cgi?id=135505
2203 Reviewed by Gustavo Noronha Silva.
2205 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
2206 required when it's enabled. It's enabled by default.
2208 * Source/cmake/OptionsGTK.cmake:
2210 2014-08-05 Alex Christensen <achristensen@webkit.org>
2213 https://bugs.webkit.org/show_bug.cgi?id=135620
2215 Reviewed by Laszlo Gombos.
2217 * Source/cmake/OptionsMac.cmake:
2218 Use UDIS86 by default on Mac.
2220 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
2222 Add a flag for the CSS Selectors level 4 implementation
2223 https://bugs.webkit.org/show_bug.cgi?id=135535
2225 Reviewed by Andreas Kling.
2227 * Source/cmake/OptionsEfl.cmake:
2228 * Source/cmake/OptionsGTK.cmake:
2229 * Source/cmake/WebKitFeatures.cmake:
2230 * Source/cmakeconfig.h.cmake:
2232 2014-08-04 Alex Christensen <achristensen@webkit.org>
2234 Progress towards CMake on Mac.
2235 https://bugs.webkit.org/show_bug.cgi?id=135528
2237 Reviewed by Gyuyoung Kim.
2239 * Source/cmake/OptionsMac.cmake:
2240 Made options list based on FeatureDefines.xcconfig files.
2242 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
2244 [GTK] Windowing target support should reflect the support in the GTK+ dependency
2245 https://bugs.webkit.org/show_bug.cgi?id=134736
2247 Reviewed by Martin Robinson.
2249 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
2250 support the X11 or Wayland windowing targets -- instead, if there's no support
2251 the specific target is disabled, and an error is thrown only if neither of the
2252 backends is enabled at the end..
2253 For now the X11 target remains enabled by default, and the Wayland target is
2254 kept disabled. Once it's possible to have both targets enabled at runtime in
2255 WebKit, the Wayland target will be enabled as well and we'll leave it to the
2256 GTK+ dependency to determine which targets can be enabled.
2258 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
2260 [CMake] Add FindWayland.cmake
2261 https://bugs.webkit.org/show_bug.cgi?id=135540
2263 Reviewed by Martin Robinson.
2265 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
2266 dependency. For now bundles the wayland-client, wayland-server and
2267 wayland-egl pkg-config targets into one dependency, but these could
2268 be split in the future if necessary.
2270 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
2272 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
2273 https://bugs.webkit.org/show_bug.cgi?id=135553
2275 Reviewed by Gyuyoung Kim.
2277 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
2278 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
2280 * Source/cmake/OptionsEfl.cmake:
2282 2014-08-01 Bear Travis <betravis@adobe.com>
2284 [Feature Queries] Enable Feature Queries on EFL/GTK
2285 https://bugs.webkit.org/show_bug.cgi?id=134902
2287 Reviewed by Benjamin Poulain.
2289 Enable CSS Feature Queries by default on the EFL and GTK
2292 * Source/cmake/OptionsEfl.cmake:
2293 * Source/cmake/OptionsGTK.cmake:
2295 2014-08-01 Alex Christensen <achristensen@webkit.org>
2297 Progress towards cmake on Windows.
2298 https://bugs.webkit.org/show_bug.cgi?id=135484
2300 Reviewed by Martin Robinson.
2303 Added Mac to list of ports, even though it is not done yet.
2304 Changed minimum bison version to version installed on Macs.
2305 * Source/cmake/OptionsAppleWin.cmake:
2306 Added some definitions.
2307 * Source/cmake/OptionsEfl.cmake:
2308 * Source/cmake/OptionsGTK.cmake:
2309 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
2310 * Source/cmake/OptionsMac.cmake: Added blank for now.
2311 * Source/cmake/OptionsWinCairo.cmake:
2312 * Source/cmake/OptionsWindows.cmake:
2313 Added some definitions.
2314 Removed /WX (warnings treated as error while compiling).
2315 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
2317 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
2319 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
2320 https://bugs.webkit.org/show_bug.cgi?id=135501
2322 Reviewed by Gyuyoung Kim.
2324 Use PROJECT_VERSION_MICRO instead.
2326 * Source/cmake/OptionsEfl.cmake:
2327 * Source/cmake/OptionsGTK.cmake:
2328 * Source/cmake/WebKitHelpers.cmake:
2330 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
2332 [EFL] Bump ewebkit version to 1.11
2333 https://bugs.webkit.org/show_bug.cgi?id=135487
2335 Reviewed by Gyuyoung Kim.
2337 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
2339 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
2341 [EFL] Add support for building with Geoclue2.
2342 https://bugs.webkit.org/show_bug.cgi?id=135455
2344 Reviewed by Gyuyoung Kim.
2346 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
2349 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
2351 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
2353 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2355 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
2357 [GTK] Bump binary version for 2.6
2358 https://bugs.webkit.org/show_bug.cgi?id=133724
2360 Reviewed by Philippe Normand.
2362 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
2363 update library version numbers.
2365 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
2367 [CMake] Bump the minimum required version
2368 https://bugs.webkit.org/show_bug.cgi?id=135382
2370 Reviewed by Gyuyoung Kim.
2372 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
2373 we introduced usage of target_include_directories().
2375 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
2377 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
2378 https://bugs.webkit.org/show_bug.cgi?id=135376
2380 Reviewed by Gyuyoung Kim.
2382 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
2384 * Source/cmake/OptionsEfl.cmake:
2385 * Source/cmake/OptionsGTK.cmake:
2387 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
2389 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
2390 https://bugs.webkit.org/show_bug.cgi?id=135288
2392 Reviewed by Martin Robinson.
2394 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
2395 datadir to pkgconfig
2396 * Source/cmake/OptionsGTK.cmake: define install directories early
2397 enough to be used in FindGObjectIntrospection.cmake
2399 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
2401 Remove CSS_EXCLUSIONS compile flag and leftover code
2402 https://bugs.webkit.org/show_bug.cgi?id=135175
2404 Reviewed by Zoltan Horvath.
2406 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
2407 stubs. This removes the flag and the useless code.
2409 * Source/cmake/WebKitFeatures.cmake:
2410 * Source/cmakeconfig.h.cmake:
2412 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
2414 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
2415 https://bugs.webkit.org/show_bug.cgi?id=135114
2417 Fix build with GStreamer 1.4
2419 Reviewed by Philippe Normand.
2421 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
2422 gst-mpegts component instead of the unstable 1.3.x verstions.
2424 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
2426 [GTK] Simplify make-dist command line arguments
2427 https://bugs.webkit.org/show_bug.cgi?id=134832
2429 Reviewed by Martin Robinson.
2431 * Source/PlatformGTK.cmake: Use --version instead of
2432 --tarball-root when running make-dist.py.
2434 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
2436 Add a manual test for r135044
2438 <https://bugs.webkit.org/show_bug.cgi?id=135044>
2440 Rubber-stamped by Andy Estes.
2442 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
2444 2014-07-18 Dana Burkart <dburkart@apple.com>
2446 Add a new 'analyze' target to the makefile. This will make use of a new
2447 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
2449 https://bugs.webkit.org/show_bug.cgi?id=135057
2450 <rdar://problem/10193187>
2452 Reviewed by David Kilzer.
2458 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
2460 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
2461 https://bugs.webkit.org/show_bug.cgi?id=134963
2463 Reviewed by Gyuyoung Kim.
2465 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
2467 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
2469 2014-07-14 Daniel Bates <dabates@apple.com>
2471 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
2472 https://bugs.webkit.org/show_bug.cgi?id=134905
2473 <rdar://problem/16602779>
2475 Reviewed by Simon Fraser.
2477 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
2478 on the tapped element when processing a touchend as a result of finger pressing and releasing
2479 on the same element that is initially positioned outside the visible content area.
2481 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
2483 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
2485 [GTK] Enable VIDEO_TRACK by default
2486 https://bugs.webkit.org/show_bug.cgi?id=134801
2488 Reviewed by Philippe Normand.
2490 * Source/cmake/OptionsGTK.cmake:
2492 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
2494 [GTK][CMake] Add a 'distcheck' target
2495 https://bugs.webkit.org/show_bug.cgi?id=130675
2497 Reviewed by Gustavo Noronha Silva.
2499 * Source/PlatformGTK.cmake: Add distcheck target.
2501 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
2503 [GTK] Use the same default options for production builds that previous stable releases
2504 https://bugs.webkit.org/show_bug.cgi?id=134589
2506 Reviewed by Martin Robinson.
2508 Change the default value of some features to match our stable releases.
2509 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
2510 canvas depend on whether cairo-gl is found.
2512 * Source/cmake/FindCairoGL.cmake: Added.
2513 * Source/cmake/OptionsGTK.cmake:
2515 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
2517 [EFL] Support Encrypted Media Extensions.
2518 https://bugs.webkit.org/show_bug.cgi?id=134750
2520 Reviewed by Gyuyoung Kim.
2522 Webkit needs to play encrypted media contents when media player
2523 is played by Media source extensions and normal video procedure.
2525 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
2527 2014-07-08 Alex Christensen <achristensen@webkit.org>
2529 Steps towards CMake on Windows.
2530 https://bugs.webkit.org/show_bug.cgi?id=134716
2532 Reviewed by Martin Robinson.
2535 Added AppleWin and WinCairo to list of CMake ports.
2536 * Source/cmake/OptionsAppleWin.cmake: Added.
2537 * Source/cmake/OptionsWinCairo.cmake: Added.
2538 * Source/cmake/OptionsWindows.cmake:
2539 Windows needs to use the system malloc. Other options to come.
2541 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2543 [EFL] Support Geolocation
2544 https://bugs.webkit.org/show_bug.cgi?id=134439
2546 Reviewed by Antonio Gomes.
2548 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
2550 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
2552 Broken build with build-webkit --no-video
2553 https://bugs.webkit.org/show_bug.cgi?id=134587
2555 Reviewed by Darin Adler.
2557 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
2559 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
2561 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
2563 [GTK] The list of features shown by cmake is not accurate
2564 https://bugs.webkit.org/show_bug.cgi?id=134588
2566 Reviewed by Gustavo Noronha Silva.
2568 The problem is that some options might change after the feature
2569 list has been printed.
2571 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
2572 setting the default values of features and set WEBGL value
2573 depending on the dependencies, and API_TEST depending on whether
2574 developer mode is enabled or not.
2576 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
2578 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
2579 https://bugs.webkit.org/show_bug.cgi?id=134578
2581 Reviewed by Gyuyoung Kim.
2583 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
2584 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
2585 disable related option if it is not ON.
2587 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
2588 * Source/cmake/OptionsGTK.cmake: Ditto.
2589 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
2591 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
2593 [GTK] make dist is broken
2594 https://bugs.webkit.org/show_bug.cgi?id=134542
2596 Reviewed by Martin Robinson.
2598 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
2600 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
2602 [CMake] Add necessary support for building for the Wayland target
2603 https://bugs.webkit.org/show_bug.cgi?id=134160
2605 Reviewed by Darin Adler.
2607 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
2608 is enabled, and that its version matches the version of the generic package. Same
2609 for the gtk+-wayland-3.0 package and the Wayland target.
2610 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
2611 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
2612 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
2613 so they keep building the TestNetscapePlugin target.
2614 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
2615 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
2616 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
2617 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
2618 the minimum required version as soon as that target is enabled. Only search for GLX
2619 if the X11 target is enabled.
2621 2014-06-29 Yoav Weiss <yoav@yoav.ws>
2623 Add support for HTMLImageElement's sizes attribute
2624 https://bugs.webkit.org/show_bug.cgi?id=133620
2626 Reviewed by Dean Jackson.
2628 Added an ENABLE_PICTURE_SIZES compile flag.
2630 * Source/cmake/WebKitFeatures.cmake:
2631 * Source/cmakeconfig.h.cmake:
2633 2014-06-26 Daniel Bates <dabates@apple.com>
2635 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
2636 https://bugs.webkit.org/show_bug.cgi?id=134309
2637 <rdar://problem/17427385>
2639 Reviewed by Darin Adler.
2641 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
2644 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
2646 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
2648 Remove build guard for progress element
2649 https://bugs.webkit.org/show_bug.cgi?id=134292
2651 Reviewed by Benjamin Poulain.
2653 The build flag is no longer needed as it is always on.
2655 * Source/cmake/WebKitFeatures.cmake:
2656 * Source/cmakeconfig.h.cmake:
2658 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
2660 [EFL] Platform support for WebSpeech feature.
2661 https://bugs.webkit.org/show_bug.cgi?id=116438
2663 Reviewed by Csaba Osztrogonác.
2665 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
2667 * Source/cmake/OptionsEfl.cmake:
2668 * Source/cmake/WebKitFeatures.cmake:
2670 2014-06-23 Philippe Normand <pnormand@igalia.com>
2672 Unreviewed, GTK build fix after r170266.
2674 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
2676 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2678 Disable gamepad feature on EFL and GTK ports by default
2679 https://bugs.webkit.org/show_bug.cgi?id=134169
2681 Reviewed by Brady Eidson.
2683 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
2685 2014-06-21 Brady Eidson <beidson@apple.com>
2687 Gamepad API - Deprecate the existing implementation
2688 https://bugs.webkit.org/show_bug.cgi?id=134108
2690 Reviewed by Timothy Hatcher.
2692 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
2693 -Add the "Deprecated" suffix to some implementation files
2695 * Source/cmake/OptionsEfl.cmake:
2696 * Source/cmake/OptionsGTK.cmake:
2697 * Source/cmake/WebKitFeatures.cmake:
2698 * Source/cmakeconfig.h.cmake:
2700 2014-06-21 Commit Queue <commit-queue@webkit.org>
2702 Unreviewed, rolling out r170244.
2703 https://bugs.webkit.org/show_bug.cgi?id=134157
2705 GTK/EFL bindings generator works differently, making this
2706 patch not work there. Will fix entire patch after a rollout.
2707 (Requested by bradee-oh on #webkit).
2711 "Gamepad API - Deprecate the existing implementation"
2712 https://bugs.webkit.org/show_bug.cgi?id=134108
2713 http://trac.webkit.org/changeset/170244
2715 2014-06-21 Brady Eidson <beidson@apple.com>
2717 Gamepad API - Deprecate the existing implementation
2718 https://bugs.webkit.org/show_bug.cgi?id=134108
2720 Reviewed by Timothy Hatcher.
2722 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
2723 -Add the "Deprecated" suffix to some implementation files
2725 * Source/cmake/OptionsEfl.cmake:
2726 * Source/cmake/OptionsGTK.cmake:
2727 * Source/cmake/WebKitFeatures.cmake:
2728 * Source/cmakeconfig.h.cmake:
2730 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2732 Removing PAGE_VISIBILITY_API compile guard.
2733 https://bugs.webkit.org/show_bug.cgi?id=133844
2735 Reviewed by Gavin Barraclough.
2737 * Source/cmake/OptionsEfl.cmake:
2738 * Source/cmake/OptionsGTK.cmake:
2739 * Source/cmake/WebKitFeatures.cmake:
2740 * Source/cmakeconfig.h.cmake:
2742 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
2744 [EFL][CMAKE] Disable WebKit1 build as a default
2745 https://bugs.webkit.org/show_bug.cgi?id=134093
2747 Reviewed by Gyuyoung Kim.
2749 Disable WebKit1 build and enable WebKit2 build for the EFL port.
2751 * Source/cmake/OptionsEfl.cmake:
2753 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2755 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
2756 https://bugs.webkit.org/show_bug.cgi?id=130389
2758 Reviewed by Mark Lam.
2760 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
2761 into !ENABLE(JIT) since they are mutually exclusive.
2763 * Source/cmake/OptionsEfl.cmake:
2764 * Source/cmake/OptionsGTK.cmake:
2765 * Source/cmake/WebKitFeatures.cmake:
2766 * Source/cmakeconfig.h.cmake:
2768 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
2770 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
2771 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
2772 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
2773 by the plugin process, but it is searched and utilized separately.
2775 Rubber-stamped by Carlos Garcia Campos.
2777 * Source/cmake/OptionsGTK.cmake:
2779 2014-06-16 Commit Queue <commit-queue@webkit.org>
2781 Unreviewed, rolling out r170003.
2782 https://bugs.webkit.org/show_bug.cgi?id=133938
2784 This patch broke GTK build (Requested by kczech on #webkit).
2788 "[EFL] Platform support for WebSpeech feature."
2789 https://bugs.webkit.org/show_bug.cgi?id=116438
2790 http://trac.webkit.org/changeset/170003
2792 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
2794 [EFL] Platform support for WebSpeech feature.
2795 https://bugs.webkit.org/show_bug.cgi?id=116438
2797 Reviewed by Gyuyoung Kim.
2799 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
2801 * Source/cmake/OptionsEfl.cmake:
2802 * Source/cmake/WebKitFeatures.cmake:
2804 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2806 [EFL] Remove duplicated compiler flag
2807 https://bugs.webkit.org/show_bug.cgi?id=133838
2809 Reviewed by Anders Carlsson.
2811 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
2812 it added to common compiler options. So, it is duplicated.
2814 * Source/cmake/WebKitHelpers.cmake:
2816 2014-06-11 Commit Queue <commit-queue@webkit.org>
2818 Unreviewed, rolling out r169877.
2819 https://bugs.webkit.org/show_bug.cgi?id=133784
2821 rollout wrong build fix approach for EFL port (Requested by
2822 gyuyoung on #webkit).
2826 "Unreviewed, EFL build fix since r169869."
2827 http://trac.webkit.org/changeset/169877
2829 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2831 Unreviewed, EFL build fix since r169869.
2833 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
2835 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
2837 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2839 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
2841 * Source/cmake/WebKitHelpers.cmake:
2843 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
2845 [GTK] Make it possible to build with FTL enabled
2846 https://bugs.webkit.org/show_bug.cgi?id=133219
2848 Reviewed by Philippe Normand.
2850 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
2852 * Source/cmake/OptionsGTK.cmake:
2854 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
2856 [CMake] Clean up FAST_MOBILE_SCROLLING
2857 https://bugs.webkit.org/show_bug.cgi?id=133342
2859 Reviewed by Gyuyoung Kim.
2861 FAST_MOBILE_SCROLLING was removed in r168726.
2863 * Source/cmake/OptionsEfl.cmake:
2864 * Source/cmake/OptionsGTK.cmake:
2865 * Source/cmake/WebKitFeatures.cmake:
2866 * Source/cmakeconfig.h.cmake:
2868 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2871 https://bugs.webkit.org/show_bug.cgi?id=132863
2873 Reviewed by Csaba Osztrogonác.
2875 * Source/cmake/OptionsEfl.cmake:
2876 * Source/cmake/OptionsGTK.cmake:
2877 * Source/cmake/WebKitFeatures.cmake:
2878 * Source/cmakeconfig.h.cmake:
2880 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
2882 Allow building CMake based ports with WEB_REPLAY
2883 https://bugs.webkit.org/show_bug.cgi?id=133154
2885 Reviewed by Csaba Osztrogonác.
2887 * Source/cmake/WebKitFeatures.cmake:
2888 * Source/cmakeconfig.h.cmake:
2890 2014-05-21 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
2892 [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled
2893 https://bugs.webkit.org/show_bug.cgi?id=132907
2895 Reviewed by Gyuyoung Kim.
2897 * Source/cmake/FindLIBCXXABI.cmake: Added.
2898 * Source/cmake/OptionsEfl.cmake:
2900 2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2902 [EFL] Turn on ENABLE_CSS_FILTERS
2903 https://bugs.webkit.org/show_bug.cgi?id=133153
2905 Reviewed by Gyuyoung Kim.
2907 * Source/cmake/OptionsEfl.cmake: Enable CSS_FILTERS as default option value.
2909 2014-05-16 Martin Robinson <mrobinson@igalia.com>
2911 [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and LIBEXEC_INSTALL_DIR
2912 https://bugs.webkit.org/show_bug.cgi?id=132819
2914 Reviewed by Carlos Garcia Campos.
2916 * CMakeLists.txt: Hard-code CMAKE_ARCHIVE_OUTPUT_DIRECTORY etc, so that we can accept absolute paths for LIB_INSTALL_DIR
2918 * Source/cmake/OptionsCommon.cmake: Get rid of LIB_SUFFIX and try to make all path variables absolute. Also set
2919 CMAKE_ARCHIVE_OUTPUT_DIRECTORY, etc using the last path component of LIB_INSTALL_DIR, etc, so that absolute paths
2921 * Source/cmake/OptionsGTK.cmake: Ditto. Also get rid of all pkg-config specific variables.
2923 2014-05-20 Gustavo Noronha Silva <gns@gnome.org>
2925 [CMake] Support building with Debug Fission
2926 https://bugs.webkit.org/show_bug.cgi?id=131177
2928 Reviewed by Philippe Normand.
2930 * Source/cmake/OptionsCommon.cmake: add a DEBUG_FISSION option to enable usage
2931 of http://gcc.gnu.org/wiki/DebugFission.
2933 2014-05-20 Carlos Garcia Campos <cgarcia@igalia.com>
2935 [GTK] Rename translation domain as WebKit2GTK-3.0
2936 https://bugs.webkit.org/show_bug.cgi?id=132953
2938 Reviewed by Gustavo Noronha Silva.
2940 * Source/cmake/OptionsGTK.cmake:
2942 2014-05-18 Rik Cabanier <cabanier@adobe.com>
2944 support for navigator.hardwareConcurrency
2945 https://bugs.webkit.org/show_bug.cgi?id=132588
2947 Reviewed by Filip Pizlo.
2949 * Source/cmake/OptionsEfl.cmake:
2950 * Source/cmake/OptionsGTK.cmake:
2951 * Source/cmake/WebKitFeatures.cmake:
2952 * Source/cmakeconfig.h.cmake:
2954 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2956 Remove CSS_STICKY_POSITION guards
2957 https://bugs.webkit.org/show_bug.cgi?id=132676
2959 Reviewed by Simon Fraser.
2961 * Source/cmake/OptionsEfl.cmake:
2962 * Source/cmake/OptionsGTK.cmake:
2963 * Source/cmake/WebKitFeatures.cmake:
2964 * Source/cmakeconfig.h.cmake:
2966 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
2968 Unreviewed. Bump version numbers.
2970 * Source/cmake/OptionsGTK.cmake:
2972 2014-05-10 Martin Robinson <mrobinson@igalia.com>
2974 [GTK][CMake] Unable to do make install
2975 https://bugs.webkit.org/show_bug.cgi?id=130188
2977 Reviewed by Carlos Garcia Campos.
2979 Only try to install the HTML documentation if the build is configured to generate it via
2980 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
2981 to keep the HTML documentation directory as an installation source.
2983 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
2984 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
2985 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
2986 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
2987 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
2989 2014-05-09 Anders Carlsson <andersca@apple.com>
2991 Rename WebKit2.framework to WebKit.framework
2992 https://bugs.webkit.org/show_bug.cgi?id=132743
2993 <rdar://problem/15920046>
2995 Reviewed by Dan Bernstein.
2998 Build WebKit.xcodeproj before WebKit2.xcodeproj.
3000 * WebKit.xcworkspace/xcshareddata/xcschemes/:
3003 2014-05-06 David Kilzer <ddkilzer@apple.com>
3005 Add Makefile targets for copying static libraries (LLVM and WKSI)
3006 <http://webkit.org/b/132619>
3008 Reviewed by Mark Rowe.
3011 (MODULES): Add WebKitLibraries.
3013 2014-05-06 Commit Queue <commit-queue@webkit.org>
3015 Unreviewed, rolling out r168304.
3016 https://bugs.webkit.org/show_bug.cgi?id=132607
3018 Broke the build (Requested by KaL on #webkit).
3022 "[GTK][CMake] Unable to do make install"
3023 https://bugs.webkit.org/show_bug.cgi?id=130188
3024 http://trac.webkit.org/changeset/168304
3026 2014-05-05 Martin Robinson <mrobinson@igalia.com>
3028 [GTK][CMake] Unable to do make install
3029 https://bugs.webkit.org/show_bug.cgi?id=130188
3031 Reviewed by Carlos Garcia Campos.
3033 Only try to install the HTML documentation if the build is configured to generate it via
3034 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
3035 to keep the HTML documentation directory as an installation source.
3037 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
3038 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
3039 never added to the default target, but will be triggered by build-webkit, so that
3040 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
3041 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
3043 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3045 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
3046 https://bugs.webkit.org/show_bug.cgi?id=132525
3048 Reviewed by Martin Robinson.
3050 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
3051 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
3052 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
3054 2014-05-01 David Kilzer <ddkilzer@apple.com>
3056 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
3057 <http://webkit.org/b/132432>
3059 Reviewed by Tim Horton.
3061 * Source/cmake/WebKitFeatures.cmake:
3062 * Source/cmakeconfig.h.cmake:
3063 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
3065 2014-04-30 Simon Fraser <simon.fraser@apple.com>
3067 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
3069 Reviewed by Dan Bernstein/Anders Carlsson.
3071 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3072 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3074 2014-04-30 Simon Fraser <simon.fraser@apple.com>
3076 Let Xcode have its way with the WebKit workspace.
3078 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3079 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3081 2014-04-29 Martin Robinson <mrobinson@igalia.com>
3083 [GTK] Make it easier to run CMake for downstreams
3084 https://bugs.webkit.org/show_bug.cgi?id=132370
3086 Reviewed by Carlos Garcia Campos.
3088 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
3090 2014-04-27 Joonghun Park <jh718.park@samsung.com>
3092 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
3093 https://bugs.webkit.org/show_bug.cgi?id=132176
3095 Reviewed by Gyuyoung Kim.
3097 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
3099 * Source/cmake/OptionsEfl.cmake:
3101 2014-04-22 Alex Christensen <achristensen@webkit.org>
3103 Removed old stdbool and inttypes headers.
3104 https://bugs.webkit.org/show_bug.cgi?id=131966
3106 Reviewed by Brent Fulgham.
3108 * Source/cmake/OptionsWindows.cmake:
3109 * Source/cmake/WebKitPackaging.cmake:
3110 Removed references to os-win32 directory.
3112 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
3114 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
3116 Rubber-stamped by Carlos Garcia Campos.
3118 * Source/cmake/WebKitFeatures.cmake:
3120 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
3122 Empty RenderInline objects should not be line break objects.
3124 https://bugs.webkit.org/show_bug.cgi?id=131861
3125 <rdar://problem/15663617>
3127 Reviewed by David Hyatt.
3129 * ManualTests/empty-inline-as-line-break-position.html: Added.
3130 This issue wouldn't reproduce in WebKitTestRunner.
3132 2014-04-19 Brent Fulgham <bfulgham@apple.com>
3134 Revert unintended workspace change in my last commit.
3136 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
3137 Scheme type back to Debug.
3139 2014-04-18 Philippe Normand <pnormand@igalia.com>
3141 Remove NETWORK_INFO support
3142 https://bugs.webkit.org/show_bug.cgi?id=131841
3144 Reviewed by Gyuyoung Kim.
3146 * Source/cmake/OptionsEfl.cmake:
3147 * Source/cmake/OptionsGTK.cmake:
3148 * Source/cmake/WebKitFeatures.cmake:
3149 * Source/cmakeconfig.h.cmake:
3151 2014-04-17 Darin Adler <darin@apple.com>
3153 Try to fix EFL and GTK builds.
3155 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
3156 * Source/cmake/OptionsGTK.cmake: Ditto.
3157 * Source/cmakeconfig.h.cmake: Ditto.
3159 2014-04-16 Brendan Long <b.long@cablelabs.com>
3161 [GTK][CMAKE] build-webkit doesn't detect when the build fails
3162 https://bugs.webkit.org/show_bug.cgi?id=130148
3164 Reviewed by Martin Robinson.
3166 * 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.
3168 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
3170 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
3171 https://bugs.webkit.org/show_bug.cgi?id=131725
3173 Reviewed by Philippe Normand.
3175 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
3176 instead of GTK_UNIX_PRINTING_FOUND and set the macro
3177 HAVE_GTK_UNIX_PRINTING to 1 when found.
3179 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
3181 Web Replay: memoize nondeterministic attributes of the Navigator interface
3182 https://bugs.webkit.org/show_bug.cgi?id=131340
3184 Reviewed by Timothy Hatcher.
3186 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
3188 2014-04-09 Brendan Long <b.long@cablelabs.com>
3190 [GStreamer] Expose MPEG-TS metadata
3191 https://bugs.webkit.org/show_bug.cgi?id=122001
3193 Reviewed by Eric Carlson.
3195 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
3196 * Source/cmake/OptionsEfl.cmake: Same.
3197 * Source/cmake/OptionsGTK.cmake: Same.
3199 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
3201 Web Replay: memoize nondeterministic attributes of the Screen interface
3202 https://bugs.webkit.org/show_bug.cgi?id=131339
3204 Reviewed by Timothy Hatcher.
3206 * ManualTests/inspector/replay-window-screen.html: Added.
3208 2014-04-08 Martin Robinson <mrobinson@igalia.com>
3210 [GTK] Remove the WebKitGTK+ WebKit 1 code
3211 https://bugs.webkit.org/show_bug.cgi?id=131399
3213 Reviewed by Anders Carlsson.
3215 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
3216 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
3218 2014-04-08 Dan Bernstein <mitz@apple.com>
3220 Added bmalloc to the WebKit workspace.
3221 https://bugs.webkit.org/show_bug.cgi?id=131362
3223 Reviewed by Geoff Garen.
3225 * WebKit.xcworkspace/contents.xcworkspacedata:
3226 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3227 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3229 2014-04-08 Geoffrey Garen <ggaren@apple.com>
3231 Build bmalloc on iOS too
3232 https://bugs.webkit.org/show_bug.cgi?id=131381
3234 Reviewed by Andreas Kling.
3236 * Source/Makefile: Build it.
3238 2014-04-07 Geoffrey Garen <ggaren@apple.com>
3240 Build bmalloc on Mac
3241 https://bugs.webkit.org/show_bug.cgi?id=131333
3243 Reviewed by Mark Rowe.
3246 * WebKitBuild: Added.
3247 * WebKitBuild/Debug: Added.
3249 2014-04-07 Ryuan Choi <ryuan.choi@samsung.com>
3251 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT
3252 https://bugs.webkit.org/show_bug.cgi?id=131257
3254 Reviewed by Gyuyoung Kim.
3256 * Source/cmake/OptionsEfl.cmake: Enable MEDIA_CONTROLS_SCRIPT
3258 2014-04-06 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3260 [GTK] Stop trying to install WebKit1 documentation
3261 https://bugs.webkit.org/show_bug.cgi?id=131278
3263 Reviewed by Martin Robinson.
3265 * Source/PlatformGTK.cmake: Remove install() call since the WebKit1 documentation is not
3266 built anymore since r166584. This fixes `make install'.
3268 2014-04-04 Brian J. Burg <burg@cs.washington.edu>
3270 Web Replay: capture and replay wheel events and scroll commands
3271 https://bugs.webkit.org/show_bug.cgi?id=129402
3273 Reviewed by Timothy Hatcher.
3275 * ManualTests/inspector/replay-wheel-events.html: Added.
3277 2014-04-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3279 [GTK][CMake] Remove FindXt.cmake.
3280 https://bugs.webkit.org/show_bug.cgi?id=131227
3282 Reviewed by Anders Carlsson.
3284 Xt is already detected by CMake's own FindX11.cmake, so there is no need to keep a custom FindXt.cmake around.
3286 * Source/cmake/FindXt.cmake: Removed.
3287 * Source/cmake/OptionsGTK.cmake:
3289 2014-04-04 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
3291 [EFL] Build error due to changed path of generated js files.
3292 https://bugs.webkit.org/show_bug.cgi?id=131215
3294 Reviewed by Gyuyoung Kim.
3296 r166648 fixed the generation of some .js files on GTK. Due to some
3297 changes in the paths it causes a build error on EFL.
3299 * Source/PlatformEfl.cmake:
3300 Replaced path for two derived source files.
3302 2014-04-02 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3304 [GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
3305 https://bugs.webkit.org/show_bug.cgi?id=131095
3307 Reviewed by Martin Robinson.
3309 One needs to take into account OpenGL's include directory found via
3310 find_package() when looking for glx.h, since if the former is a
3311 non-standard location the latter will also be. If this is not it is
3312 possible that OpenGL is found but GLX support is not properly detected.
3314 * Source/cmake/OptionsGTK.cmake:
3316 2014-04-02 Martin Robinson <mrobinson@igalia.com>
3318 REGRESSION(r165704): [GTK] Inspector resources not correctly generated
3319 https://bugs.webkit.org/show_bug.cgi?id=130343
3321 Reviewed by Gustavo Noronha Silva.
3323 * CMakeLists.txt: Add a variable which points to the directory to store WebInspectorUI
3325 * Source/cmake/WebKitFS.cmake: Generate WebInspectorUI derived sources directories.
3327 2014-04-01 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3329 [CMake] Drop port check from FindEGL.cmake.
3330 https://bugs.webkit.org/show_bug.cgi?id=131091
3332 Reviewed by Gyuyoung Kim.
3334 There is no reason to mark some variables as advanced only for the
3337 * Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
3338 as advanced regardless of the port.
3340 2014-04-01 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3342 Fix the !ENABLE(BATTERY_STATUS) build
3343 https://bugs.webkit.org/show_bug.cgi?id=130183
3345 Reviewed by Anders Carlsson.
3347 * Source/cmake/OptionsEfl.cmake:
3349 2014-03-31 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3351 [CMake][GTK] Do not expand variables twice in if() checks.
3352 https://bugs.webkit.org/show_bug.cgi?id=130964
3354 Reviewed by Martin Robinson.
3356 In CMake, `if (${foo})' causes $foo to be evaluated first and its value
3357 to be checked by the if clause. This is not what we want, and
3358 configuration fails when, say, GLX support wasn't found as the if
3359 clause is actually evaluated as `if (TRUE AND (OR TRUE))'.
3361 * Source/cmake/OptionsGTK.cmake: Pass if (FOO) instead of if (${FOO})
3364 2014-03-31 Martin Robinson <mrobinson@igalia.com>
3366 [GTK] Remove scripts code only applicable to autotools
3367 https://bugs.webkit.org/show_bug.cgi?id=130841
3369 Reviewed by Anders Carlsson.
3371 * Source/cmake/WebKitPackaging.cmake: No longer need to consider autotools files.
3373 2014-03-31 Martin Robinson <mrobinson@igalia.com>
3375 [GTK] Use PROJECT_VERSION_* instead of WEBKIT_*_VERSION
3376 https://bugs.webkit.org/show_bug.cgi?id=130936
3378 Reviewed by Carlos Garcia Campos.
3380 * Source/cmake/OptionsGTK.cmake: No longer emulate the Autotools macro names.
3382 2014-03-31 Carlos Garcia Campos <cgarcia@igalia.com>
3384 [GTK] Add support for GTK3 plugins
3385 https://bugs.webkit.org/show_bug.cgi?id=130599
3387 Reviewed by Martin Robinson.
3389 * Source/cmake/OptionsGTK.cmake:
3391 2014-03-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3393 [EFL] Bump glib version from 2.36 to 2.38
3394 https://bugs.webkit.org/show_bug.cgi?id=130886
3396 Reviewed by Csaba Osztrogonác.
3398 * Source/cmake/OptionsEfl.cmake: Required glib-2.38 version.
3400 2014-03-26 Zoltan Horvath <zoltan@webkit.org>
3402 [CSS Shapes] Remove shape-inside support
3403 https://bugs.webkit.org/show_bug.cgi?id=130698
3405 Reviewed by David Hyatt.
3407 * Source/cmake/WebKitFeatures.cmake:
3408 * Source/cmakeconfig.h.cmake:
3410 2014-03-25 Martin Robinson <mrobinson@igalia.com>
3412 [GTK] Remove the autotools build
3413 https://bugs.webkit.org/show_bug.cgi?id=130717
3415 Reviewed by Anders Carlsson.
3417 * .gitignore: Remove references to autotools files.
3418 * GNUmakefile.am: Removed.
3419 * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
3420 * Source/autotools/CustomMacros.m4: Removed.
3421 * Source/autotools/FindDependencies.m4: Removed.
3422 * Source/autotools/PrintBuildConfiguration.m4: Removed.
3423 * Source/autotools/ReadCommandLineArguments.m4: Removed.
3424 * Source/autotools/SetupAutoconfHeader.m4: Removed.
3425 * Source/autotools/SetupAutomake.m4: Removed.
3426 * Source/autotools/SetupCompilerFlags.m4: Removed.
3427 * Source/autotools/SetupLibtool.m4: Removed.
3428 * Source/autotools/SetupWebKitFeatures.m4: Removed.
3429 * Source/autotools/Versions.m4: Removed.
3430 * Source/autotools/acinclude.m4: Removed.
3431 * Source/autotools/dolt.m4: Removed.
3432 * Source/autotools/gsettings.m4: Removed.
3433 * Source/cmake/OptionsGTK.cmake:
3434 * autogen.sh: Removed.
3435 * configure.ac: Removed.
3437 2014-03-25 Gabor Rapcsanyi <rgabor@webkit.org>
3439 [EFL] Add ARM64 build support
3440 https://bugs.webkit.org/show_bug.cgi?id=130506
3442 Rubber stamped by Gyuyoung Kim.
3444 * CMakeLists.txt: Set WTF_CPU_ARM64 when aarch64 is defined.
3446 2014-03-25 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3448 [EFL][WK2] Add NETWORK_PROCESS build option
3449 https://bugs.webkit.org/show_bug.cgi?id=130131
3451 Reviewed by Gyuyoung Kim.
3453 Add option to build EFL port with NETWORK_PROCESS set on. By default NETWORK_PROCESS is
3456 * Source/cmake/OptionsEfl.cmake:
3458 2014-03-24 Brian Burg <bburg@apple.com>
3460 Web Replay: capture and replay keyboard events
3461 https://bugs.webkit.org/show_bug.cgi?id=130314
3463 Reviewed by Joseph Pecoraro.
3465 * ManualTests/inspector/replay-keyboard-events.html: Added.
3467 2014-03-24 Sangyong Park <sy302.park@gmail.com>
3469 [EFL] Inspector page is not loaded.
3470 https://bugs.webkit.org/show_bug.cgi?id=130661
3472 Reviewed by Gyuyoung Kim.
3474 Inspector page is not loaded, because some javascript files are not installed.
3475 (InspectorJSBackendCommands.js, InspectorWebBackendCommands.js)
3477 * Source/PlatformEfl.cmake:
3479 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
3481 [EFL][GTK] Get CMake to find Freetype2 properly
3482 https://bugs.webkit.org/show_bug.cgi?id=130150
3484 Reviewed by Martin Robinson.
3486 Newer versions of CMake are not able to find Freetype2 correctly.
3487 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
3488 freetype2 repo, because a completely different version number is found in freetype2.pc.
3490 * Source/cmake/FindFreetype2.cmake: Added.
3491 * Source/cmake/OptionsEfl.cmake:
3492 * Source/cmake/OptionsGTK.cmake:
3494 2014-03-20 Brian Burg <bburg@apple.com>
3496 Web Replay: capture and replay mouse events
3497 https://bugs.webkit.org/show_bug.cgi?id=129395
3499 Reviewed by Joseph Pecoraro.
3501 Create a manual test for capture/replay of mouse events.
3502 Copy over the crypto-md5.js library from SunSpider.
3504 * ManualTests/inspector/replay-mouse-events.html: Added.
3505 * ManualTests/inspector/resources/crypto-md5.js: Added.
3507 2014-03-20 Zan Dobersek <zdobersek@igalia.com>
3509 [GTK][CMake] Add support for building with Clang
3510 https://bugs.webkit.org/show_bug.cgi?id=130260
3512 Reviewed by Martin Robinson.
3514 * Source/PlatformGTK.cmake: Run the generate-gtkdoc script with the CFLAGS env set
3515 to the list C compiler flags as constructed by CMake.
3516 * Source/cmake/OptionsCommon.cmake: When building with Clang, use the -Qunused-arguments
3517 compiler option to suppress verbose warnings about arguments that went unused by the driver.
3518 * Source/cmake/OptionsGTK.cmake: Use -fno-omit-frame-pointer for both GCC and Clang.
3519 -fno-tree-dce should be used only for GCC.
3520 * Source/cmake/gtest/CMakeLists.txt: When building with Clang the GTest framework
3521 should be built with GTEST_HAS_TR1_TUPLE macro defined to 0 to avoid build failures.
3523 2014-03-20 Commit Queue <commit-queue@webkit.org>
3525 Unreviewed, rolling out r165962.
3526 https://bugs.webkit.org/show_bug.cgi?id=130512
3528 It broke the build (Requested by Ossy on #webkit).
3532 "[EFL][GTK] Get CMake to find Freetype2 properly"
3533 https://bugs.webkit.org/show_bug.cgi?id=130150
3534 http://trac.webkit.org/changeset/165962
3536 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
3538 [EFL][GTK] Get CMake to find Freetype2 properly
3539 https://bugs.webkit.org/show_bug.cgi?id=130150
3541 Reviewed by Csaba Osztrogonác.
3543 Newer versions of CMake are not able to find Freetype2 correctly.
3544 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
3545 freetype2 repo, because a completely different version number is found in freetype2.pc.
3547 * Source/cmake/FindFreetype2.cmake: Added.
3548 * Source/cmake/OptionsEfl.cmake:
3549 * Source/cmake/OptionsGTK.cmake:
3551 2014-03-17 Brendan Long <b.long@cablelabs.com>
3553 [GStreamer] human readable language code for tracks
3554 https://bugs.webkit.org/show_bug.cgi?id=124514
3556 Reviewed by Martin Robinson.
3558 * Source/autotools/FindDependencies.m4: Add gstreamer-tag-1.0.
3559 * Source/cmake/FindGStreamer.cmake: Same.
3560 * Source/cmake/OptionsEfl.cmake: Same.
3561 * Source/cmake/OptionsGTK.cmake: Same.
3563 2014-03-17 Martin Robinson <mrobinson@igalia.com>
3565 [GTK][CMake] Credential storage is not enabled
3566 https://bugs.webkit.org/show_bug.cgi?id=130149
3568 Reviewed by Philippe Normand.
3570 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_CREDENTIAL_STORAGE option to the configuration
3571 and look libsecret when it's enabled.
3572 * Source/cmakeconfig.h.cmake: Expose the ENABLE_CREDENTIAL_STORAGE option to the build.
3574 2014-03-17 Martin Robinson <mrobinson@igalia.com>
3576 [GTK][CMake] Ensure that HAVE_GTK_UNIX_PRINTING is defined when appropriate
3577 https://bugs.webkit.org/show_bug.cgi?id=130155
3579 Reviewed by Philippe Normand.
3581 * Source/cmake/FindGTKUnixPrint.cmake: Added.
3582 * Source/cmake/OptionsGTK.cmake: Look for gtk+-unix-print and use it to turn on HAVE_GTK_UNIX_PRINTING.
3583 * Source/cmakeconfig.h.cmake: Add the HAVE_GTK_UNIX_PRINTING define.
3585 2014-03-16 Kim Byung Jun <bj1987.kim@samsung.com>
3587 [EFL] Enable TOUCH_SLIDER macro.
3588 https://bugs.webkit.org/show_bug.cgi?id=130186
3590 Reviewed by Gyuyoung Kim.
3592 * Source/cmake/OptionsEfl.cmake:
3594 2014-03-16 Zan Dobersek <zdobersek@igalia.com>
3596 [GTK][CMake] Build with -fno-rtti
3597 https://bugs.webkit.org/show_bug.cgi?id=130261
3599 Reviewed by Martin Robinson.
3601 * Source/cmake/OptionsCommon.cmake: List the -fno-exceptions, -fno-strict-aliasing
3602 and -fno-rtti options in the global CMAKE_C_FLAGS and CMAKE_CXX_FLAGS (-fno-rtti
3603 is only listed in the latter). Replace -std=gnu++0x with the official -std=c++11 option.
3604 * Source/cmake/WebKitHelpers.cmake: Stop -fno-exceptions and -fno-strict-aliasing
3605 from being set through the WEBKIT_SET_EXTRA_COMPILER_FLAGS macro, they are now listed
3606 in CMAKE_C_FLAGS and CMAKE_CXX_FLAGS.
3607 * Source/cmake/gtest/CMakeLists.txt: Build GTest code with GTEST_HAS_RTTI macro defined to 0.
3609 2014-03-16 Brendan Long <b.long@cablelabs.com>
3611 [GStreamer] CMake doesn't find the include path for gstreamer-base
3612 https://bugs.webkit.org/show_bug.cgi?id=130098
3614 Reviewed by Philippe Normand.
3616 * Source/cmake/FindGStreamer.cmake: Look for a header in gstreamer-base instead of looking for gst/gst.h twice.
3618 2014-03-14 Maciej Stachowiak <mjs@apple.com>
3620 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
3621 https://bugs.webkit.org/show_bug.cgi?id=130276
3622 <rdar://problem/16266927>
3624 Reviewed by Simon Fraser.
3626 * ManualTests/NPN_Invoke/Info.plist:
3627 * ManualTests/NPN_Invoke/main.c:
3628 * ManualTests/accessibility/resources/AppletTest.java:
3630 2014-03-14 Zan Dobersek <zdobersek@igalia.com>
3632 [CMake] Remove -fno-tree-sra workaround for GCC 4.5
3633 https://bugs.webkit.org/show_bug.cgi?id=130258
3635 Reviewed by Martin Robinson.
3637 GCC compilers 4.7 and later are supported, so there's no need for disabling
3638 the -ftree-sra optimization which was causing problems when enabled on GCC 4.5.
3640 * Source/cmake/WebKitHelpers.cmake:
3642 2014-03-14 Landry Breuil <landry@openbsd.org>
3644 Add autotools boilerplate for proper os defines on OpenBSD/NetBSD/DragonFly
3645 https://bugs.webkit.org/show_bug.cgi?id=129966
3647 Reviewed by Andreas Kling.
3649 * Source/autotools/CheckSystemAndBasicDependencies.m4:
3650 * Source/autotools/SetupAutomake.m4:
3652 2014-03-13 Mario Sanchez Prada <mario.prada@samsung.com>
3654 [CMake] Failure to link with older installations of WebP
3655 https://bugs.webkit.org/show_bug.cgi?id=130195
3657 Reviewed by Gustavo Noronha Silva.
3659 Fix the issue by using a temporary variable as the output parameter
3660 to check_include_files(), setting WEBP_FOUND accordingly later.
3662 * Source/cmake/FindWebP.cmake: Avoid reusing the WEBP_FOUND
3663 variable in check_include_files(), as it will lead to misleading
3664 results (will always be FALSE). Use a temporary variable instead
3665 and explicitly set WEBP_FOUND to TRUE later if needed.
3667 2014-03-12 Martin Robinson <mrobinson@igalia.com>
3669 [CMake] Changes to the bindings generator Perl modules do not trigger regeneration of bindings
3670 https://bugs.webkit.org/show_bug.cgi?id=130170
3672 Reviewed by Daniel Bates.
3674 * Source/cmake/WebKitMacros.cmake: Add the Perl modules used in script generation to the dependency
3675 list. We must check whether or not the specific one exists first, because the InjectedBundle uses a
3676 fake "TestRunner" generator.
3678 2014-03-12 Carlos Garcia Campos <cgarcia@igalia.com>
3680 [GTK][CMAKE] Remove compile warnings about GTK+ deprecated API
3681 https://bugs.webkit.org/show_bug.cgi?id=130014
3683 Reviewed by Martin Robinson.
3685 Set GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_6.
3687 * Source/cmake/OptionsGTK.cmake:
3688 * Source/cmakeconfig.h.cmake:
3690 2014-03-12 Martin Robinson <mrobinson@igalia.com>
3692 [GTK][CMAKE] Too verbose build output
3693 https://bugs.webkit.org/show_bug.cgi?id=130076
3695 Reviewed by Carlos Garcia Campos.
3697 * Source/cmake/OptionsGTK.cmake: Generate a script which does the actual build. This
3698 works around an issue where cmake --build doesn't support ninja's pretty printing.
3700 2014-03-10 Mario Sanchez Prada <mario.prada@samsung.com>
3702 [GTK] Add support for Geoclue2
3703 https://bugs.webkit.org/show_bug.cgi?id=120185
3705 Reviewed by Carlos Garcia Campos.
3707 Patch by Anton Obzhirov <a.obzhirov@samsung.com> and Mario Sanchez Prada <mario.prada@samsung.com>
3709 Add support for Geoclue2 using autotools.
3711 * Source/autotools/FindDependencies.m4: Add support for handling
3712 both Geoclue 1.0 and 2.0.
3713 * Source/autotools/PrintBuildConfiguration.m4: Print the version
3714 of geoclue that is being used.
3715 * Source/autotools/SetupAutoconfHeader.m4: Define GEOCLUE_API_VERSION_2.
3716 * Source/autotools/SetupAutomake.m4: Likewise, for AM_CONDITIONAL.
3717 * Source/autotools/Versions.m4: Added minimum required version for Geoclue2.
3719 Add support for Geoclue2 using CMake.
3721 * Source/cmake/FindGeoClue2.cmake: Added.
3722 * Source/cmake/OptionsGTK.cmake: Add support for handling Geoclue 1.0 and 2.0.
3723 * Source/cmakeconfig.h.cmake: Define WTF_USE_GEOCLUE2.
3725 2014-03-10 Martin Robinson <mrobinson@igalia.com>
3727 [GTK][CMAKE] gtk-doc HTML documentation is generated by default when building with CMake
3728 https://bugs.webkit.org/show_bug.cgi?id=130016
3730 Reviewed by Carlos Garcia Campos.
3732 * Source/PlatformGTK.cmake: Add two gtkdoc targets, one which builds HTML and one which
3733 doesn't. Add the non-HTML version to the default target, but not the HTML version. The
3734 HTML version will still run when building the distribution tarball.
3736 2014-03-10 Martin Robinson <mrobinson@igalia.com>
3738 [GTK] [CMake] Clean up library linking
3739 https://bugs.webkit.org/show_bug.cgi?id=129782
3741 Reviewed by Philippe Normand.
3743 * Source/cmake/OptionsGTK.cmake: Add a macro to wrap all libraries in a list with --whole-archive
3744 so that unused symbols are not dropped. This is useful when building up shared libraries
3745 from convenience libraries.
3747 2014-03-08 Landry Breuil <landry@openbsd.org>
3749 Don't check for shm_open on librt on OpenBSD, lib doesnt exist.
3750 https://bugs.webkit.org/show_bug.cgi?id=129973
3752 Reviewed by Martin Robinson.
3754 * Source/autotools/FindDependencies.m4:
3756 2014-03-06 Anders Carlsson <andersca@apple.com>
3758 Build WebKit2 before building WebKit
3759 https://bugs.webkit.org/show_bug.cgi?id=129831
3760 <rdar://problem/15920020>
3762 Reviewed by Dan Bernstein.
3765 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3766 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3768 2014-03-06 Commit Queue <commit-queue@webkit.org>
3770 Unreviewed, rolling out r165193.
3771 http://trac.webkit.org/changeset/165193
3772 https://bugs.webkit.org/show_bug.cgi?id=129823
3774 Not specifying libc++ as the stdlib for Clang through CXXFLAGS
3775 env confuses libtool (Requested by zdobersek on #webkit).
3777 * Source/autotools/SetupCompilerFlags.m4:
3779 2014-03-06 Zan Dobersek <zdobersek@igalia.com>
3781 [GTK][Autotools] Default to libc++ when compiling with Clang
3782 https://bugs.webkit.org/show_bug.cgi?id=129798
3784 Reviewed by Anders Carlsson.
3786 * Source/autotools/SetupCompilerFlags.m4: Default to using libc++ when compiling with the Clang
3787 compiler. This is still overridable if -stdlib=* flag was set through CXXFLAGS, in case people
3788 would for some reason still prefer libstdc++ (i.e. on setups where a functional libc++ is not yet available).
3790 2014-03-05 Martin Robinson <mrobinson@igalia.com>
3792 [CMake] Ninja generator builds fail with "Argument list too long"
3793 https://bugs.webkit.org/show_bug.cgi?id=129771
3795 Reviewed by Daniel Bates.
3797 * Source/cmake/OptionsCommon.cmake: Work around a bug in the Ninja CMake generator,
3798 by forcing the use of response files.
3800 2014-03-05 Ryuan Choi <ryuan.choi@samsung.com>
3802 [CMake] Use thin archives if building on Linux for non-shared-core debug builds
3803 https://bugs.webkit.org/show_bug.cgi?id=108330
3805 Reviewed by Martin Robinson.
3807 In order to get non-shared debug builds, this patch applied T option for
3808 thin archives to the flags passed to ar when cmake based ports build on linux.
3809 In addition, applied u option which avoids adding a file twice.
3811 * Source/cmake/OptionsCommon.cmake: Moved archive options from OptionsGTK.cmake.
3812 * Source/cmake/OptionsEfl.cmake:
3813 Removed error messages for non-shared-core debug builds.
3814 * Source/cmake/OptionsGTK.cmake: Moved archive options to OptionsCommon.cmake.
3816 2014-03-04 Zan Dobersek <zdobersek@igalia.com>
3818 [GTK] Build the Udis86 disassembler
3819 https://bugs.webkit.org/show_bug.cgi?id=129679
3821 Reviewed by Michael Saboff.
3823 * GNUmakefile.am: Add the Udis86_nosources variable.
3824 * Source/cmake/OptionsGTK.cmake: Enable the Udis86 disassembler.
3826 2014-03-04 Martin Robinson <mrobinson@igalia.com>
3828 [GTK] Simplify the GObject DOM bindings API break check into one step
3829 https://bugs.webkit.org/show_bug.cgi?id=129571
3831 Reviewed by Carlos Garcia Campos.
3833 * Source/PlatformGTK.cmake: We don't need to run the API break check before gtkdoc generation.
3834 Add the check to 'make check.'
3836 2014-03-04 Martin Robinson <mrobinson@igalia.com>
3838 [GTK][CMake] ENABLE_NAVIGATOR_CONTENT_UTILS is mistakenly enabled for the CMake build
3839 https://bugs.webkit.org/show_bug.cgi?id=129502
3841 Reviewed by Carlos Garcia Campos.
3843 * Source/cmake/OptionsGTK.cmake: Disable the option for GTK+.
3845 2014-03-03 Jozsef Berta <jberta.u-szeged@partner.samsung.com>
3847 [cmake] *Names.cpp file should be regenerated after touching StaticString.pm
3848 https://bugs.webkit.org/show_bug.cgi?id=129031
3850 Reviewed by Csaba Osztrogonác.
3852 * Source/cmake/WebKitMacros.cmake: Added a call for make_names.pm dependencies in GENERATE_FONT_NAMES and GENERATE_DOM_NAMES macros.
3854 2014-03-03 Carlos Garcia Campos <cgarcia@igalia.com>
3856 [GTK] WebKit2WebExtension GIR can't be used in vala
3857 https://bugs.webkit.org/show_bug.cgi?id=127179
3859 Reviewed by Martin Robinson.
3861 Add a different pkg-config file for the web extensions API.
3863 * Source/cmake/OptionsGTK.cmake:
3866 2014-03-02 Dirkjan Ochtman <d.ochtman@activevideo.com>
3868 Support ENABLE_ENCRYPTED_MEDIA in cmake builds
3869 https://bugs.webkit.org/show_bug.cgi?id=129575
3871 Reviewed by Philippe Normand.
3873 * Source/cmake/OptionsEfl.cmake:
3874 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
3875 * Source/cmake/OptionsGTK.cmake:
3876 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
3877 * Source/cmake/WebKitFeatures.cmake:
3878 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
3879 * Source/cmakeconfig.h.cmake:
3880 Added ENABLE_ENCRYPTED_MEDIA{,_V2} flags.
3882 2014-02-27 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
3884 Enable support of X-Content-Type-Options: nosniff header for EFL
3885 https://bugs.webkit.org/show_bug.cgi?id=128673
3887 Reviewed by Gyuyoung Kim.
3889 * Source/cmake/OptionsEfl.cmake:
3890 Enabled NOSNIFF feature flag for EFL.
3892 2014-02-27 Koop Mast <kwm@FreeBSD.org>
3894 Fallback on checking for libz manualy if zlib.pc isn't available.
3895 https://bugs.webkit.org/show_bug.cgi?id=127061
3897 Reviewed by Gustavo Noronha Silva.
3899 * Source/autotools/FindDependencies.m4:
3901 2014-02-25 Sergio Villar Senin <svillar@igalia.com>
3903 [CSS Grid Layout] Add ENABLE flag
3904 https://bugs.webkit.org/show_bug.cgi?id=129153
3906 Reviewed by Simon Fraser.
3908 Added the ENABLE_CSS_GRID_LAYOUT feature flag to the cmake and
3909 autotools build systems. The feature is disabled by default for
3912 * Source/autotools/SetupWebKitFeatures.m4:
3913 * Source/cmake/OptionsEfl.cmake:
3914 * Source/cmake/OptionsGTK.cmake:
3915 * Source/cmake/WebKitFeatures.cmake:
3916 * Source/cmakeconfig.h.cmake:
3918 2014-02-24 Martin Robinson <mrobinson@igalia.com>
3920 [GTK] generate-gtkdoc should not generate documentation for source files for unbuilt source files
3921 https://bugs.webkit.org/show_bug.cgi?id=128417
3923 Reviewed by Carlos Garcia Campos.
3925 * Source/cmake/OptionsGTK.cmake: Define the paths to the pkgconfig files here, so that they
3926 may one day be used in the webkitdom config file generation.
3928 2014-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3930 [EFL][CMake] Fix javascriptcore test failings by the jsCStack branch merge
3931 https://bugs.webkit.org/show_bug.cgi?id=128961
3933 Reviewed by Ryosuke Niwa.
3935 Javascriptcore test on EFL port has been broken since the jsCStack branch merge.
3936 For now we can fix almost tests by using "-fno-tree-dce option". Unfortunately,
3937 EFL port needs not to check "uninitialized" build warning as error in order to
3938 adjust the option to EFL port. This patch don't take it as error temporarily.
3940 * Source/cmake/OptionsEfl.cmake:
3941 * Source/cmake/WebKitHelpers.cmake:
3943 2014-02-16 Martin Robinson <mrobinson@igalia.com>
3945 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
3946 https://bugs.webkit.org/show_bug.cgi?id=128434
3948 Reviewed by Anders Carlsson.
3950 * Source/cmake/OptionsGTK.cmake: Add -fno-omit-frame-pointer to the GTK+ CMake
3951 port as well as -fno-tree-dce, like it is used in the autotools build.
3953 2014-02-17 ChangSeok Oh <changseok.oh@collabora.com>
3955 [GTK] MEDIA_CONTROLS_SCRIPT depends on VIDEO_TRACK
3956 https://bugs.webkit.org/show_bug.cgi?id=128799
3958 Reviewed by Philippe Normand.
3960 MEDIA_CONTROLS_SCRIPT has a dependency on VIDEO_TRACK. So it causes a build break
3961 if building with autotools. cmake system has enabled it as default. So I propose
3962 enabling VIDEO_TRACK as well.
3964 * Source/autotools/SetupWebKitFeatures.m4:
3966 2014-02-14 Commit Queue <commit-queue@webkit.org>
3968 Unreviewed, rolling out r164090.
3969 http://trac.webkit.org/changeset/164090
3970 https://bugs.webkit.org/show_bug.cgi?id=128807
3972 It broke the EFL build (Requested by Ossy on #webkit).
3974 * Source/cmake/OptionsCommon.cmake:
3975 * Source/cmake/OptionsEfl.cmake:
3977 2014-02-09 Martin Robinson <mrobinson@igalia.com>
3979 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
3980 https://bugs.webkit.org/show_bug.cgi?id=128434
3982 Extend a fix for EFL to all ports that use GCC. Also include further fixes
3983 that were applied only to the autotools build.
3985 Reviewed by Gyuyoung Kim.
3987 * Source/cmake/OptionsCommon.cmake: Add -fno-omit-frame-pointer to all ports as well
3988 as -fno-tree-dce, which is necessary for GTK+.
3989 * Source/cmake/OptionsEfl.cmake: The GCC flag additions are now in the common options file.
3991 2014-02-04 Gustavo Noronha Silva <gns@gnome.org>
3993 [GTK][CMake] Generate GObject DOM bindings .symbols files
3994 https://bugs.webkit.org/show_bug.cgi?id=126210
3996 Reviewed by Martin Robinson.
3998 * Source/PlatformGTK.cmake: add checking DOM bindings API as a dependency
3999 for documentation generation.
4001 2014-02-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
4003 [GTK] MEDIA_CONTROLS_SCRIPT support
4004 https://bugs.webkit.org/show_bug.cgi?id=123097
4006 Reviewed by Jer Noble.
4008 Part of the Autotools and CMake structure to build the media
4011 * Source/autotools/SetupWebKitFeatures.m4: Activated the media
4012 controls script by default.
4013 * Source/cmake/OptionsGTK.cmake: Activated the media controls
4015 * Source/cmake/WebKitFeatures.cmake: Created the option to
4016 activate the controls script.
4017 * Source/cmakeconfig.h.cmake: Created the define template the the
4018 media controls script.
4020 2014-02-12 Zan Dobersek <zdobersek@igalia.com>
4022 [GDB] Add .gdbinit to the list of files ignored by Git
4023 https://bugs.webkit.org/show_bug.cgi?id=128455
4025 Reviewed by Anders Carlsson.
4027 * .gitignore: Ignore the .gdbinit file which can be used to perform WebKit-specific GDB initialization
4028 when the debugger is launched in the repository's root directory. Also remove a Chromium-specific comment
4029 that covers already removed entries.
4031 2014-02-11 Oliver Hunt <oliver@apple.com>
4033 Make it possible to implement JS builtins in JS
4034 https://bugs.webkit.org/show_bug.cgi?id=127887
4036 Reviewed by Michael Saboff.
4039 * Source/cmake/gtest/CMakeLists.txt:
4041 2014-02-12 Ryan Lortie <desrt@desrt.ca>
4043 'ar T' is not portable and breaks the build on FreeBSD
4044 https://bugs.webkit.org/show_bug.cgi?id=128596
4046 Reviewed by Gustavo Noronha Silva.
4048 Create thin archives only if we are using GNU ar.
4050 * Source/autotools/SetupLibtool.m4:
4052 2014-02-10 Krzysztof Wolanski <k.wolanski@samsung.com>
4054 Add the CSS_SHAPE_INSIDE to CMake feature list
4055 https://bugs.webkit.org/show_bug.cgi?id=128530
4057 Reviewed by Gyuyoung Kim.
4059 CSS_SHAPE_INSIDE flag was added in r163333,
4060 this patch is adding this flag to CMake feature list.
4062 * Source/cmake/WebKitFeatures.cmake:
4063 * Source/cmakeconfig.h.cmake:
4065 2014-02-09 Carlos Garnacho <carlosg@gnome.org>
4067 [GTK] Enable touch features
4068 https://bugs.webkit.org/show_bug.cgi?id=98931
4070 Reviewed by Carlos Garcia Campos.
4072 * Source/autotools/SetupWebKitFeatures.m4:
4073 * Source/cmake/OptionsGTK.cmake: set ENABLE_TOUCH_EVENTS to 1 if building with GTK+.
4075 2014-02-06 Andreas Kling <akling@apple.com>
4077 Remove unused ENABLE(REPAINT_THROTTLING) flag.
4078 <https://webkit.org/b/128329>
4080 Reviewed by Antti Koivisto.
4082 * Source/cmake/WebKitFeatures.cmake:
4083 * Source/cmakeconfig.h.cmake:
4085 2014-02-06 Joseph Pecoraro <pecoraro@apple.com>
4087 [iOS] make should build WebKit2
4088 https://bugs.webkit.org/show_bug.cgi?id=128351
4090 Reviewed by Daniel Bates.
4094 2014-02-05 Andreas Kling <akling@apple.com>
4096 Remove ENABLE(DIRECTORY_UPLOAD).
4097 <https://webkit.org/b/128275>
4099 Rubber-stamped by Ryosuke Niwa.
4101 * Source/autotools/SetupWebKitFeatures.m4:
4102 * Source/cmake/WebKitFeatures.cmake:
4104 2014-02-05 Csaba Osztrogonác <ossy@webkit.org>
4106 Remove ENABLE(SVG) guards
4107 https://bugs.webkit.org/show_bug.cgi?id=127991
4109 Reviewed by Sam Weinig.
4111 * Source/autotools/FindDependencies.m4:
4112 * Source/autotools/PrintBuildConfiguration.m4:
4113 * Source/autotools/ReadCommandLineArguments.m4:
4114 * Source/autotools/SetupAutomake.m4:
4115 * Source/autotools/SetupWebKitFeatures.m4:
4116 * Source/cmake/OptionsEfl.cmake:
4117 * Source/cmake/OptionsGTK.cmake:
4118 * Source/cmake/WebKitFeatures.cmake:
4119 * Source/cmakeconfig.h.cmake:
4121 2014-02-04 Andreas Kling <akling@apple.com>
4123 Remove <iframe seamless> support.
4124 <https://webkit.org/b/128213>
4126 Rubber-stamped by Antti Koivisto.
4128 * Source/autotools/SetupWebKitFeatures.m4:
4129 * Source/cmake/WebKitFeatures.cmake:
4130 * Source/cmakeconfig.h.cmake:
4132 2014-01-31 Benjamin Poulain <bpoulain@apple.com>
4134 Remove LEGACY_VIEWPORT_ADAPTION
4135 https://bugs.webkit.org/show_bug.cgi?id=128028
4137 Reviewed by Anders Carlsson.
4139 * Source/cmake/WebKitFeatures.cmake:
4140 * Source/cmakeconfig.h.cmake:
4142 2014-01-31 Oliver Hunt <oliver@apple.com>
4144 Rollout r163195 and related patches
4147 * Source/cmake/gtest/CMakeLists.txt:
4149 2014-01-29 Oliver Hunt <oliver@apple.com>
4151 Make it possible to implement JS builtins in JS
4152 https://bugs.webkit.org/show_bug.cgi?id=127887
4154 Reviewed by Michael Saboff.
4158 * Source/cmake/gtest/CMakeLists.txt:
4160 2014-01-30 Martin Robinson <mrobinson@igalia.com>
4162 [GTK] [CMake] Add support for building against GTK+ 2
4163 https://bugs.webkit.org/show_bug.cgi?id=127959
4165 Reviewed by Anders Carlsson.
4167 * Source/cmake/OptionsGTK.cmake: Add a new option to use GTK 2 and make a variable holding the
4168 library API version. When using GTK 2 do not build WebKit 2.
4170 2014-01-30 Martin Robinson <mrobinson@igalia.com>
4172 [GTK] [CMake] Add a "make dist" target
4173 https://bugs.webkit.org/show_bug.cgi?id=116378
4175 Reviewed by Gustavo Noronha Silva.
4177 * Source/PlatformGTK.cmake: A CMake support for executing the make-dist
4178 script and then turning the tarfile into a LZMA compressed file.
4180 2014-01-30 Zan Dobersek <zdobersek@igalia.com>
4182 [GTK] Only disable -ftree-dce optimization when compiling with GCC
4183 https://bugs.webkit.org/show_bug.cgi?id=127911
4185 Reviewed by Carlos Garcia Campos.
4187 * Source/autotools/SetupAutomake.m4: Define the COMPILER_GCC and COMPILER_CLANG Automake macros.
4188 These can be used when compiler-specific flags have to be used. The latter one is not actually needed
4189 at the moment, but is added for the sake of completeness.
4191 2014-01-30 Csaba Osztrogonác <ossy@webkit.org>
4193 [EFL] Fix the regression caused by the jsCStack branch merge
4194 https://bugs.webkit.org/show_bug.cgi?id=127898
4196 Reviewed by Zoltan Herczeg.
4198 * Source/cmake/OptionsEfl.cmake: Build with -fno-omit-frame-pointer.
4200 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
4202 Remove ENABLE(JAVASCRIPT_DEBUGGER) leftovers
4203 https://bugs.webkit.org/show_bug.cgi?id=127845
4205 Reviewed by Joseph Pecoraro.
4207 * Source/autotools/SetupWebKitFeatures.m4:
4209 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
4211 Remove ENABLE(JAVASCRIPT_DEBUGGER) guards
4212 https://bugs.webkit.org/show_bug.cgi?id=127840
4214 Reviewed by Mark Lam.
4216 * Source/cmake/WebKitFeatures.cmake:
4217 * Source/cmakeconfig.h.cmake:
4219 2014-01-25 Darin Adler <darin@apple.com>
4221 Get rid of ICU_UNICODE and WCHAR_UNICODE remnants
4222 https://bugs.webkit.org/show_bug.cgi?id=127623
4224 Reviewed by Anders Carlsson.
4226 * Source/cmake/OptionsEfl.cmake: Removed ICU_UNICODE and WCHAR_UNICODE flags.
4227 * Source/cmake/OptionsGTK.cmake: Ditto.
4228 * Source/cmake/OptionsWinCE.cmake: Ditto.
4230 2014-01-23 Max Vujovic <mvujovic@adobe.com>
4232 Remove CSS Custom Filters code and tests
4233 https://bugs.webkit.org/show_bug.cgi?id=127382
4235 Reviewed by Simon Fraser.
4237 * Source/autotools/FindDependencies.m4:
4238 * Source/autotools/SetupWebKitFeatures.m4:
4239 * Source/cmake/WebKitFeatures.cmake:
4240 * Source/cmakeconfig.h.cmake:
4242 2014-01-22 Martin Robinson <mrobinson@igalia.com>
4244 [GTK][CMake] Add support for building the NetworkProcess
4245 https://bugs.webkit.org/show_bug.cgi?id=127195
4247 Reviewed by Daniel Bates.
4249 * Source/cmake/OptionsGTK.cmake: Turn on the network process and give it
4250 a name like the WebProcess.
4252 2014-01-20 Ryuan Choi <ryuan.choi@samsung.com>
4254 [CMAKE] Remove Nix from CMake scripts
4255 https://bugs.webkit.org/show_bug.cgi?id=127264
4257 Reviewed by Anders Carlsson.
4260 * Source/CMakeLists.txt:
4261 * Source/cmake/FindEGL.cmake:
4262 * Source/cmake/OptionsCommon.cmake:
4264 2014-01-18 Anders Carlsson <andersca@apple.com>
4266 Remove ENABLE_THREADED_HTML_PARSER defines everywhere
4267 https://bugs.webkit.org/show_bug.cgi?id=127225
4269 Reviewed by Andreas Kling.
4271 This concludes the removal of over 8.8 million lines of threaded parser code.
4273 * Source/autotools/SetupWebKitFeatures.m4:
4274 * Source/cmake/WebKitFeatures.cmake:
4275 * Source/cmakeconfig.h.cmake:
4277 2014-01-18 Lauro Neto <lauro.neto@openbossa.org>
4279 Remove Nix files from WebCore
4280 https://bugs.webkit.org/show_bug.cgi?id=127176
4282 Reviewed by Anders Carlsson.
4284 * Source/cmake/OptionsNix.cmake: Removed.
4286 2014-01-18 Zan Dobersek <zdobersek@igalia.com>
4288 [GTK] Bump the minimum required Clang version to 3.3
4289 https://bugs.webkit.org/show_bug.cgi?id=127178
4291 Reviewed by Martin Robinson.
4293 * Source/autotools/CheckSystemAndBasicDependencies.m4: Require Clang 3.3 or later when using the Clang compiler to
4294 build the GTK port. Building with Clang 3.2 doesn't work anymore and there's no point in fixing that, as we should
4295 support the latest two versions of Clang (3.3 and 3.4), just like we do with GCC (4.7 and 4.8).
4297 2014-01-14 Dan Bernstein <mitz@apple.com>
4299 Only use color in make output when it’s going to a terminal.
4301 Reviewed by Mark Rowe.
4305 2014-01-13 Martin Robinson <mrobinson@igalia.com>
4307 [CMake] Mark all dependency include paths and libraries as advanced variables
4308 https://bugs.webkit.org/show_bug.cgi?id=126504
4310 Reviewed by Daniel Bates.
4312 * Source/cmake/FindATK.cmake: Mark result variable as advanced.
4313 * Source/cmake/FindCairo.cmake: Ditto.
4314 * Source/cmake/FindEGL.cmake: Ditto.
4315 * Source/cmake/FindEnchant.cmake: Ditto.
4316 * Source/cmake/FindGLIB.cmake: Ditto.
4317 * Source/cmake/FindGStreamer.cmake: Ditto.
4318 * Source/cmake/FindHarfBuzz.cmake: Ditto.
4319 * Source/cmake/FindLibSoup.cmake: Ditto.
4321 2014-01-13 Martin Robinson <mrobinson@igalia.com>
4323 [GTK][CMake] Add a 'check' target
4324 https://bugs.webkit.org/show_bug.cgi?id=126770
4326 Reviewed by Daniel Bates.
4328 * Source/PlatformGTK.cmake: Add a 'check' target that calls run-gtk-tests.
4330 2014-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
4332 Unreviewed. Update NEWS and Versions.m4 for 2.3.4 release.
4334 * Source/autotools/Versions.m4: Bump version numbers.
4336 2014-01-12 Sergio Correia <sergio.correia@openbossa.org>
4338 [EFL][WK2] Make API tests work again
4339 https://bugs.webkit.org/show_bug.cgi?id=126769
4341 Reviewed by Gyuyoung Kim.
4343 The EFL and WK2 test binaries are currently being generated at *TestWebKitAPI/
4344 [E]WebKit2, respectively, and this causes problems because the logic to find
4345 where WebProcess is to look in the same directory of the running process and
4346 then proceed to use LIBEXECDIR (typically /usr/loca/bin).
4348 This patch introduces a WEBKIT_EXEC_PATH environment variable, inspired in the
4349 Gtk port, which allows us to look for WebProcess initially in this directory,
4352 * Source/cmake/OptionsEfl.cmake: Define WEBKIT_EXEC_PATH, to be used by
4355 2014-01-11 Dan Bernstein <mitz@apple.com>
4357 [Mac] xcodebuild color output is suppressed when using make
4358 https://bugs.webkit.org/show_bug.cgi?id=126815
4360 Reviewed by Anders Carlsson.
4362 WHen using make, xcodebuild’s output is piped through a filter, which causes it not to
4363 format its output with color and emphasis.
4365 * Makefile.shared: Pass COLOR_DIAGNOSTICS=YES to xcodebuild to force color output on. Due to
4366 xcodebuild limitations, this restores some of the formatting, but not all of it.
4368 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
4370 Remove the BlackBerry port from trunk
4371 https://bugs.webkit.org/show_bug.cgi?id=126715
4373 Reviewed by Anders Carlsson.
4376 * Source/cmake/OptionsCommon.cmake:
4378 2014-01-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
4380 [EFL][JSC] Enable udis86 disassembler on efl.
4381 https://bugs.webkit.org/show_bug.cgi?id=125502
4383 Reviewed by Michael Saboff.
4385 Enable udis86 disassembler on efl and fix build warnings.
4387 * Source/cmake/OptionsEfl.cmake:
4388 Enable udis86 disassembler.
4390 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
4392 Remove the BlackBerry port from trunk
4393 https://bugs.webkit.org/show_bug.cgi?id=126715
4395 Reviewed by Anders Carlsson.
4399 2014-01-09 Benjamin Poulain <bpoulain@apple.com>
4401 Remove the BlackBerry files outside WebCore
4402 https://bugs.webkit.org/show_bug.cgi?id=126715
4404 Reviewed by Anders Carlsson.
4406 * ManualTests/blackberry: Removed.
4407 * Source/cmake/OptionsBlackBerry.cmake: Removed.
4409 2014-01-08 Martin Robinson <mrobinson@igalia.com>
4411 [GTK] [CMake] Specify the executable and library output locations in the build
4412 https://bugs.webkit.org/show_bug.cgi?id=126671
4414 Reviewed by Gustavo Noronha Silva.
4416 * Source/cmake/OptionsGTK.cmake: Explicitly specify the output locations.
4418 2014-01-08 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
4420 [EFL] Make FTL buildable
4421 https://bugs.webkit.org/show_bug.cgi?id=125777
4423 Reviewed by Csaba Osztrogonác.
4425 * Source/cmake/OptionsEfl.cmake:
4426 * Source/cmakeconfig.h.cmake:
4428 2014-01-08 Alberto Garcia <berto@igalia.com>
4430 REGRESSION(r160304): [GTK] Disable libtool fast install
4431 https://bugs.webkit.org/show_bug.cgi?id=126381
4433 Reviewed by Gustavo Noronha Silva.
4435 Don't disable the libtool fast-install mode unconditionally by
4438 If the fast-install mode is disabled, binaries are generated ready
4439 to use the libraries directly from the build tree. If we use the
4440 GNU linker, those binaries are then relinked when they are
4443 However, libtool fails to do it properly when an installation
4444 prefix is set with DESTDIR, and ends up installing the libtool
4445 wrappers instead of the actual binaries.
4447 * Source/autotools/SetupLibtool.m4:
4449 2014-01-07 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
4451 Unreviewed GTK/CMake build fix: use the correct location for docs-build.stamp
4452 in output and dependencies declarations, so docs are not built needlessly
4455 * Source/PlatformGTK.cmake:
4457 2014-01-04 Carlos Garcia Campos <cgarcia@igalia.com>
4459 [GTK] Move all GTK/GObject unit tests to Tools/TestWebKitAPI
4460 https://bugs.webkit.org/show_bug.cgi?id=126342
4462 Reviewed by Gustavo Noronha Silva.
4464 * GNUmakefile.am: Remove unused variable.
4465 * Source/PlatformGTK.cmake: No longer include the old unit tests directories.
4467 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
4469 [GTK] configure errors out when building with libc++
4470 https://bugs.webkit.org/show_bug.cgi?id=126431
4472 Reviewed by Martin Robinson.
4474 Ease up the Clang and libstdc++ combination test to only fail if libstdc++ < 4.8.1 is actually used.
4475 This allows for libc++ to be used as well. The test is moved into SetupCompilerFlags.m4 and is done
4476 after the CXXFLAGS variable is properly set up, that is when all the C++ compiler options are determined.
4478 * Source/autotools/CheckSystemAndBasicDependencies.m4:
4479 * Source/autotools/SetupCompilerFlags.m4:
4481 2014-01-06 Martin Robinson <mrobinson@igalia.com>
4483 [CMake] [GTK] Fix the build for the WebKitGTK+ developer configuration
4484 https://bugs.webkit.org/show_bug.cgi?id=126505
4486 Reviewed by Gustavo Noronha Silva.
4488 * Source/cmake/FindGLIB.cmake: Add support for finding the gio-unix include directory location.
4489 * Source/cmake/FindGUdev.cmake: Added.
4490 * Source/cmake/FindGeoClue.cmake: Added.
4491 * Source/cmake/OptionsGTK.cmake: When gamepad is enabled look for gio-unix and GUdev. When
4492 geolocation is enabled look for GeoClue.
4494 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
4496 [GTK] Use libc++ for C++11 on darwin
4497 https://bugs.webkit.org/show_bug.cgi?id=126325
4499 Reviewed by Martin Robinson.
4501 * Source/autotools/SetupCompilerFlags.m4: Don't default to libstdc++ when compiling with Clang.
4502 Instead, the compiler should determine itself what standard library to use, except on Darwin,
4503 where libc++ should be enforced. The standard library of user's choosing can still be enforced
4504 through the CXXFLAGS environment variable.
4506 2014-01-05 Martin Robinson <mrobinson@igalia.com>
4508 [GTK] [CMake] Ensure that the autotools build and the CMake install the same files
4509 https://bugs.webkit.org/show_bug.cgi?id=116379
4511 Reviewed by Gustavo Noronha Silva.
4513 * Source/PlatformGTK.cmake: Install the documentation.
4514 * Source/cmake/OptionsCommon.cmake: Add a LIBEXEC variable for WebKit2 executables, and
4515 don't use the default locations on GTK+. We will get them from the CMake-provided GNU installation
4517 * Source/cmake/OptionsGTK.cmake: Setup the installation variables using the ones provided
4518 by CMake's GNU installation directory support. Fix the definition of DATADIR. Always install
4521 2014-01-05 Carlos Garcia Campos <cgarcia@igalia.com>
4523 [GTK] Stop installing WebKit2 C API headers
4524 https://bugs.webkit.org/show_bug.cgi?id=126489
4526 Reviewed by Martin Robinson.
4530 2014-01-04 Martin Robinson <mrobinson@igalia.com>
4532 [GTK] [CMake] Improve the way we locate gobject-introspection
4533 https://bugs.webkit.org/show_bug.cgi?id=126452
4535 Reviewed by Philippe Normand.
4537 * Source/cmake/FindGObjectIntrospection.cmake: Added.
4538 * Source/cmake/OptionsGTK.cmake: Load the new FindGObjectIntrospection file.
4540 2014-01-04 Martin Robinson <mrobinson@igalia.com>
4542 [GTK] [CMake] Fix the video and audio build
4543 https://bugs.webkit.org/show_bug.cgi?id=126464
4545 Reviewed by Philippe Normand.
4547 * Source/cmake/OptionsGTK.cmake: GStreamer files look for USE(GSTREAMER) and USE(WEBAUDIO_GSTREAMER),
4548 so define those when appropriate. Web audio is one by default in autotools, so turn it on for cmake
4551 2014-01-03 Martin Robinson <mrobinson@igalia.com>
4553 [CMake] The forwarding headers generated by WebKitMacros.m4 are incompatible with the headers generated by generate-forwarding-headers.pl
4554 https://bugs.webkit.org/show_bug.cgi?id=126361
4556 Reviewed by Philippe Normand.
4558 Make the forwarding headers generated by WebKitMacros.m4 compatible with the headers
4559 generated by the WebKit2 forwarding headers generation script.
4561 * Source/cmake/WebKitMacros.cmake: Try to convert absolute paths in the forwarding headers
4562 to ones that are relative to the Source directory.
4564 2014-01-02 Carlos Garcia Campos <cgarcia@igalia.com>
4566 REGRESSION(r160304): [GTK] Disable libtool fast install
4567 https://bugs.webkit.org/show_bug.cgi?id=126381
4569 Reviewed by Martin Robinson.
4571 After r160304 we are building some of our binaries that are
4572 installed with the -no-fast-install ld flag. This makes that the
4573 binaries are installed with the source code path hardcoded in