2009-10-29 Dimitri Glazkov <dglazkov@chromium.org>
[webbrowser.git] / ChangeLog
blobdc43e0ee22ec9d3d689613327c44058aa3e699ed
1 2009-10-26  Holger Hans Peter Freyther  <zecke@selfish.org>
3         Rubber-stamped by Darin Adler.
5         Export fastMalloc, fastCalloc, fastRealloc and fastFree
6         https://bugs.webkit.org/show_bug.cgi?id=30769
8         Export the FastMalloc functions outside of the libwebkit library
9         to be able to instrument memory allocations. These are C++ symbols
10         but do not require the C++ runtime to be useful and should be of
11         no harm to plain C code.
13         * autotools/symbols.filter:
15 2009-10-26  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
17         Reviewed by Jan Alonzo.
19         Alternative solution to regression introduced in r48672.
21         * GNUmakefile.am:
23 2009-10-26  Xan Lopez  <xlopez@igalia.com>
25         Reviewed by Gustavo Noronha.
27         Update for 1.1.16 release.
29         * configure.ac:
31 2009-10-24  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
33         Reviewed by Holger Freyther.
35         [Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian
36         https://bugs.webkit.org/show_bug.cgi?id=30476
38         Set the stack size to 80 Kb and heap size to the 128kB - 32MB range
39         to all executables linking against WebKit library.
41         * WebKit.pri:
43 2009-10-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
45         Reviewed by Holger Freyther.
47         [GTK] Add MathML to the build system
48         https://bugs.webkit.org/show_bug.cgi?id=30487
50         Add --enable-mathml to configure.
52         * configure.ac:
54 2009-10-15  Jan Michael Alonzo  <jmalonzo@webkit.org>
56         Reviewed by Xan Lopez.
58         [GTK] marshal stamp files are not cleaned after a distclean
59         https://bugs.webkit.org/show_bug.cgi?id=30156
61         Add the stamp files directly to cleanfiles. Also rearrange the
62         variable declarations so we don't miss any files that need to be
63         cleaned up during the clean targets.
65         * GNUmakefile.am:
67 2009-10-15  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
69         Unreviewed. Help text fix - Web Sockets default is no, not yes.
71         * configure.ac:
73 2009-10-12  Jan Michael Alonzo  <jmalonzo@webkit.org>
75         Rubberstamped by Eric Seidel.
77         [Gtk] Fix icu CFLAG for Darwin
78         https://bugs.webkit.org/show_bug.cgi?id=29517
80         Don't escape the srcdir variable. Also use $host instead of the
81         os_foo variables.
83         * autotools/webkit.m4:
85 2009-10-12  Jan Michael Alonzo  <jmalonzo@webkit.org>
87         Reviewed by Gustavo Noronha.
89         [Gtk] Use the SQLite3 headers from WebKitLibraries if sqlite3 is undetected
90         https://bugs.webkit.org/show_bug.cgi?id=29518
92         * configure.ac:
94 2009-10-05  Zoltan Horvath  <zoltan@webkit.org>
96         Reviewed by Simon Hausmann.
98         [Qt] Disable TCmalloc for Windows port at the present, because MinGW
99         hasn't got built-in pthread library.
101         * WebKit.pri:
103 2009-10-02  Prasanth Ullattil  <prasanth.ullattil@nokia.com>
105         Reviewed by Simon Hausmann.
107         Disable a few more harmless MSVC warnings.
109         * WebKit.pri:
111 2009-10-01  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
113         Unreviewed, build fix.
115         [Qt] Symbian build break after r48976.
116         unix is set for Symbian in the Qt build system.
118         * WebKit.pri:
120 2009-10-01  Zoltan Horvath  <zoltan@webkit.org>
122         Reviewed by Simon Hausmann.
124         [Qt] Enable TCmalloc for the Linux, Mac and Windows Qt-port
125         https://bugs.webkit.org/show_bug.cgi?id=27029
127         Remove USE_SYSTEM_MALLOC for Linux, Mac and Windows Qt-port from WebKit.pri,
128         so these Qt-ports will use TCmalloc as other ports.
130         * WebKit.pri:
132 2009-10-01  Martin Robinson  <martin.james.robinson@gmail.com>
134         Reviewed by Xan Lopez.
136         [GTK] GtkIMContext filtering interferes with DOM key events
137         https://bugs.webkit.org/show_bug.cgi?id=28733
139         Add new key event test ensuring that IME keypresses are handled.
141         * GNUmakefile.am:
143 2009-10-01  Philippe Normand  <pnormand@igalia.com>
145         Reviewed by Xan Lopez.
147         [GTK] data: uri support in media player
148         https://bugs.webkit.org/show_bug.cgi?id=29842
150         Check presence of gstreamer-pbutils-0.10.
152         * configure.ac:
154 2009-09-26  David Kilzer  <ddkilzer@apple.com>
156         GTK BUILD FIX: add ENABLE_ORIENTATION_EVENTS support to configure.ac
158         * configure.ac: Added support for ENABLE_ORIENTATION_EVENTS.
160 2009-09-23  Xan Lopez  <xlopez@igalia.com>
162         Reviewed by Gustavo Noronha.
164         Do not add unneeded include paths for gir files, and add the
165         include paths for headers manually instead of relying on our own
166         pc file and installed headers, since that adds a circular
167         dependency.
169         * GNUmakefile.am:
171 2009-09-23  Jan Michael Alonzo  <jmalonzo@webkit.org>
173         Reviewed by Xan Lopez.
175         Minor reorganization to the patch landed in
176         http://trac.webkit.org/changeset/48670. Also move JSCore-1.0.gir
177         in the gtk directory as that's only useful to the Gtk port at the
178         moment.
180         * GNUmakefile.am:
181         * configure.ac:
183 2009-09-23  Xan Lopez  <xlopez@igalia.com>
185         Reviewed by Gustavo Noronha.
187         [GTK] We should generate our own gir file for introspection
188         https://bugs.webkit.org/show_bug.cgi?id=29603
190         Generate gir and typelib files for WebKit and JSCore. The JSCore
191         gir file is handwritten (since it's only useful, for now, as a
192         dependency of the WebKit gir file), the WebKit one is
193         autogenerated from the headers.
195         * GNUmakefile.am:
196         * JSCore-1.0.gir: Added.
197         * configure.ac:
199 2009-09-22  Philippe Normand  <pnormand@igalia.com>
201         Reviewed by Xan Lopez.
203         link errors due to wrong UNICODE_LIBS on Ubuntu Jaunty
204         https://bugs.webkit.org/show_bug.cgi?id=29638
206         Call icu-cconfig with ldflags-libsonly to prevent having a -L
207         statement that could override libs installed in another prefix.
209         * autotools/webkit.m4:
211 2009-09-21  Xan Lopez  <xlopez@igalia.com>
213         Reviewed by Gustavo Noronha.
215         Bump version for 1.1.15 release.
217         * configure.ac:
219 2009-09-18  Xan Lopez  <xlopez@igalia.com>
221         Reviewed by Gustavo Noronha and Jan Alonzo.
223         [GTK] context menu overriding API is very limited
224         https://bugs.webkit.org/show_bug.cgi?id=27546
226         Add new tests to the build.
228         * GNUmakefile.am:
230 2009-09-18  Xan Lopez  <xlopez@igalia.com>
232         Reviewed by Gustavo Noronha and Jan Alonzo.
234         [GTK] context menu overriding API is very limited
235         https://bugs.webkit.org/show_bug.cgi?id=27546
237         Add WebKitHitTestResult to the build.
239         * GNUmakefile.am:
241 2009-09-10  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
243         Reviewed by Ariya Hidayat.
245         Disable some ARM compiler warnings
246         https://bugs.webkit.org/show_bug.cgi?id=29083
248         The following ARM compiler warnings are disabled
250         - #68-D: integer conversion resulted in a change of sign
251         - #111-D: statement is unreachable
252         - #177-D: variable XXX was declared but never referenced
253         - #368-D: class XXX defines no constructor to initialize the following: YYY
254         - #830-D: function XXX "XXX::operator new" has no corresponding operator delete
255         - #1293-D: assignment in condition
257         * WebKit.pri:
259 2009-09-09  Kenneth Rohde Christiansen  <kenneth@webkit.org>
261         Reviewed by Simon Hausmann.
263         [Qt] Add the alternative QtLauncher (based on QGraphicsView) to the build.
265         https://bugs.webkit.org/show_bug.cgi?id=28862
267         * WebKit.pro:
269 2009-09-07  Xan Lopez  <xlopez@igalia.com>
271         Rubber-stamped by Gustavo Noronha.
273         Bump versions in preparation for 1.1.14 release.
275         * configure.ac:
277 2009-09-07  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
279         Reviewed by Xan Lopez.
281         https://bugs.webkit.org/show_bug.cgi?id=26854
282         [GTK] Needs API to allow more control over outgoing requests
284         * GNUmakefile.am: new files added to the build for new class
285         WebKitNetworkResponse
287 2009-09-06  Martin Robinson  <martin.james.robinson@gmail.com>
289         Reviewed by Gustavo Noronha, Jan Alonzo and Xan Lopez.
291         [Gtk] Expose a database API
292         https://bugs.webkit.org/show_bug.cgi?id=27899
294         Expose an HTML5 database API for GTK+.
296         * GNUmakefile.am:
298 2009-09-04  Albert Bachand  <albertb@google.com>
300         Reviewed by Eric Seidel.
302         Modify the condition regarding the key modifier for opening combo
303         boxes under GTK from just PLATFORM(GTK) to also look for
304         (PLATFORM(CHROMIUM) && PLATFORM(LINUX)).
306         * WebCore/dom/SelectElement.cpp:
307         * WebCore/manual-tests/select-popup-on-spacebar.html:
309 2009-09-02  Jan Michael Alonzo  <jmalonzo@webkit.org>
311         Reviewed by Xan Lopez and Gustavo Noronha.
313         [Gtk] Implement a WebDataSource for the gtk port
314         https://bugs.webkit.org/show_bug.cgi?id=24758
316         Add WebKitWebDataSource unit test to the build script
318         * GNUmakefile.am:
320 2009-09-02  Jan Michael Alonzo  <jmalonzo@webkit.org>
322         Reviewed by Xan Lopez and Gustavo Noronha.
324         [Gtk] Implement a WebDataSource for the gtk port
325         https://bugs.webkit.org/show_bug.cgi?id=24758
327         Add WebKitWebDataSource and DocumentLoaderGtk to the build script.
329         * GNUmakefile.am:
331 2009-09-01  Jan Michael Alonzo  <jmalonzo@webkit.org>
333         Reviewed by Xan Lopez and Gustavo Noronha.
335         [Gtk] Implement a WebDataSource for the gtk port
336         https://bugs.webkit.org/show_bug.cgi?id=24758
338         Add WebKitWebResource to the build script.
340         * GNUmakefile.am:
342 2009-08-28  Jan Michael Alonzo  <jmalonzo@webkit.org>
344         Reviewed by Oliver Hunt.
346         Gtk Build broken for OSX Quartz
347         https://bugs.webkit.org/show_bug.cgi?id=28727
349         Define XP_UNIX for non-Win OS builds.
351         * GNUmakefile.am:
353 2009-08-28  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
355         Reviewed by Holger Freyther.
357         https://bugs.webkit.org/show_bug.cgi?id=25889
358         [GTK] scrollbar policy for main frame is not implementable
360         Adding files for the new test for window-related issues (starting
361         with scrollbar policy).
363         * GNUmakefile.am:
365 2009-08-27  Priit Laes  <plaes@plaes.org>
367         Reviewed by Xan Lopez.
369         [GTK] Out-of-srcdir build problem
370         https://bugs.webkit.org/show_bug.cgi?id=28741
372         * GNUmakefile.am, autotools/webkit.m4:
373         Fix problem with out-of-srcdir builds. Also bump required glib version.
375 2009-08-24  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
377         Reviewed by Xan Lopez.
379         Bump package and so versions for 1.1.13 release.
381         * configure.ac:
383 2009-08-22 Javier Jardón <javierjc1982@gmail.com>
385         [GTK] Not use deprecated symbols in WebKitWebView example code.
386         https://bugs.webkit.org/show_bug.cgi?id=28651
388         * WebKit/gtk/webkit/webkitwebview.cpp
390 2009-08-18  Xan Lopez  <xlopez@igalia.com>
392         Rubber-stamped by Holger Freyther.
394         Require at least libsoup 2.27.91 for the new password
395         manager/authentication APIs.
397         * configure.ac:
399 2009-08-18  Drew Wilson  <atwilson@google.com>
401         Reviewed by NOBODY (Build Break).
403         Speculative fix for GTK DumpRenderTree.
405         * GNUmakefile.am:
407 2009-08-18  Kent Tamura  <tkent@chromium.org>
409         Reviewed by Eric Seidel.
411         Add --enable-datalist option.
413         * configure.ac:
415 2009-08-14  Adam Bergkvist  <adam.bergkvist@ericsson.com>
417         Reviewed by Sam Weinig.
419         [GTK] Added EventSource to the build (default on).
420         https://bugs.webkit.org/show_bug.cgi?id=14997 
422         * configure.ac:
424 2009-08-14  Jan Michael Alonzo  <jmalonzo@webkit.org>
426         Rubber-stamped by Gustavo Noronha.
428         Initialize CFLAGS and CXXFLAGS before the main body of the
429         WEBKIT_INIT macro so C files don't get built with "-g -O2".
431         * autotools/webkit.m4:
433 2009-08-12  Xan Lopez  <xlopez@igalia.com>
435         Reviewed by Jan Alonzo.
437         [GTK] Remove keyring optional features
438         https://bugs.webkit.org/show_bug.cgi?id=28173
440         Remove keyring support, we now do authentication storage through
441         libsoup. We depend on libsoup master now, will bump the dependency
442         when there's a new release.
444         * GNUmakefile.am:
445         * configure.ac:
447 2009-08-11  Drew Wilson  <atwilson@google.com>
449         Reviewed by NOBODY (Build break).
451         Speculative fix for GTK build break.
453         * WebKit.pro:
455 2009-08-11  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
457         Reviewed by Simon Hausmann.
459         Build the TestNetscapePlugin on Qt/Mac
461         * WebKit.pro:
463 2009-08-11  Xan Lopez  <xlopez@igalia.com>
465         Reviewed by Jan Alonzo.
467         Prefix lengthy commands with AM_V_GEN so that they produce an
468         output like 'GEN <filename>' when in silent mode.
470         * GNUmakefile.am:
472 2009-08-05  Jan Michael Alonzo  <jmalonzo@webkit.org>
474         Reviewed by Xan Lopez.
476         [Gtk] macros in webkit.m4 should be defined once only
477         https://bugs.webkit.org/show_bug.cgi?id=27929
479         The macros in webkit.m4 are not meant to be called multiple times
480         so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
481         AC_REQUIRE to remove the automake warnings when doing autogen.sh.
483         Lastly, make sure CXXFLAGS and CFLAGS are defined before
484         AC_PROG_CXX gets expanded so it doesn't add "-g -O2" on Release builds.
486         * autotools/webkit.m4:
488 2009-08-05  Xan Lopez  <xlopez@igalia.com>
490         Revert r46714, it was making us build debug images by default.
492         * autotools/webkit.m4:
494 2009-08-03  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
496         Reviewed by Eric Seidel.
498         [Qt] Consolidate common gcc flags to WebKit.pri
499         https://bugs.webkit.org/show_bug.cgi?id=27934
501         * WebKit.pri:
503 2009-08-03  Jan Michael Alonzo  <jmalonzo@webkit.org>
505         Rubber-stamped by Eric Seidel.
507         [Gtk] macros in webkit.m4 should be defined once only
508         https://bugs.webkit.org/show_bug.cgi?id=27929
510         The macros in webkit.m4 are not meant to be called multiple times
511         so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
512         AC_REQUIRE to remove the automake warnings when doing autogen.sh.
514         * autotools/webkit.m4:
516 2009-07-29  Ariya Hidayat  <ariya.hidayat@nokia.com>
518         Reviewed by Simon Hausmann.
520         Adding ImageDiff project file.
522         https://bugs.webkit.org/show_bug.cgi?id=27813
524         * WebKit.pro: Added ImageDiff.pro.
526 2009-07-29  Jan Michael Alonzo  <jmalonzo@webkit.org>
528         Reviewed by Eric Seidel and Xan Lopez.
530         [Gtk] Enable http/tests/appcache tests
531         https://bugs.webkit.org/show_bug.cgi?id=27674
533         * GNUmakefile.am: Add webkit/webkitapplicationcache.cpp
535 2009-07-28  Xan Lopez  <xlopez@igalia.com>
537         Reviewed by Gustavo Noronha.
539         Use automake 1.11 SILENT_RULES when present, for cleaner build
540         output. You can disable it by passing --disable-silent-rules to
541         configure or V=1 to make.
543         * autotools/dolt.m4:
544         * configure.ac:
546 2009-07-28  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
548         Reviewed by Simon Hausmann.
550         [Qt] Disable some compiler warnings for the win build
551         https://bugs.webkit.org/show_bug.cgi?id=27709
553         * WebKit.pri:
555 2009-07-28  Xan Lopez  <xlopez@igalia.com>
557         Reviewed by Gustavo Noronha.
559         * configure.ac: bump version for 1.1.12 release.
561 2009-07-24  Xan Lopez  <xlopez@igalia.com>
563         Reviewed by Gustavo Noronha.
565         Remove unneeded commas from PKG_CHECK_MODULES.
567         * configure.ac:
569 2009-07-24  Jan Michael Alonzo  <jmalonzo@webkit.org>
571         Reviewed by Xan Lopez.
573         Bump pango version requirement to 1.12 which is the version that
574         came with Gtk 2.10.
576         * configure.ac:
578 2009-07-21  Roland Steiner  <rolandsteiner@google.com>
580         Reviewed by David Levin.
582         Add ENABLE_RUBY to list of build options
583         https://bugs.webkit.org/show_bug.cgi?id=27324
585         * configure.ac: Added flag ENABLE_RUBY.
587 2009-07-20  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
589         Reviewed by Holger Freyther.
591         [Qt] Add an option for QtLauncher to build without QtUiTools dependency
592         https://bugs.webkit.org/show_bug.cgi?id=27438
594         Based on Norbert Leser's work.
596         * WebKit.pri: Symbian does not have UiTools
598 2009-07-16  Fumitoshi Ukai  <ukai@chromium.org>
600         Reviewed by David Levin.
602         Add --web-sockets flag and ENABLE_WEB_SOCKETS define.
603         https://bugs.webkit.org/show_bug.cgi?id=27206
605         Add --enable-web-sockets in configure.ac
607         * configure.ac:
609 2009-07-16  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
611         Reviewed by Simon Hausmann.
613         [Qt] Enable GNU compiler extensions to the ARM compiler 
614         for all Qt ports using RVCT
615         https://bugs.webkit.org/show_bug.cgi?id=27348
617         * WebKit.pri:
619 2009-07-15  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
621         Rubber-stamped by Simon Hausmann.
623         Fix the Qt/Mac build by disabling TestNetscapePlugin
625         We should fix and enable this once we run DRT for Qt/Mac
627         * WebKit.pro:
629 2009-07-13  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
631         Unreviewed build fix. Require the correct libsoup version now that
632         it's released.
634         * configure.ac:
636 2009-07-13  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
638         Reviewed by Tor Arne Vestbø.
640         [Qt] Build fix for QtWebKit on Win
641         https://bugs.webkit.org/show_bug.cgi?id=27205
643         * WebKit.pri: Include the major version number in the QtWebKit
644         library file for Win.
646 2009-07-13  Simon Hausmann  <simon.hausmann@nokia.com>
648         Reviewed by Ariya Hidayat.
650         Add the test netscape plugin for the Qt DRT to the build.
652         * WebKit.pro:
654 2009-07-13  Drew Wilson  <atwilson@google.com>
656         Reviewed by David Levin.
658         Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs
659         https://bugs.webkit.org/show_bug.cgi?id=26932
661         Added ENABLE(SHARED_WORKERS) flag.
663        * configure.ac:
665 2009-07-12  Xan Lopez  <xlopez@igalia.com>
667         Reviewed by Gustavo Noronha.
669         Bump version in preparation for 1.1.11 release.
671         * configure.ac:
673 2009-07-07  Norbert Leser  <norbert.leser@nokia.com>
675         Reviewed by Simon Hausmann.
677         Exclude DumpRenderTree.pro from symbian build
679         * WebKit.pro:
681 2009-07-09  Drew Wilson  <atwilson@google.com>
683         Reviewed by Alexey Proskuryakov.
685         https://bugs.webkit.org/show_bug.cgi?id=26903
687         Turned on CHANNEL_MESSAGING by default because the MessageChannel API
688         can now be implemented for Web Workers and is reasonably stable.
690         * configure.ac: enable CHANNEL_MESSAGING.
692 2009-07-03  Jan Michael Alonzo  <jmalonzo@webkit.org>
694         Reviewed by Xan Lopez and Gustavo Noronha.
696         Set user-agent from application
697         https://bugs.webkit.org/show_bug.cgi?id=17375
699         Define UA version macros to be used by the UA string.
700         Add new WebSettings unit test for the User-Agent string API.
702         * GNUmakefile.am:
703         * configure.ac:
705 2009-06-20  Gustavo Noronha Silva  <gns@gnome.org>
707         Reviewed by Jan Alonzo.
709         Adding files for the new test case for loading statuses.
711         * GNUmakefile.am:
713 2009-06-15  Xan Lopez  <xlopez@igalia.com>
715         Reviewed by Gustavo Noronha.
717         Version bump in preparation for 1.1.10 release.
719         * configure.ac:
721 2009-06-12  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
723         Reviewed by Xan Lopez.
725         Refactor handling of options in the build-webkit script
726         
727         Options are now defined in one place, and then reused when creating
728         the usage help text, the arguments to GetOptions(), and when passing
729         the options on to the underlying port-dependent build systems.
730         
731         This allows the Qt port to read the defaults for the options from the
732         pro file (dynamically), and to pass the options on to qmake at build.
734         * configure.ac:
736 2009-06-11  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
738         Reviewed by Holger Freyther.
740         [Qt] Fix release build detection
741         https://bugs.webkit.org/show_bug.cgi?id=26267
743         * WebKit.pri:
745 2009-06-10  Gustavo Noronha Silva  <gns@gnome.org>
747         Reviewed by Xan Lopez.
749         Add unit tests for our WebKitNetworkRequest object.
751         * GNUmakefile.am:
753 2009-06-10  Xan Lopez  <xlopez@igalia.com>
755         Reviewed by Gustavo Noronha.
757         Version bump in preparation for 1.1.9 release.
759         * configure.ac:
761 2009-06-10  Xan Lopez  <xlopez@igalia.com>
763         Reviewed by Jan Alonzo.
765         https://bugs.webkit.org/show_bug.cgi?id=25415
766         [GTK][ATK] Please implement support for get_text_at_offset
768         Add new dependency on the Gail utils library, needed for our a11y
769         implementation.
771         * GNUmakefile.am:
772         * configure.ac:
774 2009-05-29  Gustavo Noronha Silva  <gns@gnome.org>
776         Reviewed by Jan Alonzo.
778         Add a test-case for our HTTP backend, currently checking the
779         ref-counting of the SoupMessage.
781         * GNUmakefile.am:
783 2009-05-28  Dirk Schulze  <krit@webkit.org>
785         Reviewed by Nikolas Zimmermann.
787         Enable the new build flag --filters for Gtk. More details in WebCore/ChangeLog.
789         * configure.ac:
791 2009-05-19  Xan Lopez  <xlopez@igalia.com>
793         Reviewed by Jan Alonzo and Gustavo Noronha.
795         https://bugs.webkit.org/show_bug.cgi?id=25415
796         [GTK][ATK] Please implement support for get_text_at_offset
798         Add new test file for ATK.
800         * GNUmakefile.am:
802 2009-05-28  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
804         Rubber-stamped by Xan Lopez.
806         Fix webkitgtk_cleanfiles to clean gtk-doc-related files in the
807         correct directory, so that we pass make distcheck.
809         * GNUmakefile.am:
811 2009-05-28  Xan Lopez  <xlopez@igalia.com>
813         Bump version numbers in preparation for 1.1.8 release.
815         * configure.ac:
817 2009-05-23  Jan Michael Alonzo  <jmalonzo@webkit.org>
819         Unreviewed build fix. Add gstreamer-video-0.10 libs to
820         GSTREAMER_LIBS to resolve an undefined reference to gst_video_get_size
821         - symbol used in MediaPlayerPrivateGstreamer.
823         * configure.ac:
825 2009-05-23  Jan Michael Alonzo  <jmalonzo@webkit.org>
827         Reviewed by Xan Lopez.
829         [Gtk] Various autotools build refactoring and fixes
830         https://bugs.webkit.org/show_bug.cgi?id=25286
832         Refactor library LIBS. Move third-party libs in libwebkit instead
833         of libWebCore.
835         * GNUmakefile.am:
837 2009-05-22  Antonio Gomes  <antonio.gomes@openbossa.org>
839         Reviewed by Gustavo Noronha.
841         Make Gtk build not bail out if gtk-doc-tools is not installed.
843         Warning message shown instead.
845         * autogen.sh:
847 2009-05-22  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
849         Reviewed by Xan Lopez.
851         Add big warnings about the glib unicode backend being slow and
852         incomplete, since it is a work in progress.
854         * autotools/webkit.m4:
855         * configure.ac:
857 2009-05-22  Dominik Röttsches  <dominik.roettsches@access-company.com>
859         Reviewed by Gustavo Noronha.
861         https://bugs.webkit.org/show_bug.cgi?id=15914
862         [GTK] Implement Unicode functionality using GLib
864         Initial version of this patch by Jürg Billeter.
866         Adding options for --with-unicode-backend=icu|glib
867         and checking for pango version >= 1.21.0 if GLib backend
868         is selected. Temporarily, until remaining parts of
869         this patch are committed, introduce WTF_USE_GLIB_ICU_UNICODE_HYBRID
870         macro to allow for a mixed compilation with WTF Unicode
871         backend based on GLib while text codecs and TextBreakIterator
872         remain ICU dependent.
874         * GNUmakefile.am:
875         * configure.ac:
877 2009-05-18  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
879         Reviewed by Gavin Barraclough.
881         Enable YARR, and disable WREC for GTK+.
883         * configure.ac:
885 2009-05-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
887          Reviewed by Xan Lopez.
889          [Gtk] Various autotools build refactoring and fixes
890          https://bugs.webkit.org/show_bug.cgi?id=25286
892          Add support for running unit tests. Also run the tests whenever
893          the 'check' target runs.
895          * GNUmakefile.am:
897 2009-05-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
899          Reviewed by Xan Lopez.
901          [Gtk] Various autotools build refactoring and fixes
902          https://bugs.webkit.org/show_bug.cgi?id=25286
904          Style fixes
906          * GNUmakefile.am:
908 2009-05-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
910          Reviewed by Xan Lopez.
912          [Gtk] Various autotools build refactoring and fixes
913          https://bugs.webkit.org/show_bug.cgi?id=25286
915          Add -no-install and -no-fast-install to programs and tests that we
916          don't install. Also remove -O2 since this is already handled at
917          configure time.
919          * GNUmakefile.am:
921 2009-05-17  Jan Michael Alonzo  <jmalonzo@webkit.org>
923         Reviewed by Xan Lopez.
925         [Gtk] Various autotools build refactoring and fixes
926         https://bugs.webkit.org/show_bug.cgi?id=25286
928         Refactor library cflags
930         * GNUmakefile.am:
932 2009-05-15  Fridrich Strba  <fridrich.strba@bluewin.ch>
934         Reviewed by Jan Alonzo.
936         Use AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM, since
937         the JIT compiler is not a cross-compiler
939         * configure.ac:
941 2009-05-13  Xan Lopez  <xlopez@igalia.com>
943         Unreviewed: bump versions in preparation for 1.1.7 release.
945         * configure.ac:
947 2009-05-13  Xan Lopez  <xlopez@igalia.com>
949         Rubber-stamped by Gustavo Noronha.
951         Revert commit r43563, since it breaks WebKitGTK+ when compiled
952         with gcc 4.4.
954         * GNUmakefile.am:
956 2009-05-12  Jan Michael Alonzo  <jmalonzo@webkit.org>
958         Reviewed by Holger Freyther.
960         [Gtk] Various autotools build refactoring and fixes
961         https://bugs.webkit.org/show_bug.cgi?id=25286
963         Refactor use of CFLAGS, CXXFLAGS, LIBADD and LDFLAGS.
965         * GNUmakefile.am:
967 2009-05-09  Jan Michael Alonzo  <jmalonzo@webkit.org>
969         Reviewed by Gustavo Noronha.
971         WebKit-r43163 won't build for gtk-directfb
972         https://bugs.webkit.org/show_bug.cgi?id=25538
974         Move the ENCHANT check out of the with_target conditional since it
975         applies to all targets
977         * configure.ac:
979 2009-05-09  Mike Hommey  <glandium@debian.org>
981         Reviewed by Geoffrey Garen. Landed by Jan Alonzo.
983         Enable JIT on x86-64 gtk+
984         https://bugs.webkit.org/show_bug.cgi?id=24724
986         * configure.ac:
988 2009-05-08  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
990         Reviewed by Xan Lopez.
992         Ship the gtk-doc.make file, so as to not depend on gtkdoc-tools.
994         * GNUmakefile.am:
995         * autogen.sh:
997 2009-05-06  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
999         Reviewed by Simon Hausmann.
1001         Build QtWebKit as a framework on Mac
1003         This implies both debug and release build by default, unless
1004         one of the --debug or --release config options are passed to
1005         the build-webkit script.
1007         Frameworks can be disabled by passing CONFIG+=webkit_no_framework
1008         to the build-webkit script.
1010         To be able to build both debug and release targets in parallel
1011         we have to use separate output directories for the generated
1012         sources, which is not optimal, but required to avoid race conditions.
1014         An optimization would be to only require this spit-up on Mac.
1016         * WebKit.pri:
1018 2009-04-30  Jan Michael Alonzo  <jmalonzo@webkit.org>
1020         Unreviewed build GTK build fix
1022         * configure.ac: typo fix - javascript_debugger should be enable_javascript_debugger
1024 2009-04-30  Dimitri Glazkov  <dglazkov@chromium.org>
1026         Unreviewed, build fix.
1028         https://bugs.webkit.org/show_bug.cgi?id=25470
1029         Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler.
1031         * configure.ac: Add autoconfig options, missed in the first commit.
1033 2009-04-28  Xan Lopez  <xlopez@igalia.com>
1035         Unreviewed: bump versions in preparation for 1.1.6 release.
1037         * configure.ac:
1039 2009-04-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
1041         Reviewed by Xan Lopez.
1043         [GTK] Error reporting
1044         https://bugs.webkit.org/show_bug.cgi?id=18344
1046         Add webkiterror to the build.
1048         * GNUmakefile.am:
1050 2009-04-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
1052          Reviewed by Xan Lopez.
1054          [GTK] Error reporting
1055          https://bugs.webkit.org/show_bug.cgi?id=18344
1057          Add the default error page for installation.
1059          * GNUmakefile.am:
1061 2009-04-24  Diego Escalante Urrelo  <diegoe@gnome.org>
1063         Reviewed by Gustavo Noronha.
1065         https://bugs.webkit.org/show_bug.cgi?id=15616
1066         [GTK] Add spell checking
1068         Add enchant support for spell-checking-languages property to work
1069         properly.
1071         * GNUmakefile.am:
1072         * configure.ac:
1074 2009-04-24  Simon Hausmann  <simon.hausmann@nokia.com>
1076         Reviewed by Ariya Hidayat.
1078         Added support for generating API docs in the Qt build using "make docs"
1080         * WebKit.pro: Include docs.pri for "make docs" target.
1082 2009-04-14  Xan Lopez  <xlopez@igalia.com>
1084         Unreviewed version bump in preparation for 1.1.5 release.
1086         * configure.ac:
1088 2009-04-06  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
1090         Rubber-stamped by Sam Weinig.
1092         Added rules to maintain the localization support. We cannot simply
1093         use whatever gettextize gives us because our build system is
1094         non-recursive.
1096         * GNUmakefile.am:
1097         * configure.ac:
1099 2009-04-05  Mike Hommey  <glandium@debian.org>
1101         Reviewed by Holger Freyther.
1103         Filter out all C++ symbols
1104         https://bugs.webkit.org/show_bug.cgi?id=24960
1106         Considering the public API is all C, we can just filter out all
1107         C++ mangled symbols, which will avoid exporting symbols in some
1108         corner cases such as gcc bugs on specific architectures, etc.
1110         * autotools/symbols.filter:
1112 2009-04-03  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
1114         Reviewed by Holger Freyther.
1116         Require GTK+ >= 2.10; 2.8 is already very old, and some very
1117         useful APIs are only available since 2.10.
1119         * configure.ac:
1121 2009-04-01  Christian Dywan  <christian@twotoasts.de>
1123         Reviewed by Holger Freyther.
1125         Unit test WebKitDownload
1126         http://bugs.webkit.org/show_bug.cgi?id=24844
1128         * GNUmakefile.am: Add a unit test for downloading.
1130 2009-04-01  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
1132         Unreviewed build fix. Fix make distcheck, after the gtk-doc
1133         integration.
1135         * GNUmakefile.am:
1137 2009-03-30  Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1139         Reviewed by Holger Freyther.
1141         Integrate gtk-doc into the Gtk+ buildsystem.
1143         * autogen.sh:
1144         * configure.ac:
1146 2009-03-30  Xan Lopez  <xlopez@igalia.com>
1148         Unreviewed: bump version to 1.1.4 for release.
1150         * configure.ac:
1152 2009-03-21  Xan Lopez  <xlopez@igalia.com>
1154         Reviewed by Holger Freyther.
1156         Require gnome-keyring 2.26.0, since we were depending on an
1157         unreleased trunk revision between 2.25.91 and 2.26.0.
1159         * configure.ac:
1161 2009-03-20  Jan Michael Alonzo  <jmalonzo@gmail.com>
1163         Reviewed by Holger Freyther.
1165         [GTK] Misc patches for WebKitWebHistoryItem
1166         https://bugs.webkit.org/show_bug.cgi?id=24493
1168         Added build support for build the WebKitWebHistoryItem unit test.
1170         * GNUmakefile.am:
1172 2009-03-20  Jan Michael Alonzo  <jmalonzo@gmail.com>
1174         Reviewed by Holger Freyther.
1176         Separate gtk unit tests
1177         https://bugs.webkit.org/show_bug.cgi?id=24039
1179         Build the unit tests accordingly.
1181         * GNUmakefile.am:
1183 2009-03-17  Gustavo Noronha Silva  <gns@gnome.org>
1185         Reviewed by Mark Rowe.
1187         Enable HTML5 media elements support by default in the GTK+ port.
1189         * configure.ac:
1191 2009-03-17  Mike Hommey <glandium@debian.org>
1193         Reviewed by Holger Freyther.
1195         Do not export cti* symbols.
1196         See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519924.
1198         * autotools/symbols.filter:
1200 2009-03-15  Xan Lopez  <xlopez@igalia.com>
1202         Bump version to 1.1.3 for release and fix soversion
1203         calculation (oops). Thanks to Frederik Himpe for pointing this
1204         out.
1206         * configure.ac:
1208 2009-03-15  Xan Lopez  <xlopez@igalia.com>
1210         Bump version and libtool version for release.
1212         * configure.ac:
1214 2009-03-14  Xan Lopez  <xlopez@igalia.com>
1216         No review, build fix.
1218         Split clean rules to make distcheck pass.
1220         * GNUmakefile.am:
1222 2009-03-13  Mark Rowe  <mrowe@apple.com>
1224         Reviewed by Dan Bernstein.
1226         Remove rarely used Makefile targets from the Makefile.
1228         There are many situations in which the targets don't work as expected,
1229         and their primary use is addressed by having the build system default
1230         to building the appropriate architecture.
1232         * Makefile.shared:
1234 2009-03-11  Jan Michael Alonzo  <jmalonzo@webkit.org>
1236         Reviewed by Holger Freyther.
1238         [Gtk] Fix make clean targets
1239         https://bugs.webkit.org/show_bug.cgi?id=24450
1241         Fix 'make' clean targets. We shouldn't be removing DerivedSources
1242         if it's only clean. Only remove it if it's distclean or
1243         maintainer-clean. Also remove build-related auxillary files on
1244         dist/maintainer clean.
1246         * GNUmakefile.am:
1248 2009-03-11  Jan Michael Alonzo  <jmalonzo@webkit.org>
1250         Reviewed by Holger Freyther
1252         [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore
1253         https://bugs.webkit.org/show_bug.cgi?id=2260
1255         pangoft2 is also used in directfb builds so use it for all targets
1257         * configure.ac:
1259 2009-03-02  Xan Lopez  <xan@gnome.org>
1261         Reviewed by Mark Rowe.
1263         https://bugs.webkit.org/show_bug.cgi?id=24287
1264         [GTK] Move auth dialog feature to WebKit/
1266         Add WebKitSoupAuthDialog files to build.
1268         * GNUmakefile.am:
1270 2009-03-03  Gustavo Noronha Silva  <gns@gnome.org>
1272         Reviewed by Alexey Proskuryakov.
1274         https://bugs.webkit.org/show_bug.cgi?id=16826
1275         [Gtk] Implement WebKitDownload
1277         Adding new files related to WebKitDownload to the GTK+ port.
1279         * GNUmakefile.am:
1281 2009-03-02  Gustavo Noronha Silva  <gns@gnome.org>
1283         Unreviewed build fix; adding missing files to EXTRA_DIST, so that
1284         they show up in the tarball.
1286         * GNUmakefile.am:
1288 2009-03-01  Christian Dywan  <christian@twotoasts.de>
1290         * configure.ac: Bump GTK port version to 1.1.1.
1292 2009-02-27  Gustavo Noronha Silva  <gns@gnome.org>
1294         Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list
1295         file to EXTRA_DIST to fix make dist.
1297         * GNUmakefile.am:
1299 2009-02-26  Xan Lopez  <xan@gnome.org>
1301         Reviewed by Holger Freyther.
1303         https://bugs.webkit.org/show_bug.cgi?id=16947
1304         [GTK] Missing HTTP Auth challenge
1306         Add HTTP authentication dialog with optional GNOME Keyring
1307         storage.
1309         * GNUmakefile.am:
1310         * configure.ac:
1312 2009-02-26  Xan Lopez  <xan@gnome.org>
1314         Reviewed by Holger Freyther.
1316         https://bugs.webkit.org/show_bug.cgi?id=16947
1317         [GTK] Missing HTTP Auth challenge
1319         Take marshallers to be built from a manually maintained list
1320         instead of grepping the sources.
1322         It's much faster, especially so now that we want to add
1323         marshallers from WebCore too. A system to only take into account
1324         the modified files when generating the marshallers from sources
1325         could be hacked, but I think it's overkill considering how rarely
1326         a new marshaller is added.
1328         * GNUmakefile.am:
1330 2009-02-24  Jan Michael Alonzo  <jmalonzo@webkit.org>
1332         Reviewed by Alexey Proskuryakov.
1334         [Gtk] add options for 3D transforms and HTML5 channel messaging to the build
1335         https://bugs.webkit.org/show_bug.cgi?id=24072
1337         Add options for toggling 3D transforms and HTML5 channel messaging
1338         support on or off.
1340         Also fix the web-workers option. It should be web-workers and not workers.
1342         * configure.ac:
1344 2009-02-23  Xan Lopez  <xan@gnome.org>
1346         Reviewed by Alexey Proskuryakov.
1348         https://bugs.webkit.org/show_bug.cgi?id=22624
1349         [SOUP][GTK] Need API to get SoupSession from WebKit.
1351         Remove CURL support, the only supported HTTP backend is SOUP now.
1353         * GNUmakefile.am:
1354         * configure.ac:
1356 2009-02-19  Christian Dywan  <christian@twotoasts.de>
1358         Rubber-stamped by Holger Freyther.
1360         http://bugs.webkit.org/show_bug.cgi?id=22811
1361         Underlinking in Programs_UnitTests (GTK+ build)
1363         * GNUmakefile.am: Add GLIB_LIBS to unit test library flags.
1365 2009-02-18  Gustavo Noronha Silva  <gns@gnome.org>
1367         Reviewed by Holger Freyther.
1369         Fix symbols.filter location, and add other missing files to the
1370         autotools build, so that make dist works.
1372         * GNUmakefile.am:
1374 2009-02-17  Gustavo Noronha Silva  <gns@gnome.org>
1376         Reviewed by Alexey Proskuryakov.
1378         https://bugs.webkit.org/show_bug.cgi?id=23939
1379         Release build being built with debugging symbols
1381         * configure.ac: Revert change done in revision 40790, since we
1382         already have a AC_PROG_CXX macro call as part of WEBKIT_INIT
1384 2009-02-12  Gustavo Noronha Silva  <gns@gnome.org>
1386         Reviewed by Eric Seidel.
1388         * configure.ac: Make soup the default HTTP backend for the Gtk port.
1390 2009-02-09  Calvin Walton  <calvin.walton@gmail.com>
1392         Reviewed by Holger Freyther.
1394         https://bugs.webkit.org/show_bug.cgi?id=23823
1396         [Gtk] Fix build with recent autotools
1398         Current versions of automake/libtool don't assume you want C++ enabled
1399         by default any more, so explicitly check for a C++ compiler.
1401         * configure.ac: Add AC_PROG_CXX macro
1403 2009-02-02  Christian Dywan  <christian@twotoasts.de>
1405         Rubber-stamped by Holger Freyther.
1407         Don't require Geolocation by default.
1409         * configure.ac:
1411 2009-01-30  Jan Michael Alonzo  <jmalonzo@webkit.org>
1413         Reviewed by Nikolas Zimmermann.
1415         [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits
1416         https://bugs.webkit.org/show_bug.cgi?id=22136
1418         * GNUmakefile.am:
1419         * acinclude.m4: Removed.
1420         * autogen.sh:
1421         * autotools/acinclude.m4: Added.
1422         * autotools/dolt.m4: Added.
1423         * autotools/symbols.filter: Renamed from symbols.filter.
1424         * autotools/webkit.m4: Added.
1425         * configure.ac:
1427 2009-01-30  Holger Hans Peter Freyther  <zecke@selfish.org>
1429         Reviewed by Nikolas Zimmermann.
1431         [GTK] Implement GeolocationService using the Geoclue library
1433         https://bugs.webkit.org/show_bug.cgi?id=22022
1435         Untested implementation of the GeolocationService using the geoclue
1436         library. Velocity handling is completely missing and the accuracy
1437         handling might be wrong.
1439         * GNUmakefile.am:
1440         * configure.ac:
1442 2009-01-11  Xan Lopez  <xan@gnome.org>
1444         Reviewed by Holger Freyther.
1446         Bump version to 1.1.0 since we are breaking ABI and adding new
1447         major features.
1449         * configure.ac:
1451 2008-12-19  Marco Barisione  <marco.barisione@collabora.co.uk>
1453         Reviewed by Holger Freyther.
1455         http://bugs.webkit.org/show_bug.cgi?id=16562
1456         [gtk] Implement WebPolicyDelegate methods
1458         Original work by Pierre-Luc Beaudoin. Final touches by Gustavo
1459         Noronha.
1461         This implements the delegates methods of WebPolicyDelegate.
1462         Since Gtk+/C doesn't have delegate methods, they are replaced with
1463         signals.
1465         A new object WebKitWebPolicyDecision allows the browser to delay its
1466         response in certain cases. WebKitWebNavigationAction contains the
1467         information about what caused a navigation request.
1469         * GNUmakefile.am: Add new files
1471 2008-12-19  Gustavo Noronha Silva  <gns@gnome.org>
1473         Reviewed by Holger Freyther.
1475         Use ustar tar format for WebKit/GTK+'s make dist target, so that
1476         storing files whose filenames are > 99 is possible.
1478         * configure.ac:
1480 2008-12-19  Holger Hans Peter Freyther  <zecke@selfish.org>
1482         [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST
1484         Fix the jit compilation on i*686 on Linux by using the va_list
1485         to pass arguments to the CTI. This is done on the MAC as well
1486         and sunspider and javascriptcore seem to work with that.
1488         * configure.ac:
1490 2008-12-18  Pamela Greene  <pam@chromium.org>
1492         Submitted without review.
1493         Right, remove the whole misplaced directory, not just the tests.
1495         * fast: Removed.
1496         * fast/dom: Removed.
1498 2008-12-18  Pamela Greene  <pam@chromium.org>
1500         Submitted without review.
1501         Moving layout test into LayoutTests where it belongs.
1503         * fast/dom/setter-type-enforcement-expected.txt: Removed.
1504         * fast/dom/setter-type-enforcement.html: Removed.
1506 2008-12-15  Daniel Macks  <dmacks@netspace.org>
1508         Reviewed by Darin Adler.
1510         Default to use external libicu-config if avail on all platforms.
1511         https://bugs.webkit.org/show_bug.cgi?id=22713
1513         * configure.ac:
1515 2008-12-12  Holger Hans Peter Freyther  <zecke@selfish.org>
1517         Back out r39222 as this is breaking the build on Gentoo (aclocal-1.10)
1519         The m4 directory does not exist and we now have a compile issue on
1520         Gentoo systems.
1522         * GNUmakefile.am:
1523         * configure.ac:
1525 2008-12-11  Daniel Macks  <dmacks@netspace.org>
1527         Reviewed by Darin Adler.
1529         https://bugs.webkit.org/show_bug.cgi?id=22714
1531         Put libtool macro files in subdir that it wants.
1533         * GNUmakefile.am:
1534         * configure.ac:
1536 2008-12-07  Holger Hans Peter Freyther  <zecke@selfish.org>
1538         Reviewed by Eric Seidel.
1540         [Gtk+] Use glib's unit test facilities to test the WebKit/Gtk+ API
1542         https://bugs.webkit.org/show_bug.cgi?id=22491
1544         Add the skeleton to WebKit/gtk/tests and integrate that into the
1545         buildsystem. Testing support was added in glib 2.16. For versions
1546         using glib < 2.16 we compile an empty application.
1548         * GNUmakefile.am:
1550 2008-12-07  Holger Hans Peter Freyther  <zecke@selfish.org>
1552         Reviewed by Cameron Zwarich.
1554         [GTK] Define ENABLE_JIT_OPTIMIZE_CALL, ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS, ENABLE_JIT_OPTIMIZE_ARITHMETIC
1556         When building the jit on i*86 also enable the above optimizations.
1558         * configure.ac:
1560 2008-12-03  Simon Hausmann  <hausmann@webkit.org>
1562         Reviewed by Tor Arne Vestbø.
1564         Fix the build of WebKit inside Qt by making sure that qmake generators
1565         that do not produce generated sources (i.e. cpp files) are not
1566         included in SOURCES.
1568         * WebKit.pri:
1570 2008-12-02  Simon Hausmann  <hausmann@webkit.org>
1572         Reviewed by Tor Arne Vestbø.
1574         Removed JavaScriptCore from SUBDIRS as it's not built separately
1575         anymore.
1577         * WebKit.pro:
1579 2008-11-28  Gustavo Noronha Silva  <gns@gnome.org>
1581         Reviewed and slightly modified by Holger Freyther.
1583         https://bugs.webkit.org/show_bug.cgi?id=19130
1585         Added the new WebKitGtk files to be built:
1586         WebKit/gtk/webkit/webkitwebwindowfeatures.{cpp,h}
1588         * GNUmakefile.am:
1590 2008-11-26  Kalle Vahlman  <kalle.vahlman@movial.com>
1592         Reviewed by Darin Adler. Landed by Jan Alonzo.
1594         Bison versions under 2.2 produce crashing CSSGrammar code for ARM
1595         https://bugs.webkit.org/show_bug.cgi?id=22456
1597         Check for bison version 2.2 or greater on ARM. Earlier versions produce
1598         code that crashes on ARM devices.
1600         * configure.ac:
1602 2008-11-25  Holger Hans Peter Freyther  <zecke@selfish.org>
1604         Reviewed by David Kilzer.
1606         https://bugs.webkit.org/show_bug.cgi?id=22022
1608         Add Geolocation support to the configure.ac
1610         Add an option to build WebKit/Gtk+ with Geolocation. The
1611         implementation will be using Gypsy.
1613         * configure.ac:
1615 2008-11-24  Holger Hans Peter Freyther  <zecke@selfish.org>
1617         Reviewed by Mark Rowe.
1619         [Gtk+] Add configure option to enable Web Workers and enable it by default
1621         Add --enable-workers to the buildsystem (used by build-webkit) add
1622         the to be build files to the GNUmakefile.am and change build-webkit
1623         to enable Web Workers by default.
1625         * configure.ac:
1627 2008-09-09  Joerg Bornemann  <joerg.bornemann@trolltech.com>
1629         Reviewed by Simon Hausmann.
1631         Steps towards making the Qt port of WebKit compile on Windows CE
1633         https://bugs.webkit.org/show_bug.cgi?id=20746
1635         * WebKit.pro: don't build DumpRenderTree on all Win32 platforms
1637 2008-11-17  Nikolas Zimmermann  <nikolas.zimmermann@torchmobile.com>
1639         Reviewed by George Staikos.
1641         Add WML build support for Gtk as well.
1643         * configure.ac:
1645 2008-11-16  Geoffrey Garen  <ggaren@apple.com>
1647         Not reviewed.
1649         Try to fix gtk build.
1651         * configure.ac:
1653 2008-11-10  Tor Arne Vestbø  <tavestbo@trolltech.com>
1655         Rubber-stamped by Simon Hausmann.
1657         Distinguish between building from trunk and as part of Qt
1659         * WebKit.pri:
1661 2008-11-10  Morten Sørvig  <msorvig@trolltech.com>
1663         Reviewed by Simon Hausmann.
1665         Make tests/auto/qwebframe compile on Qt/Mac.
1667         * WebKit.pri: Fix linkage against QtWebKit when compiled as framework.
1669 2008-11-06  Cameron Zwarich  <zwarich@apple.com>
1671         Not reviewed.
1673         Speculatively fix the GTK build.
1675         * GNUmakefile.am:
1677 2008-11-06  Alp Toker  <alp@nuanti.com>
1679         GTK build fix for r38155. create_hash_table was moved out of kjs/
1681         * GNUmakefile.am:
1683 2008-11-06  Cameron Zwarich  <zwarich@apple.com>
1685         Rubber-stamped by Sam Weinig.
1687         Correct the reference to jsc.pro in WebKit.pro to match its new
1688         location in the root directory of JavaScriptCore.
1690         * WebKit.pro:
1692 2008-11-03  Alp Toker  <alp@nuanti.com>
1694         autotools distcleancheck fix. Add dolt-generated files and
1695         webkitenumtypes.h to the list of files that need to be cleaned.
1696         Unreviewed.
1698         * GNUmakefile.am:
1700 2008-11-03  Alp Toker  <alp@nuanti.com>
1702         Rubber-stamped by Holger Freyther.
1704         Do not enable RTTI or exceptions in debug builds, matching release
1705         builds. They don't help much with debugging and significantly slow
1706         down and increase the size of the debug build.
1708         * GNUmakefile.am:
1710 2008-11-03  Alp Toker  <alp@nuanti.com>
1712         Rubber-stamped by Holger Freyther.
1714         Add mingw32 case to dolt for faster GTK+ Windows builds.
1716         * acinclude.m4:
1718 2008-11-02  Xan Lopez  <xan@gnome.org>
1720         Reviewed by Holger Freyther
1722         https://bugs.webkit.org/show_bug.cgi?id=22009
1723         HTML5 Video with GStreamer pulls gnome-vfs without using it.
1725         * configure.ac:
1726         Remove gnome-vfs from configure.ac, it's unused.
1728 2008-10-30  Alp Toker  <alp@nuanti.com>
1730         https://bugs.webkit.org/show_bug.cgi?id=19395
1731         doltlibtool bug with bash 3.0
1733         autotools dolt build fix for bash version 3.0 and older. Remove
1734         concatenation syntax from doltlibtool to support the older versions
1735         which don't have '+='.
1737         * acinclude.m4:
1739 2008-10-30  Alp Toker  <alp@nuanti.com>
1741         Rubber-stamped by Oliver Hunt.
1743         autotools build system change to enable JIT features by default. Can
1744         be disabled with --disable-jit (and is disabled automatically on
1745         unsupported platforms).
1747         * configure.ac:
1749 2008-10-30  Alp Toker  <alp@nuanti.com>
1751         Bump WebKit GTK+ version to 1.0.3.
1753         * configure.ac:
1755 2008-10-29  Gustavo Noronha Silva  <gns@gnome.org>
1757         Reviewed by Holger Freyther.
1759         Added all the files that need to be installed for the Inspector to
1760         work.
1762 2008-10-29  Mike Hommey  <glandium@debian.org>
1764         Reviewed by Holger Freyther.
1766         https://bugs.webkit.org/show_bug.cgi?id=21884
1767         Test presence and link against libpng.
1769         * GNUmakefile.am:
1770         * configure.ac:
1772 2008-10-29  Jan Michael Alonzo  <jmalonzo@webkit.org>
1774         Reviewed by Holger Freyther.
1776         Add --enable-optimizations to enable optimized builds. The default
1777         is to enable it for release builds, and disabled for debug builds.
1778         This option will allow builders to have a debug as well as
1779         optimized builds.
1781         * GNUmakefile.am:
1782         * configure.ac:
1784 2008-10-28  Mike Hommey  <glandium@debian.org>
1786         Reviewed by Alp Toker.
1788         https://bugs.webkit.org/show_bug.cgi?id=21885
1789         [GTK] libwebkit doesn't link against libpangoft2
1791         Add pkg-config check for pangoft2 which provides
1792         pango_fc_font_description_from_pattern() used in the FreeType font
1793         backend.
1795         * configure.ac:
1797 2008-10-28  Alp Toker  <alp@nuanti.com>
1799         Include copyright license files in the autotools dist target.
1801         Change suggested by Mike Hommey.
1803         * GNUmakefile.am:
1805 2008-10-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
1807         Gtk build fix: add '-' to Wl which was missed in r36845
1809         * GNUmakefile.am:
1811 2008-10-22  Alp Toker  <alp@nuanti.com>
1813         Fix build for Cairo 1.2.
1815         * configure.ac:
1817 2008-10-20  Alp Toker  <alp@nuanti.com>
1819         Partial GTK+/Win32 build fix. Lowercase library name to enable linking
1820         when cross-compiling Windows binaries from Linux: -lWs2_32 -> -lws2_32
1822         * configure.ac:
1824 2008-10-13  Alp Toker  <alp@nuanti.com>
1826         GTK+ build fix: Ensure correct builds when debugging is
1827         enabled/disabled by defining NDEBUG in autotoolsconfig.h as needed.
1828         It's still passed as a compiler flag since some sources (DRT) don't
1829         use config.h yet.
1831         * configure.ac:
1833 2008-10-09  Alp Toker  <alp@nuanti.com>
1835         Reviewed by Mark Rowe.
1837         https://bugs.webkit.org/show_bug.cgi?id=20760
1838         Implement support for x86 Linux in CTI
1840         Prepare to enable CTI/WREC on supported architectures. Will be
1841         switched on when the crasher introduced in r37386 is resolved.
1843         * configure.ac:
1845 2008-10-07  Alp Toker  <alp@nuanti.com>
1847         GTK+ build fix for older automake versions (1.7). Discussed in bug
1848         #21392.
1850         * GNUmakefile.am:
1852 2008-10-07  Alp Toker  <alp@nuanti.com>
1854         Reviewed by Mark Rowe.
1856         https://bugs.webkit.org/show_bug.cgi?id=21392
1857         [GTK] Auto-generate JS DOM binding sources list
1859         Remove the huge lists of generated DOM binding sources and headers in
1860         the build system. These are difficult to maintain and can be derived
1861         automatically.
1863         The new strategy is to re-use the existing lists of IDL sources (which
1864         are needed for dist support anyway). This will also ease the addition
1865         of new language bindings.
1867         * GNUmakefile.am:
1869 2008-09-27  Jan Michael Alonzo  <jmalonzo@webkit.org>
1871         Reviewed by Holger Freyther.
1873         https://bugs.webkit.org/show_bug.cgi?id=20287
1874         [Gtk] disable plugins for gtk/directfb target
1876         Introduce WTF_PLATFORM_X11 for X11 builds.
1877         Also use target-specific packages when building the port
1879         * configure.ac: Do not check for cairo-ft for directfb builds.
1881 2008-09-27  Marco Barisione  <marco.barisione@collabora.co.uk>
1883         Reviewed by Holger Freyther.
1885         http://bugs.webkit.org/show_bug.cgi?id=21174
1886         [GTK][AUTOTOOLS] Enable large file support at configure time
1888         * configure.ac: Enable large file support with AC_SYS_LARGEFILE.
1890 2008-09-23  Richard Hult  <richard@imendio.com>
1892         Reviewed by Alp Toker. Landed by Jan Alonzo.
1894         http://bugs.webkit.org/show_bug.cgi?id=20582
1895         [Gtk] Link error on Mac OS X
1897         * GNUmakefile.am: Only use the -version-script flag for the gnu
1898         linker.
1899         * configure.ac: Check for GNU OSes.
1901 2008-09-19  Alp Toker  <alp@nuanti.com>
1903         Build fix for the 'gold' linker and recent binutils. New behaviour
1904         requires that we link to used libraries explicitly.
1906         * GNUmakefile.am:
1907         * configure.ac:
1909 2008-09-04  Marco Barisione  <marco.barisione@collabora.co.uk>
1911         Reviewed by Eric Seidel.
1913         http://bugs.webkit.org/show_bug.cgi?id=20380
1914         [GTK][AUTOTOOLS] Include autotoolsconfig.h from config.h
1916         * configure.ac: Rename the configuration header from aconfig.h to autotoolsconfig.h.
1918 2008-08-28  Alp Toker  <alp@nuanti.com>
1920         GTK+ dist/build fix. List newly added header files.
1922         * GNUmakefile.am:
1924 2008-08-27  Mike Hommey <glandium@debian.org>
1926         Reviewed by Holger.
1928         * GNUmakefile.am:
1929         * symbols.filter: Added.
1931 2008-08-10  Jan Michael Alonzo  <jmalonzo@webkit.org>
1933         Reviewed (and updated) by Alp Toker.
1935         https://bugs.webkit.org/show_bug.cgi?id=16620
1936         [GTK] Autotools make dist and make check support
1938         Get make dist working.
1940         Note that not all possible configurations have been tested yet.
1942         * GNUmakefile.am:
1944 2008-08-09  Marco Barisione  <marco.barisione@collabora.co.uk>
1946         Reviewed by Alp Toker.
1948         http://bugs.webkit.org/show_bug.cgi?id=19045
1949         [gtk] ./configure doesn't check for x toolkit availability
1951         Some old versions of Xt do not provide xt.pc, in this case use
1952         AC_CHECK_LIB to check if the library is installed and then fall back
1953         to using just -lXt.
1955         * configure.ac:
1957 2008-08-09  Alp Toker  <alp@nuanti.com>
1959         GTK+ build fixes.
1961         Back out r20338 libxslt check (conditional check already exists and
1962         this broke the build).
1964         Make the flex version check a warning rather than fatal to fix the
1965         build bot.
1967         * configure.ac:
1969 2008-08-08  Jan Michael Alonzo  <jmalonzo@webkit.org>
1971         Reviewed by Mark Rowe.
1973         http://bugs.webkit.org/show_bug.cgi?id=20338
1974         [Gtk] Autotools should check for libxslt
1976         Autotools check for libxslt
1978         * configure.ac:
1980 2008-08-07  Kalle Vahlman  <zuh@iki.fi>
1982         Reviewed by David Kilzer.
1984         Check for correct flex version to avoid faulty builds
1986         A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it
1987         https://bugs.webkit.org/show_bug.cgi?id=20253
1989         acinclude.m4: Import AX_COMPARE_VERSION macro
1990         configure.ac: Check for flex version
1992         * acinclude.m4:
1993         * configure.ac:
1995 2008-08-07  Simon Hausmann  <hausmann@webkit.org>
1997         Rubber-stamped by Lars.
1999         Added API tests for QWebPage/QWebFrame based on QTestLib.
2001         * WebKit.pro: Add WebKit/qt/tests to the build.
2003 2008-08-06  Marco Barisione  <marco.barisione@collabora.co.uk>
2005         Reviewed by Eric Seidel.
2007         http://bugs.webkit.org/show_bug.cgi?id=20276
2008         [GTK] Makefile rules for the enum GTypes files depend on Makefile
2009         instead of GNUmakefile
2011         The patch committed in revision 34649 added the code needed to
2012         generate GTypes for enums but the makefile rules for
2013         stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on
2014         Makefile (used by other ports) instead of GNUmakefile.
2016         * GNUmakefile.am: Depend on GNUmakefile instead of Makefile.
2018 2008-08-05  Marco Barisione  <marco.barisione@collabora.co.uk>
2020         Reviewed by Alp Toker.
2022         http://bugs.webkit.org/show_bug.cgi?id=19045
2023         [gtk] ./configure doesn't check for x toolkit availability
2025         Check for the .pc file for Xt instead of hard coding -lXt in the
2026         GNUmakefile.am.
2028         Thanks to Dominik Röttsches for the initial patch.
2030         * GNUmakefile.am:
2031         * configure.ac:
2033 2008-07-30  Marco Barisione  <marco.barisione@collabora.co.uk>
2035         Reviewed by Holger.
2037         http://bugs.webkit.org/show_bug.cgi?id=19742
2038         [GTK] Auto generate webkitmarshal.list
2040         Auto generate webkitmarshal.list from source files to reduce the
2041         number of conflicts when merging git branches or when applying
2042         patches.
2043         Also rename webkit-marshal.* to webkitmarshal.* for consistency.
2045         * GNUmakefile.am:
2047 2008-07-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
2049         Reviewed by Mark Rowe.
2051         Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee.
2053         [Gtk] Improve detection jpeglib
2054         https://bugs.webkit.org/show_bug.cgi?id=17865
2056         * GNUmakefile.am:
2057         * configure.ac:
2059 2008-07-25  Simon Hausmann  <hausmann@webkit.org>
2061         Discussed with and rubber-stamped by Lars.
2063         Fix the build system for the Qt port.
2065         Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the
2066         include search path. With a build process that combines JavaScriptCore and
2067         WebCore in one build process/Makefile the existance of
2068         JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts.
2070         This commit solves this by introducing a separate build of JavaScriptCore into
2071         a static library.
2073         As a result of the split-up a race-condition due to broken dependencies of
2074         regular source files to header files of generated sources showed up very
2075         frequently when doing parallel builds (which the buildbot does). This commit at
2076         the same time tries to address the dependency problem by making the
2077         addExtraCompiler() function also generate a pseudo extra compiler that
2078         represents the header file output, so that qmake is aware of the creation of
2079         the header file for dependency calculation.
2081         At the same time I removed a lot of cruft from the pro files to ease maintenance.
2083         * WebKit.pri:
2084         * WebKit.pro:
2086 2008-06-18  Marco Barisione  <marco.barisione@collabora.co.uk>
2088         Reviewed by Alp Toker.
2090         https://bugs.webkit.org/show_bug.cgi?id=19171
2091         [GTK] GTypes for enumerations
2093         Generate GTypes for public enumerations so they can be used as
2094         properties.
2096         * GNUmakefile.am: Generate webkit-enum-types.cpp and
2097         webkit-enum-types.h.
2099 2008-06-16  Simon Hausmann  <hausmann@webkit.org>
2101         Fix the Qt build. testkjs.pro is now called jsc.pro.
2103         * WebKit.pro:
2105 2008-06-15  Alp Toker  <alp@nuanti.com>
2107         Rubber-stamped by Maciej.
2109         Install 'jsc' application by default.
2111         * GNUmakefile.am:
2113 2008-06-08  Alp Toker  <alp@nuanti.com>
2115         autotools/GTK+ build system cleanup. Don't include WebKit API in the
2116         WebCore build as it's no longer needed since r34426.
2118         * GNUmakefile.am:
2120 2008-06-08  Alp Toker  <alp@nuanti.com>
2122         Rubber-stamped by Mark Rowe.
2124         Bring back -fstrict-aliasing for JavaScriptCore which was removed in
2125         r31821, since aliasing issues have now been fixed.
2127         Use -O3, not -O2 for the JavaScriptCore build.
2129         * GNUmakefile.am:
2130         * configure.ac:
2132 2008-06-05  Christian Dywan  <christian@twotoasts.de>
2134         Reviewed by Alp Toker.
2136         https://bugs.webkit.org/show_bug.cgi?id=14141
2137         Please add a version to the Gtk port
2139         * GNUmakefile.am:
2141 2008-06-02  Alp Toker  <alp@nuanti.com>
2143         GTK+/autotools Windows build system fixes.
2145         * GNUmakefile.am:
2146         * configure.ac:
2148 2008-06-02  Jan Michael Alonzo  <jmalonzo@webkit.org>
2150         Reviewed by Alp Toker.
2152         Build WebCore GTK+ sources as part of WebCore, not WebKit.
2153         Split common and GTK+-specific sources into separate file lists.
2155         * GNUmakefile.am:
2157 2008-06-01  Josh Triplett  <josh@freedesktop.org>
2159         Reviewed by Alp Toker.
2161         http://bugs.webkit.org/show_bug.cgi?id=16891
2162         [GTK] autotools build is slow
2164         Add dolt revision 5e9eef10 to the autotools build system. Speeds up
2165         the build, often by a factor of two or more on supported platforms,
2166         otherwise falls back to libtool.
2168         See http://dolt.freedesktop.org for details.
2170         * acinclude.m4: Added.
2171         * configure.ac:
2173 2008-05-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
2175         Reviewed by Alp Toker.
2177         http://bugs.webkit.org/show_bug.cgi?id=19142
2178         [Gtk] Remove build options --svg-experimental and --cross-document-messaging
2180         * configure.ac:
2182 2008-05-24  Alp Toker  <alp@nuanti.com>
2184         GTK+/Win32 build fixes. Link against Windows ICU without using
2185         icu-config since it's not available on that platform.
2187         Link against Ws2_32 when the curl http backend is chosen since we
2188         use select() directly.
2190         * configure.ac:
2192 2008-05-23  Alp Toker  <alp@nuanti.com>
2194         GTK+ fixes for building without database support.
2196         * configure.ac:
2198 2008-05-20  Jan Michael Alonzo  <jmalonzo@webkit.org>
2200         Reviewed by Alp Toker.
2202         Fix for previous autotools change.
2204         * configure.ac:
2206 2008-05-20  Jan Michael Alonzo  <jmalonzo@webkit.org>
2208         Reviewed by Alp.
2210         http://bugs.webkit.org/show_bug.cgi?id=18483
2211         [Gtk] Autotools should match build-webkit default flags
2213         * configure.ac:
2215 2008-05-19  Alp Toker  <alp@nuanti.com>
2217         GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when
2218         the Pango font backend is selected.
2220         * GNUmakefile.am:
2221         * configure.ac:
2223 2008-05-16  Julien Chaffraix  <jchaffraix@webkit.org>
2225         Reviewed by Eric.
2227         Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated
2229         * configure.ac: Add HTML_FLAGS and set it when video is enabled.
2231 2008-05-15  Ariya Hidayat  <ariya.hidayat@trolltech.com>
2233         Reviewed by Simon.
2235         Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files
2236         from gtk-port.
2238         * WebKit.pri:
2239         * WebKit.pro:
2241 2008-05-09  Anders Carlsson  <andersca@apple.com>
2243         Reviewed by Mark.
2245         Add x86_64 rule.
2247         * Makefile:
2249 2008-05-09  Simon Hausmann  <hausmann@webkit.org>
2251         Reviewed by Holger.
2253         Removed explicit linkage against libxml and libxslt on Qt/Mac builds.
2255         This dependency is completely unnecessary here and creates only problems by
2256         propagating through WebCore.pro over libQtWebKit.prl right now customer
2257         applications.
2260         * WebKit.pri:
2262 2008-05-02  Anders Carlsson  <andersca@apple.com>
2264         Reviewed by Mark.
2266         Add an "x86_64" make rule.
2268         * Makefile.shared:
2270 2008-05-02  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2272         Reviewed by Eric.
2274         https://bugs.webkit.org/show_bug.cgi?id=18811
2275         Enable dashboard and offline web apps in autotools
2277         * configure.ac:
2279 2008-05-01  Marc Ordinas i Llopis  <marc.ordinasillopis@collabora.co.uk>
2281         Reviewed by Alp Toker.
2283         https://bugs.webkit.org/show_bug.cgi?id=14750
2284         Added support for NPAPI plugins on Gtk and Qt-x11 ports.
2286         * GNUmakefile.am: Added Xt library.
2288 2008-04-29  David Kilzer  <ddkilzer@apple.com>
2290         BUILD FIX for ENABLE(DASHBOARD_SUPPORT)
2292         * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT.
2294 2008-04-22  Alp Toker  <alp@nuanti.com>
2296         GTK+ debug build fix for changes in r32257.
2298         * GNUmakefile.am:
2300 2008-04-18  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2302         Reviewed by Alp Toker.
2304         http://bugs.webkit.org/show_bug.cgi?id=16620
2305         [GTK] Autotools make dist and make check support
2307         Cleanups.
2309         * GNUmakefile.am:
2311 2008-04-11  Mark Rowe  <mrowe@apple.com>
2313         Rubber-stamped by Antti Koivisto.
2315         * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show.
2317 2008-04-17  Alp Toker  <alp@atoker.com>
2319         GTK+ build fix. Back out the libjpeg check part of r32008 from bug
2320         #17865 (reopened).
2322         * configure.ac:
2324 2008-04-17  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2326         Reviewed by Alp Toker.
2328         http://bugs.webkit.org/show_bug.cgi?id=17865
2329         [Gtk] Improve detection of jpeglib and glib tools
2331         Improve detecting jpeglib and glib tools
2333         * configure.ac: Throw an error if the dependencies above are
2334         currently not installed
2336 2008-04-14  Xan Lopez  <xan@gnome.org>
2338         Reviewed by Alp Toker.
2340         http://bugs.webkit.org/show_bug.cgi?id=17917
2341         Bug 17917: Cookie support for HTTP soup backend
2343         Bumped the libsoup required version to 2.23 for cookie support.
2345         * configure.ac:
2347 2008-04-11  Mark Rowe  <mrowe@apple.com>
2349         Rubber-stamped by Anders Carlsson.
2351         Fix https://bugs.webkit.org/show_bug.cgi?id=18430
2352         Bug 18430: SIGSEGV on amd64 when built with gcc 4.3
2354         GCC 4.3 generates bad code in some instances when working with our HashTables
2355         as some of the HashTable code violates the strict aliasing requirements.  Since
2356         GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until
2357         the code can be fixed to be safe with strict aliasing enabled, we will disable
2358         strict aliasing.
2360         * GNUmakefile.am:
2362 2008-03-12  Michael Emmel  <mike.emmel@gmail.com>
2364         Reviewed by Alp Toker.
2366         http://bugs.webkit.org/show_bug.cgi?id=18397
2367         Fix leaving spaces before parens in functions
2369         * WebKitTools/Scripts/wkstyle:
2371 2008-04-07  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2373         Build fix, rubber-stamped and landed by ap.
2375         * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support.
2377 2008-03-21  Rodney Dawes  <dobey@wayofthemonkey.com>
2379         Reviewed by Holger.
2381         Remove the JSCore include path options from global_cppflags.
2382         Place JSCore include path options in javascriptcore_cppflags.
2383         Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS.
2385         * GNUmakefile.am:
2387 2008-03-20  Jasper Bryant-Greene  <jasper@unix.geek.nz>
2389         Reviewed by Anders.
2391         Resolves http://bugs.webkit.org/show_bug.cgi?id=16092
2392         "[GTK] Middle-mouse click should allow opening a URL in a new tab"
2394         Added WebKitNavigationAction object to GTK API
2396         * GNUmakefile.am:
2398 2008-03-12  Xan Lopez  <xan@gnome.org>
2400         Reviewed by Alp Toker.
2402         http://bugs.webkit.org/show_bug.cgi?id=15229
2404         Add optional font backend support with freetype and pango
2405         backends. Default is freetype for now.
2407         Original patch by Sven Herzberg <sven@imendio.com>
2409         * configure.ac:
2411 2008-03-11  Xan Lopez  <xan@gnome.org>
2413         Reviewed by Alp Toker.
2415         http://bugs.webkit.org/show_bug.cgi?id=16476
2417         Add support for multiple http backends, and add soup backend (off by default).
2419         * GNUmakefile.am:
2420         * configure.ac:
2422 2008-03-07  Simon Hausmann  <hausmann@webkit.org>
2424         Reviewed by Darin Adler.
2426         Done with Lars.
2428         Added plugins subdirectory to the include path.
2430         * WebKit.pri:
2432 2008-03-09  Alp Toker  <alp@atoker.com>
2434         GTK+ build fix for r30913.
2436         Use UNICODE_CFLAGS for C++ sources as well as C sources.
2438         * GNUmakefile.am:
2440 2008-03-09  Jörg Billeter  <j@bitron.ch>
2442         Reviewed by Alp Toker.
2444         Conditionalise ICU for Unicode in the GTK+ port.
2446         * GNUmakefile.am:
2447         * configure.ac:
2449 2008-03-03  Brent Fulgham  <bfulgham@gmail.com>
2451         Reviewed by Alp Toker.
2453         http://bugs.webkit.org/show_bug.cgi?id=17644
2454         Build GTK on Mac OS X using native ICU library
2456         Use Apple native ICU libraries when building GTK
2457         webkit on Mac OS.
2459         * configure.ac:
2461 2008-03-02  Brent Fulgham  <bfulgham@gmail.com>
2463         Reviewed by Alp Toker.
2465         Add ICU_CPPFLAGS earlier in include path for WebCore
2466         so that we find $(icu_cppflags)/unicode/utf8.h, rather than
2467         the wtf/unicode/UTF8.h on case-insensitive file systems.
2469         * GNUmakefile.am:
2471 2008-03-02  Alp Toker  <alp@atoker.com>
2473         Reviewed by Mark Rowe.
2475         Split the WebKit GTK+ build out of the WebCore build and change the
2476         shared object name to match the package name.
2478         * GNUmakefile.am:
2480 2008-02-28  Alp Toker  <alp@atoker.com>
2482         Fix a configure script typo spotted by Kalle Vahlman.
2484         * configure.ac:
2486 2008-02-26  Timothy Hatcher  <timothy@apple.com>
2488         Reviewed by Darin Adler.
2490         Add "64" and "64u" make rules to allow easy building of 64-bit versions.
2492         make 64: will build Intel-only 64-bit.
2493         make 64u: will build 4-way universal for PPC and Intel.
2495         * Makefile:
2496         * Makefile.shared:
2498 2008-02-23  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2500         Rubber stamped by Darin Adler.
2502         Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
2503         whitespaces introduced in the previous commit.
2505         * GNUmakefile.am:
2507 2008-02-23  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
2509         Rubber-stamped by Darin Adler.
2511         * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES.
2512         * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS.
2514 2008-02-21  Alp Toker  <alp@atoker.com>
2516         Fix a configure script typo.
2518         * configure.ac:
2520 2008-02-21  Alp Toker  <alp@atoker.com>
2522         GTK+/autotools SVG experimental build fix
2524         Don't enable SVG filters in --enable-svg-experimental.
2526         This feature isn't supported at all yet. Developers can enable it
2527         explicitly by passing --enable-svg-filters if needed.
2529         * configure.ac:
2531 2008-02-21  Mike Auty  <mike.auty@gmail.com>
2533         Reviewed by Alp Toker.
2535         http://bugs.webkit.org/show_bug.cgi?id=17445
2536         [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed"
2538         The GNUmakefile.am files make use of the LDFLAGS variable to include library
2539         additions such as -ljpeg etc.  Unfortunately, if these inclusions aren't made
2540         in LIBADD/LDADD variables, then they are mis-ordered during the linking.
2542         The as-needed flag discards libraries whose functions have not been needed by
2543         earlier libraries, which therefore makes the ordering important.
2545         This moves all -l library inclusion statements from LDFLAGS variables to
2546         LIBADD/LDADD variables.
2548         * GNUmakefile.am:
2550 2008-02-15  Alp Toker  <alp@atoker.com>
2552         Reviewed by Holger.
2554         GTK+ configure script cleanups
2556         Categorize the configuration summary printout.
2557         Bump GTK+ requirement to 2.8.
2558         Rename 'webkit_target' to just 'target'.
2559         Don't check for pthread on Win32.
2561         * configure.ac:
2563 2008-02-14  Adam Roben  <aroben@apple.com>
2565         Turn on cross-document messaging support by default
2567         Reviewed by Darin Adler.
2569         * configure.ac:
2571 2008-02-14  Adam Roben  <aroben@apple.com>
2573         Conditionalize cross-document messaging support
2575         The cross-document messaging parts of HTML 5 are in flux and we want
2576         ports to be able to turn off the support as needed.
2578         Note that the support is turned off by default right now. A subsequent
2579         commit will turn it on by default.
2581         Reviewed by Darin Adler.
2583         * configure.ac:
2585 2008-02-12  Rodney Dawes  <dobey@wayofthemonkey.com>
2587         Reviewed by Alp Toker.
2589         Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES
2590         to the CPPFLAGS for WebCore and WebKit
2591         Add a pkgconfig check for hildon-1 when --with-hildon specified
2592         Output the use of Hildon support in the summary
2593         Add HILDON_CPPFLAGS to webkitgtk_cppflags
2594         Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS
2595         Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS
2597         * configure.ac:
2598         * GNUmakefile.am:
2600 2008-02-08  Alp Toker  <alp@atoker.com>
2602         Rubber-stamped by Maciej.
2604         Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4.
2606         * configure.ac:
2608 2008-02-06  Timothy Hatcher  <timothy@apple.com>
2610         Rubber-stamped by Mark Rowe.
2612         Dump of bugs.webkit.org's Bugzilla instance.
2614         * BugsSite: Added.
2615         * BugsSite/.htaccess: Added.
2616         * BugsSite/Bugzilla: Added.
2617         * BugsSite/Bugzilla.pm: Added.
2618         * BugsSite/Bugzilla/.cvsignore: Added.
2619         * BugsSite/Bugzilla/.htaccess: Added.
2620         * BugsSite/Bugzilla/Attachment.pm: Added.
2621         * BugsSite/Bugzilla/Auth: Added.
2622         * BugsSite/Bugzilla/Auth.pm: Added.
2623         * BugsSite/Bugzilla/Auth/Login: Added.
2624         * BugsSite/Bugzilla/Auth/Login/WWW: Added.
2625         * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added.
2626         * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added.
2627         * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added.
2628         * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added.
2629         * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added.
2630         * BugsSite/Bugzilla/Auth/README: Added.
2631         * BugsSite/Bugzilla/Auth/Verify: Added.
2632         * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added.
2633         * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added.
2634         * BugsSite/Bugzilla/Bug.pm: Added.
2635         * BugsSite/Bugzilla/BugMail.pm: Added.
2636         * BugsSite/Bugzilla/CGI.pm: Added.
2637         * BugsSite/Bugzilla/Chart.pm: Added.
2638         * BugsSite/Bugzilla/Config.pm: Added.
2639         * BugsSite/Bugzilla/Constants.pm: Added.
2640         * BugsSite/Bugzilla/DB: Added.
2641         * BugsSite/Bugzilla/DB.pm: Added.
2642         * BugsSite/Bugzilla/DB/Mysql.pm: Added.
2643         * BugsSite/Bugzilla/DB/Pg.pm: Added.
2644         * BugsSite/Bugzilla/DB/Schema: Added.
2645         * BugsSite/Bugzilla/DB/Schema.pm: Added.
2646         * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added.
2647         * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added.
2648         * BugsSite/Bugzilla/Error.pm: Added.
2649         * BugsSite/Bugzilla/Flag.pm: Added.
2650         * BugsSite/Bugzilla/FlagType.pm: Added.
2651         * BugsSite/Bugzilla/Group.pm: Added.
2652         * BugsSite/Bugzilla/Search.pm: Added.
2653         * BugsSite/Bugzilla/Series.pm: Added.
2654         * BugsSite/Bugzilla/Template: Added.
2655         * BugsSite/Bugzilla/Template.pm: Added.
2656         * BugsSite/Bugzilla/Template/Plugin: Added.
2657         * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added.
2658         * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added.
2659         * BugsSite/Bugzilla/Template/Plugin/User.pm: Added.
2660         * BugsSite/Bugzilla/Token.pm: Added.
2661         * BugsSite/Bugzilla/User: Added.
2662         * BugsSite/Bugzilla/User.pm: Added.
2663         * BugsSite/Bugzilla/User/Setting.pm: Added.
2664         * BugsSite/Bugzilla/Util.pm: Added.
2665         * BugsSite/CGI.pl: Added.
2666         * BugsSite/PrettyPatch: Added.
2667         * BugsSite/PrettyPatch/PrettyPatch.rb: Added.
2668         * BugsSite/PrettyPatch/prettify.rb: Added.
2669         * BugsSite/QUICKSTART: Added.
2670         * BugsSite/README: Added.
2671         * BugsSite/UPGRADING: Added.
2672         * BugsSite/UPGRADING-pre-2.8: Added.
2673         * BugsSite/ant.jpg: Added.
2674         * BugsSite/attachment-aroben.cgi: Added.
2675         * BugsSite/attachment.cgi: Added.
2676         * BugsSite/buglist.cgi: Added.
2677         * BugsSite/bugzilla.dtd: Added.
2678         * BugsSite/chart.cgi: Added.
2679         * BugsSite/checksetup.pl: Added.
2680         * BugsSite/colchange.cgi: Added.
2681         * BugsSite/collectstats.pl: Added.
2682         * BugsSite/config.cgi: Added.
2683         * BugsSite/contrib: Added.
2684         * BugsSite/contrib/BugzillaEmail.pm: Added.
2685         * BugsSite/contrib/README: Added.
2686         * BugsSite/contrib/README.Mailif: Added.
2687         * BugsSite/contrib/bug_email.pl: Added.
2688         * BugsSite/contrib/bugmail_help.html: Added.
2689         * BugsSite/contrib/bugzilla-submit: Added.
2690         * BugsSite/contrib/bugzilla-submit/README: Added.
2691         * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added.
2692         * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added.
2693         * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added.
2694         * BugsSite/contrib/bugzilla.procmailrc: Added.
2695         * BugsSite/contrib/bugzilla_email_append.pl: Added.
2696         * BugsSite/contrib/bugzilla_ldapsync.rb: Added.
2697         * BugsSite/contrib/bzdbcopy.pl: Added.
2698         * BugsSite/contrib/cmdline: Added.
2699         * BugsSite/contrib/cmdline/bugcount: Added.
2700         * BugsSite/contrib/cmdline/bugids: Added.
2701         * BugsSite/contrib/cmdline/buglist: Added.
2702         * BugsSite/contrib/cmdline/bugs: Added.
2703         * BugsSite/contrib/cmdline/bugslink: Added.
2704         * BugsSite/contrib/cmdline/makequery: Added.
2705         * BugsSite/contrib/cmdline/query.conf: Added.
2706         * BugsSite/contrib/cvs-update.pl: Added.
2707         * BugsSite/contrib/gnats2bz.pl: Added.
2708         * BugsSite/contrib/gnatsparse: Added.
2709         * BugsSite/contrib/gnatsparse/README: Added.
2710         * BugsSite/contrib/gnatsparse/gnatsparse.py: Added.
2711         * BugsSite/contrib/gnatsparse/magic.py: Added.
2712         * BugsSite/contrib/gnatsparse/specialuu.py: Added.
2713         * BugsSite/contrib/jb2bz.py: Added.
2714         * BugsSite/contrib/mysqld-watcher.pl: Added.
2715         * BugsSite/contrib/sendbugmail.pl: Added.
2716         * BugsSite/contrib/sendunsentbugmail.pl: Added.
2717         * BugsSite/contrib/syncLDAP.pl: Added.
2718         * BugsSite/contrib/yp_nomail.sh: Added.
2719         * BugsSite/createaccount.cgi: Added.
2720         * BugsSite/data: Added.
2721         * BugsSite/data/.htaccess: Added.
2722         * BugsSite/data/attachments: Added.
2723         * BugsSite/data/attachments/.htaccess: Added.
2724         * BugsSite/data/duplicates: Added.
2725         * BugsSite/data/mail: Added.
2726         * BugsSite/data/mimedump-tmp: Added.
2727         * BugsSite/data/mining: Added.
2728         * BugsSite/data/nomail: Added.
2729         * BugsSite/data/params: Added.
2730         * BugsSite/data/template: Added.
2731         * BugsSite/data/template/template: Added.
2732         * BugsSite/data/template/template/en: Added.
2733         * BugsSite/data/template/template/en/custom: Added.
2734         * BugsSite/data/template/template/en/custom/account: Added.
2735         * BugsSite/data/template/template/en/custom/account/auth: Added.
2736         * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
2737         * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added.
2738         * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added.
2739         * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added.
2740         * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added.
2741         * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added.
2742         * BugsSite/data/template/template/en/custom/account/email: Added.
2743         * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added.
2744         * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added.
2745         * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added.
2746         * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added.
2747         * BugsSite/data/template/template/en/custom/account/password: Added.
2748         * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
2749         * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
2750         * BugsSite/data/template/template/en/custom/account/prefs: Added.
2751         * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added.
2752         * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added.
2753         * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added.
2754         * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added.
2755         * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added.
2756         * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
2757         * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added.
2758         * BugsSite/data/template/template/en/custom/admin: Added.
2759         * BugsSite/data/template/template/en/custom/admin/classifications: Added.
2760         * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added.
2761         * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added.
2762         * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added.
2763         * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added.
2764         * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added.
2765         * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
2766         * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added.
2767         * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added.
2768         * BugsSite/data/template/template/en/custom/admin/components: Added.
2769         * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
2770         * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added.
2771         * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added.
2772         * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added.
2773         * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added.
2774         * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added.
2775         * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added.
2776         * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added.
2777         * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added.
2778         * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added.
2779         * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
2780         * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
2781         * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
2782         * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
2783         * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
2784         * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
2785         * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
2786         * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
2787         * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
2788         * BugsSite/data/template/template/en/custom/admin/flag-type: Added.
2789         * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
2790         * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
2791         * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added.
2792         * BugsSite/data/template/template/en/custom/admin/groups: Added.
2793         * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added.
2794         * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added.
2795         * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added.
2796         * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added.
2797         * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added.
2798         * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added.
2799         * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added.
2800         * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added.
2801         * BugsSite/data/template/template/en/custom/admin/keywords: Added.
2802         * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
2803         * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
2804         * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
2805         * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
2806         * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
2807         * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
2808         * BugsSite/data/template/template/en/custom/admin/milestones: Added.
2809         * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
2810         * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added.
2811         * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added.
2812         * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
2813         * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added.
2814         * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added.
2815         * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added.
2816         * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
2817         * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added.
2818         * BugsSite/data/template/template/en/custom/admin/products: Added.
2819         * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
2820         * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added.
2821         * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added.
2822         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added.
2823         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
2824         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
2825         * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
2826         * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added.
2827         * BugsSite/data/template/template/en/custom/admin/settings: Added.
2828         * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added.
2829         * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added.
2830         * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added.
2831         * BugsSite/data/template/template/en/custom/admin/users: Added.
2832         * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
2833         * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added.
2834         * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added.
2835         * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added.
2836         * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
2837         * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added.
2838         * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added.
2839         * BugsSite/data/template/template/en/custom/admin/versions: Added.
2840         * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
2841         * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added.
2842         * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added.
2843         * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added.
2844         * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added.
2845         * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added.
2846         * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added.
2847         * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added.
2848         * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added.
2849         * BugsSite/data/template/template/en/custom/attachment: Added.
2850         * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added.
2851         * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added.
2852         * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added.
2853         * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added.
2854         * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added.
2855         * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added.
2856         * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added.
2857         * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added.
2858         * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added.
2859         * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added.
2860         * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added.
2861         * BugsSite/data/template/template/en/custom/bug: Added.
2862         * BugsSite/data/template/template/en/custom/bug/activity: Added.
2863         * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added.
2864         * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added.
2865         * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added.
2866         * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added.
2867         * BugsSite/data/template/template/en/custom/bug/create: Added.
2868         * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
2869         * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added.
2870         * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added.
2871         * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added.
2872         * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added.
2873         * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added.
2874         * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added.
2875         * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added.
2876         * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added.
2877         * BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added.
2878         * BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added.
2879         * BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added.
2880         * BugsSite/data/template/template/en/custom/bug/process: Added.
2881         * BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added.
2882         * BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
2883         * BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added.
2884         * BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added.
2885         * BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added.
2886         * BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added.
2887         * BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
2888         * BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added.
2889         * BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added.
2890         * BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added.
2891         * BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added.
2892         * BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added.
2893         * BugsSite/data/template/template/en/custom/bug/votes: Added.
2894         * BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
2895         * BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
2896         * BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
2897         * BugsSite/data/template/template/en/custom/config.js.tmpl: Added.
2898         * BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added.
2899         * BugsSite/data/template/template/en/custom/flag: Added.
2900         * BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added.
2901         * BugsSite/data/template/template/en/custom/global: Added.
2902         * BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added.
2903         * BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added.
2904         * BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added.
2905         * BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added.
2906         * BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added.
2907         * BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added.
2908         * BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added.
2909         * BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added.
2910         * BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added.
2911         * BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added.
2912         * BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added.
2913         * BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added.
2914         * BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added.
2915         * BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added.
2916         * BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added.
2917         * BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added.
2918         * BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added.
2919         * BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added.
2920         * BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added.
2921         * BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added.
2922         * BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added.
2923         * BugsSite/data/template/template/en/custom/index.html.tmpl: Added.
2924         * BugsSite/data/template/template/en/custom/list: Added.
2925         * BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added.
2926         * BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added.
2927         * BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added.
2928         * BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added.
2929         * BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added.
2930         * BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added.
2931         * BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added.
2932         * BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added.
2933         * BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added.
2934         * BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added.
2935         * BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added.
2936         * BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added.
2937         * BugsSite/data/template/template/en/custom/pages: Added.
2938         * BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added.
2939         * BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added.
2940         * BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added.
2941         * BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added.
2942         * BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added.
2943         * BugsSite/data/template/template/en/custom/reports: Added.
2944         * BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added.
2945         * BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added.
2946         * BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added.
2947         * BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added.
2948         * BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added.
2949         * BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
2950         * BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added.
2951         * BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added.
2952         * BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added.
2953         * BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added.
2954         * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added.
2955         * BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added.
2956         * BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added.
2957         * BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added.
2958         * BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added.
2959         * BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added.
2960         * BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added.
2961         * BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added.
2962         * BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added.
2963         * BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added.
2964         * BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added.
2965         * BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added.
2966         * BugsSite/data/template/template/en/custom/request: Added.
2967         * BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added.
2968         * BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added.
2969         * BugsSite/data/template/template/en/custom/search: Added.
2970         * BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added.
2971         * BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added.
2972         * BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added.
2973         * BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added.
2974         * BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added.
2975         * BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added.
2976         * BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added.
2977         * BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added.
2978         * BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added.
2979         * BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added.
2980         * BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added.
2981         * BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added.
2982         * BugsSite/data/template/template/en/custom/whine: Added.
2983         * BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added.
2984         * BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added.
2985         * BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
2986         * BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added.
2987         * BugsSite/data/template/template/en/default: Added.
2988         * BugsSite/data/template/template/en/default/attachment: Added.
2989         * BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added.
2990         * BugsSite/data/template/template/en/default/list: Added.
2991         * BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added.
2992         * BugsSite/data/versioncache: Added.
2993         * BugsSite/data/versioncache.13P9L: Added.
2994         * BugsSite/data/versioncache.1lH1E: Added.
2995         * BugsSite/data/versioncache.3AnHd: Added.
2996         * BugsSite/data/versioncache.3Jmjt: Added.
2997         * BugsSite/data/versioncache.3JzIL: Added.
2998         * BugsSite/data/versioncache.77b4y: Added.
2999         * BugsSite/data/versioncache.7VzyU: Added.
3000         * BugsSite/data/versioncache.EQdAm: Added.
3001         * BugsSite/data/versioncache.EouAG: Added.
3002         * BugsSite/data/versioncache.LJ5n1: Added.
3003         * BugsSite/data/versioncache.Lb0fW: Added.
3004         * BugsSite/data/versioncache.PyAd8: Added.
3005         * BugsSite/data/versioncache.SFyse: Added.
3006         * BugsSite/data/versioncache.SkTTg: Added.
3007         * BugsSite/data/versioncache.VVO7E: Added.
3008         * BugsSite/data/versioncache.XbxgU: Added.
3009         * BugsSite/data/versioncache.Yezqr: Added.
3010         * BugsSite/data/versioncache.dtzIv: Added.
3011         * BugsSite/data/versioncache.jzpeh: Added.
3012         * BugsSite/data/versioncache.pbn6U: Added.
3013         * BugsSite/data/versioncache.qyixS: Added.
3014         * BugsSite/data/versioncache.sBMdb: Added.
3015         * BugsSite/data/versioncache.xNi34: Added.
3016         * BugsSite/data/webdot: Added.
3017         * BugsSite/data/webdot/.htaccess: Added.
3018         * BugsSite/data/webdot/0ZLH3QpFd8.dot: Added.
3019         * BugsSite/data/webdot/3s6e7eC2Dy.dot: Added.
3020         * BugsSite/data/webdot/6MW0q54cyY.dot: Added.
3021         * BugsSite/data/webdot/A2RlhPdO2Q.dot: Added.
3022         * BugsSite/data/webdot/DuBX4I4946.dot: Added.
3023         * BugsSite/data/webdot/GudTgvrKBX.dot: Added.
3024         * BugsSite/data/webdot/I1mCbLtAzQ.dot: Added.
3025         * BugsSite/data/webdot/JtKgvWGVb4.dot: Added.
3026         * BugsSite/data/webdot/RFk4bjAwYc.dot: Added.
3027         * BugsSite/data/webdot/YQ1pWFVfqt.dot: Added.
3028         * BugsSite/data/webdot/YcFUepShZI.dot: Added.
3029         * BugsSite/data/webdot/a9i00KgTQk.dot: Added.
3030         * BugsSite/data/webdot/c412GYaHch.dot: Added.
3031         * BugsSite/data/webdot/hjYnYr3tV1.dot: Added.
3032         * BugsSite/data/webdot/pq3Qw7wynI.dot: Added.
3033         * BugsSite/data/webdot/tL7GjA7bqH.dot: Added.
3034         * BugsSite/defparams.pl: Added.
3035         * BugsSite/describecomponents.cgi: Added.
3036         * BugsSite/describekeywords.cgi: Added.
3037         * BugsSite/describekeywords.cgi.bak: Added.
3038         * BugsSite/docs: Added.
3039         * BugsSite/docs/.cvsignore: Added.
3040         * BugsSite/docs/README.docs: Added.
3041         * BugsSite/docs/html: Added.
3042         * BugsSite/docs/html/Bugzilla-Guide.html: Added.
3043         * BugsSite/docs/html/about.html: Added.
3044         * BugsSite/docs/html/administration.html: Added.
3045         * BugsSite/docs/html/bug_page.html: Added.
3046         * BugsSite/docs/html/bugreports.html: Added.
3047         * BugsSite/docs/html/cmdline-bugmail.html: Added.
3048         * BugsSite/docs/html/cmdline.html: Added.
3049         * BugsSite/docs/html/components.html: Added.
3050         * BugsSite/docs/html/configuration.html: Added.
3051         * BugsSite/docs/html/conventions.html: Added.
3052         * BugsSite/docs/html/copyright.html: Added.
3053         * BugsSite/docs/html/credits.html: Added.
3054         * BugsSite/docs/html/cust-change-permissions.html: Added.
3055         * BugsSite/docs/html/cust-hooks.html: Added.
3056         * BugsSite/docs/html/cust-templates.html: Added.
3057         * BugsSite/docs/html/customization.html: Added.
3058         * BugsSite/docs/html/dbdoc.html: Added.
3059         * BugsSite/docs/html/dbmodify.html: Added.
3060         * BugsSite/docs/html/disclaimer.html: Added.
3061         * BugsSite/docs/html/extraconfig.html: Added.
3062         * BugsSite/docs/html/faq.html: Added.
3063         * BugsSite/docs/html/flags-overview.html: Added.
3064         * BugsSite/docs/html/flags.html: Added.
3065         * BugsSite/docs/html/general-advice.html: Added.
3066         * BugsSite/docs/html/gfdl-0.html: Added.
3067         * BugsSite/docs/html/gfdl-1.html: Added.
3068         * BugsSite/docs/html/gfdl-10.html: Added.
3069         * BugsSite/docs/html/gfdl-2.html: Added.
3070         * BugsSite/docs/html/gfdl-3.html: Added.
3071         * BugsSite/docs/html/gfdl-4.html: Added.
3072         * BugsSite/docs/html/gfdl-5.html: Added.
3073         * BugsSite/docs/html/gfdl-6.html: Added.
3074         * BugsSite/docs/html/gfdl-7.html: Added.
3075         * BugsSite/docs/html/gfdl-8.html: Added.
3076         * BugsSite/docs/html/gfdl-9.html: Added.
3077         * BugsSite/docs/html/gfdl-howto.html: Added.
3078         * BugsSite/docs/html/gfdl.html: Added.
3079         * BugsSite/docs/html/glossary.html: Added.
3080         * BugsSite/docs/html/groups.html: Added.
3081         * BugsSite/docs/html/hintsandtips.html: Added.
3082         * BugsSite/docs/html/index.html: Added.
3083         * BugsSite/docs/html/install-perlmodules-manual.html: Added.
3084         * BugsSite/docs/html/installation.html: Added.
3085         * BugsSite/docs/html/installing-bugzilla.html: Added.
3086         * BugsSite/docs/html/integration.html: Added.
3087         * BugsSite/docs/html/lifecycle.html: Added.
3088         * BugsSite/docs/html/list.html: Added.
3089         * BugsSite/docs/html/milestones.html: Added.
3090         * BugsSite/docs/html/modules-manual-download.html: Added.
3091         * BugsSite/docs/html/modules-manual-instructions.html: Added.
3092         * BugsSite/docs/html/modules-manual-optional.html: Added.
3093         * BugsSite/docs/html/myaccount.html: Added.
3094         * BugsSite/docs/html/newversions.html: Added.
3095         * BugsSite/docs/html/nonroot.html: Added.
3096         * BugsSite/docs/html/os-specific.html: Added.
3097         * BugsSite/docs/html/parameters.html: Added.
3098         * BugsSite/docs/html/paranoid-security.html: Added.
3099         * BugsSite/docs/html/patches.html: Added.
3100         * BugsSite/docs/html/patchviewer.html: Added.
3101         * BugsSite/docs/html/products.html: Added.
3102         * BugsSite/docs/html/query.html: Added.
3103         * BugsSite/docs/html/quips.html: Added.
3104         * BugsSite/docs/html/reporting.html: Added.
3105         * BugsSite/docs/html/security-bugzilla.html: Added.
3106         * BugsSite/docs/html/security-mysql.html: Added.
3107         * BugsSite/docs/html/security-os.html: Added.
3108         * BugsSite/docs/html/security-webserver.html: Added.
3109         * BugsSite/docs/html/security.html: Added.
3110         * BugsSite/docs/html/trbl-bundlebugzilla.html: Added.
3111         * BugsSite/docs/html/trbl-dbdsponge.html: Added.
3112         * BugsSite/docs/html/trbl-index.html: Added.
3113         * BugsSite/docs/html/trbl-passwd-encryption.html: Added.
3114         * BugsSite/docs/html/trbl-perlmodule.html: Added.
3115         * BugsSite/docs/html/trbl-relogin-everyone.html: Added.
3116         * BugsSite/docs/html/trbl-testserver.html: Added.
3117         * BugsSite/docs/html/trouble-filetemp.html: Added.
3118         * BugsSite/docs/html/troubleshooting.html: Added.
3119         * BugsSite/docs/html/upgrading.html: Added.
3120         * BugsSite/docs/html/useradmin.html: Added.
3121         * BugsSite/docs/html/userpreferences.html: Added.
3122         * BugsSite/docs/html/using-intro.html: Added.
3123         * BugsSite/docs/html/using.html: Added.
3124         * BugsSite/docs/html/versions.html: Added.
3125         * BugsSite/docs/html/voting.html: Added.
3126         * BugsSite/docs/html/whining.html: Added.
3127         * BugsSite/docs/html/x3190.html: Added.
3128         * BugsSite/docs/images: Added.
3129         * BugsSite/docs/images/bzLifecycle.png: Added.
3130         * BugsSite/docs/images/bzLifecycle.xml: Added.
3131         * BugsSite/docs/images/callouts: Added.
3132         * BugsSite/docs/images/callouts/1.gif: Added.
3133         * BugsSite/docs/images/callouts/2.gif: Added.
3134         * BugsSite/docs/images/callouts/3.gif: Added.
3135         * BugsSite/docs/images/caution.gif: Added.
3136         * BugsSite/docs/images/note.gif: Added.
3137         * BugsSite/docs/images/tip.gif: Added.
3138         * BugsSite/docs/images/warning.gif: Added.
3139         * BugsSite/docs/makedocs.pl: Added.
3140         * BugsSite/docs/pdf: Added.
3141         * BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added.
3142         * BugsSite/docs/rel_notes.txt: Added.
3143         * BugsSite/docs/txt: Added.
3144         * BugsSite/docs/txt/Bugzilla-Guide.txt: Added.
3145         * BugsSite/docs/xml: Added.
3146         * BugsSite/docs/xml/Bugzilla-Guide.xml: Added.
3147         * BugsSite/docs/xml/about.xml: Added.
3148         * BugsSite/docs/xml/administration.xml: Added.
3149         * BugsSite/docs/xml/conventions.xml: Added.
3150         * BugsSite/docs/xml/customization.xml: Added.
3151         * BugsSite/docs/xml/dbschema.mysql: Added.
3152         * BugsSite/docs/xml/faq.xml: Added.
3153         * BugsSite/docs/xml/filetemp.patch: Added.
3154         * BugsSite/docs/xml/gfdl.xml: Added.
3155         * BugsSite/docs/xml/glossary.xml: Added.
3156         * BugsSite/docs/xml/index.xml: Added.
3157         * BugsSite/docs/xml/installation.xml: Added.
3158         * BugsSite/docs/xml/integration.xml: Added.
3159         * BugsSite/docs/xml/introduction.xml: Added.
3160         * BugsSite/docs/xml/modules.xml: Added.
3161         * BugsSite/docs/xml/patches.xml: Added.
3162         * BugsSite/docs/xml/requiredsoftware.xml: Added.
3163         * BugsSite/docs/xml/security.xml: Added.
3164         * BugsSite/docs/xml/troubleshooting.xml: Added.
3165         * BugsSite/docs/xml/using.xml: Added.
3166         * BugsSite/doeditparams.cgi: Added.
3167         * BugsSite/duplicates.cgi: Added.
3168         * BugsSite/duplicates.xul: Added.
3169         * BugsSite/editclassifications.cgi: Added.
3170         * BugsSite/editcomponents.cgi: Added.
3171         * BugsSite/editflagtypes.cgi: Added.
3172         * BugsSite/editgroups.cgi: Added.
3173         * BugsSite/editkeywords.cgi: Added.
3174         * BugsSite/editmilestones.cgi: Added.
3175         * BugsSite/editparams.cgi: Added.
3176         * BugsSite/editproducts.cgi: Added.
3177         * BugsSite/editsettings.cgi: Added.
3178         * BugsSite/editusers.cgi: Added.
3179         * BugsSite/editvalues.cgi: Added.
3180         * BugsSite/editversions.cgi: Added.
3181         * BugsSite/editwhines.cgi: Added.
3182         * BugsSite/enter_bug.cgi: Added.
3183         * BugsSite/favicon.ico: Added.
3184         * BugsSite/globals.pl: Added.
3185         * BugsSite/graphs: Added.
3186         * BugsSite/images: Added.
3187         * BugsSite/images/padlock.png: Added.
3188         * BugsSite/importxml.pl: Added.
3189         * BugsSite/index.cgi: Added.
3190         * BugsSite/js: Added.
3191         * BugsSite/js/duplicates.js: Added.
3192         * BugsSite/js/productform.js: Added.
3193         * BugsSite/localconfig.js: Added.
3194         * BugsSite/long_list.cgi: Added.
3195         * BugsSite/move.pl: Added.
3196         * BugsSite/page.cgi: Added.
3197         * BugsSite/post_bug.cgi: Added.
3198         * BugsSite/process_bug.cgi: Added.
3199         * BugsSite/productmenu.js: Added.
3200         * BugsSite/query.cgi: Added.
3201         * BugsSite/quicksearch.html: Added.
3202         * BugsSite/quicksearch.js: Added.
3203         * BugsSite/quicksearchhack.html: Added.
3204         * BugsSite/quips.cgi: Added.
3205         * BugsSite/relogin.cgi: Added.
3206         * BugsSite/report.cgi: Added.
3207         * BugsSite/reports.cgi: Added.
3208         * BugsSite/request.cgi: Added.
3209         * BugsSite/robots.txt: Added.
3210         * BugsSite/runtests.pl: Added.
3211         * BugsSite/sanitycheck.cgi: Added.
3212         * BugsSite/show_activity.cgi: Added.
3213         * BugsSite/show_bug.cgi: Added.
3214         * BugsSite/showattachment.cgi: Added.
3215         * BugsSite/showdependencygraph.cgi: Added.
3216         * BugsSite/showdependencytree.cgi: Added.
3217         * BugsSite/sidebar.cgi: Added.
3218         * BugsSite/skins: Added.
3219         * BugsSite/skins/.cvsignore: Added.
3220         * BugsSite/skins/custom: Added.
3221         * BugsSite/skins/custom/admin.css: Added.
3222         * BugsSite/skins/custom/buglist.css: Added.
3223         * BugsSite/skins/custom/duplicates.css: Added.
3224         * BugsSite/skins/custom/editusers.css: Added.
3225         * BugsSite/skins/custom/global.css: Added.
3226         * BugsSite/skins/custom/index.css: Added.
3227         * BugsSite/skins/custom/opendarwin.gif: Added.
3228         * BugsSite/skins/custom/panel.css: Added.
3229         * BugsSite/skins/custom/show_multiple.css: Added.
3230         * BugsSite/skins/custom/summarize-time.css: Added.
3231         * BugsSite/skins/custom/voting.css: Added.
3232         * BugsSite/skins/standard: Added.
3233         * BugsSite/skins/standard/admin.css: Added.
3234         * BugsSite/skins/standard/buglist.css: Added.
3235         * BugsSite/skins/standard/duplicates.css: Added.
3236         * BugsSite/skins/standard/editusers.css: Added.
3237         * BugsSite/skins/standard/global: Added.
3238         * BugsSite/skins/standard/global.css: Added.
3239         * BugsSite/skins/standard/global/body-back.gif: Added.
3240         * BugsSite/skins/standard/global/header.png: Added.
3241         * BugsSite/skins/standard/index: Added.
3242         * BugsSite/skins/standard/index.css: Added.
3243         * BugsSite/skins/standard/index/front.jpg: Added.
3244         * BugsSite/skins/standard/index/front.png: Added.
3245         * BugsSite/skins/standard/panel.css: Added.
3246         * BugsSite/skins/standard/show_multiple.css: Added.
3247         * BugsSite/skins/standard/summarize-time.css: Added.
3248         * BugsSite/skins/standard/voting.css: Added.
3249         * BugsSite/summarize_time.cgi: Added.
3250         * BugsSite/t: Added.
3251         * BugsSite/t/001compile.t: Added.
3252         * BugsSite/t/002goodperl.t: Added.
3253         * BugsSite/t/003safesys.t: Added.
3254         * BugsSite/t/004template.t: Added.
3255         * BugsSite/t/005no_tabs.t: Added.
3256         * BugsSite/t/006spellcheck.t: Added.
3257         * BugsSite/t/007util.t: Added.
3258         * BugsSite/t/008filter.t: Added.
3259         * BugsSite/t/009bugwords.t: Added.
3260         * BugsSite/t/011pod.t: Added.
3261         * BugsSite/t/Support: Added.
3262         * BugsSite/t/Support/Files.pm: Added.
3263         * BugsSite/t/Support/Systemexec.pm: Added.
3264         * BugsSite/t/Support/Templates.pm: Added.
3265         * BugsSite/t/testchart.gif: Added.
3266         * BugsSite/t/testchart.png: Added.
3267         * BugsSite/t/testgd.png: Added.
3268         * BugsSite/template: Added.
3269         * BugsSite/template/.cvsignore: Added.
3270         * BugsSite/template/.htaccess: Added.
3271         * BugsSite/template/en: Added.
3272         * BugsSite/template/en/.cvsignore: Added.
3273         * BugsSite/template/en/custom: Added.
3274         * BugsSite/template/en/custom/account: Added.
3275         * BugsSite/template/en/custom/account/auth: Added.
3276         * BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
3277         * BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added.
3278         * BugsSite/template/en/custom/account/auth/login.html.tmpl: Added.
3279         * BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added.
3280         * BugsSite/template/en/custom/account/create.html.tmpl: Added.
3281         * BugsSite/template/en/custom/account/created.html.tmpl: Added.
3282         * BugsSite/template/en/custom/account/email: Added.
3283         * BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added.
3284         * BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added.
3285         * BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added.
3286         * BugsSite/template/en/custom/account/exists.html.tmpl: Added.
3287         * BugsSite/template/en/custom/account/password: Added.
3288         * BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
3289         * BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
3290         * BugsSite/template/en/custom/account/prefs: Added.
3291         * BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added.
3292         * BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added.
3293         * BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added.
3294         * BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added.
3295         * BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added.
3296         * BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
3297         * BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added.
3298         * BugsSite/template/en/custom/admin: Added.
3299         * BugsSite/template/en/custom/admin/classifications: Added.
3300         * BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added.
3301         * BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added.
3302         * BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added.
3303         * BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added.
3304         * BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added.
3305         * BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
3306         * BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added.
3307         * BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added.
3308         * BugsSite/template/en/custom/admin/components: Added.
3309         * BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
3310         * BugsSite/template/en/custom/admin/components/create.html.tmpl: Added.
3311         * BugsSite/template/en/custom/admin/components/created.html.tmpl: Added.
3312         * BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added.
3313         * BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added.
3314         * BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added.
3315         * BugsSite/template/en/custom/admin/components/list.html.tmpl: Added.
3316         * BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added.
3317         * BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added.
3318         * BugsSite/template/en/custom/admin/fieldvalues: Added.
3319         * BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
3320         * BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
3321         * BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
3322         * BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
3323         * BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
3324         * BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
3325         * BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
3326         * BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
3327         * BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
3328         * BugsSite/template/en/custom/admin/flag-type: Added.
3329         * BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
3330         * BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
3331         * BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added.
3332         * BugsSite/template/en/custom/admin/groups: Added.
3333         * BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added.
3334         * BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added.
3335         * BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added.
3336         * BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added.
3337         * BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added.
3338         * BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added.
3339         * BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added.
3340         * BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added.
3341         * BugsSite/template/en/custom/admin/keywords: Added.
3342         * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
3343         * BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added.
3344         * BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added.
3345         * BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added.
3346         * BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added.
3347         * BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
3348         * BugsSite/template/en/custom/admin/milestones: Added.
3349         * BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
3350         * BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added.
3351         * BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added.
3352         * BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
3353         * BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added.
3354         * BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added.
3355         * BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added.
3356         * BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
3357         * BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added.
3358         * BugsSite/template/en/custom/admin/products: Added.
3359         * BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
3360         * BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added.
3361         * BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added.
3362         * BugsSite/template/en/custom/admin/products/groupcontrol: Added.
3363         * BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
3364         * BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
3365         * BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
3366         * BugsSite/template/en/custom/admin/products/list.html.tmpl: Added.
3367         * BugsSite/template/en/custom/admin/settings: Added.
3368         * BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added.
3369         * BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added.
3370         * BugsSite/template/en/custom/admin/table.html.tmpl: Added.
3371         * BugsSite/template/en/custom/admin/users: Added.
3372         * BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
3373         * BugsSite/template/en/custom/admin/users/create.html.tmpl: Added.
3374         * BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added.
3375         * BugsSite/template/en/custom/admin/users/list.html.tmpl: Added.
3376         * BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
3377         * BugsSite/template/en/custom/admin/users/search.html.tmpl: Added.
3378         * BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added.
3379         * BugsSite/template/en/custom/admin/versions: Added.
3380         * BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
3381         * BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added.
3382         * BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added.
3383         * BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added.
3384         * BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added.
3385         * BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added.
3386         * BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added.
3387         * BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added.
3388         * BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added.
3389         * BugsSite/template/en/custom/attachment: Added.
3390         * BugsSite/template/en/custom/attachment/choose.html.tmpl: Added.
3391         * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added.
3392         * BugsSite/template/en/custom/attachment/create.html.tmpl: Added.
3393         * BugsSite/template/en/custom/attachment/created.html.tmpl: Added.
3394         * BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added.
3395         * BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added.
3396         * BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added.
3397         * BugsSite/template/en/custom/attachment/edit.html.tmpl: Added.
3398         * BugsSite/template/en/custom/attachment/list.html.tmpl: Added.
3399         * BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added.
3400         * BugsSite/template/en/custom/attachment/updated.html.tmpl: Added.
3401         * BugsSite/template/en/custom/bug: Added.
3402         * BugsSite/template/en/custom/bug/activity: Added.
3403         * BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added.
3404         * BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added.
3405         * BugsSite/template/en/custom/bug/choose.html.tmpl: Added.
3406         * BugsSite/template/en/custom/bug/comments.html.tmpl: Added.
3407         * BugsSite/template/en/custom/bug/create: Added.
3408         * BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
3409         * BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added.
3410         * BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added.
3411         * BugsSite/template/en/custom/bug/create/create.html.tmpl: Added.
3412         * BugsSite/template/en/custom/bug/create/created.html.tmpl: Added.
3413         * BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added.
3414         * BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added.
3415         * BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added.
3416         * BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added.
3417         * BugsSite/template/en/custom/bug/edit.html.tmpl: Added.
3418         * BugsSite/template/en/custom/bug/knob.html.tmpl: Added.
3419         * BugsSite/template/en/custom/bug/navigate.html.tmpl: Added.
3420         * BugsSite/template/en/custom/bug/process: Added.
3421         * BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added.
3422         * BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
3423         * BugsSite/template/en/custom/bug/process/header.html.tmpl: Added.
3424         * BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added.
3425         * BugsSite/template/en/custom/bug/process/next.html.tmpl: Added.
3426         * BugsSite/template/en/custom/bug/process/results.html.tmpl: Added.
3427         * BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
3428         * BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added.
3429         * BugsSite/template/en/custom/bug/show.html.tmpl: Added.
3430         * BugsSite/template/en/custom/bug/show.xml.tmpl: Added.
3431         * BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added.
3432         * BugsSite/template/en/custom/bug/time.html.tmpl: Added.
3433         * BugsSite/template/en/custom/bug/votes: Added.
3434         * BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
3435         * BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
3436         * BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
3437         * BugsSite/template/en/custom/config.js.tmpl: Added.
3438         * BugsSite/template/en/custom/config.rdf.tmpl: Added.
3439         * BugsSite/template/en/custom/filterexceptions.pl: Added.
3440         * BugsSite/template/en/custom/flag: Added.
3441         * BugsSite/template/en/custom/flag/list.html.tmpl: Added.
3442         * BugsSite/template/en/custom/global: Added.
3443         * BugsSite/template/en/custom/global/banner.html.tmpl: Added.
3444         * BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added.
3445         * BugsSite/template/en/custom/global/choose-product.html.tmpl: Added.
3446         * BugsSite/template/en/custom/global/code-error.html.tmpl: Added.
3447         * BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added.
3448         * BugsSite/template/en/custom/global/field-descs.none.tmpl: Added.
3449         * BugsSite/template/en/custom/global/footer.html.tmpl: Added.
3450         * BugsSite/template/en/custom/global/header.html.tmpl: Added.
3451         * BugsSite/template/en/custom/global/help-header.html.tmpl: Added.
3452         * BugsSite/template/en/custom/global/help.html.tmpl: Added.
3453         * BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added.
3454         * BugsSite/template/en/custom/global/initialize.none.tmpl: Added.
3455         * BugsSite/template/en/custom/global/message.html.tmpl: Added.
3456         * BugsSite/template/en/custom/global/messages.html.tmpl: Added.
3457         * BugsSite/template/en/custom/global/select-menu.html.tmpl: Added.
3458         * BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added.
3459         * BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added.
3460         * BugsSite/template/en/custom/global/useful-links.html.tmpl: Added.
3461         * BugsSite/template/en/custom/global/user-error.html.tmpl: Added.
3462         * BugsSite/template/en/custom/global/userselect.html.tmpl: Added.
3463         * BugsSite/template/en/custom/global/variables.none.tmpl: Added.
3464         * BugsSite/template/en/custom/index.html.tmpl: Added.
3465         * BugsSite/template/en/custom/list: Added.
3466         * BugsSite/template/en/custom/list/change-columns.html.tmpl: Added.
3467         * BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added.
3468         * BugsSite/template/en/custom/list/list-simple.html.tmpl: Added.
3469         * BugsSite/template/en/custom/list/list.csv.tmpl: Added.
3470         * BugsSite/template/en/custom/list/list.html.tmpl: Added.
3471         * BugsSite/template/en/custom/list/list.ics.tmpl: Added.
3472         * BugsSite/template/en/custom/list/list.js.tmpl: Added.
3473         * BugsSite/template/en/custom/list/list.rdf.tmpl: Added.
3474         * BugsSite/template/en/custom/list/list.rss.tmpl: Added.
3475         * BugsSite/template/en/custom/list/quips.html.tmpl: Added.
3476         * BugsSite/template/en/custom/list/server-push.html.tmpl: Added.
3477         * BugsSite/template/en/custom/list/table.html.tmpl: Added.
3478         * BugsSite/template/en/custom/pages: Added.
3479         * BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added.
3480         * BugsSite/template/en/custom/pages/fields.html.tmpl: Added.
3481         * BugsSite/template/en/custom/pages/linked.html.tmpl: Added.
3482         * BugsSite/template/en/custom/pages/linkify.html.tmpl: Added.
3483         * BugsSite/template/en/custom/pages/voting.html.tmpl: Added.
3484         * BugsSite/template/en/custom/reports: Added.
3485         * BugsSite/template/en/custom/reports/chart.csv.tmpl: Added.
3486         * BugsSite/template/en/custom/reports/chart.html.tmpl: Added.
3487         * BugsSite/template/en/custom/reports/chart.png.tmpl: Added.
3488         * BugsSite/template/en/custom/reports/components.html.tmpl: Added.
3489         * BugsSite/template/en/custom/reports/create-chart.html.tmpl: Added.
3490         * BugsSite/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
3491         * BugsSite/template/en/custom/reports/duplicates-table.html.tmpl: Added.
3492         * BugsSite/template/en/custom/reports/duplicates.html.tmpl: Added.
3493         * BugsSite/template/en/custom/reports/duplicates.rdf.tmpl: Added.
3494         * BugsSite/template/en/custom/reports/edit-series.html.tmpl: Added.
3495         * BugsSite/template/en/custom/reports/keywords.html.tmpl: Added.
3496         * BugsSite/template/en/custom/reports/menu.html.tmpl: Added.
3497         * BugsSite/template/en/custom/reports/report-bar.png.tmpl: Added.
3498         * BugsSite/template/en/custom/reports/report-line.png.tmpl: Added.
3499         * BugsSite/template/en/custom/reports/report-pie.png.tmpl: Added.
3500         * BugsSite/template/en/custom/reports/report-simple.html.tmpl: Added.
3501         * BugsSite/template/en/custom/reports/report-table.csv.tmpl: Added.
3502         * BugsSite/template/en/custom/reports/report-table.html.tmpl: Added.
3503         * BugsSite/template/en/custom/reports/report.csv.tmpl: Added.
3504         * BugsSite/template/en/custom/reports/report.html.tmpl: Added.
3505         * BugsSite/template/en/custom/reports/series-common.html.tmpl: Added.
3506         * BugsSite/template/en/custom/reports/series.html.tmpl: Added.
3507         * BugsSite/template/en/custom/request: Added.
3508         * BugsSite/template/en/custom/request/email.txt.tmpl: Added.
3509         * BugsSite/template/en/custom/request/queue.html.tmpl: Added.
3510         * BugsSite/template/en/custom/search: Added.
3511         * BugsSite/template/en/custom/search/boolean-charts.html.tmpl: Added.
3512         * BugsSite/template/en/custom/search/form.html.tmpl: Added.
3513         * BugsSite/template/en/custom/search/knob.html.tmpl: Added.
3514         * BugsSite/template/en/custom/search/search-advanced.html.tmpl: Added.
3515         * BugsSite/template/en/custom/search/search-create-series.html.tmpl: Added.
3516         * BugsSite/template/en/custom/search/search-help.html.tmpl: Added.
3517         * BugsSite/template/en/custom/search/search-report-graph.html.tmpl: Added.
3518         * BugsSite/template/en/custom/search/search-report-select.html.tmpl: Added.
3519         * BugsSite/template/en/custom/search/search-report-table.html.tmpl: Added.
3520         * BugsSite/template/en/custom/search/search-specific.html.tmpl: Added.
3521         * BugsSite/template/en/custom/search/tabs.html.tmpl: Added.
3522         * BugsSite/template/en/custom/sidebar.xul.tmpl: Added.
3523         * BugsSite/template/en/custom/whine: Added.
3524         * BugsSite/template/en/custom/whine/mail.html.tmpl: Added.
3525         * BugsSite/template/en/custom/whine/mail.txt.tmpl: Added.
3526         * BugsSite/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
3527         * BugsSite/template/en/custom/whine/schedule.html.tmpl: Added.
3528         * BugsSite/template/en/default: Added.
3529         * BugsSite/template/en/default/account: Added.
3530         * BugsSite/template/en/default/account/auth: Added.
3531         * BugsSite/template/en/default/account/auth/ldap-error.html.tmpl: Added.
3532         * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Added.
3533         * BugsSite/template/en/default/account/auth/login.html.tmpl: Added.
3534         * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Added.
3535         * BugsSite/template/en/default/account/create.html.tmpl: Added.
3536         * BugsSite/template/en/default/account/created.html.tmpl: Added.
3537         * BugsSite/template/en/default/account/email: Added.
3538         * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Added.
3539         * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Added.
3540         * BugsSite/template/en/default/account/email/confirm.html.tmpl: Added.
3541         * BugsSite/template/en/default/account/exists.html.tmpl: Added.
3542         * BugsSite/template/en/default/account/password: Added.
3543         * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Added.
3544         * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Added.
3545         * BugsSite/template/en/default/account/prefs: Added.
3546         * BugsSite/template/en/default/account/prefs/account.html.tmpl: Added.
3547         * BugsSite/template/en/default/account/prefs/email.html.tmpl: Added.
3548         * BugsSite/template/en/default/account/prefs/footer.html.tmpl: Added.
3549         * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Added.
3550         * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Added.
3551         * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Added.
3552         * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Added.
3553         * BugsSite/template/en/default/admin: Added.
3554         * BugsSite/template/en/default/admin/classifications: Added.
3555         * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Added.
3556         * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Added.
3557         * BugsSite/template/en/default/admin/classifications/delete.html.tmpl: Added.
3558         * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Added.
3559         * BugsSite/template/en/default/admin/classifications/new.html.tmpl: Added.
3560         * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Added.
3561         * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Added.
3562         * BugsSite/template/en/default/admin/classifications/update.html.tmpl: Added.
3563         * BugsSite/template/en/default/admin/components: Added.
3564         * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Added.
3565         * BugsSite/template/en/default/admin/components/create.html.tmpl: Added.
3566         * BugsSite/template/en/default/admin/components/created.html.tmpl: Added.
3567         * BugsSite/template/en/default/admin/components/deleted.html.tmpl: Added.
3568         * BugsSite/template/en/default/admin/components/edit.html.tmpl: Added.
3569         * BugsSite/template/en/default/admin/components/footer.html.tmpl: Added.
3570         * BugsSite/template/en/default/admin/components/list.html.tmpl: Added.
3571         * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Added.
3572         * BugsSite/template/en/default/admin/components/updated.html.tmpl: Added.
3573         * BugsSite/template/en/default/admin/fieldvalues: Added.
3574         * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Added.
3575         * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Added.
3576         * BugsSite/template/en/default/admin/fieldvalues/created.html.tmpl: Added.
3577         * BugsSite/template/en/default/admin/fieldvalues/deleted.html.tmpl: Added.
3578         * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Added.
3579         * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Added.
3580         * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Added.
3581         * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Added.
3582         * BugsSite/template/en/default/admin/fieldvalues/updated.html.tmpl: Added.
3583         * BugsSite/template/en/default/admin/flag-type: Added.
3584         * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Added.
3585         * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Added.
3586         * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Added.
3587         * BugsSite/template/en/default/admin/groups: Added.
3588         * BugsSite/template/en/default/admin/groups/change.html.tmpl: Added.
3589         * BugsSite/template/en/default/admin/groups/create.html.tmpl: Added.
3590         * BugsSite/template/en/default/admin/groups/created.html.tmpl: Added.
3591         * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Added.
3592         * BugsSite/template/en/default/admin/groups/deleted.html.tmpl: Added.
3593         * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Added.
3594         * BugsSite/template/en/default/admin/groups/list.html.tmpl: Added.
3595         * BugsSite/template/en/default/admin/groups/remove.html.tmpl: Added.
3596         * BugsSite/template/en/default/admin/keywords: Added.
3597         * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Added.
3598         * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Added.
3599         * BugsSite/template/en/default/admin/keywords/created.html.tmpl: Added.
3600         * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Added.
3601         * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Added.
3602         * BugsSite/template/en/default/admin/keywords/rebuild-cache.html.tmpl: Added.
3603         * BugsSite/template/en/default/admin/milestones: Added.
3604         * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Added.
3605         * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Added.
3606         * BugsSite/template/en/default/admin/milestones/created.html.tmpl: Added.
3607         * BugsSite/template/en/default/admin/milestones/deleted.html.tmpl: Added.
3608         * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Added.
3609         * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Added.
3610         * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Added.
3611         * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Added.
3612         * BugsSite/template/en/default/admin/milestones/updated.html.tmpl: Added.
3613         * BugsSite/template/en/default/admin/products: Added.
3614         * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Added.
3615         * BugsSite/template/en/default/admin/products/deleted.html.tmpl: Added.
3616         * BugsSite/template/en/default/admin/products/footer.html.tmpl: Added.
3617         * BugsSite/template/en/default/admin/products/groupcontrol: Added.
3618         * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
3619         * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Added.
3620         * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Added.
3621         * BugsSite/template/en/default/admin/products/list.html.tmpl: Added.
3622         * BugsSite/template/en/default/admin/settings: Added.
3623         * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Added.
3624         * BugsSite/template/en/default/admin/settings/updated.html.tmpl: Added.
3625         * BugsSite/template/en/default/admin/table.html.tmpl: Added.
3626         * BugsSite/template/en/default/admin/users: Added.
3627         * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Added.
3628         * BugsSite/template/en/default/admin/users/create.html.tmpl: Added.
3629         * BugsSite/template/en/default/admin/users/edit.html.tmpl: Added.
3630         * BugsSite/template/en/default/admin/users/list.html.tmpl: Added.
3631         * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Added.
3632         * BugsSite/template/en/default/admin/users/search.html.tmpl: Added.
3633         * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Added.
3634         * BugsSite/template/en/default/admin/versions: Added.
3635         * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Added.
3636         * BugsSite/template/en/default/admin/versions/create.html.tmpl: Added.
3637         * BugsSite/template/en/default/admin/versions/created.html.tmpl: Added.
3638         * BugsSite/template/en/default/admin/versions/deleted.html.tmpl: Added.
3639         * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Added.
3640         * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Added.
3641         * BugsSite/template/en/default/admin/versions/list.html.tmpl: Added.
3642         * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Added.
3643         * BugsSite/template/en/default/admin/versions/updated.html.tmpl: Added.
3644         * BugsSite/template/en/default/attachment: Added.
3645         * BugsSite/template/en/default/attachment/choose.html.tmpl: Added.
3646         * BugsSite/template/en/default/attachment/content-types.html.tmpl: Added.
3647         * BugsSite/template/en/default/attachment/create.html.tmpl: Added.
3648         * BugsSite/template/en/default/attachment/created.html.tmpl: Added.
3649         * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Added.
3650         * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Added.
3651         * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Added.
3652         * BugsSite/template/en/default/attachment/edit-aroben.html.tmpl: Added.
3653         * BugsSite/template/en/default/attachment/edit.html.tmpl: Added.
3654         * BugsSite/template/en/default/attachment/list.html.tmpl: Added.
3655         * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Added.
3656         * BugsSite/template/en/default/attachment/updated.html.tmpl: Added.
3657         * BugsSite/template/en/default/bug: Added.
3658         * BugsSite/template/en/default/bug/activity: Added.
3659         * BugsSite/template/en/default/bug/activity/show.html.tmpl: Added.
3660         * BugsSite/template/en/default/bug/activity/table.html.tmpl: Added.
3661         * BugsSite/template/en/default/bug/choose.html.tmpl: Added.
3662         * BugsSite/template/en/default/bug/comments.html.tmpl: Added.
3663         * BugsSite/template/en/default/bug/create: Added.
3664         * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Added.
3665         * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Added.
3666         * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Added.
3667         * BugsSite/template/en/default/bug/create/create.html.tmpl: Added.
3668         * BugsSite/template/en/default/bug/create/created.html.tmpl: Added.
3669         * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Added.
3670         * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Added.
3671         * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Added.
3672         * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Added.
3673         * BugsSite/template/en/default/bug/edit.html.tmpl: Added.
3674         * BugsSite/template/en/default/bug/knob.html.tmpl: Added.
3675         * BugsSite/template/en/default/bug/navigate.html.tmpl: Added.
3676         * BugsSite/template/en/default/bug/process: Added.
3677         * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Added.
3678         * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Added.
3679         * BugsSite/template/en/default/bug/process/header.html.tmpl: Added.
3680         * BugsSite/template/en/default/bug/process/midair.html.tmpl: Added.
3681         * BugsSite/template/en/default/bug/process/next.html.tmpl: Added.
3682         * BugsSite/template/en/default/bug/process/results.html.tmpl: Added.
3683         * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Added.
3684         * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Added.
3685         * BugsSite/template/en/default/bug/show.html.tmpl: Added.
3686         * BugsSite/template/en/default/bug/show.xml.tmpl: Added.
3687         * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Added.
3688         * BugsSite/template/en/default/bug/time.html.tmpl: Added.
3689         * BugsSite/template/en/default/bug/votes: Added.
3690         * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Added.
3691         * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Added.
3692         * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Added.
3693         * BugsSite/template/en/default/config.js.tmpl: Added.
3694         * BugsSite/template/en/default/config.rdf.tmpl: Added.
3695         * BugsSite/template/en/default/filterexceptions.pl: Added.
3696         * BugsSite/template/en/default/flag: Added.
3697         * BugsSite/template/en/default/flag/list.html.tmpl: Added.
3698         * BugsSite/template/en/default/global: Added.
3699         * BugsSite/template/en/default/global/banner.html.tmpl: Added.
3700         * BugsSite/template/en/default/global/choose-classification.html.tmpl: Added.
3701         * BugsSite/template/en/default/global/choose-product.html.tmpl: Added.
3702         * BugsSite/template/en/default/global/code-error.html.tmpl: Added.
3703         * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Added.
3704         * BugsSite/template/en/default/global/field-descs.none.tmpl: Added.
3705         * BugsSite/template/en/default/global/footer.html.tmpl: Added.
3706         * BugsSite/template/en/default/global/header.html.tmpl: Added.
3707         * BugsSite/template/en/default/global/help-header.html.tmpl: Added.
3708         * BugsSite/template/en/default/global/help.html.tmpl: Added.
3709         * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Added.
3710         * BugsSite/template/en/default/global/initialize.none.tmpl: Added.
3711         * BugsSite/template/en/default/global/message.html.tmpl: Added.
3712         * BugsSite/template/en/default/global/messages.html.tmpl: Added.
3713         * BugsSite/template/en/default/global/select-menu.html.tmpl: Added.
3714         * BugsSite/template/en/default/global/setting-descs.none.tmpl: Added.
3715         * BugsSite/template/en/default/global/site-navigation.html.tmpl: Added.
3716         * BugsSite/template/en/default/global/useful-links.html.tmpl: Added.
3717         * BugsSite/template/en/default/global/user-error.html.tmpl: Added.
3718         * BugsSite/template/en/default/global/userselect.html.tmpl: Added.
3719         * BugsSite/template/en/default/global/variables.none.tmpl: Added.
3720         * BugsSite/template/en/default/index.html.tmpl: Added.
3721         * BugsSite/template/en/default/list: Added.
3722         * BugsSite/template/en/default/list/change-columns.html.tmpl: Added.
3723         * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Added.
3724         * BugsSite/template/en/default/list/list-simple.html.tmpl: Added.
3725         * BugsSite/template/en/default/list/list.atom.tmpl: Added.
3726         * BugsSite/template/en/default/list/list.csv.tmpl: Added.
3727         * BugsSite/template/en/default/list/list.html.tmpl: Added.
3728         * BugsSite/template/en/default/list/list.ics.tmpl: Added.
3729         * BugsSite/template/en/default/list/list.js.tmpl: Added.
3730         * BugsSite/template/en/default/list/list.rdf.tmpl: Added.
3731         * BugsSite/template/en/default/list/quips.html.tmpl: Added.
3732         * BugsSite/template/en/default/list/server-push.html.tmpl: Added.
3733         * BugsSite/template/en/default/list/table.html.tmpl: Added.
3734         * BugsSite/template/en/default/pages: Added.
3735         * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Added.
3736         * BugsSite/template/en/default/pages/fields.html.tmpl: Added.
3737         * BugsSite/template/en/default/pages/linked.html.tmpl: Added.
3738         * BugsSite/template/en/default/pages/linkify.html.tmpl: Added.
3739         * BugsSite/template/en/default/pages/voting.html.tmpl: Added.
3740         * BugsSite/template/en/default/reports: Added.
3741         * BugsSite/template/en/default/reports/chart.csv.tmpl: Added.
3742         * BugsSite/template/en/default/reports/chart.html.tmpl: Added.
3743         * BugsSite/template/en/default/reports/chart.png.tmpl: Added.
3744         * BugsSite/template/en/default/reports/components.html.tmpl: Added.
3745         * BugsSite/template/en/default/reports/create-chart.html.tmpl: Added.
3746         * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Added.
3747         * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Added.
3748         * BugsSite/template/en/default/reports/duplicates.html.tmpl: Added.
3749         * BugsSite/template/en/default/reports/duplicates.rdf.tmpl: Added.
3750         * BugsSite/template/en/default/reports/edit-series.html.tmpl: Added.
3751         * BugsSite/template/en/default/reports/keywords.html.tmpl: Added.
3752         * BugsSite/template/en/default/reports/menu.html.tmpl: Added.
3753         * BugsSite/template/en/default/reports/report-bar.png.tmpl: Added.
3754         * BugsSite/template/en/default/reports/report-line.png.tmpl: Added.
3755         * BugsSite/template/en/default/reports/report-pie.png.tmpl: Added.
3756         * BugsSite/template/en/default/reports/report-simple.html.tmpl: Added.
3757         * BugsSite/template/en/default/reports/report-table.csv.tmpl: Added.
3758         * BugsSite/template/en/default/reports/report-table.html.tmpl: Added.
3759         * BugsSite/template/en/default/reports/report.csv.tmpl: Added.
3760         * BugsSite/template/en/default/reports/report.html.tmpl: Added.
3761         * BugsSite/template/en/default/reports/series-common.html.tmpl: Added.
3762         * BugsSite/template/en/default/reports/series.html.tmpl: Added.
3763         * BugsSite/template/en/default/request: Added.
3764         * BugsSite/template/en/default/request/email.txt.tmpl: Added.
3765         * BugsSite/template/en/default/request/queue.html.tmpl: Added.
3766         * BugsSite/template/en/default/search: Added.
3767         * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Added.
3768         * BugsSite/template/en/default/search/form.html.tmpl: Added.
3769         * BugsSite/template/en/default/search/knob.html.tmpl: Added.
3770         * BugsSite/template/en/default/search/search-advanced.html.tmpl: Added.
3771         * BugsSite/template/en/default/search/search-create-series.html.tmpl: Added.
3772         * BugsSite/template/en/default/search/search-help.html.tmpl: Added.
3773         * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Added.
3774         * BugsSite/template/en/default/search/search-report-select.html.tmpl: Added.
3775         * BugsSite/template/en/default/search/search-report-table.html.tmpl: Added.
3776         * BugsSite/template/en/default/search/search-specific.html.tmpl: Added.
3777         * BugsSite/template/en/default/search/tabs.html.tmpl: Added.
3778         * BugsSite/template/en/default/sidebar.xul.tmpl: Added.
3779         * BugsSite/template/en/default/whine: Added.
3780         * BugsSite/template/en/default/whine/mail.html.tmpl: Added.
3781         * BugsSite/template/en/default/whine/mail.txt.tmpl: Added.
3782         * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Added.
3783         * BugsSite/template/en/default/whine/schedule.html.tmpl: Added.
3784         * BugsSite/template/en/extension: Added.
3785         * BugsSite/template/en/extension/filterexceptions.pl: Added.
3786         * BugsSite/testagent.cgi: Added.
3787         * BugsSite/testserver.pl: Added.
3788         * BugsSite/token.cgi: Added.
3789         * BugsSite/userprefs.cgi: Added.
3790         * BugsSite/votes.cgi: Added.
3791         * BugsSite/whine.pl: Added.
3792         * BugsSite/whineatnews.pl: Added.
3793         * BugsSite/xml.cgi: Added.
3795 2008-02-04  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
3797         Reviewed by Alp Toker and Mark Rowe.
3799         http://bugs.webkit.org/show_bug.cgi?id=16618
3800         [GTK] build-webkit and run-webkit-tests autootools support
3802         Add support for the autotools build to the WebKit build and test
3803         scripts.
3805 2008-02-04  Rodney Dawes  <dobey@wayofthemonkey.com>
3807         Reviewed by Alp Toker and Mark Rowe.
3809         Fix http://bugs.webkit.org/show_bug.cgi?id=17175.
3810         Bug 17175: Use of C++ compiler flags in CFLAGS
3812         Add global_cxxflags definition for inclusion in CXXFLAGS variables.
3813         Only use -fno-rtti and $(SYMBOL_VISIBILITY_INLINES) with global_cxxflags as gcc complains they aren't valid for C.
3815         * GNUmakefile.am:
3817 2008-02-04  Alp Toker  <alp@atoker.com>
3819         Rubber-stamped by Mark Rowe.
3821         Remove all trailing whitespace in the GTK+ port and related
3822         components.
3824         * GNUmakefile.am:
3825         * configure.ac:
3827 2008-01-31  Alp Toker  <alp@atoker.com>
3829         Reviewed by Mark Rowe.
3831         Fix the pkg-config file to follow GTK+ package naming and versioning
3832         conventions.
3834         Remove unneeded dependency listings.
3836         * GNUmakefile.am:
3837         * configure.ac:
3839 2008-01-31  Alp Toker  <alp@atoker.com>
3841         Rubber-stamped by Adam Roben.
3843         http://bugs.webkit.org/show_bug.cgi?id=17006
3844         [GTK] Header path should be webkit/webkit.h
3846         Move the GTK+ API sources as needed and update the build systems.
3848         * GNUmakefile.am:
3849         * WebKit.pri:
3851 2008-01-27  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
3853         Reviewed by Alp Toker.
3855         http://bugs.webkit.org/show_bug.cgi?id=14811
3856         [gtk] [request] add a webkit_gtk_page_go_to_history_item function
3858         * GNUmakefile.am: Added webkitwebbackforwardlist and webkitwebhistoryitem
3860 2008-01-26  Mark Rowe  <mrowe@apple.com>
3862         Reviewed by Alp Toker.
3864         Fix http://bugs.webkit.org/show_bug.cgi?id=17007.
3865         Bug 17007: [GTK] autogen.sh attempts to use "libtoolize" on the Mac
3867         libtoolize is installed as glibtoolize on Mac OS X to avoid naming conflicts
3868         with other system commands.  Check for the presence of glibtoolize if libtoolize
3869         cannot be found.
3871         * autogen.sh:
3873 2008-01-23  Alp Toker  <alp@atoker.com>
3875         Rubber-stamped by Mark Rowe.
3877         Remove whitespace after -I in automake include lists.
3879         * GNUmakefile.am:
3881 2008-01-22  Christian Dywan  <christian@imendio.com>
3883         Reviewed by Alp Toker.
3885         [GTK] API: WebKitWebSettings is not usable
3886         http://bugs.webkit.org/show_bug.cgi?id=16219
3888         Implement WebKitWebSettings.
3890         * GNUmakefile.am:
3892 2008-01-22  Simon Hausmann  <hausmann@webkit.org>
3894         Reviewed by Lars.
3896         Don't compile the ICO plugin when building against Qt >= 4.4
3899         * WebKit.pro:
3901 2008-01-21  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
3903         Reviewed by Alp Toker.
3905         http://bugs.webkit.org/show_bug.cgi?id=16955
3906         Get errors when cross-compile webkit-gtk
3908         * GNUmakefile.am: added ICU_CPPFLAGS
3909         * configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS
3911 2008-01-19  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
3913         Reviewed by Alp Toker.
3915         Add svg foreign object and svg experimental to the GTK+/autotools
3916         build system.
3918         * configure.ac:
3920 2008-01-15  Alp Toker  <alp@atoker.com>
3922         Rubber-stamped by Anders.
3924         Make the HTTP backend configurable in the GTK+ port. curl is currently
3925         the only option.
3927         * GNUmakefile.am:
3928         * WebKit.pri:
3929         * configure.ac:
3931 2008-01-15  Alp Toker  <alp@atoker.com>
3933         GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler
3934         flags only when they're available.
3936         Additionally, use -fvisibility-inlines-hidden in both debug and
3937         release builds when available to match the Mac build.
3939         * GNUmakefile.am:
3940         * configure.ac:
3942 2008-01-12  Alp Toker  <alp@atoker.com>
3944         Reviewed by Mark Rowe.
3946         Hide non-public symbols in GTK+/autotools release builds.
3948         * GNUmakefile.am:
3950 2008-01-11  Alp Toker  <alp@atoker.com>
3952         Reviewed by Oliver Hunt.
3954         Enable FastMalloc by default in GTK+/autotools and add a configure
3955         switch.
3957         * GNUmakefile.am:
3958         * configure.ac:
3960 2008-01-11  Luca Bruno  <lethalman88@gmail.com>
3962         Reviewed by Alp Toker.
3964         http://bugs.webkit.org/show_bug.cgi?id=16838
3965         [GTK] Bad autotools debug and video options
3967         Fix some configure options.
3969         * configure.ac:
3971 2008-01-11  Mark Rowe  <mrowe@apple.com>
3973         Attempt to fix the GTK+ and Qt builds.
3975         * WebKit.pro:
3977 2008-01-10  Alp Toker  <alp@atoker.com>
3979         SVG font build fix for GTK+/autotools.
3981         * configure.ac:
3983 2008-01-05  Alp Toker  <alp@atoker.com>
3985         Rubber-stamped by Mark Rowe.
3987         Fix configure script output with correct descriptions of the default
3988         configuration options.
3990         * configure.ac:
3992 2008-01-05  Sylvain Pasche  <sylvain.pasche@gmail.com>
3994         Reviewed by Alp Toker.
3996         http://bugs.webkit.org/show_bug.cgi?id=16736
3997         Allow autogen.sh invocation from a separate build directory.
3999         * autogen.sh:
4001 2008-01-04  Alp Toker  <alp@atoker.com>
4003         Rubber-stamped by Mark Rowe.
4005         Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The
4006         "rebuild rules" will now be enabled by default.
4008         This obviates the need to pass '--enable-maintainer-mode' to
4009         configure.
4011         * configure.ac:
4013 2008-01-02  Holger Hans Peter Freyther  <zecke@selfish.org>
4015         Rubber stamped by Alp.
4017         Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break
4018         the build. At least people doing a debug build on Ubuntu Hardy will see
4019         the breakage. I was asked to leave the flags inside the files to ease future
4020         debugging.
4022         * GNUmakefile.am:
4023         * WebKit.pri:
4025 2008-01-01  Alp Toker  <alp@atoker.com>
4027         GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
4028         correct parameter to AM_INIT_AUTOMAKE.
4030         * configure.ac:
4032 2007-12-30  Alp Toker  <alp@atoker.com>
4034         Build fix for older autoconf versions.
4036         * configure.ac:
4038 2007-12-29  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
4040         Reviewed by Alp Toker.
4042         Enable Database, XPath and XSLT features by default
4044         * configure.ac:
4046 2007-12-29  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
4048         Reviewed by Alp Toker.
4050         http://bugs.webkit.org/show_bug.cgi?id=16669
4051         autotools update and fixes
4053         Various fixes to the autotools build
4055         * GNUmakefile.am:
4056           - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
4057           - Fix clean rules (Rodney Dawes)
4058           - Added webcore specific variables, remove STDINT_H and
4059             PTHREAD_NP_H checks (already included in config.h)
4060         * autogen.sh:
4061           - Loosen automake and aclocal requirement
4062         * configure.ac:
4063           - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
4064             when doing a debug build (Rodney Dawes)
4065           - Fix webkit target and remove traces of XBL
4067 2007-12-27  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
4069         Reviewed by Alp Toker.
4071         http://bugs.webkit.org/show_bug.cgi?id=16353
4072         [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
4074         Added the flags mentioned in the bug only when doing 'debug'
4075         builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
4077         * GNUmakefile.am:
4078         * WebKit.pri:
4080 2007-12-26  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
4082         Reviewed by Alp Toker.
4084         http://bugs.webkit.org/show_bug.cgi?id=16390
4085         Use autotools or GNU make as the build system for the GTK port
4087         * GNUmakefile.am: Added.
4088         * autogen.sh: Added.
4089         * configure.ac: Added.
4091 2007-12-20  Alp Toker  <alp@atoker.com>
4093         Rubber-stamped by Maciej.
4095         http://bugs.webkit.org/show_bug.cgi?id=16542
4096         [GTK] Text is missing with old Pango version
4098         Back out commits r28880, r28876, r28865, r28864 which added Pango font
4099         selection support. These changes caused a regression where no text was
4100         displayed with older Pango versions.
4102         * WebKit.pri:
4104 2007-12-19  Alp Toker  <alp@atoker.com>
4106         Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
4107         cairo-ft directly following changes in r28864.
4109         * WebKit.pri:
4111 2007-12-12  Alp Toker  <alp@atoker.com>
4113         Reviewed by Mark Rowe.
4115         http://bugs.webkit.org/show_bug.cgi?id=16302
4116         [GTK] Compiler flags for optimization
4118         Use the compiler flags -fno-exceptions -fno-rtti.
4120         This patch does not add all the flags discussed in the bug report,
4121         only these two.
4123         * WebKit.pri:
4125 2007-12-04  Xan Lopez  <xan@gnome.org>
4127         Reviewed by Alp Toker.
4129         http://bugs.webkit.org/show_bug.cgi?id=15561
4130         GTK port needs DumpRenderTree implementation
4132         Start work on the GTK+ DRT.
4134         * WebKit.pro:
4136 2007-11-30  Alp Toker  <alp@atoker.com>
4138         Reviewed by Adam Roben.
4140         http://bugs.webkit.org/show_bug.cgi?id=15691
4141         [GTK] Public API does not follow GTK+ conventions
4143         Refactor the WebKit/GTK+ public API. Changes:
4144           WebKitPage -> WebKitWebView
4145           WebKitFrame -> WebKitWebFrame
4147         Public API source and header names have been updated to mirror the API
4148         changes.
4150         The API is now kept in WebKit/gtk/WebView to match other ports in the
4151         same class such as Mac and Win.
4153         * WebKit.pri:
4155 2007-11-26  Rodney Dawes  <dobey@wayofthemonkey.com>
4157         Reviewed by Mark Rowe.
4159         Set CONFIG option for the window system GTK+ is using
4161         * WebKit.pri:
4163 2007-11-22  Alp Toker  <alp@atoker.com>
4165         GTK+ build fix. Pass a correct LIBDIR value.
4167         * WebKit.pri:
4169 2007-11-20  Mark Rowe  <mrowe@apple.com>
4171         Reviewed by Alp Toker.
4173         * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
4175 2007-11-20  Alp Toker  <alp@atoker.com>
4177         Reviewed by Simon Hausmann.
4179         Clean up GTK+ port configuration.
4181         Use similar compiler warning flags to the Mac build.
4183         Add the qmake changes needed for DirectFB support.
4185         * WebKit.pri:
4187 2007-11-07  Simon Hausmann  <hausmann@kde.org>
4189         Reviewed by Mark.
4191         Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
4192         That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
4194         * WebKit.pri:
4196 2007-10-03  Lars Knoll  <lars@trolltech.com>
4198         Signed off by olliej.
4200         move WebKitQt to WebKit/qt for consistency with the other ports.
4202         * WebKit.pri:
4203         * WebKit.pro:
4205 2007-10-03  Lars Knoll  <lars@trolltech.com>
4207         Reviewed by olliej.
4209         Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
4211         * WebKit.pro:
4213 2007-09-29  Holger Hans Peter Freyther  <zecke@selfish.org>
4215         Reviewed by Mark.
4217         -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
4218         Remove Bakefiles from svn.
4220         * Bakefiles/Bakefiles.bkgen: Removed.
4221         * Bakefiles/ChangeLog: Removed.
4222         * Bakefiles/Readme.txt: Removed.
4223         * Bakefiles/presets.bkl: Removed.
4224         * Bakefiles/update-file-lists.py: Removed.
4226 2007-09-20  Holger Hans Peter Freyther  <zecke@selfish.org>
4228         Rubber stamped by Adam.
4230         Renamed files from *Gdk to *Gtk (see #14732) using the
4231         work of Juan A. Suarez Romero as a base.
4233         GDK -> GTK
4235         * WebKit.pri:
4236         * WebKit.pro:
4238 2007-07-29  Brian Mastenbrook  <brian@mastenbrook.net>
4240         Build fix for WebKit/Gtk to compile on Fedora 7 as described in
4241         http://bugs.webkit.org/show_bug.cgi?id=14557
4243         * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
4245 2007-07-27  Simon Hausmann  <hausmann@kde.org>
4247         Done with and reviewed by Lars and Zack.
4249         Exclude DumpRenderTree from the Qt build on Windows for now.
4251         * WebKit.pro:
4253 2007-07-27  Simon Hausmann  <hausmann@kde.org>
4255         Done with and reviewed by Lars and Zack.
4257         Temporarily disable the ICO support for the Qt build on Windows.
4259         * WebKit.pro:
4261 2007-07-26  Simon Hausmann  <hausmann@kde.org>
4263         Reviewed by Lars.
4265         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.
4267         * WebKit.pri:
4269 2007-07-22  Holger Hans Peter Freyther  <zecke@selfish.org>
4271         Reviewed by Adam.
4273         Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
4274         build against it.
4276         * WebKit.pri:
4278 2007-07-18  Simon Hausmann  <hausmann@kde.org>
4280         Reviewed by Zack.
4282         Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
4284         * WebKit.pro:
4286 2007-07-18  Timothy Hatcher  <timothy@apple.com>
4288         Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
4289         still use this one Makefile.shared as an include.
4291         * Makefile.shared:
4293 2007-07-12  George Staikos  <staikos@kde.org>
4295         Fix build in debug mode.
4297         * WebKit.pri:
4299 2007-07-11  Holger Hans Peter Freyther  <zecke@selfish.org>
4301         Reviewed by Darin Adler.
4303         As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
4304         WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
4306         * WebKit.pri: Adjust INCLUDEPATH
4308 2007-06-25  Adam Roben  <aroben@apple.com>
4310         Really remove LayoutTestResults.
4312         * LayoutTestResults: Removed.
4314 2007-06-25  Adam Roben  <aroben@apple.com>
4316         Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
4317         http://bugs.webkit.org/show_bug.cgi?id=14405
4319         Reviewed by Anders.
4321         * LayoutTestResults: Removed.
4323 2007-06-25  Alp Toker  <alp.toker@collabora.co.uk>
4325         Reviewed by Mark.
4327         http://bugs.webkit.org/show_bug.cgi?id=13975
4328         Use system-provided libjpeg and libpng
4330         * WebKit.pri: Link against external libjpeg and libpng.
4332 2007-06-20  Adam Roben  <aroben@apple.com>
4334         Reviewed by Simon Hausmann.
4336         More Gdk build fixing.
4338         * WebKit.pro:
4340 2007-06-15  Adam Treat  <adam@staikos.net>
4342         Reviewed by George Staikos.
4344         Add ICO support to the Qt build.
4346         * WebKit.pro:
4348 2007-06-13  George Staikos  <staikos@kde.org>
4350         Reviewed by Lars.
4352         Compile without self-linking.
4354         * WebKit.pri:
4356 2007-06-13  Simon Hausmann  <hausmann@kde.org>
4358         Reviewed by Lars.
4360         * WebKit.pri: WebKitQt is now called QtWebKit.
4362 2007-05-31  Alp Toker  <alp.toker@collabora.co.uk>
4364         Reviewed by Eric Seidel.
4366         http://bugs.webkit.org/show_bug.cgi?id=13941
4367         Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
4369         * WebKit.pri:
4371 2007-05-18  Holger Hans Peter Freyther  <zecke@selfish.org>
4373         Reviewed by Mark Rowe.
4375         * WebKit.pro: Build testkjs for Gdk and Qt
4377 2007-05-11  Holger Freyther <freyther@kde.org>
4379         Reviewed by Mark Rowe.
4381         Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
4382         and add ICU configuration to QMAKE_CXXFLAGS.
4384         * WebKit.pri:
4386 2007-05-06  Erik Bunce  <kde@bunce.us>
4388         Reviewed by Mark Rowe.
4390         * WebKit.pri:
4391         Removed unnecessary dependency on MacPorts (/opt/local)
4393 2007-05-03  Holger Freyther <freyther@kde.org>
4395         Reviewed by Zack, landed by Simon.
4396         This is bugzilla bug 13499.
4398         * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
4399         port
4400         * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
4401         port
4403 2007-04-27  Holger Freyther <freyther@kde.org>
4405         Reviewed by Maciej.
4407         Remove unmaintained CMake build system.
4409         * CMakeLists.txt: Removed.
4411 2007-01-30  Simon Hausmann  <hausmann@kde.org>
4413         Reviewed by Zack.
4415         * WebKit.pri: libJavaScriptCore is gone with the Qt build
4416         * WebKit.pro:
4418 2007-01-26  George Staikos  <staikos@kde.org>
4420         Remove headers - not needed now.
4422         * WebKit.pri:
4424 2007-01-23  George Staikos <staikos@kde.org>
4426         Put everything back since we can't build everything without it yet.
4428         * WebKit.pri:
4430 2007-01-16  Lars Knoll <lars@trolltech.com>
4432         Reviewed by Zack
4434         Remove everything but the new public API from
4435         the include path.
4437         * WebKit.pri:
4439 2007-01-11  George Staikos  <staikos@kde.org>
4441         Fix the Qt build
4443         * WebKit.pri:
4445 2007-01-03  Lars Knoll <lars@trolltech.com>
4447         Fix the Qt build
4449         * WebKit.pri:
4451 2006-12-17  Simon Hausmann  <hausmann@kde.org>
4453         Reviewed by Rob Buis.
4455         * WebKit.pro: Build testkjs.
4457 2006-12-14  Timothy Hatcher  <timothy@apple.com>
4459         Reviewed by Brady.
4461         * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
4463 2006-12-13  Maciej Stachowiak  <mjs@apple.com>
4465         Reviewed by Brady and Anders.
4467         * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
4469 2006-12-10  Zack Rusin  <zack@kde.org>
4471         Client classes have been moved to WebKitQt/WebCoreSupport so
4472         adjusting the pri file.
4474         * WebKit.pri:
4476 2006-12-10  George Staikos  <staikos@kde.org>
4478         Reviewed by Zack.
4480         Add WebKitBuild/Release back to the output dir for external build cases.
4482         * WebKit.pri:
4484 2006-12-10  Zack Rusin  <zack@kde.org>
4486         Fix the link directory location.
4488         * WebKit.pri:
4490 2006-12-10  Lars Knoll <lars@trolltech.com>
4492         Reviewed by Zack
4494         Include DumpRenderTree in the Qt build
4496         * WebKit.pro:
4498 2006-12-09  George Staikos  <staikos@kde.org>
4500         Reviewed by Zack.
4502         Correct the path to the libraries for QMake.
4504         * WebKit.pri:
4506 2006-12-09  Lars Knoll <lars@trolltech.com>
4508         Reviewed by Zack
4510         Make it possible to build WebKit with qmake.
4512         * WebKit.pri: Added.
4513         * WebKit.pro: Added.
4515 2006-11-19  Simon Hausmann  <hausmann@kde.org>
4517         Reviewed by Zack.
4519         http://bugs.webkit.org/show_bug.cgi?id=11649
4521         * CMakeLists.txt: Fix Qt-only build without KDE cmake files
4523 2006-10-30  Timothy Hatcher  <timothy@apple.com>
4525         Reviewed by Brady.
4527         Make the universal build return non-zero when module make fails.
4529         * Makefile:
4531 2006-10-30  Stephanie Lewis  <slewis@apple.com>
4533         Reviewed by Darin Adler.
4535         Change Makefiles to return non-zero when module make fails.
4537         * Makefile:
4539 2006-10-27  Brady Eidson  <beidson@apple.com>
4541         Rubber stamped by Tim Hatcher
4543         Added "make universal" to build universal binaries
4545         * Makefile:
4546         * Makefile.shared:
4548 2006-10-01  Nikolas Zimmermann  <zimmermann@kde.org>
4550         Reviewed by eseidel.
4552         * CMakeLists.txt: add option to disable colored output when building on the buildbot