1 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
5 http://bugs.webkit.org/show_bug.cgi?id=16669
6 autotools update and fixes
8 Various fixes to the autotools build
11 - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
12 - Fix clean rules (Rodney Dawes)
13 - Added webcore specific variables, remove STDINT_H and
14 PTHREAD_NP_H checks (already included in config.h)
16 - Loosen automake and aclocal requirement
18 - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
19 when doing a debug build (Rodney Dawes)
20 - Fix webkit target and remove traces of XBL
22 2007-12-27 Jan Michael Alonzo <jmalonzo@unpluggable.com>
24 Reviewed by Alp Toker.
26 http://bugs.webkit.org/show_bug.cgi?id=16353
27 [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
29 Added the flags mentioned in the bug only when doing 'debug'
30 builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
35 2007-12-26 Jan Michael Alonzo <jmalonzo@unpluggable.com>
37 Reviewed by Alp Toker.
39 http://bugs.webkit.org/show_bug.cgi?id=16390
40 Use autotools or GNU make as the build system for the GTK port
42 * GNUmakefile.am: Added.
44 * configure.ac: Added.
46 2007-12-20 Alp Toker <alp@atoker.com>
48 Rubber-stamped by Maciej.
50 http://bugs.webkit.org/show_bug.cgi?id=16542
51 [GTK] Text is missing with old Pango version
53 Back out commits r28880, r28876, r28865, r28864 which added Pango font
54 selection support. These changes caused a regression where no text was
55 displayed with older Pango versions.
59 2007-12-19 Alp Toker <alp@atoker.com>
61 Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
62 cairo-ft directly following changes in r28864.
66 2007-12-12 Alp Toker <alp@atoker.com>
68 Reviewed by Mark Rowe.
70 http://bugs.webkit.org/show_bug.cgi?id=16302
71 [GTK] Compiler flags for optimization
73 Use the compiler flags -fno-exceptions -fno-rtti.
75 This patch does not add all the flags discussed in the bug report,
80 2007-12-04 Xan Lopez <xan@gnome.org>
82 Reviewed by Alp Toker.
84 http://bugs.webkit.org/show_bug.cgi?id=15561
85 GTK port needs DumpRenderTree implementation
87 Start work on the GTK+ DRT.
91 2007-11-30 Alp Toker <alp@atoker.com>
93 Reviewed by Adam Roben.
95 http://bugs.webkit.org/show_bug.cgi?id=15691
96 [GTK] Public API does not follow GTK+ conventions
98 Refactor the WebKit/GTK+ public API. Changes:
99 WebKitPage -> WebKitWebView
100 WebKitFrame -> WebKitWebFrame
102 Public API source and header names have been updated to mirror the API
105 The API is now kept in WebKit/gtk/WebView to match other ports in the
106 same class such as Mac and Win.
110 2007-11-26 Rodney Dawes <dobey@wayofthemonkey.com>
112 Reviewed by Mark Rowe.
114 Set CONFIG option for the window system GTK+ is using
118 2007-11-22 Alp Toker <alp@atoker.com>
120 GTK+ build fix. Pass a correct LIBDIR value.
124 2007-11-20 Mark Rowe <mrowe@apple.com>
126 Reviewed by Alp Toker.
128 * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
130 2007-11-20 Alp Toker <alp@atoker.com>
132 Reviewed by Simon Hausmann.
134 Clean up GTK+ port configuration.
136 Use similar compiler warning flags to the Mac build.
138 Add the qmake changes needed for DirectFB support.
142 2007-11-07 Simon Hausmann <hausmann@kde.org>
146 Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
147 That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
151 2007-10-03 Lars Knoll <lars@trolltech.com>
153 Signed off by olliej.
155 move WebKitQt to WebKit/qt for consistency with the other ports.
160 2007-10-03 Lars Knoll <lars@trolltech.com>
164 Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
168 2007-09-29 Holger Hans Peter Freyther <zecke@selfish.org>
172 -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
173 Remove Bakefiles from svn.
175 * Bakefiles/Bakefiles.bkgen: Removed.
176 * Bakefiles/ChangeLog: Removed.
177 * Bakefiles/Readme.txt: Removed.
178 * Bakefiles/presets.bkl: Removed.
179 * Bakefiles/update-file-lists.py: Removed.
181 2007-09-20 Holger Hans Peter Freyther <zecke@selfish.org>
183 Rubber stamped by Adam.
185 Renamed files from *Gdk to *Gtk (see #14732) using the
186 work of Juan A. Suarez Romero as a base.
193 2007-07-29 Brian Mastenbrook <brian@mastenbrook.net>
195 Build fix for WebKit/Gtk to compile on Fedora 7 as described in
196 http://bugs.webkit.org/show_bug.cgi?id=14557
198 * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
200 2007-07-27 Simon Hausmann <hausmann@kde.org>
202 Done with and reviewed by Lars and Zack.
204 Exclude DumpRenderTree from the Qt build on Windows for now.
208 2007-07-27 Simon Hausmann <hausmann@kde.org>
210 Done with and reviewed by Lars and Zack.
212 Temporarily disable the ICO support for the Qt build on Windows.
216 2007-07-26 Simon Hausmann <hausmann@kde.org>
220 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.
224 2007-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
228 Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
233 2007-07-18 Simon Hausmann <hausmann@kde.org>
237 Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
241 2007-07-18 Timothy Hatcher <timothy@apple.com>
243 Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
244 still use this one Makefile.shared as an include.
248 2007-07-12 George Staikos <staikos@kde.org>
250 Fix build in debug mode.
254 2007-07-11 Holger Hans Peter Freyther <zecke@selfish.org>
258 As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
259 WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
261 * WebKit.pri: Adjust INCLUDEPATH
263 2007-06-25 Adam Roben <aroben@apple.com>
265 Really remove LayoutTestResults.
267 * LayoutTestResults: Removed.
269 2007-06-25 Adam Roben <aroben@apple.com>
271 Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
272 http://bugs.webkit.org/show_bug.cgi?id=14405
276 * LayoutTestResults: Removed.
278 2007-06-25 Alp Toker <alp.toker@collabora.co.uk>
282 http://bugs.webkit.org/show_bug.cgi?id=13975
283 Use system-provided libjpeg and libpng
285 * WebKit.pri: Link against external libjpeg and libpng.
287 2007-06-20 Adam Roben <aroben@apple.com>
289 Reviewed by Simon Hausmann.
291 More Gdk build fixing.
295 2007-06-15 Adam Treat <adam@staikos.net>
297 Reviewed by George Staikos.
299 Add ICO support to the Qt build.
303 2007-06-13 George Staikos <staikos@kde.org>
307 Compile without self-linking.
311 2007-06-13 Simon Hausmann <hausmann@kde.org>
315 * WebKit.pri: WebKitQt is now called QtWebKit.
317 2007-05-31 Alp Toker <alp.toker@collabora.co.uk>
319 Reviewed by Eric Seidel.
321 http://bugs.webkit.org/show_bug.cgi?id=13941
322 Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
326 2007-05-18 Holger Hans Peter Freyther <zecke@selfish.org>
328 Reviewed by Mark Rowe.
330 * WebKit.pro: Build testkjs for Gdk and Qt
332 2007-05-11 Holger Freyther <freyther@kde.org>
334 Reviewed by Mark Rowe.
336 Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
337 and add ICU configuration to QMAKE_CXXFLAGS.
341 2007-05-06 Erik Bunce <kde@bunce.us>
343 Reviewed by Mark Rowe.
346 Removed unnecessary dependency on MacPorts (/opt/local)
348 2007-05-03 Holger Freyther <freyther@kde.org>
350 Reviewed by Zack, landed by Simon.
351 This is bugzilla bug 13499.
353 * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
355 * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
358 2007-04-27 Holger Freyther <freyther@kde.org>
362 Remove unmaintained CMake build system.
364 * CMakeLists.txt: Removed.
366 2007-01-30 Simon Hausmann <hausmann@kde.org>
370 * WebKit.pri: libJavaScriptCore is gone with the Qt build
373 2007-01-26 George Staikos <staikos@kde.org>
375 Remove headers - not needed now.
379 2007-01-23 George Staikos <staikos@kde.org>
381 Put everything back since we can't build everything without it yet.
385 2007-01-16 Lars Knoll <lars@trolltech.com>
389 Remove everything but the new public API from
394 2007-01-11 George Staikos <staikos@kde.org>
400 2007-01-03 Lars Knoll <lars@trolltech.com>
406 2006-12-17 Simon Hausmann <hausmann@kde.org>
408 Reviewed by Rob Buis.
410 * WebKit.pro: Build testkjs.
412 2006-12-14 Timothy Hatcher <timothy@apple.com>
416 * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
418 2006-12-13 Maciej Stachowiak <mjs@apple.com>
420 Reviewed by Brady and Anders.
422 * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
424 2006-12-10 Zack Rusin <zack@kde.org>
426 Client classes have been moved to WebKitQt/WebCoreSupport so
427 adjusting the pri file.
431 2006-12-10 George Staikos <staikos@kde.org>
435 Add WebKitBuild/Release back to the output dir for external build cases.
439 2006-12-10 Zack Rusin <zack@kde.org>
441 Fix the link directory location.
445 2006-12-10 Lars Knoll <lars@trolltech.com>
449 Include DumpRenderTree in the Qt build
453 2006-12-09 George Staikos <staikos@kde.org>
457 Correct the path to the libraries for QMake.
461 2006-12-09 Lars Knoll <lars@trolltech.com>
465 Make it possible to build WebKit with qmake.
470 2006-11-19 Simon Hausmann <hausmann@kde.org>
474 http://bugs.webkit.org/show_bug.cgi?id=11649
476 * CMakeLists.txt: Fix Qt-only build without KDE cmake files
478 2006-10-30 Timothy Hatcher <timothy@apple.com>
482 Make the universal build return non-zero when module make fails.
486 2006-10-30 Stephanie Lewis <slewis@apple.com>
490 Change Makefiles to return non-zero when module make fails.
494 2006-10-27 Brady Eidson <beidson@apple.com>
496 Rubber stamped by Tim Hatcher
498 Added "make universal" to build universal binaries
503 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org>
507 * CMakeLists.txt: add option to disable colored output when building on the buildbot