1 2009-12-28 Estêvão Samuel Procópio <tevaum@gmail.com>
3 Reviewed by Gustavo Noronha Silva.
5 Bug 32940: [GTK] Changing the download throttle conditions.
6 https://bugs.webkit.org/show_bug.cgi?id=32716
8 The WebKitDownload progress notification was taking long to
9 update. This fix makes notification happens each 0.7 secs
10 or when the progress ups in 1%.
12 * WebKit/gtk/webkit/webkitdownload.cpp:
14 2009-12-22 Simon Hausmann <simon.hausmann@nokia.com>
16 Rubber-stamped by Holger Freyther.
18 Adjusted path to QtLauncher.
22 2009-12-19 Evan Martin <evan@chromium.org>
24 Reviewed by Gustavo Noronha Silva.
26 Add a couple of WebKitGtk files to .gitignore.
30 2009-12-18 Benjamin Otte <otte@gnome.org>
32 Reviewed by Xan Lopez.
34 [GTK] RemoveDashboard support. It's useless.
38 2009-12-18 Simon Hausmann <simon.hausmann@nokia.com>
40 Reviewed by Tor Arne Vestbø.
42 [Qt] Clean up the qmake build system to distinguish between trunk builds and package builds
44 https://bugs.webkit.org/show_bug.cgi?id=32716
46 * WebKit.pri: Use standalone_package instead of QTDIR_build
48 2009-12-17 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
50 Unreviewed. Build fixes for make distcheck.
54 2009-12-16 Dan Winship <danw@gnome.org>
56 Reviewed by Gustavo Noronha Silva.
58 [Gtk] Content-Encoding support
60 https://bugs.webkit.org/show_bug.cgi?id=522772
62 * configure.ac: require libsoup 2.28.2 for SoupContentDecoder
64 2009-12-13 Eric Seidel <eric@webkit.org>
66 Reviewed by Gavin Barraclough.
68 string-base64 test does not compute a valid base64 string
69 http://bugs.webkit.org/show_bug.cgi?id=16806
71 * tests/string-base64.js: change str[i] to str.charCodeAt(i)
73 2009-12-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
75 Reviewed by Xan Lopez.
77 [GTK] Should provide an API to control the IconDatabase
78 https://bugs.webkit.org/show_bug.cgi?id=32334
80 Add test to make sure favicon reporting works.
84 2009-12-09 Steve Block <steveblock@google.com>
86 Reviewed by Adam Barth.
88 Adds Android Makefiles for building with V8.
89 https://bugs.webkit.org/show_bug.cgi?id=32278
91 * Android.mk: Modified. Includes Makefiles for V8.
93 2009-12-08 Steve Block <steveblock@google.com>
95 Reviewed by Adam Barth.
97 [Android] Adds Makefiles for Android port.
98 https://bugs.webkit.org/show_bug.cgi?id=31325
102 2009-12-08 Christian Dywan <christian@twotoasts.de>
104 Reviewed by Xan Lopez.
106 * configure.ac: Require only libSoup 2.27.91 but check for 2.29.3
107 and define HAVE_LIBSOUP_2_29_3 in that case.
109 2009-12-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
111 Rubber-stamped by Xan Lopez.
113 Late post-release version bump.
117 2009-12-08 Dominik Röttsches <dominik.roettsches@access-company.com>
119 Reviewed by Gustavo Noronha Silva.
121 [Gtk] Create a TextBreakIterator implementation based on GLib (without ICU)
122 https://bugs.webkit.org/show_bug.cgi?id=31469
124 Removing hybrid configuration for --with-unicode-backend=glib
125 ICU not required anymore.
127 * autotools/webkit.m4:
129 2009-12-08 Nikolas Zimmermann <nzimmermann@rim.com>
131 Rubber-stamped by Maciej Stachowiak.
133 Turn on (SVG) Filters for Gtk.
134 https://bugs.webkit.org/show_bug.cgi?id=32224
138 2009-12-07 Dmitry Titov <dimich@chromium.org>
140 Rubber-stamped by Darin Adler.
142 Remove ENABLE_SHARED_SCRIPT flags
143 https://bugs.webkit.org/show_bug.cgi?id=32245
144 This patch was obtained by "git revert" command and then un-reverting of ChangeLog files.
148 2009-12-06 Gustavo Noronha Silva <gns@gnome.org>
150 Reviewed by Xan Lopez.
152 Build the new API test.
154 [GTK] REGRESSION: webkit thinks it can render PDFs
155 https://bugs.webkit.org/show_bug.cgi?id=32183
159 2009-12-05 Vincent Untz <vuntz@gnome.org>
161 Reviewed by Gustavo Noronha.
163 Fixes race for builds with introspection enabled, and parallel
168 2009-12-04 Xan Lopez <xlopez@igalia.com>
170 Reviewed by Gustavo Noronha.
172 [GTK]Enable DNS prefetching
173 https://bugs.webkit.org/show_bug.cgi?id=23846
175 Bump libsoup required version to 2.29.3 for DNS prefetching.
179 2009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
181 Rubber-stamped by Xan Lopez.
183 Make sure we distribute and install GObject Introspection files.
187 2009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
189 Build fix. Make sure JSCore-1.0.gir is added to the distributed
194 2009-11-30 Xan Lopez <xlopez@igalia.com>
196 Reviewed by Gustavo Noronha.
198 Bump versions for 1.1.17 release.
202 2009-11-30 Jan-Arve Sæther <jan-arve.saether@nokia.com>
204 Reviewed by Simon Hausmann.
206 [Qt] Fix compilation with win32-icc
208 Include os-win32 for stdint.h since MS does not ship that in their PSDK.
212 2009-11-26 Laszlo Gombos <laszlo.1.gombos@nokia.com>
214 Reviewed by Oliver Hunt.
216 Move GOwnPtr* from wtf to wtf/gtk
217 https://bugs.webkit.org/show_bug.cgi?id=31793
219 * GNUmakefile.am: Add JavaScriptCore/wtf/gtk to
222 2009-11-24 Dmitry Titov <dimich@chromium.org>
224 Reviewed by Eric Seidel.
226 Add ENABLE_SHARED_SCRIPT feature define and flag for build-webkit
227 https://bugs.webkit.org/show_bug.cgi?id=31444
231 2009-11-24 Jason Smith <dark.panda@gmail.com>
233 Reviewed by Alexey Proskuryakov.
235 RegExp#exec's returned Array-like object behaves differently from
237 https://bugs.webkit.org/show_bug.cgi?id=31689
239 * LayoutTests/fast/js/regexp-in-and-foreach-handling.html: Added.
240 * LayoutTests/fast/js/script-tests/regexp-in-and-foreach-handling.js: Added.
241 * LayoutTests/fast/js/regexp-in-and-foreach-handling-expected.txt: Added.
243 2009-11-24 Jens Alfke <snej@chromium.org>
245 Reviewed by David Levin.
247 Ignore Chromium's Xcode projects that are auto-generated from .gyp files.
248 https://bugs.webkit.org/show_bug.cgi?id=31847
250 * .gitignore: Add three .xcodeproj files.
252 2009-11-09 Priit Laes <plaes@plaes.org>
254 Reviewed by Oliver Hunt.
256 [Gtk] Build from tarball fails with --enable-introspection
257 https://bugs.webkit.org/show_bug.cgi?id=31261
259 We need to enable gobject-introspection during distcheck otherwise
260 some of the required files are missing in tarball.
264 2009-11-05 Priit Laes <plaes@plaes.org>
266 Reviewed by Jan Alonzo.
268 [Gtk] Build failure with --enable-introspection
269 https://bugs.webkit.org/show_bug.cgi?id=31102
271 Add search and include paths for JSCore-1.0.gir required by
272 gobject-introspection tools.
276 2009-11-04 Benjamin Otte <otte@gnome.org>
278 Reviewed by Gustavo Noronha.
280 Update Cairo requirement to 1.6.
282 https://bugs.webkit.org/show_bug.cgi?id=19266
286 2009-11-02 Estêvão Samuel Procópio <tevaum@gmail.com>
288 Reviewed by Gustavo Noronha.
290 [Build] make install ignores --prefix option for gobject-introspection.
291 https://bugs.webkit.org/show_bug.cgi?id=31025
293 Make the build system use the --prefix path also when installing
294 gobject-introspection files.
296 * configure.ac: use --prefix path in GITDIR and GIRTYPELIBDIR
298 2009-11-02 Xan Lopez <xlopez@igalia.com>
300 Bump version before release (or post-release, depending on your
301 point of view) so that we can make applications depending on
302 unreleased APIs in WebKit svn fail at configure time when the
303 requirements are not met.
307 2009-11-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
309 Reviewed by Eric Seidel.
311 Turn on warnings for QtWebKit for gcc
312 https://bugs.webkit.org/show_bug.cgi?id=30958
314 * WebKit.pri: Turn on warnings for the GCC compiler
316 2009-10-30 Adam Barth <abarth@webkit.org>
318 Reviewed by Mark Rowe.
320 Teach git to ignore some files
321 https://bugs.webkit.org/show_bug.cgi?id=30951
323 Ignore WebKitBuild because we never want to version that directory.
324 Also, ignore the xcode project files so git clean doesn't blow away
325 your project settings. Finally, ignore the compiled python files in
326 WebKitTools/Script modules because they clutter up git status.
330 2009-10-30 Roland Steiner <rolandsteiner@chromium.org>
332 Reviewed by Eric Seidel.
334 Remove ENABLE_RUBY guards as discussed with Dave Hyatt and Maciej Stachowiak.
336 Bug 28420 - Implement HTML5 <ruby> rendering
337 (https://bugs.webkit.org/show_bug.cgi?id=28420)
339 No new tests (no functional change).
343 2009-10-26 Holger Hans Peter Freyther <zecke@selfish.org>
345 Rubber-stamped by Darin Adler.
347 Export fastMalloc, fastCalloc, fastRealloc and fastFree
348 https://bugs.webkit.org/show_bug.cgi?id=30769
350 Export the FastMalloc functions outside of the libwebkit library
351 to be able to instrument memory allocations. These are C++ symbols
352 but do not require the C++ runtime to be useful and should be of
353 no harm to plain C code.
355 * autotools/symbols.filter:
357 2009-10-26 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
359 Reviewed by Jan Alonzo.
361 Alternative solution to regression introduced in r48672.
365 2009-10-26 Xan Lopez <xlopez@igalia.com>
367 Reviewed by Gustavo Noronha.
369 Update for 1.1.16 release.
373 2009-10-24 Laszlo Gombos <laszlo.1.gombos@nokia.com>
375 Reviewed by Holger Freyther.
377 [Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian
378 https://bugs.webkit.org/show_bug.cgi?id=30476
380 Set the stack size to 80 Kb and heap size to the 128kB - 32MB range
381 to all executables linking against WebKit library.
385 2009-10-18 Jan Michael Alonzo <jmalonzo@webkit.org>
387 Reviewed by Holger Freyther.
389 [GTK] Add MathML to the build system
390 https://bugs.webkit.org/show_bug.cgi?id=30487
392 Add --enable-mathml to configure.
396 2009-10-15 Jan Michael Alonzo <jmalonzo@webkit.org>
398 Reviewed by Xan Lopez.
400 [GTK] marshal stamp files are not cleaned after a distclean
401 https://bugs.webkit.org/show_bug.cgi?id=30156
403 Add the stamp files directly to cleanfiles. Also rearrange the
404 variable declarations so we don't miss any files that need to be
405 cleaned up during the clean targets.
409 2009-10-15 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
411 Unreviewed. Help text fix - Web Sockets default is no, not yes.
415 2009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org>
417 Rubberstamped by Eric Seidel.
419 [Gtk] Fix icu CFLAG for Darwin
420 https://bugs.webkit.org/show_bug.cgi?id=29517
422 Don't escape the srcdir variable. Also use $host instead of the
425 * autotools/webkit.m4:
427 2009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org>
429 Reviewed by Gustavo Noronha.
431 [Gtk] Use the SQLite3 headers from WebKitLibraries if sqlite3 is undetected
432 https://bugs.webkit.org/show_bug.cgi?id=29518
436 2009-10-05 Zoltan Horvath <zoltan@webkit.org>
438 Reviewed by Simon Hausmann.
440 [Qt] Disable TCmalloc for Windows port at the present, because MinGW
441 hasn't got built-in pthread library.
445 2009-10-02 Prasanth Ullattil <prasanth.ullattil@nokia.com>
447 Reviewed by Simon Hausmann.
449 Disable a few more harmless MSVC warnings.
453 2009-10-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
455 Unreviewed, build fix.
457 [Qt] Symbian build break after r48976.
458 unix is set for Symbian in the Qt build system.
462 2009-10-01 Zoltan Horvath <zoltan@webkit.org>
464 Reviewed by Simon Hausmann.
466 [Qt] Enable TCmalloc for the Linux, Mac and Windows Qt-port
467 https://bugs.webkit.org/show_bug.cgi?id=27029
469 Remove USE_SYSTEM_MALLOC for Linux, Mac and Windows Qt-port from WebKit.pri,
470 so these Qt-ports will use TCmalloc as other ports.
474 2009-10-01 Martin Robinson <martin.james.robinson@gmail.com>
476 Reviewed by Xan Lopez.
478 [GTK] GtkIMContext filtering interferes with DOM key events
479 https://bugs.webkit.org/show_bug.cgi?id=28733
481 Add new key event test ensuring that IME keypresses are handled.
485 2009-10-01 Philippe Normand <pnormand@igalia.com>
487 Reviewed by Xan Lopez.
489 [GTK] data: uri support in media player
490 https://bugs.webkit.org/show_bug.cgi?id=29842
492 Check presence of gstreamer-pbutils-0.10.
496 2009-09-26 David Kilzer <ddkilzer@apple.com>
498 GTK BUILD FIX: add ENABLE_ORIENTATION_EVENTS support to configure.ac
500 * configure.ac: Added support for ENABLE_ORIENTATION_EVENTS.
502 2009-09-23 Xan Lopez <xlopez@igalia.com>
504 Reviewed by Gustavo Noronha.
506 Do not add unneeded include paths for gir files, and add the
507 include paths for headers manually instead of relying on our own
508 pc file and installed headers, since that adds a circular
513 2009-09-23 Jan Michael Alonzo <jmalonzo@webkit.org>
515 Reviewed by Xan Lopez.
517 Minor reorganization to the patch landed in
518 http://trac.webkit.org/changeset/48670. Also move JSCore-1.0.gir
519 in the gtk directory as that's only useful to the Gtk port at the
525 2009-09-23 Xan Lopez <xlopez@igalia.com>
527 Reviewed by Gustavo Noronha.
529 [GTK] We should generate our own gir file for introspection
530 https://bugs.webkit.org/show_bug.cgi?id=29603
532 Generate gir and typelib files for WebKit and JSCore. The JSCore
533 gir file is handwritten (since it's only useful, for now, as a
534 dependency of the WebKit gir file), the WebKit one is
535 autogenerated from the headers.
538 * JSCore-1.0.gir: Added.
541 2009-09-22 Philippe Normand <pnormand@igalia.com>
543 Reviewed by Xan Lopez.
545 link errors due to wrong UNICODE_LIBS on Ubuntu Jaunty
546 https://bugs.webkit.org/show_bug.cgi?id=29638
548 Call icu-cconfig with ldflags-libsonly to prevent having a -L
549 statement that could override libs installed in another prefix.
551 * autotools/webkit.m4:
553 2009-09-21 Xan Lopez <xlopez@igalia.com>
555 Reviewed by Gustavo Noronha.
557 Bump version for 1.1.15 release.
561 2009-09-18 Xan Lopez <xlopez@igalia.com>
563 Reviewed by Gustavo Noronha and Jan Alonzo.
565 [GTK] context menu overriding API is very limited
566 https://bugs.webkit.org/show_bug.cgi?id=27546
568 Add new tests to the build.
572 2009-09-18 Xan Lopez <xlopez@igalia.com>
574 Reviewed by Gustavo Noronha and Jan Alonzo.
576 [GTK] context menu overriding API is very limited
577 https://bugs.webkit.org/show_bug.cgi?id=27546
579 Add WebKitHitTestResult to the build.
583 2009-09-10 Laszlo Gombos <laszlo.1.gombos@nokia.com>
585 Reviewed by Ariya Hidayat.
587 Disable some ARM compiler warnings
588 https://bugs.webkit.org/show_bug.cgi?id=29083
590 The following ARM compiler warnings are disabled
592 - #68-D: integer conversion resulted in a change of sign
593 - #111-D: statement is unreachable
594 - #177-D: variable XXX was declared but never referenced
595 - #368-D: class XXX defines no constructor to initialize the following: YYY
596 - #830-D: function XXX "XXX::operator new" has no corresponding operator delete
597 - #1293-D: assignment in condition
601 2009-09-09 Kenneth Rohde Christiansen <kenneth@webkit.org>
603 Reviewed by Simon Hausmann.
605 [Qt] Add the alternative QtLauncher (based on QGraphicsView) to the build.
607 https://bugs.webkit.org/show_bug.cgi?id=28862
611 2009-09-07 Xan Lopez <xlopez@igalia.com>
613 Rubber-stamped by Gustavo Noronha.
615 Bump versions in preparation for 1.1.14 release.
619 2009-09-07 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
621 Reviewed by Xan Lopez.
623 https://bugs.webkit.org/show_bug.cgi?id=26854
624 [GTK] Needs API to allow more control over outgoing requests
626 * GNUmakefile.am: new files added to the build for new class
627 WebKitNetworkResponse
629 2009-09-06 Martin Robinson <martin.james.robinson@gmail.com>
631 Reviewed by Gustavo Noronha, Jan Alonzo and Xan Lopez.
633 [Gtk] Expose a database API
634 https://bugs.webkit.org/show_bug.cgi?id=27899
636 Expose an HTML5 database API for GTK+.
640 2009-09-04 Albert Bachand <albertb@google.com>
642 Reviewed by Eric Seidel.
644 Modify the condition regarding the key modifier for opening combo
645 boxes under GTK from just PLATFORM(GTK) to also look for
646 (PLATFORM(CHROMIUM) && PLATFORM(LINUX)).
648 * WebCore/dom/SelectElement.cpp:
649 * WebCore/manual-tests/select-popup-on-spacebar.html:
651 2009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org>
653 Reviewed by Xan Lopez and Gustavo Noronha.
655 [Gtk] Implement a WebDataSource for the gtk port
656 https://bugs.webkit.org/show_bug.cgi?id=24758
658 Add WebKitWebDataSource unit test to the build script
662 2009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org>
664 Reviewed by Xan Lopez and Gustavo Noronha.
666 [Gtk] Implement a WebDataSource for the gtk port
667 https://bugs.webkit.org/show_bug.cgi?id=24758
669 Add WebKitWebDataSource and DocumentLoaderGtk to the build script.
673 2009-09-01 Jan Michael Alonzo <jmalonzo@webkit.org>
675 Reviewed by Xan Lopez and Gustavo Noronha.
677 [Gtk] Implement a WebDataSource for the gtk port
678 https://bugs.webkit.org/show_bug.cgi?id=24758
680 Add WebKitWebResource to the build script.
684 2009-08-28 Jan Michael Alonzo <jmalonzo@webkit.org>
686 Reviewed by Oliver Hunt.
688 Gtk Build broken for OSX Quartz
689 https://bugs.webkit.org/show_bug.cgi?id=28727
691 Define XP_UNIX for non-Win OS builds.
695 2009-08-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
697 Reviewed by Holger Freyther.
699 https://bugs.webkit.org/show_bug.cgi?id=25889
700 [GTK] scrollbar policy for main frame is not implementable
702 Adding files for the new test for window-related issues (starting
703 with scrollbar policy).
707 2009-08-27 Priit Laes <plaes@plaes.org>
709 Reviewed by Xan Lopez.
711 [GTK] Out-of-srcdir build problem
712 https://bugs.webkit.org/show_bug.cgi?id=28741
714 * GNUmakefile.am, autotools/webkit.m4:
715 Fix problem with out-of-srcdir builds. Also bump required glib version.
717 2009-08-24 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
719 Reviewed by Xan Lopez.
721 Bump package and so versions for 1.1.13 release.
725 2009-08-22 Javier Jardón <javierjc1982@gmail.com>
727 [GTK] Not use deprecated symbols in WebKitWebView example code.
728 https://bugs.webkit.org/show_bug.cgi?id=28651
730 * WebKit/gtk/webkit/webkitwebview.cpp
732 2009-08-18 Xan Lopez <xlopez@igalia.com>
734 Rubber-stamped by Holger Freyther.
736 Require at least libsoup 2.27.91 for the new password
737 manager/authentication APIs.
741 2009-08-18 Drew Wilson <atwilson@google.com>
743 Reviewed by NOBODY (Build Break).
745 Speculative fix for GTK DumpRenderTree.
749 2009-08-18 Kent Tamura <tkent@chromium.org>
751 Reviewed by Eric Seidel.
753 Add --enable-datalist option.
757 2009-08-14 Adam Bergkvist <adam.bergkvist@ericsson.com>
759 Reviewed by Sam Weinig.
761 [GTK] Added EventSource to the build (default on).
762 https://bugs.webkit.org/show_bug.cgi?id=14997
766 2009-08-14 Jan Michael Alonzo <jmalonzo@webkit.org>
768 Rubber-stamped by Gustavo Noronha.
770 Initialize CFLAGS and CXXFLAGS before the main body of the
771 WEBKIT_INIT macro so C files don't get built with "-g -O2".
773 * autotools/webkit.m4:
775 2009-08-12 Xan Lopez <xlopez@igalia.com>
777 Reviewed by Jan Alonzo.
779 [GTK] Remove keyring optional features
780 https://bugs.webkit.org/show_bug.cgi?id=28173
782 Remove keyring support, we now do authentication storage through
783 libsoup. We depend on libsoup master now, will bump the dependency
784 when there's a new release.
789 2009-08-11 Drew Wilson <atwilson@google.com>
791 Reviewed by NOBODY (Build break).
793 Speculative fix for GTK build break.
797 2009-08-11 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
799 Reviewed by Simon Hausmann.
801 Build the TestNetscapePlugin on Qt/Mac
805 2009-08-11 Xan Lopez <xlopez@igalia.com>
807 Reviewed by Jan Alonzo.
809 Prefix lengthy commands with AM_V_GEN so that they produce an
810 output like 'GEN <filename>' when in silent mode.
814 2009-08-05 Jan Michael Alonzo <jmalonzo@webkit.org>
816 Reviewed by Xan Lopez.
818 [Gtk] macros in webkit.m4 should be defined once only
819 https://bugs.webkit.org/show_bug.cgi?id=27929
821 The macros in webkit.m4 are not meant to be called multiple times
822 so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
823 AC_REQUIRE to remove the automake warnings when doing autogen.sh.
825 Lastly, make sure CXXFLAGS and CFLAGS are defined before
826 AC_PROG_CXX gets expanded so it doesn't add "-g -O2" on Release builds.
828 * autotools/webkit.m4:
830 2009-08-05 Xan Lopez <xlopez@igalia.com>
832 Revert r46714, it was making us build debug images by default.
834 * autotools/webkit.m4:
836 2009-08-03 Laszlo Gombos <laszlo.1.gombos@nokia.com>
838 Reviewed by Eric Seidel.
840 [Qt] Consolidate common gcc flags to WebKit.pri
841 https://bugs.webkit.org/show_bug.cgi?id=27934
845 2009-08-03 Jan Michael Alonzo <jmalonzo@webkit.org>
847 Rubber-stamped by Eric Seidel.
849 [Gtk] macros in webkit.m4 should be defined once only
850 https://bugs.webkit.org/show_bug.cgi?id=27929
852 The macros in webkit.m4 are not meant to be called multiple times
853 so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
854 AC_REQUIRE to remove the automake warnings when doing autogen.sh.
856 * autotools/webkit.m4:
858 2009-07-29 Ariya Hidayat <ariya.hidayat@nokia.com>
860 Reviewed by Simon Hausmann.
862 Adding ImageDiff project file.
864 https://bugs.webkit.org/show_bug.cgi?id=27813
866 * WebKit.pro: Added ImageDiff.pro.
868 2009-07-29 Jan Michael Alonzo <jmalonzo@webkit.org>
870 Reviewed by Eric Seidel and Xan Lopez.
872 [Gtk] Enable http/tests/appcache tests
873 https://bugs.webkit.org/show_bug.cgi?id=27674
875 * GNUmakefile.am: Add webkit/webkitapplicationcache.cpp
877 2009-07-28 Xan Lopez <xlopez@igalia.com>
879 Reviewed by Gustavo Noronha.
881 Use automake 1.11 SILENT_RULES when present, for cleaner build
882 output. You can disable it by passing --disable-silent-rules to
883 configure or V=1 to make.
888 2009-07-28 Laszlo Gombos <laszlo.1.gombos@nokia.com>
890 Reviewed by Simon Hausmann.
892 [Qt] Disable some compiler warnings for the win build
893 https://bugs.webkit.org/show_bug.cgi?id=27709
897 2009-07-28 Xan Lopez <xlopez@igalia.com>
899 Reviewed by Gustavo Noronha.
901 * configure.ac: bump version for 1.1.12 release.
903 2009-07-24 Xan Lopez <xlopez@igalia.com>
905 Reviewed by Gustavo Noronha.
907 Remove unneeded commas from PKG_CHECK_MODULES.
911 2009-07-24 Jan Michael Alonzo <jmalonzo@webkit.org>
913 Reviewed by Xan Lopez.
915 Bump pango version requirement to 1.12 which is the version that
920 2009-07-21 Roland Steiner <rolandsteiner@google.com>
922 Reviewed by David Levin.
924 Add ENABLE_RUBY to list of build options
925 https://bugs.webkit.org/show_bug.cgi?id=27324
927 * configure.ac: Added flag ENABLE_RUBY.
929 2009-07-20 Laszlo Gombos <laszlo.1.gombos@nokia.com>
931 Reviewed by Holger Freyther.
933 [Qt] Add an option for QtLauncher to build without QtUiTools dependency
934 https://bugs.webkit.org/show_bug.cgi?id=27438
936 Based on Norbert Leser's work.
938 * WebKit.pri: Symbian does not have UiTools
940 2009-07-16 Fumitoshi Ukai <ukai@chromium.org>
942 Reviewed by David Levin.
944 Add --web-sockets flag and ENABLE_WEB_SOCKETS define.
945 https://bugs.webkit.org/show_bug.cgi?id=27206
947 Add --enable-web-sockets in configure.ac
951 2009-07-16 Laszlo Gombos <laszlo.1.gombos@nokia.com>
953 Reviewed by Simon Hausmann.
955 [Qt] Enable GNU compiler extensions to the ARM compiler
956 for all Qt ports using RVCT
957 https://bugs.webkit.org/show_bug.cgi?id=27348
961 2009-07-15 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
963 Rubber-stamped by Simon Hausmann.
965 Fix the Qt/Mac build by disabling TestNetscapePlugin
967 We should fix and enable this once we run DRT for Qt/Mac
971 2009-07-13 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
973 Unreviewed build fix. Require the correct libsoup version now that
978 2009-07-13 Laszlo Gombos <laszlo.1.gombos@nokia.com>
980 Reviewed by Tor Arne Vestbø.
982 [Qt] Build fix for QtWebKit on Win
983 https://bugs.webkit.org/show_bug.cgi?id=27205
985 * WebKit.pri: Include the major version number in the QtWebKit
986 library file for Win.
988 2009-07-13 Simon Hausmann <simon.hausmann@nokia.com>
990 Reviewed by Ariya Hidayat.
992 Add the test netscape plugin for the Qt DRT to the build.
996 2009-07-13 Drew Wilson <atwilson@google.com>
998 Reviewed by David Levin.
1000 Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs
1001 https://bugs.webkit.org/show_bug.cgi?id=26932
1003 Added ENABLE(SHARED_WORKERS) flag.
1007 2009-07-12 Xan Lopez <xlopez@igalia.com>
1009 Reviewed by Gustavo Noronha.
1011 Bump version in preparation for 1.1.11 release.
1015 2009-07-07 Norbert Leser <norbert.leser@nokia.com>
1017 Reviewed by Simon Hausmann.
1019 Exclude DumpRenderTree.pro from symbian build
1023 2009-07-09 Drew Wilson <atwilson@google.com>
1025 Reviewed by Alexey Proskuryakov.
1027 https://bugs.webkit.org/show_bug.cgi?id=26903
1029 Turned on CHANNEL_MESSAGING by default because the MessageChannel API
1030 can now be implemented for Web Workers and is reasonably stable.
1032 * configure.ac: enable CHANNEL_MESSAGING.
1034 2009-07-03 Jan Michael Alonzo <jmalonzo@webkit.org>
1036 Reviewed by Xan Lopez and Gustavo Noronha.
1038 Set user-agent from application
1039 https://bugs.webkit.org/show_bug.cgi?id=17375
1041 Define UA version macros to be used by the UA string.
1042 Add new WebSettings unit test for the User-Agent string API.
1047 2009-06-20 Gustavo Noronha Silva <gns@gnome.org>
1049 Reviewed by Jan Alonzo.
1051 Adding files for the new test case for loading statuses.
1055 2009-06-15 Xan Lopez <xlopez@igalia.com>
1057 Reviewed by Gustavo Noronha.
1059 Version bump in preparation for 1.1.10 release.
1063 2009-06-12 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1065 Reviewed by Xan Lopez.
1067 Refactor handling of options in the build-webkit script
1069 Options are now defined in one place, and then reused when creating
1070 the usage help text, the arguments to GetOptions(), and when passing
1071 the options on to the underlying port-dependent build systems.
1073 This allows the Qt port to read the defaults for the options from the
1074 pro file (dynamically), and to pass the options on to qmake at build.
1078 2009-06-11 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1080 Reviewed by Holger Freyther.
1082 [Qt] Fix release build detection
1083 https://bugs.webkit.org/show_bug.cgi?id=26267
1087 2009-06-10 Gustavo Noronha Silva <gns@gnome.org>
1089 Reviewed by Xan Lopez.
1091 Add unit tests for our WebKitNetworkRequest object.
1095 2009-06-10 Xan Lopez <xlopez@igalia.com>
1097 Reviewed by Gustavo Noronha.
1099 Version bump in preparation for 1.1.9 release.
1103 2009-06-10 Xan Lopez <xlopez@igalia.com>
1105 Reviewed by Jan Alonzo.
1107 https://bugs.webkit.org/show_bug.cgi?id=25415
1108 [GTK][ATK] Please implement support for get_text_at_offset
1110 Add new dependency on the Gail utils library, needed for our a11y
1116 2009-05-29 Gustavo Noronha Silva <gns@gnome.org>
1118 Reviewed by Jan Alonzo.
1120 Add a test-case for our HTTP backend, currently checking the
1121 ref-counting of the SoupMessage.
1125 2009-05-28 Dirk Schulze <krit@webkit.org>
1127 Reviewed by Nikolas Zimmermann.
1129 Enable the new build flag --filters for Gtk. More details in WebCore/ChangeLog.
1133 2009-05-19 Xan Lopez <xlopez@igalia.com>
1135 Reviewed by Jan Alonzo and Gustavo Noronha.
1137 https://bugs.webkit.org/show_bug.cgi?id=25415
1138 [GTK][ATK] Please implement support for get_text_at_offset
1140 Add new test file for ATK.
1144 2009-05-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1146 Rubber-stamped by Xan Lopez.
1148 Fix webkitgtk_cleanfiles to clean gtk-doc-related files in the
1149 correct directory, so that we pass make distcheck.
1153 2009-05-28 Xan Lopez <xlopez@igalia.com>
1155 Bump version numbers in preparation for 1.1.8 release.
1159 2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
1161 Unreviewed build fix. Add gstreamer-video-0.10 libs to
1162 GSTREAMER_LIBS to resolve an undefined reference to gst_video_get_size
1163 - symbol used in MediaPlayerPrivateGstreamer.
1167 2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
1169 Reviewed by Xan Lopez.
1171 [Gtk] Various autotools build refactoring and fixes
1172 https://bugs.webkit.org/show_bug.cgi?id=25286
1174 Refactor library LIBS. Move third-party libs in libwebkit instead
1179 2009-05-22 Antonio Gomes <antonio.gomes@openbossa.org>
1181 Reviewed by Gustavo Noronha.
1183 Make Gtk build not bail out if gtk-doc-tools is not installed.
1185 Warning message shown instead.
1189 2009-05-22 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1191 Reviewed by Xan Lopez.
1193 Add big warnings about the glib unicode backend being slow and
1194 incomplete, since it is a work in progress.
1196 * autotools/webkit.m4:
1199 2009-05-22 Dominik Röttsches <dominik.roettsches@access-company.com>
1201 Reviewed by Gustavo Noronha.
1203 https://bugs.webkit.org/show_bug.cgi?id=15914
1204 [GTK] Implement Unicode functionality using GLib
1206 Initial version of this patch by Jürg Billeter.
1208 Adding options for --with-unicode-backend=icu|glib
1209 and checking for pango version >= 1.21.0 if GLib backend
1210 is selected. Temporarily, until remaining parts of
1211 this patch are committed, introduce WTF_USE_GLIB_ICU_UNICODE_HYBRID
1212 macro to allow for a mixed compilation with WTF Unicode
1213 backend based on GLib while text codecs and TextBreakIterator
1214 remain ICU dependent.
1219 2009-05-18 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1221 Reviewed by Gavin Barraclough.
1223 Enable YARR, and disable WREC for GTK+.
1227 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
1229 Reviewed by Xan Lopez.
1231 [Gtk] Various autotools build refactoring and fixes
1232 https://bugs.webkit.org/show_bug.cgi?id=25286
1234 Add support for running unit tests. Also run the tests whenever
1235 the 'check' target runs.
1239 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
1241 Reviewed by Xan Lopez.
1243 [Gtk] Various autotools build refactoring and fixes
1244 https://bugs.webkit.org/show_bug.cgi?id=25286
1250 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
1252 Reviewed by Xan Lopez.
1254 [Gtk] Various autotools build refactoring and fixes
1255 https://bugs.webkit.org/show_bug.cgi?id=25286
1257 Add -no-install and -no-fast-install to programs and tests that we
1258 don't install. Also remove -O2 since this is already handled at
1263 2009-05-17 Jan Michael Alonzo <jmalonzo@webkit.org>
1265 Reviewed by Xan Lopez.
1267 [Gtk] Various autotools build refactoring and fixes
1268 https://bugs.webkit.org/show_bug.cgi?id=25286
1270 Refactor library cflags
1274 2009-05-15 Fridrich Strba <fridrich.strba@bluewin.ch>
1276 Reviewed by Jan Alonzo.
1278 Use AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM, since
1279 the JIT compiler is not a cross-compiler
1283 2009-05-13 Xan Lopez <xlopez@igalia.com>
1285 Unreviewed: bump versions in preparation for 1.1.7 release.
1289 2009-05-13 Xan Lopez <xlopez@igalia.com>
1291 Rubber-stamped by Gustavo Noronha.
1293 Revert commit r43563, since it breaks WebKitGTK+ when compiled
1298 2009-05-12 Jan Michael Alonzo <jmalonzo@webkit.org>
1300 Reviewed by Holger Freyther.
1302 [Gtk] Various autotools build refactoring and fixes
1303 https://bugs.webkit.org/show_bug.cgi?id=25286
1305 Refactor use of CFLAGS, CXXFLAGS, LIBADD and LDFLAGS.
1309 2009-05-09 Jan Michael Alonzo <jmalonzo@webkit.org>
1311 Reviewed by Gustavo Noronha.
1313 WebKit-r43163 won't build for gtk-directfb
1314 https://bugs.webkit.org/show_bug.cgi?id=25538
1316 Move the ENCHANT check out of the with_target conditional since it
1317 applies to all targets
1321 2009-05-09 Mike Hommey <glandium@debian.org>
1323 Reviewed by Geoffrey Garen. Landed by Jan Alonzo.
1325 Enable JIT on x86-64 gtk+
1326 https://bugs.webkit.org/show_bug.cgi?id=24724
1330 2009-05-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1332 Reviewed by Xan Lopez.
1334 Ship the gtk-doc.make file, so as to not depend on gtkdoc-tools.
1339 2009-05-06 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1341 Reviewed by Simon Hausmann.
1343 Build QtWebKit as a framework on Mac
1345 This implies both debug and release build by default, unless
1346 one of the --debug or --release config options are passed to
1347 the build-webkit script.
1349 Frameworks can be disabled by passing CONFIG+=webkit_no_framework
1350 to the build-webkit script.
1352 To be able to build both debug and release targets in parallel
1353 we have to use separate output directories for the generated
1354 sources, which is not optimal, but required to avoid race conditions.
1356 An optimization would be to only require this spit-up on Mac.
1360 2009-04-30 Jan Michael Alonzo <jmalonzo@webkit.org>
1362 Unreviewed build GTK build fix
1364 * configure.ac: typo fix - javascript_debugger should be enable_javascript_debugger
1366 2009-04-30 Dimitri Glazkov <dglazkov@chromium.org>
1368 Unreviewed, build fix.
1370 https://bugs.webkit.org/show_bug.cgi?id=25470
1371 Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler.
1373 * configure.ac: Add autoconfig options, missed in the first commit.
1375 2009-04-28 Xan Lopez <xlopez@igalia.com>
1377 Unreviewed: bump versions in preparation for 1.1.6 release.
1381 2009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org>
1383 Reviewed by Xan Lopez.
1385 [GTK] Error reporting
1386 https://bugs.webkit.org/show_bug.cgi?id=18344
1388 Add webkiterror to the build.
1392 2009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org>
1394 Reviewed by Xan Lopez.
1396 [GTK] Error reporting
1397 https://bugs.webkit.org/show_bug.cgi?id=18344
1399 Add the default error page for installation.
1403 2009-04-24 Diego Escalante Urrelo <diegoe@gnome.org>
1405 Reviewed by Gustavo Noronha.
1407 https://bugs.webkit.org/show_bug.cgi?id=15616
1408 [GTK] Add spell checking
1410 Add enchant support for spell-checking-languages property to work
1416 2009-04-24 Simon Hausmann <simon.hausmann@nokia.com>
1418 Reviewed by Ariya Hidayat.
1420 Added support for generating API docs in the Qt build using "make docs"
1422 * WebKit.pro: Include docs.pri for "make docs" target.
1424 2009-04-14 Xan Lopez <xlopez@igalia.com>
1426 Unreviewed version bump in preparation for 1.1.5 release.
1430 2009-04-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1432 Rubber-stamped by Sam Weinig.
1434 Added rules to maintain the localization support. We cannot simply
1435 use whatever gettextize gives us because our build system is
1441 2009-04-05 Mike Hommey <glandium@debian.org>
1443 Reviewed by Holger Freyther.
1445 Filter out all C++ symbols
1446 https://bugs.webkit.org/show_bug.cgi?id=24960
1448 Considering the public API is all C, we can just filter out all
1449 C++ mangled symbols, which will avoid exporting symbols in some
1450 corner cases such as gcc bugs on specific architectures, etc.
1452 * autotools/symbols.filter:
1454 2009-04-03 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1456 Reviewed by Holger Freyther.
1458 Require GTK+ >= 2.10; 2.8 is already very old, and some very
1459 useful APIs are only available since 2.10.
1463 2009-04-01 Christian Dywan <christian@twotoasts.de>
1465 Reviewed by Holger Freyther.
1467 Unit test WebKitDownload
1468 http://bugs.webkit.org/show_bug.cgi?id=24844
1470 * GNUmakefile.am: Add a unit test for downloading.
1472 2009-04-01 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1474 Unreviewed build fix. Fix make distcheck, after the gtk-doc
1479 2009-03-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1481 Reviewed by Holger Freyther.
1483 Integrate gtk-doc into the Gtk+ buildsystem.
1488 2009-03-30 Xan Lopez <xlopez@igalia.com>
1490 Unreviewed: bump version to 1.1.4 for release.
1494 2009-03-21 Xan Lopez <xlopez@igalia.com>
1496 Reviewed by Holger Freyther.
1498 Require gnome-keyring 2.26.0, since we were depending on an
1499 unreleased trunk revision between 2.25.91 and 2.26.0.
1503 2009-03-20 Jan Michael Alonzo <jmalonzo@gmail.com>
1505 Reviewed by Holger Freyther.
1507 [GTK] Misc patches for WebKitWebHistoryItem
1508 https://bugs.webkit.org/show_bug.cgi?id=24493
1510 Added build support for build the WebKitWebHistoryItem unit test.
1514 2009-03-20 Jan Michael Alonzo <jmalonzo@gmail.com>
1516 Reviewed by Holger Freyther.
1518 Separate gtk unit tests
1519 https://bugs.webkit.org/show_bug.cgi?id=24039
1521 Build the unit tests accordingly.
1525 2009-03-17 Gustavo Noronha Silva <gns@gnome.org>
1527 Reviewed by Mark Rowe.
1529 Enable HTML5 media elements support by default in the GTK+ port.
1533 2009-03-17 Mike Hommey <glandium@debian.org>
1535 Reviewed by Holger Freyther.
1537 Do not export cti* symbols.
1538 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519924.
1540 * autotools/symbols.filter:
1542 2009-03-15 Xan Lopez <xlopez@igalia.com>
1544 Bump version to 1.1.3 for release and fix soversion
1545 calculation (oops). Thanks to Frederik Himpe for pointing this
1550 2009-03-15 Xan Lopez <xlopez@igalia.com>
1552 Bump version and libtool version for release.
1556 2009-03-14 Xan Lopez <xlopez@igalia.com>
1558 No review, build fix.
1560 Split clean rules to make distcheck pass.
1564 2009-03-13 Mark Rowe <mrowe@apple.com>
1566 Reviewed by Dan Bernstein.
1568 Remove rarely used Makefile targets from the Makefile.
1570 There are many situations in which the targets don't work as expected,
1571 and their primary use is addressed by having the build system default
1572 to building the appropriate architecture.
1576 2009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org>
1578 Reviewed by Holger Freyther.
1580 [Gtk] Fix make clean targets
1581 https://bugs.webkit.org/show_bug.cgi?id=24450
1583 Fix 'make' clean targets. We shouldn't be removing DerivedSources
1584 if it's only clean. Only remove it if it's distclean or
1585 maintainer-clean. Also remove build-related auxillary files on
1586 dist/maintainer clean.
1590 2009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org>
1592 Reviewed by Holger Freyther
1594 [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore
1595 https://bugs.webkit.org/show_bug.cgi?id=2260
1597 pangoft2 is also used in directfb builds so use it for all targets
1601 2009-03-02 Xan Lopez <xan@gnome.org>
1603 Reviewed by Mark Rowe.
1605 https://bugs.webkit.org/show_bug.cgi?id=24287
1606 [GTK] Move auth dialog feature to WebKit/
1608 Add WebKitSoupAuthDialog files to build.
1612 2009-03-03 Gustavo Noronha Silva <gns@gnome.org>
1614 Reviewed by Alexey Proskuryakov.
1616 https://bugs.webkit.org/show_bug.cgi?id=16826
1617 [Gtk] Implement WebKitDownload
1619 Adding new files related to WebKitDownload to the GTK+ port.
1623 2009-03-02 Gustavo Noronha Silva <gns@gnome.org>
1625 Unreviewed build fix; adding missing files to EXTRA_DIST, so that
1626 they show up in the tarball.
1630 2009-03-01 Christian Dywan <christian@twotoasts.de>
1632 * configure.ac: Bump GTK port version to 1.1.1.
1634 2009-02-27 Gustavo Noronha Silva <gns@gnome.org>
1636 Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list
1637 file to EXTRA_DIST to fix make dist.
1641 2009-02-26 Xan Lopez <xan@gnome.org>
1643 Reviewed by Holger Freyther.
1645 https://bugs.webkit.org/show_bug.cgi?id=16947
1646 [GTK] Missing HTTP Auth challenge
1648 Add HTTP authentication dialog with optional GNOME Keyring
1654 2009-02-26 Xan Lopez <xan@gnome.org>
1656 Reviewed by Holger Freyther.
1658 https://bugs.webkit.org/show_bug.cgi?id=16947
1659 [GTK] Missing HTTP Auth challenge
1661 Take marshallers to be built from a manually maintained list
1662 instead of grepping the sources.
1664 It's much faster, especially so now that we want to add
1665 marshallers from WebCore too. A system to only take into account
1666 the modified files when generating the marshallers from sources
1667 could be hacked, but I think it's overkill considering how rarely
1668 a new marshaller is added.
1672 2009-02-24 Jan Michael Alonzo <jmalonzo@webkit.org>
1674 Reviewed by Alexey Proskuryakov.
1676 [Gtk] add options for 3D transforms and HTML5 channel messaging to the build
1677 https://bugs.webkit.org/show_bug.cgi?id=24072
1679 Add options for toggling 3D transforms and HTML5 channel messaging
1682 Also fix the web-workers option. It should be web-workers and not workers.
1686 2009-02-23 Xan Lopez <xan@gnome.org>
1688 Reviewed by Alexey Proskuryakov.
1690 https://bugs.webkit.org/show_bug.cgi?id=22624
1691 [SOUP][GTK] Need API to get SoupSession from WebKit.
1693 Remove CURL support, the only supported HTTP backend is SOUP now.
1698 2009-02-19 Christian Dywan <christian@twotoasts.de>
1700 Rubber-stamped by Holger Freyther.
1702 http://bugs.webkit.org/show_bug.cgi?id=22811
1703 Underlinking in Programs_UnitTests (GTK+ build)
1705 * GNUmakefile.am: Add GLIB_LIBS to unit test library flags.
1707 2009-02-18 Gustavo Noronha Silva <gns@gnome.org>
1709 Reviewed by Holger Freyther.
1711 Fix symbols.filter location, and add other missing files to the
1712 autotools build, so that make dist works.
1716 2009-02-17 Gustavo Noronha Silva <gns@gnome.org>
1718 Reviewed by Alexey Proskuryakov.
1720 https://bugs.webkit.org/show_bug.cgi?id=23939
1721 Release build being built with debugging symbols
1723 * configure.ac: Revert change done in revision 40790, since we
1724 already have a AC_PROG_CXX macro call as part of WEBKIT_INIT
1726 2009-02-12 Gustavo Noronha Silva <gns@gnome.org>
1728 Reviewed by Eric Seidel.
1730 * configure.ac: Make soup the default HTTP backend for the Gtk port.
1732 2009-02-09 Calvin Walton <calvin.walton@gmail.com>
1734 Reviewed by Holger Freyther.
1736 https://bugs.webkit.org/show_bug.cgi?id=23823
1738 [Gtk] Fix build with recent autotools
1740 Current versions of automake/libtool don't assume you want C++ enabled
1741 by default any more, so explicitly check for a C++ compiler.
1743 * configure.ac: Add AC_PROG_CXX macro
1745 2009-02-02 Christian Dywan <christian@twotoasts.de>
1747 Rubber-stamped by Holger Freyther.
1749 Don't require Geolocation by default.
1753 2009-01-30 Jan Michael Alonzo <jmalonzo@webkit.org>
1755 Reviewed by Nikolas Zimmermann.
1757 [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits
1758 https://bugs.webkit.org/show_bug.cgi?id=22136
1761 * acinclude.m4: Removed.
1763 * autotools/acinclude.m4: Added.
1764 * autotools/dolt.m4: Added.
1765 * autotools/symbols.filter: Renamed from symbols.filter.
1766 * autotools/webkit.m4: Added.
1769 2009-01-30 Holger Hans Peter Freyther <zecke@selfish.org>
1771 Reviewed by Nikolas Zimmermann.
1773 [GTK] Implement GeolocationService using the Geoclue library
1775 https://bugs.webkit.org/show_bug.cgi?id=22022
1777 Untested implementation of the GeolocationService using the geoclue
1778 library. Velocity handling is completely missing and the accuracy
1779 handling might be wrong.
1784 2009-01-11 Xan Lopez <xan@gnome.org>
1786 Reviewed by Holger Freyther.
1788 Bump version to 1.1.0 since we are breaking ABI and adding new
1793 2008-12-19 Marco Barisione <marco.barisione@collabora.co.uk>
1795 Reviewed by Holger Freyther.
1797 http://bugs.webkit.org/show_bug.cgi?id=16562
1798 [gtk] Implement WebPolicyDelegate methods
1800 Original work by Pierre-Luc Beaudoin. Final touches by Gustavo
1803 This implements the delegates methods of WebPolicyDelegate.
1804 Since Gtk+/C doesn't have delegate methods, they are replaced with
1807 A new object WebKitWebPolicyDecision allows the browser to delay its
1808 response in certain cases. WebKitWebNavigationAction contains the
1809 information about what caused a navigation request.
1811 * GNUmakefile.am: Add new files
1813 2008-12-19 Gustavo Noronha Silva <gns@gnome.org>
1815 Reviewed by Holger Freyther.
1817 Use ustar tar format for WebKit/GTK+'s make dist target, so that
1818 storing files whose filenames are > 99 is possible.
1822 2008-12-19 Holger Hans Peter Freyther <zecke@selfish.org>
1824 [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST
1826 Fix the jit compilation on i*686 on Linux by using the va_list
1827 to pass arguments to the CTI. This is done on the MAC as well
1828 and sunspider and javascriptcore seem to work with that.
1832 2008-12-18 Pamela Greene <pam@chromium.org>
1834 Submitted without review.
1835 Right, remove the whole misplaced directory, not just the tests.
1838 * fast/dom: Removed.
1840 2008-12-18 Pamela Greene <pam@chromium.org>
1842 Submitted without review.
1843 Moving layout test into LayoutTests where it belongs.
1845 * fast/dom/setter-type-enforcement-expected.txt: Removed.
1846 * fast/dom/setter-type-enforcement.html: Removed.
1848 2008-12-15 Daniel Macks <dmacks@netspace.org>
1850 Reviewed by Darin Adler.
1852 Default to use external libicu-config if avail on all platforms.
1853 https://bugs.webkit.org/show_bug.cgi?id=22713
1857 2008-12-12 Holger Hans Peter Freyther <zecke@selfish.org>
1859 Back out r39222 as this is breaking the build on Gentoo (aclocal-1.10)
1861 The m4 directory does not exist and we now have a compile issue on
1867 2008-12-11 Daniel Macks <dmacks@netspace.org>
1869 Reviewed by Darin Adler.
1871 https://bugs.webkit.org/show_bug.cgi?id=22714
1873 Put libtool macro files in subdir that it wants.
1878 2008-12-07 Holger Hans Peter Freyther <zecke@selfish.org>
1880 Reviewed by Eric Seidel.
1882 [Gtk+] Use glib's unit test facilities to test the WebKit/Gtk+ API
1884 https://bugs.webkit.org/show_bug.cgi?id=22491
1886 Add the skeleton to WebKit/gtk/tests and integrate that into the
1887 buildsystem. Testing support was added in glib 2.16. For versions
1888 using glib < 2.16 we compile an empty application.
1892 2008-12-07 Holger Hans Peter Freyther <zecke@selfish.org>
1894 Reviewed by Cameron Zwarich.
1896 [GTK] Define ENABLE_JIT_OPTIMIZE_CALL, ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS, ENABLE_JIT_OPTIMIZE_ARITHMETIC
1898 When building the jit on i*86 also enable the above optimizations.
1902 2008-12-03 Simon Hausmann <hausmann@webkit.org>
1904 Reviewed by Tor Arne Vestbø.
1906 Fix the build of WebKit inside Qt by making sure that qmake generators
1907 that do not produce generated sources (i.e. cpp files) are not
1908 included in SOURCES.
1912 2008-12-02 Simon Hausmann <hausmann@webkit.org>
1914 Reviewed by Tor Arne Vestbø.
1916 Removed JavaScriptCore from SUBDIRS as it's not built separately
1921 2008-11-28 Gustavo Noronha Silva <gns@gnome.org>
1923 Reviewed and slightly modified by Holger Freyther.
1925 https://bugs.webkit.org/show_bug.cgi?id=19130
1927 Added the new WebKitGtk files to be built:
1928 WebKit/gtk/webkit/webkitwebwindowfeatures.{cpp,h}
1932 2008-11-26 Kalle Vahlman <kalle.vahlman@movial.com>
1934 Reviewed by Darin Adler. Landed by Jan Alonzo.
1936 Bison versions under 2.2 produce crashing CSSGrammar code for ARM
1937 https://bugs.webkit.org/show_bug.cgi?id=22456
1939 Check for bison version 2.2 or greater on ARM. Earlier versions produce
1940 code that crashes on ARM devices.
1944 2008-11-25 Holger Hans Peter Freyther <zecke@selfish.org>
1946 Reviewed by David Kilzer.
1948 https://bugs.webkit.org/show_bug.cgi?id=22022
1950 Add Geolocation support to the configure.ac
1952 Add an option to build WebKit/Gtk+ with Geolocation. The
1953 implementation will be using Gypsy.
1957 2008-11-24 Holger Hans Peter Freyther <zecke@selfish.org>
1959 Reviewed by Mark Rowe.
1961 [Gtk+] Add configure option to enable Web Workers and enable it by default
1963 Add --enable-workers to the buildsystem (used by build-webkit) add
1964 the to be build files to the GNUmakefile.am and change build-webkit
1965 to enable Web Workers by default.
1969 2008-09-09 Joerg Bornemann <joerg.bornemann@trolltech.com>
1971 Reviewed by Simon Hausmann.
1973 Steps towards making the Qt port of WebKit compile on Windows CE
1975 https://bugs.webkit.org/show_bug.cgi?id=20746
1977 * WebKit.pro: don't build DumpRenderTree on all Win32 platforms
1979 2008-11-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1981 Reviewed by George Staikos.
1983 Add WML build support for Gtk as well.
1987 2008-11-16 Geoffrey Garen <ggaren@apple.com>
1991 Try to fix gtk build.
1995 2008-11-10 Tor Arne Vestbø <tavestbo@trolltech.com>
1997 Rubber-stamped by Simon Hausmann.
1999 Distinguish between building from trunk and as part of Qt
2003 2008-11-10 Morten Sørvig <msorvig@trolltech.com>
2005 Reviewed by Simon Hausmann.
2007 Make tests/auto/qwebframe compile on Qt/Mac.
2009 * WebKit.pri: Fix linkage against QtWebKit when compiled as framework.
2011 2008-11-06 Cameron Zwarich <zwarich@apple.com>
2015 Speculatively fix the GTK build.
2019 2008-11-06 Alp Toker <alp@nuanti.com>
2021 GTK build fix for r38155. create_hash_table was moved out of kjs/
2025 2008-11-06 Cameron Zwarich <zwarich@apple.com>
2027 Rubber-stamped by Sam Weinig.
2029 Correct the reference to jsc.pro in WebKit.pro to match its new
2030 location in the root directory of JavaScriptCore.
2034 2008-11-03 Alp Toker <alp@nuanti.com>
2036 autotools distcleancheck fix. Add dolt-generated files and
2037 webkitenumtypes.h to the list of files that need to be cleaned.
2042 2008-11-03 Alp Toker <alp@nuanti.com>
2044 Rubber-stamped by Holger Freyther.
2046 Do not enable RTTI or exceptions in debug builds, matching release
2047 builds. They don't help much with debugging and significantly slow
2048 down and increase the size of the debug build.
2052 2008-11-03 Alp Toker <alp@nuanti.com>
2054 Rubber-stamped by Holger Freyther.
2056 Add mingw32 case to dolt for faster GTK+ Windows builds.
2060 2008-11-02 Xan Lopez <xan@gnome.org>
2062 Reviewed by Holger Freyther
2064 https://bugs.webkit.org/show_bug.cgi?id=22009
2065 HTML5 Video with GStreamer pulls gnome-vfs without using it.
2068 Remove gnome-vfs from configure.ac, it's unused.
2070 2008-10-30 Alp Toker <alp@nuanti.com>
2072 https://bugs.webkit.org/show_bug.cgi?id=19395
2073 doltlibtool bug with bash 3.0
2075 autotools dolt build fix for bash version 3.0 and older. Remove
2076 concatenation syntax from doltlibtool to support the older versions
2077 which don't have '+='.
2081 2008-10-30 Alp Toker <alp@nuanti.com>
2083 Rubber-stamped by Oliver Hunt.
2085 autotools build system change to enable JIT features by default. Can
2086 be disabled with --disable-jit (and is disabled automatically on
2087 unsupported platforms).
2091 2008-10-30 Alp Toker <alp@nuanti.com>
2093 Bump WebKit GTK+ version to 1.0.3.
2097 2008-10-29 Gustavo Noronha Silva <gns@gnome.org>
2099 Reviewed by Holger Freyther.
2101 Added all the files that need to be installed for the Inspector to
2104 2008-10-29 Mike Hommey <glandium@debian.org>
2106 Reviewed by Holger Freyther.
2108 https://bugs.webkit.org/show_bug.cgi?id=21884
2109 Test presence and link against libpng.
2114 2008-10-29 Jan Michael Alonzo <jmalonzo@webkit.org>
2116 Reviewed by Holger Freyther.
2118 Add --enable-optimizations to enable optimized builds. The default
2119 is to enable it for release builds, and disabled for debug builds.
2120 This option will allow builders to have a debug as well as
2126 2008-10-28 Mike Hommey <glandium@debian.org>
2128 Reviewed by Alp Toker.
2130 https://bugs.webkit.org/show_bug.cgi?id=21885
2131 [GTK] libwebkit doesn't link against libpangoft2
2133 Add pkg-config check for pangoft2 which provides
2134 pango_fc_font_description_from_pattern() used in the FreeType font
2139 2008-10-28 Alp Toker <alp@nuanti.com>
2141 Include copyright license files in the autotools dist target.
2143 Change suggested by Mike Hommey.
2147 2008-10-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2149 Gtk build fix: add '-' to Wl which was missed in r36845
2153 2008-10-22 Alp Toker <alp@nuanti.com>
2155 Fix build for Cairo 1.2.
2159 2008-10-20 Alp Toker <alp@nuanti.com>
2161 Partial GTK+/Win32 build fix. Lowercase library name to enable linking
2162 when cross-compiling Windows binaries from Linux: -lWs2_32 -> -lws2_32
2166 2008-10-13 Alp Toker <alp@nuanti.com>
2168 GTK+ build fix: Ensure correct builds when debugging is
2169 enabled/disabled by defining NDEBUG in autotoolsconfig.h as needed.
2170 It's still passed as a compiler flag since some sources (DRT) don't
2175 2008-10-09 Alp Toker <alp@nuanti.com>
2177 Reviewed by Mark Rowe.
2179 https://bugs.webkit.org/show_bug.cgi?id=20760
2180 Implement support for x86 Linux in CTI
2182 Prepare to enable CTI/WREC on supported architectures. Will be
2183 switched on when the crasher introduced in r37386 is resolved.
2187 2008-10-07 Alp Toker <alp@nuanti.com>
2189 GTK+ build fix for older automake versions (1.7). Discussed in bug
2194 2008-10-07 Alp Toker <alp@nuanti.com>
2196 Reviewed by Mark Rowe.
2198 https://bugs.webkit.org/show_bug.cgi?id=21392
2199 [GTK] Auto-generate JS DOM binding sources list
2201 Remove the huge lists of generated DOM binding sources and headers in
2202 the build system. These are difficult to maintain and can be derived
2205 The new strategy is to re-use the existing lists of IDL sources (which
2206 are needed for dist support anyway). This will also ease the addition
2207 of new language bindings.
2211 2008-09-27 Jan Michael Alonzo <jmalonzo@webkit.org>
2213 Reviewed by Holger Freyther.
2215 https://bugs.webkit.org/show_bug.cgi?id=20287
2216 [Gtk] disable plugins for gtk/directfb target
2218 Introduce WTF_PLATFORM_X11 for X11 builds.
2219 Also use target-specific packages when building the port
2221 * configure.ac: Do not check for cairo-ft for directfb builds.
2223 2008-09-27 Marco Barisione <marco.barisione@collabora.co.uk>
2225 Reviewed by Holger Freyther.
2227 http://bugs.webkit.org/show_bug.cgi?id=21174
2228 [GTK][AUTOTOOLS] Enable large file support at configure time
2230 * configure.ac: Enable large file support with AC_SYS_LARGEFILE.
2232 2008-09-23 Richard Hult <richard@imendio.com>
2234 Reviewed by Alp Toker. Landed by Jan Alonzo.
2236 http://bugs.webkit.org/show_bug.cgi?id=20582
2237 [Gtk] Link error on Mac OS X
2239 * GNUmakefile.am: Only use the -version-script flag for the gnu
2241 * configure.ac: Check for GNU OSes.
2243 2008-09-19 Alp Toker <alp@nuanti.com>
2245 Build fix for the 'gold' linker and recent binutils. New behaviour
2246 requires that we link to used libraries explicitly.
2251 2008-09-04 Marco Barisione <marco.barisione@collabora.co.uk>
2253 Reviewed by Eric Seidel.
2255 http://bugs.webkit.org/show_bug.cgi?id=20380
2256 [GTK][AUTOTOOLS] Include autotoolsconfig.h from config.h
2258 * configure.ac: Rename the configuration header from aconfig.h to autotoolsconfig.h.
2260 2008-08-28 Alp Toker <alp@nuanti.com>
2262 GTK+ dist/build fix. List newly added header files.
2266 2008-08-27 Mike Hommey <glandium@debian.org>
2271 * symbols.filter: Added.
2273 2008-08-10 Jan Michael Alonzo <jmalonzo@webkit.org>
2275 Reviewed (and updated) by Alp Toker.
2277 https://bugs.webkit.org/show_bug.cgi?id=16620
2278 [GTK] Autotools make dist and make check support
2280 Get make dist working.
2282 Note that not all possible configurations have been tested yet.
2286 2008-08-09 Marco Barisione <marco.barisione@collabora.co.uk>
2288 Reviewed by Alp Toker.
2290 http://bugs.webkit.org/show_bug.cgi?id=19045
2291 [gtk] ./configure doesn't check for x toolkit availability
2293 Some old versions of Xt do not provide xt.pc, in this case use
2294 AC_CHECK_LIB to check if the library is installed and then fall back
2299 2008-08-09 Alp Toker <alp@nuanti.com>
2303 Back out r20338 libxslt check (conditional check already exists and
2304 this broke the build).
2306 Make the flex version check a warning rather than fatal to fix the
2311 2008-08-08 Jan Michael Alonzo <jmalonzo@webkit.org>
2313 Reviewed by Mark Rowe.
2315 http://bugs.webkit.org/show_bug.cgi?id=20338
2316 [Gtk] Autotools should check for libxslt
2318 Autotools check for libxslt
2322 2008-08-07 Kalle Vahlman <zuh@iki.fi>
2324 Reviewed by David Kilzer.
2326 Check for correct flex version to avoid faulty builds
2328 A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it
2329 https://bugs.webkit.org/show_bug.cgi?id=20253
2331 acinclude.m4: Import AX_COMPARE_VERSION macro
2332 configure.ac: Check for flex version
2337 2008-08-07 Simon Hausmann <hausmann@webkit.org>
2339 Rubber-stamped by Lars.
2341 Added API tests for QWebPage/QWebFrame based on QTestLib.
2343 * WebKit.pro: Add WebKit/qt/tests to the build.
2345 2008-08-06 Marco Barisione <marco.barisione@collabora.co.uk>
2347 Reviewed by Eric Seidel.
2349 http://bugs.webkit.org/show_bug.cgi?id=20276
2350 [GTK] Makefile rules for the enum GTypes files depend on Makefile
2351 instead of GNUmakefile
2353 The patch committed in revision 34649 added the code needed to
2354 generate GTypes for enums but the makefile rules for
2355 stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on
2356 Makefile (used by other ports) instead of GNUmakefile.
2358 * GNUmakefile.am: Depend on GNUmakefile instead of Makefile.
2360 2008-08-05 Marco Barisione <marco.barisione@collabora.co.uk>
2362 Reviewed by Alp Toker.
2364 http://bugs.webkit.org/show_bug.cgi?id=19045
2365 [gtk] ./configure doesn't check for x toolkit availability
2367 Check for the .pc file for Xt instead of hard coding -lXt in the
2370 Thanks to Dominik Röttsches for the initial patch.
2375 2008-07-30 Marco Barisione <marco.barisione@collabora.co.uk>
2379 http://bugs.webkit.org/show_bug.cgi?id=19742
2380 [GTK] Auto generate webkitmarshal.list
2382 Auto generate webkitmarshal.list from source files to reduce the
2383 number of conflicts when merging git branches or when applying
2385 Also rename webkit-marshal.* to webkitmarshal.* for consistency.
2389 2008-07-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2391 Reviewed by Mark Rowe.
2393 Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee.
2395 [Gtk] Improve detection jpeglib
2396 https://bugs.webkit.org/show_bug.cgi?id=17865
2401 2008-07-25 Simon Hausmann <hausmann@webkit.org>
2403 Discussed with and rubber-stamped by Lars.
2405 Fix the build system for the Qt port.
2407 Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the
2408 include search path. With a build process that combines JavaScriptCore and
2409 WebCore in one build process/Makefile the existance of
2410 JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts.
2412 This commit solves this by introducing a separate build of JavaScriptCore into
2415 As a result of the split-up a race-condition due to broken dependencies of
2416 regular source files to header files of generated sources showed up very
2417 frequently when doing parallel builds (which the buildbot does). This commit at
2418 the same time tries to address the dependency problem by making the
2419 addExtraCompiler() function also generate a pseudo extra compiler that
2420 represents the header file output, so that qmake is aware of the creation of
2421 the header file for dependency calculation.
2423 At the same time I removed a lot of cruft from the pro files to ease maintenance.
2428 2008-06-18 Marco Barisione <marco.barisione@collabora.co.uk>
2430 Reviewed by Alp Toker.
2432 https://bugs.webkit.org/show_bug.cgi?id=19171
2433 [GTK] GTypes for enumerations
2435 Generate GTypes for public enumerations so they can be used as
2438 * GNUmakefile.am: Generate webkit-enum-types.cpp and
2439 webkit-enum-types.h.
2441 2008-06-16 Simon Hausmann <hausmann@webkit.org>
2443 Fix the Qt build. testkjs.pro is now called jsc.pro.
2447 2008-06-15 Alp Toker <alp@nuanti.com>
2449 Rubber-stamped by Maciej.
2451 Install 'jsc' application by default.
2455 2008-06-08 Alp Toker <alp@nuanti.com>
2457 autotools/GTK+ build system cleanup. Don't include WebKit API in the
2458 WebCore build as it's no longer needed since r34426.
2462 2008-06-08 Alp Toker <alp@nuanti.com>
2464 Rubber-stamped by Mark Rowe.
2466 Bring back -fstrict-aliasing for JavaScriptCore which was removed in
2467 r31821, since aliasing issues have now been fixed.
2469 Use -O3, not -O2 for the JavaScriptCore build.
2474 2008-06-05 Christian Dywan <christian@twotoasts.de>
2476 Reviewed by Alp Toker.
2478 https://bugs.webkit.org/show_bug.cgi?id=14141
2479 Please add a version to the Gtk port
2483 2008-06-02 Alp Toker <alp@nuanti.com>
2485 GTK+/autotools Windows build system fixes.
2490 2008-06-02 Jan Michael Alonzo <jmalonzo@webkit.org>
2492 Reviewed by Alp Toker.
2494 Build WebCore GTK+ sources as part of WebCore, not WebKit.
2495 Split common and GTK+-specific sources into separate file lists.
2499 2008-06-01 Josh Triplett <josh@freedesktop.org>
2501 Reviewed by Alp Toker.
2503 http://bugs.webkit.org/show_bug.cgi?id=16891
2504 [GTK] autotools build is slow
2506 Add dolt revision 5e9eef10 to the autotools build system. Speeds up
2507 the build, often by a factor of two or more on supported platforms,
2508 otherwise falls back to libtool.
2510 See http://dolt.freedesktop.org for details.
2512 * acinclude.m4: Added.
2515 2008-05-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2517 Reviewed by Alp Toker.
2519 http://bugs.webkit.org/show_bug.cgi?id=19142
2520 [Gtk] Remove build options --svg-experimental and --cross-document-messaging
2524 2008-05-24 Alp Toker <alp@nuanti.com>
2526 GTK+/Win32 build fixes. Link against Windows ICU without using
2527 icu-config since it's not available on that platform.
2529 Link against Ws2_32 when the curl http backend is chosen since we
2530 use select() directly.
2534 2008-05-23 Alp Toker <alp@nuanti.com>
2536 GTK+ fixes for building without database support.
2540 2008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org>
2542 Reviewed by Alp Toker.
2544 Fix for previous autotools change.
2548 2008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org>
2552 http://bugs.webkit.org/show_bug.cgi?id=18483
2553 [Gtk] Autotools should match build-webkit default flags
2557 2008-05-19 Alp Toker <alp@nuanti.com>
2559 GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when
2560 the Pango font backend is selected.
2565 2008-05-16 Julien Chaffraix <jchaffraix@webkit.org>
2569 Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated
2571 * configure.ac: Add HTML_FLAGS and set it when video is enabled.
2573 2008-05-15 Ariya Hidayat <ariya.hidayat@trolltech.com>
2577 Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files
2583 2008-05-09 Anders Carlsson <andersca@apple.com>
2591 2008-05-09 Simon Hausmann <hausmann@webkit.org>
2595 Removed explicit linkage against libxml and libxslt on Qt/Mac builds.
2597 This dependency is completely unnecessary here and creates only problems by
2598 propagating through WebCore.pro over libQtWebKit.prl right now customer
2604 2008-05-02 Anders Carlsson <andersca@apple.com>
2608 Add an "x86_64" make rule.
2612 2008-05-02 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2616 https://bugs.webkit.org/show_bug.cgi?id=18811
2617 Enable dashboard and offline web apps in autotools
2621 2008-05-01 Marc Ordinas i Llopis <marc.ordinasillopis@collabora.co.uk>
2623 Reviewed by Alp Toker.
2625 https://bugs.webkit.org/show_bug.cgi?id=14750
2626 Added support for NPAPI plugins on Gtk and Qt-x11 ports.
2628 * GNUmakefile.am: Added Xt library.
2630 2008-04-29 David Kilzer <ddkilzer@apple.com>
2632 BUILD FIX for ENABLE(DASHBOARD_SUPPORT)
2634 * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT.
2636 2008-04-22 Alp Toker <alp@nuanti.com>
2638 GTK+ debug build fix for changes in r32257.
2642 2008-04-18 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2644 Reviewed by Alp Toker.
2646 http://bugs.webkit.org/show_bug.cgi?id=16620
2647 [GTK] Autotools make dist and make check support
2653 2008-04-11 Mark Rowe <mrowe@apple.com>
2655 Rubber-stamped by Antti Koivisto.
2657 * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show.
2659 2008-04-17 Alp Toker <alp@atoker.com>
2661 GTK+ build fix. Back out the libjpeg check part of r32008 from bug
2666 2008-04-17 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2668 Reviewed by Alp Toker.
2670 http://bugs.webkit.org/show_bug.cgi?id=17865
2671 [Gtk] Improve detection of jpeglib and glib tools
2673 Improve detecting jpeglib and glib tools
2675 * configure.ac: Throw an error if the dependencies above are
2676 currently not installed
2678 2008-04-14 Xan Lopez <xan@gnome.org>
2680 Reviewed by Alp Toker.
2682 http://bugs.webkit.org/show_bug.cgi?id=17917
2683 Bug 17917: Cookie support for HTTP soup backend
2685 Bumped the libsoup required version to 2.23 for cookie support.
2689 2008-04-11 Mark Rowe <mrowe@apple.com>
2691 Rubber-stamped by Anders Carlsson.
2693 Fix https://bugs.webkit.org/show_bug.cgi?id=18430
2694 Bug 18430: SIGSEGV on amd64 when built with gcc 4.3
2696 GCC 4.3 generates bad code in some instances when working with our HashTables
2697 as some of the HashTable code violates the strict aliasing requirements. Since
2698 GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until
2699 the code can be fixed to be safe with strict aliasing enabled, we will disable
2704 2008-03-12 Michael Emmel <mike.emmel@gmail.com>
2706 Reviewed by Alp Toker.
2708 http://bugs.webkit.org/show_bug.cgi?id=18397
2709 Fix leaving spaces before parens in functions
2711 * WebKitTools/Scripts/wkstyle:
2713 2008-04-07 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2715 Build fix, rubber-stamped and landed by ap.
2717 * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support.
2719 2008-03-21 Rodney Dawes <dobey@wayofthemonkey.com>
2723 Remove the JSCore include path options from global_cppflags.
2724 Place JSCore include path options in javascriptcore_cppflags.
2725 Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS.
2729 2008-03-20 Jasper Bryant-Greene <jasper@unix.geek.nz>
2733 Resolves http://bugs.webkit.org/show_bug.cgi?id=16092
2734 "[GTK] Middle-mouse click should allow opening a URL in a new tab"
2736 Added WebKitNavigationAction object to GTK API
2740 2008-03-12 Xan Lopez <xan@gnome.org>
2742 Reviewed by Alp Toker.
2744 http://bugs.webkit.org/show_bug.cgi?id=15229
2746 Add optional font backend support with freetype and pango
2747 backends. Default is freetype for now.
2749 Original patch by Sven Herzberg <sven@imendio.com>
2753 2008-03-11 Xan Lopez <xan@gnome.org>
2755 Reviewed by Alp Toker.
2757 http://bugs.webkit.org/show_bug.cgi?id=16476
2759 Add support for multiple http backends, and add soup backend (off by default).
2764 2008-03-07 Simon Hausmann <hausmann@webkit.org>
2766 Reviewed by Darin Adler.
2770 Added plugins subdirectory to the include path.
2774 2008-03-09 Alp Toker <alp@atoker.com>
2776 GTK+ build fix for r30913.
2778 Use UNICODE_CFLAGS for C++ sources as well as C sources.
2782 2008-03-09 Jörg Billeter <j@bitron.ch>
2784 Reviewed by Alp Toker.
2786 Conditionalise ICU for Unicode in the GTK+ port.
2791 2008-03-03 Brent Fulgham <bfulgham@gmail.com>
2793 Reviewed by Alp Toker.
2795 http://bugs.webkit.org/show_bug.cgi?id=17644
2796 Build GTK on Mac OS X using native ICU library
2798 Use Apple native ICU libraries when building GTK
2803 2008-03-02 Brent Fulgham <bfulgham@gmail.com>
2805 Reviewed by Alp Toker.
2807 Add ICU_CPPFLAGS earlier in include path for WebCore
2808 so that we find $(icu_cppflags)/unicode/utf8.h, rather than
2809 the wtf/unicode/UTF8.h on case-insensitive file systems.
2813 2008-03-02 Alp Toker <alp@atoker.com>
2815 Reviewed by Mark Rowe.
2817 Split the WebKit GTK+ build out of the WebCore build and change the
2818 shared object name to match the package name.
2822 2008-02-28 Alp Toker <alp@atoker.com>
2824 Fix a configure script typo spotted by Kalle Vahlman.
2828 2008-02-26 Timothy Hatcher <timothy@apple.com>
2830 Reviewed by Darin Adler.
2832 Add "64" and "64u" make rules to allow easy building of 64-bit versions.
2834 make 64: will build Intel-only 64-bit.
2835 make 64u: will build 4-way universal for PPC and Intel.
2840 2008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2842 Rubber stamped by Darin Adler.
2844 Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
2845 whitespaces introduced in the previous commit.
2849 2008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2851 Rubber-stamped by Darin Adler.
2853 * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES.
2854 * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS.
2856 2008-02-21 Alp Toker <alp@atoker.com>
2858 Fix a configure script typo.
2862 2008-02-21 Alp Toker <alp@atoker.com>
2864 GTK+/autotools SVG experimental build fix
2866 Don't enable SVG filters in --enable-svg-experimental.
2868 This feature isn't supported at all yet. Developers can enable it
2869 explicitly by passing --enable-svg-filters if needed.
2873 2008-02-21 Mike Auty <mike.auty@gmail.com>
2875 Reviewed by Alp Toker.
2877 http://bugs.webkit.org/show_bug.cgi?id=17445
2878 [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed"
2880 The GNUmakefile.am files make use of the LDFLAGS variable to include library
2881 additions such as -ljpeg etc. Unfortunately, if these inclusions aren't made
2882 in LIBADD/LDADD variables, then they are mis-ordered during the linking.
2884 The as-needed flag discards libraries whose functions have not been needed by
2885 earlier libraries, which therefore makes the ordering important.
2887 This moves all -l library inclusion statements from LDFLAGS variables to
2888 LIBADD/LDADD variables.
2892 2008-02-15 Alp Toker <alp@atoker.com>
2896 GTK+ configure script cleanups
2898 Categorize the configuration summary printout.
2899 Bump GTK+ requirement to 2.8.
2900 Rename 'webkit_target' to just 'target'.
2901 Don't check for pthread on Win32.
2905 2008-02-14 Adam Roben <aroben@apple.com>
2907 Turn on cross-document messaging support by default
2909 Reviewed by Darin Adler.
2913 2008-02-14 Adam Roben <aroben@apple.com>
2915 Conditionalize cross-document messaging support
2917 The cross-document messaging parts of HTML 5 are in flux and we want
2918 ports to be able to turn off the support as needed.
2920 Note that the support is turned off by default right now. A subsequent
2921 commit will turn it on by default.
2923 Reviewed by Darin Adler.
2927 2008-02-12 Rodney Dawes <dobey@wayofthemonkey.com>
2929 Reviewed by Alp Toker.
2931 Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES
2932 to the CPPFLAGS for WebCore and WebKit
2933 Add a pkgconfig check for hildon-1 when --with-hildon specified
2934 Output the use of Hildon support in the summary
2935 Add HILDON_CPPFLAGS to webkitgtk_cppflags
2936 Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS
2937 Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS
2942 2008-02-08 Alp Toker <alp@atoker.com>
2944 Rubber-stamped by Maciej.
2946 Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4.
2950 2008-02-06 Timothy Hatcher <timothy@apple.com>
2952 Rubber-stamped by Mark Rowe.
2954 Dump of bugs.webkit.org's Bugzilla instance.
2957 * BugsSite/.htaccess: Added.
2958 * BugsSite/Bugzilla: Added.
2959 * BugsSite/Bugzilla.pm: Added.
2960 * BugsSite/Bugzilla/.cvsignore: Added.
2961 * BugsSite/Bugzilla/.htaccess: Added.
2962 * BugsSite/Bugzilla/Attachment.pm: Added.
2963 * BugsSite/Bugzilla/Auth: Added.
2964 * BugsSite/Bugzilla/Auth.pm: Added.
2965 * BugsSite/Bugzilla/Auth/Login: Added.
2966 * BugsSite/Bugzilla/Auth/Login/WWW: Added.
2967 * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added.
2968 * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added.
2969 * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added.
2970 * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added.
2971 * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added.
2972 * BugsSite/Bugzilla/Auth/README: Added.
2973 * BugsSite/Bugzilla/Auth/Verify: Added.
2974 * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added.
2975 * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added.
2976 * BugsSite/Bugzilla/Bug.pm: Added.
2977 * BugsSite/Bugzilla/BugMail.pm: Added.
2978 * BugsSite/Bugzilla/CGI.pm: Added.
2979 * BugsSite/Bugzilla/Chart.pm: Added.
2980 * BugsSite/Bugzilla/Config.pm: Added.
2981 * BugsSite/Bugzilla/Constants.pm: Added.
2982 * BugsSite/Bugzilla/DB: Added.
2983 * BugsSite/Bugzilla/DB.pm: Added.
2984 * BugsSite/Bugzilla/DB/Mysql.pm: Added.
2985 * BugsSite/Bugzilla/DB/Pg.pm: Added.
2986 * BugsSite/Bugzilla/DB/Schema: Added.
2987 * BugsSite/Bugzilla/DB/Schema.pm: Added.
2988 * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added.
2989 * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added.
2990 * BugsSite/Bugzilla/Error.pm: Added.
2991 * BugsSite/Bugzilla/Flag.pm: Added.
2992 * BugsSite/Bugzilla/FlagType.pm: Added.
2993 * BugsSite/Bugzilla/Group.pm: Added.
2994 * BugsSite/Bugzilla/Search.pm: Added.
2995 * BugsSite/Bugzilla/Series.pm: Added.
2996 * BugsSite/Bugzilla/Template: Added.
2997 * BugsSite/Bugzilla/Template.pm: Added.
2998 * BugsSite/Bugzilla/Template/Plugin: Added.
2999 * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added.
3000 * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added.
3001 * BugsSite/Bugzilla/Template/Plugin/User.pm: Added.
3002 * BugsSite/Bugzilla/Token.pm: Added.
3003 * BugsSite/Bugzilla/User: Added.
3004 * BugsSite/Bugzilla/User.pm: Added.
3005 * BugsSite/Bugzilla/User/Setting.pm: Added.
3006 * BugsSite/Bugzilla/Util.pm: Added.
3007 * BugsSite/CGI.pl: Added.
3008 * BugsSite/PrettyPatch: Added.
3009 * BugsSite/PrettyPatch/PrettyPatch.rb: Added.
3010 * BugsSite/PrettyPatch/prettify.rb: Added.
3011 * BugsSite/QUICKSTART: Added.
3012 * BugsSite/README: Added.
3013 * BugsSite/UPGRADING: Added.
3014 * BugsSite/UPGRADING-pre-2.8: Added.
3015 * BugsSite/ant.jpg: Added.
3016 * BugsSite/attachment-aroben.cgi: Added.
3017 * BugsSite/attachment.cgi: Added.
3018 * BugsSite/buglist.cgi: Added.
3019 * BugsSite/bugzilla.dtd: Added.
3020 * BugsSite/chart.cgi: Added.
3021 * BugsSite/checksetup.pl: Added.
3022 * BugsSite/colchange.cgi: Added.
3023 * BugsSite/collectstats.pl: Added.
3024 * BugsSite/config.cgi: Added.
3025 * BugsSite/contrib: Added.
3026 * BugsSite/contrib/BugzillaEmail.pm: Added.
3027 * BugsSite/contrib/README: Added.
3028 * BugsSite/contrib/README.Mailif: Added.
3029 * BugsSite/contrib/bug_email.pl: Added.
3030 * BugsSite/contrib/bugmail_help.html: Added.
3031 * BugsSite/contrib/bugzilla-submit: Added.
3032 * BugsSite/contrib/bugzilla-submit/README: Added.
3033 * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added.
3034 * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added.
3035 * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added.
3036 * BugsSite/contrib/bugzilla.procmailrc: Added.
3037 * BugsSite/contrib/bugzilla_email_append.pl: Added.
3038 * BugsSite/contrib/bugzilla_ldapsync.rb: Added.
3039 * BugsSite/contrib/bzdbcopy.pl: Added.
3040 * BugsSite/contrib/cmdline: Added.
3041 * BugsSite/contrib/cmdline/bugcount: Added.
3042 * BugsSite/contrib/cmdline/bugids: Added.
3043 * BugsSite/contrib/cmdline/buglist: Added.
3044 * BugsSite/contrib/cmdline/bugs: Added.
3045 * BugsSite/contrib/cmdline/bugslink: Added.
3046 * BugsSite/contrib/cmdline/makequery: Added.
3047 * BugsSite/contrib/cmdline/query.conf: Added.
3048 * BugsSite/contrib/cvs-update.pl: Added.
3049 * BugsSite/contrib/gnats2bz.pl: Added.
3050 * BugsSite/contrib/gnatsparse: Added.
3051 * BugsSite/contrib/gnatsparse/README: Added.
3052 * BugsSite/contrib/gnatsparse/gnatsparse.py: Added.
3053 * BugsSite/contrib/gnatsparse/magic.py: Added.
3054 * BugsSite/contrib/gnatsparse/specialuu.py: Added.
3055 * BugsSite/contrib/jb2bz.py: Added.
3056 * BugsSite/contrib/mysqld-watcher.pl: Added.
3057 * BugsSite/contrib/sendbugmail.pl: Added.
3058 * BugsSite/contrib/sendunsentbugmail.pl: Added.
3059 * BugsSite/contrib/syncLDAP.pl: Added.
3060 * BugsSite/contrib/yp_nomail.sh: Added.
3061 * BugsSite/createaccount.cgi: Added.
3062 * BugsSite/data: Added.
3063 * BugsSite/data/.htaccess: Added.
3064 * BugsSite/data/attachments: Added.
3065 * BugsSite/data/attachments/.htaccess: Added.
3066 * BugsSite/data/duplicates: Added.
3067 * BugsSite/data/mail: Added.
3068 * BugsSite/data/mimedump-tmp: Added.
3069 * BugsSite/data/mining: Added.
3070 * BugsSite/data/nomail: Added.
3071 * BugsSite/data/params: Added.
3072 * BugsSite/data/template: Added.
3073 * BugsSite/data/template/template: Added.
3074 * BugsSite/data/template/template/en: Added.
3075 * BugsSite/data/template/template/en/custom: Added.
3076 * BugsSite/data/template/template/en/custom/account: Added.
3077 * BugsSite/data/template/template/en/custom/account/auth: Added.
3078 * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
3079 * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added.
3080 * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added.
3081 * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added.
3082 * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added.
3083 * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added.
3084 * BugsSite/data/template/template/en/custom/account/email: Added.
3085 * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added.
3086 * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added.
3087 * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added.
3088 * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added.
3089 * BugsSite/data/template/template/en/custom/account/password: Added.
3090 * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
3091 * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
3092 * BugsSite/data/template/template/en/custom/account/prefs: Added.
3093 * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added.
3094 * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added.
3095 * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added.
3096 * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added.
3097 * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added.
3098 * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
3099 * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added.
3100 * BugsSite/data/template/template/en/custom/admin: Added.
3101 * BugsSite/data/template/template/en/custom/admin/classifications: Added.
3102 * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added.
3103 * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added.
3104 * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added.
3105 * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added.
3106 * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added.
3107 * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
3108 * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added.
3109 * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added.
3110 * BugsSite/data/template/template/en/custom/admin/components: Added.
3111 * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
3112 * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added.
3113 * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added.
3114 * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added.
3115 * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added.
3116 * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added.
3117 * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added.
3118 * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added.
3119 * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added.
3120 * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added.
3121 * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
3122 * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
3123 * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
3124 * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
3125 * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
3126 * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
3127 * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
3128 * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
3129 * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
3130 * BugsSite/data/template/template/en/custom/admin/flag-type: Added.
3131 * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
3132 * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
3133 * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added.
3134 * BugsSite/data/template/template/en/custom/admin/groups: Added.
3135 * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added.
3136 * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added.
3137 * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added.
3138 * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added.
3139 * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added.
3140 * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added.
3141 * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added.
3142 * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added.
3143 * BugsSite/data/template/template/en/custom/admin/keywords: Added.
3144 * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
3145 * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
3146 * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
3147 * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
3148 * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
3149 * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
3150 * BugsSite/data/template/template/en/custom/admin/milestones: Added.
3151 * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
3152 * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added.
3153 * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added.
3154 * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
3155 * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added.
3156 * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added.
3157 * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added.
3158 * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
3159 * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added.
3160 * BugsSite/data/template/template/en/custom/admin/products: Added.
3161 * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
3162 * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added.
3163 * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added.
3164 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added.
3165 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
3166 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
3167 * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
3168 * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added.
3169 * BugsSite/data/template/template/en/custom/admin/settings: Added.
3170 * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added.
3171 * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added.
3172 * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added.
3173 * BugsSite/data/template/template/en/custom/admin/users: Added.
3174 * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
3175 * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added.
3176 * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added.
3177 * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added.
3178 * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
3179 * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added.
3180 * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added.
3181 * BugsSite/data/template/template/en/custom/admin/versions: Added.
3182 * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
3183 * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added.
3184 * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added.
3185 * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added.
3186 * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added.
3187 * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added.
3188 * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added.
3189 * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added.
3190 * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added.
3191 * BugsSite/data/template/template/en/custom/attachment: Added.
3192 * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added.
3193 * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added.
3194 * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added.
3195 * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added.
3196 * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added.
3197 * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added.
3198 * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added.
3199 * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added.
3200 * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added.
3201 * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added.
3202 * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added.
3203 * BugsSite/data/template/template/en/custom/bug: Added.
3204 * BugsSite/data/template/template/en/custom/bug/activity: Added.
3205 * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added.
3206 * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added.
3207 * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added.
3208 * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added.
3209 * BugsSite/data/template/template/en/custom/bug/create: Added.
3210 * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
3211 * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added.
3212 * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added.
3213 * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added.
3214 * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added.
3215 * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added.
3216 * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added.
3217 * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added.
3218 * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added.
3219 * BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added.
3220 * BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added.
3221 * BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added.
3222 * BugsSite/data/template/template/en/custom/bug/process: Added.
3223 * BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added.
3224 * BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
3225 * BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added.
3226 * BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added.
3227 * BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added.
3228 * BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added.
3229 * BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
3230 * BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added.
3231 * BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added.
3232 * BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added.
3233 * BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added.
3234 * BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added.
3235 * BugsSite/data/template/template/en/custom/bug/votes: Added.
3236 * BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
3237 * BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
3238 * BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
3239 * BugsSite/data/template/template/en/custom/config.js.tmpl: Added.
3240 * BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added.
3241 * BugsSite/data/template/template/en/custom/flag: Added.
3242 * BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added.
3243 * BugsSite/data/template/template/en/custom/global: Added.
3244 * BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added.
3245 * BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added.
3246 * BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added.
3247 * BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added.
3248 * BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added.
3249 * BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added.
3250 * BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added.
3251 * BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added.
3252 * BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added.
3253 * BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added.
3254 * BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added.
3255 * BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added.
3256 * BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added.
3257 * BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added.
3258 * BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added.
3259 * BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added.
3260 * BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added.
3261 * BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added.
3262 * BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added.
3263 * BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added.
3264 * BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added.
3265 * BugsSite/data/template/template/en/custom/index.html.tmpl: Added.
3266 * BugsSite/data/template/template/en/custom/list: Added.
3267 * BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added.
3268 * BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added.
3269 * BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added.
3270 * BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added.
3271 * BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added.
3272 * BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added.
3273 * BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added.
3274 * BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added.
3275 * BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added.
3276 * BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added.
3277 * BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added.
3278 * BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added.
3279 * BugsSite/data/template/template/en/custom/pages: Added.
3280 * BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added.
3281 * BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added.
3282 * BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added.
3283 * BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added.
3284 * BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added.
3285 * BugsSite/data/template/template/en/custom/reports: Added.
3286 * BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added.
3287 * BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added.
3288 * BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added.
3289 * BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added.
3290 * BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added.
3291 * BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
3292 * BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added.
3293 * BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added.
3294 * BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added.
3295 * BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added.
3296 * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added.
3297 * BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added.
3298 * BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added.
3299 * BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added.
3300 * BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added.
3301 * BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added.
3302 * BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added.
3303 * BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added.
3304 * BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added.
3305 * BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added.
3306 * BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added.
3307 * BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added.
3308 * BugsSite/data/template/template/en/custom/request: Added.
3309 * BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added.
3310 * BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added.
3311 * BugsSite/data/template/template/en/custom/search: Added.
3312 * BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added.
3313 * BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added.
3314 * BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added.
3315 * BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added.
3316 * BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added.
3317 * BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added.
3318 * BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added.
3319 * BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added.
3320 * BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added.
3321 * BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added.
3322 * BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added.
3323 * BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added.
3324 * BugsSite/data/template/template/en/custom/whine: Added.
3325 * BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added.
3326 * BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added.
3327 * BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
3328 * BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added.
3329 * BugsSite/data/template/template/en/default: Added.
3330 * BugsSite/data/template/template/en/default/attachment: Added.
3331 * BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added.
3332 * BugsSite/data/template/template/en/default/list: Added.
3333 * BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added.
3334 * BugsSite/data/versioncache: Added.
3335 * BugsSite/data/versioncache.13P9L: Added.
3336 * BugsSite/data/versioncache.1lH1E: Added.
3337 * BugsSite/data/versioncache.3AnHd: Added.
3338 * BugsSite/data/versioncache.3Jmjt: Added.
3339 * BugsSite/data/versioncache.3JzIL: Added.
3340 * BugsSite/data/versioncache.77b4y: Added.
3341 * BugsSite/data/versioncache.7VzyU: Added.
3342 * BugsSite/data/versioncache.EQdAm: Added.
3343 * BugsSite/data/versioncache.EouAG: Added.
3344 * BugsSite/data/versioncache.LJ5n1: Added.
3345 * BugsSite/data/versioncache.Lb0fW: Added.
3346 * BugsSite/data/versioncache.PyAd8: Added.
3347 * BugsSite/data/versioncache.SFyse: Added.
3348 * BugsSite/data/versioncache.SkTTg: Added.
3349 * BugsSite/data/versioncache.VVO7E: Added.
3350 * BugsSite/data/versioncache.XbxgU: Added.
3351 * BugsSite/data/versioncache.Yezqr: Added.
3352 * BugsSite/data/versioncache.dtzIv: Added.
3353 * BugsSite/data/versioncache.jzpeh: Added.
3354 * BugsSite/data/versioncache.pbn6U: Added.
3355 * BugsSite/data/versioncache.qyixS: Added.
3356 * BugsSite/data/versioncache.sBMdb: Added.
3357 * BugsSite/data/versioncache.xNi34: Added.
3358 * BugsSite/data/webdot: Added.
3359 * BugsSite/data/webdot/.htaccess: Added.
3360 * BugsSite/data/webdot/0ZLH3QpFd8.dot: Added.
3361 * BugsSite/data/webdot/3s6e7eC2Dy.dot: Added.
3362 * BugsSite/data/webdot/6MW0q54cyY.dot: Added.
3363 * BugsSite/data/webdot/A2RlhPdO2Q.dot: Added.
3364 * BugsSite/data/webdot/DuBX4I4946.dot: Added.
3365 * BugsSite/data/webdot/GudTgvrKBX.dot: Added.
3366 * BugsSite/data/webdot/I1mCbLtAzQ.dot: Added.
3367 * BugsSite/data/webdot/JtKgvWGVb4.dot: Added.
3368 * BugsSite/data/webdot/RFk4bjAwYc.dot: Added.
3369 * BugsSite/data/webdot/YQ1pWFVfqt.dot: Added.
3370 * BugsSite/data/webdot/YcFUepShZI.dot: Added.
3371 * BugsSite/data/webdot/a9i00KgTQk.dot: Added.
3372 * BugsSite/data/webdot/c412GYaHch.dot: Added.
3373 * BugsSite/data/webdot/hjYnYr3tV1.dot: Added.
3374 * BugsSite/data/webdot/pq3Qw7wynI.dot: Added.
3375 * BugsSite/data/webdot/tL7GjA7bqH.dot: Added.
3376 * BugsSite/defparams.pl: Added.
3377 * BugsSite/describecomponents.cgi: Added.
3378 * BugsSite/describekeywords.cgi: Added.
3379 * BugsSite/describekeywords.cgi.bak: Added.
3380 * BugsSite/docs: Added.
3381 * BugsSite/docs/.cvsignore: Added.
3382 * BugsSite/docs/README.docs: Added.
3383 * BugsSite/docs/html: Added.
3384 * BugsSite/docs/html/Bugzilla-Guide.html: Added.
3385 * BugsSite/docs/html/about.html: Added.
3386 * BugsSite/docs/html/administration.html: Added.
3387 * BugsSite/docs/html/bug_page.html: Added.
3388 * BugsSite/docs/html/bugreports.html: Added.
3389 * BugsSite/docs/html/cmdline-bugmail.html: Added.
3390 * BugsSite/docs/html/cmdline.html: Added.
3391 * BugsSite/docs/html/components.html: Added.
3392 * BugsSite/docs/html/configuration.html: Added.
3393 * BugsSite/docs/html/conventions.html: Added.
3394 * BugsSite/docs/html/copyright.html: Added.
3395 * BugsSite/docs/html/credits.html: Added.
3396 * BugsSite/docs/html/cust-change-permissions.html: Added.
3397 * BugsSite/docs/html/cust-hooks.html: Added.
3398 * BugsSite/docs/html/cust-templates.html: Added.
3399 * BugsSite/docs/html/customization.html: Added.
3400 * BugsSite/docs/html/dbdoc.html: Added.
3401 * BugsSite/docs/html/dbmodify.html: Added.
3402 * BugsSite/docs/html/disclaimer.html: Added.
3403 * BugsSite/docs/html/extraconfig.html: Added.
3404 * BugsSite/docs/html/faq.html: Added.
3405 * BugsSite/docs/html/flags-overview.html: Added.
3406 * BugsSite/docs/html/flags.html: Added.
3407 * BugsSite/docs/html/general-advice.html: Added.
3408 * BugsSite/docs/html/gfdl-0.html: Added.
3409 * BugsSite/docs/html/gfdl-1.html: Added.
3410 * BugsSite/docs/html/gfdl-10.html: Added.
3411 * BugsSite/docs/html/gfdl-2.html: Added.
3412 * BugsSite/docs/html/gfdl-3.html: Added.
3413 * BugsSite/docs/html/gfdl-4.html: Added.
3414 * BugsSite/docs/html/gfdl-5.html: Added.
3415 * BugsSite/docs/html/gfdl-6.html: Added.
3416 * BugsSite/docs/html/gfdl-7.html: Added.
3417 * BugsSite/docs/html/gfdl-8.html: Added.
3418 * BugsSite/docs/html/gfdl-9.html: Added.
3419 * BugsSite/docs/html/gfdl-howto.html: Added.
3420 * BugsSite/docs/html/gfdl.html: Added.
3421 * BugsSite/docs/html/glossary.html: Added.
3422 * BugsSite/docs/html/groups.html: Added.
3423 * BugsSite/docs/html/hintsandtips.html: Added.
3424 * BugsSite/docs/html/index.html: Added.
3425 * BugsSite/docs/html/install-perlmodules-manual.html: Added.
3426 * BugsSite/docs/html/installation.html: Added.
3427 * BugsSite/docs/html/installing-bugzilla.html: Added.
3428 * BugsSite/docs/html/integration.html: Added.
3429 * BugsSite/docs/html/lifecycle.html: Added.
3430 * BugsSite/docs/html/list.html: Added.
3431 * BugsSite/docs/html/milestones.html: Added.
3432 * BugsSite/docs/html/modules-manual-download.html: Added.
3433 * BugsSite/docs/html/modules-manual-instructions.html: Added.
3434 * BugsSite/docs/html/modules-manual-optional.html: Added.
3435 * BugsSite/docs/html/myaccount.html: Added.
3436 * BugsSite/docs/html/newversions.html: Added.
3437 * BugsSite/docs/html/nonroot.html: Added.
3438 * BugsSite/docs/html/os-specific.html: Added.
3439 * BugsSite/docs/html/parameters.html: Added.
3440 * BugsSite/docs/html/paranoid-security.html: Added.
3441 * BugsSite/docs/html/patches.html: Added.
3442 * BugsSite/docs/html/patchviewer.html: Added.
3443 * BugsSite/docs/html/products.html: Added.
3444 * BugsSite/docs/html/query.html: Added.
3445 * BugsSite/docs/html/quips.html: Added.
3446 * BugsSite/docs/html/reporting.html: Added.
3447 * BugsSite/docs/html/security-bugzilla.html: Added.
3448 * BugsSite/docs/html/security-mysql.html: Added.
3449 * BugsSite/docs/html/security-os.html: Added.
3450 * BugsSite/docs/html/security-webserver.html: Added.
3451 * BugsSite/docs/html/security.html: Added.
3452 * BugsSite/docs/html/trbl-bundlebugzilla.html: Added.
3453 * BugsSite/docs/html/trbl-dbdsponge.html: Added.
3454 * BugsSite/docs/html/trbl-index.html: Added.
3455 * BugsSite/docs/html/trbl-passwd-encryption.html: Added.
3456 * BugsSite/docs/html/trbl-perlmodule.html: Added.
3457 * BugsSite/docs/html/trbl-relogin-everyone.html: Added.
3458 * BugsSite/docs/html/trbl-testserver.html: Added.
3459 * BugsSite/docs/html/trouble-filetemp.html: Added.
3460 * BugsSite/docs/html/troubleshooting.html: Added.
3461 * BugsSite/docs/html/upgrading.html: Added.
3462 * BugsSite/docs/html/useradmin.html: Added.
3463 * BugsSite/docs/html/userpreferences.html: Added.
3464 * BugsSite/docs/html/using-intro.html: Added.
3465 * BugsSite/docs/html/using.html: Added.
3466 * BugsSite/docs/html/versions.html: Added.
3467 * BugsSite/docs/html/voting.html: Added.
3468 * BugsSite/docs/html/whining.html: Added.
3469 * BugsSite/docs/html/x3190.html: Added.
3470 * BugsSite/docs/images: Added.
3471 * BugsSite/docs/images/bzLifecycle.png: Added.
3472 * BugsSite/docs/images/bzLifecycle.xml: Added.
3473 * BugsSite/docs/images/callouts: Added.
3474 * BugsSite/docs/images/callouts/1.gif: Added.
3475 * BugsSite/docs/images/callouts/2.gif: Added.
3476 * BugsSite/docs/images/callouts/3.gif: Added.
3477 * BugsSite/docs/images/caution.gif: Added.
3478 * BugsSite/docs/images/note.gif: Added.
3479 * BugsSite/docs/images/tip.gif: Added.
3480 * BugsSite/docs/images/warning.gif: Added.
3481 * BugsSite/docs/makedocs.pl: Added.
3482 * BugsSite/docs/pdf: Added.
3483 * BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added.
3484 * BugsSite/docs/rel_notes.txt: Added.
3485 * BugsSite/docs/txt: Added.
3486 * BugsSite/docs/txt/Bugzilla-Guide.txt: Added.
3487 * BugsSite/docs/xml: Added.
3488 * BugsSite/docs/xml/Bugzilla-Guide.xml: Added.
3489 * BugsSite/docs/xml/about.xml: Added.
3490 * BugsSite/docs/xml/administration.xml: Added.
3491 * BugsSite/docs/xml/conventions.xml: Added.
3492 * BugsSite/docs/xml/customization.xml: Added.
3493 * BugsSite/docs/xml/dbschema.mysql: Added.
3494 * BugsSite/docs/xml/faq.xml: Added.
3495 * BugsSite/docs/xml/filetemp.patch: Added.
3496 * BugsSite/docs/xml/gfdl.xml: Added.
3497 * BugsSite/docs/xml/glossary.xml: Added.
3498 * BugsSite/docs/xml/index.xml: Added.
3499 * BugsSite/docs/xml/installation.xml: Added.
3500 * BugsSite/docs/xml/integration.xml: Added.
3501 * BugsSite/docs/xml/introduction.xml: Added.
3502 * BugsSite/docs/xml/modules.xml: Added.
3503 * BugsSite/docs/xml/patches.xml: Added.
3504 * BugsSite/docs/xml/requiredsoftware.xml: Added.
3505 * BugsSite/docs/xml/security.xml: Added.
3506 * BugsSite/docs/xml/troubleshooting.xml: Added.
3507 * BugsSite/docs/xml/using.xml: Added.
3508 * BugsSite/doeditparams.cgi: Added.
3509 * BugsSite/duplicates.cgi: Added.
3510 * BugsSite/duplicates.xul: Added.
3511 * BugsSite/editclassifications.cgi: Added.
3512 * BugsSite/editcomponents.cgi: Added.
3513 * BugsSite/editflagtypes.cgi: Added.
3514 * BugsSite/editgroups.cgi: Added.
3515 * BugsSite/editkeywords.cgi: Added.
3516 * BugsSite/editmilestones.cgi: Added.
3517 * BugsSite/editparams.cgi: Added.
3518 * BugsSite/editproducts.cgi: Added.
3519 * BugsSite/editsettings.cgi: Added.
3520 * BugsSite/editusers.cgi: Added.
3521 * BugsSite/editvalues.cgi: Added.
3522 * BugsSite/editversions.cgi: Added.
3523 * BugsSite/editwhines.cgi: Added.
3524 * BugsSite/enter_bug.cgi: Added.
3525 * BugsSite/favicon.ico: Added.
3526 * BugsSite/globals.pl: Added.
3527 * BugsSite/graphs: Added.
3528 * BugsSite/images: Added.
3529 * BugsSite/images/padlock.png: Added.
3530 * BugsSite/importxml.pl: Added.
3531 * BugsSite/index.cgi: Added.
3532 * BugsSite/js: Added.
3533 * BugsSite/js/duplicates.js: Added.
3534 * BugsSite/js/productform.js: Added.
3535 * BugsSite/localconfig.js: Added.
3536 * BugsSite/long_list.cgi: Added.
3537 * BugsSite/move.pl: Added.
3538 * BugsSite/page.cgi: Added.
3539 * BugsSite/post_bug.cgi: Added.
3540 * BugsSite/process_bug.cgi: Added.
3541 * BugsSite/productmenu.js: Added.
3542 * BugsSite/query.cgi: Added.
3543 * BugsSite/quicksearch.html: Added.
3544 * BugsSite/quicksearch.js: Added.
3545 * BugsSite/quicksearchhack.html: Added.
3546 * BugsSite/quips.cgi: Added.
3547 * BugsSite/relogin.cgi: Added.
3548 * BugsSite/report.cgi: Added.
3549 * BugsSite/reports.cgi: Added.
3550 * BugsSite/request.cgi: Added.
3551 * BugsSite/robots.txt: Added.
3552 * BugsSite/runtests.pl: Added.
3553 * BugsSite/sanitycheck.cgi: Added.
3554 * BugsSite/show_activity.cgi: Added.
3555 * BugsSite/show_bug.cgi: Added.
3556 * BugsSite/showattachment.cgi: Added.
3557 * BugsSite/showdependencygraph.cgi: Added.
3558 * BugsSite/showdependencytree.cgi: Added.
3559 * BugsSite/sidebar.cgi: Added.
3560 * BugsSite/skins: Added.
3561 * BugsSite/skins/.cvsignore: Added.
3562 * BugsSite/skins/custom: Added.
3563 * BugsSite/skins/custom/admin.css: Added.
3564 * BugsSite/skins/custom/buglist.css: Added.
3565 * BugsSite/skins/custom/duplicates.css: Added.
3566 * BugsSite/skins/custom/editusers.css: Added.
3567 * BugsSite/skins/custom/global.css: Added.
3568 * BugsSite/skins/custom/index.css: Added.
3569 * BugsSite/skins/custom/opendarwin.gif: Added.
3570 * BugsSite/skins/custom/panel.css: Added.
3571 * BugsSite/skins/custom/show_multiple.css: Added.
3572 * BugsSite/skins/custom/summarize-time.css: Added.
3573 * BugsSite/skins/custom/voting.css: Added.
3574 * BugsSite/skins/standard: Added.
3575 * BugsSite/skins/standard/admin.css: Added.
3576 * BugsSite/skins/standard/buglist.css: Added.
3577 * BugsSite/skins/standard/duplicates.css: Added.
3578 * BugsSite/skins/standard/editusers.css: Added.
3579 * BugsSite/skins/standard/global: Added.
3580 * BugsSite/skins/standard/global.css: Added.
3581 * BugsSite/skins/standard/global/body-back.gif: Added.
3582 * BugsSite/skins/standard/global/header.png: Added.
3583 * BugsSite/skins/standard/index: Added.
3584 * BugsSite/skins/standard/index.css: Added.
3585 * BugsSite/skins/standard/index/front.jpg: Added.
3586 * BugsSite/skins/standard/index/front.png: Added.
3587 * BugsSite/skins/standard/panel.css: Added.
3588 * BugsSite/skins/standard/show_multiple.css: Added.
3589 * BugsSite/skins/standard/summarize-time.css: Added.
3590 * BugsSite/skins/standard/voting.css: Added.
3591 * BugsSite/summarize_time.cgi: Added.
3592 * BugsSite/t: Added.
3593 * BugsSite/t/001compile.t: Added.
3594 * BugsSite/t/002goodperl.t: Added.
3595 * BugsSite/t/003safesys.t: Added.
3596 * BugsSite/t/004template.t: Added.
3597 * BugsSite/t/005no_tabs.t: Added.
3598 * BugsSite/t/006spellcheck.t: Added.
3599 * BugsSite/t/007util.t: Added.
3600 * BugsSite/t/008filter.t: Added.
3601 * BugsSite/t/009bugwords.t: Added.
3602 * BugsSite/t/011pod.t: Added.
3603 * BugsSite/t/Support: Added.
3604 * BugsSite/t/Support/Files.pm: Added.
3605 * BugsSite/t/Support/Systemexec.pm: Added.
3606 * BugsSite/t/Support/Templates.pm: Added.
3607 * BugsSite/t/testchart.gif: Added.
3608 * BugsSite/t/testchart.png: Added.
3609 * BugsSite/t/testgd.png: Added.
3610 * BugsSite/template: Added.
3611 * BugsSite/template/.cvsignore: Added.
3612 * BugsSite/template/.htaccess: Added.
3613 * BugsSite/template/en: Added.
3614 * BugsSite/template/en/.cvsignore: Added.
3615 * BugsSite/template/en/custom: Added.
3616 * BugsSite/template/en/custom/account: Added.
3617 * BugsSite/template/en/custom/account/auth: Added.
3618 * BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
3619 * BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added.
3620 * BugsSite/template/en/custom/account/auth/login.html.tmpl: Added.
3621 * BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added.
3622 * BugsSite/template/en/custom/account/create.html.tmpl: Added.
3623 * BugsSite/template/en/custom/account/created.html.tmpl: Added.
3624 * BugsSite/template/en/custom/account/email: Added.
3625 * BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added.
3626 * BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added.
3627 * BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added.
3628 * BugsSite/template/en/custom/account/exists.html.tmpl: Added.
3629 * BugsSite/template/en/custom/account/password: Added.
3630 * BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
3631 * BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
3632 * BugsSite/template/en/custom/account/prefs: Added.
3633 * BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added.
3634 * BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added.
3635 * BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added.
3636 * BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added.
3637 * BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added.
3638 * BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
3639 * BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added.
3640 * BugsSite/template/en/custom/admin: Added.
3641 * BugsSite/template/en/custom/admin/classifications: Added.
3642 * BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added.
3643 * BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added.
3644 * BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added.
3645 * BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added.
3646 * BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added.
3647 * BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
3648 * BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added.
3649 * BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added.
3650 * BugsSite/template/en/custom/admin/components: Added.
3651 * BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
3652 * BugsSite/template/en/custom/admin/components/create.html.tmpl: Added.
3653 * BugsSite/template/en/custom/admin/components/created.html.tmpl: Added.
3654 * BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added.
3655 * BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added.
3656 * BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added.
3657 * BugsSite/template/en/custom/admin/components/list.html.tmpl: Added.
3658 * BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added.
3659 * BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added.
3660 * BugsSite/template/en/custom/admin/fieldvalues: Added.
3661 * BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
3662 * BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
3663 * BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
3664 * BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
3665 * BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
3666 * BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
3667 * BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
3668 * BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
3669 * BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
3670 * BugsSite/template/en/custom/admin/flag-type: Added.
3671 * BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
3672 * BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
3673 * BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added.
3674 * BugsSite/template/en/custom/admin/groups: Added.
3675 * BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added.
3676 * BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added.
3677 * BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added.
3678 * BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added.
3679 * BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added.
3680 * BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added.
3681 * BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added.
3682 * BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added.
3683 * BugsSite/template/en/custom/admin/keywords: Added.
3684 * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
3685 * BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added.
3686 * BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added.
3687 * BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added.
3688 * BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added.
3689 * BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
3690 * BugsSite/template/en/custom/admin/milestones: Added.
3691 * BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
3692 * BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added.
3693 * BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added.
3694 * BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
3695 * BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added.
3696 * BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added.
3697 * BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added.
3698 * BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
3699 * BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added.
3700 * BugsSite/template/en/custom/admin/products: Added.
3701 * BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
3702 * BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added.
3703 * BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added.
3704 * BugsSite/template/en/custom/admin/products/groupcontrol: Added.
3705 * BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
3706 * BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
3707 * BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
3708 * BugsSite/template/en/custom/admin/products/list.html.tmpl: Added.
3709 * BugsSite/template/en/custom/admin/settings: Added.
3710 * BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added.
3711 * BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added.
3712 * BugsSite/template/en/custom/admin/table.html.tmpl: Added.
3713 * BugsSite/template/en/custom/admin/users: Added.
3714 * BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
3715 * BugsSite/template/en/custom/admin/users/create.html.tmpl: Added.
3716 * BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added.
3717 * BugsSite/template/en/custom/admin/users/list.html.tmpl: Added.
3718 * BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
3719 * BugsSite/template/en/custom/admin/users/search.html.tmpl: Added.
3720 * BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added.
3721 * BugsSite/template/en/custom/admin/versions: Added.
3722 * BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
3723 * BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added.
3724 * BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added.
3725 * BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added.
3726 * BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added.
3727 * BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added.
3728 * BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added.
3729 * BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added.
3730 * BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added.
3731 * BugsSite/template/en/custom/attachment: Added.
3732 * BugsSite/template/en/custom/attachment/choose.html.tmpl: Added.
3733 * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added.
3734 * BugsSite/template/en/custom/attachment/create.html.tmpl: Added.
3735 * BugsSite/template/en/custom/attachment/created.html.tmpl: Added.
3736 * BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added.
3737 * BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added.
3738 * BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added.
3739 * BugsSite/template/en/custom/attachment/edit.html.tmpl: Added.
3740 * BugsSite/template/en/custom/attachment/list.html.tmpl: Added.
3741 * BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added.
3742 * BugsSite/template/en/custom/attachment/updated.html.tmpl: Added.
3743 * BugsSite/template/en/custom/bug: Added.
3744 * BugsSite/template/en/custom/bug/activity: Added.
3745 * BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added.
3746 * BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added.
3747 * BugsSite/template/en/custom/bug/choose.html.tmpl: Added.
3748 * BugsSite/template/en/custom/bug/comments.html.tmpl: Added.
3749 * BugsSite/template/en/custom/bug/create: Added.
3750 * BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
3751 * BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added.
3752 * BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added.
3753 * BugsSite/template/en/custom/bug/create/create.html.tmpl: Added.
3754 * BugsSite/template/en/custom/bug/create/created.html.tmpl: Added.
3755 * BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added.
3756 * BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added.
3757 * BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added.
3758 * BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added.
3759 * BugsSite/template/en/custom/bug/edit.html.tmpl: Added.
3760 * BugsSite/template/en/custom/bug/knob.html.tmpl: Added.
3761 * BugsSite/template/en/custom/bug/navigate.html.tmpl: Added.
3762 * BugsSite/template/en/custom/bug/process: Added.
3763 * BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added.
3764 * BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
3765 * BugsSite/template/en/custom/bug/process/header.html.tmpl: Added.
3766 * BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added.
3767 * BugsSite/template/en/custom/bug/process/next.html.tmpl: Added.
3768 * BugsSite/template/en/custom/bug/process/results.html.tmpl: Added.
3769 * BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
3770 * BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added.
3771 * BugsSite/template/en/custom/bug/show.html.tmpl: Added.
3772 * BugsSite/template/en/custom/bug/show.xml.tmpl: Added.
3773 * BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added.
3774 * BugsSite/template/en/custom/bug/time.html.tmpl: Added.
3775 * BugsSite/template/en/custom/bug/votes: Added.
3776 * BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
3777 * BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
3778 * BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
3779 * BugsSite/template/en/custom/config.js.tmpl: Added.
3780 * BugsSite/template/en/custom/config.rdf.tmpl: Added.
3781 * BugsSite/template/en/custom/filterexceptions.pl: Added.
3782 * BugsSite/template/en/custom/flag: Added.
3783 * BugsSite/template/en/custom/flag/list.html.tmpl: Added.
3784 * BugsSite/template/en/custom/global: Added.
3785 * BugsSite/template/en/custom/global/banner.html.tmpl: Added.
3786 * BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added.
3787 * BugsSite/template/en/custom/global/choose-product.html.tmpl: Added.
3788 * BugsSite/template/en/custom/global/code-error.html.tmpl: Added.
3789 * BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added.
3790 * BugsSite/template/en/custom/global/field-descs.none.tmpl: Added.
3791 * BugsSite/template/en/custom/global/footer.html.tmpl: Added.
3792 * BugsSite/template/en/custom/global/header.html.tmpl: Added.
3793 * BugsSite/template/en/custom/global/help-header.html.tmpl: Added.
3794 * BugsSite/template/en/custom/global/help.html.tmpl: Added.
3795 * BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added.
3796 * BugsSite/template/en/custom/global/initialize.none.tmpl: Added.
3797 * BugsSite/template/en/custom/global/message.html.tmpl: Added.
3798 * BugsSite/template/en/custom/global/messages.html.tmpl: Added.
3799 * BugsSite/template/en/custom/global/select-menu.html.tmpl: Added.
3800 * BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added.
3801 * BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added.
3802 * BugsSite/template/en/custom/global/useful-links.html.tmpl: Added.
3803 * BugsSite/template/en/custom/global/user-error.html.tmpl: Added.
3804 * BugsSite/template/en/custom/global/userselect.html.tmpl: Added.
3805 * BugsSite/template/en/custom/global/variables.none.tmpl: Added.
3806 * BugsSite/template/en/custom/index.html.tmpl: Added.
3807 * BugsSite/template/en/custom/list: Added.
3808 * BugsSite/template/en/custom/list/change-columns.html.tmpl: Added.
3809 * BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added.
3810 * BugsSite/template/en/custom/list/list-simple.html.tmpl: Added.
3811 * BugsSite/template/en/custom/list/list.csv.tmpl: Added.
3812 * BugsSite/template/en/custom/list/list.html.tmpl: Added.
3813 * BugsSite/template/en/custom/list/list.ics.tmpl: Added.
3814 * BugsSite/template/en/custom/list/list.js.tmpl: Added.
3815 * BugsSite/template/en/custom/list/list.rdf.tmpl: Added.
3816 * BugsSite/template/en/custom/list/list.rss.tmpl: Added.
3817 * BugsSite/template/en/custom/list/quips.html.tmpl: Added.
3818 * BugsSite/template/en/custom/list/server-push.html.tmpl: Added.
3819 * BugsSite/template/en/custom/list/table.html.tmpl: Added.
3820 * BugsSite/template/en/custom/pages: Added.
3821 * BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added.
3822 * BugsSite/template/en/custom/pages/fields.html.tmpl: Added.
3823 * BugsSite/template/en/custom/pages/linked.html.tmpl: Added.