1 2007-12-30 Alp Toker <alp@atoker.com>
3 Build fix for older autoconf versions.
7 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
11 Enable Database, XPath and XSLT features by default
15 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
17 Reviewed by Alp Toker.
19 http://bugs.webkit.org/show_bug.cgi?id=16669
20 autotools update and fixes
22 Various fixes to the autotools build
25 - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
26 - Fix clean rules (Rodney Dawes)
27 - Added webcore specific variables, remove STDINT_H and
28 PTHREAD_NP_H checks (already included in config.h)
30 - Loosen automake and aclocal requirement
32 - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
33 when doing a debug build (Rodney Dawes)
34 - Fix webkit target and remove traces of XBL
36 2007-12-27 Jan Michael Alonzo <jmalonzo@unpluggable.com>
38 Reviewed by Alp Toker.
40 http://bugs.webkit.org/show_bug.cgi?id=16353
41 [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
43 Added the flags mentioned in the bug only when doing 'debug'
44 builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
49 2007-12-26 Jan Michael Alonzo <jmalonzo@unpluggable.com>
51 Reviewed by Alp Toker.
53 http://bugs.webkit.org/show_bug.cgi?id=16390
54 Use autotools or GNU make as the build system for the GTK port
56 * GNUmakefile.am: Added.
58 * configure.ac: Added.
60 2007-12-20 Alp Toker <alp@atoker.com>
62 Rubber-stamped by Maciej.
64 http://bugs.webkit.org/show_bug.cgi?id=16542
65 [GTK] Text is missing with old Pango version
67 Back out commits r28880, r28876, r28865, r28864 which added Pango font
68 selection support. These changes caused a regression where no text was
69 displayed with older Pango versions.
73 2007-12-19 Alp Toker <alp@atoker.com>
75 Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
76 cairo-ft directly following changes in r28864.
80 2007-12-12 Alp Toker <alp@atoker.com>
82 Reviewed by Mark Rowe.
84 http://bugs.webkit.org/show_bug.cgi?id=16302
85 [GTK] Compiler flags for optimization
87 Use the compiler flags -fno-exceptions -fno-rtti.
89 This patch does not add all the flags discussed in the bug report,
94 2007-12-04 Xan Lopez <xan@gnome.org>
96 Reviewed by Alp Toker.
98 http://bugs.webkit.org/show_bug.cgi?id=15561
99 GTK port needs DumpRenderTree implementation
101 Start work on the GTK+ DRT.
105 2007-11-30 Alp Toker <alp@atoker.com>
107 Reviewed by Adam Roben.
109 http://bugs.webkit.org/show_bug.cgi?id=15691
110 [GTK] Public API does not follow GTK+ conventions
112 Refactor the WebKit/GTK+ public API. Changes:
113 WebKitPage -> WebKitWebView
114 WebKitFrame -> WebKitWebFrame
116 Public API source and header names have been updated to mirror the API
119 The API is now kept in WebKit/gtk/WebView to match other ports in the
120 same class such as Mac and Win.
124 2007-11-26 Rodney Dawes <dobey@wayofthemonkey.com>
126 Reviewed by Mark Rowe.
128 Set CONFIG option for the window system GTK+ is using
132 2007-11-22 Alp Toker <alp@atoker.com>
134 GTK+ build fix. Pass a correct LIBDIR value.
138 2007-11-20 Mark Rowe <mrowe@apple.com>
140 Reviewed by Alp Toker.
142 * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
144 2007-11-20 Alp Toker <alp@atoker.com>
146 Reviewed by Simon Hausmann.
148 Clean up GTK+ port configuration.
150 Use similar compiler warning flags to the Mac build.
152 Add the qmake changes needed for DirectFB support.
156 2007-11-07 Simon Hausmann <hausmann@kde.org>
160 Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
161 That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
165 2007-10-03 Lars Knoll <lars@trolltech.com>
167 Signed off by olliej.
169 move WebKitQt to WebKit/qt for consistency with the other ports.
174 2007-10-03 Lars Knoll <lars@trolltech.com>
178 Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
182 2007-09-29 Holger Hans Peter Freyther <zecke@selfish.org>
186 -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
187 Remove Bakefiles from svn.
189 * Bakefiles/Bakefiles.bkgen: Removed.
190 * Bakefiles/ChangeLog: Removed.
191 * Bakefiles/Readme.txt: Removed.
192 * Bakefiles/presets.bkl: Removed.
193 * Bakefiles/update-file-lists.py: Removed.
195 2007-09-20 Holger Hans Peter Freyther <zecke@selfish.org>
197 Rubber stamped by Adam.
199 Renamed files from *Gdk to *Gtk (see #14732) using the
200 work of Juan A. Suarez Romero as a base.
207 2007-07-29 Brian Mastenbrook <brian@mastenbrook.net>
209 Build fix for WebKit/Gtk to compile on Fedora 7 as described in
210 http://bugs.webkit.org/show_bug.cgi?id=14557
212 * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
214 2007-07-27 Simon Hausmann <hausmann@kde.org>
216 Done with and reviewed by Lars and Zack.
218 Exclude DumpRenderTree from the Qt build on Windows for now.
222 2007-07-27 Simon Hausmann <hausmann@kde.org>
224 Done with and reviewed by Lars and Zack.
226 Temporarily disable the ICO support for the Qt build on Windows.
230 2007-07-26 Simon Hausmann <hausmann@kde.org>
234 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.
238 2007-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
242 Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
247 2007-07-18 Simon Hausmann <hausmann@kde.org>
251 Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
255 2007-07-18 Timothy Hatcher <timothy@apple.com>
257 Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
258 still use this one Makefile.shared as an include.
262 2007-07-12 George Staikos <staikos@kde.org>
264 Fix build in debug mode.
268 2007-07-11 Holger Hans Peter Freyther <zecke@selfish.org>
272 As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
273 WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
275 * WebKit.pri: Adjust INCLUDEPATH
277 2007-06-25 Adam Roben <aroben@apple.com>
279 Really remove LayoutTestResults.
281 * LayoutTestResults: Removed.
283 2007-06-25 Adam Roben <aroben@apple.com>
285 Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
286 http://bugs.webkit.org/show_bug.cgi?id=14405
290 * LayoutTestResults: Removed.
292 2007-06-25 Alp Toker <alp.toker@collabora.co.uk>
296 http://bugs.webkit.org/show_bug.cgi?id=13975
297 Use system-provided libjpeg and libpng
299 * WebKit.pri: Link against external libjpeg and libpng.
301 2007-06-20 Adam Roben <aroben@apple.com>
303 Reviewed by Simon Hausmann.
305 More Gdk build fixing.
309 2007-06-15 Adam Treat <adam@staikos.net>
311 Reviewed by George Staikos.
313 Add ICO support to the Qt build.
317 2007-06-13 George Staikos <staikos@kde.org>
321 Compile without self-linking.
325 2007-06-13 Simon Hausmann <hausmann@kde.org>
329 * WebKit.pri: WebKitQt is now called QtWebKit.
331 2007-05-31 Alp Toker <alp.toker@collabora.co.uk>
333 Reviewed by Eric Seidel.
335 http://bugs.webkit.org/show_bug.cgi?id=13941
336 Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
340 2007-05-18 Holger Hans Peter Freyther <zecke@selfish.org>
342 Reviewed by Mark Rowe.
344 * WebKit.pro: Build testkjs for Gdk and Qt
346 2007-05-11 Holger Freyther <freyther@kde.org>
348 Reviewed by Mark Rowe.
350 Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
351 and add ICU configuration to QMAKE_CXXFLAGS.
355 2007-05-06 Erik Bunce <kde@bunce.us>
357 Reviewed by Mark Rowe.
360 Removed unnecessary dependency on MacPorts (/opt/local)
362 2007-05-03 Holger Freyther <freyther@kde.org>
364 Reviewed by Zack, landed by Simon.
365 This is bugzilla bug 13499.
367 * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
369 * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
372 2007-04-27 Holger Freyther <freyther@kde.org>
376 Remove unmaintained CMake build system.
378 * CMakeLists.txt: Removed.
380 2007-01-30 Simon Hausmann <hausmann@kde.org>
384 * WebKit.pri: libJavaScriptCore is gone with the Qt build
387 2007-01-26 George Staikos <staikos@kde.org>
389 Remove headers - not needed now.
393 2007-01-23 George Staikos <staikos@kde.org>
395 Put everything back since we can't build everything without it yet.
399 2007-01-16 Lars Knoll <lars@trolltech.com>
403 Remove everything but the new public API from
408 2007-01-11 George Staikos <staikos@kde.org>
414 2007-01-03 Lars Knoll <lars@trolltech.com>
420 2006-12-17 Simon Hausmann <hausmann@kde.org>
422 Reviewed by Rob Buis.
424 * WebKit.pro: Build testkjs.
426 2006-12-14 Timothy Hatcher <timothy@apple.com>
430 * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
432 2006-12-13 Maciej Stachowiak <mjs@apple.com>
434 Reviewed by Brady and Anders.
436 * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
438 2006-12-10 Zack Rusin <zack@kde.org>
440 Client classes have been moved to WebKitQt/WebCoreSupport so
441 adjusting the pri file.
445 2006-12-10 George Staikos <staikos@kde.org>
449 Add WebKitBuild/Release back to the output dir for external build cases.
453 2006-12-10 Zack Rusin <zack@kde.org>
455 Fix the link directory location.
459 2006-12-10 Lars Knoll <lars@trolltech.com>
463 Include DumpRenderTree in the Qt build
467 2006-12-09 George Staikos <staikos@kde.org>
471 Correct the path to the libraries for QMake.
475 2006-12-09 Lars Knoll <lars@trolltech.com>
479 Make it possible to build WebKit with qmake.
484 2006-11-19 Simon Hausmann <hausmann@kde.org>
488 http://bugs.webkit.org/show_bug.cgi?id=11649
490 * CMakeLists.txt: Fix Qt-only build without KDE cmake files
492 2006-10-30 Timothy Hatcher <timothy@apple.com>
496 Make the universal build return non-zero when module make fails.
500 2006-10-30 Stephanie Lewis <slewis@apple.com>
504 Change Makefiles to return non-zero when module make fails.
508 2006-10-27 Brady Eidson <beidson@apple.com>
510 Rubber stamped by Tim Hatcher
512 Added "make universal" to build universal binaries
517 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org>
521 * CMakeLists.txt: add option to disable colored output when building on the buildbot