1 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
3 Unreviewed. Bump version numbers.
5 * Source/cmake/OptionsGTK.cmake:
7 2014-05-10 Martin Robinson <mrobinson@igalia.com>
9 [GTK][CMake] Unable to do make install
10 https://bugs.webkit.org/show_bug.cgi?id=130188
12 Reviewed by Carlos Garcia Campos.
14 Only try to install the HTML documentation if the build is configured to generate it via
15 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
16 to keep the HTML documentation directory as an installation source.
18 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
19 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
20 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
21 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
22 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
24 2014-05-09 Anders Carlsson <andersca@apple.com>
26 Rename WebKit2.framework to WebKit.framework
27 https://bugs.webkit.org/show_bug.cgi?id=132743
28 <rdar://problem/15920046>
30 Reviewed by Dan Bernstein.
33 Build WebKit.xcodeproj before WebKit2.xcodeproj.
35 * WebKit.xcworkspace/xcshareddata/xcschemes/:
38 2014-05-06 David Kilzer <ddkilzer@apple.com>
40 Add Makefile targets for copying static libraries (LLVM and WKSI)
41 <http://webkit.org/b/132619>
43 Reviewed by Mark Rowe.
46 (MODULES): Add WebKitLibraries.
48 2014-05-06 Commit Queue <commit-queue@webkit.org>
50 Unreviewed, rolling out r168304.
51 https://bugs.webkit.org/show_bug.cgi?id=132607
53 Broke the build (Requested by KaL on #webkit).
57 "[GTK][CMake] Unable to do make install"
58 https://bugs.webkit.org/show_bug.cgi?id=130188
59 http://trac.webkit.org/changeset/168304
61 2014-05-05 Martin Robinson <mrobinson@igalia.com>
63 [GTK][CMake] Unable to do make install
64 https://bugs.webkit.org/show_bug.cgi?id=130188
66 Reviewed by Carlos Garcia Campos.
68 Only try to install the HTML documentation if the build is configured to generate it via
69 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
70 to keep the HTML documentation directory as an installation source.
72 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
73 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
74 never added to the default target, but will be triggered by build-webkit, so that
75 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
76 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
78 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
80 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
81 https://bugs.webkit.org/show_bug.cgi?id=132525
83 Reviewed by Martin Robinson.
85 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
86 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
87 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
89 2014-05-01 David Kilzer <ddkilzer@apple.com>
91 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
92 <http://webkit.org/b/132432>
94 Reviewed by Tim Horton.
96 * Source/cmake/WebKitFeatures.cmake:
97 * Source/cmakeconfig.h.cmake:
98 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
100 2014-04-30 Simon Fraser <simon.fraser@apple.com>
102 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
104 Reviewed by Dan Bernstein/Anders Carlsson.
106 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
107 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
109 2014-04-30 Simon Fraser <simon.fraser@apple.com>
111 Let Xcode have its way with the WebKit workspace.
113 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
114 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
116 2014-04-29 Martin Robinson <mrobinson@igalia.com>
118 [GTK] Make it easier to run CMake for downstreams
119 https://bugs.webkit.org/show_bug.cgi?id=132370
121 Reviewed by Carlos Garcia Campos.
123 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
125 2014-04-27 Joonghun Park <jh718.park@samsung.com>
127 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
128 https://bugs.webkit.org/show_bug.cgi?id=132176
130 Reviewed by Gyuyoung Kim.
132 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
134 * Source/cmake/OptionsEfl.cmake:
136 2014-04-22 Alex Christensen <achristensen@webkit.org>
138 Removed old stdbool and inttypes headers.
139 https://bugs.webkit.org/show_bug.cgi?id=131966
141 Reviewed by Brent Fulgham.
143 * Source/cmake/OptionsWindows.cmake:
144 * Source/cmake/WebKitPackaging.cmake:
145 Removed references to os-win32 directory.
147 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
149 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
151 Rubber-stamped by Carlos Garcia Campos.
153 * Source/cmake/WebKitFeatures.cmake:
155 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
157 Empty RenderInline objects should not be line break objects.
159 https://bugs.webkit.org/show_bug.cgi?id=131861
160 <rdar://problem/15663617>
162 Reviewed by David Hyatt.
164 * ManualTests/empty-inline-as-line-break-position.html: Added.
165 This issue wouldn't reproduce in WebKitTestRunner.
167 2014-04-19 Brent Fulgham <bfulgham@apple.com>
169 Revert unintended workspace change in my last commit.
171 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
172 Scheme type back to Debug.
174 2014-04-18 Philippe Normand <pnormand@igalia.com>
176 Remove NETWORK_INFO support
177 https://bugs.webkit.org/show_bug.cgi?id=131841
179 Reviewed by Gyuyoung Kim.
181 * Source/cmake/OptionsEfl.cmake:
182 * Source/cmake/OptionsGTK.cmake:
183 * Source/cmake/WebKitFeatures.cmake:
184 * Source/cmakeconfig.h.cmake:
186 2014-04-17 Darin Adler <darin@apple.com>
188 Try to fix EFL and GTK builds.
190 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
191 * Source/cmake/OptionsGTK.cmake: Ditto.
192 * Source/cmakeconfig.h.cmake: Ditto.
194 2014-04-16 Brendan Long <b.long@cablelabs.com>
196 [GTK][CMAKE] build-webkit doesn't detect when the build fails
197 https://bugs.webkit.org/show_bug.cgi?id=130148
199 Reviewed by Martin Robinson.
201 * Source/cmake/OptionsGTK.cmake: Replace CMake's automatic make -i with make -k, which still continues after errors, but correctly reports tha the build failed.
203 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
205 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
206 https://bugs.webkit.org/show_bug.cgi?id=131725
208 Reviewed by Philippe Normand.
210 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
211 instead of GTK_UNIX_PRINTING_FOUND and set the macro
212 HAVE_GTK_UNIX_PRINTING to 1 when found.
214 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
216 Web Replay: memoize nondeterministic attributes of the Navigator interface
217 https://bugs.webkit.org/show_bug.cgi?id=131340
219 Reviewed by Timothy Hatcher.
221 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
223 2014-04-09 Brendan Long <b.long@cablelabs.com>
225 [GStreamer] Expose MPEG-TS metadata
226 https://bugs.webkit.org/show_bug.cgi?id=122001
228 Reviewed by Eric Carlson.
230 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
231 * Source/cmake/OptionsEfl.cmake: Same.
232 * Source/cmake/OptionsGTK.cmake: Same.
234 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
236 Web Replay: memoize nondeterministic attributes of the Screen interface
237 https://bugs.webkit.org/show_bug.cgi?id=131339
239 Reviewed by Timothy Hatcher.
241 * ManualTests/inspector/replay-window-screen.html: Added.
243 2014-04-08 Martin Robinson <mrobinson@igalia.com>
245 [GTK] Remove the WebKitGTK+ WebKit 1 code
246 https://bugs.webkit.org/show_bug.cgi?id=131399
248 Reviewed by Anders Carlsson.
250 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
251 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
253 2014-04-08 Dan Bernstein <mitz@apple.com>
255 Added bmalloc to the WebKit workspace.
256 https://bugs.webkit.org/show_bug.cgi?id=131362
258 Reviewed by Geoff Garen.
260 * WebKit.xcworkspace/contents.xcworkspacedata:
261 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
262 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
264 2014-04-08 Geoffrey Garen <ggaren@apple.com>
266 Build bmalloc on iOS too
267 https://bugs.webkit.org/show_bug.cgi?id=131381
269 Reviewed by Andreas Kling.
271 * Source/Makefile: Build it.
273 2014-04-07 Geoffrey Garen <ggaren@apple.com>
276 https://bugs.webkit.org/show_bug.cgi?id=131333
278 Reviewed by Mark Rowe.
281 * WebKitBuild: Added.
282 * WebKitBuild/Debug: Added.
284 2014-04-07 Ryuan Choi <ryuan.choi@samsung.com>
286 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT
287 https://bugs.webkit.org/show_bug.cgi?id=131257
289 Reviewed by Gyuyoung Kim.
291 * Source/cmake/OptionsEfl.cmake: Enable MEDIA_CONTROLS_SCRIPT
293 2014-04-06 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
295 [GTK] Stop trying to install WebKit1 documentation
296 https://bugs.webkit.org/show_bug.cgi?id=131278
298 Reviewed by Martin Robinson.
300 * Source/PlatformGTK.cmake: Remove install() call since the WebKit1 documentation is not
301 built anymore since r166584. This fixes `make install'.
303 2014-04-04 Brian J. Burg <burg@cs.washington.edu>
305 Web Replay: capture and replay wheel events and scroll commands
306 https://bugs.webkit.org/show_bug.cgi?id=129402
308 Reviewed by Timothy Hatcher.
310 * ManualTests/inspector/replay-wheel-events.html: Added.
312 2014-04-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
314 [GTK][CMake] Remove FindXt.cmake.
315 https://bugs.webkit.org/show_bug.cgi?id=131227
317 Reviewed by Anders Carlsson.
319 Xt is already detected by CMake's own FindX11.cmake, so there is no need to keep a custom FindXt.cmake around.
321 * Source/cmake/FindXt.cmake: Removed.
322 * Source/cmake/OptionsGTK.cmake:
324 2014-04-04 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
326 [EFL] Build error due to changed path of generated js files.
327 https://bugs.webkit.org/show_bug.cgi?id=131215
329 Reviewed by Gyuyoung Kim.
331 r166648 fixed the generation of some .js files on GTK. Due to some
332 changes in the paths it causes a build error on EFL.
334 * Source/PlatformEfl.cmake:
335 Replaced path for two derived source files.
337 2014-04-02 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
339 [GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
340 https://bugs.webkit.org/show_bug.cgi?id=131095
342 Reviewed by Martin Robinson.
344 One needs to take into account OpenGL's include directory found via
345 find_package() when looking for glx.h, since if the former is a
346 non-standard location the latter will also be. If this is not it is
347 possible that OpenGL is found but GLX support is not properly detected.
349 * Source/cmake/OptionsGTK.cmake:
351 2014-04-02 Martin Robinson <mrobinson@igalia.com>
353 REGRESSION(r165704): [GTK] Inspector resources not correctly generated
354 https://bugs.webkit.org/show_bug.cgi?id=130343
356 Reviewed by Gustavo Noronha Silva.
358 * CMakeLists.txt: Add a variable which points to the directory to store WebInspectorUI
360 * Source/cmake/WebKitFS.cmake: Generate WebInspectorUI derived sources directories.
362 2014-04-01 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
364 [CMake] Drop port check from FindEGL.cmake.
365 https://bugs.webkit.org/show_bug.cgi?id=131091
367 Reviewed by Gyuyoung Kim.
369 There is no reason to mark some variables as advanced only for the
372 * Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
373 as advanced regardless of the port.
375 2014-04-01 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
377 Fix the !ENABLE(BATTERY_STATUS) build
378 https://bugs.webkit.org/show_bug.cgi?id=130183
380 Reviewed by Anders Carlsson.
382 * Source/cmake/OptionsEfl.cmake:
384 2014-03-31 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
386 [CMake][GTK] Do not expand variables twice in if() checks.
387 https://bugs.webkit.org/show_bug.cgi?id=130964
389 Reviewed by Martin Robinson.
391 In CMake, `if (${foo})' causes $foo to be evaluated first and its value
392 to be checked by the if clause. This is not what we want, and
393 configuration fails when, say, GLX support wasn't found as the if
394 clause is actually evaluated as `if (TRUE AND (OR TRUE))'.
396 * Source/cmake/OptionsGTK.cmake: Pass if (FOO) instead of if (${FOO})
399 2014-03-31 Martin Robinson <mrobinson@igalia.com>
401 [GTK] Remove scripts code only applicable to autotools
402 https://bugs.webkit.org/show_bug.cgi?id=130841
404 Reviewed by Anders Carlsson.
406 * Source/cmake/WebKitPackaging.cmake: No longer need to consider autotools files.
408 2014-03-31 Martin Robinson <mrobinson@igalia.com>
410 [GTK] Use PROJECT_VERSION_* instead of WEBKIT_*_VERSION
411 https://bugs.webkit.org/show_bug.cgi?id=130936
413 Reviewed by Carlos Garcia Campos.
415 * Source/cmake/OptionsGTK.cmake: No longer emulate the Autotools macro names.
417 2014-03-31 Carlos Garcia Campos <cgarcia@igalia.com>
419 [GTK] Add support for GTK3 plugins
420 https://bugs.webkit.org/show_bug.cgi?id=130599
422 Reviewed by Martin Robinson.
424 * Source/cmake/OptionsGTK.cmake:
426 2014-03-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
428 [EFL] Bump glib version from 2.36 to 2.38
429 https://bugs.webkit.org/show_bug.cgi?id=130886
431 Reviewed by Csaba Osztrogonác.
433 * Source/cmake/OptionsEfl.cmake: Required glib-2.38 version.
435 2014-03-26 Zoltan Horvath <zoltan@webkit.org>
437 [CSS Shapes] Remove shape-inside support
438 https://bugs.webkit.org/show_bug.cgi?id=130698
440 Reviewed by David Hyatt.
442 * Source/cmake/WebKitFeatures.cmake:
443 * Source/cmakeconfig.h.cmake:
445 2014-03-25 Martin Robinson <mrobinson@igalia.com>
447 [GTK] Remove the autotools build
448 https://bugs.webkit.org/show_bug.cgi?id=130717
450 Reviewed by Anders Carlsson.
452 * .gitignore: Remove references to autotools files.
453 * GNUmakefile.am: Removed.
454 * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
455 * Source/autotools/CustomMacros.m4: Removed.
456 * Source/autotools/FindDependencies.m4: Removed.
457 * Source/autotools/PrintBuildConfiguration.m4: Removed.
458 * Source/autotools/ReadCommandLineArguments.m4: Removed.
459 * Source/autotools/SetupAutoconfHeader.m4: Removed.
460 * Source/autotools/SetupAutomake.m4: Removed.
461 * Source/autotools/SetupCompilerFlags.m4: Removed.
462 * Source/autotools/SetupLibtool.m4: Removed.
463 * Source/autotools/SetupWebKitFeatures.m4: Removed.
464 * Source/autotools/Versions.m4: Removed.
465 * Source/autotools/acinclude.m4: Removed.
466 * Source/autotools/dolt.m4: Removed.
467 * Source/autotools/gsettings.m4: Removed.
468 * Source/cmake/OptionsGTK.cmake:
469 * autogen.sh: Removed.
470 * configure.ac: Removed.
472 2014-03-25 Gabor Rapcsanyi <rgabor@webkit.org>
474 [EFL] Add ARM64 build support
475 https://bugs.webkit.org/show_bug.cgi?id=130506
477 Rubber stamped by Gyuyoung Kim.
479 * CMakeLists.txt: Set WTF_CPU_ARM64 when aarch64 is defined.
481 2014-03-25 Michał Pakuła vel Rutka <m.pakula@samsung.com>
483 [EFL][WK2] Add NETWORK_PROCESS build option
484 https://bugs.webkit.org/show_bug.cgi?id=130131
486 Reviewed by Gyuyoung Kim.
488 Add option to build EFL port with NETWORK_PROCESS set on. By default NETWORK_PROCESS is
491 * Source/cmake/OptionsEfl.cmake:
493 2014-03-24 Brian Burg <bburg@apple.com>
495 Web Replay: capture and replay keyboard events
496 https://bugs.webkit.org/show_bug.cgi?id=130314
498 Reviewed by Joseph Pecoraro.
500 * ManualTests/inspector/replay-keyboard-events.html: Added.
502 2014-03-24 Sangyong Park <sy302.park@gmail.com>
504 [EFL] Inspector page is not loaded.
505 https://bugs.webkit.org/show_bug.cgi?id=130661
507 Reviewed by Gyuyoung Kim.
509 Inspector page is not loaded, because some javascript files are not installed.
510 (InspectorJSBackendCommands.js, InspectorWebBackendCommands.js)
512 * Source/PlatformEfl.cmake:
514 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
516 [EFL][GTK] Get CMake to find Freetype2 properly
517 https://bugs.webkit.org/show_bug.cgi?id=130150
519 Reviewed by Martin Robinson.
521 Newer versions of CMake are not able to find Freetype2 correctly.
522 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
523 freetype2 repo, because a completely different version number is found in freetype2.pc.
525 * Source/cmake/FindFreetype2.cmake: Added.
526 * Source/cmake/OptionsEfl.cmake:
527 * Source/cmake/OptionsGTK.cmake:
529 2014-03-20 Brian Burg <bburg@apple.com>
531 Web Replay: capture and replay mouse events
532 https://bugs.webkit.org/show_bug.cgi?id=129395
534 Reviewed by Joseph Pecoraro.
536 Create a manual test for capture/replay of mouse events.
537 Copy over the crypto-md5.js library from SunSpider.
539 * ManualTests/inspector/replay-mouse-events.html: Added.
540 * ManualTests/inspector/resources/crypto-md5.js: Added.
542 2014-03-20 Zan Dobersek <zdobersek@igalia.com>
544 [GTK][CMake] Add support for building with Clang
545 https://bugs.webkit.org/show_bug.cgi?id=130260
547 Reviewed by Martin Robinson.
549 * Source/PlatformGTK.cmake: Run the generate-gtkdoc script with the CFLAGS env set
550 to the list C compiler flags as constructed by CMake.
551 * Source/cmake/OptionsCommon.cmake: When building with Clang, use the -Qunused-arguments
552 compiler option to suppress verbose warnings about arguments that went unused by the driver.
553 * Source/cmake/OptionsGTK.cmake: Use -fno-omit-frame-pointer for both GCC and Clang.
554 -fno-tree-dce should be used only for GCC.
555 * Source/cmake/gtest/CMakeLists.txt: When building with Clang the GTest framework
556 should be built with GTEST_HAS_TR1_TUPLE macro defined to 0 to avoid build failures.
558 2014-03-20 Commit Queue <commit-queue@webkit.org>
560 Unreviewed, rolling out r165962.
561 https://bugs.webkit.org/show_bug.cgi?id=130512
563 It broke the build (Requested by Ossy on #webkit).
567 "[EFL][GTK] Get CMake to find Freetype2 properly"
568 https://bugs.webkit.org/show_bug.cgi?id=130150
569 http://trac.webkit.org/changeset/165962
571 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
573 [EFL][GTK] Get CMake to find Freetype2 properly
574 https://bugs.webkit.org/show_bug.cgi?id=130150
576 Reviewed by Csaba Osztrogonác.
578 Newer versions of CMake are not able to find Freetype2 correctly.
579 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
580 freetype2 repo, because a completely different version number is found in freetype2.pc.
582 * Source/cmake/FindFreetype2.cmake: Added.
583 * Source/cmake/OptionsEfl.cmake:
584 * Source/cmake/OptionsGTK.cmake:
586 2014-03-17 Brendan Long <b.long@cablelabs.com>
588 [GStreamer] human readable language code for tracks
589 https://bugs.webkit.org/show_bug.cgi?id=124514
591 Reviewed by Martin Robinson.
593 * Source/autotools/FindDependencies.m4: Add gstreamer-tag-1.0.
594 * Source/cmake/FindGStreamer.cmake: Same.
595 * Source/cmake/OptionsEfl.cmake: Same.
596 * Source/cmake/OptionsGTK.cmake: Same.
598 2014-03-17 Martin Robinson <mrobinson@igalia.com>
600 [GTK][CMake] Credential storage is not enabled
601 https://bugs.webkit.org/show_bug.cgi?id=130149
603 Reviewed by Philippe Normand.
605 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_CREDENTIAL_STORAGE option to the configuration
606 and look libsecret when it's enabled.
607 * Source/cmakeconfig.h.cmake: Expose the ENABLE_CREDENTIAL_STORAGE option to the build.
609 2014-03-17 Martin Robinson <mrobinson@igalia.com>
611 [GTK][CMake] Ensure that HAVE_GTK_UNIX_PRINTING is defined when appropriate
612 https://bugs.webkit.org/show_bug.cgi?id=130155
614 Reviewed by Philippe Normand.
616 * Source/cmake/FindGTKUnixPrint.cmake: Added.
617 * Source/cmake/OptionsGTK.cmake: Look for gtk+-unix-print and use it to turn on HAVE_GTK_UNIX_PRINTING.
618 * Source/cmakeconfig.h.cmake: Add the HAVE_GTK_UNIX_PRINTING define.
620 2014-03-16 Kim Byung Jun <bj1987.kim@samsung.com>
622 [EFL] Enable TOUCH_SLIDER macro.
623 https://bugs.webkit.org/show_bug.cgi?id=130186
625 Reviewed by Gyuyoung Kim.
627 * Source/cmake/OptionsEfl.cmake:
629 2014-03-16 Zan Dobersek <zdobersek@igalia.com>
631 [GTK][CMake] Build with -fno-rtti
632 https://bugs.webkit.org/show_bug.cgi?id=130261
634 Reviewed by Martin Robinson.
636 * Source/cmake/OptionsCommon.cmake: List the -fno-exceptions, -fno-strict-aliasing
637 and -fno-rtti options in the global CMAKE_C_FLAGS and CMAKE_CXX_FLAGS (-fno-rtti
638 is only listed in the latter). Replace -std=gnu++0x with the official -std=c++11 option.
639 * Source/cmake/WebKitHelpers.cmake: Stop -fno-exceptions and -fno-strict-aliasing
640 from being set through the WEBKIT_SET_EXTRA_COMPILER_FLAGS macro, they are now listed
641 in CMAKE_C_FLAGS and CMAKE_CXX_FLAGS.
642 * Source/cmake/gtest/CMakeLists.txt: Build GTest code with GTEST_HAS_RTTI macro defined to 0.
644 2014-03-16 Brendan Long <b.long@cablelabs.com>
646 [GStreamer] CMake doesn't find the include path for gstreamer-base
647 https://bugs.webkit.org/show_bug.cgi?id=130098
649 Reviewed by Philippe Normand.
651 * Source/cmake/FindGStreamer.cmake: Look for a header in gstreamer-base instead of looking for gst/gst.h twice.
653 2014-03-14 Maciej Stachowiak <mjs@apple.com>
655 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
656 https://bugs.webkit.org/show_bug.cgi?id=130276
657 <rdar://problem/16266927>
659 Reviewed by Simon Fraser.
661 * ManualTests/NPN_Invoke/Info.plist:
662 * ManualTests/NPN_Invoke/main.c:
663 * ManualTests/accessibility/resources/AppletTest.java:
665 2014-03-14 Zan Dobersek <zdobersek@igalia.com>
667 [CMake] Remove -fno-tree-sra workaround for GCC 4.5
668 https://bugs.webkit.org/show_bug.cgi?id=130258
670 Reviewed by Martin Robinson.
672 GCC compilers 4.7 and later are supported, so there's no need for disabling
673 the -ftree-sra optimization which was causing problems when enabled on GCC 4.5.
675 * Source/cmake/WebKitHelpers.cmake:
677 2014-03-14 Landry Breuil <landry@openbsd.org>
679 Add autotools boilerplate for proper os defines on OpenBSD/NetBSD/DragonFly
680 https://bugs.webkit.org/show_bug.cgi?id=129966
682 Reviewed by Andreas Kling.
684 * Source/autotools/CheckSystemAndBasicDependencies.m4:
685 * Source/autotools/SetupAutomake.m4:
687 2014-03-13 Mario Sanchez Prada <mario.prada@samsung.com>
689 [CMake] Failure to link with older installations of WebP
690 https://bugs.webkit.org/show_bug.cgi?id=130195
692 Reviewed by Gustavo Noronha Silva.
694 Fix the issue by using a temporary variable as the output parameter
695 to check_include_files(), setting WEBP_FOUND accordingly later.
697 * Source/cmake/FindWebP.cmake: Avoid reusing the WEBP_FOUND
698 variable in check_include_files(), as it will lead to misleading
699 results (will always be FALSE). Use a temporary variable instead
700 and explicitly set WEBP_FOUND to TRUE later if needed.
702 2014-03-12 Martin Robinson <mrobinson@igalia.com>
704 [CMake] Changes to the bindings generator Perl modules do not trigger regeneration of bindings
705 https://bugs.webkit.org/show_bug.cgi?id=130170
707 Reviewed by Daniel Bates.
709 * Source/cmake/WebKitMacros.cmake: Add the Perl modules used in script generation to the dependency
710 list. We must check whether or not the specific one exists first, because the InjectedBundle uses a
711 fake "TestRunner" generator.
713 2014-03-12 Carlos Garcia Campos <cgarcia@igalia.com>
715 [GTK][CMAKE] Remove compile warnings about GTK+ deprecated API
716 https://bugs.webkit.org/show_bug.cgi?id=130014
718 Reviewed by Martin Robinson.
720 Set GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_6.
722 * Source/cmake/OptionsGTK.cmake:
723 * Source/cmakeconfig.h.cmake:
725 2014-03-12 Martin Robinson <mrobinson@igalia.com>
727 [GTK][CMAKE] Too verbose build output
728 https://bugs.webkit.org/show_bug.cgi?id=130076
730 Reviewed by Carlos Garcia Campos.
732 * Source/cmake/OptionsGTK.cmake: Generate a script which does the actual build. This
733 works around an issue where cmake --build doesn't support ninja's pretty printing.
735 2014-03-10 Mario Sanchez Prada <mario.prada@samsung.com>
737 [GTK] Add support for Geoclue2
738 https://bugs.webkit.org/show_bug.cgi?id=120185
740 Reviewed by Carlos Garcia Campos.
742 Patch by Anton Obzhirov <a.obzhirov@samsung.com> and Mario Sanchez Prada <mario.prada@samsung.com>
744 Add support for Geoclue2 using autotools.
746 * Source/autotools/FindDependencies.m4: Add support for handling
747 both Geoclue 1.0 and 2.0.
748 * Source/autotools/PrintBuildConfiguration.m4: Print the version
749 of geoclue that is being used.
750 * Source/autotools/SetupAutoconfHeader.m4: Define GEOCLUE_API_VERSION_2.
751 * Source/autotools/SetupAutomake.m4: Likewise, for AM_CONDITIONAL.
752 * Source/autotools/Versions.m4: Added minimum required version for Geoclue2.
754 Add support for Geoclue2 using CMake.
756 * Source/cmake/FindGeoClue2.cmake: Added.
757 * Source/cmake/OptionsGTK.cmake: Add support for handling Geoclue 1.0 and 2.0.
758 * Source/cmakeconfig.h.cmake: Define WTF_USE_GEOCLUE2.
760 2014-03-10 Martin Robinson <mrobinson@igalia.com>
762 [GTK][CMAKE] gtk-doc HTML documentation is generated by default when building with CMake
763 https://bugs.webkit.org/show_bug.cgi?id=130016
765 Reviewed by Carlos Garcia Campos.
767 * Source/PlatformGTK.cmake: Add two gtkdoc targets, one which builds HTML and one which
768 doesn't. Add the non-HTML version to the default target, but not the HTML version. The
769 HTML version will still run when building the distribution tarball.
771 2014-03-10 Martin Robinson <mrobinson@igalia.com>
773 [GTK] [CMake] Clean up library linking
774 https://bugs.webkit.org/show_bug.cgi?id=129782
776 Reviewed by Philippe Normand.
778 * Source/cmake/OptionsGTK.cmake: Add a macro to wrap all libraries in a list with --whole-archive
779 so that unused symbols are not dropped. This is useful when building up shared libraries
780 from convenience libraries.
782 2014-03-08 Landry Breuil <landry@openbsd.org>
784 Don't check for shm_open on librt on OpenBSD, lib doesnt exist.
785 https://bugs.webkit.org/show_bug.cgi?id=129973
787 Reviewed by Martin Robinson.
789 * Source/autotools/FindDependencies.m4:
791 2014-03-06 Anders Carlsson <andersca@apple.com>
793 Build WebKit2 before building WebKit
794 https://bugs.webkit.org/show_bug.cgi?id=129831
795 <rdar://problem/15920020>
797 Reviewed by Dan Bernstein.
800 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
801 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
803 2014-03-06 Commit Queue <commit-queue@webkit.org>
805 Unreviewed, rolling out r165193.
806 http://trac.webkit.org/changeset/165193
807 https://bugs.webkit.org/show_bug.cgi?id=129823
809 Not specifying libc++ as the stdlib for Clang through CXXFLAGS
810 env confuses libtool (Requested by zdobersek on #webkit).
812 * Source/autotools/SetupCompilerFlags.m4:
814 2014-03-06 Zan Dobersek <zdobersek@igalia.com>
816 [GTK][Autotools] Default to libc++ when compiling with Clang
817 https://bugs.webkit.org/show_bug.cgi?id=129798
819 Reviewed by Anders Carlsson.
821 * Source/autotools/SetupCompilerFlags.m4: Default to using libc++ when compiling with the Clang
822 compiler. This is still overridable if -stdlib=* flag was set through CXXFLAGS, in case people
823 would for some reason still prefer libstdc++ (i.e. on setups where a functional libc++ is not yet available).
825 2014-03-05 Martin Robinson <mrobinson@igalia.com>
827 [CMake] Ninja generator builds fail with "Argument list too long"
828 https://bugs.webkit.org/show_bug.cgi?id=129771
830 Reviewed by Daniel Bates.
832 * Source/cmake/OptionsCommon.cmake: Work around a bug in the Ninja CMake generator,
833 by forcing the use of response files.
835 2014-03-05 Ryuan Choi <ryuan.choi@samsung.com>
837 [CMake] Use thin archives if building on Linux for non-shared-core debug builds
838 https://bugs.webkit.org/show_bug.cgi?id=108330
840 Reviewed by Martin Robinson.
842 In order to get non-shared debug builds, this patch applied T option for
843 thin archives to the flags passed to ar when cmake based ports build on linux.
844 In addition, applied u option which avoids adding a file twice.
846 * Source/cmake/OptionsCommon.cmake: Moved archive options from OptionsGTK.cmake.
847 * Source/cmake/OptionsEfl.cmake:
848 Removed error messages for non-shared-core debug builds.
849 * Source/cmake/OptionsGTK.cmake: Moved archive options to OptionsCommon.cmake.
851 2014-03-04 Zan Dobersek <zdobersek@igalia.com>
853 [GTK] Build the Udis86 disassembler
854 https://bugs.webkit.org/show_bug.cgi?id=129679
856 Reviewed by Michael Saboff.
858 * GNUmakefile.am: Add the Udis86_nosources variable.
859 * Source/cmake/OptionsGTK.cmake: Enable the Udis86 disassembler.
861 2014-03-04 Martin Robinson <mrobinson@igalia.com>
863 [GTK] Simplify the GObject DOM bindings API break check into one step
864 https://bugs.webkit.org/show_bug.cgi?id=129571
866 Reviewed by Carlos Garcia Campos.
868 * Source/PlatformGTK.cmake: We don't need to run the API break check before gtkdoc generation.
869 Add the check to 'make check.'
871 2014-03-04 Martin Robinson <mrobinson@igalia.com>
873 [GTK][CMake] ENABLE_NAVIGATOR_CONTENT_UTILS is mistakenly enabled for the CMake build
874 https://bugs.webkit.org/show_bug.cgi?id=129502
876 Reviewed by Carlos Garcia Campos.
878 * Source/cmake/OptionsGTK.cmake: Disable the option for GTK+.
880 2014-03-03 Jozsef Berta <jberta.u-szeged@partner.samsung.com>
882 [cmake] *Names.cpp file should be regenerated after touching StaticString.pm
883 https://bugs.webkit.org/show_bug.cgi?id=129031
885 Reviewed by Csaba Osztrogonác.
887 * Source/cmake/WebKitMacros.cmake: Added a call for make_names.pm dependencies in GENERATE_FONT_NAMES and GENERATE_DOM_NAMES macros.
889 2014-03-03 Carlos Garcia Campos <cgarcia@igalia.com>
891 [GTK] WebKit2WebExtension GIR can't be used in vala
892 https://bugs.webkit.org/show_bug.cgi?id=127179
894 Reviewed by Martin Robinson.
896 Add a different pkg-config file for the web extensions API.
898 * Source/cmake/OptionsGTK.cmake:
901 2014-03-02 Dirkjan Ochtman <d.ochtman@activevideo.com>
903 Support ENABLE_ENCRYPTED_MEDIA in cmake builds
904 https://bugs.webkit.org/show_bug.cgi?id=129575
906 Reviewed by Philippe Normand.
908 * Source/cmake/OptionsEfl.cmake:
909 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
910 * Source/cmake/OptionsGTK.cmake:
911 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
912 * Source/cmake/WebKitFeatures.cmake:
913 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
914 * Source/cmakeconfig.h.cmake:
915 Added ENABLE_ENCRYPTED_MEDIA{,_V2} flags.
917 2014-02-27 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
919 Enable support of X-Content-Type-Options: nosniff header for EFL
920 https://bugs.webkit.org/show_bug.cgi?id=128673
922 Reviewed by Gyuyoung Kim.
924 * Source/cmake/OptionsEfl.cmake:
925 Enabled NOSNIFF feature flag for EFL.
927 2014-02-27 Koop Mast <kwm@FreeBSD.org>
929 Fallback on checking for libz manualy if zlib.pc isn't available.
930 https://bugs.webkit.org/show_bug.cgi?id=127061
932 Reviewed by Gustavo Noronha Silva.
934 * Source/autotools/FindDependencies.m4:
936 2014-02-25 Sergio Villar Senin <svillar@igalia.com>
938 [CSS Grid Layout] Add ENABLE flag
939 https://bugs.webkit.org/show_bug.cgi?id=129153
941 Reviewed by Simon Fraser.
943 Added the ENABLE_CSS_GRID_LAYOUT feature flag to the cmake and
944 autotools build systems. The feature is disabled by default for
947 * Source/autotools/SetupWebKitFeatures.m4:
948 * Source/cmake/OptionsEfl.cmake:
949 * Source/cmake/OptionsGTK.cmake:
950 * Source/cmake/WebKitFeatures.cmake:
951 * Source/cmakeconfig.h.cmake:
953 2014-02-24 Martin Robinson <mrobinson@igalia.com>
955 [GTK] generate-gtkdoc should not generate documentation for source files for unbuilt source files
956 https://bugs.webkit.org/show_bug.cgi?id=128417
958 Reviewed by Carlos Garcia Campos.
960 * Source/cmake/OptionsGTK.cmake: Define the paths to the pkgconfig files here, so that they
961 may one day be used in the webkitdom config file generation.
963 2014-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
965 [EFL][CMake] Fix javascriptcore test failings by the jsCStack branch merge
966 https://bugs.webkit.org/show_bug.cgi?id=128961
968 Reviewed by Ryosuke Niwa.
970 Javascriptcore test on EFL port has been broken since the jsCStack branch merge.
971 For now we can fix almost tests by using "-fno-tree-dce option". Unfortunately,
972 EFL port needs not to check "uninitialized" build warning as error in order to
973 adjust the option to EFL port. This patch don't take it as error temporarily.
975 * Source/cmake/OptionsEfl.cmake:
976 * Source/cmake/WebKitHelpers.cmake:
978 2014-02-16 Martin Robinson <mrobinson@igalia.com>
980 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
981 https://bugs.webkit.org/show_bug.cgi?id=128434
983 Reviewed by Anders Carlsson.
985 * Source/cmake/OptionsGTK.cmake: Add -fno-omit-frame-pointer to the GTK+ CMake
986 port as well as -fno-tree-dce, like it is used in the autotools build.
988 2014-02-17 ChangSeok Oh <changseok.oh@collabora.com>
990 [GTK] MEDIA_CONTROLS_SCRIPT depends on VIDEO_TRACK
991 https://bugs.webkit.org/show_bug.cgi?id=128799
993 Reviewed by Philippe Normand.
995 MEDIA_CONTROLS_SCRIPT has a dependency on VIDEO_TRACK. So it causes a build break
996 if building with autotools. cmake system has enabled it as default. So I propose
997 enabling VIDEO_TRACK as well.
999 * Source/autotools/SetupWebKitFeatures.m4:
1001 2014-02-14 Commit Queue <commit-queue@webkit.org>
1003 Unreviewed, rolling out r164090.
1004 http://trac.webkit.org/changeset/164090
1005 https://bugs.webkit.org/show_bug.cgi?id=128807
1007 It broke the EFL build (Requested by Ossy on #webkit).
1009 * Source/cmake/OptionsCommon.cmake:
1010 * Source/cmake/OptionsEfl.cmake:
1012 2014-02-09 Martin Robinson <mrobinson@igalia.com>
1014 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
1015 https://bugs.webkit.org/show_bug.cgi?id=128434
1017 Extend a fix for EFL to all ports that use GCC. Also include further fixes
1018 that were applied only to the autotools build.
1020 Reviewed by Gyuyoung Kim.
1022 * Source/cmake/OptionsCommon.cmake: Add -fno-omit-frame-pointer to all ports as well
1023 as -fno-tree-dce, which is necessary for GTK+.
1024 * Source/cmake/OptionsEfl.cmake: The GCC flag additions are now in the common options file.
1026 2014-02-04 Gustavo Noronha Silva <gns@gnome.org>
1028 [GTK][CMake] Generate GObject DOM bindings .symbols files
1029 https://bugs.webkit.org/show_bug.cgi?id=126210
1031 Reviewed by Martin Robinson.
1033 * Source/PlatformGTK.cmake: add checking DOM bindings API as a dependency
1034 for documentation generation.
1036 2014-02-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
1038 [GTK] MEDIA_CONTROLS_SCRIPT support
1039 https://bugs.webkit.org/show_bug.cgi?id=123097
1041 Reviewed by Jer Noble.
1043 Part of the Autotools and CMake structure to build the media
1046 * Source/autotools/SetupWebKitFeatures.m4: Activated the media
1047 controls script by default.
1048 * Source/cmake/OptionsGTK.cmake: Activated the media controls
1050 * Source/cmake/WebKitFeatures.cmake: Created the option to
1051 activate the controls script.
1052 * Source/cmakeconfig.h.cmake: Created the define template the the
1053 media controls script.
1055 2014-02-12 Zan Dobersek <zdobersek@igalia.com>
1057 [GDB] Add .gdbinit to the list of files ignored by Git
1058 https://bugs.webkit.org/show_bug.cgi?id=128455
1060 Reviewed by Anders Carlsson.
1062 * .gitignore: Ignore the .gdbinit file which can be used to perform WebKit-specific GDB initialization
1063 when the debugger is launched in the repository's root directory. Also remove a Chromium-specific comment
1064 that covers already removed entries.
1066 2014-02-11 Oliver Hunt <oliver@apple.com>
1068 Make it possible to implement JS builtins in JS
1069 https://bugs.webkit.org/show_bug.cgi?id=127887
1071 Reviewed by Michael Saboff.
1074 * Source/cmake/gtest/CMakeLists.txt:
1076 2014-02-12 Ryan Lortie <desrt@desrt.ca>
1078 'ar T' is not portable and breaks the build on FreeBSD
1079 https://bugs.webkit.org/show_bug.cgi?id=128596
1081 Reviewed by Gustavo Noronha Silva.
1083 Create thin archives only if we are using GNU ar.
1085 * Source/autotools/SetupLibtool.m4:
1087 2014-02-10 Krzysztof Wolanski <k.wolanski@samsung.com>
1089 Add the CSS_SHAPE_INSIDE to CMake feature list
1090 https://bugs.webkit.org/show_bug.cgi?id=128530
1092 Reviewed by Gyuyoung Kim.
1094 CSS_SHAPE_INSIDE flag was added in r163333,
1095 this patch is adding this flag to CMake feature list.
1097 * Source/cmake/WebKitFeatures.cmake:
1098 * Source/cmakeconfig.h.cmake:
1100 2014-02-09 Carlos Garnacho <carlosg@gnome.org>
1102 [GTK] Enable touch features
1103 https://bugs.webkit.org/show_bug.cgi?id=98931
1105 Reviewed by Carlos Garcia Campos.
1107 * Source/autotools/SetupWebKitFeatures.m4:
1108 * Source/cmake/OptionsGTK.cmake: set ENABLE_TOUCH_EVENTS to 1 if building with GTK+.
1110 2014-02-06 Andreas Kling <akling@apple.com>
1112 Remove unused ENABLE(REPAINT_THROTTLING) flag.
1113 <https://webkit.org/b/128329>
1115 Reviewed by Antti Koivisto.
1117 * Source/cmake/WebKitFeatures.cmake:
1118 * Source/cmakeconfig.h.cmake:
1120 2014-02-06 Joseph Pecoraro <pecoraro@apple.com>
1122 [iOS] make should build WebKit2
1123 https://bugs.webkit.org/show_bug.cgi?id=128351
1125 Reviewed by Daniel Bates.
1129 2014-02-05 Andreas Kling <akling@apple.com>
1131 Remove ENABLE(DIRECTORY_UPLOAD).
1132 <https://webkit.org/b/128275>
1134 Rubber-stamped by Ryosuke Niwa.
1136 * Source/autotools/SetupWebKitFeatures.m4:
1137 * Source/cmake/WebKitFeatures.cmake:
1139 2014-02-05 Csaba Osztrogonác <ossy@webkit.org>
1141 Remove ENABLE(SVG) guards
1142 https://bugs.webkit.org/show_bug.cgi?id=127991
1144 Reviewed by Sam Weinig.
1146 * Source/autotools/FindDependencies.m4:
1147 * Source/autotools/PrintBuildConfiguration.m4:
1148 * Source/autotools/ReadCommandLineArguments.m4:
1149 * Source/autotools/SetupAutomake.m4:
1150 * Source/autotools/SetupWebKitFeatures.m4:
1151 * Source/cmake/OptionsEfl.cmake:
1152 * Source/cmake/OptionsGTK.cmake:
1153 * Source/cmake/WebKitFeatures.cmake:
1154 * Source/cmakeconfig.h.cmake:
1156 2014-02-04 Andreas Kling <akling@apple.com>
1158 Remove <iframe seamless> support.
1159 <https://webkit.org/b/128213>
1161 Rubber-stamped by Antti Koivisto.
1163 * Source/autotools/SetupWebKitFeatures.m4:
1164 * Source/cmake/WebKitFeatures.cmake:
1165 * Source/cmakeconfig.h.cmake:
1167 2014-01-31 Benjamin Poulain <bpoulain@apple.com>
1169 Remove LEGACY_VIEWPORT_ADAPTION
1170 https://bugs.webkit.org/show_bug.cgi?id=128028
1172 Reviewed by Anders Carlsson.
1174 * Source/cmake/WebKitFeatures.cmake:
1175 * Source/cmakeconfig.h.cmake:
1177 2014-01-31 Oliver Hunt <oliver@apple.com>
1179 Rollout r163195 and related patches
1182 * Source/cmake/gtest/CMakeLists.txt:
1184 2014-01-29 Oliver Hunt <oliver@apple.com>
1186 Make it possible to implement JS builtins in JS
1187 https://bugs.webkit.org/show_bug.cgi?id=127887
1189 Reviewed by Michael Saboff.
1193 * Source/cmake/gtest/CMakeLists.txt:
1195 2014-01-30 Martin Robinson <mrobinson@igalia.com>
1197 [GTK] [CMake] Add support for building against GTK+ 2
1198 https://bugs.webkit.org/show_bug.cgi?id=127959
1200 Reviewed by Anders Carlsson.
1202 * Source/cmake/OptionsGTK.cmake: Add a new option to use GTK 2 and make a variable holding the
1203 library API version. When using GTK 2 do not build WebKit 2.
1205 2014-01-30 Martin Robinson <mrobinson@igalia.com>
1207 [GTK] [CMake] Add a "make dist" target
1208 https://bugs.webkit.org/show_bug.cgi?id=116378
1210 Reviewed by Gustavo Noronha Silva.
1212 * Source/PlatformGTK.cmake: A CMake support for executing the make-dist
1213 script and then turning the tarfile into a LZMA compressed file.
1215 2014-01-30 Zan Dobersek <zdobersek@igalia.com>
1217 [GTK] Only disable -ftree-dce optimization when compiling with GCC
1218 https://bugs.webkit.org/show_bug.cgi?id=127911
1220 Reviewed by Carlos Garcia Campos.
1222 * Source/autotools/SetupAutomake.m4: Define the COMPILER_GCC and COMPILER_CLANG Automake macros.
1223 These can be used when compiler-specific flags have to be used. The latter one is not actually needed
1224 at the moment, but is added for the sake of completeness.
1226 2014-01-30 Csaba Osztrogonác <ossy@webkit.org>
1228 [EFL] Fix the regression caused by the jsCStack branch merge
1229 https://bugs.webkit.org/show_bug.cgi?id=127898
1231 Reviewed by Zoltan Herczeg.
1233 * Source/cmake/OptionsEfl.cmake: Build with -fno-omit-frame-pointer.
1235 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
1237 Remove ENABLE(JAVASCRIPT_DEBUGGER) leftovers
1238 https://bugs.webkit.org/show_bug.cgi?id=127845
1240 Reviewed by Joseph Pecoraro.
1242 * Source/autotools/SetupWebKitFeatures.m4:
1244 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
1246 Remove ENABLE(JAVASCRIPT_DEBUGGER) guards
1247 https://bugs.webkit.org/show_bug.cgi?id=127840
1249 Reviewed by Mark Lam.
1251 * Source/cmake/WebKitFeatures.cmake:
1252 * Source/cmakeconfig.h.cmake:
1254 2014-01-25 Darin Adler <darin@apple.com>
1256 Get rid of ICU_UNICODE and WCHAR_UNICODE remnants
1257 https://bugs.webkit.org/show_bug.cgi?id=127623
1259 Reviewed by Anders Carlsson.
1261 * Source/cmake/OptionsEfl.cmake: Removed ICU_UNICODE and WCHAR_UNICODE flags.
1262 * Source/cmake/OptionsGTK.cmake: Ditto.
1263 * Source/cmake/OptionsWinCE.cmake: Ditto.
1265 2014-01-23 Max Vujovic <mvujovic@adobe.com>
1267 Remove CSS Custom Filters code and tests
1268 https://bugs.webkit.org/show_bug.cgi?id=127382
1270 Reviewed by Simon Fraser.
1272 * Source/autotools/FindDependencies.m4:
1273 * Source/autotools/SetupWebKitFeatures.m4:
1274 * Source/cmake/WebKitFeatures.cmake:
1275 * Source/cmakeconfig.h.cmake:
1277 2014-01-22 Martin Robinson <mrobinson@igalia.com>
1279 [GTK][CMake] Add support for building the NetworkProcess
1280 https://bugs.webkit.org/show_bug.cgi?id=127195
1282 Reviewed by Daniel Bates.
1284 * Source/cmake/OptionsGTK.cmake: Turn on the network process and give it
1285 a name like the WebProcess.
1287 2014-01-20 Ryuan Choi <ryuan.choi@samsung.com>
1289 [CMAKE] Remove Nix from CMake scripts
1290 https://bugs.webkit.org/show_bug.cgi?id=127264
1292 Reviewed by Anders Carlsson.
1295 * Source/CMakeLists.txt:
1296 * Source/cmake/FindEGL.cmake:
1297 * Source/cmake/OptionsCommon.cmake:
1299 2014-01-18 Anders Carlsson <andersca@apple.com>
1301 Remove ENABLE_THREADED_HTML_PARSER defines everywhere
1302 https://bugs.webkit.org/show_bug.cgi?id=127225
1304 Reviewed by Andreas Kling.
1306 This concludes the removal of over 8.8 million lines of threaded parser code.
1308 * Source/autotools/SetupWebKitFeatures.m4:
1309 * Source/cmake/WebKitFeatures.cmake:
1310 * Source/cmakeconfig.h.cmake:
1312 2014-01-18 Lauro Neto <lauro.neto@openbossa.org>
1314 Remove Nix files from WebCore
1315 https://bugs.webkit.org/show_bug.cgi?id=127176
1317 Reviewed by Anders Carlsson.
1319 * Source/cmake/OptionsNix.cmake: Removed.
1321 2014-01-18 Zan Dobersek <zdobersek@igalia.com>
1323 [GTK] Bump the minimum required Clang version to 3.3
1324 https://bugs.webkit.org/show_bug.cgi?id=127178
1326 Reviewed by Martin Robinson.
1328 * Source/autotools/CheckSystemAndBasicDependencies.m4: Require Clang 3.3 or later when using the Clang compiler to
1329 build the GTK port. Building with Clang 3.2 doesn't work anymore and there's no point in fixing that, as we should
1330 support the latest two versions of Clang (3.3 and 3.4), just like we do with GCC (4.7 and 4.8).
1332 2014-01-14 Dan Bernstein <mitz@apple.com>
1334 Only use color in make output when it’s going to a terminal.
1336 Reviewed by Mark Rowe.
1340 2014-01-13 Martin Robinson <mrobinson@igalia.com>
1342 [CMake] Mark all dependency include paths and libraries as advanced variables
1343 https://bugs.webkit.org/show_bug.cgi?id=126504
1345 Reviewed by Daniel Bates.
1347 * Source/cmake/FindATK.cmake: Mark result variable as advanced.
1348 * Source/cmake/FindCairo.cmake: Ditto.
1349 * Source/cmake/FindEGL.cmake: Ditto.
1350 * Source/cmake/FindEnchant.cmake: Ditto.
1351 * Source/cmake/FindGLIB.cmake: Ditto.
1352 * Source/cmake/FindGStreamer.cmake: Ditto.
1353 * Source/cmake/FindHarfBuzz.cmake: Ditto.
1354 * Source/cmake/FindLibSoup.cmake: Ditto.
1356 2014-01-13 Martin Robinson <mrobinson@igalia.com>
1358 [GTK][CMake] Add a 'check' target
1359 https://bugs.webkit.org/show_bug.cgi?id=126770
1361 Reviewed by Daniel Bates.
1363 * Source/PlatformGTK.cmake: Add a 'check' target that calls run-gtk-tests.
1365 2014-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
1367 Unreviewed. Update NEWS and Versions.m4 for 2.3.4 release.
1369 * Source/autotools/Versions.m4: Bump version numbers.
1371 2014-01-12 Sergio Correia <sergio.correia@openbossa.org>
1373 [EFL][WK2] Make API tests work again
1374 https://bugs.webkit.org/show_bug.cgi?id=126769
1376 Reviewed by Gyuyoung Kim.
1378 The EFL and WK2 test binaries are currently being generated at *TestWebKitAPI/
1379 [E]WebKit2, respectively, and this causes problems because the logic to find
1380 where WebProcess is to look in the same directory of the running process and
1381 then proceed to use LIBEXECDIR (typically /usr/loca/bin).
1383 This patch introduces a WEBKIT_EXEC_PATH environment variable, inspired in the
1384 Gtk port, which allows us to look for WebProcess initially in this directory,
1387 * Source/cmake/OptionsEfl.cmake: Define WEBKIT_EXEC_PATH, to be used by
1390 2014-01-11 Dan Bernstein <mitz@apple.com>
1392 [Mac] xcodebuild color output is suppressed when using make
1393 https://bugs.webkit.org/show_bug.cgi?id=126815
1395 Reviewed by Anders Carlsson.
1397 WHen using make, xcodebuild’s output is piped through a filter, which causes it not to
1398 format its output with color and emphasis.
1400 * Makefile.shared: Pass COLOR_DIAGNOSTICS=YES to xcodebuild to force color output on. Due to
1401 xcodebuild limitations, this restores some of the formatting, but not all of it.
1403 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
1405 Remove the BlackBerry port from trunk
1406 https://bugs.webkit.org/show_bug.cgi?id=126715
1408 Reviewed by Anders Carlsson.
1411 * Source/cmake/OptionsCommon.cmake:
1413 2014-01-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
1415 [EFL][JSC] Enable udis86 disassembler on efl.
1416 https://bugs.webkit.org/show_bug.cgi?id=125502
1418 Reviewed by Michael Saboff.
1420 Enable udis86 disassembler on efl and fix build warnings.
1422 * Source/cmake/OptionsEfl.cmake:
1423 Enable udis86 disassembler.
1425 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
1427 Remove the BlackBerry port from trunk
1428 https://bugs.webkit.org/show_bug.cgi?id=126715
1430 Reviewed by Anders Carlsson.
1434 2014-01-09 Benjamin Poulain <bpoulain@apple.com>
1436 Remove the BlackBerry files outside WebCore
1437 https://bugs.webkit.org/show_bug.cgi?id=126715
1439 Reviewed by Anders Carlsson.
1441 * ManualTests/blackberry: Removed.
1442 * Source/cmake/OptionsBlackBerry.cmake: Removed.
1444 2014-01-08 Martin Robinson <mrobinson@igalia.com>
1446 [GTK] [CMake] Specify the executable and library output locations in the build
1447 https://bugs.webkit.org/show_bug.cgi?id=126671
1449 Reviewed by Gustavo Noronha Silva.
1451 * Source/cmake/OptionsGTK.cmake: Explicitly specify the output locations.
1453 2014-01-08 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
1455 [EFL] Make FTL buildable
1456 https://bugs.webkit.org/show_bug.cgi?id=125777
1458 Reviewed by Csaba Osztrogonác.
1460 * Source/cmake/OptionsEfl.cmake:
1461 * Source/cmakeconfig.h.cmake:
1463 2014-01-08 Alberto Garcia <berto@igalia.com>
1465 REGRESSION(r160304): [GTK] Disable libtool fast install
1466 https://bugs.webkit.org/show_bug.cgi?id=126381
1468 Reviewed by Gustavo Noronha Silva.
1470 Don't disable the libtool fast-install mode unconditionally by
1473 If the fast-install mode is disabled, binaries are generated ready
1474 to use the libraries directly from the build tree. If we use the
1475 GNU linker, those binaries are then relinked when they are
1478 However, libtool fails to do it properly when an installation
1479 prefix is set with DESTDIR, and ends up installing the libtool
1480 wrappers instead of the actual binaries.
1482 * Source/autotools/SetupLibtool.m4:
1484 2014-01-07 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
1486 Unreviewed GTK/CMake build fix: use the correct location for docs-build.stamp
1487 in output and dependencies declarations, so docs are not built needlessly
1490 * Source/PlatformGTK.cmake:
1492 2014-01-04 Carlos Garcia Campos <cgarcia@igalia.com>
1494 [GTK] Move all GTK/GObject unit tests to Tools/TestWebKitAPI
1495 https://bugs.webkit.org/show_bug.cgi?id=126342
1497 Reviewed by Gustavo Noronha Silva.
1499 * GNUmakefile.am: Remove unused variable.
1500 * Source/PlatformGTK.cmake: No longer include the old unit tests directories.
1502 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
1504 [GTK] configure errors out when building with libc++
1505 https://bugs.webkit.org/show_bug.cgi?id=126431
1507 Reviewed by Martin Robinson.
1509 Ease up the Clang and libstdc++ combination test to only fail if libstdc++ < 4.8.1 is actually used.
1510 This allows for libc++ to be used as well. The test is moved into SetupCompilerFlags.m4 and is done
1511 after the CXXFLAGS variable is properly set up, that is when all the C++ compiler options are determined.
1513 * Source/autotools/CheckSystemAndBasicDependencies.m4:
1514 * Source/autotools/SetupCompilerFlags.m4:
1516 2014-01-06 Martin Robinson <mrobinson@igalia.com>
1518 [CMake] [GTK] Fix the build for the WebKitGTK+ developer configuration
1519 https://bugs.webkit.org/show_bug.cgi?id=126505
1521 Reviewed by Gustavo Noronha Silva.
1523 * Source/cmake/FindGLIB.cmake: Add support for finding the gio-unix include directory location.
1524 * Source/cmake/FindGUdev.cmake: Added.
1525 * Source/cmake/FindGeoClue.cmake: Added.
1526 * Source/cmake/OptionsGTK.cmake: When gamepad is enabled look for gio-unix and GUdev. When
1527 geolocation is enabled look for GeoClue.
1529 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
1531 [GTK] Use libc++ for C++11 on darwin
1532 https://bugs.webkit.org/show_bug.cgi?id=126325
1534 Reviewed by Martin Robinson.
1536 * Source/autotools/SetupCompilerFlags.m4: Don't default to libstdc++ when compiling with Clang.
1537 Instead, the compiler should determine itself what standard library to use, except on Darwin,
1538 where libc++ should be enforced. The standard library of user's choosing can still be enforced
1539 through the CXXFLAGS environment variable.
1541 2014-01-05 Martin Robinson <mrobinson@igalia.com>
1543 [GTK] [CMake] Ensure that the autotools build and the CMake install the same files
1544 https://bugs.webkit.org/show_bug.cgi?id=116379
1546 Reviewed by Gustavo Noronha Silva.
1548 * Source/PlatformGTK.cmake: Install the documentation.
1549 * Source/cmake/OptionsCommon.cmake: Add a LIBEXEC variable for WebKit2 executables, and
1550 don't use the default locations on GTK+. We will get them from the CMake-provided GNU installation
1552 * Source/cmake/OptionsGTK.cmake: Setup the installation variables using the ones provided
1553 by CMake's GNU installation directory support. Fix the definition of DATADIR. Always install
1556 2014-01-05 Carlos Garcia Campos <cgarcia@igalia.com>
1558 [GTK] Stop installing WebKit2 C API headers
1559 https://bugs.webkit.org/show_bug.cgi?id=126489
1561 Reviewed by Martin Robinson.
1565 2014-01-04 Martin Robinson <mrobinson@igalia.com>
1567 [GTK] [CMake] Improve the way we locate gobject-introspection
1568 https://bugs.webkit.org/show_bug.cgi?id=126452
1570 Reviewed by Philippe Normand.
1572 * Source/cmake/FindGObjectIntrospection.cmake: Added.
1573 * Source/cmake/OptionsGTK.cmake: Load the new FindGObjectIntrospection file.
1575 2014-01-04 Martin Robinson <mrobinson@igalia.com>
1577 [GTK] [CMake] Fix the video and audio build
1578 https://bugs.webkit.org/show_bug.cgi?id=126464
1580 Reviewed by Philippe Normand.
1582 * Source/cmake/OptionsGTK.cmake: GStreamer files look for USE(GSTREAMER) and USE(WEBAUDIO_GSTREAMER),
1583 so define those when appropriate. Web audio is one by default in autotools, so turn it on for cmake
1586 2014-01-03 Martin Robinson <mrobinson@igalia.com>
1588 [CMake] The forwarding headers generated by WebKitMacros.m4 are incompatible with the headers generated by generate-forwarding-headers.pl
1589 https://bugs.webkit.org/show_bug.cgi?id=126361
1591 Reviewed by Philippe Normand.
1593 Make the forwarding headers generated by WebKitMacros.m4 compatible with the headers
1594 generated by the WebKit2 forwarding headers generation script.
1596 * Source/cmake/WebKitMacros.cmake: Try to convert absolute paths in the forwarding headers
1597 to ones that are relative to the Source directory.
1599 2014-01-02 Carlos Garcia Campos <cgarcia@igalia.com>
1601 REGRESSION(r160304): [GTK] Disable libtool fast install
1602 https://bugs.webkit.org/show_bug.cgi?id=126381
1604 Reviewed by Martin Robinson.
1606 After r160304 we are building some of our binaries that are
1607 installed with the -no-fast-install ld flag. This makes that the
1608 binaries are installed with the source code path hardcoded in
1609 binary RPATH. Disabling fast install globally, the libtool script
1610 always relinks the binaries right before being installed.
1612 * Source/autotools/SetupLibtool.m4: Add AC_DISABLE_FAST_INSTALL.
1614 2014-01-02 Jaehun Lim <ljaehun.lim@samsung.com>
1616 [CMake][EFL] Fix some typos in OptionsEfl.cmake
1617 https://bugs.webkit.org/show_bug.cgi?id=126376
1619 Reviewed by Gyuyoung Kim.
1621 * Source/cmake/WebKitFeatures.cmake: Correct a wrong word and remove comma(,).
1623 2013-12-30 Martin Robinson <mrobinson@igalia.com>
1625 [CMake] [GTK] Add support for GObject introspection
1626 https://bugs.webkit.org/show_bug.cgi?id=126162
1628 Reviewed by Daniel Bates.
1630 * Source/PlatformGTK.cmake: Add a 'gir' target that builds all GIR files.
1631 * Source/cmake/OptionsGTK.cmake: Add a macro for propagating typelib
1632 targets to the Source level of the build.
1634 2013-12-29 Martin Robinson <mrobinson@igalia.com>
1636 [GTK][CMake] Translations must be built
1637 https://bugs.webkit.org/show_bug.cgi?id=125513
1639 Reviewed by Gustavo Noronha Silva.
1641 * Source/PlatformGTK.cmake: Add the po subdirectory.
1643 2013-12-28 Giovanni Campagna <gcampagna@src.gnome.org>
1645 [GTK] Fix release builds with NetworkProcess enabled
1646 https://bugs.webkit.org/show_bug.cgi?id=126247
1648 Reviewed by Carlos Garcia Campos.
1650 * Source/autotools/symbols.filter:
1652 2013-12-26 Martin Robinson <mrobinson@igalia.com>
1654 [GTK] [CMake] Add a production build type
1655 https://bugs.webkit.org/show_bug.cgi?id=126179
1657 Reviewed by Daniel Bates.
1659 * Source/PlatformGTK.cmake: When the API tests are enabled compile the WebKit GObject
1660 API unit tests. The inclusion of these build files was inadvertently removed in an earlier
1662 * Source/cmake/OptionsGTK.cmake: When in production mode turn off all tools and tests and
1663 use the autotools linker script.
1665 2013-12-25 Martin Robinson <mrobinson@igalia.com>
1667 [GTK] [CMake] Properly name the JavaScriptCore library
1668 https://bugs.webkit.org/show_bug.cgi?id=126220
1670 Reviewed by Gustavo Noronha Silva.
1672 * Source/cmake/OptionsGTK.cmake: Set the JSC library name properly.
1674 2013-12-25 Martin Robinson <mrobinson@igalia.com>
1676 [GTK] [CMake] Clean up generated sources directories
1677 https://bugs.webkit.org/show_bug.cgi?id=126216
1679 Reviewed by Gustavo Noronha Silva.
1681 * Source/cmake/OptionsGTK.cmake: Pre-define the main derived sources directories
1682 so that they definitions can be shared easily throughout the build system.
1684 2013-12-23 Jinwoo Song <jinwoo7.song@samsung.com>
1686 [EFL][CMAKE] Case insensitive string comparison of build type
1687 https://bugs.webkit.org/show_bug.cgi?id=126153
1689 Reviewed by Daniel Bates.
1691 Compare CMAKE_BUILD_TYPE with "debug" ignoring case.
1693 * Source/cmake/OptionsEfl.cmake:
1695 2013-12-23 Gustavo Noronha Silva <gns@gnome.org>
1697 [GTK] [CMake] Add support for generating gtkdoc
1698 https://bugs.webkit.org/show_bug.cgi?id=116376
1700 Reviewed by Martin Robinson.
1702 * Source/PlatformGTK.cmake: Added. New custom target that depends on a custom command
1703 which calls our generate-gtkdoc script. It uses a docs-build.stamp for simplicity,
1704 like the autotools build.
1706 2013-12-23 Martin Robinson <mrobinson@igalia.com>
1708 [GTK] [CMake] Build the WebKit2 GObject API tests
1709 https://bugs.webkit.org/show_bug.cgi?id=125683
1711 Reviewed by Daniel Bates.
1713 * Source/PlatformGTK.cmake: Load the WebKit2 tests file if necessary.
1714 * Source/cmake/FindATSPI.cmake: Added.
1715 * Source/cmake/OptionsGTK.cmake: Look for AT-SPI, but don't fail if it isn't found.
1717 2013-12-23 Martin Robinson <mrobinson@igalia.com>
1719 [GTK] [CMake] Build the WebKit1 GObject API tests
1720 https://bugs.webkit.org/show_bug.cgi?id=125684
1722 Reviewed by Daniel Bates.
1724 * Source/PlatformGTK.cmake: Added.
1726 2013-12-22 Martin Robinson <mrobinson@igalia.com>
1728 https://bugs.webkit.org/show_bug.cgi?id=125511
1730 [GTK][CMake] libtool-compatible soversion calculation
1731 Reviewed by Gustavo Noronha Silva.
1733 * Source/cmake/OptionsGTK.cmake: Specify the appropriate libtool triples and use
1734 the CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE macro to specify the library-specific
1735 version information.
1736 * Source/cmake/WebKitHelpers.cmake: Add some helpful macros.
1738 2013-12-23 Gustavo Noronha Silva <gns@gnome.org>
1740 [GTK] [CMake] Generate pkg-config files
1741 https://bugs.webkit.org/show_bug.cgi?id=125685
1743 Reviewed by Martin Robinson.
1745 * Source/cmake/OptionsGTK.cmake: set variables used for filling in the values in the
1748 2013-12-23 Carlos Garcia Campos <cgarcia@igalia.com>
1750 [GTK] Build with network process unconditionally
1751 https://bugs.webkit.org/show_bug.cgi?id=126128
1753 Reviewed by Martin Robinson.
1755 * Source/autotools/SetupAutomake.m4: Remove network process
1756 conditional for Makefiles.
1757 * Source/autotools/SetupWebKitFeatures.m4: Remove network process
1760 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
1762 [GTK][CMake] make libjavascriptcoregtk a public shared library again
1763 https://bugs.webkit.org/show_bug.cgi?id=125512
1765 Reviewed by Martin Robinson.
1767 * CMakeLists.txt: make JavaScriptCore always be a shared library for the GTK+ port.
1768 * Source/cmake/WebKitHelpers.cmake: make -fvisibility=hidden not be applied for GTK+,
1769 visibility of some symbols is required for threading to be initialized properly by
1770 WebKit2 processes, and we will rely on a linker script that will be added later on,
1771 for production builds.
1773 2013-12-16 Martin Robinson <mrobinson@igalia.com>
1775 [GTK] [CMake] Add support for building WebKit1
1776 https://bugs.webkit.org/show_bug.cgi?id=116377
1778 Reviewed by Gustavo Noronha Silva.
1780 * Source/cmake/OptionsGTK.cmake: Turn off some features that do not build properly
1781 for WebKit1 and stop using the version script which we haven't implemented yet. Turn
1784 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
1786 [GTK][CMake] Use thin archives if building on Linux, only way to get non-shared-core debug builds
1787 https://bugs.webkit.org/show_bug.cgi?id=125951
1789 Reviewed by Martin Robinson.
1791 * Source/cmake/OptionsGTK.cmake: append T for thin archives to the flags passed to ar,
1792 also use u, which is used in the autotools build (it avoids adding a file twice).
1794 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
1796 [GTK][CMake] Remove binary size optimizations we do not use in the autotools build
1797 https://bugs.webkit.org/show_bug.cgi?id=125947
1799 Reviewed by Martin Robinson.
1801 * Source/cmake/OptionsGTK.cmake: remove the relevant flags.
1803 2013-12-18 Carlos Garcia Campos <cgarcia@igalia.com>
1805 Unreviewed. Update NEWS and Versions.m4 for 2.3.3 release.
1807 * Source/autotools/Versions.m4: Bump version numbers.
1809 2013-12-12 Martin Robinson <mrobinson@igalia.com>
1811 [GTK] [CMake] Build the plugin process against GTK+ 2
1812 https://bugs.webkit.org/show_bug.cgi?id=116374
1814 Reviewed by Gustavo Noronha Silva.
1816 * Source/cmake/FindGDK2.cmake: Added.
1817 * Source/cmake/FindGTK2.cmake: Added.
1818 * Source/cmake/OptionsGTK.cmake: Look for GTK2 and GDK2.
1819 * Source/cmake/WebKitMacros.cmake: Abstract WebKit2 IPC generation here so it
1820 can be shared between the WebKit2 library and the plugin process.
1822 2013-12-17 Simon Pena <simon.pena@samsung.com>
1824 [NIX] Enable full debug builds by having ar creating thin archives
1825 https://bugs.webkit.org/show_bug.cgi?id=125850
1827 Reviewed by Csaba Osztrogonác.
1829 By default, CMake uses ar to generate libWebCore.a with cr parameters
1830 (do not warn if the library has to be created, and replace existing
1831 files in the archive). That results in a very large file, and ar fails
1832 with sizes over 4GB.
1834 Previously, debug builds on NIX were overriding CFLAGS in order to reduce
1835 the size of the WebCore library. Once that ar creates thin archives, overriding
1836 CFLAGS is no longer needed.
1838 * Source/cmake/OptionsNix.cmake: Remove CFLAGS override for debug builds.
1840 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
1842 [GTK] Remove Warnings in building about duplicate INSPECTOR variables
1843 https://bugs.webkit.org/show_bug.cgi?id=125710
1845 Reviewed by Tim Horton.
1849 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
1851 Web Inspector: Add Inspector Code Generation to JavaScriptCore for Runtime Domain
1852 https://bugs.webkit.org/show_bug.cgi?id=125595
1854 Reviewed by Timothy Hatcher.
1858 2013-12-13 Zan Dobersek <zdobersek@igalia.com>
1860 [GTK] Remove the -Wno-c++11-extensions compiler option for Clang builds
1861 https://bugs.webkit.org/show_bug.cgi?id=125639
1863 Reviewed by Anders Carlsson.
1865 * Source/autotools/SetupCompilerFlags.m4: The -Wno-c++11-extensions compiler option was in use
1866 when building with Clang. It is now removed as the C++11 standard is enabled throughout the project.
1868 2013-12-11 Martin Robinson <mrobinson@igalia.com> and Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>
1870 Adding a .ycm_extra_conf file for webkitGtk
1871 https://bugs.webkit.org/show_bug.cgi?id=119618
1873 Reviewed by Gustavo Noronha Silva.
1875 Added a YouCompleteMe flag discovery script for Vim and the GTK+ port. The script
1876 read the GTK+ build files to determine dynamically what flags to compile a source
1877 file with. This allows Vim to provide auto-complete for C++/C language. See
1878 https://github.com/Valloric/YouCompleteMe for how to use this file.
1880 * .gitignore: Ignore the YCM symlinks in the tree.
1882 2013-12-12 Zan Dobersek <zdobersek@igalia.com>
1884 Use of ar T option not supported by older binutils
1885 https://bugs.webkit.org/show_bug.cgi?id=118732
1887 Reviewed by Gustavo Noronha Silva.
1889 * Source/autotools/SetupLibtool.m4: Make the AR_FLAGS value usable inside makefiles as an Automake variable.
1891 2013-12-11 Javier Fernandez <jfernandez@igalia.com>
1893 Arithmetic overflow when computing max-height CSS property with subpixel layout
1894 https://bugs.webkit.org/show_bug.cgi?id=119273
1896 Reviewed by Martin Robinson.
1898 Enabled SATURATED_LAYOUT_ARITHMETIC for the gtk+ port.
1900 * Source/autotools/SetupWebKitFeatures.m4:
1902 2013-12-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
1904 [CMAKE] Remove code that disables C++0x compat warnings for gcc-4.6 and above.
1905 https://bugs.webkit.org/show_bug.cgi?id=125492
1907 Reviewed by Zoltan Herczeg.
1909 Remove the code that disables these warnings for GCC >= 4.6.0
1911 * Source/cmake/WebKitHelpers.cmake:
1913 2013-12-10 Martin Robinson <mrobinson@igalia.com>
1915 Various fixes for the CMake GTK+ build
1917 Reviewed by Gustavo Noronha.
1919 * Source/cmake/OptionsGTK.cmake: Disable Quota support to maintain consistency with
1922 2013-12-09 Brian Holt <brian.holt@samsung.com>
1924 [WK2][Gtk] Add support for ENABLE_NETWORK_PROCESS to the build system
1925 https://bugs.webkit.org/show_bug.cgi?id=118231
1927 Reviewed by Martin Robinson.
1929 Original patch by Kwang Yul Seo <skyul@company100.net>.
1931 Disabled ENABLE_NETWORK_PROCESS by default.
1933 * Source/autotools/SetupAutomake.m4:
1934 * Source/autotools/SetupWebKitFeatures.m4:
1936 2013-12-06 Alberto Garcia <berto@igalia.com>
1938 [GTK] Enable web audio by default
1939 https://bugs.webkit.org/show_bug.cgi?id=124888
1941 Reviewed by Martin Robinson.
1943 When building with ./configure, enable_web_audio defaults to
1944 "no". However the basic functionality has been working for months
1945 so it's safe to enable it now.
1947 * Source/autotools/ReadCommandLineArguments.m4:
1949 2013-12-04 Ryosuke Niwa <rniwa@webkit.org>
1951 Enable HTMLTemplateElement by default
1952 https://bugs.webkit.org/show_bug.cgi?id=123851
1954 Reviewed by Antti Koivisto.
1956 * Source/autotools/SetupWebKitFeatures.m4:
1957 * Source/cmake/WebKitFeatures.cmake:
1959 2013-12-04 László Langó <lango@inf.u-szeged.hu>
1961 Allow --cloop option to work correctly in case of EFL.
1962 https://bugs.webkit.org/show_bug.cgi?id=125217
1964 Reviewed by Zoltan Herczeg.
1966 * Source/cmake/OptionsEfl.cmake:
1967 * Source/cmake/WebKitFeatures.cmake:
1968 * Source/cmakeconfig.h.cmake:
1970 2013-12-03 Ryuan Choi <ryuan.choi@samsung.com>
1972 [EFL] Disable RTTI for release build
1973 https://bugs.webkit.org/show_bug.cgi?id=125138
1975 Reviewed by Gyuyoung Kim.
1977 Binary size will be reduced about 1M bytes without RTTI.
1978 ewebkit.so : 43,449,275 -> 42,510,224
1979 ewebkit2.so: 46,715,870 -> 45,653,989
1981 * Source/cmake/OptionsEfl.cmake: Added -fno-rtti option to CMAKE_CXX_FLAGS_RELEASE.
1983 2013-12-02 Adrian Bunk <bunk@stusta.de>
1985 [GTK] Remove unneeded autoconf macros
1986 https://bugs.webkit.org/show_bug.cgi?id=125044
1988 Compilers that do not support const/inline/volatile and
1989 systems with pre-C89-headers are anyway not supported.
1991 Reviewed by Gustavo Noronha Silva.
1993 * Source/autotools/CheckSystemAndBasicDependencies.m4:
1995 2013-11-29 Laszlo Vidacs <lac@inf.u-szeged.hu>
1997 [cmake] Fix cmake warning: Argument not separated from preceding token by whitespace
1998 https://bugs.webkit.org/show_bug.cgi?id=124899
2000 Reviewed by Gyuyoung Kim.
2002 * Source/cmake/FindCairo.cmake:
2003 * Source/cmake/FindGStreamer.cmake:
2005 2013-11-28 Antti Koivisto <antti@apple.com>
2007 Remove feature: CSS variables
2008 https://bugs.webkit.org/show_bug.cgi?id=114119
2010 Reviewed by Andreas Kling.
2012 * Source/cmakeconfig.h.cmake:
2014 2013-11-27 László Langó <lango@inf.u-szeged.hu>
2016 [EFL] The remote inspector does not show the base page.
2017 https://bugs.webkit.org/show_bug.cgi?id=124942
2019 Reviewed by Gyuyoung Kim.
2021 On EFL the remote inspector does not show the base page about
2022 which pages are available for debug. This should be fixed for
2023 further inspector development.
2025 * Source/PlatformEfl.cmake:
2027 2013-11-26 Marcelo Lira <marcelo.lira@openbossa.org>
2029 Nix upstreaming - Adding build files and supporting scripts
2030 https://bugs.webkit.org/show_bug.cgi?id=118367
2032 Reviewed by Ryosuke Niwa.
2035 * Source/CMakeLists.txt:
2036 * Source/cmake/FindEGL.cmake:
2037 * Source/cmake/FindOpenGLES2.cmake: Added.
2038 * Source/cmake/OptionsCommon.cmake:
2039 * Source/cmake/OptionsNix.cmake: Added.
2041 2013-11-25 Ryuan Choi <ryuan.choi@samsung.com>
2043 [EFL] E_DBus should be an optional
2044 https://bugs.webkit.org/show_bug.cgi?id=124881
2046 Reviewed by Gyuyoung Kim.
2048 * Source/cmake/OptionsEfl.cmake:
2049 Checked E_DBus when only ENABLE_BATTERY_STATUS is on.
2051 2013-11-25 Ryuan Choi <ryuan.choi@samsung.com>
2053 [EFL] Use Config mode of find_package for EFL 1.8
2054 https://bugs.webkit.org/show_bug.cgi?id=124555
2056 Reviewed by Gyuyoung Kim.
2058 EFL 1.8 changed VERSION macro so it's difficult to use tricky approach
2059 which parses header files to know the version. Instead, EFL 1.8 supports
2060 FooConfig.cmake such as EinaConfig.cmake.
2062 This patch tries to use a config mode if it is available.
2063 If config mode is not available with Eo, FindFoo.cmake will be used without
2064 version requirement.
2066 * Source/cmake/FindEo.cmake: Removed.
2067 EoConfig.cmake is only preffered for EFL 1.8.
2068 * Source/cmake/OptionsEfl.cmake:
2070 2013-11-23 Xabier Rodriguez Calvar <calvaris@igalia.com>
2072 [GStreamer] Remove 0.10 codepath
2073 https://bugs.webkit.org/show_bug.cgi?id=124534
2075 Reviewed by Philippe Normand.
2077 * Source/cmake/OptionsEfl.cmake: Removed GST_API_VERSION_1
2080 2013-11-22 Manuel Rego Casasnovas <rego@igalia.com>
2082 [GTK] Review enabled/disabled CSS features for release builds
2083 https://bugs.webkit.org/show_bug.cgi?id=124791
2085 Reviewed by Martin Robinson.
2087 Enable and disable some CSS features according to what last versions of
2090 * Source/autotools/SetupWebKitFeatures.m4: Enable ENABLE_CSS_REGIONS and
2091 ENABLE_CSS_STICKY_POSITION. Disable ENABLE_CSS_EXCLUSIONS and
2094 2013-11-21 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
2096 Remove ENABLE_WORKERS
2097 https://bugs.webkit.org/show_bug.cgi?id=105784
2099 Reviewed by Darin Adler.
2101 * Source/autotools/SetupWebKitFeatures.m4:
2102 * Source/cmake/WebKitFeatures.cmake:
2103 * Source/cmakeconfig.h.cmake:
2105 2013-11-20 Commit Queue <commit-queue@webkit.org>
2107 Unreviewed, rolling out r159496.
2108 http://trac.webkit.org/changeset/159496
2109 https://bugs.webkit.org/show_bug.cgi?id=124641
2111 It caused warning and build break with cmake lower than 2.8.8
2112 (Requested by ryuan on #webkit).
2114 * Source/cmake/OptionsEfl.cmake:
2116 2013-11-19 Ryuan Choi <ryuan.choi@samsung.com>
2118 [EFL] Use Config mode of find_package for EFL 1.8
2119 https://bugs.webkit.org/show_bug.cgi?id=124555
2121 Reviewed by Gyuyoung Kim.
2123 EFL 1.8 changed VERSION macro so it's difficult to use tricky approach
2124 which parses header file to know the version. Instead, EFL 1.8 supports
2125 Config mode of find_package using XXXConfig.cmake such as EinaConfig.cmake.
2127 This patch tries to use Config mode if it is available after checking Eo.
2129 * Source/cmake/OptionsEfl.cmake:
2131 2013-11-18 Carlos Garcia Campos <cgarcia@igalia.com>
2133 Unreviewed. Update NEWS and Versions.m4 for 2.3.2 release.
2135 * Source/autotools/Versions.m4: Bump version numbers.
2137 2013-11-06 Krzysztof Czech <k.czech@samsung.com>
2139 [EFL] Change required version of ATK to 2.10.0
2140 https://bugs.webkit.org/show_bug.cgi?id=123883
2142 Reviewed by Mario Sanchez Prada.
2144 Changing a required version of ATK to 2.10.0
2146 * Source/cmake/OptionsEfl.cmake:
2148 2013-11-05 Zalan Bujtas <zalan@apple.com>
2150 Widget's position change should not initiate layout, only when its size changes.
2151 https://bugs.webkit.org/show_bug.cgi?id=123860
2153 Reviewed by Andreas Kling.
2155 RenderWidgets initiate unnecessary layouts while scrolling when they are embedded to
2156 overflow:scroll containers. Scroll position change doesn't dirty the render tree
2157 so it should not trigger layout either.
2159 * ManualTests/layouts-on-renderwidgets-while-scrolling.html: Added.
2161 2013-11-05 Éva Balázsfalvi <balazsfalvi.eva@stud.u-szeged.hu>
2163 Remove leftover Qt related things from WebKitMacros.cmake
2164 https://bugs.webkit.org/show_bug.cgi?id=123798
2166 Reviewed by Anders Carlsson.
2168 * Source/cmake/WebKitMacros.cmake:
2170 2013-11-02 Patrick Gansterer <paroga@webkit.org>
2172 [WINCE] Disable export macros
2173 https://bugs.webkit.org/show_bug.cgi?id=123679
2175 Reviewed by Darin Adler.
2177 Avoid useless exports by turning of the export macros
2178 since the WinCE port works as a static library only.
2180 * Source/cmake/OptionsWinCE.cmake:
2182 2013-10-31 Ryuan Choi <ryuan.choi@samsung.com>
2184 [EFL][GLES] OpenGL should be an optional
2185 https://bugs.webkit.org/show_bug.cgi?id=123399
2187 Reviewed by Noam Rosenthal.
2189 * Source/cmake/OptionsEfl.cmake:
2190 Refactor the check routine of GL dependencies to use OpenGL as optional.
2192 2013-10-29 Carlos Garcia Campos <cgarcia@igalia.com>
2194 Unreviewed. Update NEWS and Versions.m4 for 2.3.1 release.
2196 * Source/autotools/Versions.m4: Bump version numbers.
2198 2013-10-24 Ryuan Choi <ryuan.choi@samsung.com>
2200 [EFL] Build break with latest EFL 1.8 libraries.
2201 https://bugs.webkit.org/show_bug.cgi?id=123245
2203 Reviewed by Gyuyoung Kim.
2205 After fixed build break on EFL 1.8 at r138326, EFL libraries are changed
2206 Eo typedef and splitted header files which contain version macro.
2208 * Source/cmake/EFLHelpers.cmake: Checked whether include path exist.
2209 * Source/cmake/FindEcore.cmake: Added 1.8 Header which have version macro.
2210 * Source/cmake/FindEdje.cmake: Ditto.
2211 * Source/cmake/FindEina.cmake: Ditto.
2212 * Source/cmake/FindEo.cmake: Ditto.
2213 * Source/cmake/FindEvas.cmake: Ditto.
2215 2013-10-22 Ryuan Choi <ryuan.choi@samsung.com>
2217 [EFL] Remove HAVE_GLX macro
2218 https://bugs.webkit.org/show_bug.cgi?id=123191
2220 Reviewed by Gyuyoung Kim.
2222 * Source/cmake/OptionsEfl.cmake: Removed unnecessary HAVE_GLX macro
2224 2013-10-21 Gergo Balogh <geryxyz@inf.u-szeged.hu>
2226 Remove .qmake.conf files
2227 https://bugs.webkit.org/show_bug.cgi?id=123091
2229 Reviewed by Csaba Osztrogonác.
2231 * .qmake.conf: Removed.
2233 2013-10-18 Carlos Garcia Campos <cgarcia@igalia.com>
2235 [GTK] Generate API documentation for GObject DOM bindings
2236 https://bugs.webkit.org/show_bug.cgi?id=121538
2238 Reviewed by Gustavo Noronha Silva.
2240 * GNUmakefile.am: Initialize gdom_symbol_files variable.
2242 2013-10-17 Afonso R. Costa Jr. <afonso.costa@samsung.com>
2244 [CMAKE] Update code to take advantage of CMake version 2.8.3+.
2245 https://bugs.webkit.org/show_bug.cgi?id=97516
2247 Reviewed by Gyuyoung Kim.
2249 CMake's version was changed to 2.8.3. So, these files below
2250 can be simplified to take advantage of CMake's new version.
2252 * Source/cmake/FindCairo.cmake: Simplified according to CMake 2.8.3+.
2253 * Source/cmake/FindGStreamer.cmake: Ditto.
2255 2013-10-16 Ryosuke Niwa <rniwa@webkit.org>
2257 Add a new flakiness dashboard clone
2258 https://bugs.webkit.org/show_bug.cgi?id=122936
2260 Reviewed by Anders Carlsson.
2262 Added the initial prototype.
2264 * Websites/test-results: Added.
2265 * Websites/test-results/.htaccess: Added.
2266 * Websites/test-results/admin: Added.
2267 * Websites/test-results/admin/index.php: Added.
2268 * Websites/test-results/api: Added.
2269 * Websites/test-results/api/manifest.php: Added.
2270 * Websites/test-results/api/report.php: Added.
2271 * Websites/test-results/api/results.php: Added.
2272 * Websites/test-results/include: Added.
2273 * Websites/test-results/include/config.json: Added.
2274 * Websites/test-results/include/db.php: Added.
2275 * Websites/test-results/include/init-database.sql: Added.
2276 * Websites/test-results/include/json-shared.php: Added.
2277 * Websites/test-results/include/test-results.php: Added.
2278 * Websites/test-results/index.html: Added.
2279 * Websites/test-results/js: Added.
2280 * Websites/test-results/js/autocompleter.js: Added.
2281 * Websites/test-results/js/build.js: Added.
2282 * Websites/test-results/js/dom.js: Added.
2284 2013-10-16 Csaba Osztrogonác <ossy@webkit.org>
2286 [WK2][Efl][CMake] Add support for ENABLE_NETWORK_PROCESS to the build system
2287 https://bugs.webkit.org/show_bug.cgi?id=110139
2289 Reviewed by Laszlo Gombos.
2291 Original patch by Balazs Kelemen <kbalazs@webkit.org>
2293 * Source/cmake/WebKitFeatures.cmake:
2294 * Source/cmakeconfig.h.cmake:
2296 2013-10-10 Marcelo Morais <m.morais@samsung.com>
2298 Web Inspector: Remove the old front-end from WebKit
2299 https://bugs.webkit.org/show_bug.cgi?id=122295
2301 Reviewed by Timothy Hatcher.
2303 * Source/PlatformGTK.cmake: Removed. This file was using files from the
2304 old inspector, not needed anymore.
2306 2013-10-09 Julien Brianceau <jbriance@cisco.com>
2308 [sh4] Add sh4 support when building with CMake.
2309 https://bugs.webkit.org/show_bug.cgi?id=122542
2311 Reviewed by Csaba Osztrogonác.
2315 2013-10-08 Martin Robinson <mrobinson@igalia.com>
2317 [GTK] Re-enable MathML for release builds
2318 https://bugs.webkit.org/show_bug.cgi?id=122361
2320 Reviewed by Darin Adler.
2322 * Source/autotools/SetupWebKitFeatures.m4: Enable MathML for release builds.
2324 2013-10-02 Anders Carlsson <andersca@apple.com>
2326 Remove Qt related files from the root directories
2327 https://bugs.webkit.org/show_bug.cgi?id=122249
2329 Reviewed by Andreas Kling.
2331 * Source/QtWebKit.pro: Removed.
2332 * Source/api.pri: Removed.
2333 * Source/qtwebkit.qdocconf: Removed.
2334 * Source/sync.profile: Removed.
2335 * Source/tests.pri: Removed.
2336 * Source/widgetsapi.pri: Removed.
2337 * WebKit.pro: Removed.
2339 2013-09-30 Sam Weinig <sam@webkit.org>
2341 Remove support for DOMFileSystem
2342 https://bugs.webkit.org/show_bug.cgi?id=122137
2344 Reviewed by Anders Carlsson.
2346 * Source/autotools/SetupWebKitFeatures.m4:
2347 * Source/cmake/OptionsBlackBerry.cmake:
2348 * Source/cmake/WebKitFeatures.cmake:
2349 * Source/cmakeconfig.h.cmake:
2351 2013-09-30 Benjamin Poulain <benjamin@webkit.org>
2353 Remove the code guarded by STYLE_SCOPED
2354 https://bugs.webkit.org/show_bug.cgi?id=122123
2356 Reviewed by Anders Carlsson.
2358 * Source/autotools/SetupWebKitFeatures.m4:
2359 * Source/cmake/OptionsBlackBerry.cmake:
2360 * Source/cmake/WebKitFeatures.cmake:
2361 * Source/cmakeconfig.h.cmake:
2363 2013-09-30 Allan Sandfeld Jensen <allan.jensen@digia.com>
2365 [Qt] Fix force_static_libs_as_shared in WebKit2
2366 https://bugs.webkit.org/show_bug.cgi?id=121961
2368 Reviewed by Csaba Osztrogonác.
2370 Get rid of the unused WebKit2QML library
2374 2013-09-26 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
2376 [GTK] Tons of warnings caused by using FORTIFY_SOURCE in an unoptimized build
2377 https://bugs.webkit.org/show_bug.cgi?id=121836
2379 Reviewed by Martin Robinson.
2381 * Source/autotools/SetupCompilerFlags.m4: only consider enabling FORTIFY_SOURCE if optimizations have
2382 been enabled, since they are required for FORTIFY_SOURCE to work, and enabling FORTIFY_SOURCE unconditionally
2383 generates warnings in newer glibc.
2385 2013-09-25 Allan Sandfeld Jensen <allan.jensen@digia.com>
2387 [Qt] Fix build with Qt 5.2 QtPosition module
2388 https://bugs.webkit.org/show_bug.cgi?id=121089
2390 Reviewed by Simon Hausmann.
2392 QtLocation -> QtPositioning
2394 * Source/sync.profile:
2396 2013-09-24 Zan Dobersek <zdobersek@igalia.com>
2398 [GTK] Enable the Wayland target if GTK+ dependency is found
2399 https://bugs.webkit.org/show_bug.cgi?id=121704
2401 Reviewed by Gustavo Noronha Silva.
2403 The Wayland target should be enabled by default if the GTK+ dependency is of version 3.9.14 or later.
2405 * Source/autotools/FindDependencies.m4: If the Wayland target was not strictly disabled, the GTK+ dependency
2406 is tested if it can provide the Wayland GDK backend, and that the version of that backend matches the version
2407 of the master GTK+ dependency for which we already tested. If found, the target is enabled, otherwise we either
2408 warn or error out, depending on whether the build target was set to auto or completely disabled through configuration.
2409 * Source/autotools/ReadCommandLineArguments.m4: Switch the default Wayland target status to 'auto', meaning
2410 it will be disabled if the GTK+ dependency is not found.
2411 * Source/autotools/Versions.m4: Require GTK+ 3.9.14 for the Wayland target only.
2413 2013-09-23 Zan Dobersek <zdobersek@igalia.com>
2415 [Autotools] Rework the build target selection
2416 https://bugs.webkit.org/show_bug.cgi?id=121703
2418 Reviewed by Gustavo Noronha Silva.
2420 Replace the --with-target configuration flag with target-specific --enable-*-target flags:
2421 - --enable-x11-target
2422 - --enable-wayland-target
2423 - --enable-win32-target
2424 - --enable-quartz-target
2425 - --enable-directfb-target
2427 By default, the X11 target is enabled. This default is preserved only if no --enable-*-target flag
2428 is passed on the command line. When that occurs, the newly-constructed list of build targets is
2429 used to determine what build targets should actually be built. So for instance, executing just
2430 `./configure` would only enable the X11 target as that's the default, and executing
2431 `./configure --enable-wayland-target` would only enable the Wayland target, as the defaults are
2434 * Source/autotools/CheckSystemAndBasicDependencies.m4: Abort if grep was not found, just in case.
2435 * Source/autotools/CustomMacros.m4: The new file that contains helpful custom macros.
2436 * Source/autotools/FindDependencies.m4: Use the appropriate 'enable_*_target' references instead of 'with_*target'.
2437 * Source/autotools/PrintBuildConfiguration.m4: Use the new AM_APPEND_TO_DESCRIPTION macro to construct a pretty-looking
2438 description string of what targets will be built.
2439 * Source/autotools/ReadCommandLineArguments.m4: Replace the --with-target configuration flag and the related
2440 hacks with the set of --enable-*-target flags. The new AM_DETERMINE_BUILD_TARGET_STATUS macro is used to determine
2441 whether to enable specific build targets, based indirectly on the passed-in --enable-*-target flags.
2442 * Source/autotools/SetupAutoconfHeader.m4: Use the appropriate 'enable_*_target' references instead of 'with_*target'.
2443 * Source/autotools/SetupAutomake.m4: Use the appropriate 'enable_*_target' references instead of 'with_*target'.
2444 * configure.ac: Include the new CustomMacros.m4 file.
2446 2013-09-23 Claudio Saavedra <csaavedra@igalia.com>
2450 Reviewed by Carlos Garcia Campos.
2452 * Source/autotools/Versions.m4: Bump to 2.3.0
2454 2013-09-20 Sergio Correia <sergio.correia@openbossa.org>
2456 [CMAKE] FindHarfBuzz: Handle harfbuzz / harfbuzz-icu split
2457 https://bugs.webkit.org/show_bug.cgi?id=121688
2459 Reviewed by Martin Robinson.
2461 HarfBuzz 0.9.18 split ICU support into a separate harfbuzz-icu library.
2462 To be able to build with earlier and newer versions of HarfBuzz, we should
2463 check for harfbuzz-icu as well, if version >= 0.9.18.
2465 * Source/cmake/FindHarfBuzz.cmake: Check for harfbuzz-icu, if version
2468 2013-09-16 Gustavo Noronha Silva <gns@gnome.org>
2470 [GTK] Make symbol export filter more strict, and disable for dev/test builds
2471 https://bugs.webkit.org/show_bug.cgi?id=120586
2473 Reviewed by Martin Robinson.
2475 * GNUmakefile.am: only include test-related automake files when developer
2477 * Source/autotools/ReadCommandLineArguments.m4: add --enable-developer-mode,
2478 defaults to no, and to yes for debug builds.
2479 * Source/autotools/SetupAutomake.m4: add ENABLE_DEVELOPER_MODE conditional.
2480 * Source/autotools/symbols.filter: make the exported symbols list much shorter,
2481 covering only the public ABI and a few symbols required by WebKit2 processes.
2483 2013-09-13 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
2485 [GTK] Move to the new web inspector
2486 https://bugs.webkit.org/show_bug.cgi?id=120647
2488 Reviewed by Carlos Garcia Campos.
2490 * GNUmakefile.am: include the new WebInspectorUI GNUmakefile.am.
2492 2013-09-13 Allan Sandfeld Jensen <allan.jensen@digia.com>
2494 [Qt] Update sync.profile
2495 https://bugs.webkit.org/show_bug.cgi?id=121295
2497 Reviewed by Simon Hausmann.
2499 Ensure we let the dependencies pick the right branch instead of always master
2500 and list all the dependencies we need on all platforms.
2502 * Source/sync.profile:
2504 2013-09-11 Mario Sanchez Prada <mario.prada@samsung.com>
2506 [GTK] Remove Gail dependency from build system for GTK3
2507 https://bugs.webkit.org/show_bug.cgi?id=119673
2509 Reviewed by Gustavo Noronha Silva.
2511 * Source/autotools/FindDependencies.m4: Don't look for GAIL at all.
2512 * Source/autotools/Versions.m4: Removed any reference to GAIL.
2513 * Source/cmake/FindGAIL3.cmake: Removed.
2514 * Source/cmake/OptionsGTK.cmake: Don't look for the GAIL package.
2516 2013-09-11 Patrick Gansterer <paroga@webkit.org>
2518 [CMake] Split out generic Windows files into its own file
2519 https://bugs.webkit.org/show_bug.cgi?id=119514
2521 Reviewed by Gyuyoung Kim.
2523 This allows us to add smaller CMakeLists.txt files when
2524 adding additional Windows ports.
2526 * Source/cmake/OptionsWinCE.cmake:
2527 * Source/cmake/WebKitMacros.cmake:
2529 2013-09-11 Alberto Garcia <berto@igalia.com>
2531 autogen.sh: fix removal of autom4te.cache
2532 https://bugs.webkit.org/show_bug.cgi?id=121150
2534 Reviewed by Carlos Garcia Campos.
2536 The removal of autom4te.cache is wrong, it uses 'rm -f' instead of
2537 'rm -rf' and it relies on an undefined variable.
2539 In addition to that, it should be done after running autoreconf,
2540 which is when it's no longer needed.
2544 2013-09-11 Alberto Garcia <berto@igalia.com>
2546 Unquoted $ORIGDIR in autogen.sh
2547 https://bugs.webkit.org/show_bug.cgi?id=19512
2549 Reviewed by Carlos Garcia Campos.
2551 Quote all directory names. This doesn't mean that all possible
2552 directory names are safe for building webkit, but the configure
2553 script already runs a sanity check.
2557 2013-09-11 Zan Dobersek <zdobersek@igalia.com>
2559 [GTK] Stop disabling deprecated symbols in debug builds
2560 https://bugs.webkit.org/show_bug.cgi?id=121145
2562 Reviewed by Carlos Garcia Campos.
2564 Disabling the dependencies' deprecated symbols in debug builds is only causing unnecessary
2565 build failures. Compiler warnings are being thrown whenever a deprecated symbol is being
2566 used, so a build failure is an overreach in this case.
2568 * Source/autotools/SetupAutoconfHeader.m4:
2570 2013-09-10 Marcelo Morais <m.morais@samsung.com>
2572 [EFL] WebInspector: Move to new webinspector
2573 https://bugs.webkit.org/show_bug.cgi?id=119559
2575 Reviewed by Gyuyoung Kim.
2577 Enabling the new Web Inspector on EFL port.
2578 Co-author: Andre Loureiro <andre.vl@samsung.com>
2580 * Source/PlatformEfl.cmake:
2581 * Source/cmake/OptionsEfl.cmake:
2583 2013-09-06 Zan Dobersek <zdobersek@igalia.com>
2585 REGRESSION(r155143): Build failures on GTK port with Clang and libstdc++ < 4.8.1
2586 https://bugs.webkit.org/show_bug.cgi?id=120896
2588 Reviewed by Anders Carlsson.
2590 The GTK port currently only permits using the libstdc++ standard library when compiling with
2591 Clang. After r155143, build failures are occurring when using Clang and libstdc++ that predates
2592 the 4.8.0 release due to the use of std::is_trivially_destructible that isn't available in
2595 To not add additional special casing, the GTK port should move onto requiring libstdc++ >= 4.8.1
2596 when compiling with the Clang compiler. Version 4.8.1 was chosen since it's C++11 feature-complete.
2597 This strict requirement is possible as compiling the GTK port with the Clang compiler is not really
2598 widespread, so we can afford to adjust the required dependencies to match other ports' progression
2599 instead of modifying the code.
2601 * Source/autotools/CheckSystemAndBasicDependencies.m4: If the detected compiler is Clang, also check
2602 that the libstdc++ standard library is used by testing for the __GLIBCXX__ macro that should be defined
2603 to the value lesser than the '20130531', the date stamp used by the 4.8.1 release of libstdc++. Since
2604 possible future releases of the 4.6 or 4.7 series of libstdc++ will also match this check due to a newer
2605 date stamp contained in __GLIBCXX__, the std::is_trivially_destructible struct is also used so the
2606 compilation will fail if the libstdc++ that's used is older than allowed (and therefor does not support
2607 the feature). If the check fails, a fatal error is thrown, describing the requirement. Everything carries
2608 on as normal otherwise.
2610 2013-09-06 Zan Dobersek <zdobersek@igalia.com>
2612 [GTK] Bump the required Clang version to 3.2
2613 https://bugs.webkit.org/show_bug.cgi?id=112537
2615 Reviewed by Gustavo Noronha Silva.
2617 * Source/autotools/CheckSystemAndBasicDependencies.m4: Require the Clang 3.2 stack
2618 when the Clang compiler is specified.
2620 2013-09-05 Brendan Long <b.long@cablelabs.com>
2622 [Qt] DefaultFullScreenVideoHandler and PlatformVideoWindow are included in the build when they are disabled
2623 https://bugs.webkit.org/show_bug.cgi?id=117206
2625 Reviewed by Philippe Normand.
2627 * Source/widgetsapi.pri: Don't include DefaultFullScreenVideoHandler when it's disabled.
2629 2013-09-05 Ryuan Choi <ryuan.choi@samsung.com>
2631 [CMAKE] Add c++0x into CXX_FLAGS as a default
2632 https://bugs.webkit.org/show_bug.cgi?id=120812
2634 Unreviewed build fix for EFL ports.
2636 * Source/cmake/OptionsCommon.cmake: Moved c++0x option here from WebKitHelpers.
2637 * Source/cmake/WebKitHelpers.cmake:
2639 2013-09-04 Michael Brüning <michael.bruning@digia.com>
2641 [Qt] Use correct library paths for prefix builds on Mac.
2642 https://bugs.webkit.org/show_bug.cgi?id=120635
2644 Reviewed by Tor Arne Vestbø.
2646 Due to a change of scope of the qmake force_independent configuration
2647 flag, the library paths in QtWebKit builds on the Mac are set to the
2648 QtWebKit build directory even for production builds.
2650 This patch sets the correct library paths for prefixed production builds
2651 while keeping the scope of the force_independent flag for non-production
2655 * Source/widgetsapi.pri:
2657 2013-09-04 Zan Dobersek <zdobersek@igalia.com>
2659 [GTK] Add support for the Wayland build target
2660 https://bugs.webkit.org/show_bug.cgi?id=120627
2662 Reviewed by Gustavo Noronha Silva.
2664 Add support for building the GTK port with Wayland as the target. The Wayland target can be the sole target
2665 that's enabled, or it can be enabled in parallel with the X11 target.
2667 Each of those two targets, when enabled, checks for the corresponding GTK+ windowing dependency being present.
2668 In the case of only the Wayland target being enabled, the accelerated compositing feature is disabled at
2669 build-time as the feature is not yet supported under the Wayland display protocol. X11-based plugin support is
2670 also disabled under that configuration, even if the WebKitPluginProcess is still built but is left non-operational.
2671 GLX support is also disabled if not building the X11 target.
2673 The Wayland target can be enabled through using the --with-target configuration option that now accepts two
2675 - 'wayland' - only enables the Wayland target,
2676 - 'x11,wayland' - enables the X11 and Wayland targets that are to be built in parallel.
2678 This makes it possible to build the GTK port of WebKit with the Wayland target, relying solely on the GTK+
2679 dependency that only has the Wayland backend enabled, and removes linking against any X11-related library.
2680 Note that at the moment there seem to be other dependencies that still link to X11-related libraries.
2681 Complete functionality is not yet guaranteed, but is of course the goal.
2683 * Source/autotools/FindDependencies.m4: Store the version of the basic GTK+ dependency that was found.
2684 This is later used to check that the GTK+ X11 and GTK+ Wayland dependencies are of the same version. The
2685 X11-specific dependencies are grouped into one section (apart from the XComposite and XDamage dependencies),
2686 also checking for the GTK+ X11 dependency. If the X11 target is not enabled, the GLX dependency is disabled.
2687 Additionally check for the GTK+ Wayland dependency if the Wayland target is enabled.
2688 We only check for the presence and correct version of the GTK+ X11 and Wayland dependencies, if necessary.
2689 Check for the XComposite and XDamage dependencies if the X11 target is enabled (in addition to the OpenGL
2690 headers being present).
2691 In case of the Wayland target being enabled while the X11 target is not, disable the accelerated compositing
2692 feature as there's no support yet for it under the Wayland display protocol.
2693 * Source/autotools/PrintBuildConfiguration.m4: The build configuration should now print out 'GDK targets'.
2694 * Source/autotools/ReadCommandLineArguments.m4: The --with-target option can now take two additional values,
2695 'wayland' and 'x11,wayland'. The first one enables only the Wayland target, while the second one enables both
2696 X11 and Wayland targets. This makes it possible to build the GTK port with both X11 and Wayland display protocols
2697 supported in the same build.
2698 We must now check the outcoming with_target variable to see if the special case of building one or both of the
2699 possible parallel targets was chosen. We define with_x11_target and with_wayland_target variables if the
2700 with_target value applies to that case.
2701 * Source/autotools/SetupAutoconfHeader.m4: Do not define the XP_UNIX macro on builds that enable the Wayland-only
2702 target. It should still be defined if we're building both X11 and Wayland targets in parallel.
2703 * Source/autotools/SetupAutomake.m4: Define TARGET_X11 and TARGET_WAYLAND Automake conditionals if the new
2704 with_x11_target or with_wayland_target variables were set, respectively. Additionall, define the TARGET_X11_OR_WAYLAND
2705 Automake conditional if we're building either of the two targets.
2707 2013-09-03 Patrick Gansterer <paroga@webkit.org>
2709 [CMake] Fix detection of x86_64 platform with MSVC
2710 https://bugs.webkit.org/show_bug.cgi?id=116662
2712 Reviewed by Gyuyoung Kim.
2714 Use ${MSVC_CXX_ARCHITECTURE_ID} instead of ${CMAKE_SYSTEM_PROCESSOR}, since
2715 the later one just resolves to the host processor on Windows.
2719 2013-08-29 Sam Weinig <sam@webkit.org>
2721 Add ENABLE guards for Promises
2722 https://bugs.webkit.org/show_bug.cgi?id=120488
2724 Reviewed by Andreas Kling.
2726 * Source/autotools/SetupWebKitFeatures.m4:
2727 * Source/cmake/WebKitFeatures.cmake:
2728 * Source/cmakeconfig.h.cmake:
2730 2013-08-28 Gustavo Noronha Silva <gns@gnome.org>
2732 [GTK] Enable maintainer mode configure switch
2733 https://bugs.webkit.org/show_bug.cgi?id=120424
2735 Reviewed by Martin Robinson.
2737 The maintainer mode feature is used by ostree and other automated builders to ensure no autotools
2738 regeneration will happen for a regular tarball build; ostree builders, for instance, are very
2739 conservative with toolchain upgrades, and are still using aclocal 1.12. WebKit's latest tarball
2740 (2.1.90) for some reason tries to regenerate build files, and the build fails because it can't find
2741 the version of aclocal that was used for generating the tarball (1.13).
2743 * configure.ac: enable maintainer mode feature.
2745 2013-08-28 Zan Dobersek <zdobersek@igalia.com>
2747 [GTK] Add support for building JSC with FTL JIT enabled
2748 https://bugs.webkit.org/show_bug.cgi?id=120270
2750 Reviewed by Filip Pizlo.
2752 * Source/autotools/FindDependencies.m4: Disable FTL JIT if the JIT itself is disabled or if the C++ compiler
2753 being used is not Clang. Check for llvm-config and use it to properly test for the LLVM >= 3.4 dependency.
2754 * Source/autotools/PrintBuildConfiguration.m4: Print out the status of the FTL JIT support.
2755 * Source/autotools/ReadCommandLineArguments.m4: Add a configuration flag for enabling the feature, defaulting
2756 to 'no' used as the default value for now. This should switch to 'auto' at some point in future.
2757 * Source/autotools/SetupAutoconfHeader.m4: Define ENABLE_FTL_JIT to a specific value if possible.
2758 Also define HAVE_LLVM to 1 if the LLVM dependency was satisfied.
2760 2013-08-28 Simon Hausmann <simon.hausmann@digia.com>
2762 [Qt] Unreviewed trivial build adjustment
2764 * Source/sync.profile: Don't depend on qtjsbackend anymore. It's not needed in Qt 5.2
2765 anymore (but this section of sync.profile is only used by the CI system, so no impact
2768 2013-08-24 Carlos Garcia Campos <cgarcia@igalia.com>
2770 Unreviewed. Fix GTK+ build after r154541.
2772 * Source/autotools/symbols.filter: Export symbols required by
2775 2013-08-15 Zan Dobersek <zdobersek@igalia.com>
2777 Unreviewed GTK build fix after r154106.
2779 * Source/autotools/symbols.filter: Export the proper Element::shadowRoot() symbol.
2781 2013-08-14 Filip Pizlo <fpizlo@apple.com>
2783 Typed arrays should be rewritten
2784 https://bugs.webkit.org/show_bug.cgi?id=119064
2786 Reviewed by Oliver Hunt.
2788 Automake work courtesy of Zan Dobersek <zdobersek@igalia.com>.
2790 * Source/autotools/symbols.filter:
2792 2013-08-14 Tim Horton <timothy_horton@apple.com>
2794 Un-inline dataLog dumpers for IntSize and IntPoint
2795 https://bugs.webkit.org/show_bug.cgi?id=119697
2797 Reviewed by Sam Weinig.
2799 Avoid regressing build performance by moving IntSize::dump and IntPoint::dump elsewhere.
2801 * Source/autotools/symbols.filter:
2803 2013-08-14 Martin Robinson <mrobinson@igalia.com>
2805 [GTK] [CMake] Add support for building TestWebKitAPI
2806 https://bugs.webkit.org/show_bug.cgi?id=116987
2808 Reviewed by Philippe Normand.
2810 * Source/cmake/OptionsGTK.cmake: Turn on the API tests in the settings.
2812 2013-08-13 Zan Dobersek <zdobersek@igalia.com>
2814 [Autotools] Unicode's CFLAGS enforce -D_FORTIFY_SOURCE=2, -D_REENTRANT=1, causing faulty Clang builds
2815 https://bugs.webkit.org/show_bug.cgi?id=119685
2817 Reviewed by Gustavo Noronha Silva.
2819 icu-config includes '-D_FORTIFY_SOURCE=2 -D_REENTRANT=1' when printing out C preprocessor flags that are used
2820 as the C compiler flags to avoid other unwanted compiler options. This causes problems when building optimized
2821 builds with Clang because of a bug in that compiler:
2822 http://llvm.org/bugs/show_bug.cgi?id=16821
2824 To avoid that, the C preprocessor search flags, as printed by `icu-config --cppflags-searchpath` are now used
2825 the Unicode dependency's C compiler flags, avoiding unconditionally specifying the two macros.
2827 To adjust for that, the `-pthread` flag is added to the global CFLAGS and CXXFLAGS variables, ensuring
2828 the _REENTRANT define is set to 1 and declaring the flag globally instead of relying on Glib dependency's
2829 C compiler flags to do so for us. -D_FORTIFY_SOURCE=2 is only added to the CFLAGS and CXXFLAGS variables if
2830 the compiler in use is gcc or g++, preventing the Clang builds to malfunction.
2832 * Source/autotools/FindDependencies.m4:
2833 * Source/autotools/SetupCompilerFlags.m4:
2835 2013-08-13 Zan Dobersek <zdobersek@igalia.com>
2837 [Autotools] Don't compare $CC, $CXX to exact compiler names
2838 https://bugs.webkit.org/show_bug.cgi?id=119683
2840 Reviewed by Gustavo Noronha Silva.
2842 Instead of comparing $CC and $CXX to exact compiler names (like 'gcc', 'clang++' etc.),
2843 use the compiler version checks to also specify the broader compiler collection of which
2844 the used compiler is a member of. This avoids failures in some border-line cases where
2845 the user would still use either a GCC or a Clang compiler but provide it through a symbolic
2846 link that was specified via the CC/CXX environment variables.
2848 * Source/autotools/CheckSystemAndBasicDependencies.m4: Store the detected C/C++ compiler collection
2849 in c_compiler/cxx_compiler. Throw an error if no supported compiler was found.
2850 * Source/autotools/SetupCompilerFlags.m4: Test for a specific compiler by checking against
2851 c_compiler/cxx_compiler rather than CC/CXX values.
2853 2013-08-12 Zan Dobersek <zdobersek@igalia.com>
2855 [Autotools] Adjust the help string for the configure's --enable-optimizations flag
2856 https://bugs.webkit.org/show_bug.cgi?id=119682
2858 Reviewed by Martin Robinson.
2860 * Source/autotools/ReadCommandLineArguments.m4: Remove the 'GCC only' part of the help
2861 string for the --enable-optimizations flag. This is not true and can lead to confusion
2862 since the optimizations can be applied when compiling with Clang as well.
2864 2013-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
2866 Unreviewed. Update NEWS and Versions.m4 for 2.1.4 release.
2868 * Source/autotools/Versions.m4: Update version numbers.
2870 2013-08-09 Zan Dobersek <zdobersek@igalia.com>
2872 [Automake] Clean up OpenGL graphics configuration sections
2873 https://bugs.webkit.org/show_bug.cgi?id=119554
2875 Reviewed by Martin Robinson.
2877 Clean up sections in the Automake configuration process that are configuring the OpenGL graphics
2878 features and dependencies. Remove unnecessary variable assignments, merge similar code paths,
2879 clarify a couple of comments and error messages and fix a few whitespace problems.
2881 * Source/autotools/FindDependencies.m4:
2882 * Source/autotools/ReadCommandLineArguments.m4:
2883 * Source/autotools/SetupAutomake.m4:
2885 2013-08-04 Sam Weinig <sam@webkit.org>
2887 Remove support for HTML5 MicroData
2888 https://bugs.webkit.org/show_bug.cgi?id=119480
2890 Reviewed by Anders Carlsson.
2892 * Source/autotools/SetupWebKitFeatures.m4:
2893 * Source/cmake/OptionsBlackBerry.cmake:
2894 * Source/cmake/OptionsEfl.cmake:
2895 * Source/cmake/OptionsGTK.cmake:
2896 * Source/cmake/WebKitFeatures.cmake:
2897 * Source/cmakeconfig.h.cmake:
2899 2013-08-06 Simon Pena <simon.pena@samsung.com>
2901 Build fix for GTK 32-bit after r153736
2903 * Source/autotools/symbols.filter: expose WebCore::SerializedScriptValue::create.
2905 2013-08-06 Simon Pena <simon.pena@samsung.com>
2907 Build fix for GTK after r153736
2909 * Source/autotools/symbols.filter: expose missing symbols
2910 WebCore::SerializedScriptValue::create and WebCore::toJS to Internals.
2912 2013-08-05 Zan Dobersek <zdobersek@igalia.com>
2914 [Automake] Define ENABLE_JIT through the Autoconf header
2915 https://bugs.webkit.org/show_bug.cgi?id=119445
2917 Reviewed by Martin Robinson.
2919 Instead of defining the ENABLE_JIT value through JSC_CPPFLAGS, the feature define is
2920 set to be either enabled or disabled through the Autoconf header, based on the value
2921 passed through the configuration flag. The 'auto' value is used as default, meaning
2922 that the feature is enabled or disabled in the Platform.h header based on the platform
2923 configuration (OS, architecture etc.).
2925 * Source/autotools/FindDependencies.m4: Remove the JSC_CPPFLAGS definition.
2926 * Source/autotools/ReadCommandLineArguments.m4: Change the default value to 'auto' instead
2927 of 'autodetect', as used by other configuration options that take a similar approach to enabling
2929 * Source/autotools/SetupAutoconfHeader.m4: Set a strict value for the ENABLE_JIT define through
2930 the Autoconf header if the feature was specifically enabled or disabled.
2932 2013-08-04 Zalan Bujtas <zalan@apple.com>
2934 Background doesn't fully repaint when body has margins.
2935 https://bugs.webkit.org/show_bug.cgi?id=119033
2937 Reviewed by Simon Fraser.
2939 Ensure that background-color changes do not leave unpainted areas when
2942 Both <body> and <html> background-color get propagated up to the viewport.
2943 If <body> has background-color attribute set, while <html> doesn't, the color is
2944 applied not only on the <body> but on both the <html> and the viewport. However,
2945 it's not enough to mark the RenderView dirty because with tiles backing on,
2946 there could be areas outside of the viewport that need repaint. By marking
2947 the RenderView's graphics layer dirty instead, we ensure that all the related
2948 tiles get marked dirty too and the new background color covers all areas.
2950 Manual test added. When forcing top-level composition on (even with embedded iframe to
2951 make sure we don't do paintsIntoWindow rendering), the test case execution changes so much,
2952 that the repaint rects don't reflect the functionality difference anymore.
2954 Reviewed by Simon Fraser.
2956 * ManualTests/compositing/background-color-change-on-body-with-margin.html: Added.
2958 2013-07-30 Ádám Kallai <kadam@inf.u-szeged.hu>
2960 [Qt] Workaround to make syncqt run and generate forwarding headers in SVN repositories too.
2961 https://bugs.webkit.org/show_bug.cgi?id=118725.
2963 Reviewed by Tor Arne Vestbø.
2967 2013-07-30 Carlos Garcia Campos <cgarcia@igalia.com>
2969 Unreviewed. Update NEWS and Versions.m4 for 2.1.4 release.
2971 * Source/autotools/Versions.m4: Bump version numbers.
2973 2013-07-27 Ryuan Choi <ryuan.choi@samsung.com>
2975 [EFL] Bump required version of EFL to 1.7
2976 https://bugs.webkit.org/show_bug.cgi?id=119144
2978 Reviewed by Christophe Dumez.
2980 We have supported 1.6 for Tizen build since r137203.
2981 But Tizen now supports 1.7+ after Tizen released 2.0.
2983 * Source/cmake/OptionsEfl.cmake:
2984 Bumped EFL to 1.7 and removed promotion.
2986 2013-07-25 Christophe Dumez <ch.dumez@sisa.samsung.com>
2988 Unreviewed EFL build fix after r153315.
2990 Use -std=gnu++0x instead of -std=c++0x as we rely on GNU extensions such as
2993 * Source/cmake/WebKitHelpers.cmake:
2995 2013-07-25 Ryuan Choi <ryuan.choi@samsung.com>
2997 [CMAKE] Enforce c++0x for cmake based ports
2998 https://bugs.webkit.org/show_bug.cgi?id=119081
3000 Reviewed by Gyuyoung Kim.
3002 * Source/cmake/WebKitHelpers.cmake:
3003 Enforce c++0x for all cmake based ports to fix build break.
3005 2013-07-24 Ryuan Choi <ryuan.choi@samsung.com>
3007 [EFL][CMAKE] Fix wrong syntax about option commands
3008 https://bugs.webkit.org/show_bug.cgi?id=119035
3010 Reviewed by Christophe Dumez.
3012 second argument of cmake option command should be description.
3014 * Source/cmake/OptionsEfl.cmake: Added description instead of wrong initial value.
3016 2013-07-23 Tim Horton <timothy_horton@apple.com>
3018 Add a test for plug-in unavailability indicator obscurity detection
3019 https://bugs.webkit.org/show_bug.cgi?id=119007
3021 Reviewed by Anders Carlsson.
3023 * Source/autotools/symbols.filter:
3024 Expose RenderEmbeddedObject::isReplacementObscured to internals.
3026 2013-07-16 Balazs Kelemen <kbalazs@webkit.org>
3028 [CMake] Undefined references should be detected at build time
3029 https://bugs.webkit.org/show_bug.cgi?id=110236
3031 Reviewed by Christophe Dumez.
3033 Pass the --no-undefined argument to the linker on platforms where it is available.
3035 * Source/cmake/OptionsCommon.cmake:
3037 2013-07-16 Carlos Garcia Campos <cgarcia@igalia.com>
3039 [GTK] Remove compile warnings about GTK+ API deprecated after 3.6
3040 https://bugs.webkit.org/show_bug.cgi?id=118237
3042 Reviewed by Philippe Normand.
3044 We depend on GTK+3.6 so we are not interested in compile warnings
3045 about deprecated API after 3.6
3047 * Source/autotools/SetupAutoconfHeader.m4: Define
3048 GDK_VERSION_MIN_REQUIRED in config.h.
3050 2013-07-09 Carlos Garcia Campos <cgarcia@igalia.com>
3052 Unreviewed. Update NEWS and Versions.m4 for 2.1.3 release.
3054 * Source/autotools/Versions.m4: Bump version numbers.
3056 2013-07-08 Andy Estes <aestes@apple.com>
3058 Add WebInspectorUI to WebKit.xcworkspace
3059 https://bugs.webkit.org/show_bug.cgi?id=118491
3061 Reviewed by Sam Weinig.
3063 * WebKit.xcworkspace/contents.xcworkspacedata:
3065 2013-07-08 ChangSeok Oh <changseok.oh@collabora.com>
3067 [GTK] Acceleration description isn't displayed in configured options.
3068 https://bugs.webkit.org/show_bug.cgi?id=118441
3070 Reviewed by Gustavo Noronha Silva.
3072 The acceleration_backend_description has been changed to acceleration_description from r152275.
3074 * Source/autotools/PrintBuildConfiguration.m4:
3076 2013-07-08 Zan Dobersek <zdobersek@igalia.com>
3078 [Autoconf] Define WTF_USE_OPENGL when OpenGL was found
3079 https://bugs.webkit.org/show_bug.cgi?id=118341
3081 Reviewed by Gustavo Noronha Silva.
3083 After r152275, WTF_USE_OPENGL is only defined if the accelerated compositing is enabled.
3084 This breaks the build if disabling the accelerated compositing feature as the OpenGL-specific
3085 code is not compiled anymore even if it's still required.
3087 To avoid that, WTF_USE_OPENGL should be defined if OpenGL was found. The accelerated compositing
3088 feature also relies on this condition, exiting the configuration process with an error otherwise.
3090 * Source/autotools/SetupAutoconfHeader.m4:
3092 2013-07-01 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3094 [GTK] Remove unsupported AC backends
3095 https://bugs.webkit.org/show_bug.cgi?id=117362
3097 Reviewed by Martin Robinson.
3099 * Source/autotools/FindDependencies.m4: remove checks related to acceleration backend,
3100 turn them into a check for OpenGL being available, simply.
3101 * Source/autotools/ReadCommandLineArguments.m4: remove command line option to select
3102 accelerated backend, it's now auto-detected.
3103 * Source/autotools/SetupAutoconfHeader.m4: no longer defines USE_CLUTTER and
3104 USE_TEXTURE_MAPPER_CAIRO.
3105 * Source/autotools/SetupAutomake.m4: remove checks related to acceleration backend,
3106 turn them into a check for OpenGL being available, simply.
3107 * Source/autotools/Versions.m4: no longer check for clutter/clutter-gtk.
3109 2013-07-01 Timothy Hatcher <timothy@apple.com>
3111 Link to WebInspectorUI.framework at build time instead of soft linking.
3113 https://bugs.webkit.org/show_bug.cgi?id=118261
3115 Reviewed by Joseph Pecoraro.
3117 * Source/Makefile: Build WebInspectorUI before WebKit and WebKit2.
3119 2013-06-28 Sean Bright <sean@malleable.com>
3121 [Autotools] Properly quote harfbuzz-icu pkg-config check
3122 https://bugs.webkit.org/show_bug.cgi?id=118186
3124 Reviewed by Carlos Garcia Campos.
3126 A secondary test was added in r150963 to check for harfbuzz-icu
3127 when it was split into two packages, but the test is not properly
3128 quoted. If the test fails you get an error about missing
3129 version "./configure.9.8" instead of the expected "0.9.8."
3131 * Source/autotools/FindDependencies.m4:
3133 2013-06-27 Christophe Dumez <ch.dumez@sisa.samsung.com>
3135 Remove [NoInterfaceObject] from WorkerGlobalScope
3136 https://bugs.webkit.org/show_bug.cgi?id=118071
3138 Reviewed by Kentaro Hara.
3140 Update GENERATE_BINDINGS CMake macro to take 2 additional parameters
3141 now needed by the preprocess-idls.pl script.
3143 * Source/cmake/WebKitMacros.cmake:
3145 2013-06-24 Ryuan Choi <ryuan.choi@samsung.com>
3147 [CMAKE] Clear unused cmakedefines
3148 https://bugs.webkit.org/show_bug.cgi?id=117931
3150 Reviewed by Christophe Dumez.
3152 * Source/cmakeconfig.h.cmake:
3153 Removed ENABLE_AS_IMAGE, ENABLE_LEGACY_WEBKIT_BLOB_BUILDER and
3154 ENABLE_CLIENT_BASED_GEOLOCATION cmakedefines which already removed.
3156 2013-06-20 Ryuan Choi <ryuan.choi@samsung.com>
3158 [CMAKE][EFL] Enable DOM4 Events Constructor
3159 https://bugs.webkit.org/show_bug.cgi?id=117858
3161 Reviewed by Laszlo Gombos.
3163 * Source/cmake/OptionsEfl.cmake: Enabled ENABLE_DOM4_EVENTS_CONSTRUCTOR.
3164 * Source/cmake/WebKitFeatures.cmake: Added ENABLE_DOM4_EVENTS_CONSTRUCTOR.
3165 * Source/cmakeconfig.h.cmake: Ditto.
3167 2013-06-20 Zan Dobersek <zdobersek@igalia.com>
3169 [GTK] remove bashism from configure
3170 https://bugs.webkit.org/show_bug.cgi?id=117796
3172 Reviewed by Gustavo Noronha Silva.
3174 * Source/autotools/FindDependencies.m4: Perform string appending by redeclaring the base string to the value
3175 of the base string followed by the string that's being appended. This replaces the use of the '+=' operator
3176 that works under bash but is not supported by other shells.
3178 2013-06-18 Ryosuke Niwa <rniwa@webkit.org>
3180 REGRESSION(r147602): Search text field doesn't render selection when it has some :focus rules
3181 https://bugs.webkit.org/show_bug.cgi?id=117747
3183 Reviewed by Kent Tamura.
3185 * ManualTests/search-select-all-with-focus-style.html: Added.
3187 2013-06-18 Carlos Garcia Campos <cgarcia@igalia.com>
3189 Unreviewed. Update NEWS and Versions.m4 for 2.1.2 release.
3191 * Source/autotools/Versions.m4: Bump version numbers.
3193 2013-06-18 Xabier Rodriguez Calvar <calvaris@igalia.com>
3195 [GTK][GStreamer] Fullscreen option in video element context menu not working
3196 https://bugs.webkit.org/show_bug.cgi?id=105191
3198 Fullscreen with native controls is outdated and even broken in
3199 [GTK][WK2], so they are deactivated for now.
3201 Reviewed by Philippe Normand.
3203 * Source/autotools/SetupAutoconfHeader.m4: Removed the use of
3204 fullscreen native media controls.
3206 2013-06-17 Michael Brüning <michael.bruning@digia.com>
3208 [Qt] Remove Qt specific QTKIT flagged code.
3209 https://bugs.webkit.org/show_bug.cgi?id=117635
3211 Reviewed by Simon Hausmann.
3213 Due to disabling QTKIT for Qt in r151546, the
3214 code the flags that are not taken into account
3215 anymore and the code that has been rendered
3216 unreachable by this are removed.
3218 * Source/widgetsapi.pri:
3220 2013-06-17 Carlos Garcia Campos <cgarcia@igalia.com>
3222 Unreviewed. Rename gobject_introspection_required variable.
3224 As gobject_introspection_required_version for consistency with all
3225 other required_version variables.
3227 * Source/autotools/FindDependencies.m4:
3228 * Source/autotools/Versions.m4:
3230 2013-06-14 Patrick Gansterer <paroga@webkit.org>
3232 Introduce USE(WINGDI) for the Windows port
3233 https://bugs.webkit.org/show_bug.cgi?id=116138
3235 Reviewed by Ryosuke Niwa.
3237 Using USE(WINGDI) instead of OS(WINCE) will allow us to
3238 compile the GDI based Windows port on WinNT too.
3240 * Source/cmake/OptionsWinCE.cmake:
3242 2013-06-14 Manuel Rego Casasnovas <rego@igalia.com>
3244 [GTK][WK1] Missing symbols
3245 https://bugs.webkit.org/show_bug.cgi?id=117629
3247 Unreviewed GTK+ build fix.
3249 * Source/autotools/symbols.filter: Added missing symbols needed when
3252 2013-06-13 Max Vujovic <mvujovic@adobe.com>
3254 [CSS Regions] Selection dragged from a region paints its background
3255 https://bugs.webkit.org/show_bug.cgi?id=117607
3257 Reviewed by Alexandru Chiculita.
3259 Add a manual test for the painting of a dragged selection from a region. We don't have an
3260 automated way to test this yet. This test is similar to the other manual selection dragging
3261 tests (e.g. ManualTests/drag-image.html).
3263 * ManualTests/regions/drag-selection-painting.html: Added.
3265 2013-06-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
3267 [GTK] [WK2] Found missing symbol when running some tests
3268 https://bugs.webkit.org/show_bug.cgi?id=117598
3270 Reviewed by Martin Robinson.
3272 * Source/autotools/symbols.filter: Added missing
3273 _ZN7WebCore28notImplementedLoggingChannelEv.
3275 2013-06-12 Alberto Garcia <agarcia@igalia.com>
3277 [BlackBerry] Remove dead WebDOM code
3278 https://bugs.webkit.org/show_bug.cgi?id=113370
3280 Reviewed by Anders Carlsson.
3282 BlackBerry PR 347565
3283 Internally reviewed by Charles Wei.
3285 * Source/cmake/OptionsBlackBerry.cmake:
3287 2013-06-06 Timothy Hatcher <timothy@apple.com>
3289 Add WebInspectorUI to the Makefile.
3291 Reviewed by Mark Rowe.
3295 2013-06-11 Seokju Kwon <seokju.kwon@gmail.com>
3297 Remove leftover wxWebkit code
3298 https://bugs.webkit.org/show_bug.cgi?id=117471
3300 Reviewed by Andreas Kling.
3302 * Source/cmake/WebKitPackaging.cmake:
3304 2013-06-07 Zan Dobersek <zdobersek@igalia.com>
3306 [regression] build failure WebKitFontFamilyNames.h missing
3307 https://bugs.webkit.org/show_bug.cgi?id=117178
3309 Reviewed by Sam Weinig.
3311 * GNUmakefile.am: List platform_sources under the BUILT_SOURCES list.
3313 2013-06-05 Bear Travis <betravis@adobe.com>
3315 [CSS Exclusions][CSS Shapes] Split CSS Exclusions & Shapes compile & runtime flags
3316 https://bugs.webkit.org/show_bug.cgi?id=117172
3318 Reviewed by Alexandru Chiculita.
3320 Adding the CSS_SHAPES compile flag.
3322 * Source/autotools/SetupWebKitFeatures.m4:
3323 * Source/autotools/symbols.filter:
3324 * Source/cmake/WebKitFeatures.cmake:
3325 * Source/cmakeconfig.h.cmake:
3327 2013-06-05 Zan Dobersek <zdobersek@igalia.com>
3329 Move MemoryInfo under window.internals
3330 https://bugs.webkit.org/show_bug.cgi?id=117197
3332 Reviewed by Ryosuke Niwa.
3334 * Source/autotools/symbols.filter: Export the required symbol.
3336 2013-06-04 Christophe Dumez <ch.dumez@sisa.samsung.com>
3338 Automatically generate WorkerContext constructor attributes
3339 https://bugs.webkit.org/show_bug.cgi?id=117183
3341 Reviewed by Kentaro Hara.
3343 Update GENERATE_BINDINGS macro to take an additional _workercontext_constructors_file
3346 * Source/cmake/WebKitMacros.cmake:
3348 2013-06-03 Eduardo Lima Mitev <elima@igalia.com>
3350 [EFL] Add ATK version 2.8.0 to efl jhbuild moduleset
3351 https://bugs.webkit.org/show_bug.cgi?id=116726
3353 Reviewed by Gyuyoung Kim.
3355 Bump required version of ATK to 2.8.0 in EFL CMake's build.
3357 * Source/cmake/FindATK.cmake: Adds macro to check required version
3358 * Source/cmake/OptionsEfl.cmake: Specifies required version of ATK to be 2.8.0
3360 2013-05-30 Alberto Garcia <agarcia@igalia.com>
3362 [GTK] Needs to check for harfbuzz-icu
3363 https://bugs.webkit.org/show_bug.cgi?id=116978
3365 Reviewed by Xan Lopez.
3367 HarfBuzz 0.9.18 splits harbuzz-icu into a separate library so we
3368 also need to check for it in order to get the necessary flags for
3369 the compiler and the linker.
3371 We keep this conditional for now since we still want to support
3372 earlier versions of HarfBuzz.
3374 * Source/autotools/FindDependencies.m4:
3376 2013-05-29 Kent Tamura <tkent@chromium.org>
3378 Remove leftover files for ENABLE_PAGE_POPUP and ENABLE_CALENDAR_PICKER
3379 https://bugs.webkit.org/show_bug.cgi?id=116999
3381 Reviewed by Anders Carlsson.
3383 * ManualTests/forms/calendar-picker-crash-by-type-change.html: Removed.
3384 * ManualTests/forms/calendar-picker.html: Removed.
3385 * ManualTests/forms/color-suggestion-picker.html: Removed.
3386 * ManualTests/forms/date-suggestion-picker.html: Removed.
3388 2013-05-29 Martin Robinson <mrobinson@igalia.com>
3390 Fix more CMake GTK+ build issues after r150336
3392 * Source/cmake/OptionsGTK.cmake: Actually set the new output name variable
3393 and be sure to set WTF_USE_EGL when EGL is enabled.
3395 2013-05-29 Carlos Garcia Campos <cgarcia@igalia.com>
3397 Unreviewed. Update NEWS and Versions.m4 for 2.1.1 release.
3399 * Source/autotools/Versions.m4: Bump version numbers.
3401 2013-05-29 Carlos Garcia Campos <cgarcia@igalia.com>
3403 Unreviewed. Fix make distcheck.
3405 * GNUmakefile.am: Add WebKitFeatures.h and WebKitFeatures.txt to
3408 2013-05-26 Jon Lee <jonlee@apple.com>
3410 [WK2] Notifications clobber each other with multiple processes
3411 https://bugs.webkit.org/show_bug.cgi?id=116428
3412 <rdar://problem/13935191>
3414 Reviewed by Darin Adler.
3416 * ManualTests/notification-in-multiple-windows.html: Added.
3418 2013-05-27 Patrick Gansterer <paroga@webkit.org>
3420 Use ICU_INCLUDE_DIRS in BlackBerry CMake files
3421 https://bugs.webkit.org/show_bug.cgi?id=116210
3423 Reviewed by Rob Buis.
3425 Set and use the ICU_INCLUDE_DIRS variable to avoid
3426 duplicated adding of the ICU include directory.
3428 * Source/cmake/OptionsBlackBerry.cmake:
3430 2013-05-24 Anders Carlsson <andersca@apple.com>
3432 Remove PagePopup code
3433 https://bugs.webkit.org/show_bug.cgi?id=116732
3435 Reviewed by Andreas Kling.
3437 * Source/cmakeconfig.h.cmake:
3438 Remove ENABLE_PAGE_POPUP.
3440 2013-05-21 Martin Robinson <mrobinson@igalia.com>
3442 [GTK] [CMake] Add support for building WebKit2
3443 https://bugs.webkit.org/show_bug.cgi?id=116372
3445 Reviewed by Gustavo Noronha Silva.
3447 * Source/cmake/FindWebP.cmake: Added.
3448 * Source/cmake/OptionsGTK.cmake: Turn on WebKit2 and the plugin process and also look
3449 for WebP. These missing symbols were hidden up until now. ENABLE_TEXTURE_MAPPER was
3450 also incorrect specified.
3452 2013-05-21 Zan Dobersek <zdobersek@igalia.com>
3454 [GTK] Compile everything in C++11 mode
3455 https://bugs.webkit.org/show_bug.cgi?id=116452
3457 Reviewed by Anders Carlsson.
3459 * Source/autotools/SetupCompilerFlags.m4: Use the C++11 standard by default when compiling C++ source code.
3460 Perform some minor cleanup around the comments and the order of specifying additional CXXFLAGS entries.
3462 2013-05-21 Carlos Garcia Campos <cgarcia@igalia.com>
3464 [BlackBerry] Make PagePopup implementation independent from WebCore
3465 https://bugs.webkit.org/show_bug.cgi?id=116448
3467 Reviewed by Anders Carlsson.
3469 * Source/cmake/OptionsBlackBerry.cmake: Do not enable PAGE_POPUP
3472 2013-05-20 Christophe Dumez <ch.dumez@sisa.samsung.com>
3474 [EFL] Reenabled INDEXED_DATABASE after r150344
3475 https://bugs.webkit.org/show_bug.cgi?id=116430
3477 Reviewed by Gyuyoung Kim.
3479 Reenable INDEXED_DATABASE flag for EFL port now that WebKit2
3480 build was fixed in r150344.
3482 * Source/cmake/OptionsEfl.cmake:
3484 2013-05-19 Anders Carlsson <andersca@apple.com>
3486 Remove link prerendering code
3487 https://bugs.webkit.org/show_bug.cgi?id=116415
3489 Reviewed by Darin Adler.
3491 This code was only used by Chromium and is dead now.
3493 * Source/autotools/SetupWebKitFeatures.m4:
3494 * Source/cmake/WebKitFeatures.cmake:
3495 * Source/cmakeconfig.h.cmake:
3497 2013-05-18 Patrick Gansterer <paroga@webkit.org>
3499 [CMake] Replace *_LIBRARY_NAME with *_OUTPUT_NAME
3500 https://bugs.webkit.org/show_bug.cgi?id=114554
3502 Reviewed by Gyuyoung Kim.
3504 Using variables as target names is very uncommon in CMake.
3505 The usual way to specify the name of the resulting binary
3506 is to set the OUTPUT_NAME target property.
3509 * Source/CMakeLists.txt:
3510 * Source/PlatformEfl.cmake:
3511 * Source/PlatformGTK.cmake:
3512 * Source/cmake/OptionsBlackBerry.cmake:
3513 * Source/cmake/OptionsEfl.cmake:
3514 * Source/cmake/OptionsGTK.cmake:
3515 * Source/cmake/WebKitHelpers.cmake:
3516 * Source/cmake/gtest/CMakeLists.txt:
3518 2013-05-18 Christophe Dumez <ch.dumez@sisa.samsung.com>
3520 Unreviewed EFL build fix.
3522 Temporarily disabled INDEXED_DATABASE at compile-time as it breaks
3523 WK2 build after r150305.
3525 * Source/cmake/OptionsEfl.cmake:
3527 2013-05-18 Alberto Garcia <agarcia@igalia.com>
3529 [GTK] Parallel build fails if gtk-doc is enabled
3530 https://bugs.webkit.org/show_bug.cgi?id=116227
3532 Reviewed by Martin Robinson.
3535 Define an empty noinst_DATA variable where other automake files
3536 can add additional objects to be built.
3538 2013-05-16 Martin Robinson <mrobinson@igalia.com>
3540 [GTK] [CMake] Disable the shadow DOM
3541 https://bugs.webkit.org/show_bug.cgi?id=116237
3543 Reviewed by Gustavo Noronha Silva.
3545 * Source/cmake/OptionsGTK.cmake: Disable shadow DOM by default.
3547 2013-05-14 Martin Robinson <mrobinson@igalia.com>
3549 [GTK] Add support for building WebCore to the cmake build
3550 https://bugs.webkit.org/show_bug.cgi?id=116128
3552 Reviewed by Gustavo Noronha Silva.
3554 * Source/PlatformGTK.cmake: Added.
3555 * Source/cmake/OptionsGTK.cmake: Added more logic and variables to support WebCore and properly
3556 defined some existing variables.
3558 2013-05-15 Alexey Proskuryakov <ap@apple.com>
3560 More fixing after WebProcessShim renaming in r149074.
3562 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3563 Updated to insert the right shim.
3565 2013-05-15 Patrick Gansterer <paroga@webkit.org>
3567 Consolidate lists in WTF CMake files
3568 https://bugs.webkit.org/show_bug.cgi?id=116142
3570 Reviewed by Martin Robinson.
3572 Move common files into the CMakeLists.txt to avoid duplicating the list of files.
3573 Also rebase the recently added GTK files to match the other CMake ports, since
3574 the submitted patch was based on an older version of the source tree.
3576 * Source/cmake/OptionsGTK.cmake:
3578 2013-05-14 Zan Dobersek <zdobersek@igalia.com>
3580 [GTK] Move generated ColorData.cpp, WebKitFontFamilyNames.(cpp|h) build targets into libPlatform
3581 https://bugs.webkit.org/show_bug.cgi?id=115921
3583 Reviewed by Gustavo Noronha Silva.
3585 * GNUmakefile.am: Add GENSOURCES_PLATFORM, platform_built_sources variables.
3587 2013-05-11 Martin Robinson <mrobinson@igalia.com>
3589 [GTK] Add a basic cmake build for WTF and JavaScriptCore
3590 https://bugs.webkit.org/show_bug.cgi?id=115967
3592 Reviewed by Laszlo Gombos.
3594 * CMakeLists.txt: Add GTK+ to the list of ports.
3595 * Source/CMakeLists.txt: We do not try to build WebCoreTestSupport when WebCore is disabled.
3596 * Source/cmake/FindGAIL3.cmake: Added.
3597 * Source/cmake/FindGDK3.cmake: Added.
3598 * Source/cmake/FindGStreamer.cmake: Use the passed in minimum version.
3599 * Source/cmake/FindGTK3.cmake: Added.
3600 * Source/cmake/FindXt.cmake: Added.
3601 * Source/cmake/OptionsEfl.cmake: Pass in the minimum version.
3602 * Source/cmake/OptionsGTK.cmake: Added.
3604 2013-05-11 Martin Robinson <mrobinson@igalia.com>
3606 Move defines to platform
3608 [GTK] Move defines that will never be configured to Platform.h
3609 https://bugs.webkit.org/show_bug.cgi?id=115965
3611 Reviewed by Andreas Kling.
3613 * Source/autotools/SetupAutoconfHeader.m4: Move some unchanging defines to Platform.h.
3615 2013-05-09 Christophe Dumez <ch.dumez@sisa.samsung.com>
3617 Add support for [NoInterfaceObject] Web IDL extended attribute
3618 https://bugs.webkit.org/show_bug.cgi?id=115714
3620 Reviewed by Kentaro Hara.
3622 Update GENERATE_BINDINGS macro to take an additional _window_constructors_file
3625 * Source/cmake/WebKitMacros.cmake:
3627 2013-05-08 José Dapena Paz <jdapena@igalia.com> and Zan Dobersek <zdobersek@igalia.com>
3629 [GTK] Plumb the Automake build system for the Battery Status API feature
3630 https://bugs.webkit.org/show_bug.cgi?id=115718
3632 Reviewed by Martin Robinson.
3634 * Source/autotools/FindDependencies.m4: Check for the upower-glib dependency if the feature is enabled.
3635 * Source/autotools/PrintBuildConfiguration.m4: Print out the feature status.
3636 * Source/autotools/ReadCommandLineArguments.m4: Check for the --enable-battery-status option. The deafult,
3637 when the option is not given, is to disable the feature.
3638 * Source/autotools/SetupWebKitFeatures.m4: Treat the ENABLE_BATTERY_STATUS define as configurable.
3639 * Source/autotools/symbols.filter: Export a couple of symbols that are used in the WebCore internals library.
3641 2013-05-08 Zan Dobersek <zdobersek@igalia.com>
3643 [Automake] Pass --no-demangle to the linker by default to get the mangled symbols
3644 https://bugs.webkit.org/show_bug.cgi?id=115732
3646 Reviewed by Gustavo Noronha Silva.
3648 * GNUmakefile.am: Pass the --no-demangle option to the linker by default. This is done by appending
3649 the flag to the LDFLAGS variable. While the AM_LDFLAGS variable would be more appropriate, it's not
3650 at all used when linking installable libraries like libwebkitgtk and libwebkit2gtk, so the LDFLAGS
3651 variable is used instead.
3653 2013-05-07 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3655 [CMAKE] Remove SHADOW_DOM from cmakeconfig.h.cmake
3656 https://bugs.webkit.org/show_bug.cgi?id=115712
3658 Reviewed by Andreas Kling.
3660 Nobody uses SHADOW_DOM in cmake.
3662 * Source/cmake/WebKitFeatures.cmake:
3663 * Source/cmakeconfig.h.cmake:
3665 2013-05-06 Mike Lattanzio <mlattanzio@blackberry.com>
3667 [BlackBerry] Enable and Expose Text Autosizing through BlackBerry::WebKit::WebSettings
3668 https://bugs.webkit.org/show_bug.cgi?id=113808
3670 Reviewed by Rob Buis.
3672 Set the ENABLE_TEXT_AUTOSIZING default to ON for BlackBerry.
3674 * Source/cmake/OptionsBlackBerry.cmake:
3676 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
3678 [EFL] Shadow DOM should be disabled at compile time
3679 https://bugs.webkit.org/show_bug.cgi?id=115635
3681 Reviewed by Andreas Kling.
3683 Disable Shadow DOM at compile time for EFL port. Shadow DOM code
3684 is being removed from the tree.
3686 * Source/cmake/OptionsEfl.cmake:
3688 2013-05-04 Dean Jackson <dino@apple.com>
3690 Animations and Transitions should not start when globally suspended
3691 https://bugs.webkit.org/show_bug.cgi?id=114915
3693 Reviewed by Sam Weinig.
3695 Export AnimationController::isSuspended().
3697 * Source/autotools/symbols.filter:
3699 2013-05-01 Benjamin Poulain <benjamin@webkit.org>
3701 Remove the remaining wscript
3702 https://bugs.webkit.org/show_bug.cgi?id=115459
3704 Reviewed by Andreas Kling.
3708 2013-05-01 Sergio Villar Senin <svillar@igalia.com>
3710 Show a block cursor in overtype mode
3711 https://bugs.webkit.org/show_bug.cgi?id=114819
3713 Reviewed by Ryosuke Niwa.
3715 * Source/autotools/symbols.filter: export some extra symbols for
3718 2013-04-30 Christophe Dumez <ch.dumez@sisa.samsung.com>
3720 [EFL] Enable scaled cursors
3721 https://bugs.webkit.org/show_bug.cgi?id=106242
3723 Reviewed by Gyuyoung Kim.
3725 Enable MOUSE_CURSOR_SCALE flag for EFL port.
3727 * Source/cmake/OptionsEfl.cmake:
3728 * Source/cmake/WebKitFeatures.cmake:
3730 2013-04-29 Zan Dobersek <zdobersek@igalia.com>
3732 [GTK] Disable Shadow DOM feature
3733 https://bugs.webkit.org/show_bug.cgi?id=115374
3735 Reviewed by Martin Robinson.
3737 Disable the Shadow DOM feature on the GTK port, the feature is planned for removal.
3739 * Source/autotools/SetupWebKitFeatures.m4:
3741 2013-04-28 Ryuan Choi <ryuan.choi@samsung.com>
3743 [EFL][CMAKE] Build break after r149259
3744 https://bugs.webkit.org/show_bug.cgi?id=115339
3746 Reviewed by Gyuyoung Kim.
3748 r149259 used c++11 features(Right angle bracket, Range-based for-loop).
3749 This patch enforces c++0x when cmake based ports build WebKit2 using gcc.
3751 * Source/cmake/WebKitHelpers.cmake:
3753 2013-04-22 Benjamin Poulain <benjamin@webkit.org>
3755 Remove the memory instrumentation code
3756 https://bugs.webkit.org/show_bug.cgi?id=114931
3758 Reviewed by Andreas Kling.
3760 * Source/autotools/symbols.filter:
3762 2013-04-22 Martin Robinson <mrobinson@igalia.com>
3764 [GTK] Enable introspection always for developer builds
3765 https://bugs.webkit.org/show_bug.cgi?id=114983
3767 Reviewed by Gustavo Noronha Silva.
3769 * Source/autotools/SetupAutoconfHeader.m4: No longer expose the ENABLE_INTROSPECTION
3770 autoconf header variable. It isn't used and it means that when introspection is enabled
3771 or disabled, there is an unnecessary full rebuild.
3773 2013-04-22 Zan Dobersek <zdobersek@igalia.com>
3775 [GTK] Set up libPlatform.la
3776 https://bugs.webkit.org/show_bug.cgi?id=114168
3778 Reviewed by Martin Robinson.
3780 * GNUmakefile.am: Define the platform_cppflags and platform_sources variables.
3782 2013-04-20 Zan Dobersek <zdobersek@igalia.com>
3784 Enable sub-pixel layout for the GTK port
3785 https://bugs.webkit.org/show_bug.cgi?id=94792
3787 Reviewed by Martin Robinson.
3789 * Source/autotools/SetupWebKitFeatures.m4: Enable the subpixel layout.
3791 2013-04-20 Andras Becsi <andras.becsi@digia.com>
3793 [Qt][Mac] Remove obsolete workaround for debug builds
3794 https://bugs.webkit.org/show_bug.cgi?id=114750
3796 Reviewed by Jocelyn Turcotte.
3798 This workaround made default builds fail with recent Qt5 because
3799 it removed the major version number from the library name, producing