Unreviewed build correction after http://trac.webkit.org/changeset/46978
[webbrowser.git] / ChangeLog
blob5ebd5eea785381024ee654a50190d37eacd28a41
1 2009-08-05  Jan Michael Alonzo  <jmalonzo@webkit.org>
3         Reviewed by Xan Lopez.
5         [Gtk] macros in webkit.m4 should be defined once only
6         https://bugs.webkit.org/show_bug.cgi?id=27929
8         The macros in webkit.m4 are not meant to be called multiple times
9         so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
10         AC_REQUIRE to remove the automake warnings when doing autogen.sh.
12         Lastly, make sure CXXFLAGS and CFLAGS are defined before
13         AC_PROG_CXX gets expanded so it doesn't add "-g -O2" on Release builds.
15         * autotools/webkit.m4:
17 2009-08-05  Xan Lopez  <xlopez@igalia.com>
19         Revert r46714, it was making us build debug images by default.
21         * autotools/webkit.m4:
23 2009-08-03  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
25         Reviewed by Eric Seidel.
27         [Qt] Consolidate common gcc flags to WebKit.pri
28         https://bugs.webkit.org/show_bug.cgi?id=27934
30         * WebKit.pri:
32 2009-08-03  Jan Michael Alonzo  <jmalonzo@webkit.org>
34         Rubber-stamped by Eric Seidel.
36         [Gtk] macros in webkit.m4 should be defined once only
37         https://bugs.webkit.org/show_bug.cgi?id=27929
39         The macros in webkit.m4 are not meant to be called multiple times
40         so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
41         AC_REQUIRE to remove the automake warnings when doing autogen.sh.
43         * autotools/webkit.m4:
45 2009-07-29  Ariya Hidayat  <ariya.hidayat@nokia.com>
47         Reviewed by Simon Hausmann.
49         Adding ImageDiff project file.
51         https://bugs.webkit.org/show_bug.cgi?id=27813
53         * WebKit.pro: Added ImageDiff.pro.
55 2009-07-29  Jan Michael Alonzo  <jmalonzo@webkit.org>
57         Reviewed by Eric Seidel and Xan Lopez.
59         [Gtk] Enable http/tests/appcache tests
60         https://bugs.webkit.org/show_bug.cgi?id=27674
62         * GNUmakefile.am: Add webkit/webkitapplicationcache.cpp
64 2009-07-28  Xan Lopez  <xlopez@igalia.com>
66         Reviewed by Gustavo Noronha.
68         Use automake 1.11 SILENT_RULES when present, for cleaner build
69         output. You can disable it by passing --disable-silent-rules to
70         configure or V=1 to make.
72         * autotools/dolt.m4:
73         * configure.ac:
75 2009-07-28  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
77         Reviewed by Simon Hausmann.
79         [Qt] Disable some compiler warnings for the win build
80         https://bugs.webkit.org/show_bug.cgi?id=27709
82         * WebKit.pri:
84 2009-07-28  Xan Lopez  <xlopez@igalia.com>
86         Reviewed by Gustavo Noronha.
88         * configure.ac: bump version for 1.1.12 release.
90 2009-07-24  Xan Lopez  <xlopez@igalia.com>
92         Reviewed by Gustavo Noronha.
94         Remove unneeded commas from PKG_CHECK_MODULES.
96         * configure.ac:
98 2009-07-24  Jan Michael Alonzo  <jmalonzo@webkit.org>
100         Reviewed by Xan Lopez.
102         Bump pango version requirement to 1.12 which is the version that
103         came with Gtk 2.10.
105         * configure.ac:
107 2009-07-21  Roland Steiner  <rolandsteiner@google.com>
109         Reviewed by David Levin.
111         Add ENABLE_RUBY to list of build options
112         https://bugs.webkit.org/show_bug.cgi?id=27324
114         * configure.ac: Added flag ENABLE_RUBY.
116 2009-07-20  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
118         Reviewed by Holger Freyther.
120         [Qt] Add an option for QtLauncher to build without QtUiTools dependency
121         https://bugs.webkit.org/show_bug.cgi?id=27438
123         Based on Norbert Leser's work.
125         * WebKit.pri: Symbian does not have UiTools
127 2009-07-16  Fumitoshi Ukai  <ukai@chromium.org>
129         Reviewed by David Levin.
131         Add --web-sockets flag and ENABLE_WEB_SOCKETS define.
132         https://bugs.webkit.org/show_bug.cgi?id=27206
134         Add --enable-web-sockets in configure.ac
136         * configure.ac:
138 2009-07-16  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
140         Reviewed by Simon Hausmann.
142         [Qt] Enable GNU compiler extensions to the ARM compiler 
143         for all Qt ports using RVCT
144         https://bugs.webkit.org/show_bug.cgi?id=27348
146         * WebKit.pri:
148 2009-07-15  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
150         Rubber-stamped by Simon Hausmann.
152         Fix the Qt/Mac build by disabling TestNetscapePlugin
154         We should fix and enable this once we run DRT for Qt/Mac
156         * WebKit.pro:
158 2009-07-13  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
160         Unreviewed build fix. Require the correct libsoup version now that
161         it's released.
163         * configure.ac:
165 2009-07-13  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
167         Reviewed by Tor Arne Vestbø.
169         [Qt] Build fix for QtWebKit on Win
170         https://bugs.webkit.org/show_bug.cgi?id=27205
172         * WebKit.pri: Include the major version number in the QtWebKit
173         library file for Win.
175 2009-07-13  Simon Hausmann  <simon.hausmann@nokia.com>
177         Reviewed by Ariya Hidayat.
179         Add the test netscape plugin for the Qt DRT to the build.
181         * WebKit.pro:
183 2009-07-13  Drew Wilson  <atwilson@google.com>
185         Reviewed by David Levin.
187         Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs
188         https://bugs.webkit.org/show_bug.cgi?id=26932
190         Added ENABLE(SHARED_WORKERS) flag.
192        * configure.ac:
194 2009-07-12  Xan Lopez  <xlopez@igalia.com>
196         Reviewed by Gustavo Noronha.
198         Bump version in preparation for 1.1.11 release.
200         * configure.ac:
202 2009-07-07  Norbert Leser  <norbert.leser@nokia.com>
204         Reviewed by Simon Hausmann.
206         Exclude DumpRenderTree.pro from symbian build
208         * WebKit.pro:
210 2009-07-09  Drew Wilson  <atwilson@google.com>
212         Reviewed by Alexey Proskuryakov.
214         https://bugs.webkit.org/show_bug.cgi?id=26903
216         Turned on CHANNEL_MESSAGING by default because the MessageChannel API
217         can now be implemented for Web Workers and is reasonably stable.
219         * configure.ac: enable CHANNEL_MESSAGING.
221 2009-07-03  Jan Michael Alonzo  <jmalonzo@webkit.org>
223         Reviewed by Xan Lopez and Gustavo Noronha.
225         Set user-agent from application
226         https://bugs.webkit.org/show_bug.cgi?id=17375
228         Define UA version macros to be used by the UA string.
229         Add new WebSettings unit test for the User-Agent string API.
231         * GNUmakefile.am:
232         * configure.ac:
234 2009-06-20  Gustavo Noronha Silva  <gns@gnome.org>
236         Reviewed by Jan Alonzo.
238         Adding files for the new test case for loading statuses.
240         * GNUmakefile.am:
242 2009-06-15  Xan Lopez  <xlopez@igalia.com>
244         Reviewed by Gustavo Noronha.
246         Version bump in preparation for 1.1.10 release.
248         * configure.ac:
250 2009-06-12  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
252         Reviewed by Xan Lopez.
254         Refactor handling of options in the build-webkit script
255         
256         Options are now defined in one place, and then reused when creating
257         the usage help text, the arguments to GetOptions(), and when passing
258         the options on to the underlying port-dependent build systems.
259         
260         This allows the Qt port to read the defaults for the options from the
261         pro file (dynamically), and to pass the options on to qmake at build.
263         * configure.ac:
265 2009-06-11  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
267         Reviewed by Holger Freyther.
269         [Qt] Fix release build detection
270         https://bugs.webkit.org/show_bug.cgi?id=26267
272         * WebKit.pri:
274 2009-06-10  Gustavo Noronha Silva  <gns@gnome.org>
276         Reviewed by Xan Lopez.
278         Add unit tests for our WebKitNetworkRequest object.
280         * GNUmakefile.am:
282 2009-06-10  Xan Lopez  <xlopez@igalia.com>
284         Reviewed by Gustavo Noronha.
286         Version bump in preparation for 1.1.9 release.
288         * configure.ac:
290 2009-06-10  Xan Lopez  <xlopez@igalia.com>
292         Reviewed by Jan Alonzo.
294         https://bugs.webkit.org/show_bug.cgi?id=25415
295         [GTK][ATK] Please implement support for get_text_at_offset
297         Add new dependency on the Gail utils library, needed for our a11y
298         implementation.
300         * GNUmakefile.am:
301         * configure.ac:
303 2009-05-29  Gustavo Noronha Silva  <gns@gnome.org>
305         Reviewed by Jan Alonzo.
307         Add a test-case for our HTTP backend, currently checking the
308         ref-counting of the SoupMessage.
310         * GNUmakefile.am:
312 2009-05-28  Dirk Schulze  <krit@webkit.org>
314         Reviewed by Nikolas Zimmermann.
316         Enable the new build flag --filters for Gtk. More details in WebCore/ChangeLog.
318         * configure.ac:
320 2009-05-19  Xan Lopez  <xlopez@igalia.com>
322         Reviewed by Jan Alonzo and Gustavo Noronha.
324         https://bugs.webkit.org/show_bug.cgi?id=25415
325         [GTK][ATK] Please implement support for get_text_at_offset
327         Add new test file for ATK.
329         * GNUmakefile.am:
331 2009-05-28  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
333         Rubber-stamped by Xan Lopez.
335         Fix webkitgtk_cleanfiles to clean gtk-doc-related files in the
336         correct directory, so that we pass make distcheck.
338         * GNUmakefile.am:
340 2009-05-28  Xan Lopez  <xlopez@igalia.com>
342         Bump version numbers in preparation for 1.1.8 release.
344         * configure.ac:
346 2009-05-23  Jan Michael Alonzo  <jmalonzo@webkit.org>
348         Unreviewed build fix. Add gstreamer-video-0.10 libs to
349         GSTREAMER_LIBS to resolve an undefined reference to gst_video_get_size
350         - symbol used in MediaPlayerPrivateGstreamer.
352         * configure.ac:
354 2009-05-23  Jan Michael Alonzo  <jmalonzo@webkit.org>
356         Reviewed by Xan Lopez.
358         [Gtk] Various autotools build refactoring and fixes
359         https://bugs.webkit.org/show_bug.cgi?id=25286
361         Refactor library LIBS. Move third-party libs in libwebkit instead
362         of libWebCore.
364         * GNUmakefile.am:
366 2009-05-22  Antonio Gomes  <antonio.gomes@openbossa.org>
368         Reviewed by Gustavo Noronha.
370         Make Gtk build not bail out if gtk-doc-tools is not installed.
372         Warning message shown instead.
374         * autogen.sh:
376 2009-05-22  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
378         Reviewed by Xan Lopez.
380         Add big warnings about the glib unicode backend being slow and
381         incomplete, since it is a work in progress.
383         * autotools/webkit.m4:
384         * configure.ac:
386 2009-05-22  Dominik Röttsches  <dominik.roettsches@access-company.com>
388         Reviewed by Gustavo Noronha.
390         https://bugs.webkit.org/show_bug.cgi?id=15914
391         [GTK] Implement Unicode functionality using GLib
393         Initial version of this patch by Jürg Billeter.
395         Adding options for --with-unicode-backend=icu|glib
396         and checking for pango version >= 1.21.0 if GLib backend
397         is selected. Temporarily, until remaining parts of
398         this patch are committed, introduce WTF_USE_GLIB_ICU_UNICODE_HYBRID
399         macro to allow for a mixed compilation with WTF Unicode
400         backend based on GLib while text codecs and TextBreakIterator
401         remain ICU dependent.
403         * GNUmakefile.am:
404         * configure.ac:
406 2009-05-18  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
408         Reviewed by Gavin Barraclough.
410         Enable YARR, and disable WREC for GTK+.
412         * configure.ac:
414 2009-05-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
416          Reviewed by Xan Lopez.
418          [Gtk] Various autotools build refactoring and fixes
419          https://bugs.webkit.org/show_bug.cgi?id=25286
421          Add support for running unit tests. Also run the tests whenever
422          the 'check' target runs.
424          * GNUmakefile.am:
426 2009-05-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
428          Reviewed by Xan Lopez.
430          [Gtk] Various autotools build refactoring and fixes
431          https://bugs.webkit.org/show_bug.cgi?id=25286
433          Style fixes
435          * GNUmakefile.am:
437 2009-05-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
439          Reviewed by Xan Lopez.
441          [Gtk] Various autotools build refactoring and fixes
442          https://bugs.webkit.org/show_bug.cgi?id=25286
444          Add -no-install and -no-fast-install to programs and tests that we
445          don't install. Also remove -O2 since this is already handled at
446          configure time.
448          * GNUmakefile.am:
450 2009-05-17  Jan Michael Alonzo  <jmalonzo@webkit.org>
452         Reviewed by Xan Lopez.
454         [Gtk] Various autotools build refactoring and fixes
455         https://bugs.webkit.org/show_bug.cgi?id=25286
457         Refactor library cflags
459         * GNUmakefile.am:
461 2009-05-15  Fridrich Strba  <fridrich.strba@bluewin.ch>
463         Reviewed by Jan Alonzo.
465         Use AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM, since
466         the JIT compiler is not a cross-compiler
468         * configure.ac:
470 2009-05-13  Xan Lopez  <xlopez@igalia.com>
472         Unreviewed: bump versions in preparation for 1.1.7 release.
474         * configure.ac:
476 2009-05-13  Xan Lopez  <xlopez@igalia.com>
478         Rubber-stamped by Gustavo Noronha.
480         Revert commit r43563, since it breaks WebKitGTK+ when compiled
481         with gcc 4.4.
483         * GNUmakefile.am:
485 2009-05-12  Jan Michael Alonzo  <jmalonzo@webkit.org>
487         Reviewed by Holger Freyther.
489         [Gtk] Various autotools build refactoring and fixes
490         https://bugs.webkit.org/show_bug.cgi?id=25286
492         Refactor use of CFLAGS, CXXFLAGS, LIBADD and LDFLAGS.
494         * GNUmakefile.am:
496 2009-05-09  Jan Michael Alonzo  <jmalonzo@webkit.org>
498         Reviewed by Gustavo Noronha.
500         WebKit-r43163 won't build for gtk-directfb
501         https://bugs.webkit.org/show_bug.cgi?id=25538
503         Move the ENCHANT check out of the with_target conditional since it
504         applies to all targets
506         * configure.ac:
508 2009-05-09  Mike Hommey  <glandium@debian.org>
510         Reviewed by Geoffrey Garen. Landed by Jan Alonzo.
512         Enable JIT on x86-64 gtk+
513         https://bugs.webkit.org/show_bug.cgi?id=24724
515         * configure.ac:
517 2009-05-08  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
519         Reviewed by Xan Lopez.
521         Ship the gtk-doc.make file, so as to not depend on gtkdoc-tools.
523         * GNUmakefile.am:
524         * autogen.sh:
526 2009-05-06  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
528         Reviewed by Simon Hausmann.
530         Build QtWebKit as a framework on Mac
532         This implies both debug and release build by default, unless
533         one of the --debug or --release config options are passed to
534         the build-webkit script.
536         Frameworks can be disabled by passing CONFIG+=webkit_no_framework
537         to the build-webkit script.
539         To be able to build both debug and release targets in parallel
540         we have to use separate output directories for the generated
541         sources, which is not optimal, but required to avoid race conditions.
543         An optimization would be to only require this spit-up on Mac.
545         * WebKit.pri:
547 2009-04-30  Jan Michael Alonzo  <jmalonzo@webkit.org>
549         Unreviewed build GTK build fix
551         * configure.ac: typo fix - javascript_debugger should be enable_javascript_debugger
553 2009-04-30  Dimitri Glazkov  <dglazkov@chromium.org>
555         Unreviewed, build fix.
557         https://bugs.webkit.org/show_bug.cgi?id=25470
558         Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler.
560         * configure.ac: Add autoconfig options, missed in the first commit.
562 2009-04-28  Xan Lopez  <xlopez@igalia.com>
564         Unreviewed: bump versions in preparation for 1.1.6 release.
566         * configure.ac:
568 2009-04-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
570         Reviewed by Xan Lopez.
572         [GTK] Error reporting
573         https://bugs.webkit.org/show_bug.cgi?id=18344
575         Add webkiterror to the build.
577         * GNUmakefile.am:
579 2009-04-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
581          Reviewed by Xan Lopez.
583          [GTK] Error reporting
584          https://bugs.webkit.org/show_bug.cgi?id=18344
586          Add the default error page for installation.
588          * GNUmakefile.am:
590 2009-04-24  Diego Escalante Urrelo  <diegoe@gnome.org>
592         Reviewed by Gustavo Noronha.
594         https://bugs.webkit.org/show_bug.cgi?id=15616
595         [GTK] Add spell checking
597         Add enchant support for spell-checking-languages property to work
598         properly.
600         * GNUmakefile.am:
601         * configure.ac:
603 2009-04-24  Simon Hausmann  <simon.hausmann@nokia.com>
605         Reviewed by Ariya Hidayat.
607         Added support for generating API docs in the Qt build using "make docs"
609         * WebKit.pro: Include docs.pri for "make docs" target.
611 2009-04-14  Xan Lopez  <xlopez@igalia.com>
613         Unreviewed version bump in preparation for 1.1.5 release.
615         * configure.ac:
617 2009-04-06  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
619         Rubber-stamped by Sam Weinig.
621         Added rules to maintain the localization support. We cannot simply
622         use whatever gettextize gives us because our build system is
623         non-recursive.
625         * GNUmakefile.am:
626         * configure.ac:
628 2009-04-05  Mike Hommey  <glandium@debian.org>
630         Reviewed by Holger Freyther.
632         Filter out all C++ symbols
633         https://bugs.webkit.org/show_bug.cgi?id=24960
635         Considering the public API is all C, we can just filter out all
636         C++ mangled symbols, which will avoid exporting symbols in some
637         corner cases such as gcc bugs on specific architectures, etc.
639         * autotools/symbols.filter:
641 2009-04-03  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
643         Reviewed by Holger Freyther.
645         Require GTK+ >= 2.10; 2.8 is already very old, and some very
646         useful APIs are only available since 2.10.
648         * configure.ac:
650 2009-04-01  Christian Dywan  <christian@twotoasts.de>
652         Reviewed by Holger Freyther.
654         Unit test WebKitDownload
655         http://bugs.webkit.org/show_bug.cgi?id=24844
657         * GNUmakefile.am: Add a unit test for downloading.
659 2009-04-01  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
661         Unreviewed build fix. Fix make distcheck, after the gtk-doc
662         integration.
664         * GNUmakefile.am:
666 2009-03-30  Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
668         Reviewed by Holger Freyther.
670         Integrate gtk-doc into the Gtk+ buildsystem.
672         * autogen.sh:
673         * configure.ac:
675 2009-03-30  Xan Lopez  <xlopez@igalia.com>
677         Unreviewed: bump version to 1.1.4 for release.
679         * configure.ac:
681 2009-03-21  Xan Lopez  <xlopez@igalia.com>
683         Reviewed by Holger Freyther.
685         Require gnome-keyring 2.26.0, since we were depending on an
686         unreleased trunk revision between 2.25.91 and 2.26.0.
688         * configure.ac:
690 2009-03-20  Jan Michael Alonzo  <jmalonzo@gmail.com>
692         Reviewed by Holger Freyther.
694         [GTK] Misc patches for WebKitWebHistoryItem
695         https://bugs.webkit.org/show_bug.cgi?id=24493
697         Added build support for build the WebKitWebHistoryItem unit test.
699         * GNUmakefile.am:
701 2009-03-20  Jan Michael Alonzo  <jmalonzo@gmail.com>
703         Reviewed by Holger Freyther.
705         Separate gtk unit tests
706         https://bugs.webkit.org/show_bug.cgi?id=24039
708         Build the unit tests accordingly.
710         * GNUmakefile.am:
712 2009-03-17  Gustavo Noronha Silva  <gns@gnome.org>
714         Reviewed by Mark Rowe.
716         Enable HTML5 media elements support by default in the GTK+ port.
718         * configure.ac:
720 2009-03-17  Mike Hommey <glandium@debian.org>
722         Reviewed by Holger Freyther.
724         Do not export cti* symbols.
725         See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519924.
727         * autotools/symbols.filter:
729 2009-03-15  Xan Lopez  <xlopez@igalia.com>
731         Bump version to 1.1.3 for release and fix soversion
732         calculation (oops). Thanks to Frederik Himpe for pointing this
733         out.
735         * configure.ac:
737 2009-03-15  Xan Lopez  <xlopez@igalia.com>
739         Bump version and libtool version for release.
741         * configure.ac:
743 2009-03-14  Xan Lopez  <xlopez@igalia.com>
745         No review, build fix.
747         Split clean rules to make distcheck pass.
749         * GNUmakefile.am:
751 2009-03-13  Mark Rowe  <mrowe@apple.com>
753         Reviewed by Dan Bernstein.
755         Remove rarely used Makefile targets from the Makefile.
757         There are many situations in which the targets don't work as expected,
758         and their primary use is addressed by having the build system default
759         to building the appropriate architecture.
761         * Makefile.shared:
763 2009-03-11  Jan Michael Alonzo  <jmalonzo@webkit.org>
765         Reviewed by Holger Freyther.
767         [Gtk] Fix make clean targets
768         https://bugs.webkit.org/show_bug.cgi?id=24450
770         Fix 'make' clean targets. We shouldn't be removing DerivedSources
771         if it's only clean. Only remove it if it's distclean or
772         maintainer-clean. Also remove build-related auxillary files on
773         dist/maintainer clean.
775         * GNUmakefile.am:
777 2009-03-11  Jan Michael Alonzo  <jmalonzo@webkit.org>
779         Reviewed by Holger Freyther
781         [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore
782         https://bugs.webkit.org/show_bug.cgi?id=2260
784         pangoft2 is also used in directfb builds so use it for all targets
786         * configure.ac:
788 2009-03-02  Xan Lopez  <xan@gnome.org>
790         Reviewed by Mark Rowe.
792         https://bugs.webkit.org/show_bug.cgi?id=24287
793         [GTK] Move auth dialog feature to WebKit/
795         Add WebKitSoupAuthDialog files to build.
797         * GNUmakefile.am:
799 2009-03-03  Gustavo Noronha Silva  <gns@gnome.org>
801         Reviewed by Alexey Proskuryakov.
803         https://bugs.webkit.org/show_bug.cgi?id=16826
804         [Gtk] Implement WebKitDownload
806         Adding new files related to WebKitDownload to the GTK+ port.
808         * GNUmakefile.am:
810 2009-03-02  Gustavo Noronha Silva  <gns@gnome.org>
812         Unreviewed build fix; adding missing files to EXTRA_DIST, so that
813         they show up in the tarball.
815         * GNUmakefile.am:
817 2009-03-01  Christian Dywan  <christian@twotoasts.de>
819         * configure.ac: Bump GTK port version to 1.1.1.
821 2009-02-27  Gustavo Noronha Silva  <gns@gnome.org>
823         Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list
824         file to EXTRA_DIST to fix make dist.
826         * GNUmakefile.am:
828 2009-02-26  Xan Lopez  <xan@gnome.org>
830         Reviewed by Holger Freyther.
832         https://bugs.webkit.org/show_bug.cgi?id=16947
833         [GTK] Missing HTTP Auth challenge
835         Add HTTP authentication dialog with optional GNOME Keyring
836         storage.
838         * GNUmakefile.am:
839         * configure.ac:
841 2009-02-26  Xan Lopez  <xan@gnome.org>
843         Reviewed by Holger Freyther.
845         https://bugs.webkit.org/show_bug.cgi?id=16947
846         [GTK] Missing HTTP Auth challenge
848         Take marshallers to be built from a manually maintained list
849         instead of grepping the sources.
851         It's much faster, especially so now that we want to add
852         marshallers from WebCore too. A system to only take into account
853         the modified files when generating the marshallers from sources
854         could be hacked, but I think it's overkill considering how rarely
855         a new marshaller is added.
857         * GNUmakefile.am:
859 2009-02-24  Jan Michael Alonzo  <jmalonzo@webkit.org>
861         Reviewed by Alexey Proskuryakov.
863         [Gtk] add options for 3D transforms and HTML5 channel messaging to the build
864         https://bugs.webkit.org/show_bug.cgi?id=24072
866         Add options for toggling 3D transforms and HTML5 channel messaging
867         support on or off.
869         Also fix the web-workers option. It should be web-workers and not workers.
871         * configure.ac:
873 2009-02-23  Xan Lopez  <xan@gnome.org>
875         Reviewed by Alexey Proskuryakov.
877         https://bugs.webkit.org/show_bug.cgi?id=22624
878         [SOUP][GTK] Need API to get SoupSession from WebKit.
880         Remove CURL support, the only supported HTTP backend is SOUP now.
882         * GNUmakefile.am:
883         * configure.ac:
885 2009-02-19  Christian Dywan  <christian@twotoasts.de>
887         Rubber-stamped by Holger Freyther.
889         http://bugs.webkit.org/show_bug.cgi?id=22811
890         Underlinking in Programs_UnitTests (GTK+ build)
892         * GNUmakefile.am: Add GLIB_LIBS to unit test library flags.
894 2009-02-18  Gustavo Noronha Silva  <gns@gnome.org>
896         Reviewed by Holger Freyther.
898         Fix symbols.filter location, and add other missing files to the
899         autotools build, so that make dist works.
901         * GNUmakefile.am:
903 2009-02-17  Gustavo Noronha Silva  <gns@gnome.org>
905         Reviewed by Alexey Proskuryakov.
907         https://bugs.webkit.org/show_bug.cgi?id=23939
908         Release build being built with debugging symbols
910         * configure.ac: Revert change done in revision 40790, since we
911         already have a AC_PROG_CXX macro call as part of WEBKIT_INIT
913 2009-02-12  Gustavo Noronha Silva  <gns@gnome.org>
915         Reviewed by Eric Seidel.
917         * configure.ac: Make soup the default HTTP backend for the Gtk port.
919 2009-02-09  Calvin Walton  <calvin.walton@gmail.com>
921         Reviewed by Holger Freyther.
923         https://bugs.webkit.org/show_bug.cgi?id=23823
925         [Gtk] Fix build with recent autotools
927         Current versions of automake/libtool don't assume you want C++ enabled
928         by default any more, so explicitly check for a C++ compiler.
930         * configure.ac: Add AC_PROG_CXX macro
932 2009-02-02  Christian Dywan  <christian@twotoasts.de>
934         Rubber-stamped by Holger Freyther.
936         Don't require Geolocation by default.
938         * configure.ac:
940 2009-01-30  Jan Michael Alonzo  <jmalonzo@webkit.org>
942         Reviewed by Nikolas Zimmermann.
944         [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits
945         https://bugs.webkit.org/show_bug.cgi?id=22136
947         * GNUmakefile.am:
948         * acinclude.m4: Removed.
949         * autogen.sh:
950         * autotools/acinclude.m4: Added.
951         * autotools/dolt.m4: Added.
952         * autotools/symbols.filter: Renamed from symbols.filter.
953         * autotools/webkit.m4: Added.
954         * configure.ac:
956 2009-01-30  Holger Hans Peter Freyther  <zecke@selfish.org>
958         Reviewed by Nikolas Zimmermann.
960         [GTK] Implement GeolocationService using the Geoclue library
962         https://bugs.webkit.org/show_bug.cgi?id=22022
964         Untested implementation of the GeolocationService using the geoclue
965         library. Velocity handling is completely missing and the accuracy
966         handling might be wrong.
968         * GNUmakefile.am:
969         * configure.ac:
971 2009-01-11  Xan Lopez  <xan@gnome.org>
973         Reviewed by Holger Freyther.
975         Bump version to 1.1.0 since we are breaking ABI and adding new
976         major features.
978         * configure.ac:
980 2008-12-19  Marco Barisione  <marco.barisione@collabora.co.uk>
982         Reviewed by Holger Freyther.
984         http://bugs.webkit.org/show_bug.cgi?id=16562
985         [gtk] Implement WebPolicyDelegate methods
987         Original work by Pierre-Luc Beaudoin. Final touches by Gustavo
988         Noronha.
990         This implements the delegates methods of WebPolicyDelegate.
991         Since Gtk+/C doesn't have delegate methods, they are replaced with
992         signals.
994         A new object WebKitWebPolicyDecision allows the browser to delay its
995         response in certain cases. WebKitWebNavigationAction contains the
996         information about what caused a navigation request.
998         * GNUmakefile.am: Add new files
1000 2008-12-19  Gustavo Noronha Silva  <gns@gnome.org>
1002         Reviewed by Holger Freyther.
1004         Use ustar tar format for WebKit/GTK+'s make dist target, so that
1005         storing files whose filenames are > 99 is possible.
1007         * configure.ac:
1009 2008-12-19  Holger Hans Peter Freyther  <zecke@selfish.org>
1011         [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST
1013         Fix the jit compilation on i*686 on Linux by using the va_list
1014         to pass arguments to the CTI. This is done on the MAC as well
1015         and sunspider and javascriptcore seem to work with that.
1017         * configure.ac:
1019 2008-12-18  Pamela Greene  <pam@chromium.org>
1021         Submitted without review.
1022         Right, remove the whole misplaced directory, not just the tests.
1024         * fast: Removed.
1025         * fast/dom: Removed.
1027 2008-12-18  Pamela Greene  <pam@chromium.org>
1029         Submitted without review.
1030         Moving layout test into LayoutTests where it belongs.
1032         * fast/dom/setter-type-enforcement-expected.txt: Removed.
1033         * fast/dom/setter-type-enforcement.html: Removed.
1035 2008-12-15  Daniel Macks  <dmacks@netspace.org>
1037         Reviewed by Darin Adler.
1039         Default to use external libicu-config if avail on all platforms.
1040         https://bugs.webkit.org/show_bug.cgi?id=22713
1042         * configure.ac:
1044 2008-12-12  Holger Hans Peter Freyther  <zecke@selfish.org>
1046         Back out r39222 as this is breaking the build on Gentoo (aclocal-1.10)
1048         The m4 directory does not exist and we now have a compile issue on
1049         Gentoo systems.
1051         * GNUmakefile.am:
1052         * configure.ac:
1054 2008-12-11  Daniel Macks  <dmacks@netspace.org>
1056         Reviewed by Darin Adler.
1058         https://bugs.webkit.org/show_bug.cgi?id=22714
1060         Put libtool macro files in subdir that it wants.
1062         * GNUmakefile.am:
1063         * configure.ac:
1065 2008-12-07  Holger Hans Peter Freyther  <zecke@selfish.org>
1067         Reviewed by Eric Seidel.
1069         [Gtk+] Use glib's unit test facilities to test the WebKit/Gtk+ API
1071         https://bugs.webkit.org/show_bug.cgi?id=22491
1073         Add the skeleton to WebKit/gtk/tests and integrate that into the
1074         buildsystem. Testing support was added in glib 2.16. For versions
1075         using glib < 2.16 we compile an empty application.
1077         * GNUmakefile.am:
1079 2008-12-07  Holger Hans Peter Freyther  <zecke@selfish.org>
1081         Reviewed by Cameron Zwarich.
1083         [GTK] Define ENABLE_JIT_OPTIMIZE_CALL, ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS, ENABLE_JIT_OPTIMIZE_ARITHMETIC
1085         When building the jit on i*86 also enable the above optimizations.
1087         * configure.ac:
1089 2008-12-03  Simon Hausmann  <hausmann@webkit.org>
1091         Reviewed by Tor Arne Vestbø.
1093         Fix the build of WebKit inside Qt by making sure that qmake generators
1094         that do not produce generated sources (i.e. cpp files) are not
1095         included in SOURCES.
1097         * WebKit.pri:
1099 2008-12-02  Simon Hausmann  <hausmann@webkit.org>
1101         Reviewed by Tor Arne Vestbø.
1103         Removed JavaScriptCore from SUBDIRS as it's not built separately
1104         anymore.
1106         * WebKit.pro:
1108 2008-11-28  Gustavo Noronha Silva  <gns@gnome.org>
1110         Reviewed and slightly modified by Holger Freyther.
1112         https://bugs.webkit.org/show_bug.cgi?id=19130
1114         Added the new WebKitGtk files to be built:
1115         WebKit/gtk/webkit/webkitwebwindowfeatures.{cpp,h}
1117         * GNUmakefile.am:
1119 2008-11-26  Kalle Vahlman  <kalle.vahlman@movial.com>
1121         Reviewed by Darin Adler. Landed by Jan Alonzo.
1123         Bison versions under 2.2 produce crashing CSSGrammar code for ARM
1124         https://bugs.webkit.org/show_bug.cgi?id=22456
1126         Check for bison version 2.2 or greater on ARM. Earlier versions produce
1127         code that crashes on ARM devices.
1129         * configure.ac:
1131 2008-11-25  Holger Hans Peter Freyther  <zecke@selfish.org>
1133         Reviewed by David Kilzer.
1135         https://bugs.webkit.org/show_bug.cgi?id=22022
1137         Add Geolocation support to the configure.ac
1139         Add an option to build WebKit/Gtk+ with Geolocation. The
1140         implementation will be using Gypsy.
1142         * configure.ac:
1144 2008-11-24  Holger Hans Peter Freyther  <zecke@selfish.org>
1146         Reviewed by Mark Rowe.
1148         [Gtk+] Add configure option to enable Web Workers and enable it by default
1150         Add --enable-workers to the buildsystem (used by build-webkit) add
1151         the to be build files to the GNUmakefile.am and change build-webkit
1152         to enable Web Workers by default.
1154         * configure.ac:
1156 2008-09-09  Joerg Bornemann  <joerg.bornemann@trolltech.com>
1158         Reviewed by Simon Hausmann.
1160         Steps towards making the Qt port of WebKit compile on Windows CE
1162         https://bugs.webkit.org/show_bug.cgi?id=20746
1164         * WebKit.pro: don't build DumpRenderTree on all Win32 platforms
1166 2008-11-17  Nikolas Zimmermann  <nikolas.zimmermann@torchmobile.com>
1168         Reviewed by George Staikos.
1170         Add WML build support for Gtk as well.
1172         * configure.ac:
1174 2008-11-16  Geoffrey Garen  <ggaren@apple.com>
1176         Not reviewed.
1178         Try to fix gtk build.
1180         * configure.ac:
1182 2008-11-10  Tor Arne Vestbø  <tavestbo@trolltech.com>
1184         Rubber-stamped by Simon Hausmann.
1186         Distinguish between building from trunk and as part of Qt
1188         * WebKit.pri:
1190 2008-11-10  Morten Sørvig  <msorvig@trolltech.com>
1192         Reviewed by Simon Hausmann.
1194         Make tests/auto/qwebframe compile on Qt/Mac.
1196         * WebKit.pri: Fix linkage against QtWebKit when compiled as framework.
1198 2008-11-06  Cameron Zwarich  <zwarich@apple.com>
1200         Not reviewed.
1202         Speculatively fix the GTK build.
1204         * GNUmakefile.am:
1206 2008-11-06  Alp Toker  <alp@nuanti.com>
1208         GTK build fix for r38155. create_hash_table was moved out of kjs/
1210         * GNUmakefile.am:
1212 2008-11-06  Cameron Zwarich  <zwarich@apple.com>
1214         Rubber-stamped by Sam Weinig.
1216         Correct the reference to jsc.pro in WebKit.pro to match its new
1217         location in the root directory of JavaScriptCore.
1219         * WebKit.pro:
1221 2008-11-03  Alp Toker  <alp@nuanti.com>
1223         autotools distcleancheck fix. Add dolt-generated files and
1224         webkitenumtypes.h to the list of files that need to be cleaned.
1225         Unreviewed.
1227         * GNUmakefile.am:
1229 2008-11-03  Alp Toker  <alp@nuanti.com>
1231         Rubber-stamped by Holger Freyther.
1233         Do not enable RTTI or exceptions in debug builds, matching release
1234         builds. They don't help much with debugging and significantly slow
1235         down and increase the size of the debug build.
1237         * GNUmakefile.am:
1239 2008-11-03  Alp Toker  <alp@nuanti.com>
1241         Rubber-stamped by Holger Freyther.
1243         Add mingw32 case to dolt for faster GTK+ Windows builds.
1245         * acinclude.m4:
1247 2008-11-02  Xan Lopez  <xan@gnome.org>
1249         Reviewed by Holger Freyther
1251         https://bugs.webkit.org/show_bug.cgi?id=22009
1252         HTML5 Video with GStreamer pulls gnome-vfs without using it.
1254         * configure.ac:
1255         Remove gnome-vfs from configure.ac, it's unused.
1257 2008-10-30  Alp Toker  <alp@nuanti.com>
1259         https://bugs.webkit.org/show_bug.cgi?id=19395
1260         doltlibtool bug with bash 3.0
1262         autotools dolt build fix for bash version 3.0 and older. Remove
1263         concatenation syntax from doltlibtool to support the older versions
1264         which don't have '+='.
1266         * acinclude.m4:
1268 2008-10-30  Alp Toker  <alp@nuanti.com>
1270         Rubber-stamped by Oliver Hunt.
1272         autotools build system change to enable JIT features by default. Can
1273         be disabled with --disable-jit (and is disabled automatically on
1274         unsupported platforms).
1276         * configure.ac:
1278 2008-10-30  Alp Toker  <alp@nuanti.com>
1280         Bump WebKit GTK+ version to 1.0.3.
1282         * configure.ac:
1284 2008-10-29  Gustavo Noronha Silva  <gns@gnome.org>
1286         Reviewed by Holger Freyther.
1288         Added all the files that need to be installed for the Inspector to
1289         work.
1291 2008-10-29  Mike Hommey  <glandium@debian.org>
1293         Reviewed by Holger Freyther.
1295         https://bugs.webkit.org/show_bug.cgi?id=21884
1296         Test presence and link against libpng.
1298         * GNUmakefile.am:
1299         * configure.ac:
1301 2008-10-29  Jan Michael Alonzo  <jmalonzo@webkit.org>
1303         Reviewed by Holger Freyther.
1305         Add --enable-optimizations to enable optimized builds. The default
1306         is to enable it for release builds, and disabled for debug builds.
1307         This option will allow builders to have a debug as well as
1308         optimized builds.
1310         * GNUmakefile.am:
1311         * configure.ac:
1313 2008-10-28  Mike Hommey  <glandium@debian.org>
1315         Reviewed by Alp Toker.
1317         https://bugs.webkit.org/show_bug.cgi?id=21885
1318         [GTK] libwebkit doesn't link against libpangoft2
1320         Add pkg-config check for pangoft2 which provides
1321         pango_fc_font_description_from_pattern() used in the FreeType font
1322         backend.
1324         * configure.ac:
1326 2008-10-28  Alp Toker  <alp@nuanti.com>
1328         Include copyright license files in the autotools dist target.
1330         Change suggested by Mike Hommey.
1332         * GNUmakefile.am:
1334 2008-10-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
1336         Gtk build fix: add '-' to Wl which was missed in r36845
1338         * GNUmakefile.am:
1340 2008-10-22  Alp Toker  <alp@nuanti.com>
1342         Fix build for Cairo 1.2.
1344         * configure.ac:
1346 2008-10-20  Alp Toker  <alp@nuanti.com>
1348         Partial GTK+/Win32 build fix. Lowercase library name to enable linking
1349         when cross-compiling Windows binaries from Linux: -lWs2_32 -> -lws2_32
1351         * configure.ac:
1353 2008-10-13  Alp Toker  <alp@nuanti.com>
1355         GTK+ build fix: Ensure correct builds when debugging is
1356         enabled/disabled by defining NDEBUG in autotoolsconfig.h as needed.
1357         It's still passed as a compiler flag since some sources (DRT) don't
1358         use config.h yet.
1360         * configure.ac:
1362 2008-10-09  Alp Toker  <alp@nuanti.com>
1364         Reviewed by Mark Rowe.
1366         https://bugs.webkit.org/show_bug.cgi?id=20760
1367         Implement support for x86 Linux in CTI
1369         Prepare to enable CTI/WREC on supported architectures. Will be
1370         switched on when the crasher introduced in r37386 is resolved.
1372         * configure.ac:
1374 2008-10-07  Alp Toker  <alp@nuanti.com>
1376         GTK+ build fix for older automake versions (1.7). Discussed in bug
1377         #21392.
1379         * GNUmakefile.am:
1381 2008-10-07  Alp Toker  <alp@nuanti.com>
1383         Reviewed by Mark Rowe.
1385         https://bugs.webkit.org/show_bug.cgi?id=21392
1386         [GTK] Auto-generate JS DOM binding sources list
1388         Remove the huge lists of generated DOM binding sources and headers in
1389         the build system. These are difficult to maintain and can be derived
1390         automatically.
1392         The new strategy is to re-use the existing lists of IDL sources (which
1393         are needed for dist support anyway). This will also ease the addition
1394         of new language bindings.
1396         * GNUmakefile.am:
1398 2008-09-27  Jan Michael Alonzo  <jmalonzo@webkit.org>
1400         Reviewed by Holger Freyther.
1402         https://bugs.webkit.org/show_bug.cgi?id=20287
1403         [Gtk] disable plugins for gtk/directfb target
1405         Introduce WTF_PLATFORM_X11 for X11 builds.
1406         Also use target-specific packages when building the port
1408         * configure.ac: Do not check for cairo-ft for directfb builds.
1410 2008-09-27  Marco Barisione  <marco.barisione@collabora.co.uk>
1412         Reviewed by Holger Freyther.
1414         http://bugs.webkit.org/show_bug.cgi?id=21174
1415         [GTK][AUTOTOOLS] Enable large file support at configure time
1417         * configure.ac: Enable large file support with AC_SYS_LARGEFILE.
1419 2008-09-23  Richard Hult  <richard@imendio.com>
1421         Reviewed by Alp Toker. Landed by Jan Alonzo.
1423         http://bugs.webkit.org/show_bug.cgi?id=20582
1424         [Gtk] Link error on Mac OS X
1426         * GNUmakefile.am: Only use the -version-script flag for the gnu
1427         linker.
1428         * configure.ac: Check for GNU OSes.
1430 2008-09-19  Alp Toker  <alp@nuanti.com>
1432         Build fix for the 'gold' linker and recent binutils. New behaviour
1433         requires that we link to used libraries explicitly.
1435         * GNUmakefile.am:
1436         * configure.ac:
1438 2008-09-04  Marco Barisione  <marco.barisione@collabora.co.uk>
1440         Reviewed by Eric Seidel.
1442         http://bugs.webkit.org/show_bug.cgi?id=20380
1443         [GTK][AUTOTOOLS] Include autotoolsconfig.h from config.h
1445         * configure.ac: Rename the configuration header from aconfig.h to autotoolsconfig.h.
1447 2008-08-28  Alp Toker  <alp@nuanti.com>
1449         GTK+ dist/build fix. List newly added header files.
1451         * GNUmakefile.am:
1453 2008-08-27  Mike Hommey <glandium@debian.org>
1455         Reviewed by Holger.
1457         * GNUmakefile.am:
1458         * symbols.filter: Added.
1460 2008-08-10  Jan Michael Alonzo  <jmalonzo@webkit.org>
1462         Reviewed (and updated) by Alp Toker.
1464         https://bugs.webkit.org/show_bug.cgi?id=16620
1465         [GTK] Autotools make dist and make check support
1467         Get make dist working.
1469         Note that not all possible configurations have been tested yet.
1471         * GNUmakefile.am:
1473 2008-08-09  Marco Barisione  <marco.barisione@collabora.co.uk>
1475         Reviewed by Alp Toker.
1477         http://bugs.webkit.org/show_bug.cgi?id=19045
1478         [gtk] ./configure doesn't check for x toolkit availability
1480         Some old versions of Xt do not provide xt.pc, in this case use
1481         AC_CHECK_LIB to check if the library is installed and then fall back
1482         to using just -lXt.
1484         * configure.ac:
1486 2008-08-09  Alp Toker  <alp@nuanti.com>
1488         GTK+ build fixes.
1490         Back out r20338 libxslt check (conditional check already exists and
1491         this broke the build).
1493         Make the flex version check a warning rather than fatal to fix the
1494         build bot.
1496         * configure.ac:
1498 2008-08-08  Jan Michael Alonzo  <jmalonzo@webkit.org>
1500         Reviewed by Mark Rowe.
1502         http://bugs.webkit.org/show_bug.cgi?id=20338
1503         [Gtk] Autotools should check for libxslt
1505         Autotools check for libxslt
1507         * configure.ac:
1509 2008-08-07  Kalle Vahlman  <zuh@iki.fi>
1511         Reviewed by David Kilzer.
1513         Check for correct flex version to avoid faulty builds
1515         A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it
1516         https://bugs.webkit.org/show_bug.cgi?id=20253
1518         acinclude.m4: Import AX_COMPARE_VERSION macro
1519         configure.ac: Check for flex version
1521         * acinclude.m4:
1522         * configure.ac:
1524 2008-08-07  Simon Hausmann  <hausmann@webkit.org>
1526         Rubber-stamped by Lars.
1528         Added API tests for QWebPage/QWebFrame based on QTestLib.
1530         * WebKit.pro: Add WebKit/qt/tests to the build.
1532 2008-08-06  Marco Barisione  <marco.barisione@collabora.co.uk>
1534         Reviewed by Eric Seidel.
1536         http://bugs.webkit.org/show_bug.cgi?id=20276
1537         [GTK] Makefile rules for the enum GTypes files depend on Makefile
1538         instead of GNUmakefile
1540         The patch committed in revision 34649 added the code needed to
1541         generate GTypes for enums but the makefile rules for
1542         stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on
1543         Makefile (used by other ports) instead of GNUmakefile.
1545         * GNUmakefile.am: Depend on GNUmakefile instead of Makefile.
1547 2008-08-05  Marco Barisione  <marco.barisione@collabora.co.uk>
1549         Reviewed by Alp Toker.
1551         http://bugs.webkit.org/show_bug.cgi?id=19045
1552         [gtk] ./configure doesn't check for x toolkit availability
1554         Check for the .pc file for Xt instead of hard coding -lXt in the
1555         GNUmakefile.am.
1557         Thanks to Dominik Röttsches for the initial patch.
1559         * GNUmakefile.am:
1560         * configure.ac:
1562 2008-07-30  Marco Barisione  <marco.barisione@collabora.co.uk>
1564         Reviewed by Holger.
1566         http://bugs.webkit.org/show_bug.cgi?id=19742
1567         [GTK] Auto generate webkitmarshal.list
1569         Auto generate webkitmarshal.list from source files to reduce the
1570         number of conflicts when merging git branches or when applying
1571         patches.
1572         Also rename webkit-marshal.* to webkitmarshal.* for consistency.
1574         * GNUmakefile.am:
1576 2008-07-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
1578         Reviewed by Mark Rowe.
1580         Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee.
1582         [Gtk] Improve detection jpeglib
1583         https://bugs.webkit.org/show_bug.cgi?id=17865
1585         * GNUmakefile.am:
1586         * configure.ac:
1588 2008-07-25  Simon Hausmann  <hausmann@webkit.org>
1590         Discussed with and rubber-stamped by Lars.
1592         Fix the build system for the Qt port.
1594         Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the
1595         include search path. With a build process that combines JavaScriptCore and
1596         WebCore in one build process/Makefile the existance of
1597         JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts.
1599         This commit solves this by introducing a separate build of JavaScriptCore into
1600         a static library.
1602         As a result of the split-up a race-condition due to broken dependencies of
1603         regular source files to header files of generated sources showed up very
1604         frequently when doing parallel builds (which the buildbot does). This commit at
1605         the same time tries to address the dependency problem by making the
1606         addExtraCompiler() function also generate a pseudo extra compiler that
1607         represents the header file output, so that qmake is aware of the creation of
1608         the header file for dependency calculation.
1610         At the same time I removed a lot of cruft from the pro files to ease maintenance.
1612         * WebKit.pri:
1613         * WebKit.pro:
1615 2008-06-18  Marco Barisione  <marco.barisione@collabora.co.uk>
1617         Reviewed by Alp Toker.
1619         https://bugs.webkit.org/show_bug.cgi?id=19171
1620         [GTK] GTypes for enumerations
1622         Generate GTypes for public enumerations so they can be used as
1623         properties.
1625         * GNUmakefile.am: Generate webkit-enum-types.cpp and
1626         webkit-enum-types.h.
1628 2008-06-16  Simon Hausmann  <hausmann@webkit.org>
1630         Fix the Qt build. testkjs.pro is now called jsc.pro.
1632         * WebKit.pro:
1634 2008-06-15  Alp Toker  <alp@nuanti.com>
1636         Rubber-stamped by Maciej.
1638         Install 'jsc' application by default.
1640         * GNUmakefile.am:
1642 2008-06-08  Alp Toker  <alp@nuanti.com>
1644         autotools/GTK+ build system cleanup. Don't include WebKit API in the
1645         WebCore build as it's no longer needed since r34426.
1647         * GNUmakefile.am:
1649 2008-06-08  Alp Toker  <alp@nuanti.com>
1651         Rubber-stamped by Mark Rowe.
1653         Bring back -fstrict-aliasing for JavaScriptCore which was removed in
1654         r31821, since aliasing issues have now been fixed.
1656         Use -O3, not -O2 for the JavaScriptCore build.
1658         * GNUmakefile.am:
1659         * configure.ac:
1661 2008-06-05  Christian Dywan  <christian@twotoasts.de>
1663         Reviewed by Alp Toker.
1665         https://bugs.webkit.org/show_bug.cgi?id=14141
1666         Please add a version to the Gtk port
1668         * GNUmakefile.am:
1670 2008-06-02  Alp Toker  <alp@nuanti.com>
1672         GTK+/autotools Windows build system fixes.
1674         * GNUmakefile.am:
1675         * configure.ac:
1677 2008-06-02  Jan Michael Alonzo  <jmalonzo@webkit.org>
1679         Reviewed by Alp Toker.
1681         Build WebCore GTK+ sources as part of WebCore, not WebKit.
1682         Split common and GTK+-specific sources into separate file lists.
1684         * GNUmakefile.am:
1686 2008-06-01  Josh Triplett  <josh@freedesktop.org>
1688         Reviewed by Alp Toker.
1690         http://bugs.webkit.org/show_bug.cgi?id=16891
1691         [GTK] autotools build is slow
1693         Add dolt revision 5e9eef10 to the autotools build system. Speeds up
1694         the build, often by a factor of two or more on supported platforms,
1695         otherwise falls back to libtool.
1697         See http://dolt.freedesktop.org for details.
1699         * acinclude.m4: Added.
1700         * configure.ac:
1702 2008-05-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
1704         Reviewed by Alp Toker.
1706         http://bugs.webkit.org/show_bug.cgi?id=19142
1707         [Gtk] Remove build options --svg-experimental and --cross-document-messaging
1709         * configure.ac:
1711 2008-05-24  Alp Toker  <alp@nuanti.com>
1713         GTK+/Win32 build fixes. Link against Windows ICU without using
1714         icu-config since it's not available on that platform.
1716         Link against Ws2_32 when the curl http backend is chosen since we
1717         use select() directly.
1719         * configure.ac:
1721 2008-05-23  Alp Toker  <alp@nuanti.com>
1723         GTK+ fixes for building without database support.
1725         * configure.ac:
1727 2008-05-20  Jan Michael Alonzo  <jmalonzo@webkit.org>
1729         Reviewed by Alp Toker.
1731         Fix for previous autotools change.
1733         * configure.ac:
1735 2008-05-20  Jan Michael Alonzo  <jmalonzo@webkit.org>
1737         Reviewed by Alp.
1739         http://bugs.webkit.org/show_bug.cgi?id=18483
1740         [Gtk] Autotools should match build-webkit default flags
1742         * configure.ac:
1744 2008-05-19  Alp Toker  <alp@nuanti.com>
1746         GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when
1747         the Pango font backend is selected.
1749         * GNUmakefile.am:
1750         * configure.ac:
1752 2008-05-16  Julien Chaffraix  <jchaffraix@webkit.org>
1754         Reviewed by Eric.
1756         Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated
1758         * configure.ac: Add HTML_FLAGS and set it when video is enabled.
1760 2008-05-15  Ariya Hidayat  <ariya.hidayat@trolltech.com>
1762         Reviewed by Simon.
1764         Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files
1765         from gtk-port.
1767         * WebKit.pri:
1768         * WebKit.pro:
1770 2008-05-09  Anders Carlsson  <andersca@apple.com>
1772         Reviewed by Mark.
1774         Add x86_64 rule.
1776         * Makefile:
1778 2008-05-09  Simon Hausmann  <hausmann@webkit.org>
1780         Reviewed by Holger.
1782         Removed explicit linkage against libxml and libxslt on Qt/Mac builds.
1784         This dependency is completely unnecessary here and creates only problems by
1785         propagating through WebCore.pro over libQtWebKit.prl right now customer
1786         applications.
1789         * WebKit.pri:
1791 2008-05-02  Anders Carlsson  <andersca@apple.com>
1793         Reviewed by Mark.
1795         Add an "x86_64" make rule.
1797         * Makefile.shared:
1799 2008-05-02  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
1801         Reviewed by Eric.
1803         https://bugs.webkit.org/show_bug.cgi?id=18811
1804         Enable dashboard and offline web apps in autotools
1806         * configure.ac:
1808 2008-05-01  Marc Ordinas i Llopis  <marc.ordinasillopis@collabora.co.uk>
1810         Reviewed by Alp Toker.
1812         https://bugs.webkit.org/show_bug.cgi?id=14750
1813         Added support for NPAPI plugins on Gtk and Qt-x11 ports.
1815         * GNUmakefile.am: Added Xt library.
1817 2008-04-29  David Kilzer  <ddkilzer@apple.com>
1819         BUILD FIX for ENABLE(DASHBOARD_SUPPORT)
1821         * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT.
1823 2008-04-22  Alp Toker  <alp@nuanti.com>
1825         GTK+ debug build fix for changes in r32257.
1827         * GNUmakefile.am:
1829 2008-04-18  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
1831         Reviewed by Alp Toker.
1833         http://bugs.webkit.org/show_bug.cgi?id=16620
1834         [GTK] Autotools make dist and make check support
1836         Cleanups.
1838         * GNUmakefile.am:
1840 2008-04-11  Mark Rowe  <mrowe@apple.com>
1842         Rubber-stamped by Antti Koivisto.
1844         * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show.
1846 2008-04-17  Alp Toker  <alp@atoker.com>
1848         GTK+ build fix. Back out the libjpeg check part of r32008 from bug
1849         #17865 (reopened).
1851         * configure.ac:
1853 2008-04-17  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
1855         Reviewed by Alp Toker.
1857         http://bugs.webkit.org/show_bug.cgi?id=17865
1858         [Gtk] Improve detection of jpeglib and glib tools
1860         Improve detecting jpeglib and glib tools
1862         * configure.ac: Throw an error if the dependencies above are
1863         currently not installed
1865 2008-04-14  Xan Lopez  <xan@gnome.org>
1867         Reviewed by Alp Toker.
1869         http://bugs.webkit.org/show_bug.cgi?id=17917
1870         Bug 17917: Cookie support for HTTP soup backend
1872         Bumped the libsoup required version to 2.23 for cookie support.
1874         * configure.ac:
1876 2008-04-11  Mark Rowe  <mrowe@apple.com>
1878         Rubber-stamped by Anders Carlsson.
1880         Fix https://bugs.webkit.org/show_bug.cgi?id=18430
1881         Bug 18430: SIGSEGV on amd64 when built with gcc 4.3
1883         GCC 4.3 generates bad code in some instances when working with our HashTables
1884         as some of the HashTable code violates the strict aliasing requirements.  Since
1885         GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until
1886         the code can be fixed to be safe with strict aliasing enabled, we will disable
1887         strict aliasing.
1889         * GNUmakefile.am:
1891 2008-03-12  Michael Emmel  <mike.emmel@gmail.com>
1893         Reviewed by Alp Toker.
1895         http://bugs.webkit.org/show_bug.cgi?id=18397
1896         Fix leaving spaces before parens in functions
1898         * WebKitTools/Scripts/wkstyle:
1900 2008-04-07  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
1902         Build fix, rubber-stamped and landed by ap.
1904         * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support.
1906 2008-03-21  Rodney Dawes  <dobey@wayofthemonkey.com>
1908         Reviewed by Holger.
1910         Remove the JSCore include path options from global_cppflags.
1911         Place JSCore include path options in javascriptcore_cppflags.
1912         Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS.
1914         * GNUmakefile.am:
1916 2008-03-20  Jasper Bryant-Greene  <jasper@unix.geek.nz>
1918         Reviewed by Anders.
1920         Resolves http://bugs.webkit.org/show_bug.cgi?id=16092
1921         "[GTK] Middle-mouse click should allow opening a URL in a new tab"
1923         Added WebKitNavigationAction object to GTK API
1925         * GNUmakefile.am:
1927 2008-03-12  Xan Lopez  <xan@gnome.org>
1929         Reviewed by Alp Toker.
1931         http://bugs.webkit.org/show_bug.cgi?id=15229
1933         Add optional font backend support with freetype and pango
1934         backends. Default is freetype for now.
1936         Original patch by Sven Herzberg <sven@imendio.com>
1938         * configure.ac:
1940 2008-03-11  Xan Lopez  <xan@gnome.org>
1942         Reviewed by Alp Toker.
1944         http://bugs.webkit.org/show_bug.cgi?id=16476
1946         Add support for multiple http backends, and add soup backend (off by default).
1948         * GNUmakefile.am:
1949         * configure.ac:
1951 2008-03-07  Simon Hausmann  <hausmann@webkit.org>
1953         Reviewed by Darin Adler.
1955         Done with Lars.
1957         Added plugins subdirectory to the include path.
1959         * WebKit.pri:
1961 2008-03-09  Alp Toker  <alp@atoker.com>
1963         GTK+ build fix for r30913.
1965         Use UNICODE_CFLAGS for C++ sources as well as C sources.
1967         * GNUmakefile.am:
1969 2008-03-09  Jörg Billeter  <j@bitron.ch>
1971         Reviewed by Alp Toker.
1973         Conditionalise ICU for Unicode in the GTK+ port.
1975         * GNUmakefile.am:
1976         * configure.ac:
1978 2008-03-03  Brent Fulgham  <bfulgham@gmail.com>
1980         Reviewed by Alp Toker.
1982         http://bugs.webkit.org/show_bug.cgi?id=17644
1983         Build GTK on Mac OS X using native ICU library
1985         Use Apple native ICU libraries when building GTK
1986         webkit on Mac OS.
1988         * configure.ac:
1990 2008-03-02  Brent Fulgham  <bfulgham@gmail.com>
1992         Reviewed by Alp Toker.
1994         Add ICU_CPPFLAGS earlier in include path for WebCore
1995         so that we find $(icu_cppflags)/unicode/utf8.h, rather than
1996         the wtf/unicode/UTF8.h on case-insensitive file systems.
1998         * GNUmakefile.am:
2000 2008-03-02  Alp Toker  <alp@atoker.com>
2002         Reviewed by Mark Rowe.
2004         Split the WebKit GTK+ build out of the WebCore build and change the
2005         shared object name to match the package name.
2007         * GNUmakefile.am:
2009 2008-02-28  Alp Toker  <alp@atoker.com>
2011         Fix a configure script typo spotted by Kalle Vahlman.
2013         * configure.ac:
2015 2008-02-26  Timothy Hatcher  <timothy@apple.com>
2017         Reviewed by Darin Adler.
2019         Add "64" and "64u" make rules to allow easy building of 64-bit versions.
2021         make 64: will build Intel-only 64-bit.
2022         make 64u: will build 4-way universal for PPC and Intel.
2024         * Makefile:
2025         * Makefile.shared:
2027 2008-02-23  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2029         Rubber stamped by Darin Adler.
2031         Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
2032         whitespaces introduced in the previous commit.
2034         * GNUmakefile.am:
2036 2008-02-23  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2038         Rubber-stamped by Darin Adler.
2040         * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES.
2041         * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS.
2043 2008-02-21  Alp Toker  <alp@atoker.com>
2045         Fix a configure script typo.
2047         * configure.ac:
2049 2008-02-21  Alp Toker  <alp@atoker.com>
2051         GTK+/autotools SVG experimental build fix
2053         Don't enable SVG filters in --enable-svg-experimental.
2055         This feature isn't supported at all yet. Developers can enable it
2056         explicitly by passing --enable-svg-filters if needed.
2058         * configure.ac:
2060 2008-02-21  Mike Auty  <mike.auty@gmail.com>
2062         Reviewed by Alp Toker.
2064         http://bugs.webkit.org/show_bug.cgi?id=17445
2065         [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed"
2067         The GNUmakefile.am files make use of the LDFLAGS variable to include library
2068         additions such as -ljpeg etc.  Unfortunately, if these inclusions aren't made
2069         in LIBADD/LDADD variables, then they are mis-ordered during the linking.
2071         The as-needed flag discards libraries whose functions have not been needed by
2072         earlier libraries, which therefore makes the ordering important.
2074         This moves all -l library inclusion statements from LDFLAGS variables to
2075         LIBADD/LDADD variables.
2077         * GNUmakefile.am:
2079 2008-02-15  Alp Toker  <alp@atoker.com>
2081         Reviewed by Holger.
2083         GTK+ configure script cleanups
2085         Categorize the configuration summary printout.
2086         Bump GTK+ requirement to 2.8.
2087         Rename 'webkit_target' to just 'target'.
2088         Don't check for pthread on Win32.
2090         * configure.ac:
2092 2008-02-14  Adam Roben  <aroben@apple.com>
2094         Turn on cross-document messaging support by default
2096         Reviewed by Darin Adler.
2098         * configure.ac:
2100 2008-02-14  Adam Roben  <aroben@apple.com>
2102         Conditionalize cross-document messaging support
2104         The cross-document messaging parts of HTML 5 are in flux and we want
2105         ports to be able to turn off the support as needed.
2107         Note that the support is turned off by default right now. A subsequent
2108         commit will turn it on by default.
2110         Reviewed by Darin Adler.
2112         * configure.ac:
2114 2008-02-12  Rodney Dawes  <dobey@wayofthemonkey.com>
2116         Reviewed by Alp Toker.
2118         Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES
2119         to the CPPFLAGS for WebCore and WebKit
2120         Add a pkgconfig check for hildon-1 when --with-hildon specified
2121         Output the use of Hildon support in the summary
2122         Add HILDON_CPPFLAGS to webkitgtk_cppflags
2123         Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS
2124         Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS
2126         * configure.ac:
2127         * GNUmakefile.am:
2129 2008-02-08  Alp Toker  <alp@atoker.com>
2131         Rubber-stamped by Maciej.
2133         Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4.
2135         * configure.ac:
2137 2008-02-06  Timothy Hatcher  <timothy@apple.com>
2139         Rubber-stamped by Mark Rowe.
2141         Dump of bugs.webkit.org's Bugzilla instance.
2143         * BugsSite: Added.
2144         * BugsSite/.htaccess: Added.
2145         * BugsSite/Bugzilla: Added.
2146         * BugsSite/Bugzilla.pm: Added.
2147         * BugsSite/Bugzilla/.cvsignore: Added.
2148         * BugsSite/Bugzilla/.htaccess: Added.
2149         * BugsSite/Bugzilla/Attachment.pm: Added.
2150         * BugsSite/Bugzilla/Auth: Added.
2151         * BugsSite/Bugzilla/Auth.pm: Added.
2152         * BugsSite/Bugzilla/Auth/Login: Added.
2153         * BugsSite/Bugzilla/Auth/Login/WWW: Added.
2154         * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added.
2155         * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added.
2156         * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added.
2157         * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added.
2158         * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added.
2159         * BugsSite/Bugzilla/Auth/README: Added.
2160         * BugsSite/Bugzilla/Auth/Verify: Added.
2161         * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added.
2162         * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added.
2163         * BugsSite/Bugzilla/Bug.pm: Added.
2164         * BugsSite/Bugzilla/BugMail.pm: Added.
2165         * BugsSite/Bugzilla/CGI.pm: Added.
2166         * BugsSite/Bugzilla/Chart.pm: Added.
2167         * BugsSite/Bugzilla/Config.pm: Added.
2168         * BugsSite/Bugzilla/Constants.pm: Added.
2169         * BugsSite/Bugzilla/DB: Added.
2170         * BugsSite/Bugzilla/DB.pm: Added.
2171         * BugsSite/Bugzilla/DB/Mysql.pm: Added.
2172         * BugsSite/Bugzilla/DB/Pg.pm: Added.
2173         * BugsSite/Bugzilla/DB/Schema: Added.
2174         * BugsSite/Bugzilla/DB/Schema.pm: Added.
2175         * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added.
2176         * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added.
2177         * BugsSite/Bugzilla/Error.pm: Added.
2178         * BugsSite/Bugzilla/Flag.pm: Added.
2179         * BugsSite/Bugzilla/FlagType.pm: Added.
2180         * BugsSite/Bugzilla/Group.pm: Added.
2181         * BugsSite/Bugzilla/Search.pm: Added.
2182         * BugsSite/Bugzilla/Series.pm: Added.
2183         * BugsSite/Bugzilla/Template: Added.
2184         * BugsSite/Bugzilla/Template.pm: Added.
2185         * BugsSite/Bugzilla/Template/Plugin: Added.
2186         * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added.
2187         * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added.
2188         * BugsSite/Bugzilla/Template/Plugin/User.pm: Added.
2189         * BugsSite/Bugzilla/Token.pm: Added.
2190         * BugsSite/Bugzilla/User: Added.
2191         * BugsSite/Bugzilla/User.pm: Added.
2192         * BugsSite/Bugzilla/User/Setting.pm: Added.
2193         * BugsSite/Bugzilla/Util.pm: Added.
2194         * BugsSite/CGI.pl: Added.
2195         * BugsSite/PrettyPatch: Added.
2196         * BugsSite/PrettyPatch/PrettyPatch.rb: Added.
2197         * BugsSite/PrettyPatch/prettify.rb: Added.
2198         * BugsSite/QUICKSTART: Added.
2199         * BugsSite/README: Added.
2200         * BugsSite/UPGRADING: Added.
2201         * BugsSite/UPGRADING-pre-2.8: Added.
2202         * BugsSite/ant.jpg: Added.
2203         * BugsSite/attachment-aroben.cgi: Added.
2204         * BugsSite/attachment.cgi: Added.
2205         * BugsSite/buglist.cgi: Added.
2206         * BugsSite/bugzilla.dtd: Added.
2207         * BugsSite/chart.cgi: Added.
2208         * BugsSite/checksetup.pl: Added.
2209         * BugsSite/colchange.cgi: Added.
2210         * BugsSite/collectstats.pl: Added.
2211         * BugsSite/config.cgi: Added.
2212         * BugsSite/contrib: Added.
2213         * BugsSite/contrib/BugzillaEmail.pm: Added.
2214         * BugsSite/contrib/README: Added.
2215         * BugsSite/contrib/README.Mailif: Added.
2216         * BugsSite/contrib/bug_email.pl: Added.
2217         * BugsSite/contrib/bugmail_help.html: Added.
2218         * BugsSite/contrib/bugzilla-submit: Added.
2219         * BugsSite/contrib/bugzilla-submit/README: Added.
2220         * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added.
2221         * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added.
2222         * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added.
2223         * BugsSite/contrib/bugzilla.procmailrc: Added.
2224         * BugsSite/contrib/bugzilla_email_append.pl: Added.
2225         * BugsSite/contrib/bugzilla_ldapsync.rb: Added.
2226         * BugsSite/contrib/bzdbcopy.pl: Added.
2227         * BugsSite/contrib/cmdline: Added.
2228         * BugsSite/contrib/cmdline/bugcount: Added.
2229         * BugsSite/contrib/cmdline/bugids: Added.
2230         * BugsSite/contrib/cmdline/buglist: Added.
2231         * BugsSite/contrib/cmdline/bugs: Added.
2232         * BugsSite/contrib/cmdline/bugslink: Added.
2233         * BugsSite/contrib/cmdline/makequery: Added.
2234         * BugsSite/contrib/cmdline/query.conf: Added.
2235         * BugsSite/contrib/cvs-update.pl: Added.
2236         * BugsSite/contrib/gnats2bz.pl: Added.
2237         * BugsSite/contrib/gnatsparse: Added.
2238         * BugsSite/contrib/gnatsparse/README: Added.
2239         * BugsSite/contrib/gnatsparse/gnatsparse.py: Added.
2240         * BugsSite/contrib/gnatsparse/magic.py: Added.
2241         * BugsSite/contrib/gnatsparse/specialuu.py: Added.
2242         * BugsSite/contrib/jb2bz.py: Added.
2243         * BugsSite/contrib/mysqld-watcher.pl: Added.
2244         * BugsSite/contrib/sendbugmail.pl: Added.
2245         * BugsSite/contrib/sendunsentbugmail.pl: Added.
2246         * BugsSite/contrib/syncLDAP.pl: Added.
2247         * BugsSite/contrib/yp_nomail.sh: Added.
2248         * BugsSite/createaccount.cgi: Added.
2249         * BugsSite/data: Added.
2250         * BugsSite/data/.htaccess: Added.
2251         * BugsSite/data/attachments: Added.
2252         * BugsSite/data/attachments/.htaccess: Added.
2253         * BugsSite/data/duplicates: Added.
2254         * BugsSite/data/mail: Added.
2255         * BugsSite/data/mimedump-tmp: Added.
2256         * BugsSite/data/mining: Added.
2257         * BugsSite/data/nomail: Added.
2258         * BugsSite/data/params: Added.
2259         * BugsSite/data/template: Added.
2260         * BugsSite/data/template/template: Added.
2261         * BugsSite/data/template/template/en: Added.
2262         * BugsSite/data/template/template/en/custom: Added.
2263         * BugsSite/data/template/template/en/custom/account: Added.
2264         * BugsSite/data/template/template/en/custom/account/auth: Added.
2265         * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
2266         * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added.
2267         * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added.
2268         * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added.
2269         * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added.
2270         * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added.
2271         * BugsSite/data/template/template/en/custom/account/email: Added.
2272         * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added.
2273         * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added.
2274         * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added.
2275         * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added.
2276         * BugsSite/data/template/template/en/custom/account/password: Added.
2277         * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
2278         * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
2279         * BugsSite/data/template/template/en/custom/account/prefs: Added.
2280         * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added.
2281         * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added.
2282         * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added.
2283         * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added.
2284         * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added.
2285         * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
2286         * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added.
2287         * BugsSite/data/template/template/en/custom/admin: Added.
2288         * BugsSite/data/template/template/en/custom/admin/classifications: Added.
2289         * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added.
2290         * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added.
2291         * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added.
2292         * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added.
2293         * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added.
2294         * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
2295         * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added.
2296         * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added.
2297         * BugsSite/data/template/template/en/custom/admin/components: Added.
2298         * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
2299         * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added.
2300         * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added.
2301         * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added.
2302         * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added.
2303         * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added.
2304         * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added.
2305         * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added.
2306         * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added.
2307         * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added.
2308         * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
2309         * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
2310         * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
2311         * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
2312         * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
2313         * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
2314         * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
2315         * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
2316         * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
2317         * BugsSite/data/template/template/en/custom/admin/flag-type: Added.
2318         * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
2319         * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
2320         * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added.
2321         * BugsSite/data/template/template/en/custom/admin/groups: Added.
2322         * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added.
2323         * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added.
2324         * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added.
2325         * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added.
2326         * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added.
2327         * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added.
2328         * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added.
2329         * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added.
2330         * BugsSite/data/template/template/en/custom/admin/keywords: Added.
2331         * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
2332         * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
2333         * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
2334         * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
2335         * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
2336         * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
2337         * BugsSite/data/template/template/en/custom/admin/milestones: Added.
2338         * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
2339         * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added.
2340         * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added.
2341         * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
2342         * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added.
2343         * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added.
2344         * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added.
2345         * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
2346         * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added.
2347         * BugsSite/data/template/template/en/custom/admin/products: Added.
2348         * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
2349         * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added.
2350         * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added.
2351         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added.
2352         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
2353         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
2354         * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
2355         * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added.
2356         * BugsSite/data/template/template/en/custom/admin/settings: Added.
2357         * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added.
2358         * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added.
2359         * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added.
2360         * BugsSite/data/template/template/en/custom/admin/users: Added.
2361         * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
2362         * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added.
2363         * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added.
2364         * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added.
2365         * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
2366         * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added.
2367         * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added.
2368         * BugsSite/data/template/template/en/custom/admin/versions: Added.
2369         * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
2370         * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added.
2371         * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added.
2372         * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added.
2373         * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added.
2374         * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added.
2375         * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added.
2376         * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added.
2377         * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added.
2378         * BugsSite/data/template/template/en/custom/attachment: Added.
2379         * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added.
2380         * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added.
2381         * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added.
2382         * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added.
2383         * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added.
2384         * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added.
2385         * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added.
2386         * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added.
2387         * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added.
2388         * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added.
2389         * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added.
2390         * BugsSite/data/template/template/en/custom/bug: Added.
2391         * BugsSite/data/template/template/en/custom/bug/activity: Added.
2392         * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added.
2393         * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added.
2394         * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added.
2395         * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added.
2396         * BugsSite/data/template/template/en/custom/bug/create: Added.
2397         * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
2398         * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added.
2399         * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added.
2400         * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added.
2401         * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added.
2402         * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added.
2403         * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added.
2404         * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added.
2405         * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added.
2406         * BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added.
2407         * BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added.
2408         * BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added.
2409         * BugsSite/data/template/template/en/custom/bug/process: Added.
2410         * BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added.
2411         * BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
2412         * BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added.
2413         * BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added.
2414         * BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added.
2415         * BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added.
2416         * BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
2417         * BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added.
2418         * BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added.
2419         * BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added.
2420         * BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added.
2421         * BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added.
2422         * BugsSite/data/template/template/en/custom/bug/votes: Added.
2423         * BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
2424         * BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
2425         * BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
2426         * BugsSite/data/template/template/en/custom/config.js.tmpl: Added.
2427         * BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added.
2428         * BugsSite/data/template/template/en/custom/flag: Added.
2429         * BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added.
2430         * BugsSite/data/template/template/en/custom/global: Added.
2431         * BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added.
2432         * BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added.
2433         * BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added.
2434         * BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added.
2435         * BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added.
2436         * BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added.
2437         * BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added.
2438         * BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added.
2439         * BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added.
2440         * BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added.
2441         * BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added.
2442         * BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added.
2443         * BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added.
2444         * BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added.
2445         * BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added.
2446         * BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added.
2447         * BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added.
2448         * BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added.
2449         * BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added.
2450         * BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added.
2451         * BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added.
2452         * BugsSite/data/template/template/en/custom/index.html.tmpl: Added.
2453         * BugsSite/data/template/template/en/custom/list: Added.
2454         * BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added.
2455         * BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added.
2456         * BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added.
2457         * BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added.
2458         * BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added.
2459         * BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added.
2460         * BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added.
2461         * BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added.
2462         * BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added.
2463         * BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added.
2464         * BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added.
2465         * BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added.
2466         * BugsSite/data/template/template/en/custom/pages: Added.
2467         * BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added.
2468         * BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added.
2469         * BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added.
2470         * BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added.
2471         * BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added.
2472         * BugsSite/data/template/template/en/custom/reports: Added.
2473         * BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added.
2474         * BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added.
2475         * BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added.
2476         * BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added.
2477         * BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added.
2478         * BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
2479         * BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added.
2480         * BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added.
2481         * BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added.
2482         * BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added.
2483         * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added.
2484         * BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added.
2485         * BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added.
2486         * BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added.
2487         * BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added.
2488         * BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added.
2489         * BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added.
2490         * BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added.
2491         * BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added.
2492         * BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added.
2493         * BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added.
2494         * BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added.
2495         * BugsSite/data/template/template/en/custom/request: Added.
2496         * BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added.
2497         * BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added.
2498         * BugsSite/data/template/template/en/custom/search: Added.
2499         * BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added.
2500         * BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added.
2501         * BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added.
2502         * BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added.
2503         * BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added.
2504         * BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added.
2505         * BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added.
2506         * BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added.
2507         * BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added.
2508         * BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added.
2509         * BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added.
2510         * BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added.
2511         * BugsSite/data/template/template/en/custom/whine: Added.
2512         * BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added.
2513         * BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added.
2514         * BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
2515         * BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added.
2516         * BugsSite/data/template/template/en/default: Added.
2517         * BugsSite/data/template/template/en/default/attachment: Added.
2518         * BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added.
2519         * BugsSite/data/template/template/en/default/list: Added.
2520         * BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added.
2521         * BugsSite/data/versioncache: Added.
2522         * BugsSite/data/versioncache.13P9L: Added.
2523         * BugsSite/data/versioncache.1lH1E: Added.
2524         * BugsSite/data/versioncache.3AnHd: Added.
2525         * BugsSite/data/versioncache.3Jmjt: Added.
2526         * BugsSite/data/versioncache.3JzIL: Added.
2527         * BugsSite/data/versioncache.77b4y: Added.
2528         * BugsSite/data/versioncache.7VzyU: Added.
2529         * BugsSite/data/versioncache.EQdAm: Added.
2530         * BugsSite/data/versioncache.EouAG: Added.
2531         * BugsSite/data/versioncache.LJ5n1: Added.
2532         * BugsSite/data/versioncache.Lb0fW: Added.
2533         * BugsSite/data/versioncache.PyAd8: Added.
2534         * BugsSite/data/versioncache.SFyse: Added.
2535         * BugsSite/data/versioncache.SkTTg: Added.
2536         * BugsSite/data/versioncache.VVO7E: Added.
2537         * BugsSite/data/versioncache.XbxgU: Added.
2538         * BugsSite/data/versioncache.Yezqr: Added.
2539         * BugsSite/data/versioncache.dtzIv: Added.
2540         * BugsSite/data/versioncache.jzpeh: Added.
2541         * BugsSite/data/versioncache.pbn6U: Added.
2542         * BugsSite/data/versioncache.qyixS: Added.
2543         * BugsSite/data/versioncache.sBMdb: Added.
2544         * BugsSite/data/versioncache.xNi34: Added.
2545         * BugsSite/data/webdot: Added.
2546         * BugsSite/data/webdot/.htaccess: Added.
2547         * BugsSite/data/webdot/0ZLH3QpFd8.dot: Added.
2548         * BugsSite/data/webdot/3s6e7eC2Dy.dot: Added.
2549         * BugsSite/data/webdot/6MW0q54cyY.dot: Added.
2550         * BugsSite/data/webdot/A2RlhPdO2Q.dot: Added.
2551         * BugsSite/data/webdot/DuBX4I4946.dot: Added.
2552         * BugsSite/data/webdot/GudTgvrKBX.dot: Added.
2553         * BugsSite/data/webdot/I1mCbLtAzQ.dot: Added.
2554         * BugsSite/data/webdot/JtKgvWGVb4.dot: Added.
2555         * BugsSite/data/webdot/RFk4bjAwYc.dot: Added.
2556         * BugsSite/data/webdot/YQ1pWFVfqt.dot: Added.
2557         * BugsSite/data/webdot/YcFUepShZI.dot: Added.
2558         * BugsSite/data/webdot/a9i00KgTQk.dot: Added.
2559         * BugsSite/data/webdot/c412GYaHch.dot: Added.
2560         * BugsSite/data/webdot/hjYnYr3tV1.dot: Added.
2561         * BugsSite/data/webdot/pq3Qw7wynI.dot: Added.
2562         * BugsSite/data/webdot/tL7GjA7bqH.dot: Added.
2563         * BugsSite/defparams.pl: Added.
2564         * BugsSite/describecomponents.cgi: Added.
2565         * BugsSite/describekeywords.cgi: Added.
2566         * BugsSite/describekeywords.cgi.bak: Added.
2567         * BugsSite/docs: Added.
2568         * BugsSite/docs/.cvsignore: Added.
2569         * BugsSite/docs/README.docs: Added.
2570         * BugsSite/docs/html: Added.
2571         * BugsSite/docs/html/Bugzilla-Guide.html: Added.
2572         * BugsSite/docs/html/about.html: Added.
2573         * BugsSite/docs/html/administration.html: Added.
2574         * BugsSite/docs/html/bug_page.html: Added.
2575         * BugsSite/docs/html/bugreports.html: Added.
2576         * BugsSite/docs/html/cmdline-bugmail.html: Added.
2577         * BugsSite/docs/html/cmdline.html: Added.
2578         * BugsSite/docs/html/components.html: Added.
2579         * BugsSite/docs/html/configuration.html: Added.
2580         * BugsSite/docs/html/conventions.html: Added.
2581         * BugsSite/docs/html/copyright.html: Added.
2582         * BugsSite/docs/html/credits.html: Added.
2583         * BugsSite/docs/html/cust-change-permissions.html: Added.
2584         * BugsSite/docs/html/cust-hooks.html: Added.
2585         * BugsSite/docs/html/cust-templates.html: Added.
2586         * BugsSite/docs/html/customization.html: Added.
2587         * BugsSite/docs/html/dbdoc.html: Added.
2588         * BugsSite/docs/html/dbmodify.html: Added.
2589         * BugsSite/docs/html/disclaimer.html: Added.
2590         * BugsSite/docs/html/extraconfig.html: Added.
2591         * BugsSite/docs/html/faq.html: Added.
2592         * BugsSite/docs/html/flags-overview.html: Added.
2593         * BugsSite/docs/html/flags.html: Added.
2594         * BugsSite/docs/html/general-advice.html: Added.
2595         * BugsSite/docs/html/gfdl-0.html: Added.
2596         * BugsSite/docs/html/gfdl-1.html: Added.
2597         * BugsSite/docs/html/gfdl-10.html: Added.
2598         * BugsSite/docs/html/gfdl-2.html: Added.
2599         * BugsSite/docs/html/gfdl-3.html: Added.
2600         * BugsSite/docs/html/gfdl-4.html: Added.
2601         * BugsSite/docs/html/gfdl-5.html: Added.
2602         * BugsSite/docs/html/gfdl-6.html: Added.
2603         * BugsSite/docs/html/gfdl-7.html: Added.
2604         * BugsSite/docs/html/gfdl-8.html: Added.
2605         * BugsSite/docs/html/gfdl-9.html: Added.
2606         * BugsSite/docs/html/gfdl-howto.html: Added.
2607         * BugsSite/docs/html/gfdl.html: Added.
2608         * BugsSite/docs/html/glossary.html: Added.
2609         * BugsSite/docs/html/groups.html: Added.
2610         * BugsSite/docs/html/hintsandtips.html: Added.
2611         * BugsSite/docs/html/index.html: Added.
2612         * BugsSite/docs/html/install-perlmodules-manual.html: Added.
2613         * BugsSite/docs/html/installation.html: Added.
2614         * BugsSite/docs/html/installing-bugzilla.html: Added.
2615         * BugsSite/docs/html/integration.html: Added.
2616         * BugsSite/docs/html/lifecycle.html: Added.
2617         * BugsSite/docs/html/list.html: Added.
2618         * BugsSite/docs/html/milestones.html: Added.
2619         * BugsSite/docs/html/modules-manual-download.html: Added.
2620         * BugsSite/docs/html/modules-manual-instructions.html: Added.
2621         * BugsSite/docs/html/modules-manual-optional.html: Added.
2622         * BugsSite/docs/html/myaccount.html: Added.
2623         * BugsSite/docs/html/newversions.html: Added.
2624         * BugsSite/docs/html/nonroot.html: Added.
2625         * BugsSite/docs/html/os-specific.html: Added.
2626         * BugsSite/docs/html/parameters.html: Added.
2627         * BugsSite/docs/html/paranoid-security.html: Added.
2628         * BugsSite/docs/html/patches.html: Added.
2629         * BugsSite/docs/html/patchviewer.html: Added.
2630         * BugsSite/docs/html/products.html: Added.
2631         * BugsSite/docs/html/query.html: Added.
2632         * BugsSite/docs/html/quips.html: Added.
2633         * BugsSite/docs/html/reporting.html: Added.
2634         * BugsSite/docs/html/security-bugzilla.html: Added.
2635         * BugsSite/docs/html/security-mysql.html: Added.
2636         * BugsSite/docs/html/security-os.html: Added.
2637         * BugsSite/docs/html/security-webserver.html: Added.
2638         * BugsSite/docs/html/security.html: Added.
2639         * BugsSite/docs/html/trbl-bundlebugzilla.html: Added.
2640         * BugsSite/docs/html/trbl-dbdsponge.html: Added.
2641         * BugsSite/docs/html/trbl-index.html: Added.
2642         * BugsSite/docs/html/trbl-passwd-encryption.html: Added.
2643         * BugsSite/docs/html/trbl-perlmodule.html: Added.
2644         * BugsSite/docs/html/trbl-relogin-everyone.html: Added.
2645         * BugsSite/docs/html/trbl-testserver.html: Added.
2646         * BugsSite/docs/html/trouble-filetemp.html: Added.
2647         * BugsSite/docs/html/troubleshooting.html: Added.
2648         * BugsSite/docs/html/upgrading.html: Added.
2649         * BugsSite/docs/html/useradmin.html: Added.
2650         * BugsSite/docs/html/userpreferences.html: Added.
2651         * BugsSite/docs/html/using-intro.html: Added.
2652         * BugsSite/docs/html/using.html: Added.
2653         * BugsSite/docs/html/versions.html: Added.
2654         * BugsSite/docs/html/voting.html: Added.
2655         * BugsSite/docs/html/whining.html: Added.
2656         * BugsSite/docs/html/x3190.html: Added.
2657         * BugsSite/docs/images: Added.
2658         * BugsSite/docs/images/bzLifecycle.png: Added.
2659         * BugsSite/docs/images/bzLifecycle.xml: Added.
2660         * BugsSite/docs/images/callouts: Added.
2661         * BugsSite/docs/images/callouts/1.gif: Added.
2662         * BugsSite/docs/images/callouts/2.gif: Added.
2663         * BugsSite/docs/images/callouts/3.gif: Added.
2664         * BugsSite/docs/images/caution.gif: Added.
2665         * BugsSite/docs/images/note.gif: Added.
2666         * BugsSite/docs/images/tip.gif: Added.
2667         * BugsSite/docs/images/warning.gif: Added.
2668         * BugsSite/docs/makedocs.pl: Added.
2669         * BugsSite/docs/pdf: Added.
2670         * BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added.
2671         * BugsSite/docs/rel_notes.txt: Added.
2672         * BugsSite/docs/txt: Added.
2673         * BugsSite/docs/txt/Bugzilla-Guide.txt: Added.
2674         * BugsSite/docs/xml: Added.
2675         * BugsSite/docs/xml/Bugzilla-Guide.xml: Added.
2676         * BugsSite/docs/xml/about.xml: Added.
2677         * BugsSite/docs/xml/administration.xml: Added.
2678         * BugsSite/docs/xml/conventions.xml: Added.
2679         * BugsSite/docs/xml/customization.xml: Added.
2680         * BugsSite/docs/xml/dbschema.mysql: Added.
2681         * BugsSite/docs/xml/faq.xml: Added.
2682         * BugsSite/docs/xml/filetemp.patch: Added.
2683         * BugsSite/docs/xml/gfdl.xml: Added.
2684         * BugsSite/docs/xml/glossary.xml: Added.
2685         * BugsSite/docs/xml/index.xml: Added.
2686         * BugsSite/docs/xml/installation.xml: Added.
2687         * BugsSite/docs/xml/integration.xml: Added.
2688         * BugsSite/docs/xml/introduction.xml: Added.
2689         * BugsSite/docs/xml/modules.xml: Added.
2690         * BugsSite/docs/xml/patches.xml: Added.
2691         * BugsSite/docs/xml/requiredsoftware.xml: Added.
2692         * BugsSite/docs/xml/security.xml: Added.
2693         * BugsSite/docs/xml/troubleshooting.xml: Added.
2694         * BugsSite/docs/xml/using.xml: Added.
2695         * BugsSite/doeditparams.cgi: Added.
2696         * BugsSite/duplicates.cgi: Added.
2697         * BugsSite/duplicates.xul: Added.
2698         * BugsSite/editclassifications.cgi: Added.
2699         * BugsSite/editcomponents.cgi: Added.
2700         * BugsSite/editflagtypes.cgi: Added.
2701         * BugsSite/editgroups.cgi: Added.
2702         * BugsSite/editkeywords.cgi: Added.
2703         * BugsSite/editmilestones.cgi: Added.
2704         * BugsSite/editparams.cgi: Added.
2705         * BugsSite/editproducts.cgi: Added.
2706         * BugsSite/editsettings.cgi: Added.
2707         * BugsSite/editusers.cgi: Added.
2708         * BugsSite/editvalues.cgi: Added.
2709         * BugsSite/editversions.cgi: Added.
2710         * BugsSite/editwhines.cgi: Added.
2711         * BugsSite/enter_bug.cgi: Added.
2712         * BugsSite/favicon.ico: Added.
2713         * BugsSite/globals.pl: Added.
2714         * BugsSite/graphs: Added.
2715         * BugsSite/images: Added.
2716         * BugsSite/images/padlock.png: Added.
2717         * BugsSite/importxml.pl: Added.
2718         * BugsSite/index.cgi: Added.
2719         * BugsSite/js: Added.
2720         * BugsSite/js/duplicates.js: Added.
2721         * BugsSite/js/productform.js: Added.
2722         * BugsSite/localconfig.js: Added.
2723         * BugsSite/long_list.cgi: Added.
2724         * BugsSite/move.pl: Added.
2725         * BugsSite/page.cgi: Added.
2726         * BugsSite/post_bug.cgi: Added.
2727         * BugsSite/process_bug.cgi: Added.
2728         * BugsSite/productmenu.js: Added.
2729         * BugsSite/query.cgi: Added.
2730         * BugsSite/quicksearch.html: Added.
2731         * BugsSite/quicksearch.js: Added.
2732         * BugsSite/quicksearchhack.html: Added.
2733         * BugsSite/quips.cgi: Added.
2734         * BugsSite/relogin.cgi: Added.
2735         * BugsSite/report.cgi: Added.
2736         * BugsSite/reports.cgi: Added.
2737         * BugsSite/request.cgi: Added.
2738         * BugsSite/robots.txt: Added.
2739         * BugsSite/runtests.pl: Added.
2740         * BugsSite/sanitycheck.cgi: Added.
2741         * BugsSite/show_activity.cgi: Added.
2742         * BugsSite/show_bug.cgi: Added.
2743         * BugsSite/showattachment.cgi: Added.
2744         * BugsSite/showdependencygraph.cgi: Added.
2745         * BugsSite/showdependencytree.cgi: Added.
2746         * BugsSite/sidebar.cgi: Added.
2747         * BugsSite/skins: Added.
2748         * BugsSite/skins/.cvsignore: Added.
2749         * BugsSite/skins/custom: Added.
2750         * BugsSite/skins/custom/admin.css: Added.
2751         * BugsSite/skins/custom/buglist.css: Added.
2752         * BugsSite/skins/custom/duplicates.css: Added.
2753         * BugsSite/skins/custom/editusers.css: Added.
2754         * BugsSite/skins/custom/global.css: Added.
2755         * BugsSite/skins/custom/index.css: Added.
2756         * BugsSite/skins/custom/opendarwin.gif: Added.
2757         * BugsSite/skins/custom/panel.css: Added.
2758         * BugsSite/skins/custom/show_multiple.css: Added.
2759         * BugsSite/skins/custom/summarize-time.css: Added.
2760         * BugsSite/skins/custom/voting.css: Added.
2761         * BugsSite/skins/standard: Added.
2762         * BugsSite/skins/standard/admin.css: Added.
2763         * BugsSite/skins/standard/buglist.css: Added.
2764         * BugsSite/skins/standard/duplicates.css: Added.
2765         * BugsSite/skins/standard/editusers.css: Added.
2766         * BugsSite/skins/standard/global: Added.
2767         * BugsSite/skins/standard/global.css: Added.
2768         * BugsSite/skins/standard/global/body-back.gif: Added.
2769         * BugsSite/skins/standard/global/header.png: Added.
2770         * BugsSite/skins/standard/index: Added.
2771         * BugsSite/skins/standard/index.css: Added.
2772         * BugsSite/skins/standard/index/front.jpg: Added.
2773         * BugsSite/skins/standard/index/front.png: Added.
2774         * BugsSite/skins/standard/panel.css: Added.
2775         * BugsSite/skins/standard/show_multiple.css: Added.
2776         * BugsSite/skins/standard/summarize-time.css: Added.
2777         * BugsSite/skins/standard/voting.css: Added.
2778         * BugsSite/summarize_time.cgi: Added.
2779         * BugsSite/t: Added.
2780         * BugsSite/t/001compile.t: Added.
2781         * BugsSite/t/002goodperl.t: Added.
2782         * BugsSite/t/003safesys.t: Added.
2783         * BugsSite/t/004template.t: Added.
2784         * BugsSite/t/005no_tabs.t: Added.
2785         * BugsSite/t/006spellcheck.t: Added.
2786         * BugsSite/t/007util.t: Added.
2787         * BugsSite/t/008filter.t: Added.
2788         * BugsSite/t/009bugwords.t: Added.
2789         * BugsSite/t/011pod.t: Added.
2790         * BugsSite/t/Support: Added.
2791         * BugsSite/t/Support/Files.pm: Added.
2792         * BugsSite/t/Support/Systemexec.pm: Added.
2793         * BugsSite/t/Support/Templates.pm: Added.
2794         * BugsSite/t/testchart.gif: Added.
2795         * BugsSite/t/testchart.png: Added.
2796         * BugsSite/t/testgd.png: Added.
2797         * BugsSite/template: Added.
2798         * BugsSite/template/.cvsignore: Added.
2799         * BugsSite/template/.htaccess: Added.
2800         * BugsSite/template/en: Added.
2801         * BugsSite/template/en/.cvsignore: Added.
2802         * BugsSite/template/en/custom: Added.
2803         * BugsSite/template/en/custom/account: Added.
2804         * BugsSite/template/en/custom/account/auth: Added.
2805         * BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
2806         * BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added.
2807         * BugsSite/template/en/custom/account/auth/login.html.tmpl: Added.
2808         * BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added.
2809         * BugsSite/template/en/custom/account/create.html.tmpl: Added.
2810         * BugsSite/template/en/custom/account/created.html.tmpl: Added.
2811         * BugsSite/template/en/custom/account/email: Added.
2812         * BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added.
2813         * BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added.
2814         * BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added.
2815         * BugsSite/template/en/custom/account/exists.html.tmpl: Added.
2816         * BugsSite/template/en/custom/account/password: Added.
2817         * BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
2818         * BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
2819         * BugsSite/template/en/custom/account/prefs: Added.
2820         * BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added.
2821         * BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added.
2822         * BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added.
2823         * BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added.
2824         * BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added.
2825         * BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
2826         * BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added.
2827         * BugsSite/template/en/custom/admin: Added.
2828         * BugsSite/template/en/custom/admin/classifications: Added.
2829         * BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added.
2830         * BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added.
2831         * BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added.
2832         * BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added.
2833         * BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added.
2834         * BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
2835         * BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added.
2836         * BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added.
2837         * BugsSite/template/en/custom/admin/components: Added.
2838         * BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
2839         * BugsSite/template/en/custom/admin/components/create.html.tmpl: Added.
2840         * BugsSite/template/en/custom/admin/components/created.html.tmpl: Added.
2841         * BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added.
2842         * BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added.
2843         * BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added.
2844         * BugsSite/template/en/custom/admin/components/list.html.tmpl: Added.
2845         * BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added.
2846         * BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added.
2847         * BugsSite/template/en/custom/admin/fieldvalues: Added.
2848         * BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
2849         * BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
2850         * BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
2851         * BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
2852         * BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
2853         * BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
2854         * BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
2855         * BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
2856         * BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
2857         * BugsSite/template/en/custom/admin/flag-type: Added.
2858         * BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
2859         * BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
2860         * BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added.
2861         * BugsSite/template/en/custom/admin/groups: Added.
2862         * BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added.
2863         * BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added.
2864         * BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added.
2865         * BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added.
2866         * BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added.
2867         * BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added.
2868         * BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added.
2869         * BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added.
2870         * BugsSite/template/en/custom/admin/keywords: Added.
2871         * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
2872         * BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added.
2873         * BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added.
2874         * BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added.
2875         * BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added.
2876         * BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
2877         * BugsSite/template/en/custom/admin/milestones: Added.
2878         * BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
2879         * BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added.
2880         * BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added.
2881         * BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
2882         * BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added.
2883         * BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added.
2884         * BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added.
2885         * BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
2886         * BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added.
2887         * BugsSite/template/en/custom/admin/products: Added.
2888         * BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
2889         * BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added.
2890         * BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added.
2891         * BugsSite/template/en/custom/admin/products/groupcontrol: Added.
2892         * BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
2893         * BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
2894         * BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
2895         * BugsSite/template/en/custom/admin/products/list.html.tmpl: Added.
2896         * BugsSite/template/en/custom/admin/settings: Added.
2897         * BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added.
2898         * BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added.
2899         * BugsSite/template/en/custom/admin/table.html.tmpl: Added.
2900         * BugsSite/template/en/custom/admin/users: Added.
2901         * BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
2902         * BugsSite/template/en/custom/admin/users/create.html.tmpl: Added.
2903         * BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added.
2904         * BugsSite/template/en/custom/admin/users/list.html.tmpl: Added.
2905         * BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
2906         * BugsSite/template/en/custom/admin/users/search.html.tmpl: Added.
2907         * BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added.
2908         * BugsSite/template/en/custom/admin/versions: Added.
2909         * BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
2910         * BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added.
2911         * BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added.
2912         * BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added.
2913         * BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added.
2914         * BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added.
2915         * BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added.
2916         * BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added.
2917         * BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added.
2918         * BugsSite/template/en/custom/attachment: Added.
2919         * BugsSite/template/en/custom/attachment/choose.html.tmpl: Added.
2920         * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added.
2921         * BugsSite/template/en/custom/attachment/create.html.tmpl: Added.
2922         * BugsSite/template/en/custom/attachment/created.html.tmpl: Added.
2923         * BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added.
2924         * BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added.
2925         * BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added.
2926         * BugsSite/template/en/custom/attachment/edit.html.tmpl: Added.
2927         * BugsSite/template/en/custom/attachment/list.html.tmpl: Added.
2928         * BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added.
2929         * BugsSite/template/en/custom/attachment/updated.html.tmpl: Added.
2930         * BugsSite/template/en/custom/bug: Added.
2931         * BugsSite/template/en/custom/bug/activity: Added.
2932         * BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added.
2933         * BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added.
2934         * BugsSite/template/en/custom/bug/choose.html.tmpl: Added.
2935         * BugsSite/template/en/custom/bug/comments.html.tmpl: Added.
2936         * BugsSite/template/en/custom/bug/create: Added.
2937         * BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
2938         * BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added.
2939         * BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added.
2940         * BugsSite/template/en/custom/bug/create/create.html.tmpl: Added.
2941         * BugsSite/template/en/custom/bug/create/created.html.tmpl: Added.
2942         * BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added.
2943         * BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added.
2944         * BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added.
2945         * BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added.
2946         * BugsSite/template/en/custom/bug/edit.html.tmpl: Added.
2947         * BugsSite/template/en/custom/bug/knob.html.tmpl: Added.
2948         * BugsSite/template/en/custom/bug/navigate.html.tmpl: Added.
2949         * BugsSite/template/en/custom/bug/process: Added.
2950         * BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added.
2951         * BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
2952         * BugsSite/template/en/custom/bug/process/header.html.tmpl: Added.
2953         * BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added.
2954         * BugsSite/template/en/custom/bug/process/next.html.tmpl: Added.
2955         * BugsSite/template/en/custom/bug/process/results.html.tmpl: Added.
2956         * BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
2957         * BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added.
2958         * BugsSite/template/en/custom/bug/show.html.tmpl: Added.
2959         * BugsSite/template/en/custom/bug/show.xml.tmpl: Added.
2960         * BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added.
2961         * BugsSite/template/en/custom/bug/time.html.tmpl: Added.
2962         * BugsSite/template/en/custom/bug/votes: Added.
2963         * BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
2964         * BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
2965         * BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
2966         * BugsSite/template/en/custom/config.js.tmpl: Added.
2967         * BugsSite/template/en/custom/config.rdf.tmpl: Added.
2968         * BugsSite/template/en/custom/filterexceptions.pl: Added.
2969         * BugsSite/template/en/custom/flag: Added.
2970         * BugsSite/template/en/custom/flag/list.html.tmpl: Added.
2971         * BugsSite/template/en/custom/global: Added.
2972         * BugsSite/template/en/custom/global/banner.html.tmpl: Added.
2973         * BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added.
2974         * BugsSite/template/en/custom/global/choose-product.html.tmpl: Added.
2975         * BugsSite/template/en/custom/global/code-error.html.tmpl: Added.
2976         * BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added.
2977         * BugsSite/template/en/custom/global/field-descs.none.tmpl: Added.
2978         * BugsSite/template/en/custom/global/footer.html.tmpl: Added.
2979         * BugsSite/template/en/custom/global/header.html.tmpl: Added.
2980         * BugsSite/template/en/custom/global/help-header.html.tmpl: Added.
2981         * BugsSite/template/en/custom/global/help.html.tmpl: Added.
2982         * BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added.
2983         * BugsSite/template/en/custom/global/initialize.none.tmpl: Added.
2984         * BugsSite/template/en/custom/global/message.html.tmpl: Added.
2985         * BugsSite/template/en/custom/global/messages.html.tmpl: Added.
2986         * BugsSite/template/en/custom/global/select-menu.html.tmpl: Added.
2987         * BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added.
2988         * BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added.
2989         * BugsSite/template/en/custom/global/useful-links.html.tmpl: Added.
2990         * BugsSite/template/en/custom/global/user-error.html.tmpl: Added.
2991         * BugsSite/template/en/custom/global/userselect.html.tmpl: Added.
2992         * BugsSite/template/en/custom/global/variables.none.tmpl: Added.
2993         * BugsSite/template/en/custom/index.html.tmpl: Added.
2994         * BugsSite/template/en/custom/list: Added.
2995         * BugsSite/template/en/custom/list/change-columns.html.tmpl: Added.
2996         * BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added.
2997         * BugsSite/template/en/custom/list/list-simple.html.tmpl: Added.
2998         * BugsSite/template/en/custom/list/list.csv.tmpl: Added.
2999         * BugsSite/template/en/custom/list/list.html.tmpl: Added.
3000         * BugsSite/template/en/custom/list/list.ics.tmpl: Added.
3001         * BugsSite/template/en/custom/list/list.js.tmpl: Added.
3002         * BugsSite/template/en/custom/list/list.rdf.tmpl: Added.
3003         * BugsSite/template/en/custom/list/list.rss.tmpl: Added.
3004         * BugsSite/template/en/custom/list/quips.html.tmpl: Added.
3005         * BugsSite/template/en/custom/list/server-push.html.tmpl: Added.
3006         * BugsSite/template/en/custom/list/table.html.tmpl: Added.
3007         * BugsSite/template/en/custom/pages: Added.
3008         * BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added.
3009         * BugsSite/template/en/custom/pages/fields.html.tmpl: Added.
3010         * BugsSite/template/en/custom/pages/linked.html.tmpl: Added.
3011         * BugsSite/template/en/custom/pages/linkify.html.tmpl: Added.
3012         * BugsSite/template/en/custom/pages/voting.html.tmpl: Added.
3013         * BugsSite/template/en/custom/reports: Added.
3014         * BugsSite/template/en/custom/reports/chart.csv.tmpl: Added.
3015         * BugsSite/template/en/custom/reports/chart.html.tmpl: Added.
3016         * BugsSite/template/en/custom/reports/chart.png.tmpl: Added.
3017         * BugsSite/template/en/custom/reports/components.html.tmpl: Added.
3018         * BugsSite/template/en/custom/reports/create-chart.html.tmpl: Added.
3019         * BugsSite/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
3020         * BugsSite/template/en/custom/reports/duplicates-table.html.tmpl: Added.
3021         * BugsSite/template/en/custom/reports/duplicates.html.tmpl: Added.
3022         * BugsSite/template/en/custom/reports/duplicates.rdf.tmpl: Added.
3023         * BugsSite/template/en/custom/reports/edit-series.html.tmpl: Added.
3024         * BugsSite/template/en/custom/reports/keywords.html.tmpl: Added.
3025         * BugsSite/template/en/custom/reports/menu.html.tmpl: Added.
3026         * BugsSite/template/en/custom/reports/report-bar.png.tmpl: Added.
3027         * BugsSite/template/en/custom/reports/report-line.png.tmpl: Added.
3028         * BugsSite/template/en/custom/reports/report-pie.png.tmpl: Added.
3029         * BugsSite/template/en/custom/reports/report-simple.html.tmpl: Added.
3030         * BugsSite/template/en/custom/reports/report-table.csv.tmpl: Added.
3031         * BugsSite/template/en/custom/reports/report-table.html.tmpl: Added.
3032         * BugsSite/template/en/custom/reports/report.csv.tmpl: Added.
3033         * BugsSite/template/en/custom/reports/report.html.tmpl: Added.
3034         * BugsSite/template/en/custom/reports/series-common.html.tmpl: Added.
3035         * BugsSite/template/en/custom/reports/series.html.tmpl: Added.
3036         * BugsSite/template/en/custom/request: Added.
3037         * BugsSite/template/en/custom/request/email.txt.tmpl: Added.
3038         * BugsSite/template/en/custom/request/queue.html.tmpl: Added.
3039         * BugsSite/template/en/custom/search: Added.
3040         * BugsSite/template/en/custom/search/boolean-charts.html.tmpl: Added.
3041         * BugsSite/template/en/custom/search/form.html.tmpl: Added.
3042         * BugsSite/template/en/custom/search/knob.html.tmpl: Added.
3043         * BugsSite/template/en/custom/search/search-advanced.html.tmpl: Added.
3044         * BugsSite/template/en/custom/search/search-create-series.html.tmpl: Added.
3045         * BugsSite/template/en/custom/search/search-help.html.tmpl: Added.
3046         * BugsSite/template/en/custom/search/search-report-graph.html.tmpl: Added.
3047         * BugsSite/template/en/custom/search/search-report-select.html.tmpl: Added.
3048         * BugsSite/template/en/custom/search/search-report-table.html.tmpl: Added.
3049         * BugsSite/template/en/custom/search/search-specific.html.tmpl: Added.
3050         * BugsSite/template/en/custom/search/tabs.html.tmpl: Added.
3051         * BugsSite/template/en/custom/sidebar.xul.tmpl: Added.
3052         * BugsSite/template/en/custom/whine: Added.
3053         * BugsSite/template/en/custom/whine/mail.html.tmpl: Added.
3054         * BugsSite/template/en/custom/whine/mail.txt.tmpl: Added.
3055         * BugsSite/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
3056         * BugsSite/template/en/custom/whine/schedule.html.tmpl: Added.
3057         * BugsSite/template/en/default: Added.
3058         * BugsSite/template/en/default/account: Added.
3059         * BugsSite/template/en/default/account/auth: Added.
3060         * BugsSite/template/en/default/account/auth/ldap-error.html.tmpl: Added.
3061         * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Added.
3062         * BugsSite/template/en/default/account/auth/login.html.tmpl: Added.
3063         * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Added.
3064         * BugsSite/template/en/default/account/create.html.tmpl: Added.
3065         * BugsSite/template/en/default/account/created.html.tmpl: Added.
3066         * BugsSite/template/en/default/account/email: Added.
3067         * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Added.
3068         * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Added.
3069         * BugsSite/template/en/default/account/email/confirm.html.tmpl: Added.
3070         * BugsSite/template/en/default/account/exists.html.tmpl: Added.
3071         * BugsSite/template/en/default/account/password: Added.
3072         * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Added.
3073         * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Added.
3074         * BugsSite/template/en/default/account/prefs: Added.
3075         * BugsSite/template/en/default/account/prefs/account.html.tmpl: Added.
3076         * BugsSite/template/en/default/account/prefs/email.html.tmpl: Added.
3077         * BugsSite/template/en/default/account/prefs/footer.html.tmpl: Added.
3078         * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Added.
3079         * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Added.
3080         * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Added.
3081         * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Added.
3082         * BugsSite/template/en/default/admin: Added.
3083         * BugsSite/template/en/default/admin/classifications: Added.
3084         * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Added.
3085         * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Added.
3086         * BugsSite/template/en/default/admin/classifications/delete.html.tmpl: Added.
3087         * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Added.
3088         * BugsSite/template/en/default/admin/classifications/new.html.tmpl: Added.
3089         * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Added.
3090         * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Added.
3091         * BugsSite/template/en/default/admin/classifications/update.html.tmpl: Added.
3092         * BugsSite/template/en/default/admin/components: Added.
3093         * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Added.
3094         * BugsSite/template/en/default/admin/components/create.html.tmpl: Added.
3095         * BugsSite/template/en/default/admin/components/created.html.tmpl: Added.
3096         * BugsSite/template/en/default/admin/components/deleted.html.tmpl: Added.
3097         * BugsSite/template/en/default/admin/components/edit.html.tmpl: Added.
3098         * BugsSite/template/en/default/admin/components/footer.html.tmpl: Added.
3099         * BugsSite/template/en/default/admin/components/list.html.tmpl: Added.
3100         * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Added.
3101         * BugsSite/template/en/default/admin/components/updated.html.tmpl: Added.
3102         * BugsSite/template/en/default/admin/fieldvalues: Added.
3103         * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Added.
3104         * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Added.
3105         * BugsSite/template/en/default/admin/fieldvalues/created.html.tmpl: Added.
3106         * BugsSite/template/en/default/admin/fieldvalues/deleted.html.tmpl: Added.
3107         * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Added.
3108         * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Added.
3109         * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Added.
3110         * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Added.
3111         * BugsSite/template/en/default/admin/fieldvalues/updated.html.tmpl: Added.
3112         * BugsSite/template/en/default/admin/flag-type: Added.
3113         * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Added.
3114         * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Added.
3115         * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Added.
3116         * BugsSite/template/en/default/admin/groups: Added.
3117         * BugsSite/template/en/default/admin/groups/change.html.tmpl: Added.
3118         * BugsSite/template/en/default/admin/groups/create.html.tmpl: Added.
3119         * BugsSite/template/en/default/admin/groups/created.html.tmpl: Added.
3120         * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Added.
3121         * BugsSite/template/en/default/admin/groups/deleted.html.tmpl: Added.
3122         * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Added.
3123         * BugsSite/template/en/default/admin/groups/list.html.tmpl: Added.
3124         * BugsSite/template/en/default/admin/groups/remove.html.tmpl: Added.
3125         * BugsSite/template/en/default/admin/keywords: Added.
3126         * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Added.
3127         * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Added.
3128         * BugsSite/template/en/default/admin/keywords/created.html.tmpl: Added.
3129         * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Added.
3130         * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Added.
3131         * BugsSite/template/en/default/admin/keywords/rebuild-cache.html.tmpl: Added.
3132         * BugsSite/template/en/default/admin/milestones: Added.
3133         * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Added.
3134         * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Added.
3135         * BugsSite/template/en/default/admin/milestones/created.html.tmpl: Added.
3136         * BugsSite/template/en/default/admin/milestones/deleted.html.tmpl: Added.
3137         * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Added.
3138         * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Added.
3139         * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Added.
3140         * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Added.
3141         * BugsSite/template/en/default/admin/milestones/updated.html.tmpl: Added.
3142         * BugsSite/template/en/default/admin/products: Added.
3143         * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Added.
3144         * BugsSite/template/en/default/admin/products/deleted.html.tmpl: Added.
3145         * BugsSite/template/en/default/admin/products/footer.html.tmpl: Added.
3146         * BugsSite/template/en/default/admin/products/groupcontrol: Added.
3147         * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
3148         * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Added.
3149         * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Added.
3150         * BugsSite/template/en/default/admin/products/list.html.tmpl: Added.
3151         * BugsSite/template/en/default/admin/settings: Added.
3152         * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Added.
3153         * BugsSite/template/en/default/admin/settings/updated.html.tmpl: Added.
3154         * BugsSite/template/en/default/admin/table.html.tmpl: Added.
3155         * BugsSite/template/en/default/admin/users: Added.
3156         * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Added.
3157         * BugsSite/template/en/default/admin/users/create.html.tmpl: Added.
3158         * BugsSite/template/en/default/admin/users/edit.html.tmpl: Added.
3159         * BugsSite/template/en/default/admin/users/list.html.tmpl: Added.
3160         * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Added.
3161         * BugsSite/template/en/default/admin/users/search.html.tmpl: Added.
3162         * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Added.
3163         * BugsSite/template/en/default/admin/versions: Added.
3164         * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Added.
3165         * BugsSite/template/en/default/admin/versions/create.html.tmpl: Added.
3166         * BugsSite/template/en/default/admin/versions/created.html.tmpl: Added.
3167         * BugsSite/template/en/default/admin/versions/deleted.html.tmpl: Added.
3168         * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Added.
3169         * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Added.
3170         * BugsSite/template/en/default/admin/versions/list.html.tmpl: Added.
3171         * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Added.
3172         * BugsSite/template/en/default/admin/versions/updated.html.tmpl: Added.
3173         * BugsSite/template/en/default/attachment: Added.
3174         * BugsSite/template/en/default/attachment/choose.html.tmpl: Added.
3175         * BugsSite/template/en/default/attachment/content-types.html.tmpl: Added.
3176         * BugsSite/template/en/default/attachment/create.html.tmpl: Added.
3177         * BugsSite/template/en/default/attachment/created.html.tmpl: Added.
3178         * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Added.
3179         * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Added.
3180         * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Added.
3181         * BugsSite/template/en/default/attachment/edit-aroben.html.tmpl: Added.
3182         * BugsSite/template/en/default/attachment/edit.html.tmpl: Added.
3183         * BugsSite/template/en/default/attachment/list.html.tmpl: Added.
3184         * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Added.
3185         * BugsSite/template/en/default/attachment/updated.html.tmpl: Added.
3186         * BugsSite/template/en/default/bug: Added.
3187         * BugsSite/template/en/default/bug/activity: Added.
3188         * BugsSite/template/en/default/bug/activity/show.html.tmpl: Added.
3189         * BugsSite/template/en/default/bug/activity/table.html.tmpl: Added.
3190         * BugsSite/template/en/default/bug/choose.html.tmpl: Added.
3191         * BugsSite/template/en/default/bug/comments.html.tmpl: Added.
3192         * BugsSite/template/en/default/bug/create: Added.
3193         * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Added.
3194         * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Added.
3195         * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Added.
3196         * BugsSite/template/en/default/bug/create/create.html.tmpl: Added.
3197         * BugsSite/template/en/default/bug/create/created.html.tmpl: Added.
3198         * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Added.
3199         * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Added.
3200         * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Added.
3201         * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Added.
3202         * BugsSite/template/en/default/bug/edit.html.tmpl: Added.
3203         * BugsSite/template/en/default/bug/knob.html.tmpl: Added.
3204         * BugsSite/template/en/default/bug/navigate.html.tmpl: Added.
3205         * BugsSite/template/en/default/bug/process: Added.
3206         * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Added.
3207         * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Added.
3208         * BugsSite/template/en/default/bug/process/header.html.tmpl: Added.
3209         * BugsSite/template/en/default/bug/process/midair.html.tmpl: Added.
3210         * BugsSite/template/en/default/bug/process/next.html.tmpl: Added.
3211         * BugsSite/template/en/default/bug/process/results.html.tmpl: Added.
3212         * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Added.
3213         * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Added.
3214         * BugsSite/template/en/default/bug/show.html.tmpl: Added.
3215         * BugsSite/template/en/default/bug/show.xml.tmpl: Added.
3216         * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Added.
3217         * BugsSite/template/en/default/bug/time.html.tmpl: Added.
3218         * BugsSite/template/en/default/bug/votes: Added.
3219         * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Added.
3220         * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Added.
3221         * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Added.
3222         * BugsSite/template/en/default/config.js.tmpl: Added.
3223         * BugsSite/template/en/default/config.rdf.tmpl: Added.
3224         * BugsSite/template/en/default/filterexceptions.pl: Added.
3225         * BugsSite/template/en/default/flag: Added.
3226         * BugsSite/template/en/default/flag/list.html.tmpl: Added.
3227         * BugsSite/template/en/default/global: Added.
3228         * BugsSite/template/en/default/global/banner.html.tmpl: Added.
3229         * BugsSite/template/en/default/global/choose-classification.html.tmpl: Added.
3230         * BugsSite/template/en/default/global/choose-product.html.tmpl: Added.
3231         * BugsSite/template/en/default/global/code-error.html.tmpl: Added.
3232         * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Added.
3233         * BugsSite/template/en/default/global/field-descs.none.tmpl: Added.
3234         * BugsSite/template/en/default/global/footer.html.tmpl: Added.
3235         * BugsSite/template/en/default/global/header.html.tmpl: Added.
3236         * BugsSite/template/en/default/global/help-header.html.tmpl: Added.
3237         * BugsSite/template/en/default/global/help.html.tmpl: Added.
3238         * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Added.
3239         * BugsSite/template/en/default/global/initialize.none.tmpl: Added.
3240         * BugsSite/template/en/default/global/message.html.tmpl: Added.
3241         * BugsSite/template/en/default/global/messages.html.tmpl: Added.
3242         * BugsSite/template/en/default/global/select-menu.html.tmpl: Added.
3243         * BugsSite/template/en/default/global/setting-descs.none.tmpl: Added.
3244         * BugsSite/template/en/default/global/site-navigation.html.tmpl: Added.
3245         * BugsSite/template/en/default/global/useful-links.html.tmpl: Added.
3246         * BugsSite/template/en/default/global/user-error.html.tmpl: Added.
3247         * BugsSite/template/en/default/global/userselect.html.tmpl: Added.
3248         * BugsSite/template/en/default/global/variables.none.tmpl: Added.
3249         * BugsSite/template/en/default/index.html.tmpl: Added.
3250         * BugsSite/template/en/default/list: Added.
3251         * BugsSite/template/en/default/list/change-columns.html.tmpl: Added.
3252         * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Added.
3253         * BugsSite/template/en/default/list/list-simple.html.tmpl: Added.
3254         * BugsSite/template/en/default/list/list.atom.tmpl: Added.
3255         * BugsSite/template/en/default/list/list.csv.tmpl: Added.
3256         * BugsSite/template/en/default/list/list.html.tmpl: Added.
3257         * BugsSite/template/en/default/list/list.ics.tmpl: Added.
3258         * BugsSite/template/en/default/list/list.js.tmpl: Added.
3259         * BugsSite/template/en/default/list/list.rdf.tmpl: Added.
3260         * BugsSite/template/en/default/list/quips.html.tmpl: Added.
3261         * BugsSite/template/en/default/list/server-push.html.tmpl: Added.
3262         * BugsSite/template/en/default/list/table.html.tmpl: Added.
3263         * BugsSite/template/en/default/pages: Added.
3264         * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Added.
3265         * BugsSite/template/en/default/pages/fields.html.tmpl: Added.
3266         * BugsSite/template/en/default/pages/linked.html.tmpl: Added.
3267         * BugsSite/template/en/default/pages/linkify.html.tmpl: Added.
3268         * BugsSite/template/en/default/pages/voting.html.tmpl: Added.
3269         * BugsSite/template/en/default/reports: Added.
3270         * BugsSite/template/en/default/reports/chart.csv.tmpl: Added.
3271         * BugsSite/template/en/default/reports/chart.html.tmpl: Added.
3272         * BugsSite/template/en/default/reports/chart.png.tmpl: Added.
3273         * BugsSite/template/en/default/reports/components.html.tmpl: Added.
3274         * BugsSite/template/en/default/reports/create-chart.html.tmpl: Added.
3275         * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Added.
3276         * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Added.
3277         * BugsSite/template/en/default/reports/duplicates.html.tmpl: Added.
3278         * BugsSite/template/en/default/reports/duplicates.rdf.tmpl: Added.
3279         * BugsSite/template/en/default/reports/edit-series.html.tmpl: Added.
3280         * BugsSite/template/en/default/reports/keywords.html.tmpl: Added.
3281         * BugsSite/template/en/default/reports/menu.html.tmpl: Added.
3282         * BugsSite/template/en/default/reports/report-bar.png.tmpl: Added.
3283         * BugsSite/template/en/default/reports/report-line.png.tmpl: Added.
3284         * BugsSite/template/en/default/reports/report-pie.png.tmpl: Added.
3285         * BugsSite/template/en/default/reports/report-simple.html.tmpl: Added.
3286         * BugsSite/template/en/default/reports/report-table.csv.tmpl: Added.
3287         * BugsSite/template/en/default/reports/report-table.html.tmpl: Added.
3288         * BugsSite/template/en/default/reports/report.csv.tmpl: Added.
3289         * BugsSite/template/en/default/reports/report.html.tmpl: Added.
3290         * BugsSite/template/en/default/reports/series-common.html.tmpl: Added.
3291         * BugsSite/template/en/default/reports/series.html.tmpl: Added.
3292         * BugsSite/template/en/default/request: Added.
3293         * BugsSite/template/en/default/request/email.txt.tmpl: Added.
3294         * BugsSite/template/en/default/request/queue.html.tmpl: Added.
3295         * BugsSite/template/en/default/search: Added.
3296         * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Added.
3297         * BugsSite/template/en/default/search/form.html.tmpl: Added.
3298         * BugsSite/template/en/default/search/knob.html.tmpl: Added.
3299         * BugsSite/template/en/default/search/search-advanced.html.tmpl: Added.
3300         * BugsSite/template/en/default/search/search-create-series.html.tmpl: Added.
3301         * BugsSite/template/en/default/search/search-help.html.tmpl: Added.
3302         * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Added.
3303         * BugsSite/template/en/default/search/search-report-select.html.tmpl: Added.
3304         * BugsSite/template/en/default/search/search-report-table.html.tmpl: Added.
3305         * BugsSite/template/en/default/search/search-specific.html.tmpl: Added.
3306         * BugsSite/template/en/default/search/tabs.html.tmpl: Added.
3307         * BugsSite/template/en/default/sidebar.xul.tmpl: Added.
3308         * BugsSite/template/en/default/whine: Added.
3309         * BugsSite/template/en/default/whine/mail.html.tmpl: Added.
3310         * BugsSite/template/en/default/whine/mail.txt.tmpl: Added.
3311         * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Added.
3312         * BugsSite/template/en/default/whine/schedule.html.tmpl: Added.
3313         * BugsSite/template/en/extension: Added.
3314         * BugsSite/template/en/extension/filterexceptions.pl: Added.
3315         * BugsSite/testagent.cgi: Added.
3316         * BugsSite/testserver.pl: Added.
3317         * BugsSite/token.cgi: Added.
3318         * BugsSite/userprefs.cgi: Added.
3319         * BugsSite/votes.cgi: Added.
3320         * BugsSite/whine.pl: Added.
3321         * BugsSite/whineatnews.pl: Added.
3322         * BugsSite/xml.cgi: Added.
3324 2008-02-04  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
3326         Reviewed by Alp Toker and Mark Rowe.
3328         http://bugs.webkit.org/show_bug.cgi?id=16618
3329         [GTK] build-webkit and run-webkit-tests autootools support
3331         Add support for the autotools build to the WebKit build and test
3332         scripts.
3334 2008-02-04  Rodney Dawes  <dobey@wayofthemonkey.com>
3336         Reviewed by Alp Toker and Mark Rowe.
3338         Fix http://bugs.webkit.org/show_bug.cgi?id=17175.
3339         Bug 17175: Use of C++ compiler flags in CFLAGS
3341         Add global_cxxflags definition for inclusion in CXXFLAGS variables.
3342         Only use -fno-rtti and $(SYMBOL_VISIBILITY_INLINES) with global_cxxflags as gcc complains they aren't valid for C.
3344         * GNUmakefile.am:
3346 2008-02-04  Alp Toker  <alp@atoker.com>
3348         Rubber-stamped by Mark Rowe.
3350         Remove all trailing whitespace in the GTK+ port and related
3351         components.
3353         * GNUmakefile.am:
3354         * configure.ac:
3356 2008-01-31  Alp Toker  <alp@atoker.com>
3358         Reviewed by Mark Rowe.
3360         Fix the pkg-config file to follow GTK+ package naming and versioning
3361         conventions.
3363         Remove unneeded dependency listings.
3365         * GNUmakefile.am:
3366         * configure.ac:
3368 2008-01-31  Alp Toker  <alp@atoker.com>
3370         Rubber-stamped by Adam Roben.
3372         http://bugs.webkit.org/show_bug.cgi?id=17006
3373         [GTK] Header path should be webkit/webkit.h
3375         Move the GTK+ API sources as needed and update the build systems.
3377         * GNUmakefile.am:
3378         * WebKit.pri:
3380 2008-01-27  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
3382         Reviewed by Alp Toker.
3384         http://bugs.webkit.org/show_bug.cgi?id=14811
3385         [gtk] [request] add a webkit_gtk_page_go_to_history_item function
3387         * GNUmakefile.am: Added webkitwebbackforwardlist and webkitwebhistoryitem
3389 2008-01-26  Mark Rowe  <mrowe@apple.com>
3391         Reviewed by Alp Toker.
3393         Fix http://bugs.webkit.org/show_bug.cgi?id=17007.
3394         Bug 17007: [GTK] autogen.sh attempts to use "libtoolize" on the Mac
3396         libtoolize is installed as glibtoolize on Mac OS X to avoid naming conflicts
3397         with other system commands.  Check for the presence of glibtoolize if libtoolize
3398         cannot be found.
3400         * autogen.sh:
3402 2008-01-23  Alp Toker  <alp@atoker.com>
3404         Rubber-stamped by Mark Rowe.
3406         Remove whitespace after -I in automake include lists.
3408         * GNUmakefile.am:
3410 2008-01-22  Christian Dywan  <christian@imendio.com>
3412         Reviewed by Alp Toker.
3414         [GTK] API: WebKitWebSettings is not usable
3415         http://bugs.webkit.org/show_bug.cgi?id=16219
3417         Implement WebKitWebSettings.
3419         * GNUmakefile.am:
3421 2008-01-22  Simon Hausmann  <hausmann@webkit.org>
3423         Reviewed by Lars.
3425         Don't compile the ICO plugin when building against Qt >= 4.4
3428         * WebKit.pro:
3430 2008-01-21  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
3432         Reviewed by Alp Toker.
3434         http://bugs.webkit.org/show_bug.cgi?id=16955
3435         Get errors when cross-compile webkit-gtk
3437         * GNUmakefile.am: added ICU_CPPFLAGS
3438         * configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS
3440 2008-01-19  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
3442         Reviewed by Alp Toker.
3444         Add svg foreign object and svg experimental to the GTK+/autotools
3445         build system.
3447         * configure.ac:
3449 2008-01-15  Alp Toker  <alp@atoker.com>
3451         Rubber-stamped by Anders.
3453         Make the HTTP backend configurable in the GTK+ port. curl is currently
3454         the only option.
3456         * GNUmakefile.am:
3457         * WebKit.pri:
3458         * configure.ac:
3460 2008-01-15  Alp Toker  <alp@atoker.com>
3462         GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler
3463         flags only when they're available.
3465         Additionally, use -fvisibility-inlines-hidden in both debug and
3466         release builds when available to match the Mac build.
3468         * GNUmakefile.am:
3469         * configure.ac:
3471 2008-01-12  Alp Toker  <alp@atoker.com>
3473         Reviewed by Mark Rowe.
3475         Hide non-public symbols in GTK+/autotools release builds.
3477         * GNUmakefile.am:
3479 2008-01-11  Alp Toker  <alp@atoker.com>
3481         Reviewed by Oliver Hunt.
3483         Enable FastMalloc by default in GTK+/autotools and add a configure
3484         switch.
3486         * GNUmakefile.am:
3487         * configure.ac:
3489 2008-01-11  Luca Bruno  <lethalman88@gmail.com>
3491         Reviewed by Alp Toker.
3493         http://bugs.webkit.org/show_bug.cgi?id=16838
3494         [GTK] Bad autotools debug and video options
3496         Fix some configure options.
3498         * configure.ac:
3500 2008-01-11  Mark Rowe  <mrowe@apple.com>
3502         Attempt to fix the GTK+ and Qt builds.
3504         * WebKit.pro:
3506 2008-01-10  Alp Toker  <alp@atoker.com>
3508         SVG font build fix for GTK+/autotools.
3510         * configure.ac:
3512 2008-01-05  Alp Toker  <alp@atoker.com>
3514         Rubber-stamped by Mark Rowe.
3516         Fix configure script output with correct descriptions of the default
3517         configuration options.
3519         * configure.ac:
3521 2008-01-05  Sylvain Pasche  <sylvain.pasche@gmail.com>
3523         Reviewed by Alp Toker.
3525         http://bugs.webkit.org/show_bug.cgi?id=16736
3526         Allow autogen.sh invocation from a separate build directory.
3528         * autogen.sh:
3530 2008-01-04  Alp Toker  <alp@atoker.com>
3532         Rubber-stamped by Mark Rowe.
3534         Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The
3535         "rebuild rules" will now be enabled by default.
3537         This obviates the need to pass '--enable-maintainer-mode' to
3538         configure.
3540         * configure.ac:
3542 2008-01-02  Holger Hans Peter Freyther  <zecke@selfish.org>
3544         Rubber stamped by Alp.
3546         Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break
3547         the build. At least people doing a debug build on Ubuntu Hardy will see
3548         the breakage. I was asked to leave the flags inside the files to ease future
3549         debugging.
3551         * GNUmakefile.am:
3552         * WebKit.pri:
3554 2008-01-01  Alp Toker  <alp@atoker.com>
3556         GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
3557         correct parameter to AM_INIT_AUTOMAKE.
3559         * configure.ac:
3561 2007-12-30  Alp Toker  <alp@atoker.com>
3563         Build fix for older autoconf versions.
3565         * configure.ac:
3567 2007-12-29  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
3569         Reviewed by Alp Toker.
3571         Enable Database, XPath and XSLT features by default
3573         * configure.ac:
3575 2007-12-29  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
3577         Reviewed by Alp Toker.
3579         http://bugs.webkit.org/show_bug.cgi?id=16669
3580         autotools update and fixes
3582         Various fixes to the autotools build
3584         * GNUmakefile.am:
3585           - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
3586           - Fix clean rules (Rodney Dawes)
3587           - Added webcore specific variables, remove STDINT_H and
3588             PTHREAD_NP_H checks (already included in config.h)
3589         * autogen.sh:
3590           - Loosen automake and aclocal requirement
3591         * configure.ac:
3592           - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
3593             when doing a debug build (Rodney Dawes)
3594           - Fix webkit target and remove traces of XBL
3596 2007-12-27  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
3598         Reviewed by Alp Toker.
3600         http://bugs.webkit.org/show_bug.cgi?id=16353
3601         [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
3603         Added the flags mentioned in the bug only when doing 'debug'
3604         builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
3606         * GNUmakefile.am:
3607         * WebKit.pri:
3609 2007-12-26  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
3611         Reviewed by Alp Toker.
3613         http://bugs.webkit.org/show_bug.cgi?id=16390
3614         Use autotools or GNU make as the build system for the GTK port
3616         * GNUmakefile.am: Added.
3617         * autogen.sh: Added.
3618         * configure.ac: Added.
3620 2007-12-20  Alp Toker  <alp@atoker.com>
3622         Rubber-stamped by Maciej.
3624         http://bugs.webkit.org/show_bug.cgi?id=16542
3625         [GTK] Text is missing with old Pango version
3627         Back out commits r28880, r28876, r28865, r28864 which added Pango font
3628         selection support. These changes caused a regression where no text was
3629         displayed with older Pango versions.
3631         * WebKit.pri:
3633 2007-12-19  Alp Toker  <alp@atoker.com>
3635         Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
3636         cairo-ft directly following changes in r28864.
3638         * WebKit.pri:
3640 2007-12-12  Alp Toker  <alp@atoker.com>
3642         Reviewed by Mark Rowe.
3644         http://bugs.webkit.org/show_bug.cgi?id=16302
3645         [GTK] Compiler flags for optimization
3647         Use the compiler flags -fno-exceptions -fno-rtti.
3649         This patch does not add all the flags discussed in the bug report,
3650         only these two.
3652         * WebKit.pri:
3654 2007-12-04  Xan Lopez  <xan@gnome.org>
3656         Reviewed by Alp Toker.
3658         http://bugs.webkit.org/show_bug.cgi?id=15561
3659         GTK port needs DumpRenderTree implementation
3661         Start work on the GTK+ DRT.
3663         * WebKit.pro:
3665 2007-11-30  Alp Toker  <alp@atoker.com>
3667         Reviewed by Adam Roben.
3669         http://bugs.webkit.org/show_bug.cgi?id=15691
3670         [GTK] Public API does not follow GTK+ conventions
3672         Refactor the WebKit/GTK+ public API. Changes:
3673           WebKitPage -> WebKitWebView
3674           WebKitFrame -> WebKitWebFrame
3676         Public API source and header names have been updated to mirror the API
3677         changes.
3679         The API is now kept in WebKit/gtk/WebView to match other ports in the
3680         same class such as Mac and Win.
3682         * WebKit.pri:
3684 2007-11-26  Rodney Dawes  <dobey@wayofthemonkey.com>
3686         Reviewed by Mark Rowe.
3688         Set CONFIG option for the window system GTK+ is using
3690         * WebKit.pri:
3692 2007-11-22  Alp Toker  <alp@atoker.com>
3694         GTK+ build fix. Pass a correct LIBDIR value.
3696         * WebKit.pri:
3698 2007-11-20  Mark Rowe  <mrowe@apple.com>
3700         Reviewed by Alp Toker.
3702         * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
3704 2007-11-20  Alp Toker  <alp@atoker.com>
3706         Reviewed by Simon Hausmann.
3708         Clean up GTK+ port configuration.
3710         Use similar compiler warning flags to the Mac build.
3712         Add the qmake changes needed for DirectFB support.
3714         * WebKit.pri:
3716 2007-11-07  Simon Hausmann  <hausmann@kde.org>
3718         Reviewed by Mark.
3720         Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
3721         That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
3723         * WebKit.pri:
3725 2007-10-03  Lars Knoll  <lars@trolltech.com>
3727         Signed off by olliej.
3729         move WebKitQt to WebKit/qt for consistency with the other ports.
3731         * WebKit.pri:
3732         * WebKit.pro:
3734 2007-10-03  Lars Knoll  <lars@trolltech.com>
3736         Reviewed by olliej.
3738         Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
3740         * WebKit.pro:
3742 2007-09-29  Holger Hans Peter Freyther  <zecke@selfish.org>
3744         Reviewed by Mark.
3746         -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
3747         Remove Bakefiles from svn.
3749         * Bakefiles/Bakefiles.bkgen: Removed.
3750         * Bakefiles/ChangeLog: Removed.
3751         * Bakefiles/Readme.txt: Removed.
3752         * Bakefiles/presets.bkl: Removed.
3753         * Bakefiles/update-file-lists.py: Removed.
3755 2007-09-20  Holger Hans Peter Freyther  <zecke@selfish.org>
3757         Rubber stamped by Adam.
3759         Renamed files from *Gdk to *Gtk (see #14732) using the
3760         work of Juan A. Suarez Romero as a base.
3762         GDK -> GTK
3764         * WebKit.pri:
3765         * WebKit.pro:
3767 2007-07-29  Brian Mastenbrook  <brian@mastenbrook.net>
3769         Build fix for WebKit/Gtk to compile on Fedora 7 as described in
3770         http://bugs.webkit.org/show_bug.cgi?id=14557
3772         * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
3774 2007-07-27  Simon Hausmann  <hausmann@kde.org>
3776         Done with and reviewed by Lars and Zack.
3778         Exclude DumpRenderTree from the Qt build on Windows for now.
3780         * WebKit.pro:
3782 2007-07-27  Simon Hausmann  <hausmann@kde.org>
3784         Done with and reviewed by Lars and Zack.
3786         Temporarily disable the ICO support for the Qt build on Windows.
3788         * WebKit.pro:
3790 2007-07-26  Simon Hausmann  <hausmann@kde.org>
3792         Reviewed by Lars.
3794         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.
3796         * WebKit.pri:
3798 2007-07-22  Holger Hans Peter Freyther  <zecke@selfish.org>
3800         Reviewed by Adam.
3802         Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
3803         build against it.
3805         * WebKit.pri:
3807 2007-07-18  Simon Hausmann  <hausmann@kde.org>
3809         Reviewed by Zack.
3811         Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
3813         * WebKit.pro:
3815 2007-07-18  Timothy Hatcher  <timothy@apple.com>
3817         Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
3818         still use this one Makefile.shared as an include.
3820         * Makefile.shared:
3822 2007-07-12  George Staikos  <staikos@kde.org>
3824         Fix build in debug mode.
3826         * WebKit.pri:
3828 2007-07-11  Holger Hans Peter Freyther  <zecke@selfish.org>
3830         Reviewed by Darin Adler.
3832         As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
3833         WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
3835         * WebKit.pri: Adjust INCLUDEPATH
3837 2007-06-25  Adam Roben  <aroben@apple.com>
3839         Really remove LayoutTestResults.
3841         * LayoutTestResults: Removed.
3843 2007-06-25  Adam Roben  <aroben@apple.com>
3845         Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
3846         http://bugs.webkit.org/show_bug.cgi?id=14405
3848         Reviewed by Anders.
3850         * LayoutTestResults: Removed.
3852 2007-06-25  Alp Toker  <alp.toker@collabora.co.uk>
3854         Reviewed by Mark.
3856         http://bugs.webkit.org/show_bug.cgi?id=13975
3857         Use system-provided libjpeg and libpng
3859         * WebKit.pri: Link against external libjpeg and libpng.
3861 2007-06-20  Adam Roben  <aroben@apple.com>
3863         Reviewed by Simon Hausmann.
3865         More Gdk build fixing.
3867         * WebKit.pro:
3869 2007-06-15  Adam Treat  <adam@staikos.net>
3871         Reviewed by George Staikos.
3873         Add ICO support to the Qt build.
3875         * WebKit.pro:
3877 2007-06-13  George Staikos  <staikos@kde.org>
3879         Reviewed by Lars.
3881         Compile without self-linking.
3883         * WebKit.pri:
3885 2007-06-13  Simon Hausmann  <hausmann@kde.org>
3887         Reviewed by Lars.
3889         * WebKit.pri: WebKitQt is now called QtWebKit.
3891 2007-05-31  Alp Toker  <alp.toker@collabora.co.uk>
3893         Reviewed by Eric Seidel.
3895         http://bugs.webkit.org/show_bug.cgi?id=13941
3896         Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
3898         * WebKit.pri:
3900 2007-05-18  Holger Hans Peter Freyther  <zecke@selfish.org>
3902         Reviewed by Mark Rowe.
3904         * WebKit.pro: Build testkjs for Gdk and Qt
3906 2007-05-11  Holger Freyther <freyther@kde.org>
3908         Reviewed by Mark Rowe.
3910         Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
3911         and add ICU configuration to QMAKE_CXXFLAGS.
3913         * WebKit.pri:
3915 2007-05-06  Erik Bunce  <kde@bunce.us>
3917         Reviewed by Mark Rowe.
3919         * WebKit.pri:
3920         Removed unnecessary dependency on MacPorts (/opt/local)
3922 2007-05-03  Holger Freyther <freyther@kde.org>
3924         Reviewed by Zack, landed by Simon.
3925         This is bugzilla bug 13499.
3927         * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
3928         port
3929         * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
3930         port
3932 2007-04-27  Holger Freyther <freyther@kde.org>
3934         Reviewed by Maciej.
3936         Remove unmaintained CMake build system.
3938         * CMakeLists.txt: Removed.
3940 2007-01-30  Simon Hausmann  <hausmann@kde.org>
3942         Reviewed by Zack.
3944         * WebKit.pri: libJavaScriptCore is gone with the Qt build
3945         * WebKit.pro:
3947 2007-01-26  George Staikos  <staikos@kde.org>
3949         Remove headers - not needed now.
3951         * WebKit.pri:
3953 2007-01-23  George Staikos <staikos@kde.org>
3955         Put everything back since we can't build everything without it yet.
3957         * WebKit.pri:
3959 2007-01-16  Lars Knoll <lars@trolltech.com>
3961         Reviewed by Zack
3963         Remove everything but the new public API from
3964         the include path.
3966         * WebKit.pri:
3968 2007-01-11  George Staikos  <staikos@kde.org>
3970         Fix the Qt build
3972         * WebKit.pri:
3974 2007-01-03  Lars Knoll <lars@trolltech.com>
3976         Fix the Qt build
3978         * WebKit.pri:
3980 2006-12-17  Simon Hausmann  <hausmann@kde.org>
3982         Reviewed by Rob Buis.
3984         * WebKit.pro: Build testkjs.
3986 2006-12-14  Timothy Hatcher  <timothy@apple.com>
3988         Reviewed by Brady.
3990         * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
3992 2006-12-13  Maciej Stachowiak  <mjs@apple.com>
3994         Reviewed by Brady and Anders.
3996         * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
3998 2006-12-10  Zack Rusin  <zack@kde.org>
4000         Client classes have been moved to WebKitQt/WebCoreSupport so
4001         adjusting the pri file.
4003         * WebKit.pri:
4005 2006-12-10  George Staikos  <staikos@kde.org>
4007         Reviewed by Zack.
4009         Add WebKitBuild/Release back to the output dir for external build cases.
4011         * WebKit.pri:
4013 2006-12-10  Zack Rusin  <zack@kde.org>
4015         Fix the link directory location.
4017         * WebKit.pri:
4019 2006-12-10  Lars Knoll <lars@trolltech.com>
4021         Reviewed by Zack
4023         Include DumpRenderTree in the Qt build
4025         * WebKit.pro:
4027 2006-12-09  George Staikos  <staikos@kde.org>
4029         Reviewed by Zack.
4031         Correct the path to the libraries for QMake.
4033         * WebKit.pri:
4035 2006-12-09  Lars Knoll <lars@trolltech.com>
4037         Reviewed by Zack
4039         Make it possible to build WebKit with qmake.
4041         * WebKit.pri: Added.
4042         * WebKit.pro: Added.
4044 2006-11-19  Simon Hausmann  <hausmann@kde.org>
4046         Reviewed by Zack.
4048         http://bugs.webkit.org/show_bug.cgi?id=11649
4050         * CMakeLists.txt: Fix Qt-only build without KDE cmake files
4052 2006-10-30  Timothy Hatcher  <timothy@apple.com>
4054         Reviewed by Brady.
4056         Make the universal build return non-zero when module make fails.
4058         * Makefile:
4060 2006-10-30  Stephanie Lewis  <slewis@apple.com>
4062         Reviewed by Darin Adler.
4064         Change Makefiles to return non-zero when module make fails.
4066         * Makefile:
4068 2006-10-27  Brady Eidson  <beidson@apple.com>
4070         Rubber stamped by Tim Hatcher
4072         Added "make universal" to build universal binaries
4074         * Makefile:
4075         * Makefile.shared:
4077 2006-10-01  Nikolas Zimmermann  <zimmermann@kde.org>
4079         Reviewed by eseidel.
4081         * CMakeLists.txt: add option to disable colored output when building on the buildbot