1 2008-01-19 Jan Michael Alonzo <jmalonzo@unpluggable.com>
5 Add svg foreign object and svg experimental to the GTK+/autotools
10 2008-01-15 Alp Toker <alp@atoker.com>
12 Rubber-stamped by Anders.
14 Make the HTTP backend configurable in the GTK+ port. curl is currently
21 2008-01-15 Alp Toker <alp@atoker.com>
23 GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler
24 flags only when they're available.
26 Additionally, use -fvisibility-inlines-hidden in both debug and
27 release builds when available to match the Mac build.
32 2008-01-12 Alp Toker <alp@atoker.com>
34 Reviewed by Mark Rowe.
36 Hide non-public symbols in GTK+/autotools release builds.
40 2008-01-11 Alp Toker <alp@atoker.com>
42 Reviewed by Oliver Hunt.
44 Enable FastMalloc by default in GTK+/autotools and add a configure
50 2008-01-11 Luca Bruno <lethalman88@gmail.com>
52 Reviewed by Alp Toker.
54 http://bugs.webkit.org/show_bug.cgi?id=16838
55 [GTK] Bad autotools debug and video options
57 Fix some configure options.
61 2008-01-11 Mark Rowe <mrowe@apple.com>
63 Attempt to fix the GTK+ and Qt builds.
67 2008-01-10 Alp Toker <alp@atoker.com>
69 SVG font build fix for GTK+/autotools.
73 2008-01-05 Alp Toker <alp@atoker.com>
75 Rubber-stamped by Mark Rowe.
77 Fix configure script output with correct descriptions of the default
78 configuration options.
82 2008-01-05 Sylvain Pasche <sylvain.pasche@gmail.com>
84 Reviewed by Alp Toker.
86 http://bugs.webkit.org/show_bug.cgi?id=16736
87 Allow autogen.sh invocation from a separate build directory.
91 2008-01-04 Alp Toker <alp@atoker.com>
93 Rubber-stamped by Mark Rowe.
95 Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The
96 "rebuild rules" will now be enabled by default.
98 This obviates the need to pass '--enable-maintainer-mode' to
103 2008-01-02 Holger Hans Peter Freyther <zecke@selfish.org>
105 Rubber stamped by Alp.
107 Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break
108 the build. At least people doing a debug build on Ubuntu Hardy will see
109 the breakage. I was asked to leave the flags inside the files to ease future
115 2008-01-01 Alp Toker <alp@atoker.com>
117 GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
118 correct parameter to AM_INIT_AUTOMAKE.
122 2007-12-30 Alp Toker <alp@atoker.com>
124 Build fix for older autoconf versions.
128 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
130 Reviewed by Alp Toker.
132 Enable Database, XPath and XSLT features by default
136 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
138 Reviewed by Alp Toker.
140 http://bugs.webkit.org/show_bug.cgi?id=16669
141 autotools update and fixes
143 Various fixes to the autotools build
146 - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
147 - Fix clean rules (Rodney Dawes)
148 - Added webcore specific variables, remove STDINT_H and
149 PTHREAD_NP_H checks (already included in config.h)
151 - Loosen automake and aclocal requirement
153 - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
154 when doing a debug build (Rodney Dawes)
155 - Fix webkit target and remove traces of XBL
157 2007-12-27 Jan Michael Alonzo <jmalonzo@unpluggable.com>
159 Reviewed by Alp Toker.
161 http://bugs.webkit.org/show_bug.cgi?id=16353
162 [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
164 Added the flags mentioned in the bug only when doing 'debug'
165 builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
170 2007-12-26 Jan Michael Alonzo <jmalonzo@unpluggable.com>
172 Reviewed by Alp Toker.
174 http://bugs.webkit.org/show_bug.cgi?id=16390
175 Use autotools or GNU make as the build system for the GTK port
177 * GNUmakefile.am: Added.
179 * configure.ac: Added.
181 2007-12-20 Alp Toker <alp@atoker.com>
183 Rubber-stamped by Maciej.
185 http://bugs.webkit.org/show_bug.cgi?id=16542
186 [GTK] Text is missing with old Pango version
188 Back out commits r28880, r28876, r28865, r28864 which added Pango font
189 selection support. These changes caused a regression where no text was
190 displayed with older Pango versions.
194 2007-12-19 Alp Toker <alp@atoker.com>
196 Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
197 cairo-ft directly following changes in r28864.
201 2007-12-12 Alp Toker <alp@atoker.com>
203 Reviewed by Mark Rowe.
205 http://bugs.webkit.org/show_bug.cgi?id=16302
206 [GTK] Compiler flags for optimization
208 Use the compiler flags -fno-exceptions -fno-rtti.
210 This patch does not add all the flags discussed in the bug report,
215 2007-12-04 Xan Lopez <xan@gnome.org>
217 Reviewed by Alp Toker.
219 http://bugs.webkit.org/show_bug.cgi?id=15561
220 GTK port needs DumpRenderTree implementation
222 Start work on the GTK+ DRT.
226 2007-11-30 Alp Toker <alp@atoker.com>
228 Reviewed by Adam Roben.
230 http://bugs.webkit.org/show_bug.cgi?id=15691
231 [GTK] Public API does not follow GTK+ conventions
233 Refactor the WebKit/GTK+ public API. Changes:
234 WebKitPage -> WebKitWebView
235 WebKitFrame -> WebKitWebFrame
237 Public API source and header names have been updated to mirror the API
240 The API is now kept in WebKit/gtk/WebView to match other ports in the
241 same class such as Mac and Win.
245 2007-11-26 Rodney Dawes <dobey@wayofthemonkey.com>
247 Reviewed by Mark Rowe.
249 Set CONFIG option for the window system GTK+ is using
253 2007-11-22 Alp Toker <alp@atoker.com>
255 GTK+ build fix. Pass a correct LIBDIR value.
259 2007-11-20 Mark Rowe <mrowe@apple.com>
261 Reviewed by Alp Toker.
263 * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
265 2007-11-20 Alp Toker <alp@atoker.com>
267 Reviewed by Simon Hausmann.
269 Clean up GTK+ port configuration.
271 Use similar compiler warning flags to the Mac build.
273 Add the qmake changes needed for DirectFB support.
277 2007-11-07 Simon Hausmann <hausmann@kde.org>
281 Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
282 That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
286 2007-10-03 Lars Knoll <lars@trolltech.com>
288 Signed off by olliej.
290 move WebKitQt to WebKit/qt for consistency with the other ports.
295 2007-10-03 Lars Knoll <lars@trolltech.com>
299 Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
303 2007-09-29 Holger Hans Peter Freyther <zecke@selfish.org>
307 -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
308 Remove Bakefiles from svn.
310 * Bakefiles/Bakefiles.bkgen: Removed.
311 * Bakefiles/ChangeLog: Removed.
312 * Bakefiles/Readme.txt: Removed.
313 * Bakefiles/presets.bkl: Removed.
314 * Bakefiles/update-file-lists.py: Removed.
316 2007-09-20 Holger Hans Peter Freyther <zecke@selfish.org>
318 Rubber stamped by Adam.
320 Renamed files from *Gdk to *Gtk (see #14732) using the
321 work of Juan A. Suarez Romero as a base.
328 2007-07-29 Brian Mastenbrook <brian@mastenbrook.net>
330 Build fix for WebKit/Gtk to compile on Fedora 7 as described in
331 http://bugs.webkit.org/show_bug.cgi?id=14557
333 * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
335 2007-07-27 Simon Hausmann <hausmann@kde.org>
337 Done with and reviewed by Lars and Zack.
339 Exclude DumpRenderTree from the Qt build on Windows for now.
343 2007-07-27 Simon Hausmann <hausmann@kde.org>
345 Done with and reviewed by Lars and Zack.
347 Temporarily disable the ICO support for the Qt build on Windows.
351 2007-07-26 Simon Hausmann <hausmann@kde.org>
355 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.
359 2007-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
363 Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
368 2007-07-18 Simon Hausmann <hausmann@kde.org>
372 Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
376 2007-07-18 Timothy Hatcher <timothy@apple.com>
378 Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
379 still use this one Makefile.shared as an include.
383 2007-07-12 George Staikos <staikos@kde.org>
385 Fix build in debug mode.
389 2007-07-11 Holger Hans Peter Freyther <zecke@selfish.org>
393 As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
394 WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
396 * WebKit.pri: Adjust INCLUDEPATH
398 2007-06-25 Adam Roben <aroben@apple.com>
400 Really remove LayoutTestResults.
402 * LayoutTestResults: Removed.
404 2007-06-25 Adam Roben <aroben@apple.com>
406 Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
407 http://bugs.webkit.org/show_bug.cgi?id=14405
411 * LayoutTestResults: Removed.
413 2007-06-25 Alp Toker <alp.toker@collabora.co.uk>
417 http://bugs.webkit.org/show_bug.cgi?id=13975
418 Use system-provided libjpeg and libpng
420 * WebKit.pri: Link against external libjpeg and libpng.
422 2007-06-20 Adam Roben <aroben@apple.com>
424 Reviewed by Simon Hausmann.
426 More Gdk build fixing.
430 2007-06-15 Adam Treat <adam@staikos.net>
432 Reviewed by George Staikos.
434 Add ICO support to the Qt build.
438 2007-06-13 George Staikos <staikos@kde.org>
442 Compile without self-linking.
446 2007-06-13 Simon Hausmann <hausmann@kde.org>
450 * WebKit.pri: WebKitQt is now called QtWebKit.
452 2007-05-31 Alp Toker <alp.toker@collabora.co.uk>
454 Reviewed by Eric Seidel.
456 http://bugs.webkit.org/show_bug.cgi?id=13941
457 Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
461 2007-05-18 Holger Hans Peter Freyther <zecke@selfish.org>
463 Reviewed by Mark Rowe.
465 * WebKit.pro: Build testkjs for Gdk and Qt
467 2007-05-11 Holger Freyther <freyther@kde.org>
469 Reviewed by Mark Rowe.
471 Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
472 and add ICU configuration to QMAKE_CXXFLAGS.
476 2007-05-06 Erik Bunce <kde@bunce.us>
478 Reviewed by Mark Rowe.
481 Removed unnecessary dependency on MacPorts (/opt/local)
483 2007-05-03 Holger Freyther <freyther@kde.org>
485 Reviewed by Zack, landed by Simon.
486 This is bugzilla bug 13499.
488 * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
490 * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
493 2007-04-27 Holger Freyther <freyther@kde.org>
497 Remove unmaintained CMake build system.
499 * CMakeLists.txt: Removed.
501 2007-01-30 Simon Hausmann <hausmann@kde.org>
505 * WebKit.pri: libJavaScriptCore is gone with the Qt build
508 2007-01-26 George Staikos <staikos@kde.org>
510 Remove headers - not needed now.
514 2007-01-23 George Staikos <staikos@kde.org>
516 Put everything back since we can't build everything without it yet.
520 2007-01-16 Lars Knoll <lars@trolltech.com>
524 Remove everything but the new public API from
529 2007-01-11 George Staikos <staikos@kde.org>
535 2007-01-03 Lars Knoll <lars@trolltech.com>
541 2006-12-17 Simon Hausmann <hausmann@kde.org>
543 Reviewed by Rob Buis.
545 * WebKit.pro: Build testkjs.
547 2006-12-14 Timothy Hatcher <timothy@apple.com>
551 * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
553 2006-12-13 Maciej Stachowiak <mjs@apple.com>
555 Reviewed by Brady and Anders.
557 * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
559 2006-12-10 Zack Rusin <zack@kde.org>
561 Client classes have been moved to WebKitQt/WebCoreSupport so
562 adjusting the pri file.
566 2006-12-10 George Staikos <staikos@kde.org>
570 Add WebKitBuild/Release back to the output dir for external build cases.
574 2006-12-10 Zack Rusin <zack@kde.org>
576 Fix the link directory location.
580 2006-12-10 Lars Knoll <lars@trolltech.com>
584 Include DumpRenderTree in the Qt build
588 2006-12-09 George Staikos <staikos@kde.org>
592 Correct the path to the libraries for QMake.
596 2006-12-09 Lars Knoll <lars@trolltech.com>
600 Make it possible to build WebKit with qmake.
605 2006-11-19 Simon Hausmann <hausmann@kde.org>
609 http://bugs.webkit.org/show_bug.cgi?id=11649
611 * CMakeLists.txt: Fix Qt-only build without KDE cmake files
613 2006-10-30 Timothy Hatcher <timothy@apple.com>
617 Make the universal build return non-zero when module make fails.
621 2006-10-30 Stephanie Lewis <slewis@apple.com>
625 Change Makefiles to return non-zero when module make fails.
629 2006-10-27 Brady Eidson <beidson@apple.com>
631 Rubber stamped by Tim Hatcher
633 Added "make universal" to build universal binaries
638 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org>
642 * CMakeLists.txt: add option to disable colored output when building on the buildbot