1 2008-01-22 Simon Hausmann <hausmann@webkit.org>
5 Don't compile the ICO plugin when building against Qt >= 4.4
10 2008-01-21 Jan Michael Alonzo <jmalonzo@unpluggable.com>
12 Reviewed by Alp Toker.
14 http://bugs.webkit.org/show_bug.cgi?id=16955
15 Get errors when cross-compile webkit-gtk
17 * GNUmakefile.am: added ICU_CPPFLAGS
18 * configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS
20 2008-01-19 Jan Michael Alonzo <jmalonzo@unpluggable.com>
22 Reviewed by Alp Toker.
24 Add svg foreign object and svg experimental to the GTK+/autotools
29 2008-01-15 Alp Toker <alp@atoker.com>
31 Rubber-stamped by Anders.
33 Make the HTTP backend configurable in the GTK+ port. curl is currently
40 2008-01-15 Alp Toker <alp@atoker.com>
42 GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler
43 flags only when they're available.
45 Additionally, use -fvisibility-inlines-hidden in both debug and
46 release builds when available to match the Mac build.
51 2008-01-12 Alp Toker <alp@atoker.com>
53 Reviewed by Mark Rowe.
55 Hide non-public symbols in GTK+/autotools release builds.
59 2008-01-11 Alp Toker <alp@atoker.com>
61 Reviewed by Oliver Hunt.
63 Enable FastMalloc by default in GTK+/autotools and add a configure
69 2008-01-11 Luca Bruno <lethalman88@gmail.com>
71 Reviewed by Alp Toker.
73 http://bugs.webkit.org/show_bug.cgi?id=16838
74 [GTK] Bad autotools debug and video options
76 Fix some configure options.
80 2008-01-11 Mark Rowe <mrowe@apple.com>
82 Attempt to fix the GTK+ and Qt builds.
86 2008-01-10 Alp Toker <alp@atoker.com>
88 SVG font build fix for GTK+/autotools.
92 2008-01-05 Alp Toker <alp@atoker.com>
94 Rubber-stamped by Mark Rowe.
96 Fix configure script output with correct descriptions of the default
97 configuration options.
101 2008-01-05 Sylvain Pasche <sylvain.pasche@gmail.com>
103 Reviewed by Alp Toker.
105 http://bugs.webkit.org/show_bug.cgi?id=16736
106 Allow autogen.sh invocation from a separate build directory.
110 2008-01-04 Alp Toker <alp@atoker.com>
112 Rubber-stamped by Mark Rowe.
114 Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The
115 "rebuild rules" will now be enabled by default.
117 This obviates the need to pass '--enable-maintainer-mode' to
122 2008-01-02 Holger Hans Peter Freyther <zecke@selfish.org>
124 Rubber stamped by Alp.
126 Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break
127 the build. At least people doing a debug build on Ubuntu Hardy will see
128 the breakage. I was asked to leave the flags inside the files to ease future
134 2008-01-01 Alp Toker <alp@atoker.com>
136 GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
137 correct parameter to AM_INIT_AUTOMAKE.
141 2007-12-30 Alp Toker <alp@atoker.com>
143 Build fix for older autoconf versions.
147 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
149 Reviewed by Alp Toker.
151 Enable Database, XPath and XSLT features by default
155 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
157 Reviewed by Alp Toker.
159 http://bugs.webkit.org/show_bug.cgi?id=16669
160 autotools update and fixes
162 Various fixes to the autotools build
165 - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
166 - Fix clean rules (Rodney Dawes)
167 - Added webcore specific variables, remove STDINT_H and
168 PTHREAD_NP_H checks (already included in config.h)
170 - Loosen automake and aclocal requirement
172 - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
173 when doing a debug build (Rodney Dawes)
174 - Fix webkit target and remove traces of XBL
176 2007-12-27 Jan Michael Alonzo <jmalonzo@unpluggable.com>
178 Reviewed by Alp Toker.
180 http://bugs.webkit.org/show_bug.cgi?id=16353
181 [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
183 Added the flags mentioned in the bug only when doing 'debug'
184 builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
189 2007-12-26 Jan Michael Alonzo <jmalonzo@unpluggable.com>
191 Reviewed by Alp Toker.
193 http://bugs.webkit.org/show_bug.cgi?id=16390
194 Use autotools or GNU make as the build system for the GTK port
196 * GNUmakefile.am: Added.
198 * configure.ac: Added.
200 2007-12-20 Alp Toker <alp@atoker.com>
202 Rubber-stamped by Maciej.
204 http://bugs.webkit.org/show_bug.cgi?id=16542
205 [GTK] Text is missing with old Pango version
207 Back out commits r28880, r28876, r28865, r28864 which added Pango font
208 selection support. These changes caused a regression where no text was
209 displayed with older Pango versions.
213 2007-12-19 Alp Toker <alp@atoker.com>
215 Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
216 cairo-ft directly following changes in r28864.
220 2007-12-12 Alp Toker <alp@atoker.com>
222 Reviewed by Mark Rowe.
224 http://bugs.webkit.org/show_bug.cgi?id=16302
225 [GTK] Compiler flags for optimization
227 Use the compiler flags -fno-exceptions -fno-rtti.
229 This patch does not add all the flags discussed in the bug report,
234 2007-12-04 Xan Lopez <xan@gnome.org>
236 Reviewed by Alp Toker.
238 http://bugs.webkit.org/show_bug.cgi?id=15561
239 GTK port needs DumpRenderTree implementation
241 Start work on the GTK+ DRT.
245 2007-11-30 Alp Toker <alp@atoker.com>
247 Reviewed by Adam Roben.
249 http://bugs.webkit.org/show_bug.cgi?id=15691
250 [GTK] Public API does not follow GTK+ conventions
252 Refactor the WebKit/GTK+ public API. Changes:
253 WebKitPage -> WebKitWebView
254 WebKitFrame -> WebKitWebFrame
256 Public API source and header names have been updated to mirror the API
259 The API is now kept in WebKit/gtk/WebView to match other ports in the
260 same class such as Mac and Win.
264 2007-11-26 Rodney Dawes <dobey@wayofthemonkey.com>
266 Reviewed by Mark Rowe.
268 Set CONFIG option for the window system GTK+ is using
272 2007-11-22 Alp Toker <alp@atoker.com>
274 GTK+ build fix. Pass a correct LIBDIR value.
278 2007-11-20 Mark Rowe <mrowe@apple.com>
280 Reviewed by Alp Toker.
282 * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
284 2007-11-20 Alp Toker <alp@atoker.com>
286 Reviewed by Simon Hausmann.
288 Clean up GTK+ port configuration.
290 Use similar compiler warning flags to the Mac build.
292 Add the qmake changes needed for DirectFB support.
296 2007-11-07 Simon Hausmann <hausmann@kde.org>
300 Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
301 That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
305 2007-10-03 Lars Knoll <lars@trolltech.com>
307 Signed off by olliej.
309 move WebKitQt to WebKit/qt for consistency with the other ports.
314 2007-10-03 Lars Knoll <lars@trolltech.com>
318 Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
322 2007-09-29 Holger Hans Peter Freyther <zecke@selfish.org>
326 -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
327 Remove Bakefiles from svn.
329 * Bakefiles/Bakefiles.bkgen: Removed.
330 * Bakefiles/ChangeLog: Removed.
331 * Bakefiles/Readme.txt: Removed.
332 * Bakefiles/presets.bkl: Removed.
333 * Bakefiles/update-file-lists.py: Removed.
335 2007-09-20 Holger Hans Peter Freyther <zecke@selfish.org>
337 Rubber stamped by Adam.
339 Renamed files from *Gdk to *Gtk (see #14732) using the
340 work of Juan A. Suarez Romero as a base.
347 2007-07-29 Brian Mastenbrook <brian@mastenbrook.net>
349 Build fix for WebKit/Gtk to compile on Fedora 7 as described in
350 http://bugs.webkit.org/show_bug.cgi?id=14557
352 * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
354 2007-07-27 Simon Hausmann <hausmann@kde.org>
356 Done with and reviewed by Lars and Zack.
358 Exclude DumpRenderTree from the Qt build on Windows for now.
362 2007-07-27 Simon Hausmann <hausmann@kde.org>
364 Done with and reviewed by Lars and Zack.
366 Temporarily disable the ICO support for the Qt build on Windows.
370 2007-07-26 Simon Hausmann <hausmann@kde.org>
374 Use QMAKE_LIBDIR instead of QMAKE_LFLAGS to specify the library search path for QtWebKit, as the former is portable and correctly transformed to /LIBPATH: with msvc for example.
378 2007-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
382 Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
387 2007-07-18 Simon Hausmann <hausmann@kde.org>
391 Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
395 2007-07-18 Timothy Hatcher <timothy@apple.com>
397 Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
398 still use this one Makefile.shared as an include.
402 2007-07-12 George Staikos <staikos@kde.org>
404 Fix build in debug mode.
408 2007-07-11 Holger Hans Peter Freyther <zecke@selfish.org>
412 As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
413 WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
415 * WebKit.pri: Adjust INCLUDEPATH
417 2007-06-25 Adam Roben <aroben@apple.com>
419 Really remove LayoutTestResults.
421 * LayoutTestResults: Removed.
423 2007-06-25 Adam Roben <aroben@apple.com>
425 Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
426 http://bugs.webkit.org/show_bug.cgi?id=14405
430 * LayoutTestResults: Removed.
432 2007-06-25 Alp Toker <alp.toker@collabora.co.uk>
436 http://bugs.webkit.org/show_bug.cgi?id=13975
437 Use system-provided libjpeg and libpng
439 * WebKit.pri: Link against external libjpeg and libpng.
441 2007-06-20 Adam Roben <aroben@apple.com>
443 Reviewed by Simon Hausmann.
445 More Gdk build fixing.
449 2007-06-15 Adam Treat <adam@staikos.net>
451 Reviewed by George Staikos.
453 Add ICO support to the Qt build.
457 2007-06-13 George Staikos <staikos@kde.org>
461 Compile without self-linking.
465 2007-06-13 Simon Hausmann <hausmann@kde.org>
469 * WebKit.pri: WebKitQt is now called QtWebKit.
471 2007-05-31 Alp Toker <alp.toker@collabora.co.uk>
473 Reviewed by Eric Seidel.
475 http://bugs.webkit.org/show_bug.cgi?id=13941
476 Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
480 2007-05-18 Holger Hans Peter Freyther <zecke@selfish.org>
482 Reviewed by Mark Rowe.
484 * WebKit.pro: Build testkjs for Gdk and Qt
486 2007-05-11 Holger Freyther <freyther@kde.org>
488 Reviewed by Mark Rowe.
490 Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
491 and add ICU configuration to QMAKE_CXXFLAGS.
495 2007-05-06 Erik Bunce <kde@bunce.us>
497 Reviewed by Mark Rowe.
500 Removed unnecessary dependency on MacPorts (/opt/local)
502 2007-05-03 Holger Freyther <freyther@kde.org>
504 Reviewed by Zack, landed by Simon.
505 This is bugzilla bug 13499.
507 * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
509 * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
512 2007-04-27 Holger Freyther <freyther@kde.org>
516 Remove unmaintained CMake build system.
518 * CMakeLists.txt: Removed.
520 2007-01-30 Simon Hausmann <hausmann@kde.org>
524 * WebKit.pri: libJavaScriptCore is gone with the Qt build
527 2007-01-26 George Staikos <staikos@kde.org>
529 Remove headers - not needed now.
533 2007-01-23 George Staikos <staikos@kde.org>
535 Put everything back since we can't build everything without it yet.
539 2007-01-16 Lars Knoll <lars@trolltech.com>
543 Remove everything but the new public API from
548 2007-01-11 George Staikos <staikos@kde.org>
554 2007-01-03 Lars Knoll <lars@trolltech.com>
560 2006-12-17 Simon Hausmann <hausmann@kde.org>
562 Reviewed by Rob Buis.
564 * WebKit.pro: Build testkjs.
566 2006-12-14 Timothy Hatcher <timothy@apple.com>
570 * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
572 2006-12-13 Maciej Stachowiak <mjs@apple.com>
574 Reviewed by Brady and Anders.
576 * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
578 2006-12-10 Zack Rusin <zack@kde.org>
580 Client classes have been moved to WebKitQt/WebCoreSupport so
581 adjusting the pri file.
585 2006-12-10 George Staikos <staikos@kde.org>
589 Add WebKitBuild/Release back to the output dir for external build cases.
593 2006-12-10 Zack Rusin <zack@kde.org>
595 Fix the link directory location.
599 2006-12-10 Lars Knoll <lars@trolltech.com>
603 Include DumpRenderTree in the Qt build
607 2006-12-09 George Staikos <staikos@kde.org>
611 Correct the path to the libraries for QMake.
615 2006-12-09 Lars Knoll <lars@trolltech.com>
619 Make it possible to build WebKit with qmake.
624 2006-11-19 Simon Hausmann <hausmann@kde.org>
628 http://bugs.webkit.org/show_bug.cgi?id=11649
630 * CMakeLists.txt: Fix Qt-only build without KDE cmake files
632 2006-10-30 Timothy Hatcher <timothy@apple.com>
636 Make the universal build return non-zero when module make fails.
640 2006-10-30 Stephanie Lewis <slewis@apple.com>
644 Change Makefiles to return non-zero when module make fails.
648 2006-10-27 Brady Eidson <beidson@apple.com>
650 Rubber stamped by Tim Hatcher
652 Added "make universal" to build universal binaries
657 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org>
661 * CMakeLists.txt: add option to disable colored output when building on the buildbot