1 2013-10-24 Ryuan Choi <ryuan.choi@samsung.com>
3 [EFL] Build break with latest EFL 1.8 libraries.
4 https://bugs.webkit.org/show_bug.cgi?id=123245
6 Reviewed by Gyuyoung Kim.
8 After fixed build break on EFL 1.8 at r138326, EFL libraries are changed
9 Eo typedef and splitted header files which contain version macro.
11 * Source/cmake/EFLHelpers.cmake: Checked whether include path exist.
12 * Source/cmake/FindEcore.cmake: Added 1.8 Header which have version macro.
13 * Source/cmake/FindEdje.cmake: Ditto.
14 * Source/cmake/FindEina.cmake: Ditto.
15 * Source/cmake/FindEo.cmake: Ditto.
16 * Source/cmake/FindEvas.cmake: Ditto.
18 2013-10-22 Ryuan Choi <ryuan.choi@samsung.com>
20 [EFL] Remove HAVE_GLX macro
21 https://bugs.webkit.org/show_bug.cgi?id=123191
23 Reviewed by Gyuyoung Kim.
25 * Source/cmake/OptionsEfl.cmake: Removed unnecessary HAVE_GLX macro
27 2013-10-21 Gergo Balogh <geryxyz@inf.u-szeged.hu>
29 Remove .qmake.conf files
30 https://bugs.webkit.org/show_bug.cgi?id=123091
32 Reviewed by Csaba Osztrogonác.
34 * .qmake.conf: Removed.
36 2013-10-18 Carlos Garcia Campos <cgarcia@igalia.com>
38 [GTK] Generate API documentation for GObject DOM bindings
39 https://bugs.webkit.org/show_bug.cgi?id=121538
41 Reviewed by Gustavo Noronha Silva.
43 * GNUmakefile.am: Initialize gdom_symbol_files variable.
45 2013-10-17 Afonso R. Costa Jr. <afonso.costa@samsung.com>
47 [CMAKE] Update code to take advantage of CMake version 2.8.3+.
48 https://bugs.webkit.org/show_bug.cgi?id=97516
50 Reviewed by Gyuyoung Kim.
52 CMake's version was changed to 2.8.3. So, these files below
53 can be simplified to take advantage of CMake's new version.
55 * Source/cmake/FindCairo.cmake: Simplified according to CMake 2.8.3+.
56 * Source/cmake/FindGStreamer.cmake: Ditto.
58 2013-10-16 Ryosuke Niwa <rniwa@webkit.org>
60 Add a new flakiness dashboard clone
61 https://bugs.webkit.org/show_bug.cgi?id=122936
63 Reviewed by Anders Carlsson.
65 Added the initial prototype.
67 * Websites/test-results: Added.
68 * Websites/test-results/.htaccess: Added.
69 * Websites/test-results/admin: Added.
70 * Websites/test-results/admin/index.php: Added.
71 * Websites/test-results/api: Added.
72 * Websites/test-results/api/manifest.php: Added.
73 * Websites/test-results/api/report.php: Added.
74 * Websites/test-results/api/results.php: Added.
75 * Websites/test-results/include: Added.
76 * Websites/test-results/include/config.json: Added.
77 * Websites/test-results/include/db.php: Added.
78 * Websites/test-results/include/init-database.sql: Added.
79 * Websites/test-results/include/json-shared.php: Added.
80 * Websites/test-results/include/test-results.php: Added.
81 * Websites/test-results/index.html: Added.
82 * Websites/test-results/js: Added.
83 * Websites/test-results/js/autocompleter.js: Added.
84 * Websites/test-results/js/build.js: Added.
85 * Websites/test-results/js/dom.js: Added.
87 2013-10-16 Csaba Osztrogonác <ossy@webkit.org>
89 [WK2][Efl][CMake] Add support for ENABLE_NETWORK_PROCESS to the build system
90 https://bugs.webkit.org/show_bug.cgi?id=110139
92 Reviewed by Laszlo Gombos.
94 Original patch by Balazs Kelemen <kbalazs@webkit.org>
96 * Source/cmake/WebKitFeatures.cmake:
97 * Source/cmakeconfig.h.cmake:
99 2013-10-10 Marcelo Morais <m.morais@samsung.com>
101 Web Inspector: Remove the old front-end from WebKit
102 https://bugs.webkit.org/show_bug.cgi?id=122295
104 Reviewed by Timothy Hatcher.
106 * Source/PlatformGTK.cmake: Removed. This file was using files from the
107 old inspector, not needed anymore.
109 2013-10-09 Julien Brianceau <jbriance@cisco.com>
111 [sh4] Add sh4 support when building with CMake.
112 https://bugs.webkit.org/show_bug.cgi?id=122542
114 Reviewed by Csaba Osztrogonác.
118 2013-10-08 Martin Robinson <mrobinson@igalia.com>
120 [GTK] Re-enable MathML for release builds
121 https://bugs.webkit.org/show_bug.cgi?id=122361
123 Reviewed by Darin Adler.
125 * Source/autotools/SetupWebKitFeatures.m4: Enable MathML for release builds.
127 2013-10-02 Anders Carlsson <andersca@apple.com>
129 Remove Qt related files from the root directories
130 https://bugs.webkit.org/show_bug.cgi?id=122249
132 Reviewed by Andreas Kling.
134 * Source/QtWebKit.pro: Removed.
135 * Source/api.pri: Removed.
136 * Source/qtwebkit.qdocconf: Removed.
137 * Source/sync.profile: Removed.
138 * Source/tests.pri: Removed.
139 * Source/widgetsapi.pri: Removed.
140 * WebKit.pro: Removed.
142 2013-09-30 Sam Weinig <sam@webkit.org>
144 Remove support for DOMFileSystem
145 https://bugs.webkit.org/show_bug.cgi?id=122137
147 Reviewed by Anders Carlsson.
149 * Source/autotools/SetupWebKitFeatures.m4:
150 * Source/cmake/OptionsBlackBerry.cmake:
151 * Source/cmake/WebKitFeatures.cmake:
152 * Source/cmakeconfig.h.cmake:
154 2013-09-30 Benjamin Poulain <benjamin@webkit.org>
156 Remove the code guarded by STYLE_SCOPED
157 https://bugs.webkit.org/show_bug.cgi?id=122123
159 Reviewed by Anders Carlsson.
161 * Source/autotools/SetupWebKitFeatures.m4:
162 * Source/cmake/OptionsBlackBerry.cmake:
163 * Source/cmake/WebKitFeatures.cmake:
164 * Source/cmakeconfig.h.cmake:
166 2013-09-30 Allan Sandfeld Jensen <allan.jensen@digia.com>
168 [Qt] Fix force_static_libs_as_shared in WebKit2
169 https://bugs.webkit.org/show_bug.cgi?id=121961
171 Reviewed by Csaba Osztrogonác.
173 Get rid of the unused WebKit2QML library
177 2013-09-26 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
179 [GTK] Tons of warnings caused by using FORTIFY_SOURCE in an unoptimized build
180 https://bugs.webkit.org/show_bug.cgi?id=121836
182 Reviewed by Martin Robinson.
184 * Source/autotools/SetupCompilerFlags.m4: only consider enabling FORTIFY_SOURCE if optimizations have
185 been enabled, since they are required for FORTIFY_SOURCE to work, and enabling FORTIFY_SOURCE unconditionally
186 generates warnings in newer glibc.
188 2013-09-25 Allan Sandfeld Jensen <allan.jensen@digia.com>
190 [Qt] Fix build with Qt 5.2 QtPosition module
191 https://bugs.webkit.org/show_bug.cgi?id=121089
193 Reviewed by Simon Hausmann.
195 QtLocation -> QtPositioning
197 * Source/sync.profile:
199 2013-09-24 Zan Dobersek <zdobersek@igalia.com>
201 [GTK] Enable the Wayland target if GTK+ dependency is found
202 https://bugs.webkit.org/show_bug.cgi?id=121704
204 Reviewed by Gustavo Noronha Silva.
206 The Wayland target should be enabled by default if the GTK+ dependency is of version 3.9.14 or later.
208 * Source/autotools/FindDependencies.m4: If the Wayland target was not strictly disabled, the GTK+ dependency
209 is tested if it can provide the Wayland GDK backend, and that the version of that backend matches the version
210 of the master GTK+ dependency for which we already tested. If found, the target is enabled, otherwise we either
211 warn or error out, depending on whether the build target was set to auto or completely disabled through configuration.
212 * Source/autotools/ReadCommandLineArguments.m4: Switch the default Wayland target status to 'auto', meaning
213 it will be disabled if the GTK+ dependency is not found.
214 * Source/autotools/Versions.m4: Require GTK+ 3.9.14 for the Wayland target only.
216 2013-09-23 Zan Dobersek <zdobersek@igalia.com>
218 [Autotools] Rework the build target selection
219 https://bugs.webkit.org/show_bug.cgi?id=121703
221 Reviewed by Gustavo Noronha Silva.
223 Replace the --with-target configuration flag with target-specific --enable-*-target flags:
224 - --enable-x11-target
225 - --enable-wayland-target
226 - --enable-win32-target
227 - --enable-quartz-target
228 - --enable-directfb-target
230 By default, the X11 target is enabled. This default is preserved only if no --enable-*-target flag
231 is passed on the command line. When that occurs, the newly-constructed list of build targets is
232 used to determine what build targets should actually be built. So for instance, executing just
233 `./configure` would only enable the X11 target as that's the default, and executing
234 `./configure --enable-wayland-target` would only enable the Wayland target, as the defaults are
237 * Source/autotools/CheckSystemAndBasicDependencies.m4: Abort if grep was not found, just in case.
238 * Source/autotools/CustomMacros.m4: The new file that contains helpful custom macros.
239 * Source/autotools/FindDependencies.m4: Use the appropriate 'enable_*_target' references instead of 'with_*target'.
240 * Source/autotools/PrintBuildConfiguration.m4: Use the new AM_APPEND_TO_DESCRIPTION macro to construct a pretty-looking
241 description string of what targets will be built.
242 * Source/autotools/ReadCommandLineArguments.m4: Replace the --with-target configuration flag and the related
243 hacks with the set of --enable-*-target flags. The new AM_DETERMINE_BUILD_TARGET_STATUS macro is used to determine
244 whether to enable specific build targets, based indirectly on the passed-in --enable-*-target flags.
245 * Source/autotools/SetupAutoconfHeader.m4: Use the appropriate 'enable_*_target' references instead of 'with_*target'.
246 * Source/autotools/SetupAutomake.m4: Use the appropriate 'enable_*_target' references instead of 'with_*target'.
247 * configure.ac: Include the new CustomMacros.m4 file.
249 2013-09-23 Claudio Saavedra <csaavedra@igalia.com>
253 Reviewed by Carlos Garcia Campos.
255 * Source/autotools/Versions.m4: Bump to 2.3.0
257 2013-09-20 Sergio Correia <sergio.correia@openbossa.org>
259 [CMAKE] FindHarfBuzz: Handle harfbuzz / harfbuzz-icu split
260 https://bugs.webkit.org/show_bug.cgi?id=121688
262 Reviewed by Martin Robinson.
264 HarfBuzz 0.9.18 split ICU support into a separate harfbuzz-icu library.
265 To be able to build with earlier and newer versions of HarfBuzz, we should
266 check for harfbuzz-icu as well, if version >= 0.9.18.
268 * Source/cmake/FindHarfBuzz.cmake: Check for harfbuzz-icu, if version
271 2013-09-16 Gustavo Noronha Silva <gns@gnome.org>
273 [GTK] Make symbol export filter more strict, and disable for dev/test builds
274 https://bugs.webkit.org/show_bug.cgi?id=120586
276 Reviewed by Martin Robinson.
278 * GNUmakefile.am: only include test-related automake files when developer
280 * Source/autotools/ReadCommandLineArguments.m4: add --enable-developer-mode,
281 defaults to no, and to yes for debug builds.
282 * Source/autotools/SetupAutomake.m4: add ENABLE_DEVELOPER_MODE conditional.
283 * Source/autotools/symbols.filter: make the exported symbols list much shorter,
284 covering only the public ABI and a few symbols required by WebKit2 processes.
286 2013-09-13 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
288 [GTK] Move to the new web inspector
289 https://bugs.webkit.org/show_bug.cgi?id=120647
291 Reviewed by Carlos Garcia Campos.
293 * GNUmakefile.am: include the new WebInspectorUI GNUmakefile.am.
295 2013-09-13 Allan Sandfeld Jensen <allan.jensen@digia.com>
297 [Qt] Update sync.profile
298 https://bugs.webkit.org/show_bug.cgi?id=121295
300 Reviewed by Simon Hausmann.
302 Ensure we let the dependencies pick the right branch instead of always master
303 and list all the dependencies we need on all platforms.
305 * Source/sync.profile:
307 2013-09-11 Mario Sanchez Prada <mario.prada@samsung.com>
309 [GTK] Remove Gail dependency from build system for GTK3
310 https://bugs.webkit.org/show_bug.cgi?id=119673
312 Reviewed by Gustavo Noronha Silva.
314 * Source/autotools/FindDependencies.m4: Don't look for GAIL at all.
315 * Source/autotools/Versions.m4: Removed any reference to GAIL.
316 * Source/cmake/FindGAIL3.cmake: Removed.
317 * Source/cmake/OptionsGTK.cmake: Don't look for the GAIL package.
319 2013-09-11 Patrick Gansterer <paroga@webkit.org>
321 [CMake] Split out generic Windows files into its own file
322 https://bugs.webkit.org/show_bug.cgi?id=119514
324 Reviewed by Gyuyoung Kim.
326 This allows us to add smaller CMakeLists.txt files when
327 adding additional Windows ports.
329 * Source/cmake/OptionsWinCE.cmake:
330 * Source/cmake/WebKitMacros.cmake:
332 2013-09-11 Alberto Garcia <berto@igalia.com>
334 autogen.sh: fix removal of autom4te.cache
335 https://bugs.webkit.org/show_bug.cgi?id=121150
337 Reviewed by Carlos Garcia Campos.
339 The removal of autom4te.cache is wrong, it uses 'rm -f' instead of
340 'rm -rf' and it relies on an undefined variable.
342 In addition to that, it should be done after running autoreconf,
343 which is when it's no longer needed.
347 2013-09-11 Alberto Garcia <berto@igalia.com>
349 Unquoted $ORIGDIR in autogen.sh
350 https://bugs.webkit.org/show_bug.cgi?id=19512
352 Reviewed by Carlos Garcia Campos.
354 Quote all directory names. This doesn't mean that all possible
355 directory names are safe for building webkit, but the configure
356 script already runs a sanity check.
360 2013-09-11 Zan Dobersek <zdobersek@igalia.com>
362 [GTK] Stop disabling deprecated symbols in debug builds
363 https://bugs.webkit.org/show_bug.cgi?id=121145
365 Reviewed by Carlos Garcia Campos.
367 Disabling the dependencies' deprecated symbols in debug builds is only causing unnecessary
368 build failures. Compiler warnings are being thrown whenever a deprecated symbol is being
369 used, so a build failure is an overreach in this case.
371 * Source/autotools/SetupAutoconfHeader.m4:
373 2013-09-10 Marcelo Morais <m.morais@samsung.com>
375 [EFL] WebInspector: Move to new webinspector
376 https://bugs.webkit.org/show_bug.cgi?id=119559
378 Reviewed by Gyuyoung Kim.
380 Enabling the new Web Inspector on EFL port.
381 Co-author: Andre Loureiro <andre.vl@samsung.com>
383 * Source/PlatformEfl.cmake:
384 * Source/cmake/OptionsEfl.cmake:
386 2013-09-06 Zan Dobersek <zdobersek@igalia.com>
388 REGRESSION(r155143): Build failures on GTK port with Clang and libstdc++ < 4.8.1
389 https://bugs.webkit.org/show_bug.cgi?id=120896
391 Reviewed by Anders Carlsson.
393 The GTK port currently only permits using the libstdc++ standard library when compiling with
394 Clang. After r155143, build failures are occurring when using Clang and libstdc++ that predates
395 the 4.8.0 release due to the use of std::is_trivially_destructible that isn't available in
398 To not add additional special casing, the GTK port should move onto requiring libstdc++ >= 4.8.1
399 when compiling with the Clang compiler. Version 4.8.1 was chosen since it's C++11 feature-complete.
400 This strict requirement is possible as compiling the GTK port with the Clang compiler is not really
401 widespread, so we can afford to adjust the required dependencies to match other ports' progression
402 instead of modifying the code.
404 * Source/autotools/CheckSystemAndBasicDependencies.m4: If the detected compiler is Clang, also check
405 that the libstdc++ standard library is used by testing for the __GLIBCXX__ macro that should be defined
406 to the value lesser than the '20130531', the date stamp used by the 4.8.1 release of libstdc++. Since
407 possible future releases of the 4.6 or 4.7 series of libstdc++ will also match this check due to a newer
408 date stamp contained in __GLIBCXX__, the std::is_trivially_destructible struct is also used so the
409 compilation will fail if the libstdc++ that's used is older than allowed (and therefor does not support
410 the feature). If the check fails, a fatal error is thrown, describing the requirement. Everything carries
411 on as normal otherwise.
413 2013-09-06 Zan Dobersek <zdobersek@igalia.com>
415 [GTK] Bump the required Clang version to 3.2
416 https://bugs.webkit.org/show_bug.cgi?id=112537
418 Reviewed by Gustavo Noronha Silva.
420 * Source/autotools/CheckSystemAndBasicDependencies.m4: Require the Clang 3.2 stack
421 when the Clang compiler is specified.
423 2013-09-05 Brendan Long <b.long@cablelabs.com>
425 [Qt] DefaultFullScreenVideoHandler and PlatformVideoWindow are included in the build when they are disabled
426 https://bugs.webkit.org/show_bug.cgi?id=117206
428 Reviewed by Philippe Normand.
430 * Source/widgetsapi.pri: Don't include DefaultFullScreenVideoHandler when it's disabled.
432 2013-09-05 Ryuan Choi <ryuan.choi@samsung.com>
434 [CMAKE] Add c++0x into CXX_FLAGS as a default
435 https://bugs.webkit.org/show_bug.cgi?id=120812
437 Unreviewed build fix for EFL ports.
439 * Source/cmake/OptionsCommon.cmake: Moved c++0x option here from WebKitHelpers.
440 * Source/cmake/WebKitHelpers.cmake:
442 2013-09-04 Michael Brüning <michael.bruning@digia.com>
444 [Qt] Use correct library paths for prefix builds on Mac.
445 https://bugs.webkit.org/show_bug.cgi?id=120635
447 Reviewed by Tor Arne Vestbø.
449 Due to a change of scope of the qmake force_independent configuration
450 flag, the library paths in QtWebKit builds on the Mac are set to the
451 QtWebKit build directory even for production builds.
453 This patch sets the correct library paths for prefixed production builds
454 while keeping the scope of the force_independent flag for non-production
458 * Source/widgetsapi.pri:
460 2013-09-04 Zan Dobersek <zdobersek@igalia.com>
462 [GTK] Add support for the Wayland build target
463 https://bugs.webkit.org/show_bug.cgi?id=120627
465 Reviewed by Gustavo Noronha Silva.
467 Add support for building the GTK port with Wayland as the target. The Wayland target can be the sole target
468 that's enabled, or it can be enabled in parallel with the X11 target.
470 Each of those two targets, when enabled, checks for the corresponding GTK+ windowing dependency being present.
471 In the case of only the Wayland target being enabled, the accelerated compositing feature is disabled at
472 build-time as the feature is not yet supported under the Wayland display protocol. X11-based plugin support is
473 also disabled under that configuration, even if the WebKitPluginProcess is still built but is left non-operational.
474 GLX support is also disabled if not building the X11 target.
476 The Wayland target can be enabled through using the --with-target configuration option that now accepts two
478 - 'wayland' - only enables the Wayland target,
479 - 'x11,wayland' - enables the X11 and Wayland targets that are to be built in parallel.
481 This makes it possible to build the GTK port of WebKit with the Wayland target, relying solely on the GTK+
482 dependency that only has the Wayland backend enabled, and removes linking against any X11-related library.
483 Note that at the moment there seem to be other dependencies that still link to X11-related libraries.
484 Complete functionality is not yet guaranteed, but is of course the goal.
486 * Source/autotools/FindDependencies.m4: Store the version of the basic GTK+ dependency that was found.
487 This is later used to check that the GTK+ X11 and GTK+ Wayland dependencies are of the same version. The
488 X11-specific dependencies are grouped into one section (apart from the XComposite and XDamage dependencies),
489 also checking for the GTK+ X11 dependency. If the X11 target is not enabled, the GLX dependency is disabled.
490 Additionally check for the GTK+ Wayland dependency if the Wayland target is enabled.
491 We only check for the presence and correct version of the GTK+ X11 and Wayland dependencies, if necessary.
492 Check for the XComposite and XDamage dependencies if the X11 target is enabled (in addition to the OpenGL
493 headers being present).
494 In case of the Wayland target being enabled while the X11 target is not, disable the accelerated compositing
495 feature as there's no support yet for it under the Wayland display protocol.
496 * Source/autotools/PrintBuildConfiguration.m4: The build configuration should now print out 'GDK targets'.
497 * Source/autotools/ReadCommandLineArguments.m4: The --with-target option can now take two additional values,
498 'wayland' and 'x11,wayland'. The first one enables only the Wayland target, while the second one enables both
499 X11 and Wayland targets. This makes it possible to build the GTK port with both X11 and Wayland display protocols
500 supported in the same build.
501 We must now check the outcoming with_target variable to see if the special case of building one or both of the
502 possible parallel targets was chosen. We define with_x11_target and with_wayland_target variables if the
503 with_target value applies to that case.
504 * Source/autotools/SetupAutoconfHeader.m4: Do not define the XP_UNIX macro on builds that enable the Wayland-only
505 target. It should still be defined if we're building both X11 and Wayland targets in parallel.
506 * Source/autotools/SetupAutomake.m4: Define TARGET_X11 and TARGET_WAYLAND Automake conditionals if the new
507 with_x11_target or with_wayland_target variables were set, respectively. Additionall, define the TARGET_X11_OR_WAYLAND
508 Automake conditional if we're building either of the two targets.
510 2013-09-03 Patrick Gansterer <paroga@webkit.org>
512 [CMake] Fix detection of x86_64 platform with MSVC
513 https://bugs.webkit.org/show_bug.cgi?id=116662
515 Reviewed by Gyuyoung Kim.
517 Use ${MSVC_CXX_ARCHITECTURE_ID} instead of ${CMAKE_SYSTEM_PROCESSOR}, since
518 the later one just resolves to the host processor on Windows.
522 2013-08-29 Sam Weinig <sam@webkit.org>
524 Add ENABLE guards for Promises
525 https://bugs.webkit.org/show_bug.cgi?id=120488
527 Reviewed by Andreas Kling.
529 * Source/autotools/SetupWebKitFeatures.m4:
530 * Source/cmake/WebKitFeatures.cmake:
531 * Source/cmakeconfig.h.cmake:
533 2013-08-28 Gustavo Noronha Silva <gns@gnome.org>
535 [GTK] Enable maintainer mode configure switch
536 https://bugs.webkit.org/show_bug.cgi?id=120424
538 Reviewed by Martin Robinson.
540 The maintainer mode feature is used by ostree and other automated builders to ensure no autotools
541 regeneration will happen for a regular tarball build; ostree builders, for instance, are very
542 conservative with toolchain upgrades, and are still using aclocal 1.12. WebKit's latest tarball
543 (2.1.90) for some reason tries to regenerate build files, and the build fails because it can't find
544 the version of aclocal that was used for generating the tarball (1.13).
546 * configure.ac: enable maintainer mode feature.
548 2013-08-28 Zan Dobersek <zdobersek@igalia.com>
550 [GTK] Add support for building JSC with FTL JIT enabled
551 https://bugs.webkit.org/show_bug.cgi?id=120270
553 Reviewed by Filip Pizlo.
555 * Source/autotools/FindDependencies.m4: Disable FTL JIT if the JIT itself is disabled or if the C++ compiler
556 being used is not Clang. Check for llvm-config and use it to properly test for the LLVM >= 3.4 dependency.
557 * Source/autotools/PrintBuildConfiguration.m4: Print out the status of the FTL JIT support.
558 * Source/autotools/ReadCommandLineArguments.m4: Add a configuration flag for enabling the feature, defaulting
559 to 'no' used as the default value for now. This should switch to 'auto' at some point in future.
560 * Source/autotools/SetupAutoconfHeader.m4: Define ENABLE_FTL_JIT to a specific value if possible.
561 Also define HAVE_LLVM to 1 if the LLVM dependency was satisfied.
563 2013-08-28 Simon Hausmann <simon.hausmann@digia.com>
565 [Qt] Unreviewed trivial build adjustment
567 * Source/sync.profile: Don't depend on qtjsbackend anymore. It's not needed in Qt 5.2
568 anymore (but this section of sync.profile is only used by the CI system, so no impact
571 2013-08-24 Carlos Garcia Campos <cgarcia@igalia.com>
573 Unreviewed. Fix GTK+ build after r154541.
575 * Source/autotools/symbols.filter: Export symbols required by
578 2013-08-15 Zan Dobersek <zdobersek@igalia.com>
580 Unreviewed GTK build fix after r154106.
582 * Source/autotools/symbols.filter: Export the proper Element::shadowRoot() symbol.
584 2013-08-14 Filip Pizlo <fpizlo@apple.com>
586 Typed arrays should be rewritten
587 https://bugs.webkit.org/show_bug.cgi?id=119064
589 Reviewed by Oliver Hunt.
591 Automake work courtesy of Zan Dobersek <zdobersek@igalia.com>.
593 * Source/autotools/symbols.filter:
595 2013-08-14 Tim Horton <timothy_horton@apple.com>
597 Un-inline dataLog dumpers for IntSize and IntPoint
598 https://bugs.webkit.org/show_bug.cgi?id=119697
600 Reviewed by Sam Weinig.
602 Avoid regressing build performance by moving IntSize::dump and IntPoint::dump elsewhere.
604 * Source/autotools/symbols.filter:
606 2013-08-14 Martin Robinson <mrobinson@igalia.com>
608 [GTK] [CMake] Add support for building TestWebKitAPI
609 https://bugs.webkit.org/show_bug.cgi?id=116987
611 Reviewed by Philippe Normand.
613 * Source/cmake/OptionsGTK.cmake: Turn on the API tests in the settings.
615 2013-08-13 Zan Dobersek <zdobersek@igalia.com>
617 [Autotools] Unicode's CFLAGS enforce -D_FORTIFY_SOURCE=2, -D_REENTRANT=1, causing faulty Clang builds
618 https://bugs.webkit.org/show_bug.cgi?id=119685
620 Reviewed by Gustavo Noronha Silva.
622 icu-config includes '-D_FORTIFY_SOURCE=2 -D_REENTRANT=1' when printing out C preprocessor flags that are used
623 as the C compiler flags to avoid other unwanted compiler options. This causes problems when building optimized
624 builds with Clang because of a bug in that compiler:
625 http://llvm.org/bugs/show_bug.cgi?id=16821
627 To avoid that, the C preprocessor search flags, as printed by `icu-config --cppflags-searchpath` are now used
628 the Unicode dependency's C compiler flags, avoiding unconditionally specifying the two macros.
630 To adjust for that, the `-pthread` flag is added to the global CFLAGS and CXXFLAGS variables, ensuring
631 the _REENTRANT define is set to 1 and declaring the flag globally instead of relying on Glib dependency's
632 C compiler flags to do so for us. -D_FORTIFY_SOURCE=2 is only added to the CFLAGS and CXXFLAGS variables if
633 the compiler in use is gcc or g++, preventing the Clang builds to malfunction.
635 * Source/autotools/FindDependencies.m4:
636 * Source/autotools/SetupCompilerFlags.m4:
638 2013-08-13 Zan Dobersek <zdobersek@igalia.com>
640 [Autotools] Don't compare $CC, $CXX to exact compiler names
641 https://bugs.webkit.org/show_bug.cgi?id=119683
643 Reviewed by Gustavo Noronha Silva.
645 Instead of comparing $CC and $CXX to exact compiler names (like 'gcc', 'clang++' etc.),
646 use the compiler version checks to also specify the broader compiler collection of which
647 the used compiler is a member of. This avoids failures in some border-line cases where
648 the user would still use either a GCC or a Clang compiler but provide it through a symbolic
649 link that was specified via the CC/CXX environment variables.
651 * Source/autotools/CheckSystemAndBasicDependencies.m4: Store the detected C/C++ compiler collection
652 in c_compiler/cxx_compiler. Throw an error if no supported compiler was found.
653 * Source/autotools/SetupCompilerFlags.m4: Test for a specific compiler by checking against
654 c_compiler/cxx_compiler rather than CC/CXX values.
656 2013-08-12 Zan Dobersek <zdobersek@igalia.com>
658 [Autotools] Adjust the help string for the configure's --enable-optimizations flag
659 https://bugs.webkit.org/show_bug.cgi?id=119682
661 Reviewed by Martin Robinson.
663 * Source/autotools/ReadCommandLineArguments.m4: Remove the 'GCC only' part of the help
664 string for the --enable-optimizations flag. This is not true and can lead to confusion
665 since the optimizations can be applied when compiling with Clang as well.
667 2013-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
669 Unreviewed. Update NEWS and Versions.m4 for 2.1.4 release.
671 * Source/autotools/Versions.m4: Update version numbers.
673 2013-08-09 Zan Dobersek <zdobersek@igalia.com>
675 [Automake] Clean up OpenGL graphics configuration sections
676 https://bugs.webkit.org/show_bug.cgi?id=119554
678 Reviewed by Martin Robinson.
680 Clean up sections in the Automake configuration process that are configuring the OpenGL graphics
681 features and dependencies. Remove unnecessary variable assignments, merge similar code paths,
682 clarify a couple of comments and error messages and fix a few whitespace problems.
684 * Source/autotools/FindDependencies.m4:
685 * Source/autotools/ReadCommandLineArguments.m4:
686 * Source/autotools/SetupAutomake.m4:
688 2013-08-04 Sam Weinig <sam@webkit.org>
690 Remove support for HTML5 MicroData
691 https://bugs.webkit.org/show_bug.cgi?id=119480
693 Reviewed by Anders Carlsson.
695 * Source/autotools/SetupWebKitFeatures.m4:
696 * Source/cmake/OptionsBlackBerry.cmake:
697 * Source/cmake/OptionsEfl.cmake:
698 * Source/cmake/OptionsGTK.cmake:
699 * Source/cmake/WebKitFeatures.cmake:
700 * Source/cmakeconfig.h.cmake:
702 2013-08-06 Simon Pena <simon.pena@samsung.com>
704 Build fix for GTK 32-bit after r153736
706 * Source/autotools/symbols.filter: expose WebCore::SerializedScriptValue::create.
708 2013-08-06 Simon Pena <simon.pena@samsung.com>
710 Build fix for GTK after r153736
712 * Source/autotools/symbols.filter: expose missing symbols
713 WebCore::SerializedScriptValue::create and WebCore::toJS to Internals.
715 2013-08-05 Zan Dobersek <zdobersek@igalia.com>
717 [Automake] Define ENABLE_JIT through the Autoconf header
718 https://bugs.webkit.org/show_bug.cgi?id=119445
720 Reviewed by Martin Robinson.
722 Instead of defining the ENABLE_JIT value through JSC_CPPFLAGS, the feature define is
723 set to be either enabled or disabled through the Autoconf header, based on the value
724 passed through the configuration flag. The 'auto' value is used as default, meaning
725 that the feature is enabled or disabled in the Platform.h header based on the platform
726 configuration (OS, architecture etc.).
728 * Source/autotools/FindDependencies.m4: Remove the JSC_CPPFLAGS definition.
729 * Source/autotools/ReadCommandLineArguments.m4: Change the default value to 'auto' instead
730 of 'autodetect', as used by other configuration options that take a similar approach to enabling
732 * Source/autotools/SetupAutoconfHeader.m4: Set a strict value for the ENABLE_JIT define through
733 the Autoconf header if the feature was specifically enabled or disabled.
735 2013-08-04 Zalan Bujtas <zalan@apple.com>
737 Background doesn't fully repaint when body has margins.
738 https://bugs.webkit.org/show_bug.cgi?id=119033
740 Reviewed by Simon Fraser.
742 Ensure that background-color changes do not leave unpainted areas when
745 Both <body> and <html> background-color get propagated up to the viewport.
746 If <body> has background-color attribute set, while <html> doesn't, the color is
747 applied not only on the <body> but on both the <html> and the viewport. However,
748 it's not enough to mark the RenderView dirty because with tiles backing on,
749 there could be areas outside of the viewport that need repaint. By marking
750 the RenderView's graphics layer dirty instead, we ensure that all the related
751 tiles get marked dirty too and the new background color covers all areas.
753 Manual test added. When forcing top-level composition on (even with embedded iframe to
754 make sure we don't do paintsIntoWindow rendering), the test case execution changes so much,
755 that the repaint rects don't reflect the functionality difference anymore.
757 Reviewed by Simon Fraser.
759 * ManualTests/compositing/background-color-change-on-body-with-margin.html: Added.
761 2013-07-30 Ádám Kallai <kadam@inf.u-szeged.hu>
763 [Qt] Workaround to make syncqt run and generate forwarding headers in SVN repositories too.
764 https://bugs.webkit.org/show_bug.cgi?id=118725.
766 Reviewed by Tor Arne Vestbø.
770 2013-07-30 Carlos Garcia Campos <cgarcia@igalia.com>
772 Unreviewed. Update NEWS and Versions.m4 for 2.1.4 release.
774 * Source/autotools/Versions.m4: Bump version numbers.
776 2013-07-27 Ryuan Choi <ryuan.choi@samsung.com>
778 [EFL] Bump required version of EFL to 1.7
779 https://bugs.webkit.org/show_bug.cgi?id=119144
781 Reviewed by Christophe Dumez.
783 We have supported 1.6 for Tizen build since r137203.
784 But Tizen now supports 1.7+ after Tizen released 2.0.
786 * Source/cmake/OptionsEfl.cmake:
787 Bumped EFL to 1.7 and removed promotion.
789 2013-07-25 Christophe Dumez <ch.dumez@sisa.samsung.com>
791 Unreviewed EFL build fix after r153315.
793 Use -std=gnu++0x instead of -std=c++0x as we rely on GNU extensions such as
796 * Source/cmake/WebKitHelpers.cmake:
798 2013-07-25 Ryuan Choi <ryuan.choi@samsung.com>
800 [CMAKE] Enforce c++0x for cmake based ports
801 https://bugs.webkit.org/show_bug.cgi?id=119081
803 Reviewed by Gyuyoung Kim.
805 * Source/cmake/WebKitHelpers.cmake:
806 Enforce c++0x for all cmake based ports to fix build break.
808 2013-07-24 Ryuan Choi <ryuan.choi@samsung.com>
810 [EFL][CMAKE] Fix wrong syntax about option commands
811 https://bugs.webkit.org/show_bug.cgi?id=119035
813 Reviewed by Christophe Dumez.
815 second argument of cmake option command should be description.
817 * Source/cmake/OptionsEfl.cmake: Added description instead of wrong initial value.
819 2013-07-23 Tim Horton <timothy_horton@apple.com>
821 Add a test for plug-in unavailability indicator obscurity detection
822 https://bugs.webkit.org/show_bug.cgi?id=119007
824 Reviewed by Anders Carlsson.
826 * Source/autotools/symbols.filter:
827 Expose RenderEmbeddedObject::isReplacementObscured to internals.
829 2013-07-16 Balazs Kelemen <kbalazs@webkit.org>
831 [CMake] Undefined references should be detected at build time
832 https://bugs.webkit.org/show_bug.cgi?id=110236
834 Reviewed by Christophe Dumez.
836 Pass the --no-undefined argument to the linker on platforms where it is available.
838 * Source/cmake/OptionsCommon.cmake:
840 2013-07-16 Carlos Garcia Campos <cgarcia@igalia.com>
842 [GTK] Remove compile warnings about GTK+ API deprecated after 3.6
843 https://bugs.webkit.org/show_bug.cgi?id=118237
845 Reviewed by Philippe Normand.
847 We depend on GTK+3.6 so we are not interested in compile warnings
848 about deprecated API after 3.6
850 * Source/autotools/SetupAutoconfHeader.m4: Define
851 GDK_VERSION_MIN_REQUIRED in config.h.
853 2013-07-09 Carlos Garcia Campos <cgarcia@igalia.com>
855 Unreviewed. Update NEWS and Versions.m4 for 2.1.3 release.
857 * Source/autotools/Versions.m4: Bump version numbers.
859 2013-07-08 Andy Estes <aestes@apple.com>
861 Add WebInspectorUI to WebKit.xcworkspace
862 https://bugs.webkit.org/show_bug.cgi?id=118491
864 Reviewed by Sam Weinig.
866 * WebKit.xcworkspace/contents.xcworkspacedata:
868 2013-07-08 ChangSeok Oh <changseok.oh@collabora.com>
870 [GTK] Acceleration description isn't displayed in configured options.
871 https://bugs.webkit.org/show_bug.cgi?id=118441
873 Reviewed by Gustavo Noronha Silva.
875 The acceleration_backend_description has been changed to acceleration_description from r152275.
877 * Source/autotools/PrintBuildConfiguration.m4:
879 2013-07-08 Zan Dobersek <zdobersek@igalia.com>
881 [Autoconf] Define WTF_USE_OPENGL when OpenGL was found
882 https://bugs.webkit.org/show_bug.cgi?id=118341
884 Reviewed by Gustavo Noronha Silva.
886 After r152275, WTF_USE_OPENGL is only defined if the accelerated compositing is enabled.
887 This breaks the build if disabling the accelerated compositing feature as the OpenGL-specific
888 code is not compiled anymore even if it's still required.
890 To avoid that, WTF_USE_OPENGL should be defined if OpenGL was found. The accelerated compositing
891 feature also relies on this condition, exiting the configuration process with an error otherwise.
893 * Source/autotools/SetupAutoconfHeader.m4:
895 2013-07-01 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
897 [GTK] Remove unsupported AC backends
898 https://bugs.webkit.org/show_bug.cgi?id=117362
900 Reviewed by Martin Robinson.
902 * Source/autotools/FindDependencies.m4: remove checks related to acceleration backend,
903 turn them into a check for OpenGL being available, simply.
904 * Source/autotools/ReadCommandLineArguments.m4: remove command line option to select
905 accelerated backend, it's now auto-detected.
906 * Source/autotools/SetupAutoconfHeader.m4: no longer defines USE_CLUTTER and
907 USE_TEXTURE_MAPPER_CAIRO.
908 * Source/autotools/SetupAutomake.m4: remove checks related to acceleration backend,
909 turn them into a check for OpenGL being available, simply.
910 * Source/autotools/Versions.m4: no longer check for clutter/clutter-gtk.
912 2013-07-01 Timothy Hatcher <timothy@apple.com>
914 Link to WebInspectorUI.framework at build time instead of soft linking.
916 https://bugs.webkit.org/show_bug.cgi?id=118261
918 Reviewed by Joseph Pecoraro.
920 * Source/Makefile: Build WebInspectorUI before WebKit and WebKit2.
922 2013-06-28 Sean Bright <sean@malleable.com>
924 [Autotools] Properly quote harfbuzz-icu pkg-config check
925 https://bugs.webkit.org/show_bug.cgi?id=118186
927 Reviewed by Carlos Garcia Campos.
929 A secondary test was added in r150963 to check for harfbuzz-icu
930 when it was split into two packages, but the test is not properly
931 quoted. If the test fails you get an error about missing
932 version "./configure.9.8" instead of the expected "0.9.8."
934 * Source/autotools/FindDependencies.m4:
936 2013-06-27 Christophe Dumez <ch.dumez@sisa.samsung.com>
938 Remove [NoInterfaceObject] from WorkerGlobalScope
939 https://bugs.webkit.org/show_bug.cgi?id=118071
941 Reviewed by Kentaro Hara.
943 Update GENERATE_BINDINGS CMake macro to take 2 additional parameters
944 now needed by the preprocess-idls.pl script.
946 * Source/cmake/WebKitMacros.cmake:
948 2013-06-24 Ryuan Choi <ryuan.choi@samsung.com>
950 [CMAKE] Clear unused cmakedefines
951 https://bugs.webkit.org/show_bug.cgi?id=117931
953 Reviewed by Christophe Dumez.
955 * Source/cmakeconfig.h.cmake:
956 Removed ENABLE_AS_IMAGE, ENABLE_LEGACY_WEBKIT_BLOB_BUILDER and
957 ENABLE_CLIENT_BASED_GEOLOCATION cmakedefines which already removed.
959 2013-06-20 Ryuan Choi <ryuan.choi@samsung.com>
961 [CMAKE][EFL] Enable DOM4 Events Constructor
962 https://bugs.webkit.org/show_bug.cgi?id=117858
964 Reviewed by Laszlo Gombos.
966 * Source/cmake/OptionsEfl.cmake: Enabled ENABLE_DOM4_EVENTS_CONSTRUCTOR.
967 * Source/cmake/WebKitFeatures.cmake: Added ENABLE_DOM4_EVENTS_CONSTRUCTOR.
968 * Source/cmakeconfig.h.cmake: Ditto.
970 2013-06-20 Zan Dobersek <zdobersek@igalia.com>
972 [GTK] remove bashism from configure
973 https://bugs.webkit.org/show_bug.cgi?id=117796
975 Reviewed by Gustavo Noronha Silva.
977 * Source/autotools/FindDependencies.m4: Perform string appending by redeclaring the base string to the value
978 of the base string followed by the string that's being appended. This replaces the use of the '+=' operator
979 that works under bash but is not supported by other shells.
981 2013-06-18 Ryosuke Niwa <rniwa@webkit.org>
983 REGRESSION(r147602): Search text field doesn't render selection when it has some :focus rules
984 https://bugs.webkit.org/show_bug.cgi?id=117747
986 Reviewed by Kent Tamura.
988 * ManualTests/search-select-all-with-focus-style.html: Added.
990 2013-06-18 Carlos Garcia Campos <cgarcia@igalia.com>
992 Unreviewed. Update NEWS and Versions.m4 for 2.1.2 release.
994 * Source/autotools/Versions.m4: Bump version numbers.
996 2013-06-18 Xabier Rodriguez Calvar <calvaris@igalia.com>
998 [GTK][GStreamer] Fullscreen option in video element context menu not working
999 https://bugs.webkit.org/show_bug.cgi?id=105191
1001 Fullscreen with native controls is outdated and even broken in
1002 [GTK][WK2], so they are deactivated for now.
1004 Reviewed by Philippe Normand.
1006 * Source/autotools/SetupAutoconfHeader.m4: Removed the use of
1007 fullscreen native media controls.
1009 2013-06-17 Michael Brüning <michael.bruning@digia.com>
1011 [Qt] Remove Qt specific QTKIT flagged code.
1012 https://bugs.webkit.org/show_bug.cgi?id=117635
1014 Reviewed by Simon Hausmann.
1016 Due to disabling QTKIT for Qt in r151546, the
1017 code the flags that are not taken into account
1018 anymore and the code that has been rendered
1019 unreachable by this are removed.
1021 * Source/widgetsapi.pri:
1023 2013-06-17 Carlos Garcia Campos <cgarcia@igalia.com>
1025 Unreviewed. Rename gobject_introspection_required variable.
1027 As gobject_introspection_required_version for consistency with all
1028 other required_version variables.
1030 * Source/autotools/FindDependencies.m4:
1031 * Source/autotools/Versions.m4:
1033 2013-06-14 Patrick Gansterer <paroga@webkit.org>
1035 Introduce USE(WINGDI) for the Windows port
1036 https://bugs.webkit.org/show_bug.cgi?id=116138
1038 Reviewed by Ryosuke Niwa.
1040 Using USE(WINGDI) instead of OS(WINCE) will allow us to
1041 compile the GDI based Windows port on WinNT too.
1043 * Source/cmake/OptionsWinCE.cmake:
1045 2013-06-14 Manuel Rego Casasnovas <rego@igalia.com>
1047 [GTK][WK1] Missing symbols
1048 https://bugs.webkit.org/show_bug.cgi?id=117629
1050 Unreviewed GTK+ build fix.
1052 * Source/autotools/symbols.filter: Added missing symbols needed when
1055 2013-06-13 Max Vujovic <mvujovic@adobe.com>
1057 [CSS Regions] Selection dragged from a region paints its background
1058 https://bugs.webkit.org/show_bug.cgi?id=117607
1060 Reviewed by Alexandru Chiculita.
1062 Add a manual test for the painting of a dragged selection from a region. We don't have an
1063 automated way to test this yet. This test is similar to the other manual selection dragging
1064 tests (e.g. ManualTests/drag-image.html).
1066 * ManualTests/regions/drag-selection-painting.html: Added.
1068 2013-06-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
1070 [GTK] [WK2] Found missing symbol when running some tests
1071 https://bugs.webkit.org/show_bug.cgi?id=117598
1073 Reviewed by Martin Robinson.
1075 * Source/autotools/symbols.filter: Added missing
1076 _ZN7WebCore28notImplementedLoggingChannelEv.
1078 2013-06-12 Alberto Garcia <agarcia@igalia.com>
1080 [BlackBerry] Remove dead WebDOM code
1081 https://bugs.webkit.org/show_bug.cgi?id=113370
1083 Reviewed by Anders Carlsson.
1085 BlackBerry PR 347565
1086 Internally reviewed by Charles Wei.
1088 * Source/cmake/OptionsBlackBerry.cmake:
1090 2013-06-06 Timothy Hatcher <timothy@apple.com>
1092 Add WebInspectorUI to the Makefile.
1094 Reviewed by Mark Rowe.
1098 2013-06-11 Seokju Kwon <seokju.kwon@gmail.com>
1100 Remove leftover wxWebkit code
1101 https://bugs.webkit.org/show_bug.cgi?id=117471
1103 Reviewed by Andreas Kling.
1105 * Source/cmake/WebKitPackaging.cmake:
1107 2013-06-07 Zan Dobersek <zdobersek@igalia.com>
1109 [regression] build failure WebKitFontFamilyNames.h missing
1110 https://bugs.webkit.org/show_bug.cgi?id=117178
1112 Reviewed by Sam Weinig.
1114 * GNUmakefile.am: List platform_sources under the BUILT_SOURCES list.
1116 2013-06-05 Bear Travis <betravis@adobe.com>
1118 [CSS Exclusions][CSS Shapes] Split CSS Exclusions & Shapes compile & runtime flags
1119 https://bugs.webkit.org/show_bug.cgi?id=117172
1121 Reviewed by Alexandru Chiculita.
1123 Adding the CSS_SHAPES compile flag.
1125 * Source/autotools/SetupWebKitFeatures.m4:
1126 * Source/autotools/symbols.filter:
1127 * Source/cmake/WebKitFeatures.cmake:
1128 * Source/cmakeconfig.h.cmake:
1130 2013-06-05 Zan Dobersek <zdobersek@igalia.com>
1132 Move MemoryInfo under window.internals
1133 https://bugs.webkit.org/show_bug.cgi?id=117197
1135 Reviewed by Ryosuke Niwa.
1137 * Source/autotools/symbols.filter: Export the required symbol.
1139 2013-06-04 Christophe Dumez <ch.dumez@sisa.samsung.com>
1141 Automatically generate WorkerContext constructor attributes
1142 https://bugs.webkit.org/show_bug.cgi?id=117183
1144 Reviewed by Kentaro Hara.
1146 Update GENERATE_BINDINGS macro to take an additional _workercontext_constructors_file
1149 * Source/cmake/WebKitMacros.cmake:
1151 2013-06-03 Eduardo Lima Mitev <elima@igalia.com>
1153 [EFL] Add ATK version 2.8.0 to efl jhbuild moduleset
1154 https://bugs.webkit.org/show_bug.cgi?id=116726
1156 Reviewed by Gyuyoung Kim.
1158 Bump required version of ATK to 2.8.0 in EFL CMake's build.
1160 * Source/cmake/FindATK.cmake: Adds macro to check required version
1161 * Source/cmake/OptionsEfl.cmake: Specifies required version of ATK to be 2.8.0
1163 2013-05-30 Alberto Garcia <agarcia@igalia.com>
1165 [GTK] Needs to check for harfbuzz-icu
1166 https://bugs.webkit.org/show_bug.cgi?id=116978
1168 Reviewed by Xan Lopez.
1170 HarfBuzz 0.9.18 splits harbuzz-icu into a separate library so we
1171 also need to check for it in order to get the necessary flags for
1172 the compiler and the linker.
1174 We keep this conditional for now since we still want to support
1175 earlier versions of HarfBuzz.
1177 * Source/autotools/FindDependencies.m4:
1179 2013-05-29 Kent Tamura <tkent@chromium.org>
1181 Remove leftover files for ENABLE_PAGE_POPUP and ENABLE_CALENDAR_PICKER
1182 https://bugs.webkit.org/show_bug.cgi?id=116999
1184 Reviewed by Anders Carlsson.
1186 * ManualTests/forms/calendar-picker-crash-by-type-change.html: Removed.
1187 * ManualTests/forms/calendar-picker.html: Removed.
1188 * ManualTests/forms/color-suggestion-picker.html: Removed.
1189 * ManualTests/forms/date-suggestion-picker.html: Removed.
1191 2013-05-29 Martin Robinson <mrobinson@igalia.com>
1193 Fix more CMake GTK+ build issues after r150336
1195 * Source/cmake/OptionsGTK.cmake: Actually set the new output name variable
1196 and be sure to set WTF_USE_EGL when EGL is enabled.
1198 2013-05-29 Carlos Garcia Campos <cgarcia@igalia.com>
1200 Unreviewed. Update NEWS and Versions.m4 for 2.1.1 release.
1202 * Source/autotools/Versions.m4: Bump version numbers.
1204 2013-05-29 Carlos Garcia Campos <cgarcia@igalia.com>
1206 Unreviewed. Fix make distcheck.
1208 * GNUmakefile.am: Add WebKitFeatures.h and WebKitFeatures.txt to
1211 2013-05-26 Jon Lee <jonlee@apple.com>
1213 [WK2] Notifications clobber each other with multiple processes
1214 https://bugs.webkit.org/show_bug.cgi?id=116428
1215 <rdar://problem/13935191>
1217 Reviewed by Darin Adler.
1219 * ManualTests/notification-in-multiple-windows.html: Added.
1221 2013-05-27 Patrick Gansterer <paroga@webkit.org>
1223 Use ICU_INCLUDE_DIRS in BlackBerry CMake files
1224 https://bugs.webkit.org/show_bug.cgi?id=116210
1226 Reviewed by Rob Buis.
1228 Set and use the ICU_INCLUDE_DIRS variable to avoid
1229 duplicated adding of the ICU include directory.
1231 * Source/cmake/OptionsBlackBerry.cmake:
1233 2013-05-24 Anders Carlsson <andersca@apple.com>
1235 Remove PagePopup code
1236 https://bugs.webkit.org/show_bug.cgi?id=116732
1238 Reviewed by Andreas Kling.
1240 * Source/cmakeconfig.h.cmake:
1241 Remove ENABLE_PAGE_POPUP.
1243 2013-05-21 Martin Robinson <mrobinson@igalia.com>
1245 [GTK] [CMake] Add support for building WebKit2
1246 https://bugs.webkit.org/show_bug.cgi?id=116372
1248 Reviewed by Gustavo Noronha Silva.
1250 * Source/cmake/FindWebP.cmake: Added.
1251 * Source/cmake/OptionsGTK.cmake: Turn on WebKit2 and the plugin process and also look
1252 for WebP. These missing symbols were hidden up until now. ENABLE_TEXTURE_MAPPER was
1253 also incorrect specified.
1255 2013-05-21 Zan Dobersek <zdobersek@igalia.com>
1257 [GTK] Compile everything in C++11 mode
1258 https://bugs.webkit.org/show_bug.cgi?id=116452
1260 Reviewed by Anders Carlsson.
1262 * Source/autotools/SetupCompilerFlags.m4: Use the C++11 standard by default when compiling C++ source code.
1263 Perform some minor cleanup around the comments and the order of specifying additional CXXFLAGS entries.
1265 2013-05-21 Carlos Garcia Campos <cgarcia@igalia.com>
1267 [BlackBerry] Make PagePopup implementation independent from WebCore
1268 https://bugs.webkit.org/show_bug.cgi?id=116448
1270 Reviewed by Anders Carlsson.
1272 * Source/cmake/OptionsBlackBerry.cmake: Do not enable PAGE_POPUP
1275 2013-05-20 Christophe Dumez <ch.dumez@sisa.samsung.com>
1277 [EFL] Reenabled INDEXED_DATABASE after r150344
1278 https://bugs.webkit.org/show_bug.cgi?id=116430
1280 Reviewed by Gyuyoung Kim.
1282 Reenable INDEXED_DATABASE flag for EFL port now that WebKit2
1283 build was fixed in r150344.
1285 * Source/cmake/OptionsEfl.cmake:
1287 2013-05-19 Anders Carlsson <andersca@apple.com>
1289 Remove link prerendering code
1290 https://bugs.webkit.org/show_bug.cgi?id=116415
1292 Reviewed by Darin Adler.
1294 This code was only used by Chromium and is dead now.
1296 * Source/autotools/SetupWebKitFeatures.m4:
1297 * Source/cmake/WebKitFeatures.cmake:
1298 * Source/cmakeconfig.h.cmake:
1300 2013-05-18 Patrick Gansterer <paroga@webkit.org>
1302 [CMake] Replace *_LIBRARY_NAME with *_OUTPUT_NAME
1303 https://bugs.webkit.org/show_bug.cgi?id=114554
1305 Reviewed by Gyuyoung Kim.
1307 Using variables as target names is very uncommon in CMake.
1308 The usual way to specify the name of the resulting binary
1309 is to set the OUTPUT_NAME target property.
1312 * Source/CMakeLists.txt:
1313 * Source/PlatformEfl.cmake:
1314 * Source/PlatformGTK.cmake:
1315 * Source/cmake/OptionsBlackBerry.cmake:
1316 * Source/cmake/OptionsEfl.cmake:
1317 * Source/cmake/OptionsGTK.cmake:
1318 * Source/cmake/WebKitHelpers.cmake:
1319 * Source/cmake/gtest/CMakeLists.txt:
1321 2013-05-18 Christophe Dumez <ch.dumez@sisa.samsung.com>
1323 Unreviewed EFL build fix.
1325 Temporarily disabled INDEXED_DATABASE at compile-time as it breaks
1326 WK2 build after r150305.
1328 * Source/cmake/OptionsEfl.cmake:
1330 2013-05-18 Alberto Garcia <agarcia@igalia.com>
1332 [GTK] Parallel build fails if gtk-doc is enabled
1333 https://bugs.webkit.org/show_bug.cgi?id=116227
1335 Reviewed by Martin Robinson.
1338 Define an empty noinst_DATA variable where other automake files
1339 can add additional objects to be built.
1341 2013-05-16 Martin Robinson <mrobinson@igalia.com>
1343 [GTK] [CMake] Disable the shadow DOM
1344 https://bugs.webkit.org/show_bug.cgi?id=116237
1346 Reviewed by Gustavo Noronha Silva.
1348 * Source/cmake/OptionsGTK.cmake: Disable shadow DOM by default.
1350 2013-05-14 Martin Robinson <mrobinson@igalia.com>
1352 [GTK] Add support for building WebCore to the cmake build
1353 https://bugs.webkit.org/show_bug.cgi?id=116128
1355 Reviewed by Gustavo Noronha Silva.
1357 * Source/PlatformGTK.cmake: Added.
1358 * Source/cmake/OptionsGTK.cmake: Added more logic and variables to support WebCore and properly
1359 defined some existing variables.
1361 2013-05-15 Alexey Proskuryakov <ap@apple.com>
1363 More fixing after WebProcessShim renaming in r149074.
1365 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1366 Updated to insert the right shim.
1368 2013-05-15 Patrick Gansterer <paroga@webkit.org>
1370 Consolidate lists in WTF CMake files
1371 https://bugs.webkit.org/show_bug.cgi?id=116142
1373 Reviewed by Martin Robinson.
1375 Move common files into the CMakeLists.txt to avoid duplicating the list of files.
1376 Also rebase the recently added GTK files to match the other CMake ports, since
1377 the submitted patch was based on an older version of the source tree.
1379 * Source/cmake/OptionsGTK.cmake:
1381 2013-05-14 Zan Dobersek <zdobersek@igalia.com>
1383 [GTK] Move generated ColorData.cpp, WebKitFontFamilyNames.(cpp|h) build targets into libPlatform
1384 https://bugs.webkit.org/show_bug.cgi?id=115921
1386 Reviewed by Gustavo Noronha Silva.
1388 * GNUmakefile.am: Add GENSOURCES_PLATFORM, platform_built_sources variables.
1390 2013-05-11 Martin Robinson <mrobinson@igalia.com>
1392 [GTK] Add a basic cmake build for WTF and JavaScriptCore
1393 https://bugs.webkit.org/show_bug.cgi?id=115967
1395 Reviewed by Laszlo Gombos.
1397 * CMakeLists.txt: Add GTK+ to the list of ports.
1398 * Source/CMakeLists.txt: We do not try to build WebCoreTestSupport when WebCore is disabled.
1399 * Source/cmake/FindGAIL3.cmake: Added.
1400 * Source/cmake/FindGDK3.cmake: Added.
1401 * Source/cmake/FindGStreamer.cmake: Use the passed in minimum version.
1402 * Source/cmake/FindGTK3.cmake: Added.
1403 * Source/cmake/FindXt.cmake: Added.
1404 * Source/cmake/OptionsEfl.cmake: Pass in the minimum version.
1405 * Source/cmake/OptionsGTK.cmake: Added.
1407 2013-05-11 Martin Robinson <mrobinson@igalia.com>
1409 Move defines to platform
1411 [GTK] Move defines that will never be configured to Platform.h
1412 https://bugs.webkit.org/show_bug.cgi?id=115965
1414 Reviewed by Andreas Kling.
1416 * Source/autotools/SetupAutoconfHeader.m4: Move some unchanging defines to Platform.h.
1418 2013-05-09 Christophe Dumez <ch.dumez@sisa.samsung.com>
1420 Add support for [NoInterfaceObject] Web IDL extended attribute
1421 https://bugs.webkit.org/show_bug.cgi?id=115714
1423 Reviewed by Kentaro Hara.
1425 Update GENERATE_BINDINGS macro to take an additional _window_constructors_file
1428 * Source/cmake/WebKitMacros.cmake:
1430 2013-05-08 José Dapena Paz <jdapena@igalia.com> and Zan Dobersek <zdobersek@igalia.com>
1432 [GTK] Plumb the Automake build system for the Battery Status API feature
1433 https://bugs.webkit.org/show_bug.cgi?id=115718
1435 Reviewed by Martin Robinson.
1437 * Source/autotools/FindDependencies.m4: Check for the upower-glib dependency if the feature is enabled.
1438 * Source/autotools/PrintBuildConfiguration.m4: Print out the feature status.
1439 * Source/autotools/ReadCommandLineArguments.m4: Check for the --enable-battery-status option. The deafult,
1440 when the option is not given, is to disable the feature.
1441 * Source/autotools/SetupWebKitFeatures.m4: Treat the ENABLE_BATTERY_STATUS define as configurable.
1442 * Source/autotools/symbols.filter: Export a couple of symbols that are used in the WebCore internals library.
1444 2013-05-08 Zan Dobersek <zdobersek@igalia.com>
1446 [Automake] Pass --no-demangle to the linker by default to get the mangled symbols
1447 https://bugs.webkit.org/show_bug.cgi?id=115732
1449 Reviewed by Gustavo Noronha Silva.
1451 * GNUmakefile.am: Pass the --no-demangle option to the linker by default. This is done by appending
1452 the flag to the LDFLAGS variable. While the AM_LDFLAGS variable would be more appropriate, it's not
1453 at all used when linking installable libraries like libwebkitgtk and libwebkit2gtk, so the LDFLAGS
1454 variable is used instead.
1456 2013-05-07 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1458 [CMAKE] Remove SHADOW_DOM from cmakeconfig.h.cmake
1459 https://bugs.webkit.org/show_bug.cgi?id=115712
1461 Reviewed by Andreas Kling.
1463 Nobody uses SHADOW_DOM in cmake.
1465 * Source/cmake/WebKitFeatures.cmake:
1466 * Source/cmakeconfig.h.cmake:
1468 2013-05-06 Mike Lattanzio <mlattanzio@blackberry.com>
1470 [BlackBerry] Enable and Expose Text Autosizing through BlackBerry::WebKit::WebSettings
1471 https://bugs.webkit.org/show_bug.cgi?id=113808
1473 Reviewed by Rob Buis.
1475 Set the ENABLE_TEXT_AUTOSIZING default to ON for BlackBerry.
1477 * Source/cmake/OptionsBlackBerry.cmake:
1479 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
1481 [EFL] Shadow DOM should be disabled at compile time
1482 https://bugs.webkit.org/show_bug.cgi?id=115635
1484 Reviewed by Andreas Kling.
1486 Disable Shadow DOM at compile time for EFL port. Shadow DOM code
1487 is being removed from the tree.
1489 * Source/cmake/OptionsEfl.cmake:
1491 2013-05-04 Dean Jackson <dino@apple.com>
1493 Animations and Transitions should not start when globally suspended
1494 https://bugs.webkit.org/show_bug.cgi?id=114915
1496 Reviewed by Sam Weinig.
1498 Export AnimationController::isSuspended().
1500 * Source/autotools/symbols.filter:
1502 2013-05-01 Benjamin Poulain <benjamin@webkit.org>
1504 Remove the remaining wscript
1505 https://bugs.webkit.org/show_bug.cgi?id=115459
1507 Reviewed by Andreas Kling.
1511 2013-05-01 Sergio Villar Senin <svillar@igalia.com>
1513 Show a block cursor in overtype mode
1514 https://bugs.webkit.org/show_bug.cgi?id=114819
1516 Reviewed by Ryosuke Niwa.
1518 * Source/autotools/symbols.filter: export some extra symbols for
1521 2013-04-30 Christophe Dumez <ch.dumez@sisa.samsung.com>
1523 [EFL] Enable scaled cursors
1524 https://bugs.webkit.org/show_bug.cgi?id=106242
1526 Reviewed by Gyuyoung Kim.
1528 Enable MOUSE_CURSOR_SCALE flag for EFL port.
1530 * Source/cmake/OptionsEfl.cmake:
1531 * Source/cmake/WebKitFeatures.cmake:
1533 2013-04-29 Zan Dobersek <zdobersek@igalia.com>
1535 [GTK] Disable Shadow DOM feature
1536 https://bugs.webkit.org/show_bug.cgi?id=115374
1538 Reviewed by Martin Robinson.
1540 Disable the Shadow DOM feature on the GTK port, the feature is planned for removal.
1542 * Source/autotools/SetupWebKitFeatures.m4:
1544 2013-04-28 Ryuan Choi <ryuan.choi@samsung.com>
1546 [EFL][CMAKE] Build break after r149259
1547 https://bugs.webkit.org/show_bug.cgi?id=115339
1549 Reviewed by Gyuyoung Kim.
1551 r149259 used c++11 features(Right angle bracket, Range-based for-loop).
1552 This patch enforces c++0x when cmake based ports build WebKit2 using gcc.
1554 * Source/cmake/WebKitHelpers.cmake:
1556 2013-04-22 Benjamin Poulain <benjamin@webkit.org>
1558 Remove the memory instrumentation code
1559 https://bugs.webkit.org/show_bug.cgi?id=114931
1561 Reviewed by Andreas Kling.
1563 * Source/autotools/symbols.filter:
1565 2013-04-22 Martin Robinson <mrobinson@igalia.com>
1567 [GTK] Enable introspection always for developer builds
1568 https://bugs.webkit.org/show_bug.cgi?id=114983
1570 Reviewed by Gustavo Noronha Silva.
1572 * Source/autotools/SetupAutoconfHeader.m4: No longer expose the ENABLE_INTROSPECTION
1573 autoconf header variable. It isn't used and it means that when introspection is enabled
1574 or disabled, there is an unnecessary full rebuild.
1576 2013-04-22 Zan Dobersek <zdobersek@igalia.com>
1578 [GTK] Set up libPlatform.la
1579 https://bugs.webkit.org/show_bug.cgi?id=114168
1581 Reviewed by Martin Robinson.
1583 * GNUmakefile.am: Define the platform_cppflags and platform_sources variables.
1585 2013-04-20 Zan Dobersek <zdobersek@igalia.com>
1587 Enable sub-pixel layout for the GTK port
1588 https://bugs.webkit.org/show_bug.cgi?id=94792
1590 Reviewed by Martin Robinson.
1592 * Source/autotools/SetupWebKitFeatures.m4: Enable the subpixel layout.
1594 2013-04-20 Andras Becsi <andras.becsi@digia.com>
1596 [Qt][Mac] Remove obsolete workaround for debug builds
1597 https://bugs.webkit.org/show_bug.cgi?id=114750
1599 Reviewed by Jocelyn Turcotte.
1601 This workaround made default builds fail with recent Qt5 because
1602 it removed the major version number from the library name, producing
1603 QtWebKitWidgets, whereas the linking command line tried to link
1604 against Qt5WebKitWidgets.
1605 Debug builds are possible with and without framework-enabled builds
1606 of Qt, but the debug versions of the Qt libraries have to be present.
1607 Debug builds with a release version of Qt are not possible on Mac
1608 since for debug builds qmake produces a linker command line where
1609 all the Qt libraries have the "_debug" suffix, therefore if the debug
1610 libraries are missing the build fails.
1612 * Source/widgetsapi.pri:
1614 2013-04-19 Martin Robinson <mrobinson@igalia.com>
1616 [GTK] JSCore.gir.in has a few problems
1617 https://bugs.webkit.org/show_bug.cgi?id=114710
1619 Reviewed by Philippe Normand.
1621 * GNUmakefile.am: Move common GIR initialization here from WebKit1.
1622 * configure.ac: Updated to reflect new JSC gir file location.
1624 2013-04-18 Ryuan Choi <ryuan.choi@gmail.com>
1626 [EFL] Build break when using cmake without CMAKE_BUILD_TYPE
1627 https://bugs.webkit.org/show_bug.cgi?id=114835
1629 Unreviewed build fix.
1631 * Source/cmake/OptionsEfl.cmake:
1633 2013-04-16 Patrick Gansterer <paroga@webkit.org>
1635 [CMake] Do not use JAVASCRIPTCORE_DIR in add_custom_command() of JavaScriptcore project
1636 https://bugs.webkit.org/show_bug.cgi?id=114265
1638 Reviewed by Brent Fulgham.
1640 * Source/cmake/WebKitMacros.cmake: Removed macro GENERATE_HASH_LUT.
1642 2013-04-16 Andy Estes <aestes@apple.com>
1644 Changed the default debugger from GDB to LLDB for the 'All Source' scheme in WebKit.xcworkspace.
1646 Rubber-stamped by Dan Bernstein.
1648 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1650 2013-04-16 Manuel Rego Casasnovas <rego@igalia.com>
1652 [EFL] Bump libsoup dependency to 2.42.0
1653 https://bugs.webkit.org/show_bug.cgi?id=113927
1655 Reviewed by Gyuyoung Kim.
1657 Update libsoup required version to v2.42.0 and GLib to v2.36.0 as
1658 required by libsoup for EFL port.
1660 * Source/cmake/OptionsEfl.cmake:
1662 2013-04-15 Patrick Gansterer <paroga@webkit.org>
1664 [CMake] Add WTF_USE_*_UNICODE variables
1665 https://bugs.webkit.org/show_bug.cgi?id=114556
1667 Reviewed by Brent Fulgham.
1669 WTF_USE_ICU_UNICODE and WTF_USE_WCHAR_UNICODE are used to
1670 reduce duplication in the platform specific CMake files.
1672 * Source/cmake/OptionsBlackBerry.cmake:
1673 * Source/cmake/OptionsEfl.cmake:
1674 * Source/cmake/OptionsWinCE.cmake:
1676 2013-04-15 Martin Robinson <mrobinson@igalia.com>
1678 [GTK] REGRESSION(r147499): HTTP auth dialog doesn't remember passwords anymore
1679 https://bugs.webkit.org/show_bug.cgi?id=114613
1681 Reviewed by Carlos Garcia Campos.
1683 * Source/autotools/SetupAutoconfHeader.m4: Correct definition of ENABLE_CREDENTIAL_STORAGE
1684 so that the ENABLE(CREDENTIAL_STORAGE) macro work properly.
1686 2013-04-12 Martin Robinson <mrobinson@igalia.com>
1688 [GTK] Lower the pango dependency
1689 https://bugs.webkit.org/show_bug.cgi?id=114520
1691 Reviewed by Carlos Garcia Campos.
1693 * Source/autotools/Versions.m4: Only depend on Pango 1.30.0 instead of
1694 Pango 1.32.0. 1.32.0 isn't strictly necessary and the version of GTK+ that
1695 we depend on (3.6.0) depends on 1.30.0.
1697 2013-04-12 Jer Noble <jer.noble@apple.com>
1699 TimeRanges::nearest() returns incorrect results.
1700 https://bugs.webkit.org/show_bug.cgi?id=114483
1702 Reviewed by Eric Carlson.
1704 Add symbols needed by WebCoreTestSupport to exports list.
1706 * Source/autotools/symbols.filter:
1708 2013-04-12 Commit Queue <rniwa@webkit.org>
1710 Unreviewed, rolling out r148262.
1711 http://trac.webkit.org/changeset/148262
1712 https://bugs.webkit.org/show_bug.cgi?id=114493
1714 Cairo dep should now build, rolling r148247 back in (Requested
1715 by zdobersek on #webkit).
1717 * Source/autotools/FindDependencies.m4:
1718 * Source/autotools/PrintBuildConfiguration.m4:
1719 * Source/autotools/SetupWebKitFeatures.m4:
1721 2013-04-11 Commit Queue <rniwa@webkit.org>
1723 Unreviewed, rolling out r148247.
1724 http://trac.webkit.org/changeset/148247
1725 https://bugs.webkit.org/show_bug.cgi?id=114490
1727 Cairo dep fails to build on builders due to missing EGL
1728 headers (Requested by zdobersek on #webkit).
1730 * Source/autotools/FindDependencies.m4:
1731 * Source/autotools/PrintBuildConfiguration.m4:
1732 * Source/autotools/SetupWebKitFeatures.m4:
1734 2013-04-11 Paweł Forysiuk <tuxator@o2.pl>
1736 [GTK] Webkit fails to build with MinGW compiler after changeset 146468
1737 https://bugs.webkit.org/show_bug.cgi?id=114473
1739 Reviewed by Martin Robinson.
1741 * Source/autotools/CheckSystemAndBasicDependencies.m4: Fix typo.
1743 2013-04-11 Martin Robinson <mrobinson@igalia.com>
1745 [GTK] Add accelerated 2D canvas support using cairo-gl
1746 https://bugs.webkit.org/show_bug.cgi?id=104672
1748 Reviewed by Alejandro G. Castro.
1750 Detect that we can activate accelerated canvas when CairoGL is present and
1751 TextureMapperGL is enabled.
1753 * Source/autotools/FindDependencies.m4: Look for CairoGL.
1754 * Source/autotools/PrintBuildConfiguration.m4: Print the status of accelerated canvas activation.
1755 * Source/autotools/SetupWebKitFeatures.m4: Set the feature.
1757 2013-04-11 Zan Dobersek <zdobersek@igalia.com>
1761 * Source/autotools/symbols.filter: Stop exporting redundant symbols.
1763 2013-04-11 Rune Lillesveen <rune@opera.com>
1765 Incorrect evaluation of resolution media queries
1766 https://bugs.webkit.org/show_bug.cgi?id=114029
1768 Reviewed by Kenneth Rohde Christiansen.
1770 Removed setResolutionOverride from exports.
1772 * Source/autotools/symbols.filter:
1774 2013-04-10 Anton Obzhirov <a.obzhirov@samsung.com>
1776 [GTK] Add support for Page Visibility
1777 https://bugs.webkit.org/show_bug.cgi?id=97324
1779 Reviewed by Sam Weinig.
1781 Page Visibility has been enabled for GTK port.
1782 New GTK unittest has been added.
1784 * Source/autotools/SetupWebKitFeatures.m4:
1786 2013-04-09 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1788 [EFL] Declare TEST_THEME_DIR in a single place.
1789 https://bugs.webkit.org/show_bug.cgi?id=114285
1791 Reviewed by Anders Carlsson.
1793 Instead of adding the `THEME_DIR' preprocessor variable in many
1794 different CMakeList.txt files in the tree, declare it in
1795 OptionsEfl.cmake so that we avoid needlessly duplicating code around.
1797 While here, rename it to `TEST_THEME_DIR', which is the name used our
1798 WebKit2 infrastructure, to better reflect the purpose of this value.
1800 * Source/cmake/OptionsEfl.cmake: Add the TEST_THEME_DIR preprocessor
1803 2013-04-09 ChangSeok Oh <changseok.oh@collabora.com>
1805 [GTK][AC] upversion of clutter and its dependecy
1806 https://bugs.webkit.org/show_bug.cgi?id=114016
1808 Reviewed by Gustavo Noronha Silva.
1810 Upversion of clutter to 1.14, cogl to 1.14 and clutter-gtk to 1.4.4.
1812 * Source/autotools/Versions.m4:
1814 2013-04-09 Thiago Marcos P. Santos <thiago.santos@intel.com>
1816 [WK2] Drop WebProcess capabilities on Linux using seccomp filters
1817 https://bugs.webkit.org/show_bug.cgi?id=89875
1819 Reviewed by Maciej Stachowiak.
1821 Added the bits to EFL/CMake buildsystem to find the libseccomp
1824 * Source/cmake/FindLibSeccomp.cmake: Added.
1825 * Source/cmake/OptionsEfl.cmake:
1826 * Source/cmake/WebKitFeatures.cmake:
1827 * Source/cmakeconfig.h.cmake:
1829 2013-04-09 Carlos Garcia Campos <cgarcia@igalia.com>
1831 Unreviewed. Fix GTK+ 32 bit build.
1833 * Source/autotools/symbols.filter: Add some symbols that are
1834 mangled differently in 32 bits due to size_t.
1836 2013-04-09 Patrick Gansterer <paroga@webkit.org>
1838 Do not set CMAKE_BUILD_TYPE if it is not defined
1839 https://bugs.webkit.org/show_bug.cgi?id=114243
1841 Reviewed by Geoffrey Garen.
1843 Setting the CMAKE_BUILD_TYPE causes some problem with Visual Studio.
1844 Adopt the current usage of the variable to better CMake style.
1847 * Source/cmake/OptionsCommon.cmake:
1848 * Source/cmake/OptionsEfl.cmake:
1850 2013-03-31 Martin Robinson <mrobinson@igalia.com>
1852 Bug 110293 uses read -d which is a non-portable bashism
1853 https://bugs.webkit.org/show_bug.cgi?id=113349
1855 Reviewed by Gustavo Noronha Silva.
1857 * Source/autotools/SetupWebKitFeatures.m4: Pass the default feature set to the
1858 feature script in a more portable way.
1860 2013-04-08 Jeff Rogers <jrogers@rim.com>
1862 [BlackBerry] Update BlackBerry JavaScript API
1863 https://bugs.webkit.org/show_bug.cgi?id=114065
1865 Reviewed by Rob Buis.
1868 Export JSC symbols in BlackBerry build.
1870 * Source/cmake/OptionsBlackBerry.cmake:
1872 2013-04-08 Martin Robinson <mrobinson@igalia.com>
1874 [GTK] Configure should verify ICU is installed on mingw
1875 https://bugs.webkit.org/show_bug.cgi?id=113645
1877 Reviewed by Gustavo Noronha Silva.
1879 * Source/autotools/FindDependencies.m4: When falling back to hard-coded compiler flags
1880 for ICU and mingw, check that headers do exist on the system and error out otherwise.
1882 2013-04-08 Carlos Garcia Campos <cgarcia@igalia.com>
1884 [GTK] Build Platform as a separate static library
1885 https://bugs.webkit.org/show_bug.cgi?id=114164
1887 Reviewed by Martin Robinson.
1889 * GNUmakefile.am: Add webkit2platform_sources definition.
1891 2013-04-08 Zan Dobersek <zdobersek@igalia.com>
1893 Unreviewed GTK build fix.
1895 * Source/autotools/symbols.filter: Exporting a bunch of symbols.
1897 2013-04-07 Vivek Galatage <vivek.vg@samsung.com>
1899 Modify .gitignore file to remove entries for chromium generated files
1900 https://bugs.webkit.org/show_bug.cgi?id=114141
1902 Reviewed by Gyuyoung Kim.
1906 2013-04-07 Patrick Gansterer <paroga@webkit.org>
1908 Remove references to Skia and V8 from CMake files
1909 https://bugs.webkit.org/show_bug.cgi?id=114130
1911 Reviewed by Geoffrey Garen.
1913 * Source/cmake/OptionsBlackBerry.cmake:
1914 * Source/cmake/WebKitPackaging.cmake:
1916 2013-04-07 David Kilzer <ddkilzer@apple.com>
1918 Remove the rest of SVG_DOM_OBJC_BINDINGS
1919 <http://webkit.org/b/114112>
1921 Reviewed by Geoffrey Garen.
1923 * Source/autotools/SetupWebKitFeatures.m4:
1924 * Source/cmake/WebKitFeatures.cmake:
1925 * Source/cmakeconfig.h.cmake:
1926 - Remove references to ENABLE_SVG_DOM_OBJC_BINDINGS.
1928 2013-04-05 Ed Bartosh <bartosh@gmail.com>
1930 [EFL] --no-tiled-backing-store build fails because of not used #if USE(ACCELERATED_COMPOSITING)
1931 https://bugs.webkit.org/show_bug.cgi?id=113627
1933 Reviewed by Simon Fraser.
1935 * Source/cmake/OptionsEfl.cmake: Disabled 3D_GRAPHICS and WEB_GL when accelerated compositing is on
1937 2013-04-05 Rijubrata Bhaumik <rijubrata.bhaumik@intel.com>
1939 [EFL] Enable indexed database
1940 https://bugs.webkit.org/show_bug.cgi?id=107248
1942 Reviewed by Alexis Menard.
1944 * Source/cmake/OptionsEfl.cmake:
1946 2013-04-05 Benjamin Poulain <benjamin@webkit.org>
1948 Fix GTK+ for real after r147712
1950 Reviewed by Ryosuke Niwa.
1953 * Source/Platform: Added.
1954 * Source/Platform/GNUmakefile.am: Added.
1956 2013-04-05 Benjamin Poulain <benjamin@webkit.org>
1958 Fix GTK+ build after r147712
1962 * GNUmakefile.am: remove the reference to
1963 Source/Platform/GNUmakefile.am. The file has been removed.
1965 2013-04-05 Benjamin Poulain <bpoulain@apple.com>
1967 Remove WTFURL from WebKit
1968 https://bugs.webkit.org/show_bug.cgi?id=113994
1970 Reviewed by Ryosuke Niwa.
1972 * Source/cmake/WebKitFeatures.cmake:
1973 * Source/cmakeconfig.h.cmake:
1975 2013-04-04 Ryosuke Niwa <rniwa@webkit.org>
1977 Remove the top level gyp directory and Platform/chromium
1978 https://bugs.webkit.org/show_bug.cgi?id=113999
1980 Reviewed by Benjamin Poulain.
1982 * Source/Platform: Removed.
1983 * Source/gyp: Removed.
1985 2013-04-04 Geoffrey Garen <ggaren@apple.com>
1987 Nixed the defunct chromium folder from ManualTests
1988 https://bugs.webkit.org/show_bug.cgi?id=113995
1990 Reviewed by Benjamin Poulain.
1992 * ManualTests/chromium: Removed.
1993 * ManualTests/chromium/autofill-popup-shiftupdown.hml: Removed.
1994 * ManualTests/chromium/drag-image-accounts-for-device-scale.html: Removed.
1995 * ManualTests/chromium/modifiers-during-drag-and-drop.html: Removed.
1996 * ManualTests/chromium/no-autofill-on-readonly.html: Removed.
1997 * ManualTests/chromium/onchange-reload-popup.html: Removed.
1998 * ManualTests/chromium/popup-menu-crash.html: Removed.
1999 * ManualTests/chromium/select-close-popup-value-change.html: Removed.
2000 * ManualTests/chromium/suggestions-popup-font-change.html: Removed.
2002 2013-04-04 Xabier Rodriguez Calvar <calvaris@igalia.com>
2004 [GStreamer] Virtual modifier for MediaPlayer::simulateAudioInterruption must go
2005 https://bugs.webkit.org/show_bug.cgi?id=113851
2007 Reviewed by Eric Carlson.
2009 * Source/autotools/symbols.filter: Added
2010 _ZN7WebCore11MediaPlayer25simulateAudioInterruptionEv symbol.
2012 2013-04-03 Carlos Garcia Campos <cgarcia@igalia.com>
2014 [GTK] Bump required versions of some dependencies
2015 https://bugs.webkit.org/show_bug.cgi?id=113282
2017 Reviewed by Martin Robinson.
2019 This patch updates the following dependencies:
2021 - libsoup 2.42.0: is the current stable release.
2023 - glib 2.36.0: libsoup 2.42 requires 2.35.0, but we don't want to
2024 depend on unstable versions and 2.36 is the next stable version
2027 - gtk+ 3.6.0: this is the previous stable release. We don't
2028 currently have any code using newer API, so we will be able to
2029 remove all the #ifdefed code.
2031 - at-spi2 2.5.3: is the version required by gtk+ 3.6.
2033 - GObject introspection 1.32.0: is the version required by gtk+ 3.6.
2035 - Pango 1.32.0: it's the current stable version and the first one
2036 depending on Harfbuzz.
2038 - Fontconfig 2.5: required by pango 1.32.0 when using Harfbuzz.
2040 - gtk+ 2.24.10: it allows us to remove a lot of deprecated code
2043 * Source/autotools/Versions.m4:
2045 2013-04-02 Martin Robinson <mrobinson@igalia.com>
2047 [GTK] Make libsecret optional
2048 https://bugs.webkit.org/show_bug.cgi?id=113821
2050 Reviewed by Gustavo Noronha Silva.
2052 Add a configuration option to disable credential storage and thus remove
2053 the libsecret dependency. This should make it possible to build WebKit 2.x
2056 * Source/autotools/FindDependencies.m4: Only look for libsecret if credential storage is active.
2057 * Source/autotools/PrintBuildConfiguration.m4: Print whether or not credential storage is active.
2058 * Source/autotools/ReadCommandLineArguments.m4: Added an option to control credential storage.
2059 * Source/autotools/SetupAutoconfHeader.m4: Expose credential storage setting to code.
2061 2013-04-02 Sheriff Bot <webkit.review.bot@gmail.com>
2063 Unreviewed, rolling out r147401.
2064 http://trac.webkit.org/changeset/147401
2065 https://bugs.webkit.org/show_bug.cgi?id=113767
2067 The patch makes it extremely hard to set up the dependencies
2068 properly on the GTK builders (Requested by zdobersek on
2071 * Source/autotools/Versions.m4:
2073 2013-04-02 Carlos Garcia Campos <cgarcia@igalia.com>
2075 [GTK] Bump required versions of some dependencies
2076 https://bugs.webkit.org/show_bug.cgi?id=113282
2078 Reviewed by Martin Robinson.
2080 This patch updates the following dependencies:
2082 - libsoup 2.42.0: is the current stable release.
2084 - glib 2.36.0: libsoup 2.42 requires 2.35.0, but we don't want to
2085 depend on unstable versions and 2.36 is the next stable version
2088 - gtk+ 3.6.0: this is the previous stable release. We don't
2089 currently have any code using newer API, so we will be able to
2090 remove all the #ifdefed code.
2092 - at-spi2 2.5.3: is the version required by gtk+ 3.6.
2094 - GObject introspection 1.32.0: is the version required by gtk+ 3.6.
2096 - Pango 1.32.0: it's the current stable version and the first one
2097 depending on Harfbuzz.
2099 - Fontconfig 2.5: required by pango 1.32.0 when using Harfbuzz.
2101 - gtk+ 2.24.10: it allows us to remove a lot of deprecated code
2104 * Source/autotools/Versions.m4:
2106 2013-04-02 Carlos Garcia Campos <cgarcia@igalia.com>
2108 [EFL][CMAKE] Move MOZ_X11 definition from OptionsCommon to OptionsEfl
2109 https://bugs.webkit.org/show_bug.cgi?id=113685
2111 Reviewed by Martin Robinson.
2113 MOZ_X11 is added unconditionally in OptionsCommon for UNIX
2114 platforms, but not all UNIX platforms use X11 for plugins,
2115 BlackBerry doesn't. The only port using cmake that uses X11 is EFL
2116 and it already has checks for X11, so we can just move the
2117 definition to OptionsEfl.
2119 * Source/cmake/OptionsCommon.cmake:
2120 * Source/cmake/OptionsEfl.cmake:
2122 2013-04-01 Jinwoo Song <jinwoo7.song@samsung.com>
2124 [EFL] Enable user-select:all for EFL port
2125 https://bugs.webkit.org/show_bug.cgi?id=113494
2127 Reviewed by Gyuyoung Kim.
2129 Add a feature flag for user-select:all and enable it for EFL port.
2131 * Source/cmake/OptionsEfl.cmake:
2132 * Source/cmake/WebKitFeatures.cmake:
2133 * Source/cmakeconfig.h.cmake:
2135 2013-03-29 Charles Wei <charles.wei@torchmobile.com.cn>
2137 [BlackBerry] Cleanup the CONTEXT_MENUS in BlackBerry porting
2138 https://bugs.webkit.org/show_bug.cgi?id=113562
2140 Reviewed by George Staikos.
2141 Internally reviewed by Mike Fenton and Gen Mak.
2143 * Source/cmake/OptionsBlackBerry.cmake:
2144 * Source/cmake/WebKitFeatures.cmake:
2145 * Source/cmakeconfig.h.cmake:
2147 2013-03-28 Zan Dobersek <zdobersek@igalia.com>
2149 [GTK] Build GTK-specific, non-layer-violating source code into WebCore-independent libPlatformGtk.la
2150 https://bugs.webkit.org/show_bug.cgi?id=112546
2152 Reviewed by Martin Robinson.
2154 * GNUmakefile.am: Define the new platform_webcore_cppflags.
2156 2013-03-28 Zan Dobersek <zdobersek@igalia.com>
2158 Unreviewed GTK build fix after r147039.
2160 * Source/autotools/symbols.filter: Export the missing symbols.
2162 2013-03-27 Patrick Gansterer <paroga@webkit.org>
2164 Set WTF_ARM_ARCH_VERSION to correct value when used with MSVC
2165 https://bugs.webkit.org/show_bug.cgi?id=113436
2167 Reviewed by Benjamin Poulain.
2169 * Source/cmake/OptionsWinCE.cmake: CPU(ARM_TRADITIONAL) is now set correctly by Platform.h.
2171 2013-03-27 Timothy Hatcher <timothy@apple.com>
2173 Add support for dock-to-right of the Web Inspector in the Mac port.
2175 Unfortunately this requires Safari changes, so it is disabled in the nightly builds.
2177 https://webkit.org/b/113341
2178 rdar://problem/10368152
2180 Reviewed by Joseph Pecoraro.
2182 * Source/autotools/symbols.filter:
2184 2013-03-27 Sheriff Bot <webkit.review.bot@gmail.com>
2186 Unreviewed, rolling out r146864.
2187 http://trac.webkit.org/changeset/146864
2188 https://bugs.webkit.org/show_bug.cgi?id=113391
2190 causes crashes on Wk2 EFL release bot (Requested by drott on
2193 * Source/cmake/OptionsEfl.cmake:
2195 2013-03-26 Rijubrata Bhaumik <rijubrata.bhaumik@intel.com>
2197 [EFL] Enable IndexedDB by default
2198 https://bugs.webkit.org/show_bug.cgi?id=107248
2200 Reviewed by Laszlo Gombos.
2202 * Source/cmake/OptionsEfl.cmake:
2203 Enable IndexedDB by default on EFL.
2205 2013-03-25 Kent Tamura <tkent@chromium.org>
2207 Rename ENABLE_INPUT_TYPE_DATETIME
2208 https://bugs.webkit.org/show_bug.cgi?id=113254
2210 Reviewed by Kentaro Hara.
2212 Rename ENABLE_INPUT_TYPE_DATETIME to ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE.
2213 Actually I'd like to remove the code, but we shouldn't remove it yet
2214 because we shipped products with it on some platforms.
2216 * Source/autotools/SetupWebKitFeatures.m4:
2217 * Source/cmake/WebKitFeatures.cmake:
2218 * Source/cmakeconfig.h.cmake:
2220 2013-03-25 Daniel Cheng <dcheng@chromium.org>
2222 Don't allow drags to start after a mouse press that creates a context menu
2223 https://bugs.webkit.org/show_bug.cgi?id=112079
2225 Reviewed by Tony Chang.
2227 * ManualTests/context-menu-during-drag-selection.html: Added.
2229 2013-03-22 Yuki Sekiguchi <yuki.sekiguchi@access-company.com>
2231 Cannot run All Source (target WebProcess) on Xcode.
2232 https://bugs.webkit.org/show_bug.cgi?id=111042
2234 Reviewed by Alexey Proskuryakov.
2236 WebProcessShim is renamed by r139066.
2237 However, WebProcessShim is not renamed to SecItemShim in WebKit.xcworkspace.
2238 This make WebProcess.app load WebProcessShim.dylib, and it cause dyld loading error.
2240 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Renamed WebProcessShim to SecItemShim.
2242 2013-03-21 Zan Dobersek <zdobersek@igalia.com>
2244 [GTK] Move libLevelDB.la setup into a separate GNUmakefile.am
2245 https://bugs.webkit.org/show_bug.cgi?id=112947
2247 Reviewed by Martin Robinson.
2249 * GNUmakefile.am: Include the new GNUmakefile.am, located under Source/ThirdParty/leveldb.
2251 2013-03-21 Martin Robinson <mrobinson@igalia.com>
2253 Source/ThirdParty/leveldb/db/builder.cc does not build on systems without <endian.h>
2254 https://bugs.webkit.org/show_bug.cgi?id=111817
2256 Reviewed by Gustavo Noronha Silva.
2258 Improve processing of the autoconf host variable. Setup up the wiring to detect
2259 whether or not we are compiling for Darwin.
2261 * Source/autotools/CheckSystemAndBasicDependencies.m4: Improve host detection.
2262 * Source/autotools/SetupAutomake.m4: Tell automake if we are compiling for Darwin or not.
2264 2013-03-20 Michael Pruett <michael@68k.org>
2266 [JSC] Implement EnforceRange IDL attribute for integer conversions
2267 https://bugs.webkit.org/show_bug.cgi?id=112506
2269 Reviewed by Kentaro Hara.
2271 * Source/autotools/symbols.filter:
2273 2013-03-20 Zan Dobersek <zdobersek@igalia.com>
2275 [GTK] Build ANGLE sources into a separate library from libWebCore.la
2276 https://bugs.webkit.org/show_bug.cgi?id=112778
2278 Reviewed by Martin Robinson.
2280 * GNUmakefile.am: Include the GNUmakefile.am covering the libANGLE.la library.
2282 2013-03-20 Jocelyn Turcotte <jocelyn.turcotte@digia.com>
2284 [Qt] Define MODULE_VERSION
2285 https://bugs.webkit.org/show_bug.cgi?id=112808
2287 Reviewed by Allan Sandfeld Jensen.
2289 Upstream http://codereview.qt-project.org/49052
2290 Use 5.2.0 as this is the next release that will be branched from trunk.
2294 2013-03-20 Rouslan Solomakhin <rouslan@chromium.org>
2296 Copy-paste should not spellcheck when continuous spellcheck is turned off
2297 https://bugs.webkit.org/show_bug.cgi?id=112464
2299 Reviewed by Ryosuke Niwa.
2301 * Source/autotools/symbols.filter: Export WebCore::Editor::isContinuousSpellCheckingEnabled() and WebCore::Editor::toggleContinuousSpellChecking() for use by internals.
2303 2013-03-20 JungJik Lee <jungjik.lee@samsung.com>
2305 [EFL] Disable REQUEST_ANIMATION_FRAME_TIMER to render a new animation frame.
2306 https://bugs.webkit.org/show_bug.cgi?id=112114
2308 Reviewed by Kenneth Rohde Christiansen.
2310 Add a manual test to check the running of scripted transition animation.
2312 * ManualTests/animation/transition-on-and-offscreen-animation.html: Added.
2314 2013-03-19 David Rosca <nowrep@gmail.com>
2316 [Qt] QStyle: Set State_Enabled by default when painting style widgets.
2317 https://bugs.webkit.org/show_bug.cgi?id=112688
2319 Reviewed by Jocelyn Turcotte.
2321 All Qt style widgets were painted with a disabled state, even when
2322 they actually were enabled.
2323 This change fixes it by setting State_Enabled as a default state,
2324 which is then correctly removed when element is disabled.
2326 * Source/WebCore/platform/qt/RenderThemeQStyle.cpp:
2328 2013-03-17 Gustavo Noronha Silva <gns@gnome.org>
2330 [GTK] Exports leveldb symbols
2331 https://bugs.webkit.org/show_bug.cgi?id=112526
2333 Reviewed by Carlos Garcia Campos.
2335 * Source/autotools/symbols.filter: make leveldb symbols local.
2337 2013-03-15 Jae Hyun Park <jae.park@company100.net>
2339 [GTK] acceleration_backend_description does not concatenate "(gles2"
2340 https://bugs.webkit.org/show_bug.cgi?id=112405
2342 Reviewed by Martin Robinson.
2344 In FindDependencies.m4, acceleration_backend_description string does not
2345 concatenate if there is a space between the operator and the operand.
2347 * Source/autotools/FindDependencies.m4:
2349 2013-03-15 Allan Sandfeld Jensen <allan.jensen@digia.com>
2351 [Qt] Build error with building with Qt 5.1
2352 https://bugs.webkit.org/show_bug.cgi?id=112435
2354 Reviewed by Noam Rosenthal.
2356 QAccessibleWidget has moved to private.
2358 * Source/widgetsapi.pri:
2360 2013-03-14 Tobias Mueller <tobiasmue@gnome.org>
2362 Build: Remove XSLT option and depend hard on XSLT.
2363 You will now not be able to give --disable-xslt or --enable-xslt
2364 because it is not optional anymore.
2365 https://bugs.webkit.org/show_bug.cgi?id=112368
2367 Reviewed by Martin Robinson.
2369 * Source/autotools/FindDependencies.m4:
2370 Always check for libxslt
2372 * Source/autotools/PrintBuildConfiguration.m4:
2373 Removed printing out the value of XSLT
2375 * Source/autotools/ReadCommandLineArguments.m4:
2376 Removed reading XSLT options
2378 2013-03-14 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
2380 [EFL] Use CROSS_PLATFORM_CONTEXT_MENU
2381 https://bugs.webkit.org/show_bug.cgi?id=111877
2383 Reviewed by Caio Marcelo de Oliveira Filho.
2385 * Source/cmake/OptionsEfl.cmake: add -DWTF_USE_CROSS_PLATFORM_CONTEXT_MENUS=1
2387 2013-03-14 Simon Hausmann <simon.hausmann@digia.com>
2389 [Qt] Improve the handling of mock geolocation, device orientation and motion clients
2391 Reviewed by Tor Arne Vestbø.
2393 The mock versions of these web facing features should be instantiated when
2394 running in DumpRenderTree only. In order for them to work, no extra Qt modules
2395 such as QtLocation are actually needed.
2397 This patch decouples enabling device orientation/motion and geolocation from
2398 the underlying Qt modules and makes them available in developer builds
2399 (!production_build) and backed by mock backends when running in drt.
2401 So if the Qt 5 modules are available, they'll be used (unless drtRun). For
2402 developers the web facing features are always enabled (although requests will
2403 time out) and the mock backends are enabled inside DRT, allowing for the layout
2404 tests to run with less dependencies.
2406 In addition this also enables the mock device motion client, which was
2407 previously never instantiated.
2409 * Source/widgetsapi.pri:
2411 2013-03-13 Ryosuke Niwa <rniwa@webkit.org>
2413 Threaded HTML Parser is missing feature define flags in all but Chromium port's build files
2414 https://bugs.webkit.org/show_bug.cgi?id=112277
2416 Reviewed by Adam Barth.
2418 * Source/autotools/SetupWebKitFeatures.m4:
2419 * Source/cmake/WebKitFeatures.cmake:
2420 * Source/cmakeconfig.h.cmake:
2422 2013-03-13 Nate Chapin <japhet@chromium.org>
2424 Expose symbols for internals
2425 https://bugs.webkit.org/show_bug.cgi?id=112194
2427 Reviewed by Alexey Proskuryakov.
2429 * Source/autotools/symbols.filter:
2431 2013-03-12 Zan Dobersek <zdobersek@igalia.com>
2433 [GTK] 'unrecognized command line option "-Wno-c++11-extensions"' warning reported when using gcc
2434 https://bugs.webkit.org/show_bug.cgi?id=111936
2436 Reviewed by Martin Robinson.
2438 * Source/autotools/SetupCompilerFlags.m4: Only use the -Wno-c++11-extensions warning when building
2439 with Clang as GCC does not support the warning just yet. Also enhance the comment about using libstdc++
2440 as the standard C++ library when compiling with Clang.
2442 2013-03-12 Zan Dobersek <zdobersek@igalia.com>
2444 [GTK] Set up the libPlatformGtk.la library
2445 https://bugs.webkit.org/show_bug.cgi?id=111738
2447 Reviewed by Martin Robinson.
2449 * GNUmakefile.am: Define the two variables that will hold sources list and cppflags as required for the new library.
2450 Include the new GNUmakefile.am that's now available under Source/Platform.
2452 2013-03-11 Tobias Mueller <tobiasmue@gnome.org>
2454 [Autotools] Set ENABLE_GTK_DOC to false if gtk-doc is not installed
2455 https://bugs.webkit.org/show_bug.cgi?id=111980
2457 Reviewed by Martin Robinson.
2459 WebKit did not configure if gtk-doc-am was not installed with the error:
2460 Tools/GNUmakefile.am:419: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
2462 * Source/autotools/FindDependencies.m4:
2464 2013-03-11 Claudio Saavedra <csaavedra@igalia.com>
2467 https://bugs.webkit.org/show_bug.cgi?id=112055
2469 Reviewed by Martin Robinson.
2471 * Source/autotools/Versions.m4: Bump to 2.1.0
2473 2013-03-11 Jeff Rogers <jrogers@rim.com>
2475 [BlackBerry] Disable MathML support
2476 https://bugs.webkit.org/show_bug.cgi?id=111929
2478 Reviewed by Rob Buis.
2480 * Source/cmake/OptionsBlackBerry.cmake:
2482 2013-03-09 Martin Robinson <mrobinson@igalia.com>
2484 [GTK] Versions.m4 is missing some key dependencies version definitions
2485 https://bugs.webkit.org/show_bug.cgi?id=111903
2487 Reviewed by Carlos Garcia Campos.
2489 * Source/autotools/Versions.m4: Add missing required version
2492 2013-03-08 Dean Jackson <dino@apple.com>
2494 Don't snapshot Java plugins
2495 https://bugs.webkit.org/show_bug.cgi?id=111899
2497 Reviewed by Tim Horton.
2499 Export MIMETypeRegistry::isJavaAppletMIMEType symbol.
2501 * Source/autotools/symbols.filter:
2503 2013-03-08 Chandra Shekar Vallala <brk376@motorola.com>
2505 [chromium] Keydown event for 'shift+alt' returns win keycode instead of 'alt'
2506 https://bugs.webkit.org/show_bug.cgi?id=111112
2508 Reviewed by Tony Chang.
2510 Return windows keycode of Alt incase of GDK_META_L, GDK_META_R.
2512 Try press Shift then alt key. The test passes if the shiftKey, altKey values
2513 of JSKeyEvent are true and keycode/which is 18.
2515 * ManualTests/shift-alt-key-event.html: Added.
2517 2013-03-08 Zan Dobersek <zdobersek@igalia.com>
2519 [Autotools] Remove definitions of unnecessary Automake conditionals
2520 https://bugs.webkit.org/show_bug.cgi?id=111830
2522 Reviewed by Philippe Normand.
2524 The following Automake conditionals are not used anywhere and should have their
2525 definitions in SetupAutomake.m4 removed:
2526 ENABLE_GAMEPAD, ENABLE_XSLT, ENABLE_GEOLOCATION, ENABLE_SVG_FONTS,
2527 ENABLE_OPCODE_STATS, ENABLE_CSS_FILTERS, ENABLE_CSS_SHADERS.
2529 * Source/autotools/SetupAutomake.m4:
2531 2013-03-08 Zan Dobersek <zdobersek@igalia.com>
2533 [GTK] Remove media stream support from the configuration options
2534 https://bugs.webkit.org/show_bug.cgi?id=111813
2536 Reviewed by Philippe Normand.
2538 Remove the media-stream configuration flag. The feature is incomplete and
2539 thus unsupported, so it really shouldn't be possible to enable it.
2541 * Source/autotools/PrintBuildConfiguration.m4:
2542 * Source/autotools/ReadCommandLineArguments.m4:
2543 * Source/autotools/SetupAutomake.m4:
2544 * Source/autotools/SetupWebKitFeatures.m4:
2546 2013-03-07 Keishi Hattori <keishi@webkit.org>
2548 Update calendar picker UI
2549 https://bugs.webkit.org/show_bug.cgi?id=109439
2551 Reviewed by Kent Tamura.
2553 * ManualTests/forms/calendar-picker.html: New test file with more options.
2554 * ManualTests/forms/date-suggestion-picker.html: Copied from ManualTests/forms/calendar-picker.html. Old one kept for dat/time suggestion picker testing.
2556 2013-03-07 Christophe Dumez <ch.dumez@sisa.samsung.com>
2558 [EFL] Bump libsoup dependency to 2.40.3 to fix regressions
2559 https://bugs.webkit.org/show_bug.cgi?id=111756
2561 Reviewed by Kenneth Rohde Christiansen.
2563 Update libsoup required version to v2.40.3 for EFL port.
2565 * Source/cmake/OptionsEfl.cmake:
2567 2013-03-07 Zan Dobersek <zdobersek@igalia.com>
2569 [GTK] Limit the supported compilers to GCC >= 4.7 and Clang >= 3.0
2570 https://bugs.webkit.org/show_bug.cgi?id=109932
2572 Reviewed by Martin Robinson.
2574 * Source/autotools/CheckSystemAndBasicDependencies.m4: Strictly check for one of the two compilers.
2575 * Source/autotools/SetupCompilerFlags.m4: Set up C++11-specific compiler flags. Force the C99 standard for the C code.
2576 Use the -Qunused-arguments flag when using Clang, it reduces irrelevant errors when using ccache.
2578 2013-03-05 Gustavo Noronha Silva <gns@gnome.org>
2580 [GTK] Enable translations for WebKit2
2581 https://bugs.webkit.org/show_bug.cgi?id=111398
2583 Reviewed by Martin Robinson.
2585 * GNUmakefile.am: adjust path for i18n GNUmakefile.am.
2586 * configure.ac: generate the i18n makefile unconditionally, the translations are
2587 used by both WebKitGTK+ and WebKit2GTK+.
2589 2013-03-06 Adam Klein <adamk@chromium.org>
2591 [V8] Use implicit references instead of object groups to keep registered MutationObservers alive
2592 https://bugs.webkit.org/show_bug.cgi?id=111382
2594 Reviewed by Adam Barth.
2596 * ManualTests/mutation-observer-leaks-nodes.html: Added.
2598 2013-03-06 Gustavo Noronha Silva <gns@gnome.org>
2600 Build fix. Fixes problems building code that uses deprecated functions from GTK+ 2,
2601 such as RenderThemeGtk2.cpp, in debug mode. RenderThemeGtk2.cpp tries to allow usage
2602 of deprecated functions by undefining GTK_DISABLE_DEPRECATED, but it ended up being
2603 redefined because autotoolsconfig.h was included again by headers that came after
2606 Reviewed by Martin Robinson.
2608 * Source/autotools/SetupWebKitFeatures.m4: add checks to ensure the
2609 autotoolsconfig.h header is only included once.
2611 2013-03-05 Ryuan Choi <ryuan.choi@samsung.com>
2613 [EFL] Build break with latest EFL libraries
2614 https://bugs.webkit.org/show_bug.cgi?id=111028
2616 Reviewed by Dirk Pranke.
2618 In latest EFL trunk, include path of ecore sub modules are changed from
2619 ecore-1 to ecore-XXX-1.
2620 So, this patch adds missing ECORE_XXX_INCLUDE_DIRS.
2622 * Source/cmake/FindEcore.cmake: Added additional path suffixes to find include directories of ecore-XXX
2623 * Source/cmake/FindElementary.cmake: Checked Ecore_Con dependency which Elementary requires.
2624 * Source/cmake/OptionsEfl.cmake: Made Imf and Imf_Evas mandatory.
2626 2013-03-05 Shawn Singh <shawnsingh@chromium.org>
2628 Fix default background of a dragged image.
2629 https://bugs.webkit.org/show_bug.cgi?id=110512
2631 Reviewed by Tony Chang.
2633 * ManualTests/drag-background-with-padding.html: Added.
2635 2013-03-05 Gustavo Noronha Silva <gns@gnome.org>
2637 Unreviewed build fix.
2639 * GNUmakefile.am: remove bad path for generate-feature-defines-files from EXTRA_DIST.
2641 2013-03-04 Ruslan Abdikeev <aruslan@chromium.org>
2643 <link rel="apple-touch-icon"> tag is not honored on CNN.com, workflowy.com etc
2644 https://bugs.webkit.org/show_bug.cgi?id=109061
2646 Reviewed by Adam Barth.
2648 * Source/autotools/symbols.filter:
2650 2013-03-04 Kunihiko Sakamoto <ksakamoto@chromium.org>
2652 Add build flag for FontLoader
2653 https://bugs.webkit.org/show_bug.cgi?id=111289
2655 Reviewed by Benjamin Poulain.
2657 Add ENABLE_FONT_LOAD_EVENTS build flag (disabled by default).
2659 * Source/autotools/SetupWebKitFeatures.m4:
2660 * Source/cmake/WebKitFeatures.cmake:
2661 * Source/cmakeconfig.h.cmake:
2663 2013-03-03 Sheriff Bot <webkit.review.bot@gmail.com>
2665 Unreviewed, rolling out r144567.
2666 http://trac.webkit.org/changeset/144567
2667 https://bugs.webkit.org/show_bug.cgi?id=111266
2669 Does not compile on apple-win (Requested by abarth on
2672 * Source/autotools/symbols.filter:
2674 2013-03-03 Ruslan Abdikeev <aruslan@chromium.org>
2676 <link rel="apple-touch-icon"> tag is not honored on CNN.com, workflowy.com etc
2677 https://bugs.webkit.org/show_bug.cgi?id=109061
2679 Reviewed by Adam Barth.
2681 * Source/autotools/symbols.filter:
2683 2013-03-01 Elliott Sprehn <esprehn@gmail.com>
2685 Don't leak Documents when using MutationObserver from extensions
2686 https://bugs.webkit.org/show_bug.cgi?id=111234
2688 Reviewed by Adam Barth.
2690 * ManualTests/leak-observer-nonmain-world.html: Added.
2692 2013-02-27 Zan Dobersek <zdobersek@igalia.com>
2694 [GTK] Disable MathML support in release builds
2695 https://bugs.webkit.org/show_bug.cgi?id=110981
2697 Reviewed by Martin Robinson.
2699 * Source/autotools/SetupWebKitFeatures.m4: Disable the MathML support in release builds
2700 as the code is not yet deemed production-ready.
2702 2013-02-27 Glenn Adams <glenn@skynav.com>
2704 Add ENABLE_CSS3_TEXT_LINE_BREAK flag.
2705 https://bugs.webkit.org/show_bug.cgi?id=110944
2707 Reviewed by Dean Jackson.
2709 * Source/cmake/WebKitFeatures.cmake:
2710 * Source/cmakeconfig.h.cmake:
2712 2013-02-24 Laszlo Gombos <l.gombos@samsung.com>
2714 [EFL] Rename ENABLE_REGIONS to ENABLE_CSS_REGIONS
2715 https://bugs.webkit.org/show_bug.cgi?id=110699
2717 Reviewed by Andreas Kling.
2719 Fix a typo. ENABLE_REGIONS is called ENABLE_CSS_REGIONS
2720 throughout the project.
2722 * Source/cmake/OptionsEfl.cmake:
2724 2013-02-24 Zan Dobersek <zdobersek@igalia.com>
2726 [GTK] Stop generating UserAgentGtk.h
2727 https://bugs.webkit.org/show_bug.cgi?id=110582
2729 Reviewed by Martin Robinson.
2731 * configure.ac: Provide the USER_AGENT_GTK_(MAJOR|MINOR)_VERSION defines in the autotoolsconfig.h
2732 header, containing the user agent versions that are to be used in the user agent string. The
2733 WEBKIT_USER_AGENT_(MAJOR|MINOR)_VERSION name is avoided as the same defines are specified in the
2734 webkitversion.h API header (but are not accessible from the WebCore layer). The UserAgentGtk.h
2735 header is also not generated anymore from the input file.
2737 2013-02-21 Tony Chang <tony@chromium.org>
2739 Autogenerate Settings that call setNeedsRecalcStyleInAllFrames when set
2740 https://bugs.webkit.org/show_bug.cgi?id=109989
2742 Reviewed by Ryosuke Niwa.
2744 Add setters to export symbols.
2746 * Source/autotools/symbols.filter:
2748 2013-02-21 Martin Robinson <mrobinson@igalia.com>
2750 [GTK] Move feature overriding to the configure phase
2751 https://bugs.webkit.org/show_bug.cgi?id=110293
2753 Reviewed by Gustavo Noronha Silva.
2755 Rework the feature overrides logic so all feature defines go into a
2756 header rather than the command line. This has a few benefits. Most
2757 notably, we can reuse the header in the gyp build. Another nice result
2758 is that changes to the configuration automatically result in a full
2759 rebuild and Debug and Release builds can have different configurations.
2761 All feature define processing happens now during the configuration phase,
2762 instead of when running autogen.sh. This means that we need to distribute
2763 the feature processing script.
2765 * GNUmakefile.am: Read feature defines from WebKitFeatures.txt when kicking
2766 off a build. Also include generate-feature-defines-files in the distribution.
2767 * Source/autotools/SetupAutoconfHeader.m4: Remove an extra ENABLE_3D_RENDERING
2768 from the autoconf header, as it is already provided by the feature configuration.
2769 * Source/autotools/SetupWebKitFeatures.m4: Added.
2770 * Source/autotools/webkitfeature.m4: Removed. The functionality has been moved
2771 to SetupWebKitFeatures.m4.
2772 * autogen.sh: Remove the call to override-feature-defines.
2773 * configure.ac: Now include SetupWebKitFeatures.
2775 2013-02-20 Dirk Schulze <krit@webkit.org>
2777 Enable CANVAS_PATH flag
2778 https://bugs.webkit.org/show_bug.cgi?id=108508
2780 Reviewed by Simon Fraser.
2782 Enable CANVAS_PATH flag on trunk.
2784 Existing tests cover the feature.
2786 * Source/cmake/WebKitFeatures.cmake:
2788 2013-02-19 Claudio Saavedra <csaavedra@igalia.com>
2790 Unreviewed build fix.
2792 * Source/autotools/FindDependencies.m4:
2793 * Source/autotools/Versions.m4:
2794 * Source/cmake/FindHarfBuzz.cmake:
2796 Bump gtk and efl dependencies on harfbuzz
2797 to 0.9.7. See bug 110145.
2799 2013-02-19 Changhun Kang <temoochin@company100.net>
2801 Only depend on xrender if x11 is being used
2802 https://bugs.webkit.org/show_bug.cgi?id=84095
2804 Reviewed by Martin Robinson.
2806 * Source/autotools/FindDependencies.m4:
2808 2013-02-18 ChangSeok Oh <shivamidow@gmail.com>
2810 [GTK] Fix nits for configuration
2811 https://bugs.webkit.org/show_bug.cgi?id=110083
2813 Reviewed by Martin Robinson.
2815 Remove unicode backend printing option. The only backend for unicode is icu
2816 after changeset 142724.
2818 * Source/autotools/PrintBuildConfiguration.m4:
2820 2013-02-15 Gustavo Noronha Silva <gns@gnome.org>
2822 Unreviewed build fix.
2824 * Source/autotools/SetupLibtool.m4: Move AR_FLAGS definition so it comes before dolt
2825 and libtool initialization, thus having an effect once again.
2827 2013-02-15 Keishi Hattori <keishi@webkit.org>
2829 Add setValue and closePopup methods to PagePopupController
2830 https://bugs.webkit.org/show_bug.cgi?id=109897
2832 Reviewed by Kent Tamura.
2834 * ManualTests/forms/calendar-picker.html: Added mock setValue and closePopup implementation.
2835 * ManualTests/forms/color-suggestion-picker.html: Ditto.
2837 2013-02-15 Allan Sandfeld Jensen <allan.jensen@digia.com>
2839 Simplify hitTestResultAtPoint and nodesFromRect APIs
2840 https://bugs.webkit.org/show_bug.cgi?id=95720
2842 Reviewed by Julien Chaffraix.
2844 Update exported symbols.
2846 * Source/autotools/symbols.filter:
2848 2013-02-08 Andrey Kosyakov <caseq@chromium.org>
2850 Web Inspector: expose did{Begin,Cancel}Frame() and {will,did}Composite() on WebDebToolsAgent
2851 https://bugs.webkit.org/show_bug.cgi?id=109192
2853 Reviewed by Pavel Feldman.
2855 * Source/autotools/symbols.filter:
2857 2013-02-13 Martin Robinson <mrobinson@igalia.com>
2859 Try once again to fix the build after r142756
2861 * Source/autotools/PrintBuildConfiguration.m4: Do not try to print the GStreamer version
2862 in the build output.
2863 * Source/autotools/SetupAutoconfHeader.m4: Remove the last reference to have_gstreamer.
2865 2013-02-13 Martin Robinson <mrobinson@igalia.com>
2867 Try to fix the build after r142756
2869 * Source/autotools/SetupAutomake.m4: Instead of using the (now gone) have_gstreamer
2870 variable, activate GStreamer if either web audio or web video is enabled.
2872 2013-02-13 Xianzhu Wang <wangxianzhu@chromium.org>
2874 Heap-use-after-free in WebCore::ScrollingCoordinator::hasVisibleSlowRepaintViewportConstrainedObjects.
2875 https://bugs.webkit.org/show_bug.cgi?id=108695
2877 Add a manual test. Unable to write a normal layout test because
2878 1) must waitUntilDone() to reproduce the crash but the redirected URL can't notifyDone();
2879 2) Can't use a frame to contain the test because ScrollingCoordinator handles only the main frame.
2881 Reviewed by Abhishek Arya.
2883 * ManualTests/scrolling-coordinator-viewport-constrained-crash.html: Added.
2885 2013-02-13 Martin Robinson <mrobinson@igalia.com>
2887 [GTK] Remove support for compiling with GStreamer 0.10
2888 https://bugs.webkit.org/show_bug.cgi?id=109593
2890 Reviewed by Philippe Normand.
2892 Remove support for building WebKitGTK+ with GStreamer 0.10. We
2893 can simplify things greatly because we don't have to worry any
2894 longer about selecting one GStreamer API set.
2896 * Source/autotools/FindDependencies.m4:
2897 * Source/autotools/ReadCommandLineArguments.m4:
2898 * Source/autotools/SetupAutoconfHeader.m4:
2899 * Source/autotools/Versions.m4:
2901 2013-02-12 Martin Robinson <mrobinson@igalia.com>
2903 [GTK] Remove the GLib unicode backend
2904 https://bugs.webkit.org/show_bug.cgi?id=109627
2906 Reviewed by Benjamin Poulain.
2908 Remove references to the GLib unicode backend from configuration.
2910 * Source/autotools/FindDependencies.m4:
2911 * Source/autotools/ReadCommandLineArguments.m4:
2912 * Source/autotools/SetupAutoconfHeader.m4:
2913 * Source/autotools/SetupAutomake.m4:
2915 2013-02-12 Christophe Dumez <ch.dumez@sisa.samsung.com>
2917 Remove remaining traces of Web Intents
2918 https://bugs.webkit.org/show_bug.cgi?id=109586
2920 Reviewed by Eric Seidel.
2922 Remove references to Web Intents from CMake files as the functionality
2923 was removed in r142549.
2925 * Source/cmake/WebKitFeatures.cmake:
2926 * Source/cmakeconfig.h.cmake:
2928 2013-02-12 Martin Robinson <mrobinson@igalia.com>
2930 [GTK] Remove the enable-debug-feature configuration option
2931 https://bugs.webkit.org/show_bug.cgi?id=109539
2933 Reviewed by Philippe Normand.
2935 Remove the --enable-debug-feature option from configuration. It doesn't
2936 do anything that --enable-debug doesn't.
2938 * Source/autotools/PrintBuildConfiguration.m4: Remove references to --enable-debug-features.
2939 * Source/autotools/ReadCommandLineArguments.m4: Ditto.
2940 * Source/autotools/SetupAutoconfHeader.m4: Ditto.
2941 * Source/autotools/SetupAutomake.m4: Ditto.
2943 2013-02-12 Zan Dobersek <zdobersek@igalia.com>
2945 Remove ENABLE_XHR_RESPONSE_BLOB handling from various build systems
2946 https://bugs.webkit.org/show_bug.cgi?id=109481
2948 Reviewed by Daniel Bates.
2950 The ENABLE_XHR_RESPONSE_BLOB feature define was removed from the code
2951 back in r120574. There are still occurrences of it in various build systems
2952 which should all be removed as they are useless.
2954 * Source/cmake/OptionsBlackBerry.cmake:
2955 * Source/cmakeconfig.h.cmake:
2957 2013-02-11 Eric Carlson <eric.carlson@apple.com>
2959 [Mac] Track language selection should be sticky
2960 https://bugs.webkit.org/show_bug.cgi?id=109466
2962 Reviewed by Dean Jackson.
2964 * Source/autotools/symbols.filter: Export PageGroup::captionPreferences and Page::initGroup.
2966 2013-02-11 Benjamin Poulain <benjamin@webkit.org>
2968 Kill TestRunner::setMinimumTimerInterval; implement the feature with InternalSettings
2969 https://bugs.webkit.org/show_bug.cgi?id=109349
2971 Reviewed by Sam Weinig.
2973 * Source/autotools/symbols.filter:
2975 2013-02-11 Zan Dobersek <zdobersek@igalia.com>
2977 * Source/WebCore: Modified property svn:ignore, adding GNUmakefile.features.am
2978 to the list of paths to be ignored.
2980 2013-02-10 Laszlo Gombos <l.gombos@samsung.com>
2982 Consolidate the way WTF_USE_PTHREADS is enabled
2983 https://bugs.webkit.org/show_bug.cgi?id=108191
2985 Reviewed by Benjamin Poulain.
2987 Remove duplicated definition of WTF_USE_PTHREADS.
2989 WTF_USE_PTHREADS is defined to 1 on all OS(UNIX) environments in
2992 * Source/cmake/OptionsBlackBerry.cmake:
2993 * Source/cmake/OptionsEfl.cmake:
2995 2013-02-10 Jae Hyun Park <jae.park08@gmail.com>
2997 Rename ENABLE(GLIB_SUPPORT) to USE(GLIB)
2998 https://bugs.webkit.org/show_bug.cgi?id=104266
3000 Reviewed by Philippe Normand.
3002 Using USE(GLIB) instead of ENABLE(GLIB_SUPPORT) is more consistent with
3003 the existing macro naming conventions.
3006 USE() - use a particular third-party library or optional OS service
3007 ENABLE() - turn on a specific feature of WebKit
3009 * Source/autotools/SetupAutoconfHeader.m4:
3010 * Source/cmake/OptionsEfl.cmake:
3012 2013-02-09 Philippe Normand <pnormand@igalia.com>
3014 Unreviewed, another GTK+ build fix after r142343.
3016 * Source/autotools/symbols.filter: Expose the InlineBox delete operator.
3018 2013-02-08 Benjamin Poulain <bpoulain@apple.com>
3020 Move workerThreadCount from TestRunner to WebCore Internals
3021 https://bugs.webkit.org/show_bug.cgi?id=109239
3023 Reviewed by Darin Adler.
3025 * Source/autotools/symbols.filter:
3027 2013-02-08 Dean Jackson <dino@apple.com>
3029 Only a fool would cut and paste from a terminal showing truncated git logs.
3032 Export the full symbol for InlineBox::nodeAtPoint.
3034 * Source/autotools/symbols.filter:
3036 2013-02-08 Dean Jackson <dino@apple.com>
3038 Snapshotted plug-in should use shadow root
3039 https://bugs.webkit.org/show_bug.cgi?id=108284
3041 Unreviewed GTK+ build fix.
3043 * Source/autotools/symbols.filter: Export InlineBox symbols.
3045 2013-02-08 Seulgi Kim <seulgikim@company100.net>
3047 Update .gitignore for vim swap files.
3048 https://bugs.webkit.org/show_bug.cgi?id=109252
3050 Reviewed by Dirk Pranke.
3052 When opening the same files multiple with vim, vim creates a .*.sw[a-p]
3053 file as the swap file.
3057 2013-02-08 Tomas Popela <tpopela@redhat.com>
3059 [GTK] Include files from DerivedSources/webkitdom for introspection
3060 https://bugs.webkit.org/show_bug.cgi?id=108631
3062 Reviewed by Martin Robinson.
3064 Include files from DerivedSources/webkitdom for introspection
3066 * /Source/WebKit/gtk/GNUmakefile.am:
3067 * /Source/WebKit2/GNUmakefile.am:
3069 2013-02-07 Martin Robinson <mrobinson@igalia.com>
3071 [GTK] Split configure.ac into reusable portions
3072 https://bugs.webkit.org/show_bug.cgi?id=109246
3074 Reviewed by Philippe Normand.
3076 Split up configure.ac into sections based on different "phases"
3077 of configuration. This should make it easier to find what you are
3078 looking for as well as creating a "right" place to put things.
3079 A nice side effect of this is that we can share the different
3080 modules with a gyp build.
3082 * Source/autotools/CheckSystemAndBasicDependencies.m4: Added.
3083 * Source/autotools/FindDependencies.m4: Added.
3084 * Source/autotools/PrintBuildConfiguration.m4: Added.
3085 * Source/autotools/ReadCommandLineArguments.m4: Added.
3086 * Source/autotools/SetupAutoconfHeader.m4: Added.
3087 * Source/autotools/SetupAutomake.m4: Added.
3088 * Source/autotools/SetupCompilerFlags.m4: Added.
3089 * Source/autotools/SetupLibtool.m4: Added.
3090 * Source/autotools/Versions.m4: Added.
3093 2013-02-07 David Farler <dfarler@apple.com>
3095 Makefiles should work for arbitrary SDKs and architectures on Apple ports
3096 https://bugs.webkit.org/show_bug.cgi?id=107863
3098 Reviewed by Mark Rowe.
3101 Allow SDKROOT, ARCHS outside of $(ARGS).
3102 Setting ARCHS => ONLY_ACTIVE_ARCH=NO.
3103 * Makefile.shared: options to webkitdirs based on SDKROOT
3104 * Source/Makefile: don't build WebKit2 for iOS
3106 2013-02-07 Martin Robinson <mrobinson@igalia.com>
3108 [GTK] Cleanup command-line defines
3109 https://bugs.webkit.org/show_bug.cgi?id=109213
3111 Reviewed by Xan Lopez.
3113 * GNUmakefile.am: Remove references to flags that are now provided
3114 by autotoolsconfig.h
3115 * configure.ac: Add new AC_DEFINE invocations for flags that were
3116 before manually appended to the compiler CPPFLAGS and clump all
3117 AC_DEFINE invocations together.
3119 2013-02-07 ChangSeok Oh <shivamidow@gmail.com>
3121 [GTK][AC] Clutter required version up to 1.12
3122 https://bugs.webkit.org/show_bug.cgi?id=109037
3124 Reviewed by Martin Robinson.
3126 The clutter requried version is changed to 1.12.
3130 2013-02-07 Zan Dobersek <zdobersek@igalia.com>
3132 [Autotools] Remove uses of Automake FARSTREAM_(CFLAGS|LIBS) variables, USE_FARSTREAM conditional
3133 https://bugs.webkit.org/show_bug.cgi?id=109198
3135 Reviewed by Martin Robinson.
3137 * GNUmakefile.am: The USE_FARSTREAM conditional is being removed while the WTF_USE_FARSTREAM
3138 define is currently a no-op.
3139 * configure.ac: Don't set the Automake conditional as it's currently not needed due
3140 to checking for Farstream dependency being removed in r142005.
3142 2013-02-07 Gavin Peters <gavinp@chromium.org>
3144 Unreviewed, rolling out r142141.
3145 http://trac.webkit.org/changeset/142141
3146 https://bugs.webkit.org/show_bug.cgi?id=108990
3148 Reland r142112, will update Chromium expectations and create a
3149 Chromium bug instead for the crash.
3151 * ManualTests/remove-fixed-position-but-keep-compositing.html: Added.
3153 2013-02-07 Gavin Peters <gavinp@chromium.org>
3155 Unreviewed, rolling out r142112.
3156 http://trac.webkit.org/changeset/142112
3157 https://bugs.webkit.org/show_bug.cgi?id=108990
3159 The new test scrollingcoordinator/non-fast-scrollable-region-transformed- iframe.html crashes on Lion.
3161 See http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=scrollingcoordinator%2Fnon-fast-scrollable-region-transformed-iframe.html
3163 * ManualTests/remove-fixed-position-but-keep-compositing.html: Removed.
3165 2013-02-07 Zan Dobersek <zdobersek@igalia.com>
3167 [GTK] configure.ac requires a cleanup
3168 https://bugs.webkit.org/show_bug.cgi?id=99272
3170 Reviewed by Martin Robinson.
3172 Clean up configure.ac. While there is no strict style guideline determined
3173 for this file the changes enforce the usual indentation of four spaces along
3174 with line wrapping at 130 characters and grammar fixes/updates.
3178 2013-02-07 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
3180 [CoordinatedGraphics] Use ScrollingCoordinator to track fixed layers
3181 https://bugs.webkit.org/show_bug.cgi?id=108990
3183 Reviewed by Noam Rosenthal.
3185 Add a new test that allow us to remove the fixed positioning of a layer but still keeping
3186 it compositing. Coordinated Graphics had a bug where the CoordinatedSceneGraph would still
3187 count this layer as fixed position.
3189 * ManualTests/remove-fixed-position-but-keep-compositing.html: Added.
3191 2013-02-07 Gustavo Noronha Silva <gns@gnome.org>
3193 Unreviewed build fix after r141196 for 32 bits autotools.
3195 * Source/autotools/symbols.filter: restore 32 bits version of the
3196 WebCore::TextIterator::getLocationAndLengthFromRange(WebCore::Node*,
3197 WebCore::Range const*, unsigned int&, unsigned int&) symbol.
3199 2013-02-05 Simon Hausmann <simon.hausmann@digia.com>
3201 [Qt] Compile WTF tests of TestWebKitAPI
3202 https://bugs.webkit.org/show_bug.cgi?id=108935
3204 Reviewed by Kenneth Rohde Christiansen.
3206 Build gtest on Linux.
3210 2013-02-06 Jonathon Jongsma <jonathon.jongsma@collabora.com>
3212 [GStreamer] MediaPlayer's code is not easily reusable by other GStreamer-based players
3213 https://bugs.webkit.org/show_bug.cgi?id=100261
3215 Reviewed by Philippe Normand
3217 * configure.ac: removed farstream requirement for now since it's
3218 not actually used yet and makes it more difficult to build and test
3220 2013-02-06 Mike West <mkwst@chromium.org>
3222 Add an ENABLE_NOSNIFF feature flag.
3223 https://bugs.webkit.org/show_bug.cgi?id=109029
3225 Reviewed by Jochen Eisinger.
3227 This new flag will control the behavior of 'X-Content-Type-Options: nosniff'
3228 when processing script and other resource types.
3230 * Source/cmake/WebKitFeatures.cmake:
3231 * Source/cmakeconfig.h.cmake:
3233 2013-02-05 Jocelyn Turcotte <jocelyn.turcotte@digia.com>
3235 [Qt] REGRESSION(r137436): It made all inspector tests timeout on developer builds
3236 https://bugs.webkit.org/show_bug.cgi?id=106554
3238 Reviewed by Simon Hausmann.
3240 Explicitely link WebCore resources in the final DLL only on Windows to
3241 support force_static_libs_as_shared on other platforms.
3243 WebKit1 applications don't get the QtWebKit dynamic library loaded
3244 since libQtWebKitWidgets doesn't depend on libQtWebKit if WebCore and
3245 WebKit1 are dynamic libraries of their own.
3249 2013-02-05 Martin Robinson <mrobinson@igalia.com>
3251 Update the NEWS and configuration in preparation for 1.11.5.
3253 Reviewed by Philippe Normand.
3257 2013-02-04 Benjamin Poulain <bpoulain@apple.com>
3259 Kill suspendAnimation(), resumeAnimation() and numberOfActiveAnimations() from DRT/WTR; use Internals
3260 https://bugs.webkit.org/show_bug.cgi?id=108741
3262 Reviewed by Tony Chang.
3264 * Source/autotools/symbols.filter:
3266 2013-02-02 Patrick Gansterer <paroga@webkit.org>
3268 [CMake] Adopt the WinCE port to new CMake
3269 https://bugs.webkit.org/show_bug.cgi?id=108754
3271 Reviewed by Laszlo Gombos.
3273 Remove the entry point hack which isn't required in the new
3274 CMake version with offical WindowsCE support.
3276 * Source/cmake/OptionsWindows.cmake:
3278 2013-02-01 Benjamin Poulain <bpoulain@apple.com>
3280 Clean the String->AtomicString conversion for AnimationController::pauseAnimationAtTime
3281 https://bugs.webkit.org/show_bug.cgi?id=108558
3283 Reviewed by Dean Jackson.
3285 * Source/autotools/symbols.filter:
3287 2013-02-01 Zan Dobersek <zdobersek@igalia.com>
3289 [GTK] Add WTFURL source files to the build
3290 https://bugs.webkit.org/show_bug.cgi?id=108215
3292 Reviewed by Benjamin Poulain.
3294 * Source/autotools/symbols.filter: Force the export of the KURL::string() symbol.
3295 This is required when using the WTFURL backend but otherwise doesn't affect the build.
3297 2013-02-01 Alexis Menard <alexis@webkit.org>
3299 Enable unprefixed CSS transitions by default.
3300 https://bugs.webkit.org/show_bug.cgi?id=108216
3302 Reviewed by Dean Jackson.
3304 Rename the flag CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED
3305 to CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED which will be used later to
3306 guard the unprefixing work for CSS Transforms and animations.
3308 * Source/cmake/WebKitFeatures.cmake:
3309 * Source/cmakeconfig.h.cmake:
3311 2013-01-31 Christophe Dumez <dchris@gmail.com>
3313 [EFL] Disable Web Intents
3314 https://bugs.webkit.org/show_bug.cgi?id=108457
3316 Reviewed by Alexey Proskuryakov.
3318 Turn off WEB_INTENTS flag in EFL CMake project.
3320 * Source/cmake/OptionsEfl.cmake:
3322 2013-01-31 Simon Hausmann <simon.hausmann@digia.com>
3324 [Qt] Make it possible to compile WebKit2 Qt related files without access to internal WK2 C++ API
3325 https://bugs.webkit.org/show_bug.cgi?id=108472
3327 Reviewed by Andreas Kling.
3329 When linking WebKit2, also link the WebKit2QML module.
3333 2013-01-30 Dominik Röttsches <dominik.rottsches@intel.com>
3335 [HarfBuzz] Remove the HarfBuzz-old code
3336 https://bugs.webkit.org/show_bug.cgi?id=108077
3338 Reviewed by Benjamin Poulain.
3340 Rename WTF_USE_HARFBUZZ_NG to WTF_USE_HARFBUZZ since there
3341 won't be a distinction between ng and non-ng HarfBuzz after
3342 removing the old code.
3344 * Source/cmake/OptionsEfl.cmake:
3346 2013-01-29 Zan Dobersek <zdobersek@igalia.com>
3348 Unreviewed GTK build fix after r141175.
3350 * Source/autotools/symbols.filter: Export the WebCore::Element::createShadowRoot symbol.
3352 2013-01-29 Shinya Kawanaka <shinyak@chromium.org>
3354 [Chromium] Cannot copy text when selecting readonly (or disabled) input elements
3355 https://bugs.webkit.org/show_bug.cgi?id=106287
3357 Reviewed by Hajime Morita.
3359 * Source/autotools/symbols.filter:
3361 2013-01-29 Laszlo Gombos <l.gombos@samsung.com>
3363 [CMake] Add minimum version information for tool dependencies
3364 https://bugs.webkit.org/show_bug.cgi?id=97592
3366 Reviewed by Kenneth Rohde Christiansen.
3368 Capture the minimum version information for the tools that are required
3369 to build WebKit for all CMake based build systems.
3373 2013-01-29 Nate Chapin <japhet@chromium.org>
3375 Enable reuse of cached main resources
3376 https://bugs.webkit.org/show_bug.cgi?id=105667
3378 Reviewed by Adam Barth.
3380 * Source/autotools/symbols.filter: Expose MemoryCache::resourceForURL().
3382 2013-01-29 Laszlo Gombos <l.gombos@samsung.com>
3384 Enable Workers for WinCE
3385 https://bugs.webkit.org/show_bug.cgi?id=108099
3387 Reviewed by Gyuyoung Kim.
3389 WORKERS are enabled for all CMake based ports except WinCE.
3390 Turn on WORKERS for all CMake based ports.
3392 * Source/cmake/OptionsBlackBerry.cmake:
3393 * Source/cmake/OptionsEfl.cmake:
3394 * Source/cmake/WebKitFeatures.cmake:
3396 2013-01-28 Halton Huo <halton.huo@intel.com>
3398 [EFL] Quit debug build without -DSHARED_CORE=ON
3399 https://bugs.webkit.org/show_bug.cgi?id=104773
3401 Reviewed by Laszlo Gombos.
3403 Debug build without -DSHARED_CORE=ON will fail because libwebcore_efl.a
3404 is too big (>4G) to archive. The solution is simply to abort cmake in
3405 this condition and notify developer.
3408 * Source/cmake/OptionsEfl.cmake:
3409 * Source/cmake/OptionsCommon.cmake:
3411 2013-01-28 Renata Hodovan <reni@webkit.org>
3413 [WK2] Putting QtWebProcess into a chrooted sandbox
3414 https://bugs.webkit.org/show_bug.cgi?id=90005
3416 Reviewed by Anders Carlsson and Zoltan Herczeg.
3418 Make it possible to build WebKit2 with SandboxProcess.
3420 * Source/QtWebKit.pro:
3422 2013-01-27 David Farler <dfarler@apple.com>
3424 REGRESSION (r140912): Broke specifying non-trivial ARCHS value to make / build-webkit
3425 https://bugs.webkit.org/show_bug.cgi?id=108028
3427 Reviewed by Dan Bernstein.
3429 * Makefile: Reverted.
3430 * Makefile.shared: Reverted.
3431 * Source/Makefile: Reverted.
3433 2013-01-26 David Farler <dfarler@apple.com>
3435 Allow building with arbitrary SDK and ARCHS with make + Xcode
3436 https://bugs.webkit.org/show_bug.cgi?id=107863
3438 Reviewed by David Kilzer.
3441 Removed references to legacy Xcode configurations.
3443 Added default ARCHS + SDK settings and parameterized xcodebuild calls.
3445 iOS does not build WebKit2.
3447 2013-01-25 Jussi Kukkonen <jussi.kukkonen@intel.com>
3449 [CMake][EFL] Build ThirdParty/leveldb when IndexedDB is enabled
3450 https://bugs.webkit.org/show_bug.cgi?id=106443
3452 Reviewed by Laszlo Gombos.
3454 LevelDB is now included in ThirdParty. Use it when IndexDB is
3457 * Source/cmake/OptionsEfl.cmake:
3458 Set WTF_USE_LEVELDB when IndexedDB is enabled
3460 2013-01-24 Keishi Hattori <keishi@webkit.org>
3462 Adjust design of the Calendar Picker
3463 https://bugs.webkit.org/show_bug.cgi?id=107507
3465 Reviewed by Kent Tamura.
3467 * ManualTests/forms/calendar-picker.html: Use pickerCommonChromium.css and calendarPickerChromium.css.
3469 2013-01-24 Soo-Hyun Choi <s.choi@hackerslab.eu>
3471 [CMake] Remove the definition of WTF_PLATFORM_WIN from the build system
3472 https://bugs.webkit.org/show_bug.cgi?id=101635
3474 Reviewed by Laszlo Gombos.
3476 WTF_PLATFORM_WIN defined twice: Source/cmake/OptionsWindows.cmake and in
3477 Source/WTF/wtf/Platform.h.
3478 It would be more future-proof to have it only defined in common C++ code in
3481 * Source/cmake/OptionsWindows.cmake:
3483 2013-01-23 Zan Dobersek <zdobersek@igalia.com>
3487 Speculative build fix for the GTK port after 140539.
3489 * Source/autotools/symbols.filter:
3491 2013-01-22 Gustavo Noronha Silva <gns@gnome.org>
3493 [GTK] Debug build failure on x86-64
3494 https://bugs.webkit.org/show_bug.cgi?id=107400
3496 Reviewed by Xan Lopez.
3498 * configure.ac: use thin archives for convenience libraries, if AR_FLAGS was not
3499 overriden through the environment variable.
3501 2013-01-22 Zan Dobersek <zdobersek@igalia.com>
3503 [Autotools] Remove the Canvas Path configuration option
3504 https://bugs.webkit.org/show_bug.cgi?id=107537
3506 Reviewed by Martin Robinson.
3508 * configure.ac: Remove the configuration option for the Canvas Path
3509 feature as this is not in line with the new guidelines about feature
3510 enablement in the autotools build system.
3512 2013-01-22 Zan Dobersek <zdobersek@igalia.com>
3514 [Autotools] Place a warning in configure.ac about adding new configuration options
3515 https://bugs.webkit.org/show_bug.cgi?id=107559
3517 Reviewed by Martin Robinson.
3519 * configure.ac: Add an eye-catching section explaining that changes in this file might
3520 not be necessary at all and a link pointing to the guidelines on the Trac wiki.
3522 2013-01-21 Dirk Schulze <dschulze@adobe.com>
3524 Add build flag for Canvas's Path object (disabled by default)
3525 https://bugs.webkit.org/show_bug.cgi?id=107473
3527 Reviewed by Dean Jackson.
3529 Add CANVAS_PATH build flag to build systems.
3531 * Source/cmake/WebKitFeatures.cmake:
3532 * Source/cmakeconfig.h.cmake:
3535 2013-01-19 Ryosuke Niwa <rniwa@webkit.org>
3537 Delete webkit-perf.appspot.com code from WebKit repository
3538 https://bugs.webkit.org/show_bug.cgi?id=107390
3540 Reviewed by Adam Barth.
3542 Delete webkit-perf.appspot.com code from WebKit repository since I maintain
3543 and push the code via https://github.com/rniwa/webkit-perf now.
3545 * Websites/webkit-perf.appspot.com: Removed.
3547 2013-01-19 Philip Rogers <pdr@google.com>
3549 Merge SVGStylable into SVGStyledElement
3550 https://bugs.webkit.org/show_bug.cgi?id=106877
3552 Reviewed by Dirk Schulze.
3554 SVG2 changes element inheritance so all SVGElements are stylable. As a first-step towards a
3555 cleaner class hierarchy, this patch moves SVGStylable into SVGStyledElement.
3559 2013-01-18 Sudarsana Nagineni <sudarsana.nagineni@intel.com>
3561 [CMake] Fix CMake warnings
3562 https://bugs.webkit.org/show_bug.cgi?id=107290
3564 Reviewed by Laszlo Gombos.
3566 Add missing WebKit options to CMake features list.
3568 * Source/cmake/WebKitFeatures.cmake:
3569 * Source/cmakeconfig.h.cmake:
3571 2013-01-18 Sheriff Bot <webkit.review.bot@gmail.com>
3573 Unreviewed, rolling out r140005.
3574 http://trac.webkit.org/changeset/140005
3575 https://bugs.webkit.org/show_bug.cgi?id=107235
3577 broke downstream Chromium interactive_ui_tests (Requested by
3578 dominicc on #webkit).
3580 * Source/autotools/symbols.filter:
3582 2013-01-17 Martin Robinson <mrobinson@igalia.com>
3584 [GTK] Build with LevelDB when IndexedDB is enabled
3585 https://bugs.webkit.org/show_bug.cgi?id=103220
3587 Reviewed by Gustavo Noronha Silva.
3589 * configure.ac: Detect whether the IndexedDatabase feature is enabled. We cannot
3590 use the typical approach for feature detection since we need to adjust the automake
3591 file output based on whether or not IndexedDatabase is enabled.
3593 2013-01-17 Nate Chapin <japhet@chromium.org>
3595 Enable reuse of cached main resources
3596 https://bugs.webkit.org/show_bug.cgi?id=105667
3598 Reviewed by Antti Koivisto.
3600 * Source/autotools/symbols.filter: Expose MemoryCache::resourceForURL().
3602 2013-01-17 Seokju Kwon <seokju.kwon@gmail.com>
3604 [EFL][CMAKE] Compress resource files of inspector
3605 https://bugs.webkit.org/show_bug.cgi?id=106210
3607 Reviewed by Gyuyoung Kim.
3609 Add compressing JavaScript
3610 for smaller package and faster connection of remote web inspector.
3612 * Source/PlatformEfl.cmake:
3614 2013-01-16 Hugo Parente Lima <hugo.lima@openbossa.org>
3616 [CMake] Report actual values for feature configuration (instead of the default)
3617 https://bugs.webkit.org/show_bug.cgi?id=107010
3619 Reviewed by Laszlo Gombos.
3621 * Source/cmake/WebKitFeatures.cmake:
3623 2013-01-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3625 [EFL] Move 'DefaultTheme' folder to WebCore/platform/efl
3626 https://bugs.webkit.org/show_bug.cgi?id=106969
3628 Reviewed by Benjamin Poulain.
3630 * Source/PlatformEfl.cmake: Change DefaultTheme path.
3631 * Source/cmake/OptionsEfl.cmake: ditto.
3633 2013-01-15 Alberto Garcia <agarcia@igalia.com>
3635 Fix typos in WebKitFeatures.cmake
3636 https://bugs.webkit.org/show_bug.cgi?id=106952
3638 Reviewed by Martin Robinson.
3640 * Source/cmake/WebKitFeatures.cmake:
3641 Replace "Toogle" with "Toggle".
3643 2013-01-15 Zan Dobersek <zandobersek@gmail.com>
3645 [Autotools] Add support for WebKit2-only builds
3646 https://bugs.webkit.org/show_bug.cgi?id=106889
3648 Reviewed by Gustavo Noronha Silva.
3650 * GNUmakefile.am: Only copy the WebKit1 documentation into the destination
3651 directory if building WebKit1.
3652 * configure.ac: Add a configuration option for disabling the WebKit1 build.
3653 Only conditionally copy WebKit1-specific targets from the input files. Some
3654 small style changes to the WebKit2 configuration flag included as well.
3656 2013-01-14 Nate Chapin <japhet@chromium.org>
3658 Enable reuse of cached main resources
3659 https://bugs.webkit.org/show_bug.cgi?id=105667
3661 Reviewed by Antti Koivisto.
3663 * Source/autotools/symbols.filter: Expose MemoryCache::resourceForURL().
3665 2013-01-14 Alexandre Rostovtsev <tetromino@gentoo.org>
3667 Do not hardcode -ldl in OPENGL_LIBS
3668 https://bugs.webkit.org/show_bug.cgi?id=96602
3670 Reviewed by Philippe Normand.
3672 Some non-Linux systems, e.g. FreeBSD, have dlopen() as part of their
3673 libc, and do not use a separate libdl.
3677 2013-01-11 Carlos Garcia Campos <cgarcia@igalia.com>
3679 Unreviewed. Update NEWS and configure.ac for 1.11.4 release
3681 * configure.ac: Bump version numbers.
3683 2013-01-10 Carlos Garcia Campos <cgarcia@igalia.com>
3685 [GTK] Add API to set the web extensions directory to WebKit2 GTK+
3686 https://bugs.webkit.org/show_bug.cgi?id=106462
3688 Reviewed by Xan Lopez.
3690 * Source/autotools/symbols.filter: Update
3691 WebGtkExtensionManager::initialize symbol.
3693 2013-01-10 Tony Chang <tony@chromium.org>
3695 Speed up supplemental dependency computation
3696 https://bugs.webkit.org/show_bug.cgi?id=106503
3698 Reviewed by Adam Barth.
3700 * Source/cmake/WebKitMacros.cmake: Add --idlAttributesFile to the binding generation step in cmake.
3702 2013-01-10 Zan Dobersek <zandobersek@gmail.com>
3704 [Autotools] Add the AM_WEBKIT_FEATURE_CONDITIONAL macro
3705 https://bugs.webkit.org/show_bug.cgi?id=106576
3707 Reviewed by Martin Robinson.
3709 Replace the AC_CHECK_WEBKIT_FEATURE_ENABLED with the new macro.
3710 The former was executing actions based on the passed-in feature being
3711 enabled in the (possibly overridden) GNUmakefile.features.am, the actions
3712 usually affecting the Automake conditional value that was set up afterwards.
3713 The new macro does this directly, setting up an Automake conditional of the
3714 same name as the feature that was checked.
3716 * Source/autotools/webkitfeature.m4:
3718 2013-01-10 Zan Dobersek <zandobersek@gmail.com>
3720 Remove the ENABLE_ANIMATION_API feature define occurences
3721 https://bugs.webkit.org/show_bug.cgi?id=106544
3723 Reviewed by Simon Fraser.
3725 The Animation API code was removed in r137243. The ENABLE_ANIMATION_API
3726 feature define handling still lingers in various build systems and configurations
3727 but is of no use, so it should be removed.
3729 * Source/cmake/OptionsBlackBerry.cmake:
3730 * Source/cmake/OptionsEfl.cmake:
3731 * Source/cmake/WebKitFeatures.cmake:
3732 * Source/cmakeconfig.h.cmake:
3734 2013-01-10 Carlos Garcia Campos <cgarcia@igalia.com>
3736 [GTK] Add support for loading web process extensions
3737 https://bugs.webkit.org/show_bug.cgi?id=105631
3739 Reviewed by Gustavo Noronha Silva.
3741 * GNUmakefile.am: Add webkit2_web_extension_h_api.
3742 * Source/autotools/symbols.filter: Export WebGtkExtensionManager
3743 symbols required by the injected bundle lib.
3745 2013-01-10 Christophe Dumez <christophe.dumez@intel.com>
3747 [EFL] Add gstreamer 1.0.5 to jhbuild
3748 https://bugs.webkit.org/show_bug.cgi?id=106178
3750 Reviewed by Laszlo Gombos.
3752 Update EFL CMake configuration to require gstreamer
3755 * Source/cmake/FindGStreamer.cmake:
3756 * Source/cmake/OptionsEfl.cmake:
3758 2013-01-09 Hajime Morrita <morrita@google.com>
3760 [Shadow DOM] Distribution related code on ElementShadow should be minimized.
3761 https://bugs.webkit.org/show_bug.cgi?id=106294
3763 Reviewed by Dimitri Glazkov.
3765 * Source/autotools/symbols.filter:
3767 2013-01-08 Zan Dobersek <zandobersek@gmail.com>
3769 Add an Autoconf macro that checks whether a given feature is enabled
3770 https://bugs.webkit.org/show_bug.cgi?id=106380
3772 Reviewed by Martin Robinson.
3774 Add the AC_CHECK_WEBKIT_FEATURE_ENABLED macro. It checks the generated
3775 Source/WebCore/GNUmakefile.features.am file to determine whether the
3776 given feature is enabled or disabled in the build that's being configured.
3778 * Source/autotools/webkitfeature.m4: Added.
3780 2013-01-08 Hajime Morrita <morrita@google.com>
3782 [Shadow DOM] Distribution related code on ShadowRoot should be minimized.
3783 https://bugs.webkit.org/show_bug.cgi?id=106282
3785 Reviewed by Dimitri Glazkov.
3787 * Source/autotools/symbols.filter:
3789 2013-01-03 Sergio Villar Senin <svillar@igalia.com>
3791 [GTK] Add WebP image support
3792 https://bugs.webkit.org/show_bug.cgi?id=105915
3794 Reviewed by Martin Robinson.
3796 WebP is from now on a dependency for WebKitGtk+.
3798 * configure.ac: added WebP library detection.
3800 2013-01-07 Xianzhu Wang <wangxianzhu@chromium.org>
3802 Add window.internals.nonFastScrollableRects for testing scrollable areas in fast/slow paths
3803 https://bugs.webkit.org/show_bug.cgi?id=105546
3805 Reviewed by James Robinson.
3807 Export the new symbol.
3809 * Source/autotools/symbols.filter:
3811 2013-01-04 Adam Klein <adamk@chromium.org>
3813 Remove ENABLE_MUTATION_OBSERVERS #define
3814 https://bugs.webkit.org/show_bug.cgi?id=105459
3816 Reviewed by Ryosuke Niwa.
3818 * Source/cmake/WebKitFeatures.cmake:
3819 * Source/cmakeconfig.h.cmake: