1 2009-11-24 Jens Alfke <snej@chromium.org>
3 Reviewed by David Levin.
5 Ignore Chromium's Xcode projects that are auto-generated from .gyp files.
6 https://bugs.webkit.org/show_bug.cgi?id=31847
8 * .gitignore: Add three .xcodeproj files.
10 2009-11-09 Priit Laes <plaes@plaes.org>
12 Reviewed by Oliver Hunt.
14 [Gtk] Build from tarball fails with --enable-introspection
15 https://bugs.webkit.org/show_bug.cgi?id=31261
17 We need to enable gobject-introspection during distcheck otherwise
18 some of the required files are missing in tarball.
22 2009-11-05 Priit Laes <plaes@plaes.org>
24 Reviewed by Jan Alonzo.
26 [Gtk] Build failure with --enable-introspection
27 https://bugs.webkit.org/show_bug.cgi?id=31102
29 Add search and include paths for JSCore-1.0.gir required by
30 gobject-introspection tools.
34 2009-11-04 Benjamin Otte <otte@gnome.org>
36 Reviewed by Gustavo Noronha.
38 Update Cairo requirement to 1.6.
40 https://bugs.webkit.org/show_bug.cgi?id=19266
44 2009-11-02 Estêvão Samuel Procópio <tevaum@gmail.com>
46 Reviewed by Gustavo Noronha.
48 [Build] make install ignores --prefix option for gobject-introspection.
49 https://bugs.webkit.org/show_bug.cgi?id=31025
51 Make the build system use the --prefix path also when installing
52 gobject-introspection files.
54 * configure.ac: use --prefix path in GITDIR and GIRTYPELIBDIR
56 2009-11-02 Xan Lopez <xlopez@igalia.com>
58 Bump version before release (or post-release, depending on your
59 point of view) so that we can make applications depending on
60 unreleased APIs in WebKit svn fail at configure time when the
61 requirements are not met.
65 2009-11-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
67 Reviewed by Eric Seidel.
69 Turn on warnings for QtWebKit for gcc
70 https://bugs.webkit.org/show_bug.cgi?id=30958
72 * WebKit.pri: Turn on warnings for the GCC compiler
74 2009-10-30 Adam Barth <abarth@webkit.org>
76 Reviewed by Mark Rowe.
78 Teach git to ignore some files
79 https://bugs.webkit.org/show_bug.cgi?id=30951
81 Ignore WebKitBuild because we never want to version that directory.
82 Also, ignore the xcode project files so git clean doesn't blow away
83 your project settings. Finally, ignore the compiled python files in
84 WebKitTools/Script modules because they clutter up git status.
88 2009-10-30 Roland Steiner <rolandsteiner@chromium.org>
90 Reviewed by Eric Seidel.
92 Remove ENABLE_RUBY guards as discussed with Dave Hyatt and Maciej Stachowiak.
94 Bug 28420 - Implement HTML5 <ruby> rendering
95 (https://bugs.webkit.org/show_bug.cgi?id=28420)
97 No new tests (no functional change).
101 2009-10-26 Holger Hans Peter Freyther <zecke@selfish.org>
103 Rubber-stamped by Darin Adler.
105 Export fastMalloc, fastCalloc, fastRealloc and fastFree
106 https://bugs.webkit.org/show_bug.cgi?id=30769
108 Export the FastMalloc functions outside of the libwebkit library
109 to be able to instrument memory allocations. These are C++ symbols
110 but do not require the C++ runtime to be useful and should be of
111 no harm to plain C code.
113 * autotools/symbols.filter:
115 2009-10-26 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
117 Reviewed by Jan Alonzo.
119 Alternative solution to regression introduced in r48672.
123 2009-10-26 Xan Lopez <xlopez@igalia.com>
125 Reviewed by Gustavo Noronha.
127 Update for 1.1.16 release.
131 2009-10-24 Laszlo Gombos <laszlo.1.gombos@nokia.com>
133 Reviewed by Holger Freyther.
135 [Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian
136 https://bugs.webkit.org/show_bug.cgi?id=30476
138 Set the stack size to 80 Kb and heap size to the 128kB - 32MB range
139 to all executables linking against WebKit library.
143 2009-10-18 Jan Michael Alonzo <jmalonzo@webkit.org>
145 Reviewed by Holger Freyther.
147 [GTK] Add MathML to the build system
148 https://bugs.webkit.org/show_bug.cgi?id=30487
150 Add --enable-mathml to configure.
154 2009-10-15 Jan Michael Alonzo <jmalonzo@webkit.org>
156 Reviewed by Xan Lopez.
158 [GTK] marshal stamp files are not cleaned after a distclean
159 https://bugs.webkit.org/show_bug.cgi?id=30156
161 Add the stamp files directly to cleanfiles. Also rearrange the
162 variable declarations so we don't miss any files that need to be
163 cleaned up during the clean targets.
167 2009-10-15 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
169 Unreviewed. Help text fix - Web Sockets default is no, not yes.
173 2009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org>
175 Rubberstamped by Eric Seidel.
177 [Gtk] Fix icu CFLAG for Darwin
178 https://bugs.webkit.org/show_bug.cgi?id=29517
180 Don't escape the srcdir variable. Also use $host instead of the
183 * autotools/webkit.m4:
185 2009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org>
187 Reviewed by Gustavo Noronha.
189 [Gtk] Use the SQLite3 headers from WebKitLibraries if sqlite3 is undetected
190 https://bugs.webkit.org/show_bug.cgi?id=29518
194 2009-10-05 Zoltan Horvath <zoltan@webkit.org>
196 Reviewed by Simon Hausmann.
198 [Qt] Disable TCmalloc for Windows port at the present, because MinGW
199 hasn't got built-in pthread library.
203 2009-10-02 Prasanth Ullattil <prasanth.ullattil@nokia.com>
205 Reviewed by Simon Hausmann.
207 Disable a few more harmless MSVC warnings.
211 2009-10-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
213 Unreviewed, build fix.
215 [Qt] Symbian build break after r48976.
216 unix is set for Symbian in the Qt build system.
220 2009-10-01 Zoltan Horvath <zoltan@webkit.org>
222 Reviewed by Simon Hausmann.
224 [Qt] Enable TCmalloc for the Linux, Mac and Windows Qt-port
225 https://bugs.webkit.org/show_bug.cgi?id=27029
227 Remove USE_SYSTEM_MALLOC for Linux, Mac and Windows Qt-port from WebKit.pri,
228 so these Qt-ports will use TCmalloc as other ports.
232 2009-10-01 Martin Robinson <martin.james.robinson@gmail.com>
234 Reviewed by Xan Lopez.
236 [GTK] GtkIMContext filtering interferes with DOM key events
237 https://bugs.webkit.org/show_bug.cgi?id=28733
239 Add new key event test ensuring that IME keypresses are handled.
243 2009-10-01 Philippe Normand <pnormand@igalia.com>
245 Reviewed by Xan Lopez.
247 [GTK] data: uri support in media player
248 https://bugs.webkit.org/show_bug.cgi?id=29842
250 Check presence of gstreamer-pbutils-0.10.
254 2009-09-26 David Kilzer <ddkilzer@apple.com>
256 GTK BUILD FIX: add ENABLE_ORIENTATION_EVENTS support to configure.ac
258 * configure.ac: Added support for ENABLE_ORIENTATION_EVENTS.
260 2009-09-23 Xan Lopez <xlopez@igalia.com>
262 Reviewed by Gustavo Noronha.
264 Do not add unneeded include paths for gir files, and add the
265 include paths for headers manually instead of relying on our own
266 pc file and installed headers, since that adds a circular
271 2009-09-23 Jan Michael Alonzo <jmalonzo@webkit.org>
273 Reviewed by Xan Lopez.
275 Minor reorganization to the patch landed in
276 http://trac.webkit.org/changeset/48670. Also move JSCore-1.0.gir
277 in the gtk directory as that's only useful to the Gtk port at the
283 2009-09-23 Xan Lopez <xlopez@igalia.com>
285 Reviewed by Gustavo Noronha.
287 [GTK] We should generate our own gir file for introspection
288 https://bugs.webkit.org/show_bug.cgi?id=29603
290 Generate gir and typelib files for WebKit and JSCore. The JSCore
291 gir file is handwritten (since it's only useful, for now, as a
292 dependency of the WebKit gir file), the WebKit one is
293 autogenerated from the headers.
296 * JSCore-1.0.gir: Added.
299 2009-09-22 Philippe Normand <pnormand@igalia.com>
301 Reviewed by Xan Lopez.
303 link errors due to wrong UNICODE_LIBS on Ubuntu Jaunty
304 https://bugs.webkit.org/show_bug.cgi?id=29638
306 Call icu-cconfig with ldflags-libsonly to prevent having a -L
307 statement that could override libs installed in another prefix.
309 * autotools/webkit.m4:
311 2009-09-21 Xan Lopez <xlopez@igalia.com>
313 Reviewed by Gustavo Noronha.
315 Bump version for 1.1.15 release.
319 2009-09-18 Xan Lopez <xlopez@igalia.com>
321 Reviewed by Gustavo Noronha and Jan Alonzo.
323 [GTK] context menu overriding API is very limited
324 https://bugs.webkit.org/show_bug.cgi?id=27546
326 Add new tests to the build.
330 2009-09-18 Xan Lopez <xlopez@igalia.com>
332 Reviewed by Gustavo Noronha and Jan Alonzo.
334 [GTK] context menu overriding API is very limited
335 https://bugs.webkit.org/show_bug.cgi?id=27546
337 Add WebKitHitTestResult to the build.
341 2009-09-10 Laszlo Gombos <laszlo.1.gombos@nokia.com>
343 Reviewed by Ariya Hidayat.
345 Disable some ARM compiler warnings
346 https://bugs.webkit.org/show_bug.cgi?id=29083
348 The following ARM compiler warnings are disabled
350 - #68-D: integer conversion resulted in a change of sign
351 - #111-D: statement is unreachable
352 - #177-D: variable XXX was declared but never referenced
353 - #368-D: class XXX defines no constructor to initialize the following: YYY
354 - #830-D: function XXX "XXX::operator new" has no corresponding operator delete
355 - #1293-D: assignment in condition
359 2009-09-09 Kenneth Rohde Christiansen <kenneth@webkit.org>
361 Reviewed by Simon Hausmann.
363 [Qt] Add the alternative QtLauncher (based on QGraphicsView) to the build.
365 https://bugs.webkit.org/show_bug.cgi?id=28862
369 2009-09-07 Xan Lopez <xlopez@igalia.com>
371 Rubber-stamped by Gustavo Noronha.
373 Bump versions in preparation for 1.1.14 release.
377 2009-09-07 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
379 Reviewed by Xan Lopez.
381 https://bugs.webkit.org/show_bug.cgi?id=26854
382 [GTK] Needs API to allow more control over outgoing requests
384 * GNUmakefile.am: new files added to the build for new class
385 WebKitNetworkResponse
387 2009-09-06 Martin Robinson <martin.james.robinson@gmail.com>
389 Reviewed by Gustavo Noronha, Jan Alonzo and Xan Lopez.
391 [Gtk] Expose a database API
392 https://bugs.webkit.org/show_bug.cgi?id=27899
394 Expose an HTML5 database API for GTK+.
398 2009-09-04 Albert Bachand <albertb@google.com>
400 Reviewed by Eric Seidel.
402 Modify the condition regarding the key modifier for opening combo
403 boxes under GTK from just PLATFORM(GTK) to also look for
404 (PLATFORM(CHROMIUM) && PLATFORM(LINUX)).
406 * WebCore/dom/SelectElement.cpp:
407 * WebCore/manual-tests/select-popup-on-spacebar.html:
409 2009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org>
411 Reviewed by Xan Lopez and Gustavo Noronha.
413 [Gtk] Implement a WebDataSource for the gtk port
414 https://bugs.webkit.org/show_bug.cgi?id=24758
416 Add WebKitWebDataSource unit test to the build script
420 2009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org>
422 Reviewed by Xan Lopez and Gustavo Noronha.
424 [Gtk] Implement a WebDataSource for the gtk port
425 https://bugs.webkit.org/show_bug.cgi?id=24758
427 Add WebKitWebDataSource and DocumentLoaderGtk to the build script.
431 2009-09-01 Jan Michael Alonzo <jmalonzo@webkit.org>
433 Reviewed by Xan Lopez and Gustavo Noronha.
435 [Gtk] Implement a WebDataSource for the gtk port
436 https://bugs.webkit.org/show_bug.cgi?id=24758
438 Add WebKitWebResource to the build script.
442 2009-08-28 Jan Michael Alonzo <jmalonzo@webkit.org>
444 Reviewed by Oliver Hunt.
446 Gtk Build broken for OSX Quartz
447 https://bugs.webkit.org/show_bug.cgi?id=28727
449 Define XP_UNIX for non-Win OS builds.
453 2009-08-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
455 Reviewed by Holger Freyther.
457 https://bugs.webkit.org/show_bug.cgi?id=25889
458 [GTK] scrollbar policy for main frame is not implementable
460 Adding files for the new test for window-related issues (starting
461 with scrollbar policy).
465 2009-08-27 Priit Laes <plaes@plaes.org>
467 Reviewed by Xan Lopez.
469 [GTK] Out-of-srcdir build problem
470 https://bugs.webkit.org/show_bug.cgi?id=28741
472 * GNUmakefile.am, autotools/webkit.m4:
473 Fix problem with out-of-srcdir builds. Also bump required glib version.
475 2009-08-24 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
477 Reviewed by Xan Lopez.
479 Bump package and so versions for 1.1.13 release.
483 2009-08-22 Javier Jardón <javierjc1982@gmail.com>
485 [GTK] Not use deprecated symbols in WebKitWebView example code.
486 https://bugs.webkit.org/show_bug.cgi?id=28651
488 * WebKit/gtk/webkit/webkitwebview.cpp
490 2009-08-18 Xan Lopez <xlopez@igalia.com>
492 Rubber-stamped by Holger Freyther.
494 Require at least libsoup 2.27.91 for the new password
495 manager/authentication APIs.
499 2009-08-18 Drew Wilson <atwilson@google.com>
501 Reviewed by NOBODY (Build Break).
503 Speculative fix for GTK DumpRenderTree.
507 2009-08-18 Kent Tamura <tkent@chromium.org>
509 Reviewed by Eric Seidel.
511 Add --enable-datalist option.
515 2009-08-14 Adam Bergkvist <adam.bergkvist@ericsson.com>
517 Reviewed by Sam Weinig.
519 [GTK] Added EventSource to the build (default on).
520 https://bugs.webkit.org/show_bug.cgi?id=14997
524 2009-08-14 Jan Michael Alonzo <jmalonzo@webkit.org>
526 Rubber-stamped by Gustavo Noronha.
528 Initialize CFLAGS and CXXFLAGS before the main body of the
529 WEBKIT_INIT macro so C files don't get built with "-g -O2".
531 * autotools/webkit.m4:
533 2009-08-12 Xan Lopez <xlopez@igalia.com>
535 Reviewed by Jan Alonzo.
537 [GTK] Remove keyring optional features
538 https://bugs.webkit.org/show_bug.cgi?id=28173
540 Remove keyring support, we now do authentication storage through
541 libsoup. We depend on libsoup master now, will bump the dependency
542 when there's a new release.
547 2009-08-11 Drew Wilson <atwilson@google.com>
549 Reviewed by NOBODY (Build break).
551 Speculative fix for GTK build break.
555 2009-08-11 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
557 Reviewed by Simon Hausmann.
559 Build the TestNetscapePlugin on Qt/Mac
563 2009-08-11 Xan Lopez <xlopez@igalia.com>
565 Reviewed by Jan Alonzo.
567 Prefix lengthy commands with AM_V_GEN so that they produce an
568 output like 'GEN <filename>' when in silent mode.
572 2009-08-05 Jan Michael Alonzo <jmalonzo@webkit.org>
574 Reviewed by Xan Lopez.
576 [Gtk] macros in webkit.m4 should be defined once only
577 https://bugs.webkit.org/show_bug.cgi?id=27929
579 The macros in webkit.m4 are not meant to be called multiple times
580 so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
581 AC_REQUIRE to remove the automake warnings when doing autogen.sh.
583 Lastly, make sure CXXFLAGS and CFLAGS are defined before
584 AC_PROG_CXX gets expanded so it doesn't add "-g -O2" on Release builds.
586 * autotools/webkit.m4:
588 2009-08-05 Xan Lopez <xlopez@igalia.com>
590 Revert r46714, it was making us build debug images by default.
592 * autotools/webkit.m4:
594 2009-08-03 Laszlo Gombos <laszlo.1.gombos@nokia.com>
596 Reviewed by Eric Seidel.
598 [Qt] Consolidate common gcc flags to WebKit.pri
599 https://bugs.webkit.org/show_bug.cgi?id=27934
603 2009-08-03 Jan Michael Alonzo <jmalonzo@webkit.org>
605 Rubber-stamped by Eric Seidel.
607 [Gtk] macros in webkit.m4 should be defined once only
608 https://bugs.webkit.org/show_bug.cgi?id=27929
610 The macros in webkit.m4 are not meant to be called multiple times
611 so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
612 AC_REQUIRE to remove the automake warnings when doing autogen.sh.
614 * autotools/webkit.m4:
616 2009-07-29 Ariya Hidayat <ariya.hidayat@nokia.com>
618 Reviewed by Simon Hausmann.
620 Adding ImageDiff project file.
622 https://bugs.webkit.org/show_bug.cgi?id=27813
624 * WebKit.pro: Added ImageDiff.pro.
626 2009-07-29 Jan Michael Alonzo <jmalonzo@webkit.org>
628 Reviewed by Eric Seidel and Xan Lopez.
630 [Gtk] Enable http/tests/appcache tests
631 https://bugs.webkit.org/show_bug.cgi?id=27674
633 * GNUmakefile.am: Add webkit/webkitapplicationcache.cpp
635 2009-07-28 Xan Lopez <xlopez@igalia.com>
637 Reviewed by Gustavo Noronha.
639 Use automake 1.11 SILENT_RULES when present, for cleaner build
640 output. You can disable it by passing --disable-silent-rules to
641 configure or V=1 to make.
646 2009-07-28 Laszlo Gombos <laszlo.1.gombos@nokia.com>
648 Reviewed by Simon Hausmann.
650 [Qt] Disable some compiler warnings for the win build
651 https://bugs.webkit.org/show_bug.cgi?id=27709
655 2009-07-28 Xan Lopez <xlopez@igalia.com>
657 Reviewed by Gustavo Noronha.
659 * configure.ac: bump version for 1.1.12 release.
661 2009-07-24 Xan Lopez <xlopez@igalia.com>
663 Reviewed by Gustavo Noronha.
665 Remove unneeded commas from PKG_CHECK_MODULES.
669 2009-07-24 Jan Michael Alonzo <jmalonzo@webkit.org>
671 Reviewed by Xan Lopez.
673 Bump pango version requirement to 1.12 which is the version that
678 2009-07-21 Roland Steiner <rolandsteiner@google.com>
680 Reviewed by David Levin.
682 Add ENABLE_RUBY to list of build options
683 https://bugs.webkit.org/show_bug.cgi?id=27324
685 * configure.ac: Added flag ENABLE_RUBY.
687 2009-07-20 Laszlo Gombos <laszlo.1.gombos@nokia.com>
689 Reviewed by Holger Freyther.
691 [Qt] Add an option for QtLauncher to build without QtUiTools dependency
692 https://bugs.webkit.org/show_bug.cgi?id=27438
694 Based on Norbert Leser's work.
696 * WebKit.pri: Symbian does not have UiTools
698 2009-07-16 Fumitoshi Ukai <ukai@chromium.org>
700 Reviewed by David Levin.
702 Add --web-sockets flag and ENABLE_WEB_SOCKETS define.
703 https://bugs.webkit.org/show_bug.cgi?id=27206
705 Add --enable-web-sockets in configure.ac
709 2009-07-16 Laszlo Gombos <laszlo.1.gombos@nokia.com>
711 Reviewed by Simon Hausmann.
713 [Qt] Enable GNU compiler extensions to the ARM compiler
714 for all Qt ports using RVCT
715 https://bugs.webkit.org/show_bug.cgi?id=27348
719 2009-07-15 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
721 Rubber-stamped by Simon Hausmann.
723 Fix the Qt/Mac build by disabling TestNetscapePlugin
725 We should fix and enable this once we run DRT for Qt/Mac
729 2009-07-13 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
731 Unreviewed build fix. Require the correct libsoup version now that
736 2009-07-13 Laszlo Gombos <laszlo.1.gombos@nokia.com>
738 Reviewed by Tor Arne Vestbø.
740 [Qt] Build fix for QtWebKit on Win
741 https://bugs.webkit.org/show_bug.cgi?id=27205
743 * WebKit.pri: Include the major version number in the QtWebKit
744 library file for Win.
746 2009-07-13 Simon Hausmann <simon.hausmann@nokia.com>
748 Reviewed by Ariya Hidayat.
750 Add the test netscape plugin for the Qt DRT to the build.
754 2009-07-13 Drew Wilson <atwilson@google.com>
756 Reviewed by David Levin.
758 Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs
759 https://bugs.webkit.org/show_bug.cgi?id=26932
761 Added ENABLE(SHARED_WORKERS) flag.
765 2009-07-12 Xan Lopez <xlopez@igalia.com>
767 Reviewed by Gustavo Noronha.
769 Bump version in preparation for 1.1.11 release.
773 2009-07-07 Norbert Leser <norbert.leser@nokia.com>
775 Reviewed by Simon Hausmann.
777 Exclude DumpRenderTree.pro from symbian build
781 2009-07-09 Drew Wilson <atwilson@google.com>
783 Reviewed by Alexey Proskuryakov.
785 https://bugs.webkit.org/show_bug.cgi?id=26903
787 Turned on CHANNEL_MESSAGING by default because the MessageChannel API
788 can now be implemented for Web Workers and is reasonably stable.
790 * configure.ac: enable CHANNEL_MESSAGING.
792 2009-07-03 Jan Michael Alonzo <jmalonzo@webkit.org>
794 Reviewed by Xan Lopez and Gustavo Noronha.
796 Set user-agent from application
797 https://bugs.webkit.org/show_bug.cgi?id=17375
799 Define UA version macros to be used by the UA string.
800 Add new WebSettings unit test for the User-Agent string API.
805 2009-06-20 Gustavo Noronha Silva <gns@gnome.org>
807 Reviewed by Jan Alonzo.
809 Adding files for the new test case for loading statuses.
813 2009-06-15 Xan Lopez <xlopez@igalia.com>
815 Reviewed by Gustavo Noronha.
817 Version bump in preparation for 1.1.10 release.
821 2009-06-12 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
823 Reviewed by Xan Lopez.
825 Refactor handling of options in the build-webkit script
827 Options are now defined in one place, and then reused when creating
828 the usage help text, the arguments to GetOptions(), and when passing
829 the options on to the underlying port-dependent build systems.
831 This allows the Qt port to read the defaults for the options from the
832 pro file (dynamically), and to pass the options on to qmake at build.
836 2009-06-11 Laszlo Gombos <laszlo.1.gombos@nokia.com>
838 Reviewed by Holger Freyther.
840 [Qt] Fix release build detection
841 https://bugs.webkit.org/show_bug.cgi?id=26267
845 2009-06-10 Gustavo Noronha Silva <gns@gnome.org>
847 Reviewed by Xan Lopez.
849 Add unit tests for our WebKitNetworkRequest object.
853 2009-06-10 Xan Lopez <xlopez@igalia.com>
855 Reviewed by Gustavo Noronha.
857 Version bump in preparation for 1.1.9 release.
861 2009-06-10 Xan Lopez <xlopez@igalia.com>
863 Reviewed by Jan Alonzo.
865 https://bugs.webkit.org/show_bug.cgi?id=25415
866 [GTK][ATK] Please implement support for get_text_at_offset
868 Add new dependency on the Gail utils library, needed for our a11y
874 2009-05-29 Gustavo Noronha Silva <gns@gnome.org>
876 Reviewed by Jan Alonzo.
878 Add a test-case for our HTTP backend, currently checking the
879 ref-counting of the SoupMessage.
883 2009-05-28 Dirk Schulze <krit@webkit.org>
885 Reviewed by Nikolas Zimmermann.
887 Enable the new build flag --filters for Gtk. More details in WebCore/ChangeLog.
891 2009-05-19 Xan Lopez <xlopez@igalia.com>
893 Reviewed by Jan Alonzo and Gustavo Noronha.
895 https://bugs.webkit.org/show_bug.cgi?id=25415
896 [GTK][ATK] Please implement support for get_text_at_offset
898 Add new test file for ATK.
902 2009-05-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
904 Rubber-stamped by Xan Lopez.
906 Fix webkitgtk_cleanfiles to clean gtk-doc-related files in the
907 correct directory, so that we pass make distcheck.
911 2009-05-28 Xan Lopez <xlopez@igalia.com>
913 Bump version numbers in preparation for 1.1.8 release.
917 2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
919 Unreviewed build fix. Add gstreamer-video-0.10 libs to
920 GSTREAMER_LIBS to resolve an undefined reference to gst_video_get_size
921 - symbol used in MediaPlayerPrivateGstreamer.
925 2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
927 Reviewed by Xan Lopez.
929 [Gtk] Various autotools build refactoring and fixes
930 https://bugs.webkit.org/show_bug.cgi?id=25286
932 Refactor library LIBS. Move third-party libs in libwebkit instead
937 2009-05-22 Antonio Gomes <antonio.gomes@openbossa.org>
939 Reviewed by Gustavo Noronha.
941 Make Gtk build not bail out if gtk-doc-tools is not installed.
943 Warning message shown instead.
947 2009-05-22 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
949 Reviewed by Xan Lopez.
951 Add big warnings about the glib unicode backend being slow and
952 incomplete, since it is a work in progress.
954 * autotools/webkit.m4:
957 2009-05-22 Dominik Röttsches <dominik.roettsches@access-company.com>
959 Reviewed by Gustavo Noronha.
961 https://bugs.webkit.org/show_bug.cgi?id=15914
962 [GTK] Implement Unicode functionality using GLib
964 Initial version of this patch by Jürg Billeter.
966 Adding options for --with-unicode-backend=icu|glib
967 and checking for pango version >= 1.21.0 if GLib backend
968 is selected. Temporarily, until remaining parts of
969 this patch are committed, introduce WTF_USE_GLIB_ICU_UNICODE_HYBRID
970 macro to allow for a mixed compilation with WTF Unicode
971 backend based on GLib while text codecs and TextBreakIterator
972 remain ICU dependent.
977 2009-05-18 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
979 Reviewed by Gavin Barraclough.
981 Enable YARR, and disable WREC for GTK+.
985 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
987 Reviewed by Xan Lopez.
989 [Gtk] Various autotools build refactoring and fixes
990 https://bugs.webkit.org/show_bug.cgi?id=25286
992 Add support for running unit tests. Also run the tests whenever
993 the 'check' target runs.
997 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
999 Reviewed by Xan Lopez.
1001 [Gtk] Various autotools build refactoring and fixes
1002 https://bugs.webkit.org/show_bug.cgi?id=25286
1008 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
1010 Reviewed by Xan Lopez.
1012 [Gtk] Various autotools build refactoring and fixes
1013 https://bugs.webkit.org/show_bug.cgi?id=25286
1015 Add -no-install and -no-fast-install to programs and tests that we
1016 don't install. Also remove -O2 since this is already handled at
1021 2009-05-17 Jan Michael Alonzo <jmalonzo@webkit.org>
1023 Reviewed by Xan Lopez.
1025 [Gtk] Various autotools build refactoring and fixes
1026 https://bugs.webkit.org/show_bug.cgi?id=25286
1028 Refactor library cflags
1032 2009-05-15 Fridrich Strba <fridrich.strba@bluewin.ch>
1034 Reviewed by Jan Alonzo.
1036 Use AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM, since
1037 the JIT compiler is not a cross-compiler
1041 2009-05-13 Xan Lopez <xlopez@igalia.com>
1043 Unreviewed: bump versions in preparation for 1.1.7 release.
1047 2009-05-13 Xan Lopez <xlopez@igalia.com>
1049 Rubber-stamped by Gustavo Noronha.
1051 Revert commit r43563, since it breaks WebKitGTK+ when compiled
1056 2009-05-12 Jan Michael Alonzo <jmalonzo@webkit.org>
1058 Reviewed by Holger Freyther.
1060 [Gtk] Various autotools build refactoring and fixes
1061 https://bugs.webkit.org/show_bug.cgi?id=25286
1063 Refactor use of CFLAGS, CXXFLAGS, LIBADD and LDFLAGS.
1067 2009-05-09 Jan Michael Alonzo <jmalonzo@webkit.org>
1069 Reviewed by Gustavo Noronha.
1071 WebKit-r43163 won't build for gtk-directfb
1072 https://bugs.webkit.org/show_bug.cgi?id=25538
1074 Move the ENCHANT check out of the with_target conditional since it
1075 applies to all targets
1079 2009-05-09 Mike Hommey <glandium@debian.org>
1081 Reviewed by Geoffrey Garen. Landed by Jan Alonzo.
1083 Enable JIT on x86-64 gtk+
1084 https://bugs.webkit.org/show_bug.cgi?id=24724
1088 2009-05-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1090 Reviewed by Xan Lopez.
1092 Ship the gtk-doc.make file, so as to not depend on gtkdoc-tools.
1097 2009-05-06 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1099 Reviewed by Simon Hausmann.
1101 Build QtWebKit as a framework on Mac
1103 This implies both debug and release build by default, unless
1104 one of the --debug or --release config options are passed to
1105 the build-webkit script.
1107 Frameworks can be disabled by passing CONFIG+=webkit_no_framework
1108 to the build-webkit script.
1110 To be able to build both debug and release targets in parallel
1111 we have to use separate output directories for the generated
1112 sources, which is not optimal, but required to avoid race conditions.
1114 An optimization would be to only require this spit-up on Mac.
1118 2009-04-30 Jan Michael Alonzo <jmalonzo@webkit.org>
1120 Unreviewed build GTK build fix
1122 * configure.ac: typo fix - javascript_debugger should be enable_javascript_debugger
1124 2009-04-30 Dimitri Glazkov <dglazkov@chromium.org>
1126 Unreviewed, build fix.
1128 https://bugs.webkit.org/show_bug.cgi?id=25470
1129 Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler.
1131 * configure.ac: Add autoconfig options, missed in the first commit.
1133 2009-04-28 Xan Lopez <xlopez@igalia.com>
1135 Unreviewed: bump versions in preparation for 1.1.6 release.
1139 2009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org>
1141 Reviewed by Xan Lopez.
1143 [GTK] Error reporting
1144 https://bugs.webkit.org/show_bug.cgi?id=18344
1146 Add webkiterror to the build.
1150 2009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org>
1152 Reviewed by Xan Lopez.
1154 [GTK] Error reporting
1155 https://bugs.webkit.org/show_bug.cgi?id=18344
1157 Add the default error page for installation.
1161 2009-04-24 Diego Escalante Urrelo <diegoe@gnome.org>
1163 Reviewed by Gustavo Noronha.
1165 https://bugs.webkit.org/show_bug.cgi?id=15616
1166 [GTK] Add spell checking
1168 Add enchant support for spell-checking-languages property to work
1174 2009-04-24 Simon Hausmann <simon.hausmann@nokia.com>
1176 Reviewed by Ariya Hidayat.
1178 Added support for generating API docs in the Qt build using "make docs"
1180 * WebKit.pro: Include docs.pri for "make docs" target.
1182 2009-04-14 Xan Lopez <xlopez@igalia.com>
1184 Unreviewed version bump in preparation for 1.1.5 release.
1188 2009-04-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1190 Rubber-stamped by Sam Weinig.
1192 Added rules to maintain the localization support. We cannot simply
1193 use whatever gettextize gives us because our build system is
1199 2009-04-05 Mike Hommey <glandium@debian.org>
1201 Reviewed by Holger Freyther.
1203 Filter out all C++ symbols
1204 https://bugs.webkit.org/show_bug.cgi?id=24960
1206 Considering the public API is all C, we can just filter out all
1207 C++ mangled symbols, which will avoid exporting symbols in some
1208 corner cases such as gcc bugs on specific architectures, etc.
1210 * autotools/symbols.filter:
1212 2009-04-03 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1214 Reviewed by Holger Freyther.
1216 Require GTK+ >= 2.10; 2.8 is already very old, and some very
1217 useful APIs are only available since 2.10.
1221 2009-04-01 Christian Dywan <christian@twotoasts.de>
1223 Reviewed by Holger Freyther.
1225 Unit test WebKitDownload
1226 http://bugs.webkit.org/show_bug.cgi?id=24844
1228 * GNUmakefile.am: Add a unit test for downloading.
1230 2009-04-01 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1232 Unreviewed build fix. Fix make distcheck, after the gtk-doc
1237 2009-03-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1239 Reviewed by Holger Freyther.
1241 Integrate gtk-doc into the Gtk+ buildsystem.
1246 2009-03-30 Xan Lopez <xlopez@igalia.com>
1248 Unreviewed: bump version to 1.1.4 for release.
1252 2009-03-21 Xan Lopez <xlopez@igalia.com>
1254 Reviewed by Holger Freyther.
1256 Require gnome-keyring 2.26.0, since we were depending on an
1257 unreleased trunk revision between 2.25.91 and 2.26.0.
1261 2009-03-20 Jan Michael Alonzo <jmalonzo@gmail.com>
1263 Reviewed by Holger Freyther.
1265 [GTK] Misc patches for WebKitWebHistoryItem
1266 https://bugs.webkit.org/show_bug.cgi?id=24493
1268 Added build support for build the WebKitWebHistoryItem unit test.
1272 2009-03-20 Jan Michael Alonzo <jmalonzo@gmail.com>
1274 Reviewed by Holger Freyther.
1276 Separate gtk unit tests
1277 https://bugs.webkit.org/show_bug.cgi?id=24039
1279 Build the unit tests accordingly.
1283 2009-03-17 Gustavo Noronha Silva <gns@gnome.org>
1285 Reviewed by Mark Rowe.
1287 Enable HTML5 media elements support by default in the GTK+ port.
1291 2009-03-17 Mike Hommey <glandium@debian.org>
1293 Reviewed by Holger Freyther.
1295 Do not export cti* symbols.
1296 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519924.
1298 * autotools/symbols.filter:
1300 2009-03-15 Xan Lopez <xlopez@igalia.com>
1302 Bump version to 1.1.3 for release and fix soversion
1303 calculation (oops). Thanks to Frederik Himpe for pointing this
1308 2009-03-15 Xan Lopez <xlopez@igalia.com>
1310 Bump version and libtool version for release.
1314 2009-03-14 Xan Lopez <xlopez@igalia.com>
1316 No review, build fix.
1318 Split clean rules to make distcheck pass.
1322 2009-03-13 Mark Rowe <mrowe@apple.com>
1324 Reviewed by Dan Bernstein.
1326 Remove rarely used Makefile targets from the Makefile.
1328 There are many situations in which the targets don't work as expected,
1329 and their primary use is addressed by having the build system default
1330 to building the appropriate architecture.
1334 2009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org>
1336 Reviewed by Holger Freyther.
1338 [Gtk] Fix make clean targets
1339 https://bugs.webkit.org/show_bug.cgi?id=24450
1341 Fix 'make' clean targets. We shouldn't be removing DerivedSources
1342 if it's only clean. Only remove it if it's distclean or
1343 maintainer-clean. Also remove build-related auxillary files on
1344 dist/maintainer clean.
1348 2009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org>
1350 Reviewed by Holger Freyther
1352 [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore
1353 https://bugs.webkit.org/show_bug.cgi?id=2260
1355 pangoft2 is also used in directfb builds so use it for all targets
1359 2009-03-02 Xan Lopez <xan@gnome.org>
1361 Reviewed by Mark Rowe.
1363 https://bugs.webkit.org/show_bug.cgi?id=24287
1364 [GTK] Move auth dialog feature to WebKit/
1366 Add WebKitSoupAuthDialog files to build.
1370 2009-03-03 Gustavo Noronha Silva <gns@gnome.org>
1372 Reviewed by Alexey Proskuryakov.
1374 https://bugs.webkit.org/show_bug.cgi?id=16826
1375 [Gtk] Implement WebKitDownload
1377 Adding new files related to WebKitDownload to the GTK+ port.
1381 2009-03-02 Gustavo Noronha Silva <gns@gnome.org>
1383 Unreviewed build fix; adding missing files to EXTRA_DIST, so that
1384 they show up in the tarball.
1388 2009-03-01 Christian Dywan <christian@twotoasts.de>
1390 * configure.ac: Bump GTK port version to 1.1.1.
1392 2009-02-27 Gustavo Noronha Silva <gns@gnome.org>
1394 Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list
1395 file to EXTRA_DIST to fix make dist.
1399 2009-02-26 Xan Lopez <xan@gnome.org>
1401 Reviewed by Holger Freyther.
1403 https://bugs.webkit.org/show_bug.cgi?id=16947
1404 [GTK] Missing HTTP Auth challenge
1406 Add HTTP authentication dialog with optional GNOME Keyring
1412 2009-02-26 Xan Lopez <xan@gnome.org>
1414 Reviewed by Holger Freyther.
1416 https://bugs.webkit.org/show_bug.cgi?id=16947
1417 [GTK] Missing HTTP Auth challenge
1419 Take marshallers to be built from a manually maintained list
1420 instead of grepping the sources.
1422 It's much faster, especially so now that we want to add
1423 marshallers from WebCore too. A system to only take into account
1424 the modified files when generating the marshallers from sources
1425 could be hacked, but I think it's overkill considering how rarely
1426 a new marshaller is added.
1430 2009-02-24 Jan Michael Alonzo <jmalonzo@webkit.org>
1432 Reviewed by Alexey Proskuryakov.
1434 [Gtk] add options for 3D transforms and HTML5 channel messaging to the build
1435 https://bugs.webkit.org/show_bug.cgi?id=24072
1437 Add options for toggling 3D transforms and HTML5 channel messaging
1440 Also fix the web-workers option. It should be web-workers and not workers.
1444 2009-02-23 Xan Lopez <xan@gnome.org>
1446 Reviewed by Alexey Proskuryakov.
1448 https://bugs.webkit.org/show_bug.cgi?id=22624
1449 [SOUP][GTK] Need API to get SoupSession from WebKit.
1451 Remove CURL support, the only supported HTTP backend is SOUP now.
1456 2009-02-19 Christian Dywan <christian@twotoasts.de>
1458 Rubber-stamped by Holger Freyther.
1460 http://bugs.webkit.org/show_bug.cgi?id=22811
1461 Underlinking in Programs_UnitTests (GTK+ build)
1463 * GNUmakefile.am: Add GLIB_LIBS to unit test library flags.
1465 2009-02-18 Gustavo Noronha Silva <gns@gnome.org>
1467 Reviewed by Holger Freyther.
1469 Fix symbols.filter location, and add other missing files to the
1470 autotools build, so that make dist works.
1474 2009-02-17 Gustavo Noronha Silva <gns@gnome.org>
1476 Reviewed by Alexey Proskuryakov.
1478 https://bugs.webkit.org/show_bug.cgi?id=23939
1479 Release build being built with debugging symbols
1481 * configure.ac: Revert change done in revision 40790, since we
1482 already have a AC_PROG_CXX macro call as part of WEBKIT_INIT
1484 2009-02-12 Gustavo Noronha Silva <gns@gnome.org>
1486 Reviewed by Eric Seidel.
1488 * configure.ac: Make soup the default HTTP backend for the Gtk port.
1490 2009-02-09 Calvin Walton <calvin.walton@gmail.com>
1492 Reviewed by Holger Freyther.
1494 https://bugs.webkit.org/show_bug.cgi?id=23823
1496 [Gtk] Fix build with recent autotools
1498 Current versions of automake/libtool don't assume you want C++ enabled
1499 by default any more, so explicitly check for a C++ compiler.
1501 * configure.ac: Add AC_PROG_CXX macro
1503 2009-02-02 Christian Dywan <christian@twotoasts.de>
1505 Rubber-stamped by Holger Freyther.
1507 Don't require Geolocation by default.
1511 2009-01-30 Jan Michael Alonzo <jmalonzo@webkit.org>
1513 Reviewed by Nikolas Zimmermann.
1515 [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits
1516 https://bugs.webkit.org/show_bug.cgi?id=22136
1519 * acinclude.m4: Removed.
1521 * autotools/acinclude.m4: Added.
1522 * autotools/dolt.m4: Added.
1523 * autotools/symbols.filter: Renamed from symbols.filter.
1524 * autotools/webkit.m4: Added.
1527 2009-01-30 Holger Hans Peter Freyther <zecke@selfish.org>
1529 Reviewed by Nikolas Zimmermann.
1531 [GTK] Implement GeolocationService using the Geoclue library
1533 https://bugs.webkit.org/show_bug.cgi?id=22022
1535 Untested implementation of the GeolocationService using the geoclue
1536 library. Velocity handling is completely missing and the accuracy
1537 handling might be wrong.
1542 2009-01-11 Xan Lopez <xan@gnome.org>
1544 Reviewed by Holger Freyther.
1546 Bump version to 1.1.0 since we are breaking ABI and adding new
1551 2008-12-19 Marco Barisione <marco.barisione@collabora.co.uk>
1553 Reviewed by Holger Freyther.
1555 http://bugs.webkit.org/show_bug.cgi?id=16562
1556 [gtk] Implement WebPolicyDelegate methods
1558 Original work by Pierre-Luc Beaudoin. Final touches by Gustavo
1561 This implements the delegates methods of WebPolicyDelegate.
1562 Since Gtk+/C doesn't have delegate methods, they are replaced with
1565 A new object WebKitWebPolicyDecision allows the browser to delay its
1566 response in certain cases. WebKitWebNavigationAction contains the
1567 information about what caused a navigation request.
1569 * GNUmakefile.am: Add new files
1571 2008-12-19 Gustavo Noronha Silva <gns@gnome.org>
1573 Reviewed by Holger Freyther.
1575 Use ustar tar format for WebKit/GTK+'s make dist target, so that
1576 storing files whose filenames are > 99 is possible.
1580 2008-12-19 Holger Hans Peter Freyther <zecke@selfish.org>
1582 [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST
1584 Fix the jit compilation on i*686 on Linux by using the va_list
1585 to pass arguments to the CTI. This is done on the MAC as well
1586 and sunspider and javascriptcore seem to work with that.
1590 2008-12-18 Pamela Greene <pam@chromium.org>
1592 Submitted without review.
1593 Right, remove the whole misplaced directory, not just the tests.
1596 * fast/dom: Removed.
1598 2008-12-18 Pamela Greene <pam@chromium.org>
1600 Submitted without review.
1601 Moving layout test into LayoutTests where it belongs.
1603 * fast/dom/setter-type-enforcement-expected.txt: Removed.
1604 * fast/dom/setter-type-enforcement.html: Removed.
1606 2008-12-15 Daniel Macks <dmacks@netspace.org>
1608 Reviewed by Darin Adler.
1610 Default to use external libicu-config if avail on all platforms.
1611 https://bugs.webkit.org/show_bug.cgi?id=22713
1615 2008-12-12 Holger Hans Peter Freyther <zecke@selfish.org>
1617 Back out r39222 as this is breaking the build on Gentoo (aclocal-1.10)
1619 The m4 directory does not exist and we now have a compile issue on
1625 2008-12-11 Daniel Macks <dmacks@netspace.org>
1627 Reviewed by Darin Adler.
1629 https://bugs.webkit.org/show_bug.cgi?id=22714
1631 Put libtool macro files in subdir that it wants.
1636 2008-12-07 Holger Hans Peter Freyther <zecke@selfish.org>
1638 Reviewed by Eric Seidel.
1640 [Gtk+] Use glib's unit test facilities to test the WebKit/Gtk+ API
1642 https://bugs.webkit.org/show_bug.cgi?id=22491
1644 Add the skeleton to WebKit/gtk/tests and integrate that into the
1645 buildsystem. Testing support was added in glib 2.16. For versions
1646 using glib < 2.16 we compile an empty application.
1650 2008-12-07 Holger Hans Peter Freyther <zecke@selfish.org>
1652 Reviewed by Cameron Zwarich.
1654 [GTK] Define ENABLE_JIT_OPTIMIZE_CALL, ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS, ENABLE_JIT_OPTIMIZE_ARITHMETIC
1656 When building the jit on i*86 also enable the above optimizations.
1660 2008-12-03 Simon Hausmann <hausmann@webkit.org>
1662 Reviewed by Tor Arne Vestbø.
1664 Fix the build of WebKit inside Qt by making sure that qmake generators
1665 that do not produce generated sources (i.e. cpp files) are not
1666 included in SOURCES.
1670 2008-12-02 Simon Hausmann <hausmann@webkit.org>
1672 Reviewed by Tor Arne Vestbø.
1674 Removed JavaScriptCore from SUBDIRS as it's not built separately
1679 2008-11-28 Gustavo Noronha Silva <gns@gnome.org>
1681 Reviewed and slightly modified by Holger Freyther.
1683 https://bugs.webkit.org/show_bug.cgi?id=19130
1685 Added the new WebKitGtk files to be built:
1686 WebKit/gtk/webkit/webkitwebwindowfeatures.{cpp,h}
1690 2008-11-26 Kalle Vahlman <kalle.vahlman@movial.com>
1692 Reviewed by Darin Adler. Landed by Jan Alonzo.
1694 Bison versions under 2.2 produce crashing CSSGrammar code for ARM
1695 https://bugs.webkit.org/show_bug.cgi?id=22456
1697 Check for bison version 2.2 or greater on ARM. Earlier versions produce
1698 code that crashes on ARM devices.
1702 2008-11-25 Holger Hans Peter Freyther <zecke@selfish.org>
1704 Reviewed by David Kilzer.
1706 https://bugs.webkit.org/show_bug.cgi?id=22022
1708 Add Geolocation support to the configure.ac
1710 Add an option to build WebKit/Gtk+ with Geolocation. The
1711 implementation will be using Gypsy.
1715 2008-11-24 Holger Hans Peter Freyther <zecke@selfish.org>
1717 Reviewed by Mark Rowe.
1719 [Gtk+] Add configure option to enable Web Workers and enable it by default
1721 Add --enable-workers to the buildsystem (used by build-webkit) add
1722 the to be build files to the GNUmakefile.am and change build-webkit
1723 to enable Web Workers by default.
1727 2008-09-09 Joerg Bornemann <joerg.bornemann@trolltech.com>
1729 Reviewed by Simon Hausmann.
1731 Steps towards making the Qt port of WebKit compile on Windows CE
1733 https://bugs.webkit.org/show_bug.cgi?id=20746
1735 * WebKit.pro: don't build DumpRenderTree on all Win32 platforms
1737 2008-11-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1739 Reviewed by George Staikos.
1741 Add WML build support for Gtk as well.
1745 2008-11-16 Geoffrey Garen <ggaren@apple.com>
1749 Try to fix gtk build.
1753 2008-11-10 Tor Arne Vestbø <tavestbo@trolltech.com>
1755 Rubber-stamped by Simon Hausmann.
1757 Distinguish between building from trunk and as part of Qt
1761 2008-11-10 Morten Sørvig <msorvig@trolltech.com>
1763 Reviewed by Simon Hausmann.
1765 Make tests/auto/qwebframe compile on Qt/Mac.
1767 * WebKit.pri: Fix linkage against QtWebKit when compiled as framework.
1769 2008-11-06 Cameron Zwarich <zwarich@apple.com>
1773 Speculatively fix the GTK build.
1777 2008-11-06 Alp Toker <alp@nuanti.com>
1779 GTK build fix for r38155. create_hash_table was moved out of kjs/
1783 2008-11-06 Cameron Zwarich <zwarich@apple.com>
1785 Rubber-stamped by Sam Weinig.
1787 Correct the reference to jsc.pro in WebKit.pro to match its new
1788 location in the root directory of JavaScriptCore.
1792 2008-11-03 Alp Toker <alp@nuanti.com>
1794 autotools distcleancheck fix. Add dolt-generated files and
1795 webkitenumtypes.h to the list of files that need to be cleaned.
1800 2008-11-03 Alp Toker <alp@nuanti.com>
1802 Rubber-stamped by Holger Freyther.
1804 Do not enable RTTI or exceptions in debug builds, matching release
1805 builds. They don't help much with debugging and significantly slow
1806 down and increase the size of the debug build.
1810 2008-11-03 Alp Toker <alp@nuanti.com>
1812 Rubber-stamped by Holger Freyther.
1814 Add mingw32 case to dolt for faster GTK+ Windows builds.
1818 2008-11-02 Xan Lopez <xan@gnome.org>
1820 Reviewed by Holger Freyther
1822 https://bugs.webkit.org/show_bug.cgi?id=22009
1823 HTML5 Video with GStreamer pulls gnome-vfs without using it.
1826 Remove gnome-vfs from configure.ac, it's unused.
1828 2008-10-30 Alp Toker <alp@nuanti.com>
1830 https://bugs.webkit.org/show_bug.cgi?id=19395
1831 doltlibtool bug with bash 3.0
1833 autotools dolt build fix for bash version 3.0 and older. Remove
1834 concatenation syntax from doltlibtool to support the older versions
1835 which don't have '+='.
1839 2008-10-30 Alp Toker <alp@nuanti.com>
1841 Rubber-stamped by Oliver Hunt.
1843 autotools build system change to enable JIT features by default. Can
1844 be disabled with --disable-jit (and is disabled automatically on
1845 unsupported platforms).
1849 2008-10-30 Alp Toker <alp@nuanti.com>
1851 Bump WebKit GTK+ version to 1.0.3.
1855 2008-10-29 Gustavo Noronha Silva <gns@gnome.org>
1857 Reviewed by Holger Freyther.
1859 Added all the files that need to be installed for the Inspector to
1862 2008-10-29 Mike Hommey <glandium@debian.org>
1864 Reviewed by Holger Freyther.
1866 https://bugs.webkit.org/show_bug.cgi?id=21884
1867 Test presence and link against libpng.
1872 2008-10-29 Jan Michael Alonzo <jmalonzo@webkit.org>
1874 Reviewed by Holger Freyther.
1876 Add --enable-optimizations to enable optimized builds. The default
1877 is to enable it for release builds, and disabled for debug builds.
1878 This option will allow builders to have a debug as well as
1884 2008-10-28 Mike Hommey <glandium@debian.org>
1886 Reviewed by Alp Toker.
1888 https://bugs.webkit.org/show_bug.cgi?id=21885
1889 [GTK] libwebkit doesn't link against libpangoft2
1891 Add pkg-config check for pangoft2 which provides
1892 pango_fc_font_description_from_pattern() used in the FreeType font
1897 2008-10-28 Alp Toker <alp@nuanti.com>
1899 Include copyright license files in the autotools dist target.
1901 Change suggested by Mike Hommey.
1905 2008-10-25 Jan Michael Alonzo <jmalonzo@webkit.org>
1907 Gtk build fix: add '-' to Wl which was missed in r36845
1911 2008-10-22 Alp Toker <alp@nuanti.com>
1913 Fix build for Cairo 1.2.
1917 2008-10-20 Alp Toker <alp@nuanti.com>
1919 Partial GTK+/Win32 build fix. Lowercase library name to enable linking
1920 when cross-compiling Windows binaries from Linux: -lWs2_32 -> -lws2_32
1924 2008-10-13 Alp Toker <alp@nuanti.com>
1926 GTK+ build fix: Ensure correct builds when debugging is
1927 enabled/disabled by defining NDEBUG in autotoolsconfig.h as needed.
1928 It's still passed as a compiler flag since some sources (DRT) don't
1933 2008-10-09 Alp Toker <alp@nuanti.com>
1935 Reviewed by Mark Rowe.
1937 https://bugs.webkit.org/show_bug.cgi?id=20760
1938 Implement support for x86 Linux in CTI
1940 Prepare to enable CTI/WREC on supported architectures. Will be
1941 switched on when the crasher introduced in r37386 is resolved.
1945 2008-10-07 Alp Toker <alp@nuanti.com>
1947 GTK+ build fix for older automake versions (1.7). Discussed in bug
1952 2008-10-07 Alp Toker <alp@nuanti.com>
1954 Reviewed by Mark Rowe.
1956 https://bugs.webkit.org/show_bug.cgi?id=21392
1957 [GTK] Auto-generate JS DOM binding sources list
1959 Remove the huge lists of generated DOM binding sources and headers in
1960 the build system. These are difficult to maintain and can be derived
1963 The new strategy is to re-use the existing lists of IDL sources (which
1964 are needed for dist support anyway). This will also ease the addition
1965 of new language bindings.
1969 2008-09-27 Jan Michael Alonzo <jmalonzo@webkit.org>
1971 Reviewed by Holger Freyther.
1973 https://bugs.webkit.org/show_bug.cgi?id=20287
1974 [Gtk] disable plugins for gtk/directfb target
1976 Introduce WTF_PLATFORM_X11 for X11 builds.
1977 Also use target-specific packages when building the port
1979 * configure.ac: Do not check for cairo-ft for directfb builds.
1981 2008-09-27 Marco Barisione <marco.barisione@collabora.co.uk>
1983 Reviewed by Holger Freyther.
1985 http://bugs.webkit.org/show_bug.cgi?id=21174
1986 [GTK][AUTOTOOLS] Enable large file support at configure time
1988 * configure.ac: Enable large file support with AC_SYS_LARGEFILE.
1990 2008-09-23 Richard Hult <richard@imendio.com>
1992 Reviewed by Alp Toker. Landed by Jan Alonzo.
1994 http://bugs.webkit.org/show_bug.cgi?id=20582
1995 [Gtk] Link error on Mac OS X
1997 * GNUmakefile.am: Only use the -version-script flag for the gnu
1999 * configure.ac: Check for GNU OSes.
2001 2008-09-19 Alp Toker <alp@nuanti.com>
2003 Build fix for the 'gold' linker and recent binutils. New behaviour
2004 requires that we link to used libraries explicitly.
2009 2008-09-04 Marco Barisione <marco.barisione@collabora.co.uk>
2011 Reviewed by Eric Seidel.
2013 http://bugs.webkit.org/show_bug.cgi?id=20380
2014 [GTK][AUTOTOOLS] Include autotoolsconfig.h from config.h
2016 * configure.ac: Rename the configuration header from aconfig.h to autotoolsconfig.h.
2018 2008-08-28 Alp Toker <alp@nuanti.com>
2020 GTK+ dist/build fix. List newly added header files.
2024 2008-08-27 Mike Hommey <glandium@debian.org>
2029 * symbols.filter: Added.
2031 2008-08-10 Jan Michael Alonzo <jmalonzo@webkit.org>
2033 Reviewed (and updated) by Alp Toker.
2035 https://bugs.webkit.org/show_bug.cgi?id=16620
2036 [GTK] Autotools make dist and make check support
2038 Get make dist working.
2040 Note that not all possible configurations have been tested yet.
2044 2008-08-09 Marco Barisione <marco.barisione@collabora.co.uk>
2046 Reviewed by Alp Toker.
2048 http://bugs.webkit.org/show_bug.cgi?id=19045
2049 [gtk] ./configure doesn't check for x toolkit availability
2051 Some old versions of Xt do not provide xt.pc, in this case use
2052 AC_CHECK_LIB to check if the library is installed and then fall back
2057 2008-08-09 Alp Toker <alp@nuanti.com>
2061 Back out r20338 libxslt check (conditional check already exists and
2062 this broke the build).
2064 Make the flex version check a warning rather than fatal to fix the
2069 2008-08-08 Jan Michael Alonzo <jmalonzo@webkit.org>
2071 Reviewed by Mark Rowe.
2073 http://bugs.webkit.org/show_bug.cgi?id=20338
2074 [Gtk] Autotools should check for libxslt
2076 Autotools check for libxslt
2080 2008-08-07 Kalle Vahlman <zuh@iki.fi>
2082 Reviewed by David Kilzer.
2084 Check for correct flex version to avoid faulty builds
2086 A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it
2087 https://bugs.webkit.org/show_bug.cgi?id=20253
2089 acinclude.m4: Import AX_COMPARE_VERSION macro
2090 configure.ac: Check for flex version
2095 2008-08-07 Simon Hausmann <hausmann@webkit.org>
2097 Rubber-stamped by Lars.
2099 Added API tests for QWebPage/QWebFrame based on QTestLib.
2101 * WebKit.pro: Add WebKit/qt/tests to the build.
2103 2008-08-06 Marco Barisione <marco.barisione@collabora.co.uk>
2105 Reviewed by Eric Seidel.
2107 http://bugs.webkit.org/show_bug.cgi?id=20276
2108 [GTK] Makefile rules for the enum GTypes files depend on Makefile
2109 instead of GNUmakefile
2111 The patch committed in revision 34649 added the code needed to
2112 generate GTypes for enums but the makefile rules for
2113 stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on
2114 Makefile (used by other ports) instead of GNUmakefile.
2116 * GNUmakefile.am: Depend on GNUmakefile instead of Makefile.
2118 2008-08-05 Marco Barisione <marco.barisione@collabora.co.uk>
2120 Reviewed by Alp Toker.
2122 http://bugs.webkit.org/show_bug.cgi?id=19045
2123 [gtk] ./configure doesn't check for x toolkit availability
2125 Check for the .pc file for Xt instead of hard coding -lXt in the
2128 Thanks to Dominik Röttsches for the initial patch.
2133 2008-07-30 Marco Barisione <marco.barisione@collabora.co.uk>
2137 http://bugs.webkit.org/show_bug.cgi?id=19742
2138 [GTK] Auto generate webkitmarshal.list
2140 Auto generate webkitmarshal.list from source files to reduce the
2141 number of conflicts when merging git branches or when applying
2143 Also rename webkit-marshal.* to webkitmarshal.* for consistency.
2147 2008-07-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2149 Reviewed by Mark Rowe.
2151 Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee.
2153 [Gtk] Improve detection jpeglib
2154 https://bugs.webkit.org/show_bug.cgi?id=17865
2159 2008-07-25 Simon Hausmann <hausmann@webkit.org>
2161 Discussed with and rubber-stamped by Lars.
2163 Fix the build system for the Qt port.
2165 Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the
2166 include search path. With a build process that combines JavaScriptCore and
2167 WebCore in one build process/Makefile the existance of
2168 JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts.
2170 This commit solves this by introducing a separate build of JavaScriptCore into
2173 As a result of the split-up a race-condition due to broken dependencies of
2174 regular source files to header files of generated sources showed up very
2175 frequently when doing parallel builds (which the buildbot does). This commit at
2176 the same time tries to address the dependency problem by making the
2177 addExtraCompiler() function also generate a pseudo extra compiler that
2178 represents the header file output, so that qmake is aware of the creation of
2179 the header file for dependency calculation.
2181 At the same time I removed a lot of cruft from the pro files to ease maintenance.
2186 2008-06-18 Marco Barisione <marco.barisione@collabora.co.uk>
2188 Reviewed by Alp Toker.
2190 https://bugs.webkit.org/show_bug.cgi?id=19171
2191 [GTK] GTypes for enumerations
2193 Generate GTypes for public enumerations so they can be used as
2196 * GNUmakefile.am: Generate webkit-enum-types.cpp and
2197 webkit-enum-types.h.
2199 2008-06-16 Simon Hausmann <hausmann@webkit.org>
2201 Fix the Qt build. testkjs.pro is now called jsc.pro.
2205 2008-06-15 Alp Toker <alp@nuanti.com>
2207 Rubber-stamped by Maciej.
2209 Install 'jsc' application by default.
2213 2008-06-08 Alp Toker <alp@nuanti.com>
2215 autotools/GTK+ build system cleanup. Don't include WebKit API in the
2216 WebCore build as it's no longer needed since r34426.
2220 2008-06-08 Alp Toker <alp@nuanti.com>
2222 Rubber-stamped by Mark Rowe.
2224 Bring back -fstrict-aliasing for JavaScriptCore which was removed in
2225 r31821, since aliasing issues have now been fixed.
2227 Use -O3, not -O2 for the JavaScriptCore build.
2232 2008-06-05 Christian Dywan <christian@twotoasts.de>
2234 Reviewed by Alp Toker.
2236 https://bugs.webkit.org/show_bug.cgi?id=14141
2237 Please add a version to the Gtk port
2241 2008-06-02 Alp Toker <alp@nuanti.com>
2243 GTK+/autotools Windows build system fixes.
2248 2008-06-02 Jan Michael Alonzo <jmalonzo@webkit.org>
2250 Reviewed by Alp Toker.
2252 Build WebCore GTK+ sources as part of WebCore, not WebKit.
2253 Split common and GTK+-specific sources into separate file lists.
2257 2008-06-01 Josh Triplett <josh@freedesktop.org>
2259 Reviewed by Alp Toker.
2261 http://bugs.webkit.org/show_bug.cgi?id=16891
2262 [GTK] autotools build is slow
2264 Add dolt revision 5e9eef10 to the autotools build system. Speeds up
2265 the build, often by a factor of two or more on supported platforms,
2266 otherwise falls back to libtool.
2268 See http://dolt.freedesktop.org for details.
2270 * acinclude.m4: Added.
2273 2008-05-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2275 Reviewed by Alp Toker.
2277 http://bugs.webkit.org/show_bug.cgi?id=19142
2278 [Gtk] Remove build options --svg-experimental and --cross-document-messaging
2282 2008-05-24 Alp Toker <alp@nuanti.com>
2284 GTK+/Win32 build fixes. Link against Windows ICU without using
2285 icu-config since it's not available on that platform.
2287 Link against Ws2_32 when the curl http backend is chosen since we
2288 use select() directly.
2292 2008-05-23 Alp Toker <alp@nuanti.com>
2294 GTK+ fixes for building without database support.
2298 2008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org>
2300 Reviewed by Alp Toker.
2302 Fix for previous autotools change.
2306 2008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org>
2310 http://bugs.webkit.org/show_bug.cgi?id=18483
2311 [Gtk] Autotools should match build-webkit default flags
2315 2008-05-19 Alp Toker <alp@nuanti.com>
2317 GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when
2318 the Pango font backend is selected.
2323 2008-05-16 Julien Chaffraix <jchaffraix@webkit.org>
2327 Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated
2329 * configure.ac: Add HTML_FLAGS and set it when video is enabled.
2331 2008-05-15 Ariya Hidayat <ariya.hidayat@trolltech.com>
2335 Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files
2341 2008-05-09 Anders Carlsson <andersca@apple.com>
2349 2008-05-09 Simon Hausmann <hausmann@webkit.org>
2353 Removed explicit linkage against libxml and libxslt on Qt/Mac builds.
2355 This dependency is completely unnecessary here and creates only problems by
2356 propagating through WebCore.pro over libQtWebKit.prl right now customer
2362 2008-05-02 Anders Carlsson <andersca@apple.com>
2366 Add an "x86_64" make rule.
2370 2008-05-02 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2374 https://bugs.webkit.org/show_bug.cgi?id=18811
2375 Enable dashboard and offline web apps in autotools
2379 2008-05-01 Marc Ordinas i Llopis <marc.ordinasillopis@collabora.co.uk>
2381 Reviewed by Alp Toker.
2383 https://bugs.webkit.org/show_bug.cgi?id=14750
2384 Added support for NPAPI plugins on Gtk and Qt-x11 ports.
2386 * GNUmakefile.am: Added Xt library.
2388 2008-04-29 David Kilzer <ddkilzer@apple.com>
2390 BUILD FIX for ENABLE(DASHBOARD_SUPPORT)
2392 * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT.
2394 2008-04-22 Alp Toker <alp@nuanti.com>
2396 GTK+ debug build fix for changes in r32257.
2400 2008-04-18 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2402 Reviewed by Alp Toker.
2404 http://bugs.webkit.org/show_bug.cgi?id=16620
2405 [GTK] Autotools make dist and make check support
2411 2008-04-11 Mark Rowe <mrowe@apple.com>
2413 Rubber-stamped by Antti Koivisto.
2415 * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show.
2417 2008-04-17 Alp Toker <alp@atoker.com>
2419 GTK+ build fix. Back out the libjpeg check part of r32008 from bug
2424 2008-04-17 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2426 Reviewed by Alp Toker.
2428 http://bugs.webkit.org/show_bug.cgi?id=17865
2429 [Gtk] Improve detection of jpeglib and glib tools
2431 Improve detecting jpeglib and glib tools
2433 * configure.ac: Throw an error if the dependencies above are
2434 currently not installed
2436 2008-04-14 Xan Lopez <xan@gnome.org>
2438 Reviewed by Alp Toker.
2440 http://bugs.webkit.org/show_bug.cgi?id=17917
2441 Bug 17917: Cookie support for HTTP soup backend
2443 Bumped the libsoup required version to 2.23 for cookie support.
2447 2008-04-11 Mark Rowe <mrowe@apple.com>
2449 Rubber-stamped by Anders Carlsson.
2451 Fix https://bugs.webkit.org/show_bug.cgi?id=18430
2452 Bug 18430: SIGSEGV on amd64 when built with gcc 4.3
2454 GCC 4.3 generates bad code in some instances when working with our HashTables
2455 as some of the HashTable code violates the strict aliasing requirements. Since
2456 GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until
2457 the code can be fixed to be safe with strict aliasing enabled, we will disable
2462 2008-03-12 Michael Emmel <mike.emmel@gmail.com>
2464 Reviewed by Alp Toker.
2466 http://bugs.webkit.org/show_bug.cgi?id=18397
2467 Fix leaving spaces before parens in functions
2469 * WebKitTools/Scripts/wkstyle:
2471 2008-04-07 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2473 Build fix, rubber-stamped and landed by ap.
2475 * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support.
2477 2008-03-21 Rodney Dawes <dobey@wayofthemonkey.com>
2481 Remove the JSCore include path options from global_cppflags.
2482 Place JSCore include path options in javascriptcore_cppflags.
2483 Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS.
2487 2008-03-20 Jasper Bryant-Greene <jasper@unix.geek.nz>
2491 Resolves http://bugs.webkit.org/show_bug.cgi?id=16092
2492 "[GTK] Middle-mouse click should allow opening a URL in a new tab"
2494 Added WebKitNavigationAction object to GTK API
2498 2008-03-12 Xan Lopez <xan@gnome.org>
2500 Reviewed by Alp Toker.
2502 http://bugs.webkit.org/show_bug.cgi?id=15229
2504 Add optional font backend support with freetype and pango
2505 backends. Default is freetype for now.
2507 Original patch by Sven Herzberg <sven@imendio.com>
2511 2008-03-11 Xan Lopez <xan@gnome.org>
2513 Reviewed by Alp Toker.
2515 http://bugs.webkit.org/show_bug.cgi?id=16476
2517 Add support for multiple http backends, and add soup backend (off by default).
2522 2008-03-07 Simon Hausmann <hausmann@webkit.org>
2524 Reviewed by Darin Adler.
2528 Added plugins subdirectory to the include path.
2532 2008-03-09 Alp Toker <alp@atoker.com>
2534 GTK+ build fix for r30913.
2536 Use UNICODE_CFLAGS for C++ sources as well as C sources.
2540 2008-03-09 Jörg Billeter <j@bitron.ch>
2542 Reviewed by Alp Toker.
2544 Conditionalise ICU for Unicode in the GTK+ port.
2549 2008-03-03 Brent Fulgham <bfulgham@gmail.com>
2551 Reviewed by Alp Toker.
2553 http://bugs.webkit.org/show_bug.cgi?id=17644
2554 Build GTK on Mac OS X using native ICU library
2556 Use Apple native ICU libraries when building GTK
2561 2008-03-02 Brent Fulgham <bfulgham@gmail.com>
2563 Reviewed by Alp Toker.
2565 Add ICU_CPPFLAGS earlier in include path for WebCore
2566 so that we find $(icu_cppflags)/unicode/utf8.h, rather than
2567 the wtf/unicode/UTF8.h on case-insensitive file systems.
2571 2008-03-02 Alp Toker <alp@atoker.com>
2573 Reviewed by Mark Rowe.
2575 Split the WebKit GTK+ build out of the WebCore build and change the
2576 shared object name to match the package name.
2580 2008-02-28 Alp Toker <alp@atoker.com>
2582 Fix a configure script typo spotted by Kalle Vahlman.
2586 2008-02-26 Timothy Hatcher <timothy@apple.com>
2588 Reviewed by Darin Adler.
2590 Add "64" and "64u" make rules to allow easy building of 64-bit versions.
2592 make 64: will build Intel-only 64-bit.
2593 make 64u: will build 4-way universal for PPC and Intel.
2598 2008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2600 Rubber stamped by Darin Adler.
2602 Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
2603 whitespaces introduced in the previous commit.
2607 2008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2609 Rubber-stamped by Darin Adler.
2611 * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES.
2612 * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS.
2614 2008-02-21 Alp Toker <alp@atoker.com>
2616 Fix a configure script typo.
2620 2008-02-21 Alp Toker <alp@atoker.com>
2622 GTK+/autotools SVG experimental build fix
2624 Don't enable SVG filters in --enable-svg-experimental.
2626 This feature isn't supported at all yet. Developers can enable it
2627 explicitly by passing --enable-svg-filters if needed.
2631 2008-02-21 Mike Auty <mike.auty@gmail.com>
2633 Reviewed by Alp Toker.
2635 http://bugs.webkit.org/show_bug.cgi?id=17445
2636 [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed"
2638 The GNUmakefile.am files make use of the LDFLAGS variable to include library
2639 additions such as -ljpeg etc. Unfortunately, if these inclusions aren't made
2640 in LIBADD/LDADD variables, then they are mis-ordered during the linking.
2642 The as-needed flag discards libraries whose functions have not been needed by
2643 earlier libraries, which therefore makes the ordering important.
2645 This moves all -l library inclusion statements from LDFLAGS variables to
2646 LIBADD/LDADD variables.
2650 2008-02-15 Alp Toker <alp@atoker.com>
2654 GTK+ configure script cleanups
2656 Categorize the configuration summary printout.
2657 Bump GTK+ requirement to 2.8.
2658 Rename 'webkit_target' to just 'target'.
2659 Don't check for pthread on Win32.
2663 2008-02-14 Adam Roben <aroben@apple.com>
2665 Turn on cross-document messaging support by default
2667 Reviewed by Darin Adler.
2671 2008-02-14 Adam Roben <aroben@apple.com>
2673 Conditionalize cross-document messaging support
2675 The cross-document messaging parts of HTML 5 are in flux and we want
2676 ports to be able to turn off the support as needed.
2678 Note that the support is turned off by default right now. A subsequent
2679 commit will turn it on by default.
2681 Reviewed by Darin Adler.
2685 2008-02-12 Rodney Dawes <dobey@wayofthemonkey.com>
2687 Reviewed by Alp Toker.
2689 Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES
2690 to the CPPFLAGS for WebCore and WebKit
2691 Add a pkgconfig check for hildon-1 when --with-hildon specified
2692 Output the use of Hildon support in the summary
2693 Add HILDON_CPPFLAGS to webkitgtk_cppflags
2694 Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS
2695 Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS
2700 2008-02-08 Alp Toker <alp@atoker.com>
2702 Rubber-stamped by Maciej.
2704 Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4.
2708 2008-02-06 Timothy Hatcher <timothy@apple.com>
2710 Rubber-stamped by Mark Rowe.
2712 Dump of bugs.webkit.org's Bugzilla instance.
2715 * BugsSite/.htaccess: Added.
2716 * BugsSite/Bugzilla: Added.
2717 * BugsSite/Bugzilla.pm: Added.
2718 * BugsSite/Bugzilla/.cvsignore: Added.
2719 * BugsSite/Bugzilla/.htaccess: Added.
2720 * BugsSite/Bugzilla/Attachment.pm: Added.
2721 * BugsSite/Bugzilla/Auth: Added.
2722 * BugsSite/Bugzilla/Auth.pm: Added.
2723 * BugsSite/Bugzilla/Auth/Login: Added.
2724 * BugsSite/Bugzilla/Auth/Login/WWW: Added.
2725 * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added.
2726 * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added.
2727 * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added.
2728 * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added.
2729 * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added.
2730 * BugsSite/Bugzilla/Auth/README: Added.
2731 * BugsSite/Bugzilla/Auth/Verify: Added.
2732 * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added.
2733 * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added.
2734 * BugsSite/Bugzilla/Bug.pm: Added.
2735 * BugsSite/Bugzilla/BugMail.pm: Added.
2736 * BugsSite/Bugzilla/CGI.pm: Added.
2737 * BugsSite/Bugzilla/Chart.pm: Added.
2738 * BugsSite/Bugzilla/Config.pm: Added.
2739 * BugsSite/Bugzilla/Constants.pm: Added.
2740 * BugsSite/Bugzilla/DB: Added.
2741 * BugsSite/Bugzilla/DB.pm: Added.
2742 * BugsSite/Bugzilla/DB/Mysql.pm: Added.
2743 * BugsSite/Bugzilla/DB/Pg.pm: Added.
2744 * BugsSite/Bugzilla/DB/Schema: Added.
2745 * BugsSite/Bugzilla/DB/Schema.pm: Added.
2746 * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added.
2747 * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added.
2748 * BugsSite/Bugzilla/Error.pm: Added.
2749 * BugsSite/Bugzilla/Flag.pm: Added.
2750 * BugsSite/Bugzilla/FlagType.pm: Added.
2751 * BugsSite/Bugzilla/Group.pm: Added.
2752 * BugsSite/Bugzilla/Search.pm: Added.
2753 * BugsSite/Bugzilla/Series.pm: Added.
2754 * BugsSite/Bugzilla/Template: Added.
2755 * BugsSite/Bugzilla/Template.pm: Added.
2756 * BugsSite/Bugzilla/Template/Plugin: Added.
2757 * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added.
2758 * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added.
2759 * BugsSite/Bugzilla/Template/Plugin/User.pm: Added.
2760 * BugsSite/Bugzilla/Token.pm: Added.
2761 * BugsSite/Bugzilla/User: Added.
2762 * BugsSite/Bugzilla/User.pm: Added.
2763 * BugsSite/Bugzilla/User/Setting.pm: Added.
2764 * BugsSite/Bugzilla/Util.pm: Added.
2765 * BugsSite/CGI.pl: Added.
2766 * BugsSite/PrettyPatch: Added.
2767 * BugsSite/PrettyPatch/PrettyPatch.rb: Added.
2768 * BugsSite/PrettyPatch/prettify.rb: Added.
2769 * BugsSite/QUICKSTART: Added.
2770 * BugsSite/README: Added.
2771 * BugsSite/UPGRADING: Added.
2772 * BugsSite/UPGRADING-pre-2.8: Added.
2773 * BugsSite/ant.jpg: Added.
2774 * BugsSite/attachment-aroben.cgi: Added.
2775 * BugsSite/attachment.cgi: Added.
2776 * BugsSite/buglist.cgi: Added.
2777 * BugsSite/bugzilla.dtd: Added.
2778 * BugsSite/chart.cgi: Added.
2779 * BugsSite/checksetup.pl: Added.
2780 * BugsSite/colchange.cgi: Added.
2781 * BugsSite/collectstats.pl: Added.
2782 * BugsSite/config.cgi: Added.
2783 * BugsSite/contrib: Added.
2784 * BugsSite/contrib/BugzillaEmail.pm: Added.
2785 * BugsSite/contrib/README: Added.
2786 * BugsSite/contrib/README.Mailif: Added.
2787 * BugsSite/contrib/bug_email.pl: Added.
2788 * BugsSite/contrib/bugmail_help.html: Added.
2789 * BugsSite/contrib/bugzilla-submit: Added.
2790 * BugsSite/contrib/bugzilla-submit/README: Added.
2791 * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added.
2792 * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added.
2793 * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added.
2794 * BugsSite/contrib/bugzilla.procmailrc: Added.
2795 * BugsSite/contrib/bugzilla_email_append.pl: Added.
2796 * BugsSite/contrib/bugzilla_ldapsync.rb: Added.
2797 * BugsSite/contrib/bzdbcopy.pl: Added.
2798 * BugsSite/contrib/cmdline: Added.
2799 * BugsSite/contrib/cmdline/bugcount: Added.
2800 * BugsSite/contrib/cmdline/bugids: Added.
2801 * BugsSite/contrib/cmdline/buglist: Added.
2802 * BugsSite/contrib/cmdline/bugs: Added.
2803 * BugsSite/contrib/cmdline/bugslink: Added.
2804 * BugsSite/contrib/cmdline/makequery: Added.
2805 * BugsSite/contrib/cmdline/query.conf: Added.
2806 * BugsSite/contrib/cvs-update.pl: Added.
2807 * BugsSite/contrib/gnats2bz.pl: Added.
2808 * BugsSite/contrib/gnatsparse: Added.
2809 * BugsSite/contrib/gnatsparse/README: Added.
2810 * BugsSite/contrib/gnatsparse/gnatsparse.py: Added.
2811 * BugsSite/contrib/gnatsparse/magic.py: Added.
2812 * BugsSite/contrib/gnatsparse/specialuu.py: Added.
2813 * BugsSite/contrib/jb2bz.py: Added.
2814 * BugsSite/contrib/mysqld-watcher.pl: Added.
2815 * BugsSite/contrib/sendbugmail.pl: Added.
2816 * BugsSite/contrib/sendunsentbugmail.pl: Added.
2817 * BugsSite/contrib/syncLDAP.pl: Added.
2818 * BugsSite/contrib/yp_nomail.sh: Added.
2819 * BugsSite/createaccount.cgi: Added.
2820 * BugsSite/data: Added.
2821 * BugsSite/data/.htaccess: Added.
2822 * BugsSite/data/attachments: Added.
2823 * BugsSite/data/attachments/.htaccess: Added.
2824 * BugsSite/data/duplicates: Added.
2825 * BugsSite/data/mail: Added.
2826 * BugsSite/data/mimedump-tmp: Added.
2827 * BugsSite/data/mining: Added.
2828 * BugsSite/data/nomail: Added.
2829 * BugsSite/data/params: Added.
2830 * BugsSite/data/template: Added.
2831 * BugsSite/data/template/template: Added.
2832 * BugsSite/data/template/template/en: Added.
2833 * BugsSite/data/template/template/en/custom: Added.
2834 * BugsSite/data/template/template/en/custom/account: Added.
2835 * BugsSite/data/template/template/en/custom/account/auth: Added.
2836 * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
2837 * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added.
2838 * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added.
2839 * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added.
2840 * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added.
2841 * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added.
2842 * BugsSite/data/template/template/en/custom/account/email: Added.
2843 * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added.
2844 * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added.
2845 * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added.
2846 * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added.
2847 * BugsSite/data/template/template/en/custom/account/password: Added.
2848 * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
2849 * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
2850 * BugsSite/data/template/template/en/custom/account/prefs: Added.
2851 * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added.
2852 * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added.
2853 * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added.
2854 * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added.
2855 * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added.
2856 * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
2857 * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added.
2858 * BugsSite/data/template/template/en/custom/admin: Added.
2859 * BugsSite/data/template/template/en/custom/admin/classifications: Added.
2860 * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added.
2861 * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added.
2862 * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added.
2863 * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added.
2864 * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added.
2865 * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
2866 * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added.
2867 * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added.
2868 * BugsSite/data/template/template/en/custom/admin/components: Added.
2869 * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
2870 * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added.
2871 * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added.
2872 * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added.
2873 * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added.
2874 * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added.
2875 * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added.
2876 * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added.
2877 * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added.
2878 * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added.
2879 * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
2880 * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
2881 * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
2882 * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
2883 * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
2884 * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
2885 * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
2886 * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
2887 * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
2888 * BugsSite/data/template/template/en/custom/admin/flag-type: Added.
2889 * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
2890 * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
2891 * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added.
2892 * BugsSite/data/template/template/en/custom/admin/groups: Added.
2893 * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added.
2894 * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added.
2895 * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added.
2896 * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added.
2897 * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added.
2898 * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added.
2899 * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added.
2900 * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added.
2901 * BugsSite/data/template/template/en/custom/admin/keywords: Added.
2902 * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
2903 * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
2904 * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
2905 * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
2906 * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
2907 * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
2908 * BugsSite/data/template/template/en/custom/admin/milestones: Added.
2909 * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
2910 * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added.
2911 * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added.
2912 * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
2913 * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added.
2914 * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added.
2915 * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added.
2916 * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
2917 * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added.
2918 * BugsSite/data/template/template/en/custom/admin/products: Added.
2919 * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
2920 * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added.
2921 * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added.
2922 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added.
2923 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
2924 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
2925 * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
2926 * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added.
2927 * BugsSite/data/template/template/en/custom/admin/settings: Added.
2928 * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added.
2929 * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added.
2930 * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added.
2931 * BugsSite/data/template/template/en/custom/admin/users: Added.
2932 * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
2933 * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added.
2934 * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added.
2935 * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added.
2936 * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
2937 * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added.
2938 * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added.
2939 * BugsSite/data/template/template/en/custom/admin/versions: Added.
2940 * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
2941 * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added.
2942 * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added.
2943 * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added.
2944 * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added.
2945 * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added.
2946 * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added.
2947 * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added.
2948 * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added.
2949 * BugsSite/data/template/template/en/custom/attachment: Added.
2950 * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added.
2951 * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added.
2952 * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added.
2953 * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added.
2954 * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added.
2955 * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added.
2956 * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added.
2957 * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added.
2958 * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added.
2959 * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added.
2960 * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added.
2961 * BugsSite/data/template/template/en/custom/bug: Added.
2962 * BugsSite/data/template/template/en/custom/bug/activity: Added.
2963 * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added.
2964 * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added.
2965 * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added.
2966 * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added.
2967 * BugsSite/data/template/template/en/custom/bug/create: Added.
2968 * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
2969 * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added.
2970 * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added.
2971 * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added.
2972 * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added.
2973 * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added.
2974 * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added.
2975 * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added.
2976 * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added.
2977 * BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added.
2978 * BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added.
2979 * BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added.
2980 * BugsSite/data/template/template/en/custom/bug/process: Added.
2981 * BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added.
2982 * BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
2983 * BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added.
2984 * BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added.
2985 * BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added.
2986 * BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added.
2987 * BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
2988 * BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added.
2989 * BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added.
2990 * BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added.
2991 * BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added.
2992 * BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added.
2993 * BugsSite/data/template/template/en/custom/bug/votes: Added.
2994 * BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
2995 * BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
2996 * BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
2997 * BugsSite/data/template/template/en/custom/config.js.tmpl: Added.
2998 * BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added.
2999 * BugsSite/data/template/template/en/custom/flag: Added.
3000 * BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added.
3001 * BugsSite/data/template/template/en/custom/global: Added.
3002 * BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added.
3003 * BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added.
3004 * BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added.
3005 * BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added.
3006 * BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added.
3007 * BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added.
3008 * BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added.
3009 * BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added.
3010 * BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added.
3011 * BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added.
3012 * BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added.
3013 * BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added.
3014 * BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added.
3015 * BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added.
3016 * BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added.
3017 * BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added.
3018 * BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added.
3019 * BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added.
3020 * BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added.
3021 * BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added.
3022 * BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added.
3023 * BugsSite/data/template/template/en/custom/index.html.tmpl: Added.
3024 * BugsSite/data/template/template/en/custom/list: Added.
3025 * BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added.
3026 * BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added.
3027 * BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added.
3028 * BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added.
3029 * BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added.
3030 * BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added.
3031 * BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added.
3032 * BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added.
3033 * BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added.
3034 * BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added.
3035 * BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added.
3036 * BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added.
3037 * BugsSite/data/template/template/en/custom/pages: Added.
3038 * BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added.
3039 * BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added.
3040 * BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added.
3041 * BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added.
3042 * BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added.
3043 * BugsSite/data/template/template/en/custom/reports: Added.
3044 * BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added.
3045 * BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added.
3046 * BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added.
3047 * BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added.
3048 * BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added.
3049 * BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
3050 * BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added.
3051 * BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added.
3052 * BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added.
3053 * BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added.
3054 * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added.
3055 * BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added.
3056 * BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added.
3057 * BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added.
3058 * BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added.
3059 * BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added.
3060 * BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added.
3061 * BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added.
3062 * BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added.
3063 * BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added.
3064 * BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added.
3065 * BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added.
3066 * BugsSite/data/template/template/en/custom/request: Added.
3067 * BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added.
3068 * BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added.
3069 * BugsSite/data/template/template/en/custom/search: Added.
3070 * BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added.
3071 * BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added.
3072 * BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added.
3073 * BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added.
3074 * BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added.
3075 * BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added.
3076 * BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added.
3077 * BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added.
3078 * BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added.
3079 * BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added.
3080 * BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added.
3081 * BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added.
3082 * BugsSite/data/template/template/en/custom/whine: Added.
3083 * BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added.
3084 * BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added.
3085 * BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
3086 * BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added.
3087 * BugsSite/data/template/template/en/default: Added.
3088 * BugsSite/data/template/template/en/default/attachment: Added.
3089 * BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added.
3090 * BugsSite/data/template/template/en/default/list: Added.
3091 * BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added.
3092 * BugsSite/data/versioncache: Added.
3093 * BugsSite/data/versioncache.13P9L: Added.
3094 * BugsSite/data/versioncache.1lH1E: Added.
3095 * BugsSite/data/versioncache.3AnHd: Added.
3096 * BugsSite/data/versioncache.3Jmjt: Added.
3097 * BugsSite/data/versioncache.3JzIL: Added.
3098 * BugsSite/data/versioncache.77b4y: Added.
3099 * BugsSite/data/versioncache.7VzyU: Added.
3100 * BugsSite/data/versioncache.EQdAm: Added.
3101 * BugsSite/data/versioncache.EouAG: Added.
3102 * BugsSite/data/versioncache.LJ5n1: Added.
3103 * BugsSite/data/versioncache.Lb0fW: Added.
3104 * BugsSite/data/versioncache.PyAd8: Added.
3105 * BugsSite/data/versioncache.SFyse: Added.
3106 * BugsSite/data/versioncache.SkTTg: Added.
3107 * BugsSite/data/versioncache.VVO7E: Added.
3108 * BugsSite/data/versioncache.XbxgU: Added.
3109 * BugsSite/data/versioncache.Yezqr: Added.
3110 * BugsSite/data/versioncache.dtzIv: Added.
3111 * BugsSite/data/versioncache.jzpeh: Added.
3112 * BugsSite/data/versioncache.pbn6U: Added.
3113 * BugsSite/data/versioncache.qyixS: Added.
3114 * BugsSite/data/versioncache.sBMdb: Added.
3115 * BugsSite/data/versioncache.xNi34: Added.
3116 * BugsSite/data/webdot: Added.
3117 * BugsSite/data/webdot/.htaccess: Added.
3118 * BugsSite/data/webdot/0ZLH3QpFd8.dot: Added.
3119 * BugsSite/data/webdot/3s6e7eC2Dy.dot: Added.
3120 * BugsSite/data/webdot/6MW0q54cyY.dot: Added.
3121 * BugsSite/data/webdot/A2RlhPdO2Q.dot: Added.
3122 * BugsSite/data/webdot/DuBX4I4946.dot: Added.
3123 * BugsSite/data/webdot/GudTgvrKBX.dot: Added.
3124 * BugsSite/data/webdot/I1mCbLtAzQ.dot: Added.
3125 * BugsSite/data/webdot/JtKgvWGVb4.dot: Added.
3126 * BugsSite/data/webdot/RFk4bjAwYc.dot: Added.
3127 * BugsSite/data/webdot/YQ1pWFVfqt.dot: Added.
3128 * BugsSite/data/webdot/YcFUepShZI.dot: Added.
3129 * BugsSite/data/webdot/a9i00KgTQk.dot: Added.
3130 * BugsSite/data/webdot/c412GYaHch.dot: Added.
3131 * BugsSite/data/webdot/hjYnYr3tV1.dot: Added.
3132 * BugsSite/data/webdot/pq3Qw7wynI.dot: Added.
3133 * BugsSite/data/webdot/tL7GjA7bqH.dot: Added.
3134 * BugsSite/defparams.pl: Added.
3135 * BugsSite/describecomponents.cgi: Added.
3136 * BugsSite/describekeywords.cgi: Added.
3137 * BugsSite/describekeywords.cgi.bak: Added.
3138 * BugsSite/docs: Added.
3139 * BugsSite/docs/.cvsignore: Added.
3140 * BugsSite/docs/README.docs: Added.
3141 * BugsSite/docs/html: Added.
3142 * BugsSite/docs/html/Bugzilla-Guide.html: Added.
3143 * BugsSite/docs/html/about.html: Added.
3144 * BugsSite/docs/html/administration.html: Added.
3145 * BugsSite/docs/html/bug_page.html: Added.
3146 * BugsSite/docs/html/bugreports.html: Added.
3147 * BugsSite/docs/html/cmdline-bugmail.html: Added.
3148 * BugsSite/docs/html/cmdline.html: Added.
3149 * BugsSite/docs/html/components.html: Added.
3150 * BugsSite/docs/html/configuration.html: Added.
3151 * BugsSite/docs/html/conventions.html: Added.
3152 * BugsSite/docs/html/copyright.html: Added.
3153 * BugsSite/docs/html/credits.html: Added.
3154 * BugsSite/docs/html/cust-change-permissions.html: Added.
3155 * BugsSite/docs/html/cust-hooks.html: Added.
3156 * BugsSite/docs/html/cust-templates.html: Added.
3157 * BugsSite/docs/html/customization.html: Added.
3158 * BugsSite/docs/html/dbdoc.html: Added.
3159 * BugsSite/docs/html/dbmodify.html: Added.
3160 * BugsSite/docs/html/disclaimer.html: Added.
3161 * BugsSite/docs/html/extraconfig.html: Added.
3162 * BugsSite/docs/html/faq.html: Added.
3163 * BugsSite/docs/html/flags-overview.html: Added.
3164 * BugsSite/docs/html/flags.html: Added.
3165 * BugsSite/docs/html/general-advice.html: Added.
3166 * BugsSite/docs/html/gfdl-0.html: Added.
3167 * BugsSite/docs/html/gfdl-1.html: Added.
3168 * BugsSite/docs/html/gfdl-10.html: Added.
3169 * BugsSite/docs/html/gfdl-2.html: Added.
3170 * BugsSite/docs/html/gfdl-3.html: Added.
3171 * BugsSite/docs/html/gfdl-4.html: Added.
3172 * BugsSite/docs/html/gfdl-5.html: Added.
3173 * BugsSite/docs/html/gfdl-6.html: Added.
3174 * BugsSite/docs/html/gfdl-7.html: Added.
3175 * BugsSite/docs/html/gfdl-8.html: Added.
3176 * BugsSite/docs/html/gfdl-9.html: Added.
3177 * BugsSite/docs/html/gfdl-howto.html: Added.
3178 * BugsSite/docs/html/gfdl.html: Added.
3179 * BugsSite/docs/html/glossary.html: Added.
3180 * BugsSite/docs/html/groups.html: Added.
3181 * BugsSite/docs/html/hintsandtips.html: Added.
3182 * BugsSite/docs/html/index.html: Added.
3183 * BugsSite/docs/html/install-perlmodules-manual.html: Added.
3184 * BugsSite/docs/html/installation.html: Added.
3185 * BugsSite/docs/html/installing-bugzilla.html: Added.
3186 * BugsSite/docs/html/integration.html: Added.
3187 * BugsSite/docs/html/lifecycle.html: Added.
3188 * BugsSite/docs/html/list.html: Added.
3189 * BugsSite/docs/html/milestones.html: Added.
3190 * BugsSite/docs/html/modules-manual-download.html: Added.
3191 * BugsSite/docs/html/modules-manual-instructions.html: Added.
3192 * BugsSite/docs/html/modules-manual-optional.html: Added.
3193 * BugsSite/docs/html/myaccount.html: Added.
3194 * BugsSite/docs/html/newversions.html: Added.
3195 * BugsSite/docs/html/nonroot.html: Added.
3196 * BugsSite/docs/html/os-specific.html: Added.
3197 * BugsSite/docs/html/parameters.html: Added.
3198 * BugsSite/docs/html/paranoid-security.html: Added.
3199 * BugsSite/docs/html/patches.html: Added.
3200 * BugsSite/docs/html/patchviewer.html: Added.
3201 * BugsSite/docs/html/products.html: Added.
3202 * BugsSite/docs/html/query.html: Added.
3203 * BugsSite/docs/html/quips.html: Added.
3204 * BugsSite/docs/html/reporting.html: Added.
3205 * BugsSite/docs/html/security-bugzilla.html: Added.
3206 * BugsSite/docs/html/security-mysql.html: Added.
3207 * BugsSite/docs/html/security-os.html: Added.
3208 * BugsSite/docs/html/security-webserver.html: Added.
3209 * BugsSite/docs/html/security.html: Added.
3210 * BugsSite/docs/html/trbl-bundlebugzilla.html: Added.
3211 * BugsSite/docs/html/trbl-dbdsponge.html: Added.
3212 * BugsSite/docs/html/trbl-index.html: Added.
3213 * BugsSite/docs/html/trbl-passwd-encryption.html: Added.
3214 * BugsSite/docs/html/trbl-perlmodule.html: Added.
3215 * BugsSite/docs/html/trbl-relogin-everyone.html: Added.
3216 * BugsSite/docs/html/trbl-testserver.html: Added.
3217 * BugsSite/docs/html/trouble-filetemp.html: Added.
3218 * BugsSite/docs/html/troubleshooting.html: Added.
3219 * BugsSite/docs/html/upgrading.html: Added.
3220 * BugsSite/docs/html/useradmin.html: Added.
3221 * BugsSite/docs/html/userpreferences.html: Added.
3222 * BugsSite/docs/html/using-intro.html: Added.
3223 * BugsSite/docs/html/using.html: Added.
3224 * BugsSite/docs/html/versions.html: Added.
3225 * BugsSite/docs/html/voting.html: Added.
3226 * BugsSite/docs/html/whining.html: Added.
3227 * BugsSite/docs/html/x3190.html: Added.
3228 * BugsSite/docs/images: Added.
3229 * BugsSite/docs/images/bzLifecycle.png: Added.
3230 * BugsSite/docs/images/bzLifecycle.xml: Added.
3231 * BugsSite/docs/images/callouts: Added.
3232 * BugsSite/docs/images/callouts/1.gif: Added.
3233 * BugsSite/docs/images/callouts/2.gif: Added.
3234 * BugsSite/docs/images/callouts/3.gif: Added.
3235 * BugsSite/docs/images/caution.gif: Added.
3236 * BugsSite/docs/images/note.gif: Added.
3237 * BugsSite/docs/images/tip.gif: Added.
3238 * BugsSite/docs/images/warning.gif: Added.
3239 * BugsSite/docs/makedocs.pl: Added.
3240 * BugsSite/docs/pdf: Added.
3241 * BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added.
3242 * BugsSite/docs/rel_notes.txt: Added.
3243 * BugsSite/docs/txt: Added.
3244 * BugsSite/docs/txt/Bugzilla-Guide.txt: Added.
3245 * BugsSite/docs/xml: Added.
3246 * BugsSite/docs/xml/Bugzilla-Guide.xml: Added.
3247 * BugsSite/docs/xml/about.xml: Added.
3248 * BugsSite/docs/xml/administration.xml: Added.
3249 * BugsSite/docs/xml/conventions.xml: Added.
3250 * BugsSite/docs/xml/customization.xml: Added.
3251 * BugsSite/docs/xml/dbschema.mysql: Added.
3252 * BugsSite/docs/xml/faq.xml: Added.
3253 * BugsSite/docs/xml/filetemp.patch: Added.
3254 * BugsSite/docs/xml/gfdl.xml: Added.
3255 * BugsSite/docs/xml/glossary.xml: Added.
3256 * BugsSite/docs/xml/index.xml: Added.
3257 * BugsSite/docs/xml/installation.xml: Added.
3258 * BugsSite/docs/xml/integration.xml: Added.
3259 * BugsSite/docs/xml/introduction.xml: Added.
3260 * BugsSite/docs/xml/modules.xml: Added.
3261 * BugsSite/docs/xml/patches.xml: Added.
3262 * BugsSite/docs/xml/requiredsoftware.xml: Added.
3263 * BugsSite/docs/xml/security.xml: Added.
3264 * BugsSite/docs/xml/troubleshooting.xml: Added.
3265 * BugsSite/docs/xml/using.xml: Added.
3266 * BugsSite/doeditparams.cgi: Added.
3267 * BugsSite/duplicates.cgi: Added.
3268 * BugsSite/duplicates.xul: Added.
3269 * BugsSite/editclassifications.cgi: Added.
3270 * BugsSite/editcomponents.cgi: Added.
3271 * BugsSite/editflagtypes.cgi: Added.
3272 * BugsSite/editgroups.cgi: Added.
3273 * BugsSite/editkeywords.cgi: Added.
3274 * BugsSite/editmilestones.cgi: Added.
3275 * BugsSite/editparams.cgi: Added.
3276 * BugsSite/editproducts.cgi: Added.
3277 * BugsSite/editsettings.cgi: Added.
3278 * BugsSite/editusers.cgi: Added.
3279 * BugsSite/editvalues.cgi: Added.
3280 * BugsSite/editversions.cgi: Added.
3281 * BugsSite/editwhines.cgi: Added.
3282 * BugsSite/enter_bug.cgi: Added.
3283 * BugsSite/favicon.ico: Added.
3284 * BugsSite/globals.pl: Added.
3285 * BugsSite/graphs: Added.
3286 * BugsSite/images: Added.
3287 * BugsSite/images/padlock.png: Added.
3288 * BugsSite/importxml.pl: Added.
3289 * BugsSite/index.cgi: Added.
3290 * BugsSite/js: Added.
3291 * BugsSite/js/duplicates.js: Added.
3292 * BugsSite/js/productform.js: Added.
3293 * BugsSite/localconfig.js: Added.
3294 * BugsSite/long_list.cgi: Added.
3295 * BugsSite/move.pl: Added.
3296 * BugsSite/page.cgi: Added.
3297 * BugsSite/post_bug.cgi: Added.
3298 * BugsSite/process_bug.cgi: Added.
3299 * BugsSite/productmenu.js: Added.
3300 * BugsSite/query.cgi: Added.
3301 * BugsSite/quicksearch.html: Added.
3302 * BugsSite/quicksearch.js: Added.
3303 * BugsSite/quicksearchhack.html: Added.
3304 * BugsSite/quips.cgi: Added.
3305 * BugsSite/relogin.cgi: Added.
3306 * BugsSite/report.cgi: Added.
3307 * BugsSite/reports.cgi: Added.
3308 * BugsSite/request.cgi: Added.
3309 * BugsSite/robots.txt: Added.
3310 * BugsSite/runtests.pl: Added.
3311 * BugsSite/sanitycheck.cgi: Added.
3312 * BugsSite/show_activity.cgi: Added.
3313 * BugsSite/show_bug.cgi: Added.
3314 * BugsSite/showattachment.cgi: Added.
3315 * BugsSite/showdependencygraph.cgi: Added.
3316 * BugsSite/showdependencytree.cgi: Added.
3317 * BugsSite/sidebar.cgi: Added.
3318 * BugsSite/skins: Added.
3319 * BugsSite/skins/.cvsignore: Added.
3320 * BugsSite/skins/custom: Added.
3321 * BugsSite/skins/custom/admin.css: Added.
3322 * BugsSite/skins/custom/buglist.css: Added.
3323 * BugsSite/skins/custom/duplicates.css: Added.
3324 * BugsSite/skins/custom/editusers.css: Added.
3325 * BugsSite/skins/custom/global.css: Added.
3326 * BugsSite/skins/custom/index.css: Added.
3327 * BugsSite/skins/custom/opendarwin.gif: Added.
3328 * BugsSite/skins/custom/panel.css: Added.
3329 * BugsSite/skins/custom/show_multiple.css: Added.
3330 * BugsSite/skins/custom/summarize-time.css: Added.
3331 * BugsSite/skins/custom/voting.css: Added.
3332 * BugsSite/skins/standard: Added.
3333 * BugsSite/skins/standard/admin.css: Added.
3334 * BugsSite/skins/standard/buglist.css: Added.
3335 * BugsSite/skins/standard/duplicates.css: Added.
3336 * BugsSite/skins/standard/editusers.css: Added.
3337 * BugsSite/skins/standard/global: Added.
3338 * BugsSite/skins/standard/global.css: Added.
3339 * BugsSite/skins/standard/global/body-back.gif: Added.
3340 * BugsSite/skins/standard/global/header.png: Added.
3341 * BugsSite/skins/standard/index: Added.
3342 * BugsSite/skins/standard/index.css: Added.
3343 * BugsSite/skins/standard/index/front.jpg: Added.
3344 * BugsSite/skins/standard/index/front.png: Added.
3345 * BugsSite/skins/standard/panel.css: Added.
3346 * BugsSite/skins/standard/show_multiple.css: Added.
3347 * BugsSite/skins/standard/summarize-time.css: Added.
3348 * BugsSite/skins/standard/voting.css: Added.
3349 * BugsSite/summarize_time.cgi: Added.
3350 * BugsSite/t: Added.
3351 * BugsSite/t/001compile.t: Added.
3352 * BugsSite/t/002goodperl.t: Added.
3353 * BugsSite/t/003safesys.t: Added.
3354 * BugsSite/t/004template.t: Added.
3355 * BugsSite/t/005no_tabs.t: Added.
3356 * BugsSite/t/006spellcheck.t: Added.
3357 * BugsSite/t/007util.t: Added.
3358 * BugsSite/t/008filter.t: Added.
3359 * BugsSite/t/009bugwords.t: Added.
3360 * BugsSite/t/011pod.t: Added.
3361 * BugsSite/t/Support: Added.
3362 * BugsSite/t/Support/Files.pm: Added.
3363 * BugsSite/t/Support/Systemexec.pm: Added.
3364 * BugsSite/t/Support/Templates.pm: Added.
3365 * BugsSite/t/testchart.gif: Added.
3366 * BugsSite/t/testchart.png: Added.
3367 * BugsSite/t/testgd.png: Added.
3368 * BugsSite/template: Added.
3369 * BugsSite/template/.cvsignore: Added.
3370 * BugsSite/template/.htaccess: Added.
3371 * BugsSite/template/en: Added.
3372 * BugsSite/template/en/.cvsignore: Added.
3373 * BugsSite/template/en/custom: Added.
3374 * BugsSite/template/en/custom/account: Added.
3375 * BugsSite/template/en/custom/account/auth: Added.
3376 * BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
3377 * BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added.
3378 * BugsSite/template/en/custom/account/auth/login.html.tmpl: Added.
3379 * BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added.
3380 * BugsSite/template/en/custom/account/create.html.tmpl: Added.
3381 * BugsSite/template/en/custom/account/created.html.tmpl: Added.
3382 * BugsSite/template/en/custom/account/email: Added.
3383 * BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added.
3384 * BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added.
3385 * BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added.
3386 * BugsSite/template/en/custom/account/exists.html.tmpl: Added.
3387 * BugsSite/template/en/custom/account/password: Added.
3388 * BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
3389 * BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
3390 * BugsSite/template/en/custom/account/prefs: Added.
3391 * BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added.
3392 * BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added.
3393 * BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added.
3394 * BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added.
3395 * BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added.
3396 * BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
3397 * BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added.
3398 * BugsSite/template/en/custom/admin: Added.
3399 * BugsSite/template/en/custom/admin/classifications: Added.
3400 * BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added.
3401 * BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added.
3402 * BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added.
3403 * BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added.
3404 * BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added.
3405 * BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
3406 * BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added.
3407 * BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added.
3408 * BugsSite/template/en/custom/admin/components: Added.
3409 * BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
3410 * BugsSite/template/en/custom/admin/components/create.html.tmpl: Added.
3411 * BugsSite/template/en/custom/admin/components/created.html.tmpl: Added.
3412 * BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added.
3413 * BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added.
3414 * BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added.
3415 * BugsSite/template/en/custom/admin/components/list.html.tmpl: Added.
3416 * BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added.
3417 * BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added.
3418 * BugsSite/template/en/custom/admin/fieldvalues: Added.
3419 * BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
3420 * BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
3421 * BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
3422 * BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
3423 * BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
3424 * BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
3425 * BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
3426 * BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
3427 * BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
3428 * BugsSite/template/en/custom/admin/flag-type: Added.
3429 * BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
3430 * BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
3431 * BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added.
3432 * BugsSite/template/en/custom/admin/groups: Added.
3433 * BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added.
3434 * BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added.
3435 * BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added.
3436 * BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added.
3437 * BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added.
3438 * BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added.
3439 * BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added.
3440 * BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added.
3441 * BugsSite/template/en/custom/admin/keywords: Added.
3442 * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
3443 * BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added.
3444 * BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added.
3445 * BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added.
3446 * BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added.
3447 * BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
3448 * BugsSite/template/en/custom/admin/milestones: Added.
3449 * BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
3450 * BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added.
3451 * BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added.
3452 * BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
3453 * BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added.
3454 * BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added.
3455 * BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added.
3456 * BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
3457 * BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added.
3458 * BugsSite/template/en/custom/admin/products: Added.
3459 * BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
3460 * BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added.
3461 * BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added.
3462 * BugsSite/template/en/custom/admin/products/groupcontrol: Added.
3463 * BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
3464 * BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
3465 * BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
3466 * BugsSite/template/en/custom/admin/products/list.html.tmpl: Added.
3467 * BugsSite/template/en/custom/admin/settings: Added.
3468 * BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added.
3469 * BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added.
3470 * BugsSite/template/en/custom/admin/table.html.tmpl: Added.
3471 * BugsSite/template/en/custom/admin/users: Added.
3472 * BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
3473 * BugsSite/template/en/custom/admin/users/create.html.tmpl: Added.
3474 * BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added.
3475 * BugsSite/template/en/custom/admin/users/list.html.tmpl: Added.
3476 * BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
3477 * BugsSite/template/en/custom/admin/users/search.html.tmpl: Added.
3478 * BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added.
3479 * BugsSite/template/en/custom/admin/versions: Added.
3480 * BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
3481 * BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added.
3482 * BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added.
3483 * BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added.
3484 * BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added.
3485 * BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added.
3486 * BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added.
3487 * BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added.
3488 * BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added.
3489 * BugsSite/template/en/custom/attachment: Added.
3490 * BugsSite/template/en/custom/attachment/choose.html.tmpl: Added.
3491 * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added.
3492 * BugsSite/template/en/custom/attachment/create.html.tmpl: Added.
3493 * BugsSite/template/en/custom/attachment/created.html.tmpl: Added.
3494 * BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added.
3495 * BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added.
3496 * BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added.
3497 * BugsSite/template/en/custom/attachment/edit.html.tmpl: Added.
3498 * BugsSite/template/en/custom/attachment/list.html.tmpl: Added.
3499 * BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added.
3500 * BugsSite/template/en/custom/attachment/updated.html.tmpl: Added.
3501 * BugsSite/template/en/custom/bug: Added.
3502 * BugsSite/template/en/custom/bug/activity: Added.
3503 * BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added.
3504 * BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added.
3505 * BugsSite/template/en/custom/bug/choose.html.tmpl: Added.
3506 * BugsSite/template/en/custom/bug/comments.html.tmpl: Added.
3507 * BugsSite/template/en/custom/bug/create: Added.
3508 * BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
3509 * BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added.
3510 * BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added.
3511 * BugsSite/template/en/custom/bug/create/create.html.tmpl: Added.
3512 * BugsSite/template/en/custom/bug/create/created.html.tmpl: Added.
3513 * BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added.
3514 * BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added.
3515 * BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added.
3516 * BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added.
3517 * BugsSite/template/en/custom/bug/edit.html.tmpl: Added.
3518 * BugsSite/template/en/custom/bug/knob.html.tmpl: Added.
3519 * BugsSite/template/en/custom/bug/navigate.html.tmpl: Added.
3520 * BugsSite/template/en/custom/bug/process: Added.
3521 * BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added.
3522 * BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
3523 * BugsSite/template/en/custom/bug/process/header.html.tmpl: Added.
3524 * BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added.
3525 * BugsSite/template/en/custom/bug/process/next.html.tmpl: Added.
3526 * BugsSite/template/en/custom/bug/process/results.html.tmpl: Added.
3527 * BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
3528 * BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added.
3529 * BugsSite/template/en/custom/bug/show.html.tmpl: Added.
3530 * BugsSite/template/en/custom/bug/show.xml.tmpl: Added.
3531 * BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added.
3532 * BugsSite/template/en/custom/bug/time.html.tmpl: Added.
3533 * BugsSite/template/en/custom/bug/votes: Added.
3534 * BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
3535 * BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
3536 * BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
3537 * BugsSite/template/en/custom/config.js.tmpl: Added.
3538 * BugsSite/template/en/custom/config.rdf.tmpl: Added.
3539 * BugsSite/template/en/custom/filterexceptions.pl: Added.
3540 * BugsSite/template/en/custom/flag: Added.
3541 * BugsSite/template/en/custom/flag/list.html.tmpl: Added.
3542 * BugsSite/template/en/custom/global: Added.
3543 * BugsSite/template/en/custom/global/banner.html.tmpl: Added.
3544 * BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added.
3545 * BugsSite/template/en/custom/global/choose-product.html.tmpl: Added.
3546 * BugsSite/template/en/custom/global/code-error.html.tmpl: Added.
3547 * BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added.
3548 * BugsSite/template/en/custom/global/field-descs.none.tmpl: Added.
3549 * BugsSite/template/en/custom/global/footer.html.tmpl: Added.
3550 * BugsSite/template/en/custom/global/header.html.tmpl: Added.
3551 * BugsSite/template/en/custom/global/help-header.html.tmpl: Added.
3552 * BugsSite/template/en/custom/global/help.html.tmpl: Added.
3553 * BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added.
3554 * BugsSite/template/en/custom/global/initialize.none.tmpl: Added.
3555 * BugsSite/template/en/custom/global/message.html.tmpl: Added.
3556 * BugsSite/template/en/custom/global/messages.html.tmpl: Added.
3557 * BugsSite/template/en/custom/global/select-menu.html.tmpl: Added.
3558 * BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added.
3559 * BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added.
3560 * BugsSite/template/en/custom/global/useful-links.html.tmpl: Added.
3561 * BugsSite/template/en/custom/global/user-error.html.tmpl: Added.
3562 * BugsSite/template/en/custom/global/userselect.html.tmpl: Added.
3563 * BugsSite/template/en/custom/global/variables.none.tmpl: Added.
3564 * BugsSite/template/en/custom/index.html.tmpl: Added.
3565 * BugsSite/template/en/custom/list: Added.
3566 * BugsSite/template/en/custom/list/change-columns.html.tmpl: Added.
3567 * BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added.
3568 * BugsSite/template/en/custom/list/list-simple.html.tmpl: Added.
3569 * BugsSite/template/en/custom/list/list.csv.tmpl: Added.
3570 * BugsSite/template/en/custom/list/list.html.tmpl: Added.
3571 * BugsSite/template/en/custom/list/list.ics.tmpl: Added.
3572 * BugsSite/template/en/custom/list/list.js.tmpl: Added.
3573 * BugsSite/template/en/custom/list/list.rdf.tmpl: Added.
3574 * BugsSite/template/en/custom/list/list.rss.tmpl: Added.
3575 * BugsSite/template/en/custom/list/quips.html.tmpl: Added.
3576 * BugsSite/template/en/custom/list/server-push.html.tmpl: Added.
3577 * BugsSite/template/en/custom/list/table.html.tmpl: Added.
3578 * BugsSite/template/en/custom/pages: Added.
3579 * BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added.
3580 * BugsSite/template/en/custom/pages/fields.html.tmpl: Added.
3581 * BugsSite/template/en/custom/pages/linked.html.tmpl: Added.
3582 * BugsSite/template/en/custom/pages/linkify.html.tmpl: Added.
3583 * BugsSite/template/en/custom/pages/voting.html.tmpl: Added.
3584 * BugsSite/template/en/custom/reports: Added.
3585 * BugsSite/template/en/custom/reports/chart.csv.tmpl: Added.
3586 * BugsSite/template/en/custom/reports/chart.html.tmpl: Added.
3587 * BugsSite/template/en/custom/reports/chart.png.tmpl: Added.
3588 * BugsSite/template/en/custom/reports/components.html.tmpl: Added.
3589 * BugsSite/template/en/custom/reports/create-chart.html.tmpl: Added.
3590 * BugsSite/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
3591 * BugsSite/template/en/custom/reports/duplicates-table.html.tmpl: Added.
3592 * BugsSite/template/en/custom/reports/duplicates.html.tmpl: Added.
3593 * BugsSite/template/en/custom/reports/duplicates.rdf.tmpl: Added.
3594 * BugsSite/template/en/custom/reports/edit-series.html.tmpl: Added.
3595 * BugsSite/template/en/custom/reports/keywords.html.tmpl: Added.
3596 * BugsSite/template/en/custom/reports/menu.html.tmpl: Added.
3597 * BugsSite/template/en/custom/reports/report-bar.png.tmpl: Added.
3598 * BugsSite/template/en/custom/reports/report-line.png.tmpl: Added.
3599 * BugsSite/template/en/custom/reports/report-pie.png.tmpl: Added.
3600 * BugsSite/template/en/custom/reports/report-simple.html.tmpl: Added.
3601 * BugsSite/template/en/custom/reports/report-table.csv.tmpl: Added.
3602 * BugsSite/template/en/custom/reports/report-table.html.tmpl: Added.
3603 * BugsSite/template/en/custom/reports/report.csv.tmpl: Added.
3604 * BugsSite/template/en/custom/reports/report.html.tmpl: Added.
3605 * BugsSite/template/en/custom/reports/series-common.html.tmpl: Added.
3606 * BugsSite/template/en/custom/reports/series.html.tmpl: Added.
3607 * BugsSite/template/en/custom/request: Added.
3608 * BugsSite/template/en/custom/request/email.txt.tmpl: Added.
3609 * BugsSite/template/en/custom/request/queue.html.tmpl: Added.
3610 * BugsSite/template/en/custom/search: Added.
3611 * BugsSite/template/en/custom/search/boolean-charts.html.tmpl: Added.
3612 * BugsSite/template/en/custom/search/form.html.tmpl: Added.
3613 * BugsSite/template/en/custom/search/knob.html.tmpl: Added.
3614 * BugsSite/template/en/custom/search/search-advanced.html.tmpl: Added.
3615 * BugsSite/template/en/custom/search/search-create-series.html.tmpl: Added.
3616 * BugsSite/template/en/custom/search/search-help.html.tmpl: Added.
3617 * BugsSite/template/en/custom/search/search-report-graph.html.tmpl: Added.
3618 * BugsSite/template/en/custom/search/search-report-select.html.tmpl: Added.
3619 * BugsSite/template/en/custom/search/search-report-table.html.tmpl: Added.
3620 * BugsSite/template/en/custom/search/search-specific.html.tmpl: Added.
3621 * BugsSite/template/en/custom/search/tabs.html.tmpl: Added.
3622 * BugsSite/template/en/custom/sidebar.xul.tmpl: Added.
3623 * BugsSite/template/en/custom/whine: Added.
3624 * BugsSite/template/en/custom/whine/mail.html.tmpl: Added.
3625 * BugsSite/template/en/custom/whine/mail.txt.tmpl: Added.
3626 * BugsSite/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
3627 * BugsSite/template/en/custom/whine/schedule.html.tmpl: Added.
3628 * BugsSite/template/en/default: Added.
3629 * BugsSite/template/en/default/account: Added.
3630 * BugsSite/template/en/default/account/auth: Added.
3631 * BugsSite/template/en/default/account/auth/ldap-error.html.tmpl: Added.
3632 * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Added.
3633 * BugsSite/template/en/default/account/auth/login.html.tmpl: Added.
3634 * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Added.
3635 * BugsSite/template/en/default/account/create.html.tmpl: Added.
3636 * BugsSite/template/en/default/account/created.html.tmpl: Added.
3637 * BugsSite/template/en/default/account/email: Added.
3638 * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Added.
3639 * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Added.
3640 * BugsSite/template/en/default/account/email/confirm.html.tmpl: Added.
3641 * BugsSite/template/en/default/account/exists.html.tmpl: Added.
3642 * BugsSite/template/en/default/account/password: Added.
3643 * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Added.
3644 * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Added.
3645 * BugsSite/template/en/default/account/prefs: Added.
3646 * BugsSite/template/en/default/account/prefs/account.html.tmpl: Added.
3647 * BugsSite/template/en/default/account/prefs/email.html.tmpl: Added.
3648 * BugsSite/template/en/default/account/prefs/footer.html.tmpl: Added.
3649 * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Added.
3650 * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Added.
3651 * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Added.
3652 * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Added.
3653 * BugsSite/template/en/default/admin: Added.
3654 * BugsSite/template/en/default/admin/classifications: Added.
3655 * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Added.
3656 * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Added.
3657 * BugsSite/template/en/default/admin/classifications/delete.html.tmpl: Added.
3658 * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Added.
3659 * BugsSite/template/en/default/admin/classifications/new.html.tmpl: Added.
3660 * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Added.
3661 * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Added.
3662 * BugsSite/template/en/default/admin/classifications/update.html.tmpl: Added.
3663 * BugsSite/template/en/default/admin/components: Added.
3664 * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Added.
3665 * BugsSite/template/en/default/admin/components/create.html.tmpl: Added.
3666 * BugsSite/template/en/default/admin/components/created.html.tmpl: Added.
3667 * BugsSite/template/en/default/admin/components/deleted.html.tmpl: Added.
3668 * BugsSite/template/en/default/admin/components/edit.html.tmpl: Added.
3669 * BugsSite/template/en/default/admin/components/footer.html.tmpl: Added.
3670 * BugsSite/template/en/default/admin/components/list.html.tmpl: Added.
3671 * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Added.
3672 * BugsSite/template/en/default/admin/components/updated.html.tmpl: Added.
3673 * BugsSite/template/en/default/admin/fieldvalues: Added.
3674 * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Added.
3675 * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Added.
3676 * BugsSite/template/en/default/admin/fieldvalues/created.html.tmpl: Added.
3677 * BugsSite/template/en/default/admin/fieldvalues/deleted.html.tmpl: Added.
3678 * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Added.
3679 * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Added.
3680 * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Added.
3681 * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Added.
3682 * BugsSite/template/en/default/admin/fieldvalues/updated.html.tmpl: Added.
3683 * BugsSite/template/en/default/admin/flag-type: Added.
3684 * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Added.
3685 * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Added.
3686 * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Added.
3687 * BugsSite/template/en/default/admin/groups: Added.
3688 * BugsSite/template/en/default/admin/groups/change.html.tmpl: Added.
3689 * BugsSite/template/en/default/admin/groups/create.html.tmpl: Added.
3690 * BugsSite/template/en/default/admin/groups/created.html.tmpl: Added.
3691 * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Added.
3692 * BugsSite/template/en/default/admin/groups/deleted.html.tmpl: Added.
3693 * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Added.
3694 * BugsSite/template/en/default/admin/groups/list.html.tmpl: Added.
3695 * BugsSite/template/en/default/admin/groups/remove.html.tmpl: Added.
3696 * BugsSite/template/en/default/admin/keywords: Added.
3697 * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Added.
3698 * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Added.
3699 * BugsSite/template/en/default/admin/keywords/created.html.tmpl: Added.
3700 * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Added.
3701 * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Added.
3702 * BugsSite/template/en/default/admin/keywords/rebuild-cache.html.tmpl: Added.
3703 * BugsSite/template/en/default/admin/milestones: Added.
3704 * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Added.
3705 * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Added.
3706 * BugsSite/template/en/default/admin/milestones/created.html.tmpl: Added.
3707 * BugsSite/template/en/default/admin/milestones/deleted.html.tmpl: Added.
3708 * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Added.
3709 * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Added.
3710 * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Added.
3711 * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Added.
3712 * BugsSite/template/en/default/admin/milestones/updated.html.tmpl: Added.
3713 * BugsSite/template/en/default/admin/products: Added.
3714 * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Added.
3715 * BugsSite/template/en/default/admin/products/deleted.html.tmpl: Added.
3716 * BugsSite/template/en/default/admin/products/footer.html.tmpl: Added.
3717 * BugsSite/template/en/default/admin/products/groupcontrol: Added.
3718 * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
3719 * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Added.
3720 * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Added.
3721 * BugsSite/template/en/default/admin/products/list.html.tmpl: Added.
3722 * BugsSite/template/en/default/admin/settings: Added.
3723 * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Added.
3724 * BugsSite/template/en/default/admin/settings/updated.html.tmpl: Added.
3725 * BugsSite/template/en/default/admin/table.html.tmpl: Added.
3726 * BugsSite/template/en/default/admin/users: Added.
3727 * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Added.
3728 * BugsSite/template/en/default/admin/users/create.html.tmpl: Added.
3729 * BugsSite/template/en/default/admin/users/edit.html.tmpl: Added.
3730 * BugsSite/template/en/default/admin/users/list.html.tmpl: Added.
3731 * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Added.
3732 * BugsSite/template/en/default/admin/users/search.html.tmpl: Added.
3733 * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Added.
3734 * BugsSite/template/en/default/admin/versions: Added.
3735 * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Added.
3736 * BugsSite/template/en/default/admin/versions/create.html.tmpl: Added.
3737 * BugsSite/template/en/default/admin/versions/created.html.tmpl: Added.
3738 * BugsSite/template/en/default/admin/versions/deleted.html.tmpl: Added.
3739 * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Added.
3740 * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Added.
3741 * BugsSite/template/en/default/admin/versions/list.html.tmpl: Added.
3742 * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Added.
3743 * BugsSite/template/en/default/admin/versions/updated.html.tmpl: Added.
3744 * BugsSite/template/en/default/attachment: Added.
3745 * BugsSite/template/en/default/attachment/choose.html.tmpl: Added.
3746 * BugsSite/template/en/default/attachment/content-types.html.tmpl: Added.
3747 * BugsSite/template/en/default/attachment/create.html.tmpl: Added.
3748 * BugsSite/template/en/default/attachment/created.html.tmpl: Added.
3749 * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Added.
3750 * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Added.
3751 * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Added.
3752 * BugsSite/template/en/default/attachment/edit-aroben.html.tmpl: Added.
3753 * BugsSite/template/en/default/attachment/edit.html.tmpl: Added.
3754 * BugsSite/template/en/default/attachment/list.html.tmpl: Added.
3755 * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Added.
3756 * BugsSite/template/en/default/attachment/updated.html.tmpl: Added.
3757 * BugsSite/template/en/default/bug: Added.
3758 * BugsSite/template/en/default/bug/activity: Added.
3759 * BugsSite/template/en/default/bug/activity/show.html.tmpl: Added.
3760 * BugsSite/template/en/default/bug/activity/table.html.tmpl: Added.
3761 * BugsSite/template/en/default/bug/choose.html.tmpl: Added.
3762 * BugsSite/template/en/default/bug/comments.html.tmpl: Added.
3763 * BugsSite/template/en/default/bug/create: Added.
3764 * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Added.
3765 * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Added.
3766 * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Added.
3767 * BugsSite/template/en/default/bug/create/create.html.tmpl: Added.
3768 * BugsSite/template/en/default/bug/create/created.html.tmpl: Added.
3769 * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Added.
3770 * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Added.
3771 * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Added.