1 2010-04-18 Michael Forney <michael@mforney.org>
3 Reviewed by Laszlo Gombos.
5 https://bugs.webkit.org/show_bug.cgi?id=37762
7 Fixes the sandbox option in configure.
9 * configure.ac: Fix cut and paste error in the sandbox option causing
10 --{enable,disable}-sandbox to be ineffective, and it to be controlled
13 2010-04-09 Simon Hausmann <simon.hausmann@nokia.com>
17 Revert part of 57320 that would remove NDEBUG in release builds for
22 2010-04-09 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
24 Reviewed by Simon Hausmann.
26 [Qt] Fix crashes with package builds in release
28 * WebKit.pri: Don't randomly add NDEBUG to the defines.
30 2010-04-07 Laszlo Gombos <laszlo.1.gombos@nokia.com>
32 Reviewed by Kenneth Rohde Christiansen.
34 [Qt] Fix trunk (non-standalone) builds for Symbian
35 https://bugs.webkit.org/show_bug.cgi?id=37136
37 Test for source files before building instead of relying on
38 standalone_package config.
42 2010-04-01 Kinuko Yasuda <kinuko@chromium.org>
44 Reviewed by Dmitry Titov.
46 Add FileThread for async file operation support in FileReader and FileWriter
47 https://bugs.webkit.org/show_bug.cgi?id=36896
49 Add EANBEL_FILE_READER and ENABLE_FILE_WRITER flags.
53 2010-04-01 Ojan Vafai <ojan@chromium.org>
55 Reviewed by Adam Barth.
57 autoinstalled should be git ignored
58 https://bugs.webkit.org/show_bug.cgi?id=36970
62 2010-04-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
64 Reviewed by Kenneth Rohde Christiansen.
66 [Qt]Add -Wextra warning level to the QtWebKit build
67 https://bugs.webkit.org/show_bug.cgi?id=36971
71 2010-04-01 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
73 Reviewed by Holger Freyther.
75 [GTK] webkit_get_default_session() should make sure webkit_init() is called
76 https://bugs.webkit.org/show_bug.cgi?id=36754
82 2010-03-26 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
84 Reviewed by Simon Hausmann.
86 [Qt] Build JavaScriptCore as a static library.
87 https://bugs.webkit.org/show_bug.cgi?id=36590
89 This patch takes what was left of the unused JavaScriptCore.pro
90 and moved the compilation logic from JavaScriptCore.pri to
95 2010-03-16 Xan Lopez <xlopez@igalia.com>
97 Rubber-stamped by Gustavo Noronha.
99 Update library version for 1.1.90 release.
103 2010-03-16 Xan Lopez <xlopez@igalia.com>
105 Reviewed by Gustavo Noronha.
107 Bump version for 1.1.90 release.
111 2010-03-16 Xan Lopez <xlopez@igalia.com>
113 Reviewed by Gustavo Noronha.
115 Add support for Fast Mobile Scrolling in the build system.
119 2010-03-16 Simon Hausmann <simon.hausmann@nokia.com>
121 Add WebKitTools/TestResultServer/index.yaml to gitattributes to ignore for crlf conversion.
125 2010-03-12 Scott Byer <scottbyer@chromium.org>
127 Reviewed by David Levin.
129 Popup font size needs to be exposed to clients.
130 https://bugs.webkit.org/show_bug.cgi?id=35990
132 Add function to expose the popup menu font size, add a field to
133 WebPopupMenuInfo that receives that information to convey that to
134 the web view client's createPopupMenu() call.
136 * WebCore/platform/chromium/PopupMenuChromium.cpp:
137 * WebCore/platform/chromium/PopupMenuChromium.h:
138 * WebKit/chromium/public/WebPopupMenuInfo.h:
139 * WebKit/chromium/src/ChromeClientImpl.cpp:
141 2010-03-11 Adam Roben <aroben@apple.com>
143 Teach git about ObjC files
145 Fixes <http://webkit.org/b/36015>.
147 Reviewed by Tim Hatcher.
149 * .gitattributes: Set the diff attribute for .m and .mm files, and .h
150 files in Mac-specific directories. This can be used to generate
151 more-readable diffs of ObjC files.
153 2010-03-09 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
155 Unreviewed. Versioning for 1.1.23.
159 2010-03-09 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
161 Unreviewed distcheck fix.
165 2010-03-08 Jian Li <jianli@chromium.org>
167 Reviewed by Dmitry Titov.
170 https://bugs.webkit.org/show_bug.cgi?id=32993
172 Add ENABLE_BLOB_SLICE feature define.
176 2010-03-04 Fridrich Strba <fridrich.strba@bluewin.ch>
178 Reviewed by Holger Freyther.
180 https://bugs.webkit.org/show_bug.cgi?id=35726
181 Remove orphaned #ifdef WTF_USE_GLIB_ICU_UNICODE_HYBRID
183 Removing orphaned #if USE.
187 2010-03-04 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
189 Reviewed by Tor Arne Vestbø.
191 [Qt] Make the OUTPUT_DIR variable in qmake projects independent of build-webkit's logic.
193 This also allows shadow builds relying only on qmake to work properly.
197 2010-03-03 Fridrich Strba <fridrich.strba@bluewin.ch>
199 Reviewed by Xan Lopez.
201 Miscellaneous little fixes for the windows build of webkit-gtk
202 https://bugs.webkit.org/show_bug.cgi?id=35640
204 * GNUmakefile.am: On Windows with GCC, presence of
205 __declspec(dllexport) on some symbols disables the autoexport/autoimport
206 feature for all others. Using regex here assures that all symbols that
207 need to be exported in the dll are actually exported.
209 2010-03-02 Arno Renevier <arno@renevier.net>
211 Reviewed by Gustavo Noronha Silva.
213 [Gtk] implements ChromeClient::requestGeolocationPermissionForFrame
214 https://bugs.webkit.org/show_bug.cgi?id=35210
218 2010-03-02 Dmitry Titov <dimich@chromium.org>
220 Reviewed by Alexey Proskuryakov.
222 Ignore compiled Java test cases in .gitignore.
223 https://bugs.webkit.org/show_bug.cgi?id=35559
227 2010-02-26 Arno Renevier <arno@renevier.net>
229 Reviewed by Gustavo Noronha Silva.
231 [Gtk] ignore WebKit/gtk/docs/GNUmakefile.in in .gitignore
232 https://bugs.webkit.org/show_bug.cgi?id=35424
236 2010-02-24 Sam Kerner <skerner@chromium.org>
238 Reviewed by Darin Fisher.
240 Expose WebFrame::setCanHaveScrollbars(). This allows a view
241 which is being resized to not need scroll bars to ensure that
244 Existing function setAllowsScrolling() was renamed
245 setCanHaveScrollbars(), to be consistant with change 37159:
246 http://trac.webkit.org/changeset/37159
248 https://bugs.webkit.org/show_bug.cgi?id=35257
250 * WebKit/chromium/public/WebFrame.h:
251 * WebKit/chromium/src/ChromeClientImpl.cpp:
252 * WebKit/chromium/src/WebFrameImpl.cpp:
253 * WebKit/chromium/src/WebFrameImpl.h:
255 2010-02-19 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
257 Reviewed by Kenneth Rohde Christiansen.
259 [Qt] Remove QGVLauncher
261 https://bugs.webkit.org/show_bug.cgi?id=35292
265 2010-02-24 Xan Lopez <xlopez@igalia.com>
267 Reviewed by Gustavo Noronha.
269 Enable SharedWorkers by default, since that's been the default for
270 a long time in our build-webkit configuration.
274 2010-02-23 James Choi <jchoi42@pha.jhu.edu>
276 Add Solaris definitions
277 https://bugs.webkit.org/show_bug.cgi?id=35214
279 * WebKit/chromium/src/WebViewImpl.cpp
280 * WebKit/chromium/src/WebFrameImpl.cpp
282 2010-02-23 Arno Renevier <arno@renevier.net>
284 Reviewed by Gustavo Noronha Silva.
286 [Gtk]: testwebview does not work when called with absolute path
287 https://bugs.webkit.org/show_bug.cgi?id=34940
289 When testwebview is called as absolute path, chdir to executable
290 directory before searching resource files.
294 2010-02-23 Leandro Pereira <leandro@profusion.mobi>
296 Reviewed by Gustavo Noronha Silva.
298 Changes references of GOwnPtr to reflect their new place.
299 http://webkit.org/b/35084
301 * JavaScriptCore/JavaScriptCore.gypi:
302 * JavaScriptCore/wtf/Threading.h:
303 * JavaScriptCore/wtf/unicode/glib/UnicodeGLib.h:
305 2010-02-23 Leandro Pereira <leandro@profusion.mobi>
307 Reviewed by Gustavo Noronha Silva.
309 Fixes references to GOwnPtr and GRefPtr so the GTK+ port builds
311 http://webkit.org/b/35084
315 2010-02-23 Diego Escalante Urrelo <descalante@igalia.com>
317 Reviewed by Eric Seidel.
319 [gtk] missing libsoup-2.4 package in gir generation
320 https://bugs.webkit.org/show_bug.cgi?id=35199
322 Include libsoup-2.4 package in gobject introspection .gir generation.
326 2010-02-22 Huahui Wu <hwu@google.com>
328 Reviewed by Eric Seidel.
330 Add code that enables SquirrelFish Extreme (a.k.a JSCX, JSC JIT)
331 in Android. It's disabled by default, but is enabled when the
332 enveronment variable ENABLE_JSC_JIT is set to true.
333 https://bugs.webkit.org/show_bug.cgi?id=34855
337 2010-02-22 Xan Lopez <xlopez@igalia.com>
339 Reviewed by Gustavo Noronha.
341 Bump library versioning for 1.1.22 release.
345 2010-02-22 Laszlo Gombos <laszlo.1.gombos@nokia.com>
347 Reviewed by Kenneth Rohde Christiansen.
349 [Qt] Add support for layout tests on Symbian
350 https://bugs.webkit.org/show_bug.cgi?id=31589
354 2010-02-20 Noam Rosenthal <noam.rosenthal@nokia.com>
356 Reviewed by Laszlo Gombos.
358 [Qt] ENABLE_3D_RENDERING should be optional
359 https://bugs.webkit.org/show_bug.cgi?id=35100
361 * WebKit.pri: ENABLE_3D_RENDERING moved to a proper feature test
363 2010-02-19 Maciej Stachowiak <mjs@apple.com>
365 Reviewed by David Levin.
367 Add an ENABLE flag for sandboxed iframes to make it possible to disable it in releases
368 https://bugs.webkit.org/show_bug.cgi?id=35147
372 2010-02-18 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
374 Reviewed by Eric Seidel.
376 Add .gitattributes file for custom ChangeLog merge-driver
378 * .gitattributes: Added.
380 2010-02-17 Noam Rosenthal <noam.rosenthal@nokia.com>
382 Reviewed by Ariya Hidayat.
384 [Qt] GraphicsLayer: support perspective and 3D transforms
385 https://bugs.webkit.org/show_bug.cgi?id=34960
387 * WebKit.pri: added appropriate define: ENABLED_3D_RENDERING
389 2010-02-15 Philippe Normand <pnormand@igalia.com>
391 Reviewed by Gustavo Noronha Silva.
393 [GStreamer] Should handle BUFFERING messages
394 https://bugs.webkit.org/show_bug.cgi?id=30004
396 * configure.ac: Bump gstreamer -core/-plugins-base requirements to
397 0.10.25 which is the minimum required version for on-disk buffering.
399 2010-02-16 Xan Lopez <xlopez@igalia.com>
401 Reviewed by Gustavo Noronha.
403 Bump version to 1.1.22 so we can depend on it in applications.
407 2010-02-12 Simon Hausmann <simon.hausmann@nokia.com>
409 Reviewed by Holger Freyther.
411 Removed WMLInputElement.* from .gitattributes as the file is
416 2010-02-10 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
418 Reviewed by Tor Arne Vestbø.
420 [Qt] Make qtlauncher and qgvlauncher use the generated headers
421 path to make sure they are correctly generated.
425 2010-02-10 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
427 Reviewed by Tor Arne Vestbø.
429 [Qt] Manually add support for the install target on Symbian.
431 This is required to copy the headers over the ones in Qt.
435 2010-02-11 Fridrich Strba <fridrich.strba@bluewin.ch>
437 Reviewed by Gustavo Noronha Silva.
439 Detect properly different versions of libpng out there.
443 2010-02-11 Xan Lopez <xlopez@igalia.com>
445 Try to fix GTK+ build.
449 2010-02-11 Antonio Gomes <tonikitoo@webkit.org>
451 Reviewed by Xan Lopez.
453 Adjust gstreamer-plugins-base minimum version check (from 0.10 to 0.10.23).
457 2010-02-08 Maciej Stachowiak <mjs@apple.com>
459 Reviewed by Cameron Zwarich.
461 Restore ENABLE_RUBY flag so vendors can ship with Ruby disabled if they choose.
462 https://bugs.webkit.org/show_bug.cgi?id=34698
466 2010-02-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
468 Reviewed by Xan Lopez.
470 Bump version to 1.1.21, and adjust library versioning accordingly.
474 2010-02-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
476 Reviewed by Gustavo Noronha.
478 Add gstreamer-app-0.10 to configure.ac
479 https://bugs.webkit.org/show_bug.cgi?id=34317
483 2010-02-05 Simon Hausmann <simon.hausmann@nokia.com>
485 Reviewed by Tor Arne Vestbø.
487 Add .gitattributes file to tell git about files with Windows linefeeds
488 https://bugs.webkit.org/show_bug.cgi?id=34645
490 On Windows git defaults to "true" for core.autocrlf, meaning all text
491 files in the working directory are converted from CRLF to LF on checkin
492 time. Some files present in the repository have been checked in with
493 CRLF linefeeds and git should not try to convert them. The added
494 .gitattributes file tells git to not do any CRLF conversion.
496 * .gitattributes: Added.
498 2010-02-05 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
500 Reviewed by Simon Hausmann.
502 [Qt] Generate convenience headers (QWebView, etc) using qmake
504 In Qt this is done using syncqt, but we use a pro-file instead
505 that generates makefile-rules for each of the extra headers.
507 These extra headers are installed alongside the normal headers.
509 * DerivedSources.pro: Include API-DerivedSources
511 2010-02-04 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
513 Reviewed by Lars Knoll.
515 [Qt] Make 'make -f Makefile.DerivedSources qmake' work
517 Previously this target ended up generating a file named
518 Makefile.DerivedSources.DerivedSources, and so on.
520 * DerivedSources.pro:
522 2010-02-04 Christian Dywan <christian@twotasts.de>
524 Reviewed by Xan Lopez.
526 Require either libsoup 2.28.2 or 2.29.90.
530 2010-02-04 Xan Lopez <xlopez@igalia.com>
532 Reviewed by Gustavo Noronha.
534 Bump minimum libsoup requirement to 2.29.90
538 2010-02-02 Gustavo Noronha Silva <gns@gnome.org>
540 Reviewed by Xan Lopez.
542 Bump version, and adjust library versioning for 1.1.20.
546 2010-01-29 Jeremy Orlow <jorlow@chromium.org>
548 Reviewed by Dimitri Glazkov.
550 A first step towards the Indexed Database API
551 https://bugs.webkit.org/show_bug.cgi?id=34342
553 Add Indexed Database API
557 2010-01-27 Simon Hausmann <simon.hausmann@nokia.com>
559 Reviewed by Kenneth Rohde Christiansen.
561 [Qt] Don't build the tests in packages, only the launcher(s)
565 2010-01-27 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
567 Reviewed by Tor Arne Vestbø.
569 [Qt] Add the "d" suffix to QtWebKit's dll on Windows.
573 2010-01-27 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
577 [Qt] Build fix for windows when QTDIR contains release libraries.
579 * WebKit.pri: Use the <name>.lib syntax for linking instead of qmake's -l<name> emulation
581 2010-01-26 Jedrzej Nowacki <jedrzej.nowacki@nokia.com>
583 Reviewed by Simon Hausmann.
585 First steps of the QtScript API.
587 Two new classes were created; QScriptEngine and QScriptValue.
588 The first should encapsulate a javascript context and the second a script
591 This API is still in development, so it isn't compiled by default.
592 To trigger compilation, pass --qmakearg="CONFIG+=build-qtscript" to
595 https://bugs.webkit.org/show_bug.cgi?id=32565
599 2010-01-25 Simon Hausmann <simon.hausmann@nokia.com>
601 Reviewed by Laszlo Gombos.
603 [Qt] Fix the build on Maemo5.
605 https://bugs.webkit.org/show_bug.cgi?id=34051
607 * WebKit.pri: Disable the use of uitools, just like it's done for Symbian.
609 2010-01-21 No'am Rosenthal <noam.rosenthal@nokia.com>
611 Reviewed by Antti Koivisto.
613 [Qt] Implement GraphicsLayer for accelerated layer compositing
614 https://bugs.webkit.org/show_bug.cgi?id=33514
616 * WebKit.pri: Addded compile flags to enable accelerated compositing
617 on versions higher than 4.5
619 2010-01-20 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
621 Reviewed by Simon Hausmann.
623 [Qt] Make DumpRenderTree build on Windows
627 2010-01-20 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
629 Reviewed by Simon Hausmann.
631 [Qt] Fix the recursive generated_files target to work with qmake -r -o
633 * DerivedSources.pro:
635 2010-01-20 Simon Hausmann <simon.hausmann@nokia.com>
637 Reviewed by Tor Arne Vestbø.
639 [Qt] Make it possible (on *nix at least) to recursively call "make generated_files"
641 * DerivedSources.pro:
643 2010-01-19 Gustavo Noronha Silva <gns@gnome.org>
645 Unreviewed. Shared library versioning update for 1.1.19.
649 2010-01-15 Gustavo Noronha Silva <gns@gnome.org>
651 Rubber-stamped by Xan Lopez.
653 Bump version to 1.1.19.
657 2010-01-14 Csaba Osztrogonác <ossy@webkit.org>
659 Reviewed by Eric Seidel.
661 [Qt] Defective dependencies caused build failing on QtBuildBot.
662 https://bugs.webkit.org/show_bug.cgi?id=33693
664 * WebKit.pri: CONFIG += depend_includepath added.
666 2010-01-14 Steve Block <steveblock@google.com>
668 Reviewed by David Levin.
670 Moves general includes before bindings includes in Android build system.
671 https://bugs.webkit.org/show_bug.cgi?id=33623
673 This avoids problems with collisions between WebCore/platform/text/StringBuilder.h
674 and the new JavaScriptCore/runtime/StringBuilder.h. This change puts
675 JavaScriptCore/runtime and other bindings includes after the WebCore and other
676 general includes, so that the WebCore StringBuilder.h is picked up when building
679 * Android.mk: Modified.
681 2010-01-13 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
683 Reviewed by Simon Hausmann.
685 [Qt] Split the build process in two different .pro files.
686 This allows qmake to be run once all source files are available.
688 * DerivedSources.pro: Added.
691 2010-01-07 Daniel Bates <dbates@rim.com>
693 Reviewed by Eric Seidel.
695 https://bugs.webkit.org/show_bug.cgi?id=32987
697 Added ENABLE_XHTMLMP flag. Disabled by default.
701 2010-01-05 Gustavo Noronha Silva <gns@gnome.org>
703 Reviewed by Xan Lopez.
705 Based on idea and original patch by Evan Martin.
707 Remove libWebCore intermediate library, to improve link time.
709 [GTK] Build time must be reduced
710 https://bugs.webkit.org/show_bug.cgi?id=32921
714 2010-01-05 Xan Lopez <xlopez@igalia.com>
716 Bump for 1.1.18 release.
720 2010-01-04 Gustavo Noronha Silva <gns@gnome.org>
722 Fix JSCore-1.0.gir path to fix make distcheck.
726 2010-01-04 Simon Hausmann <simon.hausmann@nokia.com>
728 Reviewed by Tor Arne Vestbø.
730 [Qt] Fix standalone package builds.
732 * WebKit.pri: Add logic for detecting standalone builds. Set OUTPUT_DIR to the top-level dir in that case.
733 * WebKit.pro: Don't build JSC and DRT for package builds.
735 2010-01-04 Eric Seidel <eric@webkit.org>
737 Reviewed by Adam Barth.
739 bugzilla-tool should not require users to install mechanize
740 https://bugs.webkit.org/show_bug.cgi?id=32635
742 * .gitignore: Ignore autoinstall.cache.d directory created by autoinstall.py
744 2009-12-28 EstĂŞvĂŁo Samuel ProcĂłpio <tevaum@gmail.com>
746 Reviewed by Gustavo Noronha Silva.
748 Bug 32940: [GTK] Changing the download throttle conditions.
749 https://bugs.webkit.org/show_bug.cgi?id=32716
751 The WebKitDownload progress notification was taking long to
752 update. This fix makes notification happens each 0.7 secs
753 or when the progress ups in 1%.
755 * WebKit/gtk/webkit/webkitdownload.cpp:
757 2009-12-22 Simon Hausmann <simon.hausmann@nokia.com>
759 Rubber-stamped by Holger Freyther.
761 Adjusted path to QtLauncher.
765 2009-12-19 Evan Martin <evan@chromium.org>
767 Reviewed by Gustavo Noronha Silva.
769 Add a couple of WebKitGtk files to .gitignore.
773 2009-12-18 Benjamin Otte <otte@gnome.org>
775 Reviewed by Xan Lopez.
777 [GTK] RemoveDashboard support. It's useless.
781 2009-12-18 Simon Hausmann <simon.hausmann@nokia.com>
783 Reviewed by Tor Arne Vestbø.
785 [Qt] Clean up the qmake build system to distinguish between trunk builds and package builds
787 https://bugs.webkit.org/show_bug.cgi?id=32716
789 * WebKit.pri: Use standalone_package instead of QTDIR_build
791 2009-12-17 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
793 Unreviewed. Build fixes for make distcheck.
797 2009-12-16 Dan Winship <danw@gnome.org>
799 Reviewed by Gustavo Noronha Silva.
801 [Gtk] Content-Encoding support
803 https://bugs.webkit.org/show_bug.cgi?id=522772
805 * configure.ac: require libsoup 2.28.2 for SoupContentDecoder
807 2009-12-13 Eric Seidel <eric@webkit.org>
809 Reviewed by Gavin Barraclough.
811 string-base64 test does not compute a valid base64 string
812 http://bugs.webkit.org/show_bug.cgi?id=16806
814 * tests/string-base64.js: change str[i] to str.charCodeAt(i)
816 2009-12-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
818 Reviewed by Xan Lopez.
820 [GTK] Should provide an API to control the IconDatabase
821 https://bugs.webkit.org/show_bug.cgi?id=32334
823 Add test to make sure favicon reporting works.
827 2009-12-09 Steve Block <steveblock@google.com>
829 Reviewed by Adam Barth.
831 Adds Android Makefiles for building with V8.
832 https://bugs.webkit.org/show_bug.cgi?id=32278
834 * Android.mk: Modified. Includes Makefiles for V8.
836 2009-12-08 Steve Block <steveblock@google.com>
838 Reviewed by Adam Barth.
840 [Android] Adds Makefiles for Android port.
841 https://bugs.webkit.org/show_bug.cgi?id=31325
845 2009-12-08 Christian Dywan <christian@twotoasts.de>
847 Reviewed by Xan Lopez.
849 * configure.ac: Require only libSoup 2.27.91 but check for 2.29.3
850 and define HAVE_LIBSOUP_2_29_3 in that case.
852 2009-12-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
854 Rubber-stamped by Xan Lopez.
856 Late post-release version bump.
860 2009-12-08 Dominik Röttsches <dominik.roettsches@access-company.com>
862 Reviewed by Gustavo Noronha Silva.
864 [Gtk] Create a TextBreakIterator implementation based on GLib (without ICU)
865 https://bugs.webkit.org/show_bug.cgi?id=31469
867 Removing hybrid configuration for --with-unicode-backend=glib
868 ICU not required anymore.
870 * autotools/webkit.m4:
872 2009-12-08 Nikolas Zimmermann <nzimmermann@rim.com>
874 Rubber-stamped by Maciej Stachowiak.
876 Turn on (SVG) Filters for Gtk.
877 https://bugs.webkit.org/show_bug.cgi?id=32224
881 2009-12-07 Dmitry Titov <dimich@chromium.org>
883 Rubber-stamped by Darin Adler.
885 Remove ENABLE_SHARED_SCRIPT flags
886 https://bugs.webkit.org/show_bug.cgi?id=32245
887 This patch was obtained by "git revert" command and then un-reverting of ChangeLog files.
891 2009-12-06 Gustavo Noronha Silva <gns@gnome.org>
893 Reviewed by Xan Lopez.
895 Build the new API test.
897 [GTK] REGRESSION: webkit thinks it can render PDFs
898 https://bugs.webkit.org/show_bug.cgi?id=32183
902 2009-12-05 Vincent Untz <vuntz@gnome.org>
904 Reviewed by Gustavo Noronha.
906 Fixes race for builds with introspection enabled, and parallel
911 2009-12-04 Xan Lopez <xlopez@igalia.com>
913 Reviewed by Gustavo Noronha.
915 [GTK]Enable DNS prefetching
916 https://bugs.webkit.org/show_bug.cgi?id=23846
918 Bump libsoup required version to 2.29.3 for DNS prefetching.
922 2009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
924 Rubber-stamped by Xan Lopez.
926 Make sure we distribute and install GObject Introspection files.
930 2009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
932 Build fix. Make sure JSCore-1.0.gir is added to the distributed
937 2009-11-30 Xan Lopez <xlopez@igalia.com>
939 Reviewed by Gustavo Noronha.
941 Bump versions for 1.1.17 release.
945 2009-11-30 Jan-Arve Sæther <jan-arve.saether@nokia.com>
947 Reviewed by Simon Hausmann.
949 [Qt] Fix compilation with win32-icc
951 Include os-win32 for stdint.h since MS does not ship that in their PSDK.
955 2009-11-26 Laszlo Gombos <laszlo.1.gombos@nokia.com>
957 Reviewed by Oliver Hunt.
959 Move GOwnPtr* from wtf to wtf/gtk
960 https://bugs.webkit.org/show_bug.cgi?id=31793
962 * GNUmakefile.am: Add JavaScriptCore/wtf/gtk to
965 2009-11-24 Dmitry Titov <dimich@chromium.org>
967 Reviewed by Eric Seidel.
969 Add ENABLE_SHARED_SCRIPT feature define and flag for build-webkit
970 https://bugs.webkit.org/show_bug.cgi?id=31444
974 2009-11-24 Jason Smith <dark.panda@gmail.com>
976 Reviewed by Alexey Proskuryakov.
978 RegExp#exec's returned Array-like object behaves differently from
980 https://bugs.webkit.org/show_bug.cgi?id=31689
982 * LayoutTests/fast/js/regexp-in-and-foreach-handling.html: Added.
983 * LayoutTests/fast/js/script-tests/regexp-in-and-foreach-handling.js: Added.
984 * LayoutTests/fast/js/regexp-in-and-foreach-handling-expected.txt: Added.
986 2009-11-24 Jens Alfke <snej@chromium.org>
988 Reviewed by David Levin.
990 Ignore Chromium's Xcode projects that are auto-generated from .gyp files.
991 https://bugs.webkit.org/show_bug.cgi?id=31847
993 * .gitignore: Add three .xcodeproj files.
995 2009-11-09 Priit Laes <plaes@plaes.org>
997 Reviewed by Oliver Hunt.
999 [Gtk] Build from tarball fails with --enable-introspection
1000 https://bugs.webkit.org/show_bug.cgi?id=31261
1002 We need to enable gobject-introspection during distcheck otherwise
1003 some of the required files are missing in tarball.
1007 2009-11-05 Priit Laes <plaes@plaes.org>
1009 Reviewed by Jan Alonzo.
1011 [Gtk] Build failure with --enable-introspection
1012 https://bugs.webkit.org/show_bug.cgi?id=31102
1014 Add search and include paths for JSCore-1.0.gir required by
1015 gobject-introspection tools.
1019 2009-11-04 Benjamin Otte <otte@gnome.org>
1021 Reviewed by Gustavo Noronha.
1023 Update Cairo requirement to 1.6.
1025 https://bugs.webkit.org/show_bug.cgi?id=19266
1029 2009-11-02 EstĂŞvĂŁo Samuel ProcĂłpio <tevaum@gmail.com>
1031 Reviewed by Gustavo Noronha.
1033 [Build] make install ignores --prefix option for gobject-introspection.
1034 https://bugs.webkit.org/show_bug.cgi?id=31025
1036 Make the build system use the --prefix path also when installing
1037 gobject-introspection files.
1039 * configure.ac: use --prefix path in GITDIR and GIRTYPELIBDIR
1041 2009-11-02 Xan Lopez <xlopez@igalia.com>
1043 Bump version before release (or post-release, depending on your
1044 point of view) so that we can make applications depending on
1045 unreleased APIs in WebKit svn fail at configure time when the
1046 requirements are not met.
1050 2009-11-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1052 Reviewed by Eric Seidel.
1054 Turn on warnings for QtWebKit for gcc
1055 https://bugs.webkit.org/show_bug.cgi?id=30958
1057 * WebKit.pri: Turn on warnings for the GCC compiler
1059 2009-10-30 Adam Barth <abarth@webkit.org>
1061 Reviewed by Mark Rowe.
1063 Teach git to ignore some files
1064 https://bugs.webkit.org/show_bug.cgi?id=30951
1066 Ignore WebKitBuild because we never want to version that directory.
1067 Also, ignore the xcode project files so git clean doesn't blow away
1068 your project settings. Finally, ignore the compiled python files in
1069 WebKitTools/Script modules because they clutter up git status.
1071 * .gitignore: Added.
1073 2009-10-30 Roland Steiner <rolandsteiner@chromium.org>
1075 Reviewed by Eric Seidel.
1077 Remove ENABLE_RUBY guards as discussed with Dave Hyatt and Maciej Stachowiak.
1079 Bug 28420 - Implement HTML5 <ruby> rendering
1080 (https://bugs.webkit.org/show_bug.cgi?id=28420)
1082 No new tests (no functional change).
1086 2009-10-26 Holger Hans Peter Freyther <zecke@selfish.org>
1088 Rubber-stamped by Darin Adler.
1090 Export fastMalloc, fastCalloc, fastRealloc and fastFree
1091 https://bugs.webkit.org/show_bug.cgi?id=30769
1093 Export the FastMalloc functions outside of the libwebkit library
1094 to be able to instrument memory allocations. These are C++ symbols
1095 but do not require the C++ runtime to be useful and should be of
1096 no harm to plain C code.
1098 * autotools/symbols.filter:
1100 2009-10-26 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1102 Reviewed by Jan Alonzo.
1104 Alternative solution to regression introduced in r48672.
1108 2009-10-26 Xan Lopez <xlopez@igalia.com>
1110 Reviewed by Gustavo Noronha.
1112 Update for 1.1.16 release.
1116 2009-10-24 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1118 Reviewed by Holger Freyther.
1120 [Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian
1121 https://bugs.webkit.org/show_bug.cgi?id=30476
1123 Set the stack size to 80 Kb and heap size to the 128kB - 32MB range
1124 to all executables linking against WebKit library.
1128 2009-10-18 Jan Michael Alonzo <jmalonzo@webkit.org>
1130 Reviewed by Holger Freyther.
1132 [GTK] Add MathML to the build system
1133 https://bugs.webkit.org/show_bug.cgi?id=30487
1135 Add --enable-mathml to configure.
1139 2009-10-15 Jan Michael Alonzo <jmalonzo@webkit.org>
1141 Reviewed by Xan Lopez.
1143 [GTK] marshal stamp files are not cleaned after a distclean
1144 https://bugs.webkit.org/show_bug.cgi?id=30156
1146 Add the stamp files directly to cleanfiles. Also rearrange the
1147 variable declarations so we don't miss any files that need to be
1148 cleaned up during the clean targets.
1152 2009-10-15 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1154 Unreviewed. Help text fix - Web Sockets default is no, not yes.
1158 2009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org>
1160 Rubberstamped by Eric Seidel.
1162 [Gtk] Fix icu CFLAG for Darwin
1163 https://bugs.webkit.org/show_bug.cgi?id=29517
1165 Don't escape the srcdir variable. Also use $host instead of the
1168 * autotools/webkit.m4:
1170 2009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org>
1172 Reviewed by Gustavo Noronha.
1174 [Gtk] Use the SQLite3 headers from WebKitLibraries if sqlite3 is undetected
1175 https://bugs.webkit.org/show_bug.cgi?id=29518
1179 2009-10-05 Zoltan Horvath <zoltan@webkit.org>
1181 Reviewed by Simon Hausmann.
1183 [Qt] Disable TCmalloc for Windows port at the present, because MinGW
1184 hasn't got built-in pthread library.
1188 2009-10-02 Prasanth Ullattil <prasanth.ullattil@nokia.com>
1190 Reviewed by Simon Hausmann.
1192 Disable a few more harmless MSVC warnings.
1196 2009-10-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1198 Unreviewed, build fix.
1200 [Qt] Symbian build break after r48976.
1201 unix is set for Symbian in the Qt build system.
1205 2009-10-01 Zoltan Horvath <zoltan@webkit.org>
1207 Reviewed by Simon Hausmann.
1209 [Qt] Enable TCmalloc for the Linux, Mac and Windows Qt-port
1210 https://bugs.webkit.org/show_bug.cgi?id=27029
1212 Remove USE_SYSTEM_MALLOC for Linux, Mac and Windows Qt-port from WebKit.pri,
1213 so these Qt-ports will use TCmalloc as other ports.
1217 2009-10-01 Martin Robinson <martin.james.robinson@gmail.com>
1219 Reviewed by Xan Lopez.
1221 [GTK] GtkIMContext filtering interferes with DOM key events
1222 https://bugs.webkit.org/show_bug.cgi?id=28733
1224 Add new key event test ensuring that IME keypresses are handled.
1228 2009-10-01 Philippe Normand <pnormand@igalia.com>
1230 Reviewed by Xan Lopez.
1232 [GTK] data: uri support in media player
1233 https://bugs.webkit.org/show_bug.cgi?id=29842
1235 Check presence of gstreamer-pbutils-0.10.
1239 2009-09-26 David Kilzer <ddkilzer@apple.com>
1241 GTK BUILD FIX: add ENABLE_ORIENTATION_EVENTS support to configure.ac
1243 * configure.ac: Added support for ENABLE_ORIENTATION_EVENTS.
1245 2009-09-23 Xan Lopez <xlopez@igalia.com>
1247 Reviewed by Gustavo Noronha.
1249 Do not add unneeded include paths for gir files, and add the
1250 include paths for headers manually instead of relying on our own
1251 pc file and installed headers, since that adds a circular
1256 2009-09-23 Jan Michael Alonzo <jmalonzo@webkit.org>
1258 Reviewed by Xan Lopez.
1260 Minor reorganization to the patch landed in
1261 http://trac.webkit.org/changeset/48670. Also move JSCore-1.0.gir
1262 in the gtk directory as that's only useful to the Gtk port at the
1268 2009-09-23 Xan Lopez <xlopez@igalia.com>
1270 Reviewed by Gustavo Noronha.
1272 [GTK] We should generate our own gir file for introspection
1273 https://bugs.webkit.org/show_bug.cgi?id=29603
1275 Generate gir and typelib files for WebKit and JSCore. The JSCore
1276 gir file is handwritten (since it's only useful, for now, as a
1277 dependency of the WebKit gir file), the WebKit one is
1278 autogenerated from the headers.
1281 * JSCore-1.0.gir: Added.
1284 2009-09-22 Philippe Normand <pnormand@igalia.com>
1286 Reviewed by Xan Lopez.
1288 link errors due to wrong UNICODE_LIBS on Ubuntu Jaunty
1289 https://bugs.webkit.org/show_bug.cgi?id=29638
1291 Call icu-cconfig with ldflags-libsonly to prevent having a -L
1292 statement that could override libs installed in another prefix.
1294 * autotools/webkit.m4:
1296 2009-09-21 Xan Lopez <xlopez@igalia.com>
1298 Reviewed by Gustavo Noronha.
1300 Bump version for 1.1.15 release.
1304 2009-09-18 Xan Lopez <xlopez@igalia.com>
1306 Reviewed by Gustavo Noronha and Jan Alonzo.
1308 [GTK] context menu overriding API is very limited
1309 https://bugs.webkit.org/show_bug.cgi?id=27546
1311 Add new tests to the build.
1315 2009-09-18 Xan Lopez <xlopez@igalia.com>
1317 Reviewed by Gustavo Noronha and Jan Alonzo.
1319 [GTK] context menu overriding API is very limited
1320 https://bugs.webkit.org/show_bug.cgi?id=27546
1322 Add WebKitHitTestResult to the build.
1326 2009-09-10 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1328 Reviewed by Ariya Hidayat.
1330 Disable some ARM compiler warnings
1331 https://bugs.webkit.org/show_bug.cgi?id=29083
1333 The following ARM compiler warnings are disabled
1335 - #68-D: integer conversion resulted in a change of sign
1336 - #111-D: statement is unreachable
1337 - #177-D: variable XXX was declared but never referenced
1338 - #368-D: class XXX defines no constructor to initialize the following: YYY
1339 - #830-D: function XXX "XXX::operator new" has no corresponding operator delete
1340 - #1293-D: assignment in condition
1344 2009-09-09 Kenneth Rohde Christiansen <kenneth@webkit.org>
1346 Reviewed by Simon Hausmann.
1348 [Qt] Add the alternative QtLauncher (based on QGraphicsView) to the build.
1350 https://bugs.webkit.org/show_bug.cgi?id=28862
1354 2009-09-07 Xan Lopez <xlopez@igalia.com>
1356 Rubber-stamped by Gustavo Noronha.
1358 Bump versions in preparation for 1.1.14 release.
1362 2009-09-07 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1364 Reviewed by Xan Lopez.
1366 https://bugs.webkit.org/show_bug.cgi?id=26854
1367 [GTK] Needs API to allow more control over outgoing requests
1369 * GNUmakefile.am: new files added to the build for new class
1370 WebKitNetworkResponse
1372 2009-09-06 Martin Robinson <martin.james.robinson@gmail.com>
1374 Reviewed by Gustavo Noronha, Jan Alonzo and Xan Lopez.
1376 [Gtk] Expose a database API
1377 https://bugs.webkit.org/show_bug.cgi?id=27899
1379 Expose an HTML5 database API for GTK+.
1383 2009-09-04 Albert Bachand <albertb@google.com>
1385 Reviewed by Eric Seidel.
1387 Modify the condition regarding the key modifier for opening combo
1388 boxes under GTK from just PLATFORM(GTK) to also look for
1389 (PLATFORM(CHROMIUM) && PLATFORM(LINUX)).
1391 * WebCore/dom/SelectElement.cpp:
1392 * WebCore/manual-tests/select-popup-on-spacebar.html:
1394 2009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org>
1396 Reviewed by Xan Lopez and Gustavo Noronha.
1398 [Gtk] Implement a WebDataSource for the gtk port
1399 https://bugs.webkit.org/show_bug.cgi?id=24758
1401 Add WebKitWebDataSource unit test to the build script
1405 2009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org>
1407 Reviewed by Xan Lopez and Gustavo Noronha.
1409 [Gtk] Implement a WebDataSource for the gtk port
1410 https://bugs.webkit.org/show_bug.cgi?id=24758
1412 Add WebKitWebDataSource and DocumentLoaderGtk to the build script.
1416 2009-09-01 Jan Michael Alonzo <jmalonzo@webkit.org>
1418 Reviewed by Xan Lopez and Gustavo Noronha.
1420 [Gtk] Implement a WebDataSource for the gtk port
1421 https://bugs.webkit.org/show_bug.cgi?id=24758
1423 Add WebKitWebResource to the build script.
1427 2009-08-28 Jan Michael Alonzo <jmalonzo@webkit.org>
1429 Reviewed by Oliver Hunt.
1431 Gtk Build broken for OSX Quartz
1432 https://bugs.webkit.org/show_bug.cgi?id=28727
1434 Define XP_UNIX for non-Win OS builds.
1438 2009-08-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1440 Reviewed by Holger Freyther.
1442 https://bugs.webkit.org/show_bug.cgi?id=25889
1443 [GTK] scrollbar policy for main frame is not implementable
1445 Adding files for the new test for window-related issues (starting
1446 with scrollbar policy).
1450 2009-08-27 Priit Laes <plaes@plaes.org>
1452 Reviewed by Xan Lopez.
1454 [GTK] Out-of-srcdir build problem
1455 https://bugs.webkit.org/show_bug.cgi?id=28741
1457 * GNUmakefile.am, autotools/webkit.m4:
1458 Fix problem with out-of-srcdir builds. Also bump required glib version.
1460 2009-08-24 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1462 Reviewed by Xan Lopez.
1464 Bump package and so versions for 1.1.13 release.
1468 2009-08-22 Javier JardĂłn <javierjc1982@gmail.com>
1470 [GTK] Not use deprecated symbols in WebKitWebView example code.
1471 https://bugs.webkit.org/show_bug.cgi?id=28651
1473 * WebKit/gtk/webkit/webkitwebview.cpp
1475 2009-08-18 Xan Lopez <xlopez@igalia.com>
1477 Rubber-stamped by Holger Freyther.
1479 Require at least libsoup 2.27.91 for the new password
1480 manager/authentication APIs.
1484 2009-08-18 Drew Wilson <atwilson@google.com>
1486 Reviewed by NOBODY (Build Break).
1488 Speculative fix for GTK DumpRenderTree.
1492 2009-08-18 Kent Tamura <tkent@chromium.org>
1494 Reviewed by Eric Seidel.
1496 Add --enable-datalist option.
1500 2009-08-14 Adam Bergkvist <adam.bergkvist@ericsson.com>
1502 Reviewed by Sam Weinig.
1504 [GTK] Added EventSource to the build (default on).
1505 https://bugs.webkit.org/show_bug.cgi?id=14997
1509 2009-08-14 Jan Michael Alonzo <jmalonzo@webkit.org>
1511 Rubber-stamped by Gustavo Noronha.
1513 Initialize CFLAGS and CXXFLAGS before the main body of the
1514 WEBKIT_INIT macro so C files don't get built with "-g -O2".
1516 * autotools/webkit.m4:
1518 2009-08-12 Xan Lopez <xlopez@igalia.com>
1520 Reviewed by Jan Alonzo.
1522 [GTK] Remove keyring optional features
1523 https://bugs.webkit.org/show_bug.cgi?id=28173
1525 Remove keyring support, we now do authentication storage through
1526 libsoup. We depend on libsoup master now, will bump the dependency
1527 when there's a new release.
1532 2009-08-11 Drew Wilson <atwilson@google.com>
1534 Reviewed by NOBODY (Build break).
1536 Speculative fix for GTK build break.
1540 2009-08-11 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1542 Reviewed by Simon Hausmann.
1544 Build the TestNetscapePlugin on Qt/Mac
1548 2009-08-11 Xan Lopez <xlopez@igalia.com>
1550 Reviewed by Jan Alonzo.
1552 Prefix lengthy commands with AM_V_GEN so that they produce an
1553 output like 'GEN <filename>' when in silent mode.
1557 2009-08-05 Jan Michael Alonzo <jmalonzo@webkit.org>
1559 Reviewed by Xan Lopez.
1561 [Gtk] macros in webkit.m4 should be defined once only
1562 https://bugs.webkit.org/show_bug.cgi?id=27929
1564 The macros in webkit.m4 are not meant to be called multiple times
1565 so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
1566 AC_REQUIRE to remove the automake warnings when doing autogen.sh.
1568 Lastly, make sure CXXFLAGS and CFLAGS are defined before
1569 AC_PROG_CXX gets expanded so it doesn't add "-g -O2" on Release builds.
1571 * autotools/webkit.m4:
1573 2009-08-05 Xan Lopez <xlopez@igalia.com>
1575 Revert r46714, it was making us build debug images by default.
1577 * autotools/webkit.m4:
1579 2009-08-03 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1581 Reviewed by Eric Seidel.
1583 [Qt] Consolidate common gcc flags to WebKit.pri
1584 https://bugs.webkit.org/show_bug.cgi?id=27934
1588 2009-08-03 Jan Michael Alonzo <jmalonzo@webkit.org>
1590 Rubber-stamped by Eric Seidel.
1592 [Gtk] macros in webkit.m4 should be defined once only
1593 https://bugs.webkit.org/show_bug.cgi?id=27929
1595 The macros in webkit.m4 are not meant to be called multiple times
1596 so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
1597 AC_REQUIRE to remove the automake warnings when doing autogen.sh.
1599 * autotools/webkit.m4:
1601 2009-07-29 Ariya Hidayat <ariya.hidayat@nokia.com>
1603 Reviewed by Simon Hausmann.
1605 Adding ImageDiff project file.
1607 https://bugs.webkit.org/show_bug.cgi?id=27813
1609 * WebKit.pro: Added ImageDiff.pro.
1611 2009-07-29 Jan Michael Alonzo <jmalonzo@webkit.org>
1613 Reviewed by Eric Seidel and Xan Lopez.
1615 [Gtk] Enable http/tests/appcache tests
1616 https://bugs.webkit.org/show_bug.cgi?id=27674
1618 * GNUmakefile.am: Add webkit/webkitapplicationcache.cpp
1620 2009-07-28 Xan Lopez <xlopez@igalia.com>
1622 Reviewed by Gustavo Noronha.
1624 Use automake 1.11 SILENT_RULES when present, for cleaner build
1625 output. You can disable it by passing --disable-silent-rules to
1626 configure or V=1 to make.
1628 * autotools/dolt.m4:
1631 2009-07-28 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1633 Reviewed by Simon Hausmann.
1635 [Qt] Disable some compiler warnings for the win build
1636 https://bugs.webkit.org/show_bug.cgi?id=27709
1640 2009-07-28 Xan Lopez <xlopez@igalia.com>
1642 Reviewed by Gustavo Noronha.
1644 * configure.ac: bump version for 1.1.12 release.
1646 2009-07-24 Xan Lopez <xlopez@igalia.com>
1648 Reviewed by Gustavo Noronha.
1650 Remove unneeded commas from PKG_CHECK_MODULES.
1654 2009-07-24 Jan Michael Alonzo <jmalonzo@webkit.org>
1656 Reviewed by Xan Lopez.
1658 Bump pango version requirement to 1.12 which is the version that
1663 2009-07-21 Roland Steiner <rolandsteiner@google.com>
1665 Reviewed by David Levin.
1667 Add ENABLE_RUBY to list of build options
1668 https://bugs.webkit.org/show_bug.cgi?id=27324
1670 * configure.ac: Added flag ENABLE_RUBY.
1672 2009-07-20 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1674 Reviewed by Holger Freyther.
1676 [Qt] Add an option for QtLauncher to build without QtUiTools dependency
1677 https://bugs.webkit.org/show_bug.cgi?id=27438
1679 Based on Norbert Leser's work.
1681 * WebKit.pri: Symbian does not have UiTools
1683 2009-07-16 Fumitoshi Ukai <ukai@chromium.org>
1685 Reviewed by David Levin.
1687 Add --web-sockets flag and ENABLE_WEB_SOCKETS define.
1688 https://bugs.webkit.org/show_bug.cgi?id=27206
1690 Add --enable-web-sockets in configure.ac
1694 2009-07-16 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1696 Reviewed by Simon Hausmann.
1698 [Qt] Enable GNU compiler extensions to the ARM compiler
1699 for all Qt ports using RVCT
1700 https://bugs.webkit.org/show_bug.cgi?id=27348
1704 2009-07-15 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1706 Rubber-stamped by Simon Hausmann.
1708 Fix the Qt/Mac build by disabling TestNetscapePlugin
1710 We should fix and enable this once we run DRT for Qt/Mac
1714 2009-07-13 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1716 Unreviewed build fix. Require the correct libsoup version now that
1721 2009-07-13 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1723 Reviewed by Tor Arne Vestbø.
1725 [Qt] Build fix for QtWebKit on Win
1726 https://bugs.webkit.org/show_bug.cgi?id=27205
1728 * WebKit.pri: Include the major version number in the QtWebKit
1729 library file for Win.
1731 2009-07-13 Simon Hausmann <simon.hausmann@nokia.com>
1733 Reviewed by Ariya Hidayat.
1735 Add the test netscape plugin for the Qt DRT to the build.
1739 2009-07-13 Drew Wilson <atwilson@google.com>
1741 Reviewed by David Levin.
1743 Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs
1744 https://bugs.webkit.org/show_bug.cgi?id=26932
1746 Added ENABLE(SHARED_WORKERS) flag.
1750 2009-07-12 Xan Lopez <xlopez@igalia.com>
1752 Reviewed by Gustavo Noronha.
1754 Bump version in preparation for 1.1.11 release.
1758 2009-07-07 Norbert Leser <norbert.leser@nokia.com>
1760 Reviewed by Simon Hausmann.
1762 Exclude DumpRenderTree.pro from symbian build
1766 2009-07-09 Drew Wilson <atwilson@google.com>
1768 Reviewed by Alexey Proskuryakov.
1770 https://bugs.webkit.org/show_bug.cgi?id=26903
1772 Turned on CHANNEL_MESSAGING by default because the MessageChannel API
1773 can now be implemented for Web Workers and is reasonably stable.
1775 * configure.ac: enable CHANNEL_MESSAGING.
1777 2009-07-03 Jan Michael Alonzo <jmalonzo@webkit.org>
1779 Reviewed by Xan Lopez and Gustavo Noronha.
1781 Set user-agent from application
1782 https://bugs.webkit.org/show_bug.cgi?id=17375
1784 Define UA version macros to be used by the UA string.
1785 Add new WebSettings unit test for the User-Agent string API.
1790 2009-06-20 Gustavo Noronha Silva <gns@gnome.org>
1792 Reviewed by Jan Alonzo.
1794 Adding files for the new test case for loading statuses.
1798 2009-06-15 Xan Lopez <xlopez@igalia.com>
1800 Reviewed by Gustavo Noronha.
1802 Version bump in preparation for 1.1.10 release.
1806 2009-06-12 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1808 Reviewed by Xan Lopez.
1810 Refactor handling of options in the build-webkit script
1812 Options are now defined in one place, and then reused when creating
1813 the usage help text, the arguments to GetOptions(), and when passing
1814 the options on to the underlying port-dependent build systems.
1816 This allows the Qt port to read the defaults for the options from the
1817 pro file (dynamically), and to pass the options on to qmake at build.
1821 2009-06-11 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1823 Reviewed by Holger Freyther.
1825 [Qt] Fix release build detection
1826 https://bugs.webkit.org/show_bug.cgi?id=26267
1830 2009-06-10 Gustavo Noronha Silva <gns@gnome.org>
1832 Reviewed by Xan Lopez.
1834 Add unit tests for our WebKitNetworkRequest object.
1838 2009-06-10 Xan Lopez <xlopez@igalia.com>
1840 Reviewed by Gustavo Noronha.
1842 Version bump in preparation for 1.1.9 release.
1846 2009-06-10 Xan Lopez <xlopez@igalia.com>
1848 Reviewed by Jan Alonzo.
1850 https://bugs.webkit.org/show_bug.cgi?id=25415
1851 [GTK][ATK] Please implement support for get_text_at_offset
1853 Add new dependency on the Gail utils library, needed for our a11y
1859 2009-05-29 Gustavo Noronha Silva <gns@gnome.org>
1861 Reviewed by Jan Alonzo.
1863 Add a test-case for our HTTP backend, currently checking the
1864 ref-counting of the SoupMessage.
1868 2009-05-28 Dirk Schulze <krit@webkit.org>
1870 Reviewed by Nikolas Zimmermann.
1872 Enable the new build flag --filters for Gtk. More details in WebCore/ChangeLog.
1876 2009-05-19 Xan Lopez <xlopez@igalia.com>
1878 Reviewed by Jan Alonzo and Gustavo Noronha.
1880 https://bugs.webkit.org/show_bug.cgi?id=25415
1881 [GTK][ATK] Please implement support for get_text_at_offset
1883 Add new test file for ATK.
1887 2009-05-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1889 Rubber-stamped by Xan Lopez.
1891 Fix webkitgtk_cleanfiles to clean gtk-doc-related files in the
1892 correct directory, so that we pass make distcheck.
1896 2009-05-28 Xan Lopez <xlopez@igalia.com>
1898 Bump version numbers in preparation for 1.1.8 release.
1902 2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
1904 Unreviewed build fix. Add gstreamer-video-0.10 libs to
1905 GSTREAMER_LIBS to resolve an undefined reference to gst_video_get_size
1906 - symbol used in MediaPlayerPrivateGstreamer.
1910 2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
1912 Reviewed by Xan Lopez.
1914 [Gtk] Various autotools build refactoring and fixes
1915 https://bugs.webkit.org/show_bug.cgi?id=25286
1917 Refactor library LIBS. Move third-party libs in libwebkit instead
1922 2009-05-22 Antonio Gomes <antonio.gomes@openbossa.org>
1924 Reviewed by Gustavo Noronha.
1926 Make Gtk build not bail out if gtk-doc-tools is not installed.
1928 Warning message shown instead.
1932 2009-05-22 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1934 Reviewed by Xan Lopez.
1936 Add big warnings about the glib unicode backend being slow and
1937 incomplete, since it is a work in progress.
1939 * autotools/webkit.m4:
1942 2009-05-22 Dominik Röttsches <dominik.roettsches@access-company.com>
1944 Reviewed by Gustavo Noronha.
1946 https://bugs.webkit.org/show_bug.cgi?id=15914
1947 [GTK] Implement Unicode functionality using GLib
1949 Initial version of this patch by JĂĽrg Billeter.
1951 Adding options for --with-unicode-backend=icu|glib
1952 and checking for pango version >= 1.21.0 if GLib backend
1953 is selected. Temporarily, until remaining parts of
1954 this patch are committed, introduce WTF_USE_GLIB_ICU_UNICODE_HYBRID
1955 macro to allow for a mixed compilation with WTF Unicode
1956 backend based on GLib while text codecs and TextBreakIterator
1957 remain ICU dependent.
1962 2009-05-18 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1964 Reviewed by Gavin Barraclough.
1966 Enable YARR, and disable WREC for GTK+.
1970 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
1972 Reviewed by Xan Lopez.
1974 [Gtk] Various autotools build refactoring and fixes
1975 https://bugs.webkit.org/show_bug.cgi?id=25286
1977 Add support for running unit tests. Also run the tests whenever
1978 the 'check' target runs.
1982 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
1984 Reviewed by Xan Lopez.
1986 [Gtk] Various autotools build refactoring and fixes
1987 https://bugs.webkit.org/show_bug.cgi?id=25286
1993 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
1995 Reviewed by Xan Lopez.
1997 [Gtk] Various autotools build refactoring and fixes
1998 https://bugs.webkit.org/show_bug.cgi?id=25286
2000 Add -no-install and -no-fast-install to programs and tests that we
2001 don't install. Also remove -O2 since this is already handled at
2006 2009-05-17 Jan Michael Alonzo <jmalonzo@webkit.org>
2008 Reviewed by Xan Lopez.
2010 [Gtk] Various autotools build refactoring and fixes
2011 https://bugs.webkit.org/show_bug.cgi?id=25286
2013 Refactor library cflags
2017 2009-05-15 Fridrich Strba <fridrich.strba@bluewin.ch>
2019 Reviewed by Jan Alonzo.
2021 Use AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM, since
2022 the JIT compiler is not a cross-compiler
2026 2009-05-13 Xan Lopez <xlopez@igalia.com>
2028 Unreviewed: bump versions in preparation for 1.1.7 release.
2032 2009-05-13 Xan Lopez <xlopez@igalia.com>
2034 Rubber-stamped by Gustavo Noronha.
2036 Revert commit r43563, since it breaks WebKitGTK+ when compiled
2041 2009-05-12 Jan Michael Alonzo <jmalonzo@webkit.org>
2043 Reviewed by Holger Freyther.
2045 [Gtk] Various autotools build refactoring and fixes
2046 https://bugs.webkit.org/show_bug.cgi?id=25286
2048 Refactor use of CFLAGS, CXXFLAGS, LIBADD and LDFLAGS.
2052 2009-05-09 Jan Michael Alonzo <jmalonzo@webkit.org>
2054 Reviewed by Gustavo Noronha.
2056 WebKit-r43163 won't build for gtk-directfb
2057 https://bugs.webkit.org/show_bug.cgi?id=25538
2059 Move the ENCHANT check out of the with_target conditional since it
2060 applies to all targets
2064 2009-05-09 Mike Hommey <glandium@debian.org>
2066 Reviewed by Geoffrey Garen. Landed by Jan Alonzo.
2068 Enable JIT on x86-64 gtk+
2069 https://bugs.webkit.org/show_bug.cgi?id=24724
2073 2009-05-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2075 Reviewed by Xan Lopez.
2077 Ship the gtk-doc.make file, so as to not depend on gtkdoc-tools.
2082 2009-05-06 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
2084 Reviewed by Simon Hausmann.
2086 Build QtWebKit as a framework on Mac
2088 This implies both debug and release build by default, unless
2089 one of the --debug or --release config options are passed to
2090 the build-webkit script.
2092 Frameworks can be disabled by passing CONFIG+=webkit_no_framework
2093 to the build-webkit script.
2095 To be able to build both debug and release targets in parallel
2096 we have to use separate output directories for the generated
2097 sources, which is not optimal, but required to avoid race conditions.
2099 An optimization would be to only require this spit-up on Mac.
2103 2009-04-30 Jan Michael Alonzo <jmalonzo@webkit.org>
2105 Unreviewed build GTK build fix
2107 * configure.ac: typo fix - javascript_debugger should be enable_javascript_debugger
2109 2009-04-30 Dimitri Glazkov <dglazkov@chromium.org>
2111 Unreviewed, build fix.
2113 https://bugs.webkit.org/show_bug.cgi?id=25470
2114 Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler.
2116 * configure.ac: Add autoconfig options, missed in the first commit.
2118 2009-04-28 Xan Lopez <xlopez@igalia.com>
2120 Unreviewed: bump versions in preparation for 1.1.6 release.
2124 2009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2126 Reviewed by Xan Lopez.
2128 [GTK] Error reporting
2129 https://bugs.webkit.org/show_bug.cgi?id=18344
2131 Add webkiterror to the build.
2135 2009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2137 Reviewed by Xan Lopez.
2139 [GTK] Error reporting
2140 https://bugs.webkit.org/show_bug.cgi?id=18344
2142 Add the default error page for installation.
2146 2009-04-24 Diego Escalante Urrelo <diegoe@gnome.org>
2148 Reviewed by Gustavo Noronha.
2150 https://bugs.webkit.org/show_bug.cgi?id=15616
2151 [GTK] Add spell checking
2153 Add enchant support for spell-checking-languages property to work
2159 2009-04-24 Simon Hausmann <simon.hausmann@nokia.com>
2161 Reviewed by Ariya Hidayat.
2163 Added support for generating API docs in the Qt build using "make docs"
2165 * WebKit.pro: Include docs.pri for "make docs" target.
2167 2009-04-14 Xan Lopez <xlopez@igalia.com>
2169 Unreviewed version bump in preparation for 1.1.5 release.
2173 2009-04-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2175 Rubber-stamped by Sam Weinig.
2177 Added rules to maintain the localization support. We cannot simply
2178 use whatever gettextize gives us because our build system is
2184 2009-04-05 Mike Hommey <glandium@debian.org>
2186 Reviewed by Holger Freyther.
2188 Filter out all C++ symbols
2189 https://bugs.webkit.org/show_bug.cgi?id=24960
2191 Considering the public API is all C, we can just filter out all
2192 C++ mangled symbols, which will avoid exporting symbols in some
2193 corner cases such as gcc bugs on specific architectures, etc.
2195 * autotools/symbols.filter:
2197 2009-04-03 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2199 Reviewed by Holger Freyther.
2201 Require GTK+ >= 2.10; 2.8 is already very old, and some very
2202 useful APIs are only available since 2.10.
2206 2009-04-01 Christian Dywan <christian@twotoasts.de>
2208 Reviewed by Holger Freyther.
2210 Unit test WebKitDownload
2211 http://bugs.webkit.org/show_bug.cgi?id=24844
2213 * GNUmakefile.am: Add a unit test for downloading.
2215 2009-04-01 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2217 Unreviewed build fix. Fix make distcheck, after the gtk-doc
2222 2009-03-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2224 Reviewed by Holger Freyther.
2226 Integrate gtk-doc into the Gtk+ buildsystem.
2231 2009-03-30 Xan Lopez <xlopez@igalia.com>
2233 Unreviewed: bump version to 1.1.4 for release.
2237 2009-03-21 Xan Lopez <xlopez@igalia.com>
2239 Reviewed by Holger Freyther.
2241 Require gnome-keyring 2.26.0, since we were depending on an
2242 unreleased trunk revision between 2.25.91 and 2.26.0.
2246 2009-03-20 Jan Michael Alonzo <jmalonzo@gmail.com>
2248 Reviewed by Holger Freyther.
2250 [GTK] Misc patches for WebKitWebHistoryItem
2251 https://bugs.webkit.org/show_bug.cgi?id=24493
2253 Added build support for build the WebKitWebHistoryItem unit test.
2257 2009-03-20 Jan Michael Alonzo <jmalonzo@gmail.com>
2259 Reviewed by Holger Freyther.
2261 Separate gtk unit tests
2262 https://bugs.webkit.org/show_bug.cgi?id=24039
2264 Build the unit tests accordingly.
2268 2009-03-17 Gustavo Noronha Silva <gns@gnome.org>
2270 Reviewed by Mark Rowe.
2272 Enable HTML5 media elements support by default in the GTK+ port.
2276 2009-03-17 Mike Hommey <glandium@debian.org>
2278 Reviewed by Holger Freyther.
2280 Do not export cti* symbols.
2281 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519924.
2283 * autotools/symbols.filter:
2285 2009-03-15 Xan Lopez <xlopez@igalia.com>
2287 Bump version to 1.1.3 for release and fix soversion
2288 calculation (oops). Thanks to Frederik Himpe for pointing this
2293 2009-03-15 Xan Lopez <xlopez@igalia.com>
2295 Bump version and libtool version for release.
2299 2009-03-14 Xan Lopez <xlopez@igalia.com>
2301 No review, build fix.
2303 Split clean rules to make distcheck pass.
2307 2009-03-13 Mark Rowe <mrowe@apple.com>
2309 Reviewed by Dan Bernstein.
2311 Remove rarely used Makefile targets from the Makefile.
2313 There are many situations in which the targets don't work as expected,
2314 and their primary use is addressed by having the build system default
2315 to building the appropriate architecture.
2319 2009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org>
2321 Reviewed by Holger Freyther.
2323 [Gtk] Fix make clean targets
2324 https://bugs.webkit.org/show_bug.cgi?id=24450
2326 Fix 'make' clean targets. We shouldn't be removing DerivedSources
2327 if it's only clean. Only remove it if it's distclean or
2328 maintainer-clean. Also remove build-related auxillary files on
2329 dist/maintainer clean.
2333 2009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org>
2335 Reviewed by Holger Freyther
2337 [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore
2338 https://bugs.webkit.org/show_bug.cgi?id=2260
2340 pangoft2 is also used in directfb builds so use it for all targets
2344 2009-03-02 Xan Lopez <xan@gnome.org>
2346 Reviewed by Mark Rowe.
2348 https://bugs.webkit.org/show_bug.cgi?id=24287
2349 [GTK] Move auth dialog feature to WebKit/
2351 Add WebKitSoupAuthDialog files to build.
2355 2009-03-03 Gustavo Noronha Silva <gns@gnome.org>
2357 Reviewed by Alexey Proskuryakov.
2359 https://bugs.webkit.org/show_bug.cgi?id=16826
2360 [Gtk] Implement WebKitDownload
2362 Adding new files related to WebKitDownload to the GTK+ port.
2366 2009-03-02 Gustavo Noronha Silva <gns@gnome.org>
2368 Unreviewed build fix; adding missing files to EXTRA_DIST, so that
2369 they show up in the tarball.
2373 2009-03-01 Christian Dywan <christian@twotoasts.de>
2375 * configure.ac: Bump GTK port version to 1.1.1.
2377 2009-02-27 Gustavo Noronha Silva <gns@gnome.org>
2379 Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list
2380 file to EXTRA_DIST to fix make dist.
2384 2009-02-26 Xan Lopez <xan@gnome.org>
2386 Reviewed by Holger Freyther.
2388 https://bugs.webkit.org/show_bug.cgi?id=16947
2389 [GTK] Missing HTTP Auth challenge
2391 Add HTTP authentication dialog with optional GNOME Keyring
2397 2009-02-26 Xan Lopez <xan@gnome.org>
2399 Reviewed by Holger Freyther.
2401 https://bugs.webkit.org/show_bug.cgi?id=16947
2402 [GTK] Missing HTTP Auth challenge
2404 Take marshallers to be built from a manually maintained list
2405 instead of grepping the sources.
2407 It's much faster, especially so now that we want to add
2408 marshallers from WebCore too. A system to only take into account
2409 the modified files when generating the marshallers from sources
2410 could be hacked, but I think it's overkill considering how rarely
2411 a new marshaller is added.
2415 2009-02-24 Jan Michael Alonzo <jmalonzo@webkit.org>
2417 Reviewed by Alexey Proskuryakov.
2419 [Gtk] add options for 3D transforms and HTML5 channel messaging to the build
2420 https://bugs.webkit.org/show_bug.cgi?id=24072
2422 Add options for toggling 3D transforms and HTML5 channel messaging
2425 Also fix the web-workers option. It should be web-workers and not workers.
2429 2009-02-23 Xan Lopez <xan@gnome.org>
2431 Reviewed by Alexey Proskuryakov.
2433 https://bugs.webkit.org/show_bug.cgi?id=22624
2434 [SOUP][GTK] Need API to get SoupSession from WebKit.
2436 Remove CURL support, the only supported HTTP backend is SOUP now.
2441 2009-02-19 Christian Dywan <christian@twotoasts.de>
2443 Rubber-stamped by Holger Freyther.
2445 http://bugs.webkit.org/show_bug.cgi?id=22811
2446 Underlinking in Programs_UnitTests (GTK+ build)
2448 * GNUmakefile.am: Add GLIB_LIBS to unit test library flags.
2450 2009-02-18 Gustavo Noronha Silva <gns@gnome.org>
2452 Reviewed by Holger Freyther.
2454 Fix symbols.filter location, and add other missing files to the
2455 autotools build, so that make dist works.
2459 2009-02-17 Gustavo Noronha Silva <gns@gnome.org>
2461 Reviewed by Alexey Proskuryakov.
2463 https://bugs.webkit.org/show_bug.cgi?id=23939
2464 Release build being built with debugging symbols
2466 * configure.ac: Revert change done in revision 40790, since we
2467 already have a AC_PROG_CXX macro call as part of WEBKIT_INIT
2469 2009-02-12 Gustavo Noronha Silva <gns@gnome.org>
2471 Reviewed by Eric Seidel.
2473 * configure.ac: Make soup the default HTTP backend for the Gtk port.
2475 2009-02-09 Calvin Walton <calvin.walton@gmail.com>
2477 Reviewed by Holger Freyther.
2479 https://bugs.webkit.org/show_bug.cgi?id=23823
2481 [Gtk] Fix build with recent autotools
2483 Current versions of automake/libtool don't assume you want C++ enabled
2484 by default any more, so explicitly check for a C++ compiler.
2486 * configure.ac: Add AC_PROG_CXX macro
2488 2009-02-02 Christian Dywan <christian@twotoasts.de>
2490 Rubber-stamped by Holger Freyther.
2492 Don't require Geolocation by default.
2496 2009-01-30 Jan Michael Alonzo <jmalonzo@webkit.org>
2498 Reviewed by Nikolas Zimmermann.
2500 [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits
2501 https://bugs.webkit.org/show_bug.cgi?id=22136
2504 * acinclude.m4: Removed.
2506 * autotools/acinclude.m4: Added.
2507 * autotools/dolt.m4: Added.
2508 * autotools/symbols.filter: Renamed from symbols.filter.
2509 * autotools/webkit.m4: Added.
2512 2009-01-30 Holger Hans Peter Freyther <zecke@selfish.org>
2514 Reviewed by Nikolas Zimmermann.
2516 [GTK] Implement GeolocationService using the Geoclue library
2518 https://bugs.webkit.org/show_bug.cgi?id=22022
2520 Untested implementation of the GeolocationService using the geoclue
2521 library. Velocity handling is completely missing and the accuracy
2522 handling might be wrong.
2527 2009-01-11 Xan Lopez <xan@gnome.org>
2529 Reviewed by Holger Freyther.
2531 Bump version to 1.1.0 since we are breaking ABI and adding new
2536 2008-12-19 Marco Barisione <marco.barisione@collabora.co.uk>
2538 Reviewed by Holger Freyther.
2540 http://bugs.webkit.org/show_bug.cgi?id=16562
2541 [gtk] Implement WebPolicyDelegate methods
2543 Original work by Pierre-Luc Beaudoin. Final touches by Gustavo
2546 This implements the delegates methods of WebPolicyDelegate.
2547 Since Gtk+/C doesn't have delegate methods, they are replaced with
2550 A new object WebKitWebPolicyDecision allows the browser to delay its
2551 response in certain cases. WebKitWebNavigationAction contains the
2552 information about what caused a navigation request.
2554 * GNUmakefile.am: Add new files
2556 2008-12-19 Gustavo Noronha Silva <gns@gnome.org>
2558 Reviewed by Holger Freyther.
2560 Use ustar tar format for WebKit/GTK+'s make dist target, so that
2561 storing files whose filenames are > 99 is possible.
2565 2008-12-19 Holger Hans Peter Freyther <zecke@selfish.org>
2567 [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST
2569 Fix the jit compilation on i*686 on Linux by using the va_list
2570 to pass arguments to the CTI. This is done on the MAC as well
2571 and sunspider and javascriptcore seem to work with that.
2575 2008-12-18 Pamela Greene <pam@chromium.org>
2577 Submitted without review.
2578 Right, remove the whole misplaced directory, not just the tests.
2581 * fast/dom: Removed.
2583 2008-12-18 Pamela Greene <pam@chromium.org>
2585 Submitted without review.
2586 Moving layout test into LayoutTests where it belongs.
2588 * fast/dom/setter-type-enforcement-expected.txt: Removed.
2589 * fast/dom/setter-type-enforcement.html: Removed.
2591 2008-12-15 Daniel Macks <dmacks@netspace.org>
2593 Reviewed by Darin Adler.
2595 Default to use external libicu-config if avail on all platforms.
2596 https://bugs.webkit.org/show_bug.cgi?id=22713
2600 2008-12-12 Holger Hans Peter Freyther <zecke@selfish.org>
2602 Back out r39222 as this is breaking the build on Gentoo (aclocal-1.10)
2604 The m4 directory does not exist and we now have a compile issue on
2610 2008-12-11 Daniel Macks <dmacks@netspace.org>
2612 Reviewed by Darin Adler.
2614 https://bugs.webkit.org/show_bug.cgi?id=22714
2616 Put libtool macro files in subdir that it wants.
2621 2008-12-07 Holger Hans Peter Freyther <zecke@selfish.org>
2623 Reviewed by Eric Seidel.
2625 [Gtk+] Use glib's unit test facilities to test the WebKit/Gtk+ API
2627 https://bugs.webkit.org/show_bug.cgi?id=22491
2629 Add the skeleton to WebKit/gtk/tests and integrate that into the
2630 buildsystem. Testing support was added in glib 2.16. For versions
2631 using glib < 2.16 we compile an empty application.
2635 2008-12-07 Holger Hans Peter Freyther <zecke@selfish.org>
2637 Reviewed by Cameron Zwarich.
2639 [GTK] Define ENABLE_JIT_OPTIMIZE_CALL, ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS, ENABLE_JIT_OPTIMIZE_ARITHMETIC
2641 When building the jit on i*86 also enable the above optimizations.
2645 2008-12-03 Simon Hausmann <hausmann@webkit.org>
2647 Reviewed by Tor Arne Vestbø.
2649 Fix the build of WebKit inside Qt by making sure that qmake generators
2650 that do not produce generated sources (i.e. cpp files) are not
2651 included in SOURCES.
2655 2008-12-02 Simon Hausmann <hausmann@webkit.org>
2657 Reviewed by Tor Arne Vestbø.
2659 Removed JavaScriptCore from SUBDIRS as it's not built separately
2664 2008-11-28 Gustavo Noronha Silva <gns@gnome.org>
2666 Reviewed and slightly modified by Holger Freyther.
2668 https://bugs.webkit.org/show_bug.cgi?id=19130
2670 Added the new WebKitGtk files to be built:
2671 WebKit/gtk/webkit/webkitwebwindowfeatures.{cpp,h}
2675 2008-11-26 Kalle Vahlman <kalle.vahlman@movial.com>
2677 Reviewed by Darin Adler. Landed by Jan Alonzo.
2679 Bison versions under 2.2 produce crashing CSSGrammar code for ARM
2680 https://bugs.webkit.org/show_bug.cgi?id=22456
2682 Check for bison version 2.2 or greater on ARM. Earlier versions produce
2683 code that crashes on ARM devices.
2687 2008-11-25 Holger Hans Peter Freyther <zecke@selfish.org>
2689 Reviewed by David Kilzer.
2691 https://bugs.webkit.org/show_bug.cgi?id=22022
2693 Add Geolocation support to the configure.ac
2695 Add an option to build WebKit/Gtk+ with Geolocation. The
2696 implementation will be using Gypsy.
2700 2008-11-24 Holger Hans Peter Freyther <zecke@selfish.org>
2702 Reviewed by Mark Rowe.
2704 [Gtk+] Add configure option to enable Web Workers and enable it by default
2706 Add --enable-workers to the buildsystem (used by build-webkit) add
2707 the to be build files to the GNUmakefile.am and change build-webkit
2708 to enable Web Workers by default.
2712 2008-09-09 Joerg Bornemann <joerg.bornemann@trolltech.com>
2714 Reviewed by Simon Hausmann.
2716 Steps towards making the Qt port of WebKit compile on Windows CE
2718 https://bugs.webkit.org/show_bug.cgi?id=20746
2720 * WebKit.pro: don't build DumpRenderTree on all Win32 platforms
2722 2008-11-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2724 Reviewed by George Staikos.
2726 Add WML build support for Gtk as well.
2730 2008-11-16 Geoffrey Garen <ggaren@apple.com>
2734 Try to fix gtk build.
2738 2008-11-10 Tor Arne Vestbø <tavestbo@trolltech.com>
2740 Rubber-stamped by Simon Hausmann.
2742 Distinguish between building from trunk and as part of Qt
2746 2008-11-10 Morten Sørvig <msorvig@trolltech.com>
2748 Reviewed by Simon Hausmann.
2750 Make tests/auto/qwebframe compile on Qt/Mac.
2752 * WebKit.pri: Fix linkage against QtWebKit when compiled as framework.
2754 2008-11-06 Cameron Zwarich <zwarich@apple.com>
2758 Speculatively fix the GTK build.
2762 2008-11-06 Alp Toker <alp@nuanti.com>
2764 GTK build fix for r38155. create_hash_table was moved out of kjs/
2768 2008-11-06 Cameron Zwarich <zwarich@apple.com>
2770 Rubber-stamped by Sam Weinig.
2772 Correct the reference to jsc.pro in WebKit.pro to match its new
2773 location in the root directory of JavaScriptCore.
2777 2008-11-03 Alp Toker <alp@nuanti.com>
2779 autotools distcleancheck fix. Add dolt-generated files and
2780 webkitenumtypes.h to the list of files that need to be cleaned.
2785 2008-11-03 Alp Toker <alp@nuanti.com>
2787 Rubber-stamped by Holger Freyther.
2789 Do not enable RTTI or exceptions in debug builds, matching release
2790 builds. They don't help much with debugging and significantly slow
2791 down and increase the size of the debug build.
2795 2008-11-03 Alp Toker <alp@nuanti.com>
2797 Rubber-stamped by Holger Freyther.
2799 Add mingw32 case to dolt for faster GTK+ Windows builds.
2803 2008-11-02 Xan Lopez <xan@gnome.org>
2805 Reviewed by Holger Freyther
2807 https://bugs.webkit.org/show_bug.cgi?id=22009
2808 HTML5 Video with GStreamer pulls gnome-vfs without using it.
2811 Remove gnome-vfs from configure.ac, it's unused.
2813 2008-10-30 Alp Toker <alp@nuanti.com>
2815 https://bugs.webkit.org/show_bug.cgi?id=19395
2816 doltlibtool bug with bash 3.0
2818 autotools dolt build fix for bash version 3.0 and older. Remove
2819 concatenation syntax from doltlibtool to support the older versions
2820 which don't have '+='.
2824 2008-10-30 Alp Toker <alp@nuanti.com>
2826 Rubber-stamped by Oliver Hunt.
2828 autotools build system change to enable JIT features by default. Can
2829 be disabled with --disable-jit (and is disabled automatically on
2830 unsupported platforms).
2834 2008-10-30 Alp Toker <alp@nuanti.com>
2836 Bump WebKit GTK+ version to 1.0.3.
2840 2008-10-29 Gustavo Noronha Silva <gns@gnome.org>
2842 Reviewed by Holger Freyther.
2844 Added all the files that need to be installed for the Inspector to
2847 2008-10-29 Mike Hommey <glandium@debian.org>
2849 Reviewed by Holger Freyther.
2851 https://bugs.webkit.org/show_bug.cgi?id=21884
2852 Test presence and link against libpng.
2857 2008-10-29 Jan Michael Alonzo <jmalonzo@webkit.org>
2859 Reviewed by Holger Freyther.
2861 Add --enable-optimizations to enable optimized builds. The default
2862 is to enable it for release builds, and disabled for debug builds.
2863 This option will allow builders to have a debug as well as
2869 2008-10-28 Mike Hommey <glandium@debian.org>
2871 Reviewed by Alp Toker.
2873 https://bugs.webkit.org/show_bug.cgi?id=21885
2874 [GTK] libwebkit doesn't link against libpangoft2
2876 Add pkg-config check for pangoft2 which provides
2877 pango_fc_font_description_from_pattern() used in the FreeType font
2882 2008-10-28 Alp Toker <alp@nuanti.com>
2884 Include copyright license files in the autotools dist target.
2886 Change suggested by Mike Hommey.
2890 2008-10-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2892 Gtk build fix: add '-' to Wl which was missed in r36845
2896 2008-10-22 Alp Toker <alp@nuanti.com>
2898 Fix build for Cairo 1.2.
2902 2008-10-20 Alp Toker <alp@nuanti.com>
2904 Partial GTK+/Win32 build fix. Lowercase library name to enable linking
2905 when cross-compiling Windows binaries from Linux: -lWs2_32 -> -lws2_32
2909 2008-10-13 Alp Toker <alp@nuanti.com>
2911 GTK+ build fix: Ensure correct builds when debugging is
2912 enabled/disabled by defining NDEBUG in autotoolsconfig.h as needed.
2913 It's still passed as a compiler flag since some sources (DRT) don't
2918 2008-10-09 Alp Toker <alp@nuanti.com>
2920 Reviewed by Mark Rowe.
2922 https://bugs.webkit.org/show_bug.cgi?id=20760
2923 Implement support for x86 Linux in CTI
2925 Prepare to enable CTI/WREC on supported architectures. Will be
2926 switched on when the crasher introduced in r37386 is resolved.
2930 2008-10-07 Alp Toker <alp@nuanti.com>
2932 GTK+ build fix for older automake versions (1.7). Discussed in bug
2937 2008-10-07 Alp Toker <alp@nuanti.com>
2939 Reviewed by Mark Rowe.
2941 https://bugs.webkit.org/show_bug.cgi?id=21392
2942 [GTK] Auto-generate JS DOM binding sources list
2944 Remove the huge lists of generated DOM binding sources and headers in
2945 the build system. These are difficult to maintain and can be derived
2948 The new strategy is to re-use the existing lists of IDL sources (which
2949 are needed for dist support anyway). This will also ease the addition
2950 of new language bindings.
2954 2008-09-27 Jan Michael Alonzo <jmalonzo@webkit.org>
2956 Reviewed by Holger Freyther.
2958 https://bugs.webkit.org/show_bug.cgi?id=20287
2959 [Gtk] disable plugins for gtk/directfb target
2961 Introduce WTF_PLATFORM_X11 for X11 builds.
2962 Also use target-specific packages when building the port
2964 * configure.ac: Do not check for cairo-ft for directfb builds.
2966 2008-09-27 Marco Barisione <marco.barisione@collabora.co.uk>
2968 Reviewed by Holger Freyther.
2970 http://bugs.webkit.org/show_bug.cgi?id=21174
2971 [GTK][AUTOTOOLS] Enable large file support at configure time
2973 * configure.ac: Enable large file support with AC_SYS_LARGEFILE.
2975 2008-09-23 Richard Hult <richard@imendio.com>
2977 Reviewed by Alp Toker. Landed by Jan Alonzo.
2979 http://bugs.webkit.org/show_bug.cgi?id=20582
2980 [Gtk] Link error on Mac OS X
2982 * GNUmakefile.am: Only use the -version-script flag for the gnu
2984 * configure.ac: Check for GNU OSes.
2986 2008-09-19 Alp Toker <alp@nuanti.com>
2988 Build fix for the 'gold' linker and recent binutils. New behaviour
2989 requires that we link to used libraries explicitly.
2994 2008-09-04 Marco Barisione <marco.barisione@collabora.co.uk>
2996 Reviewed by Eric Seidel.
2998 http://bugs.webkit.org/show_bug.cgi?id=20380
2999 [GTK][AUTOTOOLS] Include autotoolsconfig.h from config.h
3001 * configure.ac: Rename the configuration header from aconfig.h to autotoolsconfig.h.
3003 2008-08-28 Alp Toker <alp@nuanti.com>
3005 GTK+ dist/build fix. List newly added header files.
3009 2008-08-27 Mike Hommey <glandium@debian.org>
3014 * symbols.filter: Added.
3016 2008-08-10 Jan Michael Alonzo <jmalonzo@webkit.org>
3018 Reviewed (and updated) by Alp Toker.
3020 https://bugs.webkit.org/show_bug.cgi?id=16620
3021 [GTK] Autotools make dist and make check support
3023 Get make dist working.
3025 Note that not all possible configurations have been tested yet.
3029 2008-08-09 Marco Barisione <marco.barisione@collabora.co.uk>
3031 Reviewed by Alp Toker.
3033 http://bugs.webkit.org/show_bug.cgi?id=19045
3034 [gtk] ./configure doesn't check for x toolkit availability
3036 Some old versions of Xt do not provide xt.pc, in this case use
3037 AC_CHECK_LIB to check if the library is installed and then fall back
3042 2008-08-09 Alp Toker <alp@nuanti.com>
3046 Back out r20338 libxslt check (conditional check already exists and
3047 this broke the build).
3049 Make the flex version check a warning rather than fatal to fix the
3054 2008-08-08 Jan Michael Alonzo <jmalonzo@webkit.org>
3056 Reviewed by Mark Rowe.
3058 http://bugs.webkit.org/show_bug.cgi?id=20338
3059 [Gtk] Autotools should check for libxslt
3061 Autotools check for libxslt
3065 2008-08-07 Kalle Vahlman <zuh@iki.fi>
3067 Reviewed by David Kilzer.
3069 Check for correct flex version to avoid faulty builds
3071 A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it
3072 https://bugs.webkit.org/show_bug.cgi?id=20253
3074 acinclude.m4: Import AX_COMPARE_VERSION macro
3075 configure.ac: Check for flex version
3080 2008-08-07 Simon Hausmann <hausmann@webkit.org>
3082 Rubber-stamped by Lars.
3084 Added API tests for QWebPage/QWebFrame based on QTestLib.
3086 * WebKit.pro: Add WebKit/qt/tests to the build.
3088 2008-08-06 Marco Barisione <marco.barisione@collabora.co.uk>
3090 Reviewed by Eric Seidel.
3092 http://bugs.webkit.org/show_bug.cgi?id=20276
3093 [GTK] Makefile rules for the enum GTypes files depend on Makefile
3094 instead of GNUmakefile
3096 The patch committed in revision 34649 added the code needed to
3097 generate GTypes for enums but the makefile rules for
3098 stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on
3099 Makefile (used by other ports) instead of GNUmakefile.
3101 * GNUmakefile.am: Depend on GNUmakefile instead of Makefile.
3103 2008-08-05 Marco Barisione <marco.barisione@collabora.co.uk>
3105 Reviewed by Alp Toker.
3107 http://bugs.webkit.org/show_bug.cgi?id=19045
3108 [gtk] ./configure doesn't check for x toolkit availability
3110 Check for the .pc file for Xt instead of hard coding -lXt in the
3113 Thanks to Dominik Röttsches for the initial patch.
3118 2008-07-30 Marco Barisione <marco.barisione@collabora.co.uk>
3122 http://bugs.webkit.org/show_bug.cgi?id=19742
3123 [GTK] Auto generate webkitmarshal.list
3125 Auto generate webkitmarshal.list from source files to reduce the
3126 number of conflicts when merging git branches or when applying
3128 Also rename webkit-marshal.* to webkitmarshal.* for consistency.
3132 2008-07-25 Jan Michael Alonzo <jmalonzo@webkit.org>
3134 Reviewed by Mark Rowe.
3136 Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee.
3138 [Gtk] Improve detection jpeglib
3139 https://bugs.webkit.org/show_bug.cgi?id=17865
3144 2008-07-25 Simon Hausmann <hausmann@webkit.org>
3146 Discussed with and rubber-stamped by Lars.
3148 Fix the build system for the Qt port.
3150 Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the
3151 include search path. With a build process that combines JavaScriptCore and
3152 WebCore in one build process/Makefile the existance of
3153 JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts.
3155 This commit solves this by introducing a separate build of JavaScriptCore into
3158 As a result of the split-up a race-condition due to broken dependencies of
3159 regular source files to header files of generated sources showed up very
3160 frequently when doing parallel builds (which the buildbot does). This commit at
3161 the same time tries to address the dependency problem by making the
3162 addExtraCompiler() function also generate a pseudo extra compiler that
3163 represents the header file output, so that qmake is aware of the creation of
3164 the header file for dependency calculation.
3166 At the same time I removed a lot of cruft from the pro files to ease maintenance.
3171 2008-06-18 Marco Barisione <marco.barisione@collabora.co.uk>
3173 Reviewed by Alp Toker.
3175 https://bugs.webkit.org/show_bug.cgi?id=19171
3176 [GTK] GTypes for enumerations
3178 Generate GTypes for public enumerations so they can be used as
3181 * GNUmakefile.am: Generate webkit-enum-types.cpp and
3182 webkit-enum-types.h.
3184 2008-06-16 Simon Hausmann <hausmann@webkit.org>
3186 Fix the Qt build. testkjs.pro is now called jsc.pro.
3190 2008-06-15 Alp Toker <alp@nuanti.com>
3192 Rubber-stamped by Maciej.
3194 Install 'jsc' application by default.
3198 2008-06-08 Alp Toker <alp@nuanti.com>
3200 autotools/GTK+ build system cleanup. Don't include WebKit API in the
3201 WebCore build as it's no longer needed since r34426.
3205 2008-06-08 Alp Toker <alp@nuanti.com>
3207 Rubber-stamped by Mark Rowe.
3209 Bring back -fstrict-aliasing for JavaScriptCore which was removed in
3210 r31821, since aliasing issues have now been fixed.
3212 Use -O3, not -O2 for the JavaScriptCore build.
3217 2008-06-05 Christian Dywan <christian@twotoasts.de>
3219 Reviewed by Alp Toker.
3221 https://bugs.webkit.org/show_bug.cgi?id=14141
3222 Please add a version to the Gtk port
3226 2008-06-02 Alp Toker <alp@nuanti.com>
3228 GTK+/autotools Windows build system fixes.
3233 2008-06-02 Jan Michael Alonzo <jmalonzo@webkit.org>
3235 Reviewed by Alp Toker.
3237 Build WebCore GTK+ sources as part of WebCore, not WebKit.
3238 Split common and GTK+-specific sources into separate file lists.
3242 2008-06-01 Josh Triplett <josh@freedesktop.org>
3244 Reviewed by Alp Toker.
3246 http://bugs.webkit.org/show_bug.cgi?id=16891
3247 [GTK] autotools build is slow
3249 Add dolt revision 5e9eef10 to the autotools build system. Speeds up
3250 the build, often by a factor of two or more on supported platforms,
3251 otherwise falls back to libtool.
3253 See http://dolt.freedesktop.org for details.
3255 * acinclude.m4: Added.
3258 2008-05-25 Jan Michael Alonzo <jmalonzo@webkit.org>
3260 Reviewed by Alp Toker.
3262 http://bugs.webkit.org/show_bug.cgi?id=19142
3263 [Gtk] Remove build options --svg-experimental and --cross-document-messaging
3267 2008-05-24 Alp Toker <alp@nuanti.com>
3269 GTK+/Win32 build fixes. Link against Windows ICU without using
3270 icu-config since it's not available on that platform.
3272 Link against Ws2_32 when the curl http backend is chosen since we
3273 use select() directly.
3277 2008-05-23 Alp Toker <alp@nuanti.com>
3279 GTK+ fixes for building without database support.
3283 2008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org>
3285 Reviewed by Alp Toker.
3287 Fix for previous autotools change.
3291 2008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org>
3295 http://bugs.webkit.org/show_bug.cgi?id=18483
3296 [Gtk] Autotools should match build-webkit default flags
3300 2008-05-19 Alp Toker <alp@nuanti.com>
3302 GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when
3303 the Pango font backend is selected.
3308 2008-05-16 Julien Chaffraix <jchaffraix@webkit.org>
3312 Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated
3314 * configure.ac: Add HTML_FLAGS and set it when video is enabled.
3316 2008-05-15 Ariya Hidayat <ariya.hidayat@trolltech.com>
3320 Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files
3326 2008-05-09 Anders Carlsson <andersca@apple.com>
3334 2008-05-09 Simon Hausmann <hausmann@webkit.org>
3338 Removed explicit linkage against libxml and libxslt on Qt/Mac builds.
3340 This dependency is completely unnecessary here and creates only problems by
3341 propagating through WebCore.pro over libQtWebKit.prl right now customer
3347 2008-05-02 Anders Carlsson <andersca@apple.com>
3351 Add an "x86_64" make rule.
3355 2008-05-02 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3359 https://bugs.webkit.org/show_bug.cgi?id=18811
3360 Enable dashboard and offline web apps in autotools
3364 2008-05-01 Marc Ordinas i Llopis <marc.ordinasillopis@collabora.co.uk>
3366 Reviewed by Alp Toker.
3368 https://bugs.webkit.org/show_bug.cgi?id=14750
3369 Added support for NPAPI plugins on Gtk and Qt-x11 ports.
3371 * GNUmakefile.am: Added Xt library.
3373 2008-04-29 David Kilzer <ddkilzer@apple.com>
3375 BUILD FIX for ENABLE(DASHBOARD_SUPPORT)
3377 * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT.
3379 2008-04-22 Alp Toker <alp@nuanti.com>
3381 GTK+ debug build fix for changes in r32257.
3385 2008-04-18 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3387 Reviewed by Alp Toker.
3389 http://bugs.webkit.org/show_bug.cgi?id=16620
3390 [GTK] Autotools make dist and make check support
3396 2008-04-11 Mark Rowe <mrowe@apple.com>
3398 Rubber-stamped by Antti Koivisto.
3400 * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show.
3402 2008-04-17 Alp Toker <alp@atoker.com>
3404 GTK+ build fix. Back out the libjpeg check part of r32008 from bug
3409 2008-04-17 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3411 Reviewed by Alp Toker.
3413 http://bugs.webkit.org/show_bug.cgi?id=17865
3414 [Gtk] Improve detection of jpeglib and glib tools
3416 Improve detecting jpeglib and glib tools
3418 * configure.ac: Throw an error if the dependencies above are
3419 currently not installed
3421 2008-04-14 Xan Lopez <xan@gnome.org>
3423 Reviewed by Alp Toker.
3425 http://bugs.webkit.org/show_bug.cgi?id=17917
3426 Bug 17917: Cookie support for HTTP soup backend
3428 Bumped the libsoup required version to 2.23 for cookie support.
3432 2008-04-11 Mark Rowe <mrowe@apple.com>
3434 Rubber-stamped by Anders Carlsson.
3436 Fix https://bugs.webkit.org/show_bug.cgi?id=18430
3437 Bug 18430: SIGSEGV on amd64 when built with gcc 4.3
3439 GCC 4.3 generates bad code in some instances when working with our HashTables
3440 as some of the HashTable code violates the strict aliasing requirements. Since
3441 GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until
3442 the code can be fixed to be safe with strict aliasing enabled, we will disable
3447 2008-03-12 Michael Emmel <mike.emmel@gmail.com>
3449 Reviewed by Alp Toker.
3451 http://bugs.webkit.org/show_bug.cgi?id=18397
3452 Fix leaving spaces before parens in functions
3454 * WebKitTools/Scripts/wkstyle:
3456 2008-04-07 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3458 Build fix, rubber-stamped and landed by ap.
3460 * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support.
3462 2008-03-21 Rodney Dawes <dobey@wayofthemonkey.com>
3466 Remove the JSCore include path options from global_cppflags.
3467 Place JSCore include path options in javascriptcore_cppflags.
3468 Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS.
3472 2008-03-20 Jasper Bryant-Greene <jasper@unix.geek.nz>
3476 Resolves http://bugs.webkit.org/show_bug.cgi?id=16092
3477 "[GTK] Middle-mouse click should allow opening a URL in a new tab"
3479 Added WebKitNavigationAction object to GTK API
3483 2008-03-12 Xan Lopez <xan@gnome.org>
3485 Reviewed by Alp Toker.
3487 http://bugs.webkit.org/show_bug.cgi?id=15229
3489 Add optional font backend support with freetype and pango
3490 backends. Default is freetype for now.
3492 Original patch by Sven Herzberg <sven@imendio.com>
3496 2008-03-11 Xan Lopez <xan@gnome.org>
3498 Reviewed by Alp Toker.
3500 http://bugs.webkit.org/show_bug.cgi?id=16476
3502 Add support for multiple http backends, and add soup backend (off by default).
3507 2008-03-07 Simon Hausmann <hausmann@webkit.org>
3509 Reviewed by Darin Adler.
3513 Added plugins subdirectory to the include path.
3517 2008-03-09 Alp Toker <alp@atoker.com>
3519 GTK+ build fix for r30913.
3521 Use UNICODE_CFLAGS for C++ sources as well as C sources.
3525 2008-03-09 Jörg Billeter <j@bitron.ch>
3527 Reviewed by Alp Toker.
3529 Conditionalise ICU for Unicode in the GTK+ port.
3534 2008-03-03 Brent Fulgham <bfulgham@gmail.com>
3536 Reviewed by Alp Toker.
3538 http://bugs.webkit.org/show_bug.cgi?id=17644
3539 Build GTK on Mac OS X using native ICU library
3541 Use Apple native ICU libraries when building GTK
3546 2008-03-02 Brent Fulgham <bfulgham@gmail.com>
3548 Reviewed by Alp Toker.
3550 Add ICU_CPPFLAGS earlier in include path for WebCore
3551 so that we find $(icu_cppflags)/unicode/utf8.h, rather than
3552 the wtf/unicode/UTF8.h on case-insensitive file systems.
3556 2008-03-02 Alp Toker <alp@atoker.com>
3558 Reviewed by Mark Rowe.
3560 Split the WebKit GTK+ build out of the WebCore build and change the
3561 shared object name to match the package name.
3565 2008-02-28 Alp Toker <alp@atoker.com>
3567 Fix a configure script typo spotted by Kalle Vahlman.
3571 2008-02-26 Timothy Hatcher <timothy@apple.com>
3573 Reviewed by Darin Adler.
3575 Add "64" and "64u" make rules to allow easy building of 64-bit versions.
3577 make 64: will build Intel-only 64-bit.
3578 make 64u: will build 4-way universal for PPC and Intel.
3583 2008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3585 Rubber stamped by Darin Adler.
3587 Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
3588 whitespaces introduced in the previous commit.
3592 2008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3594 Rubber-stamped by Darin Adler.
3596 * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES.
3597 * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS.
3599 2008-02-21 Alp Toker <alp@atoker.com>
3601 Fix a configure script typo.
3605 2008-02-21 Alp Toker <alp@atoker.com>
3607 GTK+/autotools SVG experimental build fix
3609 Don't enable SVG filters in --enable-svg-experimental.
3611 This feature isn't supported at all yet. Developers can enable it
3612 explicitly by passing --enable-svg-filters if needed.
3616 2008-02-21 Mike Auty <mike.auty@gmail.com>
3618 Reviewed by Alp Toker.
3620 http://bugs.webkit.org/show_bug.cgi?id=17445
3621 [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed"
3623 The GNUmakefile.am files make use of the LDFLAGS variable to include library
3624 additions such as -ljpeg etc. Unfortunately, if these inclusions aren't made
3625 in LIBADD/LDADD variables, then they are mis-ordered during the linking.
3627 The as-needed flag discards libraries whose functions have not been needed by
3628 earlier libraries, which therefore makes the ordering important.
3630 This moves all -l library inclusion statements from LDFLAGS variables to
3631 LIBADD/LDADD variables.
3635 2008-02-15 Alp Toker <alp@atoker.com>
3639 GTK+ configure script cleanups
3641 Categorize the configuration summary printout.
3642 Bump GTK+ requirement to 2.8.
3643 Rename 'webkit_target' to just 'target'.
3644 Don't check for pthread on Win32.
3648 2008-02-14 Adam Roben <aroben@apple.com>
3650 Turn on cross-document messaging support by default
3652 Reviewed by Darin Adler.
3656 2008-02-14 Adam Roben <aroben@apple.com>
3658 Conditionalize cross-document messaging support
3660 The cross-document messaging parts of HTML 5 are in flux and we want
3661 ports to be able to turn off the support as needed.
3663 Note that the support is turned off by default right now. A subsequent
3664 commit will turn it on by default.
3666 Reviewed by Darin Adler.
3670 2008-02-12 Rodney Dawes <dobey@wayofthemonkey.com>
3672 Reviewed by Alp Toker.
3674 Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES
3675 to the CPPFLAGS for WebCore and WebKit
3676 Add a pkgconfig check for hildon-1 when --with-hildon specified
3677 Output the use of Hildon support in the summary
3678 Add HILDON_CPPFLAGS to webkitgtk_cppflags
3679 Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS
3680 Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS
3685 2008-02-08 Alp Toker <alp@atoker.com>
3687 Rubber-stamped by Maciej.
3689 Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4.
3693 2008-02-06 Timothy Hatcher <timothy@apple.com>
3695 Rubber-stamped by Mark Rowe.
3697 Dump of bugs.webkit.org's Bugzilla instance.
3700 * BugsSite/.htaccess: Added.
3701 * BugsSite/Bugzilla: Added.
3702 * BugsSite/Bugzilla.pm: Added.
3703 * BugsSite/Bugzilla/.cvsignore: Added.
3704 * BugsSite/Bugzilla/.htaccess: Added.
3705 * BugsSite/Bugzilla/Attachment.pm: Added.
3706 * BugsSite/Bugzilla/Auth: Added.
3707 * BugsSite/Bugzilla/Auth.pm: Added.
3708 * BugsSite/Bugzilla/Auth/Login: Added.
3709 * BugsSite/Bugzilla/Auth/Login/WWW: Added.
3710 * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added.
3711 * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added.
3712 * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added.
3713 * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added.
3714 * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added.
3715 * BugsSite/Bugzilla/Auth/README: Added.
3716 * BugsSite/Bugzilla/Auth/Verify: Added.
3717 * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added.
3718 * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added.
3719 * BugsSite/Bugzilla/Bug.pm: Added.
3720 * BugsSite/Bugzilla/BugMail.pm: Added.
3721 * BugsSite/Bugzilla/CGI.pm: Added.
3722 * BugsSite/Bugzilla/Chart.pm: Added.
3723 * BugsSite/Bugzilla/Config.pm: Added.
3724 * BugsSite/Bugzilla/Constants.pm: Added.
3725 * BugsSite/Bugzilla/DB: Added.
3726 * BugsSite/Bugzilla/DB.pm: Added.
3727 * BugsSite/Bugzilla/DB/Mysql.pm: Added.
3728 * BugsSite/Bugzilla/DB/Pg.pm: Added.
3729 * BugsSite/Bugzilla/DB/Schema: Added.
3730 * BugsSite/Bugzilla/DB/Schema.pm: Added.
3731 * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added.
3732 * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added.
3733 * BugsSite/Bugzilla/Error.pm: Added.
3734 * BugsSite/Bugzilla/Flag.pm: Added.
3735 * BugsSite/Bugzilla/FlagType.pm: Added.
3736 * BugsSite/Bugzilla/Group.pm: Added.
3737 * BugsSite/Bugzilla/Search.pm: Added.
3738 * BugsSite/Bugzilla/Series.pm: Added.
3739 * BugsSite/Bugzilla/Template: Added.
3740 * BugsSite/Bugzilla/Template.pm: Added.
3741 * BugsSite/Bugzilla/Template/Plugin: Added.
3742 * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added.
3743 * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added.
3744 * BugsSite/Bugzilla/Template/Plugin/User.pm: Added.
3745 * BugsSite/Bugzilla/Token.pm: Added.
3746 * BugsSite/Bugzilla/User: Added.
3747 * BugsSite/Bugzilla/User.pm: Added.
3748 * BugsSite/Bugzilla/User/Setting.pm: Added.
3749 * BugsSite/Bugzilla/Util.pm: Added.
3750 * BugsSite/CGI.pl: Added.
3751 * BugsSite/PrettyPatch: Added.
3752 * BugsSite/PrettyPatch/PrettyPatch.rb: Added.
3753 * BugsSite/PrettyPatch/prettify.rb: Added.
3754 * BugsSite/QUICKSTART: Added.
3755 * BugsSite/README: Added.
3756 * BugsSite/UPGRADING: Added.
3757 * BugsSite/UPGRADING-pre-2.8: Added.
3758 * BugsSite/ant.jpg: Added.
3759 * BugsSite/attachment-aroben.cgi: Added.
3760 * BugsSite/attachment.cgi: Added.
3761 * BugsSite/buglist.cgi: Added.
3762 * BugsSite/bugzilla.dtd: Added.
3763 * BugsSite/chart.cgi: Added.
3764 * BugsSite/checksetup.pl: Added.
3765 * BugsSite/colchange.cgi: Added.
3766 * BugsSite/collectstats.pl: Added.
3767 * BugsSite/config.cgi: Added.
3768 * BugsSite/contrib: Added.
3769 * BugsSite/contrib/BugzillaEmail.pm: Added.
3770 * BugsSite/contrib/README: Added.
3771 * BugsSite/contrib/README.Mailif: Added.
3772 * BugsSite/contrib/bug_email.pl: Added.
3773 * BugsSite/contrib/bugmail_help.html: Added.
3774 * BugsSite/contrib/bugzilla-submit: Added.
3775 * BugsSite/contrib/bugzilla-submit/README: Added.
3776 * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added.
3777 * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added.
3778 * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added.
3779 * BugsSite/contrib/bugzilla.procmailrc: Added.
3780 * BugsSite/contrib/bugzilla_email_append.pl: Added.
3781 * BugsSite/contrib/bugzilla_ldapsync.rb: Added.
3782 * BugsSite/contrib/bzdbcopy.pl: Added.
3783 * BugsSite/contrib/cmdline: Added.
3784 * BugsSite/contrib/cmdline/bugcount: Added.
3785 * BugsSite/contrib/cmdline/bugids: Added.
3786 * BugsSite/contrib/cmdline/buglist: Added.
3787 * BugsSite/contrib/cmdline/bugs: Added.
3788 * BugsSite/contrib/cmdline/bugslink: Added.
3789 * BugsSite/contrib/cmdline/makequery: Added.
3790 * BugsSite/contrib/cmdline/query.conf: Added.
3791 * BugsSite/contrib/cvs-update.pl: Added.
3792 * BugsSite/contrib/gnats2bz.pl: Added.
3793 * BugsSite/contrib/gnatsparse: Added.
3794 * BugsSite/contrib/gnatsparse/README: Added.
3795 * BugsSite/contrib/gnatsparse/gnatsparse.py: Added.
3796 * BugsSite/contrib/gnatsparse/magic.py: Added.
3797 * BugsSite/contrib/gnatsparse/specialuu.py: Added.
3798 * BugsSite/contrib/jb2bz.py: Added.
3799 * BugsSite/contrib/mysqld-watcher.pl: Added.
3800 * BugsSite/contrib/sendbugmail.pl: Added.
3801 * BugsSite/contrib/sendunsentbugmail.pl: Added.
3802 * BugsSite/contrib/syncLDAP.pl: Added.
3803 * BugsSite/contrib/yp_nomail.sh: Added.
3804 * BugsSite/createaccount.cgi: Added.
3805 * BugsSite/data: Added.
3806 * BugsSite/data/.htaccess: Added.
3807 * BugsSite/data/attachments: Added.
3808 * BugsSite/data/attachments/.htaccess: Added.
3809 * BugsSite/data/duplicates: Added.
3810 * BugsSite/data/mail: Added.
3811 * BugsSite/data/mimedump-tmp: Added.
3812 * BugsSite/data/mining: Added.
3813 * BugsSite/data/nomail: Added.
3814 * BugsSite/data/params: Added.
3815 * BugsSite/data/template: Added.
3816 * BugsSite/data/template/template: Added.
3817 * BugsSite/data/template/template/en: Added.
3818 * BugsSite/data/template/template/en/custom: Added.
3819 * BugsSite/data/template/template/en/custom/account: Added.
3820 * BugsSite/data/template/template/en/custom/account/auth: Added.
3821 * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
3822 * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added.
3823 * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added.
3824 * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added.
3825 * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added.
3826 * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added.
3827 * BugsSite/data/template/template/en/custom/account/email: Added.
3828 * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added.
3829 * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added.
3830 * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added.
3831 * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added.
3832 * BugsSite/data/template/template/en/custom/account/password: Added.
3833 * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
3834 * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
3835 * BugsSite/data/template/template/en/custom/account/prefs: Added.
3836 * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added.
3837 * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added.
3838 * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added.
3839 * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added.
3840 * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added.
3841 * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
3842 * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added.
3843 * BugsSite/data/template/template/en/custom/admin: Added.
3844 * BugsSite/data/template/template/en/custom/admin/classifications: Added.
3845 * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added.
3846 * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added.
3847 * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added.
3848 * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added.
3849 * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added.
3850 * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
3851 * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added.
3852 * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added.
3853 * BugsSite/data/template/template/en/custom/admin/components: Added.
3854 * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
3855 * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added.
3856 * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added.
3857 * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added.
3858 * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added.
3859 * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added.
3860 * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added.
3861 * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added.
3862 * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added.
3863 * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added.
3864 * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
3865 * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
3866 * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
3867 * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
3868 * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
3869 * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
3870 * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
3871 * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
3872 * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
3873 * BugsSite/data/template/template/en/custom/admin/flag-type: Added.
3874 * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
3875 * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
3876 * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added.
3877 * BugsSite/data/template/template/en/custom/admin/groups: Added.
3878 * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added.
3879 * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added.
3880 * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added.
3881 * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added.
3882 * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added.
3883 * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added.
3884 * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added.
3885 * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added.
3886 * BugsSite/data/template/template/en/custom/admin/keywords: Added.
3887 * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
3888 * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
3889 * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
3890 * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
3891 * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
3892 * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
3893 * BugsSite/data/template/template/en/custom/admin/milestones: Added.
3894 * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
3895 * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added.
3896 * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added.
3897 * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
3898 * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added.
3899 * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added.
3900 * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added.
3901 * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
3902 * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added.
3903 * BugsSite/data/template/template/en/custom/admin/products: Added.
3904 * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
3905 * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added.
3906 * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added.
3907 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added.
3908 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
3909 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
3910 * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
3911 * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added.
3912 * BugsSite/data/template/template/en/custom/admin/settings: Added.
3913 * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added.
3914 * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added.
3915 * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added.
3916 * BugsSite/data/template/template/en/custom/admin/users: Added.
3917 * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
3918 * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added.
3919 * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added.
3920 * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added.
3921 * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
3922 * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added.
3923 * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added.
3924 * BugsSite/data/template/template/en/custom/admin/versions: Added.
3925 * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
3926 * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added.
3927 * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added.
3928 * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added.
3929 * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added.
3930 * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added.
3931 * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added.
3932 * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added.
3933 * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added.
3934 * BugsSite/data/template/template/en/custom/attachment: Added.
3935 * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added.
3936 * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added.
3937 * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added.
3938 * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added.
3939 * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added.
3940 * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added.
3941 * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added.
3942 * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added.
3943 * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added.
3944 * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added.
3945 * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added.
3946 * BugsSite/data/template/template/en/custom/bug: Added.
3947 * BugsSite/data/template/template/en/custom/bug/activity: Added.
3948 * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added.
3949 * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added.
3950 * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added.
3951 * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added.
3952 * BugsSite/data/template/template/en/custom/bug/create: Added.
3953 * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
3954 * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added.
3955 * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added.
3956 * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added.
3957 * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added.
3958 * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added.
3959 * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added.
3960 * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added.
3961 * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added.
3962 * BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added.
3963 * BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added.
3964 * BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added.
3965 * BugsSite/data/template/template/en/custom/bug/process: Added.
3966 * BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added.
3967 * BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
3968 * BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added.
3969 * BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added.
3970 * BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added.
3971 * BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added.
3972 * BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
3973 * BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added.
3974 * BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added.
3975 * BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added.
3976 * BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added.
3977 * BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added.
3978 * BugsSite/data/template/template/en/custom/bug/votes: Added.
3979 * BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
3980 * BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
3981 * BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
3982 * BugsSite/data/template/template/en/custom/config.js.tmpl: Added.
3983 * BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added.
3984 * BugsSite/data/template/template/en/custom/flag: Added.
3985 * BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added.
3986 * BugsSite/data/template/template/en/custom/global: Added.
3987 * BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added.
3988 * BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added.
3989 * BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added.
3990 * BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added.
3991 * BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added.
3992 * BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added.
3993 * BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added.
3994 * BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added.
3995 * BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added.
3996 * BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added.
3997 * BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added.
3998 * BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added.
3999 * BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added.
4000 * BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added.
4001 * BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added.
4002 * BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added.
4003 * BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added.
4004 * BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added.
4005 * BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added.
4006 * BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added.
4007 * BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added.
4008 * BugsSite/data/template/template/en/custom/index.html.tmpl: Added.
4009 * BugsSite/data/template/template/en/custom/list: Added.
4010 * BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added.
4011 * BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added.
4012 * BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added.
4013 * BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added.
4014 * BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added.
4015 * BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added.
4016 * BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added.
4017 * BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added.
4018 * BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added.
4019 * BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added.
4020 * BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added.
4021 * BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added.
4022 * BugsSite/data/template/template/en/custom/pages: Added.
4023 * BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added.
4024 * BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added.
4025 * BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added.
4026 * BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added.
4027 * BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added.
4028 * BugsSite/data/template/template/en/custom/reports: Added.
4029 * BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added.
4030 * BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added.
4031 * BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added.
4032 * BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added.
4033 * BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added.
4034 * BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
4035 * BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added.
4036 * BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added.
4037 * BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added.
4038 * BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added.
4039 * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added.
4040 * BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added.
4041 * BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added.
4042 * BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added.
4043 * BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added.
4044 * BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added.
4045 * BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added.
4046 * BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added.
4047 * BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added.
4048 * BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added.
4049 * BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added.
4050 * BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added.
4051 * BugsSite/data/template/template/en/custom/request: Added.
4052 * BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added.
4053 * BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added.
4054 * BugsSite/data/template/template/en/custom/search: Added.
4055 * BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added.
4056 * BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added.
4057 * BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added.
4058 * BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added.
4059 * BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added.
4060 * BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added.
4061 * BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added.
4062 * BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added.
4063 * BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added.
4064 * BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added.
4065 * BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added.
4066 * BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added.
4067 * BugsSite/data/template/template/en/custom/whine: Added.
4068 * BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added.
4069 * BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added.
4070 * BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
4071 * BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added.
4072 * BugsSite/data/template/template/en/default: Added.
4073 * BugsSite/data/template/template/en/default/attachment: Added.
4074 * BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added.
4075 * BugsSite/data/template/template/en/default/list: Added.
4076 * BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added.
4077 * BugsSite/data/versioncache: Added.
4078 * BugsSite/data/versioncache.13P9L: Added.
4079 * BugsSite/data/versioncache.1lH1E: Added.
4080 * BugsSite/data/versioncache.3AnHd: Added.
4081 * BugsSite/data/versioncache.3Jmjt: Added.
4082 * BugsSite/data/versioncache.3JzIL: Added.
4083 * BugsSite/data/versioncache.77b4y: Added.
4084 * BugsSite/data/versioncache.7VzyU: Added.
4085 * BugsSite/data/versioncache.EQdAm: Added.
4086 * BugsSite/data/versioncache.EouAG: Added.
4087 * BugsSite/data/versioncache.LJ5n1: Added.
4088 * BugsSite/data/versioncache.Lb0fW: Added.
4089 * BugsSite/data/versioncache.PyAd8: Added.
4090 * BugsSite/data/versioncache.SFyse: Added.
4091 * BugsSite/data/versioncache.SkTTg: Added.
4092 * BugsSite/data/versioncache.VVO7E: Added.
4093 * BugsSite/data/versioncache.XbxgU: Added.
4094 * BugsSite/data/versioncache.Yezqr: Added.
4095 * BugsSite/data/versioncache.dtzIv: Added.
4096 * BugsSite/data/versioncache.jzpeh: Added.
4097 * BugsSite/data/versioncache.pbn6U: Added.
4098 * BugsSite/data/versioncache.qyixS: Added.
4099 * BugsSite/data/versioncache.sBMdb: Added.
4100 * BugsSite/data/versioncache.xNi34: Added.
4101 * BugsSite/data/webdot: Added.
4102 * BugsSite/data/webdot/.htaccess: Added.
4103 * BugsSite/data/webdot/0ZLH3QpFd8.dot: Added.
4104 * BugsSite/data/webdot/3s6e7eC2Dy.dot: Added.
4105 * BugsSite/data/webdot/6MW0q54cyY.dot: Added.
4106 * BugsSite/data/webdot/A2RlhPdO2Q.dot: Added.
4107 * BugsSite/data/webdot/DuBX4I4946.dot: Added.
4108 * BugsSite/data/webdot/GudTgvrKBX.dot: Added.
4109 * BugsSite/data/webdot/I1mCbLtAzQ.dot: Added.
4110 * BugsSite/data/webdot/JtKgvWGVb4.dot: Added.
4111 * BugsSite/data/webdot/RFk4bjAwYc.dot: Added.
4112 * BugsSite/data/webdot/YQ1pWFVfqt.dot: Added.
4113 * BugsSite/data/webdot/YcFUepShZI.dot: Added.
4114 * BugsSite/data/webdot/a9i00KgTQk.dot: Added.
4115 * BugsSite/data/webdot/c412GYaHch.dot: Added.
4116 * BugsSite/data/webdot/hjYnYr3tV1.dot: Added.
4117 * BugsSite/data/webdot/pq3Qw7wynI.dot: Added.
4118 * BugsSite/data/webdot/tL7GjA7bqH.dot: Added.
4119 * BugsSite/defparams.pl: Added.
4120 * BugsSite/describecomponents.cgi: Added.
4121 * BugsSite/describekeywords.cgi: Added.
4122 * BugsSite/describekeywords.cgi.bak: Added.
4123 * BugsSite/docs: Added.
4124 * BugsSite/docs/.cvsignore: Added.
4125 * BugsSite/docs/README.docs: Added.
4126 * BugsSite/docs/html: Added.
4127 * BugsSite/docs/html/Bugzilla-Guide.html: Added.
4128 * BugsSite/docs/html/about.html: Added.
4129 * BugsSite/docs/html/administration.html: Added.
4130 * BugsSite/docs/html/bug_page.html: Added.
4131 * BugsSite/docs/html/bugreports.html: Added.
4132 * BugsSite/docs/html/cmdline-bugmail.html: Added.
4133 * BugsSite/docs/html/cmdline.html: Added.
4134 * BugsSite/docs/html/components.html: Added.
4135 * BugsSite/docs/html/configuration.html: Added.
4136 * BugsSite/docs/html/conventions.html: Added.
4137 * BugsSite/docs/html/copyright.html: Added.
4138 * BugsSite/docs/html/credits.html: Added.
4139 * BugsSite/docs/html/cust-change-permissions.html: Added.
4140 * BugsSite/docs/html/cust-hooks.html: Added.
4141 * BugsSite/docs/html/cust-templates.html: Added.
4142 * BugsSite/docs/html/customization.html: Added.
4143 * BugsSite/docs/html/dbdoc.html: Added.
4144 * BugsSite/docs/html/dbmodify.html: Added.
4145 * BugsSite/docs/html/disclaimer.html: Added.
4146 * BugsSite/docs/html/extraconfig.html: Added.
4147 * BugsSite/docs/html/faq.html: Added.
4148 * BugsSite/docs/html/flags-overview.html: Added.
4149 * BugsSite/docs/html/flags.html: Added.
4150 * BugsSite/docs/html/general-advice.html: Added.
4151 * BugsSite/docs/html/gfdl-0.html: Added.
4152 * BugsSite/docs/html/gfdl-1.html: Added.
4153 * BugsSite/docs/html/gfdl-10.html: Added.
4154 * BugsSite/docs/html/gfdl-2.html: Added.
4155 * BugsSite/docs/html/gfdl-3.html: Added.
4156 * BugsSite/docs/html/gfdl-4.html: Added.
4157 * BugsSite/docs/html/gfdl-5.html: Added.
4158 * BugsSite/docs/html/gfdl-6.html: Added.
4159 * BugsSite/docs/html/gfdl-7.html: Added.
4160 * BugsSite/docs/html/gfdl-8.html: Added.
4161 * BugsSite/docs/html/gfdl-9.html: Added.
4162 * BugsSite/docs/html/gfdl-howto.html: Added.
4163 * BugsSite/docs/html/gfdl.html: Added.
4164 * BugsSite/docs/html/glossary.html: Added.
4165 * BugsSite/docs/html/groups.html: Added.
4166 * BugsSite/docs/html/hintsandtips.html: Added.
4167 * BugsSite/docs/html/index.html: Added.
4168 * BugsSite/docs/html/install-perlmodules-manual.html: Added.
4169 * BugsSite/docs/html/installation.html: Added.
4170 * BugsSite/docs/html/installing-bugzilla.html: Added.
4171 * BugsSite/docs/html/integration.html: Added.
4172 * BugsSite/docs/html/lifecycle.html: Added.
4173 * BugsSite/docs/html/list.html: Added.
4174 * BugsSite/docs/html/milestones.html: Added.
4175 * BugsSite/docs/html/modules-manual-download.html: Added.
4176 * BugsSite/docs/html/modules-manual-instructions.html: Added.
4177 * BugsSite/docs/html/modules-manual-optional.html: Added.
4178 * BugsSite/docs/html/myaccount.html: Added.
4179 * BugsSite/docs/html/newversions.html: Added.
4180 * BugsSite/docs/html/nonroot.html: Added.
4181 * BugsSite/docs/html/os-specific.html: Added.
4182 * BugsSite/docs/html/parameters.html: Added.
4183 * BugsSite/docs/html/paranoid-security.html: Added.
4184 * BugsSite/docs/html/patches.html: Added.
4185 * BugsSite/docs/html/patchviewer.html: Added.
4186 * BugsSite/docs/html/products.html: Added.
4187 * BugsSite/docs/html/query.html: Added.
4188 * BugsSite/docs/html/quips.html: Added.
4189 * BugsSite/docs/html/reporting.html: Added.
4190 * BugsSite/docs/html/security-bugzilla.html: Added.
4191 * BugsSite/docs/html/security-mysql.html: Added.
4192 * BugsSite/docs/html/security-os.html: Added.
4193 * BugsSite/docs/html/security-webserver.html: Added.
4194 * BugsSite/docs/html/security.html: Added.
4195 * BugsSite/docs/html/trbl-bundlebugzilla.html: Added.
4196 * BugsSite/docs/html/trbl-dbdsponge.html: Added.
4197 * BugsSite/docs/html/trbl-index.html: Added.
4198 * BugsSite/docs/html/trbl-passwd-encryption.html: Added.
4199 * BugsSite/docs/html/trbl-perlmodule.html: Added.
4200 * BugsSite/docs/html/trbl-relogin-everyone.html: Added.
4201 * BugsSite/docs/html/trbl-testserver.html: Added.
4202 * BugsSite/docs/html/trouble-filetemp.html: Added.
4203 * BugsSite/docs/html/troubleshooting.html: Added.
4204 * BugsSite/docs/html/upgrading.html: Added.
4205 * BugsSite/docs/html/useradmin.html: Added.
4206 * BugsSite/docs/html/userpreferences.html: Added.
4207 * BugsSite/docs/html/using-intro.html: Added.
4208 * BugsSite/docs/html/using.html: Added.
4209 * BugsSite/docs/html/versions.html: Added.
4210 * BugsSite/docs/html/voting.html: Added.
4211 * BugsSite/docs/html/whining.html: Added.
4212 * BugsSite/docs/html/x3190.html: Added.
4213 * BugsSite/docs/images: Added.
4214 * BugsSite/docs/images/bzLifecycle.png: Added.
4215 * BugsSite/docs/images/bzLifecycle.xml: Added.
4216 * BugsSite/docs/images/callouts: Added.
4217 * BugsSite/docs/images/callouts/1.gif: Added.
4218 * BugsSite/docs/images/callouts/2.gif: Added.
4219 * BugsSite/docs/images/callouts/3.gif: Added.
4220 * BugsSite/docs/images/caution.gif: Added.
4221 * BugsSite/docs/images/note.gif: Added.
4222 * BugsSite/docs/images/tip.gif: Added.
4223 * BugsSite/docs/images/warning.gif: Added.
4224 * BugsSite/docs/makedocs.pl: Added.
4225 * BugsSite/docs/pdf: Added.
4226 * BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added.
4227 * BugsSite/docs/rel_notes.txt: Added.
4228 * BugsSite/docs/txt: Added.
4229 * BugsSite/docs/txt/Bugzilla-Guide.txt: Added.
4230 * BugsSite/docs/xml: Added.
4231 * BugsSite/docs/xml/Bugzilla-Guide.xml: Added.
4232 * BugsSite/docs/xml/about.xml: Added.
4233 * BugsSite/docs/xml/administration.xml: Added.
4234 * BugsSite/docs/xml/conventions.xml: Added.
4235 * BugsSite/docs/xml/customization.xml: Added.
4236 * BugsSite/docs/xml/dbschema.mysql: Added.
4237 * BugsSite/docs/xml/faq.xml: Added.
4238 * BugsSite/docs/xml/filetemp.patch: Added.
4239 * BugsSite/docs/xml/gfdl.xml: Added.
4240 * BugsSite/docs/xml/glossary.xml: Added.
4241 * BugsSite/docs/xml/index.xml: Added.
4242 * BugsSite/docs/xml/installation.xml: Added.
4243 * BugsSite/docs/xml/integration.xml: Added.
4244 * BugsSite/docs/xml/introduction.xml: Added.
4245 * BugsSite/docs/xml/modules.xml: Added.
4246 * BugsSite/docs/xml/patches.xml: Added.
4247 * BugsSite/docs/xml/requiredsoftware.xml: Added.
4248 * BugsSite/docs/xml/security.xml: Added.
4249 * BugsSite/docs/xml/troubleshooting.xml: Added.
4250 * BugsSite/docs/xml/using.xml: Added.
4251 * BugsSite/doeditparams.cgi: Added.
4252 * BugsSite/duplicates.cgi: Added.
4253 * BugsSite/duplicates.xul: Added.
4254 * BugsSite/editclassifications.cgi: Added.
4255 * BugsSite/editcomponents.cgi: Added.
4256 * BugsSite/editflagtypes.cgi: Added.
4257 * BugsSite/editgroups.cgi: Added.
4258 * BugsSite/editkeywords.cgi: Added.
4259 * BugsSite/editmilestones.cgi: Added.
4260 * BugsSite/editparams.cgi: Added.
4261 * BugsSite/editproducts.cgi: Added.
4262 * BugsSite/editsettings.cgi: Added.
4263 * BugsSite/editusers.cgi: Added.
4264 * BugsSite/editvalues.cgi: Added.
4265 * BugsSite/editversions.cgi: Added.
4266 * BugsSite/editwhines.cgi: Added.
4267 * BugsSite/enter_bug.cgi: Added.
4268 * BugsSite/favicon.ico: Added.
4269 * BugsSite/globals.pl: Added.
4270 * BugsSite/graphs: Added.
4271 * BugsSite/images: Added.
4272 * BugsSite/images/padlock.png: Added.
4273 * BugsSite/importxml.pl: Added.
4274 * BugsSite/index.cgi: Added.
4275 * BugsSite/js: Added.
4276 * BugsSite/js/duplicates.js: Added.
4277 * BugsSite/js/productform.js: Added.
4278 * BugsSite/localconfig.js: Added.
4279 * BugsSite/long_list.cgi: Added.
4280 * BugsSite/move.pl: Added.
4281 * BugsSite/page.cgi: Added.
4282 * BugsSite/post_bug.cgi: Added.
4283 * BugsSite/process_bug.cgi: Added.
4284 * BugsSite/productmenu.js: Added.
4285 * BugsSite/query.cgi: Added.
4286 * BugsSite/quicksearch.html: Added.
4287 * BugsSite/quicksearch.js: Added.
4288 * BugsSite/quicksearchhack.html: Added.
4289 * BugsSite/quips.cgi: Added.
4290 * BugsSite/relogin.cgi: Added.
4291 * BugsSite/report.cgi: Added.
4292 * BugsSite/reports.cgi: Added.
4293 * BugsSite/request.cgi: Added.
4294 * BugsSite/robots.txt: Added.
4295 * BugsSite/runtests.pl: Added.
4296 * BugsSite/sanitycheck.cgi: Added.
4297 * BugsSite/show_activity.cgi: Added.
4298 * BugsSite/show_bug.cgi: Added.
4299 * BugsSite/showattachment.cgi: Added.
4300 * BugsSite/showdependencygraph.cgi: Added.
4301 * BugsSite/showdependencytree.cgi: Added.
4302 * BugsSite/sidebar.cgi: Added.
4303 * BugsSite/skins: Added.
4304 * BugsSite/skins/.cvsignore: Added.
4305 * BugsSite/skins/custom: Added.
4306 * BugsSite/skins/custom/admin.css: Added.
4307 * BugsSite/skins/custom/buglist.css: Added.
4308 * BugsSite/skins/custom/duplicates.css: Added.
4309 * BugsSite/skins/custom/editusers.css: Added.
4310 * BugsSite/skins/custom/global.css: Added.
4311 * BugsSite/skins/custom/index.css: Added.
4312 * BugsSite/skins/custom/opendarwin.gif: Added.
4313 * BugsSite/skins/custom/panel.css: Added.
4314 * BugsSite/skins/custom/show_multiple.css: Added.
4315 * BugsSite/skins/custom/summarize-time.css: Added.
4316 * BugsSite/skins/custom/voting.css: Added.
4317 * BugsSite/skins/standard: Added.
4318 * BugsSite/skins/standard/admin.css: Added.
4319 * BugsSite/skins/standard/buglist.css: Added.
4320 * BugsSite/skins/standard/duplicates.css: Added.
4321 * BugsSite/skins/standard/editusers.css: Added.
4322 * BugsSite/skins/standard/global: Added.
4323 * BugsSite/skins/standard/global.css: Added.
4324 * BugsSite/skins/standard/global/body-back.gif: Added.
4325 * BugsSite/skins/standard/global/header.png: Added.
4326 * BugsSite/skins/standard/index: Added.
4327 * BugsSite/skins/standard/index.css: Added.
4328 * BugsSite/skins/standard/index/front.jpg: Added.
4329 * BugsSite/skins/standard/index/front.png: Added.
4330 * BugsSite/skins/standard/panel.css: Added.
4331 * BugsSite/skins/standard/show_multiple.css: Added.
4332 * BugsSite/skins/standard/summarize-time.css: Added.
4333 * BugsSite/skins/standard/voting.css: Added.
4334 * BugsSite/summarize_time.cgi: Added.
4335 * BugsSite/t: Added.
4336 * BugsSite/t/001compile.t: Added.
4337 * BugsSite/t/002goodperl.t: Added.
4338 * BugsSite/t/003safesys.t: Added.
4339 * BugsSite/t/004template.t: Added.
4340 * BugsSite/t/005no_tabs.t: Added.
4341 * BugsSite/t/006spellcheck.t: Added.
4342 * BugsSite/t/007util.t: Added.
4343 * BugsSite/t/008filter.t: Added.
4344 * BugsSite/t/009bugwords.t: Added.
4345 * BugsSite/t/011pod.t: Added.
4346 * BugsSite/t/Support: Added.
4347 * BugsSite/t/Support/Files.pm: Added.
4348 * BugsSite/t/Support/Systemexec.pm: Added.
4349 * BugsSite/t/Support/Templates.pm: Added.
4350 * BugsSite/t/testchart.gif: Added.
4351 * BugsSite/t/testchart.png: Added.
4352 * BugsSite/t/testgd.png: Added.
4353 * BugsSite/template: Added.
4354 * BugsSite/template/.cvsignore: Added.
4355 * BugsSite/template/.htaccess: Added.
4356 * BugsSite/template/en: Added.
4357 * BugsSite/template/en/.cvsignore: Added.
4358 * BugsSite/template/en/custom: Added.
4359 * BugsSite/template/en/custom/account: Added.
4360 * BugsSite/template/en/custom/account/auth: Added.
4361 * BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
4362 * BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added.
4363 * BugsSite/template/en/custom/account/auth/login.html.tmpl: Added.
4364 * BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added.
4365 * BugsSite/template/en/custom/account/create.html.tmpl: Added.
4366 * BugsSite/template/en/custom/account/created.html.tmpl: Added.
4367 * BugsSite/template/en/custom/account/email: Added.
4368 * BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added.
4369 * BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added.
4370 * BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added.
4371 * BugsSite/template/en/custom/account/exists.html.tmpl: Added.
4372 * BugsSite/template/en/custom/account/password: Added.
4373 * BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
4374 * BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
4375 * BugsSite/template/en/custom/account/prefs: Added.
4376 * BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added.
4377 * BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added.
4378 * BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added.
4379 * BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added.
4380 * BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added.
4381 * BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
4382 * BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added.
4383 * BugsSite/template/en/custom/admin: Added.
4384 * BugsSite/template/en/custom/admin/classifications: Added.
4385 * BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added.
4386 * BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added.
4387 * BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added.
4388 * BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added.
4389 * BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added.
4390 * BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
4391 * BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added.
4392 * BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added.
4393 * BugsSite/template/en/custom/admin/components: Added.
4394 * BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
4395 * BugsSite/template/en/custom/admin/components/create.html.tmpl: Added.
4396 * BugsSite/template/en/custom/admin/components/created.html.tmpl: Added.
4397 * BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added.
4398 * BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added.
4399 * BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added.
4400 * BugsSite/template/en/custom/admin/components/list.html.tmpl: Added.
4401 * BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added.
4402 * BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added.
4403 * BugsSite/template/en/custom/admin/fieldvalues: Added.
4404 * BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
4405 * BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
4406 * BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
4407 * BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
4408 * BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
4409 * BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
4410 * BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
4411 * BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
4412 * BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
4413 * BugsSite/template/en/custom/admin/flag-type: Added.
4414 * BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
4415 * BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
4416 * BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added.
4417 * BugsSite/template/en/custom/admin/groups: Added.
4418 * BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added.
4419 * BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added.
4420 * BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added.
4421 * BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added.
4422 * BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added.
4423 * BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added.
4424 * BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added.
4425 * BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added.
4426 * BugsSite/template/en/custom/admin/keywords: Added.
4427 * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
4428 * BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added.
4429 * BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added.
4430 * BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added.
4431 * BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added.
4432 * BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
4433 * BugsSite/template/en/custom/admin/milestones: Added.
4434 * BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
4435 * BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added.
4436 * BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added.
4437 * BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
4438 * BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added.
4439 * BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added.
4440 * BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added.
4441 * BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
4442 * BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added.
4443 * BugsSite/template/en/custom/admin/products: Added.
4444 * BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
4445 * BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added.
4446 * BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added.
4447 * BugsSite/template/en/custom/admin/products/groupcontrol: Added.
4448 * BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
4449 * BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
4450 * BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
4451 * BugsSite/template/en/custom/admin/products/list.html.tmpl: Added.
4452 * BugsSite/template/en/custom/admin/settings: Added.
4453 * BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added.
4454 * BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added.
4455 * BugsSite/template/en/custom/admin/table.html.tmpl: Added.
4456 * BugsSite/template/en/custom/admin/users: Added.
4457 * BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
4458 * BugsSite/template/en/custom/admin/users/create.html.tmpl: Added.
4459 * BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added.
4460 * BugsSite/template/en/custom/admin/users/list.html.tmpl: Added.
4461 * BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
4462 * BugsSite/template/en/custom/admin/users/search.html.tmpl: Added.
4463 * BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added.
4464 * BugsSite/template/en/custom/admin/versions: Added.
4465 * BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
4466 * BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added.
4467 * BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added.
4468 * BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added.
4469 * BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added.
4470 * BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added.
4471 * BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added.
4472 * BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added.
4473 * BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added.
4474 * BugsSite/template/en/custom/attachment: Added.
4475 * BugsSite/template/en/custom/attachment/choose.html.tmpl: Added.
4476 * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added.
4477 * BugsSite/template/en/custom/attachment/create.html.tmpl: Added.
4478 * BugsSite/template/en/custom/attachment/created.html.tmpl: Added.
4479 * BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added.
4480 * BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added.
4481 * BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added.
4482 * BugsSite/template/en/custom/attachment/edit.html.tmpl: Added.
4483 * BugsSite/template/en/custom/attachment/list.html.tmpl: Added.
4484 * BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added.
4485 * BugsSite/template/en/custom/attachment/updated.html.tmpl: Added.
4486 * BugsSite/template/en/custom/bug: Added.
4487 * BugsSite/template/en/custom/bug/activity: Added.
4488 * BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added.
4489 * BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added.
4490 * BugsSite/template/en/custom/bug/choose.html.tmpl: Added.
4491 * BugsSite/template/en/custom/bug/comments.html.tmpl: Added.
4492 * BugsSite/template/en/custom/bug/create: Added.
4493 * BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
4494 * BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added.
4495 * BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added.
4496 * BugsSite/template/en/custom/bug/create/create.html.tmpl: Added.
4497 * BugsSite/template/en/custom/bug/create/created.html.tmpl: Added.
4498 * BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added.
4499 * BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added.
4500 * BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added.
4501 * BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added.
4502 * BugsSite/template/en/custom/bug/edit.html.tmpl: Added.
4503 * BugsSite/template/en/custom/bug/knob.html.tmpl: Added.
4504 * BugsSite/template/en/custom/bug/navigate.html.tmpl: Added.
4505 * BugsSite/template/en/custom/bug/process: Added.
4506 * BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added.
4507 * BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
4508 * BugsSite/template/en/custom/bug/process/header.html.tmpl: Added.
4509 * BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added.
4510 * BugsSite/template/en/custom/bug/process/next.html.tmpl: Added.
4511 * BugsSite/template/en/custom/bug/process/results.html.tmpl: Added.
4512 * BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
4513 * BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added.
4514 * BugsSite/template/en/custom/bug/show.html.tmpl: Added.
4515 * BugsSite/template/en/custom/bug/show.xml.tmpl: Added.
4516 * BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added.
4517 * BugsSite/template/en/custom/bug/time.html.tmpl: Added.
4518 * BugsSite/template/en/custom/bug/votes: Added.
4519 * BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
4520 * BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
4521 * BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
4522 * BugsSite/template/en/custom/config.js.tmpl: Added.
4523 * BugsSite/template/en/custom/config.rdf.tmpl: Added.
4524 * BugsSite/template/en/custom/filterexceptions.pl: Added.
4525 * BugsSite/template/en/custom/flag: Added.
4526 * BugsSite/template/en/custom/flag/list.html.tmpl: Added.
4527 * BugsSite/template/en/custom/global: Added.
4528 * BugsSite/template/en/custom/global/banner.html.tmpl: Added.
4529 * BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added.
4530 * BugsSite/template/en/custom/global/choose-product.html.tmpl: Added.
4531 * BugsSite/template/en/custom/global/code-error.html.tmpl: Added.
4532 * BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added.
4533 * BugsSite/template/en/custom/global/field-descs.none.tmpl: Added.
4534 * BugsSite/template/en/custom/global/footer.html.tmpl: Added.
4535 * BugsSite/template/en/custom/global/header.html.tmpl: Added.
4536 * BugsSite/template/en/custom/global/help-header.html.tmpl: Added.
4537 * BugsSite/template/en/custom/global/help.html.tmpl: Added.
4538 * BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added.
4539 * BugsSite/template/en/custom/global/initialize.none.tmpl: Added.
4540 * BugsSite/template/en/custom/global/message.html.tmpl: Added.
4541 * BugsSite/template/en/custom/global/messages.html.tmpl: Added.
4542 * BugsSite/template/en/custom/global/select-menu.html.tmpl: Added.
4543 * BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added.
4544 * BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added.
4545 * BugsSite/template/en/custom/global/useful-links.html.tmpl: Added.
4546 * BugsSite/template/en/custom/global/user-error.html.tmpl: Added.
4547 * BugsSite/template/en/custom/global/userselect.html.tmpl: Added.
4548 * BugsSite/template/en/custom/global/variables.none.tmpl: Added.
4549 * BugsSite/template/en/custom/index.html.tmpl: Added.
4550 * BugsSite/template/en/custom/list: Added.
4551 * BugsSite/template/en/custom/list/change-columns.html.tmpl: Added.
4552 * BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added.
4553 * BugsSite/template/en/custom/list/list-simple.html.tmpl: Added.
4554 * BugsSite/template/en/custom/list/list.csv.tmpl: Added.
4555 * BugsSite/template/en/custom/list/list.html.tmpl: Added.
4556 * BugsSite/template/en/custom/list/list.ics.tmpl: Added.
4557 * BugsSite/template/en/custom/list/list.js.tmpl: Added.
4558 * BugsSite/template/en/custom/list/list.rdf.tmpl: Added.
4559 * BugsSite/template/en/custom/list/list.rss.tmpl: Added.
4560 * BugsSite/template/en/custom/list/quips.html.tmpl: Added.
4561 * BugsSite/template/en/custom/list/server-push.html.tmpl: Added.
4562 * BugsSite/template/en/custom/list/table.html.tmpl: Added.
4563 * BugsSite/template/en/custom/pages: Added.
4564 * BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added.
4565 * BugsSite/template/en/custom/pages/fields.html.tmpl: Added.
4566 * BugsSite/template/en/custom/pages/linked.html.tmpl: Added.
4567 * BugsSite/template/en/custom/pages/linkify.html.tmpl: Added.
4568 * BugsSite/template/en/custom/pages/voting.html.tmpl: Added.
4569 * BugsSite/template/en/custom/reports: Added.
4570 * BugsSite/template/en/custom/reports/chart.csv.tmpl: Added.
4571 * BugsSite/template/en/custom/reports/chart.html.tmpl: Added.
4572 * BugsSite/template/en/custom/reports/chart.png.tmpl: Added.
4573 * BugsSite/template/en/custom/reports/components.html.tmpl: Added.
4574 * BugsSite/template/en/custom/reports/create-chart.html.tmpl: Added.
4575 * BugsSite/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
4576 * BugsSite/template/en/custom/reports/duplicates-table.html.tmpl: Added.
4577 * BugsSite/template/en/custom/reports/duplicates.html.tmpl: Added.
4578 * BugsSite/template/en/custom/reports/duplicates.rdf.tmpl: Added.
4579 * BugsSite/template/en/custom/reports/edit-series.html.tmpl: Added.
4580 * BugsSite/template/en/custom/reports/keywords.html.tmpl: Added.
4581 * BugsSite/template/en/custom/reports/menu.html.tmpl: Added.
4582 * BugsSite/template/en/custom/reports/report-bar.png.tmpl: Added.
4583 * BugsSite/template/en/custom/reports/report-line.png.tmpl: Added.
4584 * BugsSite/template/en/custom/reports/report-pie.png.tmpl: Added.
4585 * BugsSite/template/en/custom/reports/report-simple.html.tmpl: Added.
4586 * BugsSite/template/en/custom/reports/report-table.csv.tmpl: Added.
4587 * BugsSite/template/en/custom/reports/report-table.html.tmpl: Added.
4588 * BugsSite/template/en/custom/reports/report.csv.tmpl: Added.
4589 * BugsSite/template/en/custom/reports/report.html.tmpl: Added.
4590 * BugsSite/template/en/custom/reports/series-common.html.tmpl: Added.
4591 * BugsSite/template/en/custom/reports/series.html.tmpl: Added.
4592 * BugsSite/template/en/custom/request: Added.
4593 * BugsSite/template/en/custom/request/email.txt.tmpl: Added.
4594 * BugsSite/template/en/custom/request/queue.html.tmpl: Added.
4595 * BugsSite/template/en/custom/search: Added.
4596 * BugsSite/template/en/custom/search/boolean-charts.html.tmpl: Added.
4597 * BugsSite/template/en/custom/search/form.html.tmpl: Added.
4598 * BugsSite/template/en/custom/search/knob.html.tmpl: Added.