2008-10-27 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / ChangeLog
bloba2e12da8423a93ac66174eea79d1b8e083ef3e23
1 2008-10-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
3         Gtk build fix: add '-' to Wl which was missed in r36845
5         * GNUmakefile.am:
7 2008-10-22  Alp Toker  <alp@nuanti.com>
9         Fix build for Cairo 1.2.
11         * configure.ac:
13 2008-10-20  Alp Toker  <alp@nuanti.com>
15         Partial GTK+/Win32 build fix. Lowercase library name to enable linking
16         when cross-compiling Windows binaries from Linux: -lWs2_32 -> -lws2_32
18         * configure.ac:
20 2008-10-13  Alp Toker  <alp@nuanti.com>
22         GTK+ build fix: Ensure correct builds when debugging is
23         enabled/disabled by defining NDEBUG in autotoolsconfig.h as needed.
24         It's still passed as a compiler flag since some sources (DRT) don't
25         use config.h yet.
27         * configure.ac:
29 2008-10-09  Alp Toker  <alp@nuanti.com>
31         Reviewed by Mark Rowe.
33         https://bugs.webkit.org/show_bug.cgi?id=20760
34         Implement support for x86 Linux in CTI
36         Prepare to enable CTI/WREC on supported architectures. Will be
37         switched on when the crasher introduced in r37386 is resolved.
39         * configure.ac:
41 2008-10-07  Alp Toker  <alp@nuanti.com>
43         GTK+ build fix for older automake versions (1.7). Discussed in bug
44         #21392.
46         * GNUmakefile.am:
48 2008-10-07  Alp Toker  <alp@nuanti.com>
50         Reviewed by Mark Rowe.
52         https://bugs.webkit.org/show_bug.cgi?id=21392
53         [GTK] Auto-generate JS DOM binding sources list
55         Remove the huge lists of generated DOM binding sources and headers in
56         the build system. These are difficult to maintain and can be derived
57         automatically.
59         The new strategy is to re-use the existing lists of IDL sources (which
60         are needed for dist support anyway). This will also ease the addition
61         of new language bindings.
63         * GNUmakefile.am:
65 2008-09-27  Jan Michael Alonzo  <jmalonzo@webkit.org>
67         Reviewed by Holger Freyther.
69         https://bugs.webkit.org/show_bug.cgi?id=20287
70         [Gtk] disable plugins for gtk/directfb target
72         Introduce WTF_PLATFORM_X11 for X11 builds.
73         Also use target-specific packages when building the port
75         * configure.ac: Do not check for cairo-ft for directfb builds.
77 2008-09-27  Marco Barisione  <marco.barisione@collabora.co.uk>
79         Reviewed by Holger Freyther.
81         http://bugs.webkit.org/show_bug.cgi?id=21174
82         [GTK][AUTOTOOLS] Enable large file support at configure time
84         * configure.ac: Enable large file support with AC_SYS_LARGEFILE.
86 2008-09-23  Richard Hult  <richard@imendio.com>
88         Reviewed by Alp Toker. Landed by Jan Alonzo.
90         http://bugs.webkit.org/show_bug.cgi?id=20582
91         [Gtk] Link error on Mac OS X
93         * GNUmakefile.am: Only use the -version-script flag for the gnu
94         linker.
95         * configure.ac: Check for GNU OSes.
97 2008-09-19  Alp Toker  <alp@nuanti.com>
99         Build fix for the 'gold' linker and recent binutils. New behaviour
100         requires that we link to used libraries explicitly.
102         * GNUmakefile.am:
103         * configure.ac:
105 2008-09-04  Marco Barisione  <marco.barisione@collabora.co.uk>
107         Reviewed by Eric Seidel.
109         http://bugs.webkit.org/show_bug.cgi?id=20380
110         [GTK][AUTOTOOLS] Include autotoolsconfig.h from config.h
112         * configure.ac: Rename the configuration header from aconfig.h to autotoolsconfig.h.
114 2008-08-28  Alp Toker  <alp@nuanti.com>
116         GTK+ dist/build fix. List newly added header files.
118         * GNUmakefile.am:
120 2008-08-27  Mike Hommey <glandium@debian.org>
122         Reviewed by Holger.
124         * GNUmakefile.am:
125         * symbols.filter: Added.
127 2008-08-10  Jan Michael Alonzo  <jmalonzo@webkit.org>
129         Reviewed (and updated) by Alp Toker.
131         https://bugs.webkit.org/show_bug.cgi?id=16620
132         [GTK] Autotools make dist and make check support
134         Get make dist working.
136         Note that not all possible configurations have been tested yet.
138         * GNUmakefile.am:
140 2008-08-09  Marco Barisione  <marco.barisione@collabora.co.uk>
142         Reviewed by Alp Toker.
144         http://bugs.webkit.org/show_bug.cgi?id=19045
145         [gtk] ./configure doesn't check for x toolkit availability
147         Some old versions of Xt do not provide xt.pc, in this case use
148         AC_CHECK_LIB to check if the library is installed and then fall back
149         to using just -lXt.
151         * configure.ac:
153 2008-08-09  Alp Toker  <alp@nuanti.com>
155         GTK+ build fixes.
157         Back out r20338 libxslt check (conditional check already exists and
158         this broke the build).
160         Make the flex version check a warning rather than fatal to fix the
161         build bot.
163         * configure.ac:
165 2008-08-08  Jan Michael Alonzo  <jmalonzo@webkit.org>
167         Reviewed by Mark Rowe.
169         http://bugs.webkit.org/show_bug.cgi?id=20338
170         [Gtk] Autotools should check for libxslt
172         Autotools check for libxslt
174         * configure.ac:
176 2008-08-07  Kalle Vahlman  <zuh@iki.fi>
178         Reviewed by David Kilzer.
180         Check for correct flex version to avoid faulty builds
182         A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it
183         https://bugs.webkit.org/show_bug.cgi?id=20253
185         acinclude.m4: Import AX_COMPARE_VERSION macro
186         configure.ac: Check for flex version
188         * acinclude.m4:
189         * configure.ac:
191 2008-08-07  Simon Hausmann  <hausmann@webkit.org>
193         Rubber-stamped by Lars.
195         Added API tests for QWebPage/QWebFrame based on QTestLib.
197         * WebKit.pro: Add WebKit/qt/tests to the build.
199 2008-08-06  Marco Barisione  <marco.barisione@collabora.co.uk>
201         Reviewed by Eric Seidel.
203         http://bugs.webkit.org/show_bug.cgi?id=20276
204         [GTK] Makefile rules for the enum GTypes files depend on Makefile
205         instead of GNUmakefile
207         The patch committed in revision 34649 added the code needed to
208         generate GTypes for enums but the makefile rules for
209         stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on
210         Makefile (used by other ports) instead of GNUmakefile.
212         * GNUmakefile.am: Depend on GNUmakefile instead of Makefile.
214 2008-08-05  Marco Barisione  <marco.barisione@collabora.co.uk>
216         Reviewed by Alp Toker.
218         http://bugs.webkit.org/show_bug.cgi?id=19045
219         [gtk] ./configure doesn't check for x toolkit availability
221         Check for the .pc file for Xt instead of hard coding -lXt in the
222         GNUmakefile.am.
224         Thanks to Dominik Röttsches for the initial patch.
226         * GNUmakefile.am:
227         * configure.ac:
229 2008-07-30  Marco Barisione  <marco.barisione@collabora.co.uk>
231         Reviewed by Holger.
233         http://bugs.webkit.org/show_bug.cgi?id=19742
234         [GTK] Auto generate webkitmarshal.list
236         Auto generate webkitmarshal.list from source files to reduce the
237         number of conflicts when merging git branches or when applying
238         patches.
239         Also rename webkit-marshal.* to webkitmarshal.* for consistency.
241         * GNUmakefile.am:
243 2008-07-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
245         Reviewed by Mark Rowe.
247         Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee.
249         [Gtk] Improve detection jpeglib
250         https://bugs.webkit.org/show_bug.cgi?id=17865
252         * GNUmakefile.am:
253         * configure.ac:
255 2008-07-25  Simon Hausmann  <hausmann@webkit.org>
257         Discussed with and rubber-stamped by Lars.
259         Fix the build system for the Qt port.
261         Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the
262         include search path. With a build process that combines JavaScriptCore and
263         WebCore in one build process/Makefile the existance of
264         JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts.
266         This commit solves this by introducing a separate build of JavaScriptCore into
267         a static library.
269         As a result of the split-up a race-condition due to broken dependencies of
270         regular source files to header files of generated sources showed up very
271         frequently when doing parallel builds (which the buildbot does). This commit at
272         the same time tries to address the dependency problem by making the
273         addExtraCompiler() function also generate a pseudo extra compiler that
274         represents the header file output, so that qmake is aware of the creation of
275         the header file for dependency calculation.
277         At the same time I removed a lot of cruft from the pro files to ease maintenance.
279         * WebKit.pri:
280         * WebKit.pro:
282 2008-06-18  Marco Barisione  <marco.barisione@collabora.co.uk>
284         Reviewed by Alp Toker.
286         https://bugs.webkit.org/show_bug.cgi?id=19171
287         [GTK] GTypes for enumerations
289         Generate GTypes for public enumerations so they can be used as
290         properties.
292         * GNUmakefile.am: Generate webkit-enum-types.cpp and
293         webkit-enum-types.h.
295 2008-06-16  Simon Hausmann  <hausmann@webkit.org>
297         Fix the Qt build. testkjs.pro is now called jsc.pro.
299         * WebKit.pro:
301 2008-06-15  Alp Toker  <alp@nuanti.com>
303         Rubber-stamped by Maciej.
305         Install 'jsc' application by default.
307         * GNUmakefile.am:
309 2008-06-08  Alp Toker  <alp@nuanti.com>
311         autotools/GTK+ build system cleanup. Don't include WebKit API in the
312         WebCore build as it's no longer needed since r34426.
314         * GNUmakefile.am:
316 2008-06-08  Alp Toker  <alp@nuanti.com>
318         Rubber-stamped by Mark Rowe.
320         Bring back -fstrict-aliasing for JavaScriptCore which was removed in
321         r31821, since aliasing issues have now been fixed.
323         Use -O3, not -O2 for the JavaScriptCore build.
325         * GNUmakefile.am:
326         * configure.ac:
328 2008-06-05  Christian Dywan  <christian@twotoasts.de>
330         Reviewed by Alp Toker.
332         https://bugs.webkit.org/show_bug.cgi?id=14141
333         Please add a version to the Gtk port
335         * GNUmakefile.am:
337 2008-06-02  Alp Toker  <alp@nuanti.com>
339         GTK+/autotools Windows build system fixes.
341         * GNUmakefile.am:
342         * configure.ac:
344 2008-06-02  Jan Michael Alonzo  <jmalonzo@webkit.org>
346         Reviewed by Alp Toker.
348         Build WebCore GTK+ sources as part of WebCore, not WebKit.
349         Split common and GTK+-specific sources into separate file lists.
351         * GNUmakefile.am:
353 2008-06-01  Josh Triplett  <josh@freedesktop.org>
355         Reviewed by Alp Toker.
357         http://bugs.webkit.org/show_bug.cgi?id=16891
358         [GTK] autotools build is slow
360         Add dolt revision 5e9eef10 to the autotools build system. Speeds up
361         the build, often by a factor of two or more on supported platforms,
362         otherwise falls back to libtool.
364         See http://dolt.freedesktop.org for details.
366         * acinclude.m4: Added.
367         * configure.ac:
369 2008-05-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
371         Reviewed by Alp Toker.
373         http://bugs.webkit.org/show_bug.cgi?id=19142
374         [Gtk] Remove build options --svg-experimental and --cross-document-messaging
376         * configure.ac:
378 2008-05-24  Alp Toker  <alp@nuanti.com>
380         GTK+/Win32 build fixes. Link against Windows ICU without using
381         icu-config since it's not available on that platform.
383         Link against Ws2_32 when the curl http backend is chosen since we
384         use select() directly.
386         * configure.ac:
388 2008-05-23  Alp Toker  <alp@nuanti.com>
390         GTK+ fixes for building without database support.
392         * configure.ac:
394 2008-05-20  Jan Michael Alonzo  <jmalonzo@webkit.org>
396         Reviewed by Alp Toker.
398         Fix for previous autotools change.
400         * configure.ac:
402 2008-05-20  Jan Michael Alonzo  <jmalonzo@webkit.org>
404         Reviewed by Alp.
406         http://bugs.webkit.org/show_bug.cgi?id=18483
407         [Gtk] Autotools should match build-webkit default flags
409         * configure.ac:
411 2008-05-19  Alp Toker  <alp@nuanti.com>
413         GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when
414         the Pango font backend is selected.
416         * GNUmakefile.am:
417         * configure.ac:
419 2008-05-16  Julien Chaffraix  <jchaffraix@webkit.org>
421         Reviewed by Eric.
423         Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated
425         * configure.ac: Add HTML_FLAGS and set it when video is enabled.
427 2008-05-15  Ariya Hidayat  <ariya.hidayat@trolltech.com>
429         Reviewed by Simon.
431         Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files
432         from gtk-port.
434         * WebKit.pri:
435         * WebKit.pro:
437 2008-05-09  Anders Carlsson  <andersca@apple.com>
439         Reviewed by Mark.
441         Add x86_64 rule.
442         
443         * Makefile:
445 2008-05-09  Simon Hausmann  <hausmann@webkit.org>
447         Reviewed by Holger.
449         Removed explicit linkage against libxml and libxslt on Qt/Mac builds.
450         
451         This dependency is completely unnecessary here and creates only problems by
452         propagating through WebCore.pro over libQtWebKit.prl right now customer
453         applications.
454         
456         * WebKit.pri:
458 2008-05-02  Anders Carlsson  <andersca@apple.com>
460         Reviewed by Mark.
462         Add an "x86_64" make rule.
463         
464         * Makefile.shared:
466 2008-05-02  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
468         Reviewed by Eric.
470         https://bugs.webkit.org/show_bug.cgi?id=18811
471         Enable dashboard and offline web apps in autotools
473         * configure.ac:
475 2008-05-01  Marc Ordinas i Llopis  <marc.ordinasillopis@collabora.co.uk>
477         Reviewed by Alp Toker.
479         https://bugs.webkit.org/show_bug.cgi?id=14750
480         Added support for NPAPI plugins on Gtk and Qt-x11 ports.
482         * GNUmakefile.am: Added Xt library.
484 2008-04-29  David Kilzer  <ddkilzer@apple.com>
486         BUILD FIX for ENABLE(DASHBOARD_SUPPORT)
488         * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT.
490 2008-04-22  Alp Toker  <alp@nuanti.com>
492         GTK+ debug build fix for changes in r32257.
494         * GNUmakefile.am:
496 2008-04-18  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
498         Reviewed by Alp Toker.
500         http://bugs.webkit.org/show_bug.cgi?id=16620
501         [GTK] Autotools make dist and make check support
503         Cleanups.
505         * GNUmakefile.am:
507 2008-04-11  Mark Rowe  <mrowe@apple.com>
509         Rubber-stamped by Antti Koivisto.
511         * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show.
513 2008-04-17  Alp Toker  <alp@atoker.com>
515         GTK+ build fix. Back out the libjpeg check part of r32008 from bug
516         #17865 (reopened).
518         * configure.ac:
520 2008-04-17  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
522         Reviewed by Alp Toker.
524         http://bugs.webkit.org/show_bug.cgi?id=17865
525         [Gtk] Improve detection of jpeglib and glib tools
527         Improve detecting jpeglib and glib tools
529         * configure.ac: Throw an error if the dependencies above are
530         currently not installed
532 2008-04-14  Xan Lopez  <xan@gnome.org>
534         Reviewed by Alp Toker.
536         http://bugs.webkit.org/show_bug.cgi?id=17917
537         Bug 17917: Cookie support for HTTP soup backend
539         Bumped the libsoup required version to 2.23 for cookie support.
541         * configure.ac:
543 2008-04-11  Mark Rowe  <mrowe@apple.com>
545         Rubber-stamped by Anders Carlsson.
547         Fix https://bugs.webkit.org/show_bug.cgi?id=18430
548         Bug 18430: SIGSEGV on amd64 when built with gcc 4.3
550         GCC 4.3 generates bad code in some instances when working with our HashTables
551         as some of the HashTable code violates the strict aliasing requirements.  Since
552         GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until
553         the code can be fixed to be safe with strict aliasing enabled, we will disable
554         strict aliasing.
556         * GNUmakefile.am:
558 2008-03-12  Michael Emmel  <mike.emmel@gmail.com>
560         Reviewed by Alp Toker.
562         http://bugs.webkit.org/show_bug.cgi?id=18397
563         Fix leaving spaces before parens in functions
565         * WebKitTools/Scripts/wkstyle:
567 2008-04-07  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
569         Build fix, rubber-stamped and landed by ap.
571         * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support.
573 2008-03-21  Rodney Dawes  <dobey@wayofthemonkey.com>
575         Reviewed by Holger.
577         Remove the JSCore include path options from global_cppflags.
578         Place JSCore include path options in javascriptcore_cppflags.
579         Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS.
581         * GNUmakefile.am:
583 2008-03-20  Jasper Bryant-Greene  <jasper@unix.geek.nz>
585         Reviewed by Anders.
587         Resolves http://bugs.webkit.org/show_bug.cgi?id=16092
588         "[GTK] Middle-mouse click should allow opening a URL in a new tab"
590         Added WebKitNavigationAction object to GTK API
592         * GNUmakefile.am:
594 2008-03-12  Xan Lopez  <xan@gnome.org>
596         Reviewed by Alp Toker.
598         http://bugs.webkit.org/show_bug.cgi?id=15229
600         Add optional font backend support with freetype and pango
601         backends. Default is freetype for now.
603         Original patch by Sven Herzberg <sven@imendio.com>
605         * configure.ac:
607 2008-03-11  Xan Lopez  <xan@gnome.org>
609         Reviewed by Alp Toker.
611         http://bugs.webkit.org/show_bug.cgi?id=16476
613         Add support for multiple http backends, and add soup backend (off by default).
614         
615         * GNUmakefile.am:
616         * configure.ac:
618 2008-03-07  Simon Hausmann  <hausmann@webkit.org>
620         Reviewed by Darin Adler.
622         Done with Lars.
624         Added plugins subdirectory to the include path.
626         * WebKit.pri:
628 2008-03-09  Alp Toker  <alp@atoker.com>
630         GTK+ build fix for r30913.
632         Use UNICODE_CFLAGS for C++ sources as well as C sources.
634         * GNUmakefile.am:
636 2008-03-09  Jürg Billeter  <j@bitron.ch>
638         Reviewed by Alp Toker.
640         Conditionalise ICU for Unicode in the GTK+ port.
642         * GNUmakefile.am:
643         * configure.ac:
645 2008-03-03  Brent Fulgham  <bfulgham@gmail.com>
647         Reviewed by Alp Toker.
649         http://bugs.webkit.org/show_bug.cgi?id=17644
650         Build GTK on Mac OS X using native ICU library
652         Use Apple native ICU libraries when building GTK
653         webkit on Mac OS.
655         * configure.ac:
657 2008-03-02  Brent Fulgham  <bfulgham@gmail.com>
659         Reviewed by Alp Toker.
661         Add ICU_CPPFLAGS earlier in include path for WebCore
662         so that we find $(icu_cppflags)/unicode/utf8.h, rather than
663         the wtf/unicode/UTF8.h on case-insensitive file systems.
665         * GNUmakefile.am:
667 2008-03-02  Alp Toker  <alp@atoker.com>
669         Reviewed by Mark Rowe.
671         Split the WebKit GTK+ build out of the WebCore build and change the
672         shared object name to match the package name.
674         * GNUmakefile.am:
676 2008-02-28  Alp Toker  <alp@atoker.com>
678         Fix a configure script typo spotted by Kalle Vahlman.
680         * configure.ac:
682 2008-02-26  Timothy Hatcher  <timothy@apple.com>
684         Reviewed by Darin Adler.
686         Add "64" and "64u" make rules to allow easy building of 64-bit versions.
688         make 64: will build Intel-only 64-bit.
689         make 64u: will build 4-way universal for PPC and Intel.
691         * Makefile:
692         * Makefile.shared:
694 2008-02-23  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
696         Rubber stamped by Darin Adler.
698         Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
699         whitespaces introduced in the previous commit.
701         * GNUmakefile.am: 
703 2008-02-23  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
705         Rubber-stamped by Darin Adler.
707         * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES.
708         * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS.
710 2008-02-21  Alp Toker  <alp@atoker.com>
712         Fix a configure script typo.
714         * configure.ac:
716 2008-02-21  Alp Toker  <alp@atoker.com>
718         GTK+/autotools SVG experimental build fix
720         Don't enable SVG filters in --enable-svg-experimental.
722         This feature isn't supported at all yet. Developers can enable it
723         explicitly by passing --enable-svg-filters if needed.
725         * configure.ac:
727 2008-02-21  Mike Auty  <mike.auty@gmail.com>
729         Reviewed by Alp Toker.
731         http://bugs.webkit.org/show_bug.cgi?id=17445
732         [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed"
734         The GNUmakefile.am files make use of the LDFLAGS variable to include library
735         additions such as -ljpeg etc.  Unfortunately, if these inclusions aren't made
736         in LIBADD/LDADD variables, then they are mis-ordered during the linking.
738         The as-needed flag discards libraries whose functions have not been needed by
739         earlier libraries, which therefore makes the ordering important.
741         This moves all -l library inclusion statements from LDFLAGS variables to
742         LIBADD/LDADD variables.
744         * GNUmakefile.am:
746 2008-02-15  Alp Toker  <alp@atoker.com>
748         Reviewed by Holger.
750         GTK+ configure script cleanups
752         Categorize the configuration summary printout.
753         Bump GTK+ requirement to 2.8.
754         Rename 'webkit_target' to just 'target'.
755         Don't check for pthread on Win32.
757         * configure.ac:
759 2008-02-14  Adam Roben  <aroben@apple.com>
761         Turn on cross-document messaging support by default
763         Reviewed by Darin Adler.
765         * configure.ac:
767 2008-02-14  Adam Roben  <aroben@apple.com>
769         Conditionalize cross-document messaging support
771         The cross-document messaging parts of HTML 5 are in flux and we want
772         ports to be able to turn off the support as needed.
774         Note that the support is turned off by default right now. A subsequent
775         commit will turn it on by default.
777         Reviewed by Darin Adler.
779         * configure.ac:
781 2008-02-12  Rodney Dawes  <dobey@wayofthemonkey.com>
783         Reviewed by Alp Toker.
785         Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES
786         to the CPPFLAGS for WebCore and WebKit
787         Add a pkgconfig check for hildon-1 when --with-hildon specified
788         Output the use of Hildon support in the summary
789         Add HILDON_CPPFLAGS to webkitgtk_cppflags
790         Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS
791         Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS
793         * configure.ac:
794         * GNUmakefile.am:
796 2008-02-08  Alp Toker  <alp@atoker.com>
798         Rubber-stamped by Maciej.
800         Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4.
802         * configure.ac:
804 2008-02-06  Timothy Hatcher  <timothy@apple.com>
806         Rubber-stamped by Mark Rowe.
808         Dump of bugs.webkit.org's Bugzilla instance.
810         * BugsSite: Added.
811         * BugsSite/.htaccess: Added.
812         * BugsSite/Bugzilla: Added.
813         * BugsSite/Bugzilla.pm: Added.
814         * BugsSite/Bugzilla/.cvsignore: Added.
815         * BugsSite/Bugzilla/.htaccess: Added.
816         * BugsSite/Bugzilla/Attachment.pm: Added.
817         * BugsSite/Bugzilla/Auth: Added.
818         * BugsSite/Bugzilla/Auth.pm: Added.
819         * BugsSite/Bugzilla/Auth/Login: Added.
820         * BugsSite/Bugzilla/Auth/Login/WWW: Added.
821         * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added.
822         * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added.
823         * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added.
824         * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added.
825         * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added.
826         * BugsSite/Bugzilla/Auth/README: Added.
827         * BugsSite/Bugzilla/Auth/Verify: Added.
828         * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added.
829         * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added.
830         * BugsSite/Bugzilla/Bug.pm: Added.
831         * BugsSite/Bugzilla/BugMail.pm: Added.
832         * BugsSite/Bugzilla/CGI.pm: Added.
833         * BugsSite/Bugzilla/Chart.pm: Added.
834         * BugsSite/Bugzilla/Config.pm: Added.
835         * BugsSite/Bugzilla/Constants.pm: Added.
836         * BugsSite/Bugzilla/DB: Added.
837         * BugsSite/Bugzilla/DB.pm: Added.
838         * BugsSite/Bugzilla/DB/Mysql.pm: Added.
839         * BugsSite/Bugzilla/DB/Pg.pm: Added.
840         * BugsSite/Bugzilla/DB/Schema: Added.
841         * BugsSite/Bugzilla/DB/Schema.pm: Added.
842         * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added.
843         * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added.
844         * BugsSite/Bugzilla/Error.pm: Added.
845         * BugsSite/Bugzilla/Flag.pm: Added.
846         * BugsSite/Bugzilla/FlagType.pm: Added.
847         * BugsSite/Bugzilla/Group.pm: Added.
848         * BugsSite/Bugzilla/Search.pm: Added.
849         * BugsSite/Bugzilla/Series.pm: Added.
850         * BugsSite/Bugzilla/Template: Added.
851         * BugsSite/Bugzilla/Template.pm: Added.
852         * BugsSite/Bugzilla/Template/Plugin: Added.
853         * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added.
854         * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added.
855         * BugsSite/Bugzilla/Template/Plugin/User.pm: Added.
856         * BugsSite/Bugzilla/Token.pm: Added.
857         * BugsSite/Bugzilla/User: Added.
858         * BugsSite/Bugzilla/User.pm: Added.
859         * BugsSite/Bugzilla/User/Setting.pm: Added.
860         * BugsSite/Bugzilla/Util.pm: Added.
861         * BugsSite/CGI.pl: Added.
862         * BugsSite/PrettyPatch: Added.
863         * BugsSite/PrettyPatch/PrettyPatch.rb: Added.
864         * BugsSite/PrettyPatch/prettify.rb: Added.
865         * BugsSite/QUICKSTART: Added.
866         * BugsSite/README: Added.
867         * BugsSite/UPGRADING: Added.
868         * BugsSite/UPGRADING-pre-2.8: Added.
869         * BugsSite/ant.jpg: Added.
870         * BugsSite/attachment-aroben.cgi: Added.
871         * BugsSite/attachment.cgi: Added.
872         * BugsSite/buglist.cgi: Added.
873         * BugsSite/bugzilla.dtd: Added.
874         * BugsSite/chart.cgi: Added.
875         * BugsSite/checksetup.pl: Added.
876         * BugsSite/colchange.cgi: Added.
877         * BugsSite/collectstats.pl: Added.
878         * BugsSite/config.cgi: Added.
879         * BugsSite/contrib: Added.
880         * BugsSite/contrib/BugzillaEmail.pm: Added.
881         * BugsSite/contrib/README: Added.
882         * BugsSite/contrib/README.Mailif: Added.
883         * BugsSite/contrib/bug_email.pl: Added.
884         * BugsSite/contrib/bugmail_help.html: Added.
885         * BugsSite/contrib/bugzilla-submit: Added.
886         * BugsSite/contrib/bugzilla-submit/README: Added.
887         * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added.
888         * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added.
889         * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added.
890         * BugsSite/contrib/bugzilla.procmailrc: Added.
891         * BugsSite/contrib/bugzilla_email_append.pl: Added.
892         * BugsSite/contrib/bugzilla_ldapsync.rb: Added.
893         * BugsSite/contrib/bzdbcopy.pl: Added.
894         * BugsSite/contrib/cmdline: Added.
895         * BugsSite/contrib/cmdline/bugcount: Added.
896         * BugsSite/contrib/cmdline/bugids: Added.
897         * BugsSite/contrib/cmdline/buglist: Added.
898         * BugsSite/contrib/cmdline/bugs: Added.
899         * BugsSite/contrib/cmdline/bugslink: Added.
900         * BugsSite/contrib/cmdline/makequery: Added.
901         * BugsSite/contrib/cmdline/query.conf: Added.
902         * BugsSite/contrib/cvs-update.pl: Added.
903         * BugsSite/contrib/gnats2bz.pl: Added.
904         * BugsSite/contrib/gnatsparse: Added.
905         * BugsSite/contrib/gnatsparse/README: Added.
906         * BugsSite/contrib/gnatsparse/gnatsparse.py: Added.
907         * BugsSite/contrib/gnatsparse/magic.py: Added.
908         * BugsSite/contrib/gnatsparse/specialuu.py: Added.
909         * BugsSite/contrib/jb2bz.py: Added.
910         * BugsSite/contrib/mysqld-watcher.pl: Added.
911         * BugsSite/contrib/sendbugmail.pl: Added.
912         * BugsSite/contrib/sendunsentbugmail.pl: Added.
913         * BugsSite/contrib/syncLDAP.pl: Added.
914         * BugsSite/contrib/yp_nomail.sh: Added.
915         * BugsSite/createaccount.cgi: Added.
916         * BugsSite/data: Added.
917         * BugsSite/data/.htaccess: Added.
918         * BugsSite/data/attachments: Added.
919         * BugsSite/data/attachments/.htaccess: Added.
920         * BugsSite/data/duplicates: Added.
921         * BugsSite/data/mail: Added.
922         * BugsSite/data/mimedump-tmp: Added.
923         * BugsSite/data/mining: Added.
924         * BugsSite/data/nomail: Added.
925         * BugsSite/data/params: Added.
926         * BugsSite/data/template: Added.
927         * BugsSite/data/template/template: Added.
928         * BugsSite/data/template/template/en: Added.
929         * BugsSite/data/template/template/en/custom: Added.
930         * BugsSite/data/template/template/en/custom/account: Added.
931         * BugsSite/data/template/template/en/custom/account/auth: Added.
932         * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
933         * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added.
934         * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added.
935         * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added.
936         * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added.
937         * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added.
938         * BugsSite/data/template/template/en/custom/account/email: Added.
939         * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added.
940         * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added.
941         * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added.
942         * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added.
943         * BugsSite/data/template/template/en/custom/account/password: Added.
944         * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
945         * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
946         * BugsSite/data/template/template/en/custom/account/prefs: Added.
947         * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added.
948         * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added.
949         * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added.
950         * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added.
951         * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added.
952         * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
953         * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added.
954         * BugsSite/data/template/template/en/custom/admin: Added.
955         * BugsSite/data/template/template/en/custom/admin/classifications: Added.
956         * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added.
957         * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added.
958         * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added.
959         * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added.
960         * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added.
961         * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
962         * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added.
963         * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added.
964         * BugsSite/data/template/template/en/custom/admin/components: Added.
965         * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
966         * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added.
967         * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added.
968         * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added.
969         * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added.
970         * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added.
971         * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added.
972         * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added.
973         * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added.
974         * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added.
975         * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
976         * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
977         * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
978         * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
979         * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
980         * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
981         * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
982         * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
983         * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
984         * BugsSite/data/template/template/en/custom/admin/flag-type: Added.
985         * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
986         * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
987         * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added.
988         * BugsSite/data/template/template/en/custom/admin/groups: Added.
989         * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added.
990         * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added.
991         * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added.
992         * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added.
993         * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added.
994         * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added.
995         * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added.
996         * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added.
997         * BugsSite/data/template/template/en/custom/admin/keywords: Added.
998         * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
999         * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
1000         * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
1001         * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
1002         * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
1003         * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
1004         * BugsSite/data/template/template/en/custom/admin/milestones: Added.
1005         * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
1006         * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added.
1007         * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added.
1008         * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
1009         * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added.
1010         * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added.
1011         * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added.
1012         * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
1013         * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added.
1014         * BugsSite/data/template/template/en/custom/admin/products: Added.
1015         * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
1016         * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added.
1017         * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added.
1018         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added.
1019         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
1020         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
1021         * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
1022         * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added.
1023         * BugsSite/data/template/template/en/custom/admin/settings: Added.
1024         * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added.
1025         * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added.
1026         * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added.
1027         * BugsSite/data/template/template/en/custom/admin/users: Added.
1028         * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
1029         * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added.
1030         * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added.
1031         * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added.
1032         * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
1033         * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added.
1034         * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added.
1035         * BugsSite/data/template/template/en/custom/admin/versions: Added.
1036         * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
1037         * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added.
1038         * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added.
1039         * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added.
1040         * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added.
1041         * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added.
1042         * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added.
1043         * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added.
1044         * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added.
1045         * BugsSite/data/template/template/en/custom/attachment: Added.
1046         * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added.
1047         * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added.
1048         * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added.
1049         * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added.
1050         * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added.
1051         * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added.
1052         * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added.
1053         * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added.
1054         * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added.
1055         * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added.
1056         * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added.
1057         * BugsSite/data/template/template/en/custom/bug: Added.
1058         * BugsSite/data/template/template/en/custom/bug/activity: Added.
1059         * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added.
1060         * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added.
1061         * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added.
1062         * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added.
1063         * BugsSite/data/template/template/en/custom/bug/create: Added.
1064         * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
1065         * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added.
1066         * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added.
1067         * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added.
1068         * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added.
1069         * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added.
1070         * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added.
1071         * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added.
1072         * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added.
1073         * BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added.
1074         * BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added.
1075         * BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added.
1076         * BugsSite/data/template/template/en/custom/bug/process: Added.
1077         * BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added.
1078         * BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
1079         * BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added.
1080         * BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added.
1081         * BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added.
1082         * BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added.
1083         * BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
1084         * BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added.
1085         * BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added.
1086         * BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added.
1087         * BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added.
1088         * BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added.
1089         * BugsSite/data/template/template/en/custom/bug/votes: Added.
1090         * BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
1091         * BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
1092         * BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
1093         * BugsSite/data/template/template/en/custom/config.js.tmpl: Added.
1094         * BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added.
1095         * BugsSite/data/template/template/en/custom/flag: Added.
1096         * BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added.
1097         * BugsSite/data/template/template/en/custom/global: Added.
1098         * BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added.
1099         * BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added.
1100         * BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added.
1101         * BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added.
1102         * BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added.
1103         * BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added.
1104         * BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added.
1105         * BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added.
1106         * BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added.
1107         * BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added.
1108         * BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added.
1109         * BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added.
1110         * BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added.
1111         * BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added.
1112         * BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added.
1113         * BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added.
1114         * BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added.
1115         * BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added.
1116         * BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added.
1117         * BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added.
1118         * BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added.
1119         * BugsSite/data/template/template/en/custom/index.html.tmpl: Added.
1120         * BugsSite/data/template/template/en/custom/list: Added.
1121         * BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added.
1122         * BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added.
1123         * BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added.
1124         * BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added.
1125         * BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added.
1126         * BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added.
1127         * BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added.
1128         * BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added.
1129         * BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added.
1130         * BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added.
1131         * BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added.
1132         * BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added.
1133         * BugsSite/data/template/template/en/custom/pages: Added.
1134         * BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added.
1135         * BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added.
1136         * BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added.
1137         * BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added.
1138         * BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added.
1139         * BugsSite/data/template/template/en/custom/reports: Added.
1140         * BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added.
1141         * BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added.
1142         * BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added.
1143         * BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added.
1144         * BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added.
1145         * BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
1146         * BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added.
1147         * BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added.
1148         * BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added.
1149         * BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added.
1150         * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added.
1151         * BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added.
1152         * BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added.
1153         * BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added.
1154         * BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added.
1155         * BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added.
1156         * BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added.
1157         * BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added.
1158         * BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added.
1159         * BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added.
1160         * BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added.
1161         * BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added.
1162         * BugsSite/data/template/template/en/custom/request: Added.
1163         * BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added.
1164         * BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added.
1165         * BugsSite/data/template/template/en/custom/search: Added.
1166         * BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added.
1167         * BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added.
1168         * BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added.
1169         * BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added.
1170         * BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added.
1171         * BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added.
1172         * BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added.
1173         * BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added.
1174         * BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added.
1175         * BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added.
1176         * BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added.
1177         * BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added.
1178         * BugsSite/data/template/template/en/custom/whine: Added.
1179         * BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added.
1180         * BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added.
1181         * BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
1182         * BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added.
1183         * BugsSite/data/template/template/en/default: Added.
1184         * BugsSite/data/template/template/en/default/attachment: Added.
1185         * BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added.
1186         * BugsSite/data/template/template/en/default/list: Added.
1187         * BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added.
1188         * BugsSite/data/versioncache: Added.
1189         * BugsSite/data/versioncache.13P9L: Added.
1190         * BugsSite/data/versioncache.1lH1E: Added.
1191         * BugsSite/data/versioncache.3AnHd: Added.
1192         * BugsSite/data/versioncache.3Jmjt: Added.
1193         * BugsSite/data/versioncache.3JzIL: Added.
1194         * BugsSite/data/versioncache.77b4y: Added.
1195         * BugsSite/data/versioncache.7VzyU: Added.
1196         * BugsSite/data/versioncache.EQdAm: Added.
1197         * BugsSite/data/versioncache.EouAG: Added.
1198         * BugsSite/data/versioncache.LJ5n1: Added.
1199         * BugsSite/data/versioncache.Lb0fW: Added.
1200         * BugsSite/data/versioncache.PyAd8: Added.
1201         * BugsSite/data/versioncache.SFyse: Added.
1202         * BugsSite/data/versioncache.SkTTg: Added.
1203         * BugsSite/data/versioncache.VVO7E: Added.
1204         * BugsSite/data/versioncache.XbxgU: Added.
1205         * BugsSite/data/versioncache.Yezqr: Added.
1206         * BugsSite/data/versioncache.dtzIv: Added.
1207         * BugsSite/data/versioncache.jzpeh: Added.
1208         * BugsSite/data/versioncache.pbn6U: Added.
1209         * BugsSite/data/versioncache.qyixS: Added.
1210         * BugsSite/data/versioncache.sBMdb: Added.
1211         * BugsSite/data/versioncache.xNi34: Added.
1212         * BugsSite/data/webdot: Added.
1213         * BugsSite/data/webdot/.htaccess: Added.
1214         * BugsSite/data/webdot/0ZLH3QpFd8.dot: Added.
1215         * BugsSite/data/webdot/3s6e7eC2Dy.dot: Added.
1216         * BugsSite/data/webdot/6MW0q54cyY.dot: Added.
1217         * BugsSite/data/webdot/A2RlhPdO2Q.dot: Added.
1218         * BugsSite/data/webdot/DuBX4I4946.dot: Added.
1219         * BugsSite/data/webdot/GudTgvrKBX.dot: Added.
1220         * BugsSite/data/webdot/I1mCbLtAzQ.dot: Added.
1221         * BugsSite/data/webdot/JtKgvWGVb4.dot: Added.
1222         * BugsSite/data/webdot/RFk4bjAwYc.dot: Added.
1223         * BugsSite/data/webdot/YQ1pWFVfqt.dot: Added.
1224         * BugsSite/data/webdot/YcFUepShZI.dot: Added.
1225         * BugsSite/data/webdot/a9i00KgTQk.dot: Added.
1226         * BugsSite/data/webdot/c412GYaHch.dot: Added.
1227         * BugsSite/data/webdot/hjYnYr3tV1.dot: Added.
1228         * BugsSite/data/webdot/pq3Qw7wynI.dot: Added.
1229         * BugsSite/data/webdot/tL7GjA7bqH.dot: Added.
1230         * BugsSite/defparams.pl: Added.
1231         * BugsSite/describecomponents.cgi: Added.
1232         * BugsSite/describekeywords.cgi: Added.
1233         * BugsSite/describekeywords.cgi.bak: Added.
1234         * BugsSite/docs: Added.
1235         * BugsSite/docs/.cvsignore: Added.
1236         * BugsSite/docs/README.docs: Added.
1237         * BugsSite/docs/html: Added.
1238         * BugsSite/docs/html/Bugzilla-Guide.html: Added.
1239         * BugsSite/docs/html/about.html: Added.
1240         * BugsSite/docs/html/administration.html: Added.
1241         * BugsSite/docs/html/bug_page.html: Added.
1242         * BugsSite/docs/html/bugreports.html: Added.
1243         * BugsSite/docs/html/cmdline-bugmail.html: Added.
1244         * BugsSite/docs/html/cmdline.html: Added.
1245         * BugsSite/docs/html/components.html: Added.
1246         * BugsSite/docs/html/configuration.html: Added.
1247         * BugsSite/docs/html/conventions.html: Added.
1248         * BugsSite/docs/html/copyright.html: Added.
1249         * BugsSite/docs/html/credits.html: Added.
1250         * BugsSite/docs/html/cust-change-permissions.html: Added.
1251         * BugsSite/docs/html/cust-hooks.html: Added.
1252         * BugsSite/docs/html/cust-templates.html: Added.
1253         * BugsSite/docs/html/customization.html: Added.
1254         * BugsSite/docs/html/dbdoc.html: Added.
1255         * BugsSite/docs/html/dbmodify.html: Added.
1256         * BugsSite/docs/html/disclaimer.html: Added.
1257         * BugsSite/docs/html/extraconfig.html: Added.
1258         * BugsSite/docs/html/faq.html: Added.
1259         * BugsSite/docs/html/flags-overview.html: Added.
1260         * BugsSite/docs/html/flags.html: Added.
1261         * BugsSite/docs/html/general-advice.html: Added.
1262         * BugsSite/docs/html/gfdl-0.html: Added.
1263         * BugsSite/docs/html/gfdl-1.html: Added.
1264         * BugsSite/docs/html/gfdl-10.html: Added.
1265         * BugsSite/docs/html/gfdl-2.html: Added.
1266         * BugsSite/docs/html/gfdl-3.html: Added.
1267         * BugsSite/docs/html/gfdl-4.html: Added.
1268         * BugsSite/docs/html/gfdl-5.html: Added.
1269         * BugsSite/docs/html/gfdl-6.html: Added.
1270         * BugsSite/docs/html/gfdl-7.html: Added.
1271         * BugsSite/docs/html/gfdl-8.html: Added.
1272         * BugsSite/docs/html/gfdl-9.html: Added.
1273         * BugsSite/docs/html/gfdl-howto.html: Added.
1274         * BugsSite/docs/html/gfdl.html: Added.
1275         * BugsSite/docs/html/glossary.html: Added.
1276         * BugsSite/docs/html/groups.html: Added.
1277         * BugsSite/docs/html/hintsandtips.html: Added.
1278         * BugsSite/docs/html/index.html: Added.
1279         * BugsSite/docs/html/install-perlmodules-manual.html: Added.
1280         * BugsSite/docs/html/installation.html: Added.
1281         * BugsSite/docs/html/installing-bugzilla.html: Added.
1282         * BugsSite/docs/html/integration.html: Added.
1283         * BugsSite/docs/html/lifecycle.html: Added.
1284         * BugsSite/docs/html/list.html: Added.
1285         * BugsSite/docs/html/milestones.html: Added.
1286         * BugsSite/docs/html/modules-manual-download.html: Added.
1287         * BugsSite/docs/html/modules-manual-instructions.html: Added.
1288         * BugsSite/docs/html/modules-manual-optional.html: Added.
1289         * BugsSite/docs/html/myaccount.html: Added.
1290         * BugsSite/docs/html/newversions.html: Added.
1291         * BugsSite/docs/html/nonroot.html: Added.
1292         * BugsSite/docs/html/os-specific.html: Added.
1293         * BugsSite/docs/html/parameters.html: Added.
1294         * BugsSite/docs/html/paranoid-security.html: Added.
1295         * BugsSite/docs/html/patches.html: Added.
1296         * BugsSite/docs/html/patchviewer.html: Added.
1297         * BugsSite/docs/html/products.html: Added.
1298         * BugsSite/docs/html/query.html: Added.
1299         * BugsSite/docs/html/quips.html: Added.
1300         * BugsSite/docs/html/reporting.html: Added.
1301         * BugsSite/docs/html/security-bugzilla.html: Added.
1302         * BugsSite/docs/html/security-mysql.html: Added.
1303         * BugsSite/docs/html/security-os.html: Added.
1304         * BugsSite/docs/html/security-webserver.html: Added.
1305         * BugsSite/docs/html/security.html: Added.
1306         * BugsSite/docs/html/trbl-bundlebugzilla.html: Added.
1307         * BugsSite/docs/html/trbl-dbdsponge.html: Added.
1308         * BugsSite/docs/html/trbl-index.html: Added.
1309         * BugsSite/docs/html/trbl-passwd-encryption.html: Added.
1310         * BugsSite/docs/html/trbl-perlmodule.html: Added.
1311         * BugsSite/docs/html/trbl-relogin-everyone.html: Added.
1312         * BugsSite/docs/html/trbl-testserver.html: Added.
1313         * BugsSite/docs/html/trouble-filetemp.html: Added.
1314         * BugsSite/docs/html/troubleshooting.html: Added.
1315         * BugsSite/docs/html/upgrading.html: Added.
1316         * BugsSite/docs/html/useradmin.html: Added.
1317         * BugsSite/docs/html/userpreferences.html: Added.
1318         * BugsSite/docs/html/using-intro.html: Added.
1319         * BugsSite/docs/html/using.html: Added.
1320         * BugsSite/docs/html/versions.html: Added.
1321         * BugsSite/docs/html/voting.html: Added.
1322         * BugsSite/docs/html/whining.html: Added.
1323         * BugsSite/docs/html/x3190.html: Added.
1324         * BugsSite/docs/images: Added.
1325         * BugsSite/docs/images/bzLifecycle.png: Added.
1326         * BugsSite/docs/images/bzLifecycle.xml: Added.
1327         * BugsSite/docs/images/callouts: Added.
1328         * BugsSite/docs/images/callouts/1.gif: Added.
1329         * BugsSite/docs/images/callouts/2.gif: Added.
1330         * BugsSite/docs/images/callouts/3.gif: Added.
1331         * BugsSite/docs/images/caution.gif: Added.
1332         * BugsSite/docs/images/note.gif: Added.
1333         * BugsSite/docs/images/tip.gif: Added.
1334         * BugsSite/docs/images/warning.gif: Added.
1335         * BugsSite/docs/makedocs.pl: Added.
1336         * BugsSite/docs/pdf: Added.
1337         * BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added.
1338         * BugsSite/docs/rel_notes.txt: Added.
1339         * BugsSite/docs/txt: Added.
1340         * BugsSite/docs/txt/Bugzilla-Guide.txt: Added.
1341         * BugsSite/docs/xml: Added.
1342         * BugsSite/docs/xml/Bugzilla-Guide.xml: Added.
1343         * BugsSite/docs/xml/about.xml: Added.
1344         * BugsSite/docs/xml/administration.xml: Added.
1345         * BugsSite/docs/xml/conventions.xml: Added.
1346         * BugsSite/docs/xml/customization.xml: Added.
1347         * BugsSite/docs/xml/dbschema.mysql: Added.
1348         * BugsSite/docs/xml/faq.xml: Added.
1349         * BugsSite/docs/xml/filetemp.patch: Added.
1350         * BugsSite/docs/xml/gfdl.xml: Added.
1351         * BugsSite/docs/xml/glossary.xml: Added.
1352         * BugsSite/docs/xml/index.xml: Added.
1353         * BugsSite/docs/xml/installation.xml: Added.
1354         * BugsSite/docs/xml/integration.xml: Added.
1355         * BugsSite/docs/xml/introduction.xml: Added.
1356         * BugsSite/docs/xml/modules.xml: Added.
1357         * BugsSite/docs/xml/patches.xml: Added.
1358         * BugsSite/docs/xml/requiredsoftware.xml: Added.
1359         * BugsSite/docs/xml/security.xml: Added.
1360         * BugsSite/docs/xml/troubleshooting.xml: Added.
1361         * BugsSite/docs/xml/using.xml: Added.
1362         * BugsSite/doeditparams.cgi: Added.
1363         * BugsSite/duplicates.cgi: Added.
1364         * BugsSite/duplicates.xul: Added.
1365         * BugsSite/editclassifications.cgi: Added.
1366         * BugsSite/editcomponents.cgi: Added.
1367         * BugsSite/editflagtypes.cgi: Added.
1368         * BugsSite/editgroups.cgi: Added.
1369         * BugsSite/editkeywords.cgi: Added.
1370         * BugsSite/editmilestones.cgi: Added.
1371         * BugsSite/editparams.cgi: Added.
1372         * BugsSite/editproducts.cgi: Added.
1373         * BugsSite/editsettings.cgi: Added.
1374         * BugsSite/editusers.cgi: Added.
1375         * BugsSite/editvalues.cgi: Added.
1376         * BugsSite/editversions.cgi: Added.
1377         * BugsSite/editwhines.cgi: Added.
1378         * BugsSite/enter_bug.cgi: Added.
1379         * BugsSite/favicon.ico: Added.
1380         * BugsSite/globals.pl: Added.
1381         * BugsSite/graphs: Added.
1382         * BugsSite/images: Added.
1383         * BugsSite/images/padlock.png: Added.
1384         * BugsSite/importxml.pl: Added.
1385         * BugsSite/index.cgi: Added.
1386         * BugsSite/js: Added.
1387         * BugsSite/js/duplicates.js: Added.
1388         * BugsSite/js/productform.js: Added.
1389         * BugsSite/localconfig.js: Added.
1390         * BugsSite/long_list.cgi: Added.
1391         * BugsSite/move.pl: Added.
1392         * BugsSite/page.cgi: Added.
1393         * BugsSite/post_bug.cgi: Added.
1394         * BugsSite/process_bug.cgi: Added.
1395         * BugsSite/productmenu.js: Added.
1396         * BugsSite/query.cgi: Added.
1397         * BugsSite/quicksearch.html: Added.
1398         * BugsSite/quicksearch.js: Added.
1399         * BugsSite/quicksearchhack.html: Added.
1400         * BugsSite/quips.cgi: Added.
1401         * BugsSite/relogin.cgi: Added.
1402         * BugsSite/report.cgi: Added.
1403         * BugsSite/reports.cgi: Added.
1404         * BugsSite/request.cgi: Added.
1405         * BugsSite/robots.txt: Added.
1406         * BugsSite/runtests.pl: Added.
1407         * BugsSite/sanitycheck.cgi: Added.
1408         * BugsSite/show_activity.cgi: Added.
1409         * BugsSite/show_bug.cgi: Added.
1410         * BugsSite/showattachment.cgi: Added.
1411         * BugsSite/showdependencygraph.cgi: Added.
1412         * BugsSite/showdependencytree.cgi: Added.
1413         * BugsSite/sidebar.cgi: Added.
1414         * BugsSite/skins: Added.
1415         * BugsSite/skins/.cvsignore: Added.
1416         * BugsSite/skins/custom: Added.
1417         * BugsSite/skins/custom/admin.css: Added.
1418         * BugsSite/skins/custom/buglist.css: Added.
1419         * BugsSite/skins/custom/duplicates.css: Added.
1420         * BugsSite/skins/custom/editusers.css: Added.
1421         * BugsSite/skins/custom/global.css: Added.
1422         * BugsSite/skins/custom/index.css: Added.
1423         * BugsSite/skins/custom/opendarwin.gif: Added.
1424         * BugsSite/skins/custom/panel.css: Added.
1425         * BugsSite/skins/custom/show_multiple.css: Added.
1426         * BugsSite/skins/custom/summarize-time.css: Added.
1427         * BugsSite/skins/custom/voting.css: Added.
1428         * BugsSite/skins/standard: Added.
1429         * BugsSite/skins/standard/admin.css: Added.
1430         * BugsSite/skins/standard/buglist.css: Added.
1431         * BugsSite/skins/standard/duplicates.css: Added.
1432         * BugsSite/skins/standard/editusers.css: Added.
1433         * BugsSite/skins/standard/global: Added.
1434         * BugsSite/skins/standard/global.css: Added.
1435         * BugsSite/skins/standard/global/body-back.gif: Added.
1436         * BugsSite/skins/standard/global/header.png: Added.
1437         * BugsSite/skins/standard/index: Added.
1438         * BugsSite/skins/standard/index.css: Added.
1439         * BugsSite/skins/standard/index/front.jpg: Added.
1440         * BugsSite/skins/standard/index/front.png: Added.
1441         * BugsSite/skins/standard/panel.css: Added.
1442         * BugsSite/skins/standard/show_multiple.css: Added.
1443         * BugsSite/skins/standard/summarize-time.css: Added.
1444         * BugsSite/skins/standard/voting.css: Added.
1445         * BugsSite/summarize_time.cgi: Added.
1446         * BugsSite/t: Added.
1447         * BugsSite/t/001compile.t: Added.
1448         * BugsSite/t/002goodperl.t: Added.
1449         * BugsSite/t/003safesys.t: Added.
1450         * BugsSite/t/004template.t: Added.
1451         * BugsSite/t/005no_tabs.t: Added.
1452         * BugsSite/t/006spellcheck.t: Added.
1453         * BugsSite/t/007util.t: Added.
1454         * BugsSite/t/008filter.t: Added.
1455         * BugsSite/t/009bugwords.t: Added.
1456         * BugsSite/t/011pod.t: Added.
1457         * BugsSite/t/Support: Added.
1458         * BugsSite/t/Support/Files.pm: Added.
1459         * BugsSite/t/Support/Systemexec.pm: Added.
1460         * BugsSite/t/Support/Templates.pm: Added.
1461         * BugsSite/t/testchart.gif: Added.
1462         * BugsSite/t/testchart.png: Added.
1463         * BugsSite/t/testgd.png: Added.
1464         * BugsSite/template: Added.
1465         * BugsSite/template/.cvsignore: Added.
1466         * BugsSite/template/.htaccess: Added.
1467         * BugsSite/template/en: Added.
1468         * BugsSite/template/en/.cvsignore: Added.
1469         * BugsSite/template/en/custom: Added.
1470         * BugsSite/template/en/custom/account: Added.
1471         * BugsSite/template/en/custom/account/auth: Added.
1472         * BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
1473         * BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added.
1474         * BugsSite/template/en/custom/account/auth/login.html.tmpl: Added.
1475         * BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added.
1476         * BugsSite/template/en/custom/account/create.html.tmpl: Added.
1477         * BugsSite/template/en/custom/account/created.html.tmpl: Added.
1478         * BugsSite/template/en/custom/account/email: Added.
1479         * BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added.
1480         * BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added.
1481         * BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added.
1482         * BugsSite/template/en/custom/account/exists.html.tmpl: Added.
1483         * BugsSite/template/en/custom/account/password: Added.
1484         * BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
1485         * BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
1486         * BugsSite/template/en/custom/account/prefs: Added.
1487         * BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added.
1488         * BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added.
1489         * BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added.
1490         * BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added.
1491         * BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added.
1492         * BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
1493         * BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added.
1494         * BugsSite/template/en/custom/admin: Added.
1495         * BugsSite/template/en/custom/admin/classifications: Added.
1496         * BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added.
1497         * BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added.
1498         * BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added.
1499         * BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added.
1500         * BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added.
1501         * BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
1502         * BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added.
1503         * BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added.
1504         * BugsSite/template/en/custom/admin/components: Added.
1505         * BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
1506         * BugsSite/template/en/custom/admin/components/create.html.tmpl: Added.
1507         * BugsSite/template/en/custom/admin/components/created.html.tmpl: Added.
1508         * BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added.
1509         * BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added.
1510         * BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added.
1511         * BugsSite/template/en/custom/admin/components/list.html.tmpl: Added.
1512         * BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added.
1513         * BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added.
1514         * BugsSite/template/en/custom/admin/fieldvalues: Added.
1515         * BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
1516         * BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
1517         * BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
1518         * BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
1519         * BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
1520         * BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
1521         * BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
1522         * BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
1523         * BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
1524         * BugsSite/template/en/custom/admin/flag-type: Added.
1525         * BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
1526         * BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
1527         * BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added.
1528         * BugsSite/template/en/custom/admin/groups: Added.
1529         * BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added.
1530         * BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added.
1531         * BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added.
1532         * BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added.
1533         * BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added.
1534         * BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added.
1535         * BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added.
1536         * BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added.
1537         * BugsSite/template/en/custom/admin/keywords: Added.
1538         * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
1539         * BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added.
1540         * BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added.
1541         * BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added.
1542         * BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added.
1543         * BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
1544         * BugsSite/template/en/custom/admin/milestones: Added.
1545         * BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
1546         * BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added.
1547         * BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added.
1548         * BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
1549         * BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added.
1550         * BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added.
1551         * BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added.
1552         * BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
1553         * BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added.
1554         * BugsSite/template/en/custom/admin/products: Added.
1555         * BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
1556         * BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added.
1557         * BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added.
1558         * BugsSite/template/en/custom/admin/products/groupcontrol: Added.
1559         * BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
1560         * BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
1561         * BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
1562         * BugsSite/template/en/custom/admin/products/list.html.tmpl: Added.
1563         * BugsSite/template/en/custom/admin/settings: Added.
1564         * BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added.
1565         * BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added.
1566         * BugsSite/template/en/custom/admin/table.html.tmpl: Added.
1567         * BugsSite/template/en/custom/admin/users: Added.
1568         * BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
1569         * BugsSite/template/en/custom/admin/users/create.html.tmpl: Added.
1570         * BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added.
1571         * BugsSite/template/en/custom/admin/users/list.html.tmpl: Added.
1572         * BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
1573         * BugsSite/template/en/custom/admin/users/search.html.tmpl: Added.
1574         * BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added.
1575         * BugsSite/template/en/custom/admin/versions: Added.
1576         * BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
1577         * BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added.
1578         * BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added.
1579         * BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added.
1580         * BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added.
1581         * BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added.
1582         * BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added.
1583         * BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added.
1584         * BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added.
1585         * BugsSite/template/en/custom/attachment: Added.
1586         * BugsSite/template/en/custom/attachment/choose.html.tmpl: Added.
1587         * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added.
1588         * BugsSite/template/en/custom/attachment/create.html.tmpl: Added.
1589         * BugsSite/template/en/custom/attachment/created.html.tmpl: Added.
1590         * BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added.
1591         * BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added.
1592         * BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added.
1593         * BugsSite/template/en/custom/attachment/edit.html.tmpl: Added.
1594         * BugsSite/template/en/custom/attachment/list.html.tmpl: Added.
1595         * BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added.
1596         * BugsSite/template/en/custom/attachment/updated.html.tmpl: Added.
1597         * BugsSite/template/en/custom/bug: Added.
1598         * BugsSite/template/en/custom/bug/activity: Added.
1599         * BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added.
1600         * BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added.
1601         * BugsSite/template/en/custom/bug/choose.html.tmpl: Added.
1602         * BugsSite/template/en/custom/bug/comments.html.tmpl: Added.
1603         * BugsSite/template/en/custom/bug/create: Added.
1604         * BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
1605         * BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added.
1606         * BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added.
1607         * BugsSite/template/en/custom/bug/create/create.html.tmpl: Added.
1608         * BugsSite/template/en/custom/bug/create/created.html.tmpl: Added.
1609         * BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added.
1610         * BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added.
1611         * BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added.
1612         * BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added.
1613         * BugsSite/template/en/custom/bug/edit.html.tmpl: Added.
1614         * BugsSite/template/en/custom/bug/knob.html.tmpl: Added.
1615         * BugsSite/template/en/custom/bug/navigate.html.tmpl: Added.
1616         * BugsSite/template/en/custom/bug/process: Added.
1617         * BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added.
1618         * BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
1619         * BugsSite/template/en/custom/bug/process/header.html.tmpl: Added.
1620         * BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added.
1621         * BugsSite/template/en/custom/bug/process/next.html.tmpl: Added.
1622         * BugsSite/template/en/custom/bug/process/results.html.tmpl: Added.
1623         * BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
1624         * BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added.
1625         * BugsSite/template/en/custom/bug/show.html.tmpl: Added.
1626         * BugsSite/template/en/custom/bug/show.xml.tmpl: Added.
1627         * BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added.
1628         * BugsSite/template/en/custom/bug/time.html.tmpl: Added.
1629         * BugsSite/template/en/custom/bug/votes: Added.
1630         * BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
1631         * BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
1632         * BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
1633         * BugsSite/template/en/custom/config.js.tmpl: Added.
1634         * BugsSite/template/en/custom/config.rdf.tmpl: Added.
1635         * BugsSite/template/en/custom/filterexceptions.pl: Added.
1636         * BugsSite/template/en/custom/flag: Added.
1637         * BugsSite/template/en/custom/flag/list.html.tmpl: Added.
1638         * BugsSite/template/en/custom/global: Added.
1639         * BugsSite/template/en/custom/global/banner.html.tmpl: Added.
1640         * BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added.
1641         * BugsSite/template/en/custom/global/choose-product.html.tmpl: Added.
1642         * BugsSite/template/en/custom/global/code-error.html.tmpl: Added.
1643         * BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added.
1644         * BugsSite/template/en/custom/global/field-descs.none.tmpl: Added.
1645         * BugsSite/template/en/custom/global/footer.html.tmpl: Added.
1646         * BugsSite/template/en/custom/global/header.html.tmpl: Added.
1647         * BugsSite/template/en/custom/global/help-header.html.tmpl: Added.
1648         * BugsSite/template/en/custom/global/help.html.tmpl: Added.
1649         * BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added.
1650         * BugsSite/template/en/custom/global/initialize.none.tmpl: Added.
1651         * BugsSite/template/en/custom/global/message.html.tmpl: Added.
1652         * BugsSite/template/en/custom/global/messages.html.tmpl: Added.
1653         * BugsSite/template/en/custom/global/select-menu.html.tmpl: Added.
1654         * BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added.
1655         * BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added.
1656         * BugsSite/template/en/custom/global/useful-links.html.tmpl: Added.
1657         * BugsSite/template/en/custom/global/user-error.html.tmpl: Added.
1658         * BugsSite/template/en/custom/global/userselect.html.tmpl: Added.
1659         * BugsSite/template/en/custom/global/variables.none.tmpl: Added.
1660         * BugsSite/template/en/custom/index.html.tmpl: Added.
1661         * BugsSite/template/en/custom/list: Added.
1662         * BugsSite/template/en/custom/list/change-columns.html.tmpl: Added.
1663         * BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added.
1664         * BugsSite/template/en/custom/list/list-simple.html.tmpl: Added.
1665         * BugsSite/template/en/custom/list/list.csv.tmpl: Added.
1666         * BugsSite/template/en/custom/list/list.html.tmpl: Added.
1667         * BugsSite/template/en/custom/list/list.ics.tmpl: Added.
1668         * BugsSite/template/en/custom/list/list.js.tmpl: Added.
1669         * BugsSite/template/en/custom/list/list.rdf.tmpl: Added.
1670         * BugsSite/template/en/custom/list/list.rss.tmpl: Added.
1671         * BugsSite/template/en/custom/list/quips.html.tmpl: Added.
1672         * BugsSite/template/en/custom/list/server-push.html.tmpl: Added.
1673         * BugsSite/template/en/custom/list/table.html.tmpl: Added.
1674         * BugsSite/template/en/custom/pages: Added.
1675         * BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added.
1676         * BugsSite/template/en/custom/pages/fields.html.tmpl: Added.
1677         * BugsSite/template/en/custom/pages/linked.html.tmpl: Added.
1678         * BugsSite/template/en/custom/pages/linkify.html.tmpl: Added.
1679         * BugsSite/template/en/custom/pages/voting.html.tmpl: Added.
1680         * BugsSite/template/en/custom/reports: Added.
1681         * BugsSite/template/en/custom/reports/chart.csv.tmpl: Added.
1682         * BugsSite/template/en/custom/reports/chart.html.tmpl: Added.
1683         * BugsSite/template/en/custom/reports/chart.png.tmpl: Added.
1684         * BugsSite/template/en/custom/reports/components.html.tmpl: Added.
1685         * BugsSite/template/en/custom/reports/create-chart.html.tmpl: Added.
1686         * BugsSite/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
1687         * BugsSite/template/en/custom/reports/duplicates-table.html.tmpl: Added.
1688         * BugsSite/template/en/custom/reports/duplicates.html.tmpl: Added.
1689         * BugsSite/template/en/custom/reports/duplicates.rdf.tmpl: Added.
1690         * BugsSite/template/en/custom/reports/edit-series.html.tmpl: Added.
1691         * BugsSite/template/en/custom/reports/keywords.html.tmpl: Added.
1692         * BugsSite/template/en/custom/reports/menu.html.tmpl: Added.
1693         * BugsSite/template/en/custom/reports/report-bar.png.tmpl: Added.
1694         * BugsSite/template/en/custom/reports/report-line.png.tmpl: Added.
1695         * BugsSite/template/en/custom/reports/report-pie.png.tmpl: Added.
1696         * BugsSite/template/en/custom/reports/report-simple.html.tmpl: Added.
1697         * BugsSite/template/en/custom/reports/report-table.csv.tmpl: Added.
1698         * BugsSite/template/en/custom/reports/report-table.html.tmpl: Added.
1699         * BugsSite/template/en/custom/reports/report.csv.tmpl: Added.
1700         * BugsSite/template/en/custom/reports/report.html.tmpl: Added.
1701         * BugsSite/template/en/custom/reports/series-common.html.tmpl: Added.
1702         * BugsSite/template/en/custom/reports/series.html.tmpl: Added.
1703         * BugsSite/template/en/custom/request: Added.
1704         * BugsSite/template/en/custom/request/email.txt.tmpl: Added.
1705         * BugsSite/template/en/custom/request/queue.html.tmpl: Added.
1706         * BugsSite/template/en/custom/search: Added.
1707         * BugsSite/template/en/custom/search/boolean-charts.html.tmpl: Added.
1708         * BugsSite/template/en/custom/search/form.html.tmpl: Added.
1709         * BugsSite/template/en/custom/search/knob.html.tmpl: Added.
1710         * BugsSite/template/en/custom/search/search-advanced.html.tmpl: Added.
1711         * BugsSite/template/en/custom/search/search-create-series.html.tmpl: Added.
1712         * BugsSite/template/en/custom/search/search-help.html.tmpl: Added.
1713         * BugsSite/template/en/custom/search/search-report-graph.html.tmpl: Added.
1714         * BugsSite/template/en/custom/search/search-report-select.html.tmpl: Added.
1715         * BugsSite/template/en/custom/search/search-report-table.html.tmpl: Added.
1716         * BugsSite/template/en/custom/search/search-specific.html.tmpl: Added.
1717         * BugsSite/template/en/custom/search/tabs.html.tmpl: Added.
1718         * BugsSite/template/en/custom/sidebar.xul.tmpl: Added.
1719         * BugsSite/template/en/custom/whine: Added.
1720         * BugsSite/template/en/custom/whine/mail.html.tmpl: Added.
1721         * BugsSite/template/en/custom/whine/mail.txt.tmpl: Added.
1722         * BugsSite/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
1723         * BugsSite/template/en/custom/whine/schedule.html.tmpl: Added.
1724         * BugsSite/template/en/default: Added.
1725         * BugsSite/template/en/default/account: Added.
1726         * BugsSite/template/en/default/account/auth: Added.
1727         * BugsSite/template/en/default/account/auth/ldap-error.html.tmpl: Added.
1728         * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Added.
1729         * BugsSite/template/en/default/account/auth/login.html.tmpl: Added.
1730         * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Added.
1731         * BugsSite/template/en/default/account/create.html.tmpl: Added.
1732         * BugsSite/template/en/default/account/created.html.tmpl: Added.
1733         * BugsSite/template/en/default/account/email: Added.
1734         * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Added.
1735         * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Added.
1736         * BugsSite/template/en/default/account/email/confirm.html.tmpl: Added.
1737         * BugsSite/template/en/default/account/exists.html.tmpl: Added.
1738         * BugsSite/template/en/default/account/password: Added.
1739         * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Added.
1740         * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Added.
1741         * BugsSite/template/en/default/account/prefs: Added.
1742         * BugsSite/template/en/default/account/prefs/account.html.tmpl: Added.
1743         * BugsSite/template/en/default/account/prefs/email.html.tmpl: Added.
1744         * BugsSite/template/en/default/account/prefs/footer.html.tmpl: Added.
1745         * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Added.
1746         * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Added.
1747         * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Added.
1748         * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Added.
1749         * BugsSite/template/en/default/admin: Added.
1750         * BugsSite/template/en/default/admin/classifications: Added.
1751         * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Added.
1752         * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Added.
1753         * BugsSite/template/en/default/admin/classifications/delete.html.tmpl: Added.
1754         * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Added.
1755         * BugsSite/template/en/default/admin/classifications/new.html.tmpl: Added.
1756         * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Added.
1757         * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Added.
1758         * BugsSite/template/en/default/admin/classifications/update.html.tmpl: Added.
1759         * BugsSite/template/en/default/admin/components: Added.
1760         * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Added.
1761         * BugsSite/template/en/default/admin/components/create.html.tmpl: Added.
1762         * BugsSite/template/en/default/admin/components/created.html.tmpl: Added.
1763         * BugsSite/template/en/default/admin/components/deleted.html.tmpl: Added.
1764         * BugsSite/template/en/default/admin/components/edit.html.tmpl: Added.
1765         * BugsSite/template/en/default/admin/components/footer.html.tmpl: Added.
1766         * BugsSite/template/en/default/admin/components/list.html.tmpl: Added.
1767         * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Added.
1768         * BugsSite/template/en/default/admin/components/updated.html.tmpl: Added.
1769         * BugsSite/template/en/default/admin/fieldvalues: Added.
1770         * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Added.
1771         * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Added.
1772         * BugsSite/template/en/default/admin/fieldvalues/created.html.tmpl: Added.
1773         * BugsSite/template/en/default/admin/fieldvalues/deleted.html.tmpl: Added.
1774         * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Added.
1775         * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Added.
1776         * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Added.
1777         * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Added.
1778         * BugsSite/template/en/default/admin/fieldvalues/updated.html.tmpl: Added.
1779         * BugsSite/template/en/default/admin/flag-type: Added.
1780         * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Added.
1781         * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Added.
1782         * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Added.
1783         * BugsSite/template/en/default/admin/groups: Added.
1784         * BugsSite/template/en/default/admin/groups/change.html.tmpl: Added.
1785         * BugsSite/template/en/default/admin/groups/create.html.tmpl: Added.
1786         * BugsSite/template/en/default/admin/groups/created.html.tmpl: Added.
1787         * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Added.
1788         * BugsSite/template/en/default/admin/groups/deleted.html.tmpl: Added.
1789         * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Added.
1790         * BugsSite/template/en/default/admin/groups/list.html.tmpl: Added.
1791         * BugsSite/template/en/default/admin/groups/remove.html.tmpl: Added.
1792         * BugsSite/template/en/default/admin/keywords: Added.
1793         * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Added.
1794         * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Added.
1795         * BugsSite/template/en/default/admin/keywords/created.html.tmpl: Added.
1796         * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Added.
1797         * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Added.
1798         * BugsSite/template/en/default/admin/keywords/rebuild-cache.html.tmpl: Added.
1799         * BugsSite/template/en/default/admin/milestones: Added.
1800         * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Added.
1801         * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Added.
1802         * BugsSite/template/en/default/admin/milestones/created.html.tmpl: Added.
1803         * BugsSite/template/en/default/admin/milestones/deleted.html.tmpl: Added.
1804         * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Added.
1805         * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Added.
1806         * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Added.
1807         * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Added.
1808         * BugsSite/template/en/default/admin/milestones/updated.html.tmpl: Added.
1809         * BugsSite/template/en/default/admin/products: Added.
1810         * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Added.
1811         * BugsSite/template/en/default/admin/products/deleted.html.tmpl: Added.
1812         * BugsSite/template/en/default/admin/products/footer.html.tmpl: Added.
1813         * BugsSite/template/en/default/admin/products/groupcontrol: Added.
1814         * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
1815         * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Added.
1816         * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Added.
1817         * BugsSite/template/en/default/admin/products/list.html.tmpl: Added.
1818         * BugsSite/template/en/default/admin/settings: Added.
1819         * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Added.
1820         * BugsSite/template/en/default/admin/settings/updated.html.tmpl: Added.
1821         * BugsSite/template/en/default/admin/table.html.tmpl: Added.
1822         * BugsSite/template/en/default/admin/users: Added.
1823         * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Added.
1824         * BugsSite/template/en/default/admin/users/create.html.tmpl: Added.
1825         * BugsSite/template/en/default/admin/users/edit.html.tmpl: Added.
1826         * BugsSite/template/en/default/admin/users/list.html.tmpl: Added.
1827         * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Added.
1828         * BugsSite/template/en/default/admin/users/search.html.tmpl: Added.
1829         * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Added.
1830         * BugsSite/template/en/default/admin/versions: Added.
1831         * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Added.
1832         * BugsSite/template/en/default/admin/versions/create.html.tmpl: Added.
1833         * BugsSite/template/en/default/admin/versions/created.html.tmpl: Added.
1834         * BugsSite/template/en/default/admin/versions/deleted.html.tmpl: Added.
1835         * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Added.
1836         * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Added.
1837         * BugsSite/template/en/default/admin/versions/list.html.tmpl: Added.
1838         * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Added.
1839         * BugsSite/template/en/default/admin/versions/updated.html.tmpl: Added.
1840         * BugsSite/template/en/default/attachment: Added.
1841         * BugsSite/template/en/default/attachment/choose.html.tmpl: Added.
1842         * BugsSite/template/en/default/attachment/content-types.html.tmpl: Added.
1843         * BugsSite/template/en/default/attachment/create.html.tmpl: Added.
1844         * BugsSite/template/en/default/attachment/created.html.tmpl: Added.
1845         * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Added.
1846         * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Added.
1847         * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Added.
1848         * BugsSite/template/en/default/attachment/edit-aroben.html.tmpl: Added.
1849         * BugsSite/template/en/default/attachment/edit.html.tmpl: Added.
1850         * BugsSite/template/en/default/attachment/list.html.tmpl: Added.
1851         * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Added.
1852         * BugsSite/template/en/default/attachment/updated.html.tmpl: Added.
1853         * BugsSite/template/en/default/bug: Added.
1854         * BugsSite/template/en/default/bug/activity: Added.
1855         * BugsSite/template/en/default/bug/activity/show.html.tmpl: Added.
1856         * BugsSite/template/en/default/bug/activity/table.html.tmpl: Added.
1857         * BugsSite/template/en/default/bug/choose.html.tmpl: Added.
1858         * BugsSite/template/en/default/bug/comments.html.tmpl: Added.
1859         * BugsSite/template/en/default/bug/create: Added.
1860         * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Added.
1861         * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Added.
1862         * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Added.
1863         * BugsSite/template/en/default/bug/create/create.html.tmpl: Added.
1864         * BugsSite/template/en/default/bug/create/created.html.tmpl: Added.
1865         * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Added.
1866         * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Added.
1867         * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Added.
1868         * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Added.
1869         * BugsSite/template/en/default/bug/edit.html.tmpl: Added.
1870         * BugsSite/template/en/default/bug/knob.html.tmpl: Added.
1871         * BugsSite/template/en/default/bug/navigate.html.tmpl: Added.
1872         * BugsSite/template/en/default/bug/process: Added.
1873         * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Added.
1874         * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Added.
1875         * BugsSite/template/en/default/bug/process/header.html.tmpl: Added.
1876         * BugsSite/template/en/default/bug/process/midair.html.tmpl: Added.
1877         * BugsSite/template/en/default/bug/process/next.html.tmpl: Added.
1878         * BugsSite/template/en/default/bug/process/results.html.tmpl: Added.
1879         * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Added.
1880         * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Added.
1881         * BugsSite/template/en/default/bug/show.html.tmpl: Added.
1882         * BugsSite/template/en/default/bug/show.xml.tmpl: Added.
1883         * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Added.
1884         * BugsSite/template/en/default/bug/time.html.tmpl: Added.
1885         * BugsSite/template/en/default/bug/votes: Added.
1886         * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Added.
1887         * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Added.
1888         * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Added.
1889         * BugsSite/template/en/default/config.js.tmpl: Added.
1890         * BugsSite/template/en/default/config.rdf.tmpl: Added.
1891         * BugsSite/template/en/default/filterexceptions.pl: Added.
1892         * BugsSite/template/en/default/flag: Added.
1893         * BugsSite/template/en/default/flag/list.html.tmpl: Added.
1894         * BugsSite/template/en/default/global: Added.
1895         * BugsSite/template/en/default/global/banner.html.tmpl: Added.
1896         * BugsSite/template/en/default/global/choose-classification.html.tmpl: Added.
1897         * BugsSite/template/en/default/global/choose-product.html.tmpl: Added.
1898         * BugsSite/template/en/default/global/code-error.html.tmpl: Added.
1899         * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Added.
1900         * BugsSite/template/en/default/global/field-descs.none.tmpl: Added.
1901         * BugsSite/template/en/default/global/footer.html.tmpl: Added.
1902         * BugsSite/template/en/default/global/header.html.tmpl: Added.
1903         * BugsSite/template/en/default/global/help-header.html.tmpl: Added.
1904         * BugsSite/template/en/default/global/help.html.tmpl: Added.
1905         * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Added.
1906         * BugsSite/template/en/default/global/initialize.none.tmpl: Added.
1907         * BugsSite/template/en/default/global/message.html.tmpl: Added.
1908         * BugsSite/template/en/default/global/messages.html.tmpl: Added.
1909         * BugsSite/template/en/default/global/select-menu.html.tmpl: Added.
1910         * BugsSite/template/en/default/global/setting-descs.none.tmpl: Added.
1911         * BugsSite/template/en/default/global/site-navigation.html.tmpl: Added.
1912         * BugsSite/template/en/default/global/useful-links.html.tmpl: Added.
1913         * BugsSite/template/en/default/global/user-error.html.tmpl: Added.
1914         * BugsSite/template/en/default/global/userselect.html.tmpl: Added.
1915         * BugsSite/template/en/default/global/variables.none.tmpl: Added.
1916         * BugsSite/template/en/default/index.html.tmpl: Added.
1917         * BugsSite/template/en/default/list: Added.
1918         * BugsSite/template/en/default/list/change-columns.html.tmpl: Added.
1919         * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Added.
1920         * BugsSite/template/en/default/list/list-simple.html.tmpl: Added.
1921         * BugsSite/template/en/default/list/list.atom.tmpl: Added.
1922         * BugsSite/template/en/default/list/list.csv.tmpl: Added.
1923         * BugsSite/template/en/default/list/list.html.tmpl: Added.
1924         * BugsSite/template/en/default/list/list.ics.tmpl: Added.
1925         * BugsSite/template/en/default/list/list.js.tmpl: Added.
1926         * BugsSite/template/en/default/list/list.rdf.tmpl: Added.
1927         * BugsSite/template/en/default/list/quips.html.tmpl: Added.
1928         * BugsSite/template/en/default/list/server-push.html.tmpl: Added.
1929         * BugsSite/template/en/default/list/table.html.tmpl: Added.
1930         * BugsSite/template/en/default/pages: Added.
1931         * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Added.
1932         * BugsSite/template/en/default/pages/fields.html.tmpl: Added.
1933         * BugsSite/template/en/default/pages/linked.html.tmpl: Added.
1934         * BugsSite/template/en/default/pages/linkify.html.tmpl: Added.
1935         * BugsSite/template/en/default/pages/voting.html.tmpl: Added.
1936         * BugsSite/template/en/default/reports: Added.
1937         * BugsSite/template/en/default/reports/chart.csv.tmpl: Added.
1938         * BugsSite/template/en/default/reports/chart.html.tmpl: Added.
1939         * BugsSite/template/en/default/reports/chart.png.tmpl: Added.
1940         * BugsSite/template/en/default/reports/components.html.tmpl: Added.
1941         * BugsSite/template/en/default/reports/create-chart.html.tmpl: Added.
1942         * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Added.
1943         * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Added.
1944         * BugsSite/template/en/default/reports/duplicates.html.tmpl: Added.
1945         * BugsSite/template/en/default/reports/duplicates.rdf.tmpl: Added.
1946         * BugsSite/template/en/default/reports/edit-series.html.tmpl: Added.
1947         * BugsSite/template/en/default/reports/keywords.html.tmpl: Added.
1948         * BugsSite/template/en/default/reports/menu.html.tmpl: Added.
1949         * BugsSite/template/en/default/reports/report-bar.png.tmpl: Added.
1950         * BugsSite/template/en/default/reports/report-line.png.tmpl: Added.
1951         * BugsSite/template/en/default/reports/report-pie.png.tmpl: Added.
1952         * BugsSite/template/en/default/reports/report-simple.html.tmpl: Added.
1953         * BugsSite/template/en/default/reports/report-table.csv.tmpl: Added.
1954         * BugsSite/template/en/default/reports/report-table.html.tmpl: Added.
1955         * BugsSite/template/en/default/reports/report.csv.tmpl: Added.
1956         * BugsSite/template/en/default/reports/report.html.tmpl: Added.
1957         * BugsSite/template/en/default/reports/series-common.html.tmpl: Added.
1958         * BugsSite/template/en/default/reports/series.html.tmpl: Added.
1959         * BugsSite/template/en/default/request: Added.
1960         * BugsSite/template/en/default/request/email.txt.tmpl: Added.
1961         * BugsSite/template/en/default/request/queue.html.tmpl: Added.
1962         * BugsSite/template/en/default/search: Added.
1963         * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Added.
1964         * BugsSite/template/en/default/search/form.html.tmpl: Added.
1965         * BugsSite/template/en/default/search/knob.html.tmpl: Added.
1966         * BugsSite/template/en/default/search/search-advanced.html.tmpl: Added.
1967         * BugsSite/template/en/default/search/search-create-series.html.tmpl: Added.
1968         * BugsSite/template/en/default/search/search-help.html.tmpl: Added.
1969         * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Added.
1970         * BugsSite/template/en/default/search/search-report-select.html.tmpl: Added.
1971         * BugsSite/template/en/default/search/search-report-table.html.tmpl: Added.
1972         * BugsSite/template/en/default/search/search-specific.html.tmpl: Added.
1973         * BugsSite/template/en/default/search/tabs.html.tmpl: Added.
1974         * BugsSite/template/en/default/sidebar.xul.tmpl: Added.
1975         * BugsSite/template/en/default/whine: Added.
1976         * BugsSite/template/en/default/whine/mail.html.tmpl: Added.
1977         * BugsSite/template/en/default/whine/mail.txt.tmpl: Added.
1978         * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Added.
1979         * BugsSite/template/en/default/whine/schedule.html.tmpl: Added.
1980         * BugsSite/template/en/extension: Added.
1981         * BugsSite/template/en/extension/filterexceptions.pl: Added.
1982         * BugsSite/testagent.cgi: Added.
1983         * BugsSite/testserver.pl: Added.
1984         * BugsSite/token.cgi: Added.
1985         * BugsSite/userprefs.cgi: Added.
1986         * BugsSite/votes.cgi: Added.
1987         * BugsSite/whine.pl: Added.
1988         * BugsSite/whineatnews.pl: Added.
1989         * BugsSite/xml.cgi: Added.
1991 2008-02-04  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
1993         Reviewed by Alp Toker and Mark Rowe.
1995         http://bugs.webkit.org/show_bug.cgi?id=16618
1996         [GTK] build-webkit and run-webkit-tests autootools support
1998         Add support for the autotools build to the WebKit build and test
1999         scripts.
2001 2008-02-04  Rodney Dawes  <dobey@wayofthemonkey.com>
2003         Reviewed by Alp Toker and Mark Rowe.
2005         Fix http://bugs.webkit.org/show_bug.cgi?id=17175.
2006         Bug 17175: Use of C++ compiler flags in CFLAGS
2008         Add global_cxxflags definition for inclusion in CXXFLAGS variables.
2009         Only use -fno-rtti and $(SYMBOL_VISIBILITY_INLINES) with global_cxxflags as gcc complains they aren't valid for C.
2011         * GNUmakefile.am:
2013 2008-02-04  Alp Toker  <alp@atoker.com>
2015         Rubber-stamped by Mark Rowe.
2017         Remove all trailing whitespace in the GTK+ port and related
2018         components.
2020         * GNUmakefile.am:
2021         * configure.ac:
2023 2008-01-31  Alp Toker  <alp@atoker.com>
2025         Reviewed by Mark Rowe.
2027         Fix the pkg-config file to follow GTK+ package naming and versioning
2028         conventions.
2030         Remove unneeded dependency listings.
2032         * GNUmakefile.am:
2033         * configure.ac:
2035 2008-01-31  Alp Toker  <alp@atoker.com>
2037         Rubber-stamped by Adam Roben.
2039         http://bugs.webkit.org/show_bug.cgi?id=17006
2040         [GTK] Header path should be webkit/webkit.h
2042         Move the GTK+ API sources as needed and update the build systems.
2044         * GNUmakefile.am:
2045         * WebKit.pri:
2047 2008-01-27  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2049         Reviewed by Alp Toker.
2051         http://bugs.webkit.org/show_bug.cgi?id=14811
2052         [gtk] [request] add a webkit_gtk_page_go_to_history_item function
2054         * GNUmakefile.am: Added webkitwebbackforwardlist and webkitwebhistoryitem
2056 2008-01-26  Mark Rowe  <mrowe@apple.com>
2058         Reviewed by Alp Toker.
2060         Fix http://bugs.webkit.org/show_bug.cgi?id=17007.
2061         Bug 17007: [GTK] autogen.sh attempts to use "libtoolize" on the Mac
2063         libtoolize is installed as glibtoolize on Mac OS X to avoid naming conflicts
2064         with other system commands.  Check for the presence of glibtoolize if libtoolize
2065         cannot be found.
2067         * autogen.sh:
2069 2008-01-23  Alp Toker  <alp@atoker.com>
2071         Rubber-stamped by Mark Rowe.
2073         Remove whitespace after -I in automake include lists.
2075         * GNUmakefile.am:
2077 2008-01-22  Christian Dywan  <christian@imendio.com>
2079         Reviewed by Alp Toker.
2081         [GTK] API: WebKitWebSettings is not usable
2082         http://bugs.webkit.org/show_bug.cgi?id=16219
2084         Implement WebKitWebSettings.
2086         * GNUmakefile.am:
2088 2008-01-22  Simon Hausmann  <hausmann@webkit.org>
2090         Reviewed by Lars.
2092         Don't compile the ICO plugin when building against Qt >= 4.4
2093         
2095         * WebKit.pro:
2097 2008-01-21  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2099         Reviewed by Alp Toker.
2101         http://bugs.webkit.org/show_bug.cgi?id=16955
2102         Get errors when cross-compile webkit-gtk
2104         * GNUmakefile.am: added ICU_CPPFLAGS
2105         * configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS
2107 2008-01-19  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2109         Reviewed by Alp Toker.
2111         Add svg foreign object and svg experimental to the GTK+/autotools
2112         build system.
2114         * configure.ac:
2116 2008-01-15  Alp Toker  <alp@atoker.com>
2118         Rubber-stamped by Anders.
2120         Make the HTTP backend configurable in the GTK+ port. curl is currently
2121         the only option.
2123         * GNUmakefile.am:
2124         * WebKit.pri:
2125         * configure.ac:
2127 2008-01-15  Alp Toker  <alp@atoker.com>
2129         GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler
2130         flags only when they're available.
2132         Additionally, use -fvisibility-inlines-hidden in both debug and
2133         release builds when available to match the Mac build.
2135         * GNUmakefile.am:
2136         * configure.ac:
2138 2008-01-12  Alp Toker  <alp@atoker.com>
2140         Reviewed by Mark Rowe.
2142         Hide non-public symbols in GTK+/autotools release builds.
2144         * GNUmakefile.am:
2146 2008-01-11  Alp Toker  <alp@atoker.com>
2148         Reviewed by Oliver Hunt.
2150         Enable FastMalloc by default in GTK+/autotools and add a configure
2151         switch.
2153         * GNUmakefile.am:
2154         * configure.ac:
2156 2008-01-11  Luca Bruno  <lethalman88@gmail.com>
2158         Reviewed by Alp Toker.
2160         http://bugs.webkit.org/show_bug.cgi?id=16838
2161         [GTK] Bad autotools debug and video options
2163         Fix some configure options.
2165         * configure.ac:
2167 2008-01-11  Mark Rowe  <mrowe@apple.com>
2169         Attempt to fix the GTK+ and Qt builds.
2171         * WebKit.pro:
2173 2008-01-10  Alp Toker  <alp@atoker.com>
2175         SVG font build fix for GTK+/autotools.
2177         * configure.ac:
2179 2008-01-05  Alp Toker  <alp@atoker.com>
2181         Rubber-stamped by Mark Rowe.
2183         Fix configure script output with correct descriptions of the default
2184         configuration options.
2186         * configure.ac:
2188 2008-01-05  Sylvain Pasche  <sylvain.pasche@gmail.com>
2190         Reviewed by Alp Toker.
2192         http://bugs.webkit.org/show_bug.cgi?id=16736
2193         Allow autogen.sh invocation from a separate build directory.
2195         * autogen.sh:
2197 2008-01-04  Alp Toker  <alp@atoker.com>
2199         Rubber-stamped by Mark Rowe.
2201         Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The
2202         "rebuild rules" will now be enabled by default.
2204         This obviates the need to pass '--enable-maintainer-mode' to
2205         configure.
2207         * configure.ac:
2209 2008-01-02  Holger Hans Peter Freyther  <zecke@selfish.org>
2211         Rubber stamped by Alp.
2213         Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break
2214         the build. At least people doing a debug build on Ubuntu Hardy will see
2215         the breakage. I was asked to leave the flags inside the files to ease future
2216         debugging.
2218         * GNUmakefile.am:
2219         * WebKit.pri:
2221 2008-01-01  Alp Toker  <alp@atoker.com>
2223         GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
2224         correct parameter to AM_INIT_AUTOMAKE.
2226         * configure.ac:
2228 2007-12-30  Alp Toker  <alp@atoker.com>
2230         Build fix for older autoconf versions.
2232         * configure.ac:
2234 2007-12-29  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2236         Reviewed by Alp Toker.
2238         Enable Database, XPath and XSLT features by default
2240         * configure.ac:
2242 2007-12-29  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2244         Reviewed by Alp Toker.
2246         http://bugs.webkit.org/show_bug.cgi?id=16669
2247         autotools update and fixes
2249         Various fixes to the autotools build
2251         * GNUmakefile.am:
2252           - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
2253           - Fix clean rules (Rodney Dawes)
2254           - Added webcore specific variables, remove STDINT_H and
2255             PTHREAD_NP_H checks (already included in config.h)
2256         * autogen.sh:
2257           - Loosen automake and aclocal requirement
2258         * configure.ac:
2259           - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
2260             when doing a debug build (Rodney Dawes)
2261           - Fix webkit target and remove traces of XBL
2263 2007-12-27  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2265         Reviewed by Alp Toker.
2267         http://bugs.webkit.org/show_bug.cgi?id=16353
2268         [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
2270         Added the flags mentioned in the bug only when doing 'debug'
2271         builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
2273         * GNUmakefile.am:
2274         * WebKit.pri:
2276 2007-12-26  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2278         Reviewed by Alp Toker.
2280         http://bugs.webkit.org/show_bug.cgi?id=16390
2281         Use autotools or GNU make as the build system for the GTK port
2283         * GNUmakefile.am: Added.
2284         * autogen.sh: Added.
2285         * configure.ac: Added.
2287 2007-12-20  Alp Toker  <alp@atoker.com>
2289         Rubber-stamped by Maciej.
2291         http://bugs.webkit.org/show_bug.cgi?id=16542
2292         [GTK] Text is missing with old Pango version
2294         Back out commits r28880, r28876, r28865, r28864 which added Pango font
2295         selection support. These changes caused a regression where no text was
2296         displayed with older Pango versions.
2298         * WebKit.pri:
2300 2007-12-19  Alp Toker  <alp@atoker.com>
2302         Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
2303         cairo-ft directly following changes in r28864.
2305         * WebKit.pri:
2307 2007-12-12  Alp Toker  <alp@atoker.com>
2309         Reviewed by Mark Rowe.
2311         http://bugs.webkit.org/show_bug.cgi?id=16302
2312         [GTK] Compiler flags for optimization
2314         Use the compiler flags -fno-exceptions -fno-rtti.
2316         This patch does not add all the flags discussed in the bug report,
2317         only these two.
2319         * WebKit.pri:
2321 2007-12-04  Xan Lopez  <xan@gnome.org>
2323         Reviewed by Alp Toker.
2325         http://bugs.webkit.org/show_bug.cgi?id=15561
2326         GTK port needs DumpRenderTree implementation
2328         Start work on the GTK+ DRT.
2330         * WebKit.pro:
2332 2007-11-30  Alp Toker  <alp@atoker.com>
2334         Reviewed by Adam Roben.
2336         http://bugs.webkit.org/show_bug.cgi?id=15691
2337         [GTK] Public API does not follow GTK+ conventions
2339         Refactor the WebKit/GTK+ public API. Changes:
2340           WebKitPage -> WebKitWebView
2341           WebKitFrame -> WebKitWebFrame
2343         Public API source and header names have been updated to mirror the API
2344         changes.
2346         The API is now kept in WebKit/gtk/WebView to match other ports in the
2347         same class such as Mac and Win.
2349         * WebKit.pri:
2351 2007-11-26  Rodney Dawes  <dobey@wayofthemonkey.com>
2353         Reviewed by Mark Rowe.
2355         Set CONFIG option for the window system GTK+ is using
2357         * WebKit.pri:
2359 2007-11-22  Alp Toker  <alp@atoker.com>
2361         GTK+ build fix. Pass a correct LIBDIR value.
2363         * WebKit.pri:
2365 2007-11-20  Mark Rowe  <mrowe@apple.com>
2367         Reviewed by Alp Toker.
2369         * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
2371 2007-11-20  Alp Toker  <alp@atoker.com>
2373         Reviewed by Simon Hausmann.
2375         Clean up GTK+ port configuration.
2377         Use similar compiler warning flags to the Mac build.
2379         Add the qmake changes needed for DirectFB support.
2381         * WebKit.pri:
2383 2007-11-07  Simon Hausmann  <hausmann@kde.org>
2385         Reviewed by Mark.
2387         Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
2388         That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
2390         * WebKit.pri:
2392 2007-10-03  Lars Knoll  <lars@trolltech.com>
2394         Signed off by olliej.
2396         move WebKitQt to WebKit/qt for consistency with the other ports.
2398         * WebKit.pri:
2399         * WebKit.pro:
2401 2007-10-03  Lars Knoll  <lars@trolltech.com>
2403         Reviewed by olliej.
2405         Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
2407         * WebKit.pro:
2409 2007-09-29  Holger Hans Peter Freyther  <zecke@selfish.org>
2411         Reviewed by Mark.
2413         -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
2414         Remove Bakefiles from svn.
2416         * Bakefiles/Bakefiles.bkgen: Removed.
2417         * Bakefiles/ChangeLog: Removed.
2418         * Bakefiles/Readme.txt: Removed.
2419         * Bakefiles/presets.bkl: Removed.
2420         * Bakefiles/update-file-lists.py: Removed.
2422 2007-09-20  Holger Hans Peter Freyther  <zecke@selfish.org>
2424         Rubber stamped by Adam.
2426         Renamed files from *Gdk to *Gtk (see #14732) using the
2427         work of Juan A. Suarez Romero as a base.
2429         GDK -> GTK
2431         * WebKit.pri:
2432         * WebKit.pro:
2434 2007-07-29  Brian Mastenbrook  <brian@mastenbrook.net>
2436         Build fix for WebKit/Gtk to compile on Fedora 7 as described in
2437         http://bugs.webkit.org/show_bug.cgi?id=14557
2439         * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
2441 2007-07-27  Simon Hausmann  <hausmann@kde.org>
2443         Done with and reviewed by Lars and Zack.
2445         Exclude DumpRenderTree from the Qt build on Windows for now.
2447         * WebKit.pro:
2449 2007-07-27  Simon Hausmann  <hausmann@kde.org>
2451         Done with and reviewed by Lars and Zack.
2453         Temporarily disable the ICO support for the Qt build on Windows.
2455         * WebKit.pro:
2457 2007-07-26  Simon Hausmann  <hausmann@kde.org>
2459         Reviewed by Lars.
2461         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.
2463         * WebKit.pri:
2465 2007-07-22  Holger Hans Peter Freyther  <zecke@selfish.org>
2467         Reviewed by Adam.
2469         Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
2470         build against it.
2472         * WebKit.pri:
2474 2007-07-18  Simon Hausmann  <hausmann@kde.org>
2476         Reviewed by Zack.
2478         Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
2480         * WebKit.pro:
2482 2007-07-18  Timothy Hatcher  <timothy@apple.com>
2484         Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
2485         still use this one Makefile.shared as an include.
2487         * Makefile.shared:
2489 2007-07-12  George Staikos  <staikos@kde.org>
2491         Fix build in debug mode.
2493         * WebKit.pri:
2495 2007-07-11  Holger Hans Peter Freyther  <zecke@selfish.org>
2497         Reviewed by Darin Adler.
2499         As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
2500         WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
2502         * WebKit.pri: Adjust INCLUDEPATH
2504 2007-06-25  Adam Roben  <aroben@apple.com>
2506         Really remove LayoutTestResults.
2508         * LayoutTestResults: Removed.
2510 2007-06-25  Adam Roben  <aroben@apple.com>
2512         Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
2513         http://bugs.webkit.org/show_bug.cgi?id=14405
2515         Reviewed by Anders.
2517         * LayoutTestResults: Removed.
2519 2007-06-25  Alp Toker  <alp.toker@collabora.co.uk>
2521         Reviewed by Mark.
2523         http://bugs.webkit.org/show_bug.cgi?id=13975
2524         Use system-provided libjpeg and libpng
2526         * WebKit.pri: Link against external libjpeg and libpng.
2528 2007-06-20  Adam Roben  <aroben@apple.com>
2530         Reviewed by Simon Hausmann.
2532         More Gdk build fixing.
2534         * WebKit.pro:
2536 2007-06-15  Adam Treat  <adam@staikos.net>
2538         Reviewed by George Staikos.
2540         Add ICO support to the Qt build.
2542         * WebKit.pro:
2544 2007-06-13  George Staikos  <staikos@kde.org>
2546         Reviewed by Lars.
2548         Compile without self-linking.
2550         * WebKit.pri:
2552 2007-06-13  Simon Hausmann  <hausmann@kde.org>
2554         Reviewed by Lars.
2556         * WebKit.pri: WebKitQt is now called QtWebKit.
2558 2007-05-31  Alp Toker  <alp.toker@collabora.co.uk>
2560         Reviewed by Eric Seidel.
2562         http://bugs.webkit.org/show_bug.cgi?id=13941
2563         Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
2565         * WebKit.pri:
2567 2007-05-18  Holger Hans Peter Freyther  <zecke@selfish.org>
2569         Reviewed by Mark Rowe.
2571         * WebKit.pro: Build testkjs for Gdk and Qt
2573 2007-05-11  Holger Freyther <freyther@kde.org>
2575         Reviewed by Mark Rowe.
2577         Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
2578         and add ICU configuration to QMAKE_CXXFLAGS.
2580         * WebKit.pri:
2582 2007-05-06  Erik Bunce  <kde@bunce.us>
2584         Reviewed by Mark Rowe.
2586         * WebKit.pri:
2587         Removed unnecessary dependency on MacPorts (/opt/local)
2589 2007-05-03  Holger Freyther <freyther@kde.org>
2591         Reviewed by Zack, landed by Simon.
2592         This is bugzilla bug 13499.
2594         * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
2595         port
2596         * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
2597         port
2599 2007-04-27  Holger Freyther <freyther@kde.org>
2601         Reviewed by Maciej.
2603         Remove unmaintained CMake build system.
2605         * CMakeLists.txt: Removed.
2607 2007-01-30  Simon Hausmann  <hausmann@kde.org>
2609         Reviewed by Zack.
2611         * WebKit.pri: libJavaScriptCore is gone with the Qt build
2612         * WebKit.pro:
2614 2007-01-26  George Staikos  <staikos@kde.org>
2616         Remove headers - not needed now.
2618         * WebKit.pri:
2620 2007-01-23  George Staikos <staikos@kde.org>
2622         Put everything back since we can't build everything without it yet.
2624         * WebKit.pri:
2626 2007-01-16  Lars Knoll <lars@trolltech.com>
2628         Reviewed by Zack
2630         Remove everything but the new public API from
2631         the include path.
2633         * WebKit.pri:
2635 2007-01-11  George Staikos  <staikos@kde.org>
2637         Fix the Qt build
2639         * WebKit.pri:
2641 2007-01-03  Lars Knoll <lars@trolltech.com>
2643         Fix the Qt build
2645         * WebKit.pri:
2647 2006-12-17  Simon Hausmann  <hausmann@kde.org>
2649         Reviewed by Rob Buis.
2651         * WebKit.pro: Build testkjs.
2653 2006-12-14  Timothy Hatcher  <timothy@apple.com>
2655         Reviewed by Brady.
2657         * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
2659 2006-12-13  Maciej Stachowiak  <mjs@apple.com>
2661         Reviewed by Brady and Anders.
2663         * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
2665 2006-12-10  Zack Rusin  <zack@kde.org>
2667         Client classes have been moved to WebKitQt/WebCoreSupport so
2668         adjusting the pri file.
2670         * WebKit.pri:
2672 2006-12-10  George Staikos  <staikos@kde.org>
2674         Reviewed by Zack.
2676         Add WebKitBuild/Release back to the output dir for external build cases.
2678         * WebKit.pri:
2680 2006-12-10  Zack Rusin  <zack@kde.org>
2682         Fix the link directory location.
2684         * WebKit.pri:
2686 2006-12-10  Lars Knoll <lars@trolltech.com>
2688         Reviewed by Zack
2690         Include DumpRenderTree in the Qt build
2692         * WebKit.pro:
2694 2006-12-09  George Staikos  <staikos@kde.org>
2696         Reviewed by Zack.
2698         Correct the path to the libraries for QMake.
2700         * WebKit.pri:
2702 2006-12-09  Lars Knoll <lars@trolltech.com>
2704         Reviewed by Zack
2706         Make it possible to build WebKit with qmake.
2708         * WebKit.pri: Added.
2709         * WebKit.pro: Added.
2711 2006-11-19  Simon Hausmann  <hausmann@kde.org>
2713         Reviewed by Zack.
2715         http://bugs.webkit.org/show_bug.cgi?id=11649
2717         * CMakeLists.txt: Fix Qt-only build without KDE cmake files
2719 2006-10-30  Timothy Hatcher  <timothy@apple.com>
2721         Reviewed by Brady.
2723         Make the universal build return non-zero when module make fails.
2725         * Makefile:
2727 2006-10-30  Stephanie Lewis  <slewis@apple.com>
2729         Reviewed by Darin Adler.
2731         Change Makefiles to return non-zero when module make fails.
2733         * Makefile:
2735 2006-10-27  Brady Eidson  <beidson@apple.com>
2737         Rubber stamped by Tim Hatcher
2739         Added "make universal" to build universal binaries
2741         * Makefile:
2742         * Makefile.shared:
2744 2006-10-01  Nikolas Zimmermann  <zimmermann@kde.org>
2746         Reviewed by eseidel.
2748         * CMakeLists.txt: add option to disable colored output when building on the buildbot