1 2007-12-12 Alp Toker <alp@atoker.com>
5 http://bugs.webkit.org/show_bug.cgi?id=16302
6 [GTK] Compiler flags for optimization
8 Use the compiler flags -fno-exceptions -fno-rtti.
10 This patch does not add all the flags discussed in the bug report,
15 2007-12-04 Xan Lopez <xan@gnome.org>
17 Reviewed by Alp Toker.
19 http://bugs.webkit.org/show_bug.cgi?id=15561
20 GTK port needs DumpRenderTree implementation
22 Start work on the GTK+ DRT.
26 2007-11-30 Alp Toker <alp@atoker.com>
28 Reviewed by Adam Roben.
30 http://bugs.webkit.org/show_bug.cgi?id=15691
31 [GTK] Public API does not follow GTK+ conventions
33 Refactor the WebKit/GTK+ public API. Changes:
34 WebKitPage -> WebKitWebView
35 WebKitFrame -> WebKitWebFrame
37 Public API source and header names have been updated to mirror the API
40 The API is now kept in WebKit/gtk/WebView to match other ports in the
41 same class such as Mac and Win.
45 2007-11-26 Rodney Dawes <dobey@wayofthemonkey.com>
47 Reviewed by Mark Rowe.
49 Set CONFIG option for the window system GTK+ is using
53 2007-11-22 Alp Toker <alp@atoker.com>
55 GTK+ build fix. Pass a correct LIBDIR value.
59 2007-11-20 Mark Rowe <mrowe@apple.com>
61 Reviewed by Alp Toker.
63 * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
65 2007-11-20 Alp Toker <alp@atoker.com>
67 Reviewed by Simon Hausmann.
69 Clean up GTK+ port configuration.
71 Use similar compiler warning flags to the Mac build.
73 Add the qmake changes needed for DirectFB support.
77 2007-11-07 Simon Hausmann <hausmann@kde.org>
81 Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
82 That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
86 2007-10-03 Lars Knoll <lars@trolltech.com>
90 move WebKitQt to WebKit/qt for consistency with the other ports.
95 2007-10-03 Lars Knoll <lars@trolltech.com>
99 Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
103 2007-09-29 Holger Hans Peter Freyther <zecke@selfish.org>
107 -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
108 Remove Bakefiles from svn.
110 * Bakefiles/Bakefiles.bkgen: Removed.
111 * Bakefiles/ChangeLog: Removed.
112 * Bakefiles/Readme.txt: Removed.
113 * Bakefiles/presets.bkl: Removed.
114 * Bakefiles/update-file-lists.py: Removed.
116 2007-09-20 Holger Hans Peter Freyther <zecke@selfish.org>
118 Rubber stamped by Adam.
120 Renamed files from *Gdk to *Gtk (see #14732) using the
121 work of Juan A. Suarez Romero as a base.
128 2007-07-29 Brian Mastenbrook <brian@mastenbrook.net>
130 Build fix for WebKit/Gtk to compile on Fedora 7 as described in
131 http://bugs.webkit.org/show_bug.cgi?id=14557
133 * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
135 2007-07-27 Simon Hausmann <hausmann@kde.org>
137 Done with and reviewed by Lars and Zack.
139 Exclude DumpRenderTree from the Qt build on Windows for now.
143 2007-07-27 Simon Hausmann <hausmann@kde.org>
145 Done with and reviewed by Lars and Zack.
147 Temporarily disable the ICO support for the Qt build on Windows.
151 2007-07-26 Simon Hausmann <hausmann@kde.org>
155 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.
159 2007-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
163 Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
168 2007-07-18 Simon Hausmann <hausmann@kde.org>
172 Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
176 2007-07-18 Timothy Hatcher <timothy@apple.com>
178 Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
179 still use this one Makefile.shared as an include.
183 2007-07-12 George Staikos <staikos@kde.org>
185 Fix build in debug mode.
189 2007-07-11 Holger Hans Peter Freyther <zecke@selfish.org>
193 As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
194 WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
196 * WebKit.pri: Adjust INCLUDEPATH
198 2007-06-25 Adam Roben <aroben@apple.com>
200 Really remove LayoutTestResults.
202 * LayoutTestResults: Removed.
204 2007-06-25 Adam Roben <aroben@apple.com>
206 Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
207 http://bugs.webkit.org/show_bug.cgi?id=14405
211 * LayoutTestResults: Removed.
213 2007-06-25 Alp Toker <alp.toker@collabora.co.uk>
217 http://bugs.webkit.org/show_bug.cgi?id=13975
218 Use system-provided libjpeg and libpng
220 * WebKit.pri: Link against external libjpeg and libpng.
222 2007-06-20 Adam Roben <aroben@apple.com>
224 Reviewed by Simon Hausmann.
226 More Gdk build fixing.
230 2007-06-15 Adam Treat <adam@staikos.net>
232 Reviewed by George Staikos.
234 Add ICO support to the Qt build.
238 2007-06-13 George Staikos <staikos@kde.org>
242 Compile without self-linking.
246 2007-06-13 Simon Hausmann <hausmann@kde.org>
250 * WebKit.pri: WebKitQt is now called QtWebKit.
252 2007-05-31 Alp Toker <alp.toker@collabora.co.uk>
254 Reviewed by Eric Seidel.
256 http://bugs.webkit.org/show_bug.cgi?id=13941
257 Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
261 2007-05-18 Holger Hans Peter Freyther <zecke@selfish.org>
263 Reviewed by Mark Rowe.
265 * WebKit.pro: Build testkjs for Gdk and Qt
267 2007-05-11 Holger Freyther <freyther@kde.org>
269 Reviewed by Mark Rowe.
271 Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
272 and add ICU configuration to QMAKE_CXXFLAGS.
276 2007-05-06 Erik Bunce <kde@bunce.us>
278 Reviewed by Mark Rowe.
281 Removed unnecessary dependency on MacPorts (/opt/local)
283 2007-05-03 Holger Freyther <freyther@kde.org>
285 Reviewed by Zack, landed by Simon.
286 This is bugzilla bug 13499.
288 * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
290 * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
293 2007-04-27 Holger Freyther <freyther@kde.org>
297 Remove unmaintained CMake build system.
299 * CMakeLists.txt: Removed.
301 2007-01-30 Simon Hausmann <hausmann@kde.org>
305 * WebKit.pri: libJavaScriptCore is gone with the Qt build
308 2007-01-26 George Staikos <staikos@kde.org>
310 Remove headers - not needed now.
314 2007-01-23 George Staikos <staikos@kde.org>
316 Put everything back since we can't build everything without it yet.
320 2007-01-16 Lars Knoll <lars@trolltech.com>
324 Remove everything but the new public API from
329 2007-01-11 George Staikos <staikos@kde.org>
335 2007-01-03 Lars Knoll <lars@trolltech.com>
341 2006-12-17 Simon Hausmann <hausmann@kde.org>
343 Reviewed by Rob Buis.
345 * WebKit.pro: Build testkjs.
347 2006-12-14 Timothy Hatcher <timothy@apple.com>
351 * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
353 2006-12-13 Maciej Stachowiak <mjs@apple.com>
355 Reviewed by Brady and Anders.
357 * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
359 2006-12-10 Zack Rusin <zack@kde.org>
361 Client classes have been moved to WebKitQt/WebCoreSupport so
362 adjusting the pri file.
366 2006-12-10 George Staikos <staikos@kde.org>
370 Add WebKitBuild/Release back to the output dir for external build cases.
374 2006-12-10 Zack Rusin <zack@kde.org>
376 Fix the link directory location.
380 2006-12-10 Lars Knoll <lars@trolltech.com>
384 Include DumpRenderTree in the Qt build
388 2006-12-09 George Staikos <staikos@kde.org>
392 Correct the path to the libraries for QMake.
396 2006-12-09 Lars Knoll <lars@trolltech.com>
400 Make it possible to build WebKit with qmake.
405 2006-11-19 Simon Hausmann <hausmann@kde.org>
409 http://bugs.webkit.org/show_bug.cgi?id=11649
411 * CMakeLists.txt: Fix Qt-only build without KDE cmake files
413 2006-10-30 Timothy Hatcher <timothy@apple.com>
417 Make the universal build return non-zero when module make fails.
421 2006-10-30 Stephanie Lewis <slewis@apple.com>
425 Change Makefiles to return non-zero when module make fails.
429 2006-10-27 Brady Eidson <beidson@apple.com>
431 Rubber stamped by Tim Hatcher
433 Added "make universal" to build universal binaries
438 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org>
442 * CMakeLists.txt: add option to disable colored output when building on the buildbot