1 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3 Remove CSS_STICKY_POSITION guards
4 https://bugs.webkit.org/show_bug.cgi?id=132676
6 Reviewed by Simon Fraser.
8 * Source/cmake/OptionsEfl.cmake:
9 * Source/cmake/OptionsGTK.cmake:
10 * Source/cmake/WebKitFeatures.cmake:
11 * Source/cmakeconfig.h.cmake:
13 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
15 Unreviewed. Bump version numbers.
17 * Source/cmake/OptionsGTK.cmake:
19 2014-05-10 Martin Robinson <mrobinson@igalia.com>
21 [GTK][CMake] Unable to do make install
22 https://bugs.webkit.org/show_bug.cgi?id=130188
24 Reviewed by Carlos Garcia Campos.
26 Only try to install the HTML documentation if the build is configured to generate it via
27 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
28 to keep the HTML documentation directory as an installation source.
30 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
31 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
32 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
33 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
34 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
36 2014-05-09 Anders Carlsson <andersca@apple.com>
38 Rename WebKit2.framework to WebKit.framework
39 https://bugs.webkit.org/show_bug.cgi?id=132743
40 <rdar://problem/15920046>
42 Reviewed by Dan Bernstein.
45 Build WebKit.xcodeproj before WebKit2.xcodeproj.
47 * WebKit.xcworkspace/xcshareddata/xcschemes/:
50 2014-05-06 David Kilzer <ddkilzer@apple.com>
52 Add Makefile targets for copying static libraries (LLVM and WKSI)
53 <http://webkit.org/b/132619>
55 Reviewed by Mark Rowe.
58 (MODULES): Add WebKitLibraries.
60 2014-05-06 Commit Queue <commit-queue@webkit.org>
62 Unreviewed, rolling out r168304.
63 https://bugs.webkit.org/show_bug.cgi?id=132607
65 Broke the build (Requested by KaL on #webkit).
69 "[GTK][CMake] Unable to do make install"
70 https://bugs.webkit.org/show_bug.cgi?id=130188
71 http://trac.webkit.org/changeset/168304
73 2014-05-05 Martin Robinson <mrobinson@igalia.com>
75 [GTK][CMake] Unable to do make install
76 https://bugs.webkit.org/show_bug.cgi?id=130188
78 Reviewed by Carlos Garcia Campos.
80 Only try to install the HTML documentation if the build is configured to generate it via
81 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
82 to keep the HTML documentation directory as an installation source.
84 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
85 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
86 never added to the default target, but will be triggered by build-webkit, so that
87 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
88 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
90 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
92 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
93 https://bugs.webkit.org/show_bug.cgi?id=132525
95 Reviewed by Martin Robinson.
97 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
98 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
99 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
101 2014-05-01 David Kilzer <ddkilzer@apple.com>
103 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
104 <http://webkit.org/b/132432>
106 Reviewed by Tim Horton.
108 * Source/cmake/WebKitFeatures.cmake:
109 * Source/cmakeconfig.h.cmake:
110 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
112 2014-04-30 Simon Fraser <simon.fraser@apple.com>
114 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
116 Reviewed by Dan Bernstein/Anders Carlsson.
118 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
119 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
121 2014-04-30 Simon Fraser <simon.fraser@apple.com>
123 Let Xcode have its way with the WebKit workspace.
125 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
126 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
128 2014-04-29 Martin Robinson <mrobinson@igalia.com>
130 [GTK] Make it easier to run CMake for downstreams
131 https://bugs.webkit.org/show_bug.cgi?id=132370
133 Reviewed by Carlos Garcia Campos.
135 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
137 2014-04-27 Joonghun Park <jh718.park@samsung.com>
139 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
140 https://bugs.webkit.org/show_bug.cgi?id=132176
142 Reviewed by Gyuyoung Kim.
144 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
146 * Source/cmake/OptionsEfl.cmake:
148 2014-04-22 Alex Christensen <achristensen@webkit.org>
150 Removed old stdbool and inttypes headers.
151 https://bugs.webkit.org/show_bug.cgi?id=131966
153 Reviewed by Brent Fulgham.
155 * Source/cmake/OptionsWindows.cmake:
156 * Source/cmake/WebKitPackaging.cmake:
157 Removed references to os-win32 directory.
159 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
161 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
163 Rubber-stamped by Carlos Garcia Campos.
165 * Source/cmake/WebKitFeatures.cmake:
167 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
169 Empty RenderInline objects should not be line break objects.
171 https://bugs.webkit.org/show_bug.cgi?id=131861
172 <rdar://problem/15663617>
174 Reviewed by David Hyatt.
176 * ManualTests/empty-inline-as-line-break-position.html: Added.
177 This issue wouldn't reproduce in WebKitTestRunner.
179 2014-04-19 Brent Fulgham <bfulgham@apple.com>
181 Revert unintended workspace change in my last commit.
183 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
184 Scheme type back to Debug.
186 2014-04-18 Philippe Normand <pnormand@igalia.com>
188 Remove NETWORK_INFO support
189 https://bugs.webkit.org/show_bug.cgi?id=131841
191 Reviewed by Gyuyoung Kim.
193 * Source/cmake/OptionsEfl.cmake:
194 * Source/cmake/OptionsGTK.cmake:
195 * Source/cmake/WebKitFeatures.cmake:
196 * Source/cmakeconfig.h.cmake:
198 2014-04-17 Darin Adler <darin@apple.com>
200 Try to fix EFL and GTK builds.
202 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
203 * Source/cmake/OptionsGTK.cmake: Ditto.
204 * Source/cmakeconfig.h.cmake: Ditto.
206 2014-04-16 Brendan Long <b.long@cablelabs.com>
208 [GTK][CMAKE] build-webkit doesn't detect when the build fails
209 https://bugs.webkit.org/show_bug.cgi?id=130148
211 Reviewed by Martin Robinson.
213 * 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.
215 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
217 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
218 https://bugs.webkit.org/show_bug.cgi?id=131725
220 Reviewed by Philippe Normand.
222 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
223 instead of GTK_UNIX_PRINTING_FOUND and set the macro
224 HAVE_GTK_UNIX_PRINTING to 1 when found.
226 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
228 Web Replay: memoize nondeterministic attributes of the Navigator interface
229 https://bugs.webkit.org/show_bug.cgi?id=131340
231 Reviewed by Timothy Hatcher.
233 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
235 2014-04-09 Brendan Long <b.long@cablelabs.com>
237 [GStreamer] Expose MPEG-TS metadata
238 https://bugs.webkit.org/show_bug.cgi?id=122001
240 Reviewed by Eric Carlson.
242 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
243 * Source/cmake/OptionsEfl.cmake: Same.
244 * Source/cmake/OptionsGTK.cmake: Same.
246 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
248 Web Replay: memoize nondeterministic attributes of the Screen interface
249 https://bugs.webkit.org/show_bug.cgi?id=131339
251 Reviewed by Timothy Hatcher.
253 * ManualTests/inspector/replay-window-screen.html: Added.
255 2014-04-08 Martin Robinson <mrobinson@igalia.com>
257 [GTK] Remove the WebKitGTK+ WebKit 1 code
258 https://bugs.webkit.org/show_bug.cgi?id=131399
260 Reviewed by Anders Carlsson.
262 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
263 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
265 2014-04-08 Dan Bernstein <mitz@apple.com>
267 Added bmalloc to the WebKit workspace.
268 https://bugs.webkit.org/show_bug.cgi?id=131362
270 Reviewed by Geoff Garen.
272 * WebKit.xcworkspace/contents.xcworkspacedata:
273 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
274 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
276 2014-04-08 Geoffrey Garen <ggaren@apple.com>
278 Build bmalloc on iOS too
279 https://bugs.webkit.org/show_bug.cgi?id=131381
281 Reviewed by Andreas Kling.
283 * Source/Makefile: Build it.
285 2014-04-07 Geoffrey Garen <ggaren@apple.com>
288 https://bugs.webkit.org/show_bug.cgi?id=131333
290 Reviewed by Mark Rowe.
293 * WebKitBuild: Added.
294 * WebKitBuild/Debug: Added.
296 2014-04-07 Ryuan Choi <ryuan.choi@samsung.com>
298 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT
299 https://bugs.webkit.org/show_bug.cgi?id=131257
301 Reviewed by Gyuyoung Kim.
303 * Source/cmake/OptionsEfl.cmake: Enable MEDIA_CONTROLS_SCRIPT
305 2014-04-06 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
307 [GTK] Stop trying to install WebKit1 documentation
308 https://bugs.webkit.org/show_bug.cgi?id=131278
310 Reviewed by Martin Robinson.
312 * Source/PlatformGTK.cmake: Remove install() call since the WebKit1 documentation is not
313 built anymore since r166584. This fixes `make install'.
315 2014-04-04 Brian J. Burg <burg@cs.washington.edu>
317 Web Replay: capture and replay wheel events and scroll commands
318 https://bugs.webkit.org/show_bug.cgi?id=129402
320 Reviewed by Timothy Hatcher.
322 * ManualTests/inspector/replay-wheel-events.html: Added.
324 2014-04-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
326 [GTK][CMake] Remove FindXt.cmake.
327 https://bugs.webkit.org/show_bug.cgi?id=131227
329 Reviewed by Anders Carlsson.
331 Xt is already detected by CMake's own FindX11.cmake, so there is no need to keep a custom FindXt.cmake around.
333 * Source/cmake/FindXt.cmake: Removed.
334 * Source/cmake/OptionsGTK.cmake:
336 2014-04-04 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
338 [EFL] Build error due to changed path of generated js files.
339 https://bugs.webkit.org/show_bug.cgi?id=131215
341 Reviewed by Gyuyoung Kim.
343 r166648 fixed the generation of some .js files on GTK. Due to some
344 changes in the paths it causes a build error on EFL.
346 * Source/PlatformEfl.cmake:
347 Replaced path for two derived source files.
349 2014-04-02 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
351 [GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
352 https://bugs.webkit.org/show_bug.cgi?id=131095
354 Reviewed by Martin Robinson.
356 One needs to take into account OpenGL's include directory found via
357 find_package() when looking for glx.h, since if the former is a
358 non-standard location the latter will also be. If this is not it is
359 possible that OpenGL is found but GLX support is not properly detected.
361 * Source/cmake/OptionsGTK.cmake:
363 2014-04-02 Martin Robinson <mrobinson@igalia.com>
365 REGRESSION(r165704): [GTK] Inspector resources not correctly generated
366 https://bugs.webkit.org/show_bug.cgi?id=130343
368 Reviewed by Gustavo Noronha Silva.
370 * CMakeLists.txt: Add a variable which points to the directory to store WebInspectorUI
372 * Source/cmake/WebKitFS.cmake: Generate WebInspectorUI derived sources directories.
374 2014-04-01 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
376 [CMake] Drop port check from FindEGL.cmake.
377 https://bugs.webkit.org/show_bug.cgi?id=131091
379 Reviewed by Gyuyoung Kim.
381 There is no reason to mark some variables as advanced only for the
384 * Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
385 as advanced regardless of the port.
387 2014-04-01 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
389 Fix the !ENABLE(BATTERY_STATUS) build
390 https://bugs.webkit.org/show_bug.cgi?id=130183
392 Reviewed by Anders Carlsson.
394 * Source/cmake/OptionsEfl.cmake:
396 2014-03-31 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
398 [CMake][GTK] Do not expand variables twice in if() checks.
399 https://bugs.webkit.org/show_bug.cgi?id=130964
401 Reviewed by Martin Robinson.
403 In CMake, `if (${foo})' causes $foo to be evaluated first and its value
404 to be checked by the if clause. This is not what we want, and
405 configuration fails when, say, GLX support wasn't found as the if
406 clause is actually evaluated as `if (TRUE AND (OR TRUE))'.
408 * Source/cmake/OptionsGTK.cmake: Pass if (FOO) instead of if (${FOO})
411 2014-03-31 Martin Robinson <mrobinson@igalia.com>
413 [GTK] Remove scripts code only applicable to autotools
414 https://bugs.webkit.org/show_bug.cgi?id=130841
416 Reviewed by Anders Carlsson.
418 * Source/cmake/WebKitPackaging.cmake: No longer need to consider autotools files.
420 2014-03-31 Martin Robinson <mrobinson@igalia.com>
422 [GTK] Use PROJECT_VERSION_* instead of WEBKIT_*_VERSION
423 https://bugs.webkit.org/show_bug.cgi?id=130936
425 Reviewed by Carlos Garcia Campos.
427 * Source/cmake/OptionsGTK.cmake: No longer emulate the Autotools macro names.
429 2014-03-31 Carlos Garcia Campos <cgarcia@igalia.com>
431 [GTK] Add support for GTK3 plugins
432 https://bugs.webkit.org/show_bug.cgi?id=130599
434 Reviewed by Martin Robinson.
436 * Source/cmake/OptionsGTK.cmake:
438 2014-03-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
440 [EFL] Bump glib version from 2.36 to 2.38
441 https://bugs.webkit.org/show_bug.cgi?id=130886
443 Reviewed by Csaba Osztrogonác.
445 * Source/cmake/OptionsEfl.cmake: Required glib-2.38 version.
447 2014-03-26 Zoltan Horvath <zoltan@webkit.org>
449 [CSS Shapes] Remove shape-inside support
450 https://bugs.webkit.org/show_bug.cgi?id=130698
452 Reviewed by David Hyatt.
454 * Source/cmake/WebKitFeatures.cmake:
455 * Source/cmakeconfig.h.cmake:
457 2014-03-25 Martin Robinson <mrobinson@igalia.com>
459 [GTK] Remove the autotools build
460 https://bugs.webkit.org/show_bug.cgi?id=130717
462 Reviewed by Anders Carlsson.
464 * .gitignore: Remove references to autotools files.
465 * GNUmakefile.am: Removed.
466 * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
467 * Source/autotools/CustomMacros.m4: Removed.
468 * Source/autotools/FindDependencies.m4: Removed.
469 * Source/autotools/PrintBuildConfiguration.m4: Removed.
470 * Source/autotools/ReadCommandLineArguments.m4: Removed.
471 * Source/autotools/SetupAutoconfHeader.m4: Removed.
472 * Source/autotools/SetupAutomake.m4: Removed.
473 * Source/autotools/SetupCompilerFlags.m4: Removed.
474 * Source/autotools/SetupLibtool.m4: Removed.
475 * Source/autotools/SetupWebKitFeatures.m4: Removed.
476 * Source/autotools/Versions.m4: Removed.
477 * Source/autotools/acinclude.m4: Removed.
478 * Source/autotools/dolt.m4: Removed.
479 * Source/autotools/gsettings.m4: Removed.
480 * Source/cmake/OptionsGTK.cmake:
481 * autogen.sh: Removed.
482 * configure.ac: Removed.
484 2014-03-25 Gabor Rapcsanyi <rgabor@webkit.org>
486 [EFL] Add ARM64 build support
487 https://bugs.webkit.org/show_bug.cgi?id=130506
489 Rubber stamped by Gyuyoung Kim.
491 * CMakeLists.txt: Set WTF_CPU_ARM64 when aarch64 is defined.
493 2014-03-25 Michał Pakuła vel Rutka <m.pakula@samsung.com>
495 [EFL][WK2] Add NETWORK_PROCESS build option
496 https://bugs.webkit.org/show_bug.cgi?id=130131
498 Reviewed by Gyuyoung Kim.
500 Add option to build EFL port with NETWORK_PROCESS set on. By default NETWORK_PROCESS is
503 * Source/cmake/OptionsEfl.cmake:
505 2014-03-24 Brian Burg <bburg@apple.com>
507 Web Replay: capture and replay keyboard events
508 https://bugs.webkit.org/show_bug.cgi?id=130314
510 Reviewed by Joseph Pecoraro.
512 * ManualTests/inspector/replay-keyboard-events.html: Added.
514 2014-03-24 Sangyong Park <sy302.park@gmail.com>
516 [EFL] Inspector page is not loaded.
517 https://bugs.webkit.org/show_bug.cgi?id=130661
519 Reviewed by Gyuyoung Kim.
521 Inspector page is not loaded, because some javascript files are not installed.
522 (InspectorJSBackendCommands.js, InspectorWebBackendCommands.js)
524 * Source/PlatformEfl.cmake:
526 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
528 [EFL][GTK] Get CMake to find Freetype2 properly
529 https://bugs.webkit.org/show_bug.cgi?id=130150
531 Reviewed by Martin Robinson.
533 Newer versions of CMake are not able to find Freetype2 correctly.
534 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
535 freetype2 repo, because a completely different version number is found in freetype2.pc.
537 * Source/cmake/FindFreetype2.cmake: Added.
538 * Source/cmake/OptionsEfl.cmake:
539 * Source/cmake/OptionsGTK.cmake:
541 2014-03-20 Brian Burg <bburg@apple.com>
543 Web Replay: capture and replay mouse events
544 https://bugs.webkit.org/show_bug.cgi?id=129395
546 Reviewed by Joseph Pecoraro.
548 Create a manual test for capture/replay of mouse events.
549 Copy over the crypto-md5.js library from SunSpider.
551 * ManualTests/inspector/replay-mouse-events.html: Added.
552 * ManualTests/inspector/resources/crypto-md5.js: Added.
554 2014-03-20 Zan Dobersek <zdobersek@igalia.com>
556 [GTK][CMake] Add support for building with Clang
557 https://bugs.webkit.org/show_bug.cgi?id=130260
559 Reviewed by Martin Robinson.
561 * Source/PlatformGTK.cmake: Run the generate-gtkdoc script with the CFLAGS env set
562 to the list C compiler flags as constructed by CMake.
563 * Source/cmake/OptionsCommon.cmake: When building with Clang, use the -Qunused-arguments
564 compiler option to suppress verbose warnings about arguments that went unused by the driver.
565 * Source/cmake/OptionsGTK.cmake: Use -fno-omit-frame-pointer for both GCC and Clang.
566 -fno-tree-dce should be used only for GCC.
567 * Source/cmake/gtest/CMakeLists.txt: When building with Clang the GTest framework
568 should be built with GTEST_HAS_TR1_TUPLE macro defined to 0 to avoid build failures.
570 2014-03-20 Commit Queue <commit-queue@webkit.org>
572 Unreviewed, rolling out r165962.
573 https://bugs.webkit.org/show_bug.cgi?id=130512
575 It broke the build (Requested by Ossy on #webkit).
579 "[EFL][GTK] Get CMake to find Freetype2 properly"
580 https://bugs.webkit.org/show_bug.cgi?id=130150
581 http://trac.webkit.org/changeset/165962
583 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
585 [EFL][GTK] Get CMake to find Freetype2 properly
586 https://bugs.webkit.org/show_bug.cgi?id=130150
588 Reviewed by Csaba Osztrogonác.
590 Newer versions of CMake are not able to find Freetype2 correctly.
591 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
592 freetype2 repo, because a completely different version number is found in freetype2.pc.
594 * Source/cmake/FindFreetype2.cmake: Added.
595 * Source/cmake/OptionsEfl.cmake:
596 * Source/cmake/OptionsGTK.cmake:
598 2014-03-17 Brendan Long <b.long@cablelabs.com>
600 [GStreamer] human readable language code for tracks
601 https://bugs.webkit.org/show_bug.cgi?id=124514
603 Reviewed by Martin Robinson.
605 * Source/autotools/FindDependencies.m4: Add gstreamer-tag-1.0.
606 * Source/cmake/FindGStreamer.cmake: Same.
607 * Source/cmake/OptionsEfl.cmake: Same.
608 * Source/cmake/OptionsGTK.cmake: Same.
610 2014-03-17 Martin Robinson <mrobinson@igalia.com>
612 [GTK][CMake] Credential storage is not enabled
613 https://bugs.webkit.org/show_bug.cgi?id=130149
615 Reviewed by Philippe Normand.
617 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_CREDENTIAL_STORAGE option to the configuration
618 and look libsecret when it's enabled.
619 * Source/cmakeconfig.h.cmake: Expose the ENABLE_CREDENTIAL_STORAGE option to the build.
621 2014-03-17 Martin Robinson <mrobinson@igalia.com>
623 [GTK][CMake] Ensure that HAVE_GTK_UNIX_PRINTING is defined when appropriate
624 https://bugs.webkit.org/show_bug.cgi?id=130155
626 Reviewed by Philippe Normand.
628 * Source/cmake/FindGTKUnixPrint.cmake: Added.
629 * Source/cmake/OptionsGTK.cmake: Look for gtk+-unix-print and use it to turn on HAVE_GTK_UNIX_PRINTING.
630 * Source/cmakeconfig.h.cmake: Add the HAVE_GTK_UNIX_PRINTING define.
632 2014-03-16 Kim Byung Jun <bj1987.kim@samsung.com>
634 [EFL] Enable TOUCH_SLIDER macro.
635 https://bugs.webkit.org/show_bug.cgi?id=130186
637 Reviewed by Gyuyoung Kim.
639 * Source/cmake/OptionsEfl.cmake:
641 2014-03-16 Zan Dobersek <zdobersek@igalia.com>
643 [GTK][CMake] Build with -fno-rtti
644 https://bugs.webkit.org/show_bug.cgi?id=130261
646 Reviewed by Martin Robinson.
648 * Source/cmake/OptionsCommon.cmake: List the -fno-exceptions, -fno-strict-aliasing
649 and -fno-rtti options in the global CMAKE_C_FLAGS and CMAKE_CXX_FLAGS (-fno-rtti
650 is only listed in the latter). Replace -std=gnu++0x with the official -std=c++11 option.
651 * Source/cmake/WebKitHelpers.cmake: Stop -fno-exceptions and -fno-strict-aliasing
652 from being set through the WEBKIT_SET_EXTRA_COMPILER_FLAGS macro, they are now listed
653 in CMAKE_C_FLAGS and CMAKE_CXX_FLAGS.
654 * Source/cmake/gtest/CMakeLists.txt: Build GTest code with GTEST_HAS_RTTI macro defined to 0.
656 2014-03-16 Brendan Long <b.long@cablelabs.com>
658 [GStreamer] CMake doesn't find the include path for gstreamer-base
659 https://bugs.webkit.org/show_bug.cgi?id=130098
661 Reviewed by Philippe Normand.
663 * Source/cmake/FindGStreamer.cmake: Look for a header in gstreamer-base instead of looking for gst/gst.h twice.
665 2014-03-14 Maciej Stachowiak <mjs@apple.com>
667 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
668 https://bugs.webkit.org/show_bug.cgi?id=130276
669 <rdar://problem/16266927>
671 Reviewed by Simon Fraser.
673 * ManualTests/NPN_Invoke/Info.plist:
674 * ManualTests/NPN_Invoke/main.c:
675 * ManualTests/accessibility/resources/AppletTest.java:
677 2014-03-14 Zan Dobersek <zdobersek@igalia.com>
679 [CMake] Remove -fno-tree-sra workaround for GCC 4.5
680 https://bugs.webkit.org/show_bug.cgi?id=130258
682 Reviewed by Martin Robinson.
684 GCC compilers 4.7 and later are supported, so there's no need for disabling
685 the -ftree-sra optimization which was causing problems when enabled on GCC 4.5.
687 * Source/cmake/WebKitHelpers.cmake:
689 2014-03-14 Landry Breuil <landry@openbsd.org>
691 Add autotools boilerplate for proper os defines on OpenBSD/NetBSD/DragonFly
692 https://bugs.webkit.org/show_bug.cgi?id=129966
694 Reviewed by Andreas Kling.
696 * Source/autotools/CheckSystemAndBasicDependencies.m4:
697 * Source/autotools/SetupAutomake.m4:
699 2014-03-13 Mario Sanchez Prada <mario.prada@samsung.com>
701 [CMake] Failure to link with older installations of WebP
702 https://bugs.webkit.org/show_bug.cgi?id=130195
704 Reviewed by Gustavo Noronha Silva.
706 Fix the issue by using a temporary variable as the output parameter
707 to check_include_files(), setting WEBP_FOUND accordingly later.
709 * Source/cmake/FindWebP.cmake: Avoid reusing the WEBP_FOUND
710 variable in check_include_files(), as it will lead to misleading
711 results (will always be FALSE). Use a temporary variable instead
712 and explicitly set WEBP_FOUND to TRUE later if needed.
714 2014-03-12 Martin Robinson <mrobinson@igalia.com>
716 [CMake] Changes to the bindings generator Perl modules do not trigger regeneration of bindings
717 https://bugs.webkit.org/show_bug.cgi?id=130170
719 Reviewed by Daniel Bates.
721 * Source/cmake/WebKitMacros.cmake: Add the Perl modules used in script generation to the dependency
722 list. We must check whether or not the specific one exists first, because the InjectedBundle uses a
723 fake "TestRunner" generator.
725 2014-03-12 Carlos Garcia Campos <cgarcia@igalia.com>
727 [GTK][CMAKE] Remove compile warnings about GTK+ deprecated API
728 https://bugs.webkit.org/show_bug.cgi?id=130014
730 Reviewed by Martin Robinson.
732 Set GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_6.
734 * Source/cmake/OptionsGTK.cmake:
735 * Source/cmakeconfig.h.cmake:
737 2014-03-12 Martin Robinson <mrobinson@igalia.com>
739 [GTK][CMAKE] Too verbose build output
740 https://bugs.webkit.org/show_bug.cgi?id=130076
742 Reviewed by Carlos Garcia Campos.
744 * Source/cmake/OptionsGTK.cmake: Generate a script which does the actual build. This
745 works around an issue where cmake --build doesn't support ninja's pretty printing.
747 2014-03-10 Mario Sanchez Prada <mario.prada@samsung.com>
749 [GTK] Add support for Geoclue2
750 https://bugs.webkit.org/show_bug.cgi?id=120185
752 Reviewed by Carlos Garcia Campos.
754 Patch by Anton Obzhirov <a.obzhirov@samsung.com> and Mario Sanchez Prada <mario.prada@samsung.com>
756 Add support for Geoclue2 using autotools.
758 * Source/autotools/FindDependencies.m4: Add support for handling
759 both Geoclue 1.0 and 2.0.
760 * Source/autotools/PrintBuildConfiguration.m4: Print the version
761 of geoclue that is being used.
762 * Source/autotools/SetupAutoconfHeader.m4: Define GEOCLUE_API_VERSION_2.
763 * Source/autotools/SetupAutomake.m4: Likewise, for AM_CONDITIONAL.
764 * Source/autotools/Versions.m4: Added minimum required version for Geoclue2.
766 Add support for Geoclue2 using CMake.
768 * Source/cmake/FindGeoClue2.cmake: Added.
769 * Source/cmake/OptionsGTK.cmake: Add support for handling Geoclue 1.0 and 2.0.
770 * Source/cmakeconfig.h.cmake: Define WTF_USE_GEOCLUE2.
772 2014-03-10 Martin Robinson <mrobinson@igalia.com>
774 [GTK][CMAKE] gtk-doc HTML documentation is generated by default when building with CMake
775 https://bugs.webkit.org/show_bug.cgi?id=130016
777 Reviewed by Carlos Garcia Campos.
779 * Source/PlatformGTK.cmake: Add two gtkdoc targets, one which builds HTML and one which
780 doesn't. Add the non-HTML version to the default target, but not the HTML version. The
781 HTML version will still run when building the distribution tarball.
783 2014-03-10 Martin Robinson <mrobinson@igalia.com>
785 [GTK] [CMake] Clean up library linking
786 https://bugs.webkit.org/show_bug.cgi?id=129782
788 Reviewed by Philippe Normand.
790 * Source/cmake/OptionsGTK.cmake: Add a macro to wrap all libraries in a list with --whole-archive
791 so that unused symbols are not dropped. This is useful when building up shared libraries
792 from convenience libraries.
794 2014-03-08 Landry Breuil <landry@openbsd.org>
796 Don't check for shm_open on librt on OpenBSD, lib doesnt exist.
797 https://bugs.webkit.org/show_bug.cgi?id=129973
799 Reviewed by Martin Robinson.
801 * Source/autotools/FindDependencies.m4:
803 2014-03-06 Anders Carlsson <andersca@apple.com>
805 Build WebKit2 before building WebKit
806 https://bugs.webkit.org/show_bug.cgi?id=129831
807 <rdar://problem/15920020>
809 Reviewed by Dan Bernstein.
812 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
813 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
815 2014-03-06 Commit Queue <commit-queue@webkit.org>
817 Unreviewed, rolling out r165193.
818 http://trac.webkit.org/changeset/165193
819 https://bugs.webkit.org/show_bug.cgi?id=129823
821 Not specifying libc++ as the stdlib for Clang through CXXFLAGS
822 env confuses libtool (Requested by zdobersek on #webkit).
824 * Source/autotools/SetupCompilerFlags.m4:
826 2014-03-06 Zan Dobersek <zdobersek@igalia.com>
828 [GTK][Autotools] Default to libc++ when compiling with Clang
829 https://bugs.webkit.org/show_bug.cgi?id=129798
831 Reviewed by Anders Carlsson.
833 * Source/autotools/SetupCompilerFlags.m4: Default to using libc++ when compiling with the Clang
834 compiler. This is still overridable if -stdlib=* flag was set through CXXFLAGS, in case people
835 would for some reason still prefer libstdc++ (i.e. on setups where a functional libc++ is not yet available).
837 2014-03-05 Martin Robinson <mrobinson@igalia.com>
839 [CMake] Ninja generator builds fail with "Argument list too long"
840 https://bugs.webkit.org/show_bug.cgi?id=129771
842 Reviewed by Daniel Bates.
844 * Source/cmake/OptionsCommon.cmake: Work around a bug in the Ninja CMake generator,
845 by forcing the use of response files.
847 2014-03-05 Ryuan Choi <ryuan.choi@samsung.com>
849 [CMake] Use thin archives if building on Linux for non-shared-core debug builds
850 https://bugs.webkit.org/show_bug.cgi?id=108330
852 Reviewed by Martin Robinson.
854 In order to get non-shared debug builds, this patch applied T option for
855 thin archives to the flags passed to ar when cmake based ports build on linux.
856 In addition, applied u option which avoids adding a file twice.
858 * Source/cmake/OptionsCommon.cmake: Moved archive options from OptionsGTK.cmake.
859 * Source/cmake/OptionsEfl.cmake:
860 Removed error messages for non-shared-core debug builds.
861 * Source/cmake/OptionsGTK.cmake: Moved archive options to OptionsCommon.cmake.
863 2014-03-04 Zan Dobersek <zdobersek@igalia.com>
865 [GTK] Build the Udis86 disassembler
866 https://bugs.webkit.org/show_bug.cgi?id=129679
868 Reviewed by Michael Saboff.
870 * GNUmakefile.am: Add the Udis86_nosources variable.
871 * Source/cmake/OptionsGTK.cmake: Enable the Udis86 disassembler.
873 2014-03-04 Martin Robinson <mrobinson@igalia.com>
875 [GTK] Simplify the GObject DOM bindings API break check into one step
876 https://bugs.webkit.org/show_bug.cgi?id=129571
878 Reviewed by Carlos Garcia Campos.
880 * Source/PlatformGTK.cmake: We don't need to run the API break check before gtkdoc generation.
881 Add the check to 'make check.'
883 2014-03-04 Martin Robinson <mrobinson@igalia.com>
885 [GTK][CMake] ENABLE_NAVIGATOR_CONTENT_UTILS is mistakenly enabled for the CMake build
886 https://bugs.webkit.org/show_bug.cgi?id=129502
888 Reviewed by Carlos Garcia Campos.
890 * Source/cmake/OptionsGTK.cmake: Disable the option for GTK+.
892 2014-03-03 Jozsef Berta <jberta.u-szeged@partner.samsung.com>
894 [cmake] *Names.cpp file should be regenerated after touching StaticString.pm
895 https://bugs.webkit.org/show_bug.cgi?id=129031
897 Reviewed by Csaba Osztrogonác.
899 * Source/cmake/WebKitMacros.cmake: Added a call for make_names.pm dependencies in GENERATE_FONT_NAMES and GENERATE_DOM_NAMES macros.
901 2014-03-03 Carlos Garcia Campos <cgarcia@igalia.com>
903 [GTK] WebKit2WebExtension GIR can't be used in vala
904 https://bugs.webkit.org/show_bug.cgi?id=127179
906 Reviewed by Martin Robinson.
908 Add a different pkg-config file for the web extensions API.
910 * Source/cmake/OptionsGTK.cmake:
913 2014-03-02 Dirkjan Ochtman <d.ochtman@activevideo.com>
915 Support ENABLE_ENCRYPTED_MEDIA in cmake builds
916 https://bugs.webkit.org/show_bug.cgi?id=129575
918 Reviewed by Philippe Normand.
920 * Source/cmake/OptionsEfl.cmake:
921 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
922 * Source/cmake/OptionsGTK.cmake:
923 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
924 * Source/cmake/WebKitFeatures.cmake:
925 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
926 * Source/cmakeconfig.h.cmake:
927 Added ENABLE_ENCRYPTED_MEDIA{,_V2} flags.
929 2014-02-27 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
931 Enable support of X-Content-Type-Options: nosniff header for EFL
932 https://bugs.webkit.org/show_bug.cgi?id=128673
934 Reviewed by Gyuyoung Kim.
936 * Source/cmake/OptionsEfl.cmake:
937 Enabled NOSNIFF feature flag for EFL.
939 2014-02-27 Koop Mast <kwm@FreeBSD.org>
941 Fallback on checking for libz manualy if zlib.pc isn't available.
942 https://bugs.webkit.org/show_bug.cgi?id=127061
944 Reviewed by Gustavo Noronha Silva.
946 * Source/autotools/FindDependencies.m4:
948 2014-02-25 Sergio Villar Senin <svillar@igalia.com>
950 [CSS Grid Layout] Add ENABLE flag
951 https://bugs.webkit.org/show_bug.cgi?id=129153
953 Reviewed by Simon Fraser.
955 Added the ENABLE_CSS_GRID_LAYOUT feature flag to the cmake and
956 autotools build systems. The feature is disabled by default for
959 * Source/autotools/SetupWebKitFeatures.m4:
960 * Source/cmake/OptionsEfl.cmake:
961 * Source/cmake/OptionsGTK.cmake:
962 * Source/cmake/WebKitFeatures.cmake:
963 * Source/cmakeconfig.h.cmake:
965 2014-02-24 Martin Robinson <mrobinson@igalia.com>
967 [GTK] generate-gtkdoc should not generate documentation for source files for unbuilt source files
968 https://bugs.webkit.org/show_bug.cgi?id=128417
970 Reviewed by Carlos Garcia Campos.
972 * Source/cmake/OptionsGTK.cmake: Define the paths to the pkgconfig files here, so that they
973 may one day be used in the webkitdom config file generation.
975 2014-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
977 [EFL][CMake] Fix javascriptcore test failings by the jsCStack branch merge
978 https://bugs.webkit.org/show_bug.cgi?id=128961
980 Reviewed by Ryosuke Niwa.
982 Javascriptcore test on EFL port has been broken since the jsCStack branch merge.
983 For now we can fix almost tests by using "-fno-tree-dce option". Unfortunately,
984 EFL port needs not to check "uninitialized" build warning as error in order to
985 adjust the option to EFL port. This patch don't take it as error temporarily.
987 * Source/cmake/OptionsEfl.cmake:
988 * Source/cmake/WebKitHelpers.cmake:
990 2014-02-16 Martin Robinson <mrobinson@igalia.com>
992 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
993 https://bugs.webkit.org/show_bug.cgi?id=128434
995 Reviewed by Anders Carlsson.
997 * Source/cmake/OptionsGTK.cmake: Add -fno-omit-frame-pointer to the GTK+ CMake
998 port as well as -fno-tree-dce, like it is used in the autotools build.
1000 2014-02-17 ChangSeok Oh <changseok.oh@collabora.com>
1002 [GTK] MEDIA_CONTROLS_SCRIPT depends on VIDEO_TRACK
1003 https://bugs.webkit.org/show_bug.cgi?id=128799
1005 Reviewed by Philippe Normand.
1007 MEDIA_CONTROLS_SCRIPT has a dependency on VIDEO_TRACK. So it causes a build break
1008 if building with autotools. cmake system has enabled it as default. So I propose
1009 enabling VIDEO_TRACK as well.
1011 * Source/autotools/SetupWebKitFeatures.m4:
1013 2014-02-14 Commit Queue <commit-queue@webkit.org>
1015 Unreviewed, rolling out r164090.
1016 http://trac.webkit.org/changeset/164090
1017 https://bugs.webkit.org/show_bug.cgi?id=128807
1019 It broke the EFL build (Requested by Ossy on #webkit).
1021 * Source/cmake/OptionsCommon.cmake:
1022 * Source/cmake/OptionsEfl.cmake:
1024 2014-02-09 Martin Robinson <mrobinson@igalia.com>
1026 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
1027 https://bugs.webkit.org/show_bug.cgi?id=128434
1029 Extend a fix for EFL to all ports that use GCC. Also include further fixes
1030 that were applied only to the autotools build.
1032 Reviewed by Gyuyoung Kim.
1034 * Source/cmake/OptionsCommon.cmake: Add -fno-omit-frame-pointer to all ports as well
1035 as -fno-tree-dce, which is necessary for GTK+.
1036 * Source/cmake/OptionsEfl.cmake: The GCC flag additions are now in the common options file.
1038 2014-02-04 Gustavo Noronha Silva <gns@gnome.org>
1040 [GTK][CMake] Generate GObject DOM bindings .symbols files
1041 https://bugs.webkit.org/show_bug.cgi?id=126210
1043 Reviewed by Martin Robinson.
1045 * Source/PlatformGTK.cmake: add checking DOM bindings API as a dependency
1046 for documentation generation.
1048 2014-02-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
1050 [GTK] MEDIA_CONTROLS_SCRIPT support
1051 https://bugs.webkit.org/show_bug.cgi?id=123097
1053 Reviewed by Jer Noble.
1055 Part of the Autotools and CMake structure to build the media
1058 * Source/autotools/SetupWebKitFeatures.m4: Activated the media
1059 controls script by default.
1060 * Source/cmake/OptionsGTK.cmake: Activated the media controls
1062 * Source/cmake/WebKitFeatures.cmake: Created the option to
1063 activate the controls script.
1064 * Source/cmakeconfig.h.cmake: Created the define template the the
1065 media controls script.
1067 2014-02-12 Zan Dobersek <zdobersek@igalia.com>
1069 [GDB] Add .gdbinit to the list of files ignored by Git
1070 https://bugs.webkit.org/show_bug.cgi?id=128455
1072 Reviewed by Anders Carlsson.
1074 * .gitignore: Ignore the .gdbinit file which can be used to perform WebKit-specific GDB initialization
1075 when the debugger is launched in the repository's root directory. Also remove a Chromium-specific comment
1076 that covers already removed entries.
1078 2014-02-11 Oliver Hunt <oliver@apple.com>
1080 Make it possible to implement JS builtins in JS
1081 https://bugs.webkit.org/show_bug.cgi?id=127887
1083 Reviewed by Michael Saboff.
1086 * Source/cmake/gtest/CMakeLists.txt:
1088 2014-02-12 Ryan Lortie <desrt@desrt.ca>
1090 'ar T' is not portable and breaks the build on FreeBSD
1091 https://bugs.webkit.org/show_bug.cgi?id=128596
1093 Reviewed by Gustavo Noronha Silva.
1095 Create thin archives only if we are using GNU ar.
1097 * Source/autotools/SetupLibtool.m4:
1099 2014-02-10 Krzysztof Wolanski <k.wolanski@samsung.com>
1101 Add the CSS_SHAPE_INSIDE to CMake feature list
1102 https://bugs.webkit.org/show_bug.cgi?id=128530
1104 Reviewed by Gyuyoung Kim.
1106 CSS_SHAPE_INSIDE flag was added in r163333,
1107 this patch is adding this flag to CMake feature list.
1109 * Source/cmake/WebKitFeatures.cmake:
1110 * Source/cmakeconfig.h.cmake:
1112 2014-02-09 Carlos Garnacho <carlosg@gnome.org>
1114 [GTK] Enable touch features
1115 https://bugs.webkit.org/show_bug.cgi?id=98931
1117 Reviewed by Carlos Garcia Campos.
1119 * Source/autotools/SetupWebKitFeatures.m4:
1120 * Source/cmake/OptionsGTK.cmake: set ENABLE_TOUCH_EVENTS to 1 if building with GTK+.
1122 2014-02-06 Andreas Kling <akling@apple.com>
1124 Remove unused ENABLE(REPAINT_THROTTLING) flag.
1125 <https://webkit.org/b/128329>
1127 Reviewed by Antti Koivisto.
1129 * Source/cmake/WebKitFeatures.cmake:
1130 * Source/cmakeconfig.h.cmake:
1132 2014-02-06 Joseph Pecoraro <pecoraro@apple.com>
1134 [iOS] make should build WebKit2
1135 https://bugs.webkit.org/show_bug.cgi?id=128351
1137 Reviewed by Daniel Bates.
1141 2014-02-05 Andreas Kling <akling@apple.com>
1143 Remove ENABLE(DIRECTORY_UPLOAD).
1144 <https://webkit.org/b/128275>
1146 Rubber-stamped by Ryosuke Niwa.
1148 * Source/autotools/SetupWebKitFeatures.m4:
1149 * Source/cmake/WebKitFeatures.cmake:
1151 2014-02-05 Csaba Osztrogonác <ossy@webkit.org>
1153 Remove ENABLE(SVG) guards
1154 https://bugs.webkit.org/show_bug.cgi?id=127991
1156 Reviewed by Sam Weinig.
1158 * Source/autotools/FindDependencies.m4:
1159 * Source/autotools/PrintBuildConfiguration.m4:
1160 * Source/autotools/ReadCommandLineArguments.m4:
1161 * Source/autotools/SetupAutomake.m4:
1162 * Source/autotools/SetupWebKitFeatures.m4:
1163 * Source/cmake/OptionsEfl.cmake:
1164 * Source/cmake/OptionsGTK.cmake:
1165 * Source/cmake/WebKitFeatures.cmake:
1166 * Source/cmakeconfig.h.cmake:
1168 2014-02-04 Andreas Kling <akling@apple.com>
1170 Remove <iframe seamless> support.
1171 <https://webkit.org/b/128213>
1173 Rubber-stamped by Antti Koivisto.
1175 * Source/autotools/SetupWebKitFeatures.m4:
1176 * Source/cmake/WebKitFeatures.cmake:
1177 * Source/cmakeconfig.h.cmake:
1179 2014-01-31 Benjamin Poulain <bpoulain@apple.com>
1181 Remove LEGACY_VIEWPORT_ADAPTION
1182 https://bugs.webkit.org/show_bug.cgi?id=128028
1184 Reviewed by Anders Carlsson.
1186 * Source/cmake/WebKitFeatures.cmake:
1187 * Source/cmakeconfig.h.cmake:
1189 2014-01-31 Oliver Hunt <oliver@apple.com>
1191 Rollout r163195 and related patches
1194 * Source/cmake/gtest/CMakeLists.txt:
1196 2014-01-29 Oliver Hunt <oliver@apple.com>
1198 Make it possible to implement JS builtins in JS
1199 https://bugs.webkit.org/show_bug.cgi?id=127887
1201 Reviewed by Michael Saboff.
1205 * Source/cmake/gtest/CMakeLists.txt:
1207 2014-01-30 Martin Robinson <mrobinson@igalia.com>
1209 [GTK] [CMake] Add support for building against GTK+ 2
1210 https://bugs.webkit.org/show_bug.cgi?id=127959
1212 Reviewed by Anders Carlsson.
1214 * Source/cmake/OptionsGTK.cmake: Add a new option to use GTK 2 and make a variable holding the
1215 library API version. When using GTK 2 do not build WebKit 2.
1217 2014-01-30 Martin Robinson <mrobinson@igalia.com>
1219 [GTK] [CMake] Add a "make dist" target
1220 https://bugs.webkit.org/show_bug.cgi?id=116378
1222 Reviewed by Gustavo Noronha Silva.
1224 * Source/PlatformGTK.cmake: A CMake support for executing the make-dist
1225 script and then turning the tarfile into a LZMA compressed file.
1227 2014-01-30 Zan Dobersek <zdobersek@igalia.com>
1229 [GTK] Only disable -ftree-dce optimization when compiling with GCC
1230 https://bugs.webkit.org/show_bug.cgi?id=127911
1232 Reviewed by Carlos Garcia Campos.
1234 * Source/autotools/SetupAutomake.m4: Define the COMPILER_GCC and COMPILER_CLANG Automake macros.
1235 These can be used when compiler-specific flags have to be used. The latter one is not actually needed
1236 at the moment, but is added for the sake of completeness.
1238 2014-01-30 Csaba Osztrogonác <ossy@webkit.org>
1240 [EFL] Fix the regression caused by the jsCStack branch merge
1241 https://bugs.webkit.org/show_bug.cgi?id=127898
1243 Reviewed by Zoltan Herczeg.
1245 * Source/cmake/OptionsEfl.cmake: Build with -fno-omit-frame-pointer.
1247 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
1249 Remove ENABLE(JAVASCRIPT_DEBUGGER) leftovers
1250 https://bugs.webkit.org/show_bug.cgi?id=127845
1252 Reviewed by Joseph Pecoraro.
1254 * Source/autotools/SetupWebKitFeatures.m4:
1256 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
1258 Remove ENABLE(JAVASCRIPT_DEBUGGER) guards
1259 https://bugs.webkit.org/show_bug.cgi?id=127840
1261 Reviewed by Mark Lam.
1263 * Source/cmake/WebKitFeatures.cmake:
1264 * Source/cmakeconfig.h.cmake:
1266 2014-01-25 Darin Adler <darin@apple.com>
1268 Get rid of ICU_UNICODE and WCHAR_UNICODE remnants
1269 https://bugs.webkit.org/show_bug.cgi?id=127623
1271 Reviewed by Anders Carlsson.
1273 * Source/cmake/OptionsEfl.cmake: Removed ICU_UNICODE and WCHAR_UNICODE flags.
1274 * Source/cmake/OptionsGTK.cmake: Ditto.
1275 * Source/cmake/OptionsWinCE.cmake: Ditto.
1277 2014-01-23 Max Vujovic <mvujovic@adobe.com>
1279 Remove CSS Custom Filters code and tests
1280 https://bugs.webkit.org/show_bug.cgi?id=127382
1282 Reviewed by Simon Fraser.
1284 * Source/autotools/FindDependencies.m4:
1285 * Source/autotools/SetupWebKitFeatures.m4:
1286 * Source/cmake/WebKitFeatures.cmake:
1287 * Source/cmakeconfig.h.cmake:
1289 2014-01-22 Martin Robinson <mrobinson@igalia.com>
1291 [GTK][CMake] Add support for building the NetworkProcess
1292 https://bugs.webkit.org/show_bug.cgi?id=127195
1294 Reviewed by Daniel Bates.
1296 * Source/cmake/OptionsGTK.cmake: Turn on the network process and give it
1297 a name like the WebProcess.
1299 2014-01-20 Ryuan Choi <ryuan.choi@samsung.com>
1301 [CMAKE] Remove Nix from CMake scripts
1302 https://bugs.webkit.org/show_bug.cgi?id=127264
1304 Reviewed by Anders Carlsson.
1307 * Source/CMakeLists.txt:
1308 * Source/cmake/FindEGL.cmake:
1309 * Source/cmake/OptionsCommon.cmake:
1311 2014-01-18 Anders Carlsson <andersca@apple.com>
1313 Remove ENABLE_THREADED_HTML_PARSER defines everywhere
1314 https://bugs.webkit.org/show_bug.cgi?id=127225
1316 Reviewed by Andreas Kling.
1318 This concludes the removal of over 8.8 million lines of threaded parser code.
1320 * Source/autotools/SetupWebKitFeatures.m4:
1321 * Source/cmake/WebKitFeatures.cmake:
1322 * Source/cmakeconfig.h.cmake:
1324 2014-01-18 Lauro Neto <lauro.neto@openbossa.org>
1326 Remove Nix files from WebCore
1327 https://bugs.webkit.org/show_bug.cgi?id=127176
1329 Reviewed by Anders Carlsson.
1331 * Source/cmake/OptionsNix.cmake: Removed.
1333 2014-01-18 Zan Dobersek <zdobersek@igalia.com>
1335 [GTK] Bump the minimum required Clang version to 3.3
1336 https://bugs.webkit.org/show_bug.cgi?id=127178
1338 Reviewed by Martin Robinson.
1340 * Source/autotools/CheckSystemAndBasicDependencies.m4: Require Clang 3.3 or later when using the Clang compiler to
1341 build the GTK port. Building with Clang 3.2 doesn't work anymore and there's no point in fixing that, as we should
1342 support the latest two versions of Clang (3.3 and 3.4), just like we do with GCC (4.7 and 4.8).
1344 2014-01-14 Dan Bernstein <mitz@apple.com>
1346 Only use color in make output when it’s going to a terminal.
1348 Reviewed by Mark Rowe.
1352 2014-01-13 Martin Robinson <mrobinson@igalia.com>
1354 [CMake] Mark all dependency include paths and libraries as advanced variables
1355 https://bugs.webkit.org/show_bug.cgi?id=126504
1357 Reviewed by Daniel Bates.
1359 * Source/cmake/FindATK.cmake: Mark result variable as advanced.
1360 * Source/cmake/FindCairo.cmake: Ditto.
1361 * Source/cmake/FindEGL.cmake: Ditto.
1362 * Source/cmake/FindEnchant.cmake: Ditto.
1363 * Source/cmake/FindGLIB.cmake: Ditto.
1364 * Source/cmake/FindGStreamer.cmake: Ditto.
1365 * Source/cmake/FindHarfBuzz.cmake: Ditto.
1366 * Source/cmake/FindLibSoup.cmake: Ditto.
1368 2014-01-13 Martin Robinson <mrobinson@igalia.com>
1370 [GTK][CMake] Add a 'check' target
1371 https://bugs.webkit.org/show_bug.cgi?id=126770
1373 Reviewed by Daniel Bates.
1375 * Source/PlatformGTK.cmake: Add a 'check' target that calls run-gtk-tests.
1377 2014-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
1379 Unreviewed. Update NEWS and Versions.m4 for 2.3.4 release.
1381 * Source/autotools/Versions.m4: Bump version numbers.
1383 2014-01-12 Sergio Correia <sergio.correia@openbossa.org>
1385 [EFL][WK2] Make API tests work again
1386 https://bugs.webkit.org/show_bug.cgi?id=126769
1388 Reviewed by Gyuyoung Kim.
1390 The EFL and WK2 test binaries are currently being generated at *TestWebKitAPI/
1391 [E]WebKit2, respectively, and this causes problems because the logic to find
1392 where WebProcess is to look in the same directory of the running process and
1393 then proceed to use LIBEXECDIR (typically /usr/loca/bin).
1395 This patch introduces a WEBKIT_EXEC_PATH environment variable, inspired in the
1396 Gtk port, which allows us to look for WebProcess initially in this directory,
1399 * Source/cmake/OptionsEfl.cmake: Define WEBKIT_EXEC_PATH, to be used by
1402 2014-01-11 Dan Bernstein <mitz@apple.com>
1404 [Mac] xcodebuild color output is suppressed when using make
1405 https://bugs.webkit.org/show_bug.cgi?id=126815
1407 Reviewed by Anders Carlsson.
1409 WHen using make, xcodebuild’s output is piped through a filter, which causes it not to
1410 format its output with color and emphasis.
1412 * Makefile.shared: Pass COLOR_DIAGNOSTICS=YES to xcodebuild to force color output on. Due to
1413 xcodebuild limitations, this restores some of the formatting, but not all of it.
1415 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
1417 Remove the BlackBerry port from trunk
1418 https://bugs.webkit.org/show_bug.cgi?id=126715
1420 Reviewed by Anders Carlsson.
1423 * Source/cmake/OptionsCommon.cmake:
1425 2014-01-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
1427 [EFL][JSC] Enable udis86 disassembler on efl.
1428 https://bugs.webkit.org/show_bug.cgi?id=125502
1430 Reviewed by Michael Saboff.
1432 Enable udis86 disassembler on efl and fix build warnings.
1434 * Source/cmake/OptionsEfl.cmake:
1435 Enable udis86 disassembler.
1437 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
1439 Remove the BlackBerry port from trunk
1440 https://bugs.webkit.org/show_bug.cgi?id=126715
1442 Reviewed by Anders Carlsson.
1446 2014-01-09 Benjamin Poulain <bpoulain@apple.com>
1448 Remove the BlackBerry files outside WebCore
1449 https://bugs.webkit.org/show_bug.cgi?id=126715
1451 Reviewed by Anders Carlsson.
1453 * ManualTests/blackberry: Removed.
1454 * Source/cmake/OptionsBlackBerry.cmake: Removed.
1456 2014-01-08 Martin Robinson <mrobinson@igalia.com>
1458 [GTK] [CMake] Specify the executable and library output locations in the build
1459 https://bugs.webkit.org/show_bug.cgi?id=126671
1461 Reviewed by Gustavo Noronha Silva.
1463 * Source/cmake/OptionsGTK.cmake: Explicitly specify the output locations.
1465 2014-01-08 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
1467 [EFL] Make FTL buildable
1468 https://bugs.webkit.org/show_bug.cgi?id=125777
1470 Reviewed by Csaba Osztrogonác.
1472 * Source/cmake/OptionsEfl.cmake:
1473 * Source/cmakeconfig.h.cmake:
1475 2014-01-08 Alberto Garcia <berto@igalia.com>
1477 REGRESSION(r160304): [GTK] Disable libtool fast install
1478 https://bugs.webkit.org/show_bug.cgi?id=126381
1480 Reviewed by Gustavo Noronha Silva.
1482 Don't disable the libtool fast-install mode unconditionally by
1485 If the fast-install mode is disabled, binaries are generated ready
1486 to use the libraries directly from the build tree. If we use the
1487 GNU linker, those binaries are then relinked when they are
1490 However, libtool fails to do it properly when an installation
1491 prefix is set with DESTDIR, and ends up installing the libtool
1492 wrappers instead of the actual binaries.
1494 * Source/autotools/SetupLibtool.m4:
1496 2014-01-07 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
1498 Unreviewed GTK/CMake build fix: use the correct location for docs-build.stamp
1499 in output and dependencies declarations, so docs are not built needlessly
1502 * Source/PlatformGTK.cmake:
1504 2014-01-04 Carlos Garcia Campos <cgarcia@igalia.com>
1506 [GTK] Move all GTK/GObject unit tests to Tools/TestWebKitAPI
1507 https://bugs.webkit.org/show_bug.cgi?id=126342
1509 Reviewed by Gustavo Noronha Silva.
1511 * GNUmakefile.am: Remove unused variable.
1512 * Source/PlatformGTK.cmake: No longer include the old unit tests directories.
1514 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
1516 [GTK] configure errors out when building with libc++
1517 https://bugs.webkit.org/show_bug.cgi?id=126431
1519 Reviewed by Martin Robinson.
1521 Ease up the Clang and libstdc++ combination test to only fail if libstdc++ < 4.8.1 is actually used.
1522 This allows for libc++ to be used as well. The test is moved into SetupCompilerFlags.m4 and is done
1523 after the CXXFLAGS variable is properly set up, that is when all the C++ compiler options are determined.
1525 * Source/autotools/CheckSystemAndBasicDependencies.m4:
1526 * Source/autotools/SetupCompilerFlags.m4:
1528 2014-01-06 Martin Robinson <mrobinson@igalia.com>
1530 [CMake] [GTK] Fix the build for the WebKitGTK+ developer configuration
1531 https://bugs.webkit.org/show_bug.cgi?id=126505
1533 Reviewed by Gustavo Noronha Silva.
1535 * Source/cmake/FindGLIB.cmake: Add support for finding the gio-unix include directory location.
1536 * Source/cmake/FindGUdev.cmake: Added.
1537 * Source/cmake/FindGeoClue.cmake: Added.
1538 * Source/cmake/OptionsGTK.cmake: When gamepad is enabled look for gio-unix and GUdev. When
1539 geolocation is enabled look for GeoClue.
1541 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
1543 [GTK] Use libc++ for C++11 on darwin
1544 https://bugs.webkit.org/show_bug.cgi?id=126325
1546 Reviewed by Martin Robinson.
1548 * Source/autotools/SetupCompilerFlags.m4: Don't default to libstdc++ when compiling with Clang.
1549 Instead, the compiler should determine itself what standard library to use, except on Darwin,
1550 where libc++ should be enforced. The standard library of user's choosing can still be enforced
1551 through the CXXFLAGS environment variable.
1553 2014-01-05 Martin Robinson <mrobinson@igalia.com>
1555 [GTK] [CMake] Ensure that the autotools build and the CMake install the same files
1556 https://bugs.webkit.org/show_bug.cgi?id=116379
1558 Reviewed by Gustavo Noronha Silva.
1560 * Source/PlatformGTK.cmake: Install the documentation.
1561 * Source/cmake/OptionsCommon.cmake: Add a LIBEXEC variable for WebKit2 executables, and
1562 don't use the default locations on GTK+. We will get them from the CMake-provided GNU installation
1564 * Source/cmake/OptionsGTK.cmake: Setup the installation variables using the ones provided
1565 by CMake's GNU installation directory support. Fix the definition of DATADIR. Always install
1568 2014-01-05 Carlos Garcia Campos <cgarcia@igalia.com>
1570 [GTK] Stop installing WebKit2 C API headers
1571 https://bugs.webkit.org/show_bug.cgi?id=126489
1573 Reviewed by Martin Robinson.
1577 2014-01-04 Martin Robinson <mrobinson@igalia.com>
1579 [GTK] [CMake] Improve the way we locate gobject-introspection
1580 https://bugs.webkit.org/show_bug.cgi?id=126452
1582 Reviewed by Philippe Normand.
1584 * Source/cmake/FindGObjectIntrospection.cmake: Added.
1585 * Source/cmake/OptionsGTK.cmake: Load the new FindGObjectIntrospection file.
1587 2014-01-04 Martin Robinson <mrobinson@igalia.com>
1589 [GTK] [CMake] Fix the video and audio build
1590 https://bugs.webkit.org/show_bug.cgi?id=126464
1592 Reviewed by Philippe Normand.
1594 * Source/cmake/OptionsGTK.cmake: GStreamer files look for USE(GSTREAMER) and USE(WEBAUDIO_GSTREAMER),
1595 so define those when appropriate. Web audio is one by default in autotools, so turn it on for cmake
1598 2014-01-03 Martin Robinson <mrobinson@igalia.com>
1600 [CMake] The forwarding headers generated by WebKitMacros.m4 are incompatible with the headers generated by generate-forwarding-headers.pl
1601 https://bugs.webkit.org/show_bug.cgi?id=126361
1603 Reviewed by Philippe Normand.
1605 Make the forwarding headers generated by WebKitMacros.m4 compatible with the headers
1606 generated by the WebKit2 forwarding headers generation script.
1608 * Source/cmake/WebKitMacros.cmake: Try to convert absolute paths in the forwarding headers
1609 to ones that are relative to the Source directory.
1611 2014-01-02 Carlos Garcia Campos <cgarcia@igalia.com>
1613 REGRESSION(r160304): [GTK] Disable libtool fast install
1614 https://bugs.webkit.org/show_bug.cgi?id=126381
1616 Reviewed by Martin Robinson.
1618 After r160304 we are building some of our binaries that are
1619 installed with the -no-fast-install ld flag. This makes that the
1620 binaries are installed with the source code path hardcoded in
1621 binary RPATH. Disabling fast install globally, the libtool script
1622 always relinks the binaries right before being installed.
1624 * Source/autotools/SetupLibtool.m4: Add AC_DISABLE_FAST_INSTALL.
1626 2014-01-02 Jaehun Lim <ljaehun.lim@samsung.com>
1628 [CMake][EFL] Fix some typos in OptionsEfl.cmake
1629 https://bugs.webkit.org/show_bug.cgi?id=126376
1631 Reviewed by Gyuyoung Kim.
1633 * Source/cmake/WebKitFeatures.cmake: Correct a wrong word and remove comma(,).
1635 2013-12-30 Martin Robinson <mrobinson@igalia.com>
1637 [CMake] [GTK] Add support for GObject introspection
1638 https://bugs.webkit.org/show_bug.cgi?id=126162
1640 Reviewed by Daniel Bates.
1642 * Source/PlatformGTK.cmake: Add a 'gir' target that builds all GIR files.
1643 * Source/cmake/OptionsGTK.cmake: Add a macro for propagating typelib
1644 targets to the Source level of the build.
1646 2013-12-29 Martin Robinson <mrobinson@igalia.com>
1648 [GTK][CMake] Translations must be built
1649 https://bugs.webkit.org/show_bug.cgi?id=125513
1651 Reviewed by Gustavo Noronha Silva.
1653 * Source/PlatformGTK.cmake: Add the po subdirectory.
1655 2013-12-28 Giovanni Campagna <gcampagna@src.gnome.org>
1657 [GTK] Fix release builds with NetworkProcess enabled
1658 https://bugs.webkit.org/show_bug.cgi?id=126247
1660 Reviewed by Carlos Garcia Campos.
1662 * Source/autotools/symbols.filter:
1664 2013-12-26 Martin Robinson <mrobinson@igalia.com>
1666 [GTK] [CMake] Add a production build type
1667 https://bugs.webkit.org/show_bug.cgi?id=126179
1669 Reviewed by Daniel Bates.
1671 * Source/PlatformGTK.cmake: When the API tests are enabled compile the WebKit GObject
1672 API unit tests. The inclusion of these build files was inadvertently removed in an earlier
1674 * Source/cmake/OptionsGTK.cmake: When in production mode turn off all tools and tests and
1675 use the autotools linker script.
1677 2013-12-25 Martin Robinson <mrobinson@igalia.com>
1679 [GTK] [CMake] Properly name the JavaScriptCore library
1680 https://bugs.webkit.org/show_bug.cgi?id=126220
1682 Reviewed by Gustavo Noronha Silva.
1684 * Source/cmake/OptionsGTK.cmake: Set the JSC library name properly.
1686 2013-12-25 Martin Robinson <mrobinson@igalia.com>
1688 [GTK] [CMake] Clean up generated sources directories
1689 https://bugs.webkit.org/show_bug.cgi?id=126216
1691 Reviewed by Gustavo Noronha Silva.
1693 * Source/cmake/OptionsGTK.cmake: Pre-define the main derived sources directories
1694 so that they definitions can be shared easily throughout the build system.
1696 2013-12-23 Jinwoo Song <jinwoo7.song@samsung.com>
1698 [EFL][CMAKE] Case insensitive string comparison of build type
1699 https://bugs.webkit.org/show_bug.cgi?id=126153
1701 Reviewed by Daniel Bates.
1703 Compare CMAKE_BUILD_TYPE with "debug" ignoring case.
1705 * Source/cmake/OptionsEfl.cmake:
1707 2013-12-23 Gustavo Noronha Silva <gns@gnome.org>
1709 [GTK] [CMake] Add support for generating gtkdoc
1710 https://bugs.webkit.org/show_bug.cgi?id=116376
1712 Reviewed by Martin Robinson.
1714 * Source/PlatformGTK.cmake: Added. New custom target that depends on a custom command
1715 which calls our generate-gtkdoc script. It uses a docs-build.stamp for simplicity,
1716 like the autotools build.
1718 2013-12-23 Martin Robinson <mrobinson@igalia.com>
1720 [GTK] [CMake] Build the WebKit2 GObject API tests
1721 https://bugs.webkit.org/show_bug.cgi?id=125683
1723 Reviewed by Daniel Bates.
1725 * Source/PlatformGTK.cmake: Load the WebKit2 tests file if necessary.
1726 * Source/cmake/FindATSPI.cmake: Added.
1727 * Source/cmake/OptionsGTK.cmake: Look for AT-SPI, but don't fail if it isn't found.
1729 2013-12-23 Martin Robinson <mrobinson@igalia.com>
1731 [GTK] [CMake] Build the WebKit1 GObject API tests
1732 https://bugs.webkit.org/show_bug.cgi?id=125684
1734 Reviewed by Daniel Bates.
1736 * Source/PlatformGTK.cmake: Added.
1738 2013-12-22 Martin Robinson <mrobinson@igalia.com>
1740 https://bugs.webkit.org/show_bug.cgi?id=125511
1742 [GTK][CMake] libtool-compatible soversion calculation
1743 Reviewed by Gustavo Noronha Silva.
1745 * Source/cmake/OptionsGTK.cmake: Specify the appropriate libtool triples and use
1746 the CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE macro to specify the library-specific
1747 version information.
1748 * Source/cmake/WebKitHelpers.cmake: Add some helpful macros.
1750 2013-12-23 Gustavo Noronha Silva <gns@gnome.org>
1752 [GTK] [CMake] Generate pkg-config files
1753 https://bugs.webkit.org/show_bug.cgi?id=125685
1755 Reviewed by Martin Robinson.
1757 * Source/cmake/OptionsGTK.cmake: set variables used for filling in the values in the
1760 2013-12-23 Carlos Garcia Campos <cgarcia@igalia.com>
1762 [GTK] Build with network process unconditionally
1763 https://bugs.webkit.org/show_bug.cgi?id=126128
1765 Reviewed by Martin Robinson.
1767 * Source/autotools/SetupAutomake.m4: Remove network process
1768 conditional for Makefiles.
1769 * Source/autotools/SetupWebKitFeatures.m4: Remove network process
1772 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
1774 [GTK][CMake] make libjavascriptcoregtk a public shared library again
1775 https://bugs.webkit.org/show_bug.cgi?id=125512
1777 Reviewed by Martin Robinson.
1779 * CMakeLists.txt: make JavaScriptCore always be a shared library for the GTK+ port.
1780 * Source/cmake/WebKitHelpers.cmake: make -fvisibility=hidden not be applied for GTK+,
1781 visibility of some symbols is required for threading to be initialized properly by
1782 WebKit2 processes, and we will rely on a linker script that will be added later on,
1783 for production builds.
1785 2013-12-16 Martin Robinson <mrobinson@igalia.com>
1787 [GTK] [CMake] Add support for building WebKit1
1788 https://bugs.webkit.org/show_bug.cgi?id=116377
1790 Reviewed by Gustavo Noronha Silva.
1792 * Source/cmake/OptionsGTK.cmake: Turn off some features that do not build properly
1793 for WebKit1 and stop using the version script which we haven't implemented yet. Turn
1796 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
1798 [GTK][CMake] Use thin archives if building on Linux, only way to get non-shared-core debug builds
1799 https://bugs.webkit.org/show_bug.cgi?id=125951
1801 Reviewed by Martin Robinson.
1803 * Source/cmake/OptionsGTK.cmake: append T for thin archives to the flags passed to ar,
1804 also use u, which is used in the autotools build (it avoids adding a file twice).
1806 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
1808 [GTK][CMake] Remove binary size optimizations we do not use in the autotools build
1809 https://bugs.webkit.org/show_bug.cgi?id=125947
1811 Reviewed by Martin Robinson.
1813 * Source/cmake/OptionsGTK.cmake: remove the relevant flags.
1815 2013-12-18 Carlos Garcia Campos <cgarcia@igalia.com>
1817 Unreviewed. Update NEWS and Versions.m4 for 2.3.3 release.
1819 * Source/autotools/Versions.m4: Bump version numbers.
1821 2013-12-12 Martin Robinson <mrobinson@igalia.com>
1823 [GTK] [CMake] Build the plugin process against GTK+ 2
1824 https://bugs.webkit.org/show_bug.cgi?id=116374
1826 Reviewed by Gustavo Noronha Silva.
1828 * Source/cmake/FindGDK2.cmake: Added.
1829 * Source/cmake/FindGTK2.cmake: Added.
1830 * Source/cmake/OptionsGTK.cmake: Look for GTK2 and GDK2.
1831 * Source/cmake/WebKitMacros.cmake: Abstract WebKit2 IPC generation here so it
1832 can be shared between the WebKit2 library and the plugin process.
1834 2013-12-17 Simon Pena <simon.pena@samsung.com>
1836 [NIX] Enable full debug builds by having ar creating thin archives
1837 https://bugs.webkit.org/show_bug.cgi?id=125850
1839 Reviewed by Csaba Osztrogonác.
1841 By default, CMake uses ar to generate libWebCore.a with cr parameters
1842 (do not warn if the library has to be created, and replace existing
1843 files in the archive). That results in a very large file, and ar fails
1844 with sizes over 4GB.
1846 Previously, debug builds on NIX were overriding CFLAGS in order to reduce
1847 the size of the WebCore library. Once that ar creates thin archives, overriding
1848 CFLAGS is no longer needed.
1850 * Source/cmake/OptionsNix.cmake: Remove CFLAGS override for debug builds.
1852 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
1854 [GTK] Remove Warnings in building about duplicate INSPECTOR variables
1855 https://bugs.webkit.org/show_bug.cgi?id=125710
1857 Reviewed by Tim Horton.
1861 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
1863 Web Inspector: Add Inspector Code Generation to JavaScriptCore for Runtime Domain
1864 https://bugs.webkit.org/show_bug.cgi?id=125595
1866 Reviewed by Timothy Hatcher.
1870 2013-12-13 Zan Dobersek <zdobersek@igalia.com>
1872 [GTK] Remove the -Wno-c++11-extensions compiler option for Clang builds
1873 https://bugs.webkit.org/show_bug.cgi?id=125639
1875 Reviewed by Anders Carlsson.
1877 * Source/autotools/SetupCompilerFlags.m4: The -Wno-c++11-extensions compiler option was in use
1878 when building with Clang. It is now removed as the C++11 standard is enabled throughout the project.
1880 2013-12-11 Martin Robinson <mrobinson@igalia.com> and Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>
1882 Adding a .ycm_extra_conf file for webkitGtk
1883 https://bugs.webkit.org/show_bug.cgi?id=119618
1885 Reviewed by Gustavo Noronha Silva.
1887 Added a YouCompleteMe flag discovery script for Vim and the GTK+ port. The script
1888 read the GTK+ build files to determine dynamically what flags to compile a source
1889 file with. This allows Vim to provide auto-complete for C++/C language. See
1890 https://github.com/Valloric/YouCompleteMe for how to use this file.
1892 * .gitignore: Ignore the YCM symlinks in the tree.
1894 2013-12-12 Zan Dobersek <zdobersek@igalia.com>
1896 Use of ar T option not supported by older binutils
1897 https://bugs.webkit.org/show_bug.cgi?id=118732
1899 Reviewed by Gustavo Noronha Silva.
1901 * Source/autotools/SetupLibtool.m4: Make the AR_FLAGS value usable inside makefiles as an Automake variable.
1903 2013-12-11 Javier Fernandez <jfernandez@igalia.com>
1905 Arithmetic overflow when computing max-height CSS property with subpixel layout
1906 https://bugs.webkit.org/show_bug.cgi?id=119273
1908 Reviewed by Martin Robinson.
1910 Enabled SATURATED_LAYOUT_ARITHMETIC for the gtk+ port.
1912 * Source/autotools/SetupWebKitFeatures.m4:
1914 2013-12-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
1916 [CMAKE] Remove code that disables C++0x compat warnings for gcc-4.6 and above.
1917 https://bugs.webkit.org/show_bug.cgi?id=125492
1919 Reviewed by Zoltan Herczeg.
1921 Remove the code that disables these warnings for GCC >= 4.6.0
1923 * Source/cmake/WebKitHelpers.cmake:
1925 2013-12-10 Martin Robinson <mrobinson@igalia.com>
1927 Various fixes for the CMake GTK+ build
1929 Reviewed by Gustavo Noronha.
1931 * Source/cmake/OptionsGTK.cmake: Disable Quota support to maintain consistency with
1934 2013-12-09 Brian Holt <brian.holt@samsung.com>
1936 [WK2][Gtk] Add support for ENABLE_NETWORK_PROCESS to the build system
1937 https://bugs.webkit.org/show_bug.cgi?id=118231
1939 Reviewed by Martin Robinson.
1941 Original patch by Kwang Yul Seo <skyul@company100.net>.
1943 Disabled ENABLE_NETWORK_PROCESS by default.
1945 * Source/autotools/SetupAutomake.m4:
1946 * Source/autotools/SetupWebKitFeatures.m4:
1948 2013-12-06 Alberto Garcia <berto@igalia.com>
1950 [GTK] Enable web audio by default
1951 https://bugs.webkit.org/show_bug.cgi?id=124888
1953 Reviewed by Martin Robinson.
1955 When building with ./configure, enable_web_audio defaults to
1956 "no". However the basic functionality has been working for months
1957 so it's safe to enable it now.
1959 * Source/autotools/ReadCommandLineArguments.m4:
1961 2013-12-04 Ryosuke Niwa <rniwa@webkit.org>
1963 Enable HTMLTemplateElement by default
1964 https://bugs.webkit.org/show_bug.cgi?id=123851
1966 Reviewed by Antti Koivisto.
1968 * Source/autotools/SetupWebKitFeatures.m4:
1969 * Source/cmake/WebKitFeatures.cmake:
1971 2013-12-04 László Langó <lango@inf.u-szeged.hu>
1973 Allow --cloop option to work correctly in case of EFL.
1974 https://bugs.webkit.org/show_bug.cgi?id=125217
1976 Reviewed by Zoltan Herczeg.
1978 * Source/cmake/OptionsEfl.cmake:
1979 * Source/cmake/WebKitFeatures.cmake:
1980 * Source/cmakeconfig.h.cmake:
1982 2013-12-03 Ryuan Choi <ryuan.choi@samsung.com>
1984 [EFL] Disable RTTI for release build
1985 https://bugs.webkit.org/show_bug.cgi?id=125138
1987 Reviewed by Gyuyoung Kim.
1989 Binary size will be reduced about 1M bytes without RTTI.
1990 ewebkit.so : 43,449,275 -> 42,510,224
1991 ewebkit2.so: 46,715,870 -> 45,653,989
1993 * Source/cmake/OptionsEfl.cmake: Added -fno-rtti option to CMAKE_CXX_FLAGS_RELEASE.
1995 2013-12-02 Adrian Bunk <bunk@stusta.de>
1997 [GTK] Remove unneeded autoconf macros
1998 https://bugs.webkit.org/show_bug.cgi?id=125044
2000 Compilers that do not support const/inline/volatile and
2001 systems with pre-C89-headers are anyway not supported.
2003 Reviewed by Gustavo Noronha Silva.
2005 * Source/autotools/CheckSystemAndBasicDependencies.m4:
2007 2013-11-29 Laszlo Vidacs <lac@inf.u-szeged.hu>
2009 [cmake] Fix cmake warning: Argument not separated from preceding token by whitespace
2010 https://bugs.webkit.org/show_bug.cgi?id=124899
2012 Reviewed by Gyuyoung Kim.
2014 * Source/cmake/FindCairo.cmake:
2015 * Source/cmake/FindGStreamer.cmake:
2017 2013-11-28 Antti Koivisto <antti@apple.com>
2019 Remove feature: CSS variables
2020 https://bugs.webkit.org/show_bug.cgi?id=114119
2022 Reviewed by Andreas Kling.
2024 * Source/cmakeconfig.h.cmake:
2026 2013-11-27 László Langó <lango@inf.u-szeged.hu>
2028 [EFL] The remote inspector does not show the base page.
2029 https://bugs.webkit.org/show_bug.cgi?id=124942
2031 Reviewed by Gyuyoung Kim.
2033 On EFL the remote inspector does not show the base page about
2034 which pages are available for debug. This should be fixed for
2035 further inspector development.
2037 * Source/PlatformEfl.cmake:
2039 2013-11-26 Marcelo Lira <marcelo.lira@openbossa.org>
2041 Nix upstreaming - Adding build files and supporting scripts
2042 https://bugs.webkit.org/show_bug.cgi?id=118367
2044 Reviewed by Ryosuke Niwa.
2047 * Source/CMakeLists.txt:
2048 * Source/cmake/FindEGL.cmake:
2049 * Source/cmake/FindOpenGLES2.cmake: Added.
2050 * Source/cmake/OptionsCommon.cmake:
2051 * Source/cmake/OptionsNix.cmake: Added.
2053 2013-11-25 Ryuan Choi <ryuan.choi@samsung.com>
2055 [EFL] E_DBus should be an optional
2056 https://bugs.webkit.org/show_bug.cgi?id=124881
2058 Reviewed by Gyuyoung Kim.
2060 * Source/cmake/OptionsEfl.cmake:
2061 Checked E_DBus when only ENABLE_BATTERY_STATUS is on.
2063 2013-11-25 Ryuan Choi <ryuan.choi@samsung.com>
2065 [EFL] Use Config mode of find_package for EFL 1.8
2066 https://bugs.webkit.org/show_bug.cgi?id=124555
2068 Reviewed by Gyuyoung Kim.
2070 EFL 1.8 changed VERSION macro so it's difficult to use tricky approach
2071 which parses header files to know the version. Instead, EFL 1.8 supports
2072 FooConfig.cmake such as EinaConfig.cmake.
2074 This patch tries to use a config mode if it is available.
2075 If config mode is not available with Eo, FindFoo.cmake will be used without
2076 version requirement.
2078 * Source/cmake/FindEo.cmake: Removed.
2079 EoConfig.cmake is only preffered for EFL 1.8.
2080 * Source/cmake/OptionsEfl.cmake:
2082 2013-11-23 Xabier Rodriguez Calvar <calvaris@igalia.com>
2084 [GStreamer] Remove 0.10 codepath
2085 https://bugs.webkit.org/show_bug.cgi?id=124534
2087 Reviewed by Philippe Normand.
2089 * Source/cmake/OptionsEfl.cmake: Removed GST_API_VERSION_1
2092 2013-11-22 Manuel Rego Casasnovas <rego@igalia.com>
2094 [GTK] Review enabled/disabled CSS features for release builds
2095 https://bugs.webkit.org/show_bug.cgi?id=124791
2097 Reviewed by Martin Robinson.
2099 Enable and disable some CSS features according to what last versions of
2102 * Source/autotools/SetupWebKitFeatures.m4: Enable ENABLE_CSS_REGIONS and
2103 ENABLE_CSS_STICKY_POSITION. Disable ENABLE_CSS_EXCLUSIONS and
2106 2013-11-21 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
2108 Remove ENABLE_WORKERS
2109 https://bugs.webkit.org/show_bug.cgi?id=105784
2111 Reviewed by Darin Adler.
2113 * Source/autotools/SetupWebKitFeatures.m4:
2114 * Source/cmake/WebKitFeatures.cmake:
2115 * Source/cmakeconfig.h.cmake:
2117 2013-11-20 Commit Queue <commit-queue@webkit.org>
2119 Unreviewed, rolling out r159496.
2120 http://trac.webkit.org/changeset/159496
2121 https://bugs.webkit.org/show_bug.cgi?id=124641
2123 It caused warning and build break with cmake lower than 2.8.8
2124 (Requested by ryuan on #webkit).
2126 * Source/cmake/OptionsEfl.cmake:
2128 2013-11-19 Ryuan Choi <ryuan.choi@samsung.com>
2130 [EFL] Use Config mode of find_package for EFL 1.8
2131 https://bugs.webkit.org/show_bug.cgi?id=124555
2133 Reviewed by Gyuyoung Kim.
2135 EFL 1.8 changed VERSION macro so it's difficult to use tricky approach
2136 which parses header file to know the version. Instead, EFL 1.8 supports
2137 Config mode of find_package using XXXConfig.cmake such as EinaConfig.cmake.
2139 This patch tries to use Config mode if it is available after checking Eo.
2141 * Source/cmake/OptionsEfl.cmake:
2143 2013-11-18 Carlos Garcia Campos <cgarcia@igalia.com>
2145 Unreviewed. Update NEWS and Versions.m4 for 2.3.2 release.
2147 * Source/autotools/Versions.m4: Bump version numbers.
2149 2013-11-06 Krzysztof Czech <k.czech@samsung.com>
2151 [EFL] Change required version of ATK to 2.10.0
2152 https://bugs.webkit.org/show_bug.cgi?id=123883
2154 Reviewed by Mario Sanchez Prada.
2156 Changing a required version of ATK to 2.10.0
2158 * Source/cmake/OptionsEfl.cmake:
2160 2013-11-05 Zalan Bujtas <zalan@apple.com>
2162 Widget's position change should not initiate layout, only when its size changes.
2163 https://bugs.webkit.org/show_bug.cgi?id=123860
2165 Reviewed by Andreas Kling.
2167 RenderWidgets initiate unnecessary layouts while scrolling when they are embedded to
2168 overflow:scroll containers. Scroll position change doesn't dirty the render tree
2169 so it should not trigger layout either.
2171 * ManualTests/layouts-on-renderwidgets-while-scrolling.html: Added.
2173 2013-11-05 Éva Balázsfalvi <balazsfalvi.eva@stud.u-szeged.hu>
2175 Remove leftover Qt related things from WebKitMacros.cmake
2176 https://bugs.webkit.org/show_bug.cgi?id=123798
2178 Reviewed by Anders Carlsson.
2180 * Source/cmake/WebKitMacros.cmake:
2182 2013-11-02 Patrick Gansterer <paroga@webkit.org>
2184 [WINCE] Disable export macros
2185 https://bugs.webkit.org/show_bug.cgi?id=123679
2187 Reviewed by Darin Adler.
2189 Avoid useless exports by turning of the export macros
2190 since the WinCE port works as a static library only.
2192 * Source/cmake/OptionsWinCE.cmake:
2194 2013-10-31 Ryuan Choi <ryuan.choi@samsung.com>
2196 [EFL][GLES] OpenGL should be an optional
2197 https://bugs.webkit.org/show_bug.cgi?id=123399
2199 Reviewed by Noam Rosenthal.
2201 * Source/cmake/OptionsEfl.cmake:
2202 Refactor the check routine of GL dependencies to use OpenGL as optional.
2204 2013-10-29 Carlos Garcia Campos <cgarcia@igalia.com>
2206 Unreviewed. Update NEWS and Versions.m4 for 2.3.1 release.
2208 * Source/autotools/Versions.m4: Bump version numbers.
2210 2013-10-24 Ryuan Choi <ryuan.choi@samsung.com>
2212 [EFL] Build break with latest EFL 1.8 libraries.
2213 https://bugs.webkit.org/show_bug.cgi?id=123245
2215 Reviewed by Gyuyoung Kim.
2217 After fixed build break on EFL 1.8 at r138326, EFL libraries are changed
2218 Eo typedef and splitted header files which contain version macro.
2220 * Source/cmake/EFLHelpers.cmake: Checked whether include path exist.
2221 * Source/cmake/FindEcore.cmake: Added 1.8 Header which have version macro.
2222 * Source/cmake/FindEdje.cmake: Ditto.
2223 * Source/cmake/FindEina.cmake: Ditto.
2224 * Source/cmake/FindEo.cmake: Ditto.
2225 * Source/cmake/FindEvas.cmake: Ditto.
2227 2013-10-22 Ryuan Choi <ryuan.choi@samsung.com>
2229 [EFL] Remove HAVE_GLX macro
2230 https://bugs.webkit.org/show_bug.cgi?id=123191
2232 Reviewed by Gyuyoung Kim.
2234 * Source/cmake/OptionsEfl.cmake: Removed unnecessary HAVE_GLX macro
2236 2013-10-21 Gergo Balogh <geryxyz@inf.u-szeged.hu>
2238 Remove .qmake.conf files
2239 https://bugs.webkit.org/show_bug.cgi?id=123091
2241 Reviewed by Csaba Osztrogonác.
2243 * .qmake.conf: Removed.
2245 2013-10-18 Carlos Garcia Campos <cgarcia@igalia.com>
2247 [GTK] Generate API documentation for GObject DOM bindings
2248 https://bugs.webkit.org/show_bug.cgi?id=121538
2250 Reviewed by Gustavo Noronha Silva.
2252 * GNUmakefile.am: Initialize gdom_symbol_files variable.
2254 2013-10-17 Afonso R. Costa Jr. <afonso.costa@samsung.com>
2256 [CMAKE] Update code to take advantage of CMake version 2.8.3+.
2257 https://bugs.webkit.org/show_bug.cgi?id=97516
2259 Reviewed by Gyuyoung Kim.
2261 CMake's version was changed to 2.8.3. So, these files below
2262 can be simplified to take advantage of CMake's new version.
2264 * Source/cmake/FindCairo.cmake: Simplified according to CMake 2.8.3+.
2265 * Source/cmake/FindGStreamer.cmake: Ditto.
2267 2013-10-16 Ryosuke Niwa <rniwa@webkit.org>
2269 Add a new flakiness dashboard clone
2270 https://bugs.webkit.org/show_bug.cgi?id=122936
2272 Reviewed by Anders Carlsson.
2274 Added the initial prototype.
2276 * Websites/test-results: Added.
2277 * Websites/test-results/.htaccess: Added.
2278 * Websites/test-results/admin: Added.
2279 * Websites/test-results/admin/index.php: Added.
2280 * Websites/test-results/api: Added.
2281 * Websites/test-results/api/manifest.php: Added.
2282 * Websites/test-results/api/report.php: Added.
2283 * Websites/test-results/api/results.php: Added.
2284 * Websites/test-results/include: Added.
2285 * Websites/test-results/include/config.json: Added.
2286 * Websites/test-results/include/db.php: Added.
2287 * Websites/test-results/include/init-database.sql: Added.
2288 * Websites/test-results/include/json-shared.php: Added.
2289 * Websites/test-results/include/test-results.php: Added.
2290 * Websites/test-results/index.html: Added.
2291 * Websites/test-results/js: Added.
2292 * Websites/test-results/js/autocompleter.js: Added.
2293 * Websites/test-results/js/build.js: Added.
2294 * Websites/test-results/js/dom.js: Added.
2296 2013-10-16 Csaba Osztrogonác <ossy@webkit.org>
2298 [WK2][Efl][CMake] Add support for ENABLE_NETWORK_PROCESS to the build system
2299 https://bugs.webkit.org/show_bug.cgi?id=110139
2301 Reviewed by Laszlo Gombos.
2303 Original patch by Balazs Kelemen <kbalazs@webkit.org>
2305 * Source/cmake/WebKitFeatures.cmake:
2306 * Source/cmakeconfig.h.cmake:
2308 2013-10-10 Marcelo Morais <m.morais@samsung.com>
2310 Web Inspector: Remove the old front-end from WebKit
2311 https://bugs.webkit.org/show_bug.cgi?id=122295
2313 Reviewed by Timothy Hatcher.
2315 * Source/PlatformGTK.cmake: Removed. This file was using files from the
2316 old inspector, not needed anymore.
2318 2013-10-09 Julien Brianceau <jbriance@cisco.com>
2320 [sh4] Add sh4 support when building with CMake.
2321 https://bugs.webkit.org/show_bug.cgi?id=122542
2323 Reviewed by Csaba Osztrogonác.
2327 2013-10-08 Martin Robinson <mrobinson@igalia.com>
2329 [GTK] Re-enable MathML for release builds
2330 https://bugs.webkit.org/show_bug.cgi?id=122361
2332 Reviewed by Darin Adler.
2334 * Source/autotools/SetupWebKitFeatures.m4: Enable MathML for release builds.
2336 2013-10-02 Anders Carlsson <andersca@apple.com>
2338 Remove Qt related files from the root directories
2339 https://bugs.webkit.org/show_bug.cgi?id=122249
2341 Reviewed by Andreas Kling.
2343 * Source/QtWebKit.pro: Removed.
2344 * Source/api.pri: Removed.
2345 * Source/qtwebkit.qdocconf: Removed.
2346 * Source/sync.profile: Removed.
2347 * Source/tests.pri: Removed.
2348 * Source/widgetsapi.pri: Removed.
2349 * WebKit.pro: Removed.
2351 2013-09-30 Sam Weinig <sam@webkit.org>
2353 Remove support for DOMFileSystem
2354 https://bugs.webkit.org/show_bug.cgi?id=122137
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 Benjamin Poulain <benjamin@webkit.org>
2365 Remove the code guarded by STYLE_SCOPED
2366 https://bugs.webkit.org/show_bug.cgi?id=122123
2368 Reviewed by Anders Carlsson.
2370 * Source/autotools/SetupWebKitFeatures.m4:
2371 * Source/cmake/OptionsBlackBerry.cmake:
2372 * Source/cmake/WebKitFeatures.cmake:
2373 * Source/cmakeconfig.h.cmake:
2375 2013-09-30 Allan Sandfeld Jensen <allan.jensen@digia.com>
2377 [Qt] Fix force_static_libs_as_shared in WebKit2
2378 https://bugs.webkit.org/show_bug.cgi?id=121961
2380 Reviewed by Csaba Osztrogonác.
2382 Get rid of the unused WebKit2QML library
2386 2013-09-26 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
2388 [GTK] Tons of warnings caused by using FORTIFY_SOURCE in an unoptimized build
2389 https://bugs.webkit.org/show_bug.cgi?id=121836
2391 Reviewed by Martin Robinson.
2393 * Source/autotools/SetupCompilerFlags.m4: only consider enabling FORTIFY_SOURCE if optimizations have
2394 been enabled, since they are required for FORTIFY_SOURCE to work, and enabling FORTIFY_SOURCE unconditionally
2395 generates warnings in newer glibc.
2397 2013-09-25 Allan Sandfeld Jensen <allan.jensen@digia.com>
2399 [Qt] Fix build with Qt 5.2 QtPosition module
2400 https://bugs.webkit.org/show_bug.cgi?id=121089
2402 Reviewed by Simon Hausmann.
2404 QtLocation -> QtPositioning
2406 * Source/sync.profile:
2408 2013-09-24 Zan Dobersek <zdobersek@igalia.com>
2410 [GTK] Enable the Wayland target if GTK+ dependency is found
2411 https://bugs.webkit.org/show_bug.cgi?id=121704
2413 Reviewed by Gustavo Noronha Silva.
2415 The Wayland target should be enabled by default if the GTK+ dependency is of version 3.9.14 or later.
2417 * Source/autotools/FindDependencies.m4: If the Wayland target was not strictly disabled, the GTK+ dependency
2418 is tested if it can provide the Wayland GDK backend, and that the version of that backend matches the version
2419 of the master GTK+ dependency for which we already tested. If found, the target is enabled, otherwise we either
2420 warn or error out, depending on whether the build target was set to auto or completely disabled through configuration.
2421 * Source/autotools/ReadCommandLineArguments.m4: Switch the default Wayland target status to 'auto', meaning
2422 it will be disabled if the GTK+ dependency is not found.
2423 * Source/autotools/Versions.m4: Require GTK+ 3.9.14 for the Wayland target only.
2425 2013-09-23 Zan Dobersek <zdobersek@igalia.com>
2427 [Autotools] Rework the build target selection
2428 https://bugs.webkit.org/show_bug.cgi?id=121703
2430 Reviewed by Gustavo Noronha Silva.
2432 Replace the --with-target configuration flag with target-specific --enable-*-target flags:
2433 - --enable-x11-target
2434 - --enable-wayland-target
2435 - --enable-win32-target
2436 - --enable-quartz-target
2437 - --enable-directfb-target
2439 By default, the X11 target is enabled. This default is preserved only if no --enable-*-target flag
2440 is passed on the command line. When that occurs, the newly-constructed list of build targets is
2441 used to determine what build targets should actually be built. So for instance, executing just
2442 `./configure` would only enable the X11 target as that's the default, and executing
2443 `./configure --enable-wayland-target` would only enable the Wayland target, as the defaults are
2446 * Source/autotools/CheckSystemAndBasicDependencies.m4: Abort if grep was not found, just in case.
2447 * Source/autotools/CustomMacros.m4: The new file that contains helpful custom macros.
2448 * Source/autotools/FindDependencies.m4: Use the appropriate 'enable_*_target' references instead of 'with_*target'.
2449 * Source/autotools/PrintBuildConfiguration.m4: Use the new AM_APPEND_TO_DESCRIPTION macro to construct a pretty-looking
2450 description string of what targets will be built.
2451 * Source/autotools/ReadCommandLineArguments.m4: Replace the --with-target configuration flag and the related
2452 hacks with the set of --enable-*-target flags. The new AM_DETERMINE_BUILD_TARGET_STATUS macro is used to determine
2453 whether to enable specific build targets, based indirectly on the passed-in --enable-*-target flags.
2454 * Source/autotools/SetupAutoconfHeader.m4: Use the appropriate 'enable_*_target' references instead of 'with_*target'.
2455 * Source/autotools/SetupAutomake.m4: Use the appropriate 'enable_*_target' references instead of 'with_*target'.
2456 * configure.ac: Include the new CustomMacros.m4 file.
2458 2013-09-23 Claudio Saavedra <csaavedra@igalia.com>
2462 Reviewed by Carlos Garcia Campos.
2464 * Source/autotools/Versions.m4: Bump to 2.3.0
2466 2013-09-20 Sergio Correia <sergio.correia@openbossa.org>
2468 [CMAKE] FindHarfBuzz: Handle harfbuzz / harfbuzz-icu split
2469 https://bugs.webkit.org/show_bug.cgi?id=121688
2471 Reviewed by Martin Robinson.
2473 HarfBuzz 0.9.18 split ICU support into a separate harfbuzz-icu library.
2474 To be able to build with earlier and newer versions of HarfBuzz, we should
2475 check for harfbuzz-icu as well, if version >= 0.9.18.
2477 * Source/cmake/FindHarfBuzz.cmake: Check for harfbuzz-icu, if version
2480 2013-09-16 Gustavo Noronha Silva <gns@gnome.org>
2482 [GTK] Make symbol export filter more strict, and disable for dev/test builds
2483 https://bugs.webkit.org/show_bug.cgi?id=120586
2485 Reviewed by Martin Robinson.
2487 * GNUmakefile.am: only include test-related automake files when developer
2489 * Source/autotools/ReadCommandLineArguments.m4: add --enable-developer-mode,
2490 defaults to no, and to yes for debug builds.
2491 * Source/autotools/SetupAutomake.m4: add ENABLE_DEVELOPER_MODE conditional.
2492 * Source/autotools/symbols.filter: make the exported symbols list much shorter,
2493 covering only the public ABI and a few symbols required by WebKit2 processes.
2495 2013-09-13 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
2497 [GTK] Move to the new web inspector
2498 https://bugs.webkit.org/show_bug.cgi?id=120647
2500 Reviewed by Carlos Garcia Campos.
2502 * GNUmakefile.am: include the new WebInspectorUI GNUmakefile.am.
2504 2013-09-13 Allan Sandfeld Jensen <allan.jensen@digia.com>
2506 [Qt] Update sync.profile
2507 https://bugs.webkit.org/show_bug.cgi?id=121295
2509 Reviewed by Simon Hausmann.
2511 Ensure we let the dependencies pick the right branch instead of always master
2512 and list all the dependencies we need on all platforms.
2514 * Source/sync.profile:
2516 2013-09-11 Mario Sanchez Prada <mario.prada@samsung.com>
2518 [GTK] Remove Gail dependency from build system for GTK3
2519 https://bugs.webkit.org/show_bug.cgi?id=119673
2521 Reviewed by Gustavo Noronha Silva.
2523 * Source/autotools/FindDependencies.m4: Don't look for GAIL at all.
2524 * Source/autotools/Versions.m4: Removed any reference to GAIL.
2525 * Source/cmake/FindGAIL3.cmake: Removed.
2526 * Source/cmake/OptionsGTK.cmake: Don't look for the GAIL package.
2528 2013-09-11 Patrick Gansterer <paroga@webkit.org>
2530 [CMake] Split out generic Windows files into its own file
2531 https://bugs.webkit.org/show_bug.cgi?id=119514
2533 Reviewed by Gyuyoung Kim.
2535 This allows us to add smaller CMakeLists.txt files when
2536 adding additional Windows ports.
2538 * Source/cmake/OptionsWinCE.cmake:
2539 * Source/cmake/WebKitMacros.cmake:
2541 2013-09-11 Alberto Garcia <berto@igalia.com>
2543 autogen.sh: fix removal of autom4te.cache
2544 https://bugs.webkit.org/show_bug.cgi?id=121150
2546 Reviewed by Carlos Garcia Campos.
2548 The removal of autom4te.cache is wrong, it uses 'rm -f' instead of
2549 'rm -rf' and it relies on an undefined variable.
2551 In addition to that, it should be done after running autoreconf,
2552 which is when it's no longer needed.
2556 2013-09-11 Alberto Garcia <berto@igalia.com>
2558 Unquoted $ORIGDIR in autogen.sh
2559 https://bugs.webkit.org/show_bug.cgi?id=19512
2561 Reviewed by Carlos Garcia Campos.
2563 Quote all directory names. This doesn't mean that all possible
2564 directory names are safe for building webkit, but the configure
2565 script already runs a sanity check.
2569 2013-09-11 Zan Dobersek <zdobersek@igalia.com>
2571 [GTK] Stop disabling deprecated symbols in debug builds
2572 https://bugs.webkit.org/show_bug.cgi?id=121145
2574 Reviewed by Carlos Garcia Campos.
2576 Disabling the dependencies' deprecated symbols in debug builds is only causing unnecessary
2577 build failures. Compiler warnings are being thrown whenever a deprecated symbol is being
2578 used, so a build failure is an overreach in this case.
2580 * Source/autotools/SetupAutoconfHeader.m4:
2582 2013-09-10 Marcelo Morais <m.morais@samsung.com>
2584 [EFL] WebInspector: Move to new webinspector
2585 https://bugs.webkit.org/show_bug.cgi?id=119559
2587 Reviewed by Gyuyoung Kim.
2589 Enabling the new Web Inspector on EFL port.
2590 Co-author: Andre Loureiro <andre.vl@samsung.com>
2592 * Source/PlatformEfl.cmake:
2593 * Source/cmake/OptionsEfl.cmake:
2595 2013-09-06 Zan Dobersek <zdobersek@igalia.com>
2597 REGRESSION(r155143): Build failures on GTK port with Clang and libstdc++ < 4.8.1
2598 https://bugs.webkit.org/show_bug.cgi?id=120896
2600 Reviewed by Anders Carlsson.
2602 The GTK port currently only permits using the libstdc++ standard library when compiling with
2603 Clang. After r155143, build failures are occurring when using Clang and libstdc++ that predates
2604 the 4.8.0 release due to the use of std::is_trivially_destructible that isn't available in
2607 To not add additional special casing, the GTK port should move onto requiring libstdc++ >= 4.8.1
2608 when compiling with the Clang compiler. Version 4.8.1 was chosen since it's C++11 feature-complete.
2609 This strict requirement is possible as compiling the GTK port with the Clang compiler is not really
2610 widespread, so we can afford to adjust the required dependencies to match other ports' progression
2611 instead of modifying the code.
2613 * Source/autotools/CheckSystemAndBasicDependencies.m4: If the detected compiler is Clang, also check
2614 that the libstdc++ standard library is used by testing for the __GLIBCXX__ macro that should be defined
2615 to the value lesser than the '20130531', the date stamp used by the 4.8.1 release of libstdc++. Since
2616 possible future releases of the 4.6 or 4.7 series of libstdc++ will also match this check due to a newer
2617 date stamp contained in __GLIBCXX__, the std::is_trivially_destructible struct is also used so the
2618 compilation will fail if the libstdc++ that's used is older than allowed (and therefor does not support
2619 the feature). If the check fails, a fatal error is thrown, describing the requirement. Everything carries
2620 on as normal otherwise.
2622 2013-09-06 Zan Dobersek <zdobersek@igalia.com>
2624 [GTK] Bump the required Clang version to 3.2
2625 https://bugs.webkit.org/show_bug.cgi?id=112537
2627 Reviewed by Gustavo Noronha Silva.
2629 * Source/autotools/CheckSystemAndBasicDependencies.m4: Require the Clang 3.2 stack
2630 when the Clang compiler is specified.
2632 2013-09-05 Brendan Long <b.long@cablelabs.com>
2634 [Qt] DefaultFullScreenVideoHandler and PlatformVideoWindow are included in the build when they are disabled
2635 https://bugs.webkit.org/show_bug.cgi?id=117206
2637 Reviewed by Philippe Normand.
2639 * Source/widgetsapi.pri: Don't include DefaultFullScreenVideoHandler when it's disabled.
2641 2013-09-05 Ryuan Choi <ryuan.choi@samsung.com>
2643 [CMAKE] Add c++0x into CXX_FLAGS as a default
2644 https://bugs.webkit.org/show_bug.cgi?id=120812
2646 Unreviewed build fix for EFL ports.
2648 * Source/cmake/OptionsCommon.cmake: Moved c++0x option here from WebKitHelpers.
2649 * Source/cmake/WebKitHelpers.cmake:
2651 2013-09-04 Michael Brüning <michael.bruning@digia.com>
2653 [Qt] Use correct library paths for prefix builds on Mac.
2654 https://bugs.webkit.org/show_bug.cgi?id=120635
2656 Reviewed by Tor Arne Vestbø.
2658 Due to a change of scope of the qmake force_independent configuration
2659 flag, the library paths in QtWebKit builds on the Mac are set to the
2660 QtWebKit build directory even for production builds.
2662 This patch sets the correct library paths for prefixed production builds
2663 while keeping the scope of the force_independent flag for non-production
2667 * Source/widgetsapi.pri:
2669 2013-09-04 Zan Dobersek <zdobersek@igalia.com>
2671 [GTK] Add support for the Wayland build target
2672 https://bugs.webkit.org/show_bug.cgi?id=120627
2674 Reviewed by Gustavo Noronha Silva.
2676 Add support for building the GTK port with Wayland as the target. The Wayland target can be the sole target
2677 that's enabled, or it can be enabled in parallel with the X11 target.
2679 Each of those two targets, when enabled, checks for the corresponding GTK+ windowing dependency being present.
2680 In the case of only the Wayland target being enabled, the accelerated compositing feature is disabled at
2681 build-time as the feature is not yet supported under the Wayland display protocol. X11-based plugin support is
2682 also disabled under that configuration, even if the WebKitPluginProcess is still built but is left non-operational.
2683 GLX support is also disabled if not building the X11 target.
2685 The Wayland target can be enabled through using the --with-target configuration option that now accepts two
2687 - 'wayland' - only enables the Wayland target,
2688 - 'x11,wayland' - enables the X11 and Wayland targets that are to be built in parallel.
2690 This makes it possible to build the GTK port of WebKit with the Wayland target, relying solely on the GTK+
2691 dependency that only has the Wayland backend enabled, and removes linking against any X11-related library.
2692 Note that at the moment there seem to be other dependencies that still link to X11-related libraries.
2693 Complete functionality is not yet guaranteed, but is of course the goal.
2695 * Source/autotools/FindDependencies.m4: Store the version of the basic GTK+ dependency that was found.
2696 This is later used to check that the GTK+ X11 and GTK+ Wayland dependencies are of the same version. The
2697 X11-specific dependencies are grouped into one section (apart from the XComposite and XDamage dependencies),
2698 also checking for the GTK+ X11 dependency. If the X11 target is not enabled, the GLX dependency is disabled.
2699 Additionally check for the GTK+ Wayland dependency if the Wayland target is enabled.
2700 We only check for the presence and correct version of the GTK+ X11 and Wayland dependencies, if necessary.
2701 Check for the XComposite and XDamage dependencies if the X11 target is enabled (in addition to the OpenGL
2702 headers being present).
2703 In case of the Wayland target being enabled while the X11 target is not, disable the accelerated compositing
2704 feature as there's no support yet for it under the Wayland display protocol.
2705 * Source/autotools/PrintBuildConfiguration.m4: The build configuration should now print out 'GDK targets'.
2706 * Source/autotools/ReadCommandLineArguments.m4: The --with-target option can now take two additional values,
2707 'wayland' and 'x11,wayland'. The first one enables only the Wayland target, while the second one enables both
2708 X11 and Wayland targets. This makes it possible to build the GTK port with both X11 and Wayland display protocols
2709 supported in the same build.
2710 We must now check the outcoming with_target variable to see if the special case of building one or both of the
2711 possible parallel targets was chosen. We define with_x11_target and with_wayland_target variables if the
2712 with_target value applies to that case.
2713 * Source/autotools/SetupAutoconfHeader.m4: Do not define the XP_UNIX macro on builds that enable the Wayland-only
2714 target. It should still be defined if we're building both X11 and Wayland targets in parallel.
2715 * Source/autotools/SetupAutomake.m4: Define TARGET_X11 and TARGET_WAYLAND Automake conditionals if the new
2716 with_x11_target or with_wayland_target variables were set, respectively. Additionall, define the TARGET_X11_OR_WAYLAND
2717 Automake conditional if we're building either of the two targets.
2719 2013-09-03 Patrick Gansterer <paroga@webkit.org>
2721 [CMake] Fix detection of x86_64 platform with MSVC
2722 https://bugs.webkit.org/show_bug.cgi?id=116662
2724 Reviewed by Gyuyoung Kim.
2726 Use ${MSVC_CXX_ARCHITECTURE_ID} instead of ${CMAKE_SYSTEM_PROCESSOR}, since
2727 the later one just resolves to the host processor on Windows.
2731 2013-08-29 Sam Weinig <sam@webkit.org>
2733 Add ENABLE guards for Promises
2734 https://bugs.webkit.org/show_bug.cgi?id=120488
2736 Reviewed by Andreas Kling.
2738 * Source/autotools/SetupWebKitFeatures.m4:
2739 * Source/cmake/WebKitFeatures.cmake:
2740 * Source/cmakeconfig.h.cmake:
2742 2013-08-28 Gustavo Noronha Silva <gns@gnome.org>
2744 [GTK] Enable maintainer mode configure switch
2745 https://bugs.webkit.org/show_bug.cgi?id=120424
2747 Reviewed by Martin Robinson.
2749 The maintainer mode feature is used by ostree and other automated builders to ensure no autotools
2750 regeneration will happen for a regular tarball build; ostree builders, for instance, are very
2751 conservative with toolchain upgrades, and are still using aclocal 1.12. WebKit's latest tarball
2752 (2.1.90) for some reason tries to regenerate build files, and the build fails because it can't find
2753 the version of aclocal that was used for generating the tarball (1.13).
2755 * configure.ac: enable maintainer mode feature.
2757 2013-08-28 Zan Dobersek <zdobersek@igalia.com>
2759 [GTK] Add support for building JSC with FTL JIT enabled
2760 https://bugs.webkit.org/show_bug.cgi?id=120270
2762 Reviewed by Filip Pizlo.
2764 * Source/autotools/FindDependencies.m4: Disable FTL JIT if the JIT itself is disabled or if the C++ compiler
2765 being used is not Clang. Check for llvm-config and use it to properly test for the LLVM >= 3.4 dependency.
2766 * Source/autotools/PrintBuildConfiguration.m4: Print out the status of the FTL JIT support.
2767 * Source/autotools/ReadCommandLineArguments.m4: Add a configuration flag for enabling the feature, defaulting
2768 to 'no' used as the default value for now. This should switch to 'auto' at some point in future.
2769 * Source/autotools/SetupAutoconfHeader.m4: Define ENABLE_FTL_JIT to a specific value if possible.
2770 Also define HAVE_LLVM to 1 if the LLVM dependency was satisfied.
2772 2013-08-28 Simon Hausmann <simon.hausmann@digia.com>
2774 [Qt] Unreviewed trivial build adjustment
2776 * Source/sync.profile: Don't depend on qtjsbackend anymore. It's not needed in Qt 5.2
2777 anymore (but this section of sync.profile is only used by the CI system, so no impact
2780 2013-08-24 Carlos Garcia Campos <cgarcia@igalia.com>
2782 Unreviewed. Fix GTK+ build after r154541.
2784 * Source/autotools/symbols.filter: Export symbols required by
2787 2013-08-15 Zan Dobersek <zdobersek@igalia.com>
2789 Unreviewed GTK build fix after r154106.
2791 * Source/autotools/symbols.filter: Export the proper Element::shadowRoot() symbol.
2793 2013-08-14 Filip Pizlo <fpizlo@apple.com>
2795 Typed arrays should be rewritten
2796 https://bugs.webkit.org/show_bug.cgi?id=119064
2798 Reviewed by Oliver Hunt.
2800 Automake work courtesy of Zan Dobersek <zdobersek@igalia.com>.
2802 * Source/autotools/symbols.filter:
2804 2013-08-14 Tim Horton <timothy_horton@apple.com>
2806 Un-inline dataLog dumpers for IntSize and IntPoint
2807 https://bugs.webkit.org/show_bug.cgi?id=119697
2809 Reviewed by Sam Weinig.
2811 Avoid regressing build performance by moving IntSize::dump and IntPoint::dump elsewhere.
2813 * Source/autotools/symbols.filter:
2815 2013-08-14 Martin Robinson <mrobinson@igalia.com>
2817 [GTK] [CMake] Add support for building TestWebKitAPI
2818 https://bugs.webkit.org/show_bug.cgi?id=116987
2820 Reviewed by Philippe Normand.
2822 * Source/cmake/OptionsGTK.cmake: Turn on the API tests in the settings.
2824 2013-08-13 Zan Dobersek <zdobersek@igalia.com>
2826 [Autotools] Unicode's CFLAGS enforce -D_FORTIFY_SOURCE=2, -D_REENTRANT=1, causing faulty Clang builds
2827 https://bugs.webkit.org/show_bug.cgi?id=119685
2829 Reviewed by Gustavo Noronha Silva.
2831 icu-config includes '-D_FORTIFY_SOURCE=2 -D_REENTRANT=1' when printing out C preprocessor flags that are used
2832 as the C compiler flags to avoid other unwanted compiler options. This causes problems when building optimized
2833 builds with Clang because of a bug in that compiler:
2834 http://llvm.org/bugs/show_bug.cgi?id=16821
2836 To avoid that, the C preprocessor search flags, as printed by `icu-config --cppflags-searchpath` are now used
2837 the Unicode dependency's C compiler flags, avoiding unconditionally specifying the two macros.
2839 To adjust for that, the `-pthread` flag is added to the global CFLAGS and CXXFLAGS variables, ensuring
2840 the _REENTRANT define is set to 1 and declaring the flag globally instead of relying on Glib dependency's
2841 C compiler flags to do so for us. -D_FORTIFY_SOURCE=2 is only added to the CFLAGS and CXXFLAGS variables if
2842 the compiler in use is gcc or g++, preventing the Clang builds to malfunction.
2844 * Source/autotools/FindDependencies.m4:
2845 * Source/autotools/SetupCompilerFlags.m4:
2847 2013-08-13 Zan Dobersek <zdobersek@igalia.com>
2849 [Autotools] Don't compare $CC, $CXX to exact compiler names
2850 https://bugs.webkit.org/show_bug.cgi?id=119683
2852 Reviewed by Gustavo Noronha Silva.
2854 Instead of comparing $CC and $CXX to exact compiler names (like 'gcc', 'clang++' etc.),
2855 use the compiler version checks to also specify the broader compiler collection of which
2856 the used compiler is a member of. This avoids failures in some border-line cases where
2857 the user would still use either a GCC or a Clang compiler but provide it through a symbolic
2858 link that was specified via the CC/CXX environment variables.
2860 * Source/autotools/CheckSystemAndBasicDependencies.m4: Store the detected C/C++ compiler collection
2861 in c_compiler/cxx_compiler. Throw an error if no supported compiler was found.
2862 * Source/autotools/SetupCompilerFlags.m4: Test for a specific compiler by checking against
2863 c_compiler/cxx_compiler rather than CC/CXX values.
2865 2013-08-12 Zan Dobersek <zdobersek@igalia.com>
2867 [Autotools] Adjust the help string for the configure's --enable-optimizations flag
2868 https://bugs.webkit.org/show_bug.cgi?id=119682
2870 Reviewed by Martin Robinson.
2872 * Source/autotools/ReadCommandLineArguments.m4: Remove the 'GCC only' part of the help
2873 string for the --enable-optimizations flag. This is not true and can lead to confusion
2874 since the optimizations can be applied when compiling with Clang as well.
2876 2013-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
2878 Unreviewed. Update NEWS and Versions.m4 for 2.1.4 release.
2880 * Source/autotools/Versions.m4: Update version numbers.
2882 2013-08-09 Zan Dobersek <zdobersek@igalia.com>
2884 [Automake] Clean up OpenGL graphics configuration sections
2885 https://bugs.webkit.org/show_bug.cgi?id=119554
2887 Reviewed by Martin Robinson.
2889 Clean up sections in the Automake configuration process that are configuring the OpenGL graphics
2890 features and dependencies. Remove unnecessary variable assignments, merge similar code paths,
2891 clarify a couple of comments and error messages and fix a few whitespace problems.
2893 * Source/autotools/FindDependencies.m4:
2894 * Source/autotools/ReadCommandLineArguments.m4:
2895 * Source/autotools/SetupAutomake.m4:
2897 2013-08-04 Sam Weinig <sam@webkit.org>
2899 Remove support for HTML5 MicroData
2900 https://bugs.webkit.org/show_bug.cgi?id=119480
2902 Reviewed by Anders Carlsson.
2904 * Source/autotools/SetupWebKitFeatures.m4:
2905 * Source/cmake/OptionsBlackBerry.cmake:
2906 * Source/cmake/OptionsEfl.cmake:
2907 * Source/cmake/OptionsGTK.cmake:
2908 * Source/cmake/WebKitFeatures.cmake:
2909 * Source/cmakeconfig.h.cmake:
2911 2013-08-06 Simon Pena <simon.pena@samsung.com>
2913 Build fix for GTK 32-bit after r153736
2915 * Source/autotools/symbols.filter: expose WebCore::SerializedScriptValue::create.
2917 2013-08-06 Simon Pena <simon.pena@samsung.com>
2919 Build fix for GTK after r153736
2921 * Source/autotools/symbols.filter: expose missing symbols
2922 WebCore::SerializedScriptValue::create and WebCore::toJS to Internals.
2924 2013-08-05 Zan Dobersek <zdobersek@igalia.com>
2926 [Automake] Define ENABLE_JIT through the Autoconf header
2927 https://bugs.webkit.org/show_bug.cgi?id=119445
2929 Reviewed by Martin Robinson.
2931 Instead of defining the ENABLE_JIT value through JSC_CPPFLAGS, the feature define is
2932 set to be either enabled or disabled through the Autoconf header, based on the value
2933 passed through the configuration flag. The 'auto' value is used as default, meaning
2934 that the feature is enabled or disabled in the Platform.h header based on the platform
2935 configuration (OS, architecture etc.).
2937 * Source/autotools/FindDependencies.m4: Remove the JSC_CPPFLAGS definition.
2938 * Source/autotools/ReadCommandLineArguments.m4: Change the default value to 'auto' instead
2939 of 'autodetect', as used by other configuration options that take a similar approach to enabling
2941 * Source/autotools/SetupAutoconfHeader.m4: Set a strict value for the ENABLE_JIT define through
2942 the Autoconf header if the feature was specifically enabled or disabled.
2944 2013-08-04 Zalan Bujtas <zalan@apple.com>
2946 Background doesn't fully repaint when body has margins.
2947 https://bugs.webkit.org/show_bug.cgi?id=119033
2949 Reviewed by Simon Fraser.
2951 Ensure that background-color changes do not leave unpainted areas when
2954 Both <body> and <html> background-color get propagated up to the viewport.
2955 If <body> has background-color attribute set, while <html> doesn't, the color is
2956 applied not only on the <body> but on both the <html> and the viewport. However,
2957 it's not enough to mark the RenderView dirty because with tiles backing on,
2958 there could be areas outside of the viewport that need repaint. By marking
2959 the RenderView's graphics layer dirty instead, we ensure that all the related
2960 tiles get marked dirty too and the new background color covers all areas.
2962 Manual test added. When forcing top-level composition on (even with embedded iframe to
2963 make sure we don't do paintsIntoWindow rendering), the test case execution changes so much,
2964 that the repaint rects don't reflect the functionality difference anymore.
2966 Reviewed by Simon Fraser.
2968 * ManualTests/compositing/background-color-change-on-body-with-margin.html: Added.
2970 2013-07-30 Ádám Kallai <kadam@inf.u-szeged.hu>
2972 [Qt] Workaround to make syncqt run and generate forwarding headers in SVN repositories too.
2973 https://bugs.webkit.org/show_bug.cgi?id=118725.
2975 Reviewed by Tor Arne Vestbø.
2979 2013-07-30 Carlos Garcia Campos <cgarcia@igalia.com>
2981 Unreviewed. Update NEWS and Versions.m4 for 2.1.4 release.
2983 * Source/autotools/Versions.m4: Bump version numbers.
2985 2013-07-27 Ryuan Choi <ryuan.choi@samsung.com>
2987 [EFL] Bump required version of EFL to 1.7
2988 https://bugs.webkit.org/show_bug.cgi?id=119144
2990 Reviewed by Christophe Dumez.
2992 We have supported 1.6 for Tizen build since r137203.
2993 But Tizen now supports 1.7+ after Tizen released 2.0.
2995 * Source/cmake/OptionsEfl.cmake:
2996 Bumped EFL to 1.7 and removed promotion.
2998 2013-07-25 Christophe Dumez <ch.dumez@sisa.samsung.com>
3000 Unreviewed EFL build fix after r153315.
3002 Use -std=gnu++0x instead of -std=c++0x as we rely on GNU extensions such as
3005 * Source/cmake/WebKitHelpers.cmake:
3007 2013-07-25 Ryuan Choi <ryuan.choi@samsung.com>
3009 [CMAKE] Enforce c++0x for cmake based ports
3010 https://bugs.webkit.org/show_bug.cgi?id=119081
3012 Reviewed by Gyuyoung Kim.
3014 * Source/cmake/WebKitHelpers.cmake:
3015 Enforce c++0x for all cmake based ports to fix build break.
3017 2013-07-24 Ryuan Choi <ryuan.choi@samsung.com>
3019 [EFL][CMAKE] Fix wrong syntax about option commands
3020 https://bugs.webkit.org/show_bug.cgi?id=119035
3022 Reviewed by Christophe Dumez.
3024 second argument of cmake option command should be description.
3026 * Source/cmake/OptionsEfl.cmake: Added description instead of wrong initial value.
3028 2013-07-23 Tim Horton <timothy_horton@apple.com>
3030 Add a test for plug-in unavailability indicator obscurity detection
3031 https://bugs.webkit.org/show_bug.cgi?id=119007
3033 Reviewed by Anders Carlsson.
3035 * Source/autotools/symbols.filter:
3036 Expose RenderEmbeddedObject::isReplacementObscured to internals.
3038 2013-07-16 Balazs Kelemen <kbalazs@webkit.org>
3040 [CMake] Undefined references should be detected at build time
3041 https://bugs.webkit.org/show_bug.cgi?id=110236
3043 Reviewed by Christophe Dumez.
3045 Pass the --no-undefined argument to the linker on platforms where it is available.
3047 * Source/cmake/OptionsCommon.cmake:
3049 2013-07-16 Carlos Garcia Campos <cgarcia@igalia.com>
3051 [GTK] Remove compile warnings about GTK+ API deprecated after 3.6
3052 https://bugs.webkit.org/show_bug.cgi?id=118237
3054 Reviewed by Philippe Normand.
3056 We depend on GTK+3.6 so we are not interested in compile warnings
3057 about deprecated API after 3.6
3059 * Source/autotools/SetupAutoconfHeader.m4: Define
3060 GDK_VERSION_MIN_REQUIRED in config.h.
3062 2013-07-09 Carlos Garcia Campos <cgarcia@igalia.com>
3064 Unreviewed. Update NEWS and Versions.m4 for 2.1.3 release.
3066 * Source/autotools/Versions.m4: Bump version numbers.
3068 2013-07-08 Andy Estes <aestes@apple.com>
3070 Add WebInspectorUI to WebKit.xcworkspace
3071 https://bugs.webkit.org/show_bug.cgi?id=118491
3073 Reviewed by Sam Weinig.
3075 * WebKit.xcworkspace/contents.xcworkspacedata:
3077 2013-07-08 ChangSeok Oh <changseok.oh@collabora.com>
3079 [GTK] Acceleration description isn't displayed in configured options.
3080 https://bugs.webkit.org/show_bug.cgi?id=118441
3082 Reviewed by Gustavo Noronha Silva.
3084 The acceleration_backend_description has been changed to acceleration_description from r152275.
3086 * Source/autotools/PrintBuildConfiguration.m4:
3088 2013-07-08 Zan Dobersek <zdobersek@igalia.com>
3090 [Autoconf] Define WTF_USE_OPENGL when OpenGL was found
3091 https://bugs.webkit.org/show_bug.cgi?id=118341
3093 Reviewed by Gustavo Noronha Silva.
3095 After r152275, WTF_USE_OPENGL is only defined if the accelerated compositing is enabled.
3096 This breaks the build if disabling the accelerated compositing feature as the OpenGL-specific
3097 code is not compiled anymore even if it's still required.
3099 To avoid that, WTF_USE_OPENGL should be defined if OpenGL was found. The accelerated compositing
3100 feature also relies on this condition, exiting the configuration process with an error otherwise.
3102 * Source/autotools/SetupAutoconfHeader.m4:
3104 2013-07-01 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3106 [GTK] Remove unsupported AC backends
3107 https://bugs.webkit.org/show_bug.cgi?id=117362
3109 Reviewed by Martin Robinson.
3111 * Source/autotools/FindDependencies.m4: remove checks related to acceleration backend,
3112 turn them into a check for OpenGL being available, simply.
3113 * Source/autotools/ReadCommandLineArguments.m4: remove command line option to select
3114 accelerated backend, it's now auto-detected.
3115 * Source/autotools/SetupAutoconfHeader.m4: no longer defines USE_CLUTTER and
3116 USE_TEXTURE_MAPPER_CAIRO.
3117 * Source/autotools/SetupAutomake.m4: remove checks related to acceleration backend,
3118 turn them into a check for OpenGL being available, simply.
3119 * Source/autotools/Versions.m4: no longer check for clutter/clutter-gtk.
3121 2013-07-01 Timothy Hatcher <timothy@apple.com>
3123 Link to WebInspectorUI.framework at build time instead of soft linking.
3125 https://bugs.webkit.org/show_bug.cgi?id=118261
3127 Reviewed by Joseph Pecoraro.
3129 * Source/Makefile: Build WebInspectorUI before WebKit and WebKit2.
3131 2013-06-28 Sean Bright <sean@malleable.com>
3133 [Autotools] Properly quote harfbuzz-icu pkg-config check
3134 https://bugs.webkit.org/show_bug.cgi?id=118186
3136 Reviewed by Carlos Garcia Campos.
3138 A secondary test was added in r150963 to check for harfbuzz-icu
3139 when it was split into two packages, but the test is not properly
3140 quoted. If the test fails you get an error about missing
3141 version "./configure.9.8" instead of the expected "0.9.8."
3143 * Source/autotools/FindDependencies.m4:
3145 2013-06-27 Christophe Dumez <ch.dumez@sisa.samsung.com>
3147 Remove [NoInterfaceObject] from WorkerGlobalScope
3148 https://bugs.webkit.org/show_bug.cgi?id=118071
3150 Reviewed by Kentaro Hara.
3152 Update GENERATE_BINDINGS CMake macro to take 2 additional parameters
3153 now needed by the preprocess-idls.pl script.
3155 * Source/cmake/WebKitMacros.cmake:
3157 2013-06-24 Ryuan Choi <ryuan.choi@samsung.com>
3159 [CMAKE] Clear unused cmakedefines
3160 https://bugs.webkit.org/show_bug.cgi?id=117931
3162 Reviewed by Christophe Dumez.
3164 * Source/cmakeconfig.h.cmake:
3165 Removed ENABLE_AS_IMAGE, ENABLE_LEGACY_WEBKIT_BLOB_BUILDER and
3166 ENABLE_CLIENT_BASED_GEOLOCATION cmakedefines which already removed.
3168 2013-06-20 Ryuan Choi <ryuan.choi@samsung.com>
3170 [CMAKE][EFL] Enable DOM4 Events Constructor
3171 https://bugs.webkit.org/show_bug.cgi?id=117858
3173 Reviewed by Laszlo Gombos.
3175 * Source/cmake/OptionsEfl.cmake: Enabled ENABLE_DOM4_EVENTS_CONSTRUCTOR.
3176 * Source/cmake/WebKitFeatures.cmake: Added ENABLE_DOM4_EVENTS_CONSTRUCTOR.
3177 * Source/cmakeconfig.h.cmake: Ditto.
3179 2013-06-20 Zan Dobersek <zdobersek@igalia.com>
3181 [GTK] remove bashism from configure
3182 https://bugs.webkit.org/show_bug.cgi?id=117796
3184 Reviewed by Gustavo Noronha Silva.
3186 * Source/autotools/FindDependencies.m4: Perform string appending by redeclaring the base string to the value
3187 of the base string followed by the string that's being appended. This replaces the use of the '+=' operator
3188 that works under bash but is not supported by other shells.
3190 2013-06-18 Ryosuke Niwa <rniwa@webkit.org>
3192 REGRESSION(r147602): Search text field doesn't render selection when it has some :focus rules
3193 https://bugs.webkit.org/show_bug.cgi?id=117747
3195 Reviewed by Kent Tamura.
3197 * ManualTests/search-select-all-with-focus-style.html: Added.
3199 2013-06-18 Carlos Garcia Campos <cgarcia@igalia.com>
3201 Unreviewed. Update NEWS and Versions.m4 for 2.1.2 release.
3203 * Source/autotools/Versions.m4: Bump version numbers.
3205 2013-06-18 Xabier Rodriguez Calvar <calvaris@igalia.com>
3207 [GTK][GStreamer] Fullscreen option in video element context menu not working
3208 https://bugs.webkit.org/show_bug.cgi?id=105191
3210 Fullscreen with native controls is outdated and even broken in
3211 [GTK][WK2], so they are deactivated for now.
3213 Reviewed by Philippe Normand.
3215 * Source/autotools/SetupAutoconfHeader.m4: Removed the use of
3216 fullscreen native media controls.
3218 2013-06-17 Michael Brüning <michael.bruning@digia.com>
3220 [Qt] Remove Qt specific QTKIT flagged code.
3221 https://bugs.webkit.org/show_bug.cgi?id=117635
3223 Reviewed by Simon Hausmann.
3225 Due to disabling QTKIT for Qt in r151546, the
3226 code the flags that are not taken into account
3227 anymore and the code that has been rendered
3228 unreachable by this are removed.
3230 * Source/widgetsapi.pri:
3232 2013-06-17 Carlos Garcia Campos <cgarcia@igalia.com>
3234 Unreviewed. Rename gobject_introspection_required variable.
3236 As gobject_introspection_required_version for consistency with all
3237 other required_version variables.
3239 * Source/autotools/FindDependencies.m4:
3240 * Source/autotools/Versions.m4:
3242 2013-06-14 Patrick Gansterer <paroga@webkit.org>
3244 Introduce USE(WINGDI) for the Windows port
3245 https://bugs.webkit.org/show_bug.cgi?id=116138
3247 Reviewed by Ryosuke Niwa.
3249 Using USE(WINGDI) instead of OS(WINCE) will allow us to
3250 compile the GDI based Windows port on WinNT too.
3252 * Source/cmake/OptionsWinCE.cmake:
3254 2013-06-14 Manuel Rego Casasnovas <rego@igalia.com>
3256 [GTK][WK1] Missing symbols
3257 https://bugs.webkit.org/show_bug.cgi?id=117629
3259 Unreviewed GTK+ build fix.
3261 * Source/autotools/symbols.filter: Added missing symbols needed when
3264 2013-06-13 Max Vujovic <mvujovic@adobe.com>
3266 [CSS Regions] Selection dragged from a region paints its background
3267 https://bugs.webkit.org/show_bug.cgi?id=117607
3269 Reviewed by Alexandru Chiculita.
3271 Add a manual test for the painting of a dragged selection from a region. We don't have an
3272 automated way to test this yet. This test is similar to the other manual selection dragging
3273 tests (e.g. ManualTests/drag-image.html).
3275 * ManualTests/regions/drag-selection-painting.html: Added.
3277 2013-06-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
3279 [GTK] [WK2] Found missing symbol when running some tests
3280 https://bugs.webkit.org/show_bug.cgi?id=117598
3282 Reviewed by Martin Robinson.
3284 * Source/autotools/symbols.filter: Added missing
3285 _ZN7WebCore28notImplementedLoggingChannelEv.
3287 2013-06-12 Alberto Garcia <agarcia@igalia.com>
3289 [BlackBerry] Remove dead WebDOM code
3290 https://bugs.webkit.org/show_bug.cgi?id=113370
3292 Reviewed by Anders Carlsson.
3294 BlackBerry PR 347565
3295 Internally reviewed by Charles Wei.
3297 * Source/cmake/OptionsBlackBerry.cmake:
3299 2013-06-06 Timothy Hatcher <timothy@apple.com>
3301 Add WebInspectorUI to the Makefile.
3303 Reviewed by Mark Rowe.
3307 2013-06-11 Seokju Kwon <seokju.kwon@gmail.com>
3309 Remove leftover wxWebkit code
3310 https://bugs.webkit.org/show_bug.cgi?id=117471
3312 Reviewed by Andreas Kling.
3314 * Source/cmake/WebKitPackaging.cmake:
3316 2013-06-07 Zan Dobersek <zdobersek@igalia.com>
3318 [regression] build failure WebKitFontFamilyNames.h missing
3319 https://bugs.webkit.org/show_bug.cgi?id=117178
3321 Reviewed by Sam Weinig.
3323 * GNUmakefile.am: List platform_sources under the BUILT_SOURCES list.
3325 2013-06-05 Bear Travis <betravis@adobe.com>
3327 [CSS Exclusions][CSS Shapes] Split CSS Exclusions & Shapes compile & runtime flags
3328 https://bugs.webkit.org/show_bug.cgi?id=117172
3330 Reviewed by Alexandru Chiculita.
3332 Adding the CSS_SHAPES compile flag.
3334 * Source/autotools/SetupWebKitFeatures.m4:
3335 * Source/autotools/symbols.filter:
3336 * Source/cmake/WebKitFeatures.cmake:
3337 * Source/cmakeconfig.h.cmake:
3339 2013-06-05 Zan Dobersek <zdobersek@igalia.com>
3341 Move MemoryInfo under window.internals
3342 https://bugs.webkit.org/show_bug.cgi?id=117197
3344 Reviewed by Ryosuke Niwa.
3346 * Source/autotools/symbols.filter: Export the required symbol.
3348 2013-06-04 Christophe Dumez <ch.dumez@sisa.samsung.com>
3350 Automatically generate WorkerContext constructor attributes
3351 https://bugs.webkit.org/show_bug.cgi?id=117183
3353 Reviewed by Kentaro Hara.
3355 Update GENERATE_BINDINGS macro to take an additional _workercontext_constructors_file
3358 * Source/cmake/WebKitMacros.cmake:
3360 2013-06-03 Eduardo Lima Mitev <elima@igalia.com>
3362 [EFL] Add ATK version 2.8.0 to efl jhbuild moduleset
3363 https://bugs.webkit.org/show_bug.cgi?id=116726
3365 Reviewed by Gyuyoung Kim.
3367 Bump required version of ATK to 2.8.0 in EFL CMake's build.
3369 * Source/cmake/FindATK.cmake: Adds macro to check required version
3370 * Source/cmake/OptionsEfl.cmake: Specifies required version of ATK to be 2.8.0
3372 2013-05-30 Alberto Garcia <agarcia@igalia.com>
3374 [GTK] Needs to check for harfbuzz-icu
3375 https://bugs.webkit.org/show_bug.cgi?id=116978
3377 Reviewed by Xan Lopez.
3379 HarfBuzz 0.9.18 splits harbuzz-icu into a separate library so we
3380 also need to check for it in order to get the necessary flags for
3381 the compiler and the linker.
3383 We keep this conditional for now since we still want to support
3384 earlier versions of HarfBuzz.
3386 * Source/autotools/FindDependencies.m4:
3388 2013-05-29 Kent Tamura <tkent@chromium.org>
3390 Remove leftover files for ENABLE_PAGE_POPUP and ENABLE_CALENDAR_PICKER
3391 https://bugs.webkit.org/show_bug.cgi?id=116999
3393 Reviewed by Anders Carlsson.
3395 * ManualTests/forms/calendar-picker-crash-by-type-change.html: Removed.
3396 * ManualTests/forms/calendar-picker.html: Removed.
3397 * ManualTests/forms/color-suggestion-picker.html: Removed.
3398 * ManualTests/forms/date-suggestion-picker.html: Removed.
3400 2013-05-29 Martin Robinson <mrobinson@igalia.com>
3402 Fix more CMake GTK+ build issues after r150336
3404 * Source/cmake/OptionsGTK.cmake: Actually set the new output name variable
3405 and be sure to set WTF_USE_EGL when EGL is enabled.
3407 2013-05-29 Carlos Garcia Campos <cgarcia@igalia.com>
3409 Unreviewed. Update NEWS and Versions.m4 for 2.1.1 release.
3411 * Source/autotools/Versions.m4: Bump version numbers.
3413 2013-05-29 Carlos Garcia Campos <cgarcia@igalia.com>
3415 Unreviewed. Fix make distcheck.
3417 * GNUmakefile.am: Add WebKitFeatures.h and WebKitFeatures.txt to
3420 2013-05-26 Jon Lee <jonlee@apple.com>
3422 [WK2] Notifications clobber each other with multiple processes
3423 https://bugs.webkit.org/show_bug.cgi?id=116428
3424 <rdar://problem/13935191>
3426 Reviewed by Darin Adler.
3428 * ManualTests/notification-in-multiple-windows.html: Added.
3430 2013-05-27 Patrick Gansterer <paroga@webkit.org>
3432 Use ICU_INCLUDE_DIRS in BlackBerry CMake files
3433 https://bugs.webkit.org/show_bug.cgi?id=116210
3435 Reviewed by Rob Buis.
3437 Set and use the ICU_INCLUDE_DIRS variable to avoid
3438 duplicated adding of the ICU include directory.
3440 * Source/cmake/OptionsBlackBerry.cmake:
3442 2013-05-24 Anders Carlsson <andersca@apple.com>
3444 Remove PagePopup code
3445 https://bugs.webkit.org/show_bug.cgi?id=116732
3447 Reviewed by Andreas Kling.
3449 * Source/cmakeconfig.h.cmake:
3450 Remove ENABLE_PAGE_POPUP.
3452 2013-05-21 Martin Robinson <mrobinson@igalia.com>
3454 [GTK] [CMake] Add support for building WebKit2
3455 https://bugs.webkit.org/show_bug.cgi?id=116372
3457 Reviewed by Gustavo Noronha Silva.
3459 * Source/cmake/FindWebP.cmake: Added.
3460 * Source/cmake/OptionsGTK.cmake: Turn on WebKit2 and the plugin process and also look
3461 for WebP. These missing symbols were hidden up until now. ENABLE_TEXTURE_MAPPER was
3462 also incorrect specified.
3464 2013-05-21 Zan Dobersek <zdobersek@igalia.com>
3466 [GTK] Compile everything in C++11 mode
3467 https://bugs.webkit.org/show_bug.cgi?id=116452
3469 Reviewed by Anders Carlsson.
3471 * Source/autotools/SetupCompilerFlags.m4: Use the C++11 standard by default when compiling C++ source code.
3472 Perform some minor cleanup around the comments and the order of specifying additional CXXFLAGS entries.
3474 2013-05-21 Carlos Garcia Campos <cgarcia@igalia.com>
3476 [BlackBerry] Make PagePopup implementation independent from WebCore
3477 https://bugs.webkit.org/show_bug.cgi?id=116448
3479 Reviewed by Anders Carlsson.
3481 * Source/cmake/OptionsBlackBerry.cmake: Do not enable PAGE_POPUP
3484 2013-05-20 Christophe Dumez <ch.dumez@sisa.samsung.com>
3486 [EFL] Reenabled INDEXED_DATABASE after r150344
3487 https://bugs.webkit.org/show_bug.cgi?id=116430
3489 Reviewed by Gyuyoung Kim.
3491 Reenable INDEXED_DATABASE flag for EFL port now that WebKit2
3492 build was fixed in r150344.
3494 * Source/cmake/OptionsEfl.cmake:
3496 2013-05-19 Anders Carlsson <andersca@apple.com>
3498 Remove link prerendering code
3499 https://bugs.webkit.org/show_bug.cgi?id=116415
3501 Reviewed by Darin Adler.
3503 This code was only used by Chromium and is dead now.
3505 * Source/autotools/SetupWebKitFeatures.m4:
3506 * Source/cmake/WebKitFeatures.cmake:
3507 * Source/cmakeconfig.h.cmake:
3509 2013-05-18 Patrick Gansterer <paroga@webkit.org>
3511 [CMake] Replace *_LIBRARY_NAME with *_OUTPUT_NAME
3512 https://bugs.webkit.org/show_bug.cgi?id=114554
3514 Reviewed by Gyuyoung Kim.
3516 Using variables as target names is very uncommon in CMake.
3517 The usual way to specify the name of the resulting binary
3518 is to set the OUTPUT_NAME target property.
3521 * Source/CMakeLists.txt:
3522 * Source/PlatformEfl.cmake:
3523 * Source/PlatformGTK.cmake:
3524 * Source/cmake/OptionsBlackBerry.cmake:
3525 * Source/cmake/OptionsEfl.cmake:
3526 * Source/cmake/OptionsGTK.cmake:
3527 * Source/cmake/WebKitHelpers.cmake:
3528 * Source/cmake/gtest/CMakeLists.txt:
3530 2013-05-18 Christophe Dumez <ch.dumez@sisa.samsung.com>
3532 Unreviewed EFL build fix.
3534 Temporarily disabled INDEXED_DATABASE at compile-time as it breaks
3535 WK2 build after r150305.
3537 * Source/cmake/OptionsEfl.cmake:
3539 2013-05-18 Alberto Garcia <agarcia@igalia.com>
3541 [GTK] Parallel build fails if gtk-doc is enabled
3542 https://bugs.webkit.org/show_bug.cgi?id=116227
3544 Reviewed by Martin Robinson.
3547 Define an empty noinst_DATA variable where other automake files
3548 can add additional objects to be built.
3550 2013-05-16 Martin Robinson <mrobinson@igalia.com>
3552 [GTK] [CMake] Disable the shadow DOM
3553 https://bugs.webkit.org/show_bug.cgi?id=116237
3555 Reviewed by Gustavo Noronha Silva.
3557 * Source/cmake/OptionsGTK.cmake: Disable shadow DOM by default.
3559 2013-05-14 Martin Robinson <mrobinson@igalia.com>
3561 [GTK] Add support for building WebCore to the cmake build
3562 https://bugs.webkit.org/show_bug.cgi?id=116128
3564 Reviewed by Gustavo Noronha Silva.
3566 * Source/PlatformGTK.cmake: Added.
3567 * Source/cmake/OptionsGTK.cmake: Added more logic and variables to support WebCore and properly
3568 defined some existing variables.
3570 2013-05-15 Alexey Proskuryakov <ap@apple.com>
3572 More fixing after WebProcessShim renaming in r149074.
3574 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3575 Updated to insert the right shim.
3577 2013-05-15 Patrick Gansterer <paroga@webkit.org>
3579 Consolidate lists in WTF CMake files
3580 https://bugs.webkit.org/show_bug.cgi?id=116142
3582 Reviewed by Martin Robinson.
3584 Move common files into the CMakeLists.txt to avoid duplicating the list of files.
3585 Also rebase the recently added GTK files to match the other CMake ports, since
3586 the submitted patch was based on an older version of the source tree.
3588 * Source/cmake/OptionsGTK.cmake:
3590 2013-05-14 Zan Dobersek <zdobersek@igalia.com>
3592 [GTK] Move generated ColorData.cpp, WebKitFontFamilyNames.(cpp|h) build targets into libPlatform
3593 https://bugs.webkit.org/show_bug.cgi?id=115921
3595 Reviewed by Gustavo Noronha Silva.
3597 * GNUmakefile.am: Add GENSOURCES_PLATFORM, platform_built_sources variables.
3599 2013-05-11 Martin Robinson <mrobinson@igalia.com>
3601 [GTK] Add a basic cmake build for WTF and JavaScriptCore
3602 https://bugs.webkit.org/show_bug.cgi?id=115967
3604 Reviewed by Laszlo Gombos.
3606 * CMakeLists.txt: Add GTK+ to the list of ports.
3607 * Source/CMakeLists.txt: We do not try to build WebCoreTestSupport when WebCore is disabled.
3608 * Source/cmake/FindGAIL3.cmake: Added.
3609 * Source/cmake/FindGDK3.cmake: Added.
3610 * Source/cmake/FindGStreamer.cmake: Use the passed in minimum version.
3611 * Source/cmake/FindGTK3.cmake: Added.
3612 * Source/cmake/FindXt.cmake: Added.
3613 * Source/cmake/OptionsEfl.cmake: Pass in the minimum version.
3614 * Source/cmake/OptionsGTK.cmake: Added.
3616 2013-05-11 Martin Robinson <mrobinson@igalia.com>
3618 Move defines to platform
3620 [GTK] Move defines that will never be configured to Platform.h
3621 https://bugs.webkit.org/show_bug.cgi?id=115965
3623 Reviewed by Andreas Kling.
3625 * Source/autotools/SetupAutoconfHeader.m4: Move some unchanging defines to Platform.h.
3627 2013-05-09 Christophe Dumez <ch.dumez@sisa.samsung.com>
3629 Add support for [NoInterfaceObject] Web IDL extended attribute
3630 https://bugs.webkit.org/show_bug.cgi?id=115714
3632 Reviewed by Kentaro Hara.
3634 Update GENERATE_BINDINGS macro to take an additional _window_constructors_file
3637 * Source/cmake/WebKitMacros.cmake:
3639 2013-05-08 José Dapena Paz <jdapena@igalia.com> and Zan Dobersek <zdobersek@igalia.com>
3641 [GTK] Plumb the Automake build system for the Battery Status API feature
3642 https://bugs.webkit.org/show_bug.cgi?id=115718
3644 Reviewed by Martin Robinson.
3646 * Source/autotools/FindDependencies.m4: Check for the upower-glib dependency if the feature is enabled.
3647 * Source/autotools/PrintBuildConfiguration.m4: Print out the feature status.
3648 * Source/autotools/ReadCommandLineArguments.m4: Check for the --enable-battery-status option. The deafult,
3649 when the option is not given, is to disable the feature.
3650 * Source/autotools/SetupWebKitFeatures.m4: Treat the ENABLE_BATTERY_STATUS define as configurable.
3651 * Source/autotools/symbols.filter: Export a couple of symbols that are used in the WebCore internals library.
3653 2013-05-08 Zan Dobersek <zdobersek@igalia.com>
3655 [Automake] Pass --no-demangle to the linker by default to get the mangled symbols
3656 https://bugs.webkit.org/show_bug.cgi?id=115732
3658 Reviewed by Gustavo Noronha Silva.
3660 * GNUmakefile.am: Pass the --no-demangle option to the linker by default. This is done by appending
3661 the flag to the LDFLAGS variable. While the AM_LDFLAGS variable would be more appropriate, it's not
3662 at all used when linking installable libraries like libwebkitgtk and libwebkit2gtk, so the LDFLAGS
3663 variable is used instead.
3665 2013-05-07 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3667 [CMAKE] Remove SHADOW_DOM from cmakeconfig.h.cmake
3668 https://bugs.webkit.org/show_bug.cgi?id=115712
3670 Reviewed by Andreas Kling.
3672 Nobody uses SHADOW_DOM in cmake.
3674 * Source/cmake/WebKitFeatures.cmake:
3675 * Source/cmakeconfig.h.cmake:
3677 2013-05-06 Mike Lattanzio <mlattanzio@blackberry.com>
3679 [BlackBerry] Enable and Expose Text Autosizing through BlackBerry::WebKit::WebSettings
3680 https://bugs.webkit.org/show_bug.cgi?id=113808
3682 Reviewed by Rob Buis.
3684 Set the ENABLE_TEXT_AUTOSIZING default to ON for BlackBerry.
3686 * Source/cmake/OptionsBlackBerry.cmake:
3688 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
3690 [EFL] Shadow DOM should be disabled at compile time
3691 https://bugs.webkit.org/show_bug.cgi?id=115635
3693 Reviewed by Andreas Kling.
3695 Disable Shadow DOM at compile time for EFL port. Shadow DOM code
3696 is being removed from the tree.
3698 * Source/cmake/OptionsEfl.cmake:
3700 2013-05-04 Dean Jackson <dino@apple.com>
3702 Animations and Transitions should not start when globally suspended
3703 https://bugs.webkit.org/show_bug.cgi?id=114915
3705 Reviewed by Sam Weinig.
3707 Export AnimationController::isSuspended().
3709 * Source/autotools/symbols.filter:
3711 2013-05-01 Benjamin Poulain <benjamin@webkit.org>
3713 Remove the remaining wscript
3714 https://bugs.webkit.org/show_bug.cgi?id=115459
3716 Reviewed by Andreas Kling.
3720 2013-05-01 Sergio Villar Senin <svillar@igalia.com>
3722 Show a block cursor in overtype mode
3723 https://bugs.webkit.org/show_bug.cgi?id=114819
3725 Reviewed by Ryosuke Niwa.
3727 * Source/autotools/symbols.filter: export some extra symbols for
3730 2013-04-30 Christophe Dumez <ch.dumez@sisa.samsung.com>
3732 [EFL] Enable scaled cursors
3733 https://bugs.webkit.org/show_bug.cgi?id=106242
3735 Reviewed by Gyuyoung Kim.
3737 Enable MOUSE_CURSOR_SCALE flag for EFL port.
3739 * Source/cmake/OptionsEfl.cmake:
3740 * Source/cmake/WebKitFeatures.cmake:
3742 2013-04-29 Zan Dobersek <zdobersek@igalia.com>
3744 [GTK] Disable Shadow DOM feature
3745 https://bugs.webkit.org/show_bug.cgi?id=115374
3747 Reviewed by Martin Robinson.
3749 Disable the Shadow DOM feature on the GTK port, the feature is planned for removal.
3751 * Source/autotools/SetupWebKitFeatures.m4:
3753 2013-04-28 Ryuan Choi <ryuan.choi@samsung.com>
3755 [EFL][CMAKE] Build break after r149259
3756 https://bugs.webkit.org/show_bug.cgi?id=115339
3758 Reviewed by Gyuyoung Kim.
3760 r149259 used c++11 features(Right angle bracket, Range-based for-loop).
3761 This patch enforces c++0x when cmake based ports build WebKit2 using gcc.
3763 * Source/cmake/WebKitHelpers.cmake:
3765 2013-04-22 Benjamin Poulain <benjamin@webkit.org>
3767 Remove the memory instrumentation code
3768 https://bugs.webkit.org/show_bug.cgi?id=114931
3770 Reviewed by Andreas Kling.
3772 * Source/autotools/symbols.filter:
3774 2013-04-22 Martin Robinson <mrobinson@igalia.com>
3776 [GTK] Enable introspection always for developer builds
3777 https://bugs.webkit.org/show_bug.cgi?id=114983
3779 Reviewed by Gustavo Noronha Silva.
3781 * Source/autotools/SetupAutoconfHeader.m4: No longer expose the ENABLE_INTROSPECTION
3782 autoconf header variable. It isn't used and it means that when introspection is enabled
3783 or disabled, there is an unnecessary full rebuild.
3785 2013-04-22 Zan Dobersek <zdobersek@igalia.com>
3787 [GTK] Set up libPlatform.la
3788 https://bugs.webkit.org/show_bug.cgi?id=114168
3790 Reviewed by Martin Robinson.
3792 * GNUmakefile.am: Define the platform_cppflags and platform_sources variables.
3794 2013-04-20 Zan Dobersek <zdobersek@igalia.com>
3796 Enable sub-pixel layout for the GTK port
3797 https://bugs.webkit.org/show_bug.cgi?id=94792
3799 Reviewed by Martin Robinson.