1 2008-01-22 Christian Dywan <christian@imendio.com>
5 [GTK] API: WebKitWebSettings is not usable
6 http://bugs.webkit.org/show_bug.cgi?id=16219
8 Implement WebKitWebSettings.
12 2008-01-22 Simon Hausmann <hausmann@webkit.org>
16 Don't compile the ICO plugin when building against Qt >= 4.4
21 2008-01-21 Jan Michael Alonzo <jmalonzo@unpluggable.com>
23 Reviewed by Alp Toker.
25 http://bugs.webkit.org/show_bug.cgi?id=16955
26 Get errors when cross-compile webkit-gtk
28 * GNUmakefile.am: added ICU_CPPFLAGS
29 * configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS
31 2008-01-19 Jan Michael Alonzo <jmalonzo@unpluggable.com>
33 Reviewed by Alp Toker.
35 Add svg foreign object and svg experimental to the GTK+/autotools
40 2008-01-15 Alp Toker <alp@atoker.com>
42 Rubber-stamped by Anders.
44 Make the HTTP backend configurable in the GTK+ port. curl is currently
51 2008-01-15 Alp Toker <alp@atoker.com>
53 GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler
54 flags only when they're available.
56 Additionally, use -fvisibility-inlines-hidden in both debug and
57 release builds when available to match the Mac build.
62 2008-01-12 Alp Toker <alp@atoker.com>
64 Reviewed by Mark Rowe.
66 Hide non-public symbols in GTK+/autotools release builds.
70 2008-01-11 Alp Toker <alp@atoker.com>
72 Reviewed by Oliver Hunt.
74 Enable FastMalloc by default in GTK+/autotools and add a configure
80 2008-01-11 Luca Bruno <lethalman88@gmail.com>
82 Reviewed by Alp Toker.
84 http://bugs.webkit.org/show_bug.cgi?id=16838
85 [GTK] Bad autotools debug and video options
87 Fix some configure options.
91 2008-01-11 Mark Rowe <mrowe@apple.com>
93 Attempt to fix the GTK+ and Qt builds.
97 2008-01-10 Alp Toker <alp@atoker.com>
99 SVG font build fix for GTK+/autotools.
103 2008-01-05 Alp Toker <alp@atoker.com>
105 Rubber-stamped by Mark Rowe.
107 Fix configure script output with correct descriptions of the default
108 configuration options.
112 2008-01-05 Sylvain Pasche <sylvain.pasche@gmail.com>
114 Reviewed by Alp Toker.
116 http://bugs.webkit.org/show_bug.cgi?id=16736
117 Allow autogen.sh invocation from a separate build directory.
121 2008-01-04 Alp Toker <alp@atoker.com>
123 Rubber-stamped by Mark Rowe.
125 Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The
126 "rebuild rules" will now be enabled by default.
128 This obviates the need to pass '--enable-maintainer-mode' to
133 2008-01-02 Holger Hans Peter Freyther <zecke@selfish.org>
135 Rubber stamped by Alp.
137 Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break
138 the build. At least people doing a debug build on Ubuntu Hardy will see
139 the breakage. I was asked to leave the flags inside the files to ease future
145 2008-01-01 Alp Toker <alp@atoker.com>
147 GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
148 correct parameter to AM_INIT_AUTOMAKE.
152 2007-12-30 Alp Toker <alp@atoker.com>
154 Build fix for older autoconf versions.
158 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
160 Reviewed by Alp Toker.
162 Enable Database, XPath and XSLT features by default
166 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
168 Reviewed by Alp Toker.
170 http://bugs.webkit.org/show_bug.cgi?id=16669
171 autotools update and fixes
173 Various fixes to the autotools build
176 - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
177 - Fix clean rules (Rodney Dawes)
178 - Added webcore specific variables, remove STDINT_H and
179 PTHREAD_NP_H checks (already included in config.h)
181 - Loosen automake and aclocal requirement
183 - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
184 when doing a debug build (Rodney Dawes)
185 - Fix webkit target and remove traces of XBL
187 2007-12-27 Jan Michael Alonzo <jmalonzo@unpluggable.com>
189 Reviewed by Alp Toker.
191 http://bugs.webkit.org/show_bug.cgi?id=16353
192 [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
194 Added the flags mentioned in the bug only when doing 'debug'
195 builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
200 2007-12-26 Jan Michael Alonzo <jmalonzo@unpluggable.com>
202 Reviewed by Alp Toker.
204 http://bugs.webkit.org/show_bug.cgi?id=16390
205 Use autotools or GNU make as the build system for the GTK port
207 * GNUmakefile.am: Added.
209 * configure.ac: Added.
211 2007-12-20 Alp Toker <alp@atoker.com>
213 Rubber-stamped by Maciej.
215 http://bugs.webkit.org/show_bug.cgi?id=16542
216 [GTK] Text is missing with old Pango version
218 Back out commits r28880, r28876, r28865, r28864 which added Pango font
219 selection support. These changes caused a regression where no text was
220 displayed with older Pango versions.
224 2007-12-19 Alp Toker <alp@atoker.com>
226 Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
227 cairo-ft directly following changes in r28864.
231 2007-12-12 Alp Toker <alp@atoker.com>
233 Reviewed by Mark Rowe.
235 http://bugs.webkit.org/show_bug.cgi?id=16302
236 [GTK] Compiler flags for optimization
238 Use the compiler flags -fno-exceptions -fno-rtti.
240 This patch does not add all the flags discussed in the bug report,
245 2007-12-04 Xan Lopez <xan@gnome.org>
247 Reviewed by Alp Toker.
249 http://bugs.webkit.org/show_bug.cgi?id=15561
250 GTK port needs DumpRenderTree implementation
252 Start work on the GTK+ DRT.
256 2007-11-30 Alp Toker <alp@atoker.com>
258 Reviewed by Adam Roben.
260 http://bugs.webkit.org/show_bug.cgi?id=15691
261 [GTK] Public API does not follow GTK+ conventions
263 Refactor the WebKit/GTK+ public API. Changes:
264 WebKitPage -> WebKitWebView
265 WebKitFrame -> WebKitWebFrame
267 Public API source and header names have been updated to mirror the API
270 The API is now kept in WebKit/gtk/WebView to match other ports in the
271 same class such as Mac and Win.
275 2007-11-26 Rodney Dawes <dobey@wayofthemonkey.com>
277 Reviewed by Mark Rowe.
279 Set CONFIG option for the window system GTK+ is using
283 2007-11-22 Alp Toker <alp@atoker.com>
285 GTK+ build fix. Pass a correct LIBDIR value.
289 2007-11-20 Mark Rowe <mrowe@apple.com>
291 Reviewed by Alp Toker.
293 * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
295 2007-11-20 Alp Toker <alp@atoker.com>
297 Reviewed by Simon Hausmann.
299 Clean up GTK+ port configuration.
301 Use similar compiler warning flags to the Mac build.
303 Add the qmake changes needed for DirectFB support.
307 2007-11-07 Simon Hausmann <hausmann@kde.org>
311 Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
312 That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
316 2007-10-03 Lars Knoll <lars@trolltech.com>
318 Signed off by olliej.
320 move WebKitQt to WebKit/qt for consistency with the other ports.
325 2007-10-03 Lars Knoll <lars@trolltech.com>
329 Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
333 2007-09-29 Holger Hans Peter Freyther <zecke@selfish.org>
337 -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
338 Remove Bakefiles from svn.
340 * Bakefiles/Bakefiles.bkgen: Removed.
341 * Bakefiles/ChangeLog: Removed.
342 * Bakefiles/Readme.txt: Removed.
343 * Bakefiles/presets.bkl: Removed.
344 * Bakefiles/update-file-lists.py: Removed.
346 2007-09-20 Holger Hans Peter Freyther <zecke@selfish.org>
348 Rubber stamped by Adam.
350 Renamed files from *Gdk to *Gtk (see #14732) using the
351 work of Juan A. Suarez Romero as a base.
358 2007-07-29 Brian Mastenbrook <brian@mastenbrook.net>
360 Build fix for WebKit/Gtk to compile on Fedora 7 as described in
361 http://bugs.webkit.org/show_bug.cgi?id=14557
363 * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
365 2007-07-27 Simon Hausmann <hausmann@kde.org>
367 Done with and reviewed by Lars and Zack.
369 Exclude DumpRenderTree from the Qt build on Windows for now.
373 2007-07-27 Simon Hausmann <hausmann@kde.org>
375 Done with and reviewed by Lars and Zack.
377 Temporarily disable the ICO support for the Qt build on Windows.
381 2007-07-26 Simon Hausmann <hausmann@kde.org>
385 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.
389 2007-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
393 Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
398 2007-07-18 Simon Hausmann <hausmann@kde.org>
402 Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
406 2007-07-18 Timothy Hatcher <timothy@apple.com>
408 Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
409 still use this one Makefile.shared as an include.
413 2007-07-12 George Staikos <staikos@kde.org>
415 Fix build in debug mode.
419 2007-07-11 Holger Hans Peter Freyther <zecke@selfish.org>
423 As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
424 WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
426 * WebKit.pri: Adjust INCLUDEPATH
428 2007-06-25 Adam Roben <aroben@apple.com>
430 Really remove LayoutTestResults.
432 * LayoutTestResults: Removed.
434 2007-06-25 Adam Roben <aroben@apple.com>
436 Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
437 http://bugs.webkit.org/show_bug.cgi?id=14405
441 * LayoutTestResults: Removed.
443 2007-06-25 Alp Toker <alp.toker@collabora.co.uk>
447 http://bugs.webkit.org/show_bug.cgi?id=13975
448 Use system-provided libjpeg and libpng
450 * WebKit.pri: Link against external libjpeg and libpng.
452 2007-06-20 Adam Roben <aroben@apple.com>
454 Reviewed by Simon Hausmann.
456 More Gdk build fixing.
460 2007-06-15 Adam Treat <adam@staikos.net>
462 Reviewed by George Staikos.
464 Add ICO support to the Qt build.
468 2007-06-13 George Staikos <staikos@kde.org>
472 Compile without self-linking.
476 2007-06-13 Simon Hausmann <hausmann@kde.org>
480 * WebKit.pri: WebKitQt is now called QtWebKit.
482 2007-05-31 Alp Toker <alp.toker@collabora.co.uk>
484 Reviewed by Eric Seidel.
486 http://bugs.webkit.org/show_bug.cgi?id=13941
487 Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
491 2007-05-18 Holger Hans Peter Freyther <zecke@selfish.org>
493 Reviewed by Mark Rowe.
495 * WebKit.pro: Build testkjs for Gdk and Qt
497 2007-05-11 Holger Freyther <freyther@kde.org>
499 Reviewed by Mark Rowe.
501 Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
502 and add ICU configuration to QMAKE_CXXFLAGS.
506 2007-05-06 Erik Bunce <kde@bunce.us>
508 Reviewed by Mark Rowe.
511 Removed unnecessary dependency on MacPorts (/opt/local)
513 2007-05-03 Holger Freyther <freyther@kde.org>
515 Reviewed by Zack, landed by Simon.
516 This is bugzilla bug 13499.
518 * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
520 * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
523 2007-04-27 Holger Freyther <freyther@kde.org>
527 Remove unmaintained CMake build system.
529 * CMakeLists.txt: Removed.
531 2007-01-30 Simon Hausmann <hausmann@kde.org>
535 * WebKit.pri: libJavaScriptCore is gone with the Qt build
538 2007-01-26 George Staikos <staikos@kde.org>
540 Remove headers - not needed now.
544 2007-01-23 George Staikos <staikos@kde.org>
546 Put everything back since we can't build everything without it yet.
550 2007-01-16 Lars Knoll <lars@trolltech.com>
554 Remove everything but the new public API from
559 2007-01-11 George Staikos <staikos@kde.org>
565 2007-01-03 Lars Knoll <lars@trolltech.com>
571 2006-12-17 Simon Hausmann <hausmann@kde.org>
573 Reviewed by Rob Buis.
575 * WebKit.pro: Build testkjs.
577 2006-12-14 Timothy Hatcher <timothy@apple.com>
581 * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
583 2006-12-13 Maciej Stachowiak <mjs@apple.com>
585 Reviewed by Brady and Anders.
587 * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
589 2006-12-10 Zack Rusin <zack@kde.org>
591 Client classes have been moved to WebKitQt/WebCoreSupport so
592 adjusting the pri file.
596 2006-12-10 George Staikos <staikos@kde.org>
600 Add WebKitBuild/Release back to the output dir for external build cases.
604 2006-12-10 Zack Rusin <zack@kde.org>
606 Fix the link directory location.
610 2006-12-10 Lars Knoll <lars@trolltech.com>
614 Include DumpRenderTree in the Qt build
618 2006-12-09 George Staikos <staikos@kde.org>
622 Correct the path to the libraries for QMake.
626 2006-12-09 Lars Knoll <lars@trolltech.com>
630 Make it possible to build WebKit with qmake.
635 2006-11-19 Simon Hausmann <hausmann@kde.org>
639 http://bugs.webkit.org/show_bug.cgi?id=11649
641 * CMakeLists.txt: Fix Qt-only build without KDE cmake files
643 2006-10-30 Timothy Hatcher <timothy@apple.com>
647 Make the universal build return non-zero when module make fails.
651 2006-10-30 Stephanie Lewis <slewis@apple.com>
655 Change Makefiles to return non-zero when module make fails.
659 2006-10-27 Brady Eidson <beidson@apple.com>
661 Rubber stamped by Tim Hatcher
663 Added "make universal" to build universal binaries
668 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org>
672 * CMakeLists.txt: add option to disable colored output when building on the buildbot