xan@webkit.org | 233d51e | 2009-03-14 20:22:13 +0000 | [diff] [blame^] | 1 | 2009-03-14 Xan Lopez <xlopez@igalia.com> |
| 2 | |
| 3 | No review, build fix. |
| 4 | |
| 5 | Split clean rules to make distcheck pass. |
| 6 | |
| 7 | * GNUmakefile.am: |
| 8 | |
mrowe@apple.com | 9535159 | 2009-03-14 06:17:21 +0000 | [diff] [blame] | 9 | 2009-03-13 Mark Rowe <mrowe@apple.com> |
| 10 | |
| 11 | Reviewed by Dan Bernstein. |
| 12 | |
| 13 | Remove rarely used Makefile targets from the Makefile. |
| 14 | |
| 15 | There are many situations in which the targets don't work as expected, |
| 16 | and their primary use is addressed by having the build system default |
| 17 | to building the appropriate architecture. |
| 18 | |
| 19 | * Makefile.shared: |
| 20 | |
jmalonzo@webkit.org | 378df9d | 2009-03-11 11:52:44 +0000 | [diff] [blame] | 21 | 2009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 22 | |
jmalonzo@webkit.org | 15d8330 | 2009-03-11 11:57:43 +0000 | [diff] [blame] | 23 | Reviewed by Holger Freyther. |
| 24 | |
| 25 | [Gtk] Fix make clean targets |
| 26 | https://bugs.webkit.org/show_bug.cgi?id=24450 |
| 27 | |
| 28 | Fix 'make' clean targets. We shouldn't be removing DerivedSources |
| 29 | if it's only clean. Only remove it if it's distclean or |
| 30 | maintainer-clean. Also remove build-related auxillary files on |
| 31 | dist/maintainer clean. |
| 32 | |
| 33 | * GNUmakefile.am: |
| 34 | |
| 35 | 2009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 36 | |
jmalonzo@webkit.org | 378df9d | 2009-03-11 11:52:44 +0000 | [diff] [blame] | 37 | Reviewed by Holger Freyther |
| 38 | |
| 39 | [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore |
| 40 | https://bugs.webkit.org/show_bug.cgi?id=2260 |
| 41 | |
| 42 | pangoft2 is also used in directfb builds so use it for all targets |
| 43 | |
| 44 | * configure.ac: |
| 45 | |
xan@webkit.org | aa45873 | 2009-03-04 20:57:38 +0000 | [diff] [blame] | 46 | 2009-03-02 Xan Lopez <xan@gnome.org> |
| 47 | |
| 48 | Reviewed by Mark Rowe. |
| 49 | |
| 50 | https://bugs.webkit.org/show_bug.cgi?id=24287 |
| 51 | [GTK] Move auth dialog feature to WebKit/ |
| 52 | |
| 53 | Add WebKitSoupAuthDialog files to build. |
| 54 | |
| 55 | * GNUmakefile.am: |
| 56 | |
kov@webkit.org | 7d05c79 | 2009-03-03 19:48:22 +0000 | [diff] [blame] | 57 | 2009-03-03 Gustavo Noronha Silva <gns@gnome.org> |
| 58 | |
| 59 | Reviewed by Alexey Proskuryakov. |
| 60 | |
| 61 | https://bugs.webkit.org/show_bug.cgi?id=16826 |
| 62 | [Gtk] Implement WebKitDownload |
| 63 | |
| 64 | Adding new files related to WebKitDownload to the GTK+ port. |
| 65 | |
| 66 | * GNUmakefile.am: |
| 67 | |
kov@webkit.org | 485273b | 2009-03-02 14:56:41 +0000 | [diff] [blame] | 68 | 2009-03-02 Gustavo Noronha Silva <gns@gnome.org> |
| 69 | |
| 70 | Unreviewed build fix; adding missing files to EXTRA_DIST, so that |
| 71 | they show up in the tarball. |
| 72 | |
| 73 | * GNUmakefile.am: |
| 74 | |
christian@webkit.org | dd31f4a | 2009-03-01 15:39:27 +0000 | [diff] [blame] | 75 | 2009-03-01 Christian Dywan <christian@twotoasts.de> |
| 76 | |
| 77 | * configure.ac: Bump GTK port version to 1.1.1. |
| 78 | |
kov@webkit.org | 9551eb6 | 2009-02-28 03:44:42 +0000 | [diff] [blame] | 79 | 2009-02-27 Gustavo Noronha Silva <gns@gnome.org> |
| 80 | |
| 81 | Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list |
| 82 | file to EXTRA_DIST to fix make dist. |
| 83 | |
| 84 | * GNUmakefile.am: |
| 85 | |
zecke@webkit.org | fa53038 | 2009-02-26 16:48:58 +0000 | [diff] [blame] | 86 | 2009-02-26 Xan Lopez <xan@gnome.org> |
| 87 | |
| 88 | Reviewed by Holger Freyther. |
| 89 | |
| 90 | https://bugs.webkit.org/show_bug.cgi?id=16947 |
| 91 | [GTK] Missing HTTP Auth challenge |
| 92 | |
kov@webkit.org | 7e5e09c | 2009-02-26 22:45:13 +0000 | [diff] [blame] | 93 | Add HTTP authentication dialog with optional GNOME Keyring |
| 94 | storage. |
| 95 | |
| 96 | * GNUmakefile.am: |
| 97 | * configure.ac: |
| 98 | |
| 99 | 2009-02-26 Xan Lopez <xan@gnome.org> |
| 100 | |
| 101 | Reviewed by Holger Freyther. |
| 102 | |
| 103 | https://bugs.webkit.org/show_bug.cgi?id=16947 |
| 104 | [GTK] Missing HTTP Auth challenge |
| 105 | |
zecke@webkit.org | fa53038 | 2009-02-26 16:48:58 +0000 | [diff] [blame] | 106 | Take marshallers to be built from a manually maintained list |
| 107 | instead of grepping the sources. |
| 108 | |
| 109 | It's much faster, especially so now that we want to add |
| 110 | marshallers from WebCore too. A system to only take into account |
| 111 | the modified files when generating the marshallers from sources |
| 112 | could be hacked, but I think it's overkill considering how rarely |
| 113 | a new marshaller is added. |
| 114 | |
| 115 | * GNUmakefile.am: |
| 116 | |
jmalonzo@webkit.org | 74ce011 | 2009-02-24 09:22:35 +0000 | [diff] [blame] | 117 | 2009-02-24 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 118 | |
| 119 | Reviewed by Alexey Proskuryakov. |
| 120 | |
| 121 | [Gtk] add options for 3D transforms and HTML5 channel messaging to the build |
| 122 | https://bugs.webkit.org/show_bug.cgi?id=24072 |
| 123 | |
| 124 | Add options for toggling 3D transforms and HTML5 channel messaging |
| 125 | support on or off. |
| 126 | |
| 127 | Also fix the web-workers option. It should be web-workers and not workers. |
| 128 | |
| 129 | * configure.ac: |
| 130 | |
christian@webkit.org | 3a74ebf | 2009-02-23 11:15:30 +0000 | [diff] [blame] | 131 | 2009-02-23 Xan Lopez <xan@gnome.org> |
| 132 | |
| 133 | Reviewed by Alexey Proskuryakov. |
| 134 | |
| 135 | https://bugs.webkit.org/show_bug.cgi?id=22624 |
| 136 | [SOUP][GTK] Need API to get SoupSession from WebKit. |
| 137 | |
| 138 | Remove CURL support, the only supported HTTP backend is SOUP now. |
| 139 | |
| 140 | * GNUmakefile.am: |
| 141 | * configure.ac: |
| 142 | |
christian@webkit.org | 2c1a0db | 2009-02-19 21:41:25 +0000 | [diff] [blame] | 143 | 2009-02-19 Christian Dywan <christian@twotoasts.de> |
| 144 | |
| 145 | Rubber-stamped by Holger Freyther. |
| 146 | |
| 147 | http://bugs.webkit.org/show_bug.cgi?id=22811 |
| 148 | Underlinking in Programs_UnitTests (GTK+ build) |
| 149 | |
| 150 | * GNUmakefile.am: Add GLIB_LIBS to unit test library flags. |
| 151 | |
kov@webkit.org | 59fc6e5 | 2009-02-18 19:18:28 +0000 | [diff] [blame] | 152 | 2009-02-18 Gustavo Noronha Silva <gns@gnome.org> |
| 153 | |
| 154 | Reviewed by Holger Freyther. |
| 155 | |
| 156 | Fix symbols.filter location, and add other missing files to the |
| 157 | autotools build, so that make dist works. |
| 158 | |
| 159 | * GNUmakefile.am: |
| 160 | |
kov@webkit.org | 8078350 | 2009-02-17 12:43:58 +0000 | [diff] [blame] | 161 | 2009-02-17 Gustavo Noronha Silva <gns@gnome.org> |
| 162 | |
| 163 | Reviewed by Alexey Proskuryakov. |
| 164 | |
| 165 | https://bugs.webkit.org/show_bug.cgi?id=23939 |
| 166 | Release build being built with debugging symbols |
| 167 | |
| 168 | * configure.ac: Revert change done in revision 40790, since we |
| 169 | already have a AC_PROG_CXX macro call as part of WEBKIT_INIT |
| 170 | |
christian@webkit.org | 3660036 | 2009-02-12 18:32:09 +0000 | [diff] [blame] | 171 | 2009-02-12 Gustavo Noronha Silva <gns@gnome.org> |
| 172 | |
| 173 | Reviewed by Eric Seidel. |
| 174 | |
| 175 | * configure.ac: Make soup the default HTTP backend for the Gtk port. |
| 176 | |
zecke@webkit.org | 1059145 | 2009-02-09 20:41:14 +0000 | [diff] [blame] | 177 | 2009-02-09 Calvin Walton <calvin.walton@gmail.com> |
| 178 | |
| 179 | Reviewed by Holger Freyther. |
| 180 | |
| 181 | https://bugs.webkit.org/show_bug.cgi?id=23823 |
| 182 | |
| 183 | [Gtk] Fix build with recent autotools |
| 184 | |
| 185 | Current versions of automake/libtool don't assume you want C++ enabled |
| 186 | by default any more, so explicitly check for a C++ compiler. |
| 187 | |
| 188 | * configure.ac: Add AC_PROG_CXX macro |
| 189 | |
christian@webkit.org | 0476c99 | 2009-02-02 21:15:53 +0000 | [diff] [blame] | 190 | 2009-02-02 Christian Dywan <christian@twotoasts.de> |
| 191 | |
| 192 | Rubber-stamped by Holger Freyther. |
| 193 | |
| 194 | Don't require Geolocation by default. |
| 195 | |
| 196 | * configure.ac: |
| 197 | |
jmalonzo@webkit.org | 06d65c10 | 2009-01-31 09:36:45 +0000 | [diff] [blame] | 198 | 2009-01-30 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 199 | |
| 200 | Reviewed by Nikolas Zimmermann. |
| 201 | |
| 202 | [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits |
| 203 | https://bugs.webkit.org/show_bug.cgi?id=22136 |
| 204 | |
| 205 | * GNUmakefile.am: |
| 206 | * acinclude.m4: Removed. |
| 207 | * autogen.sh: |
| 208 | * autotools/acinclude.m4: Added. |
| 209 | * autotools/dolt.m4: Added. |
| 210 | * autotools/symbols.filter: Renamed from symbols.filter. |
| 211 | * autotools/webkit.m4: Added. |
| 212 | * configure.ac: |
| 213 | |
zecke@webkit.org | b99bb80 | 2009-01-31 03:51:00 +0000 | [diff] [blame] | 214 | 2009-01-30 Holger Hans Peter Freyther <zecke@selfish.org> |
| 215 | |
| 216 | Reviewed by Nikolas Zimmermann. |
| 217 | |
| 218 | [GTK] Implement GeolocationService using the Geoclue library |
| 219 | |
| 220 | https://bugs.webkit.org/show_bug.cgi?id=22022 |
| 221 | |
| 222 | Untested implementation of the GeolocationService using the geoclue |
| 223 | library. Velocity handling is completely missing and the accuracy |
| 224 | handling might be wrong. |
| 225 | |
| 226 | * GNUmakefile.am: |
| 227 | * configure.ac: |
| 228 | |
zecke@webkit.org | 839009e | 2009-01-11 19:59:13 +0000 | [diff] [blame] | 229 | 2009-01-11 Xan Lopez <xan@gnome.org> |
| 230 | |
| 231 | Reviewed by Holger Freyther. |
| 232 | |
| 233 | Bump version to 1.1.0 since we are breaking ABI and adding new |
| 234 | major features. |
| 235 | |
| 236 | * configure.ac: |
| 237 | |
zecke@webkit.org | 2d40b85 | 2008-12-20 03:18:31 +0000 | [diff] [blame] | 238 | 2008-12-19 Marco Barisione <marco.barisione@collabora.co.uk> |
| 239 | |
| 240 | Reviewed by Holger Freyther. |
| 241 | |
| 242 | http://bugs.webkit.org/show_bug.cgi?id=16562 |
| 243 | [gtk] Implement WebPolicyDelegate methods |
| 244 | |
| 245 | Original work by Pierre-Luc Beaudoin. Final touches by Gustavo |
| 246 | Noronha. |
| 247 | |
| 248 | This implements the delegates methods of WebPolicyDelegate. |
| 249 | Since Gtk+/C doesn't have delegate methods, they are replaced with |
| 250 | signals. |
| 251 | |
| 252 | A new object WebKitWebPolicyDecision allows the browser to delay its |
| 253 | response in certain cases. WebKitWebNavigationAction contains the |
| 254 | information about what caused a navigation request. |
| 255 | |
| 256 | * GNUmakefile.am: Add new files |
| 257 | |
zecke@webkit.org | d34c3d40 | 2008-12-19 16:54:50 +0000 | [diff] [blame] | 258 | 2008-12-19 Gustavo Noronha Silva <gns@gnome.org> |
| 259 | |
| 260 | Reviewed by Holger Freyther. |
| 261 | |
| 262 | Use ustar tar format for WebKit/GTK+'s make dist target, so that |
| 263 | storing files whose filenames are > 99 is possible. |
| 264 | |
| 265 | * configure.ac: |
| 266 | |
zecke@webkit.org | 602f70b | 2008-12-19 16:35:39 +0000 | [diff] [blame] | 267 | 2008-12-19 Holger Hans Peter Freyther <zecke@selfish.org> |
| 268 | |
| 269 | [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST |
| 270 | |
| 271 | Fix the jit compilation on i*686 on Linux by using the va_list |
| 272 | to pass arguments to the CTI. This is done on the MAC as well |
| 273 | and sunspider and javascriptcore seem to work with that. |
| 274 | |
| 275 | * configure.ac: |
| 276 | |
pam@chromium.org | 8e6cbb5 | 2008-12-18 17:56:31 +0000 | [diff] [blame] | 277 | 2008-12-18 Pamela Greene <pam@chromium.org> |
| 278 | |
| 279 | Submitted without review. |
pam@chromium.org | cd92f57 | 2008-12-18 18:02:47 +0000 | [diff] [blame] | 280 | Right, remove the whole misplaced directory, not just the tests. |
| 281 | |
| 282 | * fast: Removed. |
| 283 | * fast/dom: Removed. |
| 284 | |
| 285 | 2008-12-18 Pamela Greene <pam@chromium.org> |
| 286 | |
| 287 | Submitted without review. |
pam@chromium.org | 8e6cbb5 | 2008-12-18 17:56:31 +0000 | [diff] [blame] | 288 | Moving layout test into LayoutTests where it belongs. |
| 289 | |
| 290 | * fast/dom/setter-type-enforcement-expected.txt: Removed. |
| 291 | * fast/dom/setter-type-enforcement.html: Removed. |
| 292 | |
eric@webkit.org | 81f4226 | 2008-12-15 22:18:40 +0000 | [diff] [blame] | 293 | 2008-12-15 Daniel Macks <dmacks@netspace.org> |
| 294 | |
| 295 | Reviewed by Darin Adler. |
| 296 | |
| 297 | Default to use external libicu-config if avail on all platforms. |
| 298 | https://bugs.webkit.org/show_bug.cgi?id=22713 |
| 299 | |
| 300 | * configure.ac: |
| 301 | |
zecke@webkit.org | eed856b | 2008-12-12 16:08:48 +0000 | [diff] [blame] | 302 | 2008-12-12 Holger Hans Peter Freyther <zecke@selfish.org> |
| 303 | |
| 304 | Back out r39222 as this is breaking the build on Gentoo (aclocal-1.10) |
| 305 | |
| 306 | The m4 directory does not exist and we now have a compile issue on |
| 307 | Gentoo systems. |
| 308 | |
| 309 | * GNUmakefile.am: |
| 310 | * configure.ac: |
| 311 | |
zecke@webkit.org | af3c15c | 2008-12-12 00:37:16 +0000 | [diff] [blame] | 312 | 2008-12-11 Daniel Macks <dmacks@netspace.org> |
| 313 | |
| 314 | Reviewed by Darin Adler. |
| 315 | |
| 316 | https://bugs.webkit.org/show_bug.cgi?id=22714 |
| 317 | |
| 318 | Put libtool macro files in subdir that it wants. |
| 319 | |
| 320 | * GNUmakefile.am: |
| 321 | * configure.ac: |
| 322 | |
zecke@webkit.org | 5955e9e | 2008-12-07 18:41:46 +0000 | [diff] [blame] | 323 | 2008-12-07 Holger Hans Peter Freyther <zecke@selfish.org> |
| 324 | |
zecke@webkit.org | c31c511 | 2008-12-07 19:16:17 +0000 | [diff] [blame] | 325 | Reviewed by Eric Seidel. |
| 326 | |
| 327 | [Gtk+] Use glib's unit test facilities to test the WebKit/Gtk+ API |
| 328 | |
| 329 | https://bugs.webkit.org/show_bug.cgi?id=22491 |
| 330 | |
| 331 | Add the skeleton to WebKit/gtk/tests and integrate that into the |
| 332 | buildsystem. Testing support was added in glib 2.16. For versions |
| 333 | using glib < 2.16 we compile an empty application. |
| 334 | |
| 335 | * GNUmakefile.am: |
| 336 | |
| 337 | 2008-12-07 Holger Hans Peter Freyther <zecke@selfish.org> |
| 338 | |
zecke@webkit.org | 5955e9e | 2008-12-07 18:41:46 +0000 | [diff] [blame] | 339 | Reviewed by Cameron Zwarich. |
| 340 | |
| 341 | [GTK] Define ENABLE_JIT_OPTIMIZE_CALL, ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS, ENABLE_JIT_OPTIMIZE_ARITHMETIC |
| 342 | |
| 343 | When building the jit on i*86 also enable the above optimizations. |
| 344 | |
| 345 | * configure.ac: |
| 346 | |
hausmann@webkit.org | e7bf97e | 2008-12-03 14:10:20 +0000 | [diff] [blame] | 347 | 2008-12-03 Simon Hausmann <hausmann@webkit.org> |
| 348 | |
| 349 | Reviewed by Tor Arne Vestbø. |
| 350 | |
| 351 | Fix the build of WebKit inside Qt by making sure that qmake generators |
| 352 | that do not produce generated sources (i.e. cpp files) are not |
| 353 | included in SOURCES. |
| 354 | |
| 355 | * WebKit.pri: |
| 356 | |
hausmann@webkit.org | 75ad054 | 2008-12-02 10:04:25 +0000 | [diff] [blame] | 357 | 2008-12-02 Simon Hausmann <hausmann@webkit.org> |
| 358 | |
| 359 | Reviewed by Tor Arne Vestbø. |
| 360 | |
| 361 | Removed JavaScriptCore from SUBDIRS as it's not built separately |
| 362 | anymore. |
| 363 | |
| 364 | * WebKit.pro: |
| 365 | |
zecke@webkit.org | dfb3868 | 2008-11-29 00:20:56 +0000 | [diff] [blame] | 366 | 2008-11-28 Gustavo Noronha Silva <gns@gnome.org> |
| 367 | |
| 368 | Reviewed and slightly modified by Holger Freyther. |
| 369 | |
| 370 | https://bugs.webkit.org/show_bug.cgi?id=19130 |
| 371 | |
| 372 | Added the new WebKitGtk files to be built: |
| 373 | WebKit/gtk/webkit/webkitwebwindowfeatures.{cpp,h} |
| 374 | |
| 375 | * GNUmakefile.am: |
| 376 | |
jmalonzo@webkit.org | e17b486 | 2008-11-26 11:31:27 +0000 | [diff] [blame] | 377 | 2008-11-26 Kalle Vahlman <kalle.vahlman@movial.com> |
| 378 | |
| 379 | Reviewed by Darin Adler. Landed by Jan Alonzo. |
| 380 | |
| 381 | Bison versions under 2.2 produce crashing CSSGrammar code for ARM |
| 382 | https://bugs.webkit.org/show_bug.cgi?id=22456 |
| 383 | |
| 384 | Check for bison version 2.2 or greater on ARM. Earlier versions produce |
| 385 | code that crashes on ARM devices. |
| 386 | |
| 387 | * configure.ac: |
| 388 | |
zecke@webkit.org | b59f9c4 | 2008-11-25 23:17:02 +0000 | [diff] [blame] | 389 | 2008-11-25 Holger Hans Peter Freyther <zecke@selfish.org> |
| 390 | |
| 391 | Reviewed by David Kilzer. |
| 392 | |
| 393 | https://bugs.webkit.org/show_bug.cgi?id=22022 |
| 394 | |
| 395 | Add Geolocation support to the configure.ac |
| 396 | |
| 397 | Add an option to build WebKit/Gtk+ with Geolocation. The |
| 398 | implementation will be using Gypsy. |
| 399 | |
| 400 | * configure.ac: |
| 401 | |
zecke@webkit.org | e9dbf8a | 2008-11-24 12:56:31 +0000 | [diff] [blame] | 402 | 2008-11-24 Holger Hans Peter Freyther <zecke@selfish.org> |
| 403 | |
| 404 | Reviewed by Mark Rowe. |
| 405 | |
| 406 | [Gtk+] Add configure option to enable Web Workers and enable it by default |
| 407 | |
| 408 | Add --enable-workers to the buildsystem (used by build-webkit) add |
| 409 | the to be build files to the GNUmakefile.am and change build-webkit |
| 410 | to enable Web Workers by default. |
| 411 | |
| 412 | * configure.ac: |
| 413 | |
hausmann@webkit.org | 6138662 | 2008-11-20 13:44:01 +0000 | [diff] [blame] | 414 | 2008-09-09 Joerg Bornemann <joerg.bornemann@trolltech.com> |
| 415 | |
| 416 | Reviewed by Simon Hausmann. |
| 417 | |
| 418 | Steps towards making the Qt port of WebKit compile on Windows CE |
| 419 | |
| 420 | https://bugs.webkit.org/show_bug.cgi?id=20746 |
| 421 | |
| 422 | * WebKit.pro: don't build DumpRenderTree on all Win32 platforms |
| 423 | |
zimmermann@webkit.org | 4c3a61a | 2008-11-18 00:04:18 +0000 | [diff] [blame] | 424 | 2008-11-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com> |
| 425 | |
| 426 | Reviewed by George Staikos. |
| 427 | |
| 428 | Add WML build support for Gtk as well. |
| 429 | |
| 430 | * configure.ac: |
| 431 | |
ggaren@apple.com | 987bc5b | 2008-11-17 05:52:02 +0000 | [diff] [blame] | 432 | 2008-11-16 Geoffrey Garen <ggaren@apple.com> |
| 433 | |
| 434 | Not reviewed. |
christian@webkit.org | 3a74ebf | 2009-02-23 11:15:30 +0000 | [diff] [blame] | 435 | |
ggaren@apple.com | 987bc5b | 2008-11-17 05:52:02 +0000 | [diff] [blame] | 436 | Try to fix gtk build. |
| 437 | |
| 438 | * configure.ac: |
| 439 | |
vestbo@webkit.org | 83a4da7 | 2008-11-10 15:55:10 +0000 | [diff] [blame] | 440 | 2008-11-10 Tor Arne Vestbø <tavestbo@trolltech.com> |
| 441 | |
| 442 | Rubber-stamped by Simon Hausmann. |
| 443 | |
| 444 | Distinguish between building from trunk and as part of Qt |
| 445 | |
| 446 | * WebKit.pri: |
| 447 | |
| 448 | 2008-11-10 Morten Sørvig <msorvig@trolltech.com> |
hausmann@webkit.org | 9686546 | 2008-11-10 11:46:11 +0000 | [diff] [blame] | 449 | |
| 450 | Reviewed by Simon Hausmann. |
| 451 | |
| 452 | Make tests/auto/qwebframe compile on Qt/Mac. |
| 453 | |
| 454 | * WebKit.pri: Fix linkage against QtWebKit when compiled as framework. |
| 455 | |
cwzwarich@webkit.org | b77ab3a | 2008-11-07 07:41:18 +0000 | [diff] [blame] | 456 | 2008-11-06 Cameron Zwarich <zwarich@apple.com> |
| 457 | |
| 458 | Not reviewed. |
| 459 | |
| 460 | Speculatively fix the GTK build. |
| 461 | |
| 462 | * GNUmakefile.am: |
| 463 | |
alp@webkit.org | 4c29a2f | 2008-11-06 08:58:53 +0000 | [diff] [blame] | 464 | 2008-11-06 Alp Toker <alp@nuanti.com> |
| 465 | |
| 466 | GTK build fix for r38155. create_hash_table was moved out of kjs/ |
| 467 | |
| 468 | * GNUmakefile.am: |
| 469 | |
cwzwarich@webkit.org | 61a3d96 | 2008-11-06 08:55:35 +0000 | [diff] [blame] | 470 | 2008-11-06 Cameron Zwarich <zwarich@apple.com> |
cwzwarich@webkit.org | f368350 | 2008-11-06 08:53:06 +0000 | [diff] [blame] | 471 | |
| 472 | Rubber-stamped by Sam Weinig. |
| 473 | |
| 474 | Correct the reference to jsc.pro in WebKit.pro to match its new |
| 475 | location in the root directory of JavaScriptCore. |
| 476 | |
| 477 | * WebKit.pro: |
| 478 | |
alp@webkit.org | 515bfc6 | 2008-11-03 15:59:02 +0000 | [diff] [blame] | 479 | 2008-11-03 Alp Toker <alp@nuanti.com> |
| 480 | |
alp@webkit.org | e359c84 | 2008-11-04 04:25:52 +0000 | [diff] [blame] | 481 | autotools distcleancheck fix. Add dolt-generated files and |
| 482 | webkitenumtypes.h to the list of files that need to be cleaned. |
| 483 | Unreviewed. |
| 484 | |
| 485 | * GNUmakefile.am: |
| 486 | |
| 487 | 2008-11-03 Alp Toker <alp@nuanti.com> |
| 488 | |
alp@webkit.org | 515bfc6 | 2008-11-03 15:59:02 +0000 | [diff] [blame] | 489 | Rubber-stamped by Holger Freyther. |
| 490 | |
alp@webkit.org | 491d909 | 2008-11-03 17:27:55 +0000 | [diff] [blame] | 491 | Do not enable RTTI or exceptions in debug builds, matching release |
| 492 | builds. They don't help much with debugging and significantly slow |
| 493 | down and increase the size of the debug build. |
| 494 | |
| 495 | * GNUmakefile.am: |
| 496 | |
| 497 | 2008-11-03 Alp Toker <alp@nuanti.com> |
| 498 | |
| 499 | Rubber-stamped by Holger Freyther. |
| 500 | |
alp@webkit.org | 515bfc6 | 2008-11-03 15:59:02 +0000 | [diff] [blame] | 501 | Add mingw32 case to dolt for faster GTK+ Windows builds. |
| 502 | |
| 503 | * acinclude.m4: |
| 504 | |
christian@webkit.org | fb968c6 | 2008-11-02 20:23:14 +0000 | [diff] [blame] | 505 | 2008-11-02 Xan Lopez <xan@gnome.org> |
| 506 | |
| 507 | Reviewed by Holger Freyther |
| 508 | |
| 509 | https://bugs.webkit.org/show_bug.cgi?id=22009 |
| 510 | HTML5 Video with GStreamer pulls gnome-vfs without using it. |
| 511 | |
| 512 | * configure.ac: |
| 513 | Remove gnome-vfs from configure.ac, it's unused. |
| 514 | |
alp@webkit.org | 1ad4417 | 2008-10-30 08:24:04 +0000 | [diff] [blame] | 515 | 2008-10-30 Alp Toker <alp@nuanti.com> |
| 516 | |
alp@webkit.org | a8df3bf | 2008-10-30 21:22:38 +0000 | [diff] [blame] | 517 | https://bugs.webkit.org/show_bug.cgi?id=19395 |
| 518 | doltlibtool bug with bash 3.0 |
| 519 | |
| 520 | autotools dolt build fix for bash version 3.0 and older. Remove |
| 521 | concatenation syntax from doltlibtool to support the older versions |
| 522 | which don't have '+='. |
| 523 | |
| 524 | * acinclude.m4: |
| 525 | |
| 526 | 2008-10-30 Alp Toker <alp@nuanti.com> |
| 527 | |
alp@webkit.org | eb261eb | 2008-10-30 09:56:39 +0000 | [diff] [blame] | 528 | Rubber-stamped by Oliver Hunt. |
| 529 | |
| 530 | autotools build system change to enable JIT features by default. Can |
| 531 | be disabled with --disable-jit (and is disabled automatically on |
| 532 | unsupported platforms). |
| 533 | |
| 534 | * configure.ac: |
| 535 | |
| 536 | 2008-10-30 Alp Toker <alp@nuanti.com> |
| 537 | |
alp@webkit.org | 1ad4417 | 2008-10-30 08:24:04 +0000 | [diff] [blame] | 538 | Bump WebKit GTK+ version to 1.0.3. |
| 539 | |
| 540 | * configure.ac: |
| 541 | |
zecke@webkit.org | bcca41d | 2008-10-29 22:39:18 +0000 | [diff] [blame] | 542 | 2008-10-29 Gustavo Noronha Silva <gns@gnome.org> |
| 543 | |
| 544 | Reviewed by Holger Freyther. |
| 545 | |
| 546 | Added all the files that need to be installed for the Inspector to |
| 547 | work. |
| 548 | |
zecke@webkit.org | a05d596 | 2008-10-29 20:19:06 +0000 | [diff] [blame] | 549 | 2008-10-29 Mike Hommey <glandium@debian.org> |
| 550 | |
| 551 | Reviewed by Holger Freyther. |
| 552 | |
| 553 | https://bugs.webkit.org/show_bug.cgi?id=21884 |
| 554 | Test presence and link against libpng. |
| 555 | |
| 556 | * GNUmakefile.am: |
| 557 | * configure.ac: |
| 558 | |
jmalonzo@webkit.org | dc065f3 | 2008-10-29 19:34:36 +0000 | [diff] [blame] | 559 | 2008-10-29 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 560 | |
| 561 | Reviewed by Holger Freyther. |
| 562 | |
| 563 | Add --enable-optimizations to enable optimized builds. The default |
| 564 | is to enable it for release builds, and disabled for debug builds. |
| 565 | This option will allow builders to have a debug as well as |
| 566 | optimized builds. |
| 567 | |
| 568 | * GNUmakefile.am: |
| 569 | * configure.ac: |
| 570 | |
alp@webkit.org | 6862a8b | 2008-10-28 14:30:05 +0000 | [diff] [blame] | 571 | 2008-10-28 Mike Hommey <glandium@debian.org> |
| 572 | |
| 573 | Reviewed by Alp Toker. |
| 574 | |
| 575 | https://bugs.webkit.org/show_bug.cgi?id=21885 |
| 576 | [GTK] libwebkit doesn't link against libpangoft2 |
| 577 | |
| 578 | Add pkg-config check for pangoft2 which provides |
| 579 | pango_fc_font_description_from_pattern() used in the FreeType font |
| 580 | backend. |
| 581 | |
| 582 | * configure.ac: |
| 583 | |
alp@webkit.org | 2ab3695 | 2008-10-28 12:53:51 +0000 | [diff] [blame] | 584 | 2008-10-28 Alp Toker <alp@nuanti.com> |
| 585 | |
| 586 | Include copyright license files in the autotools dist target. |
| 587 | |
| 588 | Change suggested by Mike Hommey. |
| 589 | |
| 590 | * GNUmakefile.am: |
| 591 | |
jmalonzo@webkit.org | e39356e | 2008-10-25 07:24:17 +0000 | [diff] [blame] | 592 | 2008-10-25 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 593 | |
| 594 | Gtk build fix: add '-' to Wl which was missed in r36845 |
| 595 | |
| 596 | * GNUmakefile.am: |
| 597 | |
alp@webkit.org | ee7dc25 | 2008-10-22 10:38:23 +0000 | [diff] [blame] | 598 | 2008-10-22 Alp Toker <alp@nuanti.com> |
| 599 | |
| 600 | Fix build for Cairo 1.2. |
| 601 | |
| 602 | * configure.ac: |
| 603 | |
alp@webkit.org | 14af149 | 2008-10-20 18:04:53 +0000 | [diff] [blame] | 604 | 2008-10-20 Alp Toker <alp@nuanti.com> |
| 605 | |
| 606 | Partial GTK+/Win32 build fix. Lowercase library name to enable linking |
| 607 | when cross-compiling Windows binaries from Linux: -lWs2_32 -> -lws2_32 |
| 608 | |
| 609 | * configure.ac: |
| 610 | |
alp@webkit.org | b722486 | 2008-10-14 02:16:13 +0000 | [diff] [blame] | 611 | 2008-10-13 Alp Toker <alp@nuanti.com> |
| 612 | |
| 613 | GTK+ build fix: Ensure correct builds when debugging is |
| 614 | enabled/disabled by defining NDEBUG in autotoolsconfig.h as needed. |
| 615 | It's still passed as a compiler flag since some sources (DRT) don't |
| 616 | use config.h yet. |
| 617 | |
| 618 | * configure.ac: |
| 619 | |
alp@webkit.org | 7e2b6cd | 2008-10-10 00:50:25 +0000 | [diff] [blame] | 620 | 2008-10-09 Alp Toker <alp@nuanti.com> |
| 621 | |
| 622 | Reviewed by Mark Rowe. |
| 623 | |
| 624 | https://bugs.webkit.org/show_bug.cgi?id=20760 |
| 625 | Implement support for x86 Linux in CTI |
| 626 | |
| 627 | Prepare to enable CTI/WREC on supported architectures. Will be |
| 628 | switched on when the crasher introduced in r37386 is resolved. |
| 629 | |
| 630 | * configure.ac: |
| 631 | |
alp@webkit.org | e124466 | 2008-10-07 18:28:43 +0000 | [diff] [blame] | 632 | 2008-10-07 Alp Toker <alp@nuanti.com> |
| 633 | |
alp@webkit.org | 76e7f9a | 2008-10-08 00:42:37 +0000 | [diff] [blame] | 634 | GTK+ build fix for older automake versions (1.7). Discussed in bug |
| 635 | #21392. |
| 636 | |
| 637 | * GNUmakefile.am: |
| 638 | |
| 639 | 2008-10-07 Alp Toker <alp@nuanti.com> |
| 640 | |
alp@webkit.org | e124466 | 2008-10-07 18:28:43 +0000 | [diff] [blame] | 641 | Reviewed by Mark Rowe. |
| 642 | |
| 643 | https://bugs.webkit.org/show_bug.cgi?id=21392 |
| 644 | [GTK] Auto-generate JS DOM binding sources list |
| 645 | |
| 646 | Remove the huge lists of generated DOM binding sources and headers in |
| 647 | the build system. These are difficult to maintain and can be derived |
| 648 | automatically. |
| 649 | |
| 650 | The new strategy is to re-use the existing lists of IDL sources (which |
| 651 | are needed for dist support anyway). This will also ease the addition |
| 652 | of new language bindings. |
| 653 | |
| 654 | * GNUmakefile.am: |
| 655 | |
zecke@webkit.org | 202af28 | 2008-09-28 01:49:45 +0000 | [diff] [blame] | 656 | 2008-09-27 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 657 | |
| 658 | Reviewed by Holger Freyther. |
| 659 | |
| 660 | https://bugs.webkit.org/show_bug.cgi?id=20287 |
| 661 | [Gtk] disable plugins for gtk/directfb target |
| 662 | |
| 663 | Introduce WTF_PLATFORM_X11 for X11 builds. |
| 664 | Also use target-specific packages when building the port |
| 665 | |
| 666 | * configure.ac: Do not check for cairo-ft for directfb builds. |
| 667 | |
zecke@webkit.org | a051fce | 2008-09-27 22:56:56 +0000 | [diff] [blame] | 668 | 2008-09-27 Marco Barisione <marco.barisione@collabora.co.uk> |
| 669 | |
| 670 | Reviewed by Holger Freyther. |
| 671 | |
| 672 | http://bugs.webkit.org/show_bug.cgi?id=21174 |
| 673 | [GTK][AUTOTOOLS] Enable large file support at configure time |
| 674 | |
| 675 | * configure.ac: Enable large file support with AC_SYS_LARGEFILE. |
| 676 | |
jmalonzo@webkit.org | a897fea | 2008-09-24 07:42:51 +0000 | [diff] [blame] | 677 | 2008-09-23 Richard Hult <richard@imendio.com> |
| 678 | |
| 679 | Reviewed by Alp Toker. Landed by Jan Alonzo. |
| 680 | |
| 681 | http://bugs.webkit.org/show_bug.cgi?id=20582 |
| 682 | [Gtk] Link error on Mac OS X |
| 683 | |
| 684 | * GNUmakefile.am: Only use the -version-script flag for the gnu |
| 685 | linker. |
| 686 | * configure.ac: Check for GNU OSes. |
| 687 | |
alp@webkit.org | 139345a | 2008-09-20 06:34:35 +0000 | [diff] [blame] | 688 | 2008-09-19 Alp Toker <alp@nuanti.com> |
| 689 | |
| 690 | Build fix for the 'gold' linker and recent binutils. New behaviour |
| 691 | requires that we link to used libraries explicitly. |
| 692 | |
| 693 | * GNUmakefile.am: |
| 694 | * configure.ac: |
| 695 | |
jmalonzo@webkit.org | 6afc5d4 | 2008-09-04 20:26:16 +0000 | [diff] [blame] | 696 | 2008-09-04 Marco Barisione <marco.barisione@collabora.co.uk> |
| 697 | |
| 698 | Reviewed by Eric Seidel. |
| 699 | |
| 700 | http://bugs.webkit.org/show_bug.cgi?id=20380 |
| 701 | [GTK][AUTOTOOLS] Include autotoolsconfig.h from config.h |
| 702 | |
| 703 | * configure.ac: Rename the configuration header from aconfig.h to autotoolsconfig.h. |
| 704 | |
alp@webkit.org | 97d8c10 | 2008-08-29 05:09:39 +0000 | [diff] [blame] | 705 | 2008-08-28 Alp Toker <alp@nuanti.com> |
| 706 | |
| 707 | GTK+ dist/build fix. List newly added header files. |
| 708 | |
| 709 | * GNUmakefile.am: |
| 710 | |
zecke@webkit.org | 895c50f | 2008-08-28 01:20:19 +0000 | [diff] [blame] | 711 | 2008-08-27 Mike Hommey <glandium@debian.org> |
| 712 | |
| 713 | Reviewed by Holger. |
| 714 | |
| 715 | * GNUmakefile.am: |
| 716 | * symbols.filter: Added. |
| 717 | |
alp@webkit.org | 9388fc8 | 2008-08-10 18:21:21 +0000 | [diff] [blame] | 718 | 2008-08-10 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 719 | |
| 720 | Reviewed (and updated) by Alp Toker. |
| 721 | |
| 722 | https://bugs.webkit.org/show_bug.cgi?id=16620 |
| 723 | [GTK] Autotools make dist and make check support |
| 724 | |
| 725 | Get make dist working. |
| 726 | |
| 727 | Note that not all possible configurations have been tested yet. |
| 728 | |
| 729 | * GNUmakefile.am: |
| 730 | |
alp@webkit.org | f996f49 | 2008-08-10 03:11:28 +0000 | [diff] [blame] | 731 | 2008-08-09 Marco Barisione <marco.barisione@collabora.co.uk> |
| 732 | |
| 733 | Reviewed by Alp Toker. |
| 734 | |
| 735 | http://bugs.webkit.org/show_bug.cgi?id=19045 |
| 736 | [gtk] ./configure doesn't check for x toolkit availability |
| 737 | |
| 738 | Some old versions of Xt do not provide xt.pc, in this case use |
| 739 | AC_CHECK_LIB to check if the library is installed and then fall back |
| 740 | to using just -lXt. |
| 741 | |
| 742 | * configure.ac: |
| 743 | |
alp@webkit.org | 5186e84 | 2008-08-10 03:00:29 +0000 | [diff] [blame] | 744 | 2008-08-09 Alp Toker <alp@nuanti.com> |
| 745 | |
| 746 | GTK+ build fixes. |
| 747 | |
| 748 | Back out r20338 libxslt check (conditional check already exists and |
| 749 | this broke the build). |
| 750 | |
| 751 | Make the flex version check a warning rather than fatal to fix the |
| 752 | build bot. |
| 753 | |
| 754 | * configure.ac: |
| 755 | |
jmalonzo@webkit.org | a325b51 | 2008-08-10 02:03:42 +0000 | [diff] [blame] | 756 | 2008-08-08 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 757 | |
| 758 | Reviewed by Mark Rowe. |
| 759 | |
| 760 | http://bugs.webkit.org/show_bug.cgi?id=20338 |
| 761 | [Gtk] Autotools should check for libxslt |
| 762 | |
| 763 | Autotools check for libxslt |
| 764 | |
| 765 | * configure.ac: |
| 766 | |
jmalonzo@webkit.org | 850cecc | 2008-08-07 12:08:52 +0000 | [diff] [blame] | 767 | 2008-08-07 Kalle Vahlman <zuh@iki.fi> |
| 768 | |
| 769 | Reviewed by David Kilzer. |
| 770 | |
| 771 | Check for correct flex version to avoid faulty builds |
| 772 | |
| 773 | A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it |
| 774 | https://bugs.webkit.org/show_bug.cgi?id=20253 |
| 775 | |
| 776 | acinclude.m4: Import AX_COMPARE_VERSION macro |
| 777 | configure.ac: Check for flex version |
| 778 | |
| 779 | * acinclude.m4: |
| 780 | * configure.ac: |
| 781 | |
hausmann@webkit.org | 25eaf42 | 2008-08-07 11:31:59 +0000 | [diff] [blame] | 782 | 2008-08-07 Simon Hausmann <hausmann@webkit.org> |
| 783 | |
| 784 | Rubber-stamped by Lars. |
| 785 | |
| 786 | Added API tests for QWebPage/QWebFrame based on QTestLib. |
| 787 | |
| 788 | * WebKit.pro: Add WebKit/qt/tests to the build. |
| 789 | |
jmalonzo@webkit.org | 46fd3f4 | 2008-08-06 12:40:53 +0000 | [diff] [blame] | 790 | 2008-08-06 Marco Barisione <marco.barisione@collabora.co.uk> |
| 791 | |
| 792 | Reviewed by Eric Seidel. |
| 793 | |
| 794 | http://bugs.webkit.org/show_bug.cgi?id=20276 |
| 795 | [GTK] Makefile rules for the enum GTypes files depend on Makefile |
| 796 | instead of GNUmakefile |
| 797 | |
| 798 | The patch committed in revision 34649 added the code needed to |
| 799 | generate GTypes for enums but the makefile rules for |
| 800 | stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on |
| 801 | Makefile (used by other ports) instead of GNUmakefile. |
| 802 | |
| 803 | * GNUmakefile.am: Depend on GNUmakefile instead of Makefile. |
| 804 | |
alp@webkit.org | 7ba3bb9 | 2008-08-05 21:33:35 +0000 | [diff] [blame] | 805 | 2008-08-05 Marco Barisione <marco.barisione@collabora.co.uk> |
| 806 | |
| 807 | Reviewed by Alp Toker. |
| 808 | |
| 809 | http://bugs.webkit.org/show_bug.cgi?id=19045 |
| 810 | [gtk] ./configure doesn't check for x toolkit availability |
| 811 | |
| 812 | Check for the .pc file for Xt instead of hard coding -lXt in the |
| 813 | GNUmakefile.am. |
| 814 | |
| 815 | Thanks to Dominik Röttsches for the initial patch. |
| 816 | |
| 817 | * GNUmakefile.am: |
| 818 | * configure.ac: |
| 819 | |
christian@webkit.org | e0a030f | 2008-07-30 18:17:24 +0000 | [diff] [blame] | 820 | 2008-07-30 Marco Barisione <marco.barisione@collabora.co.uk> |
| 821 | |
| 822 | Reviewed by Holger. |
| 823 | |
| 824 | http://bugs.webkit.org/show_bug.cgi?id=19742 |
| 825 | [GTK] Auto generate webkitmarshal.list |
| 826 | |
| 827 | Auto generate webkitmarshal.list from source files to reduce the |
| 828 | number of conflicts when merging git branches or when applying |
| 829 | patches. |
| 830 | Also rename webkit-marshal.* to webkitmarshal.* for consistency. |
| 831 | |
| 832 | * GNUmakefile.am: |
| 833 | |
jmalonzo@webkit.org | 20c9f4b | 2008-07-27 06:00:36 +0000 | [diff] [blame] | 834 | 2008-07-25 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 835 | |
| 836 | Reviewed by Mark Rowe. |
| 837 | |
| 838 | Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee. |
| 839 | |
| 840 | [Gtk] Improve detection jpeglib |
| 841 | https://bugs.webkit.org/show_bug.cgi?id=17865 |
| 842 | |
| 843 | * GNUmakefile.am: |
| 844 | * configure.ac: |
| 845 | |
hausmann@webkit.org | bb87b70 | 2008-07-25 10:55:33 +0000 | [diff] [blame] | 846 | 2008-07-25 Simon Hausmann <hausmann@webkit.org> |
| 847 | |
| 848 | Discussed with and rubber-stamped by Lars. |
| 849 | |
| 850 | Fix the build system for the Qt port. |
| 851 | |
| 852 | Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the |
| 853 | include search path. With a build process that combines JavaScriptCore and |
| 854 | WebCore in one build process/Makefile the existance of |
| 855 | JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts. |
| 856 | |
| 857 | This commit solves this by introducing a separate build of JavaScriptCore into |
| 858 | a static library. |
| 859 | |
| 860 | As a result of the split-up a race-condition due to broken dependencies of |
| 861 | regular source files to header files of generated sources showed up very |
| 862 | frequently when doing parallel builds (which the buildbot does). This commit at |
| 863 | the same time tries to address the dependency problem by making the |
| 864 | addExtraCompiler() function also generate a pseudo extra compiler that |
| 865 | represents the header file output, so that qmake is aware of the creation of |
| 866 | the header file for dependency calculation. |
| 867 | |
| 868 | At the same time I removed a lot of cruft from the pro files to ease maintenance. |
| 869 | |
| 870 | * WebKit.pri: |
| 871 | * WebKit.pro: |
| 872 | |
jmalonzo@webkit.org | d1815718 | 2008-06-18 20:04:18 +0000 | [diff] [blame] | 873 | 2008-06-18 Marco Barisione <marco.barisione@collabora.co.uk> |
| 874 | |
| 875 | Reviewed by Alp Toker. |
| 876 | |
| 877 | https://bugs.webkit.org/show_bug.cgi?id=19171 |
| 878 | [GTK] GTypes for enumerations |
| 879 | |
| 880 | Generate GTypes for public enumerations so they can be used as |
| 881 | properties. |
| 882 | |
| 883 | * GNUmakefile.am: Generate webkit-enum-types.cpp and |
| 884 | webkit-enum-types.h. |
| 885 | |
hausmann@webkit.org | b18129c | 2008-06-16 10:14:04 +0000 | [diff] [blame] | 886 | 2008-06-16 Simon Hausmann <hausmann@webkit.org> |
| 887 | |
| 888 | Fix the Qt build. testkjs.pro is now called jsc.pro. |
| 889 | |
| 890 | * WebKit.pro: |
| 891 | |
alp@webkit.org | 643f3ef | 2008-06-15 11:46:18 +0000 | [diff] [blame] | 892 | 2008-06-15 Alp Toker <alp@nuanti.com> |
| 893 | |
| 894 | Rubber-stamped by Maciej. |
| 895 | |
| 896 | Install 'jsc' application by default. |
| 897 | |
| 898 | * GNUmakefile.am: |
| 899 | |
alp@webkit.org | 2d181c5 | 2008-06-08 16:10:16 +0000 | [diff] [blame] | 900 | 2008-06-08 Alp Toker <alp@nuanti.com> |
| 901 | |
alp@webkit.org | 7c86990 | 2008-06-08 19:04:23 +0000 | [diff] [blame] | 902 | autotools/GTK+ build system cleanup. Don't include WebKit API in the |
| 903 | WebCore build as it's no longer needed since r34426. |
| 904 | |
| 905 | * GNUmakefile.am: |
| 906 | |
| 907 | 2008-06-08 Alp Toker <alp@nuanti.com> |
| 908 | |
alp@webkit.org | 2d181c5 | 2008-06-08 16:10:16 +0000 | [diff] [blame] | 909 | Rubber-stamped by Mark Rowe. |
| 910 | |
| 911 | Bring back -fstrict-aliasing for JavaScriptCore which was removed in |
| 912 | r31821, since aliasing issues have now been fixed. |
| 913 | |
| 914 | Use -O3, not -O2 for the JavaScriptCore build. |
| 915 | |
| 916 | * GNUmakefile.am: |
| 917 | * configure.ac: |
| 918 | |
christian@webkit.org | 56f0069 | 2008-06-05 22:50:40 +0000 | [diff] [blame] | 919 | 2008-06-05 Christian Dywan <christian@twotoasts.de> |
| 920 | |
| 921 | Reviewed by Alp Toker. |
| 922 | |
| 923 | https://bugs.webkit.org/show_bug.cgi?id=14141 |
| 924 | Please add a version to the Gtk port |
| 925 | |
| 926 | * GNUmakefile.am: |
| 927 | |
alp@webkit.org | 15ef3c4 | 2008-06-03 00:30:19 +0000 | [diff] [blame] | 928 | 2008-06-02 Alp Toker <alp@nuanti.com> |
| 929 | |
| 930 | GTK+/autotools Windows build system fixes. |
| 931 | |
| 932 | * GNUmakefile.am: |
| 933 | * configure.ac: |
| 934 | |
alp@webkit.org | f1dbca6 | 2008-06-02 16:36:32 +0000 | [diff] [blame] | 935 | 2008-06-02 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 936 | |
| 937 | Reviewed by Alp Toker. |
| 938 | |
| 939 | Build WebCore GTK+ sources as part of WebCore, not WebKit. |
| 940 | Split common and GTK+-specific sources into separate file lists. |
| 941 | |
| 942 | * GNUmakefile.am: |
| 943 | |
alp@webkit.org | 46377ba | 2008-06-02 02:08:34 +0000 | [diff] [blame] | 944 | 2008-06-01 Josh Triplett <josh@freedesktop.org> |
| 945 | |
| 946 | Reviewed by Alp Toker. |
| 947 | |
| 948 | http://bugs.webkit.org/show_bug.cgi?id=16891 |
| 949 | [GTK] autotools build is slow |
| 950 | |
| 951 | Add dolt revision 5e9eef10 to the autotools build system. Speeds up |
| 952 | the build, often by a factor of two or more on supported platforms, |
| 953 | otherwise falls back to libtool. |
| 954 | |
| 955 | See http://dolt.freedesktop.org for details. |
| 956 | |
| 957 | * acinclude.m4: Added. |
| 958 | * configure.ac: |
| 959 | |
jmalonzo@webkit.org | db04f5c | 2008-05-25 11:15:15 +0000 | [diff] [blame] | 960 | 2008-05-25 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 961 | |
| 962 | Reviewed by Alp Toker. |
| 963 | |
| 964 | http://bugs.webkit.org/show_bug.cgi?id=19142 |
| 965 | [Gtk] Remove build options --svg-experimental and --cross-document-messaging |
| 966 | |
| 967 | * configure.ac: |
| 968 | |
alp@webkit.org | 1ea970c | 2008-05-25 04:19:22 +0000 | [diff] [blame] | 969 | 2008-05-24 Alp Toker <alp@nuanti.com> |
| 970 | |
| 971 | GTK+/Win32 build fixes. Link against Windows ICU without using |
| 972 | icu-config since it's not available on that platform. |
| 973 | |
| 974 | Link against Ws2_32 when the curl http backend is chosen since we |
| 975 | use select() directly. |
| 976 | |
| 977 | * configure.ac: |
| 978 | |
alp@webkit.org | 2bf1967 | 2008-05-23 17:48:41 +0000 | [diff] [blame] | 979 | 2008-05-23 Alp Toker <alp@nuanti.com> |
| 980 | |
| 981 | GTK+ fixes for building without database support. |
| 982 | |
| 983 | * configure.ac: |
| 984 | |
jmalonzo@webkit.org | 4c3907a | 2008-05-20 11:52:08 +0000 | [diff] [blame] | 985 | 2008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 986 | |
alp@webkit.org | 5ac91ee | 2008-05-21 00:51:24 +0000 | [diff] [blame] | 987 | Reviewed by Alp Toker. |
| 988 | |
| 989 | Fix for previous autotools change. |
| 990 | |
| 991 | * configure.ac: |
| 992 | |
| 993 | 2008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org> |
| 994 | |
jmalonzo@webkit.org | 4c3907a | 2008-05-20 11:52:08 +0000 | [diff] [blame] | 995 | Reviewed by Alp. |
| 996 | |
| 997 | http://bugs.webkit.org/show_bug.cgi?id=18483 |
| 998 | [Gtk] Autotools should match build-webkit default flags |
| 999 | |
| 1000 | * configure.ac: |
| 1001 | |
alp@webkit.org | 8cfd6ab | 2008-05-19 23:06:49 +0000 | [diff] [blame] | 1002 | 2008-05-19 Alp Toker <alp@nuanti.com> |
| 1003 | |
| 1004 | GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when |
| 1005 | the Pango font backend is selected. |
| 1006 | |
| 1007 | * GNUmakefile.am: |
| 1008 | * configure.ac: |
| 1009 | |
jchaffraix@webkit.org | 98e84ef | 2008-05-16 20:38:48 +0000 | [diff] [blame] | 1010 | 2008-05-16 Julien Chaffraix <jchaffraix@webkit.org> |
| 1011 | |
| 1012 | Reviewed by Eric. |
| 1013 | |
| 1014 | Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated |
| 1015 | |
| 1016 | * configure.ac: Add HTML_FLAGS and set it when video is enabled. |
| 1017 | |
hausmann@webkit.org | f9804ce | 2008-05-16 14:25:57 +0000 | [diff] [blame] | 1018 | 2008-05-15 Ariya Hidayat <ariya.hidayat@trolltech.com> |
| 1019 | |
| 1020 | Reviewed by Simon. |
| 1021 | |
| 1022 | Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files |
| 1023 | from gtk-port. |
| 1024 | |
| 1025 | * WebKit.pri: |
| 1026 | * WebKit.pro: |
| 1027 | |
andersca@apple.com | be4e18c | 2008-05-10 00:46:50 +0000 | [diff] [blame] | 1028 | 2008-05-09 Anders Carlsson <andersca@apple.com> |
| 1029 | |
| 1030 | Reviewed by Mark. |
| 1031 | |
| 1032 | Add x86_64 rule. |
christian@webkit.org | 3a74ebf | 2009-02-23 11:15:30 +0000 | [diff] [blame] | 1033 | |
andersca@apple.com | be4e18c | 2008-05-10 00:46:50 +0000 | [diff] [blame] | 1034 | * Makefile: |
| 1035 | |
hausmann@webkit.org | ba4d9c1 | 2008-05-09 13:08:33 +0000 | [diff] [blame] | 1036 | 2008-05-09 Simon Hausmann <hausmann@webkit.org> |
| 1037 | |
| 1038 | Reviewed by Holger. |
| 1039 | |
| 1040 | Removed explicit linkage against libxml and libxslt on Qt/Mac builds. |
christian@webkit.org | 3a74ebf | 2009-02-23 11:15:30 +0000 | [diff] [blame] | 1041 | |
hausmann@webkit.org | ba4d9c1 | 2008-05-09 13:08:33 +0000 | [diff] [blame] | 1042 | This dependency is completely unnecessary here and creates only problems by |
| 1043 | propagating through WebCore.pro over libQtWebKit.prl right now customer |
| 1044 | applications. |
christian@webkit.org | 3a74ebf | 2009-02-23 11:15:30 +0000 | [diff] [blame] | 1045 | |
hausmann@webkit.org | ba4d9c1 | 2008-05-09 13:08:33 +0000 | [diff] [blame] | 1046 | |
| 1047 | * WebKit.pri: |
| 1048 | |
andersca@apple.com | db0ed04 | 2008-05-03 00:21:05 +0000 | [diff] [blame] | 1049 | 2008-05-02 Anders Carlsson <andersca@apple.com> |
| 1050 | |
| 1051 | Reviewed by Mark. |
| 1052 | |
| 1053 | Add an "x86_64" make rule. |
christian@webkit.org | 3a74ebf | 2009-02-23 11:15:30 +0000 | [diff] [blame] | 1054 | |
andersca@apple.com | db0ed04 | 2008-05-03 00:21:05 +0000 | [diff] [blame] | 1055 | * Makefile.shared: |
| 1056 | |
alp@webkit.org | d06c7c9 | 2008-05-02 22:21:09 +0000 | [diff] [blame] | 1057 | 2008-05-02 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 1058 | |
| 1059 | Reviewed by Eric. |
| 1060 | |
| 1061 | https://bugs.webkit.org/show_bug.cgi?id=18811 |
| 1062 | Enable dashboard and offline web apps in autotools |
| 1063 | |
| 1064 | * configure.ac: |
| 1065 | |
alp@webkit.org | a55698b | 2008-05-01 18:15:39 +0000 | [diff] [blame] | 1066 | 2008-05-01 Marc Ordinas i Llopis <marc.ordinasillopis@collabora.co.uk> |
| 1067 | |
| 1068 | Reviewed by Alp Toker. |
| 1069 | |
| 1070 | https://bugs.webkit.org/show_bug.cgi?id=14750 |
| 1071 | Added support for NPAPI plugins on Gtk and Qt-x11 ports. |
| 1072 | |
| 1073 | * GNUmakefile.am: Added Xt library. |
| 1074 | |
ddkilzer@apple.com | e9e33f3 | 2008-04-30 00:31:10 +0000 | [diff] [blame] | 1075 | 2008-04-29 David Kilzer <ddkilzer@apple.com> |
| 1076 | |
| 1077 | BUILD FIX for ENABLE(DASHBOARD_SUPPORT) |
| 1078 | |
| 1079 | * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT. |
| 1080 | |
alp@webkit.org | 8151494 | 2008-04-23 03:14:26 +0000 | [diff] [blame] | 1081 | 2008-04-22 Alp Toker <alp@nuanti.com> |
| 1082 | |
| 1083 | GTK+ debug build fix for changes in r32257. |
| 1084 | |
| 1085 | * GNUmakefile.am: |
| 1086 | |
alp@webkit.org | c04fee2 | 2008-04-19 05:16:00 +0000 | [diff] [blame] | 1087 | 2008-04-18 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 1088 | |
| 1089 | Reviewed by Alp Toker. |
| 1090 | |
alp@webkit.org | 67ed4c4 | 2008-04-19 05:19:57 +0000 | [diff] [blame] | 1091 | http://bugs.webkit.org/show_bug.cgi?id=16620 |
| 1092 | [GTK] Autotools make dist and make check support |
alp@webkit.org | c04fee2 | 2008-04-19 05:16:00 +0000 | [diff] [blame] | 1093 | |
| 1094 | Cleanups. |
| 1095 | |
| 1096 | * GNUmakefile.am: |
| 1097 | |
mrowe@apple.com | 59de0d0 | 2008-04-19 01:31:29 +0000 | [diff] [blame] | 1098 | 2008-04-11 Mark Rowe <mrowe@apple.com> |
| 1099 | |
| 1100 | Rubber-stamped by Antti Koivisto. |
| 1101 | |
| 1102 | * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show. |
| 1103 | |
alp@webkit.org | d66a115 | 2008-04-17 23:05:11 +0000 | [diff] [blame] | 1104 | 2008-04-17 Alp Toker <alp@atoker.com> |
| 1105 | |
| 1106 | GTK+ build fix. Back out the libjpeg check part of r32008 from bug |
| 1107 | #17865 (reopened). |
| 1108 | |
| 1109 | * configure.ac: |
| 1110 | |
alp@webkit.org | 4598acd | 2008-04-17 19:21:34 +0000 | [diff] [blame] | 1111 | 2008-04-17 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 1112 | |
| 1113 | Reviewed by Alp Toker. |
| 1114 | |
| 1115 | http://bugs.webkit.org/show_bug.cgi?id=17865 |
| 1116 | [Gtk] Improve detection of jpeglib and glib tools |
| 1117 | |
| 1118 | Improve detecting jpeglib and glib tools |
| 1119 | |
| 1120 | * configure.ac: Throw an error if the dependencies above are |
| 1121 | currently not installed |
| 1122 | |
alp@webkit.org | f02b6bc | 2008-04-14 20:18:18 +0000 | [diff] [blame] | 1123 | 2008-04-14 Xan Lopez <xan@gnome.org> |
| 1124 | |
| 1125 | Reviewed by Alp Toker. |
| 1126 | |
| 1127 | http://bugs.webkit.org/show_bug.cgi?id=17917 |
| 1128 | Bug 17917: Cookie support for HTTP soup backend |
| 1129 | |
| 1130 | Bumped the libsoup required version to 2.23 for cookie support. |
| 1131 | |
| 1132 | * configure.ac: |
| 1133 | |
mrowe@apple.com | fd55152 | 2008-04-11 21:18:05 +0000 | [diff] [blame] | 1134 | 2008-04-11 Mark Rowe <mrowe@apple.com> |
| 1135 | |
| 1136 | Rubber-stamped by Anders Carlsson. |
| 1137 | |
| 1138 | Fix https://bugs.webkit.org/show_bug.cgi?id=18430 |
| 1139 | Bug 18430: SIGSEGV on amd64 when built with gcc 4.3 |
| 1140 | |
| 1141 | GCC 4.3 generates bad code in some instances when working with our HashTables |
| 1142 | as some of the HashTable code violates the strict aliasing requirements. Since |
| 1143 | GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until |
| 1144 | the code can be fixed to be safe with strict aliasing enabled, we will disable |
| 1145 | strict aliasing. |
| 1146 | |
| 1147 | * GNUmakefile.am: |
| 1148 | |
alp@webkit.org | 02eba75 | 2008-04-11 00:45:17 +0000 | [diff] [blame] | 1149 | 2008-03-12 Michael Emmel <mike.emmel@gmail.com> |
| 1150 | |
| 1151 | Reviewed by Alp Toker. |
| 1152 | |
| 1153 | http://bugs.webkit.org/show_bug.cgi?id=18397 |
| 1154 | Fix leaving spaces before parens in functions |
| 1155 | |
| 1156 | * WebKitTools/Scripts/wkstyle: |
| 1157 | |
ap@webkit.org | c266b3f | 2008-04-07 12:24:26 +0000 | [diff] [blame] | 1158 | 2008-04-07 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 1159 | |
| 1160 | Build fix, rubber-stamped and landed by ap. |
| 1161 | |
| 1162 | * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support. |
| 1163 | |
zecke@webkit.org | 178fffa | 2008-03-21 20:40:41 +0000 | [diff] [blame] | 1164 | 2008-03-21 Rodney Dawes <dobey@wayofthemonkey.com> |
| 1165 | |
| 1166 | Reviewed by Holger. |
| 1167 | |
| 1168 | Remove the JSCore include path options from global_cppflags. |
| 1169 | Place JSCore include path options in javascriptcore_cppflags. |
| 1170 | Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS. |
| 1171 | |
| 1172 | * GNUmakefile.am: |
| 1173 | |
andersca@apple.com | 2421f66 | 2008-03-20 18:19:07 +0000 | [diff] [blame] | 1174 | 2008-03-20 Jasper Bryant-Greene <jasper@unix.geek.nz> |
| 1175 | |
| 1176 | Reviewed by Anders. |
| 1177 | |
| 1178 | Resolves http://bugs.webkit.org/show_bug.cgi?id=16092 |
| 1179 | "[GTK] Middle-mouse click should allow opening a URL in a new tab" |
| 1180 | |
| 1181 | Added WebKitNavigationAction object to GTK API |
| 1182 | |
| 1183 | * GNUmakefile.am: |
| 1184 | |
alp@webkit.org | 7d9253a | 2008-03-12 15:03:17 +0000 | [diff] [blame] | 1185 | 2008-03-12 Xan Lopez <xan@gnome.org> |
| 1186 | |
| 1187 | Reviewed by Alp Toker. |
| 1188 | |
| 1189 | http://bugs.webkit.org/show_bug.cgi?id=15229 |
| 1190 | |
| 1191 | Add optional font backend support with freetype and pango |
| 1192 | backends. Default is freetype for now. |
| 1193 | |
alp@webkit.org | 720edd6 | 2008-03-12 15:08:01 +0000 | [diff] [blame] | 1194 | Original patch by Sven Herzberg <sven@imendio.com> |
| 1195 | |
alp@webkit.org | 7d9253a | 2008-03-12 15:03:17 +0000 | [diff] [blame] | 1196 | * configure.ac: |
| 1197 | |
alp@webkit.org | b51d08f | 2008-03-11 23:06:38 +0000 | [diff] [blame] | 1198 | 2008-03-11 Xan Lopez <xan@gnome.org> |
| 1199 | |
| 1200 | Reviewed by Alp Toker. |
| 1201 | |
| 1202 | http://bugs.webkit.org/show_bug.cgi?id=16476 |
| 1203 | |
| 1204 | Add support for multiple http backends, and add soup backend (off by default). |
christian@webkit.org | 3a74ebf | 2009-02-23 11:15:30 +0000 | [diff] [blame] | 1205 | |
alp@webkit.org | b51d08f | 2008-03-11 23:06:38 +0000 | [diff] [blame] | 1206 | * GNUmakefile.am: |
| 1207 | * configure.ac: |
| 1208 | |
hausmann@webkit.org | 9999bb8 | 2008-03-10 11:52:27 +0000 | [diff] [blame] | 1209 | 2008-03-07 Simon Hausmann <hausmann@webkit.org> |
| 1210 | |
darin@apple.com | 07c80c6 | 2008-09-05 18:15:43 +0000 | [diff] [blame] | 1211 | Reviewed by Darin Adler. |
hausmann@webkit.org | 9999bb8 | 2008-03-10 11:52:27 +0000 | [diff] [blame] | 1212 | |
| 1213 | Done with Lars. |
| 1214 | |
| 1215 | Added plugins subdirectory to the include path. |
| 1216 | |
| 1217 | * WebKit.pri: |
| 1218 | |
alp@webkit.org | 478185d | 2008-03-10 02:44:33 +0000 | [diff] [blame] | 1219 | 2008-03-09 Alp Toker <alp@atoker.com> |
| 1220 | |
| 1221 | GTK+ build fix for r30913. |
| 1222 | |
| 1223 | Use UNICODE_CFLAGS for C++ sources as well as C sources. |
| 1224 | |
| 1225 | * GNUmakefile.am: |
| 1226 | |
vestbo@webkit.org | 83a4da7 | 2008-11-10 15:55:10 +0000 | [diff] [blame] | 1227 | 2008-03-09 Jörg Billeter <j@bitron.ch> |
alp@webkit.org | d28cae0 | 2008-03-10 00:49:15 +0000 | [diff] [blame] | 1228 | |
| 1229 | Reviewed by Alp Toker. |
| 1230 | |
| 1231 | Conditionalise ICU for Unicode in the GTK+ port. |
| 1232 | |
| 1233 | * GNUmakefile.am: |
| 1234 | * configure.ac: |
| 1235 | |
alp@webkit.org | c1c9956 | 2008-03-03 22:06:52 +0000 | [diff] [blame] | 1236 | 2008-03-03 Brent Fulgham <bfulgham@gmail.com> |
| 1237 | |
| 1238 | Reviewed by Alp Toker. |
| 1239 | |
| 1240 | http://bugs.webkit.org/show_bug.cgi?id=17644 |
| 1241 | Build GTK on Mac OS X using native ICU library |
| 1242 | |
| 1243 | Use Apple native ICU libraries when building GTK |
| 1244 | webkit on Mac OS. |
| 1245 | |
| 1246 | * configure.ac: |
| 1247 | |
alp@webkit.org | 03709e0 | 2008-03-03 05:10:18 +0000 | [diff] [blame] | 1248 | 2008-03-02 Brent Fulgham <bfulgham@gmail.com> |
| 1249 | |
| 1250 | Reviewed by Alp Toker. |
| 1251 | |
| 1252 | Add ICU_CPPFLAGS earlier in include path for WebCore |
| 1253 | so that we find $(icu_cppflags)/unicode/utf8.h, rather than |
| 1254 | the wtf/unicode/UTF8.h on case-insensitive file systems. |
| 1255 | |
| 1256 | * GNUmakefile.am: |
| 1257 | |
alp@webkit.org | 66551a1 | 2008-03-02 19:51:26 +0000 | [diff] [blame] | 1258 | 2008-03-02 Alp Toker <alp@atoker.com> |
| 1259 | |
| 1260 | Reviewed by Mark Rowe. |
| 1261 | |
| 1262 | Split the WebKit GTK+ build out of the WebCore build and change the |
| 1263 | shared object name to match the package name. |
| 1264 | |
| 1265 | * GNUmakefile.am: |
| 1266 | |
alp@webkit.org | 06f756d | 2008-02-28 08:21:59 +0000 | [diff] [blame] | 1267 | 2008-02-28 Alp Toker <alp@atoker.com> |
| 1268 | |
| 1269 | Fix a configure script typo spotted by Kalle Vahlman. |
| 1270 | |
| 1271 | * configure.ac: |
| 1272 | |
timothy@apple.com | 7e518c5 | 2008-02-26 21:54:07 +0000 | [diff] [blame] | 1273 | 2008-02-26 Timothy Hatcher <timothy@apple.com> |
| 1274 | |
| 1275 | Reviewed by Darin Adler. |
| 1276 | |
| 1277 | Add "64" and "64u" make rules to allow easy building of 64-bit versions. |
| 1278 | |
| 1279 | make 64: will build Intel-only 64-bit. |
| 1280 | make 64u: will build 4-way universal for PPC and Intel. |
| 1281 | |
| 1282 | * Makefile: |
| 1283 | * Makefile.shared: |
| 1284 | |
darin@apple.com | 47e2c23 | 2008-02-24 05:42:29 +0000 | [diff] [blame] | 1285 | 2008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 1286 | |
darin@apple.com | 07c80c6 | 2008-09-05 18:15:43 +0000 | [diff] [blame] | 1287 | Rubber stamped by Darin Adler. |
pewtermoose@webkit.org | 7a953d9 | 2008-02-24 07:07:03 +0000 | [diff] [blame] | 1288 | |
| 1289 | Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup |
| 1290 | whitespaces introduced in the previous commit. |
| 1291 | |
christian@webkit.org | 3a74ebf | 2009-02-23 11:15:30 +0000 | [diff] [blame] | 1292 | * GNUmakefile.am: |
pewtermoose@webkit.org | 7a953d9 | 2008-02-24 07:07:03 +0000 | [diff] [blame] | 1293 | |
| 1294 | 2008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 1295 | |
darin@apple.com | 07c80c6 | 2008-09-05 18:15:43 +0000 | [diff] [blame] | 1296 | Rubber-stamped by Darin Adler. |
darin@apple.com | 47e2c23 | 2008-02-24 05:42:29 +0000 | [diff] [blame] | 1297 | |
| 1298 | * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES. |
| 1299 | * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS. |
| 1300 | |
alp@webkit.org | 80dd112 | 2008-02-21 20:16:43 +0000 | [diff] [blame] | 1301 | 2008-02-21 Alp Toker <alp@atoker.com> |
| 1302 | |
alp@webkit.org | 52b8366 | 2008-02-22 06:10:42 +0000 | [diff] [blame] | 1303 | Fix a configure script typo. |
| 1304 | |
| 1305 | * configure.ac: |
| 1306 | |
| 1307 | 2008-02-21 Alp Toker <alp@atoker.com> |
| 1308 | |
alp@webkit.org | 80dd112 | 2008-02-21 20:16:43 +0000 | [diff] [blame] | 1309 | GTK+/autotools SVG experimental build fix |
| 1310 | |
| 1311 | Don't enable SVG filters in --enable-svg-experimental. |
| 1312 | |
| 1313 | This feature isn't supported at all yet. Developers can enable it |
| 1314 | explicitly by passing --enable-svg-filters if needed. |
| 1315 | |
| 1316 | * configure.ac: |
| 1317 | |
alp@webkit.org | c53b43d | 2008-02-21 19:43:44 +0000 | [diff] [blame] | 1318 | 2008-02-21 Mike Auty <mike.auty@gmail.com> |
| 1319 | |
| 1320 | Reviewed by Alp Toker. |
| 1321 | |
| 1322 | http://bugs.webkit.org/show_bug.cgi?id=17445 |
| 1323 | [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed" |
| 1324 | |
| 1325 | The GNUmakefile.am files make use of the LDFLAGS variable to include library |
| 1326 | additions such as -ljpeg etc. Unfortunately, if these inclusions aren't made |
| 1327 | in LIBADD/LDADD variables, then they are mis-ordered during the linking. |
| 1328 | |
| 1329 | The as-needed flag discards libraries whose functions have not been needed by |
| 1330 | earlier libraries, which therefore makes the ordering important. |
| 1331 | |
| 1332 | This moves all -l library inclusion statements from LDFLAGS variables to |
| 1333 | LIBADD/LDADD variables. |
| 1334 | |
| 1335 | * GNUmakefile.am: |
| 1336 | |
alp@webkit.org | 9fc08a8 | 2008-02-15 18:25:44 +0000 | [diff] [blame] | 1337 | 2008-02-15 Alp Toker <alp@atoker.com> |
| 1338 | |
| 1339 | Reviewed by Holger. |
| 1340 | |
| 1341 | GTK+ configure script cleanups |
| 1342 | |
| 1343 | Categorize the configuration summary printout. |
| 1344 | Bump GTK+ requirement to 2.8. |
| 1345 | Rename 'webkit_target' to just 'target'. |
| 1346 | Don't check for pthread on Win32. |
| 1347 | |
| 1348 | * configure.ac: |
| 1349 | |
aroben@apple.com | cde8fd1 | 2008-02-15 16:36:07 +0000 | [diff] [blame] | 1350 | 2008-02-14 Adam Roben <aroben@apple.com> |
| 1351 | |
aroben@apple.com | 198b8e1 | 2008-02-15 16:36:54 +0000 | [diff] [blame] | 1352 | Turn on cross-document messaging support by default |
| 1353 | |
darin@apple.com | 07c80c6 | 2008-09-05 18:15:43 +0000 | [diff] [blame] | 1354 | Reviewed by Darin Adler. |
aroben@apple.com | 198b8e1 | 2008-02-15 16:36:54 +0000 | [diff] [blame] | 1355 | |
| 1356 | * configure.ac: |
| 1357 | |
| 1358 | 2008-02-14 Adam Roben <aroben@apple.com> |
| 1359 | |
aroben@apple.com | cde8fd1 | 2008-02-15 16:36:07 +0000 | [diff] [blame] | 1360 | Conditionalize cross-document messaging support |
| 1361 | |
| 1362 | The cross-document messaging parts of HTML 5 are in flux and we want |
| 1363 | ports to be able to turn off the support as needed. |
| 1364 | |
| 1365 | Note that the support is turned off by default right now. A subsequent |
| 1366 | commit will turn it on by default. |
| 1367 | |
darin@apple.com | 07c80c6 | 2008-09-05 18:15:43 +0000 | [diff] [blame] | 1368 | Reviewed by Darin Adler. |
aroben@apple.com | cde8fd1 | 2008-02-15 16:36:07 +0000 | [diff] [blame] | 1369 | |
| 1370 | * configure.ac: |
| 1371 | |
alp@webkit.org | 4ad34cb | 2008-02-12 21:04:50 +0000 | [diff] [blame] | 1372 | 2008-02-12 Rodney Dawes <dobey@wayofthemonkey.com> |
| 1373 | |
| 1374 | Reviewed by Alp Toker. |
| 1375 | |
| 1376 | Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES |
| 1377 | to the CPPFLAGS for WebCore and WebKit |
| 1378 | Add a pkgconfig check for hildon-1 when --with-hildon specified |
| 1379 | Output the use of Hildon support in the summary |
| 1380 | Add HILDON_CPPFLAGS to webkitgtk_cppflags |
| 1381 | Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS |
| 1382 | Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS |
| 1383 | |
| 1384 | * configure.ac: |
| 1385 | * GNUmakefile.am: |
| 1386 | |
alp@webkit.org | 28c069b | 2008-02-09 05:44:24 +0000 | [diff] [blame] | 1387 | 2008-02-08 Alp Toker <alp@atoker.com> |
| 1388 | |
| 1389 | Rubber-stamped by Maciej. |
| 1390 | |
| 1391 | Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4. |
| 1392 | |
| 1393 | * configure.ac: |
| 1394 | |
timothy@apple.com | f42518d | 2008-02-06 20:19:16 +0000 | [diff] [blame] | 1395 | 2008-02-06 Timothy Hatcher <timothy@apple.com> |
| 1396 | |
| 1397 | Rubber-stamped by Mark Rowe. |
| 1398 | |
| 1399 | Dump of bugs.webkit.org's Bugzilla instance. |
| 1400 | |
| 1401 | * BugsSite: Added. |
| 1402 | * BugsSite/.htaccess: Added. |
| 1403 | * BugsSite/Bugzilla: Added. |
| 1404 | * BugsSite/Bugzilla.pm: Added. |
| 1405 | * BugsSite/Bugzilla/.cvsignore: Added. |
| 1406 | * BugsSite/Bugzilla/.htaccess: Added. |
| 1407 | * BugsSite/Bugzilla/Attachment.pm: Added. |
| 1408 | * BugsSite/Bugzilla/Auth: Added. |
| 1409 | * BugsSite/Bugzilla/Auth.pm: Added. |
| 1410 | * BugsSite/Bugzilla/Auth/Login: Added. |
| 1411 | * BugsSite/Bugzilla/Auth/Login/WWW: Added. |
| 1412 | * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added. |
| 1413 | * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added. |
| 1414 | * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added. |
| 1415 | * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added. |
| 1416 | * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added. |
| 1417 | * BugsSite/Bugzilla/Auth/README: Added. |
| 1418 | * BugsSite/Bugzilla/Auth/Verify: Added. |
| 1419 | * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added. |
| 1420 | * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added. |
| 1421 | * BugsSite/Bugzilla/Bug.pm: Added. |
| 1422 | * BugsSite/Bugzilla/BugMail.pm: Added. |
| 1423 | * BugsSite/Bugzilla/CGI.pm: Added. |
| 1424 | * BugsSite/Bugzilla/Chart.pm: Added. |
| 1425 | * BugsSite/Bugzilla/Config.pm: Added. |
| 1426 | * BugsSite/Bugzilla/Constants.pm: Added. |
| 1427 | * BugsSite/Bugzilla/DB: Added. |
| 1428 | * BugsSite/Bugzilla/DB.pm: Added. |
| 1429 | * BugsSite/Bugzilla/DB/Mysql.pm: Added. |
| 1430 | * BugsSite/Bugzilla/DB/Pg.pm: Added. |
| 1431 | * BugsSite/Bugzilla/DB/Schema: Added. |
| 1432 | * BugsSite/Bugzilla/DB/Schema.pm: Added. |
| 1433 | * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added. |
| 1434 | * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added. |
| 1435 | * BugsSite/Bugzilla/Error.pm: Added. |
| 1436 | * BugsSite/Bugzilla/Flag.pm: Added. |
| 1437 | * BugsSite/Bugzilla/FlagType.pm: Added. |
| 1438 | * BugsSite/Bugzilla/Group.pm: Added. |
| 1439 | * BugsSite/Bugzilla/Search.pm: Added. |
| 1440 | * BugsSite/Bugzilla/Series.pm: Added. |
| 1441 | * BugsSite/Bugzilla/Template: Added. |
| 1442 | * BugsSite/Bugzilla/Template.pm: Added. |
| 1443 | * BugsSite/Bugzilla/Template/Plugin: Added. |
| 1444 | * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added. |
| 1445 | * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added. |
| 1446 | * BugsSite/Bugzilla/Template/Plugin/User.pm: Added. |
| 1447 | * BugsSite/Bugzilla/Token.pm: Added. |
| 1448 | * BugsSite/Bugzilla/User: Added. |
| 1449 | * BugsSite/Bugzilla/User.pm: Added. |
| 1450 | * BugsSite/Bugzilla/User/Setting.pm: Added. |
| 1451 | * BugsSite/Bugzilla/Util.pm: Added. |
| 1452 | * BugsSite/CGI.pl: Added. |
| 1453 | * BugsSite/PrettyPatch: Added. |
| 1454 | * BugsSite/PrettyPatch/PrettyPatch.rb: Added. |
| 1455 | * BugsSite/PrettyPatch/prettify.rb: Added. |
| 1456 | * BugsSite/QUICKSTART: Added. |
| 1457 | * BugsSite/README: Added. |
| 1458 | * BugsSite/UPGRADING: Added. |
| 1459 | * BugsSite/UPGRADING-pre-2.8: Added. |
| 1460 | * BugsSite/ant.jpg: Added. |
| 1461 | * BugsSite/attachment-aroben.cgi: Added. |
| 1462 | * BugsSite/attachment.cgi: Added. |
| 1463 | * BugsSite/buglist.cgi: Added. |
| 1464 | * BugsSite/bugzilla.dtd: Added. |
| 1465 | * BugsSite/chart.cgi: Added. |
| 1466 | * BugsSite/checksetup.pl: Added. |
| 1467 | * BugsSite/colchange.cgi: Added. |
| 1468 | * BugsSite/collectstats.pl: Added. |
| 1469 | * BugsSite/config.cgi: Added. |
| 1470 | * BugsSite/contrib: Added. |
| 1471 | * BugsSite/contrib/BugzillaEmail.pm: Added. |
| 1472 | * BugsSite/contrib/README: Added. |
| 1473 | * BugsSite/contrib/README.Mailif: Added. |
| 1474 | * BugsSite/contrib/bug_email.pl: Added. |
| 1475 | * BugsSite/contrib/bugmail_help.html: Added. |
| 1476 | * BugsSite/contrib/bugzilla-submit: Added. |
| 1477 | * BugsSite/contrib/bugzilla-submit/README: Added. |
| 1478 | * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added. |
| 1479 | * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added. |
| 1480 | * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added. |
| 1481 | * BugsSite/contrib/bugzilla.procmailrc: Added. |
| 1482 | * BugsSite/contrib/bugzilla_email_append.pl: Added. |
| 1483 | * BugsSite/contrib/bugzilla_ldapsync.rb: Added. |
| 1484 | * BugsSite/contrib/bzdbcopy.pl: Added. |
| 1485 | * BugsSite/contrib/cmdline: Added. |
| 1486 | * BugsSite/contrib/cmdline/bugcount: Added. |
| 1487 | * BugsSite/contrib/cmdline/bugids: Added. |
| 1488 | * BugsSite/contrib/cmdline/buglist: Added. |
| 1489 | * BugsSite/contrib/cmdline/bugs: Added. |
| 1490 | * BugsSite/contrib/cmdline/bugslink: Added. |
| 1491 | * BugsSite/contrib/cmdline/makequery: Added. |
| 1492 | * BugsSite/contrib/cmdline/query.conf: Added. |
| 1493 | * BugsSite/contrib/cvs-update.pl: Added. |
| 1494 | * BugsSite/contrib/gnats2bz.pl: Added. |
| 1495 | * BugsSite/contrib/gnatsparse: Added. |
| 1496 | * BugsSite/contrib/gnatsparse/README: Added. |
| 1497 | * BugsSite/contrib/gnatsparse/gnatsparse.py: Added. |
| 1498 | * BugsSite/contrib/gnatsparse/magic.py: Added. |
| 1499 | * BugsSite/contrib/gnatsparse/specialuu.py: Added. |
| 1500 | * BugsSite/contrib/jb2bz.py: Added. |
| 1501 | * BugsSite/contrib/mysqld-watcher.pl: Added. |
| 1502 | * BugsSite/contrib/sendbugmail.pl: Added. |
| 1503 | * BugsSite/contrib/sendunsentbugmail.pl: Added. |
| 1504 | * BugsSite/contrib/syncLDAP.pl: Added. |
| 1505 | * BugsSite/contrib/yp_nomail.sh: Added. |
| 1506 | * BugsSite/createaccount.cgi: Added. |
| 1507 | * BugsSite/data: Added. |
| 1508 | * BugsSite/data/.htaccess: Added. |
| 1509 | * BugsSite/data/attachments: Added. |
| 1510 | * BugsSite/data/attachments/.htaccess: Added. |
| 1511 | * BugsSite/data/duplicates: Added. |
| 1512 | * BugsSite/data/mail: Added. |
| 1513 | * BugsSite/data/mimedump-tmp: Added. |
| 1514 | * BugsSite/data/mining: Added. |
| 1515 | * BugsSite/data/nomail: Added. |
| 1516 | * BugsSite/data/params: Added. |
| 1517 | * BugsSite/data/template: Added. |
| 1518 | * BugsSite/data/template/template: Added. |
| 1519 | * BugsSite/data/template/template/en: Added. |
| 1520 | * BugsSite/data/template/template/en/custom: Added. |
| 1521 | * BugsSite/data/template/template/en/custom/account: Added. |
| 1522 | * BugsSite/data/template/template/en/custom/account/auth: Added. |
| 1523 | * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added. |
| 1524 | * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added. |
| 1525 | * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added. |
| 1526 | * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added. |
| 1527 | * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added. |
| 1528 | * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added. |
| 1529 | * BugsSite/data/template/template/en/custom/account/email: Added. |
| 1530 | * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added. |
| 1531 | * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added. |
| 1532 | * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added. |
| 1533 | * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added. |
| 1534 | * BugsSite/data/template/template/en/custom/account/password: Added. |
| 1535 | * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added. |
| 1536 | * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added. |
| 1537 | * BugsSite/data/template/template/en/custom/account/prefs: Added. |
| 1538 | * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added. |
| 1539 | * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added. |
| 1540 | * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added. |
| 1541 | * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added. |
| 1542 | * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added. |
| 1543 | * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added. |
| 1544 | * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added. |
| 1545 | * BugsSite/data/template/template/en/custom/admin: Added. |
| 1546 | * BugsSite/data/template/template/en/custom/admin/classifications: Added. |
| 1547 | * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added. |
| 1548 | * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added. |
| 1549 | * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added. |
| 1550 | * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added. |
| 1551 | * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added. |
| 1552 | * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added. |
| 1553 | * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added. |
| 1554 | * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added. |
| 1555 | * BugsSite/data/template/template/en/custom/admin/components: Added. |
| 1556 | * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added. |
| 1557 | * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added. |
| 1558 | * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added. |
| 1559 | * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added. |
| 1560 | * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added. |
| 1561 | * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added. |
| 1562 | * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added. |
| 1563 | * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added. |
| 1564 | * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added. |
| 1565 | * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added. |
| 1566 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added. |
| 1567 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added. |
| 1568 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added. |
| 1569 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added. |
| 1570 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added. |
| 1571 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added. |
| 1572 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added. |
| 1573 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added. |
| 1574 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added. |
| 1575 | * BugsSite/data/template/template/en/custom/admin/flag-type: Added. |
| 1576 | * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added. |
| 1577 | * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added. |
| 1578 | * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added. |
| 1579 | * BugsSite/data/template/template/en/custom/admin/groups: Added. |
| 1580 | * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added. |
| 1581 | * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added. |
| 1582 | * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added. |
| 1583 | * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added. |
| 1584 | * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added. |
| 1585 | * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added. |
| 1586 | * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added. |
| 1587 | * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added. |
| 1588 | * BugsSite/data/template/template/en/custom/admin/keywords: Added. |
| 1589 | * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added. |
| 1590 | * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added. |
| 1591 | * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added. |
| 1592 | * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added. |
| 1593 | * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added. |
| 1594 | * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added. |
| 1595 | * BugsSite/data/template/template/en/custom/admin/milestones: Added. |
| 1596 | * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added. |
| 1597 | * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added. |
| 1598 | * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added. |
| 1599 | * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added. |
| 1600 | * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added. |
| 1601 | * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added. |
| 1602 | * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added. |
| 1603 | * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added. |
| 1604 | * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added. |
| 1605 | * BugsSite/data/template/template/en/custom/admin/products: Added. |
| 1606 | * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added. |
| 1607 | * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added. |
| 1608 | * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added. |
| 1609 | * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added. |
| 1610 | * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added. |
| 1611 | * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added. |
| 1612 | * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added. |
| 1613 | * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added. |
| 1614 | * BugsSite/data/template/template/en/custom/admin/settings: Added. |
| 1615 | * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added. |
| 1616 | * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added. |
| 1617 | * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added. |
| 1618 | * BugsSite/data/template/template/en/custom/admin/users: Added. |
| 1619 | * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added. |
| 1620 | * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added. |
| 1621 | * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added. |
| 1622 | * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added. |
| 1623 | * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added. |
| 1624 | * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added. |
| 1625 | * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added. |
| 1626 | * BugsSite/data/template/template/en/custom/admin/versions: Added. |
| 1627 | * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added. |
| 1628 | * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added. |
| 1629 | * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added. |
| 1630 | * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added. |
| 1631 | * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added. |
| 1632 | * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added. |
| 1633 | * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added. |
| 1634 | * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added. |
| 1635 | * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added. |
| 1636 | * BugsSite/data/template/template/en/custom/attachment: Added. |
| 1637 | * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added. |
| 1638 | * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added. |
| 1639 | * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added. |
| 1640 | * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added. |
| 1641 | * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added. |
| 1642 | * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added. |
| 1643 | * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added. |
| 1644 | * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added. |
| 1645 | * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added. |
| 1646 | * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added. |
| 1647 | * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added. |
| 1648 | * BugsSite/data/template/template/en/custom/bug: Added. |
| 1649 | * BugsSite/data/template/template/en/custom/bug/activity: Added. |
| 1650 | * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added. |
| 1651 | * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added. |
| 1652 | * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added. |
| 1653 | * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added. |
| 1654 | * BugsSite/data/template/template/en/custom/bug/create: Added. |
| 1655 | * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added. |
| 1656 | * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added. |
| 1657 | * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added. |
| 1658 | * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added. |
| 1659 | * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added. |
| 1660 | * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added. |
| 1661 | * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added. |
| 1662 | * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added. |
| 1663 | * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added. |
| 1664 | * BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added. |
| 1665 | * BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added. |
| 1666 | * BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added. |
| 1667 | * BugsSite/data/template/template/en/custom/bug/process: Added. |
| 1668 | * BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added. |
| 1669 | * BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added. |
| 1670 | * BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added. |
| 1671 | * BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added. |
| 1672 | * BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added. |
| 1673 | * BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added. |
| 1674 | * BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added. |
| 1675 | * BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added. |
| 1676 | * BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added. |
| 1677 | * BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added. |
| 1678 | * BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added. |
| 1679 | * BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added. |
| 1680 | * BugsSite/data/template/template/en/custom/bug/votes: Added. |
| 1681 | * BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added. |
| 1682 | * BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added. |
| 1683 | * BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added. |
| 1684 | * BugsSite/data/template/template/en/custom/config.js.tmpl: Added. |
| 1685 | * BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added. |
| 1686 | * BugsSite/data/template/template/en/custom/flag: Added. |
| 1687 | * BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added. |
| 1688 | * BugsSite/data/template/template/en/custom/global: Added. |
| 1689 | * BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added. |
| 1690 | * BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added. |
| 1691 | * BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added. |
| 1692 | * BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added. |
| 1693 | * BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added. |
| 1694 | * BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added. |
| 1695 | * BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added. |
| 1696 | * BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added. |
| 1697 | * BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added. |
| 1698 | * BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added. |
| 1699 | * BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added. |
| 1700 | * BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added. |
| 1701 | * BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added. |
| 1702 | * BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added. |
| 1703 | * BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added. |
| 1704 | * BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added. |
| 1705 | * BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added. |
| 1706 | * BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added. |
| 1707 | * BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added. |
| 1708 | * BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added. |
| 1709 | * BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added. |
| 1710 | * BugsSite/data/template/template/en/custom/index.html.tmpl: Added. |
| 1711 | * BugsSite/data/template/template/en/custom/list: Added. |
| 1712 | * BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added. |
| 1713 | * BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added. |
| 1714 | * BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added. |
| 1715 | * BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added. |
| 1716 | * BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added. |
| 1717 | * BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added. |
| 1718 | * BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added. |
| 1719 | * BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added. |
| 1720 | * BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added. |
| 1721 | * BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added. |
| 1722 | * BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added. |
| 1723 | * BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added. |
| 1724 | * BugsSite/data/template/template/en/custom/pages: Added. |
| 1725 | * BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added. |
| 1726 | * BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added. |
| 1727 | * BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added. |
| 1728 | * BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added. |
| 1729 | * BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added. |
| 1730 | * BugsSite/data/template/template/en/custom/reports: Added. |
| 1731 | * BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added. |
| 1732 | * BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added. |
| 1733 | * BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added. |
| 1734 | * BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added. |
| 1735 | * BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added. |
| 1736 | * BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added. |
| 1737 | * BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added. |
| 1738 | * BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added. |
| 1739 | * BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added. |
| 1740 | * BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added. |
| 1741 | * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added. |
| 1742 | * BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added. |
| 1743 | * BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added. |
| 1744 | * BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added. |
| 1745 | * BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added. |
| 1746 | * BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added. |
| 1747 | * BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added. |
| 1748 | * BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added. |
| 1749 | * BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added. |
| 1750 | * BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added. |
| 1751 | * BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added. |
| 1752 | * BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added. |
| 1753 | * BugsSite/data/template/template/en/custom/request: Added. |
| 1754 | * BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added. |
| 1755 | * BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added. |
| 1756 | * BugsSite/data/template/template/en/custom/search: Added. |
| 1757 | * BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added. |
| 1758 | * BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added. |
| 1759 | * BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added. |
| 1760 | * BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added. |
| 1761 | * BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added. |
| 1762 | * BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added. |
| 1763 | * BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added. |
| 1764 | * BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added. |
| 1765 | * BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added. |
| 1766 | * BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added. |
| 1767 | * BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added. |
| 1768 | * BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added. |
| 1769 | * BugsSite/data/template/template/en/custom/whine: Added. |
| 1770 | * BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added. |
| 1771 | * BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added. |
| 1772 | * BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added. |
| 1773 | * BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added. |
| 1774 | * BugsSite/data/template/template/en/default: Added. |
| 1775 | * BugsSite/data/template/template/en/default/attachment: Added. |
| 1776 | * BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added. |
| 1777 | * BugsSite/data/template/template/en/default/list: Added. |
| 1778 | * BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added. |
| 1779 | * BugsSite/data/versioncache: Added. |
| 1780 | * BugsSite/data/versioncache.13P9L: Added. |
| 1781 | * BugsSite/data/versioncache.1lH1E: Added. |
| 1782 | * BugsSite/data/versioncache.3AnHd: Added. |
| 1783 | * BugsSite/data/versioncache.3Jmjt: Added. |
| 1784 | * BugsSite/data/versioncache.3JzIL: Added. |
| 1785 | * BugsSite/data/versioncache.77b4y: Added. |
| 1786 | * BugsSite/data/versioncache.7VzyU: Added. |
| 1787 | * BugsSite/data/versioncache.EQdAm: Added. |
| 1788 | * BugsSite/data/versioncache.EouAG: Added. |
| 1789 | * BugsSite/data/versioncache.LJ5n1: Added. |
| 1790 | * BugsSite/data/versioncache.Lb0fW: Added. |
| 1791 | * BugsSite/data/versioncache.PyAd8: Added. |
| 1792 | * BugsSite/data/versioncache.SFyse: Added. |
| 1793 | * BugsSite/data/versioncache.SkTTg: Added. |
| 1794 | * BugsSite/data/versioncache.VVO7E: Added. |
| 1795 | * BugsSite/data/versioncache.XbxgU: Added. |
| 1796 | * BugsSite/data/versioncache.Yezqr: Added. |
| 1797 | * BugsSite/data/versioncache.dtzIv: Added. |
| 1798 | * BugsSite/data/versioncache.jzpeh: Added. |
| 1799 | * BugsSite/data/versioncache.pbn6U: Added. |
| 1800 | * BugsSite/data/versioncache.qyixS: Added. |
| 1801 | * BugsSite/data/versioncache.sBMdb: Added. |
| 1802 | * BugsSite/data/versioncache.xNi34: Added. |
| 1803 | * BugsSite/data/webdot: Added. |
| 1804 | * BugsSite/data/webdot/.htaccess: Added. |
| 1805 | * BugsSite/data/webdot/0ZLH3QpFd8.dot: Added. |
| 1806 | * BugsSite/data/webdot/3s6e7eC2Dy.dot: Added. |
| 1807 | * BugsSite/data/webdot/6MW0q54cyY.dot: Added. |
| 1808 | * BugsSite/data/webdot/A2RlhPdO2Q.dot: Added. |
| 1809 | * BugsSite/data/webdot/DuBX4I4946.dot: Added. |
| 1810 | * BugsSite/data/webdot/GudTgvrKBX.dot: Added. |
| 1811 | * BugsSite/data/webdot/I1mCbLtAzQ.dot: Added. |
| 1812 | * BugsSite/data/webdot/JtKgvWGVb4.dot: Added. |
| 1813 | * BugsSite/data/webdot/RFk4bjAwYc.dot: Added. |
| 1814 | * BugsSite/data/webdot/YQ1pWFVfqt.dot: Added. |
| 1815 | * BugsSite/data/webdot/YcFUepShZI.dot: Added. |
| 1816 | * BugsSite/data/webdot/a9i00KgTQk.dot: Added. |
| 1817 | * BugsSite/data/webdot/c412GYaHch.dot: Added. |
| 1818 | * BugsSite/data/webdot/hjYnYr3tV1.dot: Added. |
| 1819 | * BugsSite/data/webdot/pq3Qw7wynI.dot: Added. |
| 1820 | * BugsSite/data/webdot/tL7GjA7bqH.dot: Added. |
| 1821 | * BugsSite/defparams.pl: Added. |
| 1822 | * BugsSite/describecomponents.cgi: Added. |
| 1823 | * BugsSite/describekeywords.cgi: Added. |
| 1824 | * BugsSite/describekeywords.cgi.bak: Added. |
| 1825 | * BugsSite/docs: Added. |
| 1826 | * BugsSite/docs/.cvsignore: Added. |
| 1827 | * BugsSite/docs/README.docs: Added. |
| 1828 | * BugsSite/docs/html: Added. |
| 1829 | * BugsSite/docs/html/Bugzilla-Guide.html: Added. |
| 1830 | * BugsSite/docs/html/about.html: Added. |
| 1831 | * BugsSite/docs/html/administration.html: Added. |
| 1832 | * BugsSite/docs/html/bug_page.html: Added. |
| 1833 | * BugsSite/docs/html/bugreports.html: Added. |
| 1834 | * BugsSite/docs/html/cmdline-bugmail.html: Added. |
| 1835 | * BugsSite/docs/html/cmdline.html: Added. |
| 1836 | * BugsSite/docs/html/components.html: Added. |
| 1837 | * BugsSite/docs/html/configuration.html: Added. |
| 1838 | * BugsSite/docs/html/conventions.html: Added. |
| 1839 | * BugsSite/docs/html/copyright.html: Added. |
| 1840 | * BugsSite/docs/html/credits.html: Added. |
| 1841 | * BugsSite/docs/html/cust-change-permissions.html: Added. |
| 1842 | * BugsSite/docs/html/cust-hooks.html: Added. |
| 1843 | * BugsSite/docs/html/cust-templates.html: Added. |
| 1844 | * BugsSite/docs/html/customization.html: Added. |
| 1845 | * BugsSite/docs/html/dbdoc.html: Added. |
| 1846 | * BugsSite/docs/html/dbmodify.html: Added. |
| 1847 | * BugsSite/docs/html/disclaimer.html: Added. |
| 1848 | * BugsSite/docs/html/extraconfig.html: Added. |
| 1849 | * BugsSite/docs/html/faq.html: Added. |
| 1850 | * BugsSite/docs/html/flags-overview.html: Added. |
| 1851 | * BugsSite/docs/html/flags.html: Added. |
| 1852 | * BugsSite/docs/html/general-advice.html: Added. |
| 1853 | * BugsSite/docs/html/gfdl-0.html: Added. |
| 1854 | * BugsSite/docs/html/gfdl-1.html: Added. |
| 1855 | * BugsSite/docs/html/gfdl-10.html: Added. |
| 1856 | * BugsSite/docs/html/gfdl-2.html: Added. |
| 1857 | * BugsSite/docs/html/gfdl-3.html: Added. |
| 1858 | * BugsSite/docs/html/gfdl-4.html: Added. |
| 1859 | * BugsSite/docs/html/gfdl-5.html: Added. |
| 1860 | * BugsSite/docs/html/gfdl-6.html: Added. |
| 1861 | * BugsSite/docs/html/gfdl-7.html: Added. |
| 1862 | * BugsSite/docs/html/gfdl-8.html: Added. |
| 1863 | * BugsSite/docs/html/gfdl-9.html: Added. |
| 1864 | * BugsSite/docs/html/gfdl-howto.html: Added. |
| 1865 | * BugsSite/docs/html/gfdl.html: Added. |
| 1866 | * BugsSite/docs/html/glossary.html: Added. |
| 1867 | * BugsSite/docs/html/groups.html: Added. |
| 1868 | * BugsSite/docs/html/hintsandtips.html: Added. |
| 1869 | * BugsSite/docs/html/index.html: Added. |
| 1870 | * BugsSite/docs/html/install-perlmodules-manual.html: Added. |
| 1871 | * BugsSite/docs/html/installation.html: Added. |
| 1872 | * BugsSite/docs/html/installing-bugzilla.html: Added. |
| 1873 | * BugsSite/docs/html/integration.html: Added. |
| 1874 | * BugsSite/docs/html/lifecycle.html: Added. |
| 1875 | * BugsSite/docs/html/list.html: Added. |
| 1876 | * BugsSite/docs/html/milestones.html: Added. |
| 1877 | * BugsSite/docs/html/modules-manual-download.html: Added. |
| 1878 | * BugsSite/docs/html/modules-manual-instructions.html: Added. |
| 1879 | * BugsSite/docs/html/modules-manual-optional.html: Added. |
| 1880 | * BugsSite/docs/html/myaccount.html: Added. |
| 1881 | * BugsSite/docs/html/newversions.html: Added. |
| 1882 | * BugsSite/docs/html/nonroot.html: Added. |
| 1883 | * BugsSite/docs/html/os-specific.html: Added. |
| 1884 | * BugsSite/docs/html/parameters.html: Added. |
| 1885 | * BugsSite/docs/html/paranoid-security.html: Added. |
| 1886 | * BugsSite/docs/html/patches.html: Added. |
| 1887 | * BugsSite/docs/html/patchviewer.html: Added. |
| 1888 | * BugsSite/docs/html/products.html: Added. |
| 1889 | * BugsSite/docs/html/query.html: Added. |
| 1890 | * BugsSite/docs/html/quips.html: Added. |
| 1891 | * BugsSite/docs/html/reporting.html: Added. |
| 1892 | * BugsSite/docs/html/security-bugzilla.html: Added. |
| 1893 | * BugsSite/docs/html/security-mysql.html: Added. |
| 1894 | * BugsSite/docs/html/security-os.html: Added. |
| 1895 | * BugsSite/docs/html/security-webserver.html: Added. |
| 1896 | * BugsSite/docs/html/security.html: Added. |
| 1897 | * BugsSite/docs/html/trbl-bundlebugzilla.html: Added. |
| 1898 | * BugsSite/docs/html/trbl-dbdsponge.html: Added. |
| 1899 | * BugsSite/docs/html/trbl-index.html: Added. |
| 1900 | * BugsSite/docs/html/trbl-passwd-encryption.html: Added. |
| 1901 | * BugsSite/docs/html/trbl-perlmodule.html: Added. |
| 1902 | * BugsSite/docs/html/trbl-relogin-everyone.html: Added. |
| 1903 | * BugsSite/docs/html/trbl-testserver.html: Added. |
| 1904 | * BugsSite/docs/html/trouble-filetemp.html: Added. |
| 1905 | * BugsSite/docs/html/troubleshooting.html: Added. |
| 1906 | * BugsSite/docs/html/upgrading.html: Added. |
| 1907 | * BugsSite/docs/html/useradmin.html: Added. |
| 1908 | * BugsSite/docs/html/userpreferences.html: Added. |
| 1909 | * BugsSite/docs/html/using-intro.html: Added. |
| 1910 | * BugsSite/docs/html/using.html: Added. |
| 1911 | * BugsSite/docs/html/versions.html: Added. |
| 1912 | * BugsSite/docs/html/voting.html: Added. |
| 1913 | * BugsSite/docs/html/whining.html: Added. |
| 1914 | * BugsSite/docs/html/x3190.html: Added. |
| 1915 | * BugsSite/docs/images: Added. |
| 1916 | * BugsSite/docs/images/bzLifecycle.png: Added. |
| 1917 | * BugsSite/docs/images/bzLifecycle.xml: Added. |
| 1918 | * BugsSite/docs/images/callouts: Added. |
| 1919 | * BugsSite/docs/images/callouts/1.gif: Added. |
| 1920 | * BugsSite/docs/images/callouts/2.gif: Added. |
| 1921 | * BugsSite/docs/images/callouts/3.gif: Added. |
| 1922 | * BugsSite/docs/images/caution.gif: Added. |
| 1923 | * BugsSite/docs/images/note.gif: Added. |
| 1924 | * BugsSite/docs/images/tip.gif: Added. |
| 1925 | * BugsSite/docs/images/warning.gif: Added. |
| 1926 | * BugsSite/docs/makedocs.pl: Added. |
| 1927 | * BugsSite/docs/pdf: Added. |
| 1928 | * BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added. |
| 1929 | * BugsSite/docs/rel_notes.txt: Added. |
| 1930 | * BugsSite/docs/txt: Added. |
| 1931 | * BugsSite/docs/txt/Bugzilla-Guide.txt: Added. |
| 1932 | * BugsSite/docs/xml: Added. |
| 1933 | * BugsSite/docs/xml/Bugzilla-Guide.xml: Added. |
| 1934 | * BugsSite/docs/xml/about.xml: Added. |
| 1935 | * BugsSite/docs/xml/administration.xml: Added. |
| 1936 | * BugsSite/docs/xml/conventions.xml: Added. |
| 1937 | * BugsSite/docs/xml/customization.xml: Added. |
| 1938 | * BugsSite/docs/xml/dbschema.mysql: Added. |
| 1939 | * BugsSite/docs/xml/faq.xml: Added. |
| 1940 | * BugsSite/docs/xml/filetemp.patch: Added. |
| 1941 | * BugsSite/docs/xml/gfdl.xml: Added. |
| 1942 | * BugsSite/docs/xml/glossary.xml: Added. |
| 1943 | * BugsSite/docs/xml/index.xml: Added. |
| 1944 | * BugsSite/docs/xml/installation.xml: Added. |
| 1945 | * BugsSite/docs/xml/integration.xml: Added. |
| 1946 | * BugsSite/docs/xml/introduction.xml: Added. |
| 1947 | * BugsSite/docs/xml/modules.xml: Added. |
| 1948 | * BugsSite/docs/xml/patches.xml: Added. |
| 1949 | * BugsSite/docs/xml/requiredsoftware.xml: Added. |
| 1950 | * BugsSite/docs/xml/security.xml: Added. |
| 1951 | * BugsSite/docs/xml/troubleshooting.xml: Added. |
| 1952 | * BugsSite/docs/xml/using.xml: Added. |
| 1953 | * BugsSite/doeditparams.cgi: Added. |
| 1954 | * BugsSite/duplicates.cgi: Added. |
| 1955 | * BugsSite/duplicates.xul: Added. |
| 1956 | * BugsSite/editclassifications.cgi: Added. |
| 1957 | * BugsSite/editcomponents.cgi: Added. |
| 1958 | * BugsSite/editflagtypes.cgi: Added. |
| 1959 | * BugsSite/editgroups.cgi: Added. |
| 1960 | * BugsSite/editkeywords.cgi: Added. |
| 1961 | * BugsSite/editmilestones.cgi: Added. |
| 1962 | * BugsSite/editparams.cgi: Added. |
| 1963 | * BugsSite/editproducts.cgi: Added. |
| 1964 | * BugsSite/editsettings.cgi: Added. |
| 1965 | * BugsSite/editusers.cgi: Added. |
| 1966 | * BugsSite/editvalues.cgi: Added. |
| 1967 | * BugsSite/editversions.cgi: Added. |
| 1968 | * BugsSite/editwhines.cgi: Added. |
| 1969 | * BugsSite/enter_bug.cgi: Added. |
| 1970 | * BugsSite/favicon.ico: Added. |
| 1971 | * BugsSite/globals.pl: Added. |
| 1972 | * BugsSite/graphs: Added. |
| 1973 | * BugsSite/images: Added. |
| 1974 | * BugsSite/images/padlock.png: Added. |
| 1975 | * BugsSite/importxml.pl: Added. |
| 1976 | * BugsSite/index.cgi: Added. |
| 1977 | * BugsSite/js: Added. |
| 1978 | * BugsSite/js/duplicates.js: Added. |
| 1979 | * BugsSite/js/productform.js: Added. |
| 1980 | * BugsSite/localconfig.js: Added. |
| 1981 | * BugsSite/long_list.cgi: Added. |
| 1982 | * BugsSite/move.pl: Added. |
| 1983 | * BugsSite/page.cgi: Added. |
| 1984 | * BugsSite/post_bug.cgi: Added. |
| 1985 | * BugsSite/process_bug.cgi: Added. |
| 1986 | * BugsSite/productmenu.js: Added. |
| 1987 | * BugsSite/query.cgi: Added. |
| 1988 | * BugsSite/quicksearch.html: Added. |
| 1989 | * BugsSite/quicksearch.js: Added. |
| 1990 | * BugsSite/quicksearchhack.html: Added. |
| 1991 | * BugsSite/quips.cgi: Added. |
| 1992 | * BugsSite/relogin.cgi: Added. |
| 1993 | * BugsSite/report.cgi: Added. |
| 1994 | * BugsSite/reports.cgi: Added. |
| 1995 | * BugsSite/request.cgi: Added. |
| 1996 | * BugsSite/robots.txt: Added. |
| 1997 | * BugsSite/runtests.pl: Added. |
| 1998 | * BugsSite/sanitycheck.cgi: Added. |
| 1999 | * BugsSite/show_activity.cgi: Added. |
| 2000 | * BugsSite/show_bug.cgi: Added. |
| 2001 | * BugsSite/showattachment.cgi: Added. |
| 2002 | * BugsSite/showdependencygraph.cgi: Added. |
| 2003 | * BugsSite/showdependencytree.cgi: Added. |
| 2004 | * BugsSite/sidebar.cgi: Added. |
| 2005 | * BugsSite/skins: Added. |
| 2006 | * BugsSite/skins/.cvsignore: Added. |
| 2007 | * BugsSite/skins/custom: Added. |
| 2008 | * BugsSite/skins/custom/admin.css: Added. |
| 2009 | * BugsSite/skins/custom/buglist.css: Added. |
| 2010 | * BugsSite/skins/custom/duplicates.css: Added. |
| 2011 | * BugsSite/skins/custom/editusers.css: Added. |
| 2012 | * BugsSite/skins/custom/global.css: Added. |
| 2013 | * BugsSite/skins/custom/index.css: Added. |
| 2014 | * BugsSite/skins/custom/opendarwin.gif: Added. |
| 2015 | * BugsSite/skins/custom/panel.css: Added. |
| 2016 | * BugsSite/skins/custom/show_multiple.css: Added. |
| 2017 | * BugsSite/skins/custom/summarize-time.css: Added. |
| 2018 | * BugsSite/skins/custom/voting.css: Added. |
| 2019 | * BugsSite/skins/standard: Added. |
| 2020 | * BugsSite/skins/standard/admin.css: Added. |
| 2021 | * BugsSite/skins/standard/buglist.css: Added. |
| 2022 | * BugsSite/skins/standard/duplicates.css: Added. |
| 2023 | * BugsSite/skins/standard/editusers.css: Added. |
| 2024 | * BugsSite/skins/standard/global: Added. |
| 2025 | * BugsSite/skins/standard/global.css: Added. |
| 2026 | * BugsSite/skins/standard/global/body-back.gif: Added. |
| 2027 | * BugsSite/skins/standard/global/header.png: Added. |
| 2028 | * BugsSite/skins/standard/index: Added. |
| 2029 | * BugsSite/skins/standard/index.css: Added. |
| 2030 | * BugsSite/skins/standard/index/front.jpg: Added. |
| 2031 | * BugsSite/skins/standard/index/front.png: Added. |
| 2032 | * BugsSite/skins/standard/panel.css: Added. |
| 2033 | * BugsSite/skins/standard/show_multiple.css: Added. |
| 2034 | * BugsSite/skins/standard/summarize-time.css: Added. |
| 2035 | * BugsSite/skins/standard/voting.css: Added. |
| 2036 | * BugsSite/summarize_time.cgi: Added. |
| 2037 | * BugsSite/t: Added. |
| 2038 | * BugsSite/t/001compile.t: Added. |
| 2039 | * BugsSite/t/002goodperl.t: Added. |
| 2040 | * BugsSite/t/003safesys.t: Added. |
| 2041 | * BugsSite/t/004template.t: Added. |
| 2042 | * BugsSite/t/005no_tabs.t: Added. |
| 2043 | * BugsSite/t/006spellcheck.t: Added. |
| 2044 | * BugsSite/t/007util.t: Added. |
| 2045 | * BugsSite/t/008filter.t: Added. |
| 2046 | * BugsSite/t/009bugwords.t: Added. |
| 2047 | * BugsSite/t/011pod.t: Added. |
| 2048 | * BugsSite/t/Support: Added. |
| 2049 | * BugsSite/t/Support/Files.pm: Added. |
| 2050 | * BugsSite/t/Support/Systemexec.pm: Added. |
| 2051 | * BugsSite/t/Support/Templates.pm: Added. |
| 2052 | * BugsSite/t/testchart.gif: Added. |
| 2053 | * BugsSite/t/testchart.png: Added. |
| 2054 | * BugsSite/t/testgd.png: Added. |
| 2055 | * BugsSite/template: Added. |
| 2056 | * BugsSite/template/.cvsignore: Added. |
| 2057 | * BugsSite/template/.htaccess: Added. |
| 2058 | * BugsSite/template/en: Added. |
| 2059 | * BugsSite/template/en/.cvsignore: Added. |
| 2060 | * BugsSite/template/en/custom: Added. |
| 2061 | * BugsSite/template/en/custom/account: Added. |
| 2062 | * BugsSite/template/en/custom/account/auth: Added. |
| 2063 | * BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added. |
| 2064 | * BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added. |
| 2065 | * BugsSite/template/en/custom/account/auth/login.html.tmpl: Added. |
| 2066 | * BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added. |
| 2067 | * BugsSite/template/en/custom/account/create.html.tmpl: Added. |
| 2068 | * BugsSite/template/en/custom/account/created.html.tmpl: Added. |
| 2069 | * BugsSite/template/en/custom/account/email: Added. |
| 2070 | * BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added. |
| 2071 | * BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added. |
| 2072 | * BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added. |
| 2073 | * BugsSite/template/en/custom/account/exists.html.tmpl: Added. |
| 2074 | * BugsSite/template/en/custom/account/password: Added. |
| 2075 | * BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added. |
| 2076 | * BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added. |
| 2077 | * BugsSite/template/en/custom/account/prefs: Added. |
| 2078 | * BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added. |
| 2079 | * BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added. |
| 2080 | * BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added. |
| 2081 | * BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added. |
| 2082 | * BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added. |
| 2083 | * BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added. |
| 2084 | * BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added. |
| 2085 | * BugsSite/template/en/custom/admin: Added. |
| 2086 | * BugsSite/template/en/custom/admin/classifications: Added. |
| 2087 | * BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added. |
| 2088 | * BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added. |
| 2089 | * BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added. |
| 2090 | * BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added. |
| 2091 | * BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added. |
| 2092 | * BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added. |
| 2093 | * BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added. |
| 2094 | * BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added. |
| 2095 | * BugsSite/template/en/custom/admin/components: Added. |
| 2096 | * BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added. |
| 2097 | * BugsSite/template/en/custom/admin/components/create.html.tmpl: Added. |
| 2098 | * BugsSite/template/en/custom/admin/components/created.html.tmpl: Added. |
| 2099 | * BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added. |
| 2100 | * BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added. |
| 2101 | * BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added. |
| 2102 | * BugsSite/template/en/custom/admin/components/list.html.tmpl: Added. |
| 2103 | * BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added. |
| 2104 | * BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added. |
| 2105 | * BugsSite/template/en/custom/admin/fieldvalues: Added. |
| 2106 | * BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added. |
| 2107 | * BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added. |
| 2108 | * BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added. |
| 2109 | * BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added. |
| 2110 | * BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added. |
| 2111 | * BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added. |
| 2112 | * BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added. |
| 2113 | * BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added. |
| 2114 | * BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added. |
| 2115 | * BugsSite/template/en/custom/admin/flag-type: Added. |
| 2116 | * BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added. |
| 2117 | * BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added. |
| 2118 | * BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added. |
| 2119 | * BugsSite/template/en/custom/admin/groups: Added. |
| 2120 | * BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added. |
| 2121 | * BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added. |
| 2122 | * BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added. |
| 2123 | * BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added. |
| 2124 | * BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added. |
| 2125 | * BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added. |
| 2126 | * BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added. |
| 2127 | * BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added. |
| 2128 | * BugsSite/template/en/custom/admin/keywords: Added. |
| 2129 | * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added. |
| 2130 | * BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added. |
| 2131 | * BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added. |
| 2132 | * BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added. |
| 2133 | * BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added. |
| 2134 | * BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added. |
| 2135 | * BugsSite/template/en/custom/admin/milestones: Added. |
| 2136 | * BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added. |
| 2137 | * BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added. |
| 2138 | * BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added. |
| 2139 | * BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added. |
| 2140 | * BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added. |
| 2141 | * BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added. |
| 2142 | * BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added. |
| 2143 | * BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added. |
| 2144 | * BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added. |
| 2145 | * BugsSite/template/en/custom/admin/products: Added. |
| 2146 | * BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added. |
| 2147 | * BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added. |
| 2148 | * BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added. |
| 2149 | * BugsSite/template/en/custom/admin/products/groupcontrol: Added. |
| 2150 | * BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added. |
| 2151 | * BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added. |
| 2152 | * BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added. |
| 2153 | * BugsSite/template/en/custom/admin/products/list.html.tmpl: Added. |
| 2154 | * BugsSite/template/en/custom/admin/settings: Added. |
| 2155 | * BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added. |
| 2156 | * BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added. |
| 2157 | * BugsSite/template/en/custom/admin/table.html.tmpl: Added. |
| 2158 | * BugsSite/template/en/custom/admin/users: Added. |
| 2159 | * BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added. |
| 2160 | * BugsSite/template/en/custom/admin/users/create.html.tmpl: Added. |
| 2161 | * BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added. |
| 2162 | * BugsSite/template/en/custom/admin/users/list.html.tmpl: Added. |
| 2163 | * BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added. |
| 2164 | * BugsSite/template/en/custom/admin/users/search.html.tmpl: Added. |
| 2165 | * BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added. |
| 2166 | * BugsSite/template/en/custom/admin/versions: Added. |
| 2167 | * BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added. |
| 2168 | * BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added. |
| 2169 | * BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added. |
| 2170 | * BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added. |
| 2171 | * BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added. |
| 2172 | * BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added. |
| 2173 | * BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added. |
| 2174 | * BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added. |
| 2175 | * BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added. |
| 2176 | * BugsSite/template/en/custom/attachment: Added. |
| 2177 | * BugsSite/template/en/custom/attachment/choose.html.tmpl: Added. |
| 2178 | * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added. |
| 2179 | * BugsSite/template/en/custom/attachment/create.html.tmpl: Added. |
| 2180 | * BugsSite/template/en/custom/attachment/created.html.tmpl: Added. |
| 2181 | * BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added. |
| 2182 | * BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added. |
| 2183 | * BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added. |
| 2184 | * BugsSite/template/en/custom/attachment/edit.html.tmpl: Added. |
| 2185 | * BugsSite/template/en/custom/attachment/list.html.tmpl: Added. |
| 2186 | * BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added. |
| 2187 | * BugsSite/template/en/custom/attachment/updated.html.tmpl: Added. |
| 2188 | * BugsSite/template/en/custom/bug: Added. |
| 2189 | * BugsSite/template/en/custom/bug/activity: Added. |
| 2190 | * BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added. |
| 2191 | * BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added. |
| 2192 | * BugsSite/template/en/custom/bug/choose.html.tmpl: Added. |
| 2193 | * BugsSite/template/en/custom/bug/comments.html.tmpl: Added. |
| 2194 | * BugsSite/template/en/custom/bug/create: Added. |
| 2195 | * BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added. |
| 2196 | * BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added. |
| 2197 | * BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added. |
| 2198 | * BugsSite/template/en/custom/bug/create/create.html.tmpl: Added. |
| 2199 | * BugsSite/template/en/custom/bug/create/created.html.tmpl: Added. |
| 2200 | * BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added. |
| 2201 | * BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added. |
| 2202 | * BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added. |
| 2203 | * BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added. |
| 2204 | * BugsSite/template/en/custom/bug/edit.html.tmpl: Added. |
| 2205 | * BugsSite/template/en/custom/bug/knob.html.tmpl: Added. |
| 2206 | * BugsSite/template/en/custom/bug/navigate.html.tmpl: Added. |
| 2207 | * BugsSite/template/en/custom/bug/process: Added. |
| 2208 | * BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added. |
| 2209 | * BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added. |
| 2210 | * BugsSite/template/en/custom/bug/process/header.html.tmpl: Added. |
| 2211 | * BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added. |
| 2212 | * BugsSite/template/en/custom/bug/process/next.html.tmpl: Added. |
| 2213 | * BugsSite/template/en/custom/bug/process/results.html.tmpl: Added. |
| 2214 | * BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added. |
| 2215 | * BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added. |
| 2216 | * BugsSite/template/en/custom/bug/show.html.tmpl: Added. |
| 2217 | * BugsSite/template/en/custom/bug/show.xml.tmpl: Added. |
| 2218 | * BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added. |
| 2219 | * BugsSite/template/en/custom/bug/time.html.tmpl: Added. |
| 2220 | * BugsSite/template/en/custom/bug/votes: Added. |
| 2221 | * BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added. |
| 2222 | * BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added. |
| 2223 | * BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added. |
| 2224 | * BugsSite/template/en/custom/config.js.tmpl: Added. |
| 2225 | * BugsSite/template/en/custom/config.rdf.tmpl: Added. |
| 2226 | * BugsSite/template/en/custom/filterexceptions.pl: Added. |
| 2227 | * BugsSite/template/en/custom/flag: Added. |
| 2228 | * BugsSite/template/en/custom/flag/list.html.tmpl: Added. |
| 2229 | * BugsSite/template/en/custom/global: Added. |
| 2230 | * BugsSite/template/en/custom/global/banner.html.tmpl: Added. |
| 2231 | * BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added. |
| 2232 | * BugsSite/template/en/custom/global/choose-product.html.tmpl: Added. |
| 2233 | * BugsSite/template/en/custom/global/code-error.html.tmpl: Added. |
| 2234 | * BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added. |
| 2235 | * BugsSite/template/en/custom/global/field-descs.none.tmpl: Added. |
| 2236 | * BugsSite/template/en/custom/global/footer.html.tmpl: Added. |
| 2237 | * BugsSite/template/en/custom/global/header.html.tmpl: Added. |
| 2238 | * BugsSite/template/en/custom/global/help-header.html.tmpl: Added. |
| 2239 | * BugsSite/template/en/custom/global/help.html.tmpl: Added. |
| 2240 | * BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added. |
| 2241 | * BugsSite/template/en/custom/global/initialize.none.tmpl: Added. |
| 2242 | * BugsSite/template/en/custom/global/message.html.tmpl: Added. |
| 2243 | * BugsSite/template/en/custom/global/messages.html.tmpl: Added. |
| 2244 | * BugsSite/template/en/custom/global/select-menu.html.tmpl: Added. |
| 2245 | * BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added. |
| 2246 | * BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added. |
| 2247 | * BugsSite/template/en/custom/global/useful-links.html.tmpl: Added. |
| 2248 | * BugsSite/template/en/custom/global/user-error.html.tmpl: Added. |
| 2249 | * BugsSite/template/en/custom/global/userselect.html.tmpl: Added. |
| 2250 | * BugsSite/template/en/custom/global/variables.none.tmpl: Added. |
| 2251 | * BugsSite/template/en/custom/index.html.tmpl: Added. |
| 2252 | * BugsSite/template/en/custom/list: Added. |
| 2253 | * BugsSite/template/en/custom/list/change-columns.html.tmpl: Added. |
| 2254 | * BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added. |
| 2255 | * BugsSite/template/en/custom/list/list-simple.html.tmpl: Added. |
| 2256 | * BugsSite/template/en/custom/list/list.csv.tmpl: Added. |
| 2257 | * BugsSite/template/en/custom/list/list.html.tmpl: Added. |
| 2258 | * BugsSite/template/en/custom/list/list.ics.tmpl: Added. |
| 2259 | * BugsSite/template/en/custom/list/list.js.tmpl: Added. |
| 2260 | * BugsSite/template/en/custom/list/list.rdf.tmpl: Added. |
| 2261 | * BugsSite/template/en/custom/list/list.rss.tmpl: Added. |
| 2262 | * BugsSite/template/en/custom/list/quips.html.tmpl: Added. |
| 2263 | * BugsSite/template/en/custom/list/server-push.html.tmpl: Added. |
| 2264 | * BugsSite/template/en/custom/list/table.html.tmpl: Added. |
| 2265 | * BugsSite/template/en/custom/pages: Added. |
| 2266 | * BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added. |
| 2267 | * BugsSite/template/en/custom/pages/fields.html.tmpl: Added. |
| 2268 | * BugsSite/template/en/custom/pages/linked.html.tmpl: Added. |
| 2269 | * BugsSite/template/en/custom/pages/linkify.html.tmpl: Added. |
| 2270 | * BugsSite/template/en/custom/pages/voting.html.tmpl: Added. |
| 2271 | * BugsSite/template/en/custom/reports: Added. |
| 2272 | * BugsSite/template/en/custom/reports/chart.csv.tmpl: Added. |
| 2273 | * BugsSite/template/en/custom/reports/chart.html.tmpl: Added. |
| 2274 | * BugsSite/template/en/custom/reports/chart.png.tmpl: Added. |
| 2275 | * BugsSite/template/en/custom/reports/components.html.tmpl: Added. |
| 2276 | * BugsSite/template/en/custom/reports/create-chart.html.tmpl: Added. |
| 2277 | * BugsSite/template/en/custom/reports/duplicates-simple.html.tmpl: Added. |
| 2278 | * BugsSite/template/en/custom/reports/duplicates-table.html.tmpl: Added. |
| 2279 | * BugsSite/template/en/custom/reports/duplicates.html.tmpl: Added. |
| 2280 | * BugsSite/template/en/custom/reports/duplicates.rdf.tmpl: Added. |
| 2281 | * BugsSite/template/en/custom/reports/edit-series.html.tmpl: Added. |
| 2282 | * BugsSite/template/en/custom/reports/keywords.html.tmpl: Added. |
| 2283 | * BugsSite/template/en/custom/reports/menu.html.tmpl: Added. |
| 2284 | * BugsSite/template/en/custom/reports/report-bar.png.tmpl: Added. |
| 2285 | * BugsSite/template/en/custom/reports/report-line.png.tmpl: Added. |
| 2286 | * BugsSite/template/en/custom/reports/report-pie.png.tmpl: Added. |
| 2287 | * BugsSite/template/en/custom/reports/report-simple.html.tmpl: Added. |
| 2288 | * BugsSite/template/en/custom/reports/report-table.csv.tmpl: Added. |
| 2289 | * BugsSite/template/en/custom/reports/report-table.html.tmpl: Added. |
| 2290 | * BugsSite/template/en/custom/reports/report.csv.tmpl: Added. |
| 2291 | * BugsSite/template/en/custom/reports/report.html.tmpl: Added. |
| 2292 | * BugsSite/template/en/custom/reports/series-common.html.tmpl: Added. |
| 2293 | * BugsSite/template/en/custom/reports/series.html.tmpl: Added. |
| 2294 | * BugsSite/template/en/custom/request: Added. |
| 2295 | * BugsSite/template/en/custom/request/email.txt.tmpl: Added. |
| 2296 | * BugsSite/template/en/custom/request/queue.html.tmpl: Added. |
| 2297 | * BugsSite/template/en/custom/search: Added. |
| 2298 | * BugsSite/template/en/custom/search/boolean-charts.html.tmpl: Added. |
| 2299 | * BugsSite/template/en/custom/search/form.html.tmpl: Added. |
| 2300 | * BugsSite/template/en/custom/search/knob.html.tmpl: Added. |
| 2301 | * BugsSite/template/en/custom/search/search-advanced.html.tmpl: Added. |
| 2302 | * BugsSite/template/en/custom/search/search-create-series.html.tmpl: Added. |
| 2303 | * BugsSite/template/en/custom/search/search-help.html.tmpl: Added. |
| 2304 | * BugsSite/template/en/custom/search/search-report-graph.html.tmpl: Added. |
| 2305 | * BugsSite/template/en/custom/search/search-report-select.html.tmpl: Added. |
| 2306 | * BugsSite/template/en/custom/search/search-report-table.html.tmpl: Added. |
| 2307 | * BugsSite/template/en/custom/search/search-specific.html.tmpl: Added. |
| 2308 | * BugsSite/template/en/custom/search/tabs.html.tmpl: Added. |
| 2309 | * BugsSite/template/en/custom/sidebar.xul.tmpl: Added. |
| 2310 | * BugsSite/template/en/custom/whine: Added. |
| 2311 | * BugsSite/template/en/custom/whine/mail.html.tmpl: Added. |
| 2312 | * BugsSite/template/en/custom/whine/mail.txt.tmpl: Added. |
| 2313 | * BugsSite/template/en/custom/whine/multipart-mime.txt.tmpl: Added. |
| 2314 | * BugsSite/template/en/custom/whine/schedule.html.tmpl: Added. |
| 2315 | * BugsSite/template/en/default: Added. |
| 2316 | * BugsSite/template/en/default/account: Added. |
| 2317 | * BugsSite/template/en/default/account/auth: Added. |
| 2318 | * BugsSite/template/en/default/account/auth/ldap-error.html.tmpl: Added. |
| 2319 | * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Added. |
| 2320 | * BugsSite/template/en/default/account/auth/login.html.tmpl: Added. |
| 2321 | * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Added. |
| 2322 | * BugsSite/template/en/default/account/create.html.tmpl: Added. |
| 2323 | * BugsSite/template/en/default/account/created.html.tmpl: Added. |
| 2324 | * BugsSite/template/en/default/account/email: Added. |
| 2325 | * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Added. |
| 2326 | * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Added. |
| 2327 | * BugsSite/template/en/default/account/email/confirm.html.tmpl: Added. |
| 2328 | * BugsSite/template/en/default/account/exists.html.tmpl: Added. |
| 2329 | * BugsSite/template/en/default/account/password: Added. |
| 2330 | * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Added. |
| 2331 | * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Added. |
| 2332 | * BugsSite/template/en/default/account/prefs: Added. |
| 2333 | * BugsSite/template/en/default/account/prefs/account.html.tmpl: Added. |
| 2334 | * BugsSite/template/en/default/account/prefs/email.html.tmpl: Added. |
| 2335 | * BugsSite/template/en/default/account/prefs/footer.html.tmpl: Added. |
| 2336 | * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Added. |
| 2337 | * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Added. |
| 2338 | * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Added. |
| 2339 | * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Added. |
| 2340 | * BugsSite/template/en/default/admin: Added. |
| 2341 | * BugsSite/template/en/default/admin/classifications: Added. |
| 2342 | * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Added. |
| 2343 | * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Added. |
| 2344 | * BugsSite/template/en/default/admin/classifications/delete.html.tmpl: Added. |
| 2345 | * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Added. |
| 2346 | * BugsSite/template/en/default/admin/classifications/new.html.tmpl: Added. |
| 2347 | * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Added. |
| 2348 | * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Added. |
| 2349 | * BugsSite/template/en/default/admin/classifications/update.html.tmpl: Added. |
| 2350 | * BugsSite/template/en/default/admin/components: Added. |
| 2351 | * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Added. |
| 2352 | * BugsSite/template/en/default/admin/components/create.html.tmpl: Added. |
| 2353 | * BugsSite/template/en/default/admin/components/created.html.tmpl: Added. |
| 2354 | * BugsSite/template/en/default/admin/components/deleted.html.tmpl: Added. |
| 2355 | * BugsSite/template/en/default/admin/components/edit.html.tmpl: Added. |
| 2356 | * BugsSite/template/en/default/admin/components/footer.html.tmpl: Added. |
| 2357 | * BugsSite/template/en/default/admin/components/list.html.tmpl: Added. |
| 2358 | * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Added. |
| 2359 | * BugsSite/template/en/default/admin/components/updated.html.tmpl: Added. |
| 2360 | * BugsSite/template/en/default/admin/fieldvalues: Added. |
| 2361 | * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Added. |
| 2362 | * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Added. |
| 2363 | * BugsSite/template/en/default/admin/fieldvalues/created.html.tmpl: Added. |
| 2364 | * BugsSite/template/en/default/admin/fieldvalues/deleted.html.tmpl: Added. |
| 2365 | * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Added. |
| 2366 | * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Added. |
| 2367 | * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Added. |
| 2368 | * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Added. |
| 2369 | * BugsSite/template/en/default/admin/fieldvalues/updated.html.tmpl: Added. |
| 2370 | * BugsSite/template/en/default/admin/flag-type: Added. |
| 2371 | * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Added. |
| 2372 | * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Added. |
| 2373 | * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Added. |
| 2374 | * BugsSite/template/en/default/admin/groups: Added. |
| 2375 | * BugsSite/template/en/default/admin/groups/change.html.tmpl: Added. |
| 2376 | * BugsSite/template/en/default/admin/groups/create.html.tmpl: Added. |
| 2377 | * BugsSite/template/en/default/admin/groups/created.html.tmpl: Added. |
| 2378 | * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Added. |
| 2379 | * BugsSite/template/en/default/admin/groups/deleted.html.tmpl: Added. |
| 2380 | * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Added. |
| 2381 | * BugsSite/template/en/default/admin/groups/list.html.tmpl: Added. |
| 2382 | * BugsSite/template/en/default/admin/groups/remove.html.tmpl: Added. |
| 2383 | * BugsSite/template/en/default/admin/keywords: Added. |
| 2384 | * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Added. |
| 2385 | * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Added. |
| 2386 | * BugsSite/template/en/default/admin/keywords/created.html.tmpl: Added. |
| 2387 | * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Added. |
| 2388 | * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Added. |
| 2389 | * BugsSite/template/en/default/admin/keywords/rebuild-cache.html.tmpl: Added. |
| 2390 | * BugsSite/template/en/default/admin/milestones: Added. |
| 2391 | * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Added. |
| 2392 | * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Added. |
| 2393 | * BugsSite/template/en/default/admin/milestones/created.html.tmpl: Added. |
| 2394 | * BugsSite/template/en/default/admin/milestones/deleted.html.tmpl: Added. |
| 2395 | * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Added. |
| 2396 | * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Added. |
| 2397 | * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Added. |
| 2398 | * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Added. |
| 2399 | * BugsSite/template/en/default/admin/milestones/updated.html.tmpl: Added. |
| 2400 | * BugsSite/template/en/default/admin/products: Added. |
| 2401 | * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Added. |
| 2402 | * BugsSite/template/en/default/admin/products/deleted.html.tmpl: Added. |
| 2403 | * BugsSite/template/en/default/admin/products/footer.html.tmpl: Added. |
| 2404 | * BugsSite/template/en/default/admin/products/groupcontrol: Added. |
| 2405 | * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Added. |
| 2406 | * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Added. |
| 2407 | * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Added. |
| 2408 | * BugsSite/template/en/default/admin/products/list.html.tmpl: Added. |
| 2409 | * BugsSite/template/en/default/admin/settings: Added. |
| 2410 | * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Added. |
| 2411 | * BugsSite/template/en/default/admin/settings/updated.html.tmpl: Added. |
| 2412 | * BugsSite/template/en/default/admin/table.html.tmpl: Added. |
| 2413 | * BugsSite/template/en/default/admin/users: Added. |
| 2414 | * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Added. |
| 2415 | * BugsSite/template/en/default/admin/users/create.html.tmpl: Added. |
| 2416 | * BugsSite/template/en/default/admin/users/edit.html.tmpl: Added. |
| 2417 | * BugsSite/template/en/default/admin/users/list.html.tmpl: Added. |
| 2418 | * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Added. |
| 2419 | * BugsSite/template/en/default/admin/users/search.html.tmpl: Added. |
| 2420 | * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Added. |
| 2421 | * BugsSite/template/en/default/admin/versions: Added. |
| 2422 | * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Added. |
| 2423 | * BugsSite/template/en/default/admin/versions/create.html.tmpl: Added. |
| 2424 | * BugsSite/template/en/default/admin/versions/created.html.tmpl: Added. |
| 2425 | * BugsSite/template/en/default/admin/versions/deleted.html.tmpl: Added. |
| 2426 | * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Added. |
| 2427 | * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Added. |
| 2428 | * BugsSite/template/en/default/admin/versions/list.html.tmpl: Added. |
| 2429 | * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Added. |
| 2430 | * BugsSite/template/en/default/admin/versions/updated.html.tmpl: Added. |
| 2431 | * BugsSite/template/en/default/attachment: Added. |
| 2432 | * BugsSite/template/en/default/attachment/choose.html.tmpl: Added. |
| 2433 | * BugsSite/template/en/default/attachment/content-types.html.tmpl: Added. |
| 2434 | * BugsSite/template/en/default/attachment/create.html.tmpl: Added. |
| 2435 | * BugsSite/template/en/default/attachment/created.html.tmpl: Added. |
| 2436 | * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Added. |
| 2437 | * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Added. |
| 2438 | * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Added. |
| 2439 | * BugsSite/template/en/default/attachment/edit-aroben.html.tmpl: Added. |
| 2440 | * BugsSite/template/en/default/attachment/edit.html.tmpl: Added. |
| 2441 | * BugsSite/template/en/default/attachment/list.html.tmpl: Added. |
| 2442 | * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Added. |
| 2443 | * BugsSite/template/en/default/attachment/updated.html.tmpl: Added. |
| 2444 | * BugsSite/template/en/default/bug: Added. |
| 2445 | * BugsSite/template/en/default/bug/activity: Added. |
| 2446 | * BugsSite/template/en/default/bug/activity/show.html.tmpl: Added. |
| 2447 | * BugsSite/template/en/default/bug/activity/table.html.tmpl: Added. |
| 2448 | * BugsSite/template/en/default/bug/choose.html.tmpl: Added. |
| 2449 | * BugsSite/template/en/default/bug/comments.html.tmpl: Added. |
| 2450 | * BugsSite/template/en/default/bug/create: Added. |
| 2451 | * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Added. |
| 2452 | * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Added. |
| 2453 | * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Added. |
| 2454 | * BugsSite/template/en/default/bug/create/create.html.tmpl: Added. |
| 2455 | * BugsSite/template/en/default/bug/create/created.html.tmpl: Added. |
| 2456 | * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Added. |
| 2457 | * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Added. |
| 2458 | * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Added. |
| 2459 | * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Added. |
| 2460 | * BugsSite/template/en/default/bug/edit.html.tmpl: Added. |
| 2461 | * BugsSite/template/en/default/bug/knob.html.tmpl: Added. |
| 2462 | * BugsSite/template/en/default/bug/navigate.html.tmpl: Added. |
| 2463 | * BugsSite/template/en/default/bug/process: Added. |
| 2464 | * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Added. |
| 2465 | * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Added. |
| 2466 | * BugsSite/template/en/default/bug/process/header.html.tmpl: Added. |
| 2467 | * BugsSite/template/en/default/bug/process/midair.html.tmpl: Added. |
| 2468 | * BugsSite/template/en/default/bug/process/next.html.tmpl: Added. |
| 2469 | * BugsSite/template/en/default/bug/process/results.html.tmpl: Added. |
| 2470 | * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Added. |
| 2471 | * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Added. |
| 2472 | * BugsSite/template/en/default/bug/show.html.tmpl: Added. |
| 2473 | * BugsSite/template/en/default/bug/show.xml.tmpl: Added. |
| 2474 | * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Added. |
| 2475 | * BugsSite/template/en/default/bug/time.html.tmpl: Added. |
| 2476 | * BugsSite/template/en/default/bug/votes: Added. |
| 2477 | * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Added. |
| 2478 | * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Added. |
| 2479 | * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Added. |
| 2480 | * BugsSite/template/en/default/config.js.tmpl: Added. |
| 2481 | * BugsSite/template/en/default/config.rdf.tmpl: Added. |
| 2482 | * BugsSite/template/en/default/filterexceptions.pl: Added. |
| 2483 | * BugsSite/template/en/default/flag: Added. |
| 2484 | * BugsSite/template/en/default/flag/list.html.tmpl: Added. |
| 2485 | * BugsSite/template/en/default/global: Added. |
| 2486 | * BugsSite/template/en/default/global/banner.html.tmpl: Added. |
| 2487 | * BugsSite/template/en/default/global/choose-classification.html.tmpl: Added. |
| 2488 | * BugsSite/template/en/default/global/choose-product.html.tmpl: Added. |
| 2489 | * BugsSite/template/en/default/global/code-error.html.tmpl: Added. |
| 2490 | * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Added. |
| 2491 | * BugsSite/template/en/default/global/field-descs.none.tmpl: Added. |
| 2492 | * BugsSite/template/en/default/global/footer.html.tmpl: Added. |
| 2493 | * BugsSite/template/en/default/global/header.html.tmpl: Added. |
| 2494 | * BugsSite/template/en/default/global/help-header.html.tmpl: Added. |
| 2495 | * BugsSite/template/en/default/global/help.html.tmpl: Added. |
| 2496 | * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Added. |
| 2497 | * BugsSite/template/en/default/global/initialize.none.tmpl: Added. |
| 2498 | * BugsSite/template/en/default/global/message.html.tmpl: Added. |
| 2499 | * BugsSite/template/en/default/global/messages.html.tmpl: Added. |
| 2500 | * BugsSite/template/en/default/global/select-menu.html.tmpl: Added. |
| 2501 | * BugsSite/template/en/default/global/setting-descs.none.tmpl: Added. |
| 2502 | * BugsSite/template/en/default/global/site-navigation.html.tmpl: Added. |
| 2503 | * BugsSite/template/en/default/global/useful-links.html.tmpl: Added. |
| 2504 | * BugsSite/template/en/default/global/user-error.html.tmpl: Added. |
| 2505 | * BugsSite/template/en/default/global/userselect.html.tmpl: Added. |
| 2506 | * BugsSite/template/en/default/global/variables.none.tmpl: Added. |
| 2507 | * BugsSite/template/en/default/index.html.tmpl: Added. |
| 2508 | * BugsSite/template/en/default/list: Added. |
| 2509 | * BugsSite/template/en/default/list/change-columns.html.tmpl: Added. |
| 2510 | * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Added. |
| 2511 | * BugsSite/template/en/default/list/list-simple.html.tmpl: Added. |
| 2512 | * BugsSite/template/en/default/list/list.atom.tmpl: Added. |
| 2513 | * BugsSite/template/en/default/list/list.csv.tmpl: Added. |
| 2514 | * BugsSite/template/en/default/list/list.html.tmpl: Added. |
| 2515 | * BugsSite/template/en/default/list/list.ics.tmpl: Added. |
| 2516 | * BugsSite/template/en/default/list/list.js.tmpl: Added. |
| 2517 | * BugsSite/template/en/default/list/list.rdf.tmpl: Added. |
| 2518 | * BugsSite/template/en/default/list/quips.html.tmpl: Added. |
| 2519 | * BugsSite/template/en/default/list/server-push.html.tmpl: Added. |
| 2520 | * BugsSite/template/en/default/list/table.html.tmpl: Added. |
| 2521 | * BugsSite/template/en/default/pages: Added. |
| 2522 | * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Added. |
| 2523 | * BugsSite/template/en/default/pages/fields.html.tmpl: Added. |
| 2524 | * BugsSite/template/en/default/pages/linked.html.tmpl: Added. |
| 2525 | * BugsSite/template/en/default/pages/linkify.html.tmpl: Added. |
| 2526 | * BugsSite/template/en/default/pages/voting.html.tmpl: Added. |
| 2527 | * BugsSite/template/en/default/reports: Added. |
| 2528 | * BugsSite/template/en/default/reports/chart.csv.tmpl: Added. |
| 2529 | * BugsSite/template/en/default/reports/chart.html.tmpl: Added. |
| 2530 | * BugsSite/template/en/default/reports/chart.png.tmpl: Added. |
| 2531 | * BugsSite/template/en/default/reports/components.html.tmpl: Added. |
| 2532 | * BugsSite/template/en/default/reports/create-chart.html.tmpl: Added. |
| 2533 | * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Added. |
| 2534 | * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Added. |
| 2535 | * BugsSite/template/en/default/reports/duplicates.html.tmpl: Added. |
| 2536 | * BugsSite/template/en/default/reports/duplicates.rdf.tmpl: Added. |
| 2537 | * BugsSite/template/en/default/reports/edit-series.html.tmpl: Added. |
| 2538 | * BugsSite/template/en/default/reports/keywords.html.tmpl: Added. |
| 2539 | * BugsSite/template/en/default/reports/menu.html.tmpl: Added. |
| 2540 | * BugsSite/template/en/default/reports/report-bar.png.tmpl: Added. |
| 2541 | * BugsSite/template/en/default/reports/report-line.png.tmpl: Added. |
| 2542 | * BugsSite/template/en/default/reports/report-pie.png.tmpl: Added. |
| 2543 | * BugsSite/template/en/default/reports/report-simple.html.tmpl: Added. |
| 2544 | * BugsSite/template/en/default/reports/report-table.csv.tmpl: Added. |
| 2545 | * BugsSite/template/en/default/reports/report-table.html.tmpl: Added. |
| 2546 | * BugsSite/template/en/default/reports/report.csv.tmpl: Added. |
| 2547 | * BugsSite/template/en/default/reports/report.html.tmpl: Added. |
| 2548 | * BugsSite/template/en/default/reports/series-common.html.tmpl: Added. |
| 2549 | * BugsSite/template/en/default/reports/series.html.tmpl: Added. |
| 2550 | * BugsSite/template/en/default/request: Added. |
| 2551 | * BugsSite/template/en/default/request/email.txt.tmpl: Added. |
| 2552 | * BugsSite/template/en/default/request/queue.html.tmpl: Added. |
| 2553 | * BugsSite/template/en/default/search: Added. |
| 2554 | * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Added. |
| 2555 | * BugsSite/template/en/default/search/form.html.tmpl: Added. |
| 2556 | * BugsSite/template/en/default/search/knob.html.tmpl: Added. |
| 2557 | * BugsSite/template/en/default/search/search-advanced.html.tmpl: Added. |
| 2558 | * BugsSite/template/en/default/search/search-create-series.html.tmpl: Added. |
| 2559 | * BugsSite/template/en/default/search/search-help.html.tmpl: Added. |
| 2560 | * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Added. |
| 2561 | * BugsSite/template/en/default/search/search-report-select.html.tmpl: Added. |
| 2562 | * BugsSite/template/en/default/search/search-report-table.html.tmpl: Added. |
| 2563 | * BugsSite/template/en/default/search/search-specific.html.tmpl: Added. |
| 2564 | * BugsSite/template/en/default/search/tabs.html.tmpl: Added. |
| 2565 | * BugsSite/template/en/default/sidebar.xul.tmpl: Added. |
| 2566 | * BugsSite/template/en/default/whine: Added. |
| 2567 | * BugsSite/template/en/default/whine/mail.html.tmpl: Added. |
| 2568 | * BugsSite/template/en/default/whine/mail.txt.tmpl: Added. |
| 2569 | * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Added. |
| 2570 | * BugsSite/template/en/default/whine/schedule.html.tmpl: Added. |
| 2571 | * BugsSite/template/en/extension: Added. |
| 2572 | * BugsSite/template/en/extension/filterexceptions.pl: Added. |
| 2573 | * BugsSite/testagent.cgi: Added. |
| 2574 | * BugsSite/testserver.pl: Added. |
| 2575 | * BugsSite/token.cgi: Added. |
| 2576 | * BugsSite/userprefs.cgi: Added. |
| 2577 | * BugsSite/votes.cgi: Added. |
| 2578 | * BugsSite/whine.pl: Added. |
| 2579 | * BugsSite/whineatnews.pl: Added. |
| 2580 | * BugsSite/xml.cgi: Added. |
| 2581 | |
mrowe@apple.com | c351453 | 2008-02-05 06:27:44 +0000 | [diff] [blame] | 2582 | 2008-02-04 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 2583 | |
alp@webkit.org | 62a6a4d | 2008-02-05 06:54:08 +0000 | [diff] [blame] | 2584 | Reviewed by Alp Toker and Mark Rowe. |
mrowe@apple.com | c351453 | 2008-02-05 06:27:44 +0000 | [diff] [blame] | 2585 | |
| 2586 | http://bugs.webkit.org/show_bug.cgi?id=16618 |
| 2587 | [GTK] build-webkit and run-webkit-tests autootools support |
| 2588 | |
alp@webkit.org | 62a6a4d | 2008-02-05 06:54:08 +0000 | [diff] [blame] | 2589 | Add support for the autotools build to the WebKit build and test |
| 2590 | scripts. |
mrowe@apple.com | c351453 | 2008-02-05 06:27:44 +0000 | [diff] [blame] | 2591 | |
mrowe@apple.com | 84cdb08 | 2008-02-05 03:25:59 +0000 | [diff] [blame] | 2592 | 2008-02-04 Rodney Dawes <dobey@wayofthemonkey.com> |
| 2593 | |
| 2594 | Reviewed by Alp Toker and Mark Rowe. |
| 2595 | |
| 2596 | Fix http://bugs.webkit.org/show_bug.cgi?id=17175. |
| 2597 | Bug 17175: Use of C++ compiler flags in CFLAGS |
| 2598 | |
| 2599 | Add global_cxxflags definition for inclusion in CXXFLAGS variables. |
| 2600 | Only use -fno-rtti and $(SYMBOL_VISIBILITY_INLINES) with global_cxxflags as gcc complains they aren't valid for C. |
| 2601 | |
| 2602 | * GNUmakefile.am: |
| 2603 | |
alp@webkit.org | 040ad8b | 2008-02-04 11:00:43 +0000 | [diff] [blame] | 2604 | 2008-02-04 Alp Toker <alp@atoker.com> |
| 2605 | |
| 2606 | Rubber-stamped by Mark Rowe. |
| 2607 | |
| 2608 | Remove all trailing whitespace in the GTK+ port and related |
| 2609 | components. |
| 2610 | |
| 2611 | * GNUmakefile.am: |
| 2612 | * configure.ac: |
| 2613 | |
alp@webkit.org | 94c0655 | 2008-01-31 23:51:53 +0000 | [diff] [blame] | 2614 | 2008-01-31 Alp Toker <alp@atoker.com> |
| 2615 | |
alp@webkit.org | 1205732 | 2008-02-01 07:01:18 +0000 | [diff] [blame] | 2616 | Reviewed by Mark Rowe. |
| 2617 | |
| 2618 | Fix the pkg-config file to follow GTK+ package naming and versioning |
| 2619 | conventions. |
| 2620 | |
| 2621 | Remove unneeded dependency listings. |
| 2622 | |
| 2623 | * GNUmakefile.am: |
| 2624 | * configure.ac: |
| 2625 | |
| 2626 | 2008-01-31 Alp Toker <alp@atoker.com> |
| 2627 | |
alp@webkit.org | 1e1f94d | 2008-02-01 00:00:00 +0000 | [diff] [blame] | 2628 | Rubber-stamped by Adam Roben. |
alp@webkit.org | 94c0655 | 2008-01-31 23:51:53 +0000 | [diff] [blame] | 2629 | |
| 2630 | http://bugs.webkit.org/show_bug.cgi?id=17006 |
| 2631 | [GTK] Header path should be webkit/webkit.h |
| 2632 | |
| 2633 | Move the GTK+ API sources as needed and update the build systems. |
| 2634 | |
| 2635 | * GNUmakefile.am: |
| 2636 | * WebKit.pri: |
| 2637 | |
alp@webkit.org | cae5567 | 2008-01-27 19:49:01 +0000 | [diff] [blame] | 2638 | 2008-01-27 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 2639 | |
| 2640 | Reviewed by Alp Toker. |
| 2641 | |
| 2642 | http://bugs.webkit.org/show_bug.cgi?id=14811 |
| 2643 | [gtk] [request] add a webkit_gtk_page_go_to_history_item function |
| 2644 | |
| 2645 | * GNUmakefile.am: Added webkitwebbackforwardlist and webkitwebhistoryitem |
| 2646 | |
mrowe@apple.com | 2bc789f | 2008-01-26 12:32:49 +0000 | [diff] [blame] | 2647 | 2008-01-26 Mark Rowe <mrowe@apple.com> |
| 2648 | |
| 2649 | Reviewed by Alp Toker. |
| 2650 | |
| 2651 | Fix http://bugs.webkit.org/show_bug.cgi?id=17007. |
| 2652 | Bug 17007: [GTK] autogen.sh attempts to use "libtoolize" on the Mac |
| 2653 | |
| 2654 | libtoolize is installed as glibtoolize on Mac OS X to avoid naming conflicts |
| 2655 | with other system commands. Check for the presence of glibtoolize if libtoolize |
| 2656 | cannot be found. |
| 2657 | |
| 2658 | * autogen.sh: |
| 2659 | |
alp@webkit.org | 6b436af | 2008-01-23 15:55:41 +0000 | [diff] [blame] | 2660 | 2008-01-23 Alp Toker <alp@atoker.com> |
| 2661 | |
| 2662 | Rubber-stamped by Mark Rowe. |
| 2663 | |
| 2664 | Remove whitespace after -I in automake include lists. |
| 2665 | |
| 2666 | * GNUmakefile.am: |
| 2667 | |
alp@webkit.org | e9a2692 | 2008-01-22 20:45:18 +0000 | [diff] [blame] | 2668 | 2008-01-22 Christian Dywan <christian@imendio.com> |
| 2669 | |
| 2670 | Reviewed by Alp Toker. |
| 2671 | |
| 2672 | [GTK] API: WebKitWebSettings is not usable |
| 2673 | http://bugs.webkit.org/show_bug.cgi?id=16219 |
| 2674 | |
| 2675 | Implement WebKitWebSettings. |
| 2676 | |
| 2677 | * GNUmakefile.am: |
| 2678 | |
hausmann@webkit.org | 81a531f | 2008-01-22 10:03:26 +0000 | [diff] [blame] | 2679 | 2008-01-22 Simon Hausmann <hausmann@webkit.org> |
| 2680 | |
| 2681 | Reviewed by Lars. |
| 2682 | |
| 2683 | Don't compile the ICO plugin when building against Qt >= 4.4 |
christian@webkit.org | 3a74ebf | 2009-02-23 11:15:30 +0000 | [diff] [blame] | 2684 | |
hausmann@webkit.org | 81a531f | 2008-01-22 10:03:26 +0000 | [diff] [blame] | 2685 | |
| 2686 | * WebKit.pro: |
| 2687 | |
alp@webkit.org | f49bd1e | 2008-01-21 23:06:23 +0000 | [diff] [blame] | 2688 | 2008-01-21 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 2689 | |
| 2690 | Reviewed by Alp Toker. |
| 2691 | |
| 2692 | http://bugs.webkit.org/show_bug.cgi?id=16955 |
| 2693 | Get errors when cross-compile webkit-gtk |
| 2694 | |
| 2695 | * GNUmakefile.am: added ICU_CPPFLAGS |
| 2696 | * configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS |
| 2697 | |
alp@webkit.org | 55f365d | 2008-01-19 15:46:23 +0000 | [diff] [blame] | 2698 | 2008-01-19 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 2699 | |
| 2700 | Reviewed by Alp Toker. |
| 2701 | |
| 2702 | Add svg foreign object and svg experimental to the GTK+/autotools |
| 2703 | build system. |
| 2704 | |
| 2705 | * configure.ac: |
| 2706 | |
alp@webkit.org | d31a736 | 2008-01-15 21:47:25 +0000 | [diff] [blame] | 2707 | 2008-01-15 Alp Toker <alp@atoker.com> |
| 2708 | |
alp@webkit.org | 9943682 | 2008-01-16 03:32:29 +0000 | [diff] [blame] | 2709 | Rubber-stamped by Anders. |
| 2710 | |
| 2711 | Make the HTTP backend configurable in the GTK+ port. curl is currently |
| 2712 | the only option. |
| 2713 | |
| 2714 | * GNUmakefile.am: |
| 2715 | * WebKit.pri: |
| 2716 | * configure.ac: |
| 2717 | |
| 2718 | 2008-01-15 Alp Toker <alp@atoker.com> |
| 2719 | |
alp@webkit.org | d31a736 | 2008-01-15 21:47:25 +0000 | [diff] [blame] | 2720 | GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler |
| 2721 | flags only when they're available. |
| 2722 | |
| 2723 | Additionally, use -fvisibility-inlines-hidden in both debug and |
| 2724 | release builds when available to match the Mac build. |
| 2725 | |
| 2726 | * GNUmakefile.am: |
| 2727 | * configure.ac: |
| 2728 | |
alp@webkit.org | 36d6549 | 2008-01-13 07:33:53 +0000 | [diff] [blame] | 2729 | 2008-01-12 Alp Toker <alp@atoker.com> |
| 2730 | |
| 2731 | Reviewed by Mark Rowe. |
| 2732 | |
| 2733 | Hide non-public symbols in GTK+/autotools release builds. |
| 2734 | |
| 2735 | * GNUmakefile.am: |
| 2736 | |
alp@webkit.org | 27f95c4 | 2008-01-12 07:40:52 +0000 | [diff] [blame] | 2737 | 2008-01-11 Alp Toker <alp@atoker.com> |
| 2738 | |
| 2739 | Reviewed by Oliver Hunt. |
| 2740 | |
| 2741 | Enable FastMalloc by default in GTK+/autotools and add a configure |
| 2742 | switch. |
| 2743 | |
| 2744 | * GNUmakefile.am: |
| 2745 | * configure.ac: |
| 2746 | |
alp@webkit.org | 81c66d1 | 2008-01-11 16:31:34 +0000 | [diff] [blame] | 2747 | 2008-01-11 Luca Bruno <lethalman88@gmail.com> |
| 2748 | |
| 2749 | Reviewed by Alp Toker. |
| 2750 | |
| 2751 | http://bugs.webkit.org/show_bug.cgi?id=16838 |
| 2752 | [GTK] Bad autotools debug and video options |
| 2753 | |
| 2754 | Fix some configure options. |
| 2755 | |
| 2756 | * configure.ac: |
| 2757 | |
mrowe@apple.com | 1e357b5 | 2008-01-11 08:04:21 +0000 | [diff] [blame] | 2758 | 2008-01-11 Mark Rowe <mrowe@apple.com> |
| 2759 | |
| 2760 | Attempt to fix the GTK+ and Qt builds. |
| 2761 | |
| 2762 | * WebKit.pro: |
| 2763 | |
alp@webkit.org | 69d59d9 | 2008-01-11 00:55:03 +0000 | [diff] [blame] | 2764 | 2008-01-10 Alp Toker <alp@atoker.com> |
| 2765 | |
| 2766 | SVG font build fix for GTK+/autotools. |
| 2767 | |
| 2768 | * configure.ac: |
| 2769 | |
alp@webkit.org | 09ac696 | 2008-01-05 11:44:02 +0000 | [diff] [blame] | 2770 | 2008-01-05 Alp Toker <alp@atoker.com> |
| 2771 | |
| 2772 | Rubber-stamped by Mark Rowe. |
| 2773 | |
| 2774 | Fix configure script output with correct descriptions of the default |
| 2775 | configuration options. |
| 2776 | |
| 2777 | * configure.ac: |
| 2778 | |
alp@webkit.org | a37ed5b | 2008-01-05 10:23:01 +0000 | [diff] [blame] | 2779 | 2008-01-05 Sylvain Pasche <sylvain.pasche@gmail.com> |
| 2780 | |
| 2781 | Reviewed by Alp Toker. |
| 2782 | |
| 2783 | http://bugs.webkit.org/show_bug.cgi?id=16736 |
| 2784 | Allow autogen.sh invocation from a separate build directory. |
| 2785 | |
| 2786 | * autogen.sh: |
| 2787 | |
alp@webkit.org | 076e8e1 | 2008-01-04 20:54:24 +0000 | [diff] [blame] | 2788 | 2008-01-04 Alp Toker <alp@atoker.com> |
| 2789 | |
| 2790 | Rubber-stamped by Mark Rowe. |
| 2791 | |
| 2792 | Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The |
| 2793 | "rebuild rules" will now be enabled by default. |
| 2794 | |
| 2795 | This obviates the need to pass '--enable-maintainer-mode' to |
| 2796 | configure. |
| 2797 | |
| 2798 | * configure.ac: |
| 2799 | |
zecke@webkit.org | 48bc6f4 | 2008-01-03 02:07:28 +0000 | [diff] [blame] | 2800 | 2008-01-02 Holger Hans Peter Freyther <zecke@selfish.org> |
| 2801 | |
| 2802 | Rubber stamped by Alp. |
| 2803 | |
| 2804 | Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break |
| 2805 | the build. At least people doing a debug build on Ubuntu Hardy will see |
| 2806 | the breakage. I was asked to leave the flags inside the files to ease future |
| 2807 | debugging. |
| 2808 | |
| 2809 | * GNUmakefile.am: |
| 2810 | * WebKit.pri: |
| 2811 | |
alp@webkit.org | e60ca2a | 2008-01-01 09:05:54 +0000 | [diff] [blame] | 2812 | 2008-01-01 Alp Toker <alp@atoker.com> |
| 2813 | |
| 2814 | GTK+ autotools build fix. Track changes in r29051, r29058 and pass the |
| 2815 | correct parameter to AM_INIT_AUTOMAKE. |
| 2816 | |
| 2817 | * configure.ac: |
| 2818 | |
alp@webkit.org | 45271e6 | 2007-12-30 17:44:37 +0000 | [diff] [blame] | 2819 | 2007-12-30 Alp Toker <alp@atoker.com> |
| 2820 | |
| 2821 | Build fix for older autoconf versions. |
| 2822 | |
| 2823 | * configure.ac: |
| 2824 | |
alp@webkit.org | f93619a | 2007-12-30 03:33:44 +0000 | [diff] [blame] | 2825 | 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 2826 | |
| 2827 | Reviewed by Alp Toker. |
| 2828 | |
alp@webkit.org | ee4efb5 | 2007-12-30 06:47:16 +0000 | [diff] [blame] | 2829 | Enable Database, XPath and XSLT features by default |
| 2830 | |
| 2831 | * configure.ac: |
| 2832 | |
| 2833 | 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 2834 | |
| 2835 | Reviewed by Alp Toker. |
| 2836 | |
alp@webkit.org | f93619a | 2007-12-30 03:33:44 +0000 | [diff] [blame] | 2837 | http://bugs.webkit.org/show_bug.cgi?id=16669 |
| 2838 | autotools update and fixes |
| 2839 | |
| 2840 | Various fixes to the autotools build |
| 2841 | |
| 2842 | * GNUmakefile.am: |
| 2843 | - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS |
| 2844 | - Fix clean rules (Rodney Dawes) |
| 2845 | - Added webcore specific variables, remove STDINT_H and |
| 2846 | PTHREAD_NP_H checks (already included in config.h) |
| 2847 | * autogen.sh: |
| 2848 | - Loosen automake and aclocal requirement |
| 2849 | * configure.ac: |
| 2850 | - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g |
| 2851 | when doing a debug build (Rodney Dawes) |
| 2852 | - Fix webkit target and remove traces of XBL |
| 2853 | |
alp@webkit.org | 11a31a7 | 2007-12-27 23:14:27 +0000 | [diff] [blame] | 2854 | 2007-12-27 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 2855 | |
| 2856 | Reviewed by Alp Toker. |
| 2857 | |
| 2858 | http://bugs.webkit.org/show_bug.cgi?id=16353 |
| 2859 | [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.) |
| 2860 | |
| 2861 | Added the flags mentioned in the bug only when doing 'debug' |
| 2862 | builds. -DGST_DISABLE_DEPRECATED only added when video is enabled. |
| 2863 | |
| 2864 | * GNUmakefile.am: |
| 2865 | * WebKit.pri: |
| 2866 | |
alp@webkit.org | 278f125 | 2007-12-27 06:05:21 +0000 | [diff] [blame] | 2867 | 2007-12-26 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
| 2868 | |
| 2869 | Reviewed by Alp Toker. |
| 2870 | |
| 2871 | http://bugs.webkit.org/show_bug.cgi?id=16390 |
| 2872 | Use autotools or GNU make as the build system for the GTK port |
| 2873 | |
| 2874 | * GNUmakefile.am: Added. |
| 2875 | * autogen.sh: Added. |
| 2876 | * configure.ac: Added. |
| 2877 | |
alp@webkit.org | 5f711d8 | 2007-12-21 00:33:46 +0000 | [diff] [blame] | 2878 | 2007-12-20 Alp Toker <alp@atoker.com> |
| 2879 | |
| 2880 | Rubber-stamped by Maciej. |
| 2881 | |
| 2882 | http://bugs.webkit.org/show_bug.cgi?id=16542 |
| 2883 | [GTK] Text is missing with old Pango version |
| 2884 | |
| 2885 | Back out commits r28880, r28876, r28865, r28864 which added Pango font |
| 2886 | selection support. These changes caused a regression where no text was |
| 2887 | displayed with older Pango versions. |
| 2888 | |
| 2889 | * WebKit.pri: |
| 2890 | |
alp@webkit.org | 2d6a148 | 2007-12-19 18:41:17 +0000 | [diff] [blame] | 2891 | 2007-12-19 Alp Toker <alp@atoker.com> |
| 2892 | |
| 2893 | Remove the cairo-ft pkg-config check. The GTK+ port doesn't use |
| 2894 | cairo-ft directly following changes in r28864. |
| 2895 | |
| 2896 | * WebKit.pri: |
| 2897 | |
alp@webkit.org | 2a2bf16 | 2007-12-12 16:27:35 +0000 | [diff] [blame] | 2898 | 2007-12-12 Alp Toker <alp@atoker.com> |
| 2899 | |
| 2900 | Reviewed by Mark Rowe. |
| 2901 | |
| 2902 | http://bugs.webkit.org/show_bug.cgi?id=16302 |
| 2903 | [GTK] Compiler flags for optimization |
| 2904 | |
| 2905 | Use the compiler flags -fno-exceptions -fno-rtti. |
| 2906 | |
| 2907 | This patch does not add all the flags discussed in the bug report, |
| 2908 | only these two. |
| 2909 | |
| 2910 | * WebKit.pri: |
| 2911 | |
alp@webkit.org | b4d6805 | 2007-12-04 12:16:38 +0000 | [diff] [blame] | 2912 | 2007-12-04 Xan Lopez <xan@gnome.org> |
| 2913 | |
| 2914 | Reviewed by Alp Toker. |
| 2915 | |
| 2916 | http://bugs.webkit.org/show_bug.cgi?id=15561 |
| 2917 | GTK port needs DumpRenderTree implementation |
| 2918 | |
| 2919 | Start work on the GTK+ DRT. |
| 2920 | |
| 2921 | * WebKit.pro: |
| 2922 | |
alp@webkit.org | e1a9b4a | 2007-12-01 04:24:09 +0000 | [diff] [blame] | 2923 | 2007-11-30 Alp Toker <alp@atoker.com> |
| 2924 | |
| 2925 | Reviewed by Adam Roben. |
| 2926 | |
| 2927 | http://bugs.webkit.org/show_bug.cgi?id=15691 |
| 2928 | [GTK] Public API does not follow GTK+ conventions |
| 2929 | |
| 2930 | Refactor the WebKit/GTK+ public API. Changes: |
| 2931 | WebKitPage -> WebKitWebView |
| 2932 | WebKitFrame -> WebKitWebFrame |
| 2933 | |
| 2934 | Public API source and header names have been updated to mirror the API |
| 2935 | changes. |
| 2936 | |
| 2937 | The API is now kept in WebKit/gtk/WebView to match other ports in the |
| 2938 | same class such as Mac and Win. |
| 2939 | |
| 2940 | * WebKit.pri: |
| 2941 | |
mrowe@apple.com | c291261 | 2007-11-28 10:42:20 +0000 | [diff] [blame] | 2942 | 2007-11-26 Rodney Dawes <dobey@wayofthemonkey.com> |
| 2943 | |
| 2944 | Reviewed by Mark Rowe. |
| 2945 | |
| 2946 | Set CONFIG option for the window system GTK+ is using |
| 2947 | |
| 2948 | * WebKit.pri: |
| 2949 | |
alp@webkit.org | 21ecf04 | 2007-11-23 01:03:19 +0000 | [diff] [blame] | 2950 | 2007-11-22 Alp Toker <alp@atoker.com> |
| 2951 | |
| 2952 | GTK+ build fix. Pass a correct LIBDIR value. |
| 2953 | |
| 2954 | * WebKit.pri: |
| 2955 | |
mrowe@apple.com | 4d7e81e | 2007-11-20 16:06:23 +0000 | [diff] [blame] | 2956 | 2007-11-20 Mark Rowe <mrowe@apple.com> |
| 2957 | |
| 2958 | Reviewed by Alp Toker. |
| 2959 | |
| 2960 | * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore. |
| 2961 | |
alp@webkit.org | 6b26bef | 2007-11-20 15:35:49 +0000 | [diff] [blame] | 2962 | 2007-11-20 Alp Toker <alp@atoker.com> |
| 2963 | |
| 2964 | Reviewed by Simon Hausmann. |
| 2965 | |
| 2966 | Clean up GTK+ port configuration. |
| 2967 | |
| 2968 | Use similar compiler warning flags to the Mac build. |
| 2969 | |
| 2970 | Add the qmake changes needed for DirectFB support. |
| 2971 | |
| 2972 | * WebKit.pri: |
| 2973 | |
hausmann | 81286e9 | 2007-11-07 12:44:20 +0000 | [diff] [blame] | 2974 | 2007-11-07 Simon Hausmann <hausmann@kde.org> |
| 2975 | |
| 2976 | Reviewed by Mark. |
| 2977 | |
| 2978 | Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree. |
| 2979 | That means that changes to the public API of the Qt port also trigger a rebuild of the tools. |
| 2980 | |
| 2981 | * WebKit.pri: |
| 2982 | |
lars | c075d2a | 2007-10-03 10:29:15 +0000 | [diff] [blame] | 2983 | 2007-10-03 Lars Knoll <lars@trolltech.com> |
| 2984 | |
lars | bf4fa94 | 2007-10-03 10:29:35 +0000 | [diff] [blame] | 2985 | Signed off by olliej. |
| 2986 | |
| 2987 | move WebKitQt to WebKit/qt for consistency with the other ports. |
| 2988 | |
| 2989 | * WebKit.pri: |
| 2990 | * WebKit.pro: |
| 2991 | |
| 2992 | 2007-10-03 Lars Knoll <lars@trolltech.com> |
| 2993 | |
lars | c075d2a | 2007-10-03 10:29:15 +0000 | [diff] [blame] | 2994 | Reviewed by olliej. |
| 2995 | |
| 2996 | Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin. |
| 2997 | |
| 2998 | * WebKit.pro: |
| 2999 | |
zecke | f5c101b | 2007-09-29 15:34:39 +0000 | [diff] [blame] | 3000 | 2007-09-29 Holger Hans Peter Freyther <zecke@selfish.org> |
| 3001 | |
| 3002 | Reviewed by Mark. |
| 3003 | |
| 3004 | -Fix http://bugs.webkit.org/show_bug.cgi?id=13226. |
| 3005 | Remove Bakefiles from svn. |
| 3006 | |
| 3007 | * Bakefiles/Bakefiles.bkgen: Removed. |
| 3008 | * Bakefiles/ChangeLog: Removed. |
| 3009 | * Bakefiles/Readme.txt: Removed. |
| 3010 | * Bakefiles/presets.bkl: Removed. |
| 3011 | * Bakefiles/update-file-lists.py: Removed. |
| 3012 | |
zecke | 2752405 | 2007-09-23 09:50:35 +0000 | [diff] [blame] | 3013 | 2007-09-20 Holger Hans Peter Freyther <zecke@selfish.org> |
| 3014 | |
| 3015 | Rubber stamped by Adam. |
| 3016 | |
| 3017 | Renamed files from *Gdk to *Gtk (see #14732) using the |
| 3018 | work of Juan A. Suarez Romero as a base. |
| 3019 | |
| 3020 | GDK -> GTK |
| 3021 | |
| 3022 | * WebKit.pri: |
| 3023 | * WebKit.pro: |
| 3024 | |
zecke | 6b34997 | 2007-07-29 21:51:41 +0000 | [diff] [blame] | 3025 | 2007-07-29 Brian Mastenbrook <brian@mastenbrook.net> |
| 3026 | |
| 3027 | Build fix for WebKit/Gtk to compile on Fedora 7 as described in |
| 3028 | http://bugs.webkit.org/show_bug.cgi?id=14557 |
| 3029 | |
| 3030 | * WebKit.pri: cairo-ft is used by the WebKit/Gtk port |
| 3031 | |
hausmann | c67aba2 | 2007-07-27 08:32:12 +0000 | [diff] [blame] | 3032 | 2007-07-27 Simon Hausmann <hausmann@kde.org> |
| 3033 | |
| 3034 | Done with and reviewed by Lars and Zack. |
| 3035 | |
hausmann | 291e38a | 2007-07-27 08:32:54 +0000 | [diff] [blame] | 3036 | Exclude DumpRenderTree from the Qt build on Windows for now. |
| 3037 | |
| 3038 | * WebKit.pro: |
| 3039 | |
| 3040 | 2007-07-27 Simon Hausmann <hausmann@kde.org> |
| 3041 | |
| 3042 | Done with and reviewed by Lars and Zack. |
| 3043 | |
hausmann | c67aba2 | 2007-07-27 08:32:12 +0000 | [diff] [blame] | 3044 | Temporarily disable the ICO support for the Qt build on Windows. |
| 3045 | |
| 3046 | * WebKit.pro: |
| 3047 | |
hausmann | e4840e6 | 2007-07-26 14:47:27 +0000 | [diff] [blame] | 3048 | 2007-07-26 Simon Hausmann <hausmann@kde.org> |
| 3049 | |
| 3050 | Reviewed by Lars. |
| 3051 | |
| 3052 | 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. |
| 3053 | |
| 3054 | * WebKit.pri: |
| 3055 | |
zecke | 5604daf | 2007-07-23 18:16:02 +0000 | [diff] [blame] | 3056 | 2007-07-22 Holger Hans Peter Freyther <zecke@selfish.org> |
| 3057 | |
| 3058 | Reviewed by Adam. |
| 3059 | |
| 3060 | Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be |
| 3061 | build against it. |
| 3062 | |
| 3063 | * WebKit.pri: |
| 3064 | |
hausmann | 8fb4512 | 2007-07-18 15:16:23 +0000 | [diff] [blame] | 3065 | 2007-07-18 Simon Hausmann <hausmann@kde.org> |
| 3066 | |
| 3067 | Reviewed by Zack. |
| 3068 | |
| 3069 | Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build. |
| 3070 | |
| 3071 | * WebKit.pro: |
| 3072 | |
thatcher | b0cc075 | 2007-07-18 13:55:11 +0000 | [diff] [blame] | 3073 | 2007-07-18 Timothy Hatcher <timothy@apple.com> |
| 3074 | |
| 3075 | Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can |
| 3076 | still use this one Makefile.shared as an include. |
| 3077 | |
| 3078 | * Makefile.shared: |
| 3079 | |
staikos | ba198e1 | 2007-07-12 03:04:45 +0000 | [diff] [blame] | 3080 | 2007-07-12 George Staikos <staikos@kde.org> |
| 3081 | |
| 3082 | Fix build in debug mode. |
| 3083 | |
| 3084 | * WebKit.pri: |
| 3085 | |
darin | 0284caf | 2007-07-11 19:24:17 +0000 | [diff] [blame] | 3086 | 2007-07-11 Holger Hans Peter Freyther <zecke@selfish.org> |
| 3087 | |
darin@apple.com | 07c80c6 | 2008-09-05 18:15:43 +0000 | [diff] [blame] | 3088 | Reviewed by Darin Adler. |
darin | 0284caf | 2007-07-11 19:24:17 +0000 | [diff] [blame] | 3089 | |
| 3090 | As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the |
| 3091 | WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore |
| 3092 | |
| 3093 | * WebKit.pri: Adjust INCLUDEPATH |
| 3094 | |
aroben | 1baf09c | 2007-06-26 05:00:17 +0000 | [diff] [blame] | 3095 | 2007-06-25 Adam Roben <aroben@apple.com> |
| 3096 | |
aroben | 9849739 | 2007-06-26 05:12:03 +0000 | [diff] [blame] | 3097 | Really remove LayoutTestResults. |
| 3098 | |
| 3099 | * LayoutTestResults: Removed. |
| 3100 | |
| 3101 | 2007-06-25 Adam Roben <aroben@apple.com> |
| 3102 | |
aroben | 1baf09c | 2007-06-26 05:00:17 +0000 | [diff] [blame] | 3103 | Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt |
| 3104 | http://bugs.webkit.org/show_bug.cgi?id=14405 |
| 3105 | |
| 3106 | Reviewed by Anders. |
| 3107 | |
| 3108 | * LayoutTestResults: Removed. |
| 3109 | |
bdash | 3390c10 | 2007-06-25 12:57:31 +0000 | [diff] [blame] | 3110 | 2007-06-25 Alp Toker <alp.toker@collabora.co.uk> |
| 3111 | |
| 3112 | Reviewed by Mark. |
| 3113 | |
| 3114 | http://bugs.webkit.org/show_bug.cgi?id=13975 |
| 3115 | Use system-provided libjpeg and libpng |
| 3116 | |
| 3117 | * WebKit.pri: Link against external libjpeg and libpng. |
| 3118 | |
aroben | 71fb663 | 2007-06-21 07:00:09 +0000 | [diff] [blame] | 3119 | 2007-06-20 Adam Roben <aroben@apple.com> |
| 3120 | |
| 3121 | Reviewed by Simon Hausmann. |
| 3122 | |
| 3123 | More Gdk build fixing. |
| 3124 | |
| 3125 | * WebKit.pro: |
| 3126 | |
staikos | a933d56 | 2007-06-21 05:01:53 +0000 | [diff] [blame] | 3127 | 2007-06-15 Adam Treat <adam@staikos.net> |
| 3128 | |
| 3129 | Reviewed by George Staikos. |
| 3130 | |
| 3131 | Add ICO support to the Qt build. |
| 3132 | |
| 3133 | * WebKit.pro: |
| 3134 | |
staikos | c62cabb | 2007-06-14 02:24:08 +0000 | [diff] [blame] | 3135 | 2007-06-13 George Staikos <staikos@kde.org> |
| 3136 | |
| 3137 | Reviewed by Lars. |
| 3138 | |
| 3139 | Compile without self-linking. |
| 3140 | |
| 3141 | * WebKit.pri: |
| 3142 | |
hausmann | c14b006 | 2007-06-13 15:01:28 +0000 | [diff] [blame] | 3143 | 2007-06-13 Simon Hausmann <hausmann@kde.org> |
| 3144 | |
| 3145 | Reviewed by Lars. |
| 3146 | |
| 3147 | * WebKit.pri: WebKitQt is now called QtWebKit. |
| 3148 | |
weinig | 5846e7d | 2007-05-31 23:50:37 +0000 | [diff] [blame] | 3149 | 2007-05-31 Alp Toker <alp.toker@collabora.co.uk> |
| 3150 | |
| 3151 | Reviewed by Eric Seidel. |
| 3152 | |
| 3153 | http://bugs.webkit.org/show_bug.cgi?id=13941 |
| 3154 | Rename WebCore/platform/network/gdk to WebCore/platform/network/curl |
| 3155 | |
| 3156 | * WebKit.pri: |
| 3157 | |
bdash | 98f449d | 2007-05-18 08:29:58 +0000 | [diff] [blame] | 3158 | 2007-05-18 Holger Hans Peter Freyther <zecke@selfish.org> |
| 3159 | |
| 3160 | Reviewed by Mark Rowe. |
| 3161 | |
| 3162 | * WebKit.pro: Build testkjs for Gdk and Qt |
| 3163 | |
bdash | c9175eab | 2007-05-11 09:01:46 +0000 | [diff] [blame] | 3164 | 2007-05-11 Holger Freyther <freyther@kde.org> |
| 3165 | |
| 3166 | Reviewed by Mark Rowe. |
| 3167 | |
| 3168 | Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher, |
| 3169 | and add ICU configuration to QMAKE_CXXFLAGS. |
| 3170 | |
| 3171 | * WebKit.pri: |
| 3172 | |
bdash | 9589739 | 2007-05-07 02:36:38 +0000 | [diff] [blame] | 3173 | 2007-05-06 Erik Bunce <kde@bunce.us> |
| 3174 | |
| 3175 | Reviewed by Mark Rowe. |
| 3176 | |
| 3177 | * WebKit.pri: |
| 3178 | Removed unnecessary dependency on MacPorts (/opt/local) |
| 3179 | |
hausmann | d5df26f | 2007-05-03 22:04:27 +0000 | [diff] [blame] | 3180 | 2007-05-03 Holger Freyther <freyther@kde.org> |
| 3181 | |
| 3182 | Reviewed by Zack, landed by Simon. |
| 3183 | This is bugzilla bug 13499. |
| 3184 | |
| 3185 | * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk |
| 3186 | port |
| 3187 | * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk |
| 3188 | port |
| 3189 | |
bdash | fc4e8c2 | 2007-04-27 07:37:26 +0000 | [diff] [blame] | 3190 | 2007-04-27 Holger Freyther <freyther@kde.org> |
| 3191 | |
| 3192 | Reviewed by Maciej. |
| 3193 | |
| 3194 | Remove unmaintained CMake build system. |
| 3195 | |
| 3196 | * CMakeLists.txt: Removed. |
| 3197 | |
hausmann | 703e9d3 | 2007-01-30 10:20:20 +0000 | [diff] [blame] | 3198 | 2007-01-30 Simon Hausmann <hausmann@kde.org> |
| 3199 | |
| 3200 | Reviewed by Zack. |
| 3201 | |
| 3202 | * WebKit.pri: libJavaScriptCore is gone with the Qt build |
| 3203 | * WebKit.pro: |
| 3204 | |
staikos | bf87694 | 2007-01-26 22:19:16 +0000 | [diff] [blame] | 3205 | 2007-01-26 George Staikos <staikos@kde.org> |
| 3206 | |
| 3207 | Remove headers - not needed now. |
| 3208 | |
| 3209 | * WebKit.pri: |
| 3210 | |
staikos | 9fd5a74 | 2007-01-23 18:36:22 +0000 | [diff] [blame] | 3211 | 2007-01-23 George Staikos <staikos@kde.org> |
| 3212 | |
| 3213 | Put everything back since we can't build everything without it yet. |
| 3214 | |
| 3215 | * WebKit.pri: |
| 3216 | |
lars | 7cc6060 | 2007-01-16 15:03:44 +0000 | [diff] [blame] | 3217 | 2007-01-16 Lars Knoll <lars@trolltech.com> |
| 3218 | |
| 3219 | Reviewed by Zack |
| 3220 | |
| 3221 | Remove everything but the new public API from |
| 3222 | the include path. |
| 3223 | |
| 3224 | * WebKit.pri: |
| 3225 | |
staikos | 15d2d71 | 2007-01-11 07:12:00 +0000 | [diff] [blame] | 3226 | 2007-01-11 George Staikos <staikos@kde.org> |
| 3227 | |
| 3228 | Fix the Qt build |
| 3229 | |
| 3230 | * WebKit.pri: |
| 3231 | |
lars | 7f506a4 | 2007-01-03 12:04:40 +0000 | [diff] [blame] | 3232 | 2007-01-03 Lars Knoll <lars@trolltech.com> |
| 3233 | |
| 3234 | Fix the Qt build |
| 3235 | |
| 3236 | * WebKit.pri: |
| 3237 | |
hausmann | 0f6f302 | 2006-12-17 10:50:27 +0000 | [diff] [blame] | 3238 | 2006-12-17 Simon Hausmann <hausmann@kde.org> |
| 3239 | |
| 3240 | Reviewed by Rob Buis. |
| 3241 | |
| 3242 | * WebKit.pro: Build testkjs. |
| 3243 | |
thatcher | a3c1ab1 | 2006-12-14 19:30:36 +0000 | [diff] [blame] | 3244 | 2006-12-14 Timothy Hatcher <timothy@apple.com> |
| 3245 | |
| 3246 | Reviewed by Brady. |
| 3247 | |
| 3248 | * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status |
| 3249 | |
mjs | 7984269 | 2006-12-13 23:22:44 +0000 | [diff] [blame] | 3250 | 2006-12-13 Maciej Stachowiak <mjs@apple.com> |
| 3251 | |
| 3252 | Reviewed by Brady and Anders. |
| 3253 | |
| 3254 | * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds. |
| 3255 | |
zack | e22ef4d | 2006-12-10 20:05:01 +0000 | [diff] [blame] | 3256 | 2006-12-10 Zack Rusin <zack@kde.org> |
| 3257 | |
| 3258 | Client classes have been moved to WebKitQt/WebCoreSupport so |
| 3259 | adjusting the pri file. |
| 3260 | |
| 3261 | * WebKit.pri: |
| 3262 | |
staikos | e9e22a5 | 2006-12-10 19:14:11 +0000 | [diff] [blame] | 3263 | 2006-12-10 George Staikos <staikos@kde.org> |
| 3264 | |
| 3265 | Reviewed by Zack. |
| 3266 | |
| 3267 | Add WebKitBuild/Release back to the output dir for external build cases. |
| 3268 | |
| 3269 | * WebKit.pri: |
| 3270 | |
zack | 76eb5c1 | 2006-12-10 09:21:56 +0000 | [diff] [blame] | 3271 | 2006-12-10 Zack Rusin <zack@kde.org> |
| 3272 | |
| 3273 | Fix the link directory location. |
| 3274 | |
| 3275 | * WebKit.pri: |
| 3276 | |
zack | c905550 | 2006-12-10 06:36:32 +0000 | [diff] [blame] | 3277 | 2006-12-10 Lars Knoll <lars@trolltech.com> |
| 3278 | |
| 3279 | Reviewed by Zack |
| 3280 | |
| 3281 | Include DumpRenderTree in the Qt build |
| 3282 | |
| 3283 | * WebKit.pro: |
| 3284 | |
staikos | 75bf7ef | 2006-12-10 05:54:55 +0000 | [diff] [blame] | 3285 | 2006-12-09 George Staikos <staikos@kde.org> |
| 3286 | |
| 3287 | Reviewed by Zack. |
| 3288 | |
| 3289 | Correct the path to the libraries for QMake. |
| 3290 | |
| 3291 | * WebKit.pri: |
| 3292 | |
zack | 0321d23 | 2006-12-10 00:58:36 +0000 | [diff] [blame] | 3293 | 2006-12-09 Lars Knoll <lars@trolltech.com> |
| 3294 | |
| 3295 | Reviewed by Zack |
| 3296 | |
| 3297 | Make it possible to build WebKit with qmake. |
| 3298 | |
| 3299 | * WebKit.pri: Added. |
| 3300 | * WebKit.pro: Added. |
| 3301 | |
staikos | b68ccda | 2006-11-19 18:39:14 +0000 | [diff] [blame] | 3302 | 2006-11-19 Simon Hausmann <hausmann@kde.org> |
| 3303 | |
| 3304 | Reviewed by Zack. |
| 3305 | |
| 3306 | http://bugs.webkit.org/show_bug.cgi?id=11649 |
| 3307 | |
| 3308 | * CMakeLists.txt: Fix Qt-only build without KDE cmake files |
| 3309 | |
thatcher | 9438958 | 2006-10-31 01:35:47 +0000 | [diff] [blame] | 3310 | 2006-10-30 Timothy Hatcher <timothy@apple.com> |
| 3311 | |
| 3312 | Reviewed by Brady. |
| 3313 | |
| 3314 | Make the universal build return non-zero when module make fails. |
| 3315 | |
| 3316 | * Makefile: |
| 3317 | |
slewis | 243d4c1 | 2006-10-30 22:35:43 +0000 | [diff] [blame] | 3318 | 2006-10-30 Stephanie Lewis <slewis@apple.com> |
| 3319 | |
darin@apple.com | 07c80c6 | 2008-09-05 18:15:43 +0000 | [diff] [blame] | 3320 | Reviewed by Darin Adler. |
slewis | 243d4c1 | 2006-10-30 22:35:43 +0000 | [diff] [blame] | 3321 | |
| 3322 | Change Makefiles to return non-zero when module make fails. |
| 3323 | |
| 3324 | * Makefile: |
| 3325 | |
beidson | e15fbdd | 2006-10-28 02:08:38 +0000 | [diff] [blame] | 3326 | 2006-10-27 Brady Eidson <beidson@apple.com> |
| 3327 | |
| 3328 | Rubber stamped by Tim Hatcher |
| 3329 | |
| 3330 | Added "make universal" to build universal binaries |
| 3331 | |
| 3332 | * Makefile: |
| 3333 | * Makefile.shared: |
| 3334 | |
eseidel | 52f3a0e | 2006-10-02 00:04:56 +0000 | [diff] [blame] | 3335 | 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org> |
| 3336 | |
| 3337 | Reviewed by eseidel. |
| 3338 | |
| 3339 | * CMakeLists.txt: add option to disable colored output when building on the buildbot |
| 3340 | |