blob: 99baa2cc09daabf081ae96aca82a6170eff57869 [file] [log] [blame]
xan@webkit.org233d51e2009-03-14 20:22:13 +000012009-03-14 Xan Lopez <xlopez@igalia.com>
2
3 No review, build fix.
4
5 Split clean rules to make distcheck pass.
6
7 * GNUmakefile.am:
8
mrowe@apple.com95351592009-03-14 06:17:21 +000092009-03-13 Mark Rowe <mrowe@apple.com>
10
11 Reviewed by Dan Bernstein.
12
13 Remove rarely used Makefile targets from the Makefile.
14
15 There are many situations in which the targets don't work as expected,
16 and their primary use is addressed by having the build system default
17 to building the appropriate architecture.
18
19 * Makefile.shared:
20
jmalonzo@webkit.org378df9d2009-03-11 11:52:44 +0000212009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org>
22
jmalonzo@webkit.org15d83302009-03-11 11:57:43 +000023 Reviewed by Holger Freyther.
24
25 [Gtk] Fix make clean targets
26 https://bugs.webkit.org/show_bug.cgi?id=24450
27
28 Fix 'make' clean targets. We shouldn't be removing DerivedSources
29 if it's only clean. Only remove it if it's distclean or
30 maintainer-clean. Also remove build-related auxillary files on
31 dist/maintainer clean.
32
33 * GNUmakefile.am:
34
352009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org>
36
jmalonzo@webkit.org378df9d2009-03-11 11:52:44 +000037 Reviewed by Holger Freyther
38
39 [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore
40 https://bugs.webkit.org/show_bug.cgi?id=2260
41
42 pangoft2 is also used in directfb builds so use it for all targets
43
44 * configure.ac:
45
xan@webkit.orgaa458732009-03-04 20:57:38 +0000462009-03-02 Xan Lopez <xan@gnome.org>
47
48 Reviewed by Mark Rowe.
49
50 https://bugs.webkit.org/show_bug.cgi?id=24287
51 [GTK] Move auth dialog feature to WebKit/
52
53 Add WebKitSoupAuthDialog files to build.
54
55 * GNUmakefile.am:
56
kov@webkit.org7d05c792009-03-03 19:48:22 +0000572009-03-03 Gustavo Noronha Silva <gns@gnome.org>
58
59 Reviewed by Alexey Proskuryakov.
60
61 https://bugs.webkit.org/show_bug.cgi?id=16826
62 [Gtk] Implement WebKitDownload
63
64 Adding new files related to WebKitDownload to the GTK+ port.
65
66 * GNUmakefile.am:
67
kov@webkit.org485273b2009-03-02 14:56:41 +0000682009-03-02 Gustavo Noronha Silva <gns@gnome.org>
69
70 Unreviewed build fix; adding missing files to EXTRA_DIST, so that
71 they show up in the tarball.
72
73 * GNUmakefile.am:
74
christian@webkit.orgdd31f4a2009-03-01 15:39:27 +0000752009-03-01 Christian Dywan <christian@twotoasts.de>
76
77 * configure.ac: Bump GTK port version to 1.1.1.
78
kov@webkit.org9551eb62009-02-28 03:44:42 +0000792009-02-27 Gustavo Noronha Silva <gns@gnome.org>
80
81 Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list
82 file to EXTRA_DIST to fix make dist.
83
84 * GNUmakefile.am:
85
zecke@webkit.orgfa530382009-02-26 16:48:58 +0000862009-02-26 Xan Lopez <xan@gnome.org>
87
88 Reviewed by Holger Freyther.
89
90 https://bugs.webkit.org/show_bug.cgi?id=16947
91 [GTK] Missing HTTP Auth challenge
92
kov@webkit.org7e5e09c2009-02-26 22:45:13 +000093 Add HTTP authentication dialog with optional GNOME Keyring
94 storage.
95
96 * GNUmakefile.am:
97 * configure.ac:
98
992009-02-26 Xan Lopez <xan@gnome.org>
100
101 Reviewed by Holger Freyther.
102
103 https://bugs.webkit.org/show_bug.cgi?id=16947
104 [GTK] Missing HTTP Auth challenge
105
zecke@webkit.orgfa530382009-02-26 16:48:58 +0000106 Take marshallers to be built from a manually maintained list
107 instead of grepping the sources.
108
109 It's much faster, especially so now that we want to add
110 marshallers from WebCore too. A system to only take into account
111 the modified files when generating the marshallers from sources
112 could be hacked, but I think it's overkill considering how rarely
113 a new marshaller is added.
114
115 * GNUmakefile.am:
116
jmalonzo@webkit.org74ce0112009-02-24 09:22:35 +00001172009-02-24 Jan Michael Alonzo <jmalonzo@webkit.org>
118
119 Reviewed by Alexey Proskuryakov.
120
121 [Gtk] add options for 3D transforms and HTML5 channel messaging to the build
122 https://bugs.webkit.org/show_bug.cgi?id=24072
123
124 Add options for toggling 3D transforms and HTML5 channel messaging
125 support on or off.
126
127 Also fix the web-workers option. It should be web-workers and not workers.
128
129 * configure.ac:
130
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00001312009-02-23 Xan Lopez <xan@gnome.org>
132
133 Reviewed by Alexey Proskuryakov.
134
135 https://bugs.webkit.org/show_bug.cgi?id=22624
136 [SOUP][GTK] Need API to get SoupSession from WebKit.
137
138 Remove CURL support, the only supported HTTP backend is SOUP now.
139
140 * GNUmakefile.am:
141 * configure.ac:
142
christian@webkit.org2c1a0db2009-02-19 21:41:25 +00001432009-02-19 Christian Dywan <christian@twotoasts.de>
144
145 Rubber-stamped by Holger Freyther.
146
147 http://bugs.webkit.org/show_bug.cgi?id=22811
148 Underlinking in Programs_UnitTests (GTK+ build)
149
150 * GNUmakefile.am: Add GLIB_LIBS to unit test library flags.
151
kov@webkit.org59fc6e52009-02-18 19:18:28 +00001522009-02-18 Gustavo Noronha Silva <gns@gnome.org>
153
154 Reviewed by Holger Freyther.
155
156 Fix symbols.filter location, and add other missing files to the
157 autotools build, so that make dist works.
158
159 * GNUmakefile.am:
160
kov@webkit.org80783502009-02-17 12:43:58 +00001612009-02-17 Gustavo Noronha Silva <gns@gnome.org>
162
163 Reviewed by Alexey Proskuryakov.
164
165 https://bugs.webkit.org/show_bug.cgi?id=23939
166 Release build being built with debugging symbols
167
168 * configure.ac: Revert change done in revision 40790, since we
169 already have a AC_PROG_CXX macro call as part of WEBKIT_INIT
170
christian@webkit.org36600362009-02-12 18:32:09 +00001712009-02-12 Gustavo Noronha Silva <gns@gnome.org>
172
173 Reviewed by Eric Seidel.
174
175 * configure.ac: Make soup the default HTTP backend for the Gtk port.
176
zecke@webkit.org10591452009-02-09 20:41:14 +00001772009-02-09 Calvin Walton <calvin.walton@gmail.com>
178
179 Reviewed by Holger Freyther.
180
181 https://bugs.webkit.org/show_bug.cgi?id=23823
182
183 [Gtk] Fix build with recent autotools
184
185 Current versions of automake/libtool don't assume you want C++ enabled
186 by default any more, so explicitly check for a C++ compiler.
187
188 * configure.ac: Add AC_PROG_CXX macro
189
christian@webkit.org0476c992009-02-02 21:15:53 +00001902009-02-02 Christian Dywan <christian@twotoasts.de>
191
192 Rubber-stamped by Holger Freyther.
193
194 Don't require Geolocation by default.
195
196 * configure.ac:
197
jmalonzo@webkit.org06d65c102009-01-31 09:36:45 +00001982009-01-30 Jan Michael Alonzo <jmalonzo@webkit.org>
199
200 Reviewed by Nikolas Zimmermann.
201
202 [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits
203 https://bugs.webkit.org/show_bug.cgi?id=22136
204
205 * GNUmakefile.am:
206 * acinclude.m4: Removed.
207 * autogen.sh:
208 * autotools/acinclude.m4: Added.
209 * autotools/dolt.m4: Added.
210 * autotools/symbols.filter: Renamed from symbols.filter.
211 * autotools/webkit.m4: Added.
212 * configure.ac:
213
zecke@webkit.orgb99bb802009-01-31 03:51:00 +00002142009-01-30 Holger Hans Peter Freyther <zecke@selfish.org>
215
216 Reviewed by Nikolas Zimmermann.
217
218 [GTK] Implement GeolocationService using the Geoclue library
219
220 https://bugs.webkit.org/show_bug.cgi?id=22022
221
222 Untested implementation of the GeolocationService using the geoclue
223 library. Velocity handling is completely missing and the accuracy
224 handling might be wrong.
225
226 * GNUmakefile.am:
227 * configure.ac:
228
zecke@webkit.org839009e2009-01-11 19:59:13 +00002292009-01-11 Xan Lopez <xan@gnome.org>
230
231 Reviewed by Holger Freyther.
232
233 Bump version to 1.1.0 since we are breaking ABI and adding new
234 major features.
235
236 * configure.ac:
237
zecke@webkit.org2d40b852008-12-20 03:18:31 +00002382008-12-19 Marco Barisione <marco.barisione@collabora.co.uk>
239
240 Reviewed by Holger Freyther.
241
242 http://bugs.webkit.org/show_bug.cgi?id=16562
243 [gtk] Implement WebPolicyDelegate methods
244
245 Original work by Pierre-Luc Beaudoin. Final touches by Gustavo
246 Noronha.
247
248 This implements the delegates methods of WebPolicyDelegate.
249 Since Gtk+/C doesn't have delegate methods, they are replaced with
250 signals.
251
252 A new object WebKitWebPolicyDecision allows the browser to delay its
253 response in certain cases. WebKitWebNavigationAction contains the
254 information about what caused a navigation request.
255
256 * GNUmakefile.am: Add new files
257
zecke@webkit.orgd34c3d402008-12-19 16:54:50 +00002582008-12-19 Gustavo Noronha Silva <gns@gnome.org>
259
260 Reviewed by Holger Freyther.
261
262 Use ustar tar format for WebKit/GTK+'s make dist target, so that
263 storing files whose filenames are > 99 is possible.
264
265 * configure.ac:
266
zecke@webkit.org602f70b2008-12-19 16:35:39 +00002672008-12-19 Holger Hans Peter Freyther <zecke@selfish.org>
268
269 [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST
270
271 Fix the jit compilation on i*686 on Linux by using the va_list
272 to pass arguments to the CTI. This is done on the MAC as well
273 and sunspider and javascriptcore seem to work with that.
274
275 * configure.ac:
276
pam@chromium.org8e6cbb52008-12-18 17:56:31 +00002772008-12-18 Pamela Greene <pam@chromium.org>
278
279 Submitted without review.
pam@chromium.orgcd92f572008-12-18 18:02:47 +0000280 Right, remove the whole misplaced directory, not just the tests.
281
282 * fast: Removed.
283 * fast/dom: Removed.
284
2852008-12-18 Pamela Greene <pam@chromium.org>
286
287 Submitted without review.
pam@chromium.org8e6cbb52008-12-18 17:56:31 +0000288 Moving layout test into LayoutTests where it belongs.
289
290 * fast/dom/setter-type-enforcement-expected.txt: Removed.
291 * fast/dom/setter-type-enforcement.html: Removed.
292
eric@webkit.org81f42262008-12-15 22:18:40 +00002932008-12-15 Daniel Macks <dmacks@netspace.org>
294
295 Reviewed by Darin Adler.
296
297 Default to use external libicu-config if avail on all platforms.
298 https://bugs.webkit.org/show_bug.cgi?id=22713
299
300 * configure.ac:
301
zecke@webkit.orgeed856b2008-12-12 16:08:48 +00003022008-12-12 Holger Hans Peter Freyther <zecke@selfish.org>
303
304 Back out r39222 as this is breaking the build on Gentoo (aclocal-1.10)
305
306 The m4 directory does not exist and we now have a compile issue on
307 Gentoo systems.
308
309 * GNUmakefile.am:
310 * configure.ac:
311
zecke@webkit.orgaf3c15c2008-12-12 00:37:16 +00003122008-12-11 Daniel Macks <dmacks@netspace.org>
313
314 Reviewed by Darin Adler.
315
316 https://bugs.webkit.org/show_bug.cgi?id=22714
317
318 Put libtool macro files in subdir that it wants.
319
320 * GNUmakefile.am:
321 * configure.ac:
322
zecke@webkit.org5955e9e2008-12-07 18:41:46 +00003232008-12-07 Holger Hans Peter Freyther <zecke@selfish.org>
324
zecke@webkit.orgc31c5112008-12-07 19:16:17 +0000325 Reviewed by Eric Seidel.
326
327 [Gtk+] Use glib's unit test facilities to test the WebKit/Gtk+ API
328
329 https://bugs.webkit.org/show_bug.cgi?id=22491
330
331 Add the skeleton to WebKit/gtk/tests and integrate that into the
332 buildsystem. Testing support was added in glib 2.16. For versions
333 using glib < 2.16 we compile an empty application.
334
335 * GNUmakefile.am:
336
3372008-12-07 Holger Hans Peter Freyther <zecke@selfish.org>
338
zecke@webkit.org5955e9e2008-12-07 18:41:46 +0000339 Reviewed by Cameron Zwarich.
340
341 [GTK] Define ENABLE_JIT_OPTIMIZE_CALL, ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS, ENABLE_JIT_OPTIMIZE_ARITHMETIC
342
343 When building the jit on i*86 also enable the above optimizations.
344
345 * configure.ac:
346
hausmann@webkit.orge7bf97e2008-12-03 14:10:20 +00003472008-12-03 Simon Hausmann <hausmann@webkit.org>
348
349 Reviewed by Tor Arne Vestbø.
350
351 Fix the build of WebKit inside Qt by making sure that qmake generators
352 that do not produce generated sources (i.e. cpp files) are not
353 included in SOURCES.
354
355 * WebKit.pri:
356
hausmann@webkit.org75ad0542008-12-02 10:04:25 +00003572008-12-02 Simon Hausmann <hausmann@webkit.org>
358
359 Reviewed by Tor Arne Vestbø.
360
361 Removed JavaScriptCore from SUBDIRS as it's not built separately
362 anymore.
363
364 * WebKit.pro:
365
zecke@webkit.orgdfb38682008-11-29 00:20:56 +00003662008-11-28 Gustavo Noronha Silva <gns@gnome.org>
367
368 Reviewed and slightly modified by Holger Freyther.
369
370 https://bugs.webkit.org/show_bug.cgi?id=19130
371
372 Added the new WebKitGtk files to be built:
373 WebKit/gtk/webkit/webkitwebwindowfeatures.{cpp,h}
374
375 * GNUmakefile.am:
376
jmalonzo@webkit.orge17b4862008-11-26 11:31:27 +00003772008-11-26 Kalle Vahlman <kalle.vahlman@movial.com>
378
379 Reviewed by Darin Adler. Landed by Jan Alonzo.
380
381 Bison versions under 2.2 produce crashing CSSGrammar code for ARM
382 https://bugs.webkit.org/show_bug.cgi?id=22456
383
384 Check for bison version 2.2 or greater on ARM. Earlier versions produce
385 code that crashes on ARM devices.
386
387 * configure.ac:
388
zecke@webkit.orgb59f9c42008-11-25 23:17:02 +00003892008-11-25 Holger Hans Peter Freyther <zecke@selfish.org>
390
391 Reviewed by David Kilzer.
392
393 https://bugs.webkit.org/show_bug.cgi?id=22022
394
395 Add Geolocation support to the configure.ac
396
397 Add an option to build WebKit/Gtk+ with Geolocation. The
398 implementation will be using Gypsy.
399
400 * configure.ac:
401
zecke@webkit.orge9dbf8a2008-11-24 12:56:31 +00004022008-11-24 Holger Hans Peter Freyther <zecke@selfish.org>
403
404 Reviewed by Mark Rowe.
405
406 [Gtk+] Add configure option to enable Web Workers and enable it by default
407
408 Add --enable-workers to the buildsystem (used by build-webkit) add
409 the to be build files to the GNUmakefile.am and change build-webkit
410 to enable Web Workers by default.
411
412 * configure.ac:
413
hausmann@webkit.org61386622008-11-20 13:44:01 +00004142008-09-09 Joerg Bornemann <joerg.bornemann@trolltech.com>
415
416 Reviewed by Simon Hausmann.
417
418 Steps towards making the Qt port of WebKit compile on Windows CE
419
420 https://bugs.webkit.org/show_bug.cgi?id=20746
421
422 * WebKit.pro: don't build DumpRenderTree on all Win32 platforms
423
zimmermann@webkit.org4c3a61a2008-11-18 00:04:18 +00004242008-11-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
425
426 Reviewed by George Staikos.
427
428 Add WML build support for Gtk as well.
429
430 * configure.ac:
431
ggaren@apple.com987bc5b2008-11-17 05:52:02 +00004322008-11-16 Geoffrey Garen <ggaren@apple.com>
433
434 Not reviewed.
christian@webkit.org3a74ebf2009-02-23 11:15:30 +0000435
ggaren@apple.com987bc5b2008-11-17 05:52:02 +0000436 Try to fix gtk build.
437
438 * configure.ac:
439
vestbo@webkit.org83a4da72008-11-10 15:55:10 +00004402008-11-10 Tor Arne Vestbø <tavestbo@trolltech.com>
441
442 Rubber-stamped by Simon Hausmann.
443
444 Distinguish between building from trunk and as part of Qt
445
446 * WebKit.pri:
447
4482008-11-10 Morten Sørvig <msorvig@trolltech.com>
hausmann@webkit.org96865462008-11-10 11:46:11 +0000449
450 Reviewed by Simon Hausmann.
451
452 Make tests/auto/qwebframe compile on Qt/Mac.
453
454 * WebKit.pri: Fix linkage against QtWebKit when compiled as framework.
455
cwzwarich@webkit.orgb77ab3a2008-11-07 07:41:18 +00004562008-11-06 Cameron Zwarich <zwarich@apple.com>
457
458 Not reviewed.
459
460 Speculatively fix the GTK build.
461
462 * GNUmakefile.am:
463
alp@webkit.org4c29a2f2008-11-06 08:58:53 +00004642008-11-06 Alp Toker <alp@nuanti.com>
465
466 GTK build fix for r38155. create_hash_table was moved out of kjs/
467
468 * GNUmakefile.am:
469
cwzwarich@webkit.org61a3d962008-11-06 08:55:35 +00004702008-11-06 Cameron Zwarich <zwarich@apple.com>
cwzwarich@webkit.orgf3683502008-11-06 08:53:06 +0000471
472 Rubber-stamped by Sam Weinig.
473
474 Correct the reference to jsc.pro in WebKit.pro to match its new
475 location in the root directory of JavaScriptCore.
476
477 * WebKit.pro:
478
alp@webkit.org515bfc62008-11-03 15:59:02 +00004792008-11-03 Alp Toker <alp@nuanti.com>
480
alp@webkit.orge359c842008-11-04 04:25:52 +0000481 autotools distcleancheck fix. Add dolt-generated files and
482 webkitenumtypes.h to the list of files that need to be cleaned.
483 Unreviewed.
484
485 * GNUmakefile.am:
486
4872008-11-03 Alp Toker <alp@nuanti.com>
488
alp@webkit.org515bfc62008-11-03 15:59:02 +0000489 Rubber-stamped by Holger Freyther.
490
alp@webkit.org491d9092008-11-03 17:27:55 +0000491 Do not enable RTTI or exceptions in debug builds, matching release
492 builds. They don't help much with debugging and significantly slow
493 down and increase the size of the debug build.
494
495 * GNUmakefile.am:
496
4972008-11-03 Alp Toker <alp@nuanti.com>
498
499 Rubber-stamped by Holger Freyther.
500
alp@webkit.org515bfc62008-11-03 15:59:02 +0000501 Add mingw32 case to dolt for faster GTK+ Windows builds.
502
503 * acinclude.m4:
504
christian@webkit.orgfb968c62008-11-02 20:23:14 +00005052008-11-02 Xan Lopez <xan@gnome.org>
506
507 Reviewed by Holger Freyther
508
509 https://bugs.webkit.org/show_bug.cgi?id=22009
510 HTML5 Video with GStreamer pulls gnome-vfs without using it.
511
512 * configure.ac:
513 Remove gnome-vfs from configure.ac, it's unused.
514
alp@webkit.org1ad44172008-10-30 08:24:04 +00005152008-10-30 Alp Toker <alp@nuanti.com>
516
alp@webkit.orga8df3bf2008-10-30 21:22:38 +0000517 https://bugs.webkit.org/show_bug.cgi?id=19395
518 doltlibtool bug with bash 3.0
519
520 autotools dolt build fix for bash version 3.0 and older. Remove
521 concatenation syntax from doltlibtool to support the older versions
522 which don't have '+='.
523
524 * acinclude.m4:
525
5262008-10-30 Alp Toker <alp@nuanti.com>
527
alp@webkit.orgeb261eb2008-10-30 09:56:39 +0000528 Rubber-stamped by Oliver Hunt.
529
530 autotools build system change to enable JIT features by default. Can
531 be disabled with --disable-jit (and is disabled automatically on
532 unsupported platforms).
533
534 * configure.ac:
535
5362008-10-30 Alp Toker <alp@nuanti.com>
537
alp@webkit.org1ad44172008-10-30 08:24:04 +0000538 Bump WebKit GTK+ version to 1.0.3.
539
540 * configure.ac:
541
zecke@webkit.orgbcca41d2008-10-29 22:39:18 +00005422008-10-29 Gustavo Noronha Silva <gns@gnome.org>
543
544 Reviewed by Holger Freyther.
545
546 Added all the files that need to be installed for the Inspector to
547 work.
548
zecke@webkit.orga05d5962008-10-29 20:19:06 +00005492008-10-29 Mike Hommey <glandium@debian.org>
550
551 Reviewed by Holger Freyther.
552
553 https://bugs.webkit.org/show_bug.cgi?id=21884
554 Test presence and link against libpng.
555
556 * GNUmakefile.am:
557 * configure.ac:
558
jmalonzo@webkit.orgdc065f32008-10-29 19:34:36 +00005592008-10-29 Jan Michael Alonzo <jmalonzo@webkit.org>
560
561 Reviewed by Holger Freyther.
562
563 Add --enable-optimizations to enable optimized builds. The default
564 is to enable it for release builds, and disabled for debug builds.
565 This option will allow builders to have a debug as well as
566 optimized builds.
567
568 * GNUmakefile.am:
569 * configure.ac:
570
alp@webkit.org6862a8b2008-10-28 14:30:05 +00005712008-10-28 Mike Hommey <glandium@debian.org>
572
573 Reviewed by Alp Toker.
574
575 https://bugs.webkit.org/show_bug.cgi?id=21885
576 [GTK] libwebkit doesn't link against libpangoft2
577
578 Add pkg-config check for pangoft2 which provides
579 pango_fc_font_description_from_pattern() used in the FreeType font
580 backend.
581
582 * configure.ac:
583
alp@webkit.org2ab36952008-10-28 12:53:51 +00005842008-10-28 Alp Toker <alp@nuanti.com>
585
586 Include copyright license files in the autotools dist target.
587
588 Change suggested by Mike Hommey.
589
590 * GNUmakefile.am:
591
jmalonzo@webkit.orge39356e2008-10-25 07:24:17 +00005922008-10-25 Jan Michael Alonzo <jmalonzo@webkit.org>
593
594 Gtk build fix: add '-' to Wl which was missed in r36845
595
596 * GNUmakefile.am:
597
alp@webkit.orgee7dc252008-10-22 10:38:23 +00005982008-10-22 Alp Toker <alp@nuanti.com>
599
600 Fix build for Cairo 1.2.
601
602 * configure.ac:
603
alp@webkit.org14af1492008-10-20 18:04:53 +00006042008-10-20 Alp Toker <alp@nuanti.com>
605
606 Partial GTK+/Win32 build fix. Lowercase library name to enable linking
607 when cross-compiling Windows binaries from Linux: -lWs2_32 -> -lws2_32
608
609 * configure.ac:
610
alp@webkit.orgb7224862008-10-14 02:16:13 +00006112008-10-13 Alp Toker <alp@nuanti.com>
612
613 GTK+ build fix: Ensure correct builds when debugging is
614 enabled/disabled by defining NDEBUG in autotoolsconfig.h as needed.
615 It's still passed as a compiler flag since some sources (DRT) don't
616 use config.h yet.
617
618 * configure.ac:
619
alp@webkit.org7e2b6cd2008-10-10 00:50:25 +00006202008-10-09 Alp Toker <alp@nuanti.com>
621
622 Reviewed by Mark Rowe.
623
624 https://bugs.webkit.org/show_bug.cgi?id=20760
625 Implement support for x86 Linux in CTI
626
627 Prepare to enable CTI/WREC on supported architectures. Will be
628 switched on when the crasher introduced in r37386 is resolved.
629
630 * configure.ac:
631
alp@webkit.orge1244662008-10-07 18:28:43 +00006322008-10-07 Alp Toker <alp@nuanti.com>
633
alp@webkit.org76e7f9a2008-10-08 00:42:37 +0000634 GTK+ build fix for older automake versions (1.7). Discussed in bug
635 #21392.
636
637 * GNUmakefile.am:
638
6392008-10-07 Alp Toker <alp@nuanti.com>
640
alp@webkit.orge1244662008-10-07 18:28:43 +0000641 Reviewed by Mark Rowe.
642
643 https://bugs.webkit.org/show_bug.cgi?id=21392
644 [GTK] Auto-generate JS DOM binding sources list
645
646 Remove the huge lists of generated DOM binding sources and headers in
647 the build system. These are difficult to maintain and can be derived
648 automatically.
649
650 The new strategy is to re-use the existing lists of IDL sources (which
651 are needed for dist support anyway). This will also ease the addition
652 of new language bindings.
653
654 * GNUmakefile.am:
655
zecke@webkit.org202af282008-09-28 01:49:45 +00006562008-09-27 Jan Michael Alonzo <jmalonzo@webkit.org>
657
658 Reviewed by Holger Freyther.
659
660 https://bugs.webkit.org/show_bug.cgi?id=20287
661 [Gtk] disable plugins for gtk/directfb target
662
663 Introduce WTF_PLATFORM_X11 for X11 builds.
664 Also use target-specific packages when building the port
665
666 * configure.ac: Do not check for cairo-ft for directfb builds.
667
zecke@webkit.orga051fce2008-09-27 22:56:56 +00006682008-09-27 Marco Barisione <marco.barisione@collabora.co.uk>
669
670 Reviewed by Holger Freyther.
671
672 http://bugs.webkit.org/show_bug.cgi?id=21174
673 [GTK][AUTOTOOLS] Enable large file support at configure time
674
675 * configure.ac: Enable large file support with AC_SYS_LARGEFILE.
676
jmalonzo@webkit.orga897fea2008-09-24 07:42:51 +00006772008-09-23 Richard Hult <richard@imendio.com>
678
679 Reviewed by Alp Toker. Landed by Jan Alonzo.
680
681 http://bugs.webkit.org/show_bug.cgi?id=20582
682 [Gtk] Link error on Mac OS X
683
684 * GNUmakefile.am: Only use the -version-script flag for the gnu
685 linker.
686 * configure.ac: Check for GNU OSes.
687
alp@webkit.org139345a2008-09-20 06:34:35 +00006882008-09-19 Alp Toker <alp@nuanti.com>
689
690 Build fix for the 'gold' linker and recent binutils. New behaviour
691 requires that we link to used libraries explicitly.
692
693 * GNUmakefile.am:
694 * configure.ac:
695
jmalonzo@webkit.org6afc5d42008-09-04 20:26:16 +00006962008-09-04 Marco Barisione <marco.barisione@collabora.co.uk>
697
698 Reviewed by Eric Seidel.
699
700 http://bugs.webkit.org/show_bug.cgi?id=20380
701 [GTK][AUTOTOOLS] Include autotoolsconfig.h from config.h
702
703 * configure.ac: Rename the configuration header from aconfig.h to autotoolsconfig.h.
704
alp@webkit.org97d8c102008-08-29 05:09:39 +00007052008-08-28 Alp Toker <alp@nuanti.com>
706
707 GTK+ dist/build fix. List newly added header files.
708
709 * GNUmakefile.am:
710
zecke@webkit.org895c50f2008-08-28 01:20:19 +00007112008-08-27 Mike Hommey <glandium@debian.org>
712
713 Reviewed by Holger.
714
715 * GNUmakefile.am:
716 * symbols.filter: Added.
717
alp@webkit.org9388fc82008-08-10 18:21:21 +00007182008-08-10 Jan Michael Alonzo <jmalonzo@webkit.org>
719
720 Reviewed (and updated) by Alp Toker.
721
722 https://bugs.webkit.org/show_bug.cgi?id=16620
723 [GTK] Autotools make dist and make check support
724
725 Get make dist working.
726
727 Note that not all possible configurations have been tested yet.
728
729 * GNUmakefile.am:
730
alp@webkit.orgf996f492008-08-10 03:11:28 +00007312008-08-09 Marco Barisione <marco.barisione@collabora.co.uk>
732
733 Reviewed by Alp Toker.
734
735 http://bugs.webkit.org/show_bug.cgi?id=19045
736 [gtk] ./configure doesn't check for x toolkit availability
737
738 Some old versions of Xt do not provide xt.pc, in this case use
739 AC_CHECK_LIB to check if the library is installed and then fall back
740 to using just -lXt.
741
742 * configure.ac:
743
alp@webkit.org5186e842008-08-10 03:00:29 +00007442008-08-09 Alp Toker <alp@nuanti.com>
745
746 GTK+ build fixes.
747
748 Back out r20338 libxslt check (conditional check already exists and
749 this broke the build).
750
751 Make the flex version check a warning rather than fatal to fix the
752 build bot.
753
754 * configure.ac:
755
jmalonzo@webkit.orga325b512008-08-10 02:03:42 +00007562008-08-08 Jan Michael Alonzo <jmalonzo@webkit.org>
757
758 Reviewed by Mark Rowe.
759
760 http://bugs.webkit.org/show_bug.cgi?id=20338
761 [Gtk] Autotools should check for libxslt
762
763 Autotools check for libxslt
764
765 * configure.ac:
766
jmalonzo@webkit.org850cecc2008-08-07 12:08:52 +00007672008-08-07 Kalle Vahlman <zuh@iki.fi>
768
769 Reviewed by David Kilzer.
770
771 Check for correct flex version to avoid faulty builds
772
773 A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it
774 https://bugs.webkit.org/show_bug.cgi?id=20253
775
776 acinclude.m4: Import AX_COMPARE_VERSION macro
777 configure.ac: Check for flex version
778
779 * acinclude.m4:
780 * configure.ac:
781
hausmann@webkit.org25eaf422008-08-07 11:31:59 +00007822008-08-07 Simon Hausmann <hausmann@webkit.org>
783
784 Rubber-stamped by Lars.
785
786 Added API tests for QWebPage/QWebFrame based on QTestLib.
787
788 * WebKit.pro: Add WebKit/qt/tests to the build.
789
jmalonzo@webkit.org46fd3f42008-08-06 12:40:53 +00007902008-08-06 Marco Barisione <marco.barisione@collabora.co.uk>
791
792 Reviewed by Eric Seidel.
793
794 http://bugs.webkit.org/show_bug.cgi?id=20276
795 [GTK] Makefile rules for the enum GTypes files depend on Makefile
796 instead of GNUmakefile
797
798 The patch committed in revision 34649 added the code needed to
799 generate GTypes for enums but the makefile rules for
800 stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on
801 Makefile (used by other ports) instead of GNUmakefile.
802
803 * GNUmakefile.am: Depend on GNUmakefile instead of Makefile.
804
alp@webkit.org7ba3bb92008-08-05 21:33:35 +00008052008-08-05 Marco Barisione <marco.barisione@collabora.co.uk>
806
807 Reviewed by Alp Toker.
808
809 http://bugs.webkit.org/show_bug.cgi?id=19045
810 [gtk] ./configure doesn't check for x toolkit availability
811
812 Check for the .pc file for Xt instead of hard coding -lXt in the
813 GNUmakefile.am.
814
815 Thanks to Dominik Röttsches for the initial patch.
816
817 * GNUmakefile.am:
818 * configure.ac:
819
christian@webkit.orge0a030f2008-07-30 18:17:24 +00008202008-07-30 Marco Barisione <marco.barisione@collabora.co.uk>
821
822 Reviewed by Holger.
823
824 http://bugs.webkit.org/show_bug.cgi?id=19742
825 [GTK] Auto generate webkitmarshal.list
826
827 Auto generate webkitmarshal.list from source files to reduce the
828 number of conflicts when merging git branches or when applying
829 patches.
830 Also rename webkit-marshal.* to webkitmarshal.* for consistency.
831
832 * GNUmakefile.am:
833
jmalonzo@webkit.org20c9f4b2008-07-27 06:00:36 +00008342008-07-25 Jan Michael Alonzo <jmalonzo@webkit.org>
835
836 Reviewed by Mark Rowe.
837
838 Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee.
839
840 [Gtk] Improve detection jpeglib
841 https://bugs.webkit.org/show_bug.cgi?id=17865
842
843 * GNUmakefile.am:
844 * configure.ac:
845
hausmann@webkit.orgbb87b702008-07-25 10:55:33 +00008462008-07-25 Simon Hausmann <hausmann@webkit.org>
847
848 Discussed with and rubber-stamped by Lars.
849
850 Fix the build system for the Qt port.
851
852 Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the
853 include search path. With a build process that combines JavaScriptCore and
854 WebCore in one build process/Makefile the existance of
855 JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts.
856
857 This commit solves this by introducing a separate build of JavaScriptCore into
858 a static library.
859
860 As a result of the split-up a race-condition due to broken dependencies of
861 regular source files to header files of generated sources showed up very
862 frequently when doing parallel builds (which the buildbot does). This commit at
863 the same time tries to address the dependency problem by making the
864 addExtraCompiler() function also generate a pseudo extra compiler that
865 represents the header file output, so that qmake is aware of the creation of
866 the header file for dependency calculation.
867
868 At the same time I removed a lot of cruft from the pro files to ease maintenance.
869
870 * WebKit.pri:
871 * WebKit.pro:
872
jmalonzo@webkit.orgd18157182008-06-18 20:04:18 +00008732008-06-18 Marco Barisione <marco.barisione@collabora.co.uk>
874
875 Reviewed by Alp Toker.
876
877 https://bugs.webkit.org/show_bug.cgi?id=19171
878 [GTK] GTypes for enumerations
879
880 Generate GTypes for public enumerations so they can be used as
881 properties.
882
883 * GNUmakefile.am: Generate webkit-enum-types.cpp and
884 webkit-enum-types.h.
885
hausmann@webkit.orgb18129c2008-06-16 10:14:04 +00008862008-06-16 Simon Hausmann <hausmann@webkit.org>
887
888 Fix the Qt build. testkjs.pro is now called jsc.pro.
889
890 * WebKit.pro:
891
alp@webkit.org643f3ef2008-06-15 11:46:18 +00008922008-06-15 Alp Toker <alp@nuanti.com>
893
894 Rubber-stamped by Maciej.
895
896 Install 'jsc' application by default.
897
898 * GNUmakefile.am:
899
alp@webkit.org2d181c52008-06-08 16:10:16 +00009002008-06-08 Alp Toker <alp@nuanti.com>
901
alp@webkit.org7c869902008-06-08 19:04:23 +0000902 autotools/GTK+ build system cleanup. Don't include WebKit API in the
903 WebCore build as it's no longer needed since r34426.
904
905 * GNUmakefile.am:
906
9072008-06-08 Alp Toker <alp@nuanti.com>
908
alp@webkit.org2d181c52008-06-08 16:10:16 +0000909 Rubber-stamped by Mark Rowe.
910
911 Bring back -fstrict-aliasing for JavaScriptCore which was removed in
912 r31821, since aliasing issues have now been fixed.
913
914 Use -O3, not -O2 for the JavaScriptCore build.
915
916 * GNUmakefile.am:
917 * configure.ac:
918
christian@webkit.org56f00692008-06-05 22:50:40 +00009192008-06-05 Christian Dywan <christian@twotoasts.de>
920
921 Reviewed by Alp Toker.
922
923 https://bugs.webkit.org/show_bug.cgi?id=14141
924 Please add a version to the Gtk port
925
926 * GNUmakefile.am:
927
alp@webkit.org15ef3c42008-06-03 00:30:19 +00009282008-06-02 Alp Toker <alp@nuanti.com>
929
930 GTK+/autotools Windows build system fixes.
931
932 * GNUmakefile.am:
933 * configure.ac:
934
alp@webkit.orgf1dbca62008-06-02 16:36:32 +00009352008-06-02 Jan Michael Alonzo <jmalonzo@webkit.org>
936
937 Reviewed by Alp Toker.
938
939 Build WebCore GTK+ sources as part of WebCore, not WebKit.
940 Split common and GTK+-specific sources into separate file lists.
941
942 * GNUmakefile.am:
943
alp@webkit.org46377ba2008-06-02 02:08:34 +00009442008-06-01 Josh Triplett <josh@freedesktop.org>
945
946 Reviewed by Alp Toker.
947
948 http://bugs.webkit.org/show_bug.cgi?id=16891
949 [GTK] autotools build is slow
950
951 Add dolt revision 5e9eef10 to the autotools build system. Speeds up
952 the build, often by a factor of two or more on supported platforms,
953 otherwise falls back to libtool.
954
955 See http://dolt.freedesktop.org for details.
956
957 * acinclude.m4: Added.
958 * configure.ac:
959
jmalonzo@webkit.orgdb04f5c2008-05-25 11:15:15 +00009602008-05-25 Jan Michael Alonzo <jmalonzo@webkit.org>
961
962 Reviewed by Alp Toker.
963
964 http://bugs.webkit.org/show_bug.cgi?id=19142
965 [Gtk] Remove build options --svg-experimental and --cross-document-messaging
966
967 * configure.ac:
968
alp@webkit.org1ea970c2008-05-25 04:19:22 +00009692008-05-24 Alp Toker <alp@nuanti.com>
970
971 GTK+/Win32 build fixes. Link against Windows ICU without using
972 icu-config since it's not available on that platform.
973
974 Link against Ws2_32 when the curl http backend is chosen since we
975 use select() directly.
976
977 * configure.ac:
978
alp@webkit.org2bf19672008-05-23 17:48:41 +00009792008-05-23 Alp Toker <alp@nuanti.com>
980
981 GTK+ fixes for building without database support.
982
983 * configure.ac:
984
jmalonzo@webkit.org4c3907a2008-05-20 11:52:08 +00009852008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org>
986
alp@webkit.org5ac91ee2008-05-21 00:51:24 +0000987 Reviewed by Alp Toker.
988
989 Fix for previous autotools change.
990
991 * configure.ac:
992
9932008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org>
994
jmalonzo@webkit.org4c3907a2008-05-20 11:52:08 +0000995 Reviewed by Alp.
996
997 http://bugs.webkit.org/show_bug.cgi?id=18483
998 [Gtk] Autotools should match build-webkit default flags
999
1000 * configure.ac:
1001
alp@webkit.org8cfd6ab2008-05-19 23:06:49 +000010022008-05-19 Alp Toker <alp@nuanti.com>
1003
1004 GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when
1005 the Pango font backend is selected.
1006
1007 * GNUmakefile.am:
1008 * configure.ac:
1009
jchaffraix@webkit.org98e84ef2008-05-16 20:38:48 +000010102008-05-16 Julien Chaffraix <jchaffraix@webkit.org>
1011
1012 Reviewed by Eric.
1013
1014 Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated
1015
1016 * configure.ac: Add HTML_FLAGS and set it when video is enabled.
1017
hausmann@webkit.orgf9804ce2008-05-16 14:25:57 +000010182008-05-15 Ariya Hidayat <ariya.hidayat@trolltech.com>
1019
1020 Reviewed by Simon.
1021
1022 Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files
1023 from gtk-port.
1024
1025 * WebKit.pri:
1026 * WebKit.pro:
1027
andersca@apple.combe4e18c2008-05-10 00:46:50 +000010282008-05-09 Anders Carlsson <andersca@apple.com>
1029
1030 Reviewed by Mark.
1031
1032 Add x86_64 rule.
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00001033
andersca@apple.combe4e18c2008-05-10 00:46:50 +00001034 * Makefile:
1035
hausmann@webkit.orgba4d9c12008-05-09 13:08:33 +000010362008-05-09 Simon Hausmann <hausmann@webkit.org>
1037
1038 Reviewed by Holger.
1039
1040 Removed explicit linkage against libxml and libxslt on Qt/Mac builds.
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00001041
hausmann@webkit.orgba4d9c12008-05-09 13:08:33 +00001042 This dependency is completely unnecessary here and creates only problems by
1043 propagating through WebCore.pro over libQtWebKit.prl right now customer
1044 applications.
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00001045
hausmann@webkit.orgba4d9c12008-05-09 13:08:33 +00001046
1047 * WebKit.pri:
1048
andersca@apple.comdb0ed042008-05-03 00:21:05 +000010492008-05-02 Anders Carlsson <andersca@apple.com>
1050
1051 Reviewed by Mark.
1052
1053 Add an "x86_64" make rule.
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00001054
andersca@apple.comdb0ed042008-05-03 00:21:05 +00001055 * Makefile.shared:
1056
alp@webkit.orgd06c7c92008-05-02 22:21:09 +000010572008-05-02 Jan Michael Alonzo <jmalonzo@unpluggable.com>
1058
1059 Reviewed by Eric.
1060
1061 https://bugs.webkit.org/show_bug.cgi?id=18811
1062 Enable dashboard and offline web apps in autotools
1063
1064 * configure.ac:
1065
alp@webkit.orga55698b2008-05-01 18:15:39 +000010662008-05-01 Marc Ordinas i Llopis <marc.ordinasillopis@collabora.co.uk>
1067
1068 Reviewed by Alp Toker.
1069
1070 https://bugs.webkit.org/show_bug.cgi?id=14750
1071 Added support for NPAPI plugins on Gtk and Qt-x11 ports.
1072
1073 * GNUmakefile.am: Added Xt library.
1074
ddkilzer@apple.come9e33f32008-04-30 00:31:10 +000010752008-04-29 David Kilzer <ddkilzer@apple.com>
1076
1077 BUILD FIX for ENABLE(DASHBOARD_SUPPORT)
1078
1079 * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT.
1080
alp@webkit.org81514942008-04-23 03:14:26 +000010812008-04-22 Alp Toker <alp@nuanti.com>
1082
1083 GTK+ debug build fix for changes in r32257.
1084
1085 * GNUmakefile.am:
1086
alp@webkit.orgc04fee22008-04-19 05:16:00 +000010872008-04-18 Jan Michael Alonzo <jmalonzo@unpluggable.com>
1088
1089 Reviewed by Alp Toker.
1090
alp@webkit.org67ed4c42008-04-19 05:19:57 +00001091 http://bugs.webkit.org/show_bug.cgi?id=16620
1092 [GTK] Autotools make dist and make check support
alp@webkit.orgc04fee22008-04-19 05:16:00 +00001093
1094 Cleanups.
1095
1096 * GNUmakefile.am:
1097
mrowe@apple.com59de0d02008-04-19 01:31:29 +000010982008-04-11 Mark Rowe <mrowe@apple.com>
1099
1100 Rubber-stamped by Antti Koivisto.
1101
1102 * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show.
1103
alp@webkit.orgd66a1152008-04-17 23:05:11 +000011042008-04-17 Alp Toker <alp@atoker.com>
1105
1106 GTK+ build fix. Back out the libjpeg check part of r32008 from bug
1107 #17865 (reopened).
1108
1109 * configure.ac:
1110
alp@webkit.org4598acd2008-04-17 19:21:34 +000011112008-04-17 Jan Michael Alonzo <jmalonzo@unpluggable.com>
1112
1113 Reviewed by Alp Toker.
1114
1115 http://bugs.webkit.org/show_bug.cgi?id=17865
1116 [Gtk] Improve detection of jpeglib and glib tools
1117
1118 Improve detecting jpeglib and glib tools
1119
1120 * configure.ac: Throw an error if the dependencies above are
1121 currently not installed
1122
alp@webkit.orgf02b6bc2008-04-14 20:18:18 +000011232008-04-14 Xan Lopez <xan@gnome.org>
1124
1125 Reviewed by Alp Toker.
1126
1127 http://bugs.webkit.org/show_bug.cgi?id=17917
1128 Bug 17917: Cookie support for HTTP soup backend
1129
1130 Bumped the libsoup required version to 2.23 for cookie support.
1131
1132 * configure.ac:
1133
mrowe@apple.comfd551522008-04-11 21:18:05 +000011342008-04-11 Mark Rowe <mrowe@apple.com>
1135
1136 Rubber-stamped by Anders Carlsson.
1137
1138 Fix https://bugs.webkit.org/show_bug.cgi?id=18430
1139 Bug 18430: SIGSEGV on amd64 when built with gcc 4.3
1140
1141 GCC 4.3 generates bad code in some instances when working with our HashTables
1142 as some of the HashTable code violates the strict aliasing requirements. Since
1143 GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until
1144 the code can be fixed to be safe with strict aliasing enabled, we will disable
1145 strict aliasing.
1146
1147 * GNUmakefile.am:
1148
alp@webkit.org02eba752008-04-11 00:45:17 +000011492008-03-12 Michael Emmel <mike.emmel@gmail.com>
1150
1151 Reviewed by Alp Toker.
1152
1153 http://bugs.webkit.org/show_bug.cgi?id=18397
1154 Fix leaving spaces before parens in functions
1155
1156 * WebKitTools/Scripts/wkstyle:
1157
ap@webkit.orgc266b3f2008-04-07 12:24:26 +000011582008-04-07 Jan Michael Alonzo <jmalonzo@unpluggable.com>
1159
1160 Build fix, rubber-stamped and landed by ap.
1161
1162 * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support.
1163
zecke@webkit.org178fffa2008-03-21 20:40:41 +000011642008-03-21 Rodney Dawes <dobey@wayofthemonkey.com>
1165
1166 Reviewed by Holger.
1167
1168 Remove the JSCore include path options from global_cppflags.
1169 Place JSCore include path options in javascriptcore_cppflags.
1170 Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS.
1171
1172 * GNUmakefile.am:
1173
andersca@apple.com2421f662008-03-20 18:19:07 +000011742008-03-20 Jasper Bryant-Greene <jasper@unix.geek.nz>
1175
1176 Reviewed by Anders.
1177
1178 Resolves http://bugs.webkit.org/show_bug.cgi?id=16092
1179 "[GTK] Middle-mouse click should allow opening a URL in a new tab"
1180
1181 Added WebKitNavigationAction object to GTK API
1182
1183 * GNUmakefile.am:
1184
alp@webkit.org7d9253a2008-03-12 15:03:17 +000011852008-03-12 Xan Lopez <xan@gnome.org>
1186
1187 Reviewed by Alp Toker.
1188
1189 http://bugs.webkit.org/show_bug.cgi?id=15229
1190
1191 Add optional font backend support with freetype and pango
1192 backends. Default is freetype for now.
1193
alp@webkit.org720edd62008-03-12 15:08:01 +00001194 Original patch by Sven Herzberg <sven@imendio.com>
1195
alp@webkit.org7d9253a2008-03-12 15:03:17 +00001196 * configure.ac:
1197
alp@webkit.orgb51d08f2008-03-11 23:06:38 +000011982008-03-11 Xan Lopez <xan@gnome.org>
1199
1200 Reviewed by Alp Toker.
1201
1202 http://bugs.webkit.org/show_bug.cgi?id=16476
1203
1204 Add support for multiple http backends, and add soup backend (off by default).
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00001205
alp@webkit.orgb51d08f2008-03-11 23:06:38 +00001206 * GNUmakefile.am:
1207 * configure.ac:
1208
hausmann@webkit.org9999bb82008-03-10 11:52:27 +000012092008-03-07 Simon Hausmann <hausmann@webkit.org>
1210
darin@apple.com07c80c62008-09-05 18:15:43 +00001211 Reviewed by Darin Adler.
hausmann@webkit.org9999bb82008-03-10 11:52:27 +00001212
1213 Done with Lars.
1214
1215 Added plugins subdirectory to the include path.
1216
1217 * WebKit.pri:
1218
alp@webkit.org478185d2008-03-10 02:44:33 +000012192008-03-09 Alp Toker <alp@atoker.com>
1220
1221 GTK+ build fix for r30913.
1222
1223 Use UNICODE_CFLAGS for C++ sources as well as C sources.
1224
1225 * GNUmakefile.am:
1226
vestbo@webkit.org83a4da72008-11-10 15:55:10 +000012272008-03-09 Jörg Billeter <j@bitron.ch>
alp@webkit.orgd28cae02008-03-10 00:49:15 +00001228
1229 Reviewed by Alp Toker.
1230
1231 Conditionalise ICU for Unicode in the GTK+ port.
1232
1233 * GNUmakefile.am:
1234 * configure.ac:
1235
alp@webkit.orgc1c99562008-03-03 22:06:52 +000012362008-03-03 Brent Fulgham <bfulgham@gmail.com>
1237
1238 Reviewed by Alp Toker.
1239
1240 http://bugs.webkit.org/show_bug.cgi?id=17644
1241 Build GTK on Mac OS X using native ICU library
1242
1243 Use Apple native ICU libraries when building GTK
1244 webkit on Mac OS.
1245
1246 * configure.ac:
1247
alp@webkit.org03709e02008-03-03 05:10:18 +000012482008-03-02 Brent Fulgham <bfulgham@gmail.com>
1249
1250 Reviewed by Alp Toker.
1251
1252 Add ICU_CPPFLAGS earlier in include path for WebCore
1253 so that we find $(icu_cppflags)/unicode/utf8.h, rather than
1254 the wtf/unicode/UTF8.h on case-insensitive file systems.
1255
1256 * GNUmakefile.am:
1257
alp@webkit.org66551a12008-03-02 19:51:26 +000012582008-03-02 Alp Toker <alp@atoker.com>
1259
1260 Reviewed by Mark Rowe.
1261
1262 Split the WebKit GTK+ build out of the WebCore build and change the
1263 shared object name to match the package name.
1264
1265 * GNUmakefile.am:
1266
alp@webkit.org06f756d2008-02-28 08:21:59 +000012672008-02-28 Alp Toker <alp@atoker.com>
1268
1269 Fix a configure script typo spotted by Kalle Vahlman.
1270
1271 * configure.ac:
1272
timothy@apple.com7e518c52008-02-26 21:54:07 +000012732008-02-26 Timothy Hatcher <timothy@apple.com>
1274
1275 Reviewed by Darin Adler.
1276
1277 Add "64" and "64u" make rules to allow easy building of 64-bit versions.
1278
1279 make 64: will build Intel-only 64-bit.
1280 make 64u: will build 4-way universal for PPC and Intel.
1281
1282 * Makefile:
1283 * Makefile.shared:
1284
darin@apple.com47e2c232008-02-24 05:42:29 +000012852008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
1286
darin@apple.com07c80c62008-09-05 18:15:43 +00001287 Rubber stamped by Darin Adler.
pewtermoose@webkit.org7a953d92008-02-24 07:07:03 +00001288
1289 Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
1290 whitespaces introduced in the previous commit.
1291
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00001292 * GNUmakefile.am:
pewtermoose@webkit.org7a953d92008-02-24 07:07:03 +00001293
12942008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
1295
darin@apple.com07c80c62008-09-05 18:15:43 +00001296 Rubber-stamped by Darin Adler.
darin@apple.com47e2c232008-02-24 05:42:29 +00001297
1298 * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES.
1299 * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS.
1300
alp@webkit.org80dd1122008-02-21 20:16:43 +000013012008-02-21 Alp Toker <alp@atoker.com>
1302
alp@webkit.org52b83662008-02-22 06:10:42 +00001303 Fix a configure script typo.
1304
1305 * configure.ac:
1306
13072008-02-21 Alp Toker <alp@atoker.com>
1308
alp@webkit.org80dd1122008-02-21 20:16:43 +00001309 GTK+/autotools SVG experimental build fix
1310
1311 Don't enable SVG filters in --enable-svg-experimental.
1312
1313 This feature isn't supported at all yet. Developers can enable it
1314 explicitly by passing --enable-svg-filters if needed.
1315
1316 * configure.ac:
1317
alp@webkit.orgc53b43d2008-02-21 19:43:44 +000013182008-02-21 Mike Auty <mike.auty@gmail.com>
1319
1320 Reviewed by Alp Toker.
1321
1322 http://bugs.webkit.org/show_bug.cgi?id=17445
1323 [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed"
1324
1325 The GNUmakefile.am files make use of the LDFLAGS variable to include library
1326 additions such as -ljpeg etc. Unfortunately, if these inclusions aren't made
1327 in LIBADD/LDADD variables, then they are mis-ordered during the linking.
1328
1329 The as-needed flag discards libraries whose functions have not been needed by
1330 earlier libraries, which therefore makes the ordering important.
1331
1332 This moves all -l library inclusion statements from LDFLAGS variables to
1333 LIBADD/LDADD variables.
1334
1335 * GNUmakefile.am:
1336
alp@webkit.org9fc08a82008-02-15 18:25:44 +000013372008-02-15 Alp Toker <alp@atoker.com>
1338
1339 Reviewed by Holger.
1340
1341 GTK+ configure script cleanups
1342
1343 Categorize the configuration summary printout.
1344 Bump GTK+ requirement to 2.8.
1345 Rename 'webkit_target' to just 'target'.
1346 Don't check for pthread on Win32.
1347
1348 * configure.ac:
1349
aroben@apple.comcde8fd12008-02-15 16:36:07 +000013502008-02-14 Adam Roben <aroben@apple.com>
1351
aroben@apple.com198b8e12008-02-15 16:36:54 +00001352 Turn on cross-document messaging support by default
1353
darin@apple.com07c80c62008-09-05 18:15:43 +00001354 Reviewed by Darin Adler.
aroben@apple.com198b8e12008-02-15 16:36:54 +00001355
1356 * configure.ac:
1357
13582008-02-14 Adam Roben <aroben@apple.com>
1359
aroben@apple.comcde8fd12008-02-15 16:36:07 +00001360 Conditionalize cross-document messaging support
1361
1362 The cross-document messaging parts of HTML 5 are in flux and we want
1363 ports to be able to turn off the support as needed.
1364
1365 Note that the support is turned off by default right now. A subsequent
1366 commit will turn it on by default.
1367
darin@apple.com07c80c62008-09-05 18:15:43 +00001368 Reviewed by Darin Adler.
aroben@apple.comcde8fd12008-02-15 16:36:07 +00001369
1370 * configure.ac:
1371
alp@webkit.org4ad34cb2008-02-12 21:04:50 +000013722008-02-12 Rodney Dawes <dobey@wayofthemonkey.com>
1373
1374 Reviewed by Alp Toker.
1375
1376 Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES
1377 to the CPPFLAGS for WebCore and WebKit
1378 Add a pkgconfig check for hildon-1 when --with-hildon specified
1379 Output the use of Hildon support in the summary
1380 Add HILDON_CPPFLAGS to webkitgtk_cppflags
1381 Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS
1382 Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS
1383
1384 * configure.ac:
1385 * GNUmakefile.am:
1386
alp@webkit.org28c069b2008-02-09 05:44:24 +000013872008-02-08 Alp Toker <alp@atoker.com>
1388
1389 Rubber-stamped by Maciej.
1390
1391 Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4.
1392
1393 * configure.ac:
1394
timothy@apple.comf42518d2008-02-06 20:19:16 +000013952008-02-06 Timothy Hatcher <timothy@apple.com>
1396
1397 Rubber-stamped by Mark Rowe.
1398
1399 Dump of bugs.webkit.org's Bugzilla instance.
1400
1401 * BugsSite: Added.
1402 * BugsSite/.htaccess: Added.
1403 * BugsSite/Bugzilla: Added.
1404 * BugsSite/Bugzilla.pm: Added.
1405 * BugsSite/Bugzilla/.cvsignore: Added.
1406 * BugsSite/Bugzilla/.htaccess: Added.
1407 * BugsSite/Bugzilla/Attachment.pm: Added.
1408 * BugsSite/Bugzilla/Auth: Added.
1409 * BugsSite/Bugzilla/Auth.pm: Added.
1410 * BugsSite/Bugzilla/Auth/Login: Added.
1411 * BugsSite/Bugzilla/Auth/Login/WWW: Added.
1412 * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added.
1413 * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added.
1414 * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added.
1415 * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added.
1416 * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added.
1417 * BugsSite/Bugzilla/Auth/README: Added.
1418 * BugsSite/Bugzilla/Auth/Verify: Added.
1419 * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added.
1420 * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added.
1421 * BugsSite/Bugzilla/Bug.pm: Added.
1422 * BugsSite/Bugzilla/BugMail.pm: Added.
1423 * BugsSite/Bugzilla/CGI.pm: Added.
1424 * BugsSite/Bugzilla/Chart.pm: Added.
1425 * BugsSite/Bugzilla/Config.pm: Added.
1426 * BugsSite/Bugzilla/Constants.pm: Added.
1427 * BugsSite/Bugzilla/DB: Added.
1428 * BugsSite/Bugzilla/DB.pm: Added.
1429 * BugsSite/Bugzilla/DB/Mysql.pm: Added.
1430 * BugsSite/Bugzilla/DB/Pg.pm: Added.
1431 * BugsSite/Bugzilla/DB/Schema: Added.
1432 * BugsSite/Bugzilla/DB/Schema.pm: Added.
1433 * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added.
1434 * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added.
1435 * BugsSite/Bugzilla/Error.pm: Added.
1436 * BugsSite/Bugzilla/Flag.pm: Added.
1437 * BugsSite/Bugzilla/FlagType.pm: Added.
1438 * BugsSite/Bugzilla/Group.pm: Added.
1439 * BugsSite/Bugzilla/Search.pm: Added.
1440 * BugsSite/Bugzilla/Series.pm: Added.
1441 * BugsSite/Bugzilla/Template: Added.
1442 * BugsSite/Bugzilla/Template.pm: Added.
1443 * BugsSite/Bugzilla/Template/Plugin: Added.
1444 * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added.
1445 * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added.
1446 * BugsSite/Bugzilla/Template/Plugin/User.pm: Added.
1447 * BugsSite/Bugzilla/Token.pm: Added.
1448 * BugsSite/Bugzilla/User: Added.
1449 * BugsSite/Bugzilla/User.pm: Added.
1450 * BugsSite/Bugzilla/User/Setting.pm: Added.
1451 * BugsSite/Bugzilla/Util.pm: Added.
1452 * BugsSite/CGI.pl: Added.
1453 * BugsSite/PrettyPatch: Added.
1454 * BugsSite/PrettyPatch/PrettyPatch.rb: Added.
1455 * BugsSite/PrettyPatch/prettify.rb: Added.
1456 * BugsSite/QUICKSTART: Added.
1457 * BugsSite/README: Added.
1458 * BugsSite/UPGRADING: Added.
1459 * BugsSite/UPGRADING-pre-2.8: Added.
1460 * BugsSite/ant.jpg: Added.
1461 * BugsSite/attachment-aroben.cgi: Added.
1462 * BugsSite/attachment.cgi: Added.
1463 * BugsSite/buglist.cgi: Added.
1464 * BugsSite/bugzilla.dtd: Added.
1465 * BugsSite/chart.cgi: Added.
1466 * BugsSite/checksetup.pl: Added.
1467 * BugsSite/colchange.cgi: Added.
1468 * BugsSite/collectstats.pl: Added.
1469 * BugsSite/config.cgi: Added.
1470 * BugsSite/contrib: Added.
1471 * BugsSite/contrib/BugzillaEmail.pm: Added.
1472 * BugsSite/contrib/README: Added.
1473 * BugsSite/contrib/README.Mailif: Added.
1474 * BugsSite/contrib/bug_email.pl: Added.
1475 * BugsSite/contrib/bugmail_help.html: Added.
1476 * BugsSite/contrib/bugzilla-submit: Added.
1477 * BugsSite/contrib/bugzilla-submit/README: Added.
1478 * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added.
1479 * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added.
1480 * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added.
1481 * BugsSite/contrib/bugzilla.procmailrc: Added.
1482 * BugsSite/contrib/bugzilla_email_append.pl: Added.
1483 * BugsSite/contrib/bugzilla_ldapsync.rb: Added.
1484 * BugsSite/contrib/bzdbcopy.pl: Added.
1485 * BugsSite/contrib/cmdline: Added.
1486 * BugsSite/contrib/cmdline/bugcount: Added.
1487 * BugsSite/contrib/cmdline/bugids: Added.
1488 * BugsSite/contrib/cmdline/buglist: Added.
1489 * BugsSite/contrib/cmdline/bugs: Added.
1490 * BugsSite/contrib/cmdline/bugslink: Added.
1491 * BugsSite/contrib/cmdline/makequery: Added.
1492 * BugsSite/contrib/cmdline/query.conf: Added.
1493 * BugsSite/contrib/cvs-update.pl: Added.
1494 * BugsSite/contrib/gnats2bz.pl: Added.
1495 * BugsSite/contrib/gnatsparse: Added.
1496 * BugsSite/contrib/gnatsparse/README: Added.
1497 * BugsSite/contrib/gnatsparse/gnatsparse.py: Added.
1498 * BugsSite/contrib/gnatsparse/magic.py: Added.
1499 * BugsSite/contrib/gnatsparse/specialuu.py: Added.
1500 * BugsSite/contrib/jb2bz.py: Added.
1501 * BugsSite/contrib/mysqld-watcher.pl: Added.
1502 * BugsSite/contrib/sendbugmail.pl: Added.
1503 * BugsSite/contrib/sendunsentbugmail.pl: Added.
1504 * BugsSite/contrib/syncLDAP.pl: Added.
1505 * BugsSite/contrib/yp_nomail.sh: Added.
1506 * BugsSite/createaccount.cgi: Added.
1507 * BugsSite/data: Added.
1508 * BugsSite/data/.htaccess: Added.
1509 * BugsSite/data/attachments: Added.
1510 * BugsSite/data/attachments/.htaccess: Added.
1511 * BugsSite/data/duplicates: Added.
1512 * BugsSite/data/mail: Added.
1513 * BugsSite/data/mimedump-tmp: Added.
1514 * BugsSite/data/mining: Added.
1515 * BugsSite/data/nomail: Added.
1516 * BugsSite/data/params: Added.
1517 * BugsSite/data/template: Added.
1518 * BugsSite/data/template/template: Added.
1519 * BugsSite/data/template/template/en: Added.
1520 * BugsSite/data/template/template/en/custom: Added.
1521 * BugsSite/data/template/template/en/custom/account: Added.
1522 * BugsSite/data/template/template/en/custom/account/auth: Added.
1523 * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
1524 * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added.
1525 * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added.
1526 * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added.
1527 * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added.
1528 * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added.
1529 * BugsSite/data/template/template/en/custom/account/email: Added.
1530 * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added.
1531 * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added.
1532 * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added.
1533 * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added.
1534 * BugsSite/data/template/template/en/custom/account/password: Added.
1535 * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
1536 * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
1537 * BugsSite/data/template/template/en/custom/account/prefs: Added.
1538 * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added.
1539 * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added.
1540 * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added.
1541 * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added.
1542 * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added.
1543 * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
1544 * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added.
1545 * BugsSite/data/template/template/en/custom/admin: Added.
1546 * BugsSite/data/template/template/en/custom/admin/classifications: Added.
1547 * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added.
1548 * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added.
1549 * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added.
1550 * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added.
1551 * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added.
1552 * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
1553 * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added.
1554 * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added.
1555 * BugsSite/data/template/template/en/custom/admin/components: Added.
1556 * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
1557 * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added.
1558 * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added.
1559 * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added.
1560 * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added.
1561 * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added.
1562 * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added.
1563 * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added.
1564 * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added.
1565 * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added.
1566 * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
1567 * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
1568 * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
1569 * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
1570 * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
1571 * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
1572 * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
1573 * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
1574 * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
1575 * BugsSite/data/template/template/en/custom/admin/flag-type: Added.
1576 * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
1577 * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
1578 * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added.
1579 * BugsSite/data/template/template/en/custom/admin/groups: Added.
1580 * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added.
1581 * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added.
1582 * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added.
1583 * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added.
1584 * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added.
1585 * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added.
1586 * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added.
1587 * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added.
1588 * BugsSite/data/template/template/en/custom/admin/keywords: Added.
1589 * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
1590 * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
1591 * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
1592 * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
1593 * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
1594 * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
1595 * BugsSite/data/template/template/en/custom/admin/milestones: Added.
1596 * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
1597 * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added.
1598 * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added.
1599 * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
1600 * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added.
1601 * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added.
1602 * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added.
1603 * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
1604 * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added.
1605 * BugsSite/data/template/template/en/custom/admin/products: Added.
1606 * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
1607 * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added.
1608 * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added.
1609 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added.
1610 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
1611 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
1612 * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
1613 * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added.
1614 * BugsSite/data/template/template/en/custom/admin/settings: Added.
1615 * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added.
1616 * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added.
1617 * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added.
1618 * BugsSite/data/template/template/en/custom/admin/users: Added.
1619 * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
1620 * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added.
1621 * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added.
1622 * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added.
1623 * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
1624 * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added.
1625 * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added.
1626 * BugsSite/data/template/template/en/custom/admin/versions: Added.
1627 * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
1628 * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added.
1629 * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added.
1630 * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added.
1631 * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added.
1632 * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added.
1633 * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added.
1634 * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added.
1635 * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added.
1636 * BugsSite/data/template/template/en/custom/attachment: Added.
1637 * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added.
1638 * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added.
1639 * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added.
1640 * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added.
1641 * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added.
1642 * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added.
1643 * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added.
1644 * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added.
1645 * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added.
1646 * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added.
1647 * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added.
1648 * BugsSite/data/template/template/en/custom/bug: Added.
1649 * BugsSite/data/template/template/en/custom/bug/activity: Added.
1650 * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added.
1651 * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added.
1652 * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added.
1653 * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added.
1654 * BugsSite/data/template/template/en/custom/bug/create: Added.
1655 * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
1656 * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added.
1657 * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added.
1658 * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added.
1659 * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added.
1660 * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added.
1661 * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added.
1662 * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added.
1663 * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added.
1664 * BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added.
1665 * BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added.
1666 * BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added.
1667 * BugsSite/data/template/template/en/custom/bug/process: Added.
1668 * BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added.
1669 * BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
1670 * BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added.
1671 * BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added.
1672 * BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added.
1673 * BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added.
1674 * BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
1675 * BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added.
1676 * BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added.
1677 * BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added.
1678 * BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added.
1679 * BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added.
1680 * BugsSite/data/template/template/en/custom/bug/votes: Added.
1681 * BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
1682 * BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
1683 * BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
1684 * BugsSite/data/template/template/en/custom/config.js.tmpl: Added.
1685 * BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added.
1686 * BugsSite/data/template/template/en/custom/flag: Added.
1687 * BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added.
1688 * BugsSite/data/template/template/en/custom/global: Added.
1689 * BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added.
1690 * BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added.
1691 * BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added.
1692 * BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added.
1693 * BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added.
1694 * BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added.
1695 * BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added.
1696 * BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added.
1697 * BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added.
1698 * BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added.
1699 * BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added.
1700 * BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added.
1701 * BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added.
1702 * BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added.
1703 * BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added.
1704 * BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added.
1705 * BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added.
1706 * BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added.
1707 * BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added.
1708 * BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added.
1709 * BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added.
1710 * BugsSite/data/template/template/en/custom/index.html.tmpl: Added.
1711 * BugsSite/data/template/template/en/custom/list: Added.
1712 * BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added.
1713 * BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added.
1714 * BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added.
1715 * BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added.
1716 * BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added.
1717 * BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added.
1718 * BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added.
1719 * BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added.
1720 * BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added.
1721 * BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added.
1722 * BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added.
1723 * BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added.
1724 * BugsSite/data/template/template/en/custom/pages: Added.
1725 * BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added.
1726 * BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added.
1727 * BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added.
1728 * BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added.
1729 * BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added.
1730 * BugsSite/data/template/template/en/custom/reports: Added.
1731 * BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added.
1732 * BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added.
1733 * BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added.
1734 * BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added.
1735 * BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added.
1736 * BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
1737 * BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added.
1738 * BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added.
1739 * BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added.
1740 * BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added.
1741 * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added.
1742 * BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added.
1743 * BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added.
1744 * BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added.
1745 * BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added.
1746 * BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added.
1747 * BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added.
1748 * BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added.
1749 * BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added.
1750 * BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added.
1751 * BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added.
1752 * BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added.
1753 * BugsSite/data/template/template/en/custom/request: Added.
1754 * BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added.
1755 * BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added.
1756 * BugsSite/data/template/template/en/custom/search: Added.
1757 * BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added.
1758 * BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added.
1759 * BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added.
1760 * BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added.
1761 * BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added.
1762 * BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added.
1763 * BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added.
1764 * BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added.
1765 * BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added.
1766 * BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added.
1767 * BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added.
1768 * BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added.
1769 * BugsSite/data/template/template/en/custom/whine: Added.
1770 * BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added.
1771 * BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added.
1772 * BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
1773 * BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added.
1774 * BugsSite/data/template/template/en/default: Added.
1775 * BugsSite/data/template/template/en/default/attachment: Added.
1776 * BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added.
1777 * BugsSite/data/template/template/en/default/list: Added.
1778 * BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added.
1779 * BugsSite/data/versioncache: Added.
1780 * BugsSite/data/versioncache.13P9L: Added.
1781 * BugsSite/data/versioncache.1lH1E: Added.
1782 * BugsSite/data/versioncache.3AnHd: Added.
1783 * BugsSite/data/versioncache.3Jmjt: Added.
1784 * BugsSite/data/versioncache.3JzIL: Added.
1785 * BugsSite/data/versioncache.77b4y: Added.
1786 * BugsSite/data/versioncache.7VzyU: Added.
1787 * BugsSite/data/versioncache.EQdAm: Added.
1788 * BugsSite/data/versioncache.EouAG: Added.
1789 * BugsSite/data/versioncache.LJ5n1: Added.
1790 * BugsSite/data/versioncache.Lb0fW: Added.
1791 * BugsSite/data/versioncache.PyAd8: Added.
1792 * BugsSite/data/versioncache.SFyse: Added.
1793 * BugsSite/data/versioncache.SkTTg: Added.
1794 * BugsSite/data/versioncache.VVO7E: Added.
1795 * BugsSite/data/versioncache.XbxgU: Added.
1796 * BugsSite/data/versioncache.Yezqr: Added.
1797 * BugsSite/data/versioncache.dtzIv: Added.
1798 * BugsSite/data/versioncache.jzpeh: Added.
1799 * BugsSite/data/versioncache.pbn6U: Added.
1800 * BugsSite/data/versioncache.qyixS: Added.
1801 * BugsSite/data/versioncache.sBMdb: Added.
1802 * BugsSite/data/versioncache.xNi34: Added.
1803 * BugsSite/data/webdot: Added.
1804 * BugsSite/data/webdot/.htaccess: Added.
1805 * BugsSite/data/webdot/0ZLH3QpFd8.dot: Added.
1806 * BugsSite/data/webdot/3s6e7eC2Dy.dot: Added.
1807 * BugsSite/data/webdot/6MW0q54cyY.dot: Added.
1808 * BugsSite/data/webdot/A2RlhPdO2Q.dot: Added.
1809 * BugsSite/data/webdot/DuBX4I4946.dot: Added.
1810 * BugsSite/data/webdot/GudTgvrKBX.dot: Added.
1811 * BugsSite/data/webdot/I1mCbLtAzQ.dot: Added.
1812 * BugsSite/data/webdot/JtKgvWGVb4.dot: Added.
1813 * BugsSite/data/webdot/RFk4bjAwYc.dot: Added.
1814 * BugsSite/data/webdot/YQ1pWFVfqt.dot: Added.
1815 * BugsSite/data/webdot/YcFUepShZI.dot: Added.
1816 * BugsSite/data/webdot/a9i00KgTQk.dot: Added.
1817 * BugsSite/data/webdot/c412GYaHch.dot: Added.
1818 * BugsSite/data/webdot/hjYnYr3tV1.dot: Added.
1819 * BugsSite/data/webdot/pq3Qw7wynI.dot: Added.
1820 * BugsSite/data/webdot/tL7GjA7bqH.dot: Added.
1821 * BugsSite/defparams.pl: Added.
1822 * BugsSite/describecomponents.cgi: Added.
1823 * BugsSite/describekeywords.cgi: Added.
1824 * BugsSite/describekeywords.cgi.bak: Added.
1825 * BugsSite/docs: Added.
1826 * BugsSite/docs/.cvsignore: Added.
1827 * BugsSite/docs/README.docs: Added.
1828 * BugsSite/docs/html: Added.
1829 * BugsSite/docs/html/Bugzilla-Guide.html: Added.
1830 * BugsSite/docs/html/about.html: Added.
1831 * BugsSite/docs/html/administration.html: Added.
1832 * BugsSite/docs/html/bug_page.html: Added.
1833 * BugsSite/docs/html/bugreports.html: Added.
1834 * BugsSite/docs/html/cmdline-bugmail.html: Added.
1835 * BugsSite/docs/html/cmdline.html: Added.
1836 * BugsSite/docs/html/components.html: Added.
1837 * BugsSite/docs/html/configuration.html: Added.
1838 * BugsSite/docs/html/conventions.html: Added.
1839 * BugsSite/docs/html/copyright.html: Added.
1840 * BugsSite/docs/html/credits.html: Added.
1841 * BugsSite/docs/html/cust-change-permissions.html: Added.
1842 * BugsSite/docs/html/cust-hooks.html: Added.
1843 * BugsSite/docs/html/cust-templates.html: Added.
1844 * BugsSite/docs/html/customization.html: Added.
1845 * BugsSite/docs/html/dbdoc.html: Added.
1846 * BugsSite/docs/html/dbmodify.html: Added.
1847 * BugsSite/docs/html/disclaimer.html: Added.
1848 * BugsSite/docs/html/extraconfig.html: Added.
1849 * BugsSite/docs/html/faq.html: Added.
1850 * BugsSite/docs/html/flags-overview.html: Added.
1851 * BugsSite/docs/html/flags.html: Added.
1852 * BugsSite/docs/html/general-advice.html: Added.
1853 * BugsSite/docs/html/gfdl-0.html: Added.
1854 * BugsSite/docs/html/gfdl-1.html: Added.
1855 * BugsSite/docs/html/gfdl-10.html: Added.
1856 * BugsSite/docs/html/gfdl-2.html: Added.
1857 * BugsSite/docs/html/gfdl-3.html: Added.
1858 * BugsSite/docs/html/gfdl-4.html: Added.
1859 * BugsSite/docs/html/gfdl-5.html: Added.
1860 * BugsSite/docs/html/gfdl-6.html: Added.
1861 * BugsSite/docs/html/gfdl-7.html: Added.
1862 * BugsSite/docs/html/gfdl-8.html: Added.
1863 * BugsSite/docs/html/gfdl-9.html: Added.
1864 * BugsSite/docs/html/gfdl-howto.html: Added.
1865 * BugsSite/docs/html/gfdl.html: Added.
1866 * BugsSite/docs/html/glossary.html: Added.
1867 * BugsSite/docs/html/groups.html: Added.
1868 * BugsSite/docs/html/hintsandtips.html: Added.
1869 * BugsSite/docs/html/index.html: Added.
1870 * BugsSite/docs/html/install-perlmodules-manual.html: Added.
1871 * BugsSite/docs/html/installation.html: Added.
1872 * BugsSite/docs/html/installing-bugzilla.html: Added.
1873 * BugsSite/docs/html/integration.html: Added.
1874 * BugsSite/docs/html/lifecycle.html: Added.
1875 * BugsSite/docs/html/list.html: Added.
1876 * BugsSite/docs/html/milestones.html: Added.
1877 * BugsSite/docs/html/modules-manual-download.html: Added.
1878 * BugsSite/docs/html/modules-manual-instructions.html: Added.
1879 * BugsSite/docs/html/modules-manual-optional.html: Added.
1880 * BugsSite/docs/html/myaccount.html: Added.
1881 * BugsSite/docs/html/newversions.html: Added.
1882 * BugsSite/docs/html/nonroot.html: Added.
1883 * BugsSite/docs/html/os-specific.html: Added.
1884 * BugsSite/docs/html/parameters.html: Added.
1885 * BugsSite/docs/html/paranoid-security.html: Added.
1886 * BugsSite/docs/html/patches.html: Added.
1887 * BugsSite/docs/html/patchviewer.html: Added.
1888 * BugsSite/docs/html/products.html: Added.
1889 * BugsSite/docs/html/query.html: Added.
1890 * BugsSite/docs/html/quips.html: Added.
1891 * BugsSite/docs/html/reporting.html: Added.
1892 * BugsSite/docs/html/security-bugzilla.html: Added.
1893 * BugsSite/docs/html/security-mysql.html: Added.
1894 * BugsSite/docs/html/security-os.html: Added.
1895 * BugsSite/docs/html/security-webserver.html: Added.
1896 * BugsSite/docs/html/security.html: Added.
1897 * BugsSite/docs/html/trbl-bundlebugzilla.html: Added.
1898 * BugsSite/docs/html/trbl-dbdsponge.html: Added.
1899 * BugsSite/docs/html/trbl-index.html: Added.
1900 * BugsSite/docs/html/trbl-passwd-encryption.html: Added.
1901 * BugsSite/docs/html/trbl-perlmodule.html: Added.
1902 * BugsSite/docs/html/trbl-relogin-everyone.html: Added.
1903 * BugsSite/docs/html/trbl-testserver.html: Added.
1904 * BugsSite/docs/html/trouble-filetemp.html: Added.
1905 * BugsSite/docs/html/troubleshooting.html: Added.
1906 * BugsSite/docs/html/upgrading.html: Added.
1907 * BugsSite/docs/html/useradmin.html: Added.
1908 * BugsSite/docs/html/userpreferences.html: Added.
1909 * BugsSite/docs/html/using-intro.html: Added.
1910 * BugsSite/docs/html/using.html: Added.
1911 * BugsSite/docs/html/versions.html: Added.
1912 * BugsSite/docs/html/voting.html: Added.
1913 * BugsSite/docs/html/whining.html: Added.
1914 * BugsSite/docs/html/x3190.html: Added.
1915 * BugsSite/docs/images: Added.
1916 * BugsSite/docs/images/bzLifecycle.png: Added.
1917 * BugsSite/docs/images/bzLifecycle.xml: Added.
1918 * BugsSite/docs/images/callouts: Added.
1919 * BugsSite/docs/images/callouts/1.gif: Added.
1920 * BugsSite/docs/images/callouts/2.gif: Added.
1921 * BugsSite/docs/images/callouts/3.gif: Added.
1922 * BugsSite/docs/images/caution.gif: Added.
1923 * BugsSite/docs/images/note.gif: Added.
1924 * BugsSite/docs/images/tip.gif: Added.
1925 * BugsSite/docs/images/warning.gif: Added.
1926 * BugsSite/docs/makedocs.pl: Added.
1927 * BugsSite/docs/pdf: Added.
1928 * BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added.
1929 * BugsSite/docs/rel_notes.txt: Added.
1930 * BugsSite/docs/txt: Added.
1931 * BugsSite/docs/txt/Bugzilla-Guide.txt: Added.
1932 * BugsSite/docs/xml: Added.
1933 * BugsSite/docs/xml/Bugzilla-Guide.xml: Added.
1934 * BugsSite/docs/xml/about.xml: Added.
1935 * BugsSite/docs/xml/administration.xml: Added.
1936 * BugsSite/docs/xml/conventions.xml: Added.
1937 * BugsSite/docs/xml/customization.xml: Added.
1938 * BugsSite/docs/xml/dbschema.mysql: Added.
1939 * BugsSite/docs/xml/faq.xml: Added.
1940 * BugsSite/docs/xml/filetemp.patch: Added.
1941 * BugsSite/docs/xml/gfdl.xml: Added.
1942 * BugsSite/docs/xml/glossary.xml: Added.
1943 * BugsSite/docs/xml/index.xml: Added.
1944 * BugsSite/docs/xml/installation.xml: Added.
1945 * BugsSite/docs/xml/integration.xml: Added.
1946 * BugsSite/docs/xml/introduction.xml: Added.
1947 * BugsSite/docs/xml/modules.xml: Added.
1948 * BugsSite/docs/xml/patches.xml: Added.
1949 * BugsSite/docs/xml/requiredsoftware.xml: Added.
1950 * BugsSite/docs/xml/security.xml: Added.
1951 * BugsSite/docs/xml/troubleshooting.xml: Added.
1952 * BugsSite/docs/xml/using.xml: Added.
1953 * BugsSite/doeditparams.cgi: Added.
1954 * BugsSite/duplicates.cgi: Added.
1955 * BugsSite/duplicates.xul: Added.
1956 * BugsSite/editclassifications.cgi: Added.
1957 * BugsSite/editcomponents.cgi: Added.
1958 * BugsSite/editflagtypes.cgi: Added.
1959 * BugsSite/editgroups.cgi: Added.
1960 * BugsSite/editkeywords.cgi: Added.
1961 * BugsSite/editmilestones.cgi: Added.
1962 * BugsSite/editparams.cgi: Added.
1963 * BugsSite/editproducts.cgi: Added.
1964 * BugsSite/editsettings.cgi: Added.
1965 * BugsSite/editusers.cgi: Added.
1966 * BugsSite/editvalues.cgi: Added.
1967 * BugsSite/editversions.cgi: Added.
1968 * BugsSite/editwhines.cgi: Added.
1969 * BugsSite/enter_bug.cgi: Added.
1970 * BugsSite/favicon.ico: Added.
1971 * BugsSite/globals.pl: Added.
1972 * BugsSite/graphs: Added.
1973 * BugsSite/images: Added.
1974 * BugsSite/images/padlock.png: Added.
1975 * BugsSite/importxml.pl: Added.
1976 * BugsSite/index.cgi: Added.
1977 * BugsSite/js: Added.
1978 * BugsSite/js/duplicates.js: Added.
1979 * BugsSite/js/productform.js: Added.
1980 * BugsSite/localconfig.js: Added.
1981 * BugsSite/long_list.cgi: Added.
1982 * BugsSite/move.pl: Added.
1983 * BugsSite/page.cgi: Added.
1984 * BugsSite/post_bug.cgi: Added.
1985 * BugsSite/process_bug.cgi: Added.
1986 * BugsSite/productmenu.js: Added.
1987 * BugsSite/query.cgi: Added.
1988 * BugsSite/quicksearch.html: Added.
1989 * BugsSite/quicksearch.js: Added.
1990 * BugsSite/quicksearchhack.html: Added.
1991 * BugsSite/quips.cgi: Added.
1992 * BugsSite/relogin.cgi: Added.
1993 * BugsSite/report.cgi: Added.
1994 * BugsSite/reports.cgi: Added.
1995 * BugsSite/request.cgi: Added.
1996 * BugsSite/robots.txt: Added.
1997 * BugsSite/runtests.pl: Added.
1998 * BugsSite/sanitycheck.cgi: Added.
1999 * BugsSite/show_activity.cgi: Added.
2000 * BugsSite/show_bug.cgi: Added.
2001 * BugsSite/showattachment.cgi: Added.
2002 * BugsSite/showdependencygraph.cgi: Added.
2003 * BugsSite/showdependencytree.cgi: Added.
2004 * BugsSite/sidebar.cgi: Added.
2005 * BugsSite/skins: Added.
2006 * BugsSite/skins/.cvsignore: Added.
2007 * BugsSite/skins/custom: Added.
2008 * BugsSite/skins/custom/admin.css: Added.
2009 * BugsSite/skins/custom/buglist.css: Added.
2010 * BugsSite/skins/custom/duplicates.css: Added.
2011 * BugsSite/skins/custom/editusers.css: Added.
2012 * BugsSite/skins/custom/global.css: Added.
2013 * BugsSite/skins/custom/index.css: Added.
2014 * BugsSite/skins/custom/opendarwin.gif: Added.
2015 * BugsSite/skins/custom/panel.css: Added.
2016 * BugsSite/skins/custom/show_multiple.css: Added.
2017 * BugsSite/skins/custom/summarize-time.css: Added.
2018 * BugsSite/skins/custom/voting.css: Added.
2019 * BugsSite/skins/standard: Added.
2020 * BugsSite/skins/standard/admin.css: Added.
2021 * BugsSite/skins/standard/buglist.css: Added.
2022 * BugsSite/skins/standard/duplicates.css: Added.
2023 * BugsSite/skins/standard/editusers.css: Added.
2024 * BugsSite/skins/standard/global: Added.
2025 * BugsSite/skins/standard/global.css: Added.
2026 * BugsSite/skins/standard/global/body-back.gif: Added.
2027 * BugsSite/skins/standard/global/header.png: Added.
2028 * BugsSite/skins/standard/index: Added.
2029 * BugsSite/skins/standard/index.css: Added.
2030 * BugsSite/skins/standard/index/front.jpg: Added.
2031 * BugsSite/skins/standard/index/front.png: Added.
2032 * BugsSite/skins/standard/panel.css: Added.
2033 * BugsSite/skins/standard/show_multiple.css: Added.
2034 * BugsSite/skins/standard/summarize-time.css: Added.
2035 * BugsSite/skins/standard/voting.css: Added.
2036 * BugsSite/summarize_time.cgi: Added.
2037 * BugsSite/t: Added.
2038 * BugsSite/t/001compile.t: Added.
2039 * BugsSite/t/002goodperl.t: Added.
2040 * BugsSite/t/003safesys.t: Added.
2041 * BugsSite/t/004template.t: Added.
2042 * BugsSite/t/005no_tabs.t: Added.
2043 * BugsSite/t/006spellcheck.t: Added.
2044 * BugsSite/t/007util.t: Added.
2045 * BugsSite/t/008filter.t: Added.
2046 * BugsSite/t/009bugwords.t: Added.
2047 * BugsSite/t/011pod.t: Added.
2048 * BugsSite/t/Support: Added.
2049 * BugsSite/t/Support/Files.pm: Added.
2050 * BugsSite/t/Support/Systemexec.pm: Added.
2051 * BugsSite/t/Support/Templates.pm: Added.
2052 * BugsSite/t/testchart.gif: Added.
2053 * BugsSite/t/testchart.png: Added.
2054 * BugsSite/t/testgd.png: Added.
2055 * BugsSite/template: Added.
2056 * BugsSite/template/.cvsignore: Added.
2057 * BugsSite/template/.htaccess: Added.
2058 * BugsSite/template/en: Added.
2059 * BugsSite/template/en/.cvsignore: Added.
2060 * BugsSite/template/en/custom: Added.
2061 * BugsSite/template/en/custom/account: Added.
2062 * BugsSite/template/en/custom/account/auth: Added.
2063 * BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
2064 * BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added.
2065 * BugsSite/template/en/custom/account/auth/login.html.tmpl: Added.
2066 * BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added.
2067 * BugsSite/template/en/custom/account/create.html.tmpl: Added.
2068 * BugsSite/template/en/custom/account/created.html.tmpl: Added.
2069 * BugsSite/template/en/custom/account/email: Added.
2070 * BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added.
2071 * BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added.
2072 * BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added.
2073 * BugsSite/template/en/custom/account/exists.html.tmpl: Added.
2074 * BugsSite/template/en/custom/account/password: Added.
2075 * BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
2076 * BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
2077 * BugsSite/template/en/custom/account/prefs: Added.
2078 * BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added.
2079 * BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added.
2080 * BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added.
2081 * BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added.
2082 * BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added.
2083 * BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
2084 * BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added.
2085 * BugsSite/template/en/custom/admin: Added.
2086 * BugsSite/template/en/custom/admin/classifications: Added.
2087 * BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added.
2088 * BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added.
2089 * BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added.
2090 * BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added.
2091 * BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added.
2092 * BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
2093 * BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added.
2094 * BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added.
2095 * BugsSite/template/en/custom/admin/components: Added.
2096 * BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
2097 * BugsSite/template/en/custom/admin/components/create.html.tmpl: Added.
2098 * BugsSite/template/en/custom/admin/components/created.html.tmpl: Added.
2099 * BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added.
2100 * BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added.
2101 * BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added.
2102 * BugsSite/template/en/custom/admin/components/list.html.tmpl: Added.
2103 * BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added.
2104 * BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added.
2105 * BugsSite/template/en/custom/admin/fieldvalues: Added.
2106 * BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
2107 * BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
2108 * BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
2109 * BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
2110 * BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
2111 * BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
2112 * BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
2113 * BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
2114 * BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
2115 * BugsSite/template/en/custom/admin/flag-type: Added.
2116 * BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
2117 * BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
2118 * BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added.
2119 * BugsSite/template/en/custom/admin/groups: Added.
2120 * BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added.
2121 * BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added.
2122 * BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added.
2123 * BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added.
2124 * BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added.
2125 * BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added.
2126 * BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added.
2127 * BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added.
2128 * BugsSite/template/en/custom/admin/keywords: Added.
2129 * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
2130 * BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added.
2131 * BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added.
2132 * BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added.
2133 * BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added.
2134 * BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
2135 * BugsSite/template/en/custom/admin/milestones: Added.
2136 * BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
2137 * BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added.
2138 * BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added.
2139 * BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
2140 * BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added.
2141 * BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added.
2142 * BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added.
2143 * BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
2144 * BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added.
2145 * BugsSite/template/en/custom/admin/products: Added.
2146 * BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
2147 * BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added.
2148 * BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added.
2149 * BugsSite/template/en/custom/admin/products/groupcontrol: Added.
2150 * BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
2151 * BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
2152 * BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
2153 * BugsSite/template/en/custom/admin/products/list.html.tmpl: Added.
2154 * BugsSite/template/en/custom/admin/settings: Added.
2155 * BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added.
2156 * BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added.
2157 * BugsSite/template/en/custom/admin/table.html.tmpl: Added.
2158 * BugsSite/template/en/custom/admin/users: Added.
2159 * BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
2160 * BugsSite/template/en/custom/admin/users/create.html.tmpl: Added.
2161 * BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added.
2162 * BugsSite/template/en/custom/admin/users/list.html.tmpl: Added.
2163 * BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
2164 * BugsSite/template/en/custom/admin/users/search.html.tmpl: Added.
2165 * BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added.
2166 * BugsSite/template/en/custom/admin/versions: Added.
2167 * BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
2168 * BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added.
2169 * BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added.
2170 * BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added.
2171 * BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added.
2172 * BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added.
2173 * BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added.
2174 * BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added.
2175 * BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added.
2176 * BugsSite/template/en/custom/attachment: Added.
2177 * BugsSite/template/en/custom/attachment/choose.html.tmpl: Added.
2178 * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added.
2179 * BugsSite/template/en/custom/attachment/create.html.tmpl: Added.
2180 * BugsSite/template/en/custom/attachment/created.html.tmpl: Added.
2181 * BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added.
2182 * BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added.
2183 * BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added.
2184 * BugsSite/template/en/custom/attachment/edit.html.tmpl: Added.
2185 * BugsSite/template/en/custom/attachment/list.html.tmpl: Added.
2186 * BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added.
2187 * BugsSite/template/en/custom/attachment/updated.html.tmpl: Added.
2188 * BugsSite/template/en/custom/bug: Added.
2189 * BugsSite/template/en/custom/bug/activity: Added.
2190 * BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added.
2191 * BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added.
2192 * BugsSite/template/en/custom/bug/choose.html.tmpl: Added.
2193 * BugsSite/template/en/custom/bug/comments.html.tmpl: Added.
2194 * BugsSite/template/en/custom/bug/create: Added.
2195 * BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
2196 * BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added.
2197 * BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added.
2198 * BugsSite/template/en/custom/bug/create/create.html.tmpl: Added.
2199 * BugsSite/template/en/custom/bug/create/created.html.tmpl: Added.
2200 * BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added.
2201 * BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added.
2202 * BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added.
2203 * BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added.
2204 * BugsSite/template/en/custom/bug/edit.html.tmpl: Added.
2205 * BugsSite/template/en/custom/bug/knob.html.tmpl: Added.
2206 * BugsSite/template/en/custom/bug/navigate.html.tmpl: Added.
2207 * BugsSite/template/en/custom/bug/process: Added.
2208 * BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added.
2209 * BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
2210 * BugsSite/template/en/custom/bug/process/header.html.tmpl: Added.
2211 * BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added.
2212 * BugsSite/template/en/custom/bug/process/next.html.tmpl: Added.
2213 * BugsSite/template/en/custom/bug/process/results.html.tmpl: Added.
2214 * BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
2215 * BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added.
2216 * BugsSite/template/en/custom/bug/show.html.tmpl: Added.
2217 * BugsSite/template/en/custom/bug/show.xml.tmpl: Added.
2218 * BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added.
2219 * BugsSite/template/en/custom/bug/time.html.tmpl: Added.
2220 * BugsSite/template/en/custom/bug/votes: Added.
2221 * BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
2222 * BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
2223 * BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
2224 * BugsSite/template/en/custom/config.js.tmpl: Added.
2225 * BugsSite/template/en/custom/config.rdf.tmpl: Added.
2226 * BugsSite/template/en/custom/filterexceptions.pl: Added.
2227 * BugsSite/template/en/custom/flag: Added.
2228 * BugsSite/template/en/custom/flag/list.html.tmpl: Added.
2229 * BugsSite/template/en/custom/global: Added.
2230 * BugsSite/template/en/custom/global/banner.html.tmpl: Added.
2231 * BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added.
2232 * BugsSite/template/en/custom/global/choose-product.html.tmpl: Added.
2233 * BugsSite/template/en/custom/global/code-error.html.tmpl: Added.
2234 * BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added.
2235 * BugsSite/template/en/custom/global/field-descs.none.tmpl: Added.
2236 * BugsSite/template/en/custom/global/footer.html.tmpl: Added.
2237 * BugsSite/template/en/custom/global/header.html.tmpl: Added.
2238 * BugsSite/template/en/custom/global/help-header.html.tmpl: Added.
2239 * BugsSite/template/en/custom/global/help.html.tmpl: Added.
2240 * BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added.
2241 * BugsSite/template/en/custom/global/initialize.none.tmpl: Added.
2242 * BugsSite/template/en/custom/global/message.html.tmpl: Added.
2243 * BugsSite/template/en/custom/global/messages.html.tmpl: Added.
2244 * BugsSite/template/en/custom/global/select-menu.html.tmpl: Added.
2245 * BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added.
2246 * BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added.
2247 * BugsSite/template/en/custom/global/useful-links.html.tmpl: Added.
2248 * BugsSite/template/en/custom/global/user-error.html.tmpl: Added.
2249 * BugsSite/template/en/custom/global/userselect.html.tmpl: Added.
2250 * BugsSite/template/en/custom/global/variables.none.tmpl: Added.
2251 * BugsSite/template/en/custom/index.html.tmpl: Added.
2252 * BugsSite/template/en/custom/list: Added.
2253 * BugsSite/template/en/custom/list/change-columns.html.tmpl: Added.
2254 * BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added.
2255 * BugsSite/template/en/custom/list/list-simple.html.tmpl: Added.
2256 * BugsSite/template/en/custom/list/list.csv.tmpl: Added.
2257 * BugsSite/template/en/custom/list/list.html.tmpl: Added.
2258 * BugsSite/template/en/custom/list/list.ics.tmpl: Added.
2259 * BugsSite/template/en/custom/list/list.js.tmpl: Added.
2260 * BugsSite/template/en/custom/list/list.rdf.tmpl: Added.
2261 * BugsSite/template/en/custom/list/list.rss.tmpl: Added.
2262 * BugsSite/template/en/custom/list/quips.html.tmpl: Added.
2263 * BugsSite/template/en/custom/list/server-push.html.tmpl: Added.
2264 * BugsSite/template/en/custom/list/table.html.tmpl: Added.
2265 * BugsSite/template/en/custom/pages: Added.
2266 * BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added.
2267 * BugsSite/template/en/custom/pages/fields.html.tmpl: Added.
2268 * BugsSite/template/en/custom/pages/linked.html.tmpl: Added.
2269 * BugsSite/template/en/custom/pages/linkify.html.tmpl: Added.
2270 * BugsSite/template/en/custom/pages/voting.html.tmpl: Added.
2271 * BugsSite/template/en/custom/reports: Added.
2272 * BugsSite/template/en/custom/reports/chart.csv.tmpl: Added.
2273 * BugsSite/template/en/custom/reports/chart.html.tmpl: Added.
2274 * BugsSite/template/en/custom/reports/chart.png.tmpl: Added.
2275 * BugsSite/template/en/custom/reports/components.html.tmpl: Added.
2276 * BugsSite/template/en/custom/reports/create-chart.html.tmpl: Added.
2277 * BugsSite/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
2278 * BugsSite/template/en/custom/reports/duplicates-table.html.tmpl: Added.
2279 * BugsSite/template/en/custom/reports/duplicates.html.tmpl: Added.
2280 * BugsSite/template/en/custom/reports/duplicates.rdf.tmpl: Added.
2281 * BugsSite/template/en/custom/reports/edit-series.html.tmpl: Added.
2282 * BugsSite/template/en/custom/reports/keywords.html.tmpl: Added.
2283 * BugsSite/template/en/custom/reports/menu.html.tmpl: Added.
2284 * BugsSite/template/en/custom/reports/report-bar.png.tmpl: Added.
2285 * BugsSite/template/en/custom/reports/report-line.png.tmpl: Added.
2286 * BugsSite/template/en/custom/reports/report-pie.png.tmpl: Added.
2287 * BugsSite/template/en/custom/reports/report-simple.html.tmpl: Added.
2288 * BugsSite/template/en/custom/reports/report-table.csv.tmpl: Added.
2289 * BugsSite/template/en/custom/reports/report-table.html.tmpl: Added.
2290 * BugsSite/template/en/custom/reports/report.csv.tmpl: Added.
2291 * BugsSite/template/en/custom/reports/report.html.tmpl: Added.
2292 * BugsSite/template/en/custom/reports/series-common.html.tmpl: Added.
2293 * BugsSite/template/en/custom/reports/series.html.tmpl: Added.
2294 * BugsSite/template/en/custom/request: Added.
2295 * BugsSite/template/en/custom/request/email.txt.tmpl: Added.
2296 * BugsSite/template/en/custom/request/queue.html.tmpl: Added.
2297 * BugsSite/template/en/custom/search: Added.
2298 * BugsSite/template/en/custom/search/boolean-charts.html.tmpl: Added.
2299 * BugsSite/template/en/custom/search/form.html.tmpl: Added.
2300 * BugsSite/template/en/custom/search/knob.html.tmpl: Added.
2301 * BugsSite/template/en/custom/search/search-advanced.html.tmpl: Added.
2302 * BugsSite/template/en/custom/search/search-create-series.html.tmpl: Added.
2303 * BugsSite/template/en/custom/search/search-help.html.tmpl: Added.
2304 * BugsSite/template/en/custom/search/search-report-graph.html.tmpl: Added.
2305 * BugsSite/template/en/custom/search/search-report-select.html.tmpl: Added.
2306 * BugsSite/template/en/custom/search/search-report-table.html.tmpl: Added.
2307 * BugsSite/template/en/custom/search/search-specific.html.tmpl: Added.
2308 * BugsSite/template/en/custom/search/tabs.html.tmpl: Added.
2309 * BugsSite/template/en/custom/sidebar.xul.tmpl: Added.
2310 * BugsSite/template/en/custom/whine: Added.
2311 * BugsSite/template/en/custom/whine/mail.html.tmpl: Added.
2312 * BugsSite/template/en/custom/whine/mail.txt.tmpl: Added.
2313 * BugsSite/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
2314 * BugsSite/template/en/custom/whine/schedule.html.tmpl: Added.
2315 * BugsSite/template/en/default: Added.
2316 * BugsSite/template/en/default/account: Added.
2317 * BugsSite/template/en/default/account/auth: Added.
2318 * BugsSite/template/en/default/account/auth/ldap-error.html.tmpl: Added.
2319 * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Added.
2320 * BugsSite/template/en/default/account/auth/login.html.tmpl: Added.
2321 * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Added.
2322 * BugsSite/template/en/default/account/create.html.tmpl: Added.
2323 * BugsSite/template/en/default/account/created.html.tmpl: Added.
2324 * BugsSite/template/en/default/account/email: Added.
2325 * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Added.
2326 * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Added.
2327 * BugsSite/template/en/default/account/email/confirm.html.tmpl: Added.
2328 * BugsSite/template/en/default/account/exists.html.tmpl: Added.
2329 * BugsSite/template/en/default/account/password: Added.
2330 * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Added.
2331 * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Added.
2332 * BugsSite/template/en/default/account/prefs: Added.
2333 * BugsSite/template/en/default/account/prefs/account.html.tmpl: Added.
2334 * BugsSite/template/en/default/account/prefs/email.html.tmpl: Added.
2335 * BugsSite/template/en/default/account/prefs/footer.html.tmpl: Added.
2336 * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Added.
2337 * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Added.
2338 * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Added.
2339 * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Added.
2340 * BugsSite/template/en/default/admin: Added.
2341 * BugsSite/template/en/default/admin/classifications: Added.
2342 * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Added.
2343 * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Added.
2344 * BugsSite/template/en/default/admin/classifications/delete.html.tmpl: Added.
2345 * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Added.
2346 * BugsSite/template/en/default/admin/classifications/new.html.tmpl: Added.
2347 * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Added.
2348 * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Added.
2349 * BugsSite/template/en/default/admin/classifications/update.html.tmpl: Added.
2350 * BugsSite/template/en/default/admin/components: Added.
2351 * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Added.
2352 * BugsSite/template/en/default/admin/components/create.html.tmpl: Added.
2353 * BugsSite/template/en/default/admin/components/created.html.tmpl: Added.
2354 * BugsSite/template/en/default/admin/components/deleted.html.tmpl: Added.
2355 * BugsSite/template/en/default/admin/components/edit.html.tmpl: Added.
2356 * BugsSite/template/en/default/admin/components/footer.html.tmpl: Added.
2357 * BugsSite/template/en/default/admin/components/list.html.tmpl: Added.
2358 * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Added.
2359 * BugsSite/template/en/default/admin/components/updated.html.tmpl: Added.
2360 * BugsSite/template/en/default/admin/fieldvalues: Added.
2361 * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Added.
2362 * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Added.
2363 * BugsSite/template/en/default/admin/fieldvalues/created.html.tmpl: Added.
2364 * BugsSite/template/en/default/admin/fieldvalues/deleted.html.tmpl: Added.
2365 * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Added.
2366 * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Added.
2367 * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Added.
2368 * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Added.
2369 * BugsSite/template/en/default/admin/fieldvalues/updated.html.tmpl: Added.
2370 * BugsSite/template/en/default/admin/flag-type: Added.
2371 * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Added.
2372 * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Added.
2373 * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Added.
2374 * BugsSite/template/en/default/admin/groups: Added.
2375 * BugsSite/template/en/default/admin/groups/change.html.tmpl: Added.
2376 * BugsSite/template/en/default/admin/groups/create.html.tmpl: Added.
2377 * BugsSite/template/en/default/admin/groups/created.html.tmpl: Added.
2378 * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Added.
2379 * BugsSite/template/en/default/admin/groups/deleted.html.tmpl: Added.
2380 * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Added.
2381 * BugsSite/template/en/default/admin/groups/list.html.tmpl: Added.
2382 * BugsSite/template/en/default/admin/groups/remove.html.tmpl: Added.
2383 * BugsSite/template/en/default/admin/keywords: Added.
2384 * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Added.
2385 * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Added.
2386 * BugsSite/template/en/default/admin/keywords/created.html.tmpl: Added.
2387 * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Added.
2388 * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Added.
2389 * BugsSite/template/en/default/admin/keywords/rebuild-cache.html.tmpl: Added.
2390 * BugsSite/template/en/default/admin/milestones: Added.
2391 * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Added.
2392 * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Added.
2393 * BugsSite/template/en/default/admin/milestones/created.html.tmpl: Added.
2394 * BugsSite/template/en/default/admin/milestones/deleted.html.tmpl: Added.
2395 * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Added.
2396 * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Added.
2397 * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Added.
2398 * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Added.
2399 * BugsSite/template/en/default/admin/milestones/updated.html.tmpl: Added.
2400 * BugsSite/template/en/default/admin/products: Added.
2401 * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Added.
2402 * BugsSite/template/en/default/admin/products/deleted.html.tmpl: Added.
2403 * BugsSite/template/en/default/admin/products/footer.html.tmpl: Added.
2404 * BugsSite/template/en/default/admin/products/groupcontrol: Added.
2405 * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
2406 * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Added.
2407 * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Added.
2408 * BugsSite/template/en/default/admin/products/list.html.tmpl: Added.
2409 * BugsSite/template/en/default/admin/settings: Added.
2410 * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Added.
2411 * BugsSite/template/en/default/admin/settings/updated.html.tmpl: Added.
2412 * BugsSite/template/en/default/admin/table.html.tmpl: Added.
2413 * BugsSite/template/en/default/admin/users: Added.
2414 * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Added.
2415 * BugsSite/template/en/default/admin/users/create.html.tmpl: Added.
2416 * BugsSite/template/en/default/admin/users/edit.html.tmpl: Added.
2417 * BugsSite/template/en/default/admin/users/list.html.tmpl: Added.
2418 * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Added.
2419 * BugsSite/template/en/default/admin/users/search.html.tmpl: Added.
2420 * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Added.
2421 * BugsSite/template/en/default/admin/versions: Added.
2422 * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Added.
2423 * BugsSite/template/en/default/admin/versions/create.html.tmpl: Added.
2424 * BugsSite/template/en/default/admin/versions/created.html.tmpl: Added.
2425 * BugsSite/template/en/default/admin/versions/deleted.html.tmpl: Added.
2426 * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Added.
2427 * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Added.
2428 * BugsSite/template/en/default/admin/versions/list.html.tmpl: Added.
2429 * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Added.
2430 * BugsSite/template/en/default/admin/versions/updated.html.tmpl: Added.
2431 * BugsSite/template/en/default/attachment: Added.
2432 * BugsSite/template/en/default/attachment/choose.html.tmpl: Added.
2433 * BugsSite/template/en/default/attachment/content-types.html.tmpl: Added.
2434 * BugsSite/template/en/default/attachment/create.html.tmpl: Added.
2435 * BugsSite/template/en/default/attachment/created.html.tmpl: Added.
2436 * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Added.
2437 * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Added.
2438 * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Added.
2439 * BugsSite/template/en/default/attachment/edit-aroben.html.tmpl: Added.
2440 * BugsSite/template/en/default/attachment/edit.html.tmpl: Added.
2441 * BugsSite/template/en/default/attachment/list.html.tmpl: Added.
2442 * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Added.
2443 * BugsSite/template/en/default/attachment/updated.html.tmpl: Added.
2444 * BugsSite/template/en/default/bug: Added.
2445 * BugsSite/template/en/default/bug/activity: Added.
2446 * BugsSite/template/en/default/bug/activity/show.html.tmpl: Added.
2447 * BugsSite/template/en/default/bug/activity/table.html.tmpl: Added.
2448 * BugsSite/template/en/default/bug/choose.html.tmpl: Added.
2449 * BugsSite/template/en/default/bug/comments.html.tmpl: Added.
2450 * BugsSite/template/en/default/bug/create: Added.
2451 * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Added.
2452 * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Added.
2453 * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Added.
2454 * BugsSite/template/en/default/bug/create/create.html.tmpl: Added.
2455 * BugsSite/template/en/default/bug/create/created.html.tmpl: Added.
2456 * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Added.
2457 * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Added.
2458 * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Added.
2459 * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Added.
2460 * BugsSite/template/en/default/bug/edit.html.tmpl: Added.
2461 * BugsSite/template/en/default/bug/knob.html.tmpl: Added.
2462 * BugsSite/template/en/default/bug/navigate.html.tmpl: Added.
2463 * BugsSite/template/en/default/bug/process: Added.
2464 * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Added.
2465 * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Added.
2466 * BugsSite/template/en/default/bug/process/header.html.tmpl: Added.
2467 * BugsSite/template/en/default/bug/process/midair.html.tmpl: Added.
2468 * BugsSite/template/en/default/bug/process/next.html.tmpl: Added.
2469 * BugsSite/template/en/default/bug/process/results.html.tmpl: Added.
2470 * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Added.
2471 * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Added.
2472 * BugsSite/template/en/default/bug/show.html.tmpl: Added.
2473 * BugsSite/template/en/default/bug/show.xml.tmpl: Added.
2474 * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Added.
2475 * BugsSite/template/en/default/bug/time.html.tmpl: Added.
2476 * BugsSite/template/en/default/bug/votes: Added.
2477 * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Added.
2478 * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Added.
2479 * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Added.
2480 * BugsSite/template/en/default/config.js.tmpl: Added.
2481 * BugsSite/template/en/default/config.rdf.tmpl: Added.
2482 * BugsSite/template/en/default/filterexceptions.pl: Added.
2483 * BugsSite/template/en/default/flag: Added.
2484 * BugsSite/template/en/default/flag/list.html.tmpl: Added.
2485 * BugsSite/template/en/default/global: Added.
2486 * BugsSite/template/en/default/global/banner.html.tmpl: Added.
2487 * BugsSite/template/en/default/global/choose-classification.html.tmpl: Added.
2488 * BugsSite/template/en/default/global/choose-product.html.tmpl: Added.
2489 * BugsSite/template/en/default/global/code-error.html.tmpl: Added.
2490 * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Added.
2491 * BugsSite/template/en/default/global/field-descs.none.tmpl: Added.
2492 * BugsSite/template/en/default/global/footer.html.tmpl: Added.
2493 * BugsSite/template/en/default/global/header.html.tmpl: Added.
2494 * BugsSite/template/en/default/global/help-header.html.tmpl: Added.
2495 * BugsSite/template/en/default/global/help.html.tmpl: Added.
2496 * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Added.
2497 * BugsSite/template/en/default/global/initialize.none.tmpl: Added.
2498 * BugsSite/template/en/default/global/message.html.tmpl: Added.
2499 * BugsSite/template/en/default/global/messages.html.tmpl: Added.
2500 * BugsSite/template/en/default/global/select-menu.html.tmpl: Added.
2501 * BugsSite/template/en/default/global/setting-descs.none.tmpl: Added.
2502 * BugsSite/template/en/default/global/site-navigation.html.tmpl: Added.
2503 * BugsSite/template/en/default/global/useful-links.html.tmpl: Added.
2504 * BugsSite/template/en/default/global/user-error.html.tmpl: Added.
2505 * BugsSite/template/en/default/global/userselect.html.tmpl: Added.
2506 * BugsSite/template/en/default/global/variables.none.tmpl: Added.
2507 * BugsSite/template/en/default/index.html.tmpl: Added.
2508 * BugsSite/template/en/default/list: Added.
2509 * BugsSite/template/en/default/list/change-columns.html.tmpl: Added.
2510 * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Added.
2511 * BugsSite/template/en/default/list/list-simple.html.tmpl: Added.
2512 * BugsSite/template/en/default/list/list.atom.tmpl: Added.
2513 * BugsSite/template/en/default/list/list.csv.tmpl: Added.
2514 * BugsSite/template/en/default/list/list.html.tmpl: Added.
2515 * BugsSite/template/en/default/list/list.ics.tmpl: Added.
2516 * BugsSite/template/en/default/list/list.js.tmpl: Added.
2517 * BugsSite/template/en/default/list/list.rdf.tmpl: Added.
2518 * BugsSite/template/en/default/list/quips.html.tmpl: Added.
2519 * BugsSite/template/en/default/list/server-push.html.tmpl: Added.
2520 * BugsSite/template/en/default/list/table.html.tmpl: Added.
2521 * BugsSite/template/en/default/pages: Added.
2522 * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Added.
2523 * BugsSite/template/en/default/pages/fields.html.tmpl: Added.
2524 * BugsSite/template/en/default/pages/linked.html.tmpl: Added.
2525 * BugsSite/template/en/default/pages/linkify.html.tmpl: Added.
2526 * BugsSite/template/en/default/pages/voting.html.tmpl: Added.
2527 * BugsSite/template/en/default/reports: Added.
2528 * BugsSite/template/en/default/reports/chart.csv.tmpl: Added.
2529 * BugsSite/template/en/default/reports/chart.html.tmpl: Added.
2530 * BugsSite/template/en/default/reports/chart.png.tmpl: Added.
2531 * BugsSite/template/en/default/reports/components.html.tmpl: Added.
2532 * BugsSite/template/en/default/reports/create-chart.html.tmpl: Added.
2533 * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Added.
2534 * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Added.
2535 * BugsSite/template/en/default/reports/duplicates.html.tmpl: Added.
2536 * BugsSite/template/en/default/reports/duplicates.rdf.tmpl: Added.
2537 * BugsSite/template/en/default/reports/edit-series.html.tmpl: Added.
2538 * BugsSite/template/en/default/reports/keywords.html.tmpl: Added.
2539 * BugsSite/template/en/default/reports/menu.html.tmpl: Added.
2540 * BugsSite/template/en/default/reports/report-bar.png.tmpl: Added.
2541 * BugsSite/template/en/default/reports/report-line.png.tmpl: Added.
2542 * BugsSite/template/en/default/reports/report-pie.png.tmpl: Added.
2543 * BugsSite/template/en/default/reports/report-simple.html.tmpl: Added.
2544 * BugsSite/template/en/default/reports/report-table.csv.tmpl: Added.
2545 * BugsSite/template/en/default/reports/report-table.html.tmpl: Added.
2546 * BugsSite/template/en/default/reports/report.csv.tmpl: Added.
2547 * BugsSite/template/en/default/reports/report.html.tmpl: Added.
2548 * BugsSite/template/en/default/reports/series-common.html.tmpl: Added.
2549 * BugsSite/template/en/default/reports/series.html.tmpl: Added.
2550 * BugsSite/template/en/default/request: Added.
2551 * BugsSite/template/en/default/request/email.txt.tmpl: Added.
2552 * BugsSite/template/en/default/request/queue.html.tmpl: Added.
2553 * BugsSite/template/en/default/search: Added.
2554 * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Added.
2555 * BugsSite/template/en/default/search/form.html.tmpl: Added.
2556 * BugsSite/template/en/default/search/knob.html.tmpl: Added.
2557 * BugsSite/template/en/default/search/search-advanced.html.tmpl: Added.
2558 * BugsSite/template/en/default/search/search-create-series.html.tmpl: Added.
2559 * BugsSite/template/en/default/search/search-help.html.tmpl: Added.
2560 * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Added.
2561 * BugsSite/template/en/default/search/search-report-select.html.tmpl: Added.
2562 * BugsSite/template/en/default/search/search-report-table.html.tmpl: Added.
2563 * BugsSite/template/en/default/search/search-specific.html.tmpl: Added.
2564 * BugsSite/template/en/default/search/tabs.html.tmpl: Added.
2565 * BugsSite/template/en/default/sidebar.xul.tmpl: Added.
2566 * BugsSite/template/en/default/whine: Added.
2567 * BugsSite/template/en/default/whine/mail.html.tmpl: Added.
2568 * BugsSite/template/en/default/whine/mail.txt.tmpl: Added.
2569 * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Added.
2570 * BugsSite/template/en/default/whine/schedule.html.tmpl: Added.
2571 * BugsSite/template/en/extension: Added.
2572 * BugsSite/template/en/extension/filterexceptions.pl: Added.
2573 * BugsSite/testagent.cgi: Added.
2574 * BugsSite/testserver.pl: Added.
2575 * BugsSite/token.cgi: Added.
2576 * BugsSite/userprefs.cgi: Added.
2577 * BugsSite/votes.cgi: Added.
2578 * BugsSite/whine.pl: Added.
2579 * BugsSite/whineatnews.pl: Added.
2580 * BugsSite/xml.cgi: Added.
2581
mrowe@apple.comc3514532008-02-05 06:27:44 +000025822008-02-04 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2583
alp@webkit.org62a6a4d2008-02-05 06:54:08 +00002584 Reviewed by Alp Toker and Mark Rowe.
mrowe@apple.comc3514532008-02-05 06:27:44 +00002585
2586 http://bugs.webkit.org/show_bug.cgi?id=16618
2587 [GTK] build-webkit and run-webkit-tests autootools support
2588
alp@webkit.org62a6a4d2008-02-05 06:54:08 +00002589 Add support for the autotools build to the WebKit build and test
2590 scripts.
mrowe@apple.comc3514532008-02-05 06:27:44 +00002591
mrowe@apple.com84cdb082008-02-05 03:25:59 +000025922008-02-04 Rodney Dawes <dobey@wayofthemonkey.com>
2593
2594 Reviewed by Alp Toker and Mark Rowe.
2595
2596 Fix http://bugs.webkit.org/show_bug.cgi?id=17175.
2597 Bug 17175: Use of C++ compiler flags in CFLAGS
2598
2599 Add global_cxxflags definition for inclusion in CXXFLAGS variables.
2600 Only use -fno-rtti and $(SYMBOL_VISIBILITY_INLINES) with global_cxxflags as gcc complains they aren't valid for C.
2601
2602 * GNUmakefile.am:
2603
alp@webkit.org040ad8b2008-02-04 11:00:43 +000026042008-02-04 Alp Toker <alp@atoker.com>
2605
2606 Rubber-stamped by Mark Rowe.
2607
2608 Remove all trailing whitespace in the GTK+ port and related
2609 components.
2610
2611 * GNUmakefile.am:
2612 * configure.ac:
2613
alp@webkit.org94c06552008-01-31 23:51:53 +000026142008-01-31 Alp Toker <alp@atoker.com>
2615
alp@webkit.org12057322008-02-01 07:01:18 +00002616 Reviewed by Mark Rowe.
2617
2618 Fix the pkg-config file to follow GTK+ package naming and versioning
2619 conventions.
2620
2621 Remove unneeded dependency listings.
2622
2623 * GNUmakefile.am:
2624 * configure.ac:
2625
26262008-01-31 Alp Toker <alp@atoker.com>
2627
alp@webkit.org1e1f94d2008-02-01 00:00:00 +00002628 Rubber-stamped by Adam Roben.
alp@webkit.org94c06552008-01-31 23:51:53 +00002629
2630 http://bugs.webkit.org/show_bug.cgi?id=17006
2631 [GTK] Header path should be webkit/webkit.h
2632
2633 Move the GTK+ API sources as needed and update the build systems.
2634
2635 * GNUmakefile.am:
2636 * WebKit.pri:
2637
alp@webkit.orgcae55672008-01-27 19:49:01 +000026382008-01-27 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2639
2640 Reviewed by Alp Toker.
2641
2642 http://bugs.webkit.org/show_bug.cgi?id=14811
2643 [gtk] [request] add a webkit_gtk_page_go_to_history_item function
2644
2645 * GNUmakefile.am: Added webkitwebbackforwardlist and webkitwebhistoryitem
2646
mrowe@apple.com2bc789f2008-01-26 12:32:49 +000026472008-01-26 Mark Rowe <mrowe@apple.com>
2648
2649 Reviewed by Alp Toker.
2650
2651 Fix http://bugs.webkit.org/show_bug.cgi?id=17007.
2652 Bug 17007: [GTK] autogen.sh attempts to use "libtoolize" on the Mac
2653
2654 libtoolize is installed as glibtoolize on Mac OS X to avoid naming conflicts
2655 with other system commands. Check for the presence of glibtoolize if libtoolize
2656 cannot be found.
2657
2658 * autogen.sh:
2659
alp@webkit.org6b436af2008-01-23 15:55:41 +000026602008-01-23 Alp Toker <alp@atoker.com>
2661
2662 Rubber-stamped by Mark Rowe.
2663
2664 Remove whitespace after -I in automake include lists.
2665
2666 * GNUmakefile.am:
2667
alp@webkit.orge9a26922008-01-22 20:45:18 +000026682008-01-22 Christian Dywan <christian@imendio.com>
2669
2670 Reviewed by Alp Toker.
2671
2672 [GTK] API: WebKitWebSettings is not usable
2673 http://bugs.webkit.org/show_bug.cgi?id=16219
2674
2675 Implement WebKitWebSettings.
2676
2677 * GNUmakefile.am:
2678
hausmann@webkit.org81a531f2008-01-22 10:03:26 +000026792008-01-22 Simon Hausmann <hausmann@webkit.org>
2680
2681 Reviewed by Lars.
2682
2683 Don't compile the ICO plugin when building against Qt >= 4.4
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00002684
hausmann@webkit.org81a531f2008-01-22 10:03:26 +00002685
2686 * WebKit.pro:
2687
alp@webkit.orgf49bd1e2008-01-21 23:06:23 +000026882008-01-21 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2689
2690 Reviewed by Alp Toker.
2691
2692 http://bugs.webkit.org/show_bug.cgi?id=16955
2693 Get errors when cross-compile webkit-gtk
2694
2695 * GNUmakefile.am: added ICU_CPPFLAGS
2696 * configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS
2697
alp@webkit.org55f365d2008-01-19 15:46:23 +000026982008-01-19 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2699
2700 Reviewed by Alp Toker.
2701
2702 Add svg foreign object and svg experimental to the GTK+/autotools
2703 build system.
2704
2705 * configure.ac:
2706
alp@webkit.orgd31a7362008-01-15 21:47:25 +000027072008-01-15 Alp Toker <alp@atoker.com>
2708
alp@webkit.org99436822008-01-16 03:32:29 +00002709 Rubber-stamped by Anders.
2710
2711 Make the HTTP backend configurable in the GTK+ port. curl is currently
2712 the only option.
2713
2714 * GNUmakefile.am:
2715 * WebKit.pri:
2716 * configure.ac:
2717
27182008-01-15 Alp Toker <alp@atoker.com>
2719
alp@webkit.orgd31a7362008-01-15 21:47:25 +00002720 GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler
2721 flags only when they're available.
2722
2723 Additionally, use -fvisibility-inlines-hidden in both debug and
2724 release builds when available to match the Mac build.
2725
2726 * GNUmakefile.am:
2727 * configure.ac:
2728
alp@webkit.org36d65492008-01-13 07:33:53 +000027292008-01-12 Alp Toker <alp@atoker.com>
2730
2731 Reviewed by Mark Rowe.
2732
2733 Hide non-public symbols in GTK+/autotools release builds.
2734
2735 * GNUmakefile.am:
2736
alp@webkit.org27f95c42008-01-12 07:40:52 +000027372008-01-11 Alp Toker <alp@atoker.com>
2738
2739 Reviewed by Oliver Hunt.
2740
2741 Enable FastMalloc by default in GTK+/autotools and add a configure
2742 switch.
2743
2744 * GNUmakefile.am:
2745 * configure.ac:
2746
alp@webkit.org81c66d12008-01-11 16:31:34 +000027472008-01-11 Luca Bruno <lethalman88@gmail.com>
2748
2749 Reviewed by Alp Toker.
2750
2751 http://bugs.webkit.org/show_bug.cgi?id=16838
2752 [GTK] Bad autotools debug and video options
2753
2754 Fix some configure options.
2755
2756 * configure.ac:
2757
mrowe@apple.com1e357b52008-01-11 08:04:21 +000027582008-01-11 Mark Rowe <mrowe@apple.com>
2759
2760 Attempt to fix the GTK+ and Qt builds.
2761
2762 * WebKit.pro:
2763
alp@webkit.org69d59d92008-01-11 00:55:03 +000027642008-01-10 Alp Toker <alp@atoker.com>
2765
2766 SVG font build fix for GTK+/autotools.
2767
2768 * configure.ac:
2769
alp@webkit.org09ac6962008-01-05 11:44:02 +000027702008-01-05 Alp Toker <alp@atoker.com>
2771
2772 Rubber-stamped by Mark Rowe.
2773
2774 Fix configure script output with correct descriptions of the default
2775 configuration options.
2776
2777 * configure.ac:
2778
alp@webkit.orga37ed5b2008-01-05 10:23:01 +000027792008-01-05 Sylvain Pasche <sylvain.pasche@gmail.com>
2780
2781 Reviewed by Alp Toker.
2782
2783 http://bugs.webkit.org/show_bug.cgi?id=16736
2784 Allow autogen.sh invocation from a separate build directory.
2785
2786 * autogen.sh:
2787
alp@webkit.org076e8e12008-01-04 20:54:24 +000027882008-01-04 Alp Toker <alp@atoker.com>
2789
2790 Rubber-stamped by Mark Rowe.
2791
2792 Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The
2793 "rebuild rules" will now be enabled by default.
2794
2795 This obviates the need to pass '--enable-maintainer-mode' to
2796 configure.
2797
2798 * configure.ac:
2799
zecke@webkit.org48bc6f42008-01-03 02:07:28 +000028002008-01-02 Holger Hans Peter Freyther <zecke@selfish.org>
2801
2802 Rubber stamped by Alp.
2803
2804 Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break
2805 the build. At least people doing a debug build on Ubuntu Hardy will see
2806 the breakage. I was asked to leave the flags inside the files to ease future
2807 debugging.
2808
2809 * GNUmakefile.am:
2810 * WebKit.pri:
2811
alp@webkit.orge60ca2a2008-01-01 09:05:54 +000028122008-01-01 Alp Toker <alp@atoker.com>
2813
2814 GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
2815 correct parameter to AM_INIT_AUTOMAKE.
2816
2817 * configure.ac:
2818
alp@webkit.org45271e62007-12-30 17:44:37 +000028192007-12-30 Alp Toker <alp@atoker.com>
2820
2821 Build fix for older autoconf versions.
2822
2823 * configure.ac:
2824
alp@webkit.orgf93619a2007-12-30 03:33:44 +000028252007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2826
2827 Reviewed by Alp Toker.
2828
alp@webkit.orgee4efb52007-12-30 06:47:16 +00002829 Enable Database, XPath and XSLT features by default
2830
2831 * configure.ac:
2832
28332007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2834
2835 Reviewed by Alp Toker.
2836
alp@webkit.orgf93619a2007-12-30 03:33:44 +00002837 http://bugs.webkit.org/show_bug.cgi?id=16669
2838 autotools update and fixes
2839
2840 Various fixes to the autotools build
2841
2842 * GNUmakefile.am:
2843 - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
2844 - Fix clean rules (Rodney Dawes)
2845 - Added webcore specific variables, remove STDINT_H and
2846 PTHREAD_NP_H checks (already included in config.h)
2847 * autogen.sh:
2848 - Loosen automake and aclocal requirement
2849 * configure.ac:
2850 - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
2851 when doing a debug build (Rodney Dawes)
2852 - Fix webkit target and remove traces of XBL
2853
alp@webkit.org11a31a72007-12-27 23:14:27 +000028542007-12-27 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2855
2856 Reviewed by Alp Toker.
2857
2858 http://bugs.webkit.org/show_bug.cgi?id=16353
2859 [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
2860
2861 Added the flags mentioned in the bug only when doing 'debug'
2862 builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
2863
2864 * GNUmakefile.am:
2865 * WebKit.pri:
2866
alp@webkit.org278f1252007-12-27 06:05:21 +000028672007-12-26 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2868
2869 Reviewed by Alp Toker.
2870
2871 http://bugs.webkit.org/show_bug.cgi?id=16390
2872 Use autotools or GNU make as the build system for the GTK port
2873
2874 * GNUmakefile.am: Added.
2875 * autogen.sh: Added.
2876 * configure.ac: Added.
2877
alp@webkit.org5f711d82007-12-21 00:33:46 +000028782007-12-20 Alp Toker <alp@atoker.com>
2879
2880 Rubber-stamped by Maciej.
2881
2882 http://bugs.webkit.org/show_bug.cgi?id=16542
2883 [GTK] Text is missing with old Pango version
2884
2885 Back out commits r28880, r28876, r28865, r28864 which added Pango font
2886 selection support. These changes caused a regression where no text was
2887 displayed with older Pango versions.
2888
2889 * WebKit.pri:
2890
alp@webkit.org2d6a1482007-12-19 18:41:17 +000028912007-12-19 Alp Toker <alp@atoker.com>
2892
2893 Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
2894 cairo-ft directly following changes in r28864.
2895
2896 * WebKit.pri:
2897
alp@webkit.org2a2bf162007-12-12 16:27:35 +000028982007-12-12 Alp Toker <alp@atoker.com>
2899
2900 Reviewed by Mark Rowe.
2901
2902 http://bugs.webkit.org/show_bug.cgi?id=16302
2903 [GTK] Compiler flags for optimization
2904
2905 Use the compiler flags -fno-exceptions -fno-rtti.
2906
2907 This patch does not add all the flags discussed in the bug report,
2908 only these two.
2909
2910 * WebKit.pri:
2911
alp@webkit.orgb4d68052007-12-04 12:16:38 +000029122007-12-04 Xan Lopez <xan@gnome.org>
2913
2914 Reviewed by Alp Toker.
2915
2916 http://bugs.webkit.org/show_bug.cgi?id=15561
2917 GTK port needs DumpRenderTree implementation
2918
2919 Start work on the GTK+ DRT.
2920
2921 * WebKit.pro:
2922
alp@webkit.orge1a9b4a2007-12-01 04:24:09 +000029232007-11-30 Alp Toker <alp@atoker.com>
2924
2925 Reviewed by Adam Roben.
2926
2927 http://bugs.webkit.org/show_bug.cgi?id=15691
2928 [GTK] Public API does not follow GTK+ conventions
2929
2930 Refactor the WebKit/GTK+ public API. Changes:
2931 WebKitPage -> WebKitWebView
2932 WebKitFrame -> WebKitWebFrame
2933
2934 Public API source and header names have been updated to mirror the API
2935 changes.
2936
2937 The API is now kept in WebKit/gtk/WebView to match other ports in the
2938 same class such as Mac and Win.
2939
2940 * WebKit.pri:
2941
mrowe@apple.comc2912612007-11-28 10:42:20 +000029422007-11-26 Rodney Dawes <dobey@wayofthemonkey.com>
2943
2944 Reviewed by Mark Rowe.
2945
2946 Set CONFIG option for the window system GTK+ is using
2947
2948 * WebKit.pri:
2949
alp@webkit.org21ecf042007-11-23 01:03:19 +000029502007-11-22 Alp Toker <alp@atoker.com>
2951
2952 GTK+ build fix. Pass a correct LIBDIR value.
2953
2954 * WebKit.pri:
2955
mrowe@apple.com4d7e81e2007-11-20 16:06:23 +000029562007-11-20 Mark Rowe <mrowe@apple.com>
2957
2958 Reviewed by Alp Toker.
2959
2960 * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
2961
alp@webkit.org6b26bef2007-11-20 15:35:49 +000029622007-11-20 Alp Toker <alp@atoker.com>
2963
2964 Reviewed by Simon Hausmann.
2965
2966 Clean up GTK+ port configuration.
2967
2968 Use similar compiler warning flags to the Mac build.
2969
2970 Add the qmake changes needed for DirectFB support.
2971
2972 * WebKit.pri:
2973
hausmann81286e92007-11-07 12:44:20 +000029742007-11-07 Simon Hausmann <hausmann@kde.org>
2975
2976 Reviewed by Mark.
2977
2978 Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
2979 That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
2980
2981 * WebKit.pri:
2982
larsc075d2a2007-10-03 10:29:15 +000029832007-10-03 Lars Knoll <lars@trolltech.com>
2984
larsbf4fa942007-10-03 10:29:35 +00002985 Signed off by olliej.
2986
2987 move WebKitQt to WebKit/qt for consistency with the other ports.
2988
2989 * WebKit.pri:
2990 * WebKit.pro:
2991
29922007-10-03 Lars Knoll <lars@trolltech.com>
2993
larsc075d2a2007-10-03 10:29:15 +00002994 Reviewed by olliej.
2995
2996 Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
2997
2998 * WebKit.pro:
2999
zeckef5c101b2007-09-29 15:34:39 +000030002007-09-29 Holger Hans Peter Freyther <zecke@selfish.org>
3001
3002 Reviewed by Mark.
3003
3004 -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
3005 Remove Bakefiles from svn.
3006
3007 * Bakefiles/Bakefiles.bkgen: Removed.
3008 * Bakefiles/ChangeLog: Removed.
3009 * Bakefiles/Readme.txt: Removed.
3010 * Bakefiles/presets.bkl: Removed.
3011 * Bakefiles/update-file-lists.py: Removed.
3012
zecke27524052007-09-23 09:50:35 +000030132007-09-20 Holger Hans Peter Freyther <zecke@selfish.org>
3014
3015 Rubber stamped by Adam.
3016
3017 Renamed files from *Gdk to *Gtk (see #14732) using the
3018 work of Juan A. Suarez Romero as a base.
3019
3020 GDK -> GTK
3021
3022 * WebKit.pri:
3023 * WebKit.pro:
3024
zecke6b349972007-07-29 21:51:41 +000030252007-07-29 Brian Mastenbrook <brian@mastenbrook.net>
3026
3027 Build fix for WebKit/Gtk to compile on Fedora 7 as described in
3028 http://bugs.webkit.org/show_bug.cgi?id=14557
3029
3030 * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
3031
hausmannc67aba22007-07-27 08:32:12 +000030322007-07-27 Simon Hausmann <hausmann@kde.org>
3033
3034 Done with and reviewed by Lars and Zack.
3035
hausmann291e38a2007-07-27 08:32:54 +00003036 Exclude DumpRenderTree from the Qt build on Windows for now.
3037
3038 * WebKit.pro:
3039
30402007-07-27 Simon Hausmann <hausmann@kde.org>
3041
3042 Done with and reviewed by Lars and Zack.
3043
hausmannc67aba22007-07-27 08:32:12 +00003044 Temporarily disable the ICO support for the Qt build on Windows.
3045
3046 * WebKit.pro:
3047
hausmanne4840e62007-07-26 14:47:27 +000030482007-07-26 Simon Hausmann <hausmann@kde.org>
3049
3050 Reviewed by Lars.
3051
3052 Use QMAKE_LIBDIR instead of QMAKE_LFLAGS to specify the library search path for QtWebKit, as the former is portable and correctly transformed to /LIBPATH: with msvc for example.
3053
3054 * WebKit.pri:
3055
zecke5604daf2007-07-23 18:16:02 +000030562007-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
3057
3058 Reviewed by Adam.
3059
3060 Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
3061 build against it.
3062
3063 * WebKit.pri:
3064
hausmann8fb45122007-07-18 15:16:23 +000030652007-07-18 Simon Hausmann <hausmann@kde.org>
3066
3067 Reviewed by Zack.
3068
3069 Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
3070
3071 * WebKit.pro:
3072
thatcherb0cc0752007-07-18 13:55:11 +000030732007-07-18 Timothy Hatcher <timothy@apple.com>
3074
3075 Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
3076 still use this one Makefile.shared as an include.
3077
3078 * Makefile.shared:
3079
staikosba198e12007-07-12 03:04:45 +000030802007-07-12 George Staikos <staikos@kde.org>
3081
3082 Fix build in debug mode.
3083
3084 * WebKit.pri:
3085
darin0284caf2007-07-11 19:24:17 +000030862007-07-11 Holger Hans Peter Freyther <zecke@selfish.org>
3087
darin@apple.com07c80c62008-09-05 18:15:43 +00003088 Reviewed by Darin Adler.
darin0284caf2007-07-11 19:24:17 +00003089
3090 As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
3091 WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
3092
3093 * WebKit.pri: Adjust INCLUDEPATH
3094
aroben1baf09c2007-06-26 05:00:17 +000030952007-06-25 Adam Roben <aroben@apple.com>
3096
aroben98497392007-06-26 05:12:03 +00003097 Really remove LayoutTestResults.
3098
3099 * LayoutTestResults: Removed.
3100
31012007-06-25 Adam Roben <aroben@apple.com>
3102
aroben1baf09c2007-06-26 05:00:17 +00003103 Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
3104 http://bugs.webkit.org/show_bug.cgi?id=14405
3105
3106 Reviewed by Anders.
3107
3108 * LayoutTestResults: Removed.
3109
bdash3390c102007-06-25 12:57:31 +000031102007-06-25 Alp Toker <alp.toker@collabora.co.uk>
3111
3112 Reviewed by Mark.
3113
3114 http://bugs.webkit.org/show_bug.cgi?id=13975
3115 Use system-provided libjpeg and libpng
3116
3117 * WebKit.pri: Link against external libjpeg and libpng.
3118
aroben71fb6632007-06-21 07:00:09 +000031192007-06-20 Adam Roben <aroben@apple.com>
3120
3121 Reviewed by Simon Hausmann.
3122
3123 More Gdk build fixing.
3124
3125 * WebKit.pro:
3126
staikosa933d562007-06-21 05:01:53 +000031272007-06-15 Adam Treat <adam@staikos.net>
3128
3129 Reviewed by George Staikos.
3130
3131 Add ICO support to the Qt build.
3132
3133 * WebKit.pro:
3134
staikosc62cabb2007-06-14 02:24:08 +000031352007-06-13 George Staikos <staikos@kde.org>
3136
3137 Reviewed by Lars.
3138
3139 Compile without self-linking.
3140
3141 * WebKit.pri:
3142
hausmannc14b0062007-06-13 15:01:28 +000031432007-06-13 Simon Hausmann <hausmann@kde.org>
3144
3145 Reviewed by Lars.
3146
3147 * WebKit.pri: WebKitQt is now called QtWebKit.
3148
weinig5846e7d2007-05-31 23:50:37 +000031492007-05-31 Alp Toker <alp.toker@collabora.co.uk>
3150
3151 Reviewed by Eric Seidel.
3152
3153 http://bugs.webkit.org/show_bug.cgi?id=13941
3154 Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
3155
3156 * WebKit.pri:
3157
bdash98f449d2007-05-18 08:29:58 +000031582007-05-18 Holger Hans Peter Freyther <zecke@selfish.org>
3159
3160 Reviewed by Mark Rowe.
3161
3162 * WebKit.pro: Build testkjs for Gdk and Qt
3163
bdashc9175eab2007-05-11 09:01:46 +000031642007-05-11 Holger Freyther <freyther@kde.org>
3165
3166 Reviewed by Mark Rowe.
3167
3168 Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
3169 and add ICU configuration to QMAKE_CXXFLAGS.
3170
3171 * WebKit.pri:
3172
bdash95897392007-05-07 02:36:38 +000031732007-05-06 Erik Bunce <kde@bunce.us>
3174
3175 Reviewed by Mark Rowe.
3176
3177 * WebKit.pri:
3178 Removed unnecessary dependency on MacPorts (/opt/local)
3179
hausmannd5df26f2007-05-03 22:04:27 +000031802007-05-03 Holger Freyther <freyther@kde.org>
3181
3182 Reviewed by Zack, landed by Simon.
3183 This is bugzilla bug 13499.
3184
3185 * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
3186 port
3187 * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
3188 port
3189
bdashfc4e8c22007-04-27 07:37:26 +000031902007-04-27 Holger Freyther <freyther@kde.org>
3191
3192 Reviewed by Maciej.
3193
3194 Remove unmaintained CMake build system.
3195
3196 * CMakeLists.txt: Removed.
3197
hausmann703e9d32007-01-30 10:20:20 +000031982007-01-30 Simon Hausmann <hausmann@kde.org>
3199
3200 Reviewed by Zack.
3201
3202 * WebKit.pri: libJavaScriptCore is gone with the Qt build
3203 * WebKit.pro:
3204
staikosbf876942007-01-26 22:19:16 +000032052007-01-26 George Staikos <staikos@kde.org>
3206
3207 Remove headers - not needed now.
3208
3209 * WebKit.pri:
3210
staikos9fd5a742007-01-23 18:36:22 +000032112007-01-23 George Staikos <staikos@kde.org>
3212
3213 Put everything back since we can't build everything without it yet.
3214
3215 * WebKit.pri:
3216
lars7cc60602007-01-16 15:03:44 +000032172007-01-16 Lars Knoll <lars@trolltech.com>
3218
3219 Reviewed by Zack
3220
3221 Remove everything but the new public API from
3222 the include path.
3223
3224 * WebKit.pri:
3225
staikos15d2d712007-01-11 07:12:00 +000032262007-01-11 George Staikos <staikos@kde.org>
3227
3228 Fix the Qt build
3229
3230 * WebKit.pri:
3231
lars7f506a42007-01-03 12:04:40 +000032322007-01-03 Lars Knoll <lars@trolltech.com>
3233
3234 Fix the Qt build
3235
3236 * WebKit.pri:
3237
hausmann0f6f3022006-12-17 10:50:27 +000032382006-12-17 Simon Hausmann <hausmann@kde.org>
3239
3240 Reviewed by Rob Buis.
3241
3242 * WebKit.pro: Build testkjs.
3243
thatchera3c1ab12006-12-14 19:30:36 +000032442006-12-14 Timothy Hatcher <timothy@apple.com>
3245
3246 Reviewed by Brady.
3247
3248 * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
3249
mjs79842692006-12-13 23:22:44 +000032502006-12-13 Maciej Stachowiak <mjs@apple.com>
3251
3252 Reviewed by Brady and Anders.
3253
3254 * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
3255
zacke22ef4d2006-12-10 20:05:01 +000032562006-12-10 Zack Rusin <zack@kde.org>
3257
3258 Client classes have been moved to WebKitQt/WebCoreSupport so
3259 adjusting the pri file.
3260
3261 * WebKit.pri:
3262
staikose9e22a52006-12-10 19:14:11 +000032632006-12-10 George Staikos <staikos@kde.org>
3264
3265 Reviewed by Zack.
3266
3267 Add WebKitBuild/Release back to the output dir for external build cases.
3268
3269 * WebKit.pri:
3270
zack76eb5c12006-12-10 09:21:56 +000032712006-12-10 Zack Rusin <zack@kde.org>
3272
3273 Fix the link directory location.
3274
3275 * WebKit.pri:
3276
zackc9055502006-12-10 06:36:32 +000032772006-12-10 Lars Knoll <lars@trolltech.com>
3278
3279 Reviewed by Zack
3280
3281 Include DumpRenderTree in the Qt build
3282
3283 * WebKit.pro:
3284
staikos75bf7ef2006-12-10 05:54:55 +000032852006-12-09 George Staikos <staikos@kde.org>
3286
3287 Reviewed by Zack.
3288
3289 Correct the path to the libraries for QMake.
3290
3291 * WebKit.pri:
3292
zack0321d232006-12-10 00:58:36 +000032932006-12-09 Lars Knoll <lars@trolltech.com>
3294
3295 Reviewed by Zack
3296
3297 Make it possible to build WebKit with qmake.
3298
3299 * WebKit.pri: Added.
3300 * WebKit.pro: Added.
3301
staikosb68ccda2006-11-19 18:39:14 +000033022006-11-19 Simon Hausmann <hausmann@kde.org>
3303
3304 Reviewed by Zack.
3305
3306 http://bugs.webkit.org/show_bug.cgi?id=11649
3307
3308 * CMakeLists.txt: Fix Qt-only build without KDE cmake files
3309
thatcher94389582006-10-31 01:35:47 +000033102006-10-30 Timothy Hatcher <timothy@apple.com>
3311
3312 Reviewed by Brady.
3313
3314 Make the universal build return non-zero when module make fails.
3315
3316 * Makefile:
3317
slewis243d4c12006-10-30 22:35:43 +000033182006-10-30 Stephanie Lewis <slewis@apple.com>
3319
darin@apple.com07c80c62008-09-05 18:15:43 +00003320 Reviewed by Darin Adler.
slewis243d4c12006-10-30 22:35:43 +00003321
3322 Change Makefiles to return non-zero when module make fails.
3323
3324 * Makefile:
3325
beidsone15fbdd2006-10-28 02:08:38 +000033262006-10-27 Brady Eidson <beidson@apple.com>
3327
3328 Rubber stamped by Tim Hatcher
3329
3330 Added "make universal" to build universal binaries
3331
3332 * Makefile:
3333 * Makefile.shared:
3334
eseidel52f3a0e2006-10-02 00:04:56 +000033352006-10-01 Nikolas Zimmermann <zimmermann@kde.org>
3336
3337 Reviewed by eseidel.
3338
3339 * CMakeLists.txt: add option to disable colored output when building on the buildbot
3340