alp@webkit.org | 94c0655 | 2008-01-31 23:51:53 +0000 | [diff] [blame] | 1 | 2008-01-31 Alp Toker <alp@atoker.com> |
| 2 | |
alp@webkit.org | 1205732 | 2008-02-01 07:01:18 +0000 | [diff] [blame^] | 3 | Reviewed by Mark Rowe. |
| 4 | |
| 5 | Fix the pkg-config file to follow GTK+ package naming and versioning |
| 6 | conventions. |
| 7 | |
| 8 | Remove unneeded dependency listings. |
| 9 | |
| 10 | * GNUmakefile.am: |
| 11 | * configure.ac: |
| 12 | |
| 13 | 2008-01-31 Alp Toker <alp@atoker.com> |
| 14 | |
alp@webkit.org | 1e1f94d | 2008-02-01 00:00:00 +0000 | [diff] [blame] | 15 | Rubber-stamped by Adam Roben. |
alp@webkit.org | 94c0655 | 2008-01-31 23:51:53 +0000 | [diff] [blame] | 16 | |
| 17 | http://bugs.webkit.org/show_bug.cgi?id=17006 |
| 18 | [GTK] Header path should be webkit/webkit.h |
| 19 | |
| 20 | Move the GTK+ API sources as needed and update the build systems. |
| 21 | |
| 22 | * GNUmakefile.am: |
| 23 | * WebKit.pri: |
| 24 | |
alp@webkit.org | cae5567 | 2008-01-27 19:49:01 +0000 | [diff] [blame] | 25 | 2008-01-27 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 26 | |
| 27 | Reviewed by Alp Toker. |
| 28 | |
| 29 | http://bugs.webkit.org/show_bug.cgi?id=14811 |
| 30 | [gtk] [request] add a webkit_gtk_page_go_to_history_item function |
| 31 | |
| 32 | * GNUmakefile.am: Added webkitwebbackforwardlist and webkitwebhistoryitem |
| 33 | |
mrowe@apple.com | 2bc789f | 2008-01-26 12:32:49 +0000 | [diff] [blame] | 34 | 2008-01-26 Mark Rowe <mrowe@apple.com> |
| 35 | |
| 36 | Reviewed by Alp Toker. |
| 37 | |
| 38 | Fix http://bugs.webkit.org/show_bug.cgi?id=17007. |
| 39 | Bug 17007: [GTK] autogen.sh attempts to use "libtoolize" on the Mac |
| 40 | |
| 41 | libtoolize is installed as glibtoolize on Mac OS X to avoid naming conflicts |
| 42 | with other system commands. Check for the presence of glibtoolize if libtoolize |
| 43 | cannot be found. |
| 44 | |
| 45 | * autogen.sh: |
| 46 | |
alp@webkit.org | 6b436af | 2008-01-23 15:55:41 +0000 | [diff] [blame] | 47 | 2008-01-23 Alp Toker <alp@atoker.com> |
| 48 | |
| 49 | Rubber-stamped by Mark Rowe. |
| 50 | |
| 51 | Remove whitespace after -I in automake include lists. |
| 52 | |
| 53 | * GNUmakefile.am: |
| 54 | |
alp@webkit.org | e9a2692 | 2008-01-22 20:45:18 +0000 | [diff] [blame] | 55 | 2008-01-22 Christian Dywan <christian@imendio.com> |
| 56 | |
| 57 | Reviewed by Alp Toker. |
| 58 | |
| 59 | [GTK] API: WebKitWebSettings is not usable |
| 60 | http://bugs.webkit.org/show_bug.cgi?id=16219 |
| 61 | |
| 62 | Implement WebKitWebSettings. |
| 63 | |
| 64 | * GNUmakefile.am: |
| 65 | |
hausmann@webkit.org | 81a531f | 2008-01-22 10:03:26 +0000 | [diff] [blame] | 66 | 2008-01-22 Simon Hausmann <hausmann@webkit.org> |
| 67 | |
| 68 | Reviewed by Lars. |
| 69 | |
| 70 | Don't compile the ICO plugin when building against Qt >= 4.4 |
| 71 | |
| 72 | |
| 73 | * WebKit.pro: |
| 74 | |
alp@webkit.org | f49bd1e | 2008-01-21 23:06:23 +0000 | [diff] [blame] | 75 | 2008-01-21 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 76 | |
| 77 | Reviewed by Alp Toker. |
| 78 | |
| 79 | http://bugs.webkit.org/show_bug.cgi?id=16955 |
| 80 | Get errors when cross-compile webkit-gtk |
| 81 | |
| 82 | * GNUmakefile.am: added ICU_CPPFLAGS |
| 83 | * configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS |
| 84 | |
alp@webkit.org | 55f365d | 2008-01-19 15:46:23 +0000 | [diff] [blame] | 85 | 2008-01-19 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 86 | |
| 87 | Reviewed by Alp Toker. |
| 88 | |
| 89 | Add svg foreign object and svg experimental to the GTK+/autotools |
| 90 | build system. |
| 91 | |
| 92 | * configure.ac: |
| 93 | |
alp@webkit.org | d31a736 | 2008-01-15 21:47:25 +0000 | [diff] [blame] | 94 | 2008-01-15 Alp Toker <alp@atoker.com> |
| 95 | |
alp@webkit.org | 9943682 | 2008-01-16 03:32:29 +0000 | [diff] [blame] | 96 | Rubber-stamped by Anders. |
| 97 | |
| 98 | Make the HTTP backend configurable in the GTK+ port. curl is currently |
| 99 | the only option. |
| 100 | |
| 101 | * GNUmakefile.am: |
| 102 | * WebKit.pri: |
| 103 | * configure.ac: |
| 104 | |
| 105 | 2008-01-15 Alp Toker <alp@atoker.com> |
| 106 | |
alp@webkit.org | d31a736 | 2008-01-15 21:47:25 +0000 | [diff] [blame] | 107 | GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler |
| 108 | flags only when they're available. |
| 109 | |
| 110 | Additionally, use -fvisibility-inlines-hidden in both debug and |
| 111 | release builds when available to match the Mac build. |
| 112 | |
| 113 | * GNUmakefile.am: |
| 114 | * configure.ac: |
| 115 | |
alp@webkit.org | 36d6549 | 2008-01-13 07:33:53 +0000 | [diff] [blame] | 116 | 2008-01-12 Alp Toker <alp@atoker.com> |
| 117 | |
| 118 | Reviewed by Mark Rowe. |
| 119 | |
| 120 | Hide non-public symbols in GTK+/autotools release builds. |
| 121 | |
| 122 | * GNUmakefile.am: |
| 123 | |
alp@webkit.org | 27f95c4 | 2008-01-12 07:40:52 +0000 | [diff] [blame] | 124 | 2008-01-11 Alp Toker <alp@atoker.com> |
| 125 | |
| 126 | Reviewed by Oliver Hunt. |
| 127 | |
| 128 | Enable FastMalloc by default in GTK+/autotools and add a configure |
| 129 | switch. |
| 130 | |
| 131 | * GNUmakefile.am: |
| 132 | * configure.ac: |
| 133 | |
alp@webkit.org | 81c66d1 | 2008-01-11 16:31:34 +0000 | [diff] [blame] | 134 | 2008-01-11 Luca Bruno <lethalman88@gmail.com> |
| 135 | |
| 136 | Reviewed by Alp Toker. |
| 137 | |
| 138 | http://bugs.webkit.org/show_bug.cgi?id=16838 |
| 139 | [GTK] Bad autotools debug and video options |
| 140 | |
| 141 | Fix some configure options. |
| 142 | |
| 143 | * configure.ac: |
| 144 | |
mrowe@apple.com | 1e357b5 | 2008-01-11 08:04:21 +0000 | [diff] [blame] | 145 | 2008-01-11 Mark Rowe <mrowe@apple.com> |
| 146 | |
| 147 | Attempt to fix the GTK+ and Qt builds. |
| 148 | |
| 149 | * WebKit.pro: |
| 150 | |
alp@webkit.org | 69d59d9 | 2008-01-11 00:55:03 +0000 | [diff] [blame] | 151 | 2008-01-10 Alp Toker <alp@atoker.com> |
| 152 | |
| 153 | SVG font build fix for GTK+/autotools. |
| 154 | |
| 155 | * configure.ac: |
| 156 | |
alp@webkit.org | 09ac696 | 2008-01-05 11:44:02 +0000 | [diff] [blame] | 157 | 2008-01-05 Alp Toker <alp@atoker.com> |
| 158 | |
| 159 | Rubber-stamped by Mark Rowe. |
| 160 | |
| 161 | Fix configure script output with correct descriptions of the default |
| 162 | configuration options. |
| 163 | |
| 164 | * configure.ac: |
| 165 | |
alp@webkit.org | a37ed5b | 2008-01-05 10:23:01 +0000 | [diff] [blame] | 166 | 2008-01-05 Sylvain Pasche <sylvain.pasche@gmail.com> |
| 167 | |
| 168 | Reviewed by Alp Toker. |
| 169 | |
| 170 | http://bugs.webkit.org/show_bug.cgi?id=16736 |
| 171 | Allow autogen.sh invocation from a separate build directory. |
| 172 | |
| 173 | * autogen.sh: |
| 174 | |
alp@webkit.org | 076e8e1 | 2008-01-04 20:54:24 +0000 | [diff] [blame] | 175 | 2008-01-04 Alp Toker <alp@atoker.com> |
| 176 | |
| 177 | Rubber-stamped by Mark Rowe. |
| 178 | |
| 179 | Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The |
| 180 | "rebuild rules" will now be enabled by default. |
| 181 | |
| 182 | This obviates the need to pass '--enable-maintainer-mode' to |
| 183 | configure. |
| 184 | |
| 185 | * configure.ac: |
| 186 | |
zecke@webkit.org | 48bc6f4 | 2008-01-03 02:07:28 +0000 | [diff] [blame] | 187 | 2008-01-02 Holger Hans Peter Freyther <zecke@selfish.org> |
| 188 | |
| 189 | Rubber stamped by Alp. |
| 190 | |
| 191 | Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break |
| 192 | the build. At least people doing a debug build on Ubuntu Hardy will see |
| 193 | the breakage. I was asked to leave the flags inside the files to ease future |
| 194 | debugging. |
| 195 | |
| 196 | * GNUmakefile.am: |
| 197 | * WebKit.pri: |
| 198 | |
alp@webkit.org | e60ca2a | 2008-01-01 09:05:54 +0000 | [diff] [blame] | 199 | 2008-01-01 Alp Toker <alp@atoker.com> |
| 200 | |
| 201 | GTK+ autotools build fix. Track changes in r29051, r29058 and pass the |
| 202 | correct parameter to AM_INIT_AUTOMAKE. |
| 203 | |
| 204 | * configure.ac: |
| 205 | |
alp@webkit.org | 45271e6 | 2007-12-30 17:44:37 +0000 | [diff] [blame] | 206 | 2007-12-30 Alp Toker <alp@atoker.com> |
| 207 | |
| 208 | Build fix for older autoconf versions. |
| 209 | |
| 210 | * configure.ac: |
| 211 | |
alp@webkit.org | f93619a | 2007-12-30 03:33:44 +0000 | [diff] [blame] | 212 | 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 213 | |
| 214 | Reviewed by Alp Toker. |
| 215 | |
alp@webkit.org | ee4efb5 | 2007-12-30 06:47:16 +0000 | [diff] [blame] | 216 | Enable Database, XPath and XSLT features by default |
| 217 | |
| 218 | * configure.ac: |
| 219 | |
| 220 | 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 221 | |
| 222 | Reviewed by Alp Toker. |
| 223 | |
alp@webkit.org | f93619a | 2007-12-30 03:33:44 +0000 | [diff] [blame] | 224 | http://bugs.webkit.org/show_bug.cgi?id=16669 |
| 225 | autotools update and fixes |
| 226 | |
| 227 | Various fixes to the autotools build |
| 228 | |
| 229 | * GNUmakefile.am: |
| 230 | - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS |
| 231 | - Fix clean rules (Rodney Dawes) |
| 232 | - Added webcore specific variables, remove STDINT_H and |
| 233 | PTHREAD_NP_H checks (already included in config.h) |
| 234 | * autogen.sh: |
| 235 | - Loosen automake and aclocal requirement |
| 236 | * configure.ac: |
| 237 | - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g |
| 238 | when doing a debug build (Rodney Dawes) |
| 239 | - Fix webkit target and remove traces of XBL |
| 240 | |
alp@webkit.org | 11a31a7 | 2007-12-27 23:14:27 +0000 | [diff] [blame] | 241 | 2007-12-27 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 242 | |
| 243 | Reviewed by Alp Toker. |
| 244 | |
| 245 | http://bugs.webkit.org/show_bug.cgi?id=16353 |
| 246 | [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.) |
| 247 | |
| 248 | Added the flags mentioned in the bug only when doing 'debug' |
| 249 | builds. -DGST_DISABLE_DEPRECATED only added when video is enabled. |
| 250 | |
| 251 | * GNUmakefile.am: |
| 252 | * WebKit.pri: |
| 253 | |
alp@webkit.org | 278f125 | 2007-12-27 06:05:21 +0000 | [diff] [blame] | 254 | 2007-12-26 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 255 | |
| 256 | Reviewed by Alp Toker. |
| 257 | |
| 258 | http://bugs.webkit.org/show_bug.cgi?id=16390 |
| 259 | Use autotools or GNU make as the build system for the GTK port |
| 260 | |
| 261 | * GNUmakefile.am: Added. |
| 262 | * autogen.sh: Added. |
| 263 | * configure.ac: Added. |
| 264 | |
alp@webkit.org | 5f711d8 | 2007-12-21 00:33:46 +0000 | [diff] [blame] | 265 | 2007-12-20 Alp Toker <alp@atoker.com> |
| 266 | |
| 267 | Rubber-stamped by Maciej. |
| 268 | |
| 269 | http://bugs.webkit.org/show_bug.cgi?id=16542 |
| 270 | [GTK] Text is missing with old Pango version |
| 271 | |
| 272 | Back out commits r28880, r28876, r28865, r28864 which added Pango font |
| 273 | selection support. These changes caused a regression where no text was |
| 274 | displayed with older Pango versions. |
| 275 | |
| 276 | * WebKit.pri: |
| 277 | |
alp@webkit.org | 2d6a148 | 2007-12-19 18:41:17 +0000 | [diff] [blame] | 278 | 2007-12-19 Alp Toker <alp@atoker.com> |
| 279 | |
| 280 | Remove the cairo-ft pkg-config check. The GTK+ port doesn't use |
| 281 | cairo-ft directly following changes in r28864. |
| 282 | |
| 283 | * WebKit.pri: |
| 284 | |
alp@webkit.org | 2a2bf16 | 2007-12-12 16:27:35 +0000 | [diff] [blame] | 285 | 2007-12-12 Alp Toker <alp@atoker.com> |
| 286 | |
| 287 | Reviewed by Mark Rowe. |
| 288 | |
| 289 | http://bugs.webkit.org/show_bug.cgi?id=16302 |
| 290 | [GTK] Compiler flags for optimization |
| 291 | |
| 292 | Use the compiler flags -fno-exceptions -fno-rtti. |
| 293 | |
| 294 | This patch does not add all the flags discussed in the bug report, |
| 295 | only these two. |
| 296 | |
| 297 | * WebKit.pri: |
| 298 | |
alp@webkit.org | b4d6805 | 2007-12-04 12:16:38 +0000 | [diff] [blame] | 299 | 2007-12-04 Xan Lopez <xan@gnome.org> |
| 300 | |
| 301 | Reviewed by Alp Toker. |
| 302 | |
| 303 | http://bugs.webkit.org/show_bug.cgi?id=15561 |
| 304 | GTK port needs DumpRenderTree implementation |
| 305 | |
| 306 | Start work on the GTK+ DRT. |
| 307 | |
| 308 | * WebKit.pro: |
| 309 | |
alp@webkit.org | e1a9b4a | 2007-12-01 04:24:09 +0000 | [diff] [blame] | 310 | 2007-11-30 Alp Toker <alp@atoker.com> |
| 311 | |
| 312 | Reviewed by Adam Roben. |
| 313 | |
| 314 | http://bugs.webkit.org/show_bug.cgi?id=15691 |
| 315 | [GTK] Public API does not follow GTK+ conventions |
| 316 | |
| 317 | Refactor the WebKit/GTK+ public API. Changes: |
| 318 | WebKitPage -> WebKitWebView |
| 319 | WebKitFrame -> WebKitWebFrame |
| 320 | |
| 321 | Public API source and header names have been updated to mirror the API |
| 322 | changes. |
| 323 | |
| 324 | The API is now kept in WebKit/gtk/WebView to match other ports in the |
| 325 | same class such as Mac and Win. |
| 326 | |
| 327 | * WebKit.pri: |
| 328 | |
mrowe@apple.com | c291261 | 2007-11-28 10:42:20 +0000 | [diff] [blame] | 329 | 2007-11-26 Rodney Dawes <dobey@wayofthemonkey.com> |
| 330 | |
| 331 | Reviewed by Mark Rowe. |
| 332 | |
| 333 | Set CONFIG option for the window system GTK+ is using |
| 334 | |
| 335 | * WebKit.pri: |
| 336 | |
alp@webkit.org | 21ecf04 | 2007-11-23 01:03:19 +0000 | [diff] [blame] | 337 | 2007-11-22 Alp Toker <alp@atoker.com> |
| 338 | |
| 339 | GTK+ build fix. Pass a correct LIBDIR value. |
| 340 | |
| 341 | * WebKit.pri: |
| 342 | |
mrowe@apple.com | 4d7e81e | 2007-11-20 16:06:23 +0000 | [diff] [blame] | 343 | 2007-11-20 Mark Rowe <mrowe@apple.com> |
| 344 | |
| 345 | Reviewed by Alp Toker. |
| 346 | |
| 347 | * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore. |
| 348 | |
alp@webkit.org | 6b26bef | 2007-11-20 15:35:49 +0000 | [diff] [blame] | 349 | 2007-11-20 Alp Toker <alp@atoker.com> |
| 350 | |
| 351 | Reviewed by Simon Hausmann. |
| 352 | |
| 353 | Clean up GTK+ port configuration. |
| 354 | |
| 355 | Use similar compiler warning flags to the Mac build. |
| 356 | |
| 357 | Add the qmake changes needed for DirectFB support. |
| 358 | |
| 359 | * WebKit.pri: |
| 360 | |
hausmann | 81286e9 | 2007-11-07 12:44:20 +0000 | [diff] [blame] | 361 | 2007-11-07 Simon Hausmann <hausmann@kde.org> |
| 362 | |
| 363 | Reviewed by Mark. |
| 364 | |
| 365 | Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree. |
| 366 | That means that changes to the public API of the Qt port also trigger a rebuild of the tools. |
| 367 | |
| 368 | * WebKit.pri: |
| 369 | |
lars | c075d2a | 2007-10-03 10:29:15 +0000 | [diff] [blame] | 370 | 2007-10-03 Lars Knoll <lars@trolltech.com> |
| 371 | |
lars | bf4fa94 | 2007-10-03 10:29:35 +0000 | [diff] [blame] | 372 | Signed off by olliej. |
| 373 | |
| 374 | move WebKitQt to WebKit/qt for consistency with the other ports. |
| 375 | |
| 376 | * WebKit.pri: |
| 377 | * WebKit.pro: |
| 378 | |
| 379 | 2007-10-03 Lars Knoll <lars@trolltech.com> |
| 380 | |
lars | c075d2a | 2007-10-03 10:29:15 +0000 | [diff] [blame] | 381 | Reviewed by olliej. |
| 382 | |
| 383 | Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin. |
| 384 | |
| 385 | * WebKit.pro: |
| 386 | |
zecke | f5c101b | 2007-09-29 15:34:39 +0000 | [diff] [blame] | 387 | 2007-09-29 Holger Hans Peter Freyther <zecke@selfish.org> |
| 388 | |
| 389 | Reviewed by Mark. |
| 390 | |
| 391 | -Fix http://bugs.webkit.org/show_bug.cgi?id=13226. |
| 392 | Remove Bakefiles from svn. |
| 393 | |
| 394 | * Bakefiles/Bakefiles.bkgen: Removed. |
| 395 | * Bakefiles/ChangeLog: Removed. |
| 396 | * Bakefiles/Readme.txt: Removed. |
| 397 | * Bakefiles/presets.bkl: Removed. |
| 398 | * Bakefiles/update-file-lists.py: Removed. |
| 399 | |
zecke | 2752405 | 2007-09-23 09:50:35 +0000 | [diff] [blame] | 400 | 2007-09-20 Holger Hans Peter Freyther <zecke@selfish.org> |
| 401 | |
| 402 | Rubber stamped by Adam. |
| 403 | |
| 404 | Renamed files from *Gdk to *Gtk (see #14732) using the |
| 405 | work of Juan A. Suarez Romero as a base. |
| 406 | |
| 407 | GDK -> GTK |
| 408 | |
| 409 | * WebKit.pri: |
| 410 | * WebKit.pro: |
| 411 | |
zecke | 6b34997 | 2007-07-29 21:51:41 +0000 | [diff] [blame] | 412 | 2007-07-29 Brian Mastenbrook <brian@mastenbrook.net> |
| 413 | |
| 414 | Build fix for WebKit/Gtk to compile on Fedora 7 as described in |
| 415 | http://bugs.webkit.org/show_bug.cgi?id=14557 |
| 416 | |
| 417 | * WebKit.pri: cairo-ft is used by the WebKit/Gtk port |
| 418 | |
hausmann | c67aba2 | 2007-07-27 08:32:12 +0000 | [diff] [blame] | 419 | 2007-07-27 Simon Hausmann <hausmann@kde.org> |
| 420 | |
| 421 | Done with and reviewed by Lars and Zack. |
| 422 | |
hausmann | 291e38a | 2007-07-27 08:32:54 +0000 | [diff] [blame] | 423 | Exclude DumpRenderTree from the Qt build on Windows for now. |
| 424 | |
| 425 | * WebKit.pro: |
| 426 | |
| 427 | 2007-07-27 Simon Hausmann <hausmann@kde.org> |
| 428 | |
| 429 | Done with and reviewed by Lars and Zack. |
| 430 | |
hausmann | c67aba2 | 2007-07-27 08:32:12 +0000 | [diff] [blame] | 431 | Temporarily disable the ICO support for the Qt build on Windows. |
| 432 | |
| 433 | * WebKit.pro: |
| 434 | |
hausmann | e4840e6 | 2007-07-26 14:47:27 +0000 | [diff] [blame] | 435 | 2007-07-26 Simon Hausmann <hausmann@kde.org> |
| 436 | |
| 437 | Reviewed by Lars. |
| 438 | |
| 439 | 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. |
| 440 | |
| 441 | * WebKit.pri: |
| 442 | |
zecke | 5604daf | 2007-07-23 18:16:02 +0000 | [diff] [blame] | 443 | 2007-07-22 Holger Hans Peter Freyther <zecke@selfish.org> |
| 444 | |
| 445 | Reviewed by Adam. |
| 446 | |
| 447 | Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be |
| 448 | build against it. |
| 449 | |
| 450 | * WebKit.pri: |
| 451 | |
hausmann | 8fb4512 | 2007-07-18 15:16:23 +0000 | [diff] [blame] | 452 | 2007-07-18 Simon Hausmann <hausmann@kde.org> |
| 453 | |
| 454 | Reviewed by Zack. |
| 455 | |
| 456 | Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build. |
| 457 | |
| 458 | * WebKit.pro: |
| 459 | |
thatcher | b0cc075 | 2007-07-18 13:55:11 +0000 | [diff] [blame] | 460 | 2007-07-18 Timothy Hatcher <timothy@apple.com> |
| 461 | |
| 462 | Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can |
| 463 | still use this one Makefile.shared as an include. |
| 464 | |
| 465 | * Makefile.shared: |
| 466 | |
staikos | ba198e1 | 2007-07-12 03:04:45 +0000 | [diff] [blame] | 467 | 2007-07-12 George Staikos <staikos@kde.org> |
| 468 | |
| 469 | Fix build in debug mode. |
| 470 | |
| 471 | * WebKit.pri: |
| 472 | |
darin | 0284caf | 2007-07-11 19:24:17 +0000 | [diff] [blame] | 473 | 2007-07-11 Holger Hans Peter Freyther <zecke@selfish.org> |
| 474 | |
| 475 | Reviewed by Darin. |
| 476 | |
| 477 | As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the |
| 478 | WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore |
| 479 | |
| 480 | * WebKit.pri: Adjust INCLUDEPATH |
| 481 | |
aroben | 1baf09c | 2007-06-26 05:00:17 +0000 | [diff] [blame] | 482 | 2007-06-25 Adam Roben <aroben@apple.com> |
| 483 | |
aroben | 9849739 | 2007-06-26 05:12:03 +0000 | [diff] [blame] | 484 | Really remove LayoutTestResults. |
| 485 | |
| 486 | * LayoutTestResults: Removed. |
| 487 | |
| 488 | 2007-06-25 Adam Roben <aroben@apple.com> |
| 489 | |
aroben | 1baf09c | 2007-06-26 05:00:17 +0000 | [diff] [blame] | 490 | Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt |
| 491 | http://bugs.webkit.org/show_bug.cgi?id=14405 |
| 492 | |
| 493 | Reviewed by Anders. |
| 494 | |
| 495 | * LayoutTestResults: Removed. |
| 496 | |
bdash | 3390c10 | 2007-06-25 12:57:31 +0000 | [diff] [blame] | 497 | 2007-06-25 Alp Toker <alp.toker@collabora.co.uk> |
| 498 | |
| 499 | Reviewed by Mark. |
| 500 | |
| 501 | http://bugs.webkit.org/show_bug.cgi?id=13975 |
| 502 | Use system-provided libjpeg and libpng |
| 503 | |
| 504 | * WebKit.pri: Link against external libjpeg and libpng. |
| 505 | |
aroben | 71fb663 | 2007-06-21 07:00:09 +0000 | [diff] [blame] | 506 | 2007-06-20 Adam Roben <aroben@apple.com> |
| 507 | |
| 508 | Reviewed by Simon Hausmann. |
| 509 | |
| 510 | More Gdk build fixing. |
| 511 | |
| 512 | * WebKit.pro: |
| 513 | |
staikos | a933d56 | 2007-06-21 05:01:53 +0000 | [diff] [blame] | 514 | 2007-06-15 Adam Treat <adam@staikos.net> |
| 515 | |
| 516 | Reviewed by George Staikos. |
| 517 | |
| 518 | Add ICO support to the Qt build. |
| 519 | |
| 520 | * WebKit.pro: |
| 521 | |
staikos | c62cabb | 2007-06-14 02:24:08 +0000 | [diff] [blame] | 522 | 2007-06-13 George Staikos <staikos@kde.org> |
| 523 | |
| 524 | Reviewed by Lars. |
| 525 | |
| 526 | Compile without self-linking. |
| 527 | |
| 528 | * WebKit.pri: |
| 529 | |
hausmann | c14b006 | 2007-06-13 15:01:28 +0000 | [diff] [blame] | 530 | 2007-06-13 Simon Hausmann <hausmann@kde.org> |
| 531 | |
| 532 | Reviewed by Lars. |
| 533 | |
| 534 | * WebKit.pri: WebKitQt is now called QtWebKit. |
| 535 | |
weinig | 5846e7d | 2007-05-31 23:50:37 +0000 | [diff] [blame] | 536 | 2007-05-31 Alp Toker <alp.toker@collabora.co.uk> |
| 537 | |
| 538 | Reviewed by Eric Seidel. |
| 539 | |
| 540 | http://bugs.webkit.org/show_bug.cgi?id=13941 |
| 541 | Rename WebCore/platform/network/gdk to WebCore/platform/network/curl |
| 542 | |
| 543 | * WebKit.pri: |
| 544 | |
bdash | 98f449d | 2007-05-18 08:29:58 +0000 | [diff] [blame] | 545 | 2007-05-18 Holger Hans Peter Freyther <zecke@selfish.org> |
| 546 | |
| 547 | Reviewed by Mark Rowe. |
| 548 | |
| 549 | * WebKit.pro: Build testkjs for Gdk and Qt |
| 550 | |
bdash | c9175eab | 2007-05-11 09:01:46 +0000 | [diff] [blame] | 551 | 2007-05-11 Holger Freyther <freyther@kde.org> |
| 552 | |
| 553 | Reviewed by Mark Rowe. |
| 554 | |
| 555 | Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher, |
| 556 | and add ICU configuration to QMAKE_CXXFLAGS. |
| 557 | |
| 558 | * WebKit.pri: |
| 559 | |
bdash | 9589739 | 2007-05-07 02:36:38 +0000 | [diff] [blame] | 560 | 2007-05-06 Erik Bunce <kde@bunce.us> |
| 561 | |
| 562 | Reviewed by Mark Rowe. |
| 563 | |
| 564 | * WebKit.pri: |
| 565 | Removed unnecessary dependency on MacPorts (/opt/local) |
| 566 | |
hausmann | d5df26f | 2007-05-03 22:04:27 +0000 | [diff] [blame] | 567 | 2007-05-03 Holger Freyther <freyther@kde.org> |
| 568 | |
| 569 | Reviewed by Zack, landed by Simon. |
| 570 | This is bugzilla bug 13499. |
| 571 | |
| 572 | * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk |
| 573 | port |
| 574 | * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk |
| 575 | port |
| 576 | |
bdash | fc4e8c2 | 2007-04-27 07:37:26 +0000 | [diff] [blame] | 577 | 2007-04-27 Holger Freyther <freyther@kde.org> |
| 578 | |
| 579 | Reviewed by Maciej. |
| 580 | |
| 581 | Remove unmaintained CMake build system. |
| 582 | |
| 583 | * CMakeLists.txt: Removed. |
| 584 | |
hausmann | 703e9d3 | 2007-01-30 10:20:20 +0000 | [diff] [blame] | 585 | 2007-01-30 Simon Hausmann <hausmann@kde.org> |
| 586 | |
| 587 | Reviewed by Zack. |
| 588 | |
| 589 | * WebKit.pri: libJavaScriptCore is gone with the Qt build |
| 590 | * WebKit.pro: |
| 591 | |
staikos | bf87694 | 2007-01-26 22:19:16 +0000 | [diff] [blame] | 592 | 2007-01-26 George Staikos <staikos@kde.org> |
| 593 | |
| 594 | Remove headers - not needed now. |
| 595 | |
| 596 | * WebKit.pri: |
| 597 | |
staikos | 9fd5a74 | 2007-01-23 18:36:22 +0000 | [diff] [blame] | 598 | 2007-01-23 George Staikos <staikos@kde.org> |
| 599 | |
| 600 | Put everything back since we can't build everything without it yet. |
| 601 | |
| 602 | * WebKit.pri: |
| 603 | |
lars | 7cc6060 | 2007-01-16 15:03:44 +0000 | [diff] [blame] | 604 | 2007-01-16 Lars Knoll <lars@trolltech.com> |
| 605 | |
| 606 | Reviewed by Zack |
| 607 | |
| 608 | Remove everything but the new public API from |
| 609 | the include path. |
| 610 | |
| 611 | * WebKit.pri: |
| 612 | |
staikos | 15d2d71 | 2007-01-11 07:12:00 +0000 | [diff] [blame] | 613 | 2007-01-11 George Staikos <staikos@kde.org> |
| 614 | |
| 615 | Fix the Qt build |
| 616 | |
| 617 | * WebKit.pri: |
| 618 | |
lars | 7f506a4 | 2007-01-03 12:04:40 +0000 | [diff] [blame] | 619 | 2007-01-03 Lars Knoll <lars@trolltech.com> |
| 620 | |
| 621 | Fix the Qt build |
| 622 | |
| 623 | * WebKit.pri: |
| 624 | |
hausmann | 0f6f302 | 2006-12-17 10:50:27 +0000 | [diff] [blame] | 625 | 2006-12-17 Simon Hausmann <hausmann@kde.org> |
| 626 | |
| 627 | Reviewed by Rob Buis. |
| 628 | |
| 629 | * WebKit.pro: Build testkjs. |
| 630 | |
thatcher | a3c1ab1 | 2006-12-14 19:30:36 +0000 | [diff] [blame] | 631 | 2006-12-14 Timothy Hatcher <timothy@apple.com> |
| 632 | |
| 633 | Reviewed by Brady. |
| 634 | |
| 635 | * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status |
| 636 | |
mjs | 7984269 | 2006-12-13 23:22:44 +0000 | [diff] [blame] | 637 | 2006-12-13 Maciej Stachowiak <mjs@apple.com> |
| 638 | |
| 639 | Reviewed by Brady and Anders. |
| 640 | |
| 641 | * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds. |
| 642 | |
zack | e22ef4d | 2006-12-10 20:05:01 +0000 | [diff] [blame] | 643 | 2006-12-10 Zack Rusin <zack@kde.org> |
| 644 | |
| 645 | Client classes have been moved to WebKitQt/WebCoreSupport so |
| 646 | adjusting the pri file. |
| 647 | |
| 648 | * WebKit.pri: |
| 649 | |
staikos | e9e22a5 | 2006-12-10 19:14:11 +0000 | [diff] [blame] | 650 | 2006-12-10 George Staikos <staikos@kde.org> |
| 651 | |
| 652 | Reviewed by Zack. |
| 653 | |
| 654 | Add WebKitBuild/Release back to the output dir for external build cases. |
| 655 | |
| 656 | * WebKit.pri: |
| 657 | |
zack | 76eb5c1 | 2006-12-10 09:21:56 +0000 | [diff] [blame] | 658 | 2006-12-10 Zack Rusin <zack@kde.org> |
| 659 | |
| 660 | Fix the link directory location. |
| 661 | |
| 662 | * WebKit.pri: |
| 663 | |
zack | c905550 | 2006-12-10 06:36:32 +0000 | [diff] [blame] | 664 | 2006-12-10 Lars Knoll <lars@trolltech.com> |
| 665 | |
| 666 | Reviewed by Zack |
| 667 | |
| 668 | Include DumpRenderTree in the Qt build |
| 669 | |
| 670 | * WebKit.pro: |
| 671 | |
staikos | 75bf7ef | 2006-12-10 05:54:55 +0000 | [diff] [blame] | 672 | 2006-12-09 George Staikos <staikos@kde.org> |
| 673 | |
| 674 | Reviewed by Zack. |
| 675 | |
| 676 | Correct the path to the libraries for QMake. |
| 677 | |
| 678 | * WebKit.pri: |
| 679 | |
zack | 0321d23 | 2006-12-10 00:58:36 +0000 | [diff] [blame] | 680 | 2006-12-09 Lars Knoll <lars@trolltech.com> |
| 681 | |
| 682 | Reviewed by Zack |
| 683 | |
| 684 | Make it possible to build WebKit with qmake. |
| 685 | |
| 686 | * WebKit.pri: Added. |
| 687 | * WebKit.pro: Added. |
| 688 | |
staikos | b68ccda | 2006-11-19 18:39:14 +0000 | [diff] [blame] | 689 | 2006-11-19 Simon Hausmann <hausmann@kde.org> |
| 690 | |
| 691 | Reviewed by Zack. |
| 692 | |
| 693 | http://bugs.webkit.org/show_bug.cgi?id=11649 |
| 694 | |
| 695 | * CMakeLists.txt: Fix Qt-only build without KDE cmake files |
| 696 | |
thatcher | 9438958 | 2006-10-31 01:35:47 +0000 | [diff] [blame] | 697 | 2006-10-30 Timothy Hatcher <timothy@apple.com> |
| 698 | |
| 699 | Reviewed by Brady. |
| 700 | |
| 701 | Make the universal build return non-zero when module make fails. |
| 702 | |
| 703 | * Makefile: |
| 704 | |
slewis | 243d4c1 | 2006-10-30 22:35:43 +0000 | [diff] [blame] | 705 | 2006-10-30 Stephanie Lewis <slewis@apple.com> |
| 706 | |
| 707 | Reviewed by Darin. |
| 708 | |
| 709 | Change Makefiles to return non-zero when module make fails. |
| 710 | |
| 711 | * Makefile: |
| 712 | |
beidson | e15fbdd | 2006-10-28 02:08:38 +0000 | [diff] [blame] | 713 | 2006-10-27 Brady Eidson <beidson@apple.com> |
| 714 | |
| 715 | Rubber stamped by Tim Hatcher |
| 716 | |
| 717 | Added "make universal" to build universal binaries |
| 718 | |
| 719 | * Makefile: |
| 720 | * Makefile.shared: |
| 721 | |
eseidel | 52f3a0e | 2006-10-02 00:04:56 +0000 | [diff] [blame] | 722 | 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org> |
| 723 | |
| 724 | Reviewed by eseidel. |
| 725 | |
| 726 | * CMakeLists.txt: add option to disable colored output when building on the buildbot |
| 727 | |