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