1 2009-12-05 Vincent Untz <vuntz@gnome.org>
3 Reviewed by Gustavo Noronha.
5 Fixes race for builds with introspection enabled, and parallel
10 2009-12-04 Xan Lopez <xlopez@igalia.com>
12 Reviewed by Gustavo Noronha.
14 [GTK]Enable DNS prefetching
15 https://bugs.webkit.org/show_bug.cgi?id=23846
17 Bump libsoup required version to 2.29.3 for DNS prefetching.
21 2009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
23 Rubber-stamped by Xan Lopez.
25 Make sure we distribute and install GObject Introspection files.
29 2009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
31 Build fix. Make sure JSCore-1.0.gir is added to the distributed
36 2009-11-30 Xan Lopez <xlopez@igalia.com>
38 Reviewed by Gustavo Noronha.
40 Bump versions for 1.1.17 release.
44 2009-11-30 Jan-Arve Sæther <jan-arve.saether@nokia.com>
46 Reviewed by Simon Hausmann.
48 [Qt] Fix compilation with win32-icc
50 Include os-win32 for stdint.h since MS does not ship that in their PSDK.
54 2009-11-26 Laszlo Gombos <laszlo.1.gombos@nokia.com>
56 Reviewed by Oliver Hunt.
58 Move GOwnPtr* from wtf to wtf/gtk
59 https://bugs.webkit.org/show_bug.cgi?id=31793
61 * GNUmakefile.am: Add JavaScriptCore/wtf/gtk to
64 2009-11-24 Dmitry Titov <dimich@chromium.org>
66 Reviewed by Eric Seidel.
68 Add ENABLE_SHARED_SCRIPT feature define and flag for build-webkit
69 https://bugs.webkit.org/show_bug.cgi?id=31444
73 2009-11-24 Jason Smith <dark.panda@gmail.com>
75 Reviewed by Alexey Proskuryakov.
77 RegExp#exec's returned Array-like object behaves differently from
79 https://bugs.webkit.org/show_bug.cgi?id=31689
81 * LayoutTests/fast/js/regexp-in-and-foreach-handling.html: Added.
82 * LayoutTests/fast/js/script-tests/regexp-in-and-foreach-handling.js: Added.
83 * LayoutTests/fast/js/regexp-in-and-foreach-handling-expected.txt: Added.
85 2009-11-24 Jens Alfke <snej@chromium.org>
87 Reviewed by David Levin.
89 Ignore Chromium's Xcode projects that are auto-generated from .gyp files.
90 https://bugs.webkit.org/show_bug.cgi?id=31847
92 * .gitignore: Add three .xcodeproj files.
94 2009-11-09 Priit Laes <plaes@plaes.org>
96 Reviewed by Oliver Hunt.
98 [Gtk] Build from tarball fails with --enable-introspection
99 https://bugs.webkit.org/show_bug.cgi?id=31261
101 We need to enable gobject-introspection during distcheck otherwise
102 some of the required files are missing in tarball.
106 2009-11-05 Priit Laes <plaes@plaes.org>
108 Reviewed by Jan Alonzo.
110 [Gtk] Build failure with --enable-introspection
111 https://bugs.webkit.org/show_bug.cgi?id=31102
113 Add search and include paths for JSCore-1.0.gir required by
114 gobject-introspection tools.
118 2009-11-04 Benjamin Otte <otte@gnome.org>
120 Reviewed by Gustavo Noronha.
122 Update Cairo requirement to 1.6.
124 https://bugs.webkit.org/show_bug.cgi?id=19266
128 2009-11-02 Estêvão Samuel Procópio <tevaum@gmail.com>
130 Reviewed by Gustavo Noronha.
132 [Build] make install ignores --prefix option for gobject-introspection.
133 https://bugs.webkit.org/show_bug.cgi?id=31025
135 Make the build system use the --prefix path also when installing
136 gobject-introspection files.
138 * configure.ac: use --prefix path in GITDIR and GIRTYPELIBDIR
140 2009-11-02 Xan Lopez <xlopez@igalia.com>
142 Bump version before release (or post-release, depending on your
143 point of view) so that we can make applications depending on
144 unreleased APIs in WebKit svn fail at configure time when the
145 requirements are not met.
149 2009-11-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
151 Reviewed by Eric Seidel.
153 Turn on warnings for QtWebKit for gcc
154 https://bugs.webkit.org/show_bug.cgi?id=30958
156 * WebKit.pri: Turn on warnings for the GCC compiler
158 2009-10-30 Adam Barth <abarth@webkit.org>
160 Reviewed by Mark Rowe.
162 Teach git to ignore some files
163 https://bugs.webkit.org/show_bug.cgi?id=30951
165 Ignore WebKitBuild because we never want to version that directory.
166 Also, ignore the xcode project files so git clean doesn't blow away
167 your project settings. Finally, ignore the compiled python files in
168 WebKitTools/Script modules because they clutter up git status.
172 2009-10-30 Roland Steiner <rolandsteiner@chromium.org>
174 Reviewed by Eric Seidel.
176 Remove ENABLE_RUBY guards as discussed with Dave Hyatt and Maciej Stachowiak.
178 Bug 28420 - Implement HTML5 <ruby> rendering
179 (https://bugs.webkit.org/show_bug.cgi?id=28420)
181 No new tests (no functional change).
185 2009-10-26 Holger Hans Peter Freyther <zecke@selfish.org>
187 Rubber-stamped by Darin Adler.
189 Export fastMalloc, fastCalloc, fastRealloc and fastFree
190 https://bugs.webkit.org/show_bug.cgi?id=30769
192 Export the FastMalloc functions outside of the libwebkit library
193 to be able to instrument memory allocations. These are C++ symbols
194 but do not require the C++ runtime to be useful and should be of
195 no harm to plain C code.
197 * autotools/symbols.filter:
199 2009-10-26 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
201 Reviewed by Jan Alonzo.
203 Alternative solution to regression introduced in r48672.
207 2009-10-26 Xan Lopez <xlopez@igalia.com>
209 Reviewed by Gustavo Noronha.
211 Update for 1.1.16 release.
215 2009-10-24 Laszlo Gombos <laszlo.1.gombos@nokia.com>
217 Reviewed by Holger Freyther.
219 [Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian
220 https://bugs.webkit.org/show_bug.cgi?id=30476
222 Set the stack size to 80 Kb and heap size to the 128kB - 32MB range
223 to all executables linking against WebKit library.
227 2009-10-18 Jan Michael Alonzo <jmalonzo@webkit.org>
229 Reviewed by Holger Freyther.
231 [GTK] Add MathML to the build system
232 https://bugs.webkit.org/show_bug.cgi?id=30487
234 Add --enable-mathml to configure.
238 2009-10-15 Jan Michael Alonzo <jmalonzo@webkit.org>
240 Reviewed by Xan Lopez.
242 [GTK] marshal stamp files are not cleaned after a distclean
243 https://bugs.webkit.org/show_bug.cgi?id=30156
245 Add the stamp files directly to cleanfiles. Also rearrange the
246 variable declarations so we don't miss any files that need to be
247 cleaned up during the clean targets.
251 2009-10-15 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
253 Unreviewed. Help text fix - Web Sockets default is no, not yes.
257 2009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org>
259 Rubberstamped by Eric Seidel.
261 [Gtk] Fix icu CFLAG for Darwin
262 https://bugs.webkit.org/show_bug.cgi?id=29517
264 Don't escape the srcdir variable. Also use $host instead of the
267 * autotools/webkit.m4:
269 2009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org>
271 Reviewed by Gustavo Noronha.
273 [Gtk] Use the SQLite3 headers from WebKitLibraries if sqlite3 is undetected
274 https://bugs.webkit.org/show_bug.cgi?id=29518
278 2009-10-05 Zoltan Horvath <zoltan@webkit.org>
280 Reviewed by Simon Hausmann.
282 [Qt] Disable TCmalloc for Windows port at the present, because MinGW
283 hasn't got built-in pthread library.
287 2009-10-02 Prasanth Ullattil <prasanth.ullattil@nokia.com>
289 Reviewed by Simon Hausmann.
291 Disable a few more harmless MSVC warnings.
295 2009-10-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
297 Unreviewed, build fix.
299 [Qt] Symbian build break after r48976.
300 unix is set for Symbian in the Qt build system.
304 2009-10-01 Zoltan Horvath <zoltan@webkit.org>
306 Reviewed by Simon Hausmann.
308 [Qt] Enable TCmalloc for the Linux, Mac and Windows Qt-port
309 https://bugs.webkit.org/show_bug.cgi?id=27029
311 Remove USE_SYSTEM_MALLOC for Linux, Mac and Windows Qt-port from WebKit.pri,
312 so these Qt-ports will use TCmalloc as other ports.
316 2009-10-01 Martin Robinson <martin.james.robinson@gmail.com>
318 Reviewed by Xan Lopez.
320 [GTK] GtkIMContext filtering interferes with DOM key events
321 https://bugs.webkit.org/show_bug.cgi?id=28733
323 Add new key event test ensuring that IME keypresses are handled.
327 2009-10-01 Philippe Normand <pnormand@igalia.com>
329 Reviewed by Xan Lopez.
331 [GTK] data: uri support in media player
332 https://bugs.webkit.org/show_bug.cgi?id=29842
334 Check presence of gstreamer-pbutils-0.10.
338 2009-09-26 David Kilzer <ddkilzer@apple.com>
340 GTK BUILD FIX: add ENABLE_ORIENTATION_EVENTS support to configure.ac
342 * configure.ac: Added support for ENABLE_ORIENTATION_EVENTS.
344 2009-09-23 Xan Lopez <xlopez@igalia.com>
346 Reviewed by Gustavo Noronha.
348 Do not add unneeded include paths for gir files, and add the
349 include paths for headers manually instead of relying on our own
350 pc file and installed headers, since that adds a circular
355 2009-09-23 Jan Michael Alonzo <jmalonzo@webkit.org>
357 Reviewed by Xan Lopez.
359 Minor reorganization to the patch landed in
360 http://trac.webkit.org/changeset/48670. Also move JSCore-1.0.gir
361 in the gtk directory as that's only useful to the Gtk port at the
367 2009-09-23 Xan Lopez <xlopez@igalia.com>
369 Reviewed by Gustavo Noronha.
371 [GTK] We should generate our own gir file for introspection
372 https://bugs.webkit.org/show_bug.cgi?id=29603
374 Generate gir and typelib files for WebKit and JSCore. The JSCore
375 gir file is handwritten (since it's only useful, for now, as a
376 dependency of the WebKit gir file), the WebKit one is
377 autogenerated from the headers.
380 * JSCore-1.0.gir: Added.
383 2009-09-22 Philippe Normand <pnormand@igalia.com>
385 Reviewed by Xan Lopez.
387 link errors due to wrong UNICODE_LIBS on Ubuntu Jaunty
388 https://bugs.webkit.org/show_bug.cgi?id=29638
390 Call icu-cconfig with ldflags-libsonly to prevent having a -L
391 statement that could override libs installed in another prefix.
393 * autotools/webkit.m4:
395 2009-09-21 Xan Lopez <xlopez@igalia.com>
397 Reviewed by Gustavo Noronha.
399 Bump version for 1.1.15 release.
403 2009-09-18 Xan Lopez <xlopez@igalia.com>
405 Reviewed by Gustavo Noronha and Jan Alonzo.
407 [GTK] context menu overriding API is very limited
408 https://bugs.webkit.org/show_bug.cgi?id=27546
410 Add new tests to the build.
414 2009-09-18 Xan Lopez <xlopez@igalia.com>
416 Reviewed by Gustavo Noronha and Jan Alonzo.
418 [GTK] context menu overriding API is very limited
419 https://bugs.webkit.org/show_bug.cgi?id=27546
421 Add WebKitHitTestResult to the build.
425 2009-09-10 Laszlo Gombos <laszlo.1.gombos@nokia.com>
427 Reviewed by Ariya Hidayat.
429 Disable some ARM compiler warnings
430 https://bugs.webkit.org/show_bug.cgi?id=29083
432 The following ARM compiler warnings are disabled
434 - #68-D: integer conversion resulted in a change of sign
435 - #111-D: statement is unreachable
436 - #177-D: variable XXX was declared but never referenced
437 - #368-D: class XXX defines no constructor to initialize the following: YYY
438 - #830-D: function XXX "XXX::operator new" has no corresponding operator delete
439 - #1293-D: assignment in condition
443 2009-09-09 Kenneth Rohde Christiansen <kenneth@webkit.org>
445 Reviewed by Simon Hausmann.
447 [Qt] Add the alternative QtLauncher (based on QGraphicsView) to the build.
449 https://bugs.webkit.org/show_bug.cgi?id=28862
453 2009-09-07 Xan Lopez <xlopez@igalia.com>
455 Rubber-stamped by Gustavo Noronha.
457 Bump versions in preparation for 1.1.14 release.
461 2009-09-07 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
463 Reviewed by Xan Lopez.
465 https://bugs.webkit.org/show_bug.cgi?id=26854
466 [GTK] Needs API to allow more control over outgoing requests
468 * GNUmakefile.am: new files added to the build for new class
469 WebKitNetworkResponse
471 2009-09-06 Martin Robinson <martin.james.robinson@gmail.com>
473 Reviewed by Gustavo Noronha, Jan Alonzo and Xan Lopez.
475 [Gtk] Expose a database API
476 https://bugs.webkit.org/show_bug.cgi?id=27899
478 Expose an HTML5 database API for GTK+.
482 2009-09-04 Albert Bachand <albertb@google.com>
484 Reviewed by Eric Seidel.
486 Modify the condition regarding the key modifier for opening combo
487 boxes under GTK from just PLATFORM(GTK) to also look for
488 (PLATFORM(CHROMIUM) && PLATFORM(LINUX)).
490 * WebCore/dom/SelectElement.cpp:
491 * WebCore/manual-tests/select-popup-on-spacebar.html:
493 2009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org>
495 Reviewed by Xan Lopez and Gustavo Noronha.
497 [Gtk] Implement a WebDataSource for the gtk port
498 https://bugs.webkit.org/show_bug.cgi?id=24758
500 Add WebKitWebDataSource unit test to the build script
504 2009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org>
506 Reviewed by Xan Lopez and Gustavo Noronha.
508 [Gtk] Implement a WebDataSource for the gtk port
509 https://bugs.webkit.org/show_bug.cgi?id=24758
511 Add WebKitWebDataSource and DocumentLoaderGtk to the build script.
515 2009-09-01 Jan Michael Alonzo <jmalonzo@webkit.org>
517 Reviewed by Xan Lopez and Gustavo Noronha.
519 [Gtk] Implement a WebDataSource for the gtk port
520 https://bugs.webkit.org/show_bug.cgi?id=24758
522 Add WebKitWebResource to the build script.
526 2009-08-28 Jan Michael Alonzo <jmalonzo@webkit.org>
528 Reviewed by Oliver Hunt.
530 Gtk Build broken for OSX Quartz
531 https://bugs.webkit.org/show_bug.cgi?id=28727
533 Define XP_UNIX for non-Win OS builds.
537 2009-08-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
539 Reviewed by Holger Freyther.
541 https://bugs.webkit.org/show_bug.cgi?id=25889
542 [GTK] scrollbar policy for main frame is not implementable
544 Adding files for the new test for window-related issues (starting
545 with scrollbar policy).
549 2009-08-27 Priit Laes <plaes@plaes.org>
551 Reviewed by Xan Lopez.
553 [GTK] Out-of-srcdir build problem
554 https://bugs.webkit.org/show_bug.cgi?id=28741
556 * GNUmakefile.am, autotools/webkit.m4:
557 Fix problem with out-of-srcdir builds. Also bump required glib version.
559 2009-08-24 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
561 Reviewed by Xan Lopez.
563 Bump package and so versions for 1.1.13 release.
567 2009-08-22 Javier Jardón <javierjc1982@gmail.com>
569 [GTK] Not use deprecated symbols in WebKitWebView example code.
570 https://bugs.webkit.org/show_bug.cgi?id=28651
572 * WebKit/gtk/webkit/webkitwebview.cpp
574 2009-08-18 Xan Lopez <xlopez@igalia.com>
576 Rubber-stamped by Holger Freyther.
578 Require at least libsoup 2.27.91 for the new password
579 manager/authentication APIs.
583 2009-08-18 Drew Wilson <atwilson@google.com>
585 Reviewed by NOBODY (Build Break).
587 Speculative fix for GTK DumpRenderTree.
591 2009-08-18 Kent Tamura <tkent@chromium.org>
593 Reviewed by Eric Seidel.
595 Add --enable-datalist option.
599 2009-08-14 Adam Bergkvist <adam.bergkvist@ericsson.com>
601 Reviewed by Sam Weinig.
603 [GTK] Added EventSource to the build (default on).
604 https://bugs.webkit.org/show_bug.cgi?id=14997
608 2009-08-14 Jan Michael Alonzo <jmalonzo@webkit.org>
610 Rubber-stamped by Gustavo Noronha.
612 Initialize CFLAGS and CXXFLAGS before the main body of the
613 WEBKIT_INIT macro so C files don't get built with "-g -O2".
615 * autotools/webkit.m4:
617 2009-08-12 Xan Lopez <xlopez@igalia.com>
619 Reviewed by Jan Alonzo.
621 [GTK] Remove keyring optional features
622 https://bugs.webkit.org/show_bug.cgi?id=28173
624 Remove keyring support, we now do authentication storage through
625 libsoup. We depend on libsoup master now, will bump the dependency
626 when there's a new release.
631 2009-08-11 Drew Wilson <atwilson@google.com>
633 Reviewed by NOBODY (Build break).
635 Speculative fix for GTK build break.
639 2009-08-11 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
641 Reviewed by Simon Hausmann.
643 Build the TestNetscapePlugin on Qt/Mac
647 2009-08-11 Xan Lopez <xlopez@igalia.com>
649 Reviewed by Jan Alonzo.
651 Prefix lengthy commands with AM_V_GEN so that they produce an
652 output like 'GEN <filename>' when in silent mode.
656 2009-08-05 Jan Michael Alonzo <jmalonzo@webkit.org>
658 Reviewed by Xan Lopez.
660 [Gtk] macros in webkit.m4 should be defined once only
661 https://bugs.webkit.org/show_bug.cgi?id=27929
663 The macros in webkit.m4 are not meant to be called multiple times
664 so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
665 AC_REQUIRE to remove the automake warnings when doing autogen.sh.
667 Lastly, make sure CXXFLAGS and CFLAGS are defined before
668 AC_PROG_CXX gets expanded so it doesn't add "-g -O2" on Release builds.
670 * autotools/webkit.m4:
672 2009-08-05 Xan Lopez <xlopez@igalia.com>
674 Revert r46714, it was making us build debug images by default.
676 * autotools/webkit.m4:
678 2009-08-03 Laszlo Gombos <laszlo.1.gombos@nokia.com>
680 Reviewed by Eric Seidel.
682 [Qt] Consolidate common gcc flags to WebKit.pri
683 https://bugs.webkit.org/show_bug.cgi?id=27934
687 2009-08-03 Jan Michael Alonzo <jmalonzo@webkit.org>
689 Rubber-stamped by Eric Seidel.
691 [Gtk] macros in webkit.m4 should be defined once only
692 https://bugs.webkit.org/show_bug.cgi?id=27929
694 The macros in webkit.m4 are not meant to be called multiple times
695 so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
696 AC_REQUIRE to remove the automake warnings when doing autogen.sh.
698 * autotools/webkit.m4:
700 2009-07-29 Ariya Hidayat <ariya.hidayat@nokia.com>
702 Reviewed by Simon Hausmann.
704 Adding ImageDiff project file.
706 https://bugs.webkit.org/show_bug.cgi?id=27813
708 * WebKit.pro: Added ImageDiff.pro.
710 2009-07-29 Jan Michael Alonzo <jmalonzo@webkit.org>
712 Reviewed by Eric Seidel and Xan Lopez.
714 [Gtk] Enable http/tests/appcache tests
715 https://bugs.webkit.org/show_bug.cgi?id=27674
717 * GNUmakefile.am: Add webkit/webkitapplicationcache.cpp
719 2009-07-28 Xan Lopez <xlopez@igalia.com>
721 Reviewed by Gustavo Noronha.
723 Use automake 1.11 SILENT_RULES when present, for cleaner build
724 output. You can disable it by passing --disable-silent-rules to
725 configure or V=1 to make.
730 2009-07-28 Laszlo Gombos <laszlo.1.gombos@nokia.com>
732 Reviewed by Simon Hausmann.
734 [Qt] Disable some compiler warnings for the win build
735 https://bugs.webkit.org/show_bug.cgi?id=27709
739 2009-07-28 Xan Lopez <xlopez@igalia.com>
741 Reviewed by Gustavo Noronha.
743 * configure.ac: bump version for 1.1.12 release.
745 2009-07-24 Xan Lopez <xlopez@igalia.com>
747 Reviewed by Gustavo Noronha.
749 Remove unneeded commas from PKG_CHECK_MODULES.
753 2009-07-24 Jan Michael Alonzo <jmalonzo@webkit.org>
755 Reviewed by Xan Lopez.
757 Bump pango version requirement to 1.12 which is the version that
762 2009-07-21 Roland Steiner <rolandsteiner@google.com>
764 Reviewed by David Levin.
766 Add ENABLE_RUBY to list of build options
767 https://bugs.webkit.org/show_bug.cgi?id=27324
769 * configure.ac: Added flag ENABLE_RUBY.
771 2009-07-20 Laszlo Gombos <laszlo.1.gombos@nokia.com>
773 Reviewed by Holger Freyther.
775 [Qt] Add an option for QtLauncher to build without QtUiTools dependency
776 https://bugs.webkit.org/show_bug.cgi?id=27438
778 Based on Norbert Leser's work.
780 * WebKit.pri: Symbian does not have UiTools
782 2009-07-16 Fumitoshi Ukai <ukai@chromium.org>
784 Reviewed by David Levin.
786 Add --web-sockets flag and ENABLE_WEB_SOCKETS define.
787 https://bugs.webkit.org/show_bug.cgi?id=27206
789 Add --enable-web-sockets in configure.ac
793 2009-07-16 Laszlo Gombos <laszlo.1.gombos@nokia.com>
795 Reviewed by Simon Hausmann.
797 [Qt] Enable GNU compiler extensions to the ARM compiler
798 for all Qt ports using RVCT
799 https://bugs.webkit.org/show_bug.cgi?id=27348
803 2009-07-15 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
805 Rubber-stamped by Simon Hausmann.
807 Fix the Qt/Mac build by disabling TestNetscapePlugin
809 We should fix and enable this once we run DRT for Qt/Mac
813 2009-07-13 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
815 Unreviewed build fix. Require the correct libsoup version now that
820 2009-07-13 Laszlo Gombos <laszlo.1.gombos@nokia.com>
822 Reviewed by Tor Arne Vestbø.
824 [Qt] Build fix for QtWebKit on Win
825 https://bugs.webkit.org/show_bug.cgi?id=27205
827 * WebKit.pri: Include the major version number in the QtWebKit
828 library file for Win.
830 2009-07-13 Simon Hausmann <simon.hausmann@nokia.com>
832 Reviewed by Ariya Hidayat.
834 Add the test netscape plugin for the Qt DRT to the build.
838 2009-07-13 Drew Wilson <atwilson@google.com>
840 Reviewed by David Levin.
842 Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs
843 https://bugs.webkit.org/show_bug.cgi?id=26932
845 Added ENABLE(SHARED_WORKERS) flag.
849 2009-07-12 Xan Lopez <xlopez@igalia.com>
851 Reviewed by Gustavo Noronha.
853 Bump version in preparation for 1.1.11 release.
857 2009-07-07 Norbert Leser <norbert.leser@nokia.com>
859 Reviewed by Simon Hausmann.
861 Exclude DumpRenderTree.pro from symbian build
865 2009-07-09 Drew Wilson <atwilson@google.com>
867 Reviewed by Alexey Proskuryakov.
869 https://bugs.webkit.org/show_bug.cgi?id=26903
871 Turned on CHANNEL_MESSAGING by default because the MessageChannel API
872 can now be implemented for Web Workers and is reasonably stable.
874 * configure.ac: enable CHANNEL_MESSAGING.
876 2009-07-03 Jan Michael Alonzo <jmalonzo@webkit.org>
878 Reviewed by Xan Lopez and Gustavo Noronha.
880 Set user-agent from application
881 https://bugs.webkit.org/show_bug.cgi?id=17375
883 Define UA version macros to be used by the UA string.
884 Add new WebSettings unit test for the User-Agent string API.
889 2009-06-20 Gustavo Noronha Silva <gns@gnome.org>
891 Reviewed by Jan Alonzo.
893 Adding files for the new test case for loading statuses.
897 2009-06-15 Xan Lopez <xlopez@igalia.com>
899 Reviewed by Gustavo Noronha.
901 Version bump in preparation for 1.1.10 release.
905 2009-06-12 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
907 Reviewed by Xan Lopez.
909 Refactor handling of options in the build-webkit script
911 Options are now defined in one place, and then reused when creating
912 the usage help text, the arguments to GetOptions(), and when passing
913 the options on to the underlying port-dependent build systems.
915 This allows the Qt port to read the defaults for the options from the
916 pro file (dynamically), and to pass the options on to qmake at build.
920 2009-06-11 Laszlo Gombos <laszlo.1.gombos@nokia.com>
922 Reviewed by Holger Freyther.
924 [Qt] Fix release build detection
925 https://bugs.webkit.org/show_bug.cgi?id=26267
929 2009-06-10 Gustavo Noronha Silva <gns@gnome.org>
931 Reviewed by Xan Lopez.
933 Add unit tests for our WebKitNetworkRequest object.
937 2009-06-10 Xan Lopez <xlopez@igalia.com>
939 Reviewed by Gustavo Noronha.
941 Version bump in preparation for 1.1.9 release.
945 2009-06-10 Xan Lopez <xlopez@igalia.com>
947 Reviewed by Jan Alonzo.
949 https://bugs.webkit.org/show_bug.cgi?id=25415
950 [GTK][ATK] Please implement support for get_text_at_offset
952 Add new dependency on the Gail utils library, needed for our a11y
958 2009-05-29 Gustavo Noronha Silva <gns@gnome.org>
960 Reviewed by Jan Alonzo.
962 Add a test-case for our HTTP backend, currently checking the
963 ref-counting of the SoupMessage.
967 2009-05-28 Dirk Schulze <krit@webkit.org>
969 Reviewed by Nikolas Zimmermann.
971 Enable the new build flag --filters for Gtk. More details in WebCore/ChangeLog.
975 2009-05-19 Xan Lopez <xlopez@igalia.com>
977 Reviewed by Jan Alonzo and Gustavo Noronha.
979 https://bugs.webkit.org/show_bug.cgi?id=25415
980 [GTK][ATK] Please implement support for get_text_at_offset
982 Add new test file for ATK.
986 2009-05-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
988 Rubber-stamped by Xan Lopez.
990 Fix webkitgtk_cleanfiles to clean gtk-doc-related files in the
991 correct directory, so that we pass make distcheck.
995 2009-05-28 Xan Lopez <xlopez@igalia.com>
997 Bump version numbers in preparation for 1.1.8 release.
1001 2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
1003 Unreviewed build fix. Add gstreamer-video-0.10 libs to
1004 GSTREAMER_LIBS to resolve an undefined reference to gst_video_get_size
1005 - symbol used in MediaPlayerPrivateGstreamer.
1009 2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
1011 Reviewed by Xan Lopez.
1013 [Gtk] Various autotools build refactoring and fixes
1014 https://bugs.webkit.org/show_bug.cgi?id=25286
1016 Refactor library LIBS. Move third-party libs in libwebkit instead
1021 2009-05-22 Antonio Gomes <antonio.gomes@openbossa.org>
1023 Reviewed by Gustavo Noronha.
1025 Make Gtk build not bail out if gtk-doc-tools is not installed.
1027 Warning message shown instead.
1031 2009-05-22 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1033 Reviewed by Xan Lopez.
1035 Add big warnings about the glib unicode backend being slow and
1036 incomplete, since it is a work in progress.
1038 * autotools/webkit.m4:
1041 2009-05-22 Dominik Röttsches <dominik.roettsches@access-company.com>
1043 Reviewed by Gustavo Noronha.
1045 https://bugs.webkit.org/show_bug.cgi?id=15914
1046 [GTK] Implement Unicode functionality using GLib
1048 Initial version of this patch by Jürg Billeter.
1050 Adding options for --with-unicode-backend=icu|glib
1051 and checking for pango version >= 1.21.0 if GLib backend
1052 is selected. Temporarily, until remaining parts of
1053 this patch are committed, introduce WTF_USE_GLIB_ICU_UNICODE_HYBRID
1054 macro to allow for a mixed compilation with WTF Unicode
1055 backend based on GLib while text codecs and TextBreakIterator
1056 remain ICU dependent.
1061 2009-05-18 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1063 Reviewed by Gavin Barraclough.
1065 Enable YARR, and disable WREC for GTK+.
1069 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
1071 Reviewed by Xan Lopez.
1073 [Gtk] Various autotools build refactoring and fixes
1074 https://bugs.webkit.org/show_bug.cgi?id=25286
1076 Add support for running unit tests. Also run the tests whenever
1077 the 'check' target runs.
1081 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
1083 Reviewed by Xan Lopez.
1085 [Gtk] Various autotools build refactoring and fixes
1086 https://bugs.webkit.org/show_bug.cgi?id=25286
1092 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
1094 Reviewed by Xan Lopez.
1096 [Gtk] Various autotools build refactoring and fixes
1097 https://bugs.webkit.org/show_bug.cgi?id=25286
1099 Add -no-install and -no-fast-install to programs and tests that we
1100 don't install. Also remove -O2 since this is already handled at
1105 2009-05-17 Jan Michael Alonzo <jmalonzo@webkit.org>
1107 Reviewed by Xan Lopez.
1109 [Gtk] Various autotools build refactoring and fixes
1110 https://bugs.webkit.org/show_bug.cgi?id=25286
1112 Refactor library cflags
1116 2009-05-15 Fridrich Strba <fridrich.strba@bluewin.ch>
1118 Reviewed by Jan Alonzo.
1120 Use AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM, since
1121 the JIT compiler is not a cross-compiler
1125 2009-05-13 Xan Lopez <xlopez@igalia.com>
1127 Unreviewed: bump versions in preparation for 1.1.7 release.
1131 2009-05-13 Xan Lopez <xlopez@igalia.com>
1133 Rubber-stamped by Gustavo Noronha.
1135 Revert commit r43563, since it breaks WebKitGTK+ when compiled
1140 2009-05-12 Jan Michael Alonzo <jmalonzo@webkit.org>
1142 Reviewed by Holger Freyther.
1144 [Gtk] Various autotools build refactoring and fixes
1145 https://bugs.webkit.org/show_bug.cgi?id=25286
1147 Refactor use of CFLAGS, CXXFLAGS, LIBADD and LDFLAGS.
1151 2009-05-09 Jan Michael Alonzo <jmalonzo@webkit.org>
1153 Reviewed by Gustavo Noronha.
1155 WebKit-r43163 won't build for gtk-directfb
1156 https://bugs.webkit.org/show_bug.cgi?id=25538
1158 Move the ENCHANT check out of the with_target conditional since it
1159 applies to all targets
1163 2009-05-09 Mike Hommey <glandium@debian.org>
1165 Reviewed by Geoffrey Garen. Landed by Jan Alonzo.
1167 Enable JIT on x86-64 gtk+
1168 https://bugs.webkit.org/show_bug.cgi?id=24724
1172 2009-05-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1174 Reviewed by Xan Lopez.
1176 Ship the gtk-doc.make file, so as to not depend on gtkdoc-tools.
1181 2009-05-06 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1183 Reviewed by Simon Hausmann.
1185 Build QtWebKit as a framework on Mac
1187 This implies both debug and release build by default, unless
1188 one of the --debug or --release config options are passed to
1189 the build-webkit script.
1191 Frameworks can be disabled by passing CONFIG+=webkit_no_framework
1192 to the build-webkit script.
1194 To be able to build both debug and release targets in parallel
1195 we have to use separate output directories for the generated
1196 sources, which is not optimal, but required to avoid race conditions.
1198 An optimization would be to only require this spit-up on Mac.
1202 2009-04-30 Jan Michael Alonzo <jmalonzo@webkit.org>
1204 Unreviewed build GTK build fix
1206 * configure.ac: typo fix - javascript_debugger should be enable_javascript_debugger
1208 2009-04-30 Dimitri Glazkov <dglazkov@chromium.org>
1210 Unreviewed, build fix.
1212 https://bugs.webkit.org/show_bug.cgi?id=25470
1213 Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler.
1215 * configure.ac: Add autoconfig options, missed in the first commit.
1217 2009-04-28 Xan Lopez <xlopez@igalia.com>
1219 Unreviewed: bump versions in preparation for 1.1.6 release.
1223 2009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org>
1225 Reviewed by Xan Lopez.
1227 [GTK] Error reporting
1228 https://bugs.webkit.org/show_bug.cgi?id=18344
1230 Add webkiterror to the build.
1234 2009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org>
1236 Reviewed by Xan Lopez.
1238 [GTK] Error reporting
1239 https://bugs.webkit.org/show_bug.cgi?id=18344
1241 Add the default error page for installation.
1245 2009-04-24 Diego Escalante Urrelo <diegoe@gnome.org>
1247 Reviewed by Gustavo Noronha.
1249 https://bugs.webkit.org/show_bug.cgi?id=15616
1250 [GTK] Add spell checking
1252 Add enchant support for spell-checking-languages property to work
1258 2009-04-24 Simon Hausmann <simon.hausmann@nokia.com>
1260 Reviewed by Ariya Hidayat.
1262 Added support for generating API docs in the Qt build using "make docs"
1264 * WebKit.pro: Include docs.pri for "make docs" target.
1266 2009-04-14 Xan Lopez <xlopez@igalia.com>
1268 Unreviewed version bump in preparation for 1.1.5 release.
1272 2009-04-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1274 Rubber-stamped by Sam Weinig.
1276 Added rules to maintain the localization support. We cannot simply
1277 use whatever gettextize gives us because our build system is
1283 2009-04-05 Mike Hommey <glandium@debian.org>
1285 Reviewed by Holger Freyther.
1287 Filter out all C++ symbols
1288 https://bugs.webkit.org/show_bug.cgi?id=24960
1290 Considering the public API is all C, we can just filter out all
1291 C++ mangled symbols, which will avoid exporting symbols in some
1292 corner cases such as gcc bugs on specific architectures, etc.
1294 * autotools/symbols.filter:
1296 2009-04-03 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1298 Reviewed by Holger Freyther.
1300 Require GTK+ >= 2.10; 2.8 is already very old, and some very
1301 useful APIs are only available since 2.10.
1305 2009-04-01 Christian Dywan <christian@twotoasts.de>
1307 Reviewed by Holger Freyther.
1309 Unit test WebKitDownload
1310 http://bugs.webkit.org/show_bug.cgi?id=24844
1312 * GNUmakefile.am: Add a unit test for downloading.
1314 2009-04-01 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1316 Unreviewed build fix. Fix make distcheck, after the gtk-doc
1321 2009-03-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1323 Reviewed by Holger Freyther.
1325 Integrate gtk-doc into the Gtk+ buildsystem.
1330 2009-03-30 Xan Lopez <xlopez@igalia.com>
1332 Unreviewed: bump version to 1.1.4 for release.
1336 2009-03-21 Xan Lopez <xlopez@igalia.com>
1338 Reviewed by Holger Freyther.
1340 Require gnome-keyring 2.26.0, since we were depending on an
1341 unreleased trunk revision between 2.25.91 and 2.26.0.
1345 2009-03-20 Jan Michael Alonzo <jmalonzo@gmail.com>
1347 Reviewed by Holger Freyther.
1349 [GTK] Misc patches for WebKitWebHistoryItem
1350 https://bugs.webkit.org/show_bug.cgi?id=24493
1352 Added build support for build the WebKitWebHistoryItem unit test.
1356 2009-03-20 Jan Michael Alonzo <jmalonzo@gmail.com>
1358 Reviewed by Holger Freyther.
1360 Separate gtk unit tests
1361 https://bugs.webkit.org/show_bug.cgi?id=24039
1363 Build the unit tests accordingly.
1367 2009-03-17 Gustavo Noronha Silva <gns@gnome.org>
1369 Reviewed by Mark Rowe.
1371 Enable HTML5 media elements support by default in the GTK+ port.
1375 2009-03-17 Mike Hommey <glandium@debian.org>
1377 Reviewed by Holger Freyther.
1379 Do not export cti* symbols.
1380 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519924.
1382 * autotools/symbols.filter:
1384 2009-03-15 Xan Lopez <xlopez@igalia.com>
1386 Bump version to 1.1.3 for release and fix soversion
1387 calculation (oops). Thanks to Frederik Himpe for pointing this
1392 2009-03-15 Xan Lopez <xlopez@igalia.com>
1394 Bump version and libtool version for release.
1398 2009-03-14 Xan Lopez <xlopez@igalia.com>
1400 No review, build fix.
1402 Split clean rules to make distcheck pass.
1406 2009-03-13 Mark Rowe <mrowe@apple.com>
1408 Reviewed by Dan Bernstein.
1410 Remove rarely used Makefile targets from the Makefile.
1412 There are many situations in which the targets don't work as expected,
1413 and their primary use is addressed by having the build system default
1414 to building the appropriate architecture.
1418 2009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org>
1420 Reviewed by Holger Freyther.
1422 [Gtk] Fix make clean targets
1423 https://bugs.webkit.org/show_bug.cgi?id=24450
1425 Fix 'make' clean targets. We shouldn't be removing DerivedSources
1426 if it's only clean. Only remove it if it's distclean or
1427 maintainer-clean. Also remove build-related auxillary files on
1428 dist/maintainer clean.
1432 2009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org>
1434 Reviewed by Holger Freyther
1436 [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore
1437 https://bugs.webkit.org/show_bug.cgi?id=2260
1439 pangoft2 is also used in directfb builds so use it for all targets
1443 2009-03-02 Xan Lopez <xan@gnome.org>
1445 Reviewed by Mark Rowe.
1447 https://bugs.webkit.org/show_bug.cgi?id=24287
1448 [GTK] Move auth dialog feature to WebKit/
1450 Add WebKitSoupAuthDialog files to build.
1454 2009-03-03 Gustavo Noronha Silva <gns@gnome.org>
1456 Reviewed by Alexey Proskuryakov.
1458 https://bugs.webkit.org/show_bug.cgi?id=16826
1459 [Gtk] Implement WebKitDownload
1461 Adding new files related to WebKitDownload to the GTK+ port.
1465 2009-03-02 Gustavo Noronha Silva <gns@gnome.org>
1467 Unreviewed build fix; adding missing files to EXTRA_DIST, so that
1468 they show up in the tarball.
1472 2009-03-01 Christian Dywan <christian@twotoasts.de>
1474 * configure.ac: Bump GTK port version to 1.1.1.
1476 2009-02-27 Gustavo Noronha Silva <gns@gnome.org>
1478 Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list
1479 file to EXTRA_DIST to fix make dist.
1483 2009-02-26 Xan Lopez <xan@gnome.org>
1485 Reviewed by Holger Freyther.
1487 https://bugs.webkit.org/show_bug.cgi?id=16947
1488 [GTK] Missing HTTP Auth challenge
1490 Add HTTP authentication dialog with optional GNOME Keyring
1496 2009-02-26 Xan Lopez <xan@gnome.org>
1498 Reviewed by Holger Freyther.
1500 https://bugs.webkit.org/show_bug.cgi?id=16947
1501 [GTK] Missing HTTP Auth challenge
1503 Take marshallers to be built from a manually maintained list
1504 instead of grepping the sources.
1506 It's much faster, especially so now that we want to add
1507 marshallers from WebCore too. A system to only take into account
1508 the modified files when generating the marshallers from sources
1509 could be hacked, but I think it's overkill considering how rarely
1510 a new marshaller is added.
1514 2009-02-24 Jan Michael Alonzo <jmalonzo@webkit.org>
1516 Reviewed by Alexey Proskuryakov.
1518 [Gtk] add options for 3D transforms and HTML5 channel messaging to the build
1519 https://bugs.webkit.org/show_bug.cgi?id=24072
1521 Add options for toggling 3D transforms and HTML5 channel messaging
1524 Also fix the web-workers option. It should be web-workers and not workers.
1528 2009-02-23 Xan Lopez <xan@gnome.org>
1530 Reviewed by Alexey Proskuryakov.
1532 https://bugs.webkit.org/show_bug.cgi?id=22624
1533 [SOUP][GTK] Need API to get SoupSession from WebKit.
1535 Remove CURL support, the only supported HTTP backend is SOUP now.
1540 2009-02-19 Christian Dywan <christian@twotoasts.de>
1542 Rubber-stamped by Holger Freyther.
1544 http://bugs.webkit.org/show_bug.cgi?id=22811
1545 Underlinking in Programs_UnitTests (GTK+ build)
1547 * GNUmakefile.am: Add GLIB_LIBS to unit test library flags.
1549 2009-02-18 Gustavo Noronha Silva <gns@gnome.org>
1551 Reviewed by Holger Freyther.
1553 Fix symbols.filter location, and add other missing files to the
1554 autotools build, so that make dist works.
1558 2009-02-17 Gustavo Noronha Silva <gns@gnome.org>
1560 Reviewed by Alexey Proskuryakov.
1562 https://bugs.webkit.org/show_bug.cgi?id=23939
1563 Release build being built with debugging symbols
1565 * configure.ac: Revert change done in revision 40790, since we
1566 already have a AC_PROG_CXX macro call as part of WEBKIT_INIT
1568 2009-02-12 Gustavo Noronha Silva <gns@gnome.org>
1570 Reviewed by Eric Seidel.
1572 * configure.ac: Make soup the default HTTP backend for the Gtk port.
1574 2009-02-09 Calvin Walton <calvin.walton@gmail.com>
1576 Reviewed by Holger Freyther.
1578 https://bugs.webkit.org/show_bug.cgi?id=23823
1580 [Gtk] Fix build with recent autotools
1582 Current versions of automake/libtool don't assume you want C++ enabled
1583 by default any more, so explicitly check for a C++ compiler.
1585 * configure.ac: Add AC_PROG_CXX macro
1587 2009-02-02 Christian Dywan <christian@twotoasts.de>
1589 Rubber-stamped by Holger Freyther.
1591 Don't require Geolocation by default.
1595 2009-01-30 Jan Michael Alonzo <jmalonzo@webkit.org>
1597 Reviewed by Nikolas Zimmermann.
1599 [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits
1600 https://bugs.webkit.org/show_bug.cgi?id=22136
1603 * acinclude.m4: Removed.
1605 * autotools/acinclude.m4: Added.
1606 * autotools/dolt.m4: Added.
1607 * autotools/symbols.filter: Renamed from symbols.filter.
1608 * autotools/webkit.m4: Added.
1611 2009-01-30 Holger Hans Peter Freyther <zecke@selfish.org>
1613 Reviewed by Nikolas Zimmermann.
1615 [GTK] Implement GeolocationService using the Geoclue library
1617 https://bugs.webkit.org/show_bug.cgi?id=22022
1619 Untested implementation of the GeolocationService using the geoclue
1620 library. Velocity handling is completely missing and the accuracy
1621 handling might be wrong.
1626 2009-01-11 Xan Lopez <xan@gnome.org>
1628 Reviewed by Holger Freyther.
1630 Bump version to 1.1.0 since we are breaking ABI and adding new
1635 2008-12-19 Marco Barisione <marco.barisione@collabora.co.uk>
1637 Reviewed by Holger Freyther.
1639 http://bugs.webkit.org/show_bug.cgi?id=16562
1640 [gtk] Implement WebPolicyDelegate methods
1642 Original work by Pierre-Luc Beaudoin. Final touches by Gustavo
1645 This implements the delegates methods of WebPolicyDelegate.
1646 Since Gtk+/C doesn't have delegate methods, they are replaced with
1649 A new object WebKitWebPolicyDecision allows the browser to delay its
1650 response in certain cases. WebKitWebNavigationAction contains the
1651 information about what caused a navigation request.
1653 * GNUmakefile.am: Add new files
1655 2008-12-19 Gustavo Noronha Silva <gns@gnome.org>
1657 Reviewed by Holger Freyther.
1659 Use ustar tar format for WebKit/GTK+'s make dist target, so that
1660 storing files whose filenames are > 99 is possible.
1664 2008-12-19 Holger Hans Peter Freyther <zecke@selfish.org>
1666 [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST
1668 Fix the jit compilation on i*686 on Linux by using the va_list
1669 to pass arguments to the CTI. This is done on the MAC as well
1670 and sunspider and javascriptcore seem to work with that.
1674 2008-12-18 Pamela Greene <pam@chromium.org>
1676 Submitted without review.
1677 Right, remove the whole misplaced directory, not just the tests.
1680 * fast/dom: Removed.
1682 2008-12-18 Pamela Greene <pam@chromium.org>
1684 Submitted without review.
1685 Moving layout test into LayoutTests where it belongs.
1687 * fast/dom/setter-type-enforcement-expected.txt: Removed.
1688 * fast/dom/setter-type-enforcement.html: Removed.
1690 2008-12-15 Daniel Macks <dmacks@netspace.org>
1692 Reviewed by Darin Adler.
1694 Default to use external libicu-config if avail on all platforms.
1695 https://bugs.webkit.org/show_bug.cgi?id=22713
1699 2008-12-12 Holger Hans Peter Freyther <zecke@selfish.org>
1701 Back out r39222 as this is breaking the build on Gentoo (aclocal-1.10)
1703 The m4 directory does not exist and we now have a compile issue on
1709 2008-12-11 Daniel Macks <dmacks@netspace.org>
1711 Reviewed by Darin Adler.
1713 https://bugs.webkit.org/show_bug.cgi?id=22714
1715 Put libtool macro files in subdir that it wants.
1720 2008-12-07 Holger Hans Peter Freyther <zecke@selfish.org>
1722 Reviewed by Eric Seidel.
1724 [Gtk+] Use glib's unit test facilities to test the WebKit/Gtk+ API
1726 https://bugs.webkit.org/show_bug.cgi?id=22491
1728 Add the skeleton to WebKit/gtk/tests and integrate that into the
1729 buildsystem. Testing support was added in glib 2.16. For versions
1730 using glib < 2.16 we compile an empty application.
1734 2008-12-07 Holger Hans Peter Freyther <zecke@selfish.org>
1736 Reviewed by Cameron Zwarich.
1738 [GTK] Define ENABLE_JIT_OPTIMIZE_CALL, ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS, ENABLE_JIT_OPTIMIZE_ARITHMETIC
1740 When building the jit on i*86 also enable the above optimizations.
1744 2008-12-03 Simon Hausmann <hausmann@webkit.org>
1746 Reviewed by Tor Arne Vestbø.
1748 Fix the build of WebKit inside Qt by making sure that qmake generators
1749 that do not produce generated sources (i.e. cpp files) are not
1750 included in SOURCES.
1754 2008-12-02 Simon Hausmann <hausmann@webkit.org>
1756 Reviewed by Tor Arne Vestbø.
1758 Removed JavaScriptCore from SUBDIRS as it's not built separately
1763 2008-11-28 Gustavo Noronha Silva <gns@gnome.org>
1765 Reviewed and slightly modified by Holger Freyther.
1767 https://bugs.webkit.org/show_bug.cgi?id=19130
1769 Added the new WebKitGtk files to be built:
1770 WebKit/gtk/webkit/webkitwebwindowfeatures.{cpp,h}
1774 2008-11-26 Kalle Vahlman <kalle.vahlman@movial.com>
1776 Reviewed by Darin Adler. Landed by Jan Alonzo.
1778 Bison versions under 2.2 produce crashing CSSGrammar code for ARM
1779 https://bugs.webkit.org/show_bug.cgi?id=22456
1781 Check for bison version 2.2 or greater on ARM. Earlier versions produce
1782 code that crashes on ARM devices.
1786 2008-11-25 Holger Hans Peter Freyther <zecke@selfish.org>
1788 Reviewed by David Kilzer.
1790 https://bugs.webkit.org/show_bug.cgi?id=22022
1792 Add Geolocation support to the configure.ac
1794 Add an option to build WebKit/Gtk+ with Geolocation. The
1795 implementation will be using Gypsy.
1799 2008-11-24 Holger Hans Peter Freyther <zecke@selfish.org>
1801 Reviewed by Mark Rowe.
1803 [Gtk+] Add configure option to enable Web Workers and enable it by default
1805 Add --enable-workers to the buildsystem (used by build-webkit) add
1806 the to be build files to the GNUmakefile.am and change build-webkit
1807 to enable Web Workers by default.
1811 2008-09-09 Joerg Bornemann <joerg.bornemann@trolltech.com>
1813 Reviewed by Simon Hausmann.
1815 Steps towards making the Qt port of WebKit compile on Windows CE
1817 https://bugs.webkit.org/show_bug.cgi?id=20746
1819 * WebKit.pro: don't build DumpRenderTree on all Win32 platforms
1821 2008-11-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1823 Reviewed by George Staikos.
1825 Add WML build support for Gtk as well.
1829 2008-11-16 Geoffrey Garen <ggaren@apple.com>
1833 Try to fix gtk build.
1837 2008-11-10 Tor Arne Vestbø <tavestbo@trolltech.com>
1839 Rubber-stamped by Simon Hausmann.
1841 Distinguish between building from trunk and as part of Qt
1845 2008-11-10 Morten Sørvig <msorvig@trolltech.com>
1847 Reviewed by Simon Hausmann.
1849 Make tests/auto/qwebframe compile on Qt/Mac.
1851 * WebKit.pri: Fix linkage against QtWebKit when compiled as framework.
1853 2008-11-06 Cameron Zwarich <zwarich@apple.com>
1857 Speculatively fix the GTK build.
1861 2008-11-06 Alp Toker <alp@nuanti.com>
1863 GTK build fix for r38155. create_hash_table was moved out of kjs/
1867 2008-11-06 Cameron Zwarich <zwarich@apple.com>
1869 Rubber-stamped by Sam Weinig.
1871 Correct the reference to jsc.pro in WebKit.pro to match its new
1872 location in the root directory of JavaScriptCore.
1876 2008-11-03 Alp Toker <alp@nuanti.com>
1878 autotools distcleancheck fix. Add dolt-generated files and
1879 webkitenumtypes.h to the list of files that need to be cleaned.
1884 2008-11-03 Alp Toker <alp@nuanti.com>
1886 Rubber-stamped by Holger Freyther.
1888 Do not enable RTTI or exceptions in debug builds, matching release
1889 builds. They don't help much with debugging and significantly slow
1890 down and increase the size of the debug build.
1894 2008-11-03 Alp Toker <alp@nuanti.com>
1896 Rubber-stamped by Holger Freyther.
1898 Add mingw32 case to dolt for faster GTK+ Windows builds.
1902 2008-11-02 Xan Lopez <xan@gnome.org>
1904 Reviewed by Holger Freyther
1906 https://bugs.webkit.org/show_bug.cgi?id=22009
1907 HTML5 Video with GStreamer pulls gnome-vfs without using it.
1910 Remove gnome-vfs from configure.ac, it's unused.
1912 2008-10-30 Alp Toker <alp@nuanti.com>
1914 https://bugs.webkit.org/show_bug.cgi?id=19395
1915 doltlibtool bug with bash 3.0
1917 autotools dolt build fix for bash version 3.0 and older. Remove
1918 concatenation syntax from doltlibtool to support the older versions
1919 which don't have '+='.
1923 2008-10-30 Alp Toker <alp@nuanti.com>
1925 Rubber-stamped by Oliver Hunt.
1927 autotools build system change to enable JIT features by default. Can
1928 be disabled with --disable-jit (and is disabled automatically on
1929 unsupported platforms).
1933 2008-10-30 Alp Toker <alp@nuanti.com>
1935 Bump WebKit GTK+ version to 1.0.3.
1939 2008-10-29 Gustavo Noronha Silva <gns@gnome.org>
1941 Reviewed by Holger Freyther.
1943 Added all the files that need to be installed for the Inspector to
1946 2008-10-29 Mike Hommey <glandium@debian.org>
1948 Reviewed by Holger Freyther.
1950 https://bugs.webkit.org/show_bug.cgi?id=21884
1951 Test presence and link against libpng.
1956 2008-10-29 Jan Michael Alonzo <jmalonzo@webkit.org>
1958 Reviewed by Holger Freyther.
1960 Add --enable-optimizations to enable optimized builds. The default
1961 is to enable it for release builds, and disabled for debug builds.
1962 This option will allow builders to have a debug as well as
1968 2008-10-28 Mike Hommey <glandium@debian.org>
1970 Reviewed by Alp Toker.
1972 https://bugs.webkit.org/show_bug.cgi?id=21885
1973 [GTK] libwebkit doesn't link against libpangoft2
1975 Add pkg-config check for pangoft2 which provides
1976 pango_fc_font_description_from_pattern() used in the FreeType font
1981 2008-10-28 Alp Toker <alp@nuanti.com>
1983 Include copyright license files in the autotools dist target.
1985 Change suggested by Mike Hommey.
1989 2008-10-25 Jan Michael Alonzo <jmalonzo@webkit.org>
1991 Gtk build fix: add '-' to Wl which was missed in r36845
1995 2008-10-22 Alp Toker <alp@nuanti.com>
1997 Fix build for Cairo 1.2.
2001 2008-10-20 Alp Toker <alp@nuanti.com>
2003 Partial GTK+/Win32 build fix. Lowercase library name to enable linking
2004 when cross-compiling Windows binaries from Linux: -lWs2_32 -> -lws2_32
2008 2008-10-13 Alp Toker <alp@nuanti.com>
2010 GTK+ build fix: Ensure correct builds when debugging is
2011 enabled/disabled by defining NDEBUG in autotoolsconfig.h as needed.
2012 It's still passed as a compiler flag since some sources (DRT) don't
2017 2008-10-09 Alp Toker <alp@nuanti.com>
2019 Reviewed by Mark Rowe.
2021 https://bugs.webkit.org/show_bug.cgi?id=20760
2022 Implement support for x86 Linux in CTI
2024 Prepare to enable CTI/WREC on supported architectures. Will be
2025 switched on when the crasher introduced in r37386 is resolved.
2029 2008-10-07 Alp Toker <alp@nuanti.com>
2031 GTK+ build fix for older automake versions (1.7). Discussed in bug
2036 2008-10-07 Alp Toker <alp@nuanti.com>
2038 Reviewed by Mark Rowe.
2040 https://bugs.webkit.org/show_bug.cgi?id=21392
2041 [GTK] Auto-generate JS DOM binding sources list
2043 Remove the huge lists of generated DOM binding sources and headers in
2044 the build system. These are difficult to maintain and can be derived
2047 The new strategy is to re-use the existing lists of IDL sources (which
2048 are needed for dist support anyway). This will also ease the addition
2049 of new language bindings.
2053 2008-09-27 Jan Michael Alonzo <jmalonzo@webkit.org>
2055 Reviewed by Holger Freyther.
2057 https://bugs.webkit.org/show_bug.cgi?id=20287
2058 [Gtk] disable plugins for gtk/directfb target
2060 Introduce WTF_PLATFORM_X11 for X11 builds.
2061 Also use target-specific packages when building the port
2063 * configure.ac: Do not check for cairo-ft for directfb builds.
2065 2008-09-27 Marco Barisione <marco.barisione@collabora.co.uk>
2067 Reviewed by Holger Freyther.
2069 http://bugs.webkit.org/show_bug.cgi?id=21174
2070 [GTK][AUTOTOOLS] Enable large file support at configure time
2072 * configure.ac: Enable large file support with AC_SYS_LARGEFILE.
2074 2008-09-23 Richard Hult <richard@imendio.com>
2076 Reviewed by Alp Toker. Landed by Jan Alonzo.
2078 http://bugs.webkit.org/show_bug.cgi?id=20582
2079 [Gtk] Link error on Mac OS X
2081 * GNUmakefile.am: Only use the -version-script flag for the gnu
2083 * configure.ac: Check for GNU OSes.
2085 2008-09-19 Alp Toker <alp@nuanti.com>
2087 Build fix for the 'gold' linker and recent binutils. New behaviour
2088 requires that we link to used libraries explicitly.
2093 2008-09-04 Marco Barisione <marco.barisione@collabora.co.uk>
2095 Reviewed by Eric Seidel.
2097 http://bugs.webkit.org/show_bug.cgi?id=20380
2098 [GTK][AUTOTOOLS] Include autotoolsconfig.h from config.h
2100 * configure.ac: Rename the configuration header from aconfig.h to autotoolsconfig.h.
2102 2008-08-28 Alp Toker <alp@nuanti.com>
2104 GTK+ dist/build fix. List newly added header files.
2108 2008-08-27 Mike Hommey <glandium@debian.org>
2113 * symbols.filter: Added.
2115 2008-08-10 Jan Michael Alonzo <jmalonzo@webkit.org>
2117 Reviewed (and updated) by Alp Toker.
2119 https://bugs.webkit.org/show_bug.cgi?id=16620
2120 [GTK] Autotools make dist and make check support
2122 Get make dist working.
2124 Note that not all possible configurations have been tested yet.
2128 2008-08-09 Marco Barisione <marco.barisione@collabora.co.uk>
2130 Reviewed by Alp Toker.
2132 http://bugs.webkit.org/show_bug.cgi?id=19045
2133 [gtk] ./configure doesn't check for x toolkit availability
2135 Some old versions of Xt do not provide xt.pc, in this case use
2136 AC_CHECK_LIB to check if the library is installed and then fall back
2141 2008-08-09 Alp Toker <alp@nuanti.com>
2145 Back out r20338 libxslt check (conditional check already exists and
2146 this broke the build).
2148 Make the flex version check a warning rather than fatal to fix the
2153 2008-08-08 Jan Michael Alonzo <jmalonzo@webkit.org>
2155 Reviewed by Mark Rowe.
2157 http://bugs.webkit.org/show_bug.cgi?id=20338
2158 [Gtk] Autotools should check for libxslt
2160 Autotools check for libxslt
2164 2008-08-07 Kalle Vahlman <zuh@iki.fi>
2166 Reviewed by David Kilzer.
2168 Check for correct flex version to avoid faulty builds
2170 A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it
2171 https://bugs.webkit.org/show_bug.cgi?id=20253
2173 acinclude.m4: Import AX_COMPARE_VERSION macro
2174 configure.ac: Check for flex version
2179 2008-08-07 Simon Hausmann <hausmann@webkit.org>
2181 Rubber-stamped by Lars.
2183 Added API tests for QWebPage/QWebFrame based on QTestLib.
2185 * WebKit.pro: Add WebKit/qt/tests to the build.
2187 2008-08-06 Marco Barisione <marco.barisione@collabora.co.uk>
2189 Reviewed by Eric Seidel.
2191 http://bugs.webkit.org/show_bug.cgi?id=20276
2192 [GTK] Makefile rules for the enum GTypes files depend on Makefile
2193 instead of GNUmakefile
2195 The patch committed in revision 34649 added the code needed to
2196 generate GTypes for enums but the makefile rules for
2197 stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on
2198 Makefile (used by other ports) instead of GNUmakefile.
2200 * GNUmakefile.am: Depend on GNUmakefile instead of Makefile.
2202 2008-08-05 Marco Barisione <marco.barisione@collabora.co.uk>
2204 Reviewed by Alp Toker.
2206 http://bugs.webkit.org/show_bug.cgi?id=19045
2207 [gtk] ./configure doesn't check for x toolkit availability
2209 Check for the .pc file for Xt instead of hard coding -lXt in the
2212 Thanks to Dominik Röttsches for the initial patch.
2217 2008-07-30 Marco Barisione <marco.barisione@collabora.co.uk>
2221 http://bugs.webkit.org/show_bug.cgi?id=19742
2222 [GTK] Auto generate webkitmarshal.list
2224 Auto generate webkitmarshal.list from source files to reduce the
2225 number of conflicts when merging git branches or when applying
2227 Also rename webkit-marshal.* to webkitmarshal.* for consistency.
2231 2008-07-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2233 Reviewed by Mark Rowe.
2235 Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee.
2237 [Gtk] Improve detection jpeglib
2238 https://bugs.webkit.org/show_bug.cgi?id=17865
2243 2008-07-25 Simon Hausmann <hausmann@webkit.org>
2245 Discussed with and rubber-stamped by Lars.
2247 Fix the build system for the Qt port.
2249 Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the
2250 include search path. With a build process that combines JavaScriptCore and
2251 WebCore in one build process/Makefile the existance of
2252 JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts.
2254 This commit solves this by introducing a separate build of JavaScriptCore into
2257 As a result of the split-up a race-condition due to broken dependencies of
2258 regular source files to header files of generated sources showed up very
2259 frequently when doing parallel builds (which the buildbot does). This commit at
2260 the same time tries to address the dependency problem by making the
2261 addExtraCompiler() function also generate a pseudo extra compiler that
2262 represents the header file output, so that qmake is aware of the creation of
2263 the header file for dependency calculation.
2265 At the same time I removed a lot of cruft from the pro files to ease maintenance.
2270 2008-06-18 Marco Barisione <marco.barisione@collabora.co.uk>
2272 Reviewed by Alp Toker.
2274 https://bugs.webkit.org/show_bug.cgi?id=19171
2275 [GTK] GTypes for enumerations
2277 Generate GTypes for public enumerations so they can be used as
2280 * GNUmakefile.am: Generate webkit-enum-types.cpp and
2281 webkit-enum-types.h.
2283 2008-06-16 Simon Hausmann <hausmann@webkit.org>
2285 Fix the Qt build. testkjs.pro is now called jsc.pro.
2289 2008-06-15 Alp Toker <alp@nuanti.com>
2291 Rubber-stamped by Maciej.
2293 Install 'jsc' application by default.
2297 2008-06-08 Alp Toker <alp@nuanti.com>
2299 autotools/GTK+ build system cleanup. Don't include WebKit API in the
2300 WebCore build as it's no longer needed since r34426.
2304 2008-06-08 Alp Toker <alp@nuanti.com>
2306 Rubber-stamped by Mark Rowe.
2308 Bring back -fstrict-aliasing for JavaScriptCore which was removed in
2309 r31821, since aliasing issues have now been fixed.
2311 Use -O3, not -O2 for the JavaScriptCore build.
2316 2008-06-05 Christian Dywan <christian@twotoasts.de>
2318 Reviewed by Alp Toker.
2320 https://bugs.webkit.org/show_bug.cgi?id=14141
2321 Please add a version to the Gtk port
2325 2008-06-02 Alp Toker <alp@nuanti.com>
2327 GTK+/autotools Windows build system fixes.
2332 2008-06-02 Jan Michael Alonzo <jmalonzo@webkit.org>
2334 Reviewed by Alp Toker.
2336 Build WebCore GTK+ sources as part of WebCore, not WebKit.
2337 Split common and GTK+-specific sources into separate file lists.
2341 2008-06-01 Josh Triplett <josh@freedesktop.org>
2343 Reviewed by Alp Toker.
2345 http://bugs.webkit.org/show_bug.cgi?id=16891
2346 [GTK] autotools build is slow
2348 Add dolt revision 5e9eef10 to the autotools build system. Speeds up
2349 the build, often by a factor of two or more on supported platforms,
2350 otherwise falls back to libtool.
2352 See http://dolt.freedesktop.org for details.
2354 * acinclude.m4: Added.
2357 2008-05-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2359 Reviewed by Alp Toker.
2361 http://bugs.webkit.org/show_bug.cgi?id=19142
2362 [Gtk] Remove build options --svg-experimental and --cross-document-messaging
2366 2008-05-24 Alp Toker <alp@nuanti.com>
2368 GTK+/Win32 build fixes. Link against Windows ICU without using
2369 icu-config since it's not available on that platform.
2371 Link against Ws2_32 when the curl http backend is chosen since we
2372 use select() directly.
2376 2008-05-23 Alp Toker <alp@nuanti.com>
2378 GTK+ fixes for building without database support.
2382 2008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org>
2384 Reviewed by Alp Toker.
2386 Fix for previous autotools change.
2390 2008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org>
2394 http://bugs.webkit.org/show_bug.cgi?id=18483
2395 [Gtk] Autotools should match build-webkit default flags
2399 2008-05-19 Alp Toker <alp@nuanti.com>
2401 GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when
2402 the Pango font backend is selected.
2407 2008-05-16 Julien Chaffraix <jchaffraix@webkit.org>
2411 Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated
2413 * configure.ac: Add HTML_FLAGS and set it when video is enabled.
2415 2008-05-15 Ariya Hidayat <ariya.hidayat@trolltech.com>
2419 Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files
2425 2008-05-09 Anders Carlsson <andersca@apple.com>
2433 2008-05-09 Simon Hausmann <hausmann@webkit.org>
2437 Removed explicit linkage against libxml and libxslt on Qt/Mac builds.
2439 This dependency is completely unnecessary here and creates only problems by
2440 propagating through WebCore.pro over libQtWebKit.prl right now customer
2446 2008-05-02 Anders Carlsson <andersca@apple.com>
2450 Add an "x86_64" make rule.
2454 2008-05-02 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2458 https://bugs.webkit.org/show_bug.cgi?id=18811
2459 Enable dashboard and offline web apps in autotools
2463 2008-05-01 Marc Ordinas i Llopis <marc.ordinasillopis@collabora.co.uk>
2465 Reviewed by Alp Toker.
2467 https://bugs.webkit.org/show_bug.cgi?id=14750
2468 Added support for NPAPI plugins on Gtk and Qt-x11 ports.
2470 * GNUmakefile.am: Added Xt library.
2472 2008-04-29 David Kilzer <ddkilzer@apple.com>
2474 BUILD FIX for ENABLE(DASHBOARD_SUPPORT)
2476 * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT.
2478 2008-04-22 Alp Toker <alp@nuanti.com>
2480 GTK+ debug build fix for changes in r32257.
2484 2008-04-18 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2486 Reviewed by Alp Toker.
2488 http://bugs.webkit.org/show_bug.cgi?id=16620
2489 [GTK] Autotools make dist and make check support
2495 2008-04-11 Mark Rowe <mrowe@apple.com>
2497 Rubber-stamped by Antti Koivisto.
2499 * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show.
2501 2008-04-17 Alp Toker <alp@atoker.com>
2503 GTK+ build fix. Back out the libjpeg check part of r32008 from bug
2508 2008-04-17 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2510 Reviewed by Alp Toker.
2512 http://bugs.webkit.org/show_bug.cgi?id=17865
2513 [Gtk] Improve detection of jpeglib and glib tools
2515 Improve detecting jpeglib and glib tools
2517 * configure.ac: Throw an error if the dependencies above are
2518 currently not installed
2520 2008-04-14 Xan Lopez <xan@gnome.org>
2522 Reviewed by Alp Toker.
2524 http://bugs.webkit.org/show_bug.cgi?id=17917
2525 Bug 17917: Cookie support for HTTP soup backend
2527 Bumped the libsoup required version to 2.23 for cookie support.
2531 2008-04-11 Mark Rowe <mrowe@apple.com>
2533 Rubber-stamped by Anders Carlsson.
2535 Fix https://bugs.webkit.org/show_bug.cgi?id=18430
2536 Bug 18430: SIGSEGV on amd64 when built with gcc 4.3
2538 GCC 4.3 generates bad code in some instances when working with our HashTables
2539 as some of the HashTable code violates the strict aliasing requirements. Since
2540 GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until
2541 the code can be fixed to be safe with strict aliasing enabled, we will disable
2546 2008-03-12 Michael Emmel <mike.emmel@gmail.com>
2548 Reviewed by Alp Toker.
2550 http://bugs.webkit.org/show_bug.cgi?id=18397
2551 Fix leaving spaces before parens in functions
2553 * WebKitTools/Scripts/wkstyle:
2555 2008-04-07 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2557 Build fix, rubber-stamped and landed by ap.
2559 * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support.
2561 2008-03-21 Rodney Dawes <dobey@wayofthemonkey.com>
2565 Remove the JSCore include path options from global_cppflags.
2566 Place JSCore include path options in javascriptcore_cppflags.
2567 Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS.
2571 2008-03-20 Jasper Bryant-Greene <jasper@unix.geek.nz>
2575 Resolves http://bugs.webkit.org/show_bug.cgi?id=16092
2576 "[GTK] Middle-mouse click should allow opening a URL in a new tab"
2578 Added WebKitNavigationAction object to GTK API
2582 2008-03-12 Xan Lopez <xan@gnome.org>
2584 Reviewed by Alp Toker.
2586 http://bugs.webkit.org/show_bug.cgi?id=15229
2588 Add optional font backend support with freetype and pango
2589 backends. Default is freetype for now.
2591 Original patch by Sven Herzberg <sven@imendio.com>
2595 2008-03-11 Xan Lopez <xan@gnome.org>
2597 Reviewed by Alp Toker.
2599 http://bugs.webkit.org/show_bug.cgi?id=16476
2601 Add support for multiple http backends, and add soup backend (off by default).
2606 2008-03-07 Simon Hausmann <hausmann@webkit.org>
2608 Reviewed by Darin Adler.
2612 Added plugins subdirectory to the include path.
2616 2008-03-09 Alp Toker <alp@atoker.com>
2618 GTK+ build fix for r30913.
2620 Use UNICODE_CFLAGS for C++ sources as well as C sources.
2624 2008-03-09 Jörg Billeter <j@bitron.ch>
2626 Reviewed by Alp Toker.
2628 Conditionalise ICU for Unicode in the GTK+ port.
2633 2008-03-03 Brent Fulgham <bfulgham@gmail.com>
2635 Reviewed by Alp Toker.
2637 http://bugs.webkit.org/show_bug.cgi?id=17644
2638 Build GTK on Mac OS X using native ICU library
2640 Use Apple native ICU libraries when building GTK
2645 2008-03-02 Brent Fulgham <bfulgham@gmail.com>
2647 Reviewed by Alp Toker.
2649 Add ICU_CPPFLAGS earlier in include path for WebCore
2650 so that we find $(icu_cppflags)/unicode/utf8.h, rather than
2651 the wtf/unicode/UTF8.h on case-insensitive file systems.
2655 2008-03-02 Alp Toker <alp@atoker.com>
2657 Reviewed by Mark Rowe.
2659 Split the WebKit GTK+ build out of the WebCore build and change the
2660 shared object name to match the package name.
2664 2008-02-28 Alp Toker <alp@atoker.com>
2666 Fix a configure script typo spotted by Kalle Vahlman.
2670 2008-02-26 Timothy Hatcher <timothy@apple.com>
2672 Reviewed by Darin Adler.
2674 Add "64" and "64u" make rules to allow easy building of 64-bit versions.
2676 make 64: will build Intel-only 64-bit.
2677 make 64u: will build 4-way universal for PPC and Intel.
2682 2008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2684 Rubber stamped by Darin Adler.
2686 Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
2687 whitespaces introduced in the previous commit.
2691 2008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2693 Rubber-stamped by Darin Adler.
2695 * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES.
2696 * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS.
2698 2008-02-21 Alp Toker <alp@atoker.com>
2700 Fix a configure script typo.
2704 2008-02-21 Alp Toker <alp@atoker.com>
2706 GTK+/autotools SVG experimental build fix
2708 Don't enable SVG filters in --enable-svg-experimental.
2710 This feature isn't supported at all yet. Developers can enable it
2711 explicitly by passing --enable-svg-filters if needed.
2715 2008-02-21 Mike Auty <mike.auty@gmail.com>
2717 Reviewed by Alp Toker.
2719 http://bugs.webkit.org/show_bug.cgi?id=17445
2720 [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed"
2722 The GNUmakefile.am files make use of the LDFLAGS variable to include library
2723 additions such as -ljpeg etc. Unfortunately, if these inclusions aren't made
2724 in LIBADD/LDADD variables, then they are mis-ordered during the linking.
2726 The as-needed flag discards libraries whose functions have not been needed by
2727 earlier libraries, which therefore makes the ordering important.
2729 This moves all -l library inclusion statements from LDFLAGS variables to
2730 LIBADD/LDADD variables.
2734 2008-02-15 Alp Toker <alp@atoker.com>
2738 GTK+ configure script cleanups
2740 Categorize the configuration summary printout.
2741 Bump GTK+ requirement to 2.8.
2742 Rename 'webkit_target' to just 'target'.
2743 Don't check for pthread on Win32.
2747 2008-02-14 Adam Roben <aroben@apple.com>
2749 Turn on cross-document messaging support by default
2751 Reviewed by Darin Adler.
2755 2008-02-14 Adam Roben <aroben@apple.com>
2757 Conditionalize cross-document messaging support
2759 The cross-document messaging parts of HTML 5 are in flux and we want
2760 ports to be able to turn off the support as needed.
2762 Note that the support is turned off by default right now. A subsequent
2763 commit will turn it on by default.
2765 Reviewed by Darin Adler.
2769 2008-02-12 Rodney Dawes <dobey@wayofthemonkey.com>
2771 Reviewed by Alp Toker.
2773 Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES
2774 to the CPPFLAGS for WebCore and WebKit
2775 Add a pkgconfig check for hildon-1 when --with-hildon specified
2776 Output the use of Hildon support in the summary
2777 Add HILDON_CPPFLAGS to webkitgtk_cppflags
2778 Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS
2779 Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS
2784 2008-02-08 Alp Toker <alp@atoker.com>
2786 Rubber-stamped by Maciej.
2788 Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4.
2792 2008-02-06 Timothy Hatcher <timothy@apple.com>
2794 Rubber-stamped by Mark Rowe.
2796 Dump of bugs.webkit.org's Bugzilla instance.
2799 * BugsSite/.htaccess: Added.
2800 * BugsSite/Bugzilla: Added.
2801 * BugsSite/Bugzilla.pm: Added.
2802 * BugsSite/Bugzilla/.cvsignore: Added.
2803 * BugsSite/Bugzilla/.htaccess: Added.
2804 * BugsSite/Bugzilla/Attachment.pm: Added.
2805 * BugsSite/Bugzilla/Auth: Added.
2806 * BugsSite/Bugzilla/Auth.pm: Added.
2807 * BugsSite/Bugzilla/Auth/Login: Added.
2808 * BugsSite/Bugzilla/Auth/Login/WWW: Added.
2809 * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added.
2810 * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added.
2811 * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added.
2812 * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added.
2813 * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added.
2814 * BugsSite/Bugzilla/Auth/README: Added.
2815 * BugsSite/Bugzilla/Auth/Verify: Added.
2816 * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added.
2817 * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added.
2818 * BugsSite/Bugzilla/Bug.pm: Added.
2819 * BugsSite/Bugzilla/BugMail.pm: Added.
2820 * BugsSite/Bugzilla/CGI.pm: Added.
2821 * BugsSite/Bugzilla/Chart.pm: Added.
2822 * BugsSite/Bugzilla/Config.pm: Added.
2823 * BugsSite/Bugzilla/Constants.pm: Added.
2824 * BugsSite/Bugzilla/DB: Added.
2825 * BugsSite/Bugzilla/DB.pm: Added.
2826 * BugsSite/Bugzilla/DB/Mysql.pm: Added.
2827 * BugsSite/Bugzilla/DB/Pg.pm: Added.
2828 * BugsSite/Bugzilla/DB/Schema: Added.
2829 * BugsSite/Bugzilla/DB/Schema.pm: Added.
2830 * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added.
2831 * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added.
2832 * BugsSite/Bugzilla/Error.pm: Added.
2833 * BugsSite/Bugzilla/Flag.pm: Added.
2834 * BugsSite/Bugzilla/FlagType.pm: Added.
2835 * BugsSite/Bugzilla/Group.pm: Added.
2836 * BugsSite/Bugzilla/Search.pm: Added.
2837 * BugsSite/Bugzilla/Series.pm: Added.
2838 * BugsSite/Bugzilla/Template: Added.
2839 * BugsSite/Bugzilla/Template.pm: Added.
2840 * BugsSite/Bugzilla/Template/Plugin: Added.
2841 * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added.
2842 * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added.
2843 * BugsSite/Bugzilla/Template/Plugin/User.pm: Added.
2844 * BugsSite/Bugzilla/Token.pm: Added.
2845 * BugsSite/Bugzilla/User: Added.
2846 * BugsSite/Bugzilla/User.pm: Added.
2847 * BugsSite/Bugzilla/User/Setting.pm: Added.
2848 * BugsSite/Bugzilla/Util.pm: Added.
2849 * BugsSite/CGI.pl: Added.
2850 * BugsSite/PrettyPatch: Added.
2851 * BugsSite/PrettyPatch/PrettyPatch.rb: Added.
2852 * BugsSite/PrettyPatch/prettify.rb: Added.
2853 * BugsSite/QUICKSTART: Added.
2854 * BugsSite/README: Added.
2855 * BugsSite/UPGRADING: Added.
2856 * BugsSite/UPGRADING-pre-2.8: Added.
2857 * BugsSite/ant.jpg: Added.
2858 * BugsSite/attachment-aroben.cgi: Added.
2859 * BugsSite/attachment.cgi: Added.
2860 * BugsSite/buglist.cgi: Added.
2861 * BugsSite/bugzilla.dtd: Added.
2862 * BugsSite/chart.cgi: Added.
2863 * BugsSite/checksetup.pl: Added.
2864 * BugsSite/colchange.cgi: Added.
2865 * BugsSite/collectstats.pl: Added.
2866 * BugsSite/config.cgi: Added.
2867 * BugsSite/contrib: Added.
2868 * BugsSite/contrib/BugzillaEmail.pm: Added.
2869 * BugsSite/contrib/README: Added.
2870 * BugsSite/contrib/README.Mailif: Added.
2871 * BugsSite/contrib/bug_email.pl: Added.
2872 * BugsSite/contrib/bugmail_help.html: Added.
2873 * BugsSite/contrib/bugzilla-submit: Added.
2874 * BugsSite/contrib/bugzilla-submit/README: Added.
2875 * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added.
2876 * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added.
2877 * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added.
2878 * BugsSite/contrib/bugzilla.procmailrc: Added.
2879 * BugsSite/contrib/bugzilla_email_append.pl: Added.
2880 * BugsSite/contrib/bugzilla_ldapsync.rb: Added.
2881 * BugsSite/contrib/bzdbcopy.pl: Added.
2882 * BugsSite/contrib/cmdline: Added.
2883 * BugsSite/contrib/cmdline/bugcount: Added.
2884 * BugsSite/contrib/cmdline/bugids: Added.
2885 * BugsSite/contrib/cmdline/buglist: Added.
2886 * BugsSite/contrib/cmdline/bugs: Added.
2887 * BugsSite/contrib/cmdline/bugslink: Added.
2888 * BugsSite/contrib/cmdline/makequery: Added.
2889 * BugsSite/contrib/cmdline/query.conf: Added.
2890 * BugsSite/contrib/cvs-update.pl: Added.
2891 * BugsSite/contrib/gnats2bz.pl: Added.
2892 * BugsSite/contrib/gnatsparse: Added.
2893 * BugsSite/contrib/gnatsparse/README: Added.
2894 * BugsSite/contrib/gnatsparse/gnatsparse.py: Added.
2895 * BugsSite/contrib/gnatsparse/magic.py: Added.
2896 * BugsSite/contrib/gnatsparse/specialuu.py: Added.
2897 * BugsSite/contrib/jb2bz.py: Added.
2898 * BugsSite/contrib/mysqld-watcher.pl: Added.
2899 * BugsSite/contrib/sendbugmail.pl: Added.
2900 * BugsSite/contrib/sendunsentbugmail.pl: Added.
2901 * BugsSite/contrib/syncLDAP.pl: Added.
2902 * BugsSite/contrib/yp_nomail.sh: Added.
2903 * BugsSite/createaccount.cgi: Added.
2904 * BugsSite/data: Added.
2905 * BugsSite/data/.htaccess: Added.
2906 * BugsSite/data/attachments: Added.
2907 * BugsSite/data/attachments/.htaccess: Added.
2908 * BugsSite/data/duplicates: Added.
2909 * BugsSite/data/mail: Added.
2910 * BugsSite/data/mimedump-tmp: Added.
2911 * BugsSite/data/mining: Added.
2912 * BugsSite/data/nomail: Added.
2913 * BugsSite/data/params: Added.
2914 * BugsSite/data/template: Added.
2915 * BugsSite/data/template/template: Added.
2916 * BugsSite/data/template/template/en: Added.
2917 * BugsSite/data/template/template/en/custom: Added.
2918 * BugsSite/data/template/template/en/custom/account: Added.
2919 * BugsSite/data/template/template/en/custom/account/auth: Added.
2920 * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
2921 * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added.
2922 * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added.
2923 * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added.
2924 * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added.
2925 * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added.
2926 * BugsSite/data/template/template/en/custom/account/email: Added.
2927 * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added.
2928 * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added.
2929 * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added.
2930 * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added.
2931 * BugsSite/data/template/template/en/custom/account/password: Added.
2932 * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
2933 * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
2934 * BugsSite/data/template/template/en/custom/account/prefs: Added.
2935 * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added.
2936 * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added.
2937 * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added.
2938 * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added.
2939 * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added.
2940 * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
2941 * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added.
2942 * BugsSite/data/template/template/en/custom/admin: Added.
2943 * BugsSite/data/template/template/en/custom/admin/classifications: Added.
2944 * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added.
2945 * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added.
2946 * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added.
2947 * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added.
2948 * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added.
2949 * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
2950 * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added.
2951 * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added.
2952 * BugsSite/data/template/template/en/custom/admin/components: Added.
2953 * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
2954 * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added.
2955 * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added.
2956 * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added.
2957 * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added.
2958 * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added.
2959 * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added.
2960 * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added.
2961 * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added.
2962 * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added.
2963 * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
2964 * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
2965 * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
2966 * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
2967 * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
2968 * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
2969 * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
2970 * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
2971 * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
2972 * BugsSite/data/template/template/en/custom/admin/flag-type: Added.
2973 * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
2974 * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
2975 * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added.
2976 * BugsSite/data/template/template/en/custom/admin/groups: Added.
2977 * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added.
2978 * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added.
2979 * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added.
2980 * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added.
2981 * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added.
2982 * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added.
2983 * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added.
2984 * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added.
2985 * BugsSite/data/template/template/en/custom/admin/keywords: Added.
2986 * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
2987 * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
2988 * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
2989 * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
2990 * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
2991 * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
2992 * BugsSite/data/template/template/en/custom/admin/milestones: Added.
2993 * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
2994 * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added.
2995 * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added.
2996 * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
2997 * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added.
2998 * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added.
2999 * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added.
3000 * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
3001 * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added.
3002 * BugsSite/data/template/template/en/custom/admin/products: Added.
3003 * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
3004 * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added.
3005 * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added.
3006 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added.
3007 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
3008 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
3009 * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
3010 * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added.
3011 * BugsSite/data/template/template/en/custom/admin/settings: Added.
3012 * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added.
3013 * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added.
3014 * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added.
3015 * BugsSite/data/template/template/en/custom/admin/users: Added.
3016 * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
3017 * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added.
3018 * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added.
3019 * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added.
3020 * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
3021 * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added.
3022 * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added.
3023 * BugsSite/data/template/template/en/custom/admin/versions: Added.
3024 * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
3025 * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added.
3026 * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added.
3027 * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added.
3028 * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added.
3029 * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added.
3030 * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added.
3031 * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added.
3032 * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added.
3033 * BugsSite/data/template/template/en/custom/attachment: Added.
3034 * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added.
3035 * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added.
3036 * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added.
3037 * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added.
3038 * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added.
3039 * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added.
3040 * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added.
3041 * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added.
3042 * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added.
3043 * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added.
3044 * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added.
3045 * BugsSite/data/template/template/en/custom/bug: Added.
3046 * BugsSite/data/template/template/en/custom/bug/activity: Added.
3047 * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added.
3048 * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added.
3049 * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added.
3050 * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added.
3051 * BugsSite/data/template/template/en/custom/bug/create: Added.
3052 * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
3053 * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added.
3054 * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added.
3055 * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added.
3056 * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added.
3057 * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added.
3058 * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added.
3059 * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added.
3060 * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added.
3061 * BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added.
3062 * BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added.
3063 * BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added.
3064 * BugsSite/data/template/template/en/custom/bug/process: Added.
3065 * BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added.
3066 * BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
3067 * BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added.
3068 * BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added.
3069 * BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added.
3070 * BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added.
3071 * BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
3072 * BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added.
3073 * BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added.
3074 * BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added.
3075 * BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added.
3076 * BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added.
3077 * BugsSite/data/template/template/en/custom/bug/votes: Added.
3078 * BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
3079 * BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
3080 * BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
3081 * BugsSite/data/template/template/en/custom/config.js.tmpl: Added.
3082 * BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added.
3083 * BugsSite/data/template/template/en/custom/flag: Added.
3084 * BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added.
3085 * BugsSite/data/template/template/en/custom/global: Added.
3086 * BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added.
3087 * BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added.
3088 * BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added.
3089 * BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added.
3090 * BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added.
3091 * BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added.
3092 * BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added.
3093 * BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added.
3094 * BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added.
3095 * BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added.
3096 * BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added.
3097 * BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added.
3098 * BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added.
3099 * BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added.
3100 * BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added.
3101 * BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added.
3102 * BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added.
3103 * BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added.
3104 * BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added.
3105 * BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added.
3106 * BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added.
3107 * BugsSite/data/template/template/en/custom/index.html.tmpl: Added.
3108 * BugsSite/data/template/template/en/custom/list: Added.
3109 * BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added.
3110 * BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added.
3111 * BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added.
3112 * BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added.
3113 * BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added.
3114 * BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added.
3115 * BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added.
3116 * BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added.
3117 * BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added.
3118 * BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added.
3119 * BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added.
3120 * BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added.
3121 * BugsSite/data/template/template/en/custom/pages: Added.
3122 * BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added.
3123 * BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added.
3124 * BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added.
3125 * BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added.
3126 * BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added.
3127 * BugsSite/data/template/template/en/custom/reports: Added.
3128 * BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added.
3129 * BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added.
3130 * BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added.
3131 * BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added.
3132 * BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added.
3133 * BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
3134 * BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added.
3135 * BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added.
3136 * BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added.
3137 * BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added.
3138 * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added.
3139 * BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added.
3140 * BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added.
3141 * BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added.
3142 * BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added.
3143 * BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added.
3144 * BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added.
3145 * BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added.
3146 * BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added.
3147 * BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added.
3148 * BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added.
3149 * BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added.
3150 * BugsSite/data/template/template/en/custom/request: Added.
3151 * BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added.
3152 * BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added.
3153 * BugsSite/data/template/template/en/custom/search: Added.
3154 * BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added.
3155 * BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added.
3156 * BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added.
3157 * BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added.
3158 * BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added.
3159 * BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added.
3160 * BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added.
3161 * BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added.
3162 * BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added.
3163 * BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added.
3164 * BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added.
3165 * BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added.
3166 * BugsSite/data/template/template/en/custom/whine: Added.
3167 * BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added.
3168 * BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added.
3169 * BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
3170 * BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added.
3171 * BugsSite/data/template/template/en/default: Added.
3172 * BugsSite/data/template/template/en/default/attachment: Added.
3173 * BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added.
3174 * BugsSite/data/template/template/en/default/list: Added.
3175 * BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added.
3176 * BugsSite/data/versioncache: Added.
3177 * BugsSite/data/versioncache.13P9L: Added.
3178 * BugsSite/data/versioncache.1lH1E: Added.
3179 * BugsSite/data/versioncache.3AnHd: Added.
3180 * BugsSite/data/versioncache.3Jmjt: Added.
3181 * BugsSite/data/versioncache.3JzIL: Added.
3182 * BugsSite/data/versioncache.77b4y: Added.
3183 * BugsSite/data/versioncache.7VzyU: Added.
3184 * BugsSite/data/versioncache.EQdAm: Added.
3185 * BugsSite/data/versioncache.EouAG: Added.
3186 * BugsSite/data/versioncache.LJ5n1: Added.
3187 * BugsSite/data/versioncache.Lb0fW: Added.
3188 * BugsSite/data/versioncache.PyAd8: Added.
3189 * BugsSite/data/versioncache.SFyse: Added.
3190 * BugsSite/data/versioncache.SkTTg: Added.
3191 * BugsSite/data/versioncache.VVO7E: Added.
3192 * BugsSite/data/versioncache.XbxgU: Added.
3193 * BugsSite/data/versioncache.Yezqr: Added.
3194 * BugsSite/data/versioncache.dtzIv: Added.
3195 * BugsSite/data/versioncache.jzpeh: Added.
3196 * BugsSite/data/versioncache.pbn6U: Added.
3197 * BugsSite/data/versioncache.qyixS: Added.
3198 * BugsSite/data/versioncache.sBMdb: Added.
3199 * BugsSite/data/versioncache.xNi34: Added.
3200 * BugsSite/data/webdot: Added.
3201 * BugsSite/data/webdot/.htaccess: Added.
3202 * BugsSite/data/webdot/0ZLH3QpFd8.dot: Added.
3203 * BugsSite/data/webdot/3s6e7eC2Dy.dot: Added.
3204 * BugsSite/data/webdot/6MW0q54cyY.dot: Added.
3205 * BugsSite/data/webdot/A2RlhPdO2Q.dot: Added.
3206 * BugsSite/data/webdot/DuBX4I4946.dot: Added.
3207 * BugsSite/data/webdot/GudTgvrKBX.dot: Added.
3208 * BugsSite/data/webdot/I1mCbLtAzQ.dot: Added.
3209 * BugsSite/data/webdot/JtKgvWGVb4.dot: Added.
3210 * BugsSite/data/webdot/RFk4bjAwYc.dot: Added.
3211 * BugsSite/data/webdot/YQ1pWFVfqt.dot: Added.
3212 * BugsSite/data/webdot/YcFUepShZI.dot: Added.
3213 * BugsSite/data/webdot/a9i00KgTQk.dot: Added.
3214 * BugsSite/data/webdot/c412GYaHch.dot: Added.
3215 * BugsSite/data/webdot/hjYnYr3tV1.dot: Added.
3216 * BugsSite/data/webdot/pq3Qw7wynI.dot: Added.
3217 * BugsSite/data/webdot/tL7GjA7bqH.dot: Added.
3218 * BugsSite/defparams.pl: Added.
3219 * BugsSite/describecomponents.cgi: Added.
3220 * BugsSite/describekeywords.cgi: Added.
3221 * BugsSite/describekeywords.cgi.bak: Added.
3222 * BugsSite/docs: Added.
3223 * BugsSite/docs/.cvsignore: Added.
3224 * BugsSite/docs/README.docs: Added.
3225 * BugsSite/docs/html: Added.
3226 * BugsSite/docs/html/Bugzilla-Guide.html: Added.
3227 * BugsSite/docs/html/about.html: Added.
3228 * BugsSite/docs/html/administration.html: Added.
3229 * BugsSite/docs/html/bug_page.html: Added.
3230 * BugsSite/docs/html/bugreports.html: Added.
3231 * BugsSite/docs/html/cmdline-bugmail.html: Added.
3232 * BugsSite/docs/html/cmdline.html: Added.
3233 * BugsSite/docs/html/components.html: Added.
3234 * BugsSite/docs/html/configuration.html: Added.
3235 * BugsSite/docs/html/conventions.html: Added.
3236 * BugsSite/docs/html/copyright.html: Added.
3237 * BugsSite/docs/html/credits.html: Added.
3238 * BugsSite/docs/html/cust-change-permissions.html: Added.
3239 * BugsSite/docs/html/cust-hooks.html: Added.
3240 * BugsSite/docs/html/cust-templates.html: Added.
3241 * BugsSite/docs/html/customization.html: Added.
3242 * BugsSite/docs/html/dbdoc.html: Added.
3243 * BugsSite/docs/html/dbmodify.html: Added.
3244 * BugsSite/docs/html/disclaimer.html: Added.
3245 * BugsSite/docs/html/extraconfig.html: Added.
3246 * BugsSite/docs/html/faq.html: Added.
3247 * BugsSite/docs/html/flags-overview.html: Added.
3248 * BugsSite/docs/html/flags.html: Added.
3249 * BugsSite/docs/html/general-advice.html: Added.
3250 * BugsSite/docs/html/gfdl-0.html: Added.
3251 * BugsSite/docs/html/gfdl-1.html: Added.
3252 * BugsSite/docs/html/gfdl-10.html: Added.
3253 * BugsSite/docs/html/gfdl-2.html: Added.
3254 * BugsSite/docs/html/gfdl-3.html: Added.
3255 * BugsSite/docs/html/gfdl-4.html: Added.
3256 * BugsSite/docs/html/gfdl-5.html: Added.
3257 * BugsSite/docs/html/gfdl-6.html: Added.
3258 * BugsSite/docs/html/gfdl-7.html: Added.
3259 * BugsSite/docs/html/gfdl-8.html: Added.
3260 * BugsSite/docs/html/gfdl-9.html: Added.
3261 * BugsSite/docs/html/gfdl-howto.html: Added.
3262 * BugsSite/docs/html/gfdl.html: Added.
3263 * BugsSite/docs/html/glossary.html: Added.
3264 * BugsSite/docs/html/groups.html: Added.
3265 * BugsSite/docs/html/hintsandtips.html: Added.
3266 * BugsSite/docs/html/index.html: Added.
3267 * BugsSite/docs/html/install-perlmodules-manual.html: Added.
3268 * BugsSite/docs/html/installation.html: Added.
3269 * BugsSite/docs/html/installing-bugzilla.html: Added.
3270 * BugsSite/docs/html/integration.html: Added.
3271 * BugsSite/docs/html/lifecycle.html: Added.
3272 * BugsSite/docs/html/list.html: Added.
3273 * BugsSite/docs/html/milestones.html: Added.
3274 * BugsSite/docs/html/modules-manual-download.html: Added.
3275 * BugsSite/docs/html/modules-manual-instructions.html: Added.
3276 * BugsSite/docs/html/modules-manual-optional.html: Added.
3277 * BugsSite/docs/html/myaccount.html: Added.
3278 * BugsSite/docs/html/newversions.html: Added.
3279 * BugsSite/docs/html/nonroot.html: Added.
3280 * BugsSite/docs/html/os-specific.html: Added.
3281 * BugsSite/docs/html/parameters.html: Added.
3282 * BugsSite/docs/html/paranoid-security.html: Added.
3283 * BugsSite/docs/html/patches.html: Added.
3284 * BugsSite/docs/html/patchviewer.html: Added.
3285 * BugsSite/docs/html/products.html: Added.
3286 * BugsSite/docs/html/query.html: Added.
3287 * BugsSite/docs/html/quips.html: Added.
3288 * BugsSite/docs/html/reporting.html: Added.
3289 * BugsSite/docs/html/security-bugzilla.html: Added.
3290 * BugsSite/docs/html/security-mysql.html: Added.
3291 * BugsSite/docs/html/security-os.html: Added.
3292 * BugsSite/docs/html/security-webserver.html: Added.
3293 * BugsSite/docs/html/security.html: Added.
3294 * BugsSite/docs/html/trbl-bundlebugzilla.html: Added.
3295 * BugsSite/docs/html/trbl-dbdsponge.html: Added.
3296 * BugsSite/docs/html/trbl-index.html: Added.
3297 * BugsSite/docs/html/trbl-passwd-encryption.html: Added.
3298 * BugsSite/docs/html/trbl-perlmodule.html: Added.
3299 * BugsSite/docs/html/trbl-relogin-everyone.html: Added.
3300 * BugsSite/docs/html/trbl-testserver.html: Added.
3301 * BugsSite/docs/html/trouble-filetemp.html: Added.
3302 * BugsSite/docs/html/troubleshooting.html: Added.
3303 * BugsSite/docs/html/upgrading.html: Added.
3304 * BugsSite/docs/html/useradmin.html: Added.
3305 * BugsSite/docs/html/userpreferences.html: Added.
3306 * BugsSite/docs/html/using-intro.html: Added.
3307 * BugsSite/docs/html/using.html: Added.
3308 * BugsSite/docs/html/versions.html: Added.
3309 * BugsSite/docs/html/voting.html: Added.
3310 * BugsSite/docs/html/whining.html: Added.
3311 * BugsSite/docs/html/x3190.html: Added.
3312 * BugsSite/docs/images: Added.
3313 * BugsSite/docs/images/bzLifecycle.png: Added.
3314 * BugsSite/docs/images/bzLifecycle.xml: Added.
3315 * BugsSite/docs/images/callouts: Added.
3316 * BugsSite/docs/images/callouts/1.gif: Added.
3317 * BugsSite/docs/images/callouts/2.gif: Added.
3318 * BugsSite/docs/images/callouts/3.gif: Added.
3319 * BugsSite/docs/images/caution.gif: Added.
3320 * BugsSite/docs/images/note.gif: Added.
3321 * BugsSite/docs/images/tip.gif: Added.
3322 * BugsSite/docs/images/warning.gif: Added.
3323 * BugsSite/docs/makedocs.pl: Added.
3324 * BugsSite/docs/pdf: Added.
3325 * BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added.
3326 * BugsSite/docs/rel_notes.txt: Added.
3327 * BugsSite/docs/txt: Added.
3328 * BugsSite/docs/txt/Bugzilla-Guide.txt: Added.
3329 * BugsSite/docs/xml: Added.
3330 * BugsSite/docs/xml/Bugzilla-Guide.xml: Added.
3331 * BugsSite/docs/xml/about.xml: Added.
3332 * BugsSite/docs/xml/administration.xml: Added.
3333 * BugsSite/docs/xml/conventions.xml: Added.
3334 * BugsSite/docs/xml/customization.xml: Added.
3335 * BugsSite/docs/xml/dbschema.mysql: Added.
3336 * BugsSite/docs/xml/faq.xml: Added.
3337 * BugsSite/docs/xml/filetemp.patch: Added.
3338 * BugsSite/docs/xml/gfdl.xml: Added.
3339 * BugsSite/docs/xml/glossary.xml: Added.
3340 * BugsSite/docs/xml/index.xml: Added.
3341 * BugsSite/docs/xml/installation.xml: Added.
3342 * BugsSite/docs/xml/integration.xml: Added.
3343 * BugsSite/docs/xml/introduction.xml: Added.
3344 * BugsSite/docs/xml/modules.xml: Added.
3345 * BugsSite/docs/xml/patches.xml: Added.
3346 * BugsSite/docs/xml/requiredsoftware.xml: Added.
3347 * BugsSite/docs/xml/security.xml: Added.
3348 * BugsSite/docs/xml/troubleshooting.xml: Added.
3349 * BugsSite/docs/xml/using.xml: Added.
3350 * BugsSite/doeditparams.cgi: Added.
3351 * BugsSite/duplicates.cgi: Added.
3352 * BugsSite/duplicates.xul: Added.
3353 * BugsSite/editclassifications.cgi: Added.
3354 * BugsSite/editcomponents.cgi: Added.
3355 * BugsSite/editflagtypes.cgi: Added.
3356 * BugsSite/editgroups.cgi: Added.
3357 * BugsSite/editkeywords.cgi: Added.
3358 * BugsSite/editmilestones.cgi: Added.
3359 * BugsSite/editparams.cgi: Added.
3360 * BugsSite/editproducts.cgi: Added.
3361 * BugsSite/editsettings.cgi: Added.
3362 * BugsSite/editusers.cgi: Added.
3363 * BugsSite/editvalues.cgi: Added.
3364 * BugsSite/editversions.cgi: Added.
3365 * BugsSite/editwhines.cgi: Added.
3366 * BugsSite/enter_bug.cgi: Added.
3367 * BugsSite/favicon.ico: Added.
3368 * BugsSite/globals.pl: Added.
3369 * BugsSite/graphs: Added.
3370 * BugsSite/images: Added.
3371 * BugsSite/images/padlock.png: Added.
3372 * BugsSite/importxml.pl: Added.
3373 * BugsSite/index.cgi: Added.
3374 * BugsSite/js: Added.
3375 * BugsSite/js/duplicates.js: Added.
3376 * BugsSite/js/productform.js: Added.
3377 * BugsSite/localconfig.js: Added.
3378 * BugsSite/long_list.cgi: Added.
3379 * BugsSite/move.pl: Added.
3380 * BugsSite/page.cgi: Added.
3381 * BugsSite/post_bug.cgi: Added.
3382 * BugsSite/process_bug.cgi: Added.
3383 * BugsSite/productmenu.js: Added.
3384 * BugsSite/query.cgi: Added.
3385 * BugsSite/quicksearch.html: Added.
3386 * BugsSite/quicksearch.js: Added.
3387 * BugsSite/quicksearchhack.html: Added.
3388 * BugsSite/quips.cgi: Added.
3389 * BugsSite/relogin.cgi: Added.
3390 * BugsSite/report.cgi: Added.
3391 * BugsSite/reports.cgi: Added.
3392 * BugsSite/request.cgi: Added.
3393 * BugsSite/robots.txt: Added.
3394 * BugsSite/runtests.pl: Added.
3395 * BugsSite/sanitycheck.cgi: Added.
3396 * BugsSite/show_activity.cgi: Added.
3397 * BugsSite/show_bug.cgi: Added.
3398 * BugsSite/showattachment.cgi: Added.
3399 * BugsSite/showdependencygraph.cgi: Added.
3400 * BugsSite/showdependencytree.cgi: Added.
3401 * BugsSite/sidebar.cgi: Added.
3402 * BugsSite/skins: Added.
3403 * BugsSite/skins/.cvsignore: Added.
3404 * BugsSite/skins/custom: Added.
3405 * BugsSite/skins/custom/admin.css: Added.
3406 * BugsSite/skins/custom/buglist.css: Added.
3407 * BugsSite/skins/custom/duplicates.css: Added.
3408 * BugsSite/skins/custom/editusers.css: Added.
3409 * BugsSite/skins/custom/global.css: Added.
3410 * BugsSite/skins/custom/index.css: Added.
3411 * BugsSite/skins/custom/opendarwin.gif: Added.
3412 * BugsSite/skins/custom/panel.css: Added.
3413 * BugsSite/skins/custom/show_multiple.css: Added.
3414 * BugsSite/skins/custom/summarize-time.css: Added.
3415 * BugsSite/skins/custom/voting.css: Added.
3416 * BugsSite/skins/standard: Added.
3417 * BugsSite/skins/standard/admin.css: Added.
3418 * BugsSite/skins/standard/buglist.css: Added.
3419 * BugsSite/skins/standard/duplicates.css: Added.
3420 * BugsSite/skins/standard/editusers.css: Added.
3421 * BugsSite/skins/standard/global: Added.
3422 * BugsSite/skins/standard/global.css: Added.
3423 * BugsSite/skins/standard/global/body-back.gif: Added.
3424 * BugsSite/skins/standard/global/header.png: Added.
3425 * BugsSite/skins/standard/index: Added.
3426 * BugsSite/skins/standard/index.css: Added.
3427 * BugsSite/skins/standard/index/front.jpg: Added.
3428 * BugsSite/skins/standard/index/front.png: Added.
3429 * BugsSite/skins/standard/panel.css: Added.
3430 * BugsSite/skins/standard/show_multiple.css: Added.
3431 * BugsSite/skins/standard/summarize-time.css: Added.
3432 * BugsSite/skins/standard/voting.css: Added.
3433 * BugsSite/summarize_time.cgi: Added.
3434 * BugsSite/t: Added.
3435 * BugsSite/t/001compile.t: Added.
3436 * BugsSite/t/002goodperl.t: Added.
3437 * BugsSite/t/003safesys.t: Added.
3438 * BugsSite/t/004template.t: Added.
3439 * BugsSite/t/005no_tabs.t: Added.
3440 * BugsSite/t/006spellcheck.t: Added.
3441 * BugsSite/t/007util.t: Added.
3442 * BugsSite/t/008filter.t: Added.
3443 * BugsSite/t/009bugwords.t: Added.
3444 * BugsSite/t/011pod.t: Added.
3445 * BugsSite/t/Support: Added.
3446 * BugsSite/t/Support/Files.pm: Added.
3447 * BugsSite/t/Support/Systemexec.pm: Added.
3448 * BugsSite/t/Support/Templates.pm: Added.
3449 * BugsSite/t/testchart.gif: Added.
3450 * BugsSite/t/testchart.png: Added.
3451 * BugsSite/t/testgd.png: Added.
3452 * BugsSite/template: Added.
3453 * BugsSite/template/.cvsignore: Added.
3454 * BugsSite/template/.htaccess: Added.
3455 * BugsSite/template/en: Added.
3456 * BugsSite/template/en/.cvsignore: Added.
3457 * BugsSite/template/en/custom: Added.
3458 * BugsSite/template/en/custom/account: Added.
3459 * BugsSite/template/en/custom/account/auth: Added.
3460 * BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
3461 * BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added.
3462 * BugsSite/template/en/custom/account/auth/login.html.tmpl: Added.
3463 * BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added.
3464 * BugsSite/template/en/custom/account/create.html.tmpl: Added.
3465 * BugsSite/template/en/custom/account/created.html.tmpl: Added.
3466 * BugsSite/template/en/custom/account/email: Added.
3467 * BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added.
3468 * BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added.
3469 * BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added.
3470 * BugsSite/template/en/custom/account/exists.html.tmpl: Added.
3471 * BugsSite/template/en/custom/account/password: Added.
3472 * BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
3473 * BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
3474 * BugsSite/template/en/custom/account/prefs: Added.
3475 * BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added.
3476 * BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added.
3477 * BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added.
3478 * BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added.
3479 * BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added.
3480 * BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
3481 * BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added.
3482 * BugsSite/template/en/custom/admin: Added.
3483 * BugsSite/template/en/custom/admin/classifications: Added.
3484 * BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added.
3485 * BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added.
3486 * BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added.
3487 * BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added.
3488 * BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added.
3489 * BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
3490 * BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added.
3491 * BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added.
3492 * BugsSite/template/en/custom/admin/components: Added.
3493 * BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
3494 * BugsSite/template/en/custom/admin/components/create.html.tmpl: Added.
3495 * BugsSite/template/en/custom/admin/components/created.html.tmpl: Added.
3496 * BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added.
3497 * BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added.
3498 * BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added.
3499 * BugsSite/template/en/custom/admin/components/list.html.tmpl: Added.
3500 * BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added.
3501 * BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added.
3502 * BugsSite/template/en/custom/admin/fieldvalues: Added.
3503 * BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
3504 * BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
3505 * BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
3506 * BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
3507 * BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
3508 * BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
3509 * BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
3510 * BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
3511 * BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
3512 * BugsSite/template/en/custom/admin/flag-type: Added.
3513 * BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
3514 * BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
3515 * BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added.
3516 * BugsSite/template/en/custom/admin/groups: Added.
3517 * BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added.
3518 * BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added.
3519 * BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added.
3520 * BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added.
3521 * BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added.
3522 * BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added.
3523 * BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added.
3524 * BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added.
3525 * BugsSite/template/en/custom/admin/keywords: Added.
3526 * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
3527 * BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added.
3528 * BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added.
3529 * BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added.
3530 * BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added.
3531 * BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
3532 * BugsSite/template/en/custom/admin/milestones: Added.
3533 * BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
3534 * BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added.
3535 * BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added.
3536 * BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
3537 * BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added.
3538 * BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added.
3539 * BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added.
3540 * BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
3541 * BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added.
3542 * BugsSite/template/en/custom/admin/products: Added.
3543 * BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
3544 * BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added.
3545 * BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added.
3546 * BugsSite/template/en/custom/admin/products/groupcontrol: Added.
3547 * BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
3548 * BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
3549 * BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
3550 * BugsSite/template/en/custom/admin/products/list.html.tmpl: Added.
3551 * BugsSite/template/en/custom/admin/settings: Added.
3552 * BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added.
3553 * BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added.
3554 * BugsSite/template/en/custom/admin/table.html.tmpl: Added.
3555 * BugsSite/template/en/custom/admin/users: Added.
3556 * BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
3557 * BugsSite/template/en/custom/admin/users/create.html.tmpl: Added.
3558 * BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added.
3559 * BugsSite/template/en/custom/admin/users/list.html.tmpl: Added.
3560 * BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
3561 * BugsSite/template/en/custom/admin/users/search.html.tmpl: Added.
3562 * BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added.
3563 * BugsSite/template/en/custom/admin/versions: Added.
3564 * BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
3565 * BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added.
3566 * BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added.
3567 * BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added.
3568 * BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added.
3569 * BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added.
3570 * BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added.
3571 * BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added.
3572 * BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added.
3573 * BugsSite/template/en/custom/attachment: Added.
3574 * BugsSite/template/en/custom/attachment/choose.html.tmpl: Added.
3575 * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added.
3576 * BugsSite/template/en/custom/attachment/create.html.tmpl: Added.
3577 * BugsSite/template/en/custom/attachment/created.html.tmpl: Added.
3578 * BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added.
3579 * BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added.
3580 * BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added.
3581 * BugsSite/template/en/custom/attachment/edit.html.tmpl: Added.
3582 * BugsSite/template/en/custom/attachment/list.html.tmpl: Added.
3583 * BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added.
3584 * BugsSite/template/en/custom/attachment/updated.html.tmpl: Added.
3585 * BugsSite/template/en/custom/bug: Added.
3586 * BugsSite/template/en/custom/bug/activity: Added.
3587 * BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added.
3588 * BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added.
3589 * BugsSite/template/en/custom/bug/choose.html.tmpl: Added.
3590 * BugsSite/template/en/custom/bug/comments.html.tmpl: Added.
3591 * BugsSite/template/en/custom/bug/create: Added.
3592 * BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
3593 * BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added.
3594 * BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added.
3595 * BugsSite/template/en/custom/bug/create/create.html.tmpl: Added.
3596 * BugsSite/template/en/custom/bug/create/created.html.tmpl: Added.
3597 * BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added.
3598 * BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added.
3599 * BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added.
3600 * BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added.
3601 * BugsSite/template/en/custom/bug/edit.html.tmpl: Added.
3602 * BugsSite/template/en/custom/bug/knob.html.tmpl: Added.
3603 * BugsSite/template/en/custom/bug/navigate.html.tmpl: Added.
3604 * BugsSite/template/en/custom/bug/process: Added.
3605 * BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added.
3606 * BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
3607 * BugsSite/template/en/custom/bug/process/header.html.tmpl: Added.
3608 * BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added.
3609 * BugsSite/template/en/custom/bug/process/next.html.tmpl: Added.
3610 * BugsSite/template/en/custom/bug/process/results.html.tmpl: Added.
3611 * BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
3612 * BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added.
3613 * BugsSite/template/en/custom/bug/show.html.tmpl: Added.
3614 * BugsSite/template/en/custom/bug/show.xml.tmpl: Added.
3615 * BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added.
3616 * BugsSite/template/en/custom/bug/time.html.tmpl: Added.
3617 * BugsSite/template/en/custom/bug/votes: Added.
3618 * BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
3619 * BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
3620 * BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
3621 * BugsSite/template/en/custom/config.js.tmpl: Added.
3622 * BugsSite/template/en/custom/config.rdf.tmpl: Added.
3623 * BugsSite/template/en/custom/filterexceptions.pl: Added.
3624 * BugsSite/template/en/custom/flag: Added.
3625 * BugsSite/template/en/custom/flag/list.html.tmpl: Added.
3626 * BugsSite/template/en/custom/global: Added.
3627 * BugsSite/template/en/custom/global/banner.html.tmpl: Added.
3628 * BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added.
3629 * BugsSite/template/en/custom/global/choose-product.html.tmpl: Added.
3630 * BugsSite/template/en/custom/global/code-error.html.tmpl: Added.
3631 * BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added.
3632 * BugsSite/template/en/custom/global/field-descs.none.tmpl: Added.
3633 * BugsSite/template/en/custom/global/footer.html.tmpl: Added.
3634 * BugsSite/template/en/custom/global/header.html.tmpl: Added.
3635 * BugsSite/template/en/custom/global/help-header.html.tmpl: Added.
3636 * BugsSite/template/en/custom/global/help.html.tmpl: Added.
3637 * BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added.
3638 * BugsSite/template/en/custom/global/initialize.none.tmpl: Added.
3639 * BugsSite/template/en/custom/global/message.html.tmpl: Added.
3640 * BugsSite/template/en/custom/global/messages.html.tmpl: Added.
3641 * BugsSite/template/en/custom/global/select-menu.html.tmpl: Added.
3642 * BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added.
3643 * BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added.
3644 * BugsSite/template/en/custom/global/useful-links.html.tmpl: Added.
3645 * BugsSite/template/en/custom/global/user-error.html.tmpl: Added.
3646 * BugsSite/template/en/custom/global/userselect.html.tmpl: Added.
3647 * BugsSite/template/en/custom/global/variables.none.tmpl: Added.
3648 * BugsSite/template/en/custom/index.html.tmpl: Added.
3649 * BugsSite/template/en/custom/list: Added.
3650 * BugsSite/template/en/custom/list/change-columns.html.tmpl: Added.
3651 * BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added.
3652 * BugsSite/template/en/custom/list/list-simple.html.tmpl: Added.
3653 * BugsSite/template/en/custom/list/list.csv.tmpl: Added.
3654 * BugsSite/template/en/custom/list/list.html.tmpl: Added.
3655 * BugsSite/template/en/custom/list/list.ics.tmpl: Added.
3656 * BugsSite/template/en/custom/list/list.js.tmpl: Added.
3657 * BugsSite/template/en/custom/list/list.rdf.tmpl: Added.
3658 * BugsSite/template/en/custom/list/list.rss.tmpl: Added.
3659 * BugsSite/template/en/custom/list/quips.html.tmpl: Added.
3660 * BugsSite/template/en/custom/list/server-push.html.tmpl: Added.
3661 * BugsSite/template/en/custom/list/table.html.tmpl: Added.
3662 * BugsSite/template/en/custom/pages: Added.
3663 * BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added.
3664 * BugsSite/template/en/custom/pages/fields.html.tmpl: Added.
3665 * BugsSite/template/en/custom/pages/linked.html.tmpl: Added.
3666 * BugsSite/template/en/custom/pages/linkify.html.tmpl: Added.
3667 * BugsSite/template/en/custom/pages/voting.html.tmpl: Added.
3668 * BugsSite/template/en/custom/reports: Added.
3669 * BugsSite/template/en/custom/reports/chart.csv.tmpl: Added.
3670 * BugsSite/template/en/custom/reports/chart.html.tmpl: Added.
3671 * BugsSite/template/en/custom/reports/chart.png.tmpl: Added.
3672 * BugsSite/template/en/custom/reports/components.html.tmpl: Added.
3673 * BugsSite/template/en/custom/reports/create-chart.html.tmpl: Added.
3674 * BugsSite/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
3675 * BugsSite/template/en/custom/reports/duplicates-table.html.tmpl: Added.
3676 * BugsSite/template/en/custom/reports/duplicates.html.tmpl: Added.
3677 * BugsSite/template/en/custom/reports/duplicates.rdf.tmpl: Added.
3678 * BugsSite/template/en/custom/reports/edit-series.html.tmpl: Added.
3679 * BugsSite/template/en/custom/reports/keywords.html.tmpl: Added.
3680 * BugsSite/template/en/custom/reports/menu.html.tmpl: Added.
3681 * BugsSite/template/en/custom/reports/report-bar.png.tmpl: Added.
3682 * BugsSite/template/en/custom/reports/report-line.png.tmpl: Added.
3683 * BugsSite/template/en/custom/reports/report-pie.png.tmpl: Added.
3684 * BugsSite/template/en/custom/reports/report-simple.html.tmpl: Added.
3685 * BugsSite/template/en/custom/reports/report-table.csv.tmpl: Added.
3686 * BugsSite/template/en/custom/reports/report-table.html.tmpl: Added.
3687 * BugsSite/template/en/custom/reports/report.csv.tmpl: Added.
3688 * BugsSite/template/en/custom/reports/report.html.tmpl: Added.
3689 * BugsSite/template/en/custom/reports/series-common.html.tmpl: Added.
3690 * BugsSite/template/en/custom/reports/series.html.tmpl: Added.
3691 * BugsSite/template/en/custom/request: Added.
3692 * BugsSite/template/en/custom/request/email.txt.tmpl: Added.
3693 * BugsSite/template/en/custom/request/queue.html.tmpl: Added.
3694 * BugsSite/template/en/custom/search: Added.
3695 * BugsSite/template/en/custom/search/boolean-charts.html.tmpl: Added.
3696 * BugsSite/template/en/custom/search/form.html.tmpl: Added.
3697 * BugsSite/template/en/custom/search/knob.html.tmpl: Added.
3698 * BugsSite/template/en/custom/search/search-advanced.html.tmpl: Added.
3699 * BugsSite/template/en/custom/search/search-create-series.html.tmpl: Added.
3700 * BugsSite/template/en/custom/search/search-help.html.tmpl: Added.
3701 * BugsSite/template/en/custom/search/search-report-graph.html.tmpl: Added.
3702 * BugsSite/template/en/custom/search/search-report-select.html.tmpl: Added.
3703 * BugsSite/template/en/custom/search/search-report-table.html.tmpl: Added.
3704 * BugsSite/template/en/custom/search/search-specific.html.tmpl: Added.
3705 * BugsSite/template/en/custom/search/tabs.html.tmpl: Added.
3706 * BugsSite/template/en/custom/sidebar.xul.tmpl: Added.
3707 * BugsSite/template/en/custom/whine: Added.
3708 * BugsSite/template/en/custom/whine/mail.html.tmpl: Added.
3709 * BugsSite/template/en/custom/whine/mail.txt.tmpl: Added.
3710 * BugsSite/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
3711 * BugsSite/template/en/custom/whine/schedule.html.tmpl: Added.
3712 * BugsSite/template/en/default: Added.
3713 * BugsSite/template/en/default/account: Added.
3714 * BugsSite/template/en/default/account/auth: Added.
3715 * BugsSite/template/en/default/account/auth/ldap-error.html.tmpl: Added.
3716 * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Added.
3717 * BugsSite/template/en/default/account/auth/login.html.tmpl: Added.
3718 * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Added.
3719 * BugsSite/template/en/default/account/create.html.tmpl: Added.
3720 * BugsSite/template/en/default/account/created.html.tmpl: Added.
3721 * BugsSite/template/en/default/account/email: Added.
3722 * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Added.
3723 * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Added.
3724 * BugsSite/template/en/default/account/email/confirm.html.tmpl: Added.
3725 * BugsSite/template/en/default/account/exists.html.tmpl: Added.
3726 * BugsSite/template/en/default/account/password: Added.
3727 * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Added.
3728 * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Added.
3729 * BugsSite/template/en/default/account/prefs: Added.
3730 * BugsSite/template/en/default/account/prefs/account.html.tmpl: Added.
3731 * BugsSite/template/en/default/account/prefs/email.html.tmpl: Added.
3732 * BugsSite/template/en/default/account/prefs/footer.html.tmpl: Added.
3733 * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Added.
3734 * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Added.
3735 * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Added.
3736 * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Added.
3737 * BugsSite/template/en/default/admin: Added.
3738 * BugsSite/template/en/default/admin/classifications: Added.
3739 * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Added.
3740 * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Added.
3741 * BugsSite/template/en/default/admin/classifications/delete.html.tmpl: Added.
3742 * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Added.
3743 * BugsSite/template/en/default/admin/classifications/new.html.tmpl: Added.
3744 * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Added.
3745 * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Added.
3746 * BugsSite/template/en/default/admin/classifications/update.html.tmpl: Added.
3747 * BugsSite/template/en/default/admin/components: Added.
3748 * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Added.
3749 * BugsSite/template/en/default/admin/components/create.html.tmpl: Added.
3750 * BugsSite/template/en/default/admin/components/created.html.tmpl: Added.
3751 * BugsSite/template/en/default/admin/components/deleted.html.tmpl: Added.
3752 * BugsSite/template/en/default/admin/components/edit.html.tmpl: Added.
3753 * BugsSite/template/en/default/admin/components/footer.html.tmpl: Added.
3754 * BugsSite/template/en/default/admin/components/list.html.tmpl: Added.
3755 * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Added.
3756 * BugsSite/template/en/default/admin/components/updated.html.tmpl: Added.
3757 * BugsSite/template/en/default/admin/fieldvalues: Added.
3758 * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Added.
3759 * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Added.
3760 * BugsSite/template/en/default/admin/fieldvalues/created.html.tmpl: Added.
3761 * BugsSite/template/en/default/admin/fieldvalues/deleted.html.tmpl: Added.
3762 * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Added.
3763 * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Added.
3764 * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Added.
3765 * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Added.
3766 * BugsSite/template/en/default/admin/fieldvalues/updated.html.tmpl: Added.
3767 * BugsSite/template/en/default/admin/flag-type: Added.
3768 * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Added.
3769 * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Added.
3770 * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Added.
3771 * BugsSite/template/en/default/admin/groups: Added.
3772 * BugsSite/template/en/default/admin/groups/change.html.tmpl: Added.
3773 * BugsSite/template/en/default/admin/groups/create.html.tmpl: Added.
3774 * BugsSite/template/en/default/admin/groups/created.html.tmpl: Added.
3775 * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Added.
3776 * BugsSite/template/en/default/admin/groups/deleted.html.tmpl: Added.
3777 * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Added.
3778 * BugsSite/template/en/default/admin/groups/list.html.tmpl: Added.
3779 * BugsSite/template/en/default/admin/groups/remove.html.tmpl: Added.
3780 * BugsSite/template/en/default/admin/keywords: Added.
3781 * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Added.
3782 * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Added.
3783 * BugsSite/template/en/default/admin/keywords/created.html.tmpl: Added.
3784 * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Added.
3785 * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Added.
3786 * BugsSite/template/en/default/admin/keywords/rebuild-cache.html.tmpl: Added.
3787 * BugsSite/template/en/default/admin/milestones: Added.
3788 * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Added.
3789 * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Added.