1 2010-09-29 Simon Hausmann <simon.hausmann@nokia.com>
3 Reviewed by Csaba Osztrogonác.
5 [Qt] Fix the build on non-x86 platforms with gcc
7 Don't disable -Werror on arm, that doesn't work when QT_ARCH is
8 for example armv6. Instead change the condition as the comment says,
9 enable -Werror on x86/gcc where we know it passes. On other platforms
10 gcc produces difference warnings, and when they're fixed we can add
11 them to the whitelist of -Werror-supported architectures.
15 2010-09-28 Philippe Normand <pnormand@igalia.com>
17 Reviewed by Martin Robinson.
19 check USE(GSTREAMER) instead of ENABLE(VIDEO) in gstreamer/ files
20 https://bugs.webkit.org/show_bug.cgi?id=46717
22 Define WTF_USE_GSTREAMER if configure found the gstreamer
23 development files and add the macro in the gcc command-line if needed.
28 2010-09-28 Kevin Ollivier <kevino@theolliviers.com>
30 [wx] Build fix, build sources that used to be built as part of other sources.
34 2010-09-28 Kevin Ollivier <kevino@theolliviers.com>
36 [wx] One more build fix for Win.
40 2010-09-28 Kevin Ollivier <kevino@theolliviers.com>
42 [wx] Build fix, ignore Qt-specific (for now?) source in platform/graphics.
46 2010-09-28 Andras Becsi <abecsi@webkit.org>
48 Reviewed by Csaba Osztrogonác.
50 Undefined reference errors when linking due to gperf and inlining.
53 EFL CMake changes by Leandro Pereira <leandro@profusion.mobi>
55 Refactor gperf code generation and usage to fix the debug build with gcc>4.4.
56 Hitherto gperf generated C code, these files were included in multiple C++ files across WebCore
57 to access the functionality provided. This resulted in debug build failure with newer gcc versions
58 because of a behaviour change of gcc, which disables C style inlining in debug mode.
59 The make-hash-tools.pl script lets gperf generate C++ code for all gperf files now, which are compiled
60 in their own compilation unit.
61 The functionality provided by the generated code is wrapped behind HashTools.h, so there is no need
62 for multiple inclusions of generated C files to access these functions.
64 * cmake/WebKitMacros.cmake:
66 2010-09-27 Philippe Normand <pnormand@igalia.com>
68 Reviewed by Martin Robinson.
70 [GTK] use ENABLE(GLIB_SUPPORT)
71 https://bugs.webkit.org/show_bug.cgi?id=46630
73 Enabling GLIB_SUPPORT on all ports that use GLib to simplify
76 * GNUmakefile.am: Enabled the GLIB_SUPPORT define.
78 2010-09-24 Romain Pokrzywka <romain@kdab.com>
80 Reviewed by Simon Hausmann.
82 [Qt] Fix the Wince build.
84 * WebKit.pri: Apply msvc flags to wince, too.
86 2010-09-23 Lucas De Marchi <lucas.demarchi@profusion.mobi>
88 Reviewed by Antonio Gomes.
90 [EFL] Enable warnings during build by default
91 https://bugs.webkit.org/show_bug.cgi?id=46351
93 Change default build to enable several warnings like other ports do.
94 We need to pay special attention to "-Wall" in order to produce better
95 code, so highlight this keyword, too.
97 * cmake/WebKitHelpers.cmake:
99 2010-09-22 Lucas De Marchi <lucas.demarchi@profusion.mobi>
101 Reviewed by Antonio Gomes.
103 [EFL] Fix build with GCC 4.4.x
104 https://bugs.webkit.org/show_bug.cgi?id=40826
106 Change the -fstrict-aliasing flag to -fno-strict-aliasing as other
107 ports like GTK and QT are using in their build systems. It was failing
108 to execute when compiled with GCC 4.4.x in Release mode.
110 Refactor the flags in order to be more readable.
112 * cmake/WebKitHelpers.cmake:
114 2010-09-22 No'am Rosenthal <noam.rosenthal@nokia.com>
116 Reviewed by Kenneth Rohde Christiansen.
118 [Qt] Move the accelerated compositing build flag to the right place
119 https://bugs.webkit.org/show_bug.cgi?id=43882
121 * WebKit.pri: Removed the redundant version check.
123 2010-09-21 Fridrich Strba <fridrich.strba@bluewin.ch>
125 Reviewed by Martin Robinson.
127 Fix linking issues of the GTK+ port on Windows
128 https://bugs.webkit.org/show_bug.cgi?id=45844
130 * GNUmakefile.am: link on Windows with ole32.dll, winmm.dll and shlwapi.dll
131 * configure.ac: link on Windows with ole32.dll, winmm.dll and shlwapi.dll
132 and export correctly all needed symbols from the libwebkitgtk DLL.
134 2010-09-21 Xan Lopez <xlopez@igalia.com>
136 Reviewed by Martin Robinson.
138 [GTK] Generate correct WebKit gir file with g-i 0.9.5
139 https://bugs.webkit.org/show_bug.cgi?id=46173
141 Generate a correct gir file for WebKit with the
142 gobject-introspection 0.9.5 scanner.
146 2010-09-21 Xan Lopez <xlopez@igalia.com>
148 Reviewed by Gustavo Noronha.
150 Update for 1.3.4 release.
154 2010-09-21 Xan Lopez <xlopez@igalia.com>
156 Reviewed by Martin Robinson.
158 [GTK] Configure flag for Opcode stats
159 https://bugs.webkit.org/show_bug.cgi?id=46081
161 Opcode stats won't work with JIT enabled, so bail out if both are
162 enabled at the same time.
166 2010-09-21 Xan Lopez <xlopez@igalia.com>
168 Reviewed by Martin Robinson.
170 [GTK] Fix --disable-jit
171 https://bugs.webkit.org/show_bug.cgi?id=46080
173 Manually define ENABLE_JIT to 0 when we want the feature disabled.
175 If the value is undefined Platform.h will enable it again
176 automatically in some platforms, which is probably not what the
177 user wanted if he passed --disable-jit.
181 2010-09-18 Kevin Ollivier <kevino@theolliviers.com>
183 [wx] Build fix, fix use of wrong case in name.
187 2010-09-16 Eric Uhrhane <ericu@chromium.org>
191 Unify FILE_SYSTEM and FILE_WRITER enables under the name FILE_SYSTEM.
192 https://bugs.webkit.org/show_bug.cgi?id=45798
196 2010-09-15 Commit Queue <commit-queue@webkit.org>
198 Unreviewed. Test commit for commit-queue@webkit.org.
200 2010-09-15 Eric Seidel <eric@webkit.org>
202 Unreviewed. Test commit for commit-queue@webkit.org.
204 2010-09-15 Kevin Ollivier <kevino@theolliviers.com>
206 [wx] Build fixes for wxMSW.
210 2010-09-14 Andras Becsi <abecsi@webkit.org>
212 Reviewed by Csaba Osztrogonác.
214 [Qt] qmake doesn't generate correct dependencies for rcc resource files
215 https://bugs.webkit.org/show_bug.cgi?id=45747
217 * WebKit.pri: add OUT_PWD to DEPENDPATH
219 2010-09-11 Simon Hausmann <simon.hausmann@nokia.com>
221 Reviewed by Andreas Kling.
223 [Qt] V8 port: webkit project files changes
224 https://bugs.webkit.org/show_bug.cgi?id=45140
226 * WebKit.pro: Don't compile JavaScriptCore and jsc when
229 2010-09-11 Xan Lopez <xlopez@igalia.com>
231 Reviewed by Martin Robinson.
233 [GTK] Make introspection work with g-o-i 0.9.5
234 https://bugs.webkit.org/show_bug.cgi?id=45590
236 Bump required gobject-introspection version to 0.9.5.
240 2010-09-09 Benjamin Poulain <benjamin.poulain@nokia.com>
244 [Qt] Treat warnings as errors by default for gcc
245 https://bugs.webkit.org/show_bug.cgi?id=43191
247 The buildfix r66990 fixes the build for the Maemo
248 branch of Qt, but the symbols maemo5 and 6 are not defined
249 for regular branches on ARM.
250 This fixes the build by disabling -Werror for any ARM platform.
252 * WebKit.pri: Don't add -Werror for arm platforms.
254 2010-09-08 Peter Kasting <pkasting@google.com>
256 Reviewed by David Hyatt.
258 Add smooth scrolling framework, and a Windows implementation.
259 https://bugs.webkit.org/show_bug.cgi?id=32356
261 * wscript: Add Windows ScrollAnimator.
263 2010-09-08 Csaba Osztrogonác <ossy@webkit.org>
265 Unreviewed buildfix after r66972.
267 [Qt] Treat warnings as errors by default for gcc
268 https://bugs.webkit.org/show_bug.cgi?id=43191
270 * WebKit.pri: Don't add -Werror for maemo platforms.
272 2010-09-08 Martin Robinson <mrobinson@igalia.com>
274 Reviewed by Xan Lopez.
276 [GTK] Need a WebSocket implementation
277 https://bugs.webkit.org/show_bug.cgi?id=45197
279 * configure.ac: Enable WebSocket by default.
281 2010-09-08 Gyuyoung Kim <gyuyoung.kim@samsung.com>
283 Reviewed by Kenneth Rohde Christiansen.
285 [EFL] Support to enable HTML5's Video based on gstreamer in WebKit-EFL
286 https://bugs.webkit.org/show_bug.cgi?id=44098
288 To support video of HTML5 based on gstreamer, add cmake files for gstreamer.
290 * cmake/FindGStreamer-App.cmake: Added.
291 * cmake/FindGStreamer-Base.cmake: Added.
292 * cmake/FindGStreamer-Interfaces.cmake: Added.
293 * cmake/FindGStreamer-Pbutils.cmake: Added.
294 * cmake/FindGStreamer-Plugins-Base.cmake: Added.
295 * cmake/FindGStreamer-Video.cmake: Added.
296 * cmake/FindGStreamer.cmake: Added.
297 * cmake/OptionsEfl.cmake:
299 2010-09-08 Csaba Osztrogonác <ossy@webkit.org>
301 Reviewed by Andreas Kling.
303 [Qt] Treat warnings as errors by default for gcc
304 https://bugs.webkit.org/show_bug.cgi?id=43191
306 * WebKit.pri: -Werror added to QMAKE_CXXFLAGS for x86 Linux platforms
308 2010-09-07 Arno Renevier <arno@renevier.net>
310 Reviewed by Holger Freyther.
312 gitignore *~ files and gtk *.pot files
313 https://bugs.webkit.org/show_bug.cgi?id=45129
317 2010-09-04 Lucas De Marchi <lucas.demarchi@profusion.mobi>
319 Reviewed by Kenneth Rohde Christiansen.
321 [EFL] Move test browser to WebKitTools directory
322 https://bugs.webkit.org/show_bug.cgi?id=45212
324 Follow other ports like QT and GTK which moved the test browser to
325 WebKitTools directory.
327 * CMakeLists.txt: Include test browser if port defines one.
329 2010-09-02 Lucas De Marchi <lucas.demarchi@profusion.mobi>
331 Reviewed by Antonio Gomes.
333 [EFL] Name install directories according to library name
334 https://bugs.webkit.org/show_bug.cgi?id=45126
336 * cmake/OptionsEfl.cmake: Use library name in order to define the data
339 2010-09-02 Lucas De Marchi <lucas.demarchi@profusion.mobi>
341 Reviewed by Antonio Gomes.
343 [EFL] Do not override custom compile flags
344 https://bugs.webkit.org/show_bug.cgi?id=45125
346 Set a default build type if and only if user did not define one as
347 command line options and he did not give custom CFLAGS or CXXFLAGS.
348 Otherwise, flags from default build type would override user-defined
353 2010-09-02 Lucas De Marchi <lucas.demarchi@profusion.mobi>
355 Reviewed by Antonio Gomes.
357 [EFL] Fix double addition of -fPIC
358 https://bugs.webkit.org/show_bug.cgi?id=45122
360 When SHARED_CORE=ON, -fPIC is automatically added because all
361 libraries are dynamic. Only when static libraries are built that
362 -fPIC needs to be manually inserted (because the final library,
363 libewebkit.so, is dynamic).
365 * cmake/OptionsCommon.cmake: Remove -fPIC flag.
366 * cmake/WebKitHelpers.cmake: Add -fPIC flags iff SHARED_CORE=ON.
368 2010-09-01 Ryuan Choi <ryuan.choi@samsung.com>
370 Reviewed by Antonio Gomes.
372 [EFL] Need to check LibSoup version
373 https://bugs.webkit.org/show_bug.cgi?id=44658
375 Add version check of LibSoup.
377 * cmake/FindLibSoup2.cmake:
379 2010-08-31 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
381 Reviewed by Martin Robinson.
383 Preparations for the 1.3.4 release. Bump webkit version to 543.7,
388 2010-08-30 Lucas De Marchi <lucas.demarchi@profusion.mobi>
390 Reviewed by Adam Barth.
392 [EFL] Remove compiler optimization for gcc 4.5.1
393 https://bugs.webkit.org/show_bug.cgi?id=44520
395 GCC 4.5.1 generates wrong code because of -ftree-sra which is enabled
396 by default at any optimization level.
398 Newer and older versions are not affected, so check for compiler
399 version before disabling this.
401 * cmake/WebKitHelpers.cmake: add flag depending on compiler version.
403 2010-08-30 Alejandro G. Castro <alex@igalia.com>
405 Reviewed by Martin Robinson.
407 [Gtk] gdk_display_get_core_pointer and gdk_device_get_core_pointer
409 https://bugs.webkit.org/show_bug.cgi?id=44787
411 We have replaced GtkVersioning.cpp with GtkVersioning.c and
412 created a function (getDefaultGDKPointerDevice) to get the pointer
413 of the window with the new APIs. We added that function to DRT and
414 copyandpaste unit test.
418 2010-08-30 Martin Robinson <mrobinson@igalia.com>
420 Reviewed by Xan Lopez.
422 [GTK] WebKit DOM bindings build should not depend on output GNUMakefile
423 https://bugs.webkit.org/show_bug.cgi?id=44805
425 Move the DOM bindings source lists and generator rules to
426 WebCore/bindings/gobject/GNUmakefile.am. This will prevent a full WebKit API
427 rebuild whenever the automake files change, decreasing build times.
431 2010-08-27 Mark Rowe <mrowe@apple.com>
433 Reviewed by Adam Barth.
435 <http://webkit.org/b/44802> REGRESSION (r65351): WebCore build fails due to attempting to directly access WebKitTools/Scripts
437 Move create-html-entity-table in to WebCore so that the build is again self-contained.
438 The script is also updated to take input as a CSV file rather than JSON as the former
439 can be parsed without requiring a third-party Python module be installed.
441 * cmake/WebKitMacros.cmake:
443 2010-08-27 Kwang Yul Seo <skyul@company100.net>
445 Reviewed by Kevin Ollivier.
447 [BREWMP] Add build system
448 https://bugs.webkit.org/show_bug.cgi?id=44645
450 Check wxpython option only when build_port is wx.
454 2010-08-27 Lucas De Marchi <lucas.demarchi@profusion.mobi>
456 Unreviewed. Fix compiling dependencies on EFL port due to r65891.
458 No new functionality so no new tests.
460 * cmake/WebKitGenerators.cmake:
462 2010-08-26 Martin Robinson <mrobinson@igalia.com>
464 Reviewed by Xan Lopez.
466 [GTK] The GNUmakefile.am files contain a myriad of confusing preprocessor and compiler flag definitions
467 https://bugs.webkit.org/show_bug.cgi?id=44624
469 Clean up GNUmakefile.am.
471 * GNUmakefile.am: Make the comments describing the global_* variables more readable and
472 correct. Move WebKit-specific include lines and definitions out of webkitgtk_cppflags,
473 corekit_cppflags and webcoregtk_cppflags and straight to the appropriate CPPFLAGS definition.
474 Use global_cppflags for compiler flags that apply to both C++ and C code. Move some JavaScriptCore
475 specific includes to the appropriate sub-directory GNUmakefile.am. Make sure the tests build
476 with the global CPP flags as well.
478 2010-08-25 Kwang Yul Seo <skyul@company100.net>
480 Reviewed by Kevin Ollivier.
482 [BREWMP] Add build system
483 https://bugs.webkit.org/show_bug.cgi?id=44645
485 Make waf script portable so that we can add more ports.
489 2010-08-25 Xan Lopez <xlopez@igalia.com>
491 Reviewed by Martin Robinson.
493 [GTK] CodeGeneratorGObject not picking up FEATURE_DEFINES
494 https://bugs.webkit.org/show_bug.cgi?id=44608
496 Move FEATURE_DEFINES declaration here, since it's used by the
497 bindings code generator. Also, fix typo in the variable holding
502 2010-08-25 Rafael Antognolli <antognolli@profusion.mobi>
504 Unreviewed build fix.
506 [EFL] Build fix for revision 65332
507 https://bugs.webkit.org/show_bug.cgi?id=44543
509 Generated variables are now returned from FindPkgConfig, so no need
510 to document the custom ones.
512 * cmake/FindGthread.cmake:
514 2010-08-24 Xan Lopez <xlopez@igalia.com>
518 The unit tests are C files, so put the flag in global_cflags.
522 2010-08-24 Xan Lopez <xlopez@igalia.com>
524 Try to fix GTK+ build.
526 Move GTK_API_VERSION_2 define to here, since we want to use it
527 outside of WebCore/WebKit.
531 2010-08-24 Lucas De Marchi <lucas.demarchi@profusion.mobi>
533 [EFL] Unreviewed build fix after r65891.
535 r65891 renamed RemoteInspectorFrontend to InspectorFrontend. Rename
536 accordingly in CMake build system.
538 * cmake/WebKitGenerators.cmake:
540 2010-08-20 Leandro Pereira <leandro@profusion.mobi>
542 [EFL] Unreviewed. Fix build when using GNU gold.
543 When linking with GNU gold, some symbols are not found: explicitly
544 link with the required libraries.
546 * cmake/FindFontconfig.cmake: Added.
547 * cmake/OptionsEfl.cmake: Find Fontconfig, JPEG, and PNG libraries.
549 2010-08-19 Philippe Normand <pnormand@igalia.com>
551 Reviewed by Gustavo Noronha Silva.
553 [GStreamer] GTK XOverlay support in GStreamerGWorld
554 https://bugs.webkit.org/show_bug.cgi?id=39474
556 * configure.ac: gst-interfaces link support needed for use of
557 GstXOverlay interface.
558 * GNUmakefile.am: Added new FullscreenVideoController files in the
561 2010-08-18 Lucas De Marchi <lucas.demarchi@profusion.mobi>
563 Reviewed by Antonio Gomes.
565 [EFL] Bump library dependencies
566 https://bugs.webkit.org/show_bug.cgi?id=44182
568 Prepare for EFL release. All the EFL dependencies were bumped to
569 1.0.0. Eina and Ecore_X needed a bump because of API has changed and
570 the others were changed just to follow those two and because this is
573 * cmake/FindEFL.cmake: Bump dependencies.
575 2010-08-17 Ilya Tikhonovsky <loislo@chromium.org>
577 Reviewed by Yury Semikhatsky.
579 Web Inspector: replace hand written InspectorBackendStub.js with generated one.
580 https://bugs.webkit.org/show_bug.cgi?id=43791
584 2010-08-18 Sheriff Bot <webkit.review.bot@gmail.com>
586 Unreviewed, rolling out r65595.
587 http://trac.webkit.org/changeset/65595
588 https://bugs.webkit.org/show_bug.cgi?id=44161
590 qt build failed (Requested by loislo on #webkit).
594 2010-08-17 Ilya Tikhonovsky <loislo@chromium.org>
596 Reviewed by Yury Semikhatsky.
598 Web Inspector: replace hand written InspectorBackendStub.js by generated one.
599 https://bugs.webkit.org/show_bug.cgi?id=43791
603 2010-08-17 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
605 Reviewed by Darin Adler.
607 Add NetworkingContext to avoid layer violations
608 https://bugs.webkit.org/show_bug.cgi?id=42292
610 Preparation: Just add the files to the build system.
612 * GNUmakefile.am: Added new files.
614 2010-08-17 Gustavo Noronha Silva <gustavo.noronha@collabora.couk>
616 Reviewed by Martin Robinson.
618 WebBackForwardList.get_{back|forward}_list_with_limit not introspectable
619 https://bugs.webkit.org/show_bug.cgi?id=43054
621 * GNUmakefile.am: Give also API implementation files to the GIR
624 2010-08-17 Martin Robinson <mrobinson@igalia.com>
626 GTK+ Build fix for those having stable versions of GLib.
628 * configure.ac: Only invoke GLIB_GSETTINGS if we have the necessary gio version.
630 2010-08-17 Sheriff Bot <webkit.review.bot@gmail.com>
632 Unreviewed, rolling out r65500.
633 http://trac.webkit.org/changeset/65500
634 https://bugs.webkit.org/show_bug.cgi?id=44108
636 Qt bots failed to compile. (Requested by loislo on #webkit).
640 2010-08-17 Ilya Tikhonovsky <loislo@chromium.org>
642 Reviewed by Yury Semikhatsky.
644 Web Inspector: replace hand written InspectorBackendStub.js by generated one.
645 https://bugs.webkit.org/show_bug.cgi?id=43791
649 2010-08-17 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
651 Reviewed by Martin Robinson.
653 [GTK] GSettings support adds annoying warnings on systems with older glib versions
654 https://bugs.webkit.org/show_bug.cgi?id=44056
656 Add file containing GLIB_GSETTINGS macro so that
657 configure doesn't spit warnings in older systems.
659 * autotools/gsettings.m4: Added.
660 * .gitignore: Ignore files that are generated inside autotools
661 explicitely, because we have some that are kept in version
664 2010-08-16 Paul Sawaya <psawaya@apple.com>
666 Reviewed by Chris Marrin.
668 Added shader validation via ANGLE
669 https://bugs.webkit.org/show_bug.cgi?id=42405
671 Added ANGLE build to Makefile
675 2010-08-16 Kevin Ollivier <kevino@theolliviers.com>
677 [wx] Build fix, do not build WebCore as a convenience library as this leads to
678 errors in the Win build w/export symbols and causes problems with DOM bindings
681 * wscript: Copied from WebCore/wscript.
683 2010-08-15 Ryuan Choi <ryuan.choi@samsung.com>
685 Reviewed by Antonio Gomes.
687 [EFL] Build error on r65378
688 https://bugs.webkit.org/show_bug.cgi?id=44019
690 Add GENERATE_JSON macro for HTMLEntityNames.json instead of HTMLEntityNames.gperf
692 * cmake/WebKitMacros.cmake:
694 2010-08-14 Patrick Gansterer <paroga@paroga.com>
696 Reviewed by Kenneth Rohde Christiansen.
698 [CMake] Add preprocessor detection for generator scripts
699 https://bugs.webkit.org/show_bug.cgi?id=43984
701 * cmake/OptionsCommon.cmake:
703 2010-08-14 Adrienne Walker <enne@google.com>
705 Reviewed by Kenneth Rohde Christiansen.
707 Update .gitignore file for more files
708 https://bugs.webkit.org/show_bug.cgi?id=43991
712 2010-08-13 Leandro Pereira <leandro@profusion.mobi>
714 [EFL] Unreviewed build fix.
716 * cmake/FindGthread.cmake: Fix warnings about obsolete PKGCONFIG macro.
717 * cmake/WebKitGenerators.cmake: FLEX_EXECUTABLE was defined already
718 by the root CMakeLists.txt file, so remove relevant lines that
719 depends on FIND_PACKAGE_HANDLE_STANDARD_ARGS macro, which isn't
722 2010-08-13 Alejandro G. Castro <alex@igalia.com>
724 Reviewed by Xan Lopez.
726 We have to add the ACLOCAL_FLAGS in the env to the autogen.sh
727 ACLOCAL_FLAGS variable in order to honor the value already
728 defined, jhbuild uses it to pass parameters.
732 2010-08-13 Simon Hausmann <simon.hausmann@nokia.com>
734 Reviewed by Ariya Hidayat.
736 [Qt] Introduce Maemo6 for mobile features
737 https://bugs.webkit.org/show_bug.cgi?id=43969
739 * WebKit.pri: Use maemo6 where we also use maemo5.
741 2010-08-13 Simon Hausmann <simon.hausmann@nokia.com>
743 Reviewed by Ariya Hidayat.
745 [Qt] Clean up mobile feature useage
746 https://bugs.webkit.org/show_bug.cgi?id=43968
748 * WebKit.pri: Set feature defaults here for some Nokia specific mobile platforms
750 2010-08-13 Patrick Gansterer <paroga@paroga.com>
752 Reviewed by Nikolas Zimmermann.
754 [CMake] Cleanup generator code.
755 https://bugs.webkit.org/show_bug.cgi?id=39164
757 * cmake/WebKitGenerators.cmake:
758 * cmake/WebKitMacros.cmake:
760 2010-08-13 Patrick Gansterer <paroga@paroga.com>
762 Reviewed by Nikolas Zimmermann.
764 [CMake] Add missing FIND_PACKAGE(Gperf)
765 https://bugs.webkit.org/show_bug.cgi?id=43937
769 2010-08-12 Dimitri Glazkov <dglazkov@chromium.org>
771 Reviewed by David Levin.
773 Add more Chromium-related dependency directories to .gitignore.
774 https://bugs.webkit.org/show_bug.cgi?id=43940
776 * .gitignore: Added all existing that are created by update-webkit --chromium.
778 2010-08-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
780 Reviewed by Martin Robinson.
782 [GTK] Use GSettings to save/restore Web Inspector settings
783 https://bugs.webkit.org/show_bug.cgi?id=43512
785 * GNUmakefile.am: GSettings rules.
786 * configure.ac: GSettings infrastructure, and check if we should
787 use it by looking for an appropriate version of GIO.
789 2010-08-12 Rafael Antognolli <antognolli@profusion.mobi>
791 Reviewed by Kenneth Rohde Christiansen.
793 [EFL] Making CMake keep track of theme dependencies.
794 https://bugs.webkit.org/show_bug.cgi?id=43862
796 Removing unused macro GENERATE_EDJ.
798 * cmake/WebKitEfl.cmake:
800 2010-08-12 Sheriff Bot <webkit.review.bot@gmail.com>
802 Unreviewed, rolling out r65225.
803 http://trac.webkit.org/changeset/65225
804 https://bugs.webkit.org/show_bug.cgi?id=43918
806 Broke EFL port build (Requested by acidx on #webkit).
808 * cmake/WebKitGenerators.cmake:
809 * cmake/WebKitMacros.cmake:
811 2010-08-12 Patrick Gansterer <paroga@paroga.com>
813 Reviewed by Nikolas Zimmermann.
815 [CMake] Cleanup generator code.
816 https://bugs.webkit.org/show_bug.cgi?id=39164
818 * cmake/WebKitGenerators.cmake:
819 * cmake/WebKitMacros.cmake:
821 2010-08-10 Balazs Kelemen <kb@inf.u-szeged.hu>
823 Reviewed by Antonio Gomes.
825 [Qt] Build WebKit2 into a static lib
827 https://bugs.webkit.org/show_bug.cgi?id=43621
829 * WebKit.pro: Moved WebKit2 into the subdirs before WebCore since WebCore links against the WebKit2 lib.
831 2010-08-07 Sheriff Bot <webkit.review.bot@gmail.com>
833 Unreviewed, rolling out r64904.
834 http://trac.webkit.org/changeset/64904
835 https://bugs.webkit.org/show_bug.cgi?id=43671
837 Broke the Qt Windows builders. (Requested by bbandix on
842 2010-08-07 Balazs Kelemen <kb@inf.u-szeged.hu>
844 Reviewed by Eric Seidel.
846 [Qt] Build WebKit2 into a static lib
848 https://bugs.webkit.org/show_bug.cgi?id=43621
850 * WebKit.pro: Moved WebKit2 into the subdirs before WebCore since WebCore links against the WebKit2 lib.
852 2010-08-06 ryuan choi <ryuan.choi@samsung.com>
854 Reviewed by Antonio Gomes.
856 [EFL] Regression (64763) build fix for efl.
857 https://bugs.webkit.org/show_bug.cgi?id=43597
859 change ENABLE_BLOB_SLICE to ENABLE_BLOB for fixing build break
861 * cmake/OptionsEfl.cmake:
863 2010-08-05 Jian Li <jianli@chromium.org>
865 Reviewed by David Levin.
867 Unify blob related feature defines to ENABLE(BLOB).
868 https://bugs.webkit.org/show_bug.cgi?id=43081
870 * cmakeconfig.h.cmake:
873 2010-08-05 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
875 Reviewed by Xan Lopez.
877 Move files that are generated by the configure script to
878 DISTCLEANFILES, where they should be. This fixes building after a
883 2010-08-04 Siddharth Mathur <siddharth.mathur@nokia.com>
885 Reviewed by Laszlo Gombos.
887 [Qt][Symbian] Variable max heap size between target/emulator
888 https://bugs.webkit.org/show_bug.cgi?id=41480
890 * WebKit.pri: Symbian-only code block for EPOCHEAPSIZE configuration
892 2010-08-03 Eric Seidel <eric@webkit.org>
894 Unreviewed. Test commit for commit-queue@webkit.org.
896 2010-08-03 Xan Lopez <xlopez@igalia.com>
898 Reviewed by Gustavo Noronha.
900 [GTK] Fix DOM event dispatch
901 https://bugs.webkit.org/show_bug.cgi?id=40847
903 Add new files to the build.
907 2010-08-03 Xan Lopez <xlopez@igalia.com>
909 Reviewed by Gustavo Noronha.
911 Silence JSCore gir "creation".
915 2010-08-02 Chris Fleizach <cfleizach@apple.com>
917 Unreviewed, rolling out r64471.
918 http://trac.webkit.org/changeset/64471
919 https://bugs.webkit.org/show_bug.cgi?id=43005
921 Rolling out https://bugs.webkit.org/show_bug.cgi?id=43005
922 until further discussion
926 2010-08-02 Xan Lopez <xlopez@igalia.com>
928 Reviewed by Gustavo Noronha.
930 [GTK] Add support for the Audio element in the DOM bindings
931 https://bugs.webkit.org/show_bug.cgi?id=43313
933 Add new files to the build.
937 2010-08-02 Chris Fleizach <cfleizach@apple.com>
939 Reviewed by David Kilzer.
941 AX: Support methods for web apps to interact with the native accessibility APIs
942 https://bugs.webkit.org/show_bug.cgi?id=43005
946 2010-08-02 Balazs Kelemen <kb@inf.u-szeged.hu>
948 Reviewed by Simon Hausmann.
950 [Qt] Generate forwarding headers for WebKit2
952 https://bugs.webkit.org/show_bug.cgi?id=43336
954 * DerivedSources.pro: Added WebKit2/DerivedSources.pro to SUBDIRS if webkit2 is on.
956 2010-07-30 Patrick Gansterer <paroga@paroga.com>
958 Reviewed by Nikolas Zimmermann.
960 [CMake] Add FindGperf.cmake
961 https://bugs.webkit.org/show_bug.cgi?id=39163
963 Add a clean gperf dedection since we need it for building.
966 * cmake/FindGperf.cmake: Added.
968 2010-07-30 Rafael Antognolli <antognolli@profusion.mobi>
970 Reviewed by Antonio Gomes.
972 [EFL] Add library version and soname to EFL generated libraries and binary.
973 https://bugs.webkit.org/show_bug.cgi?id=43212
975 Make WebKit-EFL follow libtool soname versioning scheme.
977 * cmake/OptionsEfl.cmake: Added PROJECT_VERSION_PATCH to PROJECT_VERSION.
979 2010-07-29 Martin Robinson <mrobinson@igalia.com>
981 Unreviewed build fix.
983 Fix installation of autogenerated header files.
985 * GNUmakefile.am: Fix autogenerated header file installation.
987 2010-07-27 Martin Robinson <mrobinson@igalia.com>
989 Unreviewed build fix.
991 Add missing webkitdomdefines.h header to the sources list.
993 * GNUmakefile.am: Add missing header to the sources list.
995 2010-07-27 Kinuko Yasuda <kinuko@chromium.org>
997 Reviewed by Ojan Vafai.
999 Add FILE_SYSTEM build flag for FileSystem API
1000 https://bugs.webkit.org/show_bug.cgi?id=42915
1004 2010-07-26 ryuan choi <ryuan.choi@samsung.com>
1006 Unreviewed build fix.
1008 [EFL]REGRESSION(r63952): build break because of InspectorBackendDispatcher.cpp
1009 https://bugs.webkit.org/show_bug.cgi?id=43021
1011 Modify cmake script to fix build break as adding InspectorBackendDispatcher.
1013 * cmake/WebKitGenerators.cmake:
1015 2010-07-27 Rafael Antognolli <antognolli@profusion.mobi>
1017 Reviewed by Antonio Gomes.
1019 [EFL] Changing library names (appending suffix "_efl")
1020 https://bugs.webkit.org/show_bug.cgi?id=42902
1022 Instead of having libwebcore.so, we will have libwebcore_efl.so.
1023 Same for javascriptcore and wtf when compiled as shared, and for jsc.
1025 * cmake/OptionsEfl.cmake:
1027 2010-07-26 Martin Robinson <mrobinson@igalia.com>
1029 Reviewed by Xan Lopez.
1031 [GTK] Get rid of libgdom
1032 https://bugs.webkit.org/show_bug.cgi?id=42378
1034 Remove the need to build the libgdom intermediate library.
1036 * GNUmakefile.am: Move the source list for the GObject DOM bindings to
1037 the top-level GNUmakefile.am, since they are logically part of WebKit, instead
1038 of WebCore. List all auto-generated files statically and remove no-longer-
1039 used variables. Fix an issue where some places expected webkitenumtypes.cpp
1040 to be generated in different directories.
1042 2010-07-24 Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
1044 Reviewed by Xan Lopez.
1046 [GTK] Enable jit compilation on arm
1047 https://bugs.webkit.org/show_bug.cgi?id=42856
1049 Add missing bits to configure.ac to build the arm jit.
1050 Compile and tested on debian sid armel on a qemu vm.
1054 2010-07-23 Rafael Antognolli <antognolli@profusion.mobi>
1056 Reviewed by Antonio Gomes.
1058 [EFL] Cleanup glib support (make it optional)
1059 https://bugs.webkit.org/show_bug.cgi?id=42480
1061 Fixing support for compiling EFL port without glib.
1063 * cmake/FindGthread.cmake: Added.
1064 * cmake/OptionsEfl.cmake:
1066 2010-07-23 Rafael Antognolli <antognolli@profusion.mobi>
1068 Reviewed by Antonio Gomes.
1070 [EFL] Add support for using libcurl network backend.
1071 https://bugs.webkit.org/show_bug.cgi?id=42286
1073 Instead of just libsoup, the EFL port now can use libcurl backend.
1074 This is a step in the direction of removing dependency on glib. Just
1075 need to pass the option -DNETWORK_BACKEND=curl to cmake in order to
1078 * cmake/OptionsEfl.cmake:
1080 2010-07-23 Andras Becsi <abecsi@webkit.org>
1082 Reviewed by Kenneth Rohde Christiansen.
1084 [Qt] Enable the build of MiniBrowser.
1086 * WebKit.pro: add MiniBrowser.pro to SUBDIRS.
1088 2010-07-23 Balazs Kelemen <kb@inf.u-szeged.hu>
1090 Reviewed by Kenneth Rohde Christiansen.
1092 [Qt] Setup the QtWebProcess
1094 https://bugs.webkit.org/show_bug.cgi?id=42623
1096 * WebKit.pro: Add WebKit2.pro to the build guarded by webkit2 config variable.
1098 2010-07-20 Rafael Antognolli <antognolli@profusion.mobi>
1100 Reviewed by Antonio Gomes.
1102 [EFL] Enable Ecore-X on compile time
1103 https://bugs.webkit.org/show_bug.cgi?id=42600
1105 Check for a flag received from cmake configure and disable it
1106 if necessary. Also disable it if Ecore-X wasn't found.
1108 EFL port does not support automated tests yet.
1110 * cmake/FindEFL.cmake:
1111 * cmake/OptionsEfl.cmake:
1113 2010-07-20 Hans Wennborg <hans@chromium.org>
1115 Reviewed by Steve Block.
1117 Add WebCore/bindings/generic/RuntimeEnabledFeatures.cpp to build files
1118 https://bugs.webkit.org/show_bug.cgi?id=42380
1120 RuntimeEnabledFeatures.cpp and .h were moved from bindings/v8 to
1121 bindings/generic a while a go (in r54593), but need to
1122 be added to the build in order to be used.
1124 No new functionality so no new tests.
1128 2010-07-16 Leandro Pereira <leandro@profusion.mobi>
1130 [EFL] Unreviewed build system cleanup.
1132 Remove reference to "mediaControlsGtk.css".
1134 * cmake/WebKitGenerators.cmake:
1136 2010-07-16 Lucas De Marchi <lucas.demarchi@profusion.mobi>
1138 Reviewed by Antonio Gomes.
1140 [EFL] Build with MathML enabled. Fix build when MathML is enabled and
1141 make it the default.
1142 https://bugs.webkit.org/show_bug.cgi?id=42453
1144 * cmake/OptionsEfl.cmake: build with MathML enabled as default.
1146 2010-07-15 Martin Robinson <mrobinson@igalia.com>
1148 Reviewed by Oliver Hunt.
1150 [GTK] Simplify the distribution step
1151 https://bugs.webkit.org/show_bug.cgi?id=42414
1153 * GNUmakefile.am: Remove unused variables. Rely on WebCore/GNUmakefile.am
1154 to handle distributing IDL files from WebCore and to modify EXTRA_DIST.
1156 2010-07-14 Martin Robinson <mrobinson@igalia.com>
1158 Reviewed by Xan Lopez.
1160 [GTK] Get rid of libWebCoreJS
1161 https://bugs.webkit.org/show_bug.cgi?id=42083
1163 * GNUmakefile.am: Remove the libWebCoreJS library from the extra
1164 link libraries. Add IDL files to the distribution manually, as they
1165 are no longer included in the header list. This prevents a good deal
1166 of repetition in the source listings by avoiding listing both the IDL
1167 files and their final targets.
1169 2010-07-14 Vincent Scheib <scheib@chromium.org>
1171 Reviewed by Kent Tamura
1173 Configure Git to ignore build files generated by Chromium .gyp on windows.
1175 Bug 42205: Chromium build files on windows not ignored by git
1176 https://bugs.webkit.org/show_bug.cgi?id=42205
1178 * .gitignore: Updated
1180 2010-07-13 Sheriff Bot <webkit.review.bot@gmail.com>
1182 Unreviewed, rolling out r63262.
1183 http://trac.webkit.org/changeset/63262
1184 https://bugs.webkit.org/show_bug.cgi?id=42229
1186 broke Windows compile (Requested by bweinstein on #webkit).
1190 2010-07-13 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
1192 Reviewed by Oliver Hunt.
1194 Separate CoreFoundation specific tests in JSC's testapi.c
1196 testapi.c depends on the Core Foundation.
1197 https://bugs.webkit.org/show_bug.cgi?id=40058
1199 * WebKit.pro: enable compilation of JSC C API test.
1201 2010-07-13 Scott Violet <sky@chromium.org>
1203 Reviewed by David Levin.
1205 [Chromium] Makes pressing tab accept the currently selected item in a popup.
1206 https://bugs.webkit.org/show_bug.cgi?id=42172
1208 * WebCore/platform/chromium/PopupMenuChromium.cpp:
1210 2010-07-12 Xan Lopez <xlopez@igalia.com>
1212 Reviewed by Gustavo Noronha.
1218 2010-07-12 Xan Lopez <xlopez@igalia.com>
1220 Reviewed by Gustavo Noronha.
1222 Suffix .mo files with the GTK+ API version so that they can be
1223 parallel installable.
1227 2010-07-12 Xan Lopez <xlopez@igalia.com>
1229 Reviewed by Gustavo Noronha.
1231 Add another include path to the scanner to avoid warnings related
1232 to undefined types. It wasn't picking up <webkit/foo.h>-like
1237 2010-07-07 Rafael Antognolli <antognolli@profusion.mobi>
1239 Reviewed by Adam Barth.
1241 [EFL] Fix cmake build and libsoup detection
1242 Some changes should be done to cmake build system to fix the detection of libsoup and correct some link paths:
1243 - LINK_FLAGS should be set using quotes, otherwise some wrong
1244 substitution takes place;
1245 - we should use LIBSOUP24_* instead of LIBSOUP_* since this is the
1246 version we are using;
1247 - need to set HAVE_LIBSOUP_2_29_90 if we find a version equal or newer
1249 https://bugs.webkit.org/show_bug.cgi?id=41717
1251 * cmake/OptionsEfl.cmake:
1253 2010-07-06 Leandro Pereira <leandro@profusion.mobi>
1255 Unreviewed build fix.
1257 [EFL] Add macro to generate inspector code.
1259 * cmake/WebKitGenerators.cmake:
1261 2010-07-06 Martin Robinson <mrobinson@igalia.com>
1265 Build fix after r62549.
1267 * GNUmakefile.am: Remove new variable that is no longer used.
1269 2010-07-06 Ilya Tikhonovsky <loislo@chromium.org>
1271 Reviewed by Yury Semikhatsky.
1273 WebInspector: generator part of the patch for bug 40675.
1274 On the way to Remote Debugging we want to support JSON serialization
1275 on both sides of WebInspector transport.
1276 As far as InspectorFrontend class is a simple proxy to WebInspector
1277 it would be better to generate it from an IDL file.
1278 We have generator infrastructure for binding and will reuse it for
1280 https://bugs.webkit.org/show_bug.cgi?id=41692
1284 2010-07-05 Antti Koivisto <koivisto@iki.fi>
1286 Revert unplanned project file change.
1290 2010-06-23 Martin Robinson <mrobinson@igalia.com>
1292 Reviewed by Gustavo Noronha Silva.
1294 [GTK] Separate DerivedSources per-project
1295 https://bugs.webkit.org/show_bug.cgi?id=41109
1297 Separate WebKitGTK+ DerivedSources into per-project subdirectories to prepare
1298 for properly building WebKit2.
1302 2010-07-01 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
1304 Reviewed by Simon Hausmann.
1306 [Qt] Fix a comment in WebKit.pri.
1310 2010-06-16 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
1312 Reviewed by Simon Hausmann.
1314 [Qt] Fix qmake vcproj generation for QtWebKit.
1316 qmake use TARGET=/LIBS+= -lTARGET to create dependencies
1317 between projects in a subdir template.
1319 Since when compiling outside of Qt we hijack the target name of
1320 QtWebKit to add the configuration and version suffix to the binary
1321 filename, qmake can't establish the WebCore project as a dependency
1324 This patch makes sure that the target is not hijacked on the
1325 first of the three passes where the dependencies are determined.
1329 2010-07-01 Simon Hausmann <simon.hausmann@nokia.com>
1331 Rubber-stamped by Laszlo Gombos.
1333 [Qt][Symbian] Bumped up the maximum heap size to 96MB
1337 2010-06-30 Leandro Pereira <leandro@profusion.mobi>
1341 Generate CSSValueKeywords.cpp instead of CSSValueKeywords.c to avoid
1342 recompilation and relinking of WebCore when no files were changed.
1344 * cmake/WebKitGenerators.cmake:
1346 2010-06-29 Antoine Labour <piman@chromium.org>
1348 Reviewed by Dimitri Glazkov.
1350 Only call Windows-specific PlatformSkiaContext functions on Windows.
1352 * WebCore/platform/graphics/chromium/LayerChromium.cpp:
1353 * WebCore/platform/graphics/chromium/LayerRendererChromium.cpp:
1355 2010-06-28 John Gregg <johnnyg@google.com>
1357 Reviewed by Kent Tamura.
1359 add ENABLE_DIRECTORY_UPLOAD build support
1360 https://bugs.webkit.org/show_bug.cgi?id=41100
1364 2010-06-28 Xan Lopez <xlopez@igalia.com>
1366 Reviewed by Gustavo Noronha.
1368 Bump version to 1.3.2.
1372 2010-06-28 Xan Lopez <xlopez@igalia.com>
1374 Rubber-stamped by Gustavo Noronha.
1376 Bump gobject-introspection required version to 0.6.15, since we
1377 are now shipping version 1.1 gir files.
1381 2010-06-28 Lucas De Marchi <lucas.demarchi@profusion.mobi>
1383 Unreviewed build fix.
1385 [EFL] Build fix for latest version of Ecore library.
1386 Ecore recently changed return type of callbacks from int to Eina_Bool.
1388 * cmake/FindEFL.cmake: Bump version of Ecore dependency.
1390 2010-06-28 Xan Lopez <xlopez@igalia.com>
1392 Reviewed by Gustavo Noronha.
1394 [GTK] Does not compile with -DGSEAL_ENABLE
1395 https://bugs.webkit.org/show_bug.cgi?id=37851
1397 Add automake flag to signal whether we are building with GTK+ 2.x
1402 2010-06-28 Xan Lopez <xlopez@igalia.com>
1404 Reviewed by Gustavo Noronha.
1406 [GTK] Add support for GTK+3
1407 https://bugs.webkit.org/show_bug.cgi?id=41253
1409 Add --with-gtk configure flag, defaulting to support for GTK+ 2.x.
1414 2010-06-26 Tony Gentilcore <tonyg@chromium.org>
1416 Reviewed by Dimitri Glazkov.
1418 Add an --enable-web-timing flag which guards Web Timing support.
1419 https://bugs.webkit.org/show_bug.cgi?id=38924
1421 This flag is disabled by default.
1422 See: http://dev.w3.org/2006/webapi/WebTiming/
1426 2010-06-25 Jedrzej Nowacki <jedrzej.nowacki@nokia.com>
1428 Reviewed by Simon Hausmann.
1430 Introduce to QtScript benchmarks.
1432 The QtScript performance should be tested regularly. The patch introduces
1433 micro benchmarks for existing API.
1435 [Qt] Performance of the QtScript API is not tested.
1436 https://bugs.webkit.org/show_bug.cgi?id=40911
1440 2010-06-25 Lucas De Marchi <lucas.demarchi@profusion.mobi>
1442 Reviewed by Kenneth Rohde Christiansen.
1444 [CMake] Add option to enable JIT.
1445 JIT is disabled by default, but now it's possible to enable it through
1446 an option to CMake: -DENABLE_JIT will enable it.
1447 https://bugs.webkit.org/show_bug.cgi?id=40936
1449 * cmake/OptionsEfl.cmake: add new -DENABLE_JIT option.
1450 * cmakeconfig.h.cmake: use new -DENABLE_JIT option.
1452 2010-06-23 Leandro Pereira <leandro@profusion.mobi>
1454 Reviewed by Kenneth Rohde Christiansen.
1456 [EFL] Add support to CPack (to generate source tarballs)
1457 https://bugs.webkit.org/show_bug.cgi?id=41009
1460 * cmake/OptionsEfl.cmake: Define the default source generator for
1462 * cmake/WebKitPackaging.cmake: Added. This file filters the source
1463 files so that only files relevant to the selected port are included
1464 in the source tarball. See comments for details.
1466 2010-06-22 Eric Seidel <eric@webkit.org>
1468 Unreviewed. Test commit for commit-queue@webkit.org.
1470 2010-06-21 Prasad Tammana <prasadt@chromium.org>
1472 Reviewed by Darin Adler.
1474 DumpRenderTree should allow tests with modal dialogs
1475 https://bugs.webkit.org/show_bug.cgi?id=35350
1477 * DumpRenderTree/LayoutTestController.cpp:
1478 (abortModalCallback):
1479 (LayoutTestController::staticFunctions):
1480 * DumpRenderTree/LayoutTestController.h:
1481 * DumpRenderTree/mac/LayoutTestControllerMac.mm:
1482 (LayoutTestController::abortModal):
1483 Add abortModal method to LayoutTestController and make it available from script.
1485 * DumpRenderTree/mac/UIDelegate.mm: Add support for showModalDialog.
1486 (-[UIDelegate modalWindowWillClose:]): Observer for NSWindowWillCloseNotifications to call
1487 abortModal from when modal window closes.
1488 (-[UIDelegate webViewRunModal:]): Delegate method for showModalDialog to run the modal loop.
1490 2010-06-21 Lucas De Marchi <lucas.demarchi@profusion.mobi>
1492 Unreviewed debug build fix.
1494 [CMake] Do not force build type to Release
1495 https://bugs.webkit.org/show_bug.cgi?id=40566
1499 2010-06-21 Satish Sampath <satish@chromium.org>
1501 Reviewed by Steve Block.
1503 Speech Input Patch 0: Added compilation argument to conditionally compile pending patches.
1504 https://bugs.webkit.org/show_bug.cgi?id=40878
1508 2010-06-17 Shu Chang <chang.shu@nokia.com>
1510 Reviewed by Kenneth Rohde Christiansen.
1512 [Qt] Fix the link error on symbian with ENABLE_JIT=0.
1513 1. Add "#if ENABLE(JIT)" in the header file;
1514 2. Put feature enable/disable logic to a common.pri so
1515 that both JavaScriptCore.pri and WebCore.pri can share.
1517 https://bugs.webkit.org/show_bug.cgi?id=40780
1519 * common.pri: Added.
1521 2010-06-17 Alexis Menard <alexis.menard@nokia.com>
1523 Reviewed by Kenneth Rohde Christiansen.
1525 [Qt] Upstream the WebKit QML integration plugin
1526 https://bugs.webkit.org/show_bug.cgi?id=40050
1528 Add to the build the QML WebKit integration plugin.
1532 2010-06-17 Lucas De Marchi <lucas.demarchi@profusion.mobi>
1534 Reviewed by Gustavo Noronha.
1536 Update CMake build system to use new script for generating source files
1537 with gperf (r61091).
1538 https://bugs.webkit.org/show_bug.cgi?id=40628
1540 * cmake/WebKitGenerators.cmake:
1542 2010-06-17 Mark Brand <mabrand@mabrand.nl>
1544 Reviewed by Simon Hausmann.
1546 [Qt] use "win32-g++*" scope to match all MinGW makespecs
1548 The scope "win32-g++" comes from the name of the makespec. However, it
1549 is frequently used to check for MinGW. This works fine as long as
1550 win32-g++ is the only makespec for MinGW. Now we need the wildcard
1551 to cover "win32-g++-cross" as well.
1555 2010-06-15 Xan Lopez <xlopez@igalia.com>
1557 Unreviewed build fix.
1559 Remove GSEAL from the debug config since the bots have a GTK+
1560 version too old, duh.
1564 2010-06-15 Xan Lopez <xlopez@igalia.com>
1566 Reviewed by Gustavo Noronha.
1568 [GTK] Does not compile with -DGSEAL_ENABLE
1569 https://bugs.webkit.org/show_bug.cgi?id=37851
1571 Add GSEAL_ENABLE flag when doing debug builds.
1575 2010-06-13 Tony Chang <tony@chromium.org>
1577 Reviewed by Darin Fisher.
1579 Chromium shouldn't build inside the source directory
1580 https://bugs.webkit.org/show_bug.cgi?id=40489
1582 Ignore Chromium Linux build files.
1584 * .: Added property svn:ignore. Modified property svn:ignore.
1586 2010-06-09 Leandro Pereira <leandro@profusion.mobi>
1588 Reviewed by Adam Treat.
1590 [EFL] Allow building core libraries as shared objects to speed up
1591 linking time on machines with small amounts of memory.
1592 http://webkit.org/b/39899
1594 * CMakeLists.txt: Add SHARED_CORE option.
1595 * cmake/FindGlib.cmake: Add GObject to the list of GLib libraries to
1597 * cmake/OptionsEfl.cmake: Remove default library type definitions.
1598 * cmake/WebKitHelpers.cmake: -fvisibility=hidden did not behave well
1599 when SHARED_CORE is used.
1601 2010-06-08 Xan Lopez <xlopez@igalia.com>
1603 Reviewed by Gustavo Noronha.
1605 [GTK] Unit testing for WebKitDOMNode hierarchy walk
1606 https://bugs.webkit.org/show_bug.cgi?id=40171
1608 Add DOM node test to the build system.
1612 2010-06-02 Sterling Swigart <sswigart@google.com>
1614 Reviewed by David Levin.
1616 Image Resizer Patch 0: Added compilation argument to conditionally compile pending patches.
1617 https://bugs.webkit.org/show_bug.cgi?id=39906
1621 2010-05-31 Xan Lopez <xlopez@igalia.com>
1623 Reviewed by Gustavo Noronha.
1625 Copy the NEWS file to the toplevel when creating the release
1626 tarballs, otherwise it's a bit hard to find.
1630 2010-05-27 Gustavo Noronha Silva <gns@gnome.org>
1632 Final make distcheck fix - clean up generated GDOM files on distclean.
1636 2010-05-27 Xan Lopez <xlopez@igalia.com>
1638 More GTK+ distcheck fixes.
1642 2010-05-27 Xan Lopez <xlopez@igalia.com>
1644 Reviewed by Gustavo Noronha.
1646 Bump for 1.3.1 release.
1650 2010-05-27 Gustavo Noronha Silva <gns@gnome.org>
1652 Reviewed by Xan Lopez.
1654 Build fix for introspection support - make sure DOM headers are
1655 included by the GI scanner.
1659 2010-05-26 Gustavo Noronha Silva <gns@gnome.org>
1661 Build fixes for make distcheck.
1665 2010-05-26 Xan Lopez <xlopez@igalia.com>
1667 Reviewed by Gustavo Noronha.
1669 [GTK] Add support for DOM events in the GObject DOM bindings
1670 https://bugs.webkit.org/show_bug.cgi?id=38844
1672 Add new test to the build.
1676 2010-05-22 Leandro Pereira <leandro@profusion.mobi>
1678 Reviewed by Eric Seidel.
1680 [EFL] Build fix (always compile libraries with -fPIC when compiler
1681 is gcc; always define WTF_USE_PTHREADS).
1682 http://webkit.org/b/39235
1684 * cmake/OptionsCommon.cmake:
1685 * cmake/OptionsEfl.cmake:
1686 * cmake/WebKitHelpers.cmake:
1688 2010-05-19 Dan Winship <danw@gnome.org>
1690 Reviewed by Xan Lopez.
1692 [GTK] Install introspection files in our prefix, not
1693 gobject-introspection's prefix
1698 2010-05-15 Leandro Pereira <leandro@profusion.mobi>
1700 Reviewed by Adam Treat.
1702 [EFL] Add build system for the EFL port.
1703 http://webkit.org/b/37945
1705 * CMakeLists.txt: Added.
1706 * cmake/FindCFLite.cmake: Added.
1707 * cmake/FindCairo.cmake: Added.
1708 * cmake/FindEFL.cmake: Added.
1709 * cmake/FindFreetype.cmake: Added.
1710 * cmake/FindGDK-PixBuf.cmake: Added.
1711 * cmake/FindGDK.cmake: Added.
1712 * cmake/FindGIO.cmake: Added.
1713 * cmake/FindGlib.cmake: Added.
1714 * cmake/FindICU.cmake: Added.
1715 * cmake/FindLibSoup2.cmake: Added.
1716 * cmake/FindLibXlst.cmake: Added.
1717 * cmake/FindPango.cmake: Added.
1718 * cmake/FindSqlite.cmake: Added.
1719 * cmake/LibFindMacros.cmake: Added.
1720 * cmake/OptionsCommon.cmake: Added.
1721 * cmake/OptionsEfl.cmake: Added.
1722 * cmake/WebKitEfl.cmake: Added.
1723 * cmake/WebKitFS.cmake: Added.
1724 * cmake/WebKitFeatures.cmake: Added.
1725 * cmake/WebKitGenerators.cmake: Added.
1726 * cmake/WebKitHelpers.cmake: Added.
1727 * cmake/WebKitMacros.cmake: Added.
1728 * cmakeconfig.h.cmake: Added.
1730 2010-05-14 Simon Hausmann <simon.hausmann@nokia.com>
1732 Rubber-stamped by Antti Koivisto.
1734 [Qt] Rename QtLauncher to QtTestBrowser
1735 https://bugs.webkit.org/show_bug.cgi?id=37665
1739 2010-05-12 Csaba Osztrogonác <ossy@webkit.org>
1741 Reviewed by Kenneth Rohde Christiansen.
1743 [Qt] Link error in debug mode without debug_and_release config
1744 https://bugs.webkit.org/show_bug.cgi?id=39006
1746 * WebKit.pri: Unnecessary build_pass guard removed.
1748 2010-05-12 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1750 Reviewed by Kenneth Rohde Christiansen.
1752 [Qt] Detect debug mode consistently
1753 https://bugs.webkit.org/show_bug.cgi?id=38863
1757 2010-05-08 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1759 Reviewed by Kenneth Rohde Christiansen.
1761 [Qt] Build the ImageDiff tool for all platforms including Windows and Symbian
1762 https://bugs.webkit.org/show_bug.cgi?id=38706
1766 2010-05-07 Simon Hausmann <simon.hausmann@nokia.com>
1768 Add a few more files with Windows linefeeds to the .gitattributes file.
1772 2010-05-05 Alejandro G. Castro <alex@igalia.com>
1774 Reviewed by Xan Lopez.
1776 Fixed the gobject introspection compilation with the new DOM
1777 bindings, we needed to add DOM objects.
1781 2010-05-04 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1783 Unreviewed, build fix for Symbian.
1785 [Symbian] Symbian builds does not support shadow builds
1787 Revision r54715 broke the Symbian build. For Symbian
1788 the include directory is generated in the root of the source tree.
1789 This patch sets the INCLUDEPATH accordingly for Symbian.
1793 2010-05-03 Adam Barth <abarth@webkit.org>
1795 Reviewed by Dimitri Glazkov.
1797 Add some more Chromium-specific files to gitignore
1798 https://bugs.webkit.org/show_bug.cgi?id=38469
1800 These files are generated as part of the update-webkit --chromium
1805 2010-05-02 Geoff Levand <geoff.levand@am.sony.com>
1807 Reviewed by Eric Seidel.
1809 [GTK] Fix out of source build failure
1810 https://bugs.webkit.org/show_bug.cgi?id=38051
1812 Add a preprocessor include path for generated GTK header files.
1813 Fixes build errors like these when building GTK out of source:
1815 webkit.h: error: webkit/webkitversion.h: No such file or directory
1819 2010-05-02 Kartikaya Gupta <kagupta@rim.com>
1821 Reviewed by George Staikos.
1823 When running the IDL file through the preprocessor, wait for the preprocessor subcommand to fully terminate before continuing. Without this, if multiple IDL files are parsed in a tight loop, the code dies after 64 IDL files because it exhausts the available system resources.
1825 https://bugs.webkit.org/show_bug.cgi?id=37888
1827 No new tests. None needed.
1829 * bindings/scripts/IDLParser.pm:
1831 2010-04-29 Xan Lopez <xlopez@igalia.com>
1833 Reviewed by Gustavo Noronha.
1835 [GTK] GObject DOM bindings
1836 https://bugs.webkit.org/show_bug.cgi?id=33590
1838 Add WebKitDOMDocument tests to the build.
1842 2010-04-28 Sam Weinig <sam@webkit.org>
1844 Reviewed by Mark Rowe.
1846 Add WebKit2 to the lists of modules to build.
1850 2010-04-21 Xan Lopez <xlopez@igalia.com>
1852 Reviewed by Adam Barth.
1854 [GTK] GObject DOM bindings
1855 https://bugs.webkit.org/show_bug.cgi?id=33590
1857 Add build bits for the GObject DOM bindings.
1861 2010-04-20 Xan Lopez <xlopez@igalia.com>
1865 * autotools/webkit.m4:
1867 2010-04-19 Diego Escalante Urrelo <descalante@igalia.com>
1869 Reviewed by Xan Lopez.
1871 [Gtk] Evaluate and create tests for all the AtkRole's implemented by
1873 https://bugs.webkit.org/show_bug.cgi?id=34449
1875 Add and enable the build of testatkroles to test ATK non form roles.
1879 2010-04-18 Michael Forney <michael@mforney.org>
1881 Reviewed by Laszlo Gombos.
1883 https://bugs.webkit.org/show_bug.cgi?id=37762
1885 Fixes the sandbox option in configure.
1887 * configure.ac: Fix cut and paste error in the sandbox option causing
1888 --{enable,disable}-sandbox to be ineffective, and it to be controlled
1891 2010-04-09 Simon Hausmann <simon.hausmann@nokia.com>
1893 Unreviewed crash fix.
1895 Revert part of 57320 that would remove NDEBUG in release builds for
1900 2010-04-09 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
1902 Reviewed by Simon Hausmann.
1904 [Qt] Fix crashes with package builds in release
1906 * WebKit.pri: Don't randomly add NDEBUG to the defines.
1908 2010-04-07 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1910 Reviewed by Kenneth Rohde Christiansen.
1912 [Qt] Fix trunk (non-standalone) builds for Symbian
1913 https://bugs.webkit.org/show_bug.cgi?id=37136
1915 Test for source files before building instead of relying on
1916 standalone_package config.
1920 2010-04-01 Kinuko Yasuda <kinuko@chromium.org>
1922 Reviewed by Dmitry Titov.
1924 Add FileThread for async file operation support in FileReader and FileWriter
1925 https://bugs.webkit.org/show_bug.cgi?id=36896
1927 Add EANBEL_FILE_READER and ENABLE_FILE_WRITER flags.
1931 2010-04-01 Ojan Vafai <ojan@chromium.org>
1933 Reviewed by Adam Barth.
1935 autoinstalled should be git ignored
1936 https://bugs.webkit.org/show_bug.cgi?id=36970
1940 2010-04-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1942 Reviewed by Kenneth Rohde Christiansen.
1944 [Qt]Add -Wextra warning level to the QtWebKit build
1945 https://bugs.webkit.org/show_bug.cgi?id=36971
1949 2010-04-01 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1951 Reviewed by Holger Freyther.
1953 [GTK] webkit_get_default_session() should make sure webkit_init() is called
1954 https://bugs.webkit.org/show_bug.cgi?id=36754
1960 2010-03-26 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
1962 Reviewed by Simon Hausmann.
1964 [Qt] Build JavaScriptCore as a static library.
1965 https://bugs.webkit.org/show_bug.cgi?id=36590
1967 This patch takes what was left of the unused JavaScriptCore.pro
1968 and moved the compilation logic from JavaScriptCore.pri to
1973 2010-03-16 Xan Lopez <xlopez@igalia.com>
1975 Rubber-stamped by Gustavo Noronha.
1977 Update library version for 1.1.90 release.
1981 2010-03-16 Xan Lopez <xlopez@igalia.com>
1983 Reviewed by Gustavo Noronha.
1985 Bump version for 1.1.90 release.
1989 2010-03-16 Xan Lopez <xlopez@igalia.com>
1991 Reviewed by Gustavo Noronha.
1993 Add support for Fast Mobile Scrolling in the build system.
1997 2010-03-16 Simon Hausmann <simon.hausmann@nokia.com>
1999 Add WebKitTools/TestResultServer/index.yaml to gitattributes to ignore for crlf conversion.
2003 2010-03-12 Scott Byer <scottbyer@chromium.org>
2005 Reviewed by David Levin.
2007 Popup font size needs to be exposed to clients.
2008 https://bugs.webkit.org/show_bug.cgi?id=35990
2010 Add function to expose the popup menu font size, add a field to
2011 WebPopupMenuInfo that receives that information to convey that to
2012 the web view client's createPopupMenu() call.
2014 * WebCore/platform/chromium/PopupMenuChromium.cpp:
2015 * WebCore/platform/chromium/PopupMenuChromium.h:
2016 * WebKit/chromium/public/WebPopupMenuInfo.h:
2017 * WebKit/chromium/src/ChromeClientImpl.cpp:
2019 2010-03-11 Adam Roben <aroben@apple.com>
2021 Teach git about ObjC files
2023 Fixes <http://webkit.org/b/36015>.
2025 Reviewed by Tim Hatcher.
2027 * .gitattributes: Set the diff attribute for .m and .mm files, and .h
2028 files in Mac-specific directories. This can be used to generate
2029 more-readable diffs of ObjC files.
2031 2010-03-09 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2033 Unreviewed. Versioning for 1.1.23.
2037 2010-03-09 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2039 Unreviewed distcheck fix.
2043 2010-03-08 Jian Li <jianli@chromium.org>
2045 Reviewed by Dmitry Titov.
2048 https://bugs.webkit.org/show_bug.cgi?id=32993
2050 Add ENABLE_BLOB_SLICE feature define.
2054 2010-03-04 Fridrich Strba <fridrich.strba@bluewin.ch>
2056 Reviewed by Holger Freyther.
2058 https://bugs.webkit.org/show_bug.cgi?id=35726
2059 Remove orphaned #ifdef WTF_USE_GLIB_ICU_UNICODE_HYBRID
2061 Removing orphaned #if USE.
2065 2010-03-04 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
2067 Reviewed by Tor Arne Vestbø.
2069 [Qt] Make the OUTPUT_DIR variable in qmake projects independent of build-webkit's logic.
2071 This also allows shadow builds relying only on qmake to work properly.
2075 2010-03-03 Fridrich Strba <fridrich.strba@bluewin.ch>
2077 Reviewed by Xan Lopez.
2079 Miscellaneous little fixes for the windows build of webkit-gtk
2080 https://bugs.webkit.org/show_bug.cgi?id=35640
2082 * GNUmakefile.am: On Windows with GCC, presence of
2083 __declspec(dllexport) on some symbols disables the autoexport/autoimport
2084 feature for all others. Using regex here assures that all symbols that
2085 need to be exported in the dll are actually exported.
2087 2010-03-02 Arno Renevier <arno@renevier.net>
2089 Reviewed by Gustavo Noronha Silva.
2091 [Gtk] implements ChromeClient::requestGeolocationPermissionForFrame
2092 https://bugs.webkit.org/show_bug.cgi?id=35210
2096 2010-03-02 Dmitry Titov <dimich@chromium.org>
2098 Reviewed by Alexey Proskuryakov.
2100 Ignore compiled Java test cases in .gitignore.
2101 https://bugs.webkit.org/show_bug.cgi?id=35559
2105 2010-02-26 Arno Renevier <arno@renevier.net>
2107 Reviewed by Gustavo Noronha Silva.
2109 [Gtk] ignore WebKit/gtk/docs/GNUmakefile.in in .gitignore
2110 https://bugs.webkit.org/show_bug.cgi?id=35424
2114 2010-02-24 Sam Kerner <skerner@chromium.org>
2116 Reviewed by Darin Fisher.
2118 Expose WebFrame::setCanHaveScrollbars(). This allows a view
2119 which is being resized to not need scroll bars to ensure that
2122 Existing function setAllowsScrolling() was renamed
2123 setCanHaveScrollbars(), to be consistant with change 37159:
2124 http://trac.webkit.org/changeset/37159
2126 https://bugs.webkit.org/show_bug.cgi?id=35257
2128 * WebKit/chromium/public/WebFrame.h:
2129 * WebKit/chromium/src/ChromeClientImpl.cpp:
2130 * WebKit/chromium/src/WebFrameImpl.cpp:
2131 * WebKit/chromium/src/WebFrameImpl.h:
2133 2010-02-19 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
2135 Reviewed by Kenneth Rohde Christiansen.
2137 [Qt] Remove QGVLauncher
2139 https://bugs.webkit.org/show_bug.cgi?id=35292
2143 2010-02-24 Xan Lopez <xlopez@igalia.com>
2145 Reviewed by Gustavo Noronha.
2147 Enable SharedWorkers by default, since that's been the default for
2148 a long time in our build-webkit configuration.
2152 2010-02-23 James Choi <jchoi42@pha.jhu.edu>
2154 Add Solaris definitions
2155 https://bugs.webkit.org/show_bug.cgi?id=35214
2157 * WebKit/chromium/src/WebViewImpl.cpp
2158 * WebKit/chromium/src/WebFrameImpl.cpp
2160 2010-02-23 Arno Renevier <arno@renevier.net>
2162 Reviewed by Gustavo Noronha Silva.
2164 [Gtk]: testwebview does not work when called with absolute path
2165 https://bugs.webkit.org/show_bug.cgi?id=34940
2167 When testwebview is called as absolute path, chdir to executable
2168 directory before searching resource files.
2172 2010-02-23 Leandro Pereira <leandro@profusion.mobi>
2174 Reviewed by Gustavo Noronha Silva.
2176 Changes references of GOwnPtr to reflect their new place.
2177 http://webkit.org/b/35084
2179 * JavaScriptCore/JavaScriptCore.gypi:
2180 * JavaScriptCore/wtf/Threading.h:
2181 * JavaScriptCore/wtf/unicode/glib/UnicodeGLib.h:
2183 2010-02-23 Leandro Pereira <leandro@profusion.mobi>
2185 Reviewed by Gustavo Noronha Silva.
2187 Fixes references to GOwnPtr and GRefPtr so the GTK+ port builds
2189 http://webkit.org/b/35084
2193 2010-02-23 Diego Escalante Urrelo <descalante@igalia.com>
2195 Reviewed by Eric Seidel.
2197 [gtk] missing libsoup-2.4 package in gir generation
2198 https://bugs.webkit.org/show_bug.cgi?id=35199
2200 Include libsoup-2.4 package in gobject introspection .gir generation.
2204 2010-02-22 Huahui Wu <hwu@google.com>
2206 Reviewed by Eric Seidel.
2208 Add code that enables SquirrelFish Extreme (a.k.a JSCX, JSC JIT)
2209 in Android. It's disabled by default, but is enabled when the
2210 enveronment variable ENABLE_JSC_JIT is set to true.
2211 https://bugs.webkit.org/show_bug.cgi?id=34855
2215 2010-02-22 Xan Lopez <xlopez@igalia.com>
2217 Reviewed by Gustavo Noronha.
2219 Bump library versioning for 1.1.22 release.
2223 2010-02-22 Laszlo Gombos <laszlo.1.gombos@nokia.com>
2225 Reviewed by Kenneth Rohde Christiansen.
2227 [Qt] Add support for layout tests on Symbian
2228 https://bugs.webkit.org/show_bug.cgi?id=31589
2232 2010-02-20 Noam Rosenthal <noam.rosenthal@nokia.com>
2234 Reviewed by Laszlo Gombos.
2236 [Qt] ENABLE_3D_RENDERING should be optional
2237 https://bugs.webkit.org/show_bug.cgi?id=35100
2239 * WebKit.pri: ENABLE_3D_RENDERING moved to a proper feature test
2241 2010-02-19 Maciej Stachowiak <mjs@apple.com>
2243 Reviewed by David Levin.
2245 Add an ENABLE flag for sandboxed iframes to make it possible to disable it in releases
2246 https://bugs.webkit.org/show_bug.cgi?id=35147
2250 2010-02-18 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
2252 Reviewed by Eric Seidel.
2254 Add .gitattributes file for custom ChangeLog merge-driver
2256 * .gitattributes: Added.
2258 2010-02-17 Noam Rosenthal <noam.rosenthal@nokia.com>
2260 Reviewed by Ariya Hidayat.
2262 [Qt] GraphicsLayer: support perspective and 3D transforms
2263 https://bugs.webkit.org/show_bug.cgi?id=34960
2265 * WebKit.pri: added appropriate define: ENABLED_3D_RENDERING
2267 2010-02-15 Philippe Normand <pnormand@igalia.com>
2269 Reviewed by Gustavo Noronha Silva.
2271 [GStreamer] Should handle BUFFERING messages
2272 https://bugs.webkit.org/show_bug.cgi?id=30004
2274 * configure.ac: Bump gstreamer -core/-plugins-base requirements to
2275 0.10.25 which is the minimum required version for on-disk buffering.
2277 2010-02-16 Xan Lopez <xlopez@igalia.com>
2279 Reviewed by Gustavo Noronha.
2281 Bump version to 1.1.22 so we can depend on it in applications.
2285 2010-02-12 Simon Hausmann <simon.hausmann@nokia.com>
2287 Reviewed by Holger Freyther.
2289 Removed WMLInputElement.* from .gitattributes as the file is
2294 2010-02-10 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
2296 Reviewed by Tor Arne Vestbø.
2298 [Qt] Make qtlauncher and qgvlauncher use the generated headers
2299 path to make sure they are correctly generated.
2303 2010-02-10 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
2305 Reviewed by Tor Arne Vestbø.
2307 [Qt] Manually add support for the install target on Symbian.
2309 This is required to copy the headers over the ones in Qt.
2313 2010-02-11 Fridrich Strba <fridrich.strba@bluewin.ch>
2315 Reviewed by Gustavo Noronha Silva.
2317 Detect properly different versions of libpng out there.
2321 2010-02-11 Xan Lopez <xlopez@igalia.com>
2323 Try to fix GTK+ build.
2327 2010-02-11 Antonio Gomes <tonikitoo@webkit.org>
2329 Reviewed by Xan Lopez.
2331 Adjust gstreamer-plugins-base minimum version check (from 0.10 to 0.10.23).
2335 2010-02-08 Maciej Stachowiak <mjs@apple.com>
2337 Reviewed by Cameron Zwarich.
2339 Restore ENABLE_RUBY flag so vendors can ship with Ruby disabled if they choose.
2340 https://bugs.webkit.org/show_bug.cgi?id=34698
2344 2010-02-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2346 Reviewed by Xan Lopez.
2348 Bump version to 1.1.21, and adjust library versioning accordingly.
2352 2010-02-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2354 Reviewed by Gustavo Noronha.
2356 Add gstreamer-app-0.10 to configure.ac
2357 https://bugs.webkit.org/show_bug.cgi?id=34317
2361 2010-02-05 Simon Hausmann <simon.hausmann@nokia.com>
2363 Reviewed by Tor Arne Vestbø.
2365 Add .gitattributes file to tell git about files with Windows linefeeds
2366 https://bugs.webkit.org/show_bug.cgi?id=34645
2368 On Windows git defaults to "true" for core.autocrlf, meaning all text
2369 files in the working directory are converted from CRLF to LF on checkin
2370 time. Some files present in the repository have been checked in with
2371 CRLF linefeeds and git should not try to convert them. The added
2372 .gitattributes file tells git to not do any CRLF conversion.
2374 * .gitattributes: Added.
2376 2010-02-05 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
2378 Reviewed by Simon Hausmann.
2380 [Qt] Generate convenience headers (QWebView, etc) using qmake
2382 In Qt this is done using syncqt, but we use a pro-file instead
2383 that generates makefile-rules for each of the extra headers.
2385 These extra headers are installed alongside the normal headers.
2387 * DerivedSources.pro: Include API-DerivedSources
2389 2010-02-04 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
2391 Reviewed by Lars Knoll.
2393 [Qt] Make 'make -f Makefile.DerivedSources qmake' work
2395 Previously this target ended up generating a file named
2396 Makefile.DerivedSources.DerivedSources, and so on.
2398 * DerivedSources.pro:
2400 2010-02-04 Christian Dywan <christian@twotasts.de>
2402 Reviewed by Xan Lopez.
2404 Require either libsoup 2.28.2 or 2.29.90.
2408 2010-02-04 Xan Lopez <xlopez@igalia.com>
2410 Reviewed by Gustavo Noronha.
2412 Bump minimum libsoup requirement to 2.29.90
2416 2010-02-02 Gustavo Noronha Silva <gns@gnome.org>
2418 Reviewed by Xan Lopez.
2420 Bump version, and adjust library versioning for 1.1.20.
2424 2010-01-29 Jeremy Orlow <jorlow@chromium.org>
2426 Reviewed by Dimitri Glazkov.
2428 A first step towards the Indexed Database API
2429 https://bugs.webkit.org/show_bug.cgi?id=34342
2431 Add Indexed Database API
2435 2010-01-27 Simon Hausmann <simon.hausmann@nokia.com>
2437 Reviewed by Kenneth Rohde Christiansen.
2439 [Qt] Don't build the tests in packages, only the launcher(s)
2443 2010-01-27 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
2445 Reviewed by Tor Arne Vestbø.
2447 [Qt] Add the "d" suffix to QtWebKit's dll on Windows.
2451 2010-01-27 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
2453 Unreviewed build fix
2455 [Qt] Build fix for windows when QTDIR contains release libraries.
2457 * WebKit.pri: Use the <name>.lib syntax for linking instead of qmake's -l<name> emulation
2459 2010-01-26 Jedrzej Nowacki <jedrzej.nowacki@nokia.com>
2461 Reviewed by Simon Hausmann.
2463 First steps of the QtScript API.
2465 Two new classes were created; QScriptEngine and QScriptValue.
2466 The first should encapsulate a javascript context and the second a script
2469 This API is still in development, so it isn't compiled by default.
2470 To trigger compilation, pass --qmakearg="CONFIG+=build-qtscript" to
2473 https://bugs.webkit.org/show_bug.cgi?id=32565
2477 2010-01-25 Simon Hausmann <simon.hausmann@nokia.com>
2479 Reviewed by Laszlo Gombos.
2481 [Qt] Fix the build on Maemo5.
2483 https://bugs.webkit.org/show_bug.cgi?id=34051
2485 * WebKit.pri: Disable the use of uitools, just like it's done for Symbian.
2487 2010-01-21 No'am Rosenthal <noam.rosenthal@nokia.com>
2489 Reviewed by Antti Koivisto.
2491 [Qt] Implement GraphicsLayer for accelerated layer compositing
2492 https://bugs.webkit.org/show_bug.cgi?id=33514
2494 * WebKit.pri: Addded compile flags to enable accelerated compositing
2495 on versions higher than 4.5
2497 2010-01-20 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
2499 Reviewed by Simon Hausmann.
2501 [Qt] Make DumpRenderTree build on Windows
2505 2010-01-20 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
2507 Reviewed by Simon Hausmann.
2509 [Qt] Fix the recursive generated_files target to work with qmake -r -o
2511 * DerivedSources.pro:
2513 2010-01-20 Simon Hausmann <simon.hausmann@nokia.com>
2515 Reviewed by Tor Arne Vestbø.
2517 [Qt] Make it possible (on *nix at least) to recursively call "make generated_files"
2519 * DerivedSources.pro:
2521 2010-01-19 Gustavo Noronha Silva <gns@gnome.org>
2523 Unreviewed. Shared library versioning update for 1.1.19.
2527 2010-01-15 Gustavo Noronha Silva <gns@gnome.org>
2529 Rubber-stamped by Xan Lopez.
2531 Bump version to 1.1.19.
2535 2010-01-14 Csaba Osztrogonác <ossy@webkit.org>
2537 Reviewed by Eric Seidel.
2539 [Qt] Defective dependencies caused build failing on QtBuildBot.
2540 https://bugs.webkit.org/show_bug.cgi?id=33693
2542 * WebKit.pri: CONFIG += depend_includepath added.
2544 2010-01-14 Steve Block <steveblock@google.com>
2546 Reviewed by David Levin.
2548 Moves general includes before bindings includes in Android build system.
2549 https://bugs.webkit.org/show_bug.cgi?id=33623
2551 This avoids problems with collisions between WebCore/platform/text/StringBuilder.h
2552 and the new JavaScriptCore/runtime/StringBuilder.h. This change puts
2553 JavaScriptCore/runtime and other bindings includes after the WebCore and other
2554 general includes, so that the WebCore StringBuilder.h is picked up when building
2557 * Android.mk: Modified.
2559 2010-01-13 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
2561 Reviewed by Simon Hausmann.
2563 [Qt] Split the build process in two different .pro files.
2564 This allows qmake to be run once all source files are available.
2566 * DerivedSources.pro: Added.
2569 2010-01-07 Daniel Bates <dbates@rim.com>
2571 Reviewed by Eric Seidel.
2573 https://bugs.webkit.org/show_bug.cgi?id=32987
2575 Added ENABLE_XHTMLMP flag. Disabled by default.
2579 2010-01-05 Gustavo Noronha Silva <gns@gnome.org>
2581 Reviewed by Xan Lopez.
2583 Based on idea and original patch by Evan Martin.
2585 Remove libWebCore intermediate library, to improve link time.
2587 [GTK] Build time must be reduced
2588 https://bugs.webkit.org/show_bug.cgi?id=32921
2592 2010-01-05 Xan Lopez <xlopez@igalia.com>
2594 Bump for 1.1.18 release.
2598 2010-01-04 Gustavo Noronha Silva <gns@gnome.org>
2600 Fix JSCore-1.0.gir path to fix make distcheck.
2604 2010-01-04 Simon Hausmann <simon.hausmann@nokia.com>
2606 Reviewed by Tor Arne Vestbø.
2608 [Qt] Fix standalone package builds.
2610 * WebKit.pri: Add logic for detecting standalone builds. Set OUTPUT_DIR to the top-level dir in that case.
2611 * WebKit.pro: Don't build JSC and DRT for package builds.
2613 2010-01-04 Eric Seidel <eric@webkit.org>
2615 Reviewed by Adam Barth.
2617 bugzilla-tool should not require users to install mechanize
2618 https://bugs.webkit.org/show_bug.cgi?id=32635
2620 * .gitignore: Ignore autoinstall.cache.d directory created by autoinstall.py
2622 2009-12-28 Estêvão Samuel Procópio <tevaum@gmail.com>
2624 Reviewed by Gustavo Noronha Silva.
2626 Bug 32940: [GTK] Changing the download throttle conditions.
2627 https://bugs.webkit.org/show_bug.cgi?id=32716
2629 The WebKitDownload progress notification was taking long to
2630 update. This fix makes notification happens each 0.7 secs
2631 or when the progress ups in 1%.
2633 * WebKit/gtk/webkit/webkitdownload.cpp:
2635 2009-12-22 Simon Hausmann <simon.hausmann@nokia.com>
2637 Rubber-stamped by Holger Freyther.
2639 Adjusted path to QtLauncher.
2643 2009-12-19 Evan Martin <evan@chromium.org>
2645 Reviewed by Gustavo Noronha Silva.
2647 Add a couple of WebKitGtk files to .gitignore.
2651 2009-12-18 Benjamin Otte <otte@gnome.org>
2653 Reviewed by Xan Lopez.
2655 [GTK] RemoveDashboard support. It's useless.
2659 2009-12-18 Simon Hausmann <simon.hausmann@nokia.com>
2661 Reviewed by Tor Arne Vestbø.
2663 [Qt] Clean up the qmake build system to distinguish between trunk builds and package builds
2665 https://bugs.webkit.org/show_bug.cgi?id=32716
2667 * WebKit.pri: Use standalone_package instead of QTDIR_build
2669 2009-12-17 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2671 Unreviewed. Build fixes for make distcheck.
2675 2009-12-16 Dan Winship <danw@gnome.org>
2677 Reviewed by Gustavo Noronha Silva.
2679 [Gtk] Content-Encoding support
2681 https://bugs.webkit.org/show_bug.cgi?id=522772
2683 * configure.ac: require libsoup 2.28.2 for SoupContentDecoder
2685 2009-12-13 Eric Seidel <eric@webkit.org>
2687 Reviewed by Gavin Barraclough.
2689 string-base64 test does not compute a valid base64 string
2690 http://bugs.webkit.org/show_bug.cgi?id=16806
2692 * tests/string-base64.js: change str[i] to str.charCodeAt(i)
2694 2009-12-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2696 Reviewed by Xan Lopez.
2698 [GTK] Should provide an API to control the IconDatabase
2699 https://bugs.webkit.org/show_bug.cgi?id=32334
2701 Add test to make sure favicon reporting works.
2705 2009-12-09 Steve Block <steveblock@google.com>
2707 Reviewed by Adam Barth.
2709 Adds Android Makefiles for building with V8.
2710 https://bugs.webkit.org/show_bug.cgi?id=32278
2712 * Android.mk: Modified. Includes Makefiles for V8.
2714 2009-12-08 Steve Block <steveblock@google.com>
2716 Reviewed by Adam Barth.
2718 [Android] Adds Makefiles for Android port.
2719 https://bugs.webkit.org/show_bug.cgi?id=31325
2721 * Android.mk: Added.
2723 2009-12-08 Christian Dywan <christian@twotoasts.de>
2725 Reviewed by Xan Lopez.
2727 * configure.ac: Require only libSoup 2.27.91 but check for 2.29.3
2728 and define HAVE_LIBSOUP_2_29_3 in that case.
2730 2009-12-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2732 Rubber-stamped by Xan Lopez.
2734 Late post-release version bump.
2738 2009-12-08 Dominik Röttsches <dominik.roettsches@access-company.com>
2740 Reviewed by Gustavo Noronha Silva.
2742 [Gtk] Create a TextBreakIterator implementation based on GLib (without ICU)
2743 https://bugs.webkit.org/show_bug.cgi?id=31469
2745 Removing hybrid configuration for --with-unicode-backend=glib
2746 ICU not required anymore.
2748 * autotools/webkit.m4:
2750 2009-12-08 Nikolas Zimmermann <nzimmermann@rim.com>
2752 Rubber-stamped by Maciej Stachowiak.
2754 Turn on (SVG) Filters for Gtk.
2755 https://bugs.webkit.org/show_bug.cgi?id=32224
2759 2009-12-07 Dmitry Titov <dimich@chromium.org>
2761 Rubber-stamped by Darin Adler.
2763 Remove ENABLE_SHARED_SCRIPT flags
2764 https://bugs.webkit.org/show_bug.cgi?id=32245
2765 This patch was obtained by "git revert" command and then un-reverting of ChangeLog files.
2769 2009-12-06 Gustavo Noronha Silva <gns@gnome.org>
2771 Reviewed by Xan Lopez.
2773 Build the new API test.
2775 [GTK] REGRESSION: webkit thinks it can render PDFs
2776 https://bugs.webkit.org/show_bug.cgi?id=32183
2780 2009-12-05 Vincent Untz <vuntz@gnome.org>
2782 Reviewed by Gustavo Noronha.
2784 Fixes race for builds with introspection enabled, and parallel
2789 2009-12-04 Xan Lopez <xlopez@igalia.com>
2791 Reviewed by Gustavo Noronha.
2793 [GTK]Enable DNS prefetching
2794 https://bugs.webkit.org/show_bug.cgi?id=23846
2796 Bump libsoup required version to 2.29.3 for DNS prefetching.
2800 2009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2802 Rubber-stamped by Xan Lopez.
2804 Make sure we distribute and install GObject Introspection files.
2808 2009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2810 Build fix. Make sure JSCore-1.0.gir is added to the distributed
2815 2009-11-30 Xan Lopez <xlopez@igalia.com>
2817 Reviewed by Gustavo Noronha.
2819 Bump versions for 1.1.17 release.
2823 2009-11-30 Jan-Arve Sæther <jan-arve.saether@nokia.com>
2825 Reviewed by Simon Hausmann.
2827 [Qt] Fix compilation with win32-icc
2829 Include os-win32 for stdint.h since MS does not ship that in their PSDK.
2833 2009-11-26 Laszlo Gombos <laszlo.1.gombos@nokia.com>
2835 Reviewed by Oliver Hunt.
2837 Move GOwnPtr* from wtf to wtf/gtk
2838 https://bugs.webkit.org/show_bug.cgi?id=31793
2840 * GNUmakefile.am: Add JavaScriptCore/wtf/gtk to
2843 2009-11-24 Dmitry Titov <dimich@chromium.org>
2845 Reviewed by Eric Seidel.
2847 Add ENABLE_SHARED_SCRIPT feature define and flag for build-webkit
2848 https://bugs.webkit.org/show_bug.cgi?id=31444
2852 2009-11-24 Jason Smith <dark.panda@gmail.com>
2854 Reviewed by Alexey Proskuryakov.
2856 RegExp#exec's returned Array-like object behaves differently from
2858 https://bugs.webkit.org/show_bug.cgi?id=31689
2860 * LayoutTests/fast/js/regexp-in-and-foreach-handling.html: Added.
2861 * LayoutTests/fast/js/script-tests/regexp-in-and-foreach-handling.js: Added.
2862 * LayoutTests/fast/js/regexp-in-and-foreach-handling-expected.txt: Added.
2864 2009-11-24 Jens Alfke <snej@chromium.org>
2866 Reviewed by David Levin.
2868 Ignore Chromium's Xcode projects that are auto-generated from .gyp files.
2869 https://bugs.webkit.org/show_bug.cgi?id=31847
2871 * .gitignore: Add three .xcodeproj files.
2873 2009-11-09 Priit Laes <plaes@plaes.org>
2875 Reviewed by Oliver Hunt.
2877 [Gtk] Build from tarball fails with --enable-introspection
2878 https://bugs.webkit.org/show_bug.cgi?id=31261
2880 We need to enable gobject-introspection during distcheck otherwise
2881 some of the required files are missing in tarball.
2885 2009-11-05 Priit Laes <plaes@plaes.org>
2887 Reviewed by Jan Alonzo.
2889 [Gtk] Build failure with --enable-introspection
2890 https://bugs.webkit.org/show_bug.cgi?id=31102
2892 Add search and include paths for JSCore-1.0.gir required by
2893 gobject-introspection tools.
2897 2009-11-04 Benjamin Otte <otte@gnome.org>
2899 Reviewed by Gustavo Noronha.
2901 Update Cairo requirement to 1.6.
2903 https://bugs.webkit.org/show_bug.cgi?id=19266
2907 2009-11-02 Estêvão Samuel Procópio <tevaum@gmail.com>
2909 Reviewed by Gustavo Noronha.
2911 [Build] make install ignores --prefix option for gobject-introspection.
2912 https://bugs.webkit.org/show_bug.cgi?id=31025
2914 Make the build system use the --prefix path also when installing
2915 gobject-introspection files.
2917 * configure.ac: use --prefix path in GITDIR and GIRTYPELIBDIR
2919 2009-11-02 Xan Lopez <xlopez@igalia.com>
2921 Bump version before release (or post-release, depending on your
2922 point of view) so that we can make applications depending on
2923 unreleased APIs in WebKit svn fail at configure time when the
2924 requirements are not met.
2928 2009-11-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
2930 Reviewed by Eric Seidel.
2932 Turn on warnings for QtWebKit for gcc
2933 https://bugs.webkit.org/show_bug.cgi?id=30958
2935 * WebKit.pri: Turn on warnings for the GCC compiler
2937 2009-10-30 Adam Barth <abarth@webkit.org>
2939 Reviewed by Mark Rowe.
2941 Teach git to ignore some files
2942 https://bugs.webkit.org/show_bug.cgi?id=30951
2944 Ignore WebKitBuild because we never want to version that directory.
2945 Also, ignore the xcode project files so git clean doesn't blow away
2946 your project settings. Finally, ignore the compiled python files in
2947 WebKitTools/Script modules because they clutter up git status.
2949 * .gitignore: Added.
2951 2009-10-30 Roland Steiner <rolandsteiner@chromium.org>
2953 Reviewed by Eric Seidel.
2955 Remove ENABLE_RUBY guards as discussed with Dave Hyatt and Maciej Stachowiak.
2957 Bug 28420 - Implement HTML5 <ruby> rendering
2958 (https://bugs.webkit.org/show_bug.cgi?id=28420)
2960 No new tests (no functional change).
2964 2009-10-26 Holger Hans Peter Freyther <zecke@selfish.org>
2966 Rubber-stamped by Darin Adler.
2968 Export fastMalloc, fastCalloc, fastRealloc and fastFree
2969 https://bugs.webkit.org/show_bug.cgi?id=30769
2971 Export the FastMalloc functions outside of the libwebkit library
2972 to be able to instrument memory allocations. These are C++ symbols
2973 but do not require the C++ runtime to be useful and should be of
2974 no harm to plain C code.
2976 * autotools/symbols.filter:
2978 2009-10-26 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2980 Reviewed by Jan Alonzo.
2982 Alternative solution to regression introduced in r48672.
2986 2009-10-26 Xan Lopez <xlopez@igalia.com>
2988 Reviewed by Gustavo Noronha.
2990 Update for 1.1.16 release.
2994 2009-10-24 Laszlo Gombos <laszlo.1.gombos@nokia.com>
2996 Reviewed by Holger Freyther.
2998 [Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian
2999 https://bugs.webkit.org/show_bug.cgi?id=30476
3001 Set the stack size to 80 Kb and heap size to the 128kB - 32MB range
3002 to all executables linking against WebKit library.
3006 2009-10-18 Jan Michael Alonzo <jmalonzo@webkit.org>
3008 Reviewed by Holger Freyther.
3010 [GTK] Add MathML to the build system
3011 https://bugs.webkit.org/show_bug.cgi?id=30487
3013 Add --enable-mathml to configure.
3017 2009-10-15 Jan Michael Alonzo <jmalonzo@webkit.org>
3019 Reviewed by Xan Lopez.
3021 [GTK] marshal stamp files are not cleaned after a distclean
3022 https://bugs.webkit.org/show_bug.cgi?id=30156
3024 Add the stamp files directly to cleanfiles. Also rearrange the
3025 variable declarations so we don't miss any files that need to be
3026 cleaned up during the clean targets.
3030 2009-10-15 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3032 Unreviewed. Help text fix - Web Sockets default is no, not yes.
3036 2009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org>
3038 Rubberstamped by Eric Seidel.
3040 [Gtk] Fix icu CFLAG for Darwin
3041 https://bugs.webkit.org/show_bug.cgi?id=29517
3043 Don't escape the srcdir variable. Also use $host instead of the
3046 * autotools/webkit.m4:
3048 2009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org>
3050 Reviewed by Gustavo Noronha.
3052 [Gtk] Use the SQLite3 headers from WebKitLibraries if sqlite3 is undetected
3053 https://bugs.webkit.org/show_bug.cgi?id=29518
3057 2009-10-05 Zoltan Horvath <zoltan@webkit.org>
3059 Reviewed by Simon Hausmann.
3061 [Qt] Disable TCmalloc for Windows port at the present, because MinGW
3062 hasn't got built-in pthread library.
3066 2009-10-02 Prasanth Ullattil <prasanth.ullattil@nokia.com>
3068 Reviewed by Simon Hausmann.
3070 Disable a few more harmless MSVC warnings.
3074 2009-10-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
3076 Unreviewed, build fix.
3078 [Qt] Symbian build break after r48976.
3079 unix is set for Symbian in the Qt build system.
3083 2009-10-01 Zoltan Horvath <zoltan@webkit.org>
3085 Reviewed by Simon Hausmann.
3087 [Qt] Enable TCmalloc for the Linux, Mac and Windows Qt-port
3088 https://bugs.webkit.org/show_bug.cgi?id=27029
3090 Remove USE_SYSTEM_MALLOC for Linux, Mac and Windows Qt-port from WebKit.pri,
3091 so these Qt-ports will use TCmalloc as other ports.
3095 2009-10-01 Martin Robinson <martin.james.robinson@gmail.com>
3097 Reviewed by Xan Lopez.
3099 [GTK] GtkIMContext filtering interferes with DOM key events
3100 https://bugs.webkit.org/show_bug.cgi?id=28733
3102 Add new key event test ensuring that IME keypresses are handled.
3106 2009-10-01 Philippe Normand <pnormand@igalia.com>
3108 Reviewed by Xan Lopez.
3110 [GTK] data: uri support in media player
3111 https://bugs.webkit.org/show_bug.cgi?id=29842
3113 Check presence of gstreamer-pbutils-0.10.
3117 2009-09-26 David Kilzer <ddkilzer@apple.com>
3119 GTK BUILD FIX: add ENABLE_ORIENTATION_EVENTS support to configure.ac
3121 * configure.ac: Added support for ENABLE_ORIENTATION_EVENTS.
3123 2009-09-23 Xan Lopez <xlopez@igalia.com>
3125 Reviewed by Gustavo Noronha.
3127 Do not add unneeded include paths for gir files, and add the
3128 include paths for headers manually instead of relying on our own
3129 pc file and installed headers, since that adds a circular
3134 2009-09-23 Jan Michael Alonzo <jmalonzo@webkit.org>
3136 Reviewed by Xan Lopez.
3138 Minor reorganization to the patch landed in
3139 http://trac.webkit.org/changeset/48670. Also move JSCore-1.0.gir
3140 in the gtk directory as that's only useful to the Gtk port at the
3146 2009-09-23 Xan Lopez <xlopez@igalia.com>
3148 Reviewed by Gustavo Noronha.
3150 [GTK] We should generate our own gir file for introspection
3151 https://bugs.webkit.org/show_bug.cgi?id=29603
3153 Generate gir and typelib files for WebKit and JSCore. The JSCore
3154 gir file is handwritten (since it's only useful, for now, as a
3155 dependency of the WebKit gir file), the WebKit one is
3156 autogenerated from the headers.
3159 * JSCore-1.0.gir: Added.
3162 2009-09-22 Philippe Normand <pnormand@igalia.com>
3164 Reviewed by Xan Lopez.
3166 link errors due to wrong UNICODE_LIBS on Ubuntu Jaunty
3167 https://bugs.webkit.org/show_bug.cgi?id=29638
3169 Call icu-cconfig with ldflags-libsonly to prevent having a -L
3170 statement that could override libs installed in another prefix.
3172 * autotools/webkit.m4:
3174 2009-09-21 Xan Lopez <xlopez@igalia.com>
3176 Reviewed by Gustavo Noronha.
3178 Bump version for 1.1.15 release.
3182 2009-09-18 Xan Lopez <xlopez@igalia.com>
3184 Reviewed by Gustavo Noronha and Jan Alonzo.
3186 [GTK] context menu overriding API is very limited
3187 https://bugs.webkit.org/show_bug.cgi?id=27546
3189 Add new tests to the build.
3193 2009-09-18 Xan Lopez <xlopez@igalia.com>
3195 Reviewed by Gustavo Noronha and Jan Alonzo.
3197 [GTK] context menu overriding API is very limited
3198 https://bugs.webkit.org/show_bug.cgi?id=27546
3200 Add WebKitHitTestResult to the build.
3204 2009-09-10 Laszlo Gombos <laszlo.1.gombos@nokia.com>
3206 Reviewed by Ariya Hidayat.
3208 Disable some ARM compiler warnings
3209 https://bugs.webkit.org/show_bug.cgi?id=29083
3211 The following ARM compiler warnings are disabled
3213 - #68-D: integer conversion resulted in a change of sign
3214 - #111-D: statement is unreachable
3215 - #177-D: variable XXX was declared but never referenced
3216 - #368-D: class XXX defines no constructor to initialize the following: YYY
3217 - #830-D: function XXX "XXX::operator new" has no corresponding operator delete
3218 - #1293-D: assignment in condition
3222 2009-09-09 Kenneth Rohde Christiansen <kenneth@webkit.org>
3224 Reviewed by Simon Hausmann.
3226 [Qt] Add the alternative QtLauncher (based on QGraphicsView) to the build.
3228 https://bugs.webkit.org/show_bug.cgi?id=28862
3232 2009-09-07 Xan Lopez <xlopez@igalia.com>
3234 Rubber-stamped by Gustavo Noronha.
3236 Bump versions in preparation for 1.1.14 release.
3240 2009-09-07 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3242 Reviewed by Xan Lopez.
3244 https://bugs.webkit.org/show_bug.cgi?id=26854
3245 [GTK] Needs API to allow more control over outgoing requests
3247 * GNUmakefile.am: new files added to the build for new class
3248 WebKitNetworkResponse
3250 2009-09-06 Martin Robinson <martin.james.robinson@gmail.com>
3252 Reviewed by Gustavo Noronha, Jan Alonzo and Xan Lopez.
3254 [Gtk] Expose a database API
3255 https://bugs.webkit.org/show_bug.cgi?id=27899
3257 Expose an HTML5 database API for GTK+.
3261 2009-09-04 Albert Bachand <albertb@google.com>
3263 Reviewed by Eric Seidel.
3265 Modify the condition regarding the key modifier for opening combo
3266 boxes under GTK from just PLATFORM(GTK) to also look for
3267 (PLATFORM(CHROMIUM) && PLATFORM(LINUX)).
3269 * WebCore/dom/SelectElement.cpp:
3270 * WebCore/manual-tests/select-popup-on-spacebar.html:
3272 2009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org>
3274 Reviewed by Xan Lopez and Gustavo Noronha.
3276 [Gtk] Implement a WebDataSource for the gtk port
3277 https://bugs.webkit.org/show_bug.cgi?id=24758
3279 Add WebKitWebDataSource unit test to the build script
3283 2009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org>
3285 Reviewed by Xan Lopez and Gustavo Noronha.
3287 [Gtk] Implement a WebDataSource for the gtk port
3288 https://bugs.webkit.org/show_bug.cgi?id=24758
3290 Add WebKitWebDataSource and DocumentLoaderGtk to the build script.
3294 2009-09-01 Jan Michael Alonzo <jmalonzo@webkit.org>
3296 Reviewed by Xan Lopez and Gustavo Noronha.
3298 [Gtk] Implement a WebDataSource for the gtk port
3299 https://bugs.webkit.org/show_bug.cgi?id=24758
3301 Add WebKitWebResource to the build script.
3305 2009-08-28 Jan Michael Alonzo <jmalonzo@webkit.org>
3307 Reviewed by Oliver Hunt.
3309 Gtk Build broken for OSX Quartz
3310 https://bugs.webkit.org/show_bug.cgi?id=28727
3312 Define XP_UNIX for non-Win OS builds.
3316 2009-08-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3318 Reviewed by Holger Freyther.
3320 https://bugs.webkit.org/show_bug.cgi?id=25889
3321 [GTK] scrollbar policy for main frame is not implementable
3323 Adding files for the new test for window-related issues (starting
3324 with scrollbar policy).
3328 2009-08-27 Priit Laes <plaes@plaes.org>
3330 Reviewed by Xan Lopez.
3332 [GTK] Out-of-srcdir build problem
3333 https://bugs.webkit.org/show_bug.cgi?id=28741
3335 * GNUmakefile.am, autotools/webkit.m4:
3336 Fix problem with out-of-srcdir builds. Also bump required glib version.
3338 2009-08-24 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3340 Reviewed by Xan Lopez.
3342 Bump package and so versions for 1.1.13 release.
3346 2009-08-22 Javier Jardón <javierjc1982@gmail.com>
3348 [GTK] Not use deprecated symbols in WebKitWebView example code.
3349 https://bugs.webkit.org/show_bug.cgi?id=28651
3351 * WebKit/gtk/webkit/webkitwebview.cpp
3353 2009-08-18 Xan Lopez <xlopez@igalia.com>
3355 Rubber-stamped by Holger Freyther.
3357 Require at least libsoup 2.27.91 for the new password
3358 manager/authentication APIs.
3362 2009-08-18 Drew Wilson <atwilson@google.com>
3364 Reviewed by NOBODY (Build Break).
3366 Speculative fix for GTK DumpRenderTree.
3370 2009-08-18 Kent Tamura <tkent@chromium.org>
3372 Reviewed by Eric Seidel.
3374 Add --enable-datalist option.
3378 2009-08-14 Adam Bergkvist <adam.bergkvist@ericsson.com>
3380 Reviewed by Sam Weinig.
3382 [GTK] Added EventSource to the build (default on).
3383 https://bugs.webkit.org/show_bug.cgi?id=14997
3387 2009-08-14 Jan Michael Alonzo <jmalonzo@webkit.org>
3389 Rubber-stamped by Gustavo Noronha.
3391 Initialize CFLAGS and CXXFLAGS before the main body of the
3392 WEBKIT_INIT macro so C files don't get built with "-g -O2".
3394 * autotools/webkit.m4:
3396 2009-08-12 Xan Lopez <xlopez@igalia.com>
3398 Reviewed by Jan Alonzo.
3400 [GTK] Remove keyring optional features
3401 https://bugs.webkit.org/show_bug.cgi?id=28173
3403 Remove keyring support, we now do authentication storage through
3404 libsoup. We depend on libsoup master now, will bump the dependency
3405 when there's a new release.
3410 2009-08-11 Drew Wilson <atwilson@google.com>
3412 Reviewed by NOBODY (Build break).
3414 Speculative fix for GTK build break.
3418 2009-08-11 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
3420 Reviewed by Simon Hausmann.
3422 Build the TestNetscapePlugin on Qt/Mac
3426 2009-08-11 Xan Lopez <xlopez@igalia.com>
3428 Reviewed by Jan Alonzo.
3430 Prefix lengthy commands with AM_V_GEN so that they produce an
3431 output like 'GEN <filename>' when in silent mode.
3435 2009-08-05 Jan Michael Alonzo <jmalonzo@webkit.org>
3437 Reviewed by Xan Lopez.
3439 [Gtk] macros in webkit.m4 should be defined once only
3440 https://bugs.webkit.org/show_bug.cgi?id=27929
3442 The macros in webkit.m4 are not meant to be called multiple times
3443 so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
3444 AC_REQUIRE to remove the automake warnings when doing autogen.sh.
3446 Lastly, make sure CXXFLAGS and CFLAGS are defined before
3447 AC_PROG_CXX gets expanded so it doesn't add "-g -O2" on Release builds.
3449 * autotools/webkit.m4:
3451 2009-08-05 Xan Lopez <xlopez@igalia.com>
3453 Revert r46714, it was making us build debug images by default.
3455 * autotools/webkit.m4:
3457 2009-08-03 Laszlo Gombos <laszlo.1.gombos@nokia.com>
3459 Reviewed by Eric Seidel.
3461 [Qt] Consolidate common gcc flags to WebKit.pri
3462 https://bugs.webkit.org/show_bug.cgi?id=27934
3466 2009-08-03 Jan Michael Alonzo <jmalonzo@webkit.org>
3468 Rubber-stamped by Eric Seidel.
3470 [Gtk] macros in webkit.m4 should be defined once only
3471 https://bugs.webkit.org/show_bug.cgi?id=27929
3473 The macros in webkit.m4 are not meant to be called multiple times
3474 so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
3475 AC_REQUIRE to remove the automake warnings when doing autogen.sh.
3477 * autotools/webkit.m4:
3479 2009-07-29 Ariya Hidayat <ariya.hidayat@nokia.com>
3481 Reviewed by Simon Hausmann.
3483 Adding ImageDiff project file.
3485 https://bugs.webkit.org/show_bug.cgi?id=27813
3487 * WebKit.pro: Added ImageDiff.pro.
3489 2009-07-29 Jan Michael Alonzo <jmalonzo@webkit.org>
3491 Reviewed by Eric Seidel and Xan Lopez.
3493 [Gtk] Enable http/tests/appcache tests
3494 https://bugs.webkit.org/show_bug.cgi?id=27674
3496 * GNUmakefile.am: Add webkit/webkitapplicationcache.cpp
3498 2009-07-28 Xan Lopez <xlopez@igalia.com>
3500 Reviewed by Gustavo Noronha.
3502 Use automake 1.11 SILENT_RULES when present, for cleaner build
3503 output. You can disable it by passing --disable-silent-rules to
3504 configure or V=1 to make.
3506 * autotools/dolt.m4:
3509 2009-07-28 Laszlo Gombos <laszlo.1.gombos@nokia.com>
3511 Reviewed by Simon Hausmann.
3513 [Qt] Disable some compiler warnings for the win build
3514 https://bugs.webkit.org/show_bug.cgi?id=27709
3518 2009-07-28 Xan Lopez <xlopez@igalia.com>
3520 Reviewed by Gustavo Noronha.
3522 * configure.ac: bump version for 1.1.12 release.
3524 2009-07-24 Xan Lopez <xlopez@igalia.com>
3526 Reviewed by Gustavo Noronha.
3528 Remove unneeded commas from PKG_CHECK_MODULES.
3532 2009-07-24 Jan Michael Alonzo <jmalonzo@webkit.org>
3534 Reviewed by Xan Lopez.
3536 Bump pango version requirement to 1.12 which is the version that
3541 2009-07-21 Roland Steiner <rolandsteiner@google.com>
3543 Reviewed by David Levin.
3545 Add ENABLE_RUBY to list of build options
3546 https://bugs.webkit.org/show_bug.cgi?id=27324
3548 * configure.ac: Added flag ENABLE_RUBY.
3550 2009-07-20 Laszlo Gombos <laszlo.1.gombos@nokia.com>
3552 Reviewed by Holger Freyther.
3554 [Qt] Add an option for QtLauncher to build without QtUiTools dependency
3555 https://bugs.webkit.org/show_bug.cgi?id=27438
3557 Based on Norbert Leser's work.
3559 * WebKit.pri: Symbian does not have UiTools
3561 2009-07-16 Fumitoshi Ukai <ukai@chromium.org>
3563 Reviewed by David Levin.
3565 Add --web-sockets flag and ENABLE_WEB_SOCKETS define.
3566 https://bugs.webkit.org/show_bug.cgi?id=27206
3568 Add --enable-web-sockets in configure.ac
3572 2009-07-16 Laszlo Gombos <laszlo.1.gombos@nokia.com>
3574 Reviewed by Simon Hausmann.
3576 [Qt] Enable GNU compiler extensions to the ARM compiler
3577 for all Qt ports using RVCT
3578 https://bugs.webkit.org/show_bug.cgi?id=27348
3582 2009-07-15 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
3584 Rubber-stamped by Simon Hausmann.
3586 Fix the Qt/Mac build by disabling TestNetscapePlugin
3588 We should fix and enable this once we run DRT for Qt/Mac
3592 2009-07-13 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3594 Unreviewed build fix. Require the correct libsoup version now that
3599 2009-07-13 Laszlo Gombos <laszlo.1.gombos@nokia.com>
3601 Reviewed by Tor Arne Vestbø.
3603 [Qt] Build fix for QtWebKit on Win
3604 https://bugs.webkit.org/show_bug.cgi?id=27205
3606 * WebKit.pri: Include the major version number in the QtWebKit
3607 library file for Win.
3609 2009-07-13 Simon Hausmann <simon.hausmann@nokia.com>
3611 Reviewed by Ariya Hidayat.
3613 Add the test netscape plugin for the Qt DRT to the build.
3617 2009-07-13 Drew Wilson <atwilson@google.com>
3619 Reviewed by David Levin.
3621 Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs
3622 https://bugs.webkit.org/show_bug.cgi?id=26932
3624 Added ENABLE(SHARED_WORKERS) flag.
3628 2009-07-12 Xan Lopez <xlopez@igalia.com>
3630 Reviewed by Gustavo Noronha.
3632 Bump version in preparation for 1.1.11 release.
3636 2009-07-07 Norbert Leser <norbert.leser@nokia.com>
3638 Reviewed by Simon Hausmann.
3640 Exclude DumpRenderTree.pro from symbian build
3644 2009-07-09 Drew Wilson <atwilson@google.com>
3646 Reviewed by Alexey Proskuryakov.
3648 https://bugs.webkit.org/show_bug.cgi?id=26903
3650 Turned on CHANNEL_MESSAGING by default because the MessageChannel API
3651 can now be implemented for Web Workers and is reasonably stable.
3653 * configure.ac: enable CHANNEL_MESSAGING.
3655 2009-07-03 Jan Michael Alonzo <jmalonzo@webkit.org>
3657 Reviewed by Xan Lopez and Gustavo Noronha.
3659 Set user-agent from application
3660 https://bugs.webkit.org/show_bug.cgi?id=17375
3662 Define UA version macros to be used by the UA string.
3663 Add new WebSettings unit test for the User-Agent string API.
3668 2009-06-20 Gustavo Noronha Silva <gns@gnome.org>
3670 Reviewed by Jan Alonzo.
3672 Adding files for the new test case for loading statuses.
3676 2009-06-15 Xan Lopez <xlopez@igalia.com>
3678 Reviewed by Gustavo Noronha.
3680 Version bump in preparation for 1.1.10 release.
3684 2009-06-12 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
3686 Reviewed by Xan Lopez.
3688 Refactor handling of options in the build-webkit script
3690 Options are now defined in one place, and then reused when creating
3691 the usage help text, the arguments to GetOptions(), and when passing
3692 the options on to the underlying port-dependent build systems.
3694 This allows the Qt port to read the defaults for the options from the
3695 pro file (dynamically), and to pass the options on to qmake at build.
3699 2009-06-11 Laszlo Gombos <laszlo.1.gombos@nokia.com>
3701 Reviewed by Holger Freyther.
3703 [Qt] Fix release build detection
3704 https://bugs.webkit.org/show_bug.cgi?id=26267
3708 2009-06-10 Gustavo Noronha Silva <gns@gnome.org>
3710 Reviewed by Xan Lopez.
3712 Add unit tests for our WebKitNetworkRequest object.
3716 2009-06-10 Xan Lopez <xlopez@igalia.com>
3718 Reviewed by Gustavo Noronha.
3720 Version bump in preparation for 1.1.9 release.
3724 2009-06-10 Xan Lopez <xlopez@igalia.com>
3726 Reviewed by Jan Alonzo.
3728 https://bugs.webkit.org/show_bug.cgi?id=25415
3729 [GTK][ATK] Please implement support for get_text_at_offset
3731 Add new dependency on the Gail utils library, needed for our a11y
3737 2009-05-29 Gustavo Noronha Silva <gns@gnome.org>
3739 Reviewed by Jan Alonzo.
3741 Add a test-case for our HTTP backend, currently checking the
3742 ref-counting of the SoupMessage.
3746 2009-05-28 Dirk Schulze <krit@webkit.org>
3748 Reviewed by Nikolas Zimmermann.
3750 Enable the new build flag --filters for Gtk. More details in WebCore/ChangeLog.
3754 2009-05-19 Xan Lopez <xlopez@igalia.com>
3756 Reviewed by Jan Alonzo and Gustavo Noronha.
3758 https://bugs.webkit.org/show_bug.cgi?id=25415
3759 [GTK][ATK] Please implement support for get_text_at_offset
3761 Add new test file for ATK.
3765 2009-05-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3767 Rubber-stamped by Xan Lopez.
3769 Fix webkitgtk_cleanfiles to clean gtk-doc-related files in the
3770 correct directory, so that we pass make distcheck.
3774 2009-05-28 Xan Lopez <xlopez@igalia.com>
3776 Bump version numbers in preparation for 1.1.8 release.
3780 2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
3782 Unreviewed build fix. Add gstreamer-video-0.10 libs to
3783 GSTREAMER_LIBS to resolve an undefined reference to gst_video_get_size
3784 - symbol used in MediaPlayerPrivateGstreamer.
3788 2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
3790 Reviewed by Xan Lopez.
3792 [Gtk] Various autotools build refactoring and fixes
3793 https://bugs.webkit.org/show_bug.cgi?id=25286
3795 Refactor library LIBS. Move third-party libs in libwebkit instead
3800 2009-05-22 Antonio Gomes <antonio.gomes@openbossa.org>
3802 Reviewed by Gustavo Noronha.
3804 Make Gtk build not bail out if gtk-doc-tools is not installed.
3806 Warning message shown instead.
3810 2009-05-22 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3812 Reviewed by Xan Lopez.
3814 Add big warnings about the glib unicode backend being slow and
3815 incomplete, since it is a work in progress.
3817 * autotools/webkit.m4:
3820 2009-05-22 Dominik Röttsches <dominik.roettsches@access-company.com>
3822 Reviewed by Gustavo Noronha.
3824 https://bugs.webkit.org/show_bug.cgi?id=15914
3825 [GTK] Implement Unicode functionality using GLib
3827 Initial version of this patch by Jürg Billeter.
3829 Adding options for --with-unicode-backend=icu|glib
3830 and checking for pango version >= 1.21.0 if GLib backend
3831 is selected. Temporarily, until remaining parts of
3832 this patch are committed, introduce WTF_USE_GLIB_ICU_UNICODE_HYBRID
3833 macro to allow for a mixed compilation with WTF Unicode
3834 backend based on GLib while text codecs and TextBreakIterator
3835 remain ICU dependent.
3840 2009-05-18 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3842 Reviewed by Gavin Barraclough.
3844 Enable YARR, and disable WREC for GTK+.
3848 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
3850 Reviewed by Xan Lopez.
3852 [Gtk] Various autotools build refactoring and fixes
3853 https://bugs.webkit.org/show_bug.cgi?id=25286
3855 Add support for running unit tests. Also run the tests whenever
3856 the 'check' target runs.
3860 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
3862 Reviewed by Xan Lopez.
3864 [Gtk] Various autotools build refactoring and fixes
3865 https://bugs.webkit.org/show_bug.cgi?id=25286
3871 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
3873 Reviewed by Xan Lopez.
3875 [Gtk] Various autotools build refactoring and fixes
3876 https://bugs.webkit.org/show_bug.cgi?id=25286
3878 Add -no-install and -no-fast-install to programs and tests that we
3879 don't install. Also remove -O2 since this is already handled at
3884 2009-05-17 Jan Michael Alonzo <jmalonzo@webkit.org>
3886 Reviewed by Xan Lopez.
3888 [Gtk] Various autotools build refactoring and fixes
3889 https://bugs.webkit.org/show_bug.cgi?id=25286
3891 Refactor library cflags
3895 2009-05-15 Fridrich Strba <fridrich.strba@bluewin.ch>
3897 Reviewed by Jan Alonzo.
3899 Use AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM, since
3900 the JIT compiler is not a cross-compiler
3904 2009-05-13 Xan Lopez <xlopez@igalia.com>
3906 Unreviewed: bump versions in preparation for 1.1.7 release.
3910 2009-05-13 Xan Lopez <xlopez@igalia.com>
3912 Rubber-stamped by Gustavo Noronha.
3914 Revert commit r43563, since it breaks WebKitGTK+ when compiled
3919 2009-05-12 Jan Michael Alonzo <jmalonzo@webkit.org>
3921 Reviewed by Holger Freyther.
3923 [Gtk] Various autotools build refactoring and fixes
3924 https://bugs.webkit.org/show_bug.cgi?id=25286
3926 Refactor use of CFLAGS, CXXFLAGS, LIBADD and LDFLAGS.
3930 2009-05-09 Jan Michael Alonzo <jmalonzo@webkit.org>
3932 Reviewed by Gustavo Noronha.
3934 WebKit-r43163 won't build for gtk-directfb
3935 https://bugs.webkit.org/show_bug.cgi?id=25538
3937 Move the ENCHANT check out of the with_target conditional since it
3938 applies to all targets
3942 2009-05-09 Mike Hommey <glandium@debian.org>
3944 Reviewed by Geoffrey Garen. Landed by Jan Alonzo.
3946 Enable JIT on x86-64 gtk+
3947 https://bugs.webkit.org/show_bug.cgi?id=24724
3951 2009-05-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3953 Reviewed by Xan Lopez.
3955 Ship the gtk-doc.make file, so as to not depend on gtkdoc-tools.
3960 2009-05-06 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
3962 Reviewed by Simon Hausmann.
3964 Build QtWebKit as a framework on Mac
3966 This implies both debug and release build by default, unless
3967 one of the --debug or --release config options are passed to
3968 the build-webkit script.
3970 Frameworks can be disabled by passing CONFIG+=webkit_no_framework
3971 to the build-webkit script.
3973 To be able to build both debug and release targets in parallel
3974 we have to use separate output directories for the generated
3975 sources, which is not optimal, but required to avoid race conditions.
3977 An optimization would be to only require this spit-up on Mac.
3981 2009-04-30 Jan Michael Alonzo <jmalonzo@webkit.org>
3983 Unreviewed build GTK build fix
3985 * configure.ac: typo fix - javascript_debugger should be enable_javascript_debugger
3987 2009-04-30 Dimitri Glazkov <dglazkov@chromium.org>
3989 Unreviewed, build fix.
3991 https://bugs.webkit.org/show_bug.cgi?id=25470
3992 Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler.
3994 * configure.ac: Add autoconfig opt