2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / ChangeLog
bloba380ea1e1a8eff3cbae56a9d52d4c2677abbbbf4
1 2008-11-03  Alp Toker  <alp@nuanti.com>
3         autotools distcleancheck fix. Add dolt-generated files and
4         webkitenumtypes.h to the list of files that need to be cleaned.
5         Unreviewed.
7         * GNUmakefile.am:
9 2008-11-03  Alp Toker  <alp@nuanti.com>
11         Rubber-stamped by Holger Freyther.
13         Do not enable RTTI or exceptions in debug builds, matching release
14         builds. They don't help much with debugging and significantly slow
15         down and increase the size of the debug build.
17         * GNUmakefile.am:
19 2008-11-03  Alp Toker  <alp@nuanti.com>
21         Rubber-stamped by Holger Freyther.
23         Add mingw32 case to dolt for faster GTK+ Windows builds.
25         * acinclude.m4:
27 2008-11-02  Xan Lopez  <xan@gnome.org>
29         Reviewed by Holger Freyther
31         https://bugs.webkit.org/show_bug.cgi?id=22009
32         HTML5 Video with GStreamer pulls gnome-vfs without using it.
34         * configure.ac:
35         Remove gnome-vfs from configure.ac, it's unused.
37 2008-10-30  Alp Toker  <alp@nuanti.com>
39         https://bugs.webkit.org/show_bug.cgi?id=19395
40         doltlibtool bug with bash 3.0
42         autotools dolt build fix for bash version 3.0 and older. Remove
43         concatenation syntax from doltlibtool to support the older versions
44         which don't have '+='.
46         * acinclude.m4:
48 2008-10-30  Alp Toker  <alp@nuanti.com>
50         Rubber-stamped by Oliver Hunt.
52         autotools build system change to enable JIT features by default. Can
53         be disabled with --disable-jit (and is disabled automatically on
54         unsupported platforms).
56         * configure.ac:
58 2008-10-30  Alp Toker  <alp@nuanti.com>
60         Bump WebKit GTK+ version to 1.0.3.
62         * configure.ac:
64 2008-10-29  Gustavo Noronha Silva  <gns@gnome.org>
66         Reviewed by Holger Freyther.
68         Added all the files that need to be installed for the Inspector to
69         work.
71 2008-10-29  Mike Hommey  <glandium@debian.org>
73         Reviewed by Holger Freyther.
75         https://bugs.webkit.org/show_bug.cgi?id=21884
76         Test presence and link against libpng.
78         * GNUmakefile.am:
79         * configure.ac:
81 2008-10-29  Jan Michael Alonzo  <jmalonzo@webkit.org>
83         Reviewed by Holger Freyther.
85         Add --enable-optimizations to enable optimized builds. The default
86         is to enable it for release builds, and disabled for debug builds.
87         This option will allow builders to have a debug as well as
88         optimized builds.
90         * GNUmakefile.am:
91         * configure.ac:
93 2008-10-28  Mike Hommey  <glandium@debian.org>
95         Reviewed by Alp Toker.
97         https://bugs.webkit.org/show_bug.cgi?id=21885
98         [GTK] libwebkit doesn't link against libpangoft2
100         Add pkg-config check for pangoft2 which provides
101         pango_fc_font_description_from_pattern() used in the FreeType font
102         backend.
104         * configure.ac:
106 2008-10-28  Alp Toker  <alp@nuanti.com>
108         Include copyright license files in the autotools dist target.
110         Change suggested by Mike Hommey.
112         * GNUmakefile.am:
114 2008-10-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
116         Gtk build fix: add '-' to Wl which was missed in r36845
118         * GNUmakefile.am:
120 2008-10-22  Alp Toker  <alp@nuanti.com>
122         Fix build for Cairo 1.2.
124         * configure.ac:
126 2008-10-20  Alp Toker  <alp@nuanti.com>
128         Partial GTK+/Win32 build fix. Lowercase library name to enable linking
129         when cross-compiling Windows binaries from Linux: -lWs2_32 -> -lws2_32
131         * configure.ac:
133 2008-10-13  Alp Toker  <alp@nuanti.com>
135         GTK+ build fix: Ensure correct builds when debugging is
136         enabled/disabled by defining NDEBUG in autotoolsconfig.h as needed.
137         It's still passed as a compiler flag since some sources (DRT) don't
138         use config.h yet.
140         * configure.ac:
142 2008-10-09  Alp Toker  <alp@nuanti.com>
144         Reviewed by Mark Rowe.
146         https://bugs.webkit.org/show_bug.cgi?id=20760
147         Implement support for x86 Linux in CTI
149         Prepare to enable CTI/WREC on supported architectures. Will be
150         switched on when the crasher introduced in r37386 is resolved.
152         * configure.ac:
154 2008-10-07  Alp Toker  <alp@nuanti.com>
156         GTK+ build fix for older automake versions (1.7). Discussed in bug
157         #21392.
159         * GNUmakefile.am:
161 2008-10-07  Alp Toker  <alp@nuanti.com>
163         Reviewed by Mark Rowe.
165         https://bugs.webkit.org/show_bug.cgi?id=21392
166         [GTK] Auto-generate JS DOM binding sources list
168         Remove the huge lists of generated DOM binding sources and headers in
169         the build system. These are difficult to maintain and can be derived
170         automatically.
172         The new strategy is to re-use the existing lists of IDL sources (which
173         are needed for dist support anyway). This will also ease the addition
174         of new language bindings.
176         * GNUmakefile.am:
178 2008-09-27  Jan Michael Alonzo  <jmalonzo@webkit.org>
180         Reviewed by Holger Freyther.
182         https://bugs.webkit.org/show_bug.cgi?id=20287
183         [Gtk] disable plugins for gtk/directfb target
185         Introduce WTF_PLATFORM_X11 for X11 builds.
186         Also use target-specific packages when building the port
188         * configure.ac: Do not check for cairo-ft for directfb builds.
190 2008-09-27  Marco Barisione  <marco.barisione@collabora.co.uk>
192         Reviewed by Holger Freyther.
194         http://bugs.webkit.org/show_bug.cgi?id=21174
195         [GTK][AUTOTOOLS] Enable large file support at configure time
197         * configure.ac: Enable large file support with AC_SYS_LARGEFILE.
199 2008-09-23  Richard Hult  <richard@imendio.com>
201         Reviewed by Alp Toker. Landed by Jan Alonzo.
203         http://bugs.webkit.org/show_bug.cgi?id=20582
204         [Gtk] Link error on Mac OS X
206         * GNUmakefile.am: Only use the -version-script flag for the gnu
207         linker.
208         * configure.ac: Check for GNU OSes.
210 2008-09-19  Alp Toker  <alp@nuanti.com>
212         Build fix for the 'gold' linker and recent binutils. New behaviour
213         requires that we link to used libraries explicitly.
215         * GNUmakefile.am:
216         * configure.ac:
218 2008-09-04  Marco Barisione  <marco.barisione@collabora.co.uk>
220         Reviewed by Eric Seidel.
222         http://bugs.webkit.org/show_bug.cgi?id=20380
223         [GTK][AUTOTOOLS] Include autotoolsconfig.h from config.h
225         * configure.ac: Rename the configuration header from aconfig.h to autotoolsconfig.h.
227 2008-08-28  Alp Toker  <alp@nuanti.com>
229         GTK+ dist/build fix. List newly added header files.
231         * GNUmakefile.am:
233 2008-08-27  Mike Hommey <glandium@debian.org>
235         Reviewed by Holger.
237         * GNUmakefile.am:
238         * symbols.filter: Added.
240 2008-08-10  Jan Michael Alonzo  <jmalonzo@webkit.org>
242         Reviewed (and updated) by Alp Toker.
244         https://bugs.webkit.org/show_bug.cgi?id=16620
245         [GTK] Autotools make dist and make check support
247         Get make dist working.
249         Note that not all possible configurations have been tested yet.
251         * GNUmakefile.am:
253 2008-08-09  Marco Barisione  <marco.barisione@collabora.co.uk>
255         Reviewed by Alp Toker.
257         http://bugs.webkit.org/show_bug.cgi?id=19045
258         [gtk] ./configure doesn't check for x toolkit availability
260         Some old versions of Xt do not provide xt.pc, in this case use
261         AC_CHECK_LIB to check if the library is installed and then fall back
262         to using just -lXt.
264         * configure.ac:
266 2008-08-09  Alp Toker  <alp@nuanti.com>
268         GTK+ build fixes.
270         Back out r20338 libxslt check (conditional check already exists and
271         this broke the build).
273         Make the flex version check a warning rather than fatal to fix the
274         build bot.
276         * configure.ac:
278 2008-08-08  Jan Michael Alonzo  <jmalonzo@webkit.org>
280         Reviewed by Mark Rowe.
282         http://bugs.webkit.org/show_bug.cgi?id=20338
283         [Gtk] Autotools should check for libxslt
285         Autotools check for libxslt
287         * configure.ac:
289 2008-08-07  Kalle Vahlman  <zuh@iki.fi>
291         Reviewed by David Kilzer.
293         Check for correct flex version to avoid faulty builds
295         A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it
296         https://bugs.webkit.org/show_bug.cgi?id=20253
298         acinclude.m4: Import AX_COMPARE_VERSION macro
299         configure.ac: Check for flex version
301         * acinclude.m4:
302         * configure.ac:
304 2008-08-07  Simon Hausmann  <hausmann@webkit.org>
306         Rubber-stamped by Lars.
308         Added API tests for QWebPage/QWebFrame based on QTestLib.
310         * WebKit.pro: Add WebKit/qt/tests to the build.
312 2008-08-06  Marco Barisione  <marco.barisione@collabora.co.uk>
314         Reviewed by Eric Seidel.
316         http://bugs.webkit.org/show_bug.cgi?id=20276
317         [GTK] Makefile rules for the enum GTypes files depend on Makefile
318         instead of GNUmakefile
320         The patch committed in revision 34649 added the code needed to
321         generate GTypes for enums but the makefile rules for
322         stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on
323         Makefile (used by other ports) instead of GNUmakefile.
325         * GNUmakefile.am: Depend on GNUmakefile instead of Makefile.
327 2008-08-05  Marco Barisione  <marco.barisione@collabora.co.uk>
329         Reviewed by Alp Toker.
331         http://bugs.webkit.org/show_bug.cgi?id=19045
332         [gtk] ./configure doesn't check for x toolkit availability
334         Check for the .pc file for Xt instead of hard coding -lXt in the
335         GNUmakefile.am.
337         Thanks to Dominik Röttsches for the initial patch.
339         * GNUmakefile.am:
340         * configure.ac:
342 2008-07-30  Marco Barisione  <marco.barisione@collabora.co.uk>
344         Reviewed by Holger.
346         http://bugs.webkit.org/show_bug.cgi?id=19742
347         [GTK] Auto generate webkitmarshal.list
349         Auto generate webkitmarshal.list from source files to reduce the
350         number of conflicts when merging git branches or when applying
351         patches.
352         Also rename webkit-marshal.* to webkitmarshal.* for consistency.
354         * GNUmakefile.am:
356 2008-07-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
358         Reviewed by Mark Rowe.
360         Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee.
362         [Gtk] Improve detection jpeglib
363         https://bugs.webkit.org/show_bug.cgi?id=17865
365         * GNUmakefile.am:
366         * configure.ac:
368 2008-07-25  Simon Hausmann  <hausmann@webkit.org>
370         Discussed with and rubber-stamped by Lars.
372         Fix the build system for the Qt port.
374         Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the
375         include search path. With a build process that combines JavaScriptCore and
376         WebCore in one build process/Makefile the existance of
377         JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts.
379         This commit solves this by introducing a separate build of JavaScriptCore into
380         a static library.
382         As a result of the split-up a race-condition due to broken dependencies of
383         regular source files to header files of generated sources showed up very
384         frequently when doing parallel builds (which the buildbot does). This commit at
385         the same time tries to address the dependency problem by making the
386         addExtraCompiler() function also generate a pseudo extra compiler that
387         represents the header file output, so that qmake is aware of the creation of
388         the header file for dependency calculation.
390         At the same time I removed a lot of cruft from the pro files to ease maintenance.
392         * WebKit.pri:
393         * WebKit.pro:
395 2008-06-18  Marco Barisione  <marco.barisione@collabora.co.uk>
397         Reviewed by Alp Toker.
399         https://bugs.webkit.org/show_bug.cgi?id=19171
400         [GTK] GTypes for enumerations
402         Generate GTypes for public enumerations so they can be used as
403         properties.
405         * GNUmakefile.am: Generate webkit-enum-types.cpp and
406         webkit-enum-types.h.
408 2008-06-16  Simon Hausmann  <hausmann@webkit.org>
410         Fix the Qt build. testkjs.pro is now called jsc.pro.
412         * WebKit.pro:
414 2008-06-15  Alp Toker  <alp@nuanti.com>
416         Rubber-stamped by Maciej.
418         Install 'jsc' application by default.
420         * GNUmakefile.am:
422 2008-06-08  Alp Toker  <alp@nuanti.com>
424         autotools/GTK+ build system cleanup. Don't include WebKit API in the
425         WebCore build as it's no longer needed since r34426.
427         * GNUmakefile.am:
429 2008-06-08  Alp Toker  <alp@nuanti.com>
431         Rubber-stamped by Mark Rowe.
433         Bring back -fstrict-aliasing for JavaScriptCore which was removed in
434         r31821, since aliasing issues have now been fixed.
436         Use -O3, not -O2 for the JavaScriptCore build.
438         * GNUmakefile.am:
439         * configure.ac:
441 2008-06-05  Christian Dywan  <christian@twotoasts.de>
443         Reviewed by Alp Toker.
445         https://bugs.webkit.org/show_bug.cgi?id=14141
446         Please add a version to the Gtk port
448         * GNUmakefile.am:
450 2008-06-02  Alp Toker  <alp@nuanti.com>
452         GTK+/autotools Windows build system fixes.
454         * GNUmakefile.am:
455         * configure.ac:
457 2008-06-02  Jan Michael Alonzo  <jmalonzo@webkit.org>
459         Reviewed by Alp Toker.
461         Build WebCore GTK+ sources as part of WebCore, not WebKit.
462         Split common and GTK+-specific sources into separate file lists.
464         * GNUmakefile.am:
466 2008-06-01  Josh Triplett  <josh@freedesktop.org>
468         Reviewed by Alp Toker.
470         http://bugs.webkit.org/show_bug.cgi?id=16891
471         [GTK] autotools build is slow
473         Add dolt revision 5e9eef10 to the autotools build system. Speeds up
474         the build, often by a factor of two or more on supported platforms,
475         otherwise falls back to libtool.
477         See http://dolt.freedesktop.org for details.
479         * acinclude.m4: Added.
480         * configure.ac:
482 2008-05-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
484         Reviewed by Alp Toker.
486         http://bugs.webkit.org/show_bug.cgi?id=19142
487         [Gtk] Remove build options --svg-experimental and --cross-document-messaging
489         * configure.ac:
491 2008-05-24  Alp Toker  <alp@nuanti.com>
493         GTK+/Win32 build fixes. Link against Windows ICU without using
494         icu-config since it's not available on that platform.
496         Link against Ws2_32 when the curl http backend is chosen since we
497         use select() directly.
499         * configure.ac:
501 2008-05-23  Alp Toker  <alp@nuanti.com>
503         GTK+ fixes for building without database support.
505         * configure.ac:
507 2008-05-20  Jan Michael Alonzo  <jmalonzo@webkit.org>
509         Reviewed by Alp Toker.
511         Fix for previous autotools change.
513         * configure.ac:
515 2008-05-20  Jan Michael Alonzo  <jmalonzo@webkit.org>
517         Reviewed by Alp.
519         http://bugs.webkit.org/show_bug.cgi?id=18483
520         [Gtk] Autotools should match build-webkit default flags
522         * configure.ac:
524 2008-05-19  Alp Toker  <alp@nuanti.com>
526         GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when
527         the Pango font backend is selected.
529         * GNUmakefile.am:
530         * configure.ac:
532 2008-05-16  Julien Chaffraix  <jchaffraix@webkit.org>
534         Reviewed by Eric.
536         Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated
538         * configure.ac: Add HTML_FLAGS and set it when video is enabled.
540 2008-05-15  Ariya Hidayat  <ariya.hidayat@trolltech.com>
542         Reviewed by Simon.
544         Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files
545         from gtk-port.
547         * WebKit.pri:
548         * WebKit.pro:
550 2008-05-09  Anders Carlsson  <andersca@apple.com>
552         Reviewed by Mark.
554         Add x86_64 rule.
555         
556         * Makefile:
558 2008-05-09  Simon Hausmann  <hausmann@webkit.org>
560         Reviewed by Holger.
562         Removed explicit linkage against libxml and libxslt on Qt/Mac builds.
563         
564         This dependency is completely unnecessary here and creates only problems by
565         propagating through WebCore.pro over libQtWebKit.prl right now customer
566         applications.
567         
569         * WebKit.pri:
571 2008-05-02  Anders Carlsson  <andersca@apple.com>
573         Reviewed by Mark.
575         Add an "x86_64" make rule.
576         
577         * Makefile.shared:
579 2008-05-02  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
581         Reviewed by Eric.
583         https://bugs.webkit.org/show_bug.cgi?id=18811
584         Enable dashboard and offline web apps in autotools
586         * configure.ac:
588 2008-05-01  Marc Ordinas i Llopis  <marc.ordinasillopis@collabora.co.uk>
590         Reviewed by Alp Toker.
592         https://bugs.webkit.org/show_bug.cgi?id=14750
593         Added support for NPAPI plugins on Gtk and Qt-x11 ports.
595         * GNUmakefile.am: Added Xt library.
597 2008-04-29  David Kilzer  <ddkilzer@apple.com>
599         BUILD FIX for ENABLE(DASHBOARD_SUPPORT)
601         * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT.
603 2008-04-22  Alp Toker  <alp@nuanti.com>
605         GTK+ debug build fix for changes in r32257.
607         * GNUmakefile.am:
609 2008-04-18  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
611         Reviewed by Alp Toker.
613         http://bugs.webkit.org/show_bug.cgi?id=16620
614         [GTK] Autotools make dist and make check support
616         Cleanups.
618         * GNUmakefile.am:
620 2008-04-11  Mark Rowe  <mrowe@apple.com>
622         Rubber-stamped by Antti Koivisto.
624         * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show.
626 2008-04-17  Alp Toker  <alp@atoker.com>
628         GTK+ build fix. Back out the libjpeg check part of r32008 from bug
629         #17865 (reopened).
631         * configure.ac:
633 2008-04-17  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
635         Reviewed by Alp Toker.
637         http://bugs.webkit.org/show_bug.cgi?id=17865
638         [Gtk] Improve detection of jpeglib and glib tools
640         Improve detecting jpeglib and glib tools
642         * configure.ac: Throw an error if the dependencies above are
643         currently not installed
645 2008-04-14  Xan Lopez  <xan@gnome.org>
647         Reviewed by Alp Toker.
649         http://bugs.webkit.org/show_bug.cgi?id=17917
650         Bug 17917: Cookie support for HTTP soup backend
652         Bumped the libsoup required version to 2.23 for cookie support.
654         * configure.ac:
656 2008-04-11  Mark Rowe  <mrowe@apple.com>
658         Rubber-stamped by Anders Carlsson.
660         Fix https://bugs.webkit.org/show_bug.cgi?id=18430
661         Bug 18430: SIGSEGV on amd64 when built with gcc 4.3
663         GCC 4.3 generates bad code in some instances when working with our HashTables
664         as some of the HashTable code violates the strict aliasing requirements.  Since
665         GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until
666         the code can be fixed to be safe with strict aliasing enabled, we will disable
667         strict aliasing.
669         * GNUmakefile.am:
671 2008-03-12  Michael Emmel  <mike.emmel@gmail.com>
673         Reviewed by Alp Toker.
675         http://bugs.webkit.org/show_bug.cgi?id=18397
676         Fix leaving spaces before parens in functions
678         * WebKitTools/Scripts/wkstyle:
680 2008-04-07  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
682         Build fix, rubber-stamped and landed by ap.
684         * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support.
686 2008-03-21  Rodney Dawes  <dobey@wayofthemonkey.com>
688         Reviewed by Holger.
690         Remove the JSCore include path options from global_cppflags.
691         Place JSCore include path options in javascriptcore_cppflags.
692         Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS.
694         * GNUmakefile.am:
696 2008-03-20  Jasper Bryant-Greene  <jasper@unix.geek.nz>
698         Reviewed by Anders.
700         Resolves http://bugs.webkit.org/show_bug.cgi?id=16092
701         "[GTK] Middle-mouse click should allow opening a URL in a new tab"
703         Added WebKitNavigationAction object to GTK API
705         * GNUmakefile.am:
707 2008-03-12  Xan Lopez  <xan@gnome.org>
709         Reviewed by Alp Toker.
711         http://bugs.webkit.org/show_bug.cgi?id=15229
713         Add optional font backend support with freetype and pango
714         backends. Default is freetype for now.
716         Original patch by Sven Herzberg <sven@imendio.com>
718         * configure.ac:
720 2008-03-11  Xan Lopez  <xan@gnome.org>
722         Reviewed by Alp Toker.
724         http://bugs.webkit.org/show_bug.cgi?id=16476
726         Add support for multiple http backends, and add soup backend (off by default).
727         
728         * GNUmakefile.am:
729         * configure.ac:
731 2008-03-07  Simon Hausmann  <hausmann@webkit.org>
733         Reviewed by Darin Adler.
735         Done with Lars.
737         Added plugins subdirectory to the include path.
739         * WebKit.pri:
741 2008-03-09  Alp Toker  <alp@atoker.com>
743         GTK+ build fix for r30913.
745         Use UNICODE_CFLAGS for C++ sources as well as C sources.
747         * GNUmakefile.am:
749 2008-03-09  Jürg Billeter  <j@bitron.ch>
751         Reviewed by Alp Toker.
753         Conditionalise ICU for Unicode in the GTK+ port.
755         * GNUmakefile.am:
756         * configure.ac:
758 2008-03-03  Brent Fulgham  <bfulgham@gmail.com>
760         Reviewed by Alp Toker.
762         http://bugs.webkit.org/show_bug.cgi?id=17644
763         Build GTK on Mac OS X using native ICU library
765         Use Apple native ICU libraries when building GTK
766         webkit on Mac OS.
768         * configure.ac:
770 2008-03-02  Brent Fulgham  <bfulgham@gmail.com>
772         Reviewed by Alp Toker.
774         Add ICU_CPPFLAGS earlier in include path for WebCore
775         so that we find $(icu_cppflags)/unicode/utf8.h, rather than
776         the wtf/unicode/UTF8.h on case-insensitive file systems.
778         * GNUmakefile.am:
780 2008-03-02  Alp Toker  <alp@atoker.com>
782         Reviewed by Mark Rowe.
784         Split the WebKit GTK+ build out of the WebCore build and change the
785         shared object name to match the package name.
787         * GNUmakefile.am:
789 2008-02-28  Alp Toker  <alp@atoker.com>
791         Fix a configure script typo spotted by Kalle Vahlman.
793         * configure.ac:
795 2008-02-26  Timothy Hatcher  <timothy@apple.com>
797         Reviewed by Darin Adler.
799         Add "64" and "64u" make rules to allow easy building of 64-bit versions.
801         make 64: will build Intel-only 64-bit.
802         make 64u: will build 4-way universal for PPC and Intel.
804         * Makefile:
805         * Makefile.shared:
807 2008-02-23  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
809         Rubber stamped by Darin Adler.
811         Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
812         whitespaces introduced in the previous commit.
814         * GNUmakefile.am: 
816 2008-02-23  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
818         Rubber-stamped by Darin Adler.
820         * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES.
821         * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS.
823 2008-02-21  Alp Toker  <alp@atoker.com>
825         Fix a configure script typo.
827         * configure.ac:
829 2008-02-21  Alp Toker  <alp@atoker.com>
831         GTK+/autotools SVG experimental build fix
833         Don't enable SVG filters in --enable-svg-experimental.
835         This feature isn't supported at all yet. Developers can enable it
836         explicitly by passing --enable-svg-filters if needed.
838         * configure.ac:
840 2008-02-21  Mike Auty  <mike.auty@gmail.com>
842         Reviewed by Alp Toker.
844         http://bugs.webkit.org/show_bug.cgi?id=17445
845         [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed"
847         The GNUmakefile.am files make use of the LDFLAGS variable to include library
848         additions such as -ljpeg etc.  Unfortunately, if these inclusions aren't made
849         in LIBADD/LDADD variables, then they are mis-ordered during the linking.
851         The as-needed flag discards libraries whose functions have not been needed by
852         earlier libraries, which therefore makes the ordering important.
854         This moves all -l library inclusion statements from LDFLAGS variables to
855         LIBADD/LDADD variables.
857         * GNUmakefile.am:
859 2008-02-15  Alp Toker  <alp@atoker.com>
861         Reviewed by Holger.
863         GTK+ configure script cleanups
865         Categorize the configuration summary printout.
866         Bump GTK+ requirement to 2.8.
867         Rename 'webkit_target' to just 'target'.
868         Don't check for pthread on Win32.
870         * configure.ac:
872 2008-02-14  Adam Roben  <aroben@apple.com>
874         Turn on cross-document messaging support by default
876         Reviewed by Darin Adler.
878         * configure.ac:
880 2008-02-14  Adam Roben  <aroben@apple.com>
882         Conditionalize cross-document messaging support
884         The cross-document messaging parts of HTML 5 are in flux and we want
885         ports to be able to turn off the support as needed.
887         Note that the support is turned off by default right now. A subsequent
888         commit will turn it on by default.
890         Reviewed by Darin Adler.
892         * configure.ac:
894 2008-02-12  Rodney Dawes  <dobey@wayofthemonkey.com>
896         Reviewed by Alp Toker.
898         Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES
899         to the CPPFLAGS for WebCore and WebKit
900         Add a pkgconfig check for hildon-1 when --with-hildon specified
901         Output the use of Hildon support in the summary
902         Add HILDON_CPPFLAGS to webkitgtk_cppflags
903         Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS
904         Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS
906         * configure.ac:
907         * GNUmakefile.am:
909 2008-02-08  Alp Toker  <alp@atoker.com>
911         Rubber-stamped by Maciej.
913         Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4.
915         * configure.ac:
917 2008-02-06  Timothy Hatcher  <timothy@apple.com>
919         Rubber-stamped by Mark Rowe.
921         Dump of bugs.webkit.org's Bugzilla instance.
923         * BugsSite: Added.
924         * BugsSite/.htaccess: Added.
925         * BugsSite/Bugzilla: Added.
926         * BugsSite/Bugzilla.pm: Added.
927         * BugsSite/Bugzilla/.cvsignore: Added.
928         * BugsSite/Bugzilla/.htaccess: Added.
929         * BugsSite/Bugzilla/Attachment.pm: Added.
930         * BugsSite/Bugzilla/Auth: Added.
931         * BugsSite/Bugzilla/Auth.pm: Added.
932         * BugsSite/Bugzilla/Auth/Login: Added.
933         * BugsSite/Bugzilla/Auth/Login/WWW: Added.
934         * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added.
935         * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added.
936         * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added.
937         * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added.
938         * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added.
939         * BugsSite/Bugzilla/Auth/README: Added.
940         * BugsSite/Bugzilla/Auth/Verify: Added.
941         * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added.
942         * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added.
943         * BugsSite/Bugzilla/Bug.pm: Added.
944         * BugsSite/Bugzilla/BugMail.pm: Added.
945         * BugsSite/Bugzilla/CGI.pm: Added.
946         * BugsSite/Bugzilla/Chart.pm: Added.
947         * BugsSite/Bugzilla/Config.pm: Added.
948         * BugsSite/Bugzilla/Constants.pm: Added.
949         * BugsSite/Bugzilla/DB: Added.
950         * BugsSite/Bugzilla/DB.pm: Added.
951         * BugsSite/Bugzilla/DB/Mysql.pm: Added.
952         * BugsSite/Bugzilla/DB/Pg.pm: Added.
953         * BugsSite/Bugzilla/DB/Schema: Added.
954         * BugsSite/Bugzilla/DB/Schema.pm: Added.
955         * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added.
956         * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added.
957         * BugsSite/Bugzilla/Error.pm: Added.
958         * BugsSite/Bugzilla/Flag.pm: Added.
959         * BugsSite/Bugzilla/FlagType.pm: Added.
960         * BugsSite/Bugzilla/Group.pm: Added.
961         * BugsSite/Bugzilla/Search.pm: Added.
962         * BugsSite/Bugzilla/Series.pm: Added.
963         * BugsSite/Bugzilla/Template: Added.
964         * BugsSite/Bugzilla/Template.pm: Added.
965         * BugsSite/Bugzilla/Template/Plugin: Added.
966         * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added.
967         * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added.
968         * BugsSite/Bugzilla/Template/Plugin/User.pm: Added.
969         * BugsSite/Bugzilla/Token.pm: Added.
970         * BugsSite/Bugzilla/User: Added.
971         * BugsSite/Bugzilla/User.pm: Added.
972         * BugsSite/Bugzilla/User/Setting.pm: Added.
973         * BugsSite/Bugzilla/Util.pm: Added.
974         * BugsSite/CGI.pl: Added.
975         * BugsSite/PrettyPatch: Added.
976         * BugsSite/PrettyPatch/PrettyPatch.rb: Added.
977         * BugsSite/PrettyPatch/prettify.rb: Added.
978         * BugsSite/QUICKSTART: Added.
979         * BugsSite/README: Added.
980         * BugsSite/UPGRADING: Added.
981         * BugsSite/UPGRADING-pre-2.8: Added.
982         * BugsSite/ant.jpg: Added.
983         * BugsSite/attachment-aroben.cgi: Added.
984         * BugsSite/attachment.cgi: Added.
985         * BugsSite/buglist.cgi: Added.
986         * BugsSite/bugzilla.dtd: Added.
987         * BugsSite/chart.cgi: Added.
988         * BugsSite/checksetup.pl: Added.
989         * BugsSite/colchange.cgi: Added.
990         * BugsSite/collectstats.pl: Added.
991         * BugsSite/config.cgi: Added.
992         * BugsSite/contrib: Added.
993         * BugsSite/contrib/BugzillaEmail.pm: Added.
994         * BugsSite/contrib/README: Added.
995         * BugsSite/contrib/README.Mailif: Added.
996         * BugsSite/contrib/bug_email.pl: Added.
997         * BugsSite/contrib/bugmail_help.html: Added.
998         * BugsSite/contrib/bugzilla-submit: Added.
999         * BugsSite/contrib/bugzilla-submit/README: Added.
1000         * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added.
1001         * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added.
1002         * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added.
1003         * BugsSite/contrib/bugzilla.procmailrc: Added.
1004         * BugsSite/contrib/bugzilla_email_append.pl: Added.
1005         * BugsSite/contrib/bugzilla_ldapsync.rb: Added.
1006         * BugsSite/contrib/bzdbcopy.pl: Added.
1007         * BugsSite/contrib/cmdline: Added.
1008         * BugsSite/contrib/cmdline/bugcount: Added.
1009         * BugsSite/contrib/cmdline/bugids: Added.
1010         * BugsSite/contrib/cmdline/buglist: Added.
1011         * BugsSite/contrib/cmdline/bugs: Added.
1012         * BugsSite/contrib/cmdline/bugslink: Added.
1013         * BugsSite/contrib/cmdline/makequery: Added.
1014         * BugsSite/contrib/cmdline/query.conf: Added.
1015         * BugsSite/contrib/cvs-update.pl: Added.
1016         * BugsSite/contrib/gnats2bz.pl: Added.
1017         * BugsSite/contrib/gnatsparse: Added.
1018         * BugsSite/contrib/gnatsparse/README: Added.
1019         * BugsSite/contrib/gnatsparse/gnatsparse.py: Added.
1020         * BugsSite/contrib/gnatsparse/magic.py: Added.
1021         * BugsSite/contrib/gnatsparse/specialuu.py: Added.
1022         * BugsSite/contrib/jb2bz.py: Added.
1023         * BugsSite/contrib/mysqld-watcher.pl: Added.
1024         * BugsSite/contrib/sendbugmail.pl: Added.
1025         * BugsSite/contrib/sendunsentbugmail.pl: Added.
1026         * BugsSite/contrib/syncLDAP.pl: Added.
1027         * BugsSite/contrib/yp_nomail.sh: Added.
1028         * BugsSite/createaccount.cgi: Added.
1029         * BugsSite/data: Added.
1030         * BugsSite/data/.htaccess: Added.
1031         * BugsSite/data/attachments: Added.
1032         * BugsSite/data/attachments/.htaccess: Added.
1033         * BugsSite/data/duplicates: Added.
1034         * BugsSite/data/mail: Added.
1035         * BugsSite/data/mimedump-tmp: Added.
1036         * BugsSite/data/mining: Added.
1037         * BugsSite/data/nomail: Added.
1038         * BugsSite/data/params: Added.
1039         * BugsSite/data/template: Added.
1040         * BugsSite/data/template/template: Added.
1041         * BugsSite/data/template/template/en: Added.
1042         * BugsSite/data/template/template/en/custom: Added.
1043         * BugsSite/data/template/template/en/custom/account: Added.
1044         * BugsSite/data/template/template/en/custom/account/auth: Added.
1045         * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
1046         * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added.
1047         * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added.
1048         * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added.
1049         * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added.
1050         * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added.
1051         * BugsSite/data/template/template/en/custom/account/email: Added.
1052         * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added.
1053         * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added.
1054         * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added.
1055         * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added.
1056         * BugsSite/data/template/template/en/custom/account/password: Added.
1057         * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
1058         * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
1059         * BugsSite/data/template/template/en/custom/account/prefs: Added.
1060         * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added.
1061         * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added.
1062         * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added.
1063         * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added.
1064         * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added.
1065         * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
1066         * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added.
1067         * BugsSite/data/template/template/en/custom/admin: Added.
1068         * BugsSite/data/template/template/en/custom/admin/classifications: Added.
1069         * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added.
1070         * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added.
1071         * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added.
1072         * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added.
1073         * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added.
1074         * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
1075         * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added.
1076         * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added.
1077         * BugsSite/data/template/template/en/custom/admin/components: Added.
1078         * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
1079         * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added.
1080         * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added.
1081         * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added.
1082         * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added.
1083         * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added.
1084         * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added.
1085         * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added.
1086         * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added.
1087         * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added.
1088         * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
1089         * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
1090         * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
1091         * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
1092         * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
1093         * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
1094         * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
1095         * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
1096         * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
1097         * BugsSite/data/template/template/en/custom/admin/flag-type: Added.
1098         * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
1099         * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
1100         * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added.
1101         * BugsSite/data/template/template/en/custom/admin/groups: Added.
1102         * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added.
1103         * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added.
1104         * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added.
1105         * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added.
1106         * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added.
1107         * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added.
1108         * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added.
1109         * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added.
1110         * BugsSite/data/template/template/en/custom/admin/keywords: Added.
1111         * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
1112         * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
1113         * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
1114         * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
1115         * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
1116         * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
1117         * BugsSite/data/template/template/en/custom/admin/milestones: Added.
1118         * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
1119         * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added.
1120         * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added.
1121         * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
1122         * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added.
1123         * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added.
1124         * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added.
1125         * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
1126         * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added.
1127         * BugsSite/data/template/template/en/custom/admin/products: Added.
1128         * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
1129         * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added.
1130         * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added.
1131         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added.
1132         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
1133         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
1134         * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
1135         * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added.
1136         * BugsSite/data/template/template/en/custom/admin/settings: Added.
1137         * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added.
1138         * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added.
1139         * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added.
1140         * BugsSite/data/template/template/en/custom/admin/users: Added.
1141         * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
1142         * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added.
1143         * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added.
1144         * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added.
1145         * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
1146         * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added.
1147         * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added.
1148         * BugsSite/data/template/template/en/custom/admin/versions: Added.
1149         * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
1150         * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added.
1151         * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added.
1152         * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added.
1153         * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added.
1154         * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added.
1155         * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added.
1156         * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added.
1157         * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added.
1158         * BugsSite/data/template/template/en/custom/attachment: Added.
1159         * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added.
1160         * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added.
1161         * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added.
1162         * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added.
1163         * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added.
1164         * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added.
1165         * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added.
1166         * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added.
1167         * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added.
1168         * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added.
1169         * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added.
1170         * BugsSite/data/template/template/en/custom/bug: Added.
1171         * BugsSite/data/template/template/en/custom/bug/activity: Added.
1172         * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added.
1173         * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added.
1174         * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added.
1175         * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added.
1176         * BugsSite/data/template/template/en/custom/bug/create: Added.
1177         * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
1178         * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added.
1179         * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added.
1180         * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added.
1181         * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added.
1182         * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added.
1183         * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added.
1184         * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added.
1185         * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added.
1186         * BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added.
1187         * BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added.
1188         * BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added.
1189         * BugsSite/data/template/template/en/custom/bug/process: Added.
1190         * BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added.
1191         * BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
1192         * BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added.
1193         * BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added.
1194         * BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added.
1195         * BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added.
1196         * BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
1197         * BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added.
1198         * BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added.
1199         * BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added.
1200         * BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added.
1201         * BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added.
1202         * BugsSite/data/template/template/en/custom/bug/votes: Added.
1203         * BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
1204         * BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
1205         * BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
1206         * BugsSite/data/template/template/en/custom/config.js.tmpl: Added.
1207         * BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added.
1208         * BugsSite/data/template/template/en/custom/flag: Added.
1209         * BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added.
1210         * BugsSite/data/template/template/en/custom/global: Added.
1211         * BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added.
1212         * BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added.
1213         * BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added.
1214         * BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added.
1215         * BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added.
1216         * BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added.
1217         * BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added.
1218         * BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added.
1219         * BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added.
1220         * BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added.
1221         * BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added.
1222         * BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added.
1223         * BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added.
1224         * BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added.
1225         * BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added.
1226         * BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added.
1227         * BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added.
1228         * BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added.
1229         * BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added.
1230         * BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added.
1231         * BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added.
1232         * BugsSite/data/template/template/en/custom/index.html.tmpl: Added.
1233         * BugsSite/data/template/template/en/custom/list: Added.
1234         * BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added.
1235         * BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added.
1236         * BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added.
1237         * BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added.
1238         * BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added.
1239         * BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added.
1240         * BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added.
1241         * BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added.
1242         * BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added.
1243         * BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added.
1244         * BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added.
1245         * BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added.
1246         * BugsSite/data/template/template/en/custom/pages: Added.
1247         * BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added.
1248         * BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added.
1249         * BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added.
1250         * BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added.
1251         * BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added.
1252         * BugsSite/data/template/template/en/custom/reports: Added.
1253         * BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added.
1254         * BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added.
1255         * BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added.
1256         * BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added.
1257         * BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added.
1258         * BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
1259         * BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added.
1260         * BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added.
1261         * BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added.
1262         * BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added.
1263         * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added.
1264         * BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added.
1265         * BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added.
1266         * BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added.
1267         * BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added.
1268         * BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added.
1269         * BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added.
1270         * BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added.
1271         * BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added.
1272         * BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added.
1273         * BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added.
1274         * BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added.
1275         * BugsSite/data/template/template/en/custom/request: Added.
1276         * BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added.
1277         * BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added.
1278         * BugsSite/data/template/template/en/custom/search: Added.
1279         * BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added.
1280         * BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added.
1281         * BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added.
1282         * BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added.
1283         * BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added.
1284         * BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added.
1285         * BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added.
1286         * BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added.
1287         * BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added.
1288         * BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added.
1289         * BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added.
1290         * BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added.
1291         * BugsSite/data/template/template/en/custom/whine: Added.
1292         * BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added.
1293         * BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added.
1294         * BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
1295         * BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added.
1296         * BugsSite/data/template/template/en/default: Added.
1297         * BugsSite/data/template/template/en/default/attachment: Added.
1298         * BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added.
1299         * BugsSite/data/template/template/en/default/list: Added.
1300         * BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added.
1301         * BugsSite/data/versioncache: Added.
1302         * BugsSite/data/versioncache.13P9L: Added.
1303         * BugsSite/data/versioncache.1lH1E: Added.
1304         * BugsSite/data/versioncache.3AnHd: Added.
1305         * BugsSite/data/versioncache.3Jmjt: Added.
1306         * BugsSite/data/versioncache.3JzIL: Added.
1307         * BugsSite/data/versioncache.77b4y: Added.
1308         * BugsSite/data/versioncache.7VzyU: Added.
1309         * BugsSite/data/versioncache.EQdAm: Added.
1310         * BugsSite/data/versioncache.EouAG: Added.
1311         * BugsSite/data/versioncache.LJ5n1: Added.
1312         * BugsSite/data/versioncache.Lb0fW: Added.
1313         * BugsSite/data/versioncache.PyAd8: Added.
1314         * BugsSite/data/versioncache.SFyse: Added.
1315         * BugsSite/data/versioncache.SkTTg: Added.
1316         * BugsSite/data/versioncache.VVO7E: Added.
1317         * BugsSite/data/versioncache.XbxgU: Added.
1318         * BugsSite/data/versioncache.Yezqr: Added.
1319         * BugsSite/data/versioncache.dtzIv: Added.
1320         * BugsSite/data/versioncache.jzpeh: Added.
1321         * BugsSite/data/versioncache.pbn6U: Added.
1322         * BugsSite/data/versioncache.qyixS: Added.
1323         * BugsSite/data/versioncache.sBMdb: Added.
1324         * BugsSite/data/versioncache.xNi34: Added.
1325         * BugsSite/data/webdot: Added.
1326         * BugsSite/data/webdot/.htaccess: Added.
1327         * BugsSite/data/webdot/0ZLH3QpFd8.dot: Added.
1328         * BugsSite/data/webdot/3s6e7eC2Dy.dot: Added.
1329         * BugsSite/data/webdot/6MW0q54cyY.dot: Added.
1330         * BugsSite/data/webdot/A2RlhPdO2Q.dot: Added.
1331         * BugsSite/data/webdot/DuBX4I4946.dot: Added.
1332         * BugsSite/data/webdot/GudTgvrKBX.dot: Added.
1333         * BugsSite/data/webdot/I1mCbLtAzQ.dot: Added.
1334         * BugsSite/data/webdot/JtKgvWGVb4.dot: Added.
1335         * BugsSite/data/webdot/RFk4bjAwYc.dot: Added.
1336         * BugsSite/data/webdot/YQ1pWFVfqt.dot: Added.
1337         * BugsSite/data/webdot/YcFUepShZI.dot: Added.
1338         * BugsSite/data/webdot/a9i00KgTQk.dot: Added.
1339         * BugsSite/data/webdot/c412GYaHch.dot: Added.
1340         * BugsSite/data/webdot/hjYnYr3tV1.dot: Added.
1341         * BugsSite/data/webdot/pq3Qw7wynI.dot: Added.
1342         * BugsSite/data/webdot/tL7GjA7bqH.dot: Added.
1343         * BugsSite/defparams.pl: Added.
1344         * BugsSite/describecomponents.cgi: Added.
1345         * BugsSite/describekeywords.cgi: Added.
1346         * BugsSite/describekeywords.cgi.bak: Added.
1347         * BugsSite/docs: Added.
1348         * BugsSite/docs/.cvsignore: Added.
1349         * BugsSite/docs/README.docs: Added.
1350         * BugsSite/docs/html: Added.
1351         * BugsSite/docs/html/Bugzilla-Guide.html: Added.
1352         * BugsSite/docs/html/about.html: Added.
1353         * BugsSite/docs/html/administration.html: Added.
1354         * BugsSite/docs/html/bug_page.html: Added.
1355         * BugsSite/docs/html/bugreports.html: Added.
1356         * BugsSite/docs/html/cmdline-bugmail.html: Added.
1357         * BugsSite/docs/html/cmdline.html: Added.
1358         * BugsSite/docs/html/components.html: Added.
1359         * BugsSite/docs/html/configuration.html: Added.
1360         * BugsSite/docs/html/conventions.html: Added.
1361         * BugsSite/docs/html/copyright.html: Added.
1362         * BugsSite/docs/html/credits.html: Added.
1363         * BugsSite/docs/html/cust-change-permissions.html: Added.
1364         * BugsSite/docs/html/cust-hooks.html: Added.
1365         * BugsSite/docs/html/cust-templates.html: Added.
1366         * BugsSite/docs/html/customization.html: Added.
1367         * BugsSite/docs/html/dbdoc.html: Added.
1368         * BugsSite/docs/html/dbmodify.html: Added.
1369         * BugsSite/docs/html/disclaimer.html: Added.
1370         * BugsSite/docs/html/extraconfig.html: Added.
1371         * BugsSite/docs/html/faq.html: Added.
1372         * BugsSite/docs/html/flags-overview.html: Added.
1373         * BugsSite/docs/html/flags.html: Added.
1374         * BugsSite/docs/html/general-advice.html: Added.
1375         * BugsSite/docs/html/gfdl-0.html: Added.
1376         * BugsSite/docs/html/gfdl-1.html: Added.
1377         * BugsSite/docs/html/gfdl-10.html: Added.
1378         * BugsSite/docs/html/gfdl-2.html: Added.
1379         * BugsSite/docs/html/gfdl-3.html: Added.
1380         * BugsSite/docs/html/gfdl-4.html: Added.
1381         * BugsSite/docs/html/gfdl-5.html: Added.
1382         * BugsSite/docs/html/gfdl-6.html: Added.
1383         * BugsSite/docs/html/gfdl-7.html: Added.
1384         * BugsSite/docs/html/gfdl-8.html: Added.
1385         * BugsSite/docs/html/gfdl-9.html: Added.
1386         * BugsSite/docs/html/gfdl-howto.html: Added.
1387         * BugsSite/docs/html/gfdl.html: Added.
1388         * BugsSite/docs/html/glossary.html: Added.
1389         * BugsSite/docs/html/groups.html: Added.
1390         * BugsSite/docs/html/hintsandtips.html: Added.
1391         * BugsSite/docs/html/index.html: Added.
1392         * BugsSite/docs/html/install-perlmodules-manual.html: Added.
1393         * BugsSite/docs/html/installation.html: Added.
1394         * BugsSite/docs/html/installing-bugzilla.html: Added.
1395         * BugsSite/docs/html/integration.html: Added.
1396         * BugsSite/docs/html/lifecycle.html: Added.
1397         * BugsSite/docs/html/list.html: Added.
1398         * BugsSite/docs/html/milestones.html: Added.
1399         * BugsSite/docs/html/modules-manual-download.html: Added.
1400         * BugsSite/docs/html/modules-manual-instructions.html: Added.
1401         * BugsSite/docs/html/modules-manual-optional.html: Added.
1402         * BugsSite/docs/html/myaccount.html: Added.
1403         * BugsSite/docs/html/newversions.html: Added.
1404         * BugsSite/docs/html/nonroot.html: Added.
1405         * BugsSite/docs/html/os-specific.html: Added.
1406         * BugsSite/docs/html/parameters.html: Added.
1407         * BugsSite/docs/html/paranoid-security.html: Added.
1408         * BugsSite/docs/html/patches.html: Added.
1409         * BugsSite/docs/html/patchviewer.html: Added.
1410         * BugsSite/docs/html/products.html: Added.
1411         * BugsSite/docs/html/query.html: Added.
1412         * BugsSite/docs/html/quips.html: Added.
1413         * BugsSite/docs/html/reporting.html: Added.
1414         * BugsSite/docs/html/security-bugzilla.html: Added.
1415         * BugsSite/docs/html/security-mysql.html: Added.
1416         * BugsSite/docs/html/security-os.html: Added.
1417         * BugsSite/docs/html/security-webserver.html: Added.
1418         * BugsSite/docs/html/security.html: Added.
1419         * BugsSite/docs/html/trbl-bundlebugzilla.html: Added.
1420         * BugsSite/docs/html/trbl-dbdsponge.html: Added.
1421         * BugsSite/docs/html/trbl-index.html: Added.
1422         * BugsSite/docs/html/trbl-passwd-encryption.html: Added.
1423         * BugsSite/docs/html/trbl-perlmodule.html: Added.
1424         * BugsSite/docs/html/trbl-relogin-everyone.html: Added.
1425         * BugsSite/docs/html/trbl-testserver.html: Added.
1426         * BugsSite/docs/html/trouble-filetemp.html: Added.
1427         * BugsSite/docs/html/troubleshooting.html: Added.
1428         * BugsSite/docs/html/upgrading.html: Added.
1429         * BugsSite/docs/html/useradmin.html: Added.
1430         * BugsSite/docs/html/userpreferences.html: Added.
1431         * BugsSite/docs/html/using-intro.html: Added.
1432         * BugsSite/docs/html/using.html: Added.
1433         * BugsSite/docs/html/versions.html: Added.
1434         * BugsSite/docs/html/voting.html: Added.
1435         * BugsSite/docs/html/whining.html: Added.
1436         * BugsSite/docs/html/x3190.html: Added.
1437         * BugsSite/docs/images: Added.
1438         * BugsSite/docs/images/bzLifecycle.png: Added.
1439         * BugsSite/docs/images/bzLifecycle.xml: Added.
1440         * BugsSite/docs/images/callouts: Added.
1441         * BugsSite/docs/images/callouts/1.gif: Added.
1442         * BugsSite/docs/images/callouts/2.gif: Added.
1443         * BugsSite/docs/images/callouts/3.gif: Added.
1444         * BugsSite/docs/images/caution.gif: Added.
1445         * BugsSite/docs/images/note.gif: Added.
1446         * BugsSite/docs/images/tip.gif: Added.
1447         * BugsSite/docs/images/warning.gif: Added.
1448         * BugsSite/docs/makedocs.pl: Added.
1449         * BugsSite/docs/pdf: Added.
1450         * BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added.
1451         * BugsSite/docs/rel_notes.txt: Added.
1452         * BugsSite/docs/txt: Added.
1453         * BugsSite/docs/txt/Bugzilla-Guide.txt: Added.
1454         * BugsSite/docs/xml: Added.
1455         * BugsSite/docs/xml/Bugzilla-Guide.xml: Added.
1456         * BugsSite/docs/xml/about.xml: Added.
1457         * BugsSite/docs/xml/administration.xml: Added.
1458         * BugsSite/docs/xml/conventions.xml: Added.
1459         * BugsSite/docs/xml/customization.xml: Added.
1460         * BugsSite/docs/xml/dbschema.mysql: Added.
1461         * BugsSite/docs/xml/faq.xml: Added.
1462         * BugsSite/docs/xml/filetemp.patch: Added.
1463         * BugsSite/docs/xml/gfdl.xml: Added.
1464         * BugsSite/docs/xml/glossary.xml: Added.
1465         * BugsSite/docs/xml/index.xml: Added.
1466         * BugsSite/docs/xml/installation.xml: Added.
1467         * BugsSite/docs/xml/integration.xml: Added.
1468         * BugsSite/docs/xml/introduction.xml: Added.
1469         * BugsSite/docs/xml/modules.xml: Added.
1470         * BugsSite/docs/xml/patches.xml: Added.
1471         * BugsSite/docs/xml/requiredsoftware.xml: Added.
1472         * BugsSite/docs/xml/security.xml: Added.
1473         * BugsSite/docs/xml/troubleshooting.xml: Added.
1474         * BugsSite/docs/xml/using.xml: Added.
1475         * BugsSite/doeditparams.cgi: Added.
1476         * BugsSite/duplicates.cgi: Added.
1477         * BugsSite/duplicates.xul: Added.
1478         * BugsSite/editclassifications.cgi: Added.
1479         * BugsSite/editcomponents.cgi: Added.
1480         * BugsSite/editflagtypes.cgi: Added.
1481         * BugsSite/editgroups.cgi: Added.
1482         * BugsSite/editkeywords.cgi: Added.
1483         * BugsSite/editmilestones.cgi: Added.
1484         * BugsSite/editparams.cgi: Added.
1485         * BugsSite/editproducts.cgi: Added.
1486         * BugsSite/editsettings.cgi: Added.
1487         * BugsSite/editusers.cgi: Added.
1488         * BugsSite/editvalues.cgi: Added.
1489         * BugsSite/editversions.cgi: Added.
1490         * BugsSite/editwhines.cgi: Added.
1491         * BugsSite/enter_bug.cgi: Added.
1492         * BugsSite/favicon.ico: Added.
1493         * BugsSite/globals.pl: Added.
1494         * BugsSite/graphs: Added.
1495         * BugsSite/images: Added.
1496         * BugsSite/images/padlock.png: Added.
1497         * BugsSite/importxml.pl: Added.
1498         * BugsSite/index.cgi: Added.
1499         * BugsSite/js: Added.
1500         * BugsSite/js/duplicates.js: Added.
1501         * BugsSite/js/productform.js: Added.
1502         * BugsSite/localconfig.js: Added.
1503         * BugsSite/long_list.cgi: Added.
1504         * BugsSite/move.pl: Added.
1505         * BugsSite/page.cgi: Added.
1506         * BugsSite/post_bug.cgi: Added.
1507         * BugsSite/process_bug.cgi: Added.
1508         * BugsSite/productmenu.js: Added.
1509         * BugsSite/query.cgi: Added.
1510         * BugsSite/quicksearch.html: Added.
1511         * BugsSite/quicksearch.js: Added.
1512         * BugsSite/quicksearchhack.html: Added.
1513         * BugsSite/quips.cgi: Added.
1514         * BugsSite/relogin.cgi: Added.
1515         * BugsSite/report.cgi: Added.
1516         * BugsSite/reports.cgi: Added.
1517         * BugsSite/request.cgi: Added.
1518         * BugsSite/robots.txt: Added.
1519         * BugsSite/runtests.pl: Added.
1520         * BugsSite/sanitycheck.cgi: Added.
1521         * BugsSite/show_activity.cgi: Added.
1522         * BugsSite/show_bug.cgi: Added.
1523         * BugsSite/showattachment.cgi: Added.
1524         * BugsSite/showdependencygraph.cgi: Added.
1525         * BugsSite/showdependencytree.cgi: Added.
1526         * BugsSite/sidebar.cgi: Added.
1527         * BugsSite/skins: Added.
1528         * BugsSite/skins/.cvsignore: Added.
1529         * BugsSite/skins/custom: Added.
1530         * BugsSite/skins/custom/admin.css: Added.
1531         * BugsSite/skins/custom/buglist.css: Added.
1532         * BugsSite/skins/custom/duplicates.css: Added.
1533         * BugsSite/skins/custom/editusers.css: Added.
1534         * BugsSite/skins/custom/global.css: Added.
1535         * BugsSite/skins/custom/index.css: Added.
1536         * BugsSite/skins/custom/opendarwin.gif: Added.
1537         * BugsSite/skins/custom/panel.css: Added.
1538         * BugsSite/skins/custom/show_multiple.css: Added.
1539         * BugsSite/skins/custom/summarize-time.css: Added.
1540         * BugsSite/skins/custom/voting.css: Added.
1541         * BugsSite/skins/standard: Added.
1542         * BugsSite/skins/standard/admin.css: Added.
1543         * BugsSite/skins/standard/buglist.css: Added.
1544         * BugsSite/skins/standard/duplicates.css: Added.
1545         * BugsSite/skins/standard/editusers.css: Added.
1546         * BugsSite/skins/standard/global: Added.
1547         * BugsSite/skins/standard/global.css: Added.
1548         * BugsSite/skins/standard/global/body-back.gif: Added.
1549         * BugsSite/skins/standard/global/header.png: Added.
1550         * BugsSite/skins/standard/index: Added.
1551         * BugsSite/skins/standard/index.css: Added.
1552         * BugsSite/skins/standard/index/front.jpg: Added.
1553         * BugsSite/skins/standard/index/front.png: Added.
1554         * BugsSite/skins/standard/panel.css: Added.
1555         * BugsSite/skins/standard/show_multiple.css: Added.
1556         * BugsSite/skins/standard/summarize-time.css: Added.
1557         * BugsSite/skins/standard/voting.css: Added.
1558         * BugsSite/summarize_time.cgi: Added.
1559         * BugsSite/t: Added.
1560         * BugsSite/t/001compile.t: Added.
1561         * BugsSite/t/002goodperl.t: Added.
1562         * BugsSite/t/003safesys.t: Added.
1563         * BugsSite/t/004template.t: Added.
1564         * BugsSite/t/005no_tabs.t: Added.
1565         * BugsSite/t/006spellcheck.t: Added.
1566         * BugsSite/t/007util.t: Added.
1567         * BugsSite/t/008filter.t: Added.
1568         * BugsSite/t/009bugwords.t: Added.
1569         * BugsSite/t/011pod.t: Added.
1570         * BugsSite/t/Support: Added.
1571         * BugsSite/t/Support/Files.pm: Added.
1572         * BugsSite/t/Support/Systemexec.pm: Added.
1573         * BugsSite/t/Support/Templates.pm: Added.
1574         * BugsSite/t/testchart.gif: Added.
1575         * BugsSite/t/testchart.png: Added.
1576         * BugsSite/t/testgd.png: Added.
1577         * BugsSite/template: Added.
1578         * BugsSite/template/.cvsignore: Added.
1579         * BugsSite/template/.htaccess: Added.
1580         * BugsSite/template/en: Added.
1581         * BugsSite/template/en/.cvsignore: Added.
1582         * BugsSite/template/en/custom: Added.
1583         * BugsSite/template/en/custom/account: Added.
1584         * BugsSite/template/en/custom/account/auth: Added.
1585         * BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
1586         * BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added.
1587         * BugsSite/template/en/custom/account/auth/login.html.tmpl: Added.
1588         * BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added.
1589         * BugsSite/template/en/custom/account/create.html.tmpl: Added.
1590         * BugsSite/template/en/custom/account/created.html.tmpl: Added.
1591         * BugsSite/template/en/custom/account/email: Added.
1592         * BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added.
1593         * BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added.
1594         * BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added.
1595         * BugsSite/template/en/custom/account/exists.html.tmpl: Added.
1596         * BugsSite/template/en/custom/account/password: Added.
1597         * BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
1598         * BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
1599         * BugsSite/template/en/custom/account/prefs: Added.
1600         * BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added.
1601         * BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added.
1602         * BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added.
1603         * BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added.
1604         * BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added.
1605         * BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
1606         * BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added.
1607         * BugsSite/template/en/custom/admin: Added.
1608         * BugsSite/template/en/custom/admin/classifications: Added.
1609         * BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added.
1610         * BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added.
1611         * BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added.
1612         * BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added.
1613         * BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added.
1614         * BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
1615         * BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added.
1616         * BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added.
1617         * BugsSite/template/en/custom/admin/components: Added.
1618         * BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
1619         * BugsSite/template/en/custom/admin/components/create.html.tmpl: Added.
1620         * BugsSite/template/en/custom/admin/components/created.html.tmpl: Added.
1621         * BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added.
1622         * BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added.
1623         * BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added.
1624         * BugsSite/template/en/custom/admin/components/list.html.tmpl: Added.
1625         * BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added.
1626         * BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added.
1627         * BugsSite/template/en/custom/admin/fieldvalues: Added.
1628         * BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
1629         * BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
1630         * BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
1631         * BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
1632         * BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
1633         * BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
1634         * BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
1635         * BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
1636         * BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
1637         * BugsSite/template/en/custom/admin/flag-type: Added.
1638         * BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
1639         * BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
1640         * BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added.
1641         * BugsSite/template/en/custom/admin/groups: Added.
1642         * BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added.
1643         * BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added.
1644         * BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added.
1645         * BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added.
1646         * BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added.
1647         * BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added.
1648         * BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added.
1649         * BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added.
1650         * BugsSite/template/en/custom/admin/keywords: Added.
1651         * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
1652         * BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added.
1653         * BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added.
1654         * BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added.
1655         * BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added.
1656         * BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
1657         * BugsSite/template/en/custom/admin/milestones: Added.
1658         * BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
1659         * BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added.
1660         * BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added.
1661         * BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
1662         * BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added.
1663         * BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added.
1664         * BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added.
1665         * BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
1666         * BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added.
1667         * BugsSite/template/en/custom/admin/products: Added.
1668         * BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
1669         * BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added.
1670         * BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added.
1671         * BugsSite/template/en/custom/admin/products/groupcontrol: Added.
1672         * BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
1673         * BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
1674         * BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
1675         * BugsSite/template/en/custom/admin/products/list.html.tmpl: Added.
1676         * BugsSite/template/en/custom/admin/settings: Added.
1677         * BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added.
1678         * BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added.
1679         * BugsSite/template/en/custom/admin/table.html.tmpl: Added.
1680         * BugsSite/template/en/custom/admin/users: Added.
1681         * BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
1682         * BugsSite/template/en/custom/admin/users/create.html.tmpl: Added.
1683         * BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added.
1684         * BugsSite/template/en/custom/admin/users/list.html.tmpl: Added.
1685         * BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
1686         * BugsSite/template/en/custom/admin/users/search.html.tmpl: Added.
1687         * BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added.
1688         * BugsSite/template/en/custom/admin/versions: Added.
1689         * BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
1690         * BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added.
1691         * BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added.
1692         * BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added.
1693         * BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added.
1694         * BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added.
1695         * BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added.
1696         * BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added.
1697         * BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added.
1698         * BugsSite/template/en/custom/attachment: Added.
1699         * BugsSite/template/en/custom/attachment/choose.html.tmpl: Added.
1700         * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added.
1701         * BugsSite/template/en/custom/attachment/create.html.tmpl: Added.
1702         * BugsSite/template/en/custom/attachment/created.html.tmpl: Added.
1703         * BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added.
1704         * BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added.
1705         * BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added.
1706         * BugsSite/template/en/custom/attachment/edit.html.tmpl: Added.
1707         * BugsSite/template/en/custom/attachment/list.html.tmpl: Added.
1708         * BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added.
1709         * BugsSite/template/en/custom/attachment/updated.html.tmpl: Added.
1710         * BugsSite/template/en/custom/bug: Added.
1711         * BugsSite/template/en/custom/bug/activity: Added.
1712         * BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added.
1713         * BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added.
1714         * BugsSite/template/en/custom/bug/choose.html.tmpl: Added.
1715         * BugsSite/template/en/custom/bug/comments.html.tmpl: Added.
1716         * BugsSite/template/en/custom/bug/create: Added.
1717         * BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
1718         * BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added.
1719         * BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added.
1720         * BugsSite/template/en/custom/bug/create/create.html.tmpl: Added.
1721         * BugsSite/template/en/custom/bug/create/created.html.tmpl: Added.
1722         * BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added.
1723         * BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added.
1724         * BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added.
1725         * BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added.
1726         * BugsSite/template/en/custom/bug/edit.html.tmpl: Added.
1727         * BugsSite/template/en/custom/bug/knob.html.tmpl: Added.
1728         * BugsSite/template/en/custom/bug/navigate.html.tmpl: Added.
1729         * BugsSite/template/en/custom/bug/process: Added.
1730         * BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added.
1731         * BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
1732         * BugsSite/template/en/custom/bug/process/header.html.tmpl: Added.
1733         * BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added.
1734         * BugsSite/template/en/custom/bug/process/next.html.tmpl: Added.
1735         * BugsSite/template/en/custom/bug/process/results.html.tmpl: Added.
1736         * BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
1737         * BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added.
1738         * BugsSite/template/en/custom/bug/show.html.tmpl: Added.
1739         * BugsSite/template/en/custom/bug/show.xml.tmpl: Added.
1740         * BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added.
1741         * BugsSite/template/en/custom/bug/time.html.tmpl: Added.
1742         * BugsSite/template/en/custom/bug/votes: Added.
1743         * BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
1744         * BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
1745         * BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
1746         * BugsSite/template/en/custom/config.js.tmpl: Added.
1747         * BugsSite/template/en/custom/config.rdf.tmpl: Added.
1748         * BugsSite/template/en/custom/filterexceptions.pl: Added.
1749         * BugsSite/template/en/custom/flag: Added.
1750         * BugsSite/template/en/custom/flag/list.html.tmpl: Added.
1751         * BugsSite/template/en/custom/global: Added.
1752         * BugsSite/template/en/custom/global/banner.html.tmpl: Added.
1753         * BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added.
1754         * BugsSite/template/en/custom/global/choose-product.html.tmpl: Added.
1755         * BugsSite/template/en/custom/global/code-error.html.tmpl: Added.
1756         * BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added.
1757         * BugsSite/template/en/custom/global/field-descs.none.tmpl: Added.
1758         * BugsSite/template/en/custom/global/footer.html.tmpl: Added.
1759         * BugsSite/template/en/custom/global/header.html.tmpl: Added.
1760         * BugsSite/template/en/custom/global/help-header.html.tmpl: Added.
1761         * BugsSite/template/en/custom/global/help.html.tmpl: Added.
1762         * BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added.
1763         * BugsSite/template/en/custom/global/initialize.none.tmpl: Added.
1764         * BugsSite/template/en/custom/global/message.html.tmpl: Added.
1765         * BugsSite/template/en/custom/global/messages.html.tmpl: Added.
1766         * BugsSite/template/en/custom/global/select-menu.html.tmpl: Added.
1767         * BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added.
1768         * BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added.
1769         * BugsSite/template/en/custom/global/useful-links.html.tmpl: Added.
1770         * BugsSite/template/en/custom/global/user-error.html.tmpl: Added.
1771         * BugsSite/template/en/custom/global/userselect.html.tmpl: Added.
1772         * BugsSite/template/en/custom/global/variables.none.tmpl: Added.
1773         * BugsSite/template/en/custom/index.html.tmpl: Added.
1774         * BugsSite/template/en/custom/list: Added.
1775         * BugsSite/template/en/custom/list/change-columns.html.tmpl: Added.
1776         * BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added.
1777         * BugsSite/template/en/custom/list/list-simple.html.tmpl: Added.
1778         * BugsSite/template/en/custom/list/list.csv.tmpl: Added.
1779         * BugsSite/template/en/custom/list/list.html.tmpl: Added.
1780         * BugsSite/template/en/custom/list/list.ics.tmpl: Added.
1781         * BugsSite/template/en/custom/list/list.js.tmpl: Added.
1782         * BugsSite/template/en/custom/list/list.rdf.tmpl: Added.
1783         * BugsSite/template/en/custom/list/list.rss.tmpl: Added.
1784         * BugsSite/template/en/custom/list/quips.html.tmpl: Added.
1785         * BugsSite/template/en/custom/list/server-push.html.tmpl: Added.
1786         * BugsSite/template/en/custom/list/table.html.tmpl: Added.
1787         * BugsSite/template/en/custom/pages: Added.
1788         * BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added.
1789         * BugsSite/template/en/custom/pages/fields.html.tmpl: Added.
1790         * BugsSite/template/en/custom/pages/linked.html.tmpl: Added.
1791         * BugsSite/template/en/custom/pages/linkify.html.tmpl: Added.
1792         * BugsSite/template/en/custom/pages/voting.html.tmpl: Added.
1793         * BugsSite/template/en/custom/reports: Added.
1794         * BugsSite/template/en/custom/reports/chart.csv.tmpl: Added.
1795         * BugsSite/template/en/custom/reports/chart.html.tmpl: Added.
1796         * BugsSite/template/en/custom/reports/chart.png.tmpl: Added.
1797         * BugsSite/template/en/custom/reports/components.html.tmpl: Added.
1798         * BugsSite/template/en/custom/reports/create-chart.html.tmpl: Added.
1799         * BugsSite/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
1800         * BugsSite/template/en/custom/reports/duplicates-table.html.tmpl: Added.
1801         * BugsSite/template/en/custom/reports/duplicates.html.tmpl: Added.
1802         * BugsSite/template/en/custom/reports/duplicates.rdf.tmpl: Added.
1803         * BugsSite/template/en/custom/reports/edit-series.html.tmpl: Added.
1804         * BugsSite/template/en/custom/reports/keywords.html.tmpl: Added.
1805         * BugsSite/template/en/custom/reports/menu.html.tmpl: Added.
1806         * BugsSite/template/en/custom/reports/report-bar.png.tmpl: Added.
1807         * BugsSite/template/en/custom/reports/report-line.png.tmpl: Added.
1808         * BugsSite/template/en/custom/reports/report-pie.png.tmpl: Added.
1809         * BugsSite/template/en/custom/reports/report-simple.html.tmpl: Added.
1810         * BugsSite/template/en/custom/reports/report-table.csv.tmpl: Added.
1811         * BugsSite/template/en/custom/reports/report-table.html.tmpl: Added.
1812         * BugsSite/template/en/custom/reports/report.csv.tmpl: Added.
1813         * BugsSite/template/en/custom/reports/report.html.tmpl: Added.
1814         * BugsSite/template/en/custom/reports/series-common.html.tmpl: Added.
1815         * BugsSite/template/en/custom/reports/series.html.tmpl: Added.
1816         * BugsSite/template/en/custom/request: Added.
1817         * BugsSite/template/en/custom/request/email.txt.tmpl: Added.
1818         * BugsSite/template/en/custom/request/queue.html.tmpl: Added.
1819         * BugsSite/template/en/custom/search: Added.
1820         * BugsSite/template/en/custom/search/boolean-charts.html.tmpl: Added.
1821         * BugsSite/template/en/custom/search/form.html.tmpl: Added.
1822         * BugsSite/template/en/custom/search/knob.html.tmpl: Added.
1823         * BugsSite/template/en/custom/search/search-advanced.html.tmpl: Added.
1824         * BugsSite/template/en/custom/search/search-create-series.html.tmpl: Added.
1825         * BugsSite/template/en/custom/search/search-help.html.tmpl: Added.
1826         * BugsSite/template/en/custom/search/search-report-graph.html.tmpl: Added.
1827         * BugsSite/template/en/custom/search/search-report-select.html.tmpl: Added.
1828         * BugsSite/template/en/custom/search/search-report-table.html.tmpl: Added.
1829         * BugsSite/template/en/custom/search/search-specific.html.tmpl: Added.
1830         * BugsSite/template/en/custom/search/tabs.html.tmpl: Added.
1831         * BugsSite/template/en/custom/sidebar.xul.tmpl: Added.
1832         * BugsSite/template/en/custom/whine: Added.
1833         * BugsSite/template/en/custom/whine/mail.html.tmpl: Added.
1834         * BugsSite/template/en/custom/whine/mail.txt.tmpl: Added.
1835         * BugsSite/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
1836         * BugsSite/template/en/custom/whine/schedule.html.tmpl: Added.
1837         * BugsSite/template/en/default: Added.
1838         * BugsSite/template/en/default/account: Added.
1839         * BugsSite/template/en/default/account/auth: Added.
1840         * BugsSite/template/en/default/account/auth/ldap-error.html.tmpl: Added.
1841         * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Added.
1842         * BugsSite/template/en/default/account/auth/login.html.tmpl: Added.
1843         * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Added.
1844         * BugsSite/template/en/default/account/create.html.tmpl: Added.
1845         * BugsSite/template/en/default/account/created.html.tmpl: Added.
1846         * BugsSite/template/en/default/account/email: Added.
1847         * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Added.
1848         * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Added.
1849         * BugsSite/template/en/default/account/email/confirm.html.tmpl: Added.
1850         * BugsSite/template/en/default/account/exists.html.tmpl: Added.
1851         * BugsSite/template/en/default/account/password: Added.
1852         * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Added.
1853         * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Added.
1854         * BugsSite/template/en/default/account/prefs: Added.
1855         * BugsSite/template/en/default/account/prefs/account.html.tmpl: Added.
1856         * BugsSite/template/en/default/account/prefs/email.html.tmpl: Added.
1857         * BugsSite/template/en/default/account/prefs/footer.html.tmpl: Added.
1858         * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Added.
1859         * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Added.
1860         * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Added.
1861         * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Added.
1862         * BugsSite/template/en/default/admin: Added.
1863         * BugsSite/template/en/default/admin/classifications: Added.
1864         * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Added.
1865         * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Added.
1866         * BugsSite/template/en/default/admin/classifications/delete.html.tmpl: Added.
1867         * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Added.
1868         * BugsSite/template/en/default/admin/classifications/new.html.tmpl: Added.
1869         * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Added.
1870         * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Added.
1871         * BugsSite/template/en/default/admin/classifications/update.html.tmpl: Added.
1872         * BugsSite/template/en/default/admin/components: Added.
1873         * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Added.
1874         * BugsSite/template/en/default/admin/components/create.html.tmpl: Added.
1875         * BugsSite/template/en/default/admin/components/created.html.tmpl: Added.
1876         * BugsSite/template/en/default/admin/components/deleted.html.tmpl: Added.
1877         * BugsSite/template/en/default/admin/components/edit.html.tmpl: Added.
1878         * BugsSite/template/en/default/admin/components/footer.html.tmpl: Added.
1879         * BugsSite/template/en/default/admin/components/list.html.tmpl: Added.
1880         * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Added.
1881         * BugsSite/template/en/default/admin/components/updated.html.tmpl: Added.
1882         * BugsSite/template/en/default/admin/fieldvalues: Added.
1883         * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Added.
1884         * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Added.
1885         * BugsSite/template/en/default/admin/fieldvalues/created.html.tmpl: Added.
1886         * BugsSite/template/en/default/admin/fieldvalues/deleted.html.tmpl: Added.
1887         * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Added.
1888         * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Added.
1889         * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Added.
1890         * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Added.
1891         * BugsSite/template/en/default/admin/fieldvalues/updated.html.tmpl: Added.
1892         * BugsSite/template/en/default/admin/flag-type: Added.
1893         * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Added.
1894         * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Added.
1895         * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Added.
1896         * BugsSite/template/en/default/admin/groups: Added.
1897         * BugsSite/template/en/default/admin/groups/change.html.tmpl: Added.
1898         * BugsSite/template/en/default/admin/groups/create.html.tmpl: Added.
1899         * BugsSite/template/en/default/admin/groups/created.html.tmpl: Added.
1900         * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Added.
1901         * BugsSite/template/en/default/admin/groups/deleted.html.tmpl: Added.
1902         * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Added.
1903         * BugsSite/template/en/default/admin/groups/list.html.tmpl: Added.
1904         * BugsSite/template/en/default/admin/groups/remove.html.tmpl: Added.
1905         * BugsSite/template/en/default/admin/keywords: Added.
1906         * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Added.
1907         * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Added.
1908         * BugsSite/template/en/default/admin/keywords/created.html.tmpl: Added.
1909         * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Added.
1910         * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Added.
1911         * BugsSite/template/en/default/admin/keywords/rebuild-cache.html.tmpl: Added.
1912         * BugsSite/template/en/default/admin/milestones: Added.
1913         * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Added.
1914         * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Added.
1915         * BugsSite/template/en/default/admin/milestones/created.html.tmpl: Added.
1916         * BugsSite/template/en/default/admin/milestones/deleted.html.tmpl: Added.
1917         * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Added.
1918         * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Added.
1919         * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Added.
1920         * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Added.
1921         * BugsSite/template/en/default/admin/milestones/updated.html.tmpl: Added.
1922         * BugsSite/template/en/default/admin/products: Added.
1923         * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Added.
1924         * BugsSite/template/en/default/admin/products/deleted.html.tmpl: Added.
1925         * BugsSite/template/en/default/admin/products/footer.html.tmpl: Added.
1926         * BugsSite/template/en/default/admin/products/groupcontrol: Added.
1927         * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
1928         * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Added.
1929         * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Added.
1930         * BugsSite/template/en/default/admin/products/list.html.tmpl: Added.
1931         * BugsSite/template/en/default/admin/settings: Added.
1932         * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Added.
1933         * BugsSite/template/en/default/admin/settings/updated.html.tmpl: Added.
1934         * BugsSite/template/en/default/admin/table.html.tmpl: Added.
1935         * BugsSite/template/en/default/admin/users: Added.
1936         * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Added.
1937         * BugsSite/template/en/default/admin/users/create.html.tmpl: Added.
1938         * BugsSite/template/en/default/admin/users/edit.html.tmpl: Added.
1939         * BugsSite/template/en/default/admin/users/list.html.tmpl: Added.
1940         * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Added.
1941         * BugsSite/template/en/default/admin/users/search.html.tmpl: Added.
1942         * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Added.
1943         * BugsSite/template/en/default/admin/versions: Added.
1944         * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Added.
1945         * BugsSite/template/en/default/admin/versions/create.html.tmpl: Added.
1946         * BugsSite/template/en/default/admin/versions/created.html.tmpl: Added.
1947         * BugsSite/template/en/default/admin/versions/deleted.html.tmpl: Added.
1948         * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Added.
1949         * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Added.
1950         * BugsSite/template/en/default/admin/versions/list.html.tmpl: Added.
1951         * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Added.
1952         * BugsSite/template/en/default/admin/versions/updated.html.tmpl: Added.
1953         * BugsSite/template/en/default/attachment: Added.
1954         * BugsSite/template/en/default/attachment/choose.html.tmpl: Added.
1955         * BugsSite/template/en/default/attachment/content-types.html.tmpl: Added.
1956         * BugsSite/template/en/default/attachment/create.html.tmpl: Added.
1957         * BugsSite/template/en/default/attachment/created.html.tmpl: Added.
1958         * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Added.
1959         * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Added.
1960         * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Added.
1961         * BugsSite/template/en/default/attachment/edit-aroben.html.tmpl: Added.
1962         * BugsSite/template/en/default/attachment/edit.html.tmpl: Added.
1963         * BugsSite/template/en/default/attachment/list.html.tmpl: Added.
1964         * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Added.
1965         * BugsSite/template/en/default/attachment/updated.html.tmpl: Added.
1966         * BugsSite/template/en/default/bug: Added.
1967         * BugsSite/template/en/default/bug/activity: Added.
1968         * BugsSite/template/en/default/bug/activity/show.html.tmpl: Added.
1969         * BugsSite/template/en/default/bug/activity/table.html.tmpl: Added.
1970         * BugsSite/template/en/default/bug/choose.html.tmpl: Added.
1971         * BugsSite/template/en/default/bug/comments.html.tmpl: Added.
1972         * BugsSite/template/en/default/bug/create: Added.
1973         * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Added.
1974         * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Added.
1975         * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Added.
1976         * BugsSite/template/en/default/bug/create/create.html.tmpl: Added.
1977         * BugsSite/template/en/default/bug/create/created.html.tmpl: Added.
1978         * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Added.
1979         * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Added.
1980         * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Added.
1981         * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Added.
1982         * BugsSite/template/en/default/bug/edit.html.tmpl: Added.
1983         * BugsSite/template/en/default/bug/knob.html.tmpl: Added.
1984         * BugsSite/template/en/default/bug/navigate.html.tmpl: Added.
1985         * BugsSite/template/en/default/bug/process: Added.
1986         * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Added.
1987         * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Added.
1988         * BugsSite/template/en/default/bug/process/header.html.tmpl: Added.
1989         * BugsSite/template/en/default/bug/process/midair.html.tmpl: Added.
1990         * BugsSite/template/en/default/bug/process/next.html.tmpl: Added.
1991         * BugsSite/template/en/default/bug/process/results.html.tmpl: Added.
1992         * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Added.
1993         * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Added.
1994         * BugsSite/template/en/default/bug/show.html.tmpl: Added.
1995         * BugsSite/template/en/default/bug/show.xml.tmpl: Added.
1996         * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Added.
1997         * BugsSite/template/en/default/bug/time.html.tmpl: Added.
1998         * BugsSite/template/en/default/bug/votes: Added.
1999         * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Added.
2000         * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Added.
2001         * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Added.
2002         * BugsSite/template/en/default/config.js.tmpl: Added.
2003         * BugsSite/template/en/default/config.rdf.tmpl: Added.
2004         * BugsSite/template/en/default/filterexceptions.pl: Added.
2005         * BugsSite/template/en/default/flag: Added.
2006         * BugsSite/template/en/default/flag/list.html.tmpl: Added.
2007         * BugsSite/template/en/default/global: Added.
2008         * BugsSite/template/en/default/global/banner.html.tmpl: Added.
2009         * BugsSite/template/en/default/global/choose-classification.html.tmpl: Added.
2010         * BugsSite/template/en/default/global/choose-product.html.tmpl: Added.
2011         * BugsSite/template/en/default/global/code-error.html.tmpl: Added.
2012         * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Added.
2013         * BugsSite/template/en/default/global/field-descs.none.tmpl: Added.
2014         * BugsSite/template/en/default/global/footer.html.tmpl: Added.
2015         * BugsSite/template/en/default/global/header.html.tmpl: Added.
2016         * BugsSite/template/en/default/global/help-header.html.tmpl: Added.
2017         * BugsSite/template/en/default/global/help.html.tmpl: Added.
2018         * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Added.
2019         * BugsSite/template/en/default/global/initialize.none.tmpl: Added.
2020         * BugsSite/template/en/default/global/message.html.tmpl: Added.
2021         * BugsSite/template/en/default/global/messages.html.tmpl: Added.
2022         * BugsSite/template/en/default/global/select-menu.html.tmpl: Added.
2023         * BugsSite/template/en/default/global/setting-descs.none.tmpl: Added.
2024         * BugsSite/template/en/default/global/site-navigation.html.tmpl: Added.
2025         * BugsSite/template/en/default/global/useful-links.html.tmpl: Added.
2026         * BugsSite/template/en/default/global/user-error.html.tmpl: Added.
2027         * BugsSite/template/en/default/global/userselect.html.tmpl: Added.
2028         * BugsSite/template/en/default/global/variables.none.tmpl: Added.
2029         * BugsSite/template/en/default/index.html.tmpl: Added.
2030         * BugsSite/template/en/default/list: Added.
2031         * BugsSite/template/en/default/list/change-columns.html.tmpl: Added.
2032         * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Added.
2033         * BugsSite/template/en/default/list/list-simple.html.tmpl: Added.
2034         * BugsSite/template/en/default/list/list.atom.tmpl: Added.
2035         * BugsSite/template/en/default/list/list.csv.tmpl: Added.
2036         * BugsSite/template/en/default/list/list.html.tmpl: Added.
2037         * BugsSite/template/en/default/list/list.ics.tmpl: Added.
2038         * BugsSite/template/en/default/list/list.js.tmpl: Added.
2039         * BugsSite/template/en/default/list/list.rdf.tmpl: Added.
2040         * BugsSite/template/en/default/list/quips.html.tmpl: Added.
2041         * BugsSite/template/en/default/list/server-push.html.tmpl: Added.
2042         * BugsSite/template/en/default/list/table.html.tmpl: Added.
2043         * BugsSite/template/en/default/pages: Added.
2044         * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Added.
2045         * BugsSite/template/en/default/pages/fields.html.tmpl: Added.
2046         * BugsSite/template/en/default/pages/linked.html.tmpl: Added.
2047         * BugsSite/template/en/default/pages/linkify.html.tmpl: Added.
2048         * BugsSite/template/en/default/pages/voting.html.tmpl: Added.
2049         * BugsSite/template/en/default/reports: Added.
2050         * BugsSite/template/en/default/reports/chart.csv.tmpl: Added.
2051         * BugsSite/template/en/default/reports/chart.html.tmpl: Added.
2052         * BugsSite/template/en/default/reports/chart.png.tmpl: Added.
2053         * BugsSite/template/en/default/reports/components.html.tmpl: Added.
2054         * BugsSite/template/en/default/reports/create-chart.html.tmpl: Added.
2055         * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Added.
2056         * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Added.
2057         * BugsSite/template/en/default/reports/duplicates.html.tmpl: Added.
2058         * BugsSite/template/en/default/reports/duplicates.rdf.tmpl: Added.
2059         * BugsSite/template/en/default/reports/edit-series.html.tmpl: Added.
2060         * BugsSite/template/en/default/reports/keywords.html.tmpl: Added.
2061         * BugsSite/template/en/default/reports/menu.html.tmpl: Added.
2062         * BugsSite/template/en/default/reports/report-bar.png.tmpl: Added.
2063         * BugsSite/template/en/default/reports/report-line.png.tmpl: Added.
2064         * BugsSite/template/en/default/reports/report-pie.png.tmpl: Added.
2065         * BugsSite/template/en/default/reports/report-simple.html.tmpl: Added.
2066         * BugsSite/template/en/default/reports/report-table.csv.tmpl: Added.
2067         * BugsSite/template/en/default/reports/report-table.html.tmpl: Added.
2068         * BugsSite/template/en/default/reports/report.csv.tmpl: Added.
2069         * BugsSite/template/en/default/reports/report.html.tmpl: Added.
2070         * BugsSite/template/en/default/reports/series-common.html.tmpl: Added.
2071         * BugsSite/template/en/default/reports/series.html.tmpl: Added.
2072         * BugsSite/template/en/default/request: Added.
2073         * BugsSite/template/en/default/request/email.txt.tmpl: Added.
2074         * BugsSite/template/en/default/request/queue.html.tmpl: Added.
2075         * BugsSite/template/en/default/search: Added.
2076         * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Added.
2077         * BugsSite/template/en/default/search/form.html.tmpl: Added.
2078         * BugsSite/template/en/default/search/knob.html.tmpl: Added.
2079         * BugsSite/template/en/default/search/search-advanced.html.tmpl: Added.
2080         * BugsSite/template/en/default/search/search-create-series.html.tmpl: Added.
2081         * BugsSite/template/en/default/search/search-help.html.tmpl: Added.
2082         * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Added.
2083         * BugsSite/template/en/default/search/search-report-select.html.tmpl: Added.
2084         * BugsSite/template/en/default/search/search-report-table.html.tmpl: Added.
2085         * BugsSite/template/en/default/search/search-specific.html.tmpl: Added.
2086         * BugsSite/template/en/default/search/tabs.html.tmpl: Added.
2087         * BugsSite/template/en/default/sidebar.xul.tmpl: Added.
2088         * BugsSite/template/en/default/whine: Added.
2089         * BugsSite/template/en/default/whine/mail.html.tmpl: Added.
2090         * BugsSite/template/en/default/whine/mail.txt.tmpl: Added.
2091         * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Added.
2092         * BugsSite/template/en/default/whine/schedule.html.tmpl: Added.
2093         * BugsSite/template/en/extension: Added.
2094         * BugsSite/template/en/extension/filterexceptions.pl: Added.
2095         * BugsSite/testagent.cgi: Added.
2096         * BugsSite/testserver.pl: Added.
2097         * BugsSite/token.cgi: Added.
2098         * BugsSite/userprefs.cgi: Added.
2099         * BugsSite/votes.cgi: Added.
2100         * BugsSite/whine.pl: Added.
2101         * BugsSite/whineatnews.pl: Added.
2102         * BugsSite/xml.cgi: Added.
2104 2008-02-04  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2106         Reviewed by Alp Toker and Mark Rowe.
2108         http://bugs.webkit.org/show_bug.cgi?id=16618
2109         [GTK] build-webkit and run-webkit-tests autootools support
2111         Add support for the autotools build to the WebKit build and test
2112         scripts.
2114 2008-02-04  Rodney Dawes  <dobey@wayofthemonkey.com>
2116         Reviewed by Alp Toker and Mark Rowe.
2118         Fix http://bugs.webkit.org/show_bug.cgi?id=17175.
2119         Bug 17175: Use of C++ compiler flags in CFLAGS
2121         Add global_cxxflags definition for inclusion in CXXFLAGS variables.
2122         Only use -fno-rtti and $(SYMBOL_VISIBILITY_INLINES) with global_cxxflags as gcc complains they aren't valid for C.
2124         * GNUmakefile.am:
2126 2008-02-04  Alp Toker  <alp@atoker.com>
2128         Rubber-stamped by Mark Rowe.
2130         Remove all trailing whitespace in the GTK+ port and related
2131         components.
2133         * GNUmakefile.am:
2134         * configure.ac:
2136 2008-01-31  Alp Toker  <alp@atoker.com>
2138         Reviewed by Mark Rowe.
2140         Fix the pkg-config file to follow GTK+ package naming and versioning
2141         conventions.
2143         Remove unneeded dependency listings.
2145         * GNUmakefile.am:
2146         * configure.ac:
2148 2008-01-31  Alp Toker  <alp@atoker.com>
2150         Rubber-stamped by Adam Roben.
2152         http://bugs.webkit.org/show_bug.cgi?id=17006
2153         [GTK] Header path should be webkit/webkit.h
2155         Move the GTK+ API sources as needed and update the build systems.
2157         * GNUmakefile.am:
2158         * WebKit.pri:
2160 2008-01-27  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2162         Reviewed by Alp Toker.
2164         http://bugs.webkit.org/show_bug.cgi?id=14811
2165         [gtk] [request] add a webkit_gtk_page_go_to_history_item function
2167         * GNUmakefile.am: Added webkitwebbackforwardlist and webkitwebhistoryitem
2169 2008-01-26  Mark Rowe  <mrowe@apple.com>
2171         Reviewed by Alp Toker.
2173         Fix http://bugs.webkit.org/show_bug.cgi?id=17007.
2174         Bug 17007: [GTK] autogen.sh attempts to use "libtoolize" on the Mac
2176         libtoolize is installed as glibtoolize on Mac OS X to avoid naming conflicts
2177         with other system commands.  Check for the presence of glibtoolize if libtoolize
2178         cannot be found.
2180         * autogen.sh:
2182 2008-01-23  Alp Toker  <alp@atoker.com>
2184         Rubber-stamped by Mark Rowe.
2186         Remove whitespace after -I in automake include lists.
2188         * GNUmakefile.am:
2190 2008-01-22  Christian Dywan  <christian@imendio.com>
2192         Reviewed by Alp Toker.
2194         [GTK] API: WebKitWebSettings is not usable
2195         http://bugs.webkit.org/show_bug.cgi?id=16219
2197         Implement WebKitWebSettings.
2199         * GNUmakefile.am:
2201 2008-01-22  Simon Hausmann  <hausmann@webkit.org>
2203         Reviewed by Lars.
2205         Don't compile the ICO plugin when building against Qt >= 4.4
2206         
2208         * WebKit.pro:
2210 2008-01-21  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2212         Reviewed by Alp Toker.
2214         http://bugs.webkit.org/show_bug.cgi?id=16955
2215         Get errors when cross-compile webkit-gtk
2217         * GNUmakefile.am: added ICU_CPPFLAGS
2218         * configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS
2220 2008-01-19  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2222         Reviewed by Alp Toker.
2224         Add svg foreign object and svg experimental to the GTK+/autotools
2225         build system.
2227         * configure.ac:
2229 2008-01-15  Alp Toker  <alp@atoker.com>
2231         Rubber-stamped by Anders.
2233         Make the HTTP backend configurable in the GTK+ port. curl is currently
2234         the only option.
2236         * GNUmakefile.am:
2237         * WebKit.pri:
2238         * configure.ac:
2240 2008-01-15  Alp Toker  <alp@atoker.com>
2242         GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler
2243         flags only when they're available.
2245         Additionally, use -fvisibility-inlines-hidden in both debug and
2246         release builds when available to match the Mac build.
2248         * GNUmakefile.am:
2249         * configure.ac:
2251 2008-01-12  Alp Toker  <alp@atoker.com>
2253         Reviewed by Mark Rowe.
2255         Hide non-public symbols in GTK+/autotools release builds.
2257         * GNUmakefile.am:
2259 2008-01-11  Alp Toker  <alp@atoker.com>
2261         Reviewed by Oliver Hunt.
2263         Enable FastMalloc by default in GTK+/autotools and add a configure
2264         switch.
2266         * GNUmakefile.am:
2267         * configure.ac:
2269 2008-01-11  Luca Bruno  <lethalman88@gmail.com>
2271         Reviewed by Alp Toker.
2273         http://bugs.webkit.org/show_bug.cgi?id=16838
2274         [GTK] Bad autotools debug and video options
2276         Fix some configure options.
2278         * configure.ac:
2280 2008-01-11  Mark Rowe  <mrowe@apple.com>
2282         Attempt to fix the GTK+ and Qt builds.
2284         * WebKit.pro:
2286 2008-01-10  Alp Toker  <alp@atoker.com>
2288         SVG font build fix for GTK+/autotools.
2290         * configure.ac:
2292 2008-01-05  Alp Toker  <alp@atoker.com>
2294         Rubber-stamped by Mark Rowe.
2296         Fix configure script output with correct descriptions of the default
2297         configuration options.
2299         * configure.ac:
2301 2008-01-05  Sylvain Pasche  <sylvain.pasche@gmail.com>
2303         Reviewed by Alp Toker.
2305         http://bugs.webkit.org/show_bug.cgi?id=16736
2306         Allow autogen.sh invocation from a separate build directory.
2308         * autogen.sh:
2310 2008-01-04  Alp Toker  <alp@atoker.com>
2312         Rubber-stamped by Mark Rowe.
2314         Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The
2315         "rebuild rules" will now be enabled by default.
2317         This obviates the need to pass '--enable-maintainer-mode' to
2318         configure.
2320         * configure.ac:
2322 2008-01-02  Holger Hans Peter Freyther  <zecke@selfish.org>
2324         Rubber stamped by Alp.
2326         Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break
2327         the build. At least people doing a debug build on Ubuntu Hardy will see
2328         the breakage. I was asked to leave the flags inside the files to ease future
2329         debugging.
2331         * GNUmakefile.am:
2332         * WebKit.pri:
2334 2008-01-01  Alp Toker  <alp@atoker.com>
2336         GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
2337         correct parameter to AM_INIT_AUTOMAKE.
2339         * configure.ac:
2341 2007-12-30  Alp Toker  <alp@atoker.com>
2343         Build fix for older autoconf versions.
2345         * configure.ac:
2347 2007-12-29  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2349         Reviewed by Alp Toker.
2351         Enable Database, XPath and XSLT features by default
2353         * configure.ac:
2355 2007-12-29  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2357         Reviewed by Alp Toker.
2359         http://bugs.webkit.org/show_bug.cgi?id=16669
2360         autotools update and fixes
2362         Various fixes to the autotools build
2364         * GNUmakefile.am:
2365           - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
2366           - Fix clean rules (Rodney Dawes)
2367           - Added webcore specific variables, remove STDINT_H and
2368             PTHREAD_NP_H checks (already included in config.h)
2369         * autogen.sh:
2370           - Loosen automake and aclocal requirement
2371         * configure.ac:
2372           - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
2373             when doing a debug build (Rodney Dawes)
2374           - Fix webkit target and remove traces of XBL
2376 2007-12-27  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2378         Reviewed by Alp Toker.
2380         http://bugs.webkit.org/show_bug.cgi?id=16353
2381         [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
2383         Added the flags mentioned in the bug only when doing 'debug'
2384         builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
2386         * GNUmakefile.am:
2387         * WebKit.pri:
2389 2007-12-26  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2391         Reviewed by Alp Toker.
2393         http://bugs.webkit.org/show_bug.cgi?id=16390
2394         Use autotools or GNU make as the build system for the GTK port
2396         * GNUmakefile.am: Added.
2397         * autogen.sh: Added.
2398         * configure.ac: Added.
2400 2007-12-20  Alp Toker  <alp@atoker.com>
2402         Rubber-stamped by Maciej.
2404         http://bugs.webkit.org/show_bug.cgi?id=16542
2405         [GTK] Text is missing with old Pango version
2407         Back out commits r28880, r28876, r28865, r28864 which added Pango font
2408         selection support. These changes caused a regression where no text was
2409         displayed with older Pango versions.
2411         * WebKit.pri:
2413 2007-12-19  Alp Toker  <alp@atoker.com>
2415         Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
2416         cairo-ft directly following changes in r28864.
2418         * WebKit.pri:
2420 2007-12-12  Alp Toker  <alp@atoker.com>
2422         Reviewed by Mark Rowe.
2424         http://bugs.webkit.org/show_bug.cgi?id=16302
2425         [GTK] Compiler flags for optimization
2427         Use the compiler flags -fno-exceptions -fno-rtti.
2429         This patch does not add all the flags discussed in the bug report,
2430         only these two.
2432         * WebKit.pri:
2434 2007-12-04  Xan Lopez  <xan@gnome.org>
2436         Reviewed by Alp Toker.
2438         http://bugs.webkit.org/show_bug.cgi?id=15561
2439         GTK port needs DumpRenderTree implementation
2441         Start work on the GTK+ DRT.
2443         * WebKit.pro:
2445 2007-11-30  Alp Toker  <alp@atoker.com>
2447         Reviewed by Adam Roben.
2449         http://bugs.webkit.org/show_bug.cgi?id=15691
2450         [GTK] Public API does not follow GTK+ conventions
2452         Refactor the WebKit/GTK+ public API. Changes:
2453           WebKitPage -> WebKitWebView
2454           WebKitFrame -> WebKitWebFrame
2456         Public API source and header names have been updated to mirror the API
2457         changes.
2459         The API is now kept in WebKit/gtk/WebView to match other ports in the
2460         same class such as Mac and Win.
2462         * WebKit.pri:
2464 2007-11-26  Rodney Dawes  <dobey@wayofthemonkey.com>
2466         Reviewed by Mark Rowe.
2468         Set CONFIG option for the window system GTK+ is using
2470         * WebKit.pri:
2472 2007-11-22  Alp Toker  <alp@atoker.com>
2474         GTK+ build fix. Pass a correct LIBDIR value.
2476         * WebKit.pri:
2478 2007-11-20  Mark Rowe  <mrowe@apple.com>
2480         Reviewed by Alp Toker.
2482         * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
2484 2007-11-20  Alp Toker  <alp@atoker.com>
2486         Reviewed by Simon Hausmann.
2488         Clean up GTK+ port configuration.
2490         Use similar compiler warning flags to the Mac build.
2492         Add the qmake changes needed for DirectFB support.
2494         * WebKit.pri:
2496 2007-11-07  Simon Hausmann  <hausmann@kde.org>
2498         Reviewed by Mark.
2500         Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
2501         That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
2503         * WebKit.pri:
2505 2007-10-03  Lars Knoll  <lars@trolltech.com>
2507         Signed off by olliej.
2509         move WebKitQt to WebKit/qt for consistency with the other ports.
2511         * WebKit.pri:
2512         * WebKit.pro:
2514 2007-10-03  Lars Knoll  <lars@trolltech.com>
2516         Reviewed by olliej.
2518         Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
2520         * WebKit.pro:
2522 2007-09-29  Holger Hans Peter Freyther  <zecke@selfish.org>
2524         Reviewed by Mark.
2526         -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
2527         Remove Bakefiles from svn.
2529         * Bakefiles/Bakefiles.bkgen: Removed.
2530         * Bakefiles/ChangeLog: Removed.
2531         * Bakefiles/Readme.txt: Removed.
2532         * Bakefiles/presets.bkl: Removed.
2533         * Bakefiles/update-file-lists.py: Removed.
2535 2007-09-20  Holger Hans Peter Freyther  <zecke@selfish.org>
2537         Rubber stamped by Adam.
2539         Renamed files from *Gdk to *Gtk (see #14732) using the
2540         work of Juan A. Suarez Romero as a base.
2542         GDK -> GTK
2544         * WebKit.pri:
2545         * WebKit.pro:
2547 2007-07-29  Brian Mastenbrook  <brian@mastenbrook.net>
2549         Build fix for WebKit/Gtk to compile on Fedora 7 as described in
2550         http://bugs.webkit.org/show_bug.cgi?id=14557
2552         * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
2554 2007-07-27  Simon Hausmann  <hausmann@kde.org>
2556         Done with and reviewed by Lars and Zack.
2558         Exclude DumpRenderTree from the Qt build on Windows for now.
2560         * WebKit.pro:
2562 2007-07-27  Simon Hausmann  <hausmann@kde.org>
2564         Done with and reviewed by Lars and Zack.
2566         Temporarily disable the ICO support for the Qt build on Windows.
2568         * WebKit.pro:
2570 2007-07-26  Simon Hausmann  <hausmann@kde.org>
2572         Reviewed by Lars.
2574         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.
2576         * WebKit.pri:
2578 2007-07-22  Holger Hans Peter Freyther  <zecke@selfish.org>
2580         Reviewed by Adam.
2582         Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
2583         build against it.
2585         * WebKit.pri:
2587 2007-07-18  Simon Hausmann  <hausmann@kde.org>
2589         Reviewed by Zack.
2591         Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
2593         * WebKit.pro:
2595 2007-07-18  Timothy Hatcher  <timothy@apple.com>
2597         Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
2598         still use this one Makefile.shared as an include.
2600         * Makefile.shared:
2602 2007-07-12  George Staikos  <staikos@kde.org>
2604         Fix build in debug mode.
2606         * WebKit.pri:
2608 2007-07-11  Holger Hans Peter Freyther  <zecke@selfish.org>
2610         Reviewed by Darin Adler.
2612         As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
2613         WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
2615         * WebKit.pri: Adjust INCLUDEPATH
2617 2007-06-25  Adam Roben  <aroben@apple.com>
2619         Really remove LayoutTestResults.
2621         * LayoutTestResults: Removed.
2623 2007-06-25  Adam Roben  <aroben@apple.com>
2625         Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
2626         http://bugs.webkit.org/show_bug.cgi?id=14405
2628         Reviewed by Anders.
2630         * LayoutTestResults: Removed.
2632 2007-06-25  Alp Toker  <alp.toker@collabora.co.uk>
2634         Reviewed by Mark.
2636         http://bugs.webkit.org/show_bug.cgi?id=13975
2637         Use system-provided libjpeg and libpng
2639         * WebKit.pri: Link against external libjpeg and libpng.
2641 2007-06-20  Adam Roben  <aroben@apple.com>
2643         Reviewed by Simon Hausmann.
2645         More Gdk build fixing.
2647         * WebKit.pro:
2649 2007-06-15  Adam Treat  <adam@staikos.net>
2651         Reviewed by George Staikos.
2653         Add ICO support to the Qt build.
2655         * WebKit.pro:
2657 2007-06-13  George Staikos  <staikos@kde.org>
2659         Reviewed by Lars.
2661         Compile without self-linking.
2663         * WebKit.pri:
2665 2007-06-13  Simon Hausmann  <hausmann@kde.org>
2667         Reviewed by Lars.
2669         * WebKit.pri: WebKitQt is now called QtWebKit.
2671 2007-05-31  Alp Toker  <alp.toker@collabora.co.uk>
2673         Reviewed by Eric Seidel.
2675         http://bugs.webkit.org/show_bug.cgi?id=13941
2676         Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
2678         * WebKit.pri:
2680 2007-05-18  Holger Hans Peter Freyther  <zecke@selfish.org>
2682         Reviewed by Mark Rowe.
2684         * WebKit.pro: Build testkjs for Gdk and Qt
2686 2007-05-11  Holger Freyther <freyther@kde.org>
2688         Reviewed by Mark Rowe.
2690         Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
2691         and add ICU configuration to QMAKE_CXXFLAGS.
2693         * WebKit.pri:
2695 2007-05-06  Erik Bunce  <kde@bunce.us>
2697         Reviewed by Mark Rowe.
2699         * WebKit.pri:
2700         Removed unnecessary dependency on MacPorts (/opt/local)
2702 2007-05-03  Holger Freyther <freyther@kde.org>
2704         Reviewed by Zack, landed by Simon.
2705         This is bugzilla bug 13499.
2707         * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
2708         port
2709         * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
2710         port
2712 2007-04-27  Holger Freyther <freyther@kde.org>
2714         Reviewed by Maciej.
2716         Remove unmaintained CMake build system.
2718         * CMakeLists.txt: Removed.
2720 2007-01-30  Simon Hausmann  <hausmann@kde.org>
2722         Reviewed by Zack.
2724         * WebKit.pri: libJavaScriptCore is gone with the Qt build
2725         * WebKit.pro:
2727 2007-01-26  George Staikos  <staikos@kde.org>
2729         Remove headers - not needed now.
2731         * WebKit.pri:
2733 2007-01-23  George Staikos <staikos@kde.org>
2735         Put everything back since we can't build everything without it yet.
2737         * WebKit.pri:
2739 2007-01-16  Lars Knoll <lars@trolltech.com>
2741         Reviewed by Zack
2743         Remove everything but the new public API from
2744         the include path.
2746         * WebKit.pri:
2748 2007-01-11  George Staikos  <staikos@kde.org>
2750         Fix the Qt build
2752         * WebKit.pri:
2754 2007-01-03  Lars Knoll <lars@trolltech.com>
2756         Fix the Qt build
2758         * WebKit.pri:
2760 2006-12-17  Simon Hausmann  <hausmann@kde.org>
2762         Reviewed by Rob Buis.
2764         * WebKit.pro: Build testkjs.
2766 2006-12-14  Timothy Hatcher  <timothy@apple.com>
2768         Reviewed by Brady.
2770         * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
2772 2006-12-13  Maciej Stachowiak  <mjs@apple.com>
2774         Reviewed by Brady and Anders.
2776         * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
2778 2006-12-10  Zack Rusin  <zack@kde.org>
2780         Client classes have been moved to WebKitQt/WebCoreSupport so
2781         adjusting the pri file.
2783         * WebKit.pri:
2785 2006-12-10  George Staikos  <staikos@kde.org>
2787         Reviewed by Zack.
2789         Add WebKitBuild/Release back to the output dir for external build cases.
2791         * WebKit.pri:
2793 2006-12-10  Zack Rusin  <zack@kde.org>
2795         Fix the link directory location.
2797         * WebKit.pri:
2799 2006-12-10  Lars Knoll <lars@trolltech.com>
2801         Reviewed by Zack
2803         Include DumpRenderTree in the Qt build
2805         * WebKit.pro:
2807 2006-12-09  George Staikos  <staikos@kde.org>
2809         Reviewed by Zack.
2811         Correct the path to the libraries for QMake.
2813         * WebKit.pri:
2815 2006-12-09  Lars Knoll <lars@trolltech.com>
2817         Reviewed by Zack
2819         Make it possible to build WebKit with qmake.
2821         * WebKit.pri: Added.
2822         * WebKit.pro: Added.
2824 2006-11-19  Simon Hausmann  <hausmann@kde.org>
2826         Reviewed by Zack.
2828         http://bugs.webkit.org/show_bug.cgi?id=11649
2830         * CMakeLists.txt: Fix Qt-only build without KDE cmake files
2832 2006-10-30  Timothy Hatcher  <timothy@apple.com>
2834         Reviewed by Brady.
2836         Make the universal build return non-zero when module make fails.
2838         * Makefile:
2840 2006-10-30  Stephanie Lewis  <slewis@apple.com>
2842         Reviewed by Darin Adler.
2844         Change Makefiles to return non-zero when module make fails.
2846         * Makefile:
2848 2006-10-27  Brady Eidson  <beidson@apple.com>
2850         Rubber stamped by Tim Hatcher
2852         Added "make universal" to build universal binaries
2854         * Makefile:
2855         * Makefile.shared:
2857 2006-10-01  Nikolas Zimmermann  <zimmermann@kde.org>
2859         Reviewed by eseidel.
2861         * CMakeLists.txt: add option to disable colored output when building on the buildbot