1 2010-03-02 Dmitry Titov <dimich@chromium.org>
3 Reviewed by Alexey Proskuryakov.
5 Ignore compiled Java test cases in .gitignore.
6 https://bugs.webkit.org/show_bug.cgi?id=35559
10 2010-02-26 Arno Renevier <arno@renevier.net>
12 Reviewed by Gustavo Noronha Silva.
14 [Gtk] ignore WebKit/gtk/docs/GNUmakefile.in in .gitignore
15 https://bugs.webkit.org/show_bug.cgi?id=35424
19 2010-02-24 Sam Kerner <skerner@chromium.org>
21 Reviewed by Darin Fisher.
23 Expose WebFrame::setCanHaveScrollbars(). This allows a view
24 which is being resized to not need scroll bars to ensure that
27 Existing function setAllowsScrolling() was renamed
28 setCanHaveScrollbars(), to be consistant with change 37159:
29 http://trac.webkit.org/changeset/37159
31 https://bugs.webkit.org/show_bug.cgi?id=35257
33 * WebKit/chromium/public/WebFrame.h:
34 * WebKit/chromium/src/ChromeClientImpl.cpp:
35 * WebKit/chromium/src/WebFrameImpl.cpp:
36 * WebKit/chromium/src/WebFrameImpl.h:
38 2010-02-19 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
40 Reviewed by Kenneth Rohde Christiansen.
42 [Qt] Remove QGVLauncher
44 https://bugs.webkit.org/show_bug.cgi?id=35292
48 2010-02-24 Xan Lopez <xlopez@igalia.com>
50 Reviewed by Gustavo Noronha.
52 Enable SharedWorkers by default, since that's been the default for
53 a long time in our build-webkit configuration.
57 2010-02-23 James Choi <jchoi42@pha.jhu.edu>
59 Add Solaris definitions
60 https://bugs.webkit.org/show_bug.cgi?id=35214
62 * WebKit/chromium/src/WebViewImpl.cpp
63 * WebKit/chromium/src/WebFrameImpl.cpp
65 2010-02-23 Arno Renevier <arno@renevier.net>
67 Reviewed by Gustavo Noronha Silva.
69 [Gtk]: testwebview does not work when called with absolute path
70 https://bugs.webkit.org/show_bug.cgi?id=34940
72 When testwebview is called as absolute path, chdir to executable
73 directory before searching resource files.
77 2010-02-23 Leandro Pereira <leandro@profusion.mobi>
79 Reviewed by Gustavo Noronha Silva.
81 Changes references of GOwnPtr to reflect their new place.
82 http://webkit.org/b/35084
84 * JavaScriptCore/JavaScriptCore.gypi:
85 * JavaScriptCore/wtf/Threading.h:
86 * JavaScriptCore/wtf/unicode/glib/UnicodeGLib.h:
88 2010-02-23 Leandro Pereira <leandro@profusion.mobi>
90 Reviewed by Gustavo Noronha Silva.
92 Fixes references to GOwnPtr and GRefPtr so the GTK+ port builds
94 http://webkit.org/b/35084
98 2010-02-23 Diego Escalante Urrelo <descalante@igalia.com>
100 Reviewed by Eric Seidel.
102 [gtk] missing libsoup-2.4 package in gir generation
103 https://bugs.webkit.org/show_bug.cgi?id=35199
105 Include libsoup-2.4 package in gobject introspection .gir generation.
109 2010-02-22 Huahui Wu <hwu@google.com>
111 Reviewed by Eric Seidel.
113 Add code that enables SquirrelFish Extreme (a.k.a JSCX, JSC JIT)
114 in Android. It's disabled by default, but is enabled when the
115 enveronment variable ENABLE_JSC_JIT is set to true.
116 https://bugs.webkit.org/show_bug.cgi?id=34855
120 2010-02-22 Xan Lopez <xlopez@igalia.com>
122 Reviewed by Gustavo Noronha.
124 Bump library versioning for 1.1.22 release.
128 2010-02-22 Laszlo Gombos <laszlo.1.gombos@nokia.com>
130 Reviewed by Kenneth Rohde Christiansen.
132 [Qt] Add support for layout tests on Symbian
133 https://bugs.webkit.org/show_bug.cgi?id=31589
137 2010-02-20 Noam Rosenthal <noam.rosenthal@nokia.com>
139 Reviewed by Laszlo Gombos.
141 [Qt] ENABLE_3D_RENDERING should be optional
142 https://bugs.webkit.org/show_bug.cgi?id=35100
144 * WebKit.pri: ENABLE_3D_RENDERING moved to a proper feature test
146 2010-02-19 Maciej Stachowiak <mjs@apple.com>
148 Reviewed by David Levin.
150 Add an ENABLE flag for sandboxed iframes to make it possible to disable it in releases
151 https://bugs.webkit.org/show_bug.cgi?id=35147
155 2010-02-18 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
157 Reviewed by Eric Seidel.
159 Add .gitattributes file for custom ChangeLog merge-driver
161 * .gitattributes: Added.
163 2010-02-17 Noam Rosenthal <noam.rosenthal@nokia.com>
165 Reviewed by Ariya Hidayat.
167 [Qt] GraphicsLayer: support perspective and 3D transforms
168 https://bugs.webkit.org/show_bug.cgi?id=34960
170 * WebKit.pri: added appropriate define: ENABLED_3D_RENDERING
172 2010-02-15 Philippe Normand <pnormand@igalia.com>
174 Reviewed by Gustavo Noronha Silva.
176 [GStreamer] Should handle BUFFERING messages
177 https://bugs.webkit.org/show_bug.cgi?id=30004
179 * configure.ac: Bump gstreamer -core/-plugins-base requirements to
180 0.10.25 which is the minimum required version for on-disk buffering.
182 2010-02-16 Xan Lopez <xlopez@igalia.com>
184 Reviewed by Gustavo Noronha.
186 Bump version to 1.1.22 so we can depend on it in applications.
190 2010-02-12 Simon Hausmann <simon.hausmann@nokia.com>
192 Reviewed by Holger Freyther.
194 Removed WMLInputElement.* from .gitattributes as the file is
199 2010-02-10 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
201 Reviewed by Tor Arne Vestbø.
203 [Qt] Make qtlauncher and qgvlauncher use the generated headers
204 path to make sure they are correctly generated.
208 2010-02-10 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
210 Reviewed by Tor Arne Vestbø.
212 [Qt] Manually add support for the install target on Symbian.
214 This is required to copy the headers over the ones in Qt.
218 2010-02-11 Fridrich Strba <fridrich.strba@bluewin.ch>
220 Reviewed by Gustavo Noronha Silva.
222 Detect properly different versions of libpng out there.
226 2010-02-11 Xan Lopez <xlopez@igalia.com>
228 Try to fix GTK+ build.
232 2010-02-11 Antonio Gomes <tonikitoo@webkit.org>
234 Reviewed by Xan Lopez.
236 Adjust gstreamer-plugins-base minimum version check (from 0.10 to 0.10.23).
240 2010-02-08 Maciej Stachowiak <mjs@apple.com>
242 Reviewed by Cameron Zwarich.
244 Restore ENABLE_RUBY flag so vendors can ship with Ruby disabled if they choose.
245 https://bugs.webkit.org/show_bug.cgi?id=34698
249 2010-02-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
251 Reviewed by Xan Lopez.
253 Bump version to 1.1.21, and adjust library versioning accordingly.
257 2010-02-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
259 Reviewed by Gustavo Noronha.
261 Add gstreamer-app-0.10 to configure.ac
262 https://bugs.webkit.org/show_bug.cgi?id=34317
266 2010-02-05 Simon Hausmann <simon.hausmann@nokia.com>
268 Reviewed by Tor Arne Vestbø.
270 Add .gitattributes file to tell git about files with Windows linefeeds
271 https://bugs.webkit.org/show_bug.cgi?id=34645
273 On Windows git defaults to "true" for core.autocrlf, meaning all text
274 files in the working directory are converted from CRLF to LF on checkin
275 time. Some files present in the repository have been checked in with
276 CRLF linefeeds and git should not try to convert them. The added
277 .gitattributes file tells git to not do any CRLF conversion.
279 * .gitattributes: Added.
281 2010-02-05 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
283 Reviewed by Simon Hausmann.
285 [Qt] Generate convenience headers (QWebView, etc) using qmake
287 In Qt this is done using syncqt, but we use a pro-file instead
288 that generates makefile-rules for each of the extra headers.
290 These extra headers are installed alongside the normal headers.
292 * DerivedSources.pro: Include API-DerivedSources
294 2010-02-04 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
296 Reviewed by Lars Knoll.
298 [Qt] Make 'make -f Makefile.DerivedSources qmake' work
300 Previously this target ended up generating a file named
301 Makefile.DerivedSources.DerivedSources, and so on.
303 * DerivedSources.pro:
305 2010-02-04 Christian Dywan <christian@twotasts.de>
307 Reviewed by Xan Lopez.
309 Require either libsoup 2.28.2 or 2.29.90.
313 2010-02-04 Xan Lopez <xlopez@igalia.com>
315 Reviewed by Gustavo Noronha.
317 Bump minimum libsoup requirement to 2.29.90
321 2010-02-02 Gustavo Noronha Silva <gns@gnome.org>
323 Reviewed by Xan Lopez.
325 Bump version, and adjust library versioning for 1.1.20.
329 2010-01-29 Jeremy Orlow <jorlow@chromium.org>
331 Reviewed by Dimitri Glazkov.
333 A first step towards the Indexed Database API
334 https://bugs.webkit.org/show_bug.cgi?id=34342
336 Add Indexed Database API
340 2010-01-27 Simon Hausmann <simon.hausmann@nokia.com>
342 Reviewed by Kenneth Rohde Christiansen.
344 [Qt] Don't build the tests in packages, only the launcher(s)
348 2010-01-27 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
350 Reviewed by Tor Arne Vestbø.
352 [Qt] Add the "d" suffix to QtWebKit's dll on Windows.
356 2010-01-27 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
360 [Qt] Build fix for windows when QTDIR contains release libraries.
362 * WebKit.pri: Use the <name>.lib syntax for linking instead of qmake's -l<name> emulation
364 2010-01-26 Jedrzej Nowacki <jedrzej.nowacki@nokia.com>
366 Reviewed by Simon Hausmann.
368 First steps of the QtScript API.
370 Two new classes were created; QScriptEngine and QScriptValue.
371 The first should encapsulate a javascript context and the second a script
374 This API is still in development, so it isn't compiled by default.
375 To trigger compilation, pass --qmakearg="CONFIG+=build-qtscript" to
378 https://bugs.webkit.org/show_bug.cgi?id=32565
382 2010-01-25 Simon Hausmann <simon.hausmann@nokia.com>
384 Reviewed by Laszlo Gombos.
386 [Qt] Fix the build on Maemo5.
388 https://bugs.webkit.org/show_bug.cgi?id=34051
390 * WebKit.pri: Disable the use of uitools, just like it's done for Symbian.
392 2010-01-21 No'am Rosenthal <noam.rosenthal@nokia.com>
394 Reviewed by Antti Koivisto.
396 [Qt] Implement GraphicsLayer for accelerated layer compositing
397 https://bugs.webkit.org/show_bug.cgi?id=33514
399 * WebKit.pri: Addded compile flags to enable accelerated compositing
400 on versions higher than 4.5
402 2010-01-20 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
404 Reviewed by Simon Hausmann.
406 [Qt] Make DumpRenderTree build on Windows
410 2010-01-20 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
412 Reviewed by Simon Hausmann.
414 [Qt] Fix the recursive generated_files target to work with qmake -r -o
416 * DerivedSources.pro:
418 2010-01-20 Simon Hausmann <simon.hausmann@nokia.com>
420 Reviewed by Tor Arne Vestbø.
422 [Qt] Make it possible (on *nix at least) to recursively call "make generated_files"
424 * DerivedSources.pro:
426 2010-01-19 Gustavo Noronha Silva <gns@gnome.org>
428 Unreviewed. Shared library versioning update for 1.1.19.
432 2010-01-15 Gustavo Noronha Silva <gns@gnome.org>
434 Rubber-stamped by Xan Lopez.
436 Bump version to 1.1.19.
440 2010-01-14 Csaba Osztrogonác <ossy@webkit.org>
442 Reviewed by Eric Seidel.
444 [Qt] Defective dependencies caused build failing on QtBuildBot.
445 https://bugs.webkit.org/show_bug.cgi?id=33693
447 * WebKit.pri: CONFIG += depend_includepath added.
449 2010-01-14 Steve Block <steveblock@google.com>
451 Reviewed by David Levin.
453 Moves general includes before bindings includes in Android build system.
454 https://bugs.webkit.org/show_bug.cgi?id=33623
456 This avoids problems with collisions between WebCore/platform/text/StringBuilder.h
457 and the new JavaScriptCore/runtime/StringBuilder.h. This change puts
458 JavaScriptCore/runtime and other bindings includes after the WebCore and other
459 general includes, so that the WebCore StringBuilder.h is picked up when building
462 * Android.mk: Modified.
464 2010-01-13 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
466 Reviewed by Simon Hausmann.
468 [Qt] Split the build process in two different .pro files.
469 This allows qmake to be run once all source files are available.
471 * DerivedSources.pro: Added.
474 2010-01-07 Daniel Bates <dbates@rim.com>
476 Reviewed by Eric Seidel.
478 https://bugs.webkit.org/show_bug.cgi?id=32987
480 Added ENABLE_XHTMLMP flag. Disabled by default.
484 2010-01-05 Gustavo Noronha Silva <gns@gnome.org>
486 Reviewed by Xan Lopez.
488 Based on idea and original patch by Evan Martin.
490 Remove libWebCore intermediate library, to improve link time.
492 [GTK] Build time must be reduced
493 https://bugs.webkit.org/show_bug.cgi?id=32921
497 2010-01-05 Xan Lopez <xlopez@igalia.com>
499 Bump for 1.1.18 release.
503 2010-01-04 Gustavo Noronha Silva <gns@gnome.org>
505 Fix JSCore-1.0.gir path to fix make distcheck.
509 2010-01-04 Simon Hausmann <simon.hausmann@nokia.com>
511 Reviewed by Tor Arne Vestbø.
513 [Qt] Fix standalone package builds.
515 * WebKit.pri: Add logic for detecting standalone builds. Set OUTPUT_DIR to the top-level dir in that case.
516 * WebKit.pro: Don't build JSC and DRT for package builds.
518 2010-01-04 Eric Seidel <eric@webkit.org>
520 Reviewed by Adam Barth.
522 bugzilla-tool should not require users to install mechanize
523 https://bugs.webkit.org/show_bug.cgi?id=32635
525 * .gitignore: Ignore autoinstall.cache.d directory created by autoinstall.py
527 2009-12-28 Estêvão Samuel Procópio <tevaum@gmail.com>
529 Reviewed by Gustavo Noronha Silva.
531 Bug 32940: [GTK] Changing the download throttle conditions.
532 https://bugs.webkit.org/show_bug.cgi?id=32716
534 The WebKitDownload progress notification was taking long to
535 update. This fix makes notification happens each 0.7 secs
536 or when the progress ups in 1%.
538 * WebKit/gtk/webkit/webkitdownload.cpp:
540 2009-12-22 Simon Hausmann <simon.hausmann@nokia.com>
542 Rubber-stamped by Holger Freyther.
544 Adjusted path to QtLauncher.
548 2009-12-19 Evan Martin <evan@chromium.org>
550 Reviewed by Gustavo Noronha Silva.
552 Add a couple of WebKitGtk files to .gitignore.
556 2009-12-18 Benjamin Otte <otte@gnome.org>
558 Reviewed by Xan Lopez.
560 [GTK] RemoveDashboard support. It's useless.
564 2009-12-18 Simon Hausmann <simon.hausmann@nokia.com>
566 Reviewed by Tor Arne Vestbø.
568 [Qt] Clean up the qmake build system to distinguish between trunk builds and package builds
570 https://bugs.webkit.org/show_bug.cgi?id=32716
572 * WebKit.pri: Use standalone_package instead of QTDIR_build
574 2009-12-17 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
576 Unreviewed. Build fixes for make distcheck.
580 2009-12-16 Dan Winship <danw@gnome.org>
582 Reviewed by Gustavo Noronha Silva.
584 [Gtk] Content-Encoding support
586 https://bugs.webkit.org/show_bug.cgi?id=522772
588 * configure.ac: require libsoup 2.28.2 for SoupContentDecoder
590 2009-12-13 Eric Seidel <eric@webkit.org>
592 Reviewed by Gavin Barraclough.
594 string-base64 test does not compute a valid base64 string
595 http://bugs.webkit.org/show_bug.cgi?id=16806
597 * tests/string-base64.js: change str[i] to str.charCodeAt(i)
599 2009-12-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
601 Reviewed by Xan Lopez.
603 [GTK] Should provide an API to control the IconDatabase
604 https://bugs.webkit.org/show_bug.cgi?id=32334
606 Add test to make sure favicon reporting works.
610 2009-12-09 Steve Block <steveblock@google.com>
612 Reviewed by Adam Barth.
614 Adds Android Makefiles for building with V8.
615 https://bugs.webkit.org/show_bug.cgi?id=32278
617 * Android.mk: Modified. Includes Makefiles for V8.
619 2009-12-08 Steve Block <steveblock@google.com>
621 Reviewed by Adam Barth.
623 [Android] Adds Makefiles for Android port.
624 https://bugs.webkit.org/show_bug.cgi?id=31325
628 2009-12-08 Christian Dywan <christian@twotoasts.de>
630 Reviewed by Xan Lopez.
632 * configure.ac: Require only libSoup 2.27.91 but check for 2.29.3
633 and define HAVE_LIBSOUP_2_29_3 in that case.
635 2009-12-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
637 Rubber-stamped by Xan Lopez.
639 Late post-release version bump.
643 2009-12-08 Dominik Röttsches <dominik.roettsches@access-company.com>
645 Reviewed by Gustavo Noronha Silva.
647 [Gtk] Create a TextBreakIterator implementation based on GLib (without ICU)
648 https://bugs.webkit.org/show_bug.cgi?id=31469
650 Removing hybrid configuration for --with-unicode-backend=glib
651 ICU not required anymore.
653 * autotools/webkit.m4:
655 2009-12-08 Nikolas Zimmermann <nzimmermann@rim.com>
657 Rubber-stamped by Maciej Stachowiak.
659 Turn on (SVG) Filters for Gtk.
660 https://bugs.webkit.org/show_bug.cgi?id=32224
664 2009-12-07 Dmitry Titov <dimich@chromium.org>
666 Rubber-stamped by Darin Adler.
668 Remove ENABLE_SHARED_SCRIPT flags
669 https://bugs.webkit.org/show_bug.cgi?id=32245
670 This patch was obtained by "git revert" command and then un-reverting of ChangeLog files.
674 2009-12-06 Gustavo Noronha Silva <gns@gnome.org>
676 Reviewed by Xan Lopez.
678 Build the new API test.
680 [GTK] REGRESSION: webkit thinks it can render PDFs
681 https://bugs.webkit.org/show_bug.cgi?id=32183
685 2009-12-05 Vincent Untz <vuntz@gnome.org>
687 Reviewed by Gustavo Noronha.
689 Fixes race for builds with introspection enabled, and parallel
694 2009-12-04 Xan Lopez <xlopez@igalia.com>
696 Reviewed by Gustavo Noronha.
698 [GTK]Enable DNS prefetching
699 https://bugs.webkit.org/show_bug.cgi?id=23846
701 Bump libsoup required version to 2.29.3 for DNS prefetching.
705 2009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
707 Rubber-stamped by Xan Lopez.
709 Make sure we distribute and install GObject Introspection files.
713 2009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
715 Build fix. Make sure JSCore-1.0.gir is added to the distributed
720 2009-11-30 Xan Lopez <xlopez@igalia.com>
722 Reviewed by Gustavo Noronha.
724 Bump versions for 1.1.17 release.
728 2009-11-30 Jan-Arve Sæther <jan-arve.saether@nokia.com>
730 Reviewed by Simon Hausmann.
732 [Qt] Fix compilation with win32-icc
734 Include os-win32 for stdint.h since MS does not ship that in their PSDK.
738 2009-11-26 Laszlo Gombos <laszlo.1.gombos@nokia.com>
740 Reviewed by Oliver Hunt.
742 Move GOwnPtr* from wtf to wtf/gtk
743 https://bugs.webkit.org/show_bug.cgi?id=31793
745 * GNUmakefile.am: Add JavaScriptCore/wtf/gtk to
748 2009-11-24 Dmitry Titov <dimich@chromium.org>
750 Reviewed by Eric Seidel.
752 Add ENABLE_SHARED_SCRIPT feature define and flag for build-webkit
753 https://bugs.webkit.org/show_bug.cgi?id=31444
757 2009-11-24 Jason Smith <dark.panda@gmail.com>
759 Reviewed by Alexey Proskuryakov.
761 RegExp#exec's returned Array-like object behaves differently from
763 https://bugs.webkit.org/show_bug.cgi?id=31689
765 * LayoutTests/fast/js/regexp-in-and-foreach-handling.html: Added.
766 * LayoutTests/fast/js/script-tests/regexp-in-and-foreach-handling.js: Added.
767 * LayoutTests/fast/js/regexp-in-and-foreach-handling-expected.txt: Added.
769 2009-11-24 Jens Alfke <snej@chromium.org>
771 Reviewed by David Levin.
773 Ignore Chromium's Xcode projects that are auto-generated from .gyp files.
774 https://bugs.webkit.org/show_bug.cgi?id=31847
776 * .gitignore: Add three .xcodeproj files.
778 2009-11-09 Priit Laes <plaes@plaes.org>
780 Reviewed by Oliver Hunt.
782 [Gtk] Build from tarball fails with --enable-introspection
783 https://bugs.webkit.org/show_bug.cgi?id=31261
785 We need to enable gobject-introspection during distcheck otherwise
786 some of the required files are missing in tarball.
790 2009-11-05 Priit Laes <plaes@plaes.org>
792 Reviewed by Jan Alonzo.
794 [Gtk] Build failure with --enable-introspection
795 https://bugs.webkit.org/show_bug.cgi?id=31102
797 Add search and include paths for JSCore-1.0.gir required by
798 gobject-introspection tools.
802 2009-11-04 Benjamin Otte <otte@gnome.org>
804 Reviewed by Gustavo Noronha.
806 Update Cairo requirement to 1.6.
808 https://bugs.webkit.org/show_bug.cgi?id=19266
812 2009-11-02 Estêvão Samuel Procópio <tevaum@gmail.com>
814 Reviewed by Gustavo Noronha.
816 [Build] make install ignores --prefix option for gobject-introspection.
817 https://bugs.webkit.org/show_bug.cgi?id=31025
819 Make the build system use the --prefix path also when installing
820 gobject-introspection files.
822 * configure.ac: use --prefix path in GITDIR and GIRTYPELIBDIR
824 2009-11-02 Xan Lopez <xlopez@igalia.com>
826 Bump version before release (or post-release, depending on your
827 point of view) so that we can make applications depending on
828 unreleased APIs in WebKit svn fail at configure time when the
829 requirements are not met.
833 2009-11-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
835 Reviewed by Eric Seidel.
837 Turn on warnings for QtWebKit for gcc
838 https://bugs.webkit.org/show_bug.cgi?id=30958
840 * WebKit.pri: Turn on warnings for the GCC compiler
842 2009-10-30 Adam Barth <abarth@webkit.org>
844 Reviewed by Mark Rowe.
846 Teach git to ignore some files
847 https://bugs.webkit.org/show_bug.cgi?id=30951
849 Ignore WebKitBuild because we never want to version that directory.
850 Also, ignore the xcode project files so git clean doesn't blow away
851 your project settings. Finally, ignore the compiled python files in
852 WebKitTools/Script modules because they clutter up git status.
856 2009-10-30 Roland Steiner <rolandsteiner@chromium.org>
858 Reviewed by Eric Seidel.
860 Remove ENABLE_RUBY guards as discussed with Dave Hyatt and Maciej Stachowiak.
862 Bug 28420 - Implement HTML5 <ruby> rendering
863 (https://bugs.webkit.org/show_bug.cgi?id=28420)
865 No new tests (no functional change).
869 2009-10-26 Holger Hans Peter Freyther <zecke@selfish.org>
871 Rubber-stamped by Darin Adler.
873 Export fastMalloc, fastCalloc, fastRealloc and fastFree
874 https://bugs.webkit.org/show_bug.cgi?id=30769
876 Export the FastMalloc functions outside of the libwebkit library
877 to be able to instrument memory allocations. These are C++ symbols
878 but do not require the C++ runtime to be useful and should be of
879 no harm to plain C code.
881 * autotools/symbols.filter:
883 2009-10-26 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
885 Reviewed by Jan Alonzo.
887 Alternative solution to regression introduced in r48672.
891 2009-10-26 Xan Lopez <xlopez@igalia.com>
893 Reviewed by Gustavo Noronha.
895 Update for 1.1.16 release.
899 2009-10-24 Laszlo Gombos <laszlo.1.gombos@nokia.com>
901 Reviewed by Holger Freyther.
903 [Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian
904 https://bugs.webkit.org/show_bug.cgi?id=30476
906 Set the stack size to 80 Kb and heap size to the 128kB - 32MB range
907 to all executables linking against WebKit library.
911 2009-10-18 Jan Michael Alonzo <jmalonzo@webkit.org>
913 Reviewed by Holger Freyther.
915 [GTK] Add MathML to the build system
916 https://bugs.webkit.org/show_bug.cgi?id=30487
918 Add --enable-mathml to configure.
922 2009-10-15 Jan Michael Alonzo <jmalonzo@webkit.org>
924 Reviewed by Xan Lopez.
926 [GTK] marshal stamp files are not cleaned after a distclean
927 https://bugs.webkit.org/show_bug.cgi?id=30156
929 Add the stamp files directly to cleanfiles. Also rearrange the
930 variable declarations so we don't miss any files that need to be
931 cleaned up during the clean targets.
935 2009-10-15 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
937 Unreviewed. Help text fix - Web Sockets default is no, not yes.
941 2009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org>
943 Rubberstamped by Eric Seidel.
945 [Gtk] Fix icu CFLAG for Darwin
946 https://bugs.webkit.org/show_bug.cgi?id=29517
948 Don't escape the srcdir variable. Also use $host instead of the
951 * autotools/webkit.m4:
953 2009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org>
955 Reviewed by Gustavo Noronha.
957 [Gtk] Use the SQLite3 headers from WebKitLibraries if sqlite3 is undetected
958 https://bugs.webkit.org/show_bug.cgi?id=29518
962 2009-10-05 Zoltan Horvath <zoltan@webkit.org>
964 Reviewed by Simon Hausmann.
966 [Qt] Disable TCmalloc for Windows port at the present, because MinGW
967 hasn't got built-in pthread library.
971 2009-10-02 Prasanth Ullattil <prasanth.ullattil@nokia.com>
973 Reviewed by Simon Hausmann.
975 Disable a few more harmless MSVC warnings.
979 2009-10-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
981 Unreviewed, build fix.
983 [Qt] Symbian build break after r48976.
984 unix is set for Symbian in the Qt build system.
988 2009-10-01 Zoltan Horvath <zoltan@webkit.org>
990 Reviewed by Simon Hausmann.
992 [Qt] Enable TCmalloc for the Linux, Mac and Windows Qt-port
993 https://bugs.webkit.org/show_bug.cgi?id=27029
995 Remove USE_SYSTEM_MALLOC for Linux, Mac and Windows Qt-port from WebKit.pri,
996 so these Qt-ports will use TCmalloc as other ports.
1000 2009-10-01 Martin Robinson <martin.james.robinson@gmail.com>
1002 Reviewed by Xan Lopez.
1004 [GTK] GtkIMContext filtering interferes with DOM key events
1005 https://bugs.webkit.org/show_bug.cgi?id=28733
1007 Add new key event test ensuring that IME keypresses are handled.
1011 2009-10-01 Philippe Normand <pnormand@igalia.com>
1013 Reviewed by Xan Lopez.
1015 [GTK] data: uri support in media player
1016 https://bugs.webkit.org/show_bug.cgi?id=29842
1018 Check presence of gstreamer-pbutils-0.10.
1022 2009-09-26 David Kilzer <ddkilzer@apple.com>
1024 GTK BUILD FIX: add ENABLE_ORIENTATION_EVENTS support to configure.ac
1026 * configure.ac: Added support for ENABLE_ORIENTATION_EVENTS.
1028 2009-09-23 Xan Lopez <xlopez@igalia.com>
1030 Reviewed by Gustavo Noronha.
1032 Do not add unneeded include paths for gir files, and add the
1033 include paths for headers manually instead of relying on our own
1034 pc file and installed headers, since that adds a circular
1039 2009-09-23 Jan Michael Alonzo <jmalonzo@webkit.org>
1041 Reviewed by Xan Lopez.
1043 Minor reorganization to the patch landed in
1044 http://trac.webkit.org/changeset/48670. Also move JSCore-1.0.gir
1045 in the gtk directory as that's only useful to the Gtk port at the
1051 2009-09-23 Xan Lopez <xlopez@igalia.com>
1053 Reviewed by Gustavo Noronha.
1055 [GTK] We should generate our own gir file for introspection
1056 https://bugs.webkit.org/show_bug.cgi?id=29603
1058 Generate gir and typelib files for WebKit and JSCore. The JSCore
1059 gir file is handwritten (since it's only useful, for now, as a
1060 dependency of the WebKit gir file), the WebKit one is
1061 autogenerated from the headers.
1064 * JSCore-1.0.gir: Added.
1067 2009-09-22 Philippe Normand <pnormand@igalia.com>
1069 Reviewed by Xan Lopez.
1071 link errors due to wrong UNICODE_LIBS on Ubuntu Jaunty
1072 https://bugs.webkit.org/show_bug.cgi?id=29638
1074 Call icu-cconfig with ldflags-libsonly to prevent having a -L
1075 statement that could override libs installed in another prefix.
1077 * autotools/webkit.m4:
1079 2009-09-21 Xan Lopez <xlopez@igalia.com>
1081 Reviewed by Gustavo Noronha.
1083 Bump version for 1.1.15 release.
1087 2009-09-18 Xan Lopez <xlopez@igalia.com>
1089 Reviewed by Gustavo Noronha and Jan Alonzo.
1091 [GTK] context menu overriding API is very limited
1092 https://bugs.webkit.org/show_bug.cgi?id=27546
1094 Add new tests to the build.
1098 2009-09-18 Xan Lopez <xlopez@igalia.com>
1100 Reviewed by Gustavo Noronha and Jan Alonzo.
1102 [GTK] context menu overriding API is very limited
1103 https://bugs.webkit.org/show_bug.cgi?id=27546
1105 Add WebKitHitTestResult to the build.
1109 2009-09-10 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1111 Reviewed by Ariya Hidayat.
1113 Disable some ARM compiler warnings
1114 https://bugs.webkit.org/show_bug.cgi?id=29083
1116 The following ARM compiler warnings are disabled
1118 - #68-D: integer conversion resulted in a change of sign
1119 - #111-D: statement is unreachable
1120 - #177-D: variable XXX was declared but never referenced
1121 - #368-D: class XXX defines no constructor to initialize the following: YYY
1122 - #830-D: function XXX "XXX::operator new" has no corresponding operator delete
1123 - #1293-D: assignment in condition
1127 2009-09-09 Kenneth Rohde Christiansen <kenneth@webkit.org>
1129 Reviewed by Simon Hausmann.
1131 [Qt] Add the alternative QtLauncher (based on QGraphicsView) to the build.
1133 https://bugs.webkit.org/show_bug.cgi?id=28862
1137 2009-09-07 Xan Lopez <xlopez@igalia.com>
1139 Rubber-stamped by Gustavo Noronha.
1141 Bump versions in preparation for 1.1.14 release.
1145 2009-09-07 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1147 Reviewed by Xan Lopez.
1149 https://bugs.webkit.org/show_bug.cgi?id=26854
1150 [GTK] Needs API to allow more control over outgoing requests
1152 * GNUmakefile.am: new files added to the build for new class
1153 WebKitNetworkResponse
1155 2009-09-06 Martin Robinson <martin.james.robinson@gmail.com>
1157 Reviewed by Gustavo Noronha, Jan Alonzo and Xan Lopez.
1159 [Gtk] Expose a database API
1160 https://bugs.webkit.org/show_bug.cgi?id=27899
1162 Expose an HTML5 database API for GTK+.
1166 2009-09-04 Albert Bachand <albertb@google.com>
1168 Reviewed by Eric Seidel.
1170 Modify the condition regarding the key modifier for opening combo
1171 boxes under GTK from just PLATFORM(GTK) to also look for
1172 (PLATFORM(CHROMIUM) && PLATFORM(LINUX)).
1174 * WebCore/dom/SelectElement.cpp:
1175 * WebCore/manual-tests/select-popup-on-spacebar.html:
1177 2009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org>
1179 Reviewed by Xan Lopez and Gustavo Noronha.
1181 [Gtk] Implement a WebDataSource for the gtk port
1182 https://bugs.webkit.org/show_bug.cgi?id=24758
1184 Add WebKitWebDataSource unit test to the build script
1188 2009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org>
1190 Reviewed by Xan Lopez and Gustavo Noronha.
1192 [Gtk] Implement a WebDataSource for the gtk port
1193 https://bugs.webkit.org/show_bug.cgi?id=24758
1195 Add WebKitWebDataSource and DocumentLoaderGtk to the build script.
1199 2009-09-01 Jan Michael Alonzo <jmalonzo@webkit.org>
1201 Reviewed by Xan Lopez and Gustavo Noronha.
1203 [Gtk] Implement a WebDataSource for the gtk port
1204 https://bugs.webkit.org/show_bug.cgi?id=24758
1206 Add WebKitWebResource to the build script.
1210 2009-08-28 Jan Michael Alonzo <jmalonzo@webkit.org>
1212 Reviewed by Oliver Hunt.
1214 Gtk Build broken for OSX Quartz
1215 https://bugs.webkit.org/show_bug.cgi?id=28727
1217 Define XP_UNIX for non-Win OS builds.
1221 2009-08-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1223 Reviewed by Holger Freyther.
1225 https://bugs.webkit.org/show_bug.cgi?id=25889
1226 [GTK] scrollbar policy for main frame is not implementable
1228 Adding files for the new test for window-related issues (starting
1229 with scrollbar policy).
1233 2009-08-27 Priit Laes <plaes@plaes.org>
1235 Reviewed by Xan Lopez.
1237 [GTK] Out-of-srcdir build problem
1238 https://bugs.webkit.org/show_bug.cgi?id=28741
1240 * GNUmakefile.am, autotools/webkit.m4:
1241 Fix problem with out-of-srcdir builds. Also bump required glib version.
1243 2009-08-24 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1245 Reviewed by Xan Lopez.
1247 Bump package and so versions for 1.1.13 release.
1251 2009-08-22 Javier Jardón <javierjc1982@gmail.com>
1253 [GTK] Not use deprecated symbols in WebKitWebView example code.
1254 https://bugs.webkit.org/show_bug.cgi?id=28651
1256 * WebKit/gtk/webkit/webkitwebview.cpp
1258 2009-08-18 Xan Lopez <xlopez@igalia.com>
1260 Rubber-stamped by Holger Freyther.
1262 Require at least libsoup 2.27.91 for the new password
1263 manager/authentication APIs.
1267 2009-08-18 Drew Wilson <atwilson@google.com>
1269 Reviewed by NOBODY (Build Break).
1271 Speculative fix for GTK DumpRenderTree.
1275 2009-08-18 Kent Tamura <tkent@chromium.org>
1277 Reviewed by Eric Seidel.
1279 Add --enable-datalist option.
1283 2009-08-14 Adam Bergkvist <adam.bergkvist@ericsson.com>
1285 Reviewed by Sam Weinig.
1287 [GTK] Added EventSource to the build (default on).
1288 https://bugs.webkit.org/show_bug.cgi?id=14997
1292 2009-08-14 Jan Michael Alonzo <jmalonzo@webkit.org>
1294 Rubber-stamped by Gustavo Noronha.
1296 Initialize CFLAGS and CXXFLAGS before the main body of the
1297 WEBKIT_INIT macro so C files don't get built with "-g -O2".
1299 * autotools/webkit.m4:
1301 2009-08-12 Xan Lopez <xlopez@igalia.com>
1303 Reviewed by Jan Alonzo.
1305 [GTK] Remove keyring optional features
1306 https://bugs.webkit.org/show_bug.cgi?id=28173
1308 Remove keyring support, we now do authentication storage through
1309 libsoup. We depend on libsoup master now, will bump the dependency
1310 when there's a new release.
1315 2009-08-11 Drew Wilson <atwilson@google.com>
1317 Reviewed by NOBODY (Build break).
1319 Speculative fix for GTK build break.
1323 2009-08-11 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1325 Reviewed by Simon Hausmann.
1327 Build the TestNetscapePlugin on Qt/Mac
1331 2009-08-11 Xan Lopez <xlopez@igalia.com>
1333 Reviewed by Jan Alonzo.
1335 Prefix lengthy commands with AM_V_GEN so that they produce an
1336 output like 'GEN <filename>' when in silent mode.
1340 2009-08-05 Jan Michael Alonzo <jmalonzo@webkit.org>
1342 Reviewed by Xan Lopez.
1344 [Gtk] macros in webkit.m4 should be defined once only
1345 https://bugs.webkit.org/show_bug.cgi?id=27929
1347 The macros in webkit.m4 are not meant to be called multiple times
1348 so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
1349 AC_REQUIRE to remove the automake warnings when doing autogen.sh.
1351 Lastly, make sure CXXFLAGS and CFLAGS are defined before
1352 AC_PROG_CXX gets expanded so it doesn't add "-g -O2" on Release builds.
1354 * autotools/webkit.m4:
1356 2009-08-05 Xan Lopez <xlopez@igalia.com>
1358 Revert r46714, it was making us build debug images by default.
1360 * autotools/webkit.m4:
1362 2009-08-03 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1364 Reviewed by Eric Seidel.
1366 [Qt] Consolidate common gcc flags to WebKit.pri
1367 https://bugs.webkit.org/show_bug.cgi?id=27934
1371 2009-08-03 Jan Michael Alonzo <jmalonzo@webkit.org>
1373 Rubber-stamped by Eric Seidel.
1375 [Gtk] macros in webkit.m4 should be defined once only
1376 https://bugs.webkit.org/show_bug.cgi?id=27929
1378 The macros in webkit.m4 are not meant to be called multiple times
1379 so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
1380 AC_REQUIRE to remove the automake warnings when doing autogen.sh.
1382 * autotools/webkit.m4:
1384 2009-07-29 Ariya Hidayat <ariya.hidayat@nokia.com>
1386 Reviewed by Simon Hausmann.
1388 Adding ImageDiff project file.
1390 https://bugs.webkit.org/show_bug.cgi?id=27813
1392 * WebKit.pro: Added ImageDiff.pro.
1394 2009-07-29 Jan Michael Alonzo <jmalonzo@webkit.org>
1396 Reviewed by Eric Seidel and Xan Lopez.
1398 [Gtk] Enable http/tests/appcache tests
1399 https://bugs.webkit.org/show_bug.cgi?id=27674
1401 * GNUmakefile.am: Add webkit/webkitapplicationcache.cpp
1403 2009-07-28 Xan Lopez <xlopez@igalia.com>
1405 Reviewed by Gustavo Noronha.
1407 Use automake 1.11 SILENT_RULES when present, for cleaner build
1408 output. You can disable it by passing --disable-silent-rules to
1409 configure or V=1 to make.
1411 * autotools/dolt.m4:
1414 2009-07-28 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1416 Reviewed by Simon Hausmann.
1418 [Qt] Disable some compiler warnings for the win build
1419 https://bugs.webkit.org/show_bug.cgi?id=27709
1423 2009-07-28 Xan Lopez <xlopez@igalia.com>
1425 Reviewed by Gustavo Noronha.
1427 * configure.ac: bump version for 1.1.12 release.
1429 2009-07-24 Xan Lopez <xlopez@igalia.com>
1431 Reviewed by Gustavo Noronha.
1433 Remove unneeded commas from PKG_CHECK_MODULES.
1437 2009-07-24 Jan Michael Alonzo <jmalonzo@webkit.org>
1439 Reviewed by Xan Lopez.
1441 Bump pango version requirement to 1.12 which is the version that
1446 2009-07-21 Roland Steiner <rolandsteiner@google.com>
1448 Reviewed by David Levin.
1450 Add ENABLE_RUBY to list of build options
1451 https://bugs.webkit.org/show_bug.cgi?id=27324
1453 * configure.ac: Added flag ENABLE_RUBY.
1455 2009-07-20 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1457 Reviewed by Holger Freyther.
1459 [Qt] Add an option for QtLauncher to build without QtUiTools dependency
1460 https://bugs.webkit.org/show_bug.cgi?id=27438
1462 Based on Norbert Leser's work.
1464 * WebKit.pri: Symbian does not have UiTools
1466 2009-07-16 Fumitoshi Ukai <ukai@chromium.org>
1468 Reviewed by David Levin.
1470 Add --web-sockets flag and ENABLE_WEB_SOCKETS define.
1471 https://bugs.webkit.org/show_bug.cgi?id=27206
1473 Add --enable-web-sockets in configure.ac
1477 2009-07-16 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1479 Reviewed by Simon Hausmann.
1481 [Qt] Enable GNU compiler extensions to the ARM compiler
1482 for all Qt ports using RVCT
1483 https://bugs.webkit.org/show_bug.cgi?id=27348
1487 2009-07-15 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1489 Rubber-stamped by Simon Hausmann.
1491 Fix the Qt/Mac build by disabling TestNetscapePlugin
1493 We should fix and enable this once we run DRT for Qt/Mac
1497 2009-07-13 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1499 Unreviewed build fix. Require the correct libsoup version now that
1504 2009-07-13 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1506 Reviewed by Tor Arne Vestbø.
1508 [Qt] Build fix for QtWebKit on Win
1509 https://bugs.webkit.org/show_bug.cgi?id=27205
1511 * WebKit.pri: Include the major version number in the QtWebKit
1512 library file for Win.
1514 2009-07-13 Simon Hausmann <simon.hausmann@nokia.com>
1516 Reviewed by Ariya Hidayat.
1518 Add the test netscape plugin for the Qt DRT to the build.
1522 2009-07-13 Drew Wilson <atwilson@google.com>
1524 Reviewed by David Levin.
1526 Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs
1527 https://bugs.webkit.org/show_bug.cgi?id=26932
1529 Added ENABLE(SHARED_WORKERS) flag.
1533 2009-07-12 Xan Lopez <xlopez@igalia.com>
1535 Reviewed by Gustavo Noronha.
1537 Bump version in preparation for 1.1.11 release.
1541 2009-07-07 Norbert Leser <norbert.leser@nokia.com>
1543 Reviewed by Simon Hausmann.
1545 Exclude DumpRenderTree.pro from symbian build
1549 2009-07-09 Drew Wilson <atwilson@google.com>
1551 Reviewed by Alexey Proskuryakov.
1553 https://bugs.webkit.org/show_bug.cgi?id=26903
1555 Turned on CHANNEL_MESSAGING by default because the MessageChannel API
1556 can now be implemented for Web Workers and is reasonably stable.
1558 * configure.ac: enable CHANNEL_MESSAGING.
1560 2009-07-03 Jan Michael Alonzo <jmalonzo@webkit.org>
1562 Reviewed by Xan Lopez and Gustavo Noronha.
1564 Set user-agent from application
1565 https://bugs.webkit.org/show_bug.cgi?id=17375
1567 Define UA version macros to be used by the UA string.
1568 Add new WebSettings unit test for the User-Agent string API.
1573 2009-06-20 Gustavo Noronha Silva <gns@gnome.org>
1575 Reviewed by Jan Alonzo.
1577 Adding files for the new test case for loading statuses.
1581 2009-06-15 Xan Lopez <xlopez@igalia.com>
1583 Reviewed by Gustavo Noronha.
1585 Version bump in preparation for 1.1.10 release.
1589 2009-06-12 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1591 Reviewed by Xan Lopez.
1593 Refactor handling of options in the build-webkit script
1595 Options are now defined in one place, and then reused when creating
1596 the usage help text, the arguments to GetOptions(), and when passing
1597 the options on to the underlying port-dependent build systems.
1599 This allows the Qt port to read the defaults for the options from the
1600 pro file (dynamically), and to pass the options on to qmake at build.
1604 2009-06-11 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1606 Reviewed by Holger Freyther.
1608 [Qt] Fix release build detection
1609 https://bugs.webkit.org/show_bug.cgi?id=26267
1613 2009-06-10 Gustavo Noronha Silva <gns@gnome.org>
1615 Reviewed by Xan Lopez.
1617 Add unit tests for our WebKitNetworkRequest object.
1621 2009-06-10 Xan Lopez <xlopez@igalia.com>
1623 Reviewed by Gustavo Noronha.
1625 Version bump in preparation for 1.1.9 release.
1629 2009-06-10 Xan Lopez <xlopez@igalia.com>
1631 Reviewed by Jan Alonzo.
1633 https://bugs.webkit.org/show_bug.cgi?id=25415
1634 [GTK][ATK] Please implement support for get_text_at_offset
1636 Add new dependency on the Gail utils library, needed for our a11y
1642 2009-05-29 Gustavo Noronha Silva <gns@gnome.org>
1644 Reviewed by Jan Alonzo.
1646 Add a test-case for our HTTP backend, currently checking the
1647 ref-counting of the SoupMessage.
1651 2009-05-28 Dirk Schulze <krit@webkit.org>
1653 Reviewed by Nikolas Zimmermann.
1655 Enable the new build flag --filters for Gtk. More details in WebCore/ChangeLog.
1659 2009-05-19 Xan Lopez <xlopez@igalia.com>
1661 Reviewed by Jan Alonzo and Gustavo Noronha.
1663 https://bugs.webkit.org/show_bug.cgi?id=25415
1664 [GTK][ATK] Please implement support for get_text_at_offset
1666 Add new test file for ATK.
1670 2009-05-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1672 Rubber-stamped by Xan Lopez.
1674 Fix webkitgtk_cleanfiles to clean gtk-doc-related files in the
1675 correct directory, so that we pass make distcheck.
1679 2009-05-28 Xan Lopez <xlopez@igalia.com>
1681 Bump version numbers in preparation for 1.1.8 release.
1685 2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
1687 Unreviewed build fix. Add gstreamer-video-0.10 libs to
1688 GSTREAMER_LIBS to resolve an undefined reference to gst_video_get_size
1689 - symbol used in MediaPlayerPrivateGstreamer.
1693 2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
1695 Reviewed by Xan Lopez.
1697 [Gtk] Various autotools build refactoring and fixes
1698 https://bugs.webkit.org/show_bug.cgi?id=25286
1700 Refactor library LIBS. Move third-party libs in libwebkit instead
1705 2009-05-22 Antonio Gomes <antonio.gomes@openbossa.org>
1707 Reviewed by Gustavo Noronha.
1709 Make Gtk build not bail out if gtk-doc-tools is not installed.
1711 Warning message shown instead.
1715 2009-05-22 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1717 Reviewed by Xan Lopez.
1719 Add big warnings about the glib unicode backend being slow and
1720 incomplete, since it is a work in progress.
1722 * autotools/webkit.m4:
1725 2009-05-22 Dominik Röttsches <dominik.roettsches@access-company.com>
1727 Reviewed by Gustavo Noronha.
1729 https://bugs.webkit.org/show_bug.cgi?id=15914
1730 [GTK] Implement Unicode functionality using GLib
1732 Initial version of this patch by Jürg Billeter.
1734 Adding options for --with-unicode-backend=icu|glib
1735 and checking for pango version >= 1.21.0 if GLib backend
1736 is selected. Temporarily, until remaining parts of
1737 this patch are committed, introduce WTF_USE_GLIB_ICU_UNICODE_HYBRID
1738 macro to allow for a mixed compilation with WTF Unicode
1739 backend based on GLib while text codecs and TextBreakIterator
1740 remain ICU dependent.
1745 2009-05-18 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1747 Reviewed by Gavin Barraclough.
1749 Enable YARR, and disable WREC for GTK+.
1753 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
1755 Reviewed by Xan Lopez.
1757 [Gtk] Various autotools build refactoring and fixes
1758 https://bugs.webkit.org/show_bug.cgi?id=25286
1760 Add support for running unit tests. Also run the tests whenever
1761 the 'check' target runs.
1765 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
1767 Reviewed by Xan Lopez.
1769 [Gtk] Various autotools build refactoring and fixes
1770 https://bugs.webkit.org/show_bug.cgi?id=25286
1776 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
1778 Reviewed by Xan Lopez.
1780 [Gtk] Various autotools build refactoring and fixes
1781 https://bugs.webkit.org/show_bug.cgi?id=25286
1783 Add -no-install and -no-fast-install to programs and tests that we
1784 don't install. Also remove -O2 since this is already handled at
1789 2009-05-17 Jan Michael Alonzo <jmalonzo@webkit.org>
1791 Reviewed by Xan Lopez.
1793 [Gtk] Various autotools build refactoring and fixes
1794 https://bugs.webkit.org/show_bug.cgi?id=25286
1796 Refactor library cflags
1800 2009-05-15 Fridrich Strba <fridrich.strba@bluewin.ch>
1802 Reviewed by Jan Alonzo.
1804 Use AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM, since
1805 the JIT compiler is not a cross-compiler
1809 2009-05-13 Xan Lopez <xlopez@igalia.com>
1811 Unreviewed: bump versions in preparation for 1.1.7 release.
1815 2009-05-13 Xan Lopez <xlopez@igalia.com>
1817 Rubber-stamped by Gustavo Noronha.
1819 Revert commit r43563, since it breaks WebKitGTK+ when compiled
1824 2009-05-12 Jan Michael Alonzo <jmalonzo@webkit.org>
1826 Reviewed by Holger Freyther.
1828 [Gtk] Various autotools build refactoring and fixes
1829 https://bugs.webkit.org/show_bug.cgi?id=25286
1831 Refactor use of CFLAGS, CXXFLAGS, LIBADD and LDFLAGS.
1835 2009-05-09 Jan Michael Alonzo <jmalonzo@webkit.org>
1837 Reviewed by Gustavo Noronha.
1839 WebKit-r43163 won't build for gtk-directfb
1840 https://bugs.webkit.org/show_bug.cgi?id=25538
1842 Move the ENCHANT check out of the with_target conditional since it
1843 applies to all targets
1847 2009-05-09 Mike Hommey <glandium@debian.org>
1849 Reviewed by Geoffrey Garen. Landed by Jan Alonzo.
1851 Enable JIT on x86-64 gtk+
1852 https://bugs.webkit.org/show_bug.cgi?id=24724
1856 2009-05-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1858 Reviewed by Xan Lopez.
1860 Ship the gtk-doc.make file, so as to not depend on gtkdoc-tools.
1865 2009-05-06 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1867 Reviewed by Simon Hausmann.
1869 Build QtWebKit as a framework on Mac
1871 This implies both debug and release build by default, unless
1872 one of the --debug or --release config options are passed to
1873 the build-webkit script.
1875 Frameworks can be disabled by passing CONFIG+=webkit_no_framework
1876 to the build-webkit script.
1878 To be able to build both debug and release targets in parallel
1879 we have to use separate output directories for the generated
1880 sources, which is not optimal, but required to avoid race conditions.
1882 An optimization would be to only require this spit-up on Mac.
1886 2009-04-30 Jan Michael Alonzo <jmalonzo@webkit.org>
1888 Unreviewed build GTK build fix
1890 * configure.ac: typo fix - javascript_debugger should be enable_javascript_debugger
1892 2009-04-30 Dimitri Glazkov <dglazkov@chromium.org>
1894 Unreviewed, build fix.
1896 https://bugs.webkit.org/show_bug.cgi?id=25470
1897 Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler.
1899 * configure.ac: Add autoconfig options, missed in the first commit.
1901 2009-04-28 Xan Lopez <xlopez@igalia.com>
1903 Unreviewed: bump versions in preparation for 1.1.6 release.
1907 2009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org>
1909 Reviewed by Xan Lopez.
1911 [GTK] Error reporting
1912 https://bugs.webkit.org/show_bug.cgi?id=18344
1914 Add webkiterror to the build.
1918 2009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org>
1920 Reviewed by Xan Lopez.
1922 [GTK] Error reporting
1923 https://bugs.webkit.org/show_bug.cgi?id=18344
1925 Add the default error page for installation.
1929 2009-04-24 Diego Escalante Urrelo <diegoe@gnome.org>
1931 Reviewed by Gustavo Noronha.
1933 https://bugs.webkit.org/show_bug.cgi?id=15616
1934 [GTK] Add spell checking
1936 Add enchant support for spell-checking-languages property to work
1942 2009-04-24 Simon Hausmann <simon.hausmann@nokia.com>
1944 Reviewed by Ariya Hidayat.
1946 Added support for generating API docs in the Qt build using "make docs"
1948 * WebKit.pro: Include docs.pri for "make docs" target.
1950 2009-04-14 Xan Lopez <xlopez@igalia.com>
1952 Unreviewed version bump in preparation for 1.1.5 release.
1956 2009-04-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1958 Rubber-stamped by Sam Weinig.
1960 Added rules to maintain the localization support. We cannot simply
1961 use whatever gettextize gives us because our build system is
1967 2009-04-05 Mike Hommey <glandium@debian.org>
1969 Reviewed by Holger Freyther.
1971 Filter out all C++ symbols
1972 https://bugs.webkit.org/show_bug.cgi?id=24960
1974 Considering the public API is all C, we can just filter out all
1975 C++ mangled symbols, which will avoid exporting symbols in some
1976 corner cases such as gcc bugs on specific architectures, etc.
1978 * autotools/symbols.filter:
1980 2009-04-03 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1982 Reviewed by Holger Freyther.
1984 Require GTK+ >= 2.10; 2.8 is already very old, and some very
1985 useful APIs are only available since 2.10.
1989 2009-04-01 Christian Dywan <christian@twotoasts.de>
1991 Reviewed by Holger Freyther.
1993 Unit test WebKitDownload
1994 http://bugs.webkit.org/show_bug.cgi?id=24844
1996 * GNUmakefile.am: Add a unit test for downloading.
1998 2009-04-01 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2000 Unreviewed build fix. Fix make distcheck, after the gtk-doc
2005 2009-03-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2007 Reviewed by Holger Freyther.
2009 Integrate gtk-doc into the Gtk+ buildsystem.
2014 2009-03-30 Xan Lopez <xlopez@igalia.com>
2016 Unreviewed: bump version to 1.1.4 for release.
2020 2009-03-21 Xan Lopez <xlopez@igalia.com>
2022 Reviewed by Holger Freyther.
2024 Require gnome-keyring 2.26.0, since we were depending on an
2025 unreleased trunk revision between 2.25.91 and 2.26.0.
2029 2009-03-20 Jan Michael Alonzo <jmalonzo@gmail.com>
2031 Reviewed by Holger Freyther.
2033 [GTK] Misc patches for WebKitWebHistoryItem
2034 https://bugs.webkit.org/show_bug.cgi?id=24493
2036 Added build support for build the WebKitWebHistoryItem unit test.
2040 2009-03-20 Jan Michael Alonzo <jmalonzo@gmail.com>
2042 Reviewed by Holger Freyther.
2044 Separate gtk unit tests
2045 https://bugs.webkit.org/show_bug.cgi?id=24039
2047 Build the unit tests accordingly.
2051 2009-03-17 Gustavo Noronha Silva <gns@gnome.org>
2053 Reviewed by Mark Rowe.
2055 Enable HTML5 media elements support by default in the GTK+ port.
2059 2009-03-17 Mike Hommey <glandium@debian.org>
2061 Reviewed by Holger Freyther.
2063 Do not export cti* symbols.
2064 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519924.
2066 * autotools/symbols.filter:
2068 2009-03-15 Xan Lopez <xlopez@igalia.com>
2070 Bump version to 1.1.3 for release and fix soversion
2071 calculation (oops). Thanks to Frederik Himpe for pointing this
2076 2009-03-15 Xan Lopez <xlopez@igalia.com>
2078 Bump version and libtool version for release.
2082 2009-03-14 Xan Lopez <xlopez@igalia.com>
2084 No review, build fix.
2086 Split clean rules to make distcheck pass.
2090 2009-03-13 Mark Rowe <mrowe@apple.com>
2092 Reviewed by Dan Bernstein.
2094 Remove rarely used Makefile targets from the Makefile.
2096 There are many situations in which the targets don't work as expected,
2097 and their primary use is addressed by having the build system default
2098 to building the appropriate architecture.
2102 2009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org>
2104 Reviewed by Holger Freyther.
2106 [Gtk] Fix make clean targets
2107 https://bugs.webkit.org/show_bug.cgi?id=24450
2109 Fix 'make' clean targets. We shouldn't be removing DerivedSources
2110 if it's only clean. Only remove it if it's distclean or
2111 maintainer-clean. Also remove build-related auxillary files on
2112 dist/maintainer clean.
2116 2009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org>
2118 Reviewed by Holger Freyther
2120 [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore
2121 https://bugs.webkit.org/show_bug.cgi?id=2260
2123 pangoft2 is also used in directfb builds so use it for all targets
2127 2009-03-02 Xan Lopez <xan@gnome.org>
2129 Reviewed by Mark Rowe.
2131 https://bugs.webkit.org/show_bug.cgi?id=24287
2132 [GTK] Move auth dialog feature to WebKit/
2134 Add WebKitSoupAuthDialog files to build.
2138 2009-03-03 Gustavo Noronha Silva <gns@gnome.org>
2140 Reviewed by Alexey Proskuryakov.
2142 https://bugs.webkit.org/show_bug.cgi?id=16826
2143 [Gtk] Implement WebKitDownload
2145 Adding new files related to WebKitDownload to the GTK+ port.
2149 2009-03-02 Gustavo Noronha Silva <gns@gnome.org>
2151 Unreviewed build fix; adding missing files to EXTRA_DIST, so that
2152 they show up in the tarball.
2156 2009-03-01 Christian Dywan <christian@twotoasts.de>
2158 * configure.ac: Bump GTK port version to 1.1.1.
2160 2009-02-27 Gustavo Noronha Silva <gns@gnome.org>
2162 Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list
2163 file to EXTRA_DIST to fix make dist.
2167 2009-02-26 Xan Lopez <xan@gnome.org>
2169 Reviewed by Holger Freyther.
2171 https://bugs.webkit.org/show_bug.cgi?id=16947
2172 [GTK] Missing HTTP Auth challenge
2174 Add HTTP authentication dialog with optional GNOME Keyring
2180 2009-02-26 Xan Lopez <xan@gnome.org>
2182 Reviewed by Holger Freyther.
2184 https://bugs.webkit.org/show_bug.cgi?id=16947
2185 [GTK] Missing HTTP Auth challenge
2187 Take marshallers to be built from a manually maintained list
2188 instead of grepping the sources.
2190 It's much faster, especially so now that we want to add
2191 marshallers from WebCore too. A system to only take into account
2192 the modified files when generating the marshallers from sources
2193 could be hacked, but I think it's overkill considering how rarely
2194 a new marshaller is added.
2198 2009-02-24 Jan Michael Alonzo <jmalonzo@webkit.org>
2200 Reviewed by Alexey Proskuryakov.
2202 [Gtk] add options for 3D transforms and HTML5 channel messaging to the build
2203 https://bugs.webkit.org/show_bug.cgi?id=24072
2205 Add options for toggling 3D transforms and HTML5 channel messaging
2208 Also fix the web-workers option. It should be web-workers and not workers.
2212 2009-02-23 Xan Lopez <xan@gnome.org>
2214 Reviewed by Alexey Proskuryakov.
2216 https://bugs.webkit.org/show_bug.cgi?id=22624
2217 [SOUP][GTK] Need API to get SoupSession from WebKit.
2219 Remove CURL support, the only supported HTTP backend is SOUP now.
2224 2009-02-19 Christian Dywan <christian@twotoasts.de>
2226 Rubber-stamped by Holger Freyther.
2228 http://bugs.webkit.org/show_bug.cgi?id=22811
2229 Underlinking in Programs_UnitTests (GTK+ build)
2231 * GNUmakefile.am: Add GLIB_LIBS to unit test library flags.
2233 2009-02-18 Gustavo Noronha Silva <gns@gnome.org>
2235 Reviewed by Holger Freyther.
2237 Fix symbols.filter location, and add other missing files to the
2238 autotools build, so that make dist works.
2242 2009-02-17 Gustavo Noronha Silva <gns@gnome.org>
2244 Reviewed by Alexey Proskuryakov.
2246 https://bugs.webkit.org/show_bug.cgi?id=23939
2247 Release build being built with debugging symbols
2249 * configure.ac: Revert change done in revision 40790, since we
2250 already have a AC_PROG_CXX macro call as part of WEBKIT_INIT
2252 2009-02-12 Gustavo Noronha Silva <gns@gnome.org>
2254 Reviewed by Eric Seidel.
2256 * configure.ac: Make soup the default HTTP backend for the Gtk port.
2258 2009-02-09 Calvin Walton <calvin.walton@gmail.com>
2260 Reviewed by Holger Freyther.
2262 https://bugs.webkit.org/show_bug.cgi?id=23823
2264 [Gtk] Fix build with recent autotools
2266 Current versions of automake/libtool don't assume you want C++ enabled
2267 by default any more, so explicitly check for a C++ compiler.
2269 * configure.ac: Add AC_PROG_CXX macro
2271 2009-02-02 Christian Dywan <christian@twotoasts.de>
2273 Rubber-stamped by Holger Freyther.
2275 Don't require Geolocation by default.
2279 2009-01-30 Jan Michael Alonzo <jmalonzo@webkit.org>
2281 Reviewed by Nikolas Zimmermann.
2283 [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits
2284 https://bugs.webkit.org/show_bug.cgi?id=22136
2287 * acinclude.m4: Removed.
2289 * autotools/acinclude.m4: Added.
2290 * autotools/dolt.m4: Added.
2291 * autotools/symbols.filter: Renamed from symbols.filter.
2292 * autotools/webkit.m4: Added.
2295 2009-01-30 Holger Hans Peter Freyther <zecke@selfish.org>
2297 Reviewed by Nikolas Zimmermann.
2299 [GTK] Implement GeolocationService using the Geoclue library
2301 https://bugs.webkit.org/show_bug.cgi?id=22022
2303 Untested implementation of the GeolocationService using the geoclue
2304 library. Velocity handling is completely missing and the accuracy
2305 handling might be wrong.
2310 2009-01-11 Xan Lopez <xan@gnome.org>
2312 Reviewed by Holger Freyther.
2314 Bump version to 1.1.0 since we are breaking ABI and adding new
2319 2008-12-19 Marco Barisione <marco.barisione@collabora.co.uk>
2321 Reviewed by Holger Freyther.
2323 http://bugs.webkit.org/show_bug.cgi?id=16562
2324 [gtk] Implement WebPolicyDelegate methods
2326 Original work by Pierre-Luc Beaudoin. Final touches by Gustavo
2329 This implements the delegates methods of WebPolicyDelegate.
2330 Since Gtk+/C doesn't have delegate methods, they are replaced with
2333 A new object WebKitWebPolicyDecision allows the browser to delay its
2334 response in certain cases. WebKitWebNavigationAction contains the
2335 information about what caused a navigation request.
2337 * GNUmakefile.am: Add new files
2339 2008-12-19 Gustavo Noronha Silva <gns@gnome.org>
2341 Reviewed by Holger Freyther.
2343 Use ustar tar format for WebKit/GTK+'s make dist target, so that
2344 storing files whose filenames are > 99 is possible.
2348 2008-12-19 Holger Hans Peter Freyther <zecke@selfish.org>
2350 [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST
2352 Fix the jit compilation on i*686 on Linux by using the va_list
2353 to pass arguments to the CTI. This is done on the MAC as well
2354 and sunspider and javascriptcore seem to work with that.
2358 2008-12-18 Pamela Greene <pam@chromium.org>
2360 Submitted without review.
2361 Right, remove the whole misplaced directory, not just the tests.
2364 * fast/dom: Removed.
2366 2008-12-18 Pamela Greene <pam@chromium.org>
2368 Submitted without review.
2369 Moving layout test into LayoutTests where it belongs.
2371 * fast/dom/setter-type-enforcement-expected.txt: Removed.
2372 * fast/dom/setter-type-enforcement.html: Removed.
2374 2008-12-15 Daniel Macks <dmacks@netspace.org>
2376 Reviewed by Darin Adler.
2378 Default to use external libicu-config if avail on all platforms.
2379 https://bugs.webkit.org/show_bug.cgi?id=22713
2383 2008-12-12 Holger Hans Peter Freyther <zecke@selfish.org>
2385 Back out r39222 as this is breaking the build on Gentoo (aclocal-1.10)
2387 The m4 directory does not exist and we now have a compile issue on
2393 2008-12-11 Daniel Macks <dmacks@netspace.org>
2395 Reviewed by Darin Adler.
2397 https://bugs.webkit.org/show_bug.cgi?id=22714
2399 Put libtool macro files in subdir that it wants.
2404 2008-12-07 Holger Hans Peter Freyther <zecke@selfish.org>
2406 Reviewed by Eric Seidel.
2408 [Gtk+] Use glib's unit test facilities to test the WebKit/Gtk+ API
2410 https://bugs.webkit.org/show_bug.cgi?id=22491
2412 Add the skeleton to WebKit/gtk/tests and integrate that into the
2413 buildsystem. Testing support was added in glib 2.16. For versions
2414 using glib < 2.16 we compile an empty application.
2418 2008-12-07 Holger Hans Peter Freyther <zecke@selfish.org>
2420 Reviewed by Cameron Zwarich.
2422 [GTK] Define ENABLE_JIT_OPTIMIZE_CALL, ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS, ENABLE_JIT_OPTIMIZE_ARITHMETIC
2424 When building the jit on i*86 also enable the above optimizations.
2428 2008-12-03 Simon Hausmann <hausmann@webkit.org>
2430 Reviewed by Tor Arne Vestbø.
2432 Fix the build of WebKit inside Qt by making sure that qmake generators
2433 that do not produce generated sources (i.e. cpp files) are not
2434 included in SOURCES.
2438 2008-12-02 Simon Hausmann <hausmann@webkit.org>
2440 Reviewed by Tor Arne Vestbø.
2442 Removed JavaScriptCore from SUBDIRS as it's not built separately
2447 2008-11-28 Gustavo Noronha Silva <gns@gnome.org>
2449 Reviewed and slightly modified by Holger Freyther.
2451 https://bugs.webkit.org/show_bug.cgi?id=19130
2453 Added the new WebKitGtk files to be built:
2454 WebKit/gtk/webkit/webkitwebwindowfeatures.{cpp,h}
2458 2008-11-26 Kalle Vahlman <kalle.vahlman@movial.com>
2460 Reviewed by Darin Adler. Landed by Jan Alonzo.
2462 Bison versions under 2.2 produce crashing CSSGrammar code for ARM
2463 https://bugs.webkit.org/show_bug.cgi?id=22456
2465 Check for bison version 2.2 or greater on ARM. Earlier versions produce
2466 code that crashes on ARM devices.
2470 2008-11-25 Holger Hans Peter Freyther <zecke@selfish.org>
2472 Reviewed by David Kilzer.
2474 https://bugs.webkit.org/show_bug.cgi?id=22022
2476 Add Geolocation support to the configure.ac
2478 Add an option to build WebKit/Gtk+ with Geolocation. The
2479 implementation will be using Gypsy.
2483 2008-11-24 Holger Hans Peter Freyther <zecke@selfish.org>
2485 Reviewed by Mark Rowe.
2487 [Gtk+] Add configure option to enable Web Workers and enable it by default
2489 Add --enable-workers to the buildsystem (used by build-webkit) add
2490 the to be build files to the GNUmakefile.am and change build-webkit
2491 to enable Web Workers by default.
2495 2008-09-09 Joerg Bornemann <joerg.bornemann@trolltech.com>
2497 Reviewed by Simon Hausmann.
2499 Steps towards making the Qt port of WebKit compile on Windows CE
2501 https://bugs.webkit.org/show_bug.cgi?id=20746
2503 * WebKit.pro: don't build DumpRenderTree on all Win32 platforms
2505 2008-11-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2507 Reviewed by George Staikos.
2509 Add WML build support for Gtk as well.
2513 2008-11-16 Geoffrey Garen <ggaren@apple.com>
2517 Try to fix gtk build.
2521 2008-11-10 Tor Arne Vestbø <tavestbo@trolltech.com>
2523 Rubber-stamped by Simon Hausmann.
2525 Distinguish between building from trunk and as part of Qt
2529 2008-11-10 Morten Sørvig <msorvig@trolltech.com>
2531 Reviewed by Simon Hausmann.
2533 Make tests/auto/qwebframe compile on Qt/Mac.
2535 * WebKit.pri: Fix linkage against QtWebKit when compiled as framework.
2537 2008-11-06 Cameron Zwarich <zwarich@apple.com>
2541 Speculatively fix the GTK build.
2545 2008-11-06 Alp Toker <alp@nuanti.com>
2547 GTK build fix for r38155. create_hash_table was moved out of kjs/
2551 2008-11-06 Cameron Zwarich <zwarich@apple.com>
2553 Rubber-stamped by Sam Weinig.
2555 Correct the reference to jsc.pro in WebKit.pro to match its new
2556 location in the root directory of JavaScriptCore.
2560 2008-11-03 Alp Toker <alp@nuanti.com>
2562 autotools distcleancheck fix. Add dolt-generated files and
2563 webkitenumtypes.h to the list of files that need to be cleaned.
2568 2008-11-03 Alp Toker <alp@nuanti.com>
2570 Rubber-stamped by Holger Freyther.
2572 Do not enable RTTI or exceptions in debug builds, matching release
2573 builds. They don't help much with debugging and significantly slow
2574 down and increase the size of the debug build.
2578 2008-11-03 Alp Toker <alp@nuanti.com>
2580 Rubber-stamped by Holger Freyther.
2582 Add mingw32 case to dolt for faster GTK+ Windows builds.
2586 2008-11-02 Xan Lopez <xan@gnome.org>
2588 Reviewed by Holger Freyther
2590 https://bugs.webkit.org/show_bug.cgi?id=22009
2591 HTML5 Video with GStreamer pulls gnome-vfs without using it.
2594 Remove gnome-vfs from configure.ac, it's unused.
2596 2008-10-30 Alp Toker <alp@nuanti.com>
2598 https://bugs.webkit.org/show_bug.cgi?id=19395
2599 doltlibtool bug with bash 3.0
2601 autotools dolt build fix for bash version 3.0 and older. Remove
2602 concatenation syntax from doltlibtool to support the older versions
2603 which don't have '+='.
2607 2008-10-30 Alp Toker <alp@nuanti.com>
2609 Rubber-stamped by Oliver Hunt.
2611 autotools build system change to enable JIT features by default. Can
2612 be disabled with --disable-jit (and is disabled automatically on
2613 unsupported platforms).
2617 2008-10-30 Alp Toker <alp@nuanti.com>
2619 Bump WebKit GTK+ version to 1.0.3.
2623 2008-10-29 Gustavo Noronha Silva <gns@gnome.org>
2625 Reviewed by Holger Freyther.
2627 Added all the files that need to be installed for the Inspector to
2630 2008-10-29 Mike Hommey <glandium@debian.org>
2632 Reviewed by Holger Freyther.
2634 https://bugs.webkit.org/show_bug.cgi?id=21884
2635 Test presence and link against libpng.
2640 2008-10-29 Jan Michael Alonzo <jmalonzo@webkit.org>
2642 Reviewed by Holger Freyther.
2644 Add --enable-optimizations to enable optimized builds. The default
2645 is to enable it for release builds, and disabled for debug builds.
2646 This option will allow builders to have a debug as well as
2652 2008-10-28 Mike Hommey <glandium@debian.org>
2654 Reviewed by Alp Toker.
2656 https://bugs.webkit.org/show_bug.cgi?id=21885
2657 [GTK] libwebkit doesn't link against libpangoft2
2659 Add pkg-config check for pangoft2 which provides
2660 pango_fc_font_description_from_pattern() used in the FreeType font
2665 2008-10-28 Alp Toker <alp@nuanti.com>
2667 Include copyright license files in the autotools dist target.
2669 Change suggested by Mike Hommey.
2673 2008-10-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2675 Gtk build fix: add '-' to Wl which was missed in r36845
2679 2008-10-22 Alp Toker <alp@nuanti.com>
2681 Fix build for Cairo 1.2.
2685 2008-10-20 Alp Toker <alp@nuanti.com>
2687 Partial GTK+/Win32 build fix. Lowercase library name to enable linking
2688 when cross-compiling Windows binaries from Linux: -lWs2_32 -> -lws2_32
2692 2008-10-13 Alp Toker <alp@nuanti.com>
2694 GTK+ build fix: Ensure correct builds when debugging is
2695 enabled/disabled by defining NDEBUG in autotoolsconfig.h as needed.
2696 It's still passed as a compiler flag since some sources (DRT) don't
2701 2008-10-09 Alp Toker <alp@nuanti.com>
2703 Reviewed by Mark Rowe.
2705 https://bugs.webkit.org/show_bug.cgi?id=20760
2706 Implement support for x86 Linux in CTI
2708 Prepare to enable CTI/WREC on supported architectures. Will be
2709 switched on when the crasher introduced in r37386 is resolved.
2713 2008-10-07 Alp Toker <alp@nuanti.com>
2715 GTK+ build fix for older automake versions (1.7). Discussed in bug
2720 2008-10-07 Alp Toker <alp@nuanti.com>
2722 Reviewed by Mark Rowe.
2724 https://bugs.webkit.org/show_bug.cgi?id=21392
2725 [GTK] Auto-generate JS DOM binding sources list
2727 Remove the huge lists of generated DOM binding sources and headers in
2728 the build system. These are difficult to maintain and can be derived
2731 The new strategy is to re-use the existing lists of IDL sources (which
2732 are needed for dist support anyway). This will also ease the addition
2733 of new language bindings.
2737 2008-09-27 Jan Michael Alonzo <jmalonzo@webkit.org>
2739 Reviewed by Holger Freyther.
2741 https://bugs.webkit.org/show_bug.cgi?id=20287
2742 [Gtk] disable plugins for gtk/directfb target
2744 Introduce WTF_PLATFORM_X11 for X11 builds.
2745 Also use target-specific packages when building the port
2747 * configure.ac: Do not check for cairo-ft for directfb builds.
2749 2008-09-27 Marco Barisione <marco.barisione@collabora.co.uk>
2751 Reviewed by Holger Freyther.
2753 http://bugs.webkit.org/show_bug.cgi?id=21174
2754 [GTK][AUTOTOOLS] Enable large file support at configure time
2756 * configure.ac: Enable large file support with AC_SYS_LARGEFILE.
2758 2008-09-23 Richard Hult <richard@imendio.com>
2760 Reviewed by Alp Toker. Landed by Jan Alonzo.
2762 http://bugs.webkit.org/show_bug.cgi?id=20582
2763 [Gtk] Link error on Mac OS X
2765 * GNUmakefile.am: Only use the -version-script flag for the gnu
2767 * configure.ac: Check for GNU OSes.
2769 2008-09-19 Alp Toker <alp@nuanti.com>
2771 Build fix for the 'gold' linker and recent binutils. New behaviour
2772 requires that we link to used libraries explicitly.
2777 2008-09-04 Marco Barisione <marco.barisione@collabora.co.uk>
2779 Reviewed by Eric Seidel.
2781 http://bugs.webkit.org/show_bug.cgi?id=20380
2782 [GTK][AUTOTOOLS] Include autotoolsconfig.h from config.h
2784 * configure.ac: Rename the configuration header from aconfig.h to autotoolsconfig.h.
2786 2008-08-28 Alp Toker <alp@nuanti.com>
2788 GTK+ dist/build fix. List newly added header files.
2792 2008-08-27 Mike Hommey <glandium@debian.org>
2797 * symbols.filter: Added.
2799 2008-08-10 Jan Michael Alonzo <jmalonzo@webkit.org>
2801 Reviewed (and updated) by Alp Toker.
2803 https://bugs.webkit.org/show_bug.cgi?id=16620
2804 [GTK] Autotools make dist and make check support
2806 Get make dist working.
2808 Note that not all possible configurations have been tested yet.
2812 2008-08-09 Marco Barisione <marco.barisione@collabora.co.uk>
2814 Reviewed by Alp Toker.
2816 http://bugs.webkit.org/show_bug.cgi?id=19045
2817 [gtk] ./configure doesn't check for x toolkit availability
2819 Some old versions of Xt do not provide xt.pc, in this case use
2820 AC_CHECK_LIB to check if the library is installed and then fall back
2825 2008-08-09 Alp Toker <alp@nuanti.com>
2829 Back out r20338 libxslt check (conditional check already exists and
2830 this broke the build).
2832 Make the flex version check a warning rather than fatal to fix the
2837 2008-08-08 Jan Michael Alonzo <jmalonzo@webkit.org>
2839 Reviewed by Mark Rowe.
2841 http://bugs.webkit.org/show_bug.cgi?id=20338
2842 [Gtk] Autotools should check for libxslt
2844 Autotools check for libxslt
2848 2008-08-07 Kalle Vahlman <zuh@iki.fi>
2850 Reviewed by David Kilzer.
2852 Check for correct flex version to avoid faulty builds
2854 A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it
2855 https://bugs.webkit.org/show_bug.cgi?id=20253
2857 acinclude.m4: Import AX_COMPARE_VERSION macro
2858 configure.ac: Check for flex version
2863 2008-08-07 Simon Hausmann <hausmann@webkit.org>
2865 Rubber-stamped by Lars.
2867 Added API tests for QWebPage/QWebFrame based on QTestLib.
2869 * WebKit.pro: Add WebKit/qt/tests to the build.
2871 2008-08-06 Marco Barisione <marco.barisione@collabora.co.uk>
2873 Reviewed by Eric Seidel.
2875 http://bugs.webkit.org/show_bug.cgi?id=20276
2876 [GTK] Makefile rules for the enum GTypes files depend on Makefile
2877 instead of GNUmakefile
2879 The patch committed in revision 34649 added the code needed to
2880 generate GTypes for enums but the makefile rules for
2881 stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on
2882 Makefile (used by other ports) instead of GNUmakefile.
2884 * GNUmakefile.am: Depend on GNUmakefile instead of Makefile.
2886 2008-08-05 Marco Barisione <marco.barisione@collabora.co.uk>
2888 Reviewed by Alp Toker.
2890 http://bugs.webkit.org/show_bug.cgi?id=19045
2891 [gtk] ./configure doesn't check for x toolkit availability
2893 Check for the .pc file for Xt instead of hard coding -lXt in the
2896 Thanks to Dominik Röttsches for the initial patch.
2901 2008-07-30 Marco Barisione <marco.barisione@collabora.co.uk>
2905 http://bugs.webkit.org/show_bug.cgi?id=19742
2906 [GTK] Auto generate webkitmarshal.list
2908 Auto generate webkitmarshal.list from source files to reduce the
2909 number of conflicts when merging git branches or when applying
2911 Also rename webkit-marshal.* to webkitmarshal.* for consistency.
2915 2008-07-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2917 Reviewed by Mark Rowe.
2919 Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee.
2921 [Gtk] Improve detection jpeglib
2922 https://bugs.webkit.org/show_bug.cgi?id=17865
2927 2008-07-25 Simon Hausmann <hausmann@webkit.org>
2929 Discussed with and rubber-stamped by Lars.
2931 Fix the build system for the Qt port.
2933 Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the
2934 include search path. With a build process that combines JavaScriptCore and
2935 WebCore in one build process/Makefile the existance of
2936 JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts.
2938 This commit solves this by introducing a separate build of JavaScriptCore into
2941 As a result of the split-up a race-condition due to broken dependencies of
2942 regular source files to header files of generated sources showed up very
2943 frequently when doing parallel builds (which the buildbot does). This commit at
2944 the same time tries to address the dependency problem by making the
2945 addExtraCompiler() function also generate a pseudo extra compiler that
2946 represents the header file output, so that qmake is aware of the creation of
2947 the header file for dependency calculation.
2949 At the same time I removed a lot of cruft from the pro files to ease maintenance.
2954 2008-06-18 Marco Barisione <marco.barisione@collabora.co.uk>
2956 Reviewed by Alp Toker.
2958 https://bugs.webkit.org/show_bug.cgi?id=19171
2959 [GTK] GTypes for enumerations
2961 Generate GTypes for public enumerations so they can be used as
2964 * GNUmakefile.am: Generate webkit-enum-types.cpp and
2965 webkit-enum-types.h.
2967 2008-06-16 Simon Hausmann <hausmann@webkit.org>
2969 Fix the Qt build. testkjs.pro is now called jsc.pro.
2973 2008-06-15 Alp Toker <alp@nuanti.com>
2975 Rubber-stamped by Maciej.
2977 Install 'jsc' application by default.
2981 2008-06-08 Alp Toker <alp@nuanti.com>
2983 autotools/GTK+ build system cleanup. Don't include WebKit API in the
2984 WebCore build as it's no longer needed since r34426.
2988 2008-06-08 Alp Toker <alp@nuanti.com>
2990 Rubber-stamped by Mark Rowe.
2992 Bring back -fstrict-aliasing for JavaScriptCore which was removed in
2993 r31821, since aliasing issues have now been fixed.
2995 Use -O3, not -O2 for the JavaScriptCore build.
3000 2008-06-05 Christian Dywan <christian@twotoasts.de>
3002 Reviewed by Alp Toker.
3004 https://bugs.webkit.org/show_bug.cgi?id=14141
3005 Please add a version to the Gtk port
3009 2008-06-02 Alp Toker <alp@nuanti.com>
3011 GTK+/autotools Windows build system fixes.
3016 2008-06-02 Jan Michael Alonzo <jmalonzo@webkit.org>
3018 Reviewed by Alp Toker.
3020 Build WebCore GTK+ sources as part of WebCore, not WebKit.
3021 Split common and GTK+-specific sources into separate file lists.
3025 2008-06-01 Josh Triplett <josh@freedesktop.org>
3027 Reviewed by Alp Toker.
3029 http://bugs.webkit.org/show_bug.cgi?id=16891
3030 [GTK] autotools build is slow
3032 Add dolt revision 5e9eef10 to the autotools build system. Speeds up
3033 the build, often by a factor of two or more on supported platforms,
3034 otherwise falls back to libtool.
3036 See http://dolt.freedesktop.org for details.
3038 * acinclude.m4: Added.
3041 2008-05-25 Jan Michael Alonzo <jmalonzo@webkit.org>
3043 Reviewed by Alp Toker.
3045 http://bugs.webkit.org/show_bug.cgi?id=19142
3046 [Gtk] Remove build options --svg-experimental and --cross-document-messaging
3050 2008-05-24 Alp Toker <alp@nuanti.com>
3052 GTK+/Win32 build fixes. Link against Windows ICU without using
3053 icu-config since it's not available on that platform.
3055 Link against Ws2_32 when the curl http backend is chosen since we
3056 use select() directly.
3060 2008-05-23 Alp Toker <alp@nuanti.com>
3062 GTK+ fixes for building without database support.
3066 2008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org>
3068 Reviewed by Alp Toker.
3070 Fix for previous autotools change.
3074 2008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org>
3078 http://bugs.webkit.org/show_bug.cgi?id=18483
3079 [Gtk] Autotools should match build-webkit default flags
3083 2008-05-19 Alp Toker <alp@nuanti.com>
3085 GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when
3086 the Pango font backend is selected.
3091 2008-05-16 Julien Chaffraix <jchaffraix@webkit.org>
3095 Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated
3097 * configure.ac: Add HTML_FLAGS and set it when video is enabled.
3099 2008-05-15 Ariya Hidayat <ariya.hidayat@trolltech.com>
3103 Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files
3109 2008-05-09 Anders Carlsson <andersca@apple.com>
3117 2008-05-09 Simon Hausmann <hausmann@webkit.org>
3121 Removed explicit linkage against libxml and libxslt on Qt/Mac builds.
3123 This dependency is completely unnecessary here and creates only problems by
3124 propagating through WebCore.pro over libQtWebKit.prl right now customer
3130 2008-05-02 Anders Carlsson <andersca@apple.com>
3134 Add an "x86_64" make rule.
3138 2008-05-02 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3142 https://bugs.webkit.org/show_bug.cgi?id=18811
3143 Enable dashboard and offline web apps in autotools
3147 2008-05-01 Marc Ordinas i Llopis <marc.ordinasillopis@collabora.co.uk>
3149 Reviewed by Alp Toker.
3151 https://bugs.webkit.org/show_bug.cgi?id=14750
3152 Added support for NPAPI plugins on Gtk and Qt-x11 ports.
3154 * GNUmakefile.am: Added Xt library.
3156 2008-04-29 David Kilzer <ddkilzer@apple.com>
3158 BUILD FIX for ENABLE(DASHBOARD_SUPPORT)
3160 * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT.
3162 2008-04-22 Alp Toker <alp@nuanti.com>
3164 GTK+ debug build fix for changes in r32257.
3168 2008-04-18 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3170 Reviewed by Alp Toker.
3172 http://bugs.webkit.org/show_bug.cgi?id=16620
3173 [GTK] Autotools make dist and make check support
3179 2008-04-11 Mark Rowe <mrowe@apple.com>
3181 Rubber-stamped by Antti Koivisto.
3183 * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show.
3185 2008-04-17 Alp Toker <alp@atoker.com>
3187 GTK+ build fix. Back out the libjpeg check part of r32008 from bug
3192 2008-04-17 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3194 Reviewed by Alp Toker.
3196 http://bugs.webkit.org/show_bug.cgi?id=17865
3197 [Gtk] Improve detection of jpeglib and glib tools
3199 Improve detecting jpeglib and glib tools
3201 * configure.ac: Throw an error if the dependencies above are
3202 currently not installed
3204 2008-04-14 Xan Lopez <xan@gnome.org>
3206 Reviewed by Alp Toker.
3208 http://bugs.webkit.org/show_bug.cgi?id=17917
3209 Bug 17917: Cookie support for HTTP soup backend
3211 Bumped the libsoup required version to 2.23 for cookie support.
3215 2008-04-11 Mark Rowe <mrowe@apple.com>
3217 Rubber-stamped by Anders Carlsson.
3219 Fix https://bugs.webkit.org/show_bug.cgi?id=18430
3220 Bug 18430: SIGSEGV on amd64 when built with gcc 4.3
3222 GCC 4.3 generates bad code in some instances when working with our HashTables
3223 as some of the HashTable code violates the strict aliasing requirements. Since
3224 GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until
3225 the code can be fixed to be safe with strict aliasing enabled, we will disable
3230 2008-03-12 Michael Emmel <mike.emmel@gmail.com>
3232 Reviewed by Alp Toker.
3234 http://bugs.webkit.org/show_bug.cgi?id=18397
3235 Fix leaving spaces before parens in functions
3237 * WebKitTools/Scripts/wkstyle:
3239 2008-04-07 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3241 Build fix, rubber-stamped and landed by ap.
3243 * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support.
3245 2008-03-21 Rodney Dawes <dobey@wayofthemonkey.com>
3249 Remove the JSCore include path options from global_cppflags.
3250 Place JSCore include path options in javascriptcore_cppflags.
3251 Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS.
3255 2008-03-20 Jasper Bryant-Greene <jasper@unix.geek.nz>
3259 Resolves http://bugs.webkit.org/show_bug.cgi?id=16092
3260 "[GTK] Middle-mouse click should allow opening a URL in a new tab"
3262 Added WebKitNavigationAction object to GTK API
3266 2008-03-12 Xan Lopez <xan@gnome.org>
3268 Reviewed by Alp Toker.
3270 http://bugs.webkit.org/show_bug.cgi?id=15229
3272 Add optional font backend support with freetype and pango
3273 backends. Default is freetype for now.
3275 Original patch by Sven Herzberg <sven@imendio.com>
3279 2008-03-11 Xan Lopez <xan@gnome.org>
3281 Reviewed by Alp Toker.
3283 http://bugs.webkit.org/show_bug.cgi?id=16476
3285 Add support for multiple http backends, and add soup backend (off by default).
3290 2008-03-07 Simon Hausmann <hausmann@webkit.org>
3292 Reviewed by Darin Adler.
3296 Added plugins subdirectory to the include path.
3300 2008-03-09 Alp Toker <alp@atoker.com>
3302 GTK+ build fix for r30913.
3304 Use UNICODE_CFLAGS for C++ sources as well as C sources.
3308 2008-03-09 Jörg Billeter <j@bitron.ch>
3310 Reviewed by Alp Toker.
3312 Conditionalise ICU for Unicode in the GTK+ port.
3317 2008-03-03 Brent Fulgham <bfulgham@gmail.com>
3319 Reviewed by Alp Toker.
3321 http://bugs.webkit.org/show_bug.cgi?id=17644
3322 Build GTK on Mac OS X using native ICU library
3324 Use Apple native ICU libraries when building GTK
3329 2008-03-02 Brent Fulgham <bfulgham@gmail.com>
3331 Reviewed by Alp Toker.
3333 Add ICU_CPPFLAGS earlier in include path for WebCore
3334 so that we find $(icu_cppflags)/unicode/utf8.h, rather than
3335 the wtf/unicode/UTF8.h on case-insensitive file systems.
3339 2008-03-02 Alp Toker <alp@atoker.com>
3341 Reviewed by Mark Rowe.
3343 Split the WebKit GTK+ build out of the WebCore build and change the
3344 shared object name to match the package name.
3348 2008-02-28 Alp Toker <alp@atoker.com>
3350 Fix a configure script typo spotted by Kalle Vahlman.
3354 2008-02-26 Timothy Hatcher <timothy@apple.com>
3356 Reviewed by Darin Adler.
3358 Add "64" and "64u" make rules to allow easy building of 64-bit versions.
3360 make 64: will build Intel-only 64-bit.
3361 make 64u: will build 4-way universal for PPC and Intel.
3366 2008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3368 Rubber stamped by Darin Adler.
3370 Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
3371 whitespaces introduced in the previous commit.
3375 2008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3377 Rubber-stamped by Darin Adler.
3379 * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES.
3380 * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS.
3382 2008-02-21 Alp Toker <alp@atoker.com>
3384 Fix a configure script typo.
3388 2008-02-21 Alp Toker <alp@atoker.com>
3390 GTK+/autotools SVG experimental build fix
3392 Don't enable SVG filters in --enable-svg-experimental.
3394 This feature isn't supported at all yet. Developers can enable it
3395 explicitly by passing --enable-svg-filters if needed.
3399 2008-02-21 Mike Auty <mike.auty@gmail.com>
3401 Reviewed by Alp Toker.
3403 http://bugs.webkit.org/show_bug.cgi?id=17445
3404 [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed"
3406 The GNUmakefile.am files make use of the LDFLAGS variable to include library
3407 additions such as -ljpeg etc. Unfortunately, if these inclusions aren't made
3408 in LIBADD/LDADD variables, then they are mis-ordered during the linking.
3410 The as-needed flag discards libraries whose functions have not been needed by
3411 earlier libraries, which therefore makes the ordering important.
3413 This moves all -l library inclusion statements from LDFLAGS variables to
3414 LIBADD/LDADD variables.
3418 2008-02-15 Alp Toker <alp@atoker.com>
3422 GTK+ configure script cleanups
3424 Categorize the configuration summary printout.
3425 Bump GTK+ requirement to 2.8.
3426 Rename 'webkit_target' to just 'target'.
3427 Don't check for pthread on Win32.
3431 2008-02-14 Adam Roben <aroben@apple.com>
3433 Turn on cross-document messaging support by default
3435 Reviewed by Darin Adler.
3439 2008-02-14 Adam Roben <aroben@apple.com>
3441 Conditionalize cross-document messaging support
3443 The cross-document messaging parts of HTML 5 are in flux and we want
3444 ports to be able to turn off the support as needed.
3446 Note that the support is turned off by default right now. A subsequent
3447 commit will turn it on by default.
3449 Reviewed by Darin Adler.
3453 2008-02-12 Rodney Dawes <dobey@wayofthemonkey.com>
3455 Reviewed by Alp Toker.
3457 Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES
3458 to the CPPFLAGS for WebCore and WebKit
3459 Add a pkgconfig check for hildon-1 when --with-hildon specified
3460 Output the use of Hildon support in the summary
3461 Add HILDON_CPPFLAGS to webkitgtk_cppflags
3462 Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS
3463 Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS
3468 2008-02-08 Alp Toker <alp@atoker.com>
3470 Rubber-stamped by Maciej.
3472 Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4.
3476 2008-02-06 Timothy Hatcher <timothy@apple.com>
3478 Rubber-stamped by Mark Rowe.
3480 Dump of bugs.webkit.org's Bugzilla instance.
3483 * BugsSite/.htaccess: Added.
3484 * BugsSite/Bugzilla: Added.
3485 * BugsSite/Bugzilla.pm: Added.
3486 * BugsSite/Bugzilla/.cvsignore: Added.
3487 * BugsSite/Bugzilla/.htaccess: Added.
3488 * BugsSite/Bugzilla/Attachment.pm: Added.
3489 * BugsSite/Bugzilla/Auth: Added.
3490 * BugsSite/Bugzilla/Auth.pm: Added.
3491 * BugsSite/Bugzilla/Auth/Login: Added.
3492 * BugsSite/Bugzilla/Auth/Login/WWW: Added.
3493 * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added.
3494 * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added.
3495 * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added.
3496 * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added.
3497 * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added.
3498 * BugsSite/Bugzilla/Auth/README: Added.
3499 * BugsSite/Bugzilla/Auth/Verify: Added.
3500 * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added.
3501 * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added.
3502 * BugsSite/Bugzilla/Bug.pm: Added.
3503 * BugsSite/Bugzilla/BugMail.pm: Added.
3504 * BugsSite/Bugzilla/CGI.pm: Added.
3505 * BugsSite/Bugzilla/Chart.pm: Added.
3506 * BugsSite/Bugzilla/Config.pm: Added.
3507 * BugsSite/Bugzilla/Constants.pm: Added.
3508 * BugsSite/Bugzilla/DB: Added.
3509 * BugsSite/Bugzilla/DB.pm: Added.
3510 * BugsSite/Bugzilla/DB/Mysql.pm: Added.
3511 * BugsSite/Bugzilla/DB/Pg.pm: Added.
3512 * BugsSite/Bugzilla/DB/Schema: Added.
3513 * BugsSite/Bugzilla/DB/Schema.pm: Added.
3514 * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added.
3515 * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added.
3516 * BugsSite/Bugzilla/Error.pm: Added.
3517 * BugsSite/Bugzilla/Flag.pm: Added.
3518 * BugsSite/Bugzilla/FlagType.pm: Added.
3519 * BugsSite/Bugzilla/Group.pm: Added.
3520 * BugsSite/Bugzilla/Search.pm: Added.
3521 * BugsSite/Bugzilla/Series.pm: Added.
3522 * BugsSite/Bugzilla/Template: Added.
3523 * BugsSite/Bugzilla/Template.pm: Added.
3524 * BugsSite/Bugzilla/Template/Plugin: Added.
3525 * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added.
3526 * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added.
3527 * BugsSite/Bugzilla/Template/Plugin/User.pm: Added.
3528 * BugsSite/Bugzilla/Token.pm: Added.
3529 * BugsSite/Bugzilla/User: Added.
3530 * BugsSite/Bugzilla/User.pm: Added.
3531 * BugsSite/Bugzilla/User/Setting.pm: Added.
3532 * BugsSite/Bugzilla/Util.pm: Added.
3533 * BugsSite/CGI.pl: Added.
3534 * BugsSite/PrettyPatch: Added.
3535 * BugsSite/PrettyPatch/PrettyPatch.rb: Added.
3536 * BugsSite/PrettyPatch/prettify.rb: Added.
3537 * BugsSite/QUICKSTART: Added.
3538 * BugsSite/README: Added.
3539 * BugsSite/UPGRADING: Added.
3540 * BugsSite/UPGRADING-pre-2.8: Added.
3541 * BugsSite/ant.jpg: Added.
3542 * BugsSite/attachment-aroben.cgi: Added.
3543 * BugsSite/attachment.cgi: Added.
3544 * BugsSite/buglist.cgi: Added.
3545 * BugsSite/bugzilla.dtd: Added.
3546 * BugsSite/chart.cgi: Added.
3547 * BugsSite/checksetup.pl: Added.
3548 * BugsSite/colchange.cgi: Added.
3549 * BugsSite/collectstats.pl: Added.
3550 * BugsSite/config.cgi: Added.
3551 * BugsSite/contrib: Added.
3552 * BugsSite/contrib/BugzillaEmail.pm: Added.
3553 * BugsSite/contrib/README: Added.
3554 * BugsSite/contrib/README.Mailif: Added.
3555 * BugsSite/contrib/bug_email.pl: Added.
3556 * BugsSite/contrib/bugmail_help.html: Added.
3557 * BugsSite/contrib/bugzilla-submit: Added.
3558 * BugsSite/contrib/bugzilla-submit/README: Added.
3559 * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added.
3560 * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added.
3561 * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added.
3562 * BugsSite/contrib/bugzilla.procmailrc: Added.
3563 * BugsSite/contrib/bugzilla_email_append.pl: Added.
3564 * BugsSite/contrib/bugzilla_ldapsync.rb: Added.
3565 * BugsSite/contrib/bzdbcopy.pl: Added.
3566 * BugsSite/contrib/cmdline: Added.
3567 * BugsSite/contrib/cmdline/bugcount: Added.
3568 * BugsSite/contrib/cmdline/bugids: Added.
3569 * BugsSite/contrib/cmdline/buglist: Added.
3570 * BugsSite/contrib/cmdline/bugs: Added.
3571 * BugsSite/contrib/cmdline/bugslink: Added.
3572 * BugsSite/contrib/cmdline/makequery: Added.
3573 * BugsSite/contrib/cmdline/query.conf: Added.
3574 * BugsSite/contrib/cvs-update.pl: Added.
3575 * BugsSite/contrib/gnats2bz.pl: Added.
3576 * BugsSite/contrib/gnatsparse: Added.
3577 * BugsSite/contrib/gnatsparse/README: Added.
3578 * BugsSite/contrib/gnatsparse/gnatsparse.py: Added.
3579 * BugsSite/contrib/gnatsparse/magic.py: Added.
3580 * BugsSite/contrib/gnatsparse/specialuu.py: Added.
3581 * BugsSite/contrib/jb2bz.py: Added.
3582 * BugsSite/contrib/mysqld-watcher.pl: Added.
3583 * BugsSite/contrib/sendbugmail.pl: Added.
3584 * BugsSite/contrib/sendunsentbugmail.pl: Added.
3585 * BugsSite/contrib/syncLDAP.pl: Added.
3586 * BugsSite/contrib/yp_nomail.sh: Added.
3587 * BugsSite/createaccount.cgi: Added.
3588 * BugsSite/data: Added.
3589 * BugsSite/data/.htaccess: Added.
3590 * BugsSite/data/attachments: Added.
3591 * BugsSite/data/attachments/.htaccess: Added.
3592 * BugsSite/data/duplicates: Added.
3593 * BugsSite/data/mail: Added.
3594 * BugsSite/data/mimedump-tmp: Added.
3595 * BugsSite/data/mining: Added.
3596 * BugsSite/data/nomail: Added.
3597 * BugsSite/data/params: Added.
3598 * BugsSite/data/template: Added.
3599 * BugsSite/data/template/template: Added.
3600 * BugsSite/data/template/template/en: Added.
3601 * BugsSite/data/template/template/en/custom: Added.
3602 * BugsSite/data/template/template/en/custom/account: Added.
3603 * BugsSite/data/template/template/en/custom/account/auth: Added.
3604 * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
3605 * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added.
3606 * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added.
3607 * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added.
3608 * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added.
3609 * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added.
3610 * BugsSite/data/template/template/en/custom/account/email: Added.
3611 * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added.
3612 * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added.
3613 * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added.
3614 * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added.
3615 * BugsSite/data/template/template/en/custom/account/password: Added.
3616 * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
3617 * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
3618 * BugsSite/data/template/template/en/custom/account/prefs: Added.
3619 * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added.
3620 * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added.
3621 * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added.
3622 * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added.
3623 * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added.
3624 * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
3625 * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added.
3626 * BugsSite/data/template/template/en/custom/admin: Added.
3627 * BugsSite/data/template/template/en/custom/admin/classifications: Added.
3628 * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added.
3629 * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added.
3630 * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added.
3631 * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added.
3632 * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added.
3633 * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
3634 * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added.
3635 * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added.
3636 * BugsSite/data/template/template/en/custom/admin/components: Added.
3637 * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
3638 * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added.
3639 * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added.
3640 * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added.
3641 * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added.
3642 * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added.
3643 * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added.
3644 * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added.
3645 * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added.
3646 * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added.
3647 * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
3648 * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
3649 * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
3650 * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
3651 * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
3652 * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
3653 * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
3654 * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
3655 * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
3656 * BugsSite/data/template/template/en/custom/admin/flag-type: Added.
3657 * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
3658 * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
3659 * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added.
3660 * BugsSite/data/template/template/en/custom/admin/groups: Added.
3661 * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added.
3662 * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added.
3663 * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added.
3664 * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added.
3665 * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added.
3666 * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added.
3667 * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added.
3668 * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added.
3669 * BugsSite/data/template/template/en/custom/admin/keywords: Added.
3670 * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
3671 * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
3672 * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
3673 * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
3674 * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
3675 * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
3676 * BugsSite/data/template/template/en/custom/admin/milestones: Added.
3677 * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
3678 * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added.
3679 * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added.
3680 * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
3681 * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added.
3682 * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added.
3683 * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added.
3684 * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
3685 * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added.
3686 * BugsSite/data/template/template/en/custom/admin/products: Added.
3687 * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
3688 * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added.
3689 * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added.
3690 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added.
3691 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
3692 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
3693 * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
3694 * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added.
3695 * BugsSite/data/template/template/en/custom/admin/settings: Added.
3696 * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added.
3697 * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added.
3698 * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added.
3699 * BugsSite/data/template/template/en/custom/admin/users: Added.
3700 * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
3701 * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added.
3702 * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added.
3703 * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added.
3704 * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
3705 * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added.
3706 * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added.
3707 * BugsSite/data/template/template/en/custom/admin/versions: Added.
3708 * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
3709 * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added.
3710 * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added.
3711 * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added.
3712 * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added.
3713 * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added.
3714 * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added.
3715 * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added.
3716 * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added.
3717 * BugsSite/data/template/template/en/custom/attachment: Added.
3718 * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added.
3719 * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added.
3720 * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added.
3721 * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added.
3722 * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added.
3723 * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added.
3724 * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added.
3725 * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added.
3726 * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added.
3727 * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added.
3728 * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added.
3729 * BugsSite/data/template/template/en/custom/bug: Added.
3730 * BugsSite/data/template/template/en/custom/bug/activity: Added.
3731 * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added.
3732 * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added.
3733 * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added.
3734 * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added.
3735 * BugsSite/data/template/template/en/custom/bug/create: Added.
3736 * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
3737 * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added.
3738 * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added.
3739 * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added.
3740 * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added.
3741 * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added.
3742 * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added.
3743 * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added.
3744 * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added.
3745 * BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added.
3746 * BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added.
3747 * BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added.
3748 * BugsSite/data/template/template/en/custom/bug/process: Added.
3749 * BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added.
3750 * BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
3751 * BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added.
3752 * BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added.
3753 * BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added.
3754 * BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added.
3755 * BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
3756 * BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added.
3757 * BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added.
3758 * BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added.
3759 * BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added.
3760 * BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added.
3761 * BugsSite/data/template/template/en/custom/bug/votes: Added.
3762 * BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
3763 * BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
3764 * BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
3765 * BugsSite/data/template/template/en/custom/config.js.tmpl: Added.
3766 * BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added.
3767 * BugsSite/data/template/template/en/custom/flag: Added.
3768 * BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added.
3769 * BugsSite/data/template/template/en/custom/global: Added.
3770 * BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added.
3771 * BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added.
3772 * BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added.
3773 * BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added.
3774 * BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added.
3775 * BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added.
3776 * BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added.
3777 * BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added.
3778 * BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added.
3779 * BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added.
3780 * BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added.
3781 * BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added.
3782 * BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added.
3783 * BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added.
3784 * BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added.
3785 * BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added.
3786 * BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added.
3787 * BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added.
3788 * BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added.
3789 * BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added.
3790 * BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added.
3791 * BugsSite/data/template/template/en/custom/index.html.tmpl: Added.
3792 * BugsSite/data/template/template/en/custom/list: Added.
3793 * BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added.
3794 * BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added.
3795 * BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added.
3796 * BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added.
3797 * BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added.
3798 * BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added.
3799 * BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added.
3800 * BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added.
3801 * BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added.
3802 * BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added.
3803 * BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added.
3804 * BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added.
3805 * BugsSite/data/template/template/en/custom/pages: Added.
3806 * BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added.
3807 * BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added.
3808 * BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added.
3809 * BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added.
3810 * BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added.
3811 * BugsSite/data/template/template/en/custom/reports: Added.
3812 * BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added.
3813 * BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added.
3814 * BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added.
3815 * BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added.
3816 * BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added.
3817 * BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
3818 * BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added.
3819 * BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added.
3820 * BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added.
3821 * BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added.
3822 * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added.
3823 * BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added.
3824 * BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added.
3825 * BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added.
3826 * BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added.
3827 * BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added.
3828 * BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added.
3829 * BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added.
3830 * BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added.
3831 * BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added.
3832 * BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added.
3833 * BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added.
3834 * BugsSite/data/template/template/en/custom/request: Added.
3835 * BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added.
3836 * BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added.
3837 * BugsSite/data/template/template/en/custom/search: Added.
3838 * BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added.
3839 * BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added.
3840 * BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added.
3841 * BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added.
3842 * BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added.
3843 * BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added.
3844 * BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added.
3845 * BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added.
3846 * BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added.
3847 * BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added.
3848 * BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added.
3849 * BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added.
3850 * BugsSite/data/template/template/en/custom/whine: Added.
3851 * BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added.
3852 * BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added.
3853 * BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
3854 * BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added.
3855 * BugsSite/data/template/template/en/default: Added.
3856 * BugsSite/data/template/template/en/default/attachment: Added.
3857 * BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added.
3858 * BugsSite/data/template/template/en/default/list: Added.
3859 * BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added.
3860 * BugsSite/data/versioncache: Added.
3861 * BugsSite/data/versioncache.13P9L: Added.
3862 * BugsSite/data/versioncache.1lH1E: Added.
3863 * BugsSite/data/versioncache.3AnHd: Added.
3864 * BugsSite/data/versioncache.3Jmjt: Added.
3865 * BugsSite/data/versioncache.3JzIL: Added.
3866 * BugsSite/data/versioncache.77b4y: Added.
3867 * BugsSite/data/versioncache.7VzyU: Added.
3868 * BugsSite/data/versioncache.EQdAm: Added.
3869 * BugsSite/data/versioncache.EouAG: Added.
3870 * BugsSite/data/versioncache.LJ5n1: Added.
3871 * BugsSite/data/versioncache.Lb0fW: Added.
3872 * BugsSite/data/versioncache.PyAd8: Added.
3873 * BugsSite/data/versioncache.SFyse: Added.
3874 * BugsSite/data/versioncache.SkTTg: Added.
3875 * BugsSite/data/versioncache.VVO7E: Added.
3876 * BugsSite/data/versioncache.XbxgU: Added.
3877 * BugsSite/data/versioncache.Yezqr: Added.
3878 * BugsSite/data/versioncache.dtzIv: Added.
3879 * BugsSite/data/versioncache.jzpeh: Added.
3880 * BugsSite/data/versioncache.pbn6U: Added.
3881 * BugsSite/data/versioncache.qyixS: Added.
3882 * BugsSite/data/versioncache.sBMdb: Added.
3883 * BugsSite/data/versioncache.xNi34: Added.
3884 * BugsSite/data/webdot: Added.
3885 * BugsSite/data/webdot/.htaccess: Added.
3886 * BugsSite/data/webdot/0ZLH3QpFd8.dot: Added.
3887 * BugsSite/data/webdot/3s6e7eC2Dy.dot: Added.
3888 * BugsSite/data/webdot/6MW0q54cyY.dot: Added.
3889 * BugsSite/data/webdot/A2RlhPdO2Q.dot: Added.
3890 * BugsSite/data/webdot/DuBX4I4946.dot: Added.
3891 * BugsSite/data/webdot/GudTgvrKBX.dot: Added.
3892 * BugsSite/data/webdot/I1mCbLtAzQ.dot: Added.
3893 * BugsSite/data/webdot/JtKgvWGVb4.dot: Added.
3894 * BugsSite/data/webdot/RFk4bjAwYc.dot: Added.
3895 * BugsSite/data/webdot/YQ1pWFVfqt.dot: Added.
3896 * BugsSite/data/webdot/YcFUepShZI.dot: Added.
3897 * BugsSite/data/webdot/a9i00KgTQk.dot: Added.
3898 * BugsSite/data/webdot/c412GYaHch.dot: Added.
3899 * BugsSite/data/webdot/hjYnYr3tV1.dot: Added.
3900 * BugsSite/data/webdot/pq3Qw7wynI.dot: Added.
3901 * BugsSite/data/webdot/tL7GjA7bqH.dot: Added.
3902 * BugsSite/defparams.pl: Added.
3903 * BugsSite/describecomponents.cgi: Added.
3904 * BugsSite/describekeywords.cgi: Added.
3905 * BugsSite/describekeywords.cgi.bak: Added.
3906 * BugsSite/docs: Added.
3907 * BugsSite/docs/.cvsignore: Added.
3908 * BugsSite/docs/README.docs: Added.
3909 * BugsSite/docs/html: Added.
3910 * BugsSite/docs/html/Bugzilla-Guide.html: Added.
3911 * BugsSite/docs/html/about.html: Added.
3912 * BugsSite/docs/html/administration.html: Added.
3913 * BugsSite/docs/html/bug_page.html: Added.
3914 * BugsSite/docs/html/bugreports.html: Added.
3915 * BugsSite/docs/html/cmdline-bugmail.html: Added.
3916 * BugsSite/docs/html/cmdline.html: Added.
3917 * BugsSite/docs/html/components.html: Added.
3918 * BugsSite/docs/html/configuration.html: Added.
3919 * BugsSite/docs/html/conventions.html: Added.
3920 * BugsSite/docs/html/copyright.html: Added.
3921 * BugsSite/docs/html/credits.html: Added.
3922 * BugsSite/docs/html/cust-change-permissions.html: Added.
3923 * BugsSite/docs/html/cust-hooks.html: Added.
3924 * BugsSite/docs/html/cust-templates.html: Added.
3925 * BugsSite/docs/html/customization.html: Added.
3926 * BugsSite/docs/html/dbdoc.html: Added.
3927 * BugsSite/docs/html/dbmodify.html: Added.
3928 * BugsSite/docs/html/disclaimer.html: Added.
3929 * BugsSite/docs/html/extraconfig.html: Added.
3930 * BugsSite/docs/html/faq.html: Added.
3931 * BugsSite/docs/html/flags-overview.html: Added.
3932 * BugsSite/docs/html/flags.html: Added.
3933 * BugsSite/docs/html/general-advice.html: Added.
3934 * BugsSite/docs/html/gfdl-0.html: Added.
3935 * BugsSite/docs/html/gfdl-1.html: Added.
3936 * BugsSite/docs/html/gfdl-10.html: Added.
3937 * BugsSite/docs/html/gfdl-2.html: Added.
3938 * BugsSite/docs/html/gfdl-3.html: Added.
3939 * BugsSite/docs/html/gfdl-4.html: Added.
3940 * BugsSite/docs/html/gfdl-5.html: Added.
3941 * BugsSite/docs/html/gfdl-6.html: Added.
3942 * BugsSite/docs/html/gfdl-7.html: Added.
3943 * BugsSite/docs/html/gfdl-8.html: Added.
3944 * BugsSite/docs/html/gfdl-9.html: Added.
3945 * BugsSite/docs/html/gfdl-howto.html: Added.
3946 * BugsSite/docs/html/gfdl.html: Added.
3947 * BugsSite/docs/html/glossary.html: Added.
3948 * BugsSite/docs/html/groups.html: Added.
3949 * BugsSite/docs/html/hintsandtips.html: Added.
3950 * BugsSite/docs/html/index.html: Added.
3951 * BugsSite/docs/html/install-perlmodules-manual.html: Added.
3952 * BugsSite/docs/html/installation.html: Added.
3953 * BugsSite/docs/html/installing-bugzilla.html: Added.
3954 * BugsSite/docs/html/integration.html: Added.
3955 * BugsSite/docs/html/lifecycle.html: Added.
3956 * BugsSite/docs/html/list.html: Added.
3957 * BugsSite/docs/html/milestones.html: Added.
3958 * BugsSite/docs/html/modules-manual-download.html: Added.
3959 * BugsSite/docs/html/modules-manual-instructions.html: Added.
3960 * BugsSite/docs/html/modules-manual-optional.html: Added.
3961 * BugsSite/docs/html/myaccount.html: Added.
3962 * BugsSite/docs/html/newversions.html: Added.
3963 * BugsSite/docs/html/nonroot.html: Added.
3964 * BugsSite/docs/html/os-specific.html: Added.
3965 * BugsSite/docs/html/parameters.html: Added.
3966 * BugsSite/docs/html/paranoid-security.html: Added.
3967 * BugsSite/docs/html/patches.html: Added.
3968 * BugsSite/docs/html/patchviewer.html: Added.
3969 * BugsSite/docs/html/products.html: Added.
3970 * BugsSite/docs/html/query.html: Added.
3971 * BugsSite/docs/html/quips.html: Added.
3972 * BugsSite/docs/html/reporting.html: Added.
3973 * BugsSite/docs/html/security-bugzilla.html: Added.
3974 * BugsSite/docs/html/security-mysql.html: Added.
3975 * BugsSite/docs/html/security-os.html: Added.
3976 * BugsSite/docs/html/security-webserver.html: Added.
3977 * BugsSite/docs/html/security.html: Added.
3978 * BugsSite/docs/html/trbl-bundlebugzilla.html: Added.
3979 * BugsSite/docs/html/trbl-dbdsponge.html: Added.
3980 * BugsSite/docs/html/trbl-index.html: Added.
3981 * BugsSite/docs/html/trbl-passwd-encryption.html: Added.
3982 * BugsSite/docs/html/trbl-perlmodule.html: Added.
3983 * BugsSite/docs/html/trbl-relogin-everyone.html: Added.
3984 * BugsSite/docs/html/trbl-testserver.html: Added.
3985 * BugsSite/docs/html/trouble-filetemp.html: Added.
3986 * BugsSite/docs/html/troubleshooting.html: Added.
3987 * BugsSite/docs/html/upgrading.html: Added.
3988 * BugsSite/docs/html/useradmin.html: Added.
3989 * BugsSite/docs/html/userpreferences.html: Added.
3990 * BugsSite/docs/html/using-intro.html: Added.
3991 * BugsSite/docs/html/using.html: Added.
3992 * BugsSite/docs/html/versions.html: Added.
3993 * BugsSite/docs/html/voting.html: Added.
3994 * BugsSite/docs/html/whining.html: Added.
3995 * BugsSite/docs/html/x3190.html: Added.
3996 * BugsSite/docs/images: Added.
3997 * BugsSite/docs/images/bzLifecycle.png: Added.
3998 * BugsSite/docs/images/bzLifecycle.xml: Added.
3999 * BugsSite/docs/images/callouts: Added.
4000 * BugsSite/docs/images/callouts/1.gif: Added.
4001 * BugsSite/docs/images/callouts/2.gif: Added.
4002 * BugsSite/docs/images/callouts/3.gif: Added.
4003 * BugsSite/docs/images/caution.gif: Added.
4004 * BugsSite/docs/images/note.gif: Added.
4005 * BugsSite/docs/images/tip.gif: Added.
4006 * BugsSite/docs/images/warning.gif: Added.
4007 * BugsSite/docs/makedocs.pl: Added.
4008 * BugsSite/docs/pdf: Added.
4009 * BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added.
4010 * BugsSite/docs/rel_notes.txt: Added.
4011 * BugsSite/docs/txt: Added.
4012 * BugsSite/docs/txt/Bugzilla-Guide.txt: Added.
4013 * BugsSite/docs/xml: Added.
4014 * BugsSite/docs/xml/Bugzilla-Guide.xml: Added.
4015 * BugsSite/docs/xml/about.xml: Added.
4016 * BugsSite/docs/xml/administration.xml: Added.
4017 * BugsSite/docs/xml/conventions.xml: Added.
4018 * BugsSite/docs/xml/customization.xml: Added.
4019 * BugsSite/docs/xml/dbschema.mysql: Added.
4020 * BugsSite/docs/xml/faq.xml: Added.
4021 * BugsSite/docs/xml/filetemp.patch: Added.
4022 * BugsSite/docs/xml/gfdl.xml: Added.
4023 * BugsSite/docs/xml/glossary.xml: Added.
4024 * BugsSite/docs/xml/index.xml: Added.
4025 * BugsSite/docs/xml/installation.xml: Added.
4026 * BugsSite/docs/xml/integration.xml: Added.
4027 * BugsSite/docs/xml/introduction.xml: Added.
4028 * BugsSite/docs/xml/modules.xml: Added.
4029 * BugsSite/docs/xml/patches.xml: Added.
4030 * BugsSite/docs/xml/requiredsoftware.xml: Added.
4031 * BugsSite/docs/xml/security.xml: Added.
4032 * BugsSite/docs/xml/troubleshooting.xml: Added.
4033 * BugsSite/docs/xml/using.xml: Added.
4034 * BugsSite/doeditparams.cgi: Added.
4035 * BugsSite/duplicates.cgi: Added.
4036 * BugsSite/duplicates.xul: Added.
4037 * BugsSite/editclassifications.cgi: Added.
4038 * BugsSite/editcomponents.cgi: Added.
4039 * BugsSite/editflagtypes.cgi: Added.
4040 * BugsSite/editgroups.cgi: Added.
4041 * BugsSite/editkeywords.cgi: Added.
4042 * BugsSite/editmilestones.cgi: Added.
4043 * BugsSite/editparams.cgi: Added.
4044 * BugsSite/editproducts.cgi: Added.
4045 * BugsSite/editsettings.cgi: Added.
4046 * BugsSite/editusers.cgi: Added.
4047 * BugsSite/editvalues.cgi: Added.
4048 * BugsSite/editversions.cgi: Added.
4049 * BugsSite/editwhines.cgi: Added.
4050 * BugsSite/enter_bug.cgi: Added.
4051 * BugsSite/favicon.ico: Added.
4052 * BugsSite/globals.pl: Added.
4053 * BugsSite/graphs: Added.
4054 * BugsSite/images: Added.
4055 * BugsSite/images/padlock.png: Added.
4056 * BugsSite/importxml.pl: Added.
4057 * BugsSite/index.cgi: Added.
4058 * BugsSite/js: Added.
4059 * BugsSite/js/duplicates.js: Added.
4060 * BugsSite/js/productform.js: Added.
4061 * BugsSite/localconfig.js: Added.
4062 * BugsSite/long_list.cgi: Added.
4063 * BugsSite/move.pl: Added.
4064 * BugsSite/page.cgi: Added.
4065 * BugsSite/post_bug.cgi: Added.
4066 * BugsSite/process_bug.cgi: Added.
4067 * BugsSite/productmenu.js: Added.
4068 * BugsSite/query.cgi: Added.
4069 * BugsSite/quicksearch.html: Added.
4070 * BugsSite/quicksearch.js: Added.
4071 * BugsSite/quicksearchhack.html: Added.
4072 * BugsSite/quips.cgi: Added.
4073 * BugsSite/relogin.cgi: Added.
4074 * BugsSite/report.cgi: Added.
4075 * BugsSite/reports.cgi: Added.
4076 * BugsSite/request.cgi: Added.
4077 * BugsSite/robots.txt: Added.
4078 * BugsSite/runtests.pl: Added.
4079 * BugsSite/sanitycheck.cgi: Added.
4080 * BugsSite/show_activity.cgi: Added.
4081 * BugsSite/show_bug.cgi: Added.
4082 * BugsSite/showattachment.cgi: Added.
4083 * BugsSite/showdependencygraph.cgi: Added.
4084 * BugsSite/showdependencytree.cgi: Added.
4085 * BugsSite/sidebar.cgi: Added.
4086 * BugsSite/skins: Added.
4087 * BugsSite/skins/.cvsignore: Added.
4088 * BugsSite/skins/custom: Added.
4089 * BugsSite/skins/custom/admin.css: Added.
4090 * BugsSite/skins/custom/buglist.css: Added.
4091 * BugsSite/skins/custom/duplicates.css: Added.
4092 * BugsSite/skins/custom/editusers.css: Added.
4093 * BugsSite/skins/custom/global.css: Added.
4094 * BugsSite/skins/custom/index.css: Added.
4095 * BugsSite/skins/custom/opendarwin.gif: Added.
4096 * BugsSite/skins/custom/panel.css: Added.
4097 * BugsSite/skins/custom/show_multiple.css: Added.
4098 * BugsSite/skins/custom/summarize-time.css: Added.
4099 * BugsSite/skins/custom/voting.css: Added.
4100 * BugsSite/skins/standard: Added.
4101 * BugsSite/skins/standard/admin.css: Added.
4102 * BugsSite/skins/standard/buglist.css: Added.
4103 * BugsSite/skins/standard/duplicates.css: Added.
4104 * BugsSite/skins/standard/editusers.css: Added.
4105 * BugsSite/skins/standard/global: Added.
4106 * BugsSite/skins/standard/global.css: Added.
4107 * BugsSite/skins/standard/global/body-back.gif: Added.
4108 * BugsSite/skins/standard/global/header.png: Added.
4109 * BugsSite/skins/standard/index: Added.
4110 * BugsSite/skins/standard/index.css: Added.
4111 * BugsSite/skins/standard/index/front.jpg: Added.
4112 * BugsSite/skins/standard/index/front.png: Added.
4113 * BugsSite/skins/standard/panel.css: Added.
4114 * BugsSite/skins/standard/show_multiple.css: Added.
4115 * BugsSite/skins/standard/summarize-time.css: Added.
4116 * BugsSite/skins/standard/voting.css: Added.
4117 * BugsSite/summarize_time.cgi: Added.
4118 * BugsSite/t: Added.
4119 * BugsSite/t/001compile.t: Added.
4120 * BugsSite/t/002goodperl.t: Added.
4121 * BugsSite/t/003safesys.t: Added.
4122 * BugsSite/t/004template.t: Added.
4123 * BugsSite/t/005no_tabs.t: Added.
4124 * BugsSite/t/006spellcheck.t: Added.
4125 * BugsSite/t/007util.t: Added.
4126 * BugsSite/t/008filter.t: Added.
4127 * BugsSite/t/009bugwords.t: Added.
4128 * BugsSite/t/011pod.t: Added.
4129 * BugsSite/t/Support: Added.
4130 * BugsSite/t/Support/Files.pm: Added.
4131 * BugsSite/t/Support/Systemexec.pm: Added.
4132 * BugsSite/t/Support/Templates.pm: Added.
4133 * BugsSite/t/testchart.gif: Added.
4134 * BugsSite/t/testchart.png: Added.
4135 * BugsSite/t/testgd.png: Added.
4136 * BugsSite/template: Added.
4137 * BugsSite/template/.cvsignore: Added.
4138 * BugsSite/template/.htaccess: Added.
4139 * BugsSite/template/en: Added.
4140 * BugsSite/template/en/.cvsignore: Added.
4141 * BugsSite/template/en/custom: Added.
4142 * BugsSite/template/en/custom/account: Added.
4143 * BugsSite/template/en/custom/account/auth: Added.
4144 * BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
4145 * BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added.
4146 * BugsSite/template/en/custom/account/auth/login.html.tmpl: Added.
4147 * BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added.
4148 * BugsSite/template/en/custom/account/create.html.tmpl: Added.
4149 * BugsSite/template/en/custom/account/created.html.tmpl: Added.
4150 * BugsSite/template/en/custom/account/email: Added.
4151 * BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added.
4152 * BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added.
4153 * BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added.
4154 * BugsSite/template/en/custom/account/exists.html.tmpl: Added.
4155 * BugsSite/template/en/custom/account/password: Added.
4156 * BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
4157 * BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
4158 * BugsSite/template/en/custom/account/prefs: Added.
4159 * BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added.
4160 * BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added.
4161 * BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added.
4162 * BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added.
4163 * BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added.
4164 * BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
4165 * BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added.
4166 * BugsSite/template/en/custom/admin: Added.
4167 * BugsSite/template/en/custom/admin/classifications: Added.
4168 * BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added.
4169 * BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added.
4170 * BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added.
4171 * BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added.
4172 * BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added.
4173 * BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
4174 * BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added.
4175 * BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added.
4176 * BugsSite/template/en/custom/admin/components: Added.
4177 * BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
4178 * BugsSite/template/en/custom/admin/components/create.html.tmpl: Added.
4179 * BugsSite/template/en/custom/admin/components/created.html.tmpl: Added.
4180 * BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added.
4181 * BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added.
4182 * BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added.
4183 * BugsSite/template/en/custom/admin/components/list.html.tmpl: Added.
4184 * BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added.
4185 * BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added.
4186 * BugsSite/template/en/custom/admin/fieldvalues: Added.
4187 * BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
4188 * BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
4189 * BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
4190 * BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
4191 * BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
4192 * BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
4193 * BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
4194 * BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
4195 * BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
4196 * BugsSite/template/en/custom/admin/flag-type: Added.
4197 * BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
4198 * BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
4199 * BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added.
4200 * BugsSite/template/en/custom/admin/groups: Added.
4201 * BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added.
4202 * BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added.
4203 * BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added.
4204 * BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added.
4205 * BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added.
4206 * BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added.
4207 * BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added.
4208 * BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added.
4209 * BugsSite/template/en/custom/admin/keywords: Added.
4210 * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
4211 * BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added.
4212 * BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added.
4213 * BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added.
4214 * BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added.
4215 * BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
4216 * BugsSite/template/en/custom/admin/milestones: Added.
4217 * BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
4218 * BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added.
4219 * BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added.
4220 * BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
4221 * BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added.
4222 * BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added.
4223 * BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added.
4224 * BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
4225 * BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added.
4226 * BugsSite/template/en/custom/admin/products: Added.
4227 * BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
4228 * BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added.
4229 * BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added.
4230 * BugsSite/template/en/custom/admin/products/groupcontrol: Added.
4231 * BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
4232 * BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
4233 * BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
4234 * BugsSite/template/en/custom/admin/products/list.html.tmpl: Added.
4235 * BugsSite/template/en/custom/admin/settings: Added.
4236 * BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added.
4237 * BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added.
4238 * BugsSite/template/en/custom/admin/table.html.tmpl: Added.
4239 * BugsSite/template/en/custom/admin/users: Added.
4240 * BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
4241 * BugsSite/template/en/custom/admin/users/create.html.tmpl: Added.
4242 * BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added.
4243 * BugsSite/template/en/custom/admin/users/list.html.tmpl: Added.
4244 * BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
4245 * BugsSite/template/en/custom/admin/users/search.html.tmpl: Added.
4246 * BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added.
4247 * BugsSite/template/en/custom/admin/versions: Added.
4248 * BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
4249 * BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added.
4250 * BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added.
4251 * BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added.
4252 * BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added.
4253 * BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added.
4254 * BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added.
4255 * BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added.
4256 * BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added.
4257 * BugsSite/template/en/custom/attachment: Added.
4258 * BugsSite/template/en/custom/attachment/choose.html.tmpl: Added.
4259 * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added.
4260 * BugsSite/template/en/custom/attachment/create.html.tmpl: Added.
4261 * BugsSite/template/en/custom/attachment/created.html.tmpl: Added.
4262 * BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added.
4263 * BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added.
4264 * BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added.
4265 * BugsSite/template/en/custom/attachment/edit.html.tmpl: Added.
4266 * BugsSite/template/en/custom/attachment/list.html.tmpl: Added.
4267 * BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added.
4268 * BugsSite/template/en/custom/attachment/updated.html.tmpl: Added.
4269 * BugsSite/template/en/custom/bug: Added.
4270 * BugsSite/template/en/custom/bug/activity: Added.
4271 * BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added.
4272 * BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added.
4273 * BugsSite/template/en/custom/bug/choose.html.tmpl: Added.
4274 * BugsSite/template/en/custom/bug/comments.html.tmpl: Added.
4275 * BugsSite/template/en/custom/bug/create: Added.
4276 * BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
4277 * BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added.
4278 * BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added.
4279 * BugsSite/template/en/custom/bug/create/create.html.tmpl: Added.
4280 * BugsSite/template/en/custom/bug/create/created.html.tmpl: Added.
4281 * BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added.
4282 * BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added.
4283 * BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added.
4284 * BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added.
4285 * BugsSite/template/en/custom/bug/edit.html.tmpl: Added.
4286 * BugsSite/template/en/custom/bug/knob.html.tmpl: Added.
4287 * BugsSite/template/en/custom/bug/navigate.html.tmpl: Added.
4288 * BugsSite/template/en/custom/bug/process: Added.
4289 * BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added.
4290 * BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
4291 * BugsSite/template/en/custom/bug/process/header.html.tmpl: Added.
4292 * BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added.
4293 * BugsSite/template/en/custom/bug/process/next.html.tmpl: Added.
4294 * BugsSite/template/en/custom/bug/process/results.html.tmpl: Added.
4295 * BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
4296 * BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added.
4297 * BugsSite/template/en/custom/bug/show.html.tmpl: Added.
4298 * BugsSite/template/en/custom/bug/show.xml.tmpl: Added.
4299 * BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added.
4300 * BugsSite/template/en/custom/bug/time.html.tmpl: Added.
4301 * BugsSite/template/en/custom/bug/votes: Added.
4302 * BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
4303 * BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
4304 * BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
4305 * BugsSite/template/en/custom/config.js.tmpl: Added.
4306 * BugsSite/template/en/custom/config.rdf.tmpl: Added.
4307 * BugsSite/template/en/custom/filterexceptions.pl: Added.
4308 * BugsSite/template/en/custom/flag: Added.
4309 * BugsSite/template/en/custom/flag/list.html.tmpl: Added.
4310 * BugsSite/template/en/custom/global: Added.
4311 * BugsSite/template/en/custom/global/banner.html.tmpl: Added.
4312 * BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added.
4313 * BugsSite/template/en/custom/global/choose-product.html.tmpl: Added.
4314 * BugsSite/template/en/custom/global/code-error.html.tmpl: Added.
4315 * BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added.
4316 * BugsSite/template/en/custom/global/field-descs.none.tmpl: Added.
4317 * BugsSite/template/en/custom/global/footer.html.tmpl: Added.
4318 * BugsSite/template/en/custom/global/header.html.tmpl: Added.
4319 * BugsSite/template/en/custom/global/help-header.html.tmpl: Added.
4320 * BugsSite/template/en/custom/global/help.html.tmpl: Added.
4321 * BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added.
4322 * BugsSite/template/en/custom/global/initialize.none.tmpl: Added.
4323 * BugsSite/template/en/custom/global/message.html.tmpl: Added.
4324 * BugsSite/template/en/custom/global/messages.html.tmpl: Added.
4325 * BugsSite/template/en/custom/global/select-menu.html.tmpl: Added.
4326 * BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added.
4327 * BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added.
4328 * BugsSite/template/en/custom/global/useful-links.html.tmpl: Added.
4329 * BugsSite/template/en/custom/global/user-error.html.tmpl: Added.
4330 * BugsSite/template/en/custom/global/userselect.html.tmpl: Added.
4331 * BugsSite/template/en/custom/global/variables.none.tmpl: Added.
4332 * BugsSite/template/en/custom/index.html.tmpl: Added.
4333 * BugsSite/template/en/custom/list: Added.
4334 * BugsSite/template/en/custom/list/change-columns.html.tmpl: Added.
4335 * BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added.
4336 * BugsSite/template/en/custom/list/list-simple.html.tmpl: Added.
4337 * BugsSite/template/en/custom/list/list.csv.tmpl: Added.
4338 * BugsSite/template/en/custom/list/list.html.tmpl: Added.
4339 * BugsSite/template/en/custom/list/list.ics.tmpl: Added.
4340 * BugsSite/template/en/custom/list/list.js.tmpl: Added.
4341 * BugsSite/template/en/custom/list/list.rdf.tmpl: Added.
4342 * BugsSite/template/en/custom/list/list.rss.tmpl: Added.
4343 * BugsSite/template/en/custom/list/quips.html.tmpl: Added.
4344 * BugsSite/template/en/custom/list/server-push.html.tmpl: Added.
4345 * BugsSite/template/en/custom/list/table.html.tmpl: Added.
4346 * BugsSite/template/en/custom/pages: Added.
4347 * BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added.
4348 * BugsSite/template/en/custom/pages/fields.html.tmpl: Added.
4349 * BugsSite/template/en/custom/pages/linked.html.tmpl: Added.
4350 * BugsSite/template/en/custom/pages/linkify.html.tmpl: Added.
4351 * BugsSite/template/en/custom/pages/voting.html.tmpl: Added.
4352 * BugsSite/template/en/custom/reports: Added.
4353 * BugsSite/template/en/custom/reports/chart.csv.tmpl: Added.
4354 * BugsSite/template/en/custom/reports/chart.html.tmpl: Added.
4355 * BugsSite/template/en/custom/reports/chart.png.tmpl: Added.
4356 * BugsSite/template/en/custom/reports/components.html.tmpl: Added.
4357 * BugsSite/template/en/custom/reports/create-chart.html.tmpl: Added.
4358 * BugsSite/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
4359 * BugsSite/template/en/custom/reports/duplicates-table.html.tmpl: Added.
4360 * BugsSite/template/en/custom/reports/duplicates.html.tmpl: Added.
4361 * BugsSite/template/en/custom/reports/duplicates.rdf.tmpl: Added.
4362 * BugsSite/template/en/custom/reports/edit-series.html.tmpl: Added.
4363 * BugsSite/template/en/custom/reports/keywords.html.tmpl: Added.
4364 * BugsSite/template/en/custom/reports/menu.html.tmpl: Added.
4365 * BugsSite/template/en/custom/reports/report-bar.png.tmpl: Added.
4366 * BugsSite/template/en/custom/reports/report-line.png.tmpl: Added.
4367 * BugsSite/template/en/custom/reports/report-pie.png.tmpl: Added.
4368 * BugsSite/template/en/custom/reports/report-simple.html.tmpl: Added.
4369 * BugsSite/template/en/custom/reports/report-table.csv.tmpl: Added.
4370 * BugsSite/template/en/custom/reports/report-table.html.tmpl: Added.
4371 * BugsSite/template/en/custom/reports/report.csv.tmpl: Added.
4372 * BugsSite/template/en/custom/reports/report.html.tmpl: Added.
4373 * BugsSite/template/en/custom/reports/series-common.html.tmpl: Added.
4374 * BugsSite/template/en/custom/reports/series.html.tmpl: Added.
4375 * BugsSite/template/en/custom/request: Added.
4376 * BugsSite/template/en/custom/request/email.txt.tmpl: Added.
4377 * BugsSite/template/en/custom/request/queue.html.tmpl: Added.
4378 * BugsSite/template/en/custom/search: Added.
4379 * BugsSite/template/en/custom/search/boolean-charts.html.tmpl: Added.
4380 * BugsSite/template/en/custom/search/form.html.tmpl: Added.
4381 * BugsSite/template/en/custom/search/knob.html.tmpl: Added.
4382 * BugsSite/template/en/custom/search/search-advanced.html.tmpl: Added.
4383 * BugsSite/template/en/custom/search/search-create-series.html.tmpl: Added.
4384 * BugsSite/template/en/custom/search/search-help.html.tmpl: Added.
4385 * BugsSite/template/en/custom/search/search-report-graph.html.tmpl: Added.
4386 * BugsSite/template/en/custom/search/search-report-select.html.tmpl: Added.
4387 * BugsSite/template/en/custom/search/search-report-table.html.tmpl: Added.
4388 * BugsSite/template/en/custom/search/search-specific.html.tmpl: Added.
4389 * BugsSite/template/en/custom/search/tabs.html.tmpl: Added.
4390 * BugsSite/template/en/custom/sidebar.xul.tmpl: Added.
4391 * BugsSite/template/en/custom/whine: Added.
4392 * BugsSite/template/en/custom/whine/mail.html.tmpl: Added.
4393 * BugsSite/template/en/custom/whine/mail.txt.tmpl: Added.
4394 * BugsSite/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
4395 * BugsSite/template/en/custom/whine/schedule.html.tmpl: Added.
4396 * BugsSite/template/en/default: Added.
4397 * BugsSite/template/en/default/account: Added.
4398 * BugsSite/template/en/default/account/auth: Added.
4399 * BugsSite/template/en/default/account/auth/ldap-error.html.tmpl: Added.
4400 * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Added.
4401 * BugsSite/template/en/default/account/auth/login.html.tmpl: Added.
4402 * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Added.
4403 * BugsSite/template/en/default/account/create.html.tmpl: Added.
4404 * BugsSite/template/en/default/account/created.html.tmpl: Added.
4405 * BugsSite/template/en/default/account/email: Added.
4406 * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Added.
4407 * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Added.
4408 * BugsSite/template/en/default/account/email/confirm.html.tmpl: Added.
4409 * BugsSite/template/en/default/account/exists.html.tmpl: Added.
4410 * BugsSite/template/en/default/account/password: Added.
4411 * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Added.
4412 * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Added.
4413 * BugsSite/template/en/default/account/prefs: Added.
4414 * BugsSite/template/en/default/account/prefs/account.html.tmpl: Added.
4415 * BugsSite/template/en/default/account/prefs/email.html.tmpl: Added.
4416 * BugsSite/template/en/default/account/prefs/footer.html.tmpl: Added.
4417 * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Added.
4418 * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Added.
4419 * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Added.
4420 * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Added.
4421 * BugsSite/template/en/default/admin: Added.
4422 * BugsSite/template/en/default/admin/classifications: Added.
4423 * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Added.
4424 * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Added.
4425 * BugsSite/template/en/default/admin/classifications/delete.html.tmpl: Added.
4426 * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Added.
4427 * BugsSite/template/en/default/admin/classifications/new.html.tmpl: Added.
4428 * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Added.
4429 * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Added.
4430 * BugsSite/template/en/default/admin/classifications/update.html.tmpl: Added.
4431 * BugsSite/template/en/default/admin/components: Added.
4432 * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Added.
4433 * BugsSite/template/en/default/admin/components/create.html.tmpl: Added.
4434 * BugsSite/template/en/default/admin/components/created.html.tmpl: Added.
4435 * BugsSite/template/en/default/admin/components/deleted.html.tmpl: Added.
4436 * BugsSite/template/en/default/admin/components/edit.html.tmpl: Added.
4437 * BugsSite/template/en/default/admin/components/footer.html.tmpl: Added.
4438 * BugsSite/template/en/default/admin/components/list.html.tmpl: Added.
4439 * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Added.
4440 * BugsSite/template/en/default/admin/components/updated.html.tmpl: Added.
4441 * BugsSite/template/en/default/admin/fieldvalues: Added.
4442 * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Added.
4443 * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Added.
4444 * BugsSite/template/en/default/admin/fieldvalues/created.html.tmpl: Added.
4445 * BugsSite/template/en/default/admin/fieldvalues/deleted.html.tmpl: Added.
4446 * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Added.
4447 * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Added.
4448 * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Added.
4449 * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Added.
4450 * BugsSite/template/en/default/admin/fieldvalues/updated.html.tmpl: Added.
4451 * BugsSite/template/en/default/admin/flag-type: Added.
4452 * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Added.
4453 * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Added.
4454 * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Added.
4455 * BugsSite/template/en/default/admin/groups: Added.
4456 * BugsSite/template/en/default/admin/groups/change.html.tmpl: Added.
4457 * BugsSite/template/en/default/admin/groups/create.html.tmpl: Added.
4458 * BugsSite/template/en/default/admin/groups/created.html.tmpl: Added.
4459 * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Added.
4460 * BugsSite/template/en/default/admin/groups/deleted.html.tmpl: Added.
4461 * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Added.
4462 * BugsSite/template/en/default/admin/groups/list.html.tmpl: Added.
4463 * BugsSite/template/en/default/admin/groups/remove.html.tmpl: Added.
4464 * BugsSite/template/en/default/admin/keywords: Added.
4465 * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Added.
4466 * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Added.
4467 * BugsSite/template/en/default/admin/keywords/created.html.tmpl: Added.
4468 * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Added.
4469 * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Added.
4470 * BugsSite/template/en/default/admin/keywords/rebuild-cache.html.tmpl: Added.
4471 * BugsSite/template/en/default/admin/milestones: Added.
4472 * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Added.
4473 * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Added.
4474 * BugsSite/template/en/default/admin/milestones/created.html.tmpl: Added.
4475 * BugsSite/template/en/default/admin/milestones/deleted.html.tmpl: Added.
4476 * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Added.
4477 * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Added.
4478 * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Added.
4479 * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Added.
4480 * BugsSite/template/en/default/admin/milestones/updated.html.tmpl: Added.
4481 * BugsSite/template/en/default/admin/products: Added.
4482 * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Added.
4483 * BugsSite/template/en/default/admin/products/deleted.html.tmpl: Added.
4484 * BugsSite/template/en/default/admin/products/footer.html.tmpl: Added.
4485 * BugsSite/template/en/default/admin/products/groupcontrol: Added.
4486 * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
4487 * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Added.
4488 * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Added.
4489 * BugsSite/template/en/default/admin/products/list.html.tmpl: Added.
4490 * BugsSite/template/en/default/admin/settings: Added.
4491 * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Added.
4492 * BugsSite/template/en/default/admin/settings/updated.html.tmpl: Added.
4493 * BugsSite/template/en/default/admin/table.html.tmpl: Added.
4494 * BugsSite/template/en/default/admin/users: Added.
4495 * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Added.
4496 * BugsSite/template/en/default/admin/users/create.html.tmpl: Added.
4497 * BugsSite/template/en/default/admin/users/edit.html.tmpl: Added.
4498 * BugsSite/template/en/default/admin/users/list.html.tmpl: Added.
4499 * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Added.
4500 * BugsSite/template/en/default/admin/users/search.html.tmpl: Added.
4501 * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Added.
4502 * BugsSite/template/en/default/admin/versions: Added.
4503 * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Added.
4504 * BugsSite/template/en/default/admin/versions/create.html.tmpl: Added.
4505 * BugsSite/template/en/default/admin/versions/created.html.tmpl: Added.
4506 * BugsSite/template/en/default/admin/versions/deleted.html.tmpl: Added.
4507 * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Added.
4508 * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Added.
4509 * BugsSite/template/en/default/admin/versions/list.html.tmpl: Added.
4510 * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Added.
4511 * BugsSite/template/en/default/admin/versions/updated.html.tmpl: Added.
4512 * BugsSite/template/en/default/attachment: Added.
4513 * BugsSite/template/en/default/attachment/choose.html.tmpl: Added.
4514 * BugsSite/template/en/default/attachment/content-types.html.tmpl: Added.
4515 * BugsSite/template/en/default/attachment/create.html.tmpl: Added.
4516 * BugsSite/template/en/default/attachment/created.html.tmpl: Added.
4517 * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Added.
4518 * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Added.
4519 * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Added.
4520 * BugsSite/template/en/default/attachment/edit-aroben.html.tmpl: Added.
4521 * BugsSite/template/en/default/attachment/edit.html.tmpl: Added.
4522 * BugsSite/template/en/default/attachment/list.html.tmpl: Added.
4523 * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Added.
4524 * BugsSite/template/en/default/attachment/updated.html.tmpl: Added.
4525 * BugsSite/template/en/default/bug: Added.
4526 * BugsSite/template/en/default/bug/activity: Added.
4527 * BugsSite/template/en/default/bug/activity/show.html.tmpl: Added.
4528 * BugsSite/template/en/default/bug/activity/table.html.tmpl: Added.
4529 * BugsSite/template/en/default/bug/choose.html.tmpl: Added.
4530 * BugsSite/template/en/default/bug/comments.html.tmpl: Added.
4531 * BugsSite/template/en/default/bug/create: Added.
4532 * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Added.
4533 * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Added.
4534 * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Added.
4535 * BugsSite/template/en/default/bug/create/create.html.tmpl: Added.
4536 * BugsSite/template/en/default/bug/create/created.html.tmpl: Added.
4537 * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Added.
4538 * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Added.
4539 * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Added.
4540 * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Added.
4541 * BugsSite/template/en/default/bug/edit.html.tmpl: Added.
4542 * BugsSite/template/en/default/bug/knob.html.tmpl: Added.
4543 * BugsSite/template/en/default/bug/navigate.html.tmpl: Added.
4544 * BugsSite/template/en/default/bug/process: Added.
4545 * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Added.
4546 * BugsSite/template/en/default/bug/process/conf