1 2014-03-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3 [EFL] Bump glib version from 2.36 to 2.38
4 https://bugs.webkit.org/show_bug.cgi?id=130886
6 Reviewed by Csaba Osztrogonác.
8 * Source/cmake/OptionsEfl.cmake: Required glib-2.38 version.
10 2014-03-26 Zoltan Horvath <zoltan@webkit.org>
12 [CSS Shapes] Remove shape-inside support
13 https://bugs.webkit.org/show_bug.cgi?id=130698
15 Reviewed by David Hyatt.
17 * Source/cmake/WebKitFeatures.cmake:
18 * Source/cmakeconfig.h.cmake:
20 2014-03-25 Martin Robinson <mrobinson@igalia.com>
22 [GTK] Remove the autotools build
23 https://bugs.webkit.org/show_bug.cgi?id=130717
25 Reviewed by Anders Carlsson.
27 * .gitignore: Remove references to autotools files.
28 * GNUmakefile.am: Removed.
29 * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
30 * Source/autotools/CustomMacros.m4: Removed.
31 * Source/autotools/FindDependencies.m4: Removed.
32 * Source/autotools/PrintBuildConfiguration.m4: Removed.
33 * Source/autotools/ReadCommandLineArguments.m4: Removed.
34 * Source/autotools/SetupAutoconfHeader.m4: Removed.
35 * Source/autotools/SetupAutomake.m4: Removed.
36 * Source/autotools/SetupCompilerFlags.m4: Removed.
37 * Source/autotools/SetupLibtool.m4: Removed.
38 * Source/autotools/SetupWebKitFeatures.m4: Removed.
39 * Source/autotools/Versions.m4: Removed.
40 * Source/autotools/acinclude.m4: Removed.
41 * Source/autotools/dolt.m4: Removed.
42 * Source/autotools/gsettings.m4: Removed.
43 * Source/cmake/OptionsGTK.cmake:
44 * autogen.sh: Removed.
45 * configure.ac: Removed.
47 2014-03-25 Gabor Rapcsanyi <rgabor@webkit.org>
49 [EFL] Add ARM64 build support
50 https://bugs.webkit.org/show_bug.cgi?id=130506
52 Rubber stamped by Gyuyoung Kim.
54 * CMakeLists.txt: Set WTF_CPU_ARM64 when aarch64 is defined.
56 2014-03-25 Michał Pakuła vel Rutka <m.pakula@samsung.com>
58 [EFL][WK2] Add NETWORK_PROCESS build option
59 https://bugs.webkit.org/show_bug.cgi?id=130131
61 Reviewed by Gyuyoung Kim.
63 Add option to build EFL port with NETWORK_PROCESS set on. By default NETWORK_PROCESS is
66 * Source/cmake/OptionsEfl.cmake:
68 2014-03-24 Brian Burg <bburg@apple.com>
70 Web Replay: capture and replay keyboard events
71 https://bugs.webkit.org/show_bug.cgi?id=130314
73 Reviewed by Joseph Pecoraro.
75 * ManualTests/inspector/replay-keyboard-events.html: Added.
77 2014-03-24 Sangyong Park <sy302.park@gmail.com>
79 [EFL] Inspector page is not loaded.
80 https://bugs.webkit.org/show_bug.cgi?id=130661
82 Reviewed by Gyuyoung Kim.
84 Inspector page is not loaded, because some javascript files are not installed.
85 (InspectorJSBackendCommands.js, InspectorWebBackendCommands.js)
87 * Source/PlatformEfl.cmake:
89 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
91 [EFL][GTK] Get CMake to find Freetype2 properly
92 https://bugs.webkit.org/show_bug.cgi?id=130150
94 Reviewed by Martin Robinson.
96 Newer versions of CMake are not able to find Freetype2 correctly.
97 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
98 freetype2 repo, because a completely different version number is found in freetype2.pc.
100 * Source/cmake/FindFreetype2.cmake: Added.
101 * Source/cmake/OptionsEfl.cmake:
102 * Source/cmake/OptionsGTK.cmake:
104 2014-03-20 Brian Burg <bburg@apple.com>
106 Web Replay: capture and replay mouse events
107 https://bugs.webkit.org/show_bug.cgi?id=129395
109 Reviewed by Joseph Pecoraro.
111 Create a manual test for capture/replay of mouse events.
112 Copy over the crypto-md5.js library from SunSpider.
114 * ManualTests/inspector/replay-mouse-events.html: Added.
115 * ManualTests/inspector/resources/crypto-md5.js: Added.
117 2014-03-20 Zan Dobersek <zdobersek@igalia.com>
119 [GTK][CMake] Add support for building with Clang
120 https://bugs.webkit.org/show_bug.cgi?id=130260
122 Reviewed by Martin Robinson.
124 * Source/PlatformGTK.cmake: Run the generate-gtkdoc script with the CFLAGS env set
125 to the list C compiler flags as constructed by CMake.
126 * Source/cmake/OptionsCommon.cmake: When building with Clang, use the -Qunused-arguments
127 compiler option to suppress verbose warnings about arguments that went unused by the driver.
128 * Source/cmake/OptionsGTK.cmake: Use -fno-omit-frame-pointer for both GCC and Clang.
129 -fno-tree-dce should be used only for GCC.
130 * Source/cmake/gtest/CMakeLists.txt: When building with Clang the GTest framework
131 should be built with GTEST_HAS_TR1_TUPLE macro defined to 0 to avoid build failures.
133 2014-03-20 Commit Queue <commit-queue@webkit.org>
135 Unreviewed, rolling out r165962.
136 https://bugs.webkit.org/show_bug.cgi?id=130512
138 It broke the build (Requested by Ossy on #webkit).
142 "[EFL][GTK] Get CMake to find Freetype2 properly"
143 https://bugs.webkit.org/show_bug.cgi?id=130150
144 http://trac.webkit.org/changeset/165962
146 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
148 [EFL][GTK] Get CMake to find Freetype2 properly
149 https://bugs.webkit.org/show_bug.cgi?id=130150
151 Reviewed by Csaba Osztrogonác.
153 Newer versions of CMake are not able to find Freetype2 correctly.
154 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
155 freetype2 repo, because a completely different version number is found in freetype2.pc.
157 * Source/cmake/FindFreetype2.cmake: Added.
158 * Source/cmake/OptionsEfl.cmake:
159 * Source/cmake/OptionsGTK.cmake:
161 2014-03-17 Brendan Long <b.long@cablelabs.com>
163 [GStreamer] human readable language code for tracks
164 https://bugs.webkit.org/show_bug.cgi?id=124514
166 Reviewed by Martin Robinson.
168 * Source/autotools/FindDependencies.m4: Add gstreamer-tag-1.0.
169 * Source/cmake/FindGStreamer.cmake: Same.
170 * Source/cmake/OptionsEfl.cmake: Same.
171 * Source/cmake/OptionsGTK.cmake: Same.
173 2014-03-17 Martin Robinson <mrobinson@igalia.com>
175 [GTK][CMake] Credential storage is not enabled
176 https://bugs.webkit.org/show_bug.cgi?id=130149
178 Reviewed by Philippe Normand.
180 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_CREDENTIAL_STORAGE option to the configuration
181 and look libsecret when it's enabled.
182 * Source/cmakeconfig.h.cmake: Expose the ENABLE_CREDENTIAL_STORAGE option to the build.
184 2014-03-17 Martin Robinson <mrobinson@igalia.com>
186 [GTK][CMake] Ensure that HAVE_GTK_UNIX_PRINTING is defined when appropriate
187 https://bugs.webkit.org/show_bug.cgi?id=130155
189 Reviewed by Philippe Normand.
191 * Source/cmake/FindGTKUnixPrint.cmake: Added.
192 * Source/cmake/OptionsGTK.cmake: Look for gtk+-unix-print and use it to turn on HAVE_GTK_UNIX_PRINTING.
193 * Source/cmakeconfig.h.cmake: Add the HAVE_GTK_UNIX_PRINTING define.
195 2014-03-16 Kim Byung Jun <bj1987.kim@samsung.com>
197 [EFL] Enable TOUCH_SLIDER macro.
198 https://bugs.webkit.org/show_bug.cgi?id=130186
200 Reviewed by Gyuyoung Kim.
202 * Source/cmake/OptionsEfl.cmake:
204 2014-03-16 Zan Dobersek <zdobersek@igalia.com>
206 [GTK][CMake] Build with -fno-rtti
207 https://bugs.webkit.org/show_bug.cgi?id=130261
209 Reviewed by Martin Robinson.
211 * Source/cmake/OptionsCommon.cmake: List the -fno-exceptions, -fno-strict-aliasing
212 and -fno-rtti options in the global CMAKE_C_FLAGS and CMAKE_CXX_FLAGS (-fno-rtti
213 is only listed in the latter). Replace -std=gnu++0x with the official -std=c++11 option.
214 * Source/cmake/WebKitHelpers.cmake: Stop -fno-exceptions and -fno-strict-aliasing
215 from being set through the WEBKIT_SET_EXTRA_COMPILER_FLAGS macro, they are now listed
216 in CMAKE_C_FLAGS and CMAKE_CXX_FLAGS.
217 * Source/cmake/gtest/CMakeLists.txt: Build GTest code with GTEST_HAS_RTTI macro defined to 0.
219 2014-03-16 Brendan Long <b.long@cablelabs.com>
221 [GStreamer] CMake doesn't find the include path for gstreamer-base
222 https://bugs.webkit.org/show_bug.cgi?id=130098
224 Reviewed by Philippe Normand.
226 * Source/cmake/FindGStreamer.cmake: Look for a header in gstreamer-base instead of looking for gst/gst.h twice.
228 2014-03-14 Maciej Stachowiak <mjs@apple.com>
230 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
231 https://bugs.webkit.org/show_bug.cgi?id=130276
232 <rdar://problem/16266927>
234 Reviewed by Simon Fraser.
236 * ManualTests/NPN_Invoke/Info.plist:
237 * ManualTests/NPN_Invoke/main.c:
238 * ManualTests/accessibility/resources/AppletTest.java:
240 2014-03-14 Zan Dobersek <zdobersek@igalia.com>
242 [CMake] Remove -fno-tree-sra workaround for GCC 4.5
243 https://bugs.webkit.org/show_bug.cgi?id=130258
245 Reviewed by Martin Robinson.
247 GCC compilers 4.7 and later are supported, so there's no need for disabling
248 the -ftree-sra optimization which was causing problems when enabled on GCC 4.5.
250 * Source/cmake/WebKitHelpers.cmake:
252 2014-03-14 Landry Breuil <landry@openbsd.org>
254 Add autotools boilerplate for proper os defines on OpenBSD/NetBSD/DragonFly
255 https://bugs.webkit.org/show_bug.cgi?id=129966
257 Reviewed by Andreas Kling.
259 * Source/autotools/CheckSystemAndBasicDependencies.m4:
260 * Source/autotools/SetupAutomake.m4:
262 2014-03-13 Mario Sanchez Prada <mario.prada@samsung.com>
264 [CMake] Failure to link with older installations of WebP
265 https://bugs.webkit.org/show_bug.cgi?id=130195
267 Reviewed by Gustavo Noronha Silva.
269 Fix the issue by using a temporary variable as the output parameter
270 to check_include_files(), setting WEBP_FOUND accordingly later.
272 * Source/cmake/FindWebP.cmake: Avoid reusing the WEBP_FOUND
273 variable in check_include_files(), as it will lead to misleading
274 results (will always be FALSE). Use a temporary variable instead
275 and explicitly set WEBP_FOUND to TRUE later if needed.
277 2014-03-12 Martin Robinson <mrobinson@igalia.com>
279 [CMake] Changes to the bindings generator Perl modules do not trigger regeneration of bindings
280 https://bugs.webkit.org/show_bug.cgi?id=130170
282 Reviewed by Daniel Bates.
284 * Source/cmake/WebKitMacros.cmake: Add the Perl modules used in script generation to the dependency
285 list. We must check whether or not the specific one exists first, because the InjectedBundle uses a
286 fake "TestRunner" generator.
288 2014-03-12 Carlos Garcia Campos <cgarcia@igalia.com>
290 [GTK][CMAKE] Remove compile warnings about GTK+ deprecated API
291 https://bugs.webkit.org/show_bug.cgi?id=130014
293 Reviewed by Martin Robinson.
295 Set GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_6.
297 * Source/cmake/OptionsGTK.cmake:
298 * Source/cmakeconfig.h.cmake:
300 2014-03-12 Martin Robinson <mrobinson@igalia.com>
302 [GTK][CMAKE] Too verbose build output
303 https://bugs.webkit.org/show_bug.cgi?id=130076
305 Reviewed by Carlos Garcia Campos.
307 * Source/cmake/OptionsGTK.cmake: Generate a script which does the actual build. This
308 works around an issue where cmake --build doesn't support ninja's pretty printing.
310 2014-03-10 Mario Sanchez Prada <mario.prada@samsung.com>
312 [GTK] Add support for Geoclue2
313 https://bugs.webkit.org/show_bug.cgi?id=120185
315 Reviewed by Carlos Garcia Campos.
317 Patch by Anton Obzhirov <a.obzhirov@samsung.com> and Mario Sanchez Prada <mario.prada@samsung.com>
319 Add support for Geoclue2 using autotools.
321 * Source/autotools/FindDependencies.m4: Add support for handling
322 both Geoclue 1.0 and 2.0.
323 * Source/autotools/PrintBuildConfiguration.m4: Print the version
324 of geoclue that is being used.
325 * Source/autotools/SetupAutoconfHeader.m4: Define GEOCLUE_API_VERSION_2.
326 * Source/autotools/SetupAutomake.m4: Likewise, for AM_CONDITIONAL.
327 * Source/autotools/Versions.m4: Added minimum required version for Geoclue2.
329 Add support for Geoclue2 using CMake.
331 * Source/cmake/FindGeoClue2.cmake: Added.
332 * Source/cmake/OptionsGTK.cmake: Add support for handling Geoclue 1.0 and 2.0.
333 * Source/cmakeconfig.h.cmake: Define WTF_USE_GEOCLUE2.
335 2014-03-10 Martin Robinson <mrobinson@igalia.com>
337 [GTK][CMAKE] gtk-doc HTML documentation is generated by default when building with CMake
338 https://bugs.webkit.org/show_bug.cgi?id=130016
340 Reviewed by Carlos Garcia Campos.
342 * Source/PlatformGTK.cmake: Add two gtkdoc targets, one which builds HTML and one which
343 doesn't. Add the non-HTML version to the default target, but not the HTML version. The
344 HTML version will still run when building the distribution tarball.
346 2014-03-10 Martin Robinson <mrobinson@igalia.com>
348 [GTK] [CMake] Clean up library linking
349 https://bugs.webkit.org/show_bug.cgi?id=129782
351 Reviewed by Philippe Normand.
353 * Source/cmake/OptionsGTK.cmake: Add a macro to wrap all libraries in a list with --whole-archive
354 so that unused symbols are not dropped. This is useful when building up shared libraries
355 from convenience libraries.
357 2014-03-08 Landry Breuil <landry@openbsd.org>
359 Don't check for shm_open on librt on OpenBSD, lib doesnt exist.
360 https://bugs.webkit.org/show_bug.cgi?id=129973
362 Reviewed by Martin Robinson.
364 * Source/autotools/FindDependencies.m4:
366 2014-03-06 Anders Carlsson <andersca@apple.com>
368 Build WebKit2 before building WebKit
369 https://bugs.webkit.org/show_bug.cgi?id=129831
370 <rdar://problem/15920020>
372 Reviewed by Dan Bernstein.
375 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
376 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
378 2014-03-06 Commit Queue <commit-queue@webkit.org>
380 Unreviewed, rolling out r165193.
381 http://trac.webkit.org/changeset/165193
382 https://bugs.webkit.org/show_bug.cgi?id=129823
384 Not specifying libc++ as the stdlib for Clang through CXXFLAGS
385 env confuses libtool (Requested by zdobersek on #webkit).
387 * Source/autotools/SetupCompilerFlags.m4:
389 2014-03-06 Zan Dobersek <zdobersek@igalia.com>
391 [GTK][Autotools] Default to libc++ when compiling with Clang
392 https://bugs.webkit.org/show_bug.cgi?id=129798
394 Reviewed by Anders Carlsson.
396 * Source/autotools/SetupCompilerFlags.m4: Default to using libc++ when compiling with the Clang
397 compiler. This is still overridable if -stdlib=* flag was set through CXXFLAGS, in case people
398 would for some reason still prefer libstdc++ (i.e. on setups where a functional libc++ is not yet available).
400 2014-03-05 Martin Robinson <mrobinson@igalia.com>
402 [CMake] Ninja generator builds fail with "Argument list too long"
403 https://bugs.webkit.org/show_bug.cgi?id=129771
405 Reviewed by Daniel Bates.
407 * Source/cmake/OptionsCommon.cmake: Work around a bug in the Ninja CMake generator,
408 by forcing the use of response files.
410 2014-03-05 Ryuan Choi <ryuan.choi@samsung.com>
412 [CMake] Use thin archives if building on Linux for non-shared-core debug builds
413 https://bugs.webkit.org/show_bug.cgi?id=108330
415 Reviewed by Martin Robinson.
417 In order to get non-shared debug builds, this patch applied T option for
418 thin archives to the flags passed to ar when cmake based ports build on linux.
419 In addition, applied u option which avoids adding a file twice.
421 * Source/cmake/OptionsCommon.cmake: Moved archive options from OptionsGTK.cmake.
422 * Source/cmake/OptionsEfl.cmake:
423 Removed error messages for non-shared-core debug builds.
424 * Source/cmake/OptionsGTK.cmake: Moved archive options to OptionsCommon.cmake.
426 2014-03-04 Zan Dobersek <zdobersek@igalia.com>
428 [GTK] Build the Udis86 disassembler
429 https://bugs.webkit.org/show_bug.cgi?id=129679
431 Reviewed by Michael Saboff.
433 * GNUmakefile.am: Add the Udis86_nosources variable.
434 * Source/cmake/OptionsGTK.cmake: Enable the Udis86 disassembler.
436 2014-03-04 Martin Robinson <mrobinson@igalia.com>
438 [GTK] Simplify the GObject DOM bindings API break check into one step
439 https://bugs.webkit.org/show_bug.cgi?id=129571
441 Reviewed by Carlos Garcia Campos.
443 * Source/PlatformGTK.cmake: We don't need to run the API break check before gtkdoc generation.
444 Add the check to 'make check.'
446 2014-03-04 Martin Robinson <mrobinson@igalia.com>
448 [GTK][CMake] ENABLE_NAVIGATOR_CONTENT_UTILS is mistakenly enabled for the CMake build
449 https://bugs.webkit.org/show_bug.cgi?id=129502
451 Reviewed by Carlos Garcia Campos.
453 * Source/cmake/OptionsGTK.cmake: Disable the option for GTK+.
455 2014-03-03 Jozsef Berta <jberta.u-szeged@partner.samsung.com>
457 [cmake] *Names.cpp file should be regenerated after touching StaticString.pm
458 https://bugs.webkit.org/show_bug.cgi?id=129031
460 Reviewed by Csaba Osztrogonác.
462 * Source/cmake/WebKitMacros.cmake: Added a call for make_names.pm dependencies in GENERATE_FONT_NAMES and GENERATE_DOM_NAMES macros.
464 2014-03-03 Carlos Garcia Campos <cgarcia@igalia.com>
466 [GTK] WebKit2WebExtension GIR can't be used in vala
467 https://bugs.webkit.org/show_bug.cgi?id=127179
469 Reviewed by Martin Robinson.
471 Add a different pkg-config file for the web extensions API.
473 * Source/cmake/OptionsGTK.cmake:
476 2014-03-02 Dirkjan Ochtman <d.ochtman@activevideo.com>
478 Support ENABLE_ENCRYPTED_MEDIA in cmake builds
479 https://bugs.webkit.org/show_bug.cgi?id=129575
481 Reviewed by Philippe Normand.
483 * Source/cmake/OptionsEfl.cmake:
484 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
485 * Source/cmake/OptionsGTK.cmake:
486 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
487 * Source/cmake/WebKitFeatures.cmake:
488 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
489 * Source/cmakeconfig.h.cmake:
490 Added ENABLE_ENCRYPTED_MEDIA{,_V2} flags.
492 2014-02-27 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
494 Enable support of X-Content-Type-Options: nosniff header for EFL
495 https://bugs.webkit.org/show_bug.cgi?id=128673
497 Reviewed by Gyuyoung Kim.
499 * Source/cmake/OptionsEfl.cmake:
500 Enabled NOSNIFF feature flag for EFL.
502 2014-02-27 Koop Mast <kwm@FreeBSD.org>
504 Fallback on checking for libz manualy if zlib.pc isn't available.
505 https://bugs.webkit.org/show_bug.cgi?id=127061
507 Reviewed by Gustavo Noronha Silva.
509 * Source/autotools/FindDependencies.m4:
511 2014-02-25 Sergio Villar Senin <svillar@igalia.com>
513 [CSS Grid Layout] Add ENABLE flag
514 https://bugs.webkit.org/show_bug.cgi?id=129153
516 Reviewed by Simon Fraser.
518 Added the ENABLE_CSS_GRID_LAYOUT feature flag to the cmake and
519 autotools build systems. The feature is disabled by default for
522 * Source/autotools/SetupWebKitFeatures.m4:
523 * Source/cmake/OptionsEfl.cmake:
524 * Source/cmake/OptionsGTK.cmake:
525 * Source/cmake/WebKitFeatures.cmake:
526 * Source/cmakeconfig.h.cmake:
528 2014-02-24 Martin Robinson <mrobinson@igalia.com>
530 [GTK] generate-gtkdoc should not generate documentation for source files for unbuilt source files
531 https://bugs.webkit.org/show_bug.cgi?id=128417
533 Reviewed by Carlos Garcia Campos.
535 * Source/cmake/OptionsGTK.cmake: Define the paths to the pkgconfig files here, so that they
536 may one day be used in the webkitdom config file generation.
538 2014-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
540 [EFL][CMake] Fix javascriptcore test failings by the jsCStack branch merge
541 https://bugs.webkit.org/show_bug.cgi?id=128961
543 Reviewed by Ryosuke Niwa.
545 Javascriptcore test on EFL port has been broken since the jsCStack branch merge.
546 For now we can fix almost tests by using "-fno-tree-dce option". Unfortunately,
547 EFL port needs not to check "uninitialized" build warning as error in order to
548 adjust the option to EFL port. This patch don't take it as error temporarily.
550 * Source/cmake/OptionsEfl.cmake:
551 * Source/cmake/WebKitHelpers.cmake:
553 2014-02-16 Martin Robinson <mrobinson@igalia.com>
555 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
556 https://bugs.webkit.org/show_bug.cgi?id=128434
558 Reviewed by Anders Carlsson.
560 * Source/cmake/OptionsGTK.cmake: Add -fno-omit-frame-pointer to the GTK+ CMake
561 port as well as -fno-tree-dce, like it is used in the autotools build.
563 2014-02-17 ChangSeok Oh <changseok.oh@collabora.com>
565 [GTK] MEDIA_CONTROLS_SCRIPT depends on VIDEO_TRACK
566 https://bugs.webkit.org/show_bug.cgi?id=128799
568 Reviewed by Philippe Normand.
570 MEDIA_CONTROLS_SCRIPT has a dependency on VIDEO_TRACK. So it causes a build break
571 if building with autotools. cmake system has enabled it as default. So I propose
572 enabling VIDEO_TRACK as well.
574 * Source/autotools/SetupWebKitFeatures.m4:
576 2014-02-14 Commit Queue <commit-queue@webkit.org>
578 Unreviewed, rolling out r164090.
579 http://trac.webkit.org/changeset/164090
580 https://bugs.webkit.org/show_bug.cgi?id=128807
582 It broke the EFL build (Requested by Ossy on #webkit).
584 * Source/cmake/OptionsCommon.cmake:
585 * Source/cmake/OptionsEfl.cmake:
587 2014-02-09 Martin Robinson <mrobinson@igalia.com>
589 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
590 https://bugs.webkit.org/show_bug.cgi?id=128434
592 Extend a fix for EFL to all ports that use GCC. Also include further fixes
593 that were applied only to the autotools build.
595 Reviewed by Gyuyoung Kim.
597 * Source/cmake/OptionsCommon.cmake: Add -fno-omit-frame-pointer to all ports as well
598 as -fno-tree-dce, which is necessary for GTK+.
599 * Source/cmake/OptionsEfl.cmake: The GCC flag additions are now in the common options file.
601 2014-02-04 Gustavo Noronha Silva <gns@gnome.org>
603 [GTK][CMake] Generate GObject DOM bindings .symbols files
604 https://bugs.webkit.org/show_bug.cgi?id=126210
606 Reviewed by Martin Robinson.
608 * Source/PlatformGTK.cmake: add checking DOM bindings API as a dependency
609 for documentation generation.
611 2014-02-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
613 [GTK] MEDIA_CONTROLS_SCRIPT support
614 https://bugs.webkit.org/show_bug.cgi?id=123097
616 Reviewed by Jer Noble.
618 Part of the Autotools and CMake structure to build the media
621 * Source/autotools/SetupWebKitFeatures.m4: Activated the media
622 controls script by default.
623 * Source/cmake/OptionsGTK.cmake: Activated the media controls
625 * Source/cmake/WebKitFeatures.cmake: Created the option to
626 activate the controls script.
627 * Source/cmakeconfig.h.cmake: Created the define template the the
628 media controls script.
630 2014-02-12 Zan Dobersek <zdobersek@igalia.com>
632 [GDB] Add .gdbinit to the list of files ignored by Git
633 https://bugs.webkit.org/show_bug.cgi?id=128455
635 Reviewed by Anders Carlsson.
637 * .gitignore: Ignore the .gdbinit file which can be used to perform WebKit-specific GDB initialization
638 when the debugger is launched in the repository's root directory. Also remove a Chromium-specific comment
639 that covers already removed entries.
641 2014-02-11 Oliver Hunt <oliver@apple.com>
643 Make it possible to implement JS builtins in JS
644 https://bugs.webkit.org/show_bug.cgi?id=127887
646 Reviewed by Michael Saboff.
649 * Source/cmake/gtest/CMakeLists.txt:
651 2014-02-12 Ryan Lortie <desrt@desrt.ca>
653 'ar T' is not portable and breaks the build on FreeBSD
654 https://bugs.webkit.org/show_bug.cgi?id=128596
656 Reviewed by Gustavo Noronha Silva.
658 Create thin archives only if we are using GNU ar.
660 * Source/autotools/SetupLibtool.m4:
662 2014-02-10 Krzysztof Wolanski <k.wolanski@samsung.com>
664 Add the CSS_SHAPE_INSIDE to CMake feature list
665 https://bugs.webkit.org/show_bug.cgi?id=128530
667 Reviewed by Gyuyoung Kim.
669 CSS_SHAPE_INSIDE flag was added in r163333,
670 this patch is adding this flag to CMake feature list.
672 * Source/cmake/WebKitFeatures.cmake:
673 * Source/cmakeconfig.h.cmake:
675 2014-02-09 Carlos Garnacho <carlosg@gnome.org>
677 [GTK] Enable touch features
678 https://bugs.webkit.org/show_bug.cgi?id=98931
680 Reviewed by Carlos Garcia Campos.
682 * Source/autotools/SetupWebKitFeatures.m4:
683 * Source/cmake/OptionsGTK.cmake: set ENABLE_TOUCH_EVENTS to 1 if building with GTK+.
685 2014-02-06 Andreas Kling <akling@apple.com>
687 Remove unused ENABLE(REPAINT_THROTTLING) flag.
688 <https://webkit.org/b/128329>
690 Reviewed by Antti Koivisto.
692 * Source/cmake/WebKitFeatures.cmake:
693 * Source/cmakeconfig.h.cmake:
695 2014-02-06 Joseph Pecoraro <pecoraro@apple.com>
697 [iOS] make should build WebKit2
698 https://bugs.webkit.org/show_bug.cgi?id=128351
700 Reviewed by Daniel Bates.
704 2014-02-05 Andreas Kling <akling@apple.com>
706 Remove ENABLE(DIRECTORY_UPLOAD).
707 <https://webkit.org/b/128275>
709 Rubber-stamped by Ryosuke Niwa.
711 * Source/autotools/SetupWebKitFeatures.m4:
712 * Source/cmake/WebKitFeatures.cmake:
714 2014-02-05 Csaba Osztrogonác <ossy@webkit.org>
716 Remove ENABLE(SVG) guards
717 https://bugs.webkit.org/show_bug.cgi?id=127991
719 Reviewed by Sam Weinig.
721 * Source/autotools/FindDependencies.m4:
722 * Source/autotools/PrintBuildConfiguration.m4:
723 * Source/autotools/ReadCommandLineArguments.m4:
724 * Source/autotools/SetupAutomake.m4:
725 * Source/autotools/SetupWebKitFeatures.m4:
726 * Source/cmake/OptionsEfl.cmake:
727 * Source/cmake/OptionsGTK.cmake:
728 * Source/cmake/WebKitFeatures.cmake:
729 * Source/cmakeconfig.h.cmake:
731 2014-02-04 Andreas Kling <akling@apple.com>
733 Remove <iframe seamless> support.
734 <https://webkit.org/b/128213>
736 Rubber-stamped by Antti Koivisto.
738 * Source/autotools/SetupWebKitFeatures.m4:
739 * Source/cmake/WebKitFeatures.cmake:
740 * Source/cmakeconfig.h.cmake:
742 2014-01-31 Benjamin Poulain <bpoulain@apple.com>
744 Remove LEGACY_VIEWPORT_ADAPTION
745 https://bugs.webkit.org/show_bug.cgi?id=128028
747 Reviewed by Anders Carlsson.
749 * Source/cmake/WebKitFeatures.cmake:
750 * Source/cmakeconfig.h.cmake:
752 2014-01-31 Oliver Hunt <oliver@apple.com>
754 Rollout r163195 and related patches
757 * Source/cmake/gtest/CMakeLists.txt:
759 2014-01-29 Oliver Hunt <oliver@apple.com>
761 Make it possible to implement JS builtins in JS
762 https://bugs.webkit.org/show_bug.cgi?id=127887
764 Reviewed by Michael Saboff.
768 * Source/cmake/gtest/CMakeLists.txt:
770 2014-01-30 Martin Robinson <mrobinson@igalia.com>
772 [GTK] [CMake] Add support for building against GTK+ 2
773 https://bugs.webkit.org/show_bug.cgi?id=127959
775 Reviewed by Anders Carlsson.
777 * Source/cmake/OptionsGTK.cmake: Add a new option to use GTK 2 and make a variable holding the
778 library API version. When using GTK 2 do not build WebKit 2.
780 2014-01-30 Martin Robinson <mrobinson@igalia.com>
782 [GTK] [CMake] Add a "make dist" target
783 https://bugs.webkit.org/show_bug.cgi?id=116378
785 Reviewed by Gustavo Noronha Silva.
787 * Source/PlatformGTK.cmake: A CMake support for executing the make-dist
788 script and then turning the tarfile into a LZMA compressed file.
790 2014-01-30 Zan Dobersek <zdobersek@igalia.com>
792 [GTK] Only disable -ftree-dce optimization when compiling with GCC
793 https://bugs.webkit.org/show_bug.cgi?id=127911
795 Reviewed by Carlos Garcia Campos.
797 * Source/autotools/SetupAutomake.m4: Define the COMPILER_GCC and COMPILER_CLANG Automake macros.
798 These can be used when compiler-specific flags have to be used. The latter one is not actually needed
799 at the moment, but is added for the sake of completeness.
801 2014-01-30 Csaba Osztrogonác <ossy@webkit.org>
803 [EFL] Fix the regression caused by the jsCStack branch merge
804 https://bugs.webkit.org/show_bug.cgi?id=127898
806 Reviewed by Zoltan Herczeg.
808 * Source/cmake/OptionsEfl.cmake: Build with -fno-omit-frame-pointer.
810 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
812 Remove ENABLE(JAVASCRIPT_DEBUGGER) leftovers
813 https://bugs.webkit.org/show_bug.cgi?id=127845
815 Reviewed by Joseph Pecoraro.
817 * Source/autotools/SetupWebKitFeatures.m4:
819 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
821 Remove ENABLE(JAVASCRIPT_DEBUGGER) guards
822 https://bugs.webkit.org/show_bug.cgi?id=127840
824 Reviewed by Mark Lam.
826 * Source/cmake/WebKitFeatures.cmake:
827 * Source/cmakeconfig.h.cmake:
829 2014-01-25 Darin Adler <darin@apple.com>
831 Get rid of ICU_UNICODE and WCHAR_UNICODE remnants
832 https://bugs.webkit.org/show_bug.cgi?id=127623
834 Reviewed by Anders Carlsson.
836 * Source/cmake/OptionsEfl.cmake: Removed ICU_UNICODE and WCHAR_UNICODE flags.
837 * Source/cmake/OptionsGTK.cmake: Ditto.
838 * Source/cmake/OptionsWinCE.cmake: Ditto.
840 2014-01-23 Max Vujovic <mvujovic@adobe.com>
842 Remove CSS Custom Filters code and tests
843 https://bugs.webkit.org/show_bug.cgi?id=127382
845 Reviewed by Simon Fraser.
847 * Source/autotools/FindDependencies.m4:
848 * Source/autotools/SetupWebKitFeatures.m4:
849 * Source/cmake/WebKitFeatures.cmake:
850 * Source/cmakeconfig.h.cmake:
852 2014-01-22 Martin Robinson <mrobinson@igalia.com>
854 [GTK][CMake] Add support for building the NetworkProcess
855 https://bugs.webkit.org/show_bug.cgi?id=127195
857 Reviewed by Daniel Bates.
859 * Source/cmake/OptionsGTK.cmake: Turn on the network process and give it
860 a name like the WebProcess.
862 2014-01-20 Ryuan Choi <ryuan.choi@samsung.com>
864 [CMAKE] Remove Nix from CMake scripts
865 https://bugs.webkit.org/show_bug.cgi?id=127264
867 Reviewed by Anders Carlsson.
870 * Source/CMakeLists.txt:
871 * Source/cmake/FindEGL.cmake:
872 * Source/cmake/OptionsCommon.cmake:
874 2014-01-18 Anders Carlsson <andersca@apple.com>
876 Remove ENABLE_THREADED_HTML_PARSER defines everywhere
877 https://bugs.webkit.org/show_bug.cgi?id=127225
879 Reviewed by Andreas Kling.
881 This concludes the removal of over 8.8 million lines of threaded parser code.
883 * Source/autotools/SetupWebKitFeatures.m4:
884 * Source/cmake/WebKitFeatures.cmake:
885 * Source/cmakeconfig.h.cmake:
887 2014-01-18 Lauro Neto <lauro.neto@openbossa.org>
889 Remove Nix files from WebCore
890 https://bugs.webkit.org/show_bug.cgi?id=127176
892 Reviewed by Anders Carlsson.
894 * Source/cmake/OptionsNix.cmake: Removed.
896 2014-01-18 Zan Dobersek <zdobersek@igalia.com>
898 [GTK] Bump the minimum required Clang version to 3.3
899 https://bugs.webkit.org/show_bug.cgi?id=127178
901 Reviewed by Martin Robinson.
903 * Source/autotools/CheckSystemAndBasicDependencies.m4: Require Clang 3.3 or later when using the Clang compiler to
904 build the GTK port. Building with Clang 3.2 doesn't work anymore and there's no point in fixing that, as we should
905 support the latest two versions of Clang (3.3 and 3.4), just like we do with GCC (4.7 and 4.8).
907 2014-01-14 Dan Bernstein <mitz@apple.com>
909 Only use color in make output when it’s going to a terminal.
911 Reviewed by Mark Rowe.
915 2014-01-13 Martin Robinson <mrobinson@igalia.com>
917 [CMake] Mark all dependency include paths and libraries as advanced variables
918 https://bugs.webkit.org/show_bug.cgi?id=126504
920 Reviewed by Daniel Bates.
922 * Source/cmake/FindATK.cmake: Mark result variable as advanced.
923 * Source/cmake/FindCairo.cmake: Ditto.
924 * Source/cmake/FindEGL.cmake: Ditto.
925 * Source/cmake/FindEnchant.cmake: Ditto.
926 * Source/cmake/FindGLIB.cmake: Ditto.
927 * Source/cmake/FindGStreamer.cmake: Ditto.
928 * Source/cmake/FindHarfBuzz.cmake: Ditto.
929 * Source/cmake/FindLibSoup.cmake: Ditto.
931 2014-01-13 Martin Robinson <mrobinson@igalia.com>
933 [GTK][CMake] Add a 'check' target
934 https://bugs.webkit.org/show_bug.cgi?id=126770
936 Reviewed by Daniel Bates.
938 * Source/PlatformGTK.cmake: Add a 'check' target that calls run-gtk-tests.
940 2014-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
942 Unreviewed. Update NEWS and Versions.m4 for 2.3.4 release.
944 * Source/autotools/Versions.m4: Bump version numbers.
946 2014-01-12 Sergio Correia <sergio.correia@openbossa.org>
948 [EFL][WK2] Make API tests work again
949 https://bugs.webkit.org/show_bug.cgi?id=126769
951 Reviewed by Gyuyoung Kim.
953 The EFL and WK2 test binaries are currently being generated at *TestWebKitAPI/
954 [E]WebKit2, respectively, and this causes problems because the logic to find
955 where WebProcess is to look in the same directory of the running process and
956 then proceed to use LIBEXECDIR (typically /usr/loca/bin).
958 This patch introduces a WEBKIT_EXEC_PATH environment variable, inspired in the
959 Gtk port, which allows us to look for WebProcess initially in this directory,
962 * Source/cmake/OptionsEfl.cmake: Define WEBKIT_EXEC_PATH, to be used by
965 2014-01-11 Dan Bernstein <mitz@apple.com>
967 [Mac] xcodebuild color output is suppressed when using make
968 https://bugs.webkit.org/show_bug.cgi?id=126815
970 Reviewed by Anders Carlsson.
972 WHen using make, xcodebuild’s output is piped through a filter, which causes it not to
973 format its output with color and emphasis.
975 * Makefile.shared: Pass COLOR_DIAGNOSTICS=YES to xcodebuild to force color output on. Due to
976 xcodebuild limitations, this restores some of the formatting, but not all of it.
978 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
980 Remove the BlackBerry port from trunk
981 https://bugs.webkit.org/show_bug.cgi?id=126715
983 Reviewed by Anders Carlsson.
986 * Source/cmake/OptionsCommon.cmake:
988 2014-01-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
990 [EFL][JSC] Enable udis86 disassembler on efl.
991 https://bugs.webkit.org/show_bug.cgi?id=125502
993 Reviewed by Michael Saboff.
995 Enable udis86 disassembler on efl and fix build warnings.
997 * Source/cmake/OptionsEfl.cmake:
998 Enable udis86 disassembler.
1000 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
1002 Remove the BlackBerry port from trunk
1003 https://bugs.webkit.org/show_bug.cgi?id=126715
1005 Reviewed by Anders Carlsson.
1009 2014-01-09 Benjamin Poulain <bpoulain@apple.com>
1011 Remove the BlackBerry files outside WebCore
1012 https://bugs.webkit.org/show_bug.cgi?id=126715
1014 Reviewed by Anders Carlsson.
1016 * ManualTests/blackberry: Removed.
1017 * Source/cmake/OptionsBlackBerry.cmake: Removed.
1019 2014-01-08 Martin Robinson <mrobinson@igalia.com>
1021 [GTK] [CMake] Specify the executable and library output locations in the build
1022 https://bugs.webkit.org/show_bug.cgi?id=126671
1024 Reviewed by Gustavo Noronha Silva.
1026 * Source/cmake/OptionsGTK.cmake: Explicitly specify the output locations.
1028 2014-01-08 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
1030 [EFL] Make FTL buildable
1031 https://bugs.webkit.org/show_bug.cgi?id=125777
1033 Reviewed by Csaba Osztrogonác.
1035 * Source/cmake/OptionsEfl.cmake:
1036 * Source/cmakeconfig.h.cmake:
1038 2014-01-08 Alberto Garcia <berto@igalia.com>
1040 REGRESSION(r160304): [GTK] Disable libtool fast install
1041 https://bugs.webkit.org/show_bug.cgi?id=126381
1043 Reviewed by Gustavo Noronha Silva.
1045 Don't disable the libtool fast-install mode unconditionally by
1048 If the fast-install mode is disabled, binaries are generated ready
1049 to use the libraries directly from the build tree. If we use the
1050 GNU linker, those binaries are then relinked when they are
1053 However, libtool fails to do it properly when an installation
1054 prefix is set with DESTDIR, and ends up installing the libtool
1055 wrappers instead of the actual binaries.
1057 * Source/autotools/SetupLibtool.m4:
1059 2014-01-07 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
1061 Unreviewed GTK/CMake build fix: use the correct location for docs-build.stamp
1062 in output and dependencies declarations, so docs are not built needlessly
1065 * Source/PlatformGTK.cmake:
1067 2014-01-04 Carlos Garcia Campos <cgarcia@igalia.com>
1069 [GTK] Move all GTK/GObject unit tests to Tools/TestWebKitAPI
1070 https://bugs.webkit.org/show_bug.cgi?id=126342
1072 Reviewed by Gustavo Noronha Silva.
1074 * GNUmakefile.am: Remove unused variable.
1075 * Source/PlatformGTK.cmake: No longer include the old unit tests directories.
1077 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
1079 [GTK] configure errors out when building with libc++
1080 https://bugs.webkit.org/show_bug.cgi?id=126431
1082 Reviewed by Martin Robinson.
1084 Ease up the Clang and libstdc++ combination test to only fail if libstdc++ < 4.8.1 is actually used.
1085 This allows for libc++ to be used as well. The test is moved into SetupCompilerFlags.m4 and is done
1086 after the CXXFLAGS variable is properly set up, that is when all the C++ compiler options are determined.
1088 * Source/autotools/CheckSystemAndBasicDependencies.m4:
1089 * Source/autotools/SetupCompilerFlags.m4:
1091 2014-01-06 Martin Robinson <mrobinson@igalia.com>
1093 [CMake] [GTK] Fix the build for the WebKitGTK+ developer configuration
1094 https://bugs.webkit.org/show_bug.cgi?id=126505
1096 Reviewed by Gustavo Noronha Silva.
1098 * Source/cmake/FindGLIB.cmake: Add support for finding the gio-unix include directory location.
1099 * Source/cmake/FindGUdev.cmake: Added.
1100 * Source/cmake/FindGeoClue.cmake: Added.
1101 * Source/cmake/OptionsGTK.cmake: When gamepad is enabled look for gio-unix and GUdev. When
1102 geolocation is enabled look for GeoClue.
1104 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
1106 [GTK] Use libc++ for C++11 on darwin
1107 https://bugs.webkit.org/show_bug.cgi?id=126325
1109 Reviewed by Martin Robinson.
1111 * Source/autotools/SetupCompilerFlags.m4: Don't default to libstdc++ when compiling with Clang.
1112 Instead, the compiler should determine itself what standard library to use, except on Darwin,
1113 where libc++ should be enforced. The standard library of user's choosing can still be enforced
1114 through the CXXFLAGS environment variable.
1116 2014-01-05 Martin Robinson <mrobinson@igalia.com>
1118 [GTK] [CMake] Ensure that the autotools build and the CMake install the same files
1119 https://bugs.webkit.org/show_bug.cgi?id=116379
1121 Reviewed by Gustavo Noronha Silva.
1123 * Source/PlatformGTK.cmake: Install the documentation.
1124 * Source/cmake/OptionsCommon.cmake: Add a LIBEXEC variable for WebKit2 executables, and
1125 don't use the default locations on GTK+. We will get them from the CMake-provided GNU installation
1127 * Source/cmake/OptionsGTK.cmake: Setup the installation variables using the ones provided
1128 by CMake's GNU installation directory support. Fix the definition of DATADIR. Always install
1131 2014-01-05 Carlos Garcia Campos <cgarcia@igalia.com>
1133 [GTK] Stop installing WebKit2 C API headers
1134 https://bugs.webkit.org/show_bug.cgi?id=126489
1136 Reviewed by Martin Robinson.
1140 2014-01-04 Martin Robinson <mrobinson@igalia.com>
1142 [GTK] [CMake] Improve the way we locate gobject-introspection
1143 https://bugs.webkit.org/show_bug.cgi?id=126452
1145 Reviewed by Philippe Normand.
1147 * Source/cmake/FindGObjectIntrospection.cmake: Added.
1148 * Source/cmake/OptionsGTK.cmake: Load the new FindGObjectIntrospection file.
1150 2014-01-04 Martin Robinson <mrobinson@igalia.com>
1152 [GTK] [CMake] Fix the video and audio build
1153 https://bugs.webkit.org/show_bug.cgi?id=126464
1155 Reviewed by Philippe Normand.
1157 * Source/cmake/OptionsGTK.cmake: GStreamer files look for USE(GSTREAMER) and USE(WEBAUDIO_GSTREAMER),
1158 so define those when appropriate. Web audio is one by default in autotools, so turn it on for cmake
1161 2014-01-03 Martin Robinson <mrobinson@igalia.com>
1163 [CMake] The forwarding headers generated by WebKitMacros.m4 are incompatible with the headers generated by generate-forwarding-headers.pl
1164 https://bugs.webkit.org/show_bug.cgi?id=126361
1166 Reviewed by Philippe Normand.
1168 Make the forwarding headers generated by WebKitMacros.m4 compatible with the headers
1169 generated by the WebKit2 forwarding headers generation script.
1171 * Source/cmake/WebKitMacros.cmake: Try to convert absolute paths in the forwarding headers
1172 to ones that are relative to the Source directory.
1174 2014-01-02 Carlos Garcia Campos <cgarcia@igalia.com>
1176 REGRESSION(r160304): [GTK] Disable libtool fast install
1177 https://bugs.webkit.org/show_bug.cgi?id=126381
1179 Reviewed by Martin Robinson.
1181 After r160304 we are building some of our binaries that are
1182 installed with the -no-fast-install ld flag. This makes that the
1183 binaries are installed with the source code path hardcoded in
1184 binary RPATH. Disabling fast install globally, the libtool script
1185 always relinks the binaries right before being installed.
1187 * Source/autotools/SetupLibtool.m4: Add AC_DISABLE_FAST_INSTALL.
1189 2014-01-02 Jaehun Lim <ljaehun.lim@samsung.com>
1191 [CMake][EFL] Fix some typos in OptionsEfl.cmake
1192 https://bugs.webkit.org/show_bug.cgi?id=126376
1194 Reviewed by Gyuyoung Kim.
1196 * Source/cmake/WebKitFeatures.cmake: Correct a wrong word and remove comma(,).
1198 2013-12-30 Martin Robinson <mrobinson@igalia.com>
1200 [CMake] [GTK] Add support for GObject introspection
1201 https://bugs.webkit.org/show_bug.cgi?id=126162
1203 Reviewed by Daniel Bates.
1205 * Source/PlatformGTK.cmake: Add a 'gir' target that builds all GIR files.
1206 * Source/cmake/OptionsGTK.cmake: Add a macro for propagating typelib
1207 targets to the Source level of the build.
1209 2013-12-29 Martin Robinson <mrobinson@igalia.com>
1211 [GTK][CMake] Translations must be built
1212 https://bugs.webkit.org/show_bug.cgi?id=125513
1214 Reviewed by Gustavo Noronha Silva.
1216 * Source/PlatformGTK.cmake: Add the po subdirectory.
1218 2013-12-28 Giovanni Campagna <gcampagna@src.gnome.org>
1220 [GTK] Fix release builds with NetworkProcess enabled
1221 https://bugs.webkit.org/show_bug.cgi?id=126247
1223 Reviewed by Carlos Garcia Campos.
1225 * Source/autotools/symbols.filter:
1227 2013-12-26 Martin Robinson <mrobinson@igalia.com>
1229 [GTK] [CMake] Add a production build type
1230 https://bugs.webkit.org/show_bug.cgi?id=126179
1232 Reviewed by Daniel Bates.
1234 * Source/PlatformGTK.cmake: When the API tests are enabled compile the WebKit GObject
1235 API unit tests. The inclusion of these build files was inadvertently removed in an earlier
1237 * Source/cmake/OptionsGTK.cmake: When in production mode turn off all tools and tests and
1238 use the autotools linker script.
1240 2013-12-25 Martin Robinson <mrobinson@igalia.com>
1242 [GTK] [CMake] Properly name the JavaScriptCore library
1243 https://bugs.webkit.org/show_bug.cgi?id=126220
1245 Reviewed by Gustavo Noronha Silva.
1247 * Source/cmake/OptionsGTK.cmake: Set the JSC library name properly.
1249 2013-12-25 Martin Robinson <mrobinson@igalia.com>
1251 [GTK] [CMake] Clean up generated sources directories
1252 https://bugs.webkit.org/show_bug.cgi?id=126216
1254 Reviewed by Gustavo Noronha Silva.
1256 * Source/cmake/OptionsGTK.cmake: Pre-define the main derived sources directories
1257 so that they definitions can be shared easily throughout the build system.
1259 2013-12-23 Jinwoo Song <jinwoo7.song@samsung.com>
1261 [EFL][CMAKE] Case insensitive string comparison of build type
1262 https://bugs.webkit.org/show_bug.cgi?id=126153
1264 Reviewed by Daniel Bates.
1266 Compare CMAKE_BUILD_TYPE with "debug" ignoring case.
1268 * Source/cmake/OptionsEfl.cmake:
1270 2013-12-23 Gustavo Noronha Silva <gns@gnome.org>
1272 [GTK] [CMake] Add support for generating gtkdoc
1273 https://bugs.webkit.org/show_bug.cgi?id=116376
1275 Reviewed by Martin Robinson.
1277 * Source/PlatformGTK.cmake: Added. New custom target that depends on a custom command
1278 which calls our generate-gtkdoc script. It uses a docs-build.stamp for simplicity,
1279 like the autotools build.
1281 2013-12-23 Martin Robinson <mrobinson@igalia.com>
1283 [GTK] [CMake] Build the WebKit2 GObject API tests
1284 https://bugs.webkit.org/show_bug.cgi?id=125683
1286 Reviewed by Daniel Bates.
1288 * Source/PlatformGTK.cmake: Load the WebKit2 tests file if necessary.
1289 * Source/cmake/FindATSPI.cmake: Added.
1290 * Source/cmake/OptionsGTK.cmake: Look for AT-SPI, but don't fail if it isn't found.
1292 2013-12-23 Martin Robinson <mrobinson@igalia.com>
1294 [GTK] [CMake] Build the WebKit1 GObject API tests
1295 https://bugs.webkit.org/show_bug.cgi?id=125684
1297 Reviewed by Daniel Bates.
1299 * Source/PlatformGTK.cmake: Added.
1301 2013-12-22 Martin Robinson <mrobinson@igalia.com>
1303 https://bugs.webkit.org/show_bug.cgi?id=125511
1305 [GTK][CMake] libtool-compatible soversion calculation
1306 Reviewed by Gustavo Noronha Silva.
1308 * Source/cmake/OptionsGTK.cmake: Specify the appropriate libtool triples and use
1309 the CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE macro to specify the library-specific
1310 version information.
1311 * Source/cmake/WebKitHelpers.cmake: Add some helpful macros.
1313 2013-12-23 Gustavo Noronha Silva <gns@gnome.org>
1315 [GTK] [CMake] Generate pkg-config files
1316 https://bugs.webkit.org/show_bug.cgi?id=125685
1318 Reviewed by Martin Robinson.
1320 * Source/cmake/OptionsGTK.cmake: set variables used for filling in the values in the
1323 2013-12-23 Carlos Garcia Campos <cgarcia@igalia.com>
1325 [GTK] Build with network process unconditionally
1326 https://bugs.webkit.org/show_bug.cgi?id=126128
1328 Reviewed by Martin Robinson.
1330 * Source/autotools/SetupAutomake.m4: Remove network process
1331 conditional for Makefiles.
1332 * Source/autotools/SetupWebKitFeatures.m4: Remove network process
1335 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
1337 [GTK][CMake] make libjavascriptcoregtk a public shared library again
1338 https://bugs.webkit.org/show_bug.cgi?id=125512
1340 Reviewed by Martin Robinson.
1342 * CMakeLists.txt: make JavaScriptCore always be a shared library for the GTK+ port.
1343 * Source/cmake/WebKitHelpers.cmake: make -fvisibility=hidden not be applied for GTK+,
1344 visibility of some symbols is required for threading to be initialized properly by
1345 WebKit2 processes, and we will rely on a linker script that will be added later on,
1346 for production builds.
1348 2013-12-16 Martin Robinson <mrobinson@igalia.com>
1350 [GTK] [CMake] Add support for building WebKit1
1351 https://bugs.webkit.org/show_bug.cgi?id=116377
1353 Reviewed by Gustavo Noronha Silva.
1355 * Source/cmake/OptionsGTK.cmake: Turn off some features that do not build properly
1356 for WebKit1 and stop using the version script which we haven't implemented yet. Turn
1359 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
1361 [GTK][CMake] Use thin archives if building on Linux, only way to get non-shared-core debug builds
1362 https://bugs.webkit.org/show_bug.cgi?id=125951
1364 Reviewed by Martin Robinson.
1366 * Source/cmake/OptionsGTK.cmake: append T for thin archives to the flags passed to ar,
1367 also use u, which is used in the autotools build (it avoids adding a file twice).
1369 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
1371 [GTK][CMake] Remove binary size optimizations we do not use in the autotools build
1372 https://bugs.webkit.org/show_bug.cgi?id=125947
1374 Reviewed by Martin Robinson.
1376 * Source/cmake/OptionsGTK.cmake: remove the relevant flags.
1378 2013-12-18 Carlos Garcia Campos <cgarcia@igalia.com>
1380 Unreviewed. Update NEWS and Versions.m4 for 2.3.3 release.
1382 * Source/autotools/Versions.m4: Bump version numbers.
1384 2013-12-12 Martin Robinson <mrobinson@igalia.com>
1386 [GTK] [CMake] Build the plugin process against GTK+ 2
1387 https://bugs.webkit.org/show_bug.cgi?id=116374
1389 Reviewed by Gustavo Noronha Silva.
1391 * Source/cmake/FindGDK2.cmake: Added.
1392 * Source/cmake/FindGTK2.cmake: Added.
1393 * Source/cmake/OptionsGTK.cmake: Look for GTK2 and GDK2.
1394 * Source/cmake/WebKitMacros.cmake: Abstract WebKit2 IPC generation here so it
1395 can be shared between the WebKit2 library and the plugin process.
1397 2013-12-17 Simon Pena <simon.pena@samsung.com>
1399 [NIX] Enable full debug builds by having ar creating thin archives
1400 https://bugs.webkit.org/show_bug.cgi?id=125850
1402 Reviewed by Csaba Osztrogonác.
1404 By default, CMake uses ar to generate libWebCore.a with cr parameters
1405 (do not warn if the library has to be created, and replace existing
1406 files in the archive). That results in a very large file, and ar fails
1407 with sizes over 4GB.
1409 Previously, debug builds on NIX were overriding CFLAGS in order to reduce
1410 the size of the WebCore library. Once that ar creates thin archives, overriding
1411 CFLAGS is no longer needed.
1413 * Source/cmake/OptionsNix.cmake: Remove CFLAGS override for debug builds.
1415 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
1417 [GTK] Remove Warnings in building about duplicate INSPECTOR variables
1418 https://bugs.webkit.org/show_bug.cgi?id=125710
1420 Reviewed by Tim Horton.
1424 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
1426 Web Inspector: Add Inspector Code Generation to JavaScriptCore for Runtime Domain
1427 https://bugs.webkit.org/show_bug.cgi?id=125595
1429 Reviewed by Timothy Hatcher.
1433 2013-12-13 Zan Dobersek <zdobersek@igalia.com>
1435 [GTK] Remove the -Wno-c++11-extensions compiler option for Clang builds
1436 https://bugs.webkit.org/show_bug.cgi?id=125639
1438 Reviewed by Anders Carlsson.
1440 * Source/autotools/SetupCompilerFlags.m4: The -Wno-c++11-extensions compiler option was in use
1441 when building with Clang. It is now removed as the C++11 standard is enabled throughout the project.
1443 2013-12-11 Martin Robinson <mrobinson@igalia.com> and Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>
1445 Adding a .ycm_extra_conf file for webkitGtk
1446 https://bugs.webkit.org/show_bug.cgi?id=119618
1448 Reviewed by Gustavo Noronha Silva.
1450 Added a YouCompleteMe flag discovery script for Vim and the GTK+ port. The script
1451 read the GTK+ build files to determine dynamically what flags to compile a source
1452 file with. This allows Vim to provide auto-complete for C++/C language. See
1453 https://github.com/Valloric/YouCompleteMe for how to use this file.
1455 * .gitignore: Ignore the YCM symlinks in the tree.
1457 2013-12-12 Zan Dobersek <zdobersek@igalia.com>
1459 Use of ar T option not supported by older binutils
1460 https://bugs.webkit.org/show_bug.cgi?id=118732
1462 Reviewed by Gustavo Noronha Silva.
1464 * Source/autotools/SetupLibtool.m4: Make the AR_FLAGS value usable inside makefiles as an Automake variable.
1466 2013-12-11 Javier Fernandez <jfernandez@igalia.com>
1468 Arithmetic overflow when computing max-height CSS property with subpixel layout
1469 https://bugs.webkit.org/show_bug.cgi?id=119273
1471 Reviewed by Martin Robinson.
1473 Enabled SATURATED_LAYOUT_ARITHMETIC for the gtk+ port.
1475 * Source/autotools/SetupWebKitFeatures.m4:
1477 2013-12-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
1479 [CMAKE] Remove code that disables C++0x compat warnings for gcc-4.6 and above.
1480 https://bugs.webkit.org/show_bug.cgi?id=125492
1482 Reviewed by Zoltan Herczeg.
1484 Remove the code that disables these warnings for GCC >= 4.6.0
1486 * Source/cmake/WebKitHelpers.cmake:
1488 2013-12-10 Martin Robinson <mrobinson@igalia.com>
1490 Various fixes for the CMake GTK+ build
1492 Reviewed by Gustavo Noronha.
1494 * Source/cmake/OptionsGTK.cmake: Disable Quota support to maintain consistency with
1497 2013-12-09 Brian Holt <brian.holt@samsung.com>
1499 [WK2][Gtk] Add support for ENABLE_NETWORK_PROCESS to the build system
1500 https://bugs.webkit.org/show_bug.cgi?id=118231
1502 Reviewed by Martin Robinson.
1504 Original patch by Kwang Yul Seo <skyul@company100.net>.
1506 Disabled ENABLE_NETWORK_PROCESS by default.
1508 * Source/autotools/SetupAutomake.m4:
1509 * Source/autotools/SetupWebKitFeatures.m4:
1511 2013-12-06 Alberto Garcia <berto@igalia.com>
1513 [GTK] Enable web audio by default
1514 https://bugs.webkit.org/show_bug.cgi?id=124888
1516 Reviewed by Martin Robinson.
1518 When building with ./configure, enable_web_audio defaults to
1519 "no". However the basic functionality has been working for months
1520 so it's safe to enable it now.
1522 * Source/autotools/ReadCommandLineArguments.m4:
1524 2013-12-04 Ryosuke Niwa <rniwa@webkit.org>
1526 Enable HTMLTemplateElement by default
1527 https://bugs.webkit.org/show_bug.cgi?id=123851
1529 Reviewed by Antti Koivisto.
1531 * Source/autotools/SetupWebKitFeatures.m4:
1532 * Source/cmake/WebKitFeatures.cmake:
1534 2013-12-04 László Langó <lango@inf.u-szeged.hu>
1536 Allow --cloop option to work correctly in case of EFL.
1537 https://bugs.webkit.org/show_bug.cgi?id=125217
1539 Reviewed by Zoltan Herczeg.
1541 * Source/cmake/OptionsEfl.cmake:
1542 * Source/cmake/WebKitFeatures.cmake:
1543 * Source/cmakeconfig.h.cmake:
1545 2013-12-03 Ryuan Choi <ryuan.choi@samsung.com>
1547 [EFL] Disable RTTI for release build
1548 https://bugs.webkit.org/show_bug.cgi?id=125138
1550 Reviewed by Gyuyoung Kim.
1552 Binary size will be reduced about 1M bytes without RTTI.
1553 ewebkit.so : 43,449,275 -> 42,510,224
1554 ewebkit2.so: 46,715,870 -> 45,653,989
1556 * Source/cmake/OptionsEfl.cmake: Added -fno-rtti option to CMAKE_CXX_FLAGS_RELEASE.
1558 2013-12-02 Adrian Bunk <bunk@stusta.de>
1560 [GTK] Remove unneeded autoconf macros
1561 https://bugs.webkit.org/show_bug.cgi?id=125044
1563 Compilers that do not support const/inline/volatile and
1564 systems with pre-C89-headers are anyway not supported.
1566 Reviewed by Gustavo Noronha Silva.
1568 * Source/autotools/CheckSystemAndBasicDependencies.m4:
1570 2013-11-29 Laszlo Vidacs <lac@inf.u-szeged.hu>
1572 [cmake] Fix cmake warning: Argument not separated from preceding token by whitespace
1573 https://bugs.webkit.org/show_bug.cgi?id=124899
1575 Reviewed by Gyuyoung Kim.
1577 * Source/cmake/FindCairo.cmake:
1578 * Source/cmake/FindGStreamer.cmake:
1580 2013-11-28 Antti Koivisto <antti@apple.com>
1582 Remove feature: CSS variables
1583 https://bugs.webkit.org/show_bug.cgi?id=114119
1585 Reviewed by Andreas Kling.
1587 * Source/cmakeconfig.h.cmake:
1589 2013-11-27 László Langó <lango@inf.u-szeged.hu>
1591 [EFL] The remote inspector does not show the base page.
1592 https://bugs.webkit.org/show_bug.cgi?id=124942
1594 Reviewed by Gyuyoung Kim.
1596 On EFL the remote inspector does not show the base page about
1597 which pages are available for debug. This should be fixed for
1598 further inspector development.
1600 * Source/PlatformEfl.cmake:
1602 2013-11-26 Marcelo Lira <marcelo.lira@openbossa.org>
1604 Nix upstreaming - Adding build files and supporting scripts
1605 https://bugs.webkit.org/show_bug.cgi?id=118367
1607 Reviewed by Ryosuke Niwa.
1610 * Source/CMakeLists.txt:
1611 * Source/cmake/FindEGL.cmake:
1612 * Source/cmake/FindOpenGLES2.cmake: Added.
1613 * Source/cmake/OptionsCommon.cmake:
1614 * Source/cmake/OptionsNix.cmake: Added.
1616 2013-11-25 Ryuan Choi <ryuan.choi@samsung.com>
1618 [EFL] E_DBus should be an optional
1619 https://bugs.webkit.org/show_bug.cgi?id=124881
1621 Reviewed by Gyuyoung Kim.
1623 * Source/cmake/OptionsEfl.cmake:
1624 Checked E_DBus when only ENABLE_BATTERY_STATUS is on.
1626 2013-11-25 Ryuan Choi <ryuan.choi@samsung.com>
1628 [EFL] Use Config mode of find_package for EFL 1.8
1629 https://bugs.webkit.org/show_bug.cgi?id=124555
1631 Reviewed by Gyuyoung Kim.
1633 EFL 1.8 changed VERSION macro so it's difficult to use tricky approach
1634 which parses header files to know the version. Instead, EFL 1.8 supports
1635 FooConfig.cmake such as EinaConfig.cmake.
1637 This patch tries to use a config mode if it is available.
1638 If config mode is not available with Eo, FindFoo.cmake will be used without
1639 version requirement.
1641 * Source/cmake/FindEo.cmake: Removed.
1642 EoConfig.cmake is only preffered for EFL 1.8.
1643 * Source/cmake/OptionsEfl.cmake:
1645 2013-11-23 Xabier Rodriguez Calvar <calvaris@igalia.com>
1647 [GStreamer] Remove 0.10 codepath
1648 https://bugs.webkit.org/show_bug.cgi?id=124534
1650 Reviewed by Philippe Normand.
1652 * Source/cmake/OptionsEfl.cmake: Removed GST_API_VERSION_1
1655 2013-11-22 Manuel Rego Casasnovas <rego@igalia.com>
1657 [GTK] Review enabled/disabled CSS features for release builds
1658 https://bugs.webkit.org/show_bug.cgi?id=124791
1660 Reviewed by Martin Robinson.
1662 Enable and disable some CSS features according to what last versions of
1665 * Source/autotools/SetupWebKitFeatures.m4: Enable ENABLE_CSS_REGIONS and
1666 ENABLE_CSS_STICKY_POSITION. Disable ENABLE_CSS_EXCLUSIONS and
1669 2013-11-21 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
1671 Remove ENABLE_WORKERS
1672 https://bugs.webkit.org/show_bug.cgi?id=105784
1674 Reviewed by Darin Adler.
1676 * Source/autotools/SetupWebKitFeatures.m4:
1677 * Source/cmake/WebKitFeatures.cmake:
1678 * Source/cmakeconfig.h.cmake:
1680 2013-11-20 Commit Queue <commit-queue@webkit.org>
1682 Unreviewed, rolling out r159496.
1683 http://trac.webkit.org/changeset/159496
1684 https://bugs.webkit.org/show_bug.cgi?id=124641
1686 It caused warning and build break with cmake lower than 2.8.8
1687 (Requested by ryuan on #webkit).
1689 * Source/cmake/OptionsEfl.cmake:
1691 2013-11-19 Ryuan Choi <ryuan.choi@samsung.com>
1693 [EFL] Use Config mode of find_package for EFL 1.8
1694 https://bugs.webkit.org/show_bug.cgi?id=124555
1696 Reviewed by Gyuyoung Kim.
1698 EFL 1.8 changed VERSION macro so it's difficult to use tricky approach
1699 which parses header file to know the version. Instead, EFL 1.8 supports
1700 Config mode of find_package using XXXConfig.cmake such as EinaConfig.cmake.
1702 This patch tries to use Config mode if it is available after checking Eo.
1704 * Source/cmake/OptionsEfl.cmake:
1706 2013-11-18 Carlos Garcia Campos <cgarcia@igalia.com>
1708 Unreviewed. Update NEWS and Versions.m4 for 2.3.2 release.
1710 * Source/autotools/Versions.m4: Bump version numbers.
1712 2013-11-06 Krzysztof Czech <k.czech@samsung.com>
1714 [EFL] Change required version of ATK to 2.10.0
1715 https://bugs.webkit.org/show_bug.cgi?id=123883
1717 Reviewed by Mario Sanchez Prada.
1719 Changing a required version of ATK to 2.10.0
1721 * Source/cmake/OptionsEfl.cmake:
1723 2013-11-05 Zalan Bujtas <zalan@apple.com>
1725 Widget's position change should not initiate layout, only when its size changes.
1726 https://bugs.webkit.org/show_bug.cgi?id=123860
1728 Reviewed by Andreas Kling.
1730 RenderWidgets initiate unnecessary layouts while scrolling when they are embedded to
1731 overflow:scroll containers. Scroll position change doesn't dirty the render tree
1732 so it should not trigger layout either.
1734 * ManualTests/layouts-on-renderwidgets-while-scrolling.html: Added.
1736 2013-11-05 Éva Balázsfalvi <balazsfalvi.eva@stud.u-szeged.hu>
1738 Remove leftover Qt related things from WebKitMacros.cmake
1739 https://bugs.webkit.org/show_bug.cgi?id=123798
1741 Reviewed by Anders Carlsson.
1743 * Source/cmake/WebKitMacros.cmake:
1745 2013-11-02 Patrick Gansterer <paroga@webkit.org>
1747 [WINCE] Disable export macros
1748 https://bugs.webkit.org/show_bug.cgi?id=123679
1750 Reviewed by Darin Adler.
1752 Avoid useless exports by turning of the export macros
1753 since the WinCE port works as a static library only.
1755 * Source/cmake/OptionsWinCE.cmake:
1757 2013-10-31 Ryuan Choi <ryuan.choi@samsung.com>
1759 [EFL][GLES] OpenGL should be an optional
1760 https://bugs.webkit.org/show_bug.cgi?id=123399
1762 Reviewed by Noam Rosenthal.
1764 * Source/cmake/OptionsEfl.cmake:
1765 Refactor the check routine of GL dependencies to use OpenGL as optional.
1767 2013-10-29 Carlos Garcia Campos <cgarcia@igalia.com>
1769 Unreviewed. Update NEWS and Versions.m4 for 2.3.1 release.
1771 * Source/autotools/Versions.m4: Bump version numbers.
1773 2013-10-24 Ryuan Choi <ryuan.choi@samsung.com>
1775 [EFL] Build break with latest EFL 1.8 libraries.
1776 https://bugs.webkit.org/show_bug.cgi?id=123245
1778 Reviewed by Gyuyoung Kim.
1780 After fixed build break on EFL 1.8 at r138326, EFL libraries are changed
1781 Eo typedef and splitted header files which contain version macro.
1783 * Source/cmake/EFLHelpers.cmake: Checked whether include path exist.
1784 * Source/cmake/FindEcore.cmake: Added 1.8 Header which have version macro.
1785 * Source/cmake/FindEdje.cmake: Ditto.
1786 * Source/cmake/FindEina.cmake: Ditto.
1787 * Source/cmake/FindEo.cmake: Ditto.
1788 * Source/cmake/FindEvas.cmake: Ditto.
1790 2013-10-22 Ryuan Choi <ryuan.choi@samsung.com>
1792 [EFL] Remove HAVE_GLX macro
1793 https://bugs.webkit.org/show_bug.cgi?id=123191
1795 Reviewed by Gyuyoung Kim.
1797 * Source/cmake/OptionsEfl.cmake: Removed unnecessary HAVE_GLX macro
1799 2013-10-21 Gergo Balogh <geryxyz@inf.u-szeged.hu>
1801 Remove .qmake.conf files
1802 https://bugs.webkit.org/show_bug.cgi?id=123091
1804 Reviewed by Csaba Osztrogonác.
1806 * .qmake.conf: Removed.
1808 2013-10-18 Carlos Garcia Campos <cgarcia@igalia.com>
1810 [GTK] Generate API documentation for GObject DOM bindings
1811 https://bugs.webkit.org/show_bug.cgi?id=121538
1813 Reviewed by Gustavo Noronha Silva.
1815 * GNUmakefile.am: Initialize gdom_symbol_files variable.
1817 2013-10-17 Afonso R. Costa Jr. <afonso.costa@samsung.com>
1819 [CMAKE] Update code to take advantage of CMake version 2.8.3+.
1820 https://bugs.webkit.org/show_bug.cgi?id=97516
1822 Reviewed by Gyuyoung Kim.
1824 CMake's version was changed to 2.8.3. So, these files below
1825 can be simplified to take advantage of CMake's new version.
1827 * Source/cmake/FindCairo.cmake: Simplified according to CMake 2.8.3+.
1828 * Source/cmake/FindGStreamer.cmake: Ditto.
1830 2013-10-16 Ryosuke Niwa <rniwa@webkit.org>
1832 Add a new flakiness dashboard clone
1833 https://bugs.webkit.org/show_bug.cgi?id=122936
1835 Reviewed by Anders Carlsson.
1837 Added the initial prototype.
1839 * Websites/test-results: Added.
1840 * Websites/test-results/.htaccess: Added.
1841 * Websites/test-results/admin: Added.
1842 * Websites/test-results/admin/index.php: Added.
1843 * Websites/test-results/api: Added.
1844 * Websites/test-results/api/manifest.php: Added.
1845 * Websites/test-results/api/report.php: Added.
1846 * Websites/test-results/api/results.php: Added.
1847 * Websites/test-results/include: Added.
1848 * Websites/test-results/include/config.json: Added.
1849 * Websites/test-results/include/db.php: Added.
1850 * Websites/test-results/include/init-database.sql: Added.
1851 * Websites/test-results/include/json-shared.php: Added.
1852 * Websites/test-results/include/test-results.php: Added.
1853 * Websites/test-results/index.html: Added.
1854 * Websites/test-results/js: Added.
1855 * Websites/test-results/js/autocompleter.js: Added.
1856 * Websites/test-results/js/build.js: Added.
1857 * Websites/test-results/js/dom.js: Added.
1859 2013-10-16 Csaba Osztrogonác <ossy@webkit.org>
1861 [WK2][Efl][CMake] Add support for ENABLE_NETWORK_PROCESS to the build system
1862 https://bugs.webkit.org/show_bug.cgi?id=110139
1864 Reviewed by Laszlo Gombos.
1866 Original patch by Balazs Kelemen <kbalazs@webkit.org>
1868 * Source/cmake/WebKitFeatures.cmake:
1869 * Source/cmakeconfig.h.cmake:
1871 2013-10-10 Marcelo Morais <m.morais@samsung.com>
1873 Web Inspector: Remove the old front-end from WebKit
1874 https://bugs.webkit.org/show_bug.cgi?id=122295
1876 Reviewed by Timothy Hatcher.
1878 * Source/PlatformGTK.cmake: Removed. This file was using files from the
1879 old inspector, not needed anymore.
1881 2013-10-09 Julien Brianceau <jbriance@cisco.com>
1883 [sh4] Add sh4 support when building with CMake.
1884 https://bugs.webkit.org/show_bug.cgi?id=122542
1886 Reviewed by Csaba Osztrogonác.
1890 2013-10-08 Martin Robinson <mrobinson@igalia.com>
1892 [GTK] Re-enable MathML for release builds
1893 https://bugs.webkit.org/show_bug.cgi?id=122361
1895 Reviewed by Darin Adler.
1897 * Source/autotools/SetupWebKitFeatures.m4: Enable MathML for release builds.
1899 2013-10-02 Anders Carlsson <andersca@apple.com>
1901 Remove Qt related files from the root directories
1902 https://bugs.webkit.org/show_bug.cgi?id=122249
1904 Reviewed by Andreas Kling.
1906 * Source/QtWebKit.pro: Removed.
1907 * Source/api.pri: Removed.
1908 * Source/qtwebkit.qdocconf: Removed.
1909 * Source/sync.profile: Removed.
1910 * Source/tests.pri: Removed.
1911 * Source/widgetsapi.pri: Removed.
1912 * WebKit.pro: Removed.
1914 2013-09-30 Sam Weinig <sam@webkit.org>
1916 Remove support for DOMFileSystem
1917 https://bugs.webkit.org/show_bug.cgi?id=122137
1919 Reviewed by Anders Carlsson.
1921 * Source/autotools/SetupWebKitFeatures.m4:
1922 * Source/cmake/OptionsBlackBerry.cmake:
1923 * Source/cmake/WebKitFeatures.cmake:
1924 * Source/cmakeconfig.h.cmake:
1926 2013-09-30 Benjamin Poulain <benjamin@webkit.org>
1928 Remove the code guarded by STYLE_SCOPED
1929 https://bugs.webkit.org/show_bug.cgi?id=122123
1931 Reviewed by Anders Carlsson.
1933 * Source/autotools/SetupWebKitFeatures.m4:
1934 * Source/cmake/OptionsBlackBerry.cmake:
1935 * Source/cmake/WebKitFeatures.cmake:
1936 * Source/cmakeconfig.h.cmake:
1938 2013-09-30 Allan Sandfeld Jensen <allan.jensen@digia.com>
1940 [Qt] Fix force_static_libs_as_shared in WebKit2
1941 https://bugs.webkit.org/show_bug.cgi?id=121961
1943 Reviewed by Csaba Osztrogonác.
1945 Get rid of the unused WebKit2QML library
1949 2013-09-26 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
1951 [GTK] Tons of warnings caused by using FORTIFY_SOURCE in an unoptimized build
1952 https://bugs.webkit.org/show_bug.cgi?id=121836
1954 Reviewed by Martin Robinson.
1956 * Source/autotools/SetupCompilerFlags.m4: only consider enabling FORTIFY_SOURCE if optimizations have
1957 been enabled, since they are required for FORTIFY_SOURCE to work, and enabling FORTIFY_SOURCE unconditionally
1958 generates warnings in newer glibc.
1960 2013-09-25 Allan Sandfeld Jensen <allan.jensen@digia.com>
1962 [Qt] Fix build with Qt 5.2 QtPosition module
1963 https://bugs.webkit.org/show_bug.cgi?id=121089
1965 Reviewed by Simon Hausmann.
1967 QtLocation -> QtPositioning
1969 * Source/sync.profile:
1971 2013-09-24 Zan Dobersek <zdobersek@igalia.com>
1973 [GTK] Enable the Wayland target if GTK+ dependency is found
1974 https://bugs.webkit.org/show_bug.cgi?id=121704
1976 Reviewed by Gustavo Noronha Silva.
1978 The Wayland target should be enabled by default if the GTK+ dependency is of version 3.9.14 or later.
1980 * Source/autotools/FindDependencies.m4: If the Wayland target was not strictly disabled, the GTK+ dependency
1981 is tested if it can provide the Wayland GDK backend, and that the version of that backend matches the version
1982 of the master GTK+ dependency for which we already tested. If found, the target is enabled, otherwise we either
1983 warn or error out, depending on whether the build target was set to auto or completely disabled through configuration.
1984 * Source/autotools/ReadCommandLineArguments.m4: Switch the default Wayland target status to 'auto', meaning
1985 it will be disabled if the GTK+ dependency is not found.
1986 * Source/autotools/Versions.m4: Require GTK+ 3.9.14 for the Wayland target only.
1988 2013-09-23 Zan Dobersek <zdobersek@igalia.com>
1990 [Autotools] Rework the build target selection
1991 https://bugs.webkit.org/show_bug.cgi?id=121703
1993 Reviewed by Gustavo Noronha Silva.
1995 Replace the --with-target configuration flag with target-specific --enable-*-target flags:
1996 - --enable-x11-target
1997 - --enable-wayland-target
1998 - --enable-win32-target
1999 - --enable-quartz-target
2000 - --enable-directfb-target
2002 By default, the X11 target is enabled. This default is preserved only if no --enable-*-target flag
2003 is passed on the command line. When that occurs, the newly-constructed list of build targets is
2004 used to determine what build targets should actually be built. So for instance, executing just
2005 `./configure` would only enable the X11 target as that's the default, and executing
2006 `./configure --enable-wayland-target` would only enable the Wayland target, as the defaults are
2009 * Source/autotools/CheckSystemAndBasicDependencies.m4: Abort if grep was not found, just in case.
2010 * Source/autotools/CustomMacros.m4: The new file that contains helpful custom macros.
2011 * Source/autotools/FindDependencies.m4: Use the appropriate 'enable_*_target' references instead of 'with_*target'.
2012 * Source/autotools/PrintBuildConfiguration.m4: Use the new AM_APPEND_TO_DESCRIPTION macro to construct a pretty-looking
2013 description string of what targets will be built.
2014 * Source/autotools/ReadCommandLineArguments.m4: Replace the --with-target configuration flag and the related
2015 hacks with the set of --enable-*-target flags. The new AM_DETERMINE_BUILD_TARGET_STATUS macro is used to determine
2016 whether to enable specific build targets, based indirectly on the passed-in --enable-*-target flags.
2017 * Source/autotools/SetupAutoconfHeader.m4: Use the appropriate 'enable_*_target' references instead of 'with_*target'.
2018 * Source/autotools/SetupAutomake.m4: Use the appropriate 'enable_*_target' references instead of 'with_*target'.
2019 * configure.ac: Include the new CustomMacros.m4 file.
2021 2013-09-23 Claudio Saavedra <csaavedra@igalia.com>
2025 Reviewed by Carlos Garcia Campos.
2027 * Source/autotools/Versions.m4: Bump to 2.3.0
2029 2013-09-20 Sergio Correia <sergio.correia@openbossa.org>
2031 [CMAKE] FindHarfBuzz: Handle harfbuzz / harfbuzz-icu split
2032 https://bugs.webkit.org/show_bug.cgi?id=121688
2034 Reviewed by Martin Robinson.
2036 HarfBuzz 0.9.18 split ICU support into a separate harfbuzz-icu library.
2037 To be able to build with earlier and newer versions of HarfBuzz, we should
2038 check for harfbuzz-icu as well, if version >= 0.9.18.
2040 * Source/cmake/FindHarfBuzz.cmake: Check for harfbuzz-icu, if version
2043 2013-09-16 Gustavo Noronha Silva <gns@gnome.org>
2045 [GTK] Make symbol export filter more strict, and disable for dev/test builds
2046 https://bugs.webkit.org/show_bug.cgi?id=120586
2048 Reviewed by Martin Robinson.
2050 * GNUmakefile.am: only include test-related automake files when developer
2052 * Source/autotools/ReadCommandLineArguments.m4: add --enable-developer-mode,
2053 defaults to no, and to yes for debug builds.
2054 * Source/autotools/SetupAutomake.m4: add ENABLE_DEVELOPER_MODE conditional.
2055 * Source/autotools/symbols.filter: make the exported symbols list much shorter,
2056 covering only the public ABI and a few symbols required by WebKit2 processes.
2058 2013-09-13 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
2060 [GTK] Move to the new web inspector
2061 https://bugs.webkit.org/show_bug.cgi?id=120647
2063 Reviewed by Carlos Garcia Campos.
2065 * GNUmakefile.am: include the new WebInspectorUI GNUmakefile.am.
2067 2013-09-13 Allan Sandfeld Jensen <allan.jensen@digia.com>
2069 [Qt] Update sync.profile
2070 https://bugs.webkit.org/show_bug.cgi?id=121295
2072 Reviewed by Simon Hausmann.
2074 Ensure we let the dependencies pick the right branch instead of always master
2075 and list all the dependencies we need on all platforms.
2077 * Source/sync.profile:
2079 2013-09-11 Mario Sanchez Prada <mario.prada@samsung.com>
2081 [GTK] Remove Gail dependency from build system for GTK3
2082 https://bugs.webkit.org/show_bug.cgi?id=119673
2084 Reviewed by Gustavo Noronha Silva.
2086 * Source/autotools/FindDependencies.m4: Don't look for GAIL at all.
2087 * Source/autotools/Versions.m4: Removed any reference to GAIL.
2088 * Source/cmake/FindGAIL3.cmake: Removed.
2089 * Source/cmake/OptionsGTK.cmake: Don't look for the GAIL package.
2091 2013-09-11 Patrick Gansterer <paroga@webkit.org>
2093 [CMake] Split out generic Windows files into its own file
2094 https://bugs.webkit.org/show_bug.cgi?id=119514
2096 Reviewed by Gyuyoung Kim.
2098 This allows us to add smaller CMakeLists.txt files when
2099 adding additional Windows ports.
2101 * Source/cmake/OptionsWinCE.cmake:
2102 * Source/cmake/WebKitMacros.cmake:
2104 2013-09-11 Alberto Garcia <berto@igalia.com>
2106 autogen.sh: fix removal of autom4te.cache
2107 https://bugs.webkit.org/show_bug.cgi?id=121150
2109 Reviewed by Carlos Garcia Campos.
2111 The removal of autom4te.cache is wrong, it uses 'rm -f' instead of
2112 'rm -rf' and it relies on an undefined variable.
2114 In addition to that, it should be done after running autoreconf,
2115 which is when it's no longer needed.
2119 2013-09-11 Alberto Garcia <berto@igalia.com>
2121 Unquoted $ORIGDIR in autogen.sh
2122 https://bugs.webkit.org/show_bug.cgi?id=19512
2124 Reviewed by Carlos Garcia Campos.
2126 Quote all directory names. This doesn't mean that all possible
2127 directory names are safe for building webkit, but the configure
2128 script already runs a sanity check.
2132 2013-09-11 Zan Dobersek <zdobersek@igalia.com>
2134 [GTK] Stop disabling deprecated symbols in debug builds
2135 https://bugs.webkit.org/show_bug.cgi?id=121145
2137 Reviewed by Carlos Garcia Campos.
2139 Disabling the dependencies' deprecated symbols in debug builds is only causing unnecessary
2140 build failures. Compiler warnings are being thrown whenever a deprecated symbol is being
2141 used, so a build failure is an overreach in this case.
2143 * Source/autotools/SetupAutoconfHeader.m4:
2145 2013-09-10 Marcelo Morais <m.morais@samsung.com>
2147 [EFL] WebInspector: Move to new webinspector
2148 https://bugs.webkit.org/show_bug.cgi?id=119559
2150 Reviewed by Gyuyoung Kim.
2152 Enabling the new Web Inspector on EFL port.
2153 Co-author: Andre Loureiro <andre.vl@samsung.com>
2155 * Source/PlatformEfl.cmake:
2156 * Source/cmake/OptionsEfl.cmake:
2158 2013-09-06 Zan Dobersek <zdobersek@igalia.com>
2160 REGRESSION(r155143): Build failures on GTK port with Clang and libstdc++ < 4.8.1
2161 https://bugs.webkit.org/show_bug.cgi?id=120896
2163 Reviewed by Anders Carlsson.
2165 The GTK port currently only permits using the libstdc++ standard library when compiling with
2166 Clang. After r155143, build failures are occurring when using Clang and libstdc++ that predates
2167 the 4.8.0 release due to the use of std::is_trivially_destructible that isn't available in
2170 To not add additional special casing, the GTK port should move onto requiring libstdc++ >= 4.8.1
2171 when compiling with the Clang compiler. Version 4.8.1 was chosen since it's C++11 feature-complete.
2172 This strict requirement is possible as compiling the GTK port with the Clang compiler is not really
2173 widespread, so we can afford to adjust the required dependencies to match other ports' progression
2174 instead of modifying the code.
2176 * Source/autotools/CheckSystemAndBasicDependencies.m4: If the detected compiler is Clang, also check
2177 that the libstdc++ standard library is used by testing for the __GLIBCXX__ macro that should be defined
2178 to the value lesser than the '20130531', the date stamp used by the 4.8.1 release of libstdc++. Since
2179 possible future releases of the 4.6 or 4.7 series of libstdc++ will also match this check due to a newer
2180 date stamp contained in __GLIBCXX__, the std::is_trivially_destructible struct is also used so the
2181 compilation will fail if the libstdc++ that's used is older than allowed (and therefor does not support
2182 the feature). If the check fails, a fatal error is thrown, describing the requirement. Everything carries
2183 on as normal otherwise.
2185 2013-09-06 Zan Dobersek <zdobersek@igalia.com>
2187 [GTK] Bump the required Clang version to 3.2
2188 https://bugs.webkit.org/show_bug.cgi?id=112537
2190 Reviewed by Gustavo Noronha Silva.
2192 * Source/autotools/CheckSystemAndBasicDependencies.m4: Require the Clang 3.2 stack
2193 when the Clang compiler is specified.
2195 2013-09-05 Brendan Long <b.long@cablelabs.com>
2197 [Qt] DefaultFullScreenVideoHandler and PlatformVideoWindow are included in the build when they are disabled
2198 https://bugs.webkit.org/show_bug.cgi?id=117206
2200 Reviewed by Philippe Normand.
2202 * Source/widgetsapi.pri: Don't include DefaultFullScreenVideoHandler when it's disabled.
2204 2013-09-05 Ryuan Choi <ryuan.choi@samsung.com>
2206 [CMAKE] Add c++0x into CXX_FLAGS as a default
2207 https://bugs.webkit.org/show_bug.cgi?id=120812
2209 Unreviewed build fix for EFL ports.
2211 * Source/cmake/OptionsCommon.cmake: Moved c++0x option here from WebKitHelpers.
2212 * Source/cmake/WebKitHelpers.cmake:
2214 2013-09-04 Michael Brüning <michael.bruning@digia.com>
2216 [Qt] Use correct library paths for prefix builds on Mac.
2217 https://bugs.webkit.org/show_bug.cgi?id=120635
2219 Reviewed by Tor Arne Vestbø.
2221 Due to a change of scope of the qmake force_independent configuration
2222 flag, the library paths in QtWebKit builds on the Mac are set to the
2223 QtWebKit build directory even for production builds.
2225 This patch sets the correct library paths for prefixed production builds
2226 while keeping the scope of the force_independent flag for non-production
2230 * Source/widgetsapi.pri:
2232 2013-09-04 Zan Dobersek <zdobersek@igalia.com>
2234 [GTK] Add support for the Wayland build target
2235 https://bugs.webkit.org/show_bug.cgi?id=120627
2237 Reviewed by Gustavo Noronha Silva.
2239 Add support for building the GTK port with Wayland as the target. The Wayland target can be the sole target
2240 that's enabled, or it can be enabled in parallel with the X11 target.
2242 Each of those two targets, when enabled, checks for the corresponding GTK+ windowing dependency being present.
2243 In the case of only the Wayland target being enabled, the accelerated compositing feature is disabled at
2244 build-time as the feature is not yet supported under the Wayland display protocol. X11-based plugin support is
2245 also disabled under that configuration, even if the WebKitPluginProcess is still built but is left non-operational.
2246 GLX support is also disabled if not building the X11 target.
2248 The Wayland target can be enabled through using the --with-target configuration option that now accepts two
2250 - 'wayland' - only enables the Wayland target,
2251 - 'x11,wayland' - enables the X11 and Wayland targets that are to be built in parallel.
2253 This makes it possible to build the GTK port of WebKit with the Wayland target, relying solely on the GTK+
2254 dependency that only has the Wayland backend enabled, and removes linking against any X11-related library.
2255 Note that at the moment there seem to be other dependencies that still link to X11-related libraries.
2256 Complete functionality is not yet guaranteed, but is of course the goal.
2258 * Source/autotools/FindDependencies.m4: Store the version of the basic GTK+ dependency that was found.
2259 This is later used to check that the GTK+ X11 and GTK+ Wayland dependencies are of the same version. The
2260 X11-specific dependencies are grouped into one section (apart from the XComposite and XDamage dependencies),
2261 also checking for the GTK+ X11 dependency. If the X11 target is not enabled, the GLX dependency is disabled.
2262 Additionally check for the GTK+ Wayland dependency if the Wayland target is enabled.
2263 We only check for the presence and correct version of the GTK+ X11 and Wayland dependencies, if necessary.
2264 Check for the XComposite and XDamage dependencies if the X11 target is enabled (in addition to the OpenGL
2265 headers being present).
2266 In case of the Wayland target being enabled while the X11 target is not, disable the accelerated compositing
2267 feature as there's no support yet for it under the Wayland display protocol.
2268 * Source/autotools/PrintBuildConfiguration.m4: The build configuration should now print out 'GDK targets'.
2269 * Source/autotools/ReadCommandLineArguments.m4: The --with-target option can now take two additional values,
2270 'wayland' and 'x11,wayland'. The first one enables only the Wayland target, while the second one enables both
2271 X11 and Wayland targets. This makes it possible to build the GTK port with both X11 and Wayland display protocols
2272 supported in the same build.
2273 We must now check the outcoming with_target variable to see if the special case of building one or both of the
2274 possible parallel targets was chosen. We define with_x11_target and with_wayland_target variables if the
2275 with_target value applies to that case.
2276 * Source/autotools/SetupAutoconfHeader.m4: Do not define the XP_UNIX macro on builds that enable the Wayland-only
2277 target. It should still be defined if we're building both X11 and Wayland targets in parallel.
2278 * Source/autotools/SetupAutomake.m4: Define TARGET_X11 and TARGET_WAYLAND Automake conditionals if the new
2279 with_x11_target or with_wayland_target variables were set, respectively. Additionall, define the TARGET_X11_OR_WAYLAND
2280 Automake conditional if we're building either of the two targets.
2282 2013-09-03 Patrick Gansterer <paroga@webkit.org>
2284 [CMake] Fix detection of x86_64 platform with MSVC
2285 https://bugs.webkit.org/show_bug.cgi?id=116662
2287 Reviewed by Gyuyoung Kim.
2289 Use ${MSVC_CXX_ARCHITECTURE_ID} instead of ${CMAKE_SYSTEM_PROCESSOR}, since
2290 the later one just resolves to the host processor on Windows.
2294 2013-08-29 Sam Weinig <sam@webkit.org>
2296 Add ENABLE guards for Promises
2297 https://bugs.webkit.org/show_bug.cgi?id=120488
2299 Reviewed by Andreas Kling.
2301 * Source/autotools/SetupWebKitFeatures.m4:
2302 * Source/cmake/WebKitFeatures.cmake:
2303 * Source/cmakeconfig.h.cmake:
2305 2013-08-28 Gustavo Noronha Silva <gns@gnome.org>
2307 [GTK] Enable maintainer mode configure switch
2308 https://bugs.webkit.org/show_bug.cgi?id=120424
2310 Reviewed by Martin Robinson.
2312 The maintainer mode feature is used by ostree and other automated builders to ensure no autotools
2313 regeneration will happen for a regular tarball build; ostree builders, for instance, are very
2314 conservative with toolchain upgrades, and are still using aclocal 1.12. WebKit's latest tarball
2315 (2.1.90) for some reason tries to regenerate build files, and the build fails because it can't find
2316 the version of aclocal that was used for generating the tarball (1.13).
2318 * configure.ac: enable maintainer mode feature.
2320 2013-08-28 Zan Dobersek <zdobersek@igalia.com>
2322 [GTK] Add support for building JSC with FTL JIT enabled
2323 https://bugs.webkit.org/show_bug.cgi?id=120270
2325 Reviewed by Filip Pizlo.
2327 * Source/autotools/FindDependencies.m4: Disable FTL JIT if the JIT itself is disabled or if the C++ compiler
2328 being used is not Clang. Check for llvm-config and use it to properly test for the LLVM >= 3.4 dependency.
2329 * Source/autotools/PrintBuildConfiguration.m4: Print out the status of the FTL JIT support.
2330 * Source/autotools/ReadCommandLineArguments.m4: Add a configuration flag for enabling the feature, defaulting
2331 to 'no' used as the default value for now. This should switch to 'auto' at some point in future.
2332 * Source/autotools/SetupAutoconfHeader.m4: Define ENABLE_FTL_JIT to a specific value if possible.
2333 Also define HAVE_LLVM to 1 if the LLVM dependency was satisfied.
2335 2013-08-28 Simon Hausmann <simon.hausmann@digia.com>
2337 [Qt] Unreviewed trivial build adjustment
2339 * Source/sync.profile: Don't depend on qtjsbackend anymore. It's not needed in Qt 5.2
2340 anymore (but this section of sync.profile is only used by the CI system, so no impact
2343 2013-08-24 Carlos Garcia Campos <cgarcia@igalia.com>
2345 Unreviewed. Fix GTK+ build after r154541.
2347 * Source/autotools/symbols.filter: Export symbols required by
2350 2013-08-15 Zan Dobersek <zdobersek@igalia.com>
2352 Unreviewed GTK build fix after r154106.
2354 * Source/autotools/symbols.filter: Export the proper Element::shadowRoot() symbol.
2356 2013-08-14 Filip Pizlo <fpizlo@apple.com>
2358 Typed arrays should be rewritten
2359 https://bugs.webkit.org/show_bug.cgi?id=119064
2361 Reviewed by Oliver Hunt.
2363 Automake work courtesy of Zan Dobersek <zdobersek@igalia.com>.
2365 * Source/autotools/symbols.filter:
2367 2013-08-14 Tim Horton <timothy_horton@apple.com>
2369 Un-inline dataLog dumpers for IntSize and IntPoint
2370 https://bugs.webkit.org/show_bug.cgi?id=119697
2372 Reviewed by Sam Weinig.
2374 Avoid regressing build performance by moving IntSize::dump and IntPoint::dump elsewhere.
2376 * Source/autotools/symbols.filter:
2378 2013-08-14 Martin Robinson <mrobinson@igalia.com>
2380 [GTK] [CMake] Add support for building TestWebKitAPI
2381 https://bugs.webkit.org/show_bug.cgi?id=116987
2383 Reviewed by Philippe Normand.
2385 * Source/cmake/OptionsGTK.cmake: Turn on the API tests in the settings.
2387 2013-08-13 Zan Dobersek <zdobersek@igalia.com>
2389 [Autotools] Unicode's CFLAGS enforce -D_FORTIFY_SOURCE=2, -D_REENTRANT=1, causing faulty Clang builds
2390 https://bugs.webkit.org/show_bug.cgi?id=119685
2392 Reviewed by Gustavo Noronha Silva.
2394 icu-config includes '-D_FORTIFY_SOURCE=2 -D_REENTRANT=1' when printing out C preprocessor flags that are used
2395 as the C compiler flags to avoid other unwanted compiler options. This causes problems when building optimized
2396 builds with Clang because of a bug in that compiler:
2397 http://llvm.org/bugs/show_bug.cgi?id=16821
2399 To avoid that, the C preprocessor search flags, as printed by `icu-config --cppflags-searchpath` are now used
2400 the Unicode dependency's C compiler flags, avoiding unconditionally specifying the two macros.
2402 To adjust for that, the `-pthread` flag is added to the global CFLAGS and CXXFLAGS variables, ensuring
2403 the _REENTRANT define is set to 1 and declaring the flag globally instead of relying on Glib dependency's
2404 C compiler flags to do so for us. -D_FORTIFY_SOURCE=2 is only added to the CFLAGS and CXXFLAGS variables if
2405 the compiler in use is gcc or g++, preventing the Clang builds to malfunction.
2407 * Source/autotools/FindDependencies.m4:
2408 * Source/autotools/SetupCompilerFlags.m4:
2410 2013-08-13 Zan Dobersek <zdobersek@igalia.com>
2412 [Autotools] Don't compare $CC, $CXX to exact compiler names
2413 https://bugs.webkit.org/show_bug.cgi?id=119683
2415 Reviewed by Gustavo Noronha Silva.
2417 Instead of comparing $CC and $CXX to exact compiler names (like 'gcc', 'clang++' etc.),
2418 use the compiler version checks to also specify the broader compiler collection of which
2419 the used compiler is a member of. This avoids failures in some border-line cases where
2420 the user would still use either a GCC or a Clang compiler but provide it through a symbolic
2421 link that was specified via the CC/CXX environment variables.
2423 * Source/autotools/CheckSystemAndBasicDependencies.m4: Store the detected C/C++ compiler collection
2424 in c_compiler/cxx_compiler. Throw an error if no supported compiler was found.
2425 * Source/autotools/SetupCompilerFlags.m4: Test for a specific compiler by checking against
2426 c_compiler/cxx_compiler rather than CC/CXX values.
2428 2013-08-12 Zan Dobersek <zdobersek@igalia.com>
2430 [Autotools] Adjust the help string for the configure's --enable-optimizations flag
2431 https://bugs.webkit.org/show_bug.cgi?id=119682
2433 Reviewed by Martin Robinson.
2435 * Source/autotools/ReadCommandLineArguments.m4: Remove the 'GCC only' part of the help
2436 string for the --enable-optimizations flag. This is not true and can lead to confusion
2437 since the optimizations can be applied when compiling with Clang as well.
2439 2013-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
2441 Unreviewed. Update NEWS and Versions.m4 for 2.1.4 release.
2443 * Source/autotools/Versions.m4: Update version numbers.
2445 2013-08-09 Zan Dobersek <zdobersek@igalia.com>
2447 [Automake] Clean up OpenGL graphics configuration sections
2448 https://bugs.webkit.org/show_bug.cgi?id=119554
2450 Reviewed by Martin Robinson.
2452 Clean up sections in the Automake configuration process that are configuring the OpenGL graphics
2453 features and dependencies. Remove unnecessary variable assignments, merge similar code paths,
2454 clarify a couple of comments and error messages and fix a few whitespace problems.
2456 * Source/autotools/FindDependencies.m4:
2457 * Source/autotools/ReadCommandLineArguments.m4:
2458 * Source/autotools/SetupAutomake.m4:
2460 2013-08-04 Sam Weinig <sam@webkit.org>
2462 Remove support for HTML5 MicroData
2463 https://bugs.webkit.org/show_bug.cgi?id=119480
2465 Reviewed by Anders Carlsson.
2467 * Source/autotools/SetupWebKitFeatures.m4:
2468 * Source/cmake/OptionsBlackBerry.cmake:
2469 * Source/cmake/OptionsEfl.cmake:
2470 * Source/cmake/OptionsGTK.cmake:
2471 * Source/cmake/WebKitFeatures.cmake:
2472 * Source/cmakeconfig.h.cmake:
2474 2013-08-06 Simon Pena <simon.pena@samsung.com>
2476 Build fix for GTK 32-bit after r153736
2478 * Source/autotools/symbols.filter: expose WebCore::SerializedScriptValue::create.
2480 2013-08-06 Simon Pena <simon.pena@samsung.com>
2482 Build fix for GTK after r153736
2484 * Source/autotools/symbols.filter: expose missing symbols
2485 WebCore::SerializedScriptValue::create and WebCore::toJS to Internals.
2487 2013-08-05 Zan Dobersek <zdobersek@igalia.com>
2489 [Automake] Define ENABLE_JIT through the Autoconf header
2490 https://bugs.webkit.org/show_bug.cgi?id=119445
2492 Reviewed by Martin Robinson.
2494 Instead of defining the ENABLE_JIT value through JSC_CPPFLAGS, the feature define is
2495 set to be either enabled or disabled through the Autoconf header, based on the value
2496 passed through the configuration flag. The 'auto' value is used as default, meaning
2497 that the feature is enabled or disabled in the Platform.h header based on the platform
2498 configuration (OS, architecture etc.).
2500 * Source/autotools/FindDependencies.m4: Remove the JSC_CPPFLAGS definition.
2501 * Source/autotools/ReadCommandLineArguments.m4: Change the default value to 'auto' instead
2502 of 'autodetect', as used by other configuration options that take a similar approach to enabling
2504 * Source/autotools/SetupAutoconfHeader.m4: Set a strict value for the ENABLE_JIT define through
2505 the Autoconf header if the feature was specifically enabled or disabled.
2507 2013-08-04 Zalan Bujtas <zalan@apple.com>
2509 Background doesn't fully repaint when body has margins.
2510 https://bugs.webkit.org/show_bug.cgi?id=119033
2512 Reviewed by Simon Fraser.
2514 Ensure that background-color changes do not leave unpainted areas when
2517 Both <body> and <html> background-color get propagated up to the viewport.
2518 If <body> has background-color attribute set, while <html> doesn't, the color is
2519 applied not only on the <body> but on both the <html> and the viewport. However,
2520 it's not enough to mark the RenderView dirty because with tiles backing on,
2521 there could be areas outside of the viewport that need repaint. By marking
2522 the RenderView's graphics layer dirty instead, we ensure that all the related
2523 tiles get marked dirty too and the new background color covers all areas.
2525 Manual test added. When forcing top-level composition on (even with embedded iframe to
2526 make sure we don't do paintsIntoWindow rendering), the test case execution changes so much,
2527 that the repaint rects don't reflect the functionality difference anymore.
2529 Reviewed by Simon Fraser.
2531 * ManualTests/compositing/background-color-change-on-body-with-margin.html: Added.
2533 2013-07-30 Ádám Kallai <kadam@inf.u-szeged.hu>
2535 [Qt] Workaround to make syncqt run and generate forwarding headers in SVN repositories too.
2536 https://bugs.webkit.org/show_bug.cgi?id=118725.
2538 Reviewed by Tor Arne Vestbø.
2542 2013-07-30 Carlos Garcia Campos <cgarcia@igalia.com>
2544 Unreviewed. Update NEWS and Versions.m4 for 2.1.4 release.
2546 * Source/autotools/Versions.m4: Bump version numbers.
2548 2013-07-27 Ryuan Choi <ryuan.choi@samsung.com>
2550 [EFL] Bump required version of EFL to 1.7
2551 https://bugs.webkit.org/show_bug.cgi?id=119144
2553 Reviewed by Christophe Dumez.
2555 We have supported 1.6 for Tizen build since r137203.
2556 But Tizen now supports 1.7+ after Tizen released 2.0.
2558 * Source/cmake/OptionsEfl.cmake:
2559 Bumped EFL to 1.7 and removed promotion.
2561 2013-07-25 Christophe Dumez <ch.dumez@sisa.samsung.com>
2563 Unreviewed EFL build fix after r153315.
2565 Use -std=gnu++0x instead of -std=c++0x as we rely on GNU extensions such as
2568 * Source/cmake/WebKitHelpers.cmake:
2570 2013-07-25 Ryuan Choi <ryuan.choi@samsung.com>
2572 [CMAKE] Enforce c++0x for cmake based ports
2573 https://bugs.webkit.org/show_bug.cgi?id=119081
2575 Reviewed by Gyuyoung Kim.
2577 * Source/cmake/WebKitHelpers.cmake:
2578 Enforce c++0x for all cmake based ports to fix build break.
2580 2013-07-24 Ryuan Choi <ryuan.choi@samsung.com>
2582 [EFL][CMAKE] Fix wrong syntax about option commands
2583 https://bugs.webkit.org/show_bug.cgi?id=119035
2585 Reviewed by Christophe Dumez.
2587 second argument of cmake option command should be description.
2589 * Source/cmake/OptionsEfl.cmake: Added description instead of wrong initial value.
2591 2013-07-23 Tim Horton <timothy_horton@apple.com>
2593 Add a test for plug-in unavailability indicator obscurity detection
2594 https://bugs.webkit.org/show_bug.cgi?id=119007
2596 Reviewed by Anders Carlsson.
2598 * Source/autotools/symbols.filter:
2599 Expose RenderEmbeddedObject::isReplacementObscured to internals.
2601 2013-07-16 Balazs Kelemen <kbalazs@webkit.org>
2603 [CMake] Undefined references should be detected at build time
2604 https://bugs.webkit.org/show_bug.cgi?id=110236
2606 Reviewed by Christophe Dumez.
2608 Pass the --no-undefined argument to the linker on platforms where it is available.
2610 * Source/cmake/OptionsCommon.cmake:
2612 2013-07-16 Carlos Garcia Campos <cgarcia@igalia.com>
2614 [GTK] Remove compile warnings about GTK+ API deprecated after 3.6
2615 https://bugs.webkit.org/show_bug.cgi?id=118237
2617 Reviewed by Philippe Normand.
2619 We depend on GTK+3.6 so we are not interested in compile warnings
2620 about deprecated API after 3.6
2622 * Source/autotools/SetupAutoconfHeader.m4: Define
2623 GDK_VERSION_MIN_REQUIRED in config.h.
2625 2013-07-09 Carlos Garcia Campos <cgarcia@igalia.com>
2627 Unreviewed. Update NEWS and Versions.m4 for 2.1.3 release.
2629 * Source/autotools/Versions.m4: Bump version numbers.
2631 2013-07-08 Andy Estes <aestes@apple.com>
2633 Add WebInspectorUI to WebKit.xcworkspace
2634 https://bugs.webkit.org/show_bug.cgi?id=118491
2636 Reviewed by Sam Weinig.
2638 * WebKit.xcworkspace/contents.xcworkspacedata:
2640 2013-07-08 ChangSeok Oh <changseok.oh@collabora.com>
2642 [GTK] Acceleration description isn't displayed in configured options.
2643 https://bugs.webkit.org/show_bug.cgi?id=118441
2645 Reviewed by Gustavo Noronha Silva.
2647 The acceleration_backend_description has been changed to acceleration_description from r152275.
2649 * Source/autotools/PrintBuildConfiguration.m4:
2651 2013-07-08 Zan Dobersek <zdobersek@igalia.com>
2653 [Autoconf] Define WTF_USE_OPENGL when OpenGL was found
2654 https://bugs.webkit.org/show_bug.cgi?id=118341
2656 Reviewed by Gustavo Noronha Silva.
2658 After r152275, WTF_USE_OPENGL is only defined if the accelerated compositing is enabled.
2659 This breaks the build if disabling the accelerated compositing feature as the OpenGL-specific
2660 code is not compiled anymore even if it's still required.
2662 To avoid that, WTF_USE_OPENGL should be defined if OpenGL was found. The accelerated compositing
2663 feature also relies on this condition, exiting the configuration process with an error otherwise.
2665 * Source/autotools/SetupAutoconfHeader.m4:
2667 2013-07-01 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
2669 [GTK] Remove unsupported AC backends
2670 https://bugs.webkit.org/show_bug.cgi?id=117362
2672 Reviewed by Martin Robinson.
2674 * Source/autotools/FindDependencies.m4: remove checks related to acceleration backend,
2675 turn them into a check for OpenGL being available, simply.
2676 * Source/autotools/ReadCommandLineArguments.m4: remove command line option to select
2677 accelerated backend, it's now auto-detected.
2678 * Source/autotools/SetupAutoconfHeader.m4: no longer defines USE_CLUTTER and
2679 USE_TEXTURE_MAPPER_CAIRO.
2680 * Source/autotools/SetupAutomake.m4: remove checks related to acceleration backend,
2681 turn them into a check for OpenGL being available, simply.
2682 * Source/autotools/Versions.m4: no longer check for clutter/clutter-gtk.
2684 2013-07-01 Timothy Hatcher <timothy@apple.com>
2686 Link to WebInspectorUI.framework at build time instead of soft linking.
2688 https://bugs.webkit.org/show_bug.cgi?id=118261
2690 Reviewed by Joseph Pecoraro.
2692 * Source/Makefile: Build WebInspectorUI before WebKit and WebKit2.
2694 2013-06-28 Sean Bright <sean@malleable.com>
2696 [Autotools] Properly quote harfbuzz-icu pkg-config check
2697 https://bugs.webkit.org/show_bug.cgi?id=118186
2699 Reviewed by Carlos Garcia Campos.
2701 A secondary test was added in r150963 to check for harfbuzz-icu
2702 when it was split into two packages, but the test is not properly
2703 quoted. If the test fails you get an error about missing
2704 version "./configure.9.8" instead of the expected "0.9.8."
2706 * Source/autotools/FindDependencies.m4:
2708 2013-06-27 Christophe Dumez <ch.dumez@sisa.samsung.com>
2710 Remove [NoInterfaceObject] from WorkerGlobalScope
2711 https://bugs.webkit.org/show_bug.cgi?id=118071
2713 Reviewed by Kentaro Hara.
2715 Update GENERATE_BINDINGS CMake macro to take 2 additional parameters
2716 now needed by the preprocess-idls.pl script.
2718 * Source/cmake/WebKitMacros.cmake:
2720 2013-06-24 Ryuan Choi <ryuan.choi@samsung.com>
2722 [CMAKE] Clear unused cmakedefines
2723 https://bugs.webkit.org/show_bug.cgi?id=117931
2725 Reviewed by Christophe Dumez.
2727 * Source/cmakeconfig.h.cmake:
2728 Removed ENABLE_AS_IMAGE, ENABLE_LEGACY_WEBKIT_BLOB_BUILDER and
2729 ENABLE_CLIENT_BASED_GEOLOCATION cmakedefines which already removed.
2731 2013-06-20 Ryuan Choi <ryuan.choi@samsung.com>
2733 [CMAKE][EFL] Enable DOM4 Events Constructor
2734 https://bugs.webkit.org/show_bug.cgi?id=117858
2736 Reviewed by Laszlo Gombos.
2738 * Source/cmake/OptionsEfl.cmake: Enabled ENABLE_DOM4_EVENTS_CONSTRUCTOR.
2739 * Source/cmake/WebKitFeatures.cmake: Added ENABLE_DOM4_EVENTS_CONSTRUCTOR.
2740 * Source/cmakeconfig.h.cmake: Ditto.
2742 2013-06-20 Zan Dobersek <zdobersek@igalia.com>
2744 [GTK] remove bashism from configure
2745 https://bugs.webkit.org/show_bug.cgi?id=117796
2747 Reviewed by Gustavo Noronha Silva.
2749 * Source/autotools/FindDependencies.m4: Perform string appending by redeclaring the base string to the value
2750 of the base string followed by the string that's being appended. This replaces the use of the '+=' operator
2751 that works under bash but is not supported by other shells.
2753 2013-06-18 Ryosuke Niwa <rniwa@webkit.org>
2755 REGRESSION(r147602): Search text field doesn't render selection when it has some :focus rules
2756 https://bugs.webkit.org/show_bug.cgi?id=117747
2758 Reviewed by Kent Tamura.
2760 * ManualTests/search-select-all-with-focus-style.html: Added.
2762 2013-06-18 Carlos Garcia Campos <cgarcia@igalia.com>
2764 Unreviewed. Update NEWS and Versions.m4 for 2.1.2 release.
2766 * Source/autotools/Versions.m4: Bump version numbers.
2768 2013-06-18 Xabier Rodriguez Calvar <calvaris@igalia.com>
2770 [GTK][GStreamer] Fullscreen option in video element context menu not working
2771 https://bugs.webkit.org/show_bug.cgi?id=105191
2773 Fullscreen with native controls is outdated and even broken in
2774 [GTK][WK2], so they are deactivated for now.
2776 Reviewed by Philippe Normand.
2778 * Source/autotools/SetupAutoconfHeader.m4: Removed the use of
2779 fullscreen native media controls.
2781 2013-06-17 Michael Brüning <michael.bruning@digia.com>
2783 [Qt] Remove Qt specific QTKIT flagged code.
2784 https://bugs.webkit.org/show_bug.cgi?id=117635
2786 Reviewed by Simon Hausmann.
2788 Due to disabling QTKIT for Qt in r151546, the
2789 code the flags that are not taken into account
2790 anymore and the code that has been rendered
2791 unreachable by this are removed.
2793 * Source/widgetsapi.pri:
2795 2013-06-17 Carlos Garcia Campos <cgarcia@igalia.com>
2797 Unreviewed. Rename gobject_introspection_required variable.
2799 As gobject_introspection_required_version for consistency with all
2800 other required_version variables.
2802 * Source/autotools/FindDependencies.m4:
2803 * Source/autotools/Versions.m4:
2805 2013-06-14 Patrick Gansterer <paroga@webkit.org>
2807 Introduce USE(WINGDI) for the Windows port
2808 https://bugs.webkit.org/show_bug.cgi?id=116138
2810 Reviewed by Ryosuke Niwa.
2812 Using USE(WINGDI) instead of OS(WINCE) will allow us to
2813 compile the GDI based Windows port on WinNT too.
2815 * Source/cmake/OptionsWinCE.cmake:
2817 2013-06-14 Manuel Rego Casasnovas <rego@igalia.com>
2819 [GTK][WK1] Missing symbols
2820 https://bugs.webkit.org/show_bug.cgi?id=117629
2822 Unreviewed GTK+ build fix.
2824 * Source/autotools/symbols.filter: Added missing symbols needed when
2827 2013-06-13 Max Vujovic <mvujovic@adobe.com>
2829 [CSS Regions] Selection dragged from a region paints its background
2830 https://bugs.webkit.org/show_bug.cgi?id=117607
2832 Reviewed by Alexandru Chiculita.
2834 Add a manual test for the painting of a dragged selection from a region. We don't have an
2835 automated way to test this yet. This test is similar to the other manual selection dragging
2836 tests (e.g. ManualTests/drag-image.html).
2838 * ManualTests/regions/drag-selection-painting.html: Added.
2840 2013-06-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
2842 [GTK] [WK2] Found missing symbol when running some tests
2843 https://bugs.webkit.org/show_bug.cgi?id=117598
2845 Reviewed by Martin Robinson.
2847 * Source/autotools/symbols.filter: Added missing
2848 _ZN7WebCore28notImplementedLoggingChannelEv.
2850 2013-06-12 Alberto Garcia <agarcia@igalia.com>
2852 [BlackBerry] Remove dead WebDOM code
2853 https://bugs.webkit.org/show_bug.cgi?id=113370
2855 Reviewed by Anders Carlsson.
2857 BlackBerry PR 347565
2858 Internally reviewed by Charles Wei.
2860 * Source/cmake/OptionsBlackBerry.cmake:
2862 2013-06-06 Timothy Hatcher <timothy@apple.com>
2864 Add WebInspectorUI to the Makefile.
2866 Reviewed by Mark Rowe.
2870 2013-06-11 Seokju Kwon <seokju.kwon@gmail.com>
2872 Remove leftover wxWebkit code
2873 https://bugs.webkit.org/show_bug.cgi?id=117471
2875 Reviewed by Andreas Kling.
2877 * Source/cmake/WebKitPackaging.cmake:
2879 2013-06-07 Zan Dobersek <zdobersek@igalia.com>
2881 [regression] build failure WebKitFontFamilyNames.h missing
2882 https://bugs.webkit.org/show_bug.cgi?id=117178
2884 Reviewed by Sam Weinig.
2886 * GNUmakefile.am: List platform_sources under the BUILT_SOURCES list.
2888 2013-06-05 Bear Travis <betravis@adobe.com>
2890 [CSS Exclusions][CSS Shapes] Split CSS Exclusions & Shapes compile & runtime flags
2891 https://bugs.webkit.org/show_bug.cgi?id=117172
2893 Reviewed by Alexandru Chiculita.
2895 Adding the CSS_SHAPES compile flag.
2897 * Source/autotools/SetupWebKitFeatures.m4:
2898 * Source/autotools/symbols.filter:
2899 * Source/cmake/WebKitFeatures.cmake:
2900 * Source/cmakeconfig.h.cmake:
2902 2013-06-05 Zan Dobersek <zdobersek@igalia.com>
2904 Move MemoryInfo under window.internals
2905 https://bugs.webkit.org/show_bug.cgi?id=117197
2907 Reviewed by Ryosuke Niwa.
2909 * Source/autotools/symbols.filter: Export the required symbol.
2911 2013-06-04 Christophe Dumez <ch.dumez@sisa.samsung.com>
2913 Automatically generate WorkerContext constructor attributes
2914 https://bugs.webkit.org/show_bug.cgi?id=117183
2916 Reviewed by Kentaro Hara.
2918 Update GENERATE_BINDINGS macro to take an additional _workercontext_constructors_file
2921 * Source/cmake/WebKitMacros.cmake:
2923 2013-06-03 Eduardo Lima Mitev <elima@igalia.com>
2925 [EFL] Add ATK version 2.8.0 to efl jhbuild moduleset
2926 https://bugs.webkit.org/show_bug.cgi?id=116726
2928 Reviewed by Gyuyoung Kim.
2930 Bump required version of ATK to 2.8.0 in EFL CMake's build.
2932 * Source/cmake/FindATK.cmake: Adds macro to check required version
2933 * Source/cmake/OptionsEfl.cmake: Specifies required version of ATK to be 2.8.0
2935 2013-05-30 Alberto Garcia <agarcia@igalia.com>
2937 [GTK] Needs to check for harfbuzz-icu
2938 https://bugs.webkit.org/show_bug.cgi?id=116978
2940 Reviewed by Xan Lopez.
2942 HarfBuzz 0.9.18 splits harbuzz-icu into a separate library so we
2943 also need to check for it in order to get the necessary flags for
2944 the compiler and the linker.
2946 We keep this conditional for now since we still want to support
2947 earlier versions of HarfBuzz.
2949 * Source/autotools/FindDependencies.m4:
2951 2013-05-29 Kent Tamura <tkent@chromium.org>
2953 Remove leftover files for ENABLE_PAGE_POPUP and ENABLE_CALENDAR_PICKER
2954 https://bugs.webkit.org/show_bug.cgi?id=116999
2956 Reviewed by Anders Carlsson.
2958 * ManualTests/forms/calendar-picker-crash-by-type-change.html: Removed.
2959 * ManualTests/forms/calendar-picker.html: Removed.
2960 * ManualTests/forms/color-suggestion-picker.html: Removed.
2961 * ManualTests/forms/date-suggestion-picker.html: Removed.
2963 2013-05-29 Martin Robinson <mrobinson@igalia.com>
2965 Fix more CMake GTK+ build issues after r150336
2967 * Source/cmake/OptionsGTK.cmake: Actually set the new output name variable
2968 and be sure to set WTF_USE_EGL when EGL is enabled.
2970 2013-05-29 Carlos Garcia Campos <cgarcia@igalia.com>
2972 Unreviewed. Update NEWS and Versions.m4 for 2.1.1 release.
2974 * Source/autotools/Versions.m4: Bump version numbers.
2976 2013-05-29 Carlos Garcia Campos <cgarcia@igalia.com>
2978 Unreviewed. Fix make distcheck.
2980 * GNUmakefile.am: Add WebKitFeatures.h and WebKitFeatures.txt to
2983 2013-05-26 Jon Lee <jonlee@apple.com>
2985 [WK2] Notifications clobber each other with multiple processes
2986 https://bugs.webkit.org/show_bug.cgi?id=116428
2987 <rdar://problem/13935191>
2989 Reviewed by Darin Adler.
2991 * ManualTests/notification-in-multiple-windows.html: Added.
2993 2013-05-27 Patrick Gansterer <paroga@webkit.org>
2995 Use ICU_INCLUDE_DIRS in BlackBerry CMake files
2996 https://bugs.webkit.org/show_bug.cgi?id=116210
2998 Reviewed by Rob Buis.
3000 Set and use the ICU_INCLUDE_DIRS variable to avoid
3001 duplicated adding of the ICU include directory.
3003 * Source/cmake/OptionsBlackBerry.cmake:
3005 2013-05-24 Anders Carlsson <andersca@apple.com>
3007 Remove PagePopup code
3008 https://bugs.webkit.org/show_bug.cgi?id=116732
3010 Reviewed by Andreas Kling.
3012 * Source/cmakeconfig.h.cmake:
3013 Remove ENABLE_PAGE_POPUP.
3015 2013-05-21 Martin Robinson <mrobinson@igalia.com>
3017 [GTK] [CMake] Add support for building WebKit2
3018 https://bugs.webkit.org/show_bug.cgi?id=116372
3020 Reviewed by Gustavo Noronha Silva.
3022 * Source/cmake/FindWebP.cmake: Added.
3023 * Source/cmake/OptionsGTK.cmake: Turn on WebKit2 and the plugin process and also look
3024 for WebP. These missing symbols were hidden up until now. ENABLE_TEXTURE_MAPPER was
3025 also incorrect specified.
3027 2013-05-21 Zan Dobersek <zdobersek@igalia.com>
3029 [GTK] Compile everything in C++11 mode
3030 https://bugs.webkit.org/show_bug.cgi?id=116452
3032 Reviewed by Anders Carlsson.
3034 * Source/autotools/SetupCompilerFlags.m4: Use the C++11 standard by default when compiling C++ source code.
3035 Perform some minor cleanup around the comments and the order of specifying additional CXXFLAGS entries.
3037 2013-05-21 Carlos Garcia Campos <cgarcia@igalia.com>
3039 [BlackBerry] Make PagePopup implementation independent from WebCore
3040 https://bugs.webkit.org/show_bug.cgi?id=116448
3042 Reviewed by Anders Carlsson.
3044 * Source/cmake/OptionsBlackBerry.cmake: Do not enable PAGE_POPUP
3047 2013-05-20 Christophe Dumez <ch.dumez@sisa.samsung.com>
3049 [EFL] Reenabled INDEXED_DATABASE after r150344
3050 https://bugs.webkit.org/show_bug.cgi?id=116430
3052 Reviewed by Gyuyoung Kim.
3054 Reenable INDEXED_DATABASE flag for EFL port now that WebKit2
3055 build was fixed in r150344.
3057 * Source/cmake/OptionsEfl.cmake:
3059 2013-05-19 Anders Carlsson <andersca@apple.com>
3061 Remove link prerendering code
3062 https://bugs.webkit.org/show_bug.cgi?id=116415
3064 Reviewed by Darin Adler.
3066 This code was only used by Chromium and is dead now.
3068 * Source/autotools/SetupWebKitFeatures.m4:
3069 * Source/cmake/WebKitFeatures.cmake:
3070 * Source/cmakeconfig.h.cmake:
3072 2013-05-18 Patrick Gansterer <paroga@webkit.org>
3074 [CMake] Replace *_LIBRARY_NAME with *_OUTPUT_NAME
3075 https://bugs.webkit.org/show_bug.cgi?id=114554
3077 Reviewed by Gyuyoung Kim.
3079 Using variables as target names is very uncommon in CMake.
3080 The usual way to specify the name of the resulting binary
3081 is to set the OUTPUT_NAME target property.
3084 * Source/CMakeLists.txt:
3085 * Source/PlatformEfl.cmake:
3086 * Source/PlatformGTK.cmake:
3087 * Source/cmake/OptionsBlackBerry.cmake:
3088 * Source/cmake/OptionsEfl.cmake:
3089 * Source/cmake/OptionsGTK.cmake:
3090 * Source/cmake/WebKitHelpers.cmake:
3091 * Source/cmake/gtest/CMakeLists.txt:
3093 2013-05-18 Christophe Dumez <ch.dumez@sisa.samsung.com>
3095 Unreviewed EFL build fix.
3097 Temporarily disabled INDEXED_DATABASE at compile-time as it breaks
3098 WK2 build after r150305.
3100 * Source/cmake/OptionsEfl.cmake:
3102 2013-05-18 Alberto Garcia <agarcia@igalia.com>
3104 [GTK] Parallel build fails if gtk-doc is enabled
3105 https://bugs.webkit.org/show_bug.cgi?id=116227
3107 Reviewed by Martin Robinson.
3110 Define an empty noinst_DATA variable where other automake files
3111 can add additional objects to be built.
3113 2013-05-16 Martin Robinson <mrobinson@igalia.com>
3115 [GTK] [CMake] Disable the shadow DOM
3116 https://bugs.webkit.org/show_bug.cgi?id=116237
3118 Reviewed by Gustavo Noronha Silva.
3120 * Source/cmake/OptionsGTK.cmake: Disable shadow DOM by default.
3122 2013-05-14 Martin Robinson <mrobinson@igalia.com>
3124 [GTK] Add support for building WebCore to the cmake build
3125 https://bugs.webkit.org/show_bug.cgi?id=116128
3127 Reviewed by Gustavo Noronha Silva.
3129 * Source/PlatformGTK.cmake: Added.
3130 * Source/cmake/OptionsGTK.cmake: Added more logic and variables to support WebCore and properly
3131 defined some existing variables.
3133 2013-05-15 Alexey Proskuryakov <ap@apple.com>
3135 More fixing after WebProcessShim renaming in r149074.
3137 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3138 Updated to insert the right shim.
3140 2013-05-15 Patrick Gansterer <paroga@webkit.org>
3142 Consolidate lists in WTF CMake files
3143 https://bugs.webkit.org/show_bug.cgi?id=116142
3145 Reviewed by Martin Robinson.
3147 Move common files into the CMakeLists.txt to avoid duplicating the list of files.
3148 Also rebase the recently added GTK files to match the other CMake ports, since
3149 the submitted patch was based on an older version of the source tree.
3151 * Source/cmake/OptionsGTK.cmake:
3153 2013-05-14 Zan Dobersek <zdobersek@igalia.com>
3155 [GTK] Move generated ColorData.cpp, WebKitFontFamilyNames.(cpp|h) build targets into libPlatform
3156 https://bugs.webkit.org/show_bug.cgi?id=115921
3158 Reviewed by Gustavo Noronha Silva.
3160 * GNUmakefile.am: Add GENSOURCES_PLATFORM, platform_built_sources variables.
3162 2013-05-11 Martin Robinson <mrobinson@igalia.com>
3164 [GTK] Add a basic cmake build for WTF and JavaScriptCore
3165 https://bugs.webkit.org/show_bug.cgi?id=115967
3167 Reviewed by Laszlo Gombos.
3169 * CMakeLists.txt: Add GTK+ to the list of ports.
3170 * Source/CMakeLists.txt: We do not try to build WebCoreTestSupport when WebCore is disabled.
3171 * Source/cmake/FindGAIL3.cmake: Added.
3172 * Source/cmake/FindGDK3.cmake: Added.
3173 * Source/cmake/FindGStreamer.cmake: Use the passed in minimum version.
3174 * Source/cmake/FindGTK3.cmake: Added.
3175 * Source/cmake/FindXt.cmake: Added.
3176 * Source/cmake/OptionsEfl.cmake: Pass in the minimum version.
3177 * Source/cmake/OptionsGTK.cmake: Added.
3179 2013-05-11 Martin Robinson <mrobinson@igalia.com>
3181 Move defines to platform
3183 [GTK] Move defines that will never be configured to Platform.h
3184 https://bugs.webkit.org/show_bug.cgi?id=115965
3186 Reviewed by Andreas Kling.
3188 * Source/autotools/SetupAutoconfHeader.m4: Move some unchanging defines to Platform.h.
3190 2013-05-09 Christophe Dumez <ch.dumez@sisa.samsung.com>
3192 Add support for [NoInterfaceObject] Web IDL extended attribute
3193 https://bugs.webkit.org/show_bug.cgi?id=115714
3195 Reviewed by Kentaro Hara.
3197 Update GENERATE_BINDINGS macro to take an additional _window_constructors_file
3200 * Source/cmake/WebKitMacros.cmake:
3202 2013-05-08 José Dapena Paz <jdapena@igalia.com> and Zan Dobersek <zdobersek@igalia.com>
3204 [GTK] Plumb the Automake build system for the Battery Status API feature
3205 https://bugs.webkit.org/show_bug.cgi?id=115718
3207 Reviewed by Martin Robinson.
3209 * Source/autotools/FindDependencies.m4: Check for the upower-glib dependency if the feature is enabled.
3210 * Source/autotools/PrintBuildConfiguration.m4: Print out the feature status.
3211 * Source/autotools/ReadCommandLineArguments.m4: Check for the --enable-battery-status option. The deafult,
3212 when the option is not given, is to disable the feature.
3213 * Source/autotools/SetupWebKitFeatures.m4: Treat the ENABLE_BATTERY_STATUS define as configurable.
3214 * Source/autotools/symbols.filter: Export a couple of symbols that are used in the WebCore internals library.
3216 2013-05-08 Zan Dobersek <zdobersek@igalia.com>
3218 [Automake] Pass --no-demangle to the linker by default to get the mangled symbols
3219 https://bugs.webkit.org/show_bug.cgi?id=115732
3221 Reviewed by Gustavo Noronha Silva.
3223 * GNUmakefile.am: Pass the --no-demangle option to the linker by default. This is done by appending
3224 the flag to the LDFLAGS variable. While the AM_LDFLAGS variable would be more appropriate, it's not
3225 at all used when linking installable libraries like libwebkitgtk and libwebkit2gtk, so the LDFLAGS
3226 variable is used instead.
3228 2013-05-07 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3230 [CMAKE] Remove SHADOW_DOM from cmakeconfig.h.cmake
3231 https://bugs.webkit.org/show_bug.cgi?id=115712
3233 Reviewed by Andreas Kling.
3235 Nobody uses SHADOW_DOM in cmake.
3237 * Source/cmake/WebKitFeatures.cmake:
3238 * Source/cmakeconfig.h.cmake:
3240 2013-05-06 Mike Lattanzio <mlattanzio@blackberry.com>
3242 [BlackBerry] Enable and Expose Text Autosizing through BlackBerry::WebKit::WebSettings
3243 https://bugs.webkit.org/show_bug.cgi?id=113808
3245 Reviewed by Rob Buis.
3247 Set the ENABLE_TEXT_AUTOSIZING default to ON for BlackBerry.
3249 * Source/cmake/OptionsBlackBerry.cmake:
3251 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
3253 [EFL] Shadow DOM should be disabled at compile time
3254 https://bugs.webkit.org/show_bug.cgi?id=115635
3256 Reviewed by Andreas Kling.
3258 Disable Shadow DOM at compile time for EFL port. Shadow DOM code
3259 is being removed from the tree.
3261 * Source/cmake/OptionsEfl.cmake:
3263 2013-05-04 Dean Jackson <dino@apple.com>
3265 Animations and Transitions should not start when globally suspended
3266 https://bugs.webkit.org/show_bug.cgi?id=114915
3268 Reviewed by Sam Weinig.
3270 Export AnimationController::isSuspended().
3272 * Source/autotools/symbols.filter:
3274 2013-05-01 Benjamin Poulain <benjamin@webkit.org>
3276 Remove the remaining wscript
3277 https://bugs.webkit.org/show_bug.cgi?id=115459
3279 Reviewed by Andreas Kling.
3283 2013-05-01 Sergio Villar Senin <svillar@igalia.com>
3285 Show a block cursor in overtype mode
3286 https://bugs.webkit.org/show_bug.cgi?id=114819
3288 Reviewed by Ryosuke Niwa.
3290 * Source/autotools/symbols.filter: export some extra symbols for
3293 2013-04-30 Christophe Dumez <ch.dumez@sisa.samsung.com>
3295 [EFL] Enable scaled cursors
3296 https://bugs.webkit.org/show_bug.cgi?id=106242
3298 Reviewed by Gyuyoung Kim.
3300 Enable MOUSE_CURSOR_SCALE flag for EFL port.
3302 * Source/cmake/OptionsEfl.cmake:
3303 * Source/cmake/WebKitFeatures.cmake:
3305 2013-04-29 Zan Dobersek <zdobersek@igalia.com>
3307 [GTK] Disable Shadow DOM feature
3308 https://bugs.webkit.org/show_bug.cgi?id=115374
3310 Reviewed by Martin Robinson.
3312 Disable the Shadow DOM feature on the GTK port, the feature is planned for removal.
3314 * Source/autotools/SetupWebKitFeatures.m4:
3316 2013-04-28 Ryuan Choi <ryuan.choi@samsung.com>
3318 [EFL][CMAKE] Build break after r149259
3319 https://bugs.webkit.org/show_bug.cgi?id=115339
3321 Reviewed by Gyuyoung Kim.
3323 r149259 used c++11 features(Right angle bracket, Range-based for-loop).
3324 This patch enforces c++0x when cmake based ports build WebKit2 using gcc.
3326 * Source/cmake/WebKitHelpers.cmake:
3328 2013-04-22 Benjamin Poulain <benjamin@webkit.org>
3330 Remove the memory instrumentation code
3331 https://bugs.webkit.org/show_bug.cgi?id=114931
3333 Reviewed by Andreas Kling.
3335 * Source/autotools/symbols.filter:
3337 2013-04-22 Martin Robinson <mrobinson@igalia.com>
3339 [GTK] Enable introspection always for developer builds
3340 https://bugs.webkit.org/show_bug.cgi?id=114983
3342 Reviewed by Gustavo Noronha Silva.
3344 * Source/autotools/SetupAutoconfHeader.m4: No longer expose the ENABLE_INTROSPECTION
3345 autoconf header variable. It isn't used and it means that when introspection is enabled
3346 or disabled, there is an unnecessary full rebuild.
3348 2013-04-22 Zan Dobersek <zdobersek@igalia.com>
3350 [GTK] Set up libPlatform.la
3351 https://bugs.webkit.org/show_bug.cgi?id=114168
3353 Reviewed by Martin Robinson.
3355 * GNUmakefile.am: Define the platform_cppflags and platform_sources variables.
3357 2013-04-20 Zan Dobersek <zdobersek@igalia.com>
3359 Enable sub-pixel layout for the GTK port
3360 https://bugs.webkit.org/show_bug.cgi?id=94792
3362 Reviewed by Martin Robinson.
3364 * Source/autotools/SetupWebKitFeatures.m4: Enable the subpixel layout.
3366 2013-04-20 Andras Becsi <andras.becsi@digia.com>
3368 [Qt][Mac] Remove obsolete workaround for debug builds
3369 https://bugs.webkit.org/show_bug.cgi?id=114750
3371 Reviewed by Jocelyn Turcotte.
3373 This workaround made default builds fail with recent Qt5 because
3374 it removed the major version number from the library name, producing
3375 QtWebKitWidgets, whereas the linking command line tried to link
3376 against Qt5WebKitWidgets.
3377 Debug builds are possible with and without framework-enabled builds
3378 of Qt, but the debug versions of the Qt libraries have to be present.
3379 Debug builds with a release version of Qt are not possible on Mac
3380 since for debug builds qmake produces a linker command line where
3381 all the Qt libraries have the "_debug" suffix, therefore if the debug
3382 libraries are missing the build fails.
3384 * Source/widgetsapi.pri:
3386 2013-04-19 Martin Robinson <mrobinson@igalia.com>
3388 [GTK] JSCore.gir.in has a few problems
3389 https://bugs.webkit.org/show_bug.cgi?id=114710
3391 Reviewed by Philippe Normand.
3393 * GNUmakefile.am: Move common GIR initialization here from WebKit1.
3394 * configure.ac: Updated to reflect new JSC gir file location.
3396 2013-04-18 Ryuan Choi <ryuan.choi@gmail.com>
3398 [EFL] Build break when using cmake without CMAKE_BUILD_TYPE
3399 https://bugs.webkit.org/show_bug.cgi?id=114835
3401 Unreviewed build fix.
3403 * Source/cmake/OptionsEfl.cmake:
3405 2013-04-16 Patrick Gansterer <paroga@webkit.org>
3407 [CMake] Do not use JAVASCRIPTCORE_DIR in add_custom_command() of JavaScriptcore project
3408 https://bugs.webkit.org/show_bug.cgi?id=114265
3410 Reviewed by Brent Fulgham.
3412 * Source/cmake/WebKitMacros.cmake: Removed macro GENERATE_HASH_LUT.
3414 2013-04-16 Andy Estes <aestes@apple.com>
3416 Changed the default debugger from GDB to LLDB for the 'All Source' scheme in WebKit.xcworkspace.
3418 Rubber-stamped by Dan Bernstein.
3420 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3422 2013-04-16 Manuel Rego Casasnovas <rego@igalia.com>
3424 [EFL] Bump libsoup dependency to 2.42.0
3425 https://bugs.webkit.org/show_bug.cgi?id=113927
3427 Reviewed by Gyuyoung Kim.
3429 Update libsoup required version to v2.42.0 and GLib to v2.36.0 as
3430 required by libsoup for EFL port.
3432 * Source/cmake/OptionsEfl.cmake:
3434 2013-04-15 Patrick Gansterer <paroga@webkit.org>
3436 [CMake] Add WTF_USE_*_UNICODE variables
3437 https://bugs.webkit.org/show_bug.cgi?id=114556
3439 Reviewed by Brent Fulgham.
3441 WTF_USE_ICU_UNICODE and WTF_USE_WCHAR_UNICODE are used to
3442 reduce duplication in the platform specific CMake files.
3444 * Source/cmake/OptionsBlackBerry.cmake:
3445 * Source/cmake/OptionsEfl.cmake:
3446 * Source/cmake/OptionsWinCE.cmake:
3448 2013-04-15 Martin Robinson <mrobinson@igalia.com>
3450 [GTK] REGRESSION(r147499): HTTP auth dialog doesn't remember passwords anymore
3451 https://bugs.webkit.org/show_bug.cgi?id=114613
3453 Reviewed by Carlos Garcia Campos.
3455 * Source/autotools/SetupAutoconfHeader.m4: Correct definition of ENABLE_CREDENTIAL_STORAGE
3456 so that the ENABLE(CREDENTIAL_STORAGE) macro work properly.
3458 2013-04-12 Martin Robinson <mrobinson@igalia.com>
3460 [GTK] Lower the pango dependency
3461 https://bugs.webkit.org/show_bug.cgi?id=114520
3463 Reviewed by Carlos Garcia Campos.
3465 * Source/autotools/Versions.m4: Only depend on Pango 1.30.0 instead of
3466 Pango 1.32.0. 1.32.0 isn't strictly necessary and the version of GTK+ that
3467 we depend on (3.6.0) depends on 1.30.0.
3469 2013-04-12 Jer Noble <jer.noble@apple.com>
3471 TimeRanges::nearest() returns incorrect results.
3472 https://bugs.webkit.org/show_bug.cgi?id=114483
3474 Reviewed by Eric Carlson.
3476 Add symbols needed by WebCoreTestSupport to exports list.
3478 * Source/autotools/symbols.filter:
3480 2013-04-12 Commit Queue <rniwa@webkit.org>
3482 Unreviewed, rolling out r148262.
3483 http://trac.webkit.org/changeset/148262
3484 https://bugs.webkit.org/show_bug.cgi?id=114493
3486 Cairo dep should now build, rolling r148247 back in (Requested
3487 by zdobersek on #webkit).
3489 * Source/autotools/FindDependencies.m4:
3490 * Source/autotools/PrintBuildConfiguration.m4:
3491 * Source/autotools/SetupWebKitFeatures.m4:
3493 2013-04-11 Commit Queue <rniwa@webkit.org>
3495 Unreviewed, rolling out r148247.
3496 http://trac.webkit.org/changeset/148247
3497 https://bugs.webkit.org/show_bug.cgi?id=114490
3499 Cairo dep fails to build on builders due to missing EGL
3500 headers (Requested by zdobersek on #webkit).
3502 * Source/autotools/FindDependencies.m4:
3503 * Source/autotools/PrintBuildConfiguration.m4:
3504 * Source/autotools/SetupWebKitFeatures.m4:
3506 2013-04-11 Paweł Forysiuk <tuxator@o2.pl>
3508 [GTK] Webkit fails to build with MinGW compiler after changeset 146468
3509 https://bugs.webkit.org/show_bug.cgi?id=114473
3511 Reviewed by Martin Robinson.
3513 * Source/autotools/CheckSystemAndBasicDependencies.m4: Fix typo.
3515 2013-04-11 Martin Robinson <mrobinson@igalia.com>
3517 [GTK] Add accelerated 2D canvas support using cairo-gl
3518 https://bugs.webkit.org/show_bug.cgi?id=104672
3520 Reviewed by Alejandro G. Castro.
3522 Detect that we can activate accelerated canvas when CairoGL is present and
3523 TextureMapperGL is enabled.
3525 * Source/autotools/FindDependencies.m4: Look for CairoGL.
3526 * Source/autotools/PrintBuildConfiguration.m4: Print the status of accelerated canvas activation.
3527 * Source/autotools/SetupWebKitFeatures.m4: Set the feature.
3529 2013-04-11 Zan Dobersek <zdobersek@igalia.com>
3533 * Source/autotools/symbols.filter: Stop exporting redundant symbols.
3535 2013-04-11 Rune Lillesveen <rune@opera.com>
3537 Incorrect evaluation of resolution media queries
3538 https://bugs.webkit.org/show_bug.cgi?id=114029
3540 Reviewed by Kenneth Rohde Christiansen.
3542 Removed setResolutionOverride from exports.
3544 * Source/autotools/symbols.filter:
3546 2013-04-10 Anton Obzhirov <a.obzhirov@samsung.com>
3548 [GTK] Add support for Page Visibility
3549 https://bugs.webkit.org/show_bug.cgi?id=97324
3551 Reviewed by Sam Weinig.
3553 Page Visibility has been enabled for GTK port.
3554 New GTK unittest has been added.
3556 * Source/autotools/SetupWebKitFeatures.m4:
3558 2013-04-09 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3560 [EFL] Declare TEST_THEME_DIR in a single place.
3561 https://bugs.webkit.org/show_bug.cgi?id=114285
3563 Reviewed by Anders Carlsson.
3565 Instead of adding the `THEME_DIR' preprocessor variable in many
3566 different CMakeList.txt files in the tree, declare it in
3567 OptionsEfl.cmake so that we avoid needlessly duplicating code around.
3569 While here, rename it to `TEST_THEME_DIR', which is the name used our
3570 WebKit2 infrastructure, to better reflect the purpose of this value.
3572 * Source/cmake/OptionsEfl.cmake: Add the TEST_THEME_DIR preprocessor
3575 2013-04-09 ChangSeok Oh <changseok.oh@collabora.com>
3577 [GTK][AC] upversion of clutter and its dependecy
3578 https://bugs.webkit.org/show_bug.cgi?id=114016
3580 Reviewed by Gustavo Noronha Silva.
3582 Upversion of clutter to 1.14, cogl to 1.14 and clutter-gtk to 1.4.4.
3584 * Source/autotools/Versions.m4:
3586 2013-04-09 Thiago Marcos P. Santos <thiago.santos@intel.com>
3588 [WK2] Drop WebProcess capabilities on Linux using seccomp filters
3589 https://bugs.webkit.org/show_bug.cgi?id=89875
3591 Reviewed by Maciej Stachowiak.
3593 Added the bits to EFL/CMake buildsystem to find the libseccomp
3596 * Source/cmake/FindLibSeccomp.cmake: Added.
3597 * Source/cmake/OptionsEfl.cmake:
3598 * Source/cmake/WebKitFeatures.cmake:
3599 * Source/cmakeconfig.h.cmake:
3601 2013-04-09 Carlos Garcia Campos <cgarcia@igalia.com>
3603 Unreviewed. Fix GTK+ 32 bit build.
3605 * Source/autotools/symbols.filter: Add some symbols that are
3606 mangled differently in 32 bits due to size_t.
3608 2013-04-09 Patrick Gansterer <paroga@webkit.org>
3610 Do not set CMAKE_BUILD_TYPE if it is not defined
3611 https://bugs.webkit.org/show_bug.cgi?id=114243
3613 Reviewed by Geoffrey Garen.
3615 Setting the CMAKE_BUILD_TYPE causes some problem with Visual Studio.
3616 Adopt the current usage of the variable to better CMake style.
3619 * Source/cmake/OptionsCommon.cmake:
3620 * Source/cmake/OptionsEfl.cmake:
3622 2013-03-31 Martin Robinson <mrobinson@igalia.com>
3624 Bug 110293 uses read -d which is a non-portable bashism
3625 https://bugs.webkit.org/show_bug.cgi?id=113349
3627 Reviewed by Gustavo Noronha Silva.
3629 * Source/autotools/SetupWebKitFeatures.m4: Pass the default feature set to the
3630 feature script in a more portable way.
3632 2013-04-08 Jeff Rogers <jrogers@rim.com>
3634 [BlackBerry] Update BlackBerry JavaScript API
3635 https://bugs.webkit.org/show_bug.cgi?id=114065
3637 Reviewed by Rob Buis.
3640 Export JSC symbols in BlackBerry build.
3642 * Source/cmake/OptionsBlackBerry.cmake:
3644 2013-04-08 Martin Robinson <mrobinson@igalia.com>
3646 [GTK] Configure should verify ICU is installed on mingw
3647 https://bugs.webkit.org/show_bug.cgi?id=113645
3649 Reviewed by Gustavo Noronha Silva.
3651 * Source/autotools/FindDependencies.m4: When falling back to hard-coded compiler flags
3652 for ICU and mingw, check that headers do exist on the system and error out otherwise.
3654 2013-04-08 Carlos Garcia Campos <cgarcia@igalia.com>
3656 [GTK] Build Platform as a separate static library
3657 https://bugs.webkit.org/show_bug.cgi?id=114164
3659 Reviewed by Martin Robinson.
3661 * GNUmakefile.am: Add webkit2platform_sources definition.
3663 2013-04-08 Zan Dobersek <zdobersek@igalia.com>
3665 Unreviewed GTK build fix.
3667 * Source/autotools/symbols.filter: Exporting a bunch of symbols.
3669 2013-04-07 Vivek Galatage <vivek.vg@samsung.com>
3671 Modify .gitignore file to remove entries for chromium generated files
3672 https://bugs.webkit.org/show_bug.cgi?id=114141
3674 Reviewed by Gyuyoung Kim.
3678 2013-04-07 Patrick Gansterer <paroga@webkit.org>
3680 Remove references to Skia and V8 from CMake files
3681 https://bugs.webkit.org/show_bug.cgi?id=114130
3683 Reviewed by Geoffrey Garen.
3685 * Source/cmake/OptionsBlackBerry.cmake:
3686 * Source/cmake/WebKitPackaging.cmake:
3688 2013-04-07 David Kilzer <ddkilzer@apple.com>
3690 Remove the rest of SVG_DOM_OBJC_BINDINGS
3691 <http://webkit.org/b/114112>
3693 Reviewed by Geoffrey Garen.
3695 * Source/autotools/SetupWebKitFeatures.m4:
3696 * Source/cmake/WebKitFeatures.cmake:
3697 * Source/cmakeconfig.h.cmake:
3698 - Remove references to ENABLE_SVG_DOM_OBJC_BINDINGS.
3700 2013-04-05 Ed Bartosh <bartosh@gmail.com>
3702 [EFL] --no-tiled-backing-store build fails because of not used #if USE(ACCELERATED_COMPOSITING)
3703 https://bugs.webkit.org/show_bug.cgi?id=113627
3705 Reviewed by Simon Fraser.
3707 * Source/cmake/OptionsEfl.cmake: Disabled 3D_GRAPHICS and WEB_GL when accelerated compositing is on
3709 2013-04-05 Rijubrata Bhaumik <rijubrata.bhaumik@intel.com>
3711 [EFL] Enable indexed database
3712 https://bugs.webkit.org/show_bug.cgi?id=107248
3714 Reviewed by Alexis Menard.
3716 * Source/cmake/OptionsEfl.cmake:
3718 2013-04-05 Benjamin Poulain <benjamin@webkit.org>
3720 Fix GTK+ for real after r147712
3722 Reviewed by Ryosuke Niwa.
3725 * Source/Platform: Added.
3726 * Source/Platform/GNUmakefile.am: Added.
3728 2013-04-05 Benjamin Poulain <benjamin@webkit.org>
3730 Fix GTK+ build after r147712
3734 * GNUmakefile.am: remove the reference to
3735 Source/Platform/GNUmakefile.am. The file has been removed.
3737 2013-04-05 Benjamin Poulain <bpoulain@apple.com>
3739 Remove WTFURL from WebKit
3740 https://bugs.webkit.org/show_bug.cgi?id=113994
3742 Reviewed by Ryosuke Niwa.
3744 * Source/cmake/WebKitFeatures.cmake:
3745 * Source/cmakeconfig.h.cmake:
3747 2013-04-04 Ryosuke Niwa <rniwa@webkit.org>
3749 Remove the top level gyp directory and Platform/chromium
3750 https://bugs.webkit.org/show_bug.cgi?id=113999
3752 Reviewed by Benjamin Poulain.
3754 * Source/Platform: Removed.
3755 * Source/gyp: Removed.
3757 2013-04-04 Geoffrey Garen <ggaren@apple.com>
3759 Nixed the defunct chromium folder from ManualTests
3760 https://bugs.webkit.org/show_bug.cgi?id=113995
3762 Reviewed by Benjamin Poulain.
3764 * ManualTests/chromium: Removed.
3765 * ManualTests/chromium/autofill-popup-shiftupdown.hml: Removed.
3766 * ManualTests/chromium/drag-image-accounts-for-device-scale.html: Removed.
3767 * ManualTests/chromium/modifiers-during-drag-and-drop.html: Removed.
3768 * ManualTests/chromium/no-autofill-on-readonly.html: Removed.
3769 * ManualTests/chromium/onchange-reload-popup.html: Removed.
3770 * ManualTests/chromium/popup-menu-crash.html: Removed.
3771 * ManualTests/chromium/select-close-popup-value-change.html: Removed.
3772 * ManualTests/chromium/suggestions-popup-font-change.html: Removed.
3774 2013-04-04 Xabier Rodriguez Calvar <calvaris@igalia.com>
3776 [GStreamer] Virtual modifier for MediaPlayer::simulateAudioInterruption must go
3777 https://bugs.webkit.org/show_bug.cgi?id=113851
3779 Reviewed by Eric Carlson.
3781 * Source/autotools/symbols.filter: Added
3782 _ZN7WebCore11MediaPlayer25simulateAudioInterruptionEv symbol.
3784 2013-04-03 Carlos Garcia Campos <cgarcia@igalia.com>
3786 [GTK] Bump required versions of some dependencies
3787 https://bugs.webkit.org/show_bug.cgi?id=113282
3789 Reviewed by Martin Robinson.
3791 This patch updates the following dependencies:
3793 - libsoup 2.42.0: is the current stable release.
3795 - glib 2.36.0: libsoup 2.42 requires 2.35.0, but we don't want to
3796 depend on unstable versions and 2.36 is the next stable version
3799 - gtk+ 3.6.0: this is the previous stable release. We don't
3800 currently have any code using newer API, so we will be able to
3801 remove all the #ifdefed code.
3803 - at-spi2 2.5.3: is the version required by gtk+ 3.6.
3805 - GObject introspection 1.32.0: is the version required by gtk+ 3.6.
3807 - Pango 1.32.0: it's the current stable version and the first one
3808 depending on Harfbuzz.
3810 - Fontconfig 2.5: required by pango 1.32.0 when using Harfbuzz.
3812 - gtk+ 2.24.10: it allows us to remove a lot of deprecated code
3815 * Source/autotools/Versions.m4:
3817 2013-04-02 Martin Robinson <mrobinson@igalia.com>
3819 [GTK] Make libsecret optional
3820 https://bugs.webkit.org/show_bug.cgi?id=113821
3822 Reviewed by Gustavo Noronha Silva.
3824 Add a configuration option to disable credential storage and thus remove
3825 the libsecret dependency. This should make it possible to build WebKit 2.x
3828 * Source/autotools/FindDependencies.m4: Only look for libsecret if credential storage is active.
3829 * Source/autotools/PrintBuildConfiguration.m4: Print whether or not credential storage is active.
3830 * Source/autotools/ReadCommandLineArguments.m4: Added an option to control credential storage.
3831 * Source/autotools/SetupAutoconfHeader.m4: Expose credential storage setting to code.
3833 2013-04-02 Sheriff Bot <webkit.review.bot@gmail.com>
3835 Unreviewed, rolling out r147401.
3836 http://trac.webkit.org/changeset/147401
3837 https://bugs.webkit.org/show_bug.cgi?id=113767
3839 The patch makes it extremely hard to set up the dependencies
3840 properly on the GTK builders (Requested by zdobersek on
3843 * Source/autotools/Versions.m4:
3845 2013-04-02 Carlos Garcia Campos <cgarcia@igalia.com>
3847 [GTK] Bump required versions of some dependencies
3848 https://bugs.webkit.org/show_bug.cgi?id=113282
3850 Reviewed by Martin Robinson.
3852 This patch updates the following dependencies:
3854 - libsoup 2.42.0: is the current stable release.
3856 - glib 2.36.0: libsoup 2.42 requires 2.35.0, but we don't want to
3857 depend on unstable versions and 2.36 is the next stable version
3860 - gtk+ 3.6.0: this is the previous stable release. We don't
3861 currently have any code using newer API, so we will be able to
3862 remove all the #ifdefed code.
3864 - at-spi2 2.5.3: is the version required by gtk+ 3.6.
3866 - GObject introspection 1.32.0: is the version required by gtk+ 3.6.
3868 - Pango 1.32.0: it's the current stable version and the first one
3869 depending on Harfbuzz.
3871 - Fontconfig 2.5: required by pango 1.32.0 when using Harfbuzz.
3873 - gtk+ 2.24.10: it allows us to remove a lot of deprecated code
3876 * Source/autotools/Versions.m4:
3878 2013-04-02 Carlos Garcia Campos <cgarcia@igalia.com>
3880 [EFL][CMAKE] Move MOZ_X11 definition from OptionsCommon to OptionsEfl
3881 https://bugs.webkit.org/show_bug.cgi?id=113685
3883 Reviewed by Martin Robinson.
3885 MOZ_X11 is added unconditionally in OptionsCommon for UNIX
3886 platforms, but not all UNIX platforms use X11 for plugins,