1 2008-01-21 Jan Michael Alonzo <jmalonzo@unpluggable.com>
5 http://bugs.webkit.org/show_bug.cgi?id=16955
6 Get errors when cross-compile webkit-gtk
8 * GNUmakefile.am: added ICU_CPPFLAGS
9 * configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS
11 2008-01-19 Jan Michael Alonzo <jmalonzo@unpluggable.com>
13 Reviewed by Alp Toker.
15 Add svg foreign object and svg experimental to the GTK+/autotools
20 2008-01-15 Alp Toker <alp@atoker.com>
22 Rubber-stamped by Anders.
24 Make the HTTP backend configurable in the GTK+ port. curl is currently
31 2008-01-15 Alp Toker <alp@atoker.com>
33 GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler
34 flags only when they're available.
36 Additionally, use -fvisibility-inlines-hidden in both debug and
37 release builds when available to match the Mac build.
42 2008-01-12 Alp Toker <alp@atoker.com>
44 Reviewed by Mark Rowe.
46 Hide non-public symbols in GTK+/autotools release builds.
50 2008-01-11 Alp Toker <alp@atoker.com>
52 Reviewed by Oliver Hunt.
54 Enable FastMalloc by default in GTK+/autotools and add a configure
60 2008-01-11 Luca Bruno <lethalman88@gmail.com>
62 Reviewed by Alp Toker.
64 http://bugs.webkit.org/show_bug.cgi?id=16838
65 [GTK] Bad autotools debug and video options
67 Fix some configure options.
71 2008-01-11 Mark Rowe <mrowe@apple.com>
73 Attempt to fix the GTK+ and Qt builds.
77 2008-01-10 Alp Toker <alp@atoker.com>
79 SVG font build fix for GTK+/autotools.
83 2008-01-05 Alp Toker <alp@atoker.com>
85 Rubber-stamped by Mark Rowe.
87 Fix configure script output with correct descriptions of the default
88 configuration options.
92 2008-01-05 Sylvain Pasche <sylvain.pasche@gmail.com>
94 Reviewed by Alp Toker.
96 http://bugs.webkit.org/show_bug.cgi?id=16736
97 Allow autogen.sh invocation from a separate build directory.
101 2008-01-04 Alp Toker <alp@atoker.com>
103 Rubber-stamped by Mark Rowe.
105 Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The
106 "rebuild rules" will now be enabled by default.
108 This obviates the need to pass '--enable-maintainer-mode' to
113 2008-01-02 Holger Hans Peter Freyther <zecke@selfish.org>
115 Rubber stamped by Alp.
117 Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break
118 the build. At least people doing a debug build on Ubuntu Hardy will see
119 the breakage. I was asked to leave the flags inside the files to ease future
125 2008-01-01 Alp Toker <alp@atoker.com>
127 GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
128 correct parameter to AM_INIT_AUTOMAKE.
132 2007-12-30 Alp Toker <alp@atoker.com>
134 Build fix for older autoconf versions.
138 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
140 Reviewed by Alp Toker.
142 Enable Database, XPath and XSLT features by default
146 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
148 Reviewed by Alp Toker.
150 http://bugs.webkit.org/show_bug.cgi?id=16669
151 autotools update and fixes
153 Various fixes to the autotools build
156 - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
157 - Fix clean rules (Rodney Dawes)
158 - Added webcore specific variables, remove STDINT_H and
159 PTHREAD_NP_H checks (already included in config.h)
161 - Loosen automake and aclocal requirement
163 - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
164 when doing a debug build (Rodney Dawes)
165 - Fix webkit target and remove traces of XBL
167 2007-12-27 Jan Michael Alonzo <jmalonzo@unpluggable.com>
169 Reviewed by Alp Toker.
171 http://bugs.webkit.org/show_bug.cgi?id=16353
172 [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
174 Added the flags mentioned in the bug only when doing 'debug'
175 builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
180 2007-12-26 Jan Michael Alonzo <jmalonzo@unpluggable.com>
182 Reviewed by Alp Toker.
184 http://bugs.webkit.org/show_bug.cgi?id=16390
185 Use autotools or GNU make as the build system for the GTK port
187 * GNUmakefile.am: Added.
189 * configure.ac: Added.
191 2007-12-20 Alp Toker <alp@atoker.com>
193 Rubber-stamped by Maciej.
195 http://bugs.webkit.org/show_bug.cgi?id=16542
196 [GTK] Text is missing with old Pango version
198 Back out commits r28880, r28876, r28865, r28864 which added Pango font
199 selection support. These changes caused a regression where no text was
200 displayed with older Pango versions.
204 2007-12-19 Alp Toker <alp@atoker.com>
206 Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
207 cairo-ft directly following changes in r28864.
211 2007-12-12 Alp Toker <alp@atoker.com>
213 Reviewed by Mark Rowe.
215 http://bugs.webkit.org/show_bug.cgi?id=16302
216 [GTK] Compiler flags for optimization
218 Use the compiler flags -fno-exceptions -fno-rtti.
220 This patch does not add all the flags discussed in the bug report,
225 2007-12-04 Xan Lopez <xan@gnome.org>
227 Reviewed by Alp Toker.
229 http://bugs.webkit.org/show_bug.cgi?id=15561
230 GTK port needs DumpRenderTree implementation
232 Start work on the GTK+ DRT.
236 2007-11-30 Alp Toker <alp@atoker.com>
238 Reviewed by Adam Roben.
240 http://bugs.webkit.org/show_bug.cgi?id=15691
241 [GTK] Public API does not follow GTK+ conventions
243 Refactor the WebKit/GTK+ public API. Changes:
244 WebKitPage -> WebKitWebView
245 WebKitFrame -> WebKitWebFrame
247 Public API source and header names have been updated to mirror the API
250 The API is now kept in WebKit/gtk/WebView to match other ports in the
251 same class such as Mac and Win.
255 2007-11-26 Rodney Dawes <dobey@wayofthemonkey.com>
257 Reviewed by Mark Rowe.
259 Set CONFIG option for the window system GTK+ is using
263 2007-11-22 Alp Toker <alp@atoker.com>
265 GTK+ build fix. Pass a correct LIBDIR value.
269 2007-11-20 Mark Rowe <mrowe@apple.com>
271 Reviewed by Alp Toker.
273 * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
275 2007-11-20 Alp Toker <alp@atoker.com>
277 Reviewed by Simon Hausmann.
279 Clean up GTK+ port configuration.
281 Use similar compiler warning flags to the Mac build.
283 Add the qmake changes needed for DirectFB support.
287 2007-11-07 Simon Hausmann <hausmann@kde.org>
291 Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
292 That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
296 2007-10-03 Lars Knoll <lars@trolltech.com>
298 Signed off by olliej.
300 move WebKitQt to WebKit/qt for consistency with the other ports.
305 2007-10-03 Lars Knoll <lars@trolltech.com>
309 Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
313 2007-09-29 Holger Hans Peter Freyther <zecke@selfish.org>
317 -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
318 Remove Bakefiles from svn.
320 * Bakefiles/Bakefiles.bkgen: Removed.
321 * Bakefiles/ChangeLog: Removed.
322 * Bakefiles/Readme.txt: Removed.
323 * Bakefiles/presets.bkl: Removed.
324 * Bakefiles/update-file-lists.py: Removed.
326 2007-09-20 Holger Hans Peter Freyther <zecke@selfish.org>
328 Rubber stamped by Adam.
330 Renamed files from *Gdk to *Gtk (see #14732) using the
331 work of Juan A. Suarez Romero as a base.
338 2007-07-29 Brian Mastenbrook <brian@mastenbrook.net>
340 Build fix for WebKit/Gtk to compile on Fedora 7 as described in
341 http://bugs.webkit.org/show_bug.cgi?id=14557
343 * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
345 2007-07-27 Simon Hausmann <hausmann@kde.org>
347 Done with and reviewed by Lars and Zack.
349 Exclude DumpRenderTree from the Qt build on Windows for now.
353 2007-07-27 Simon Hausmann <hausmann@kde.org>
355 Done with and reviewed by Lars and Zack.
357 Temporarily disable the ICO support for the Qt build on Windows.
361 2007-07-26 Simon Hausmann <hausmann@kde.org>
365 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.
369 2007-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
373 Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
378 2007-07-18 Simon Hausmann <hausmann@kde.org>
382 Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
386 2007-07-18 Timothy Hatcher <timothy@apple.com>
388 Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
389 still use this one Makefile.shared as an include.
393 2007-07-12 George Staikos <staikos@kde.org>
395 Fix build in debug mode.
399 2007-07-11 Holger Hans Peter Freyther <zecke@selfish.org>
403 As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
404 WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
406 * WebKit.pri: Adjust INCLUDEPATH
408 2007-06-25 Adam Roben <aroben@apple.com>
410 Really remove LayoutTestResults.
412 * LayoutTestResults: Removed.
414 2007-06-25 Adam Roben <aroben@apple.com>
416 Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
417 http://bugs.webkit.org/show_bug.cgi?id=14405
421 * LayoutTestResults: Removed.
423 2007-06-25 Alp Toker <alp.toker@collabora.co.uk>
427 http://bugs.webkit.org/show_bug.cgi?id=13975
428 Use system-provided libjpeg and libpng
430 * WebKit.pri: Link against external libjpeg and libpng.
432 2007-06-20 Adam Roben <aroben@apple.com>
434 Reviewed by Simon Hausmann.
436 More Gdk build fixing.
440 2007-06-15 Adam Treat <adam@staikos.net>
442 Reviewed by George Staikos.
444 Add ICO support to the Qt build.
448 2007-06-13 George Staikos <staikos@kde.org>
452 Compile without self-linking.
456 2007-06-13 Simon Hausmann <hausmann@kde.org>
460 * WebKit.pri: WebKitQt is now called QtWebKit.
462 2007-05-31 Alp Toker <alp.toker@collabora.co.uk>
464 Reviewed by Eric Seidel.
466 http://bugs.webkit.org/show_bug.cgi?id=13941
467 Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
471 2007-05-18 Holger Hans Peter Freyther <zecke@selfish.org>
473 Reviewed by Mark Rowe.
475 * WebKit.pro: Build testkjs for Gdk and Qt
477 2007-05-11 Holger Freyther <freyther@kde.org>
479 Reviewed by Mark Rowe.
481 Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
482 and add ICU configuration to QMAKE_CXXFLAGS.
486 2007-05-06 Erik Bunce <kde@bunce.us>
488 Reviewed by Mark Rowe.
491 Removed unnecessary dependency on MacPorts (/opt/local)
493 2007-05-03 Holger Freyther <freyther@kde.org>
495 Reviewed by Zack, landed by Simon.
496 This is bugzilla bug 13499.
498 * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
500 * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
503 2007-04-27 Holger Freyther <freyther@kde.org>
507 Remove unmaintained CMake build system.
509 * CMakeLists.txt: Removed.
511 2007-01-30 Simon Hausmann <hausmann@kde.org>
515 * WebKit.pri: libJavaScriptCore is gone with the Qt build
518 2007-01-26 George Staikos <staikos@kde.org>
520 Remove headers - not needed now.
524 2007-01-23 George Staikos <staikos@kde.org>
526 Put everything back since we can't build everything without it yet.
530 2007-01-16 Lars Knoll <lars@trolltech.com>
534 Remove everything but the new public API from
539 2007-01-11 George Staikos <staikos@kde.org>
545 2007-01-03 Lars Knoll <lars@trolltech.com>
551 2006-12-17 Simon Hausmann <hausmann@kde.org>
553 Reviewed by Rob Buis.
555 * WebKit.pro: Build testkjs.
557 2006-12-14 Timothy Hatcher <timothy@apple.com>
561 * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
563 2006-12-13 Maciej Stachowiak <mjs@apple.com>
565 Reviewed by Brady and Anders.
567 * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
569 2006-12-10 Zack Rusin <zack@kde.org>
571 Client classes have been moved to WebKitQt/WebCoreSupport so
572 adjusting the pri file.
576 2006-12-10 George Staikos <staikos@kde.org>
580 Add WebKitBuild/Release back to the output dir for external build cases.
584 2006-12-10 Zack Rusin <zack@kde.org>
586 Fix the link directory location.
590 2006-12-10 Lars Knoll <lars@trolltech.com>
594 Include DumpRenderTree in the Qt build
598 2006-12-09 George Staikos <staikos@kde.org>
602 Correct the path to the libraries for QMake.
606 2006-12-09 Lars Knoll <lars@trolltech.com>
610 Make it possible to build WebKit with qmake.
615 2006-11-19 Simon Hausmann <hausmann@kde.org>
619 http://bugs.webkit.org/show_bug.cgi?id=11649
621 * CMakeLists.txt: Fix Qt-only build without KDE cmake files
623 2006-10-30 Timothy Hatcher <timothy@apple.com>
627 Make the universal build return non-zero when module make fails.
631 2006-10-30 Stephanie Lewis <slewis@apple.com>
635 Change Makefiles to return non-zero when module make fails.
639 2006-10-27 Brady Eidson <beidson@apple.com>
641 Rubber stamped by Tim Hatcher
643 Added "make universal" to build universal binaries
648 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org>
652 * CMakeLists.txt: add option to disable colored output when building on the buildbot