blob: 0bb75aea01fa5070a176a09832cc020edf5904c8 [file] [log] [blame]
kov@webkit.orge43cb102009-12-17 11:33:55 +000012009-12-17 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2
3 Unreviewed. Build fixes for make distcheck.
4
5 * GNUmakefile.am:
6
eric@webkit.orgcea545f2009-12-16 19:14:36 +000072009-12-16 Dan Winship <danw@gnome.org>
8
9 Reviewed by Gustavo Noronha Silva.
10
11 [Gtk] Content-Encoding support
12
13 https://bugs.webkit.org/show_bug.cgi?id=522772
14
15 * configure.ac: require libsoup 2.28.2 for SoupContentDecoder
16
mjs@apple.comf5784e52009-12-14 02:38:22 +0000172009-12-13 Eric Seidel <eric@webkit.org>
18
19 Reviewed by Gavin Barraclough.
20
21 string-base64 test does not compute a valid base64 string
22 http://bugs.webkit.org/show_bug.cgi?id=16806
23
24 * tests/string-base64.js: change str[i] to str.charCodeAt(i)
25
kov@webkit.org71924f92009-12-10 14:29:59 +0000262009-12-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
27
28 Reviewed by Xan Lopez.
29
30 [GTK] Should provide an API to control the IconDatabase
31 https://bugs.webkit.org/show_bug.cgi?id=32334
32
33 Add test to make sure favicon reporting works.
34
35 * GNUmakefile.am:
36
eric@webkit.orgb0698872009-12-09 22:47:04 +0000372009-12-09 Steve Block <steveblock@google.com>
38
39 Reviewed by Adam Barth.
40
41 Adds Android Makefiles for building with V8.
42 https://bugs.webkit.org/show_bug.cgi?id=32278
43
44 * Android.mk: Modified. Includes Makefiles for V8.
45
eric@webkit.org566a8272009-12-08 16:55:56 +0000462009-12-08 Steve Block <steveblock@google.com>
47
48 Reviewed by Adam Barth.
49
50 [Android] Adds Makefiles for Android port.
51 https://bugs.webkit.org/show_bug.cgi?id=31325
52
53 * Android.mk: Added.
54
christian@webkit.org2737f802009-12-08 16:36:47 +0000552009-12-08 Christian Dywan <christian@twotoasts.de>
56
57 Reviewed by Xan Lopez.
58
59 * configure.ac: Require only libSoup 2.27.91 but check for 2.29.3
60 and define HAVE_LIBSOUP_2_29_3 in that case.
61
kov@webkit.org13051d32009-12-08 15:58:14 +0000622009-12-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
63
64 Rubber-stamped by Xan Lopez.
65
66 Late post-release version bump.
67
68 * configure.ac:
69
eric@webkit.org6f937982009-12-08 14:58:50 +0000702009-12-08 Dominik Röttsches <dominik.roettsches@access-company.com>
71
72 Reviewed by Gustavo Noronha Silva.
73
74 [Gtk] Create a TextBreakIterator implementation based on GLib (without ICU)
75 https://bugs.webkit.org/show_bug.cgi?id=31469
76
77 Removing hybrid configuration for --with-unicode-backend=glib
78 ICU not required anymore.
79
80 * autotools/webkit.m4:
81
zimmermann@webkit.orgdceb3f62009-12-08 11:51:42 +0000822009-12-08 Nikolas Zimmermann <nzimmermann@rim.com>
83
84 Rubber-stamped by Maciej Stachowiak.
85
86 Turn on (SVG) Filters for Gtk.
87 https://bugs.webkit.org/show_bug.cgi?id=32224
88
89 * configure.ac:
90
dimich@chromium.orgf5cb98d2009-12-08 00:50:21 +0000912009-12-07 Dmitry Titov <dimich@chromium.org>
92
93 Rubber-stamped by Darin Adler.
94
95 Remove ENABLE_SHARED_SCRIPT flags
96 https://bugs.webkit.org/show_bug.cgi?id=32245
97 This patch was obtained by "git revert" command and then un-reverting of ChangeLog files.
98
99 * configure.ac:
100
kov@webkit.org14462f82009-12-07 14:35:30 +00001012009-12-06 Gustavo Noronha Silva <gns@gnome.org>
102
103 Reviewed by Xan Lopez.
104
105 Build the new API test.
106
107 [GTK] REGRESSION: webkit thinks it can render PDFs
108 https://bugs.webkit.org/show_bug.cgi?id=32183
109
110 * GNUmakefile.am:
111
kov@webkit.org29cccd62009-12-05 15:35:51 +00001122009-12-05 Vincent Untz <vuntz@gnome.org>
113
114 Reviewed by Gustavo Noronha.
115
116 Fixes race for builds with introspection enabled, and parallel
117 make.
118
119 * GNUmakefile.am:
120
xan@webkit.orgc3d15392009-12-04 10:18:42 +00001212009-12-04 Xan Lopez <xlopez@igalia.com>
122
123 Reviewed by Gustavo Noronha.
124
125 [GTK]Enable DNS prefetching
126 https://bugs.webkit.org/show_bug.cgi?id=23846
127
128 Bump libsoup required version to 2.29.3 for DNS prefetching.
129
130 * configure.ac:
131
kov@webkit.org60affd12009-11-30 15:13:44 +00001322009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
133
kov@webkit.org2a1f73c2009-11-30 19:27:53 +0000134 Rubber-stamped by Xan Lopez.
135
136 Make sure we distribute and install GObject Introspection files.
137
138 * GNUmakefile.am:
139
1402009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
141
kov@webkit.org60affd12009-11-30 15:13:44 +0000142 Build fix. Make sure JSCore-1.0.gir is added to the distributed
143 tarball.
144
145 * GNUmakefile.am:
146
xan@webkit.org22674492009-11-30 13:53:52 +00001472009-11-30 Xan Lopez <xlopez@igalia.com>
148
149 Reviewed by Gustavo Noronha.
150
151 Bump versions for 1.1.17 release.
152
153 * configure.ac:
154
hausmann@webkit.org6eb95ff2009-11-30 11:27:51 +00001552009-11-30 Jan-Arve Sæther <jan-arve.saether@nokia.com>
156
157 Reviewed by Simon Hausmann.
158
159 [Qt] Fix compilation with win32-icc
160
161 Include os-win32 for stdint.h since MS does not ship that in their PSDK.
162
163 * WebKit.pri:
164
laszlo.1.gombos@nokia.com7e391fb2009-11-27 04:06:37 +00001652009-11-26 Laszlo Gombos <laszlo.1.gombos@nokia.com>
166
167 Reviewed by Oliver Hunt.
168
169 Move GOwnPtr* from wtf to wtf/gtk
170 https://bugs.webkit.org/show_bug.cgi?id=31793
171
172 * GNUmakefile.am: Add JavaScriptCore/wtf/gtk to
173 the include path.
174
dimich@chromium.orgd6f11902009-11-25 05:38:48 +00001752009-11-24 Dmitry Titov <dimich@chromium.org>
176
177 Reviewed by Eric Seidel.
178
179 Add ENABLE_SHARED_SCRIPT feature define and flag for build-webkit
180 https://bugs.webkit.org/show_bug.cgi?id=31444
181
182 * configure.ac:
183
eric@webkit.orgc4897222009-11-25 02:45:02 +00001842009-11-24 Jason Smith <dark.panda@gmail.com>
185
186 Reviewed by Alexey Proskuryakov.
187
188 RegExp#exec's returned Array-like object behaves differently from
189 regular Arrays
190 https://bugs.webkit.org/show_bug.cgi?id=31689
191
192 * LayoutTests/fast/js/regexp-in-and-foreach-handling.html: Added.
193 * LayoutTests/fast/js/script-tests/regexp-in-and-foreach-handling.js: Added.
194 * LayoutTests/fast/js/regexp-in-and-foreach-handling-expected.txt: Added.
195
snej@chromium.orga55a24e2009-11-25 00:06:17 +00001962009-11-24 Jens Alfke <snej@chromium.org>
197
198 Reviewed by David Levin.
199
200 Ignore Chromium's Xcode projects that are auto-generated from .gyp files.
201 https://bugs.webkit.org/show_bug.cgi?id=31847
202
203 * .gitignore: Add three .xcodeproj files.
204
eric@webkit.orgb6dcd3f2009-11-10 01:12:00 +00002052009-11-09 Priit Laes <plaes@plaes.org>
206
207 Reviewed by Oliver Hunt.
208
209 [Gtk] Build from tarball fails with --enable-introspection
210 https://bugs.webkit.org/show_bug.cgi?id=31261
211
212 We need to enable gobject-introspection during distcheck otherwise
213 some of the required files are missing in tarball.
214
215 * GNUmakefile.am:
216
eric@webkit.org8086c252009-11-05 09:51:32 +00002172009-11-05 Priit Laes <plaes@plaes.org>
218
219 Reviewed by Jan Alonzo.
220
221 [Gtk] Build failure with --enable-introspection
222 https://bugs.webkit.org/show_bug.cgi?id=31102
223
224 Add search and include paths for JSCore-1.0.gir required by
225 gobject-introspection tools.
226
227 * GNUmakefile.am:
228
eric@webkit.org553fcc12009-11-04 21:00:11 +00002292009-11-04 Benjamin Otte <otte@gnome.org>
230
231 Reviewed by Gustavo Noronha.
232
233 Update Cairo requirement to 1.6.
234
235 https://bugs.webkit.org/show_bug.cgi?id=19266
236
237 * configure.ac:
238
eric@webkit.org689120a2009-11-02 22:26:00 +00002392009-11-02 Estêvão Samuel Procópio <tevaum@gmail.com>
240
241 Reviewed by Gustavo Noronha.
242
243 [Build] make install ignores --prefix option for gobject-introspection.
244 https://bugs.webkit.org/show_bug.cgi?id=31025
245
246 Make the build system use the --prefix path also when installing
247 gobject-introspection files.
248
249 * configure.ac: use --prefix path in GITDIR and GIRTYPELIBDIR
250
xan@webkit.orgdf308cb2009-11-02 19:10:48 +00002512009-11-02 Xan Lopez <xlopez@igalia.com>
252
253 Bump version before release (or post-release, depending on your
254 point of view) so that we can make applications depending on
255 unreleased APIs in WebKit svn fail at configure time when the
256 requirements are not met.
257
258 * configure.ac:
259
eric@webkit.orga5df25e2009-11-01 20:49:04 +00002602009-11-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
261
262 Reviewed by Eric Seidel.
263
264 Turn on warnings for QtWebKit for gcc
265 https://bugs.webkit.org/show_bug.cgi?id=30958
266
267 * WebKit.pri: Turn on warnings for the GCC compiler
268
abarth@webkit.org5d0ed892009-10-30 08:55:56 +00002692009-10-30 Adam Barth <abarth@webkit.org>
270
271 Reviewed by Mark Rowe.
272
273 Teach git to ignore some files
274 https://bugs.webkit.org/show_bug.cgi?id=30951
275
276 Ignore WebKitBuild because we never want to version that directory.
277 Also, ignore the xcode project files so git clean doesn't blow away
278 your project settings. Finally, ignore the compiled python files in
279 WebKitTools/Script modules because they clutter up git status.
280
281 * .gitignore: Added.
282
rolandsteiner@chromium.org030b86f2009-10-30 07:55:17 +00002832009-10-30 Roland Steiner <rolandsteiner@chromium.org>
284
285 Reviewed by Eric Seidel.
286
287 Remove ENABLE_RUBY guards as discussed with Dave Hyatt and Maciej Stachowiak.
288
289 Bug 28420 - Implement HTML5 <ruby> rendering
290 (https://bugs.webkit.org/show_bug.cgi?id=28420)
291
292 No new tests (no functional change).
293
294 * configure.ac:
295
zecke@webkit.org20dec3e2009-10-28 10:16:13 +00002962009-10-26 Holger Hans Peter Freyther <zecke@selfish.org>
297
298 Rubber-stamped by Darin Adler.
299
300 Export fastMalloc, fastCalloc, fastRealloc and fastFree
301 https://bugs.webkit.org/show_bug.cgi?id=30769
302
303 Export the FastMalloc functions outside of the libwebkit library
304 to be able to instrument memory allocations. These are C++ symbols
305 but do not require the C++ runtime to be useful and should be of
306 no harm to plain C code.
307
308 * autotools/symbols.filter:
309
kov@webkit.org4a2f47d2009-10-26 17:44:47 +00003102009-10-26 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
311
kov@webkit.org30bb9182009-10-26 20:16:59 +0000312 Reviewed by Jan Alonzo.
313
314 Alternative solution to regression introduced in r48672.
kov@webkit.org4a2f47d2009-10-26 17:44:47 +0000315
316 * GNUmakefile.am:
317
xan@webkit.org17381bd2009-10-26 13:25:11 +00003182009-10-26 Xan Lopez <xlopez@igalia.com>
319
320 Reviewed by Gustavo Noronha.
321
322 Update for 1.1.16 release.
323
324 * configure.ac:
325
eric@webkit.org5708acf2009-10-24 15:28:20 +00003262009-10-24 Laszlo Gombos <laszlo.1.gombos@nokia.com>
327
328 Reviewed by Holger Freyther.
329
330 [Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian
331 https://bugs.webkit.org/show_bug.cgi?id=30476
332
333 Set the stack size to 80 Kb and heap size to the 128kB - 32MB range
334 to all executables linking against WebKit library.
335
336 * WebKit.pri:
337
jmalonzo@webkit.org89e722b2009-10-18 19:29:49 +00003382009-10-18 Jan Michael Alonzo <jmalonzo@webkit.org>
339
340 Reviewed by Holger Freyther.
341
342 [GTK] Add MathML to the build system
343 https://bugs.webkit.org/show_bug.cgi?id=30487
344
345 Add --enable-mathml to configure.
346
347 * configure.ac:
348
jmalonzo@webkit.orgeff81ec2009-10-15 23:17:59 +00003492009-10-15 Jan Michael Alonzo <jmalonzo@webkit.org>
350
351 Reviewed by Xan Lopez.
352
353 [GTK] marshal stamp files are not cleaned after a distclean
354 https://bugs.webkit.org/show_bug.cgi?id=30156
355
356 Add the stamp files directly to cleanfiles. Also rearrange the
357 variable declarations so we don't miss any files that need to be
358 cleaned up during the clean targets.
359
360 * GNUmakefile.am:
361
kov@webkit.org7a76e2a2009-10-15 17:53:02 +00003622009-10-15 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
363
364 Unreviewed. Help text fix - Web Sockets default is no, not yes.
365
366 * configure.ac:
367
jmalonzo@webkit.org6ba7f952009-10-12 11:55:57 +00003682009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org>
369
jmalonzo@webkit.orgf34ecef2009-10-12 11:56:15 +0000370 Rubberstamped by Eric Seidel.
371
372 [Gtk] Fix icu CFLAG for Darwin
373 https://bugs.webkit.org/show_bug.cgi?id=29517
374
375 Don't escape the srcdir variable. Also use $host instead of the
376 os_foo variables.
377
378 * autotools/webkit.m4:
379
3802009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org>
381
jmalonzo@webkit.org6ba7f952009-10-12 11:55:57 +0000382 Reviewed by Gustavo Noronha.
383
384 [Gtk] Use the SQLite3 headers from WebKitLibraries if sqlite3 is undetected
385 https://bugs.webkit.org/show_bug.cgi?id=29518
386
387 * configure.ac:
388
zoltan@webkit.org04a7d552009-10-05 13:25:07 +00003892009-10-05 Zoltan Horvath <zoltan@webkit.org>
390
391 Reviewed by Simon Hausmann.
392
393 [Qt] Disable TCmalloc for Windows port at the present, because MinGW
394 hasn't got built-in pthread library.
395
396 * WebKit.pri:
397
hausmann@webkit.orgd422fa02009-10-02 11:18:06 +00003982009-10-02 Prasanth Ullattil <prasanth.ullattil@nokia.com>
399
400 Reviewed by Simon Hausmann.
401
402 Disable a few more harmless MSVC warnings.
403
404 * WebKit.pri:
405
laszlo.1.gombos@nokia.combe4310b2009-10-02 00:58:45 +00004062009-10-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
407
408 Unreviewed, build fix.
409
410 [Qt] Symbian build break after r48976.
411 unix is set for Symbian in the Qt build system.
412
413 * WebKit.pri:
414
zoltan@webkit.org0aaef192009-10-01 16:22:43 +00004152009-10-01 Zoltan Horvath <zoltan@webkit.org>
416
417 Reviewed by Simon Hausmann.
418
419 [Qt] Enable TCmalloc for the Linux, Mac and Windows Qt-port
420 https://bugs.webkit.org/show_bug.cgi?id=27029
421
422 Remove USE_SYSTEM_MALLOC for Linux, Mac and Windows Qt-port from WebKit.pri,
423 so these Qt-ports will use TCmalloc as other ports.
424
425 * WebKit.pri:
426
eric@webkit.org4f864b92009-10-01 09:02:30 +00004272009-10-01 Martin Robinson <martin.james.robinson@gmail.com>
428
429 Reviewed by Xan Lopez.
430
431 [GTK] GtkIMContext filtering interferes with DOM key events
432 https://bugs.webkit.org/show_bug.cgi?id=28733
433
434 Add new key event test ensuring that IME keypresses are handled.
435
436 * GNUmakefile.am:
437
eric@webkit.org9d150a22009-10-01 08:19:35 +00004382009-10-01 Philippe Normand <pnormand@igalia.com>
439
440 Reviewed by Xan Lopez.
441
442 [GTK] data: uri support in media player
443 https://bugs.webkit.org/show_bug.cgi?id=29842
444
445 Check presence of gstreamer-pbutils-0.10.
446
447 * configure.ac:
448
ddkilzer@apple.com66a29532009-09-27 03:15:37 +00004492009-09-26 David Kilzer <ddkilzer@apple.com>
450
451 GTK BUILD FIX: add ENABLE_ORIENTATION_EVENTS support to configure.ac
452
453 * configure.ac: Added support for ENABLE_ORIENTATION_EVENTS.
454
xan@webkit.orgd62ef702009-09-23 13:25:20 +00004552009-09-23 Xan Lopez <xlopez@igalia.com>
456
457 Reviewed by Gustavo Noronha.
458
459 Do not add unneeded include paths for gir files, and add the
460 include paths for headers manually instead of relying on our own
461 pc file and installed headers, since that adds a circular
462 dependency.
463
464 * GNUmakefile.am:
465
jmalonzo@webkit.orgea8d0e92009-09-23 13:08:51 +00004662009-09-23 Jan Michael Alonzo <jmalonzo@webkit.org>
467
468 Reviewed by Xan Lopez.
469
470 Minor reorganization to the patch landed in
471 http://trac.webkit.org/changeset/48670. Also move JSCore-1.0.gir
472 in the gtk directory as that's only useful to the Gtk port at the
473 moment.
474
475 * GNUmakefile.am:
476 * configure.ac:
477
xan@webkit.org09f04952009-09-23 12:03:09 +00004782009-09-23 Xan Lopez <xlopez@igalia.com>
479
480 Reviewed by Gustavo Noronha.
481
482 [GTK] We should generate our own gir file for introspection
483 https://bugs.webkit.org/show_bug.cgi?id=29603
484
485 Generate gir and typelib files for WebKit and JSCore. The JSCore
486 gir file is handwritten (since it's only useful, for now, as a
487 dependency of the WebKit gir file), the WebKit one is
488 autogenerated from the headers.
489
490 * GNUmakefile.am:
491 * JSCore-1.0.gir: Added.
492 * configure.ac:
493
xan@webkit.orgeadfafd2009-09-22 16:24:57 +00004942009-09-22 Philippe Normand <pnormand@igalia.com>
495
496 Reviewed by Xan Lopez.
497
498 link errors due to wrong UNICODE_LIBS on Ubuntu Jaunty
499 https://bugs.webkit.org/show_bug.cgi?id=29638
500
501 Call icu-cconfig with ldflags-libsonly to prevent having a -L
502 statement that could override libs installed in another prefix.
503
504 * autotools/webkit.m4:
505
xan@webkit.org24ef9192009-09-21 11:56:22 +00005062009-09-21 Xan Lopez <xlopez@igalia.com>
507
508 Reviewed by Gustavo Noronha.
509
510 Bump version for 1.1.15 release.
511
512 * configure.ac:
513
xan@webkit.orgfd4dd8e2009-09-18 13:53:22 +00005142009-09-18 Xan Lopez <xlopez@igalia.com>
515
516 Reviewed by Gustavo Noronha and Jan Alonzo.
517
518 [GTK] context menu overriding API is very limited
519 https://bugs.webkit.org/show_bug.cgi?id=27546
520
521 Add new tests to the build.
522
523 * GNUmakefile.am:
524
5252009-09-18 Xan Lopez <xlopez@igalia.com>
xan@webkit.org2266a5b2009-09-18 13:53:10 +0000526
527 Reviewed by Gustavo Noronha and Jan Alonzo.
528
529 [GTK] context menu overriding API is very limited
530 https://bugs.webkit.org/show_bug.cgi?id=27546
531
532 Add WebKitHitTestResult to the build.
533
534 * GNUmakefile.am:
535
laszlo.1.gombos@nokia.com6c6437e2009-09-10 11:59:50 +00005362009-09-10 Laszlo Gombos <laszlo.1.gombos@nokia.com>
537
538 Reviewed by Ariya Hidayat.
539
540 Disable some ARM compiler warnings
541 https://bugs.webkit.org/show_bug.cgi?id=29083
542
543 The following ARM compiler warnings are disabled
544
545 - #68-D: integer conversion resulted in a change of sign
546 - #111-D: statement is unreachable
547 - #177-D: variable XXX was declared but never referenced
548 - #368-D: class XXX defines no constructor to initialize the following: YYY
549 - #830-D: function XXX "XXX::operator new" has no corresponding operator delete
550 - #1293-D: assignment in condition
551
552 * WebKit.pri:
553
kenneth@webkit.org6692c802009-09-09 20:15:18 +00005542009-09-09 Kenneth Rohde Christiansen <kenneth@webkit.org>
555
556 Reviewed by Simon Hausmann.
557
558 [Qt] Add the alternative QtLauncher (based on QGraphicsView) to the build.
559
560 https://bugs.webkit.org/show_bug.cgi?id=28862
561
562 * WebKit.pro:
563
xan@webkit.org14c495e2009-09-07 17:16:49 +00005642009-09-07 Xan Lopez <xlopez@igalia.com>
565
566 Rubber-stamped by Gustavo Noronha.
567
568 Bump versions in preparation for 1.1.14 release.
569
570 * configure.ac:
571
kov@webkit.org6e1ddaf2009-09-07 16:27:29 +00005722009-09-07 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
573
574 Reviewed by Xan Lopez.
575
576 https://bugs.webkit.org/show_bug.cgi?id=26854
577 [GTK] Needs API to allow more control over outgoing requests
578
579 * GNUmakefile.am: new files added to the build for new class
580 WebKitNetworkResponse
581
xan@webkit.org00c0d9a2009-09-06 14:31:13 +00005822009-09-06 Martin Robinson <martin.james.robinson@gmail.com>
583
584 Reviewed by Gustavo Noronha, Jan Alonzo and Xan Lopez.
585
586 [Gtk] Expose a database API
587 https://bugs.webkit.org/show_bug.cgi?id=27899
588
589 Expose an HTML5 database API for GTK+.
590
591 * GNUmakefile.am:
592
eric@webkit.org35f825b2009-09-04 08:40:37 +00005932009-09-04 Albert Bachand <albertb@google.com>
594
595 Reviewed by Eric Seidel.
596
597 Modify the condition regarding the key modifier for opening combo
598 boxes under GTK from just PLATFORM(GTK) to also look for
599 (PLATFORM(CHROMIUM) && PLATFORM(LINUX)).
600
601 * WebCore/dom/SelectElement.cpp:
602 * WebCore/manual-tests/select-popup-on-spacebar.html:
603
jmalonzo@webkit.org919072f2009-09-02 12:58:59 +00006042009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org>
605
606 Reviewed by Xan Lopez and Gustavo Noronha.
607
608 [Gtk] Implement a WebDataSource for the gtk port
609 https://bugs.webkit.org/show_bug.cgi?id=24758
610
jmalonzo@webkit.org77693272009-09-02 13:06:04 +0000611 Add WebKitWebDataSource unit test to the build script
612
613 * GNUmakefile.am:
614
6152009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org>
616
617 Reviewed by Xan Lopez and Gustavo Noronha.
618
619 [Gtk] Implement a WebDataSource for the gtk port
620 https://bugs.webkit.org/show_bug.cgi?id=24758
621
jmalonzo@webkit.org919072f2009-09-02 12:58:59 +0000622 Add WebKitWebDataSource and DocumentLoaderGtk to the build script.
623
624 * GNUmakefile.am:
625
jmalonzo@webkit.orgd764ffc2009-09-01 12:19:28 +00006262009-09-01 Jan Michael Alonzo <jmalonzo@webkit.org>
627
628 Reviewed by Xan Lopez and Gustavo Noronha.
629
630 [Gtk] Implement a WebDataSource for the gtk port
631 https://bugs.webkit.org/show_bug.cgi?id=24758
632
633 Add WebKitWebResource to the build script.
634
635 * GNUmakefile.am:
636
jmalonzo@webkit.org4e086572009-08-29 06:56:49 +00006372009-08-28 Jan Michael Alonzo <jmalonzo@webkit.org>
638
639 Reviewed by Oliver Hunt.
640
641 Gtk Build broken for OSX Quartz
642 https://bugs.webkit.org/show_bug.cgi?id=28727
643
644 Define XP_UNIX for non-Win OS builds.
645
646 * GNUmakefile.am:
647
kov@webkit.org6f367912009-08-28 15:24:15 +00006482009-08-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
649
650 Reviewed by Holger Freyther.
651
652 https://bugs.webkit.org/show_bug.cgi?id=25889
653 [GTK] scrollbar policy for main frame is not implementable
654
655 Adding files for the new test for window-related issues (starting
656 with scrollbar policy).
657
658 * GNUmakefile.am:
659
xan@webkit.orgbc59e8d2009-08-27 07:26:02 +00006602009-08-27 Priit Laes <plaes@plaes.org>
661
662 Reviewed by Xan Lopez.
663
664 [GTK] Out-of-srcdir build problem
665 https://bugs.webkit.org/show_bug.cgi?id=28741
666
667 * GNUmakefile.am, autotools/webkit.m4:
668 Fix problem with out-of-srcdir builds. Also bump required glib version.
669
kov@webkit.org40ff20f2009-08-24 15:28:24 +00006702009-08-24 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
671
672 Reviewed by Xan Lopez.
673
674 Bump package and so versions for 1.1.13 release.
675
676 * configure.ac:
677
eric@webkit.orgb1fcb522009-08-22 03:51:35 +00006782009-08-22 Javier Jardón <javierjc1982@gmail.com>
679
680 [GTK] Not use deprecated symbols in WebKitWebView example code.
681 https://bugs.webkit.org/show_bug.cgi?id=28651
682
683 * WebKit/gtk/webkit/webkitwebview.cpp
684
xan@webkit.org4fc9f622009-08-19 05:16:12 +00006852009-08-18 Xan Lopez <xlopez@igalia.com>
686
687 Rubber-stamped by Holger Freyther.
688
689 Require at least libsoup 2.27.91 for the new password
690 manager/authentication APIs.
691
692 * configure.ac:
693
atwilson@chromium.org805d2062009-08-18 18:14:26 +00006942009-08-18 Drew Wilson <atwilson@google.com>
695
696 Reviewed by NOBODY (Build Break).
697
698 Speculative fix for GTK DumpRenderTree.
699
700 * GNUmakefile.am:
701
eric@webkit.org40ddb7c2009-08-18 07:16:12 +00007022009-08-18 Kent Tamura <tkent@chromium.org>
703
704 Reviewed by Eric Seidel.
705
706 Add --enable-datalist option.
707
708 * configure.ac:
709
weinig@apple.com29e30182009-08-15 21:25:18 +00007102009-08-14 Adam Bergkvist <adam.bergkvist@ericsson.com>
711
712 Reviewed by Sam Weinig.
713
714 [GTK] Added EventSource to the build (default on).
715 https://bugs.webkit.org/show_bug.cgi?id=14997
716
717 * configure.ac:
718
jmalonzo@webkit.orgcbc98432009-08-15 05:19:27 +00007192009-08-14 Jan Michael Alonzo <jmalonzo@webkit.org>
720
721 Rubber-stamped by Gustavo Noronha.
722
723 Initialize CFLAGS and CXXFLAGS before the main body of the
724 WEBKIT_INIT macro so C files don't get built with "-g -O2".
725
726 * autotools/webkit.m4:
727
xan@webkit.orgaa5bf362009-08-12 18:37:14 +00007282009-08-12 Xan Lopez <xlopez@igalia.com>
729
730 Reviewed by Jan Alonzo.
731
732 [GTK] Remove keyring optional features
733 https://bugs.webkit.org/show_bug.cgi?id=28173
734
735 Remove keyring support, we now do authentication storage through
736 libsoup. We depend on libsoup master now, will bump the dependency
737 when there's a new release.
738
739 * GNUmakefile.am:
740 * configure.ac:
741
atwilson@chromium.orgdf116022009-08-11 20:37:14 +00007422009-08-11 Drew Wilson <atwilson@google.com>
743
744 Reviewed by NOBODY (Build break).
745
746 Speculative fix for GTK build break.
747
748 * WebKit.pro:
749
vestbo@webkit.org2415ea22009-08-11 14:56:51 +00007502009-08-11 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
751
752 Reviewed by Simon Hausmann.
753
754 Build the TestNetscapePlugin on Qt/Mac
755
756 * WebKit.pro:
757
xan@webkit.orgdde42662009-08-11 10:37:58 +00007582009-08-11 Xan Lopez <xlopez@igalia.com>
759
760 Reviewed by Jan Alonzo.
761
762 Prefix lengthy commands with AM_V_GEN so that they produce an
763 output like 'GEN <filename>' when in silent mode.
764
765 * GNUmakefile.am:
766
jmalonzo@webkit.org7c653802009-08-05 11:40:12 +00007672009-08-05 Jan Michael Alonzo <jmalonzo@webkit.org>
768
769 Reviewed by Xan Lopez.
770
771 [Gtk] macros in webkit.m4 should be defined once only
772 https://bugs.webkit.org/show_bug.cgi?id=27929
773
774 The macros in webkit.m4 are not meant to be called multiple times
775 so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
776 AC_REQUIRE to remove the automake warnings when doing autogen.sh.
777
778 Lastly, make sure CXXFLAGS and CFLAGS are defined before
779 AC_PROG_CXX gets expanded so it doesn't add "-g -O2" on Release builds.
780
781 * autotools/webkit.m4:
782
xan@webkit.orga9363632009-08-05 08:13:27 +00007832009-08-05 Xan Lopez <xlopez@igalia.com>
784
785 Revert r46714, it was making us build debug images by default.
786
787 * autotools/webkit.m4:
788
abarth@webkit.org1230a362009-08-04 02:14:20 +00007892009-08-03 Laszlo Gombos <laszlo.1.gombos@nokia.com>
790
791 Reviewed by Eric Seidel.
792
793 [Qt] Consolidate common gcc flags to WebKit.pri
794 https://bugs.webkit.org/show_bug.cgi?id=27934
795
796 * WebKit.pri:
797
jmalonzo@webkit.orgda1305f2009-08-03 10:23:43 +00007982009-08-03 Jan Michael Alonzo <jmalonzo@webkit.org>
799
jmalonzo@webkit.org6d5cc002009-08-03 10:27:36 +0000800 Rubber-stamped by Eric Seidel.
jmalonzo@webkit.orgda1305f2009-08-03 10:23:43 +0000801
802 [Gtk] macros in webkit.m4 should be defined once only
803 https://bugs.webkit.org/show_bug.cgi?id=27929
804
805 The macros in webkit.m4 are not meant to be called multiple times
806 so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
807 AC_REQUIRE to remove the automake warnings when doing autogen.sh.
808
809 * autotools/webkit.m4:
810
ariya@webkit.orgdc61fb42009-07-30 12:59:17 +00008112009-07-29 Ariya Hidayat <ariya.hidayat@nokia.com>
812
813 Reviewed by Simon Hausmann.
814
815 Adding ImageDiff project file.
816
817 https://bugs.webkit.org/show_bug.cgi?id=27813
818
819 * WebKit.pro: Added ImageDiff.pro.
820
jmalonzo@webkit.orgd9686da2009-07-29 11:18:16 +00008212009-07-29 Jan Michael Alonzo <jmalonzo@webkit.org>
822
823 Reviewed by Eric Seidel and Xan Lopez.
824
825 [Gtk] Enable http/tests/appcache tests
826 https://bugs.webkit.org/show_bug.cgi?id=27674
827
828 * GNUmakefile.am: Add webkit/webkitapplicationcache.cpp
829
xan@webkit.orgc102d5a92009-07-28 13:34:03 +00008302009-07-28 Xan Lopez <xlopez@igalia.com>
831
832 Reviewed by Gustavo Noronha.
833
834 Use automake 1.11 SILENT_RULES when present, for cleaner build
835 output. You can disable it by passing --disable-silent-rules to
836 configure or V=1 to make.
837
838 * autotools/dolt.m4:
839 * configure.ac:
840
hausmann@webkit.orga5e214d2009-07-28 12:27:00 +00008412009-07-28 Laszlo Gombos <laszlo.1.gombos@nokia.com>
842
843 Reviewed by Simon Hausmann.
844
845 [Qt] Disable some compiler warnings for the win build
846 https://bugs.webkit.org/show_bug.cgi?id=27709
847
848 * WebKit.pri:
849
xan@webkit.org8a40d7c2009-07-28 10:39:32 +00008502009-07-28 Xan Lopez <xlopez@igalia.com>
851
852 Reviewed by Gustavo Noronha.
853
854 * configure.ac: bump version for 1.1.12 release.
855
xan@webkit.org78d82dd2009-07-24 14:26:45 +00008562009-07-24 Xan Lopez <xlopez@igalia.com>
857
858 Reviewed by Gustavo Noronha.
859
860 Remove unneeded commas from PKG_CHECK_MODULES.
861
862 * configure.ac:
863
jmalonzo@webkit.orga38fec32009-07-24 07:55:00 +00008642009-07-24 Jan Michael Alonzo <jmalonzo@webkit.org>
865
866 Reviewed by Xan Lopez.
867
868 Bump pango version requirement to 1.12 which is the version that
869 came with Gtk 2.10.
870
871 * configure.ac:
872
levin@chromium.orgeb623d72009-07-21 09:53:37 +00008732009-07-21 Roland Steiner <rolandsteiner@google.com>
874
875 Reviewed by David Levin.
876
877 Add ENABLE_RUBY to list of build options
878 https://bugs.webkit.org/show_bug.cgi?id=27324
879
880 * configure.ac: Added flag ENABLE_RUBY.
881
hausmann@webkit.org4d433262009-07-20 09:52:00 +00008822009-07-20 Laszlo Gombos <laszlo.1.gombos@nokia.com>
883
884 Reviewed by Holger Freyther.
885
886 [Qt] Add an option for QtLauncher to build without QtUiTools dependency
887 https://bugs.webkit.org/show_bug.cgi?id=27438
888
889 Based on Norbert Leser's work.
890
891 * WebKit.pri: Symbian does not have UiTools
892
levin@chromium.org572fdb92009-07-17 07:42:03 +00008932009-07-16 Fumitoshi Ukai <ukai@chromium.org>
894
895 Reviewed by David Levin.
896
897 Add --web-sockets flag and ENABLE_WEB_SOCKETS define.
898 https://bugs.webkit.org/show_bug.cgi?id=27206
899
900 Add --enable-web-sockets in configure.ac
901
902 * configure.ac:
903
hausmann@webkit.org87ed70a2009-07-16 16:43:47 +00009042009-07-16 Laszlo Gombos <laszlo.1.gombos@nokia.com>
905
906 Reviewed by Simon Hausmann.
907
908 [Qt] Enable GNU compiler extensions to the ARM compiler
909 for all Qt ports using RVCT
910 https://bugs.webkit.org/show_bug.cgi?id=27348
911
912 * WebKit.pri:
913
vestbo@webkit.org9ba76ae2009-07-15 15:14:53 +00009142009-07-15 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
915
916 Rubber-stamped by Simon Hausmann.
917
918 Fix the Qt/Mac build by disabling TestNetscapePlugin
919
920 We should fix and enable this once we run DRT for Qt/Mac
921
922 * WebKit.pro:
923
kov@webkit.org9cab83d2009-07-13 15:23:19 +00009242009-07-13 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
925
926 Unreviewed build fix. Require the correct libsoup version now that
927 it's released.
928
929 * configure.ac:
930
vestbo@webkit.org1c014fe2009-07-13 14:54:07 +00009312009-07-13 Laszlo Gombos <laszlo.1.gombos@nokia.com>
932
933 Reviewed by Tor Arne Vestbø.
934
935 [Qt] Build fix for QtWebKit on Win
936 https://bugs.webkit.org/show_bug.cgi?id=27205
937
938 * WebKit.pri: Include the major version number in the QtWebKit
939 library file for Win.
940
hausmann@webkit.org6c3c21d2009-07-13 10:55:07 +00009412009-07-13 Simon Hausmann <simon.hausmann@nokia.com>
942
943 Reviewed by Ariya Hidayat.
944
945 Add the test netscape plugin for the Qt DRT to the build.
946
947 * WebKit.pro:
948
levin@chromium.orge1b64a42009-07-13 08:58:48 +00009492009-07-13 Drew Wilson <atwilson@google.com>
950
951 Reviewed by David Levin.
952
953 Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs
954 https://bugs.webkit.org/show_bug.cgi?id=26932
955
956 Added ENABLE(SHARED_WORKERS) flag.
957
958 * configure.ac:
959
xan@webkit.org393cdb42009-07-12 18:42:21 +00009602009-07-12 Xan Lopez <xlopez@igalia.com>
961
962 Reviewed by Gustavo Noronha.
963
964 Bump version in preparation for 1.1.11 release.
965
966 * configure.ac:
967
hausmann@webkit.orgded446c2009-07-10 11:15:30 +00009682009-07-07 Norbert Leser <norbert.leser@nokia.com>
969
970 Reviewed by Simon Hausmann.
971
972 Exclude DumpRenderTree.pro from symbian build
973
974 * WebKit.pro:
975
dimich@chromium.org8bc5f092009-07-10 03:20:07 +00009762009-07-09 Drew Wilson <atwilson@google.com>
977
978 Reviewed by Alexey Proskuryakov.
979
980 https://bugs.webkit.org/show_bug.cgi?id=26903
981
982 Turned on CHANNEL_MESSAGING by default because the MessageChannel API
983 can now be implemented for Web Workers and is reasonably stable.
984
985 * configure.ac: enable CHANNEL_MESSAGING.
986
jmalonzo@webkit.org54cd7bc2009-07-03 09:57:39 +00009872009-07-03 Jan Michael Alonzo <jmalonzo@webkit.org>
988
989 Reviewed by Xan Lopez and Gustavo Noronha.
990
991 Set user-agent from application
992 https://bugs.webkit.org/show_bug.cgi?id=17375
993
994 Define UA version macros to be used by the UA string.
995 Add new WebSettings unit test for the User-Agent string API.
996
997 * GNUmakefile.am:
998 * configure.ac:
999
kov@webkit.org4ece5912009-06-20 13:20:23 +000010002009-06-20 Gustavo Noronha Silva <gns@gnome.org>
1001
1002 Reviewed by Jan Alonzo.
1003
1004 Adding files for the new test case for loading statuses.
1005
1006 * GNUmakefile.am:
1007
xan@webkit.org942a4f92009-06-15 14:31:33 +000010082009-06-15 Xan Lopez <xlopez@igalia.com>
1009
1010 Reviewed by Gustavo Noronha.
1011
1012 Version bump in preparation for 1.1.10 release.
1013
1014 * configure.ac:
1015
vestbo@webkit.orgeb3ca9c2009-06-15 08:39:27 +000010162009-06-12 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1017
1018 Reviewed by Xan Lopez.
1019
1020 Refactor handling of options in the build-webkit script
1021
1022 Options are now defined in one place, and then reused when creating
1023 the usage help text, the arguments to GetOptions(), and when passing
1024 the options on to the underlying port-dependent build systems.
1025
1026 This allows the Qt port to read the defaults for the options from the
1027 pro file (dynamically), and to pass the options on to qmake at build.
1028
1029 * configure.ac:
1030
ariya@webkit.orgbb7f2f22009-06-11 17:39:21 +000010312009-06-11 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1032
1033 Reviewed by Holger Freyther.
1034
1035 [Qt] Fix release build detection
1036 https://bugs.webkit.org/show_bug.cgi?id=26267
1037
1038 * WebKit.pri:
1039
kov@webkit.org74a9b762009-06-11 02:48:29 +000010402009-06-10 Gustavo Noronha Silva <gns@gnome.org>
1041
1042 Reviewed by Xan Lopez.
1043
1044 Add unit tests for our WebKitNetworkRequest object.
1045
1046 * GNUmakefile.am:
1047
xan@webkit.org21f12d52009-06-10 13:10:16 +000010482009-06-10 Xan Lopez <xlopez@igalia.com>
1049
xan@webkit.org4fe35972009-06-10 17:36:53 +00001050 Reviewed by Gustavo Noronha.
1051
1052 Version bump in preparation for 1.1.9 release.
1053
1054 * configure.ac:
1055
10562009-06-10 Xan Lopez <xlopez@igalia.com>
1057
xan@webkit.org21f12d52009-06-10 13:10:16 +00001058 Reviewed by Jan Alonzo.
1059
1060 https://bugs.webkit.org/show_bug.cgi?id=25415
1061 [GTK][ATK] Please implement support for get_text_at_offset
1062
1063 Add new dependency on the Gail utils library, needed for our a11y
1064 implementation.
1065
1066 * GNUmakefile.am:
1067 * configure.ac:
1068
kov@webkit.orgb6934942009-05-29 14:48:33 +000010692009-05-29 Gustavo Noronha Silva <gns@gnome.org>
1070
1071 Reviewed by Jan Alonzo.
1072
1073 Add a test-case for our HTTP backend, currently checking the
1074 ref-counting of the SoupMessage.
1075
1076 * GNUmakefile.am:
1077
krit@webkit.orgbfb80bf2009-05-28 22:10:29 +000010782009-05-28 Dirk Schulze <krit@webkit.org>
1079
1080 Reviewed by Nikolas Zimmermann.
1081
1082 Enable the new build flag --filters for Gtk. More details in WebCore/ChangeLog.
1083
1084 * configure.ac:
1085
xan@webkit.org5151f5b2009-05-28 18:20:01 +000010862009-05-19 Xan Lopez <xlopez@igalia.com>
1087
1088 Reviewed by Jan Alonzo and Gustavo Noronha.
1089
1090 https://bugs.webkit.org/show_bug.cgi?id=25415
1091 [GTK][ATK] Please implement support for get_text_at_offset
1092
1093 Add new test file for ATK.
1094
1095 * GNUmakefile.am:
1096
kov@webkit.org53600a92009-05-28 17:48:25 +000010972009-05-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1098
1099 Rubber-stamped by Xan Lopez.
1100
1101 Fix webkitgtk_cleanfiles to clean gtk-doc-related files in the
1102 correct directory, so that we pass make distcheck.
1103
1104 * GNUmakefile.am:
1105
xan@webkit.org4f098db2009-05-28 15:45:59 +000011062009-05-28 Xan Lopez <xlopez@igalia.com>
1107
1108 Bump version numbers in preparation for 1.1.8 release.
1109
1110 * configure.ac:
1111
jmalonzo@webkit.org290fe612009-05-23 22:20:31 +000011122009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
1113
jmalonzo@webkit.org460c1ee2009-05-24 04:06:57 +00001114 Unreviewed build fix. Add gstreamer-video-0.10 libs to
jmalonzo@webkit.org94825412009-05-24 04:21:34 +00001115 GSTREAMER_LIBS to resolve an undefined reference to gst_video_get_size
jmalonzo@webkit.org460c1ee2009-05-24 04:06:57 +00001116 - symbol used in MediaPlayerPrivateGstreamer.
1117
1118 * configure.ac:
1119
11202009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
1121
jmalonzo@webkit.org290fe612009-05-23 22:20:31 +00001122 Reviewed by Xan Lopez.
1123
1124 [Gtk] Various autotools build refactoring and fixes
1125 https://bugs.webkit.org/show_bug.cgi?id=25286
1126
1127 Refactor library LIBS. Move third-party libs in libwebkit instead
1128 of libWebCore.
1129
1130 * GNUmakefile.am:
1131
11322009-05-22 Antonio Gomes <antonio.gomes@openbossa.org>
kov@webkit.org2f1014c2009-05-22 19:40:08 +00001133
1134 Reviewed by Gustavo Noronha.
1135
1136 Make Gtk build not bail out if gtk-doc-tools is not installed.
1137
kov@webkit.org83176e92009-05-22 19:41:47 +00001138 Warning message shown instead.
kov@webkit.org2f1014c2009-05-22 19:40:08 +00001139
1140 * autogen.sh:
1141
kov@webkit.orgbb6b72c2009-05-22 19:07:10 +000011422009-05-22 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1143
1144 Reviewed by Xan Lopez.
1145
1146 Add big warnings about the glib unicode backend being slow and
1147 incomplete, since it is a work in progress.
1148
1149 * autotools/webkit.m4:
1150 * configure.ac:
1151
kov@webkit.orgeba9e742009-05-22 18:06:51 +000011522009-05-22 Dominik Röttsches <dominik.roettsches@access-company.com>
1153
1154 Reviewed by Gustavo Noronha.
1155
1156 https://bugs.webkit.org/show_bug.cgi?id=15914
1157 [GTK] Implement Unicode functionality using GLib
1158
1159 Initial version of this patch by Jürg Billeter.
1160
1161 Adding options for --with-unicode-backend=icu|glib
1162 and checking for pango version >= 1.21.0 if GLib backend
1163 is selected. Temporarily, until remaining parts of
1164 this patch are committed, introduce WTF_USE_GLIB_ICU_UNICODE_HYBRID
1165 macro to allow for a mixed compilation with WTF Unicode
1166 backend based on GLib while text codecs and TextBreakIterator
1167 remain ICU dependent.
1168
1169 * GNUmakefile.am:
1170 * configure.ac:
1171
kov@webkit.org1371d072009-05-19 00:27:10 +000011722009-05-18 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1173
1174 Reviewed by Gavin Barraclough.
1175
1176 Enable YARR, and disable WREC for GTK+.
1177
1178 * configure.ac:
1179
jmalonzo@webkit.orgb6766c52009-05-18 11:30:25 +000011802009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
1181
1182 Reviewed by Xan Lopez.
1183
1184 [Gtk] Various autotools build refactoring and fixes
1185 https://bugs.webkit.org/show_bug.cgi?id=25286
1186
jmalonzo@webkit.orgc9b4de42009-05-18 11:30:53 +00001187 Add support for running unit tests. Also run the tests whenever
1188 the 'check' target runs.
1189
1190 * GNUmakefile.am:
1191
11922009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
1193
1194 Reviewed by Xan Lopez.
1195
1196 [Gtk] Various autotools build refactoring and fixes
1197 https://bugs.webkit.org/show_bug.cgi?id=25286
1198
jmalonzo@webkit.org249f7ce2009-05-18 11:30:41 +00001199 Style fixes
1200
1201 * GNUmakefile.am:
1202
12032009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
1204
1205 Reviewed by Xan Lopez.
1206
1207 [Gtk] Various autotools build refactoring and fixes
1208 https://bugs.webkit.org/show_bug.cgi?id=25286
1209
jmalonzo@webkit.orgb6766c52009-05-18 11:30:25 +00001210 Add -no-install and -no-fast-install to programs and tests that we
1211 don't install. Also remove -O2 since this is already handled at
1212 configure time.
1213
1214 * GNUmakefile.am:
1215
jmalonzo@webkit.orga3327562009-05-18 11:30:06 +000012162009-05-17 Jan Michael Alonzo <jmalonzo@webkit.org>
1217
1218 Reviewed by Xan Lopez.
1219
1220 [Gtk] Various autotools build refactoring and fixes
1221 https://bugs.webkit.org/show_bug.cgi?id=25286
1222
1223 Refactor library cflags
1224
1225 * GNUmakefile.am:
1226
jmalonzo@webkit.org35430272009-05-15 12:43:52 +000012272009-05-15 Fridrich Strba <fridrich.strba@bluewin.ch>
1228
1229 Reviewed by Jan Alonzo.
1230
1231 Use AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM, since
1232 the JIT compiler is not a cross-compiler
1233
1234 * configure.ac:
1235
xan@webkit.org0a818012009-05-13 13:49:06 +000012362009-05-13 Xan Lopez <xlopez@igalia.com>
1237
xan@webkit.org67626752009-05-13 14:54:33 +00001238 Unreviewed: bump versions in preparation for 1.1.7 release.
1239
1240 * configure.ac:
1241
12422009-05-13 Xan Lopez <xlopez@igalia.com>
1243
xan@webkit.org0a818012009-05-13 13:49:06 +00001244 Rubber-stamped by Gustavo Noronha.
1245
1246 Revert commit r43563, since it breaks WebKitGTK+ when compiled
1247 with gcc 4.4.
1248
1249 * GNUmakefile.am:
1250
jmalonzo@webkit.org95704902009-05-12 12:06:05 +000012512009-05-12 Jan Michael Alonzo <jmalonzo@webkit.org>
1252
1253 Reviewed by Holger Freyther.
1254
1255 [Gtk] Various autotools build refactoring and fixes
1256 https://bugs.webkit.org/show_bug.cgi?id=25286
1257
1258 Refactor use of CFLAGS, CXXFLAGS, LIBADD and LDFLAGS.
1259
1260 * GNUmakefile.am:
1261
jmalonzo@webkit.org0869d542009-05-10 02:28:15 +000012622009-05-09 Jan Michael Alonzo <jmalonzo@webkit.org>
1263
1264 Reviewed by Gustavo Noronha.
1265
1266 WebKit-r43163 won't build for gtk-directfb
1267 https://bugs.webkit.org/show_bug.cgi?id=25538
1268
1269 Move the ENCHANT check out of the with_target conditional since it
1270 applies to all targets
1271
1272 * configure.ac:
1273
jmalonzo@webkit.org492791d2009-05-10 02:10:17 +000012742009-05-09 Mike Hommey <glandium@debian.org>
1275
1276 Reviewed by Geoffrey Garen. Landed by Jan Alonzo.
1277
1278 Enable JIT on x86-64 gtk+
1279 https://bugs.webkit.org/show_bug.cgi?id=24724
1280
1281 * configure.ac:
1282
kov@webkit.org1edd5ac2009-05-08 21:37:09 +000012832009-05-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1284
1285 Reviewed by Xan Lopez.
1286
1287 Ship the gtk-doc.make file, so as to not depend on gtkdoc-tools.
1288
1289 * GNUmakefile.am:
1290 * autogen.sh:
1291
vestbo@webkit.orgca60ccd2009-05-06 08:20:38 +000012922009-05-06 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1293
1294 Reviewed by Simon Hausmann.
1295
1296 Build QtWebKit as a framework on Mac
1297
1298 This implies both debug and release build by default, unless
1299 one of the --debug or --release config options are passed to
1300 the build-webkit script.
1301
1302 Frameworks can be disabled by passing CONFIG+=webkit_no_framework
1303 to the build-webkit script.
1304
1305 To be able to build both debug and release targets in parallel
1306 we have to use separate output directories for the generated
1307 sources, which is not optimal, but required to avoid race conditions.
1308
1309 An optimization would be to only require this spit-up on Mac.
1310
1311 * WebKit.pri:
1312
jmalonzo@webkit.org17fc6f82009-04-30 20:38:24 +000013132009-04-30 Jan Michael Alonzo <jmalonzo@webkit.org>
1314
1315 Unreviewed build GTK build fix
1316
1317 * configure.ac: typo fix - javascript_debugger should be enable_javascript_debugger
1318
dglazkov@chromium.org9b136582009-04-30 19:02:34 +000013192009-04-30 Dimitri Glazkov <dglazkov@chromium.org>
1320
1321 Unreviewed, build fix.
1322
1323 https://bugs.webkit.org/show_bug.cgi?id=25470
1324 Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler.
1325
1326 * configure.ac: Add autoconfig options, missed in the first commit.
1327
xan@webkit.orgbe835132009-04-28 16:09:41 +000013282009-04-28 Xan Lopez <xlopez@igalia.com>
1329
1330 Unreviewed: bump versions in preparation for 1.1.6 release.
1331
1332 * configure.ac:
1333
jmalonzo@webkit.org7ffddf152009-04-25 09:19:20 +000013342009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org>
1335
jmalonzo@webkit.org5f5c6c82009-04-25 09:19:42 +00001336 Reviewed by Xan Lopez.
1337
1338 [GTK] Error reporting
1339 https://bugs.webkit.org/show_bug.cgi?id=18344
1340
1341 Add webkiterror to the build.
1342
1343 * GNUmakefile.am:
1344
13452009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org>
1346
jmalonzo@webkit.org7ffddf152009-04-25 09:19:20 +00001347 Reviewed by Xan Lopez.
1348
1349 [GTK] Error reporting
1350 https://bugs.webkit.org/show_bug.cgi?id=18344
1351
1352 Add the default error page for installation.
1353
1354 * GNUmakefile.am:
1355
kov@webkit.org596f0382009-04-24 13:16:23 +000013562009-04-24 Diego Escalante Urrelo <diegoe@gnome.org>
1357
1358 Reviewed by Gustavo Noronha.
1359
1360 https://bugs.webkit.org/show_bug.cgi?id=15616
1361 [GTK] Add spell checking
1362
1363 Add enchant support for spell-checking-languages property to work
1364 properly.
1365
1366 * GNUmakefile.am:
1367 * configure.ac:
1368
hausmann@webkit.orgac4d7162009-04-24 10:30:07 +000013692009-04-24 Simon Hausmann <simon.hausmann@nokia.com>
1370
1371 Reviewed by Ariya Hidayat.
1372
1373 Added support for generating API docs in the Qt build using "make docs"
1374
1375 * WebKit.pro: Include docs.pri for "make docs" target.
1376
xan@webkit.org7dbdcf52009-04-14 16:14:37 +000013772009-04-14 Xan Lopez <xlopez@igalia.com>
1378
1379 Unreviewed version bump in preparation for 1.1.5 release.
1380
1381 * configure.ac:
1382
kov@webkit.org774c23b2009-04-06 19:39:14 +000013832009-04-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1384
1385 Rubber-stamped by Sam Weinig.
1386
1387 Added rules to maintain the localization support. We cannot simply
1388 use whatever gettextize gives us because our build system is
1389 non-recursive.
1390
1391 * GNUmakefile.am:
1392 * configure.ac:
1393
jmalonzo@webkit.org3b28c9f2009-04-05 08:21:55 +000013942009-04-05 Mike Hommey <glandium@debian.org>
1395
1396 Reviewed by Holger Freyther.
1397
1398 Filter out all C++ symbols
1399 https://bugs.webkit.org/show_bug.cgi?id=24960
1400
1401 Considering the public API is all C, we can just filter out all
1402 C++ mangled symbols, which will avoid exporting symbols in some
1403 corner cases such as gcc bugs on specific architectures, etc.
1404
1405 * autotools/symbols.filter:
1406
kov@webkit.org77899ab2009-04-03 13:00:35 +000014072009-04-03 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1408
1409 Reviewed by Holger Freyther.
1410
1411 Require GTK+ >= 2.10; 2.8 is already very old, and some very
1412 useful APIs are only available since 2.10.
1413
1414 * configure.ac:
1415
christian@webkit.org278d4cd2009-04-01 19:48:20 +000014162009-04-01 Christian Dywan <christian@twotoasts.de>
1417
1418 Reviewed by Holger Freyther.
1419
1420 Unit test WebKitDownload
1421 http://bugs.webkit.org/show_bug.cgi?id=24844
1422
1423 * GNUmakefile.am: Add a unit test for downloading.
1424
kov@webkit.org166f8e5042009-04-01 16:37:52 +000014252009-04-01 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1426
1427 Unreviewed build fix. Fix make distcheck, after the gtk-doc
1428 integration.
1429
1430 * GNUmakefile.am:
1431
kov@webkit.org50113ce2009-03-31 02:41:46 +000014322009-03-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1433
1434 Reviewed by Holger Freyther.
1435
1436 Integrate gtk-doc into the Gtk+ buildsystem.
1437
1438 * autogen.sh:
1439 * configure.ac:
1440
xan@webkit.org7e8c3e22009-03-30 17:46:11 +000014412009-03-30 Xan Lopez <xlopez@igalia.com>
1442
1443 Unreviewed: bump version to 1.1.4 for release.
1444
1445 * configure.ac:
1446
xan@webkit.org69e405c2009-03-23 12:43:09 +000014472009-03-21 Xan Lopez <xlopez@igalia.com>
1448
1449 Reviewed by Holger Freyther.
1450
1451 Require gnome-keyring 2.26.0, since we were depending on an
1452 unreleased trunk revision between 2.25.91 and 2.26.0.
1453
1454 * configure.ac:
1455
jmalonzo@webkit.org27bbbab2009-03-20 19:45:05 +000014562009-03-20 Jan Michael Alonzo <jmalonzo@gmail.com>
1457
1458 Reviewed by Holger Freyther.
1459
jmalonzo@webkit.orga4ae29c2009-03-20 20:23:12 +00001460 [GTK] Misc patches for WebKitWebHistoryItem
1461 https://bugs.webkit.org/show_bug.cgi?id=24493
1462
1463 Added build support for build the WebKitWebHistoryItem unit test.
1464
1465 * GNUmakefile.am:
1466
14672009-03-20 Jan Michael Alonzo <jmalonzo@gmail.com>
1468
1469 Reviewed by Holger Freyther.
1470
jmalonzo@webkit.org27bbbab2009-03-20 19:45:05 +00001471 Separate gtk unit tests
1472 https://bugs.webkit.org/show_bug.cgi?id=24039
1473
1474 Build the unit tests accordingly.
1475
1476 * GNUmakefile.am:
1477
kov@webkit.orgd19e07e2009-03-17 18:22:36 +000014782009-03-17 Gustavo Noronha Silva <gns@gnome.org>
1479
1480 Reviewed by Mark Rowe.
1481
1482 Enable HTML5 media elements support by default in the GTK+ port.
1483
1484 * configure.ac:
1485
kov@webkit.org582bba52009-03-17 15:40:56 +000014862009-03-17 Mike Hommey <glandium@debian.org>
1487
1488 Reviewed by Holger Freyther.
1489
1490 Do not export cti* symbols.
1491 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519924.
1492
1493 * autotools/symbols.filter:
1494
xan@webkit.orgf5f9ace2009-03-15 15:30:38 +000014952009-03-15 Xan Lopez <xlopez@igalia.com>
1496
xan@webkit.org67b01dc2009-03-15 22:26:38 +00001497 Bump version to 1.1.3 for release and fix soversion
1498 calculation (oops). Thanks to Frederik Himpe for pointing this
1499 out.
1500
1501 * configure.ac:
1502
15032009-03-15 Xan Lopez <xlopez@igalia.com>
1504
xan@webkit.orgf5f9ace2009-03-15 15:30:38 +00001505 Bump version and libtool version for release.
1506
1507 * configure.ac:
1508
xan@webkit.org233d51e2009-03-14 20:22:13 +000015092009-03-14 Xan Lopez <xlopez@igalia.com>
1510
1511 No review, build fix.
1512
1513 Split clean rules to make distcheck pass.
1514
1515 * GNUmakefile.am:
1516
mrowe@apple.com95351592009-03-14 06:17:21 +000015172009-03-13 Mark Rowe <mrowe@apple.com>
1518
1519 Reviewed by Dan Bernstein.
1520
1521 Remove rarely used Makefile targets from the Makefile.
1522
1523 There are many situations in which the targets don't work as expected,
1524 and their primary use is addressed by having the build system default
1525 to building the appropriate architecture.
1526
1527 * Makefile.shared:
1528
jmalonzo@webkit.org378df9d2009-03-11 11:52:44 +000015292009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org>
1530
jmalonzo@webkit.org15d83302009-03-11 11:57:43 +00001531 Reviewed by Holger Freyther.
1532
1533 [Gtk] Fix make clean targets
1534 https://bugs.webkit.org/show_bug.cgi?id=24450
1535
1536 Fix 'make' clean targets. We shouldn't be removing DerivedSources
1537 if it's only clean. Only remove it if it's distclean or
1538 maintainer-clean. Also remove build-related auxillary files on
1539 dist/maintainer clean.
1540
1541 * GNUmakefile.am:
1542
15432009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org>
1544
jmalonzo@webkit.org378df9d2009-03-11 11:52:44 +00001545 Reviewed by Holger Freyther
1546
1547 [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore
1548 https://bugs.webkit.org/show_bug.cgi?id=2260
1549
1550 pangoft2 is also used in directfb builds so use it for all targets
1551
1552 * configure.ac:
1553
xan@webkit.orgaa458732009-03-04 20:57:38 +000015542009-03-02 Xan Lopez <xan@gnome.org>
1555
1556 Reviewed by Mark Rowe.
1557
1558 https://bugs.webkit.org/show_bug.cgi?id=24287
1559 [GTK] Move auth dialog feature to WebKit/
1560
1561 Add WebKitSoupAuthDialog files to build.
1562
1563 * GNUmakefile.am:
1564
kov@webkit.org7d05c792009-03-03 19:48:22 +000015652009-03-03 Gustavo Noronha Silva <gns@gnome.org>
1566
1567 Reviewed by Alexey Proskuryakov.
1568
1569 https://bugs.webkit.org/show_bug.cgi?id=16826
1570 [Gtk] Implement WebKitDownload
1571
1572 Adding new files related to WebKitDownload to the GTK+ port.
1573
1574 * GNUmakefile.am:
1575
kov@webkit.org485273b2009-03-02 14:56:41 +000015762009-03-02 Gustavo Noronha Silva <gns@gnome.org>
1577
1578 Unreviewed build fix; adding missing files to EXTRA_DIST, so that
1579 they show up in the tarball.
1580
1581 * GNUmakefile.am:
1582
christian@webkit.orgdd31f4a2009-03-01 15:39:27 +000015832009-03-01 Christian Dywan <christian@twotoasts.de>
1584
1585 * configure.ac: Bump GTK port version to 1.1.1.
1586
kov@webkit.org9551eb62009-02-28 03:44:42 +000015872009-02-27 Gustavo Noronha Silva <gns@gnome.org>
1588
1589 Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list
1590 file to EXTRA_DIST to fix make dist.
1591
1592 * GNUmakefile.am:
1593
zecke@webkit.orgfa530382009-02-26 16:48:58 +000015942009-02-26 Xan Lopez <xan@gnome.org>
1595
1596 Reviewed by Holger Freyther.
1597
1598 https://bugs.webkit.org/show_bug.cgi?id=16947
1599 [GTK] Missing HTTP Auth challenge
1600
kov@webkit.org7e5e09c2009-02-26 22:45:13 +00001601 Add HTTP authentication dialog with optional GNOME Keyring
1602 storage.
1603
1604 * GNUmakefile.am:
1605 * configure.ac:
1606
16072009-02-26 Xan Lopez <xan@gnome.org>
1608
1609 Reviewed by Holger Freyther.
1610
1611 https://bugs.webkit.org/show_bug.cgi?id=16947
1612 [GTK] Missing HTTP Auth challenge
1613
zecke@webkit.orgfa530382009-02-26 16:48:58 +00001614 Take marshallers to be built from a manually maintained list
1615 instead of grepping the sources.
1616
1617 It's much faster, especially so now that we want to add
1618 marshallers from WebCore too. A system to only take into account
1619 the modified files when generating the marshallers from sources
1620 could be hacked, but I think it's overkill considering how rarely
1621 a new marshaller is added.
1622
1623 * GNUmakefile.am:
1624
jmalonzo@webkit.org74ce0112009-02-24 09:22:35 +000016252009-02-24 Jan Michael Alonzo <jmalonzo@webkit.org>
1626
1627 Reviewed by Alexey Proskuryakov.
1628
1629 [Gtk] add options for 3D transforms and HTML5 channel messaging to the build
1630 https://bugs.webkit.org/show_bug.cgi?id=24072
1631
1632 Add options for toggling 3D transforms and HTML5 channel messaging
1633 support on or off.
1634
1635 Also fix the web-workers option. It should be web-workers and not workers.
1636
1637 * configure.ac:
1638
christian@webkit.org3a74ebf2009-02-23 11:15:30 +000016392009-02-23 Xan Lopez <xan@gnome.org>
1640
1641 Reviewed by Alexey Proskuryakov.
1642
1643 https://bugs.webkit.org/show_bug.cgi?id=22624
1644 [SOUP][GTK] Need API to get SoupSession from WebKit.
1645
1646 Remove CURL support, the only supported HTTP backend is SOUP now.
1647
1648 * GNUmakefile.am:
1649 * configure.ac:
1650
christian@webkit.org2c1a0db2009-02-19 21:41:25 +000016512009-02-19 Christian Dywan <christian@twotoasts.de>
1652
1653 Rubber-stamped by Holger Freyther.
1654
1655 http://bugs.webkit.org/show_bug.cgi?id=22811
1656 Underlinking in Programs_UnitTests (GTK+ build)
1657
1658 * GNUmakefile.am: Add GLIB_LIBS to unit test library flags.
1659
kov@webkit.org59fc6e52009-02-18 19:18:28 +000016602009-02-18 Gustavo Noronha Silva <gns@gnome.org>
1661
1662 Reviewed by Holger Freyther.
1663
1664 Fix symbols.filter location, and add other missing files to the
1665 autotools build, so that make dist works.
1666
1667 * GNUmakefile.am:
1668
kov@webkit.org80783502009-02-17 12:43:58 +000016692009-02-17 Gustavo Noronha Silva <gns@gnome.org>
1670
1671 Reviewed by Alexey Proskuryakov.
1672
1673 https://bugs.webkit.org/show_bug.cgi?id=23939
1674 Release build being built with debugging symbols
1675
1676 * configure.ac: Revert change done in revision 40790, since we
1677 already have a AC_PROG_CXX macro call as part of WEBKIT_INIT
1678
christian@webkit.org36600362009-02-12 18:32:09 +000016792009-02-12 Gustavo Noronha Silva <gns@gnome.org>
1680
1681 Reviewed by Eric Seidel.
1682
1683 * configure.ac: Make soup the default HTTP backend for the Gtk port.
1684
zecke@webkit.org10591452009-02-09 20:41:14 +000016852009-02-09 Calvin Walton <calvin.walton@gmail.com>
1686
1687 Reviewed by Holger Freyther.
1688
1689 https://bugs.webkit.org/show_bug.cgi?id=23823
1690
1691 [Gtk] Fix build with recent autotools
1692
1693 Current versions of automake/libtool don't assume you want C++ enabled
1694 by default any more, so explicitly check for a C++ compiler.
1695
1696 * configure.ac: Add AC_PROG_CXX macro
1697
christian@webkit.org0476c992009-02-02 21:15:53 +000016982009-02-02 Christian Dywan <christian@twotoasts.de>
1699
1700 Rubber-stamped by Holger Freyther.
1701
1702 Don't require Geolocation by default.
1703
1704 * configure.ac:
1705
jmalonzo@webkit.org06d65c102009-01-31 09:36:45 +000017062009-01-30 Jan Michael Alonzo <jmalonzo@webkit.org>
1707
1708 Reviewed by Nikolas Zimmermann.
1709
1710 [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits
1711 https://bugs.webkit.org/show_bug.cgi?id=22136
1712
1713 * GNUmakefile.am:
1714 * acinclude.m4: Removed.
1715 * autogen.sh:
1716 * autotools/acinclude.m4: Added.
1717 * autotools/dolt.m4: Added.
1718 * autotools/symbols.filter: Renamed from symbols.filter.
1719 * autotools/webkit.m4: Added.
1720 * configure.ac:
1721
zecke@webkit.orgb99bb802009-01-31 03:51:00 +000017222009-01-30 Holger Hans Peter Freyther <zecke@selfish.org>
1723
1724 Reviewed by Nikolas Zimmermann.
1725
1726 [GTK] Implement GeolocationService using the Geoclue library
1727
1728 https://bugs.webkit.org/show_bug.cgi?id=22022
1729
1730 Untested implementation of the GeolocationService using the geoclue
1731 library. Velocity handling is completely missing and the accuracy
1732 handling might be wrong.
1733
1734 * GNUmakefile.am:
1735 * configure.ac:
1736
zecke@webkit.org839009e2009-01-11 19:59:13 +000017372009-01-11 Xan Lopez <xan@gnome.org>
1738
1739 Reviewed by Holger Freyther.
1740
1741 Bump version to 1.1.0 since we are breaking ABI and adding new
1742 major features.
1743
1744 * configure.ac:
1745
zecke@webkit.org2d40b852008-12-20 03:18:31 +000017462008-12-19 Marco Barisione <marco.barisione@collabora.co.uk>
1747
1748 Reviewed by Holger Freyther.
1749
1750 http://bugs.webkit.org/show_bug.cgi?id=16562
1751 [gtk] Implement WebPolicyDelegate methods
1752
1753 Original work by Pierre-Luc Beaudoin. Final touches by Gustavo
1754 Noronha.
1755
1756 This implements the delegates methods of WebPolicyDelegate.
1757 Since Gtk+/C doesn't have delegate methods, they are replaced with
1758 signals.
1759
1760 A new object WebKitWebPolicyDecision allows the browser to delay its
1761 response in certain cases. WebKitWebNavigationAction contains the
1762 information about what caused a navigation request.
1763
1764 * GNUmakefile.am: Add new files
1765
zecke@webkit.orgd34c3d402008-12-19 16:54:50 +000017662008-12-19 Gustavo Noronha Silva <gns@gnome.org>
1767
1768 Reviewed by Holger Freyther.
1769
1770 Use ustar tar format for WebKit/GTK+'s make dist target, so that
1771 storing files whose filenames are > 99 is possible.
1772
1773 * configure.ac:
1774
zecke@webkit.org602f70b2008-12-19 16:35:39 +000017752008-12-19 Holger Hans Peter Freyther <zecke@selfish.org>
1776
1777 [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST
1778
1779 Fix the jit compilation on i*686 on Linux by using the va_list
1780 to pass arguments to the CTI. This is done on the MAC as well
1781 and sunspider and javascriptcore seem to work with that.
1782
1783 * configure.ac:
1784
pam@chromium.org8e6cbb52008-12-18 17:56:31 +000017852008-12-18 Pamela Greene <pam@chromium.org>
1786
1787 Submitted without review.
pam@chromium.orgcd92f572008-12-18 18:02:47 +00001788 Right, remove the whole misplaced directory, not just the tests.
1789
1790 * fast: Removed.
1791 * fast/dom: Removed.
1792
17932008-12-18 Pamela Greene <pam@chromium.org>
1794
1795 Submitted without review.
pam@chromium.org8e6cbb52008-12-18 17:56:31 +00001796 Moving layout test into LayoutTests where it belongs.
1797
1798 * fast/dom/setter-type-enforcement-expected.txt: Removed.
1799 * fast/dom/setter-type-enforcement.html: Removed.
1800
eric@webkit.org81f42262008-12-15 22:18:40 +000018012008-12-15 Daniel Macks <dmacks@netspace.org>
1802
1803 Reviewed by Darin Adler.
1804
1805 Default to use external libicu-config if avail on all platforms.
1806 https://bugs.webkit.org/show_bug.cgi?id=22713
1807
1808 * configure.ac:
1809
zecke@webkit.orgeed856b2008-12-12 16:08:48 +000018102008-12-12 Holger Hans Peter Freyther <zecke@selfish.org>
1811
1812 Back out r39222 as this is breaking the build on Gentoo (aclocal-1.10)
1813
1814 The m4 directory does not exist and we now have a compile issue on
1815 Gentoo systems.
1816
1817 * GNUmakefile.am:
1818 * configure.ac:
1819
zecke@webkit.orgaf3c15c2008-12-12 00:37:16 +000018202008-12-11 Daniel Macks <dmacks@netspace.org>
1821
1822 Reviewed by Darin Adler.
1823
1824 https://bugs.webkit.org/show_bug.cgi?id=22714
1825
1826 Put libtool macro files in subdir that it wants.
1827
1828 * GNUmakefile.am:
1829 * configure.ac:
1830
zecke@webkit.org5955e9e2008-12-07 18:41:46 +000018312008-12-07 Holger Hans Peter Freyther <zecke@selfish.org>
1832
zecke@webkit.orgc31c5112008-12-07 19:16:17 +00001833 Reviewed by Eric Seidel.
1834
1835 [Gtk+] Use glib's unit test facilities to test the WebKit/Gtk+ API
1836
1837 https://bugs.webkit.org/show_bug.cgi?id=22491
1838
1839 Add the skeleton to WebKit/gtk/tests and integrate that into the
1840 buildsystem. Testing support was added in glib 2.16. For versions
1841 using glib < 2.16 we compile an empty application.
1842
1843 * GNUmakefile.am:
1844
18452008-12-07 Holger Hans Peter Freyther <zecke@selfish.org>
1846
zecke@webkit.org5955e9e2008-12-07 18:41:46 +00001847 Reviewed by Cameron Zwarich.
1848
1849 [GTK] Define ENABLE_JIT_OPTIMIZE_CALL, ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS, ENABLE_JIT_OPTIMIZE_ARITHMETIC
1850
1851 When building the jit on i*86 also enable the above optimizations.
1852
1853 * configure.ac:
1854
hausmann@webkit.orge7bf97e2008-12-03 14:10:20 +000018552008-12-03 Simon Hausmann <hausmann@webkit.org>
1856
1857 Reviewed by Tor Arne Vestbø.
1858
1859 Fix the build of WebKit inside Qt by making sure that qmake generators
1860 that do not produce generated sources (i.e. cpp files) are not
1861 included in SOURCES.
1862
1863 * WebKit.pri:
1864
hausmann@webkit.org75ad0542008-12-02 10:04:25 +000018652008-12-02 Simon Hausmann <hausmann@webkit.org>
1866
1867 Reviewed by Tor Arne Vestbø.
1868
1869 Removed JavaScriptCore from SUBDIRS as it's not built separately
1870 anymore.
1871
1872 * WebKit.pro:
1873
zecke@webkit.orgdfb38682008-11-29 00:20:56 +000018742008-11-28 Gustavo Noronha Silva <gns@gnome.org>
1875
1876 Reviewed and slightly modified by Holger Freyther.
1877
1878 https://bugs.webkit.org/show_bug.cgi?id=19130
1879
1880 Added the new WebKitGtk files to be built:
1881 WebKit/gtk/webkit/webkitwebwindowfeatures.{cpp,h}
1882
1883 * GNUmakefile.am:
1884
jmalonzo@webkit.orge17b4862008-11-26 11:31:27 +000018852008-11-26 Kalle Vahlman <kalle.vahlman@movial.com>
1886
1887 Reviewed by Darin Adler. Landed by Jan Alonzo.
1888
1889 Bison versions under 2.2 produce crashing CSSGrammar code for ARM
1890 https://bugs.webkit.org/show_bug.cgi?id=22456
1891
1892 Check for bison version 2.2 or greater on ARM. Earlier versions produce
1893 code that crashes on ARM devices.
1894
1895 * configure.ac:
1896
zecke@webkit.orgb59f9c42008-11-25 23:17:02 +000018972008-11-25 Holger Hans Peter Freyther <zecke@selfish.org>
1898
1899 Reviewed by David Kilzer.
1900
1901 https://bugs.webkit.org/show_bug.cgi?id=22022
1902
1903 Add Geolocation support to the configure.ac
1904
1905 Add an option to build WebKit/Gtk+ with Geolocation. The
1906 implementation will be using Gypsy.
1907
1908 * configure.ac:
1909
zecke@webkit.orge9dbf8a2008-11-24 12:56:31 +000019102008-11-24 Holger Hans Peter Freyther <zecke@selfish.org>
1911
1912 Reviewed by Mark Rowe.
1913
1914 [Gtk+] Add configure option to enable Web Workers and enable it by default
1915
1916 Add --enable-workers to the buildsystem (used by build-webkit) add
1917 the to be build files to the GNUmakefile.am and change build-webkit
1918 to enable Web Workers by default.
1919
1920 * configure.ac:
1921
hausmann@webkit.org61386622008-11-20 13:44:01 +000019222008-09-09 Joerg Bornemann <joerg.bornemann@trolltech.com>
1923
1924 Reviewed by Simon Hausmann.
1925
1926 Steps towards making the Qt port of WebKit compile on Windows CE
1927
1928 https://bugs.webkit.org/show_bug.cgi?id=20746
1929
1930 * WebKit.pro: don't build DumpRenderTree on all Win32 platforms
1931
zimmermann@webkit.org4c3a61a2008-11-18 00:04:18 +000019322008-11-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1933
1934 Reviewed by George Staikos.
1935
1936 Add WML build support for Gtk as well.
1937
1938 * configure.ac:
1939
ggaren@apple.com987bc5b2008-11-17 05:52:02 +000019402008-11-16 Geoffrey Garen <ggaren@apple.com>
1941
1942 Not reviewed.
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00001943
ggaren@apple.com987bc5b2008-11-17 05:52:02 +00001944 Try to fix gtk build.
1945
1946 * configure.ac:
1947
vestbo@webkit.org83a4da72008-11-10 15:55:10 +000019482008-11-10 Tor Arne Vestbø <tavestbo@trolltech.com>
1949
1950 Rubber-stamped by Simon Hausmann.
1951
1952 Distinguish between building from trunk and as part of Qt
1953
1954 * WebKit.pri:
1955
19562008-11-10 Morten Sørvig <msorvig@trolltech.com>
hausmann@webkit.org96865462008-11-10 11:46:11 +00001957
1958 Reviewed by Simon Hausmann.
1959
1960 Make tests/auto/qwebframe compile on Qt/Mac.
1961
1962 * WebKit.pri: Fix linkage against QtWebKit when compiled as framework.
1963
cwzwarich@webkit.orgb77ab3a2008-11-07 07:41:18 +000019642008-11-06 Cameron Zwarich <zwarich@apple.com>
1965
1966 Not reviewed.
1967
1968 Speculatively fix the GTK build.
1969
1970 * GNUmakefile.am:
1971
alp@webkit.org4c29a2f2008-11-06 08:58:53 +000019722008-11-06 Alp Toker <alp@nuanti.com>
1973
1974 GTK build fix for r38155. create_hash_table was moved out of kjs/
1975
1976 * GNUmakefile.am:
1977
cwzwarich@webkit.org61a3d962008-11-06 08:55:35 +000019782008-11-06 Cameron Zwarich <zwarich@apple.com>
cwzwarich@webkit.orgf3683502008-11-06 08:53:06 +00001979
1980 Rubber-stamped by Sam Weinig.
1981
1982 Correct the reference to jsc.pro in WebKit.pro to match its new
1983 location in the root directory of JavaScriptCore.
1984
1985 * WebKit.pro:
1986
alp@webkit.org515bfc62008-11-03 15:59:02 +000019872008-11-03 Alp Toker <alp@nuanti.com>
1988
alp@webkit.orge359c842008-11-04 04:25:52 +00001989 autotools distcleancheck fix. Add dolt-generated files and
1990 webkitenumtypes.h to the list of files that need to be cleaned.
1991 Unreviewed.
1992
1993 * GNUmakefile.am:
1994
19952008-11-03 Alp Toker <alp@nuanti.com>
1996
alp@webkit.org515bfc62008-11-03 15:59:02 +00001997 Rubber-stamped by Holger Freyther.
1998
alp@webkit.org491d9092008-11-03 17:27:55 +00001999 Do not enable RTTI or exceptions in debug builds, matching release
2000 builds. They don't help much with debugging and significantly slow
2001 down and increase the size of the debug build.
2002
2003 * GNUmakefile.am:
2004
20052008-11-03 Alp Toker <alp@nuanti.com>
2006
2007 Rubber-stamped by Holger Freyther.
2008
alp@webkit.org515bfc62008-11-03 15:59:02 +00002009 Add mingw32 case to dolt for faster GTK+ Windows builds.
2010
2011 * acinclude.m4:
2012
christian@webkit.orgfb968c62008-11-02 20:23:14 +000020132008-11-02 Xan Lopez <xan@gnome.org>
2014
2015 Reviewed by Holger Freyther
2016
2017 https://bugs.webkit.org/show_bug.cgi?id=22009
2018 HTML5 Video with GStreamer pulls gnome-vfs without using it.
2019
2020 * configure.ac:
2021 Remove gnome-vfs from configure.ac, it's unused.
2022
alp@webkit.org1ad44172008-10-30 08:24:04 +000020232008-10-30 Alp Toker <alp@nuanti.com>
2024
alp@webkit.orga8df3bf2008-10-30 21:22:38 +00002025 https://bugs.webkit.org/show_bug.cgi?id=19395
2026 doltlibtool bug with bash 3.0
2027
2028 autotools dolt build fix for bash version 3.0 and older. Remove
2029 concatenation syntax from doltlibtool to support the older versions
2030 which don't have '+='.
2031
2032 * acinclude.m4:
2033
20342008-10-30 Alp Toker <alp@nuanti.com>
2035
alp@webkit.orgeb261eb2008-10-30 09:56:39 +00002036 Rubber-stamped by Oliver Hunt.
2037
2038 autotools build system change to enable JIT features by default. Can
2039 be disabled with --disable-jit (and is disabled automatically on
2040 unsupported platforms).
2041
2042 * configure.ac:
2043
20442008-10-30 Alp Toker <alp@nuanti.com>
2045
alp@webkit.org1ad44172008-10-30 08:24:04 +00002046 Bump WebKit GTK+ version to 1.0.3.
2047
2048 * configure.ac:
2049
zecke@webkit.orgbcca41d2008-10-29 22:39:18 +000020502008-10-29 Gustavo Noronha Silva <gns@gnome.org>
2051
2052 Reviewed by Holger Freyther.
2053
2054 Added all the files that need to be installed for the Inspector to
2055 work.
2056
zecke@webkit.orga05d5962008-10-29 20:19:06 +000020572008-10-29 Mike Hommey <glandium@debian.org>
2058
2059 Reviewed by Holger Freyther.
2060
2061 https://bugs.webkit.org/show_bug.cgi?id=21884
2062 Test presence and link against libpng.
2063
2064 * GNUmakefile.am:
2065 * configure.ac:
2066
jmalonzo@webkit.orgdc065f32008-10-29 19:34:36 +000020672008-10-29 Jan Michael Alonzo <jmalonzo@webkit.org>
2068
2069 Reviewed by Holger Freyther.
2070
2071 Add --enable-optimizations to enable optimized builds. The default
2072 is to enable it for release builds, and disabled for debug builds.
2073 This option will allow builders to have a debug as well as
2074 optimized builds.
2075
2076 * GNUmakefile.am:
2077 * configure.ac:
2078
alp@webkit.org6862a8b2008-10-28 14:30:05 +000020792008-10-28 Mike Hommey <glandium@debian.org>
2080
2081 Reviewed by Alp Toker.
2082
2083 https://bugs.webkit.org/show_bug.cgi?id=21885
2084 [GTK] libwebkit doesn't link against libpangoft2
2085
2086 Add pkg-config check for pangoft2 which provides
2087 pango_fc_font_description_from_pattern() used in the FreeType font
2088 backend.
2089
2090 * configure.ac:
2091
alp@webkit.org2ab36952008-10-28 12:53:51 +000020922008-10-28 Alp Toker <alp@nuanti.com>
2093
2094 Include copyright license files in the autotools dist target.
2095
2096 Change suggested by Mike Hommey.
2097
2098 * GNUmakefile.am:
2099
jmalonzo@webkit.orge39356e2008-10-25 07:24:17 +000021002008-10-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2101
2102 Gtk build fix: add '-' to Wl which was missed in r36845
2103
2104 * GNUmakefile.am:
2105
alp@webkit.orgee7dc252008-10-22 10:38:23 +000021062008-10-22 Alp Toker <alp@nuanti.com>
2107
2108 Fix build for Cairo 1.2.
2109
2110 * configure.ac:
2111
alp@webkit.org14af1492008-10-20 18:04:53 +000021122008-10-20 Alp Toker <alp@nuanti.com>
2113
2114 Partial GTK+/Win32 build fix. Lowercase library name to enable linking
2115 when cross-compiling Windows binaries from Linux: -lWs2_32 -> -lws2_32
2116
2117 * configure.ac:
2118
alp@webkit.orgb7224862008-10-14 02:16:13 +000021192008-10-13 Alp Toker <alp@nuanti.com>
2120
2121 GTK+ build fix: Ensure correct builds when debugging is
2122 enabled/disabled by defining NDEBUG in autotoolsconfig.h as needed.
2123 It's still passed as a compiler flag since some sources (DRT) don't
2124 use config.h yet.
2125
2126 * configure.ac:
2127
alp@webkit.org7e2b6cd2008-10-10 00:50:25 +000021282008-10-09 Alp Toker <alp@nuanti.com>
2129
2130 Reviewed by Mark Rowe.
2131
2132 https://bugs.webkit.org/show_bug.cgi?id=20760
2133 Implement support for x86 Linux in CTI
2134
2135 Prepare to enable CTI/WREC on supported architectures. Will be
2136 switched on when the crasher introduced in r37386 is resolved.
2137
2138 * configure.ac:
2139
alp@webkit.orge1244662008-10-07 18:28:43 +000021402008-10-07 Alp Toker <alp@nuanti.com>
2141
alp@webkit.org76e7f9a2008-10-08 00:42:37 +00002142 GTK+ build fix for older automake versions (1.7). Discussed in bug
2143 #21392.
2144
2145 * GNUmakefile.am:
2146
21472008-10-07 Alp Toker <alp@nuanti.com>
2148
alp@webkit.orge1244662008-10-07 18:28:43 +00002149 Reviewed by Mark Rowe.
2150
2151 https://bugs.webkit.org/show_bug.cgi?id=21392
2152 [GTK] Auto-generate JS DOM binding sources list
2153
2154 Remove the huge lists of generated DOM binding sources and headers in
2155 the build system. These are difficult to maintain and can be derived
2156 automatically.
2157
2158 The new strategy is to re-use the existing lists of IDL sources (which
2159 are needed for dist support anyway). This will also ease the addition
2160 of new language bindings.
2161
2162 * GNUmakefile.am:
2163
zecke@webkit.org202af282008-09-28 01:49:45 +000021642008-09-27 Jan Michael Alonzo <jmalonzo@webkit.org>
2165
2166 Reviewed by Holger Freyther.
2167
2168 https://bugs.webkit.org/show_bug.cgi?id=20287
2169 [Gtk] disable plugins for gtk/directfb target
2170
2171 Introduce WTF_PLATFORM_X11 for X11 builds.
2172 Also use target-specific packages when building the port
2173
2174 * configure.ac: Do not check for cairo-ft for directfb builds.
2175
zecke@webkit.orga051fce2008-09-27 22:56:56 +000021762008-09-27 Marco Barisione <marco.barisione@collabora.co.uk>
2177
2178 Reviewed by Holger Freyther.
2179
2180 http://bugs.webkit.org/show_bug.cgi?id=21174
2181 [GTK][AUTOTOOLS] Enable large file support at configure time
2182
2183 * configure.ac: Enable large file support with AC_SYS_LARGEFILE.
2184
jmalonzo@webkit.orga897fea2008-09-24 07:42:51 +000021852008-09-23 Richard Hult <richard@imendio.com>
2186
2187 Reviewed by Alp Toker. Landed by Jan Alonzo.
2188
2189 http://bugs.webkit.org/show_bug.cgi?id=20582
2190 [Gtk] Link error on Mac OS X
2191
2192 * GNUmakefile.am: Only use the -version-script flag for the gnu
2193 linker.
2194 * configure.ac: Check for GNU OSes.
2195
alp@webkit.org139345a2008-09-20 06:34:35 +000021962008-09-19 Alp Toker <alp@nuanti.com>
2197
2198 Build fix for the 'gold' linker and recent binutils. New behaviour
2199 requires that we link to used libraries explicitly.
2200
2201 * GNUmakefile.am:
2202 * configure.ac:
2203
jmalonzo@webkit.org6afc5d42008-09-04 20:26:16 +000022042008-09-04 Marco Barisione <marco.barisione@collabora.co.uk>
2205
2206 Reviewed by Eric Seidel.
2207
2208 http://bugs.webkit.org/show_bug.cgi?id=20380
2209 [GTK][AUTOTOOLS] Include autotoolsconfig.h from config.h
2210
2211 * configure.ac: Rename the configuration header from aconfig.h to autotoolsconfig.h.
2212
alp@webkit.org97d8c102008-08-29 05:09:39 +000022132008-08-28 Alp Toker <alp@nuanti.com>
2214
2215 GTK+ dist/build fix. List newly added header files.
2216
2217 * GNUmakefile.am:
2218
zecke@webkit.org895c50f2008-08-28 01:20:19 +000022192008-08-27 Mike Hommey <glandium@debian.org>
2220
2221 Reviewed by Holger.
2222
2223 * GNUmakefile.am:
2224 * symbols.filter: Added.
2225
alp@webkit.org9388fc82008-08-10 18:21:21 +000022262008-08-10 Jan Michael Alonzo <jmalonzo@webkit.org>
2227
2228 Reviewed (and updated) by Alp Toker.
2229
2230 https://bugs.webkit.org/show_bug.cgi?id=16620
2231 [GTK] Autotools make dist and make check support
2232
2233 Get make dist working.
2234
2235 Note that not all possible configurations have been tested yet.
2236
2237 * GNUmakefile.am:
2238
alp@webkit.orgf996f492008-08-10 03:11:28 +000022392008-08-09 Marco Barisione <marco.barisione@collabora.co.uk>
2240
2241 Reviewed by Alp Toker.
2242
2243 http://bugs.webkit.org/show_bug.cgi?id=19045
2244 [gtk] ./configure doesn't check for x toolkit availability
2245
2246 Some old versions of Xt do not provide xt.pc, in this case use
2247 AC_CHECK_LIB to check if the library is installed and then fall back
2248 to using just -lXt.
2249
2250 * configure.ac:
2251
alp@webkit.org5186e842008-08-10 03:00:29 +000022522008-08-09 Alp Toker <alp@nuanti.com>
2253
2254 GTK+ build fixes.
2255
2256 Back out r20338 libxslt check (conditional check already exists and
2257 this broke the build).
2258
2259 Make the flex version check a warning rather than fatal to fix the
2260 build bot.
2261
2262 * configure.ac:
2263
jmalonzo@webkit.orga325b512008-08-10 02:03:42 +000022642008-08-08 Jan Michael Alonzo <jmalonzo@webkit.org>
2265
2266 Reviewed by Mark Rowe.
2267
2268 http://bugs.webkit.org/show_bug.cgi?id=20338
2269 [Gtk] Autotools should check for libxslt
2270
2271 Autotools check for libxslt
2272
2273 * configure.ac:
2274
jmalonzo@webkit.org850cecc2008-08-07 12:08:52 +000022752008-08-07 Kalle Vahlman <zuh@iki.fi>
2276
2277 Reviewed by David Kilzer.
2278
2279 Check for correct flex version to avoid faulty builds
2280
2281 A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it
2282 https://bugs.webkit.org/show_bug.cgi?id=20253
2283
2284 acinclude.m4: Import AX_COMPARE_VERSION macro
2285 configure.ac: Check for flex version
2286
2287 * acinclude.m4:
2288 * configure.ac:
2289
hausmann@webkit.org25eaf422008-08-07 11:31:59 +000022902008-08-07 Simon Hausmann <hausmann@webkit.org>
2291
2292 Rubber-stamped by Lars.
2293
2294 Added API tests for QWebPage/QWebFrame based on QTestLib.
2295
2296 * WebKit.pro: Add WebKit/qt/tests to the build.
2297
jmalonzo@webkit.org46fd3f42008-08-06 12:40:53 +000022982008-08-06 Marco Barisione <marco.barisione@collabora.co.uk>
2299
2300 Reviewed by Eric Seidel.
2301
2302 http://bugs.webkit.org/show_bug.cgi?id=20276
2303 [GTK] Makefile rules for the enum GTypes files depend on Makefile
2304 instead of GNUmakefile
2305
2306 The patch committed in revision 34649 added the code needed to
2307 generate GTypes for enums but the makefile rules for
2308 stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on
2309 Makefile (used by other ports) instead of GNUmakefile.
2310
2311 * GNUmakefile.am: Depend on GNUmakefile instead of Makefile.
2312
alp@webkit.org7ba3bb92008-08-05 21:33:35 +000023132008-08-05 Marco Barisione <marco.barisione@collabora.co.uk>
2314
2315 Reviewed by Alp Toker.
2316
2317 http://bugs.webkit.org/show_bug.cgi?id=19045
2318 [gtk] ./configure doesn't check for x toolkit availability
2319
2320 Check for the .pc file for Xt instead of hard coding -lXt in the
2321 GNUmakefile.am.
2322
2323 Thanks to Dominik Röttsches for the initial patch.
2324
2325 * GNUmakefile.am:
2326 * configure.ac:
2327
christian@webkit.orge0a030f2008-07-30 18:17:24 +000023282008-07-30 Marco Barisione <marco.barisione@collabora.co.uk>
2329
2330 Reviewed by Holger.
2331
2332 http://bugs.webkit.org/show_bug.cgi?id=19742
2333 [GTK] Auto generate webkitmarshal.list
2334
2335 Auto generate webkitmarshal.list from source files to reduce the
2336 number of conflicts when merging git branches or when applying
2337 patches.
2338 Also rename webkit-marshal.* to webkitmarshal.* for consistency.
2339
2340 * GNUmakefile.am:
2341
jmalonzo@webkit.org20c9f4b2008-07-27 06:00:36 +000023422008-07-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2343
2344 Reviewed by Mark Rowe.
2345
2346 Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee.
2347
2348 [Gtk] Improve detection jpeglib
2349 https://bugs.webkit.org/show_bug.cgi?id=17865
2350
2351 * GNUmakefile.am:
2352 * configure.ac:
2353
hausmann@webkit.orgbb87b702008-07-25 10:55:33 +000023542008-07-25 Simon Hausmann <hausmann@webkit.org>
2355
2356 Discussed with and rubber-stamped by Lars.
2357
2358 Fix the build system for the Qt port.
2359
2360 Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the
2361 include search path. With a build process that combines JavaScriptCore and
2362 WebCore in one build process/Makefile the existance of
2363 JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts.
2364
2365 This commit solves this by introducing a separate build of JavaScriptCore into
2366 a static library.
2367
2368 As a result of the split-up a race-condition due to broken dependencies of
2369 regular source files to header files of generated sources showed up very
2370 frequently when doing parallel builds (which the buildbot does). This commit at
2371 the same time tries to address the dependency problem by making the
2372 addExtraCompiler() function also generate a pseudo extra compiler that
2373 represents the header file output, so that qmake is aware of the creation of
2374 the header file for dependency calculation.
2375
2376 At the same time I removed a lot of cruft from the pro files to ease maintenance.
2377
2378 * WebKit.pri:
2379 * WebKit.pro:
2380
jmalonzo@webkit.orgd18157182008-06-18 20:04:18 +000023812008-06-18 Marco Barisione <marco.barisione@collabora.co.uk>
2382
2383 Reviewed by Alp Toker.
2384
2385 https://bugs.webkit.org/show_bug.cgi?id=19171
2386 [GTK] GTypes for enumerations
2387
2388 Generate GTypes for public enumerations so they can be used as
2389 properties.
2390
2391 * GNUmakefile.am: Generate webkit-enum-types.cpp and
2392 webkit-enum-types.h.
2393
hausmann@webkit.orgb18129c2008-06-16 10:14:04 +000023942008-06-16 Simon Hausmann <hausmann@webkit.org>
2395
2396 Fix the Qt build. testkjs.pro is now called jsc.pro.
2397
2398 * WebKit.pro:
2399
alp@webkit.org643f3ef2008-06-15 11:46:18 +000024002008-06-15 Alp Toker <alp@nuanti.com>
2401
2402 Rubber-stamped by Maciej.
2403
2404 Install 'jsc' application by default.
2405
2406 * GNUmakefile.am:
2407
alp@webkit.org2d181c52008-06-08 16:10:16 +000024082008-06-08 Alp Toker <alp@nuanti.com>
2409
alp@webkit.org7c869902008-06-08 19:04:23 +00002410 autotools/GTK+ build system cleanup. Don't include WebKit API in the
2411 WebCore build as it's no longer needed since r34426.
2412
2413 * GNUmakefile.am:
2414
24152008-06-08 Alp Toker <alp@nuanti.com>
2416
alp@webkit.org2d181c52008-06-08 16:10:16 +00002417 Rubber-stamped by Mark Rowe.
2418
2419 Bring back -fstrict-aliasing for JavaScriptCore which was removed in
2420 r31821, since aliasing issues have now been fixed.
2421
2422 Use -O3, not -O2 for the JavaScriptCore build.
2423
2424 * GNUmakefile.am:
2425 * configure.ac:
2426
christian@webkit.org56f00692008-06-05 22:50:40 +000024272008-06-05 Christian Dywan <christian@twotoasts.de>
2428
2429 Reviewed by Alp Toker.
2430
2431 https://bugs.webkit.org/show_bug.cgi?id=14141
2432 Please add a version to the Gtk port
2433
2434 * GNUmakefile.am:
2435
alp@webkit.org15ef3c42008-06-03 00:30:19 +000024362008-06-02 Alp Toker <alp@nuanti.com>
2437
2438 GTK+/autotools Windows build system fixes.
2439
2440 * GNUmakefile.am:
2441 * configure.ac:
2442
alp@webkit.orgf1dbca62008-06-02 16:36:32 +000024432008-06-02 Jan Michael Alonzo <jmalonzo@webkit.org>
2444
2445 Reviewed by Alp Toker.
2446
2447 Build WebCore GTK+ sources as part of WebCore, not WebKit.
2448 Split common and GTK+-specific sources into separate file lists.
2449
2450 * GNUmakefile.am:
2451
alp@webkit.org46377ba2008-06-02 02:08:34 +000024522008-06-01 Josh Triplett <josh@freedesktop.org>
2453
2454 Reviewed by Alp Toker.
2455
2456 http://bugs.webkit.org/show_bug.cgi?id=16891
2457 [GTK] autotools build is slow
2458
2459 Add dolt revision 5e9eef10 to the autotools build system. Speeds up
2460 the build, often by a factor of two or more on supported platforms,
2461 otherwise falls back to libtool.
2462
2463 See http://dolt.freedesktop.org for details.
2464
2465 * acinclude.m4: Added.
2466 * configure.ac:
2467
jmalonzo@webkit.orgdb04f5c2008-05-25 11:15:15 +000024682008-05-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2469
2470 Reviewed by Alp Toker.
2471
2472 http://bugs.webkit.org/show_bug.cgi?id=19142
2473 [Gtk] Remove build options --svg-experimental and --cross-document-messaging
2474
2475 * configure.ac:
2476
alp@webkit.org1ea970c2008-05-25 04:19:22 +000024772008-05-24 Alp Toker <alp@nuanti.com>
2478
2479 GTK+/Win32 build fixes. Link against Windows ICU without using
2480 icu-config since it's not available on that platform.
2481
2482 Link against Ws2_32 when the curl http backend is chosen since we
2483 use select() directly.
2484
2485 * configure.ac:
2486
alp@webkit.org2bf19672008-05-23 17:48:41 +000024872008-05-23 Alp Toker <alp@nuanti.com>
2488
2489 GTK+ fixes for building without database support.
2490
2491 * configure.ac:
2492
jmalonzo@webkit.org4c3907a2008-05-20 11:52:08 +000024932008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org>
2494
alp@webkit.org5ac91ee2008-05-21 00:51:24 +00002495 Reviewed by Alp Toker.
2496
2497 Fix for previous autotools change.
2498
2499 * configure.ac:
2500
25012008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org>
2502
jmalonzo@webkit.org4c3907a2008-05-20 11:52:08 +00002503 Reviewed by Alp.
2504
2505 http://bugs.webkit.org/show_bug.cgi?id=18483
2506 [Gtk] Autotools should match build-webkit default flags
2507
2508 * configure.ac:
2509
alp@webkit.org8cfd6ab2008-05-19 23:06:49 +000025102008-05-19 Alp Toker <alp@nuanti.com>
2511
2512 GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when
2513 the Pango font backend is selected.
2514
2515 * GNUmakefile.am:
2516 * configure.ac:
2517
jchaffraix@webkit.org98e84ef2008-05-16 20:38:48 +000025182008-05-16 Julien Chaffraix <jchaffraix@webkit.org>
2519
2520 Reviewed by Eric.
2521
2522 Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated
2523
2524 * configure.ac: Add HTML_FLAGS and set it when video is enabled.
2525
hausmann@webkit.orgf9804ce2008-05-16 14:25:57 +000025262008-05-15 Ariya Hidayat <ariya.hidayat@trolltech.com>
2527
2528 Reviewed by Simon.
2529
2530 Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files
2531 from gtk-port.
2532
2533 * WebKit.pri:
2534 * WebKit.pro:
2535
andersca@apple.combe4e18c2008-05-10 00:46:50 +000025362008-05-09 Anders Carlsson <andersca@apple.com>
2537
2538 Reviewed by Mark.
2539
2540 Add x86_64 rule.
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00002541
andersca@apple.combe4e18c2008-05-10 00:46:50 +00002542 * Makefile:
2543
hausmann@webkit.orgba4d9c12008-05-09 13:08:33 +000025442008-05-09 Simon Hausmann <hausmann@webkit.org>
2545
2546 Reviewed by Holger.
2547
2548 Removed explicit linkage against libxml and libxslt on Qt/Mac builds.
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00002549
hausmann@webkit.orgba4d9c12008-05-09 13:08:33 +00002550 This dependency is completely unnecessary here and creates only problems by
2551 propagating through WebCore.pro over libQtWebKit.prl right now customer
2552 applications.
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00002553
hausmann@webkit.orgba4d9c12008-05-09 13:08:33 +00002554
2555 * WebKit.pri:
2556
andersca@apple.comdb0ed042008-05-03 00:21:05 +000025572008-05-02 Anders Carlsson <andersca@apple.com>
2558
2559 Reviewed by Mark.
2560
2561 Add an "x86_64" make rule.
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00002562
andersca@apple.comdb0ed042008-05-03 00:21:05 +00002563 * Makefile.shared:
2564
alp@webkit.orgd06c7c92008-05-02 22:21:09 +000025652008-05-02 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2566
2567 Reviewed by Eric.
2568
2569 https://bugs.webkit.org/show_bug.cgi?id=18811
2570 Enable dashboard and offline web apps in autotools
2571
2572 * configure.ac:
2573
alp@webkit.orga55698b2008-05-01 18:15:39 +000025742008-05-01 Marc Ordinas i Llopis <marc.ordinasillopis@collabora.co.uk>
2575
2576 Reviewed by Alp Toker.
2577
2578 https://bugs.webkit.org/show_bug.cgi?id=14750
2579 Added support for NPAPI plugins on Gtk and Qt-x11 ports.
2580
2581 * GNUmakefile.am: Added Xt library.
2582
ddkilzer@apple.come9e33f32008-04-30 00:31:10 +000025832008-04-29 David Kilzer <ddkilzer@apple.com>
2584
2585 BUILD FIX for ENABLE(DASHBOARD_SUPPORT)
2586
2587 * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT.
2588
alp@webkit.org81514942008-04-23 03:14:26 +000025892008-04-22 Alp Toker <alp@nuanti.com>
2590
2591 GTK+ debug build fix for changes in r32257.
2592
2593 * GNUmakefile.am:
2594
alp@webkit.orgc04fee22008-04-19 05:16:00 +000025952008-04-18 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2596
2597 Reviewed by Alp Toker.
2598
alp@webkit.org67ed4c42008-04-19 05:19:57 +00002599 http://bugs.webkit.org/show_bug.cgi?id=16620
2600 [GTK] Autotools make dist and make check support
alp@webkit.orgc04fee22008-04-19 05:16:00 +00002601
2602 Cleanups.
2603
2604 * GNUmakefile.am:
2605
mrowe@apple.com59de0d02008-04-19 01:31:29 +000026062008-04-11 Mark Rowe <mrowe@apple.com>
2607
2608 Rubber-stamped by Antti Koivisto.
2609
2610 * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show.
2611
alp@webkit.orgd66a1152008-04-17 23:05:11 +000026122008-04-17 Alp Toker <alp@atoker.com>
2613
2614 GTK+ build fix. Back out the libjpeg check part of r32008 from bug
2615 #17865 (reopened).
2616
2617 * configure.ac:
2618
alp@webkit.org4598acd2008-04-17 19:21:34 +000026192008-04-17 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2620
2621 Reviewed by Alp Toker.
2622
2623 http://bugs.webkit.org/show_bug.cgi?id=17865
2624 [Gtk] Improve detection of jpeglib and glib tools
2625
2626 Improve detecting jpeglib and glib tools
2627
2628 * configure.ac: Throw an error if the dependencies above are
2629 currently not installed
2630
alp@webkit.orgf02b6bc2008-04-14 20:18:18 +000026312008-04-14 Xan Lopez <xan@gnome.org>
2632
2633 Reviewed by Alp Toker.
2634
2635 http://bugs.webkit.org/show_bug.cgi?id=17917
2636 Bug 17917: Cookie support for HTTP soup backend
2637
2638 Bumped the libsoup required version to 2.23 for cookie support.
2639
2640 * configure.ac:
2641
mrowe@apple.comfd551522008-04-11 21:18:05 +000026422008-04-11 Mark Rowe <mrowe@apple.com>
2643
2644 Rubber-stamped by Anders Carlsson.
2645
2646 Fix https://bugs.webkit.org/show_bug.cgi?id=18430
2647 Bug 18430: SIGSEGV on amd64 when built with gcc 4.3
2648
2649 GCC 4.3 generates bad code in some instances when working with our HashTables
2650 as some of the HashTable code violates the strict aliasing requirements. Since
2651 GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until
2652 the code can be fixed to be safe with strict aliasing enabled, we will disable
2653 strict aliasing.
2654
2655 * GNUmakefile.am:
2656
alp@webkit.org02eba752008-04-11 00:45:17 +000026572008-03-12 Michael Emmel <mike.emmel@gmail.com>
2658
2659 Reviewed by Alp Toker.
2660
2661 http://bugs.webkit.org/show_bug.cgi?id=18397
2662 Fix leaving spaces before parens in functions
2663
2664 * WebKitTools/Scripts/wkstyle:
2665
ap@webkit.orgc266b3f2008-04-07 12:24:26 +000026662008-04-07 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2667
2668 Build fix, rubber-stamped and landed by ap.
2669
2670 * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support.
2671
zecke@webkit.org178fffa2008-03-21 20:40:41 +000026722008-03-21 Rodney Dawes <dobey@wayofthemonkey.com>
2673
2674 Reviewed by Holger.
2675
2676 Remove the JSCore include path options from global_cppflags.
2677 Place JSCore include path options in javascriptcore_cppflags.
2678 Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS.
2679
2680 * GNUmakefile.am:
2681
andersca@apple.com2421f662008-03-20 18:19:07 +000026822008-03-20 Jasper Bryant-Greene <jasper@unix.geek.nz>
2683
2684 Reviewed by Anders.
2685
2686 Resolves http://bugs.webkit.org/show_bug.cgi?id=16092
2687 "[GTK] Middle-mouse click should allow opening a URL in a new tab"
2688
2689 Added WebKitNavigationAction object to GTK API
2690
2691 * GNUmakefile.am:
2692
alp@webkit.org7d9253a2008-03-12 15:03:17 +000026932008-03-12 Xan Lopez <xan@gnome.org>
2694
2695 Reviewed by Alp Toker.
2696
2697 http://bugs.webkit.org/show_bug.cgi?id=15229
2698
2699 Add optional font backend support with freetype and pango
2700 backends. Default is freetype for now.
2701
alp@webkit.org720edd62008-03-12 15:08:01 +00002702 Original patch by Sven Herzberg <sven@imendio.com>
2703
alp@webkit.org7d9253a2008-03-12 15:03:17 +00002704 * configure.ac:
2705
alp@webkit.orgb51d08f2008-03-11 23:06:38 +000027062008-03-11 Xan Lopez <xan@gnome.org>
2707
2708 Reviewed by Alp Toker.
2709
2710 http://bugs.webkit.org/show_bug.cgi?id=16476
2711
2712 Add support for multiple http backends, and add soup backend (off by default).
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00002713
alp@webkit.orgb51d08f2008-03-11 23:06:38 +00002714 * GNUmakefile.am:
2715 * configure.ac:
2716
hausmann@webkit.org9999bb82008-03-10 11:52:27 +000027172008-03-07 Simon Hausmann <hausmann@webkit.org>
2718
darin@apple.com07c80c62008-09-05 18:15:43 +00002719 Reviewed by Darin Adler.
hausmann@webkit.org9999bb82008-03-10 11:52:27 +00002720
2721 Done with Lars.
2722
2723 Added plugins subdirectory to the include path.
2724
2725 * WebKit.pri:
2726
alp@webkit.org478185d2008-03-10 02:44:33 +000027272008-03-09 Alp Toker <alp@atoker.com>
2728
2729 GTK+ build fix for r30913.
2730
2731 Use UNICODE_CFLAGS for C++ sources as well as C sources.
2732
2733 * GNUmakefile.am:
2734
vestbo@webkit.org83a4da72008-11-10 15:55:10 +000027352008-03-09 Jörg Billeter <j@bitron.ch>
alp@webkit.orgd28cae02008-03-10 00:49:15 +00002736
2737 Reviewed by Alp Toker.
2738
2739 Conditionalise ICU for Unicode in the GTK+ port.
2740
2741 * GNUmakefile.am:
2742 * configure.ac:
2743
alp@webkit.orgc1c99562008-03-03 22:06:52 +000027442008-03-03 Brent Fulgham <bfulgham@gmail.com>
2745
2746 Reviewed by Alp Toker.
2747
2748 http://bugs.webkit.org/show_bug.cgi?id=17644
2749 Build GTK on Mac OS X using native ICU library
2750
2751 Use Apple native ICU libraries when building GTK
2752 webkit on Mac OS.
2753
2754 * configure.ac:
2755
alp@webkit.org03709e02008-03-03 05:10:18 +000027562008-03-02 Brent Fulgham <bfulgham@gmail.com>
2757
2758 Reviewed by Alp Toker.
2759
2760 Add ICU_CPPFLAGS earlier in include path for WebCore
2761 so that we find $(icu_cppflags)/unicode/utf8.h, rather than
2762 the wtf/unicode/UTF8.h on case-insensitive file systems.
2763
2764 * GNUmakefile.am:
2765
alp@webkit.org66551a12008-03-02 19:51:26 +000027662008-03-02 Alp Toker <alp@atoker.com>
2767
2768 Reviewed by Mark Rowe.
2769
2770 Split the WebKit GTK+ build out of the WebCore build and change the
2771 shared object name to match the package name.
2772
2773 * GNUmakefile.am:
2774
alp@webkit.org06f756d2008-02-28 08:21:59 +000027752008-02-28 Alp Toker <alp@atoker.com>
2776
2777 Fix a configure script typo spotted by Kalle Vahlman.
2778
2779 * configure.ac:
2780
timothy@apple.com7e518c52008-02-26 21:54:07 +000027812008-02-26 Timothy Hatcher <timothy@apple.com>
2782
2783 Reviewed by Darin Adler.
2784
2785 Add "64" and "64u" make rules to allow easy building of 64-bit versions.
2786
2787 make 64: will build Intel-only 64-bit.
2788 make 64u: will build 4-way universal for PPC and Intel.
2789
2790 * Makefile:
2791 * Makefile.shared:
2792
darin@apple.com47e2c232008-02-24 05:42:29 +000027932008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2794
darin@apple.com07c80c62008-09-05 18:15:43 +00002795 Rubber stamped by Darin Adler.
pewtermoose@webkit.org7a953d92008-02-24 07:07:03 +00002796
2797 Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
2798 whitespaces introduced in the previous commit.
2799
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00002800 * GNUmakefile.am:
pewtermoose@webkit.org7a953d92008-02-24 07:07:03 +00002801
28022008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2803
darin@apple.com07c80c62008-09-05 18:15:43 +00002804 Rubber-stamped by Darin Adler.
darin@apple.com47e2c232008-02-24 05:42:29 +00002805
2806 * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES.
2807 * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS.
2808
alp@webkit.org80dd1122008-02-21 20:16:43 +000028092008-02-21 Alp Toker <alp@atoker.com>
2810
alp@webkit.org52b83662008-02-22 06:10:42 +00002811 Fix a configure script typo.
2812
2813 * configure.ac:
2814
28152008-02-21 Alp Toker <alp@atoker.com>
2816
alp@webkit.org80dd1122008-02-21 20:16:43 +00002817 GTK+/autotools SVG experimental build fix
2818
2819 Don't enable SVG filters in --enable-svg-experimental.
2820
2821 This feature isn't supported at all yet. Developers can enable it
2822 explicitly by passing --enable-svg-filters if needed.
2823
2824 * configure.ac:
2825
alp@webkit.orgc53b43d2008-02-21 19:43:44 +000028262008-02-21 Mike Auty <mike.auty@gmail.com>
2827
2828 Reviewed by Alp Toker.
2829
2830 http://bugs.webkit.org/show_bug.cgi?id=17445
2831 [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed"
2832
2833 The GNUmakefile.am files make use of the LDFLAGS variable to include library
2834 additions such as -ljpeg etc. Unfortunately, if these inclusions aren't made
2835 in LIBADD/LDADD variables, then they are mis-ordered during the linking.
2836
2837 The as-needed flag discards libraries whose functions have not been needed by
2838 earlier libraries, which therefore makes the ordering important.
2839
2840 This moves all -l library inclusion statements from LDFLAGS variables to
2841 LIBADD/LDADD variables.
2842
2843 * GNUmakefile.am:
2844
alp@webkit.org9fc08a82008-02-15 18:25:44 +000028452008-02-15 Alp Toker <alp@atoker.com>
2846
2847 Reviewed by Holger.
2848
2849 GTK+ configure script cleanups
2850
2851 Categorize the configuration summary printout.
2852 Bump GTK+ requirement to 2.8.
2853 Rename 'webkit_target' to just 'target'.
2854 Don't check for pthread on Win32.
2855
2856 * configure.ac:
2857
aroben@apple.comcde8fd12008-02-15 16:36:07 +000028582008-02-14 Adam Roben <aroben@apple.com>
2859
aroben@apple.com198b8e12008-02-15 16:36:54 +00002860 Turn on cross-document messaging support by default
2861
darin@apple.com07c80c62008-09-05 18:15:43 +00002862 Reviewed by Darin Adler.
aroben@apple.com198b8e12008-02-15 16:36:54 +00002863
2864 * configure.ac:
2865
28662008-02-14 Adam Roben <aroben@apple.com>
2867
aroben@apple.comcde8fd12008-02-15 16:36:07 +00002868 Conditionalize cross-document messaging support
2869
2870 The cross-document messaging parts of HTML 5 are in flux and we want
2871 ports to be able to turn off the support as needed.
2872
2873 Note that the support is turned off by default right now. A subsequent
2874 commit will turn it on by default.
2875
darin@apple.com07c80c62008-09-05 18:15:43 +00002876 Reviewed by Darin Adler.
aroben@apple.comcde8fd12008-02-15 16:36:07 +00002877
2878 * configure.ac:
2879
alp@webkit.org4ad34cb2008-02-12 21:04:50 +000028802008-02-12 Rodney Dawes <dobey@wayofthemonkey.com>
2881
2882 Reviewed by Alp Toker.
2883
2884 Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES
2885 to the CPPFLAGS for WebCore and WebKit
2886 Add a pkgconfig check for hildon-1 when --with-hildon specified
2887 Output the use of Hildon support in the summary
2888 Add HILDON_CPPFLAGS to webkitgtk_cppflags
2889 Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS
2890 Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS
2891
2892 * configure.ac:
2893 * GNUmakefile.am:
2894
alp@webkit.org28c069b2008-02-09 05:44:24 +000028952008-02-08 Alp Toker <alp@atoker.com>
2896
2897 Rubber-stamped by Maciej.
2898
2899 Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4.
2900
2901 * configure.ac:
2902
timothy@apple.comf42518d2008-02-06 20:19:16 +000029032008-02-06 Timothy Hatcher <timothy@apple.com>
2904
2905 Rubber-stamped by Mark Rowe.
2906
2907 Dump of bugs.webkit.org's Bugzilla instance.
2908
2909 * BugsSite: Added.
2910 * BugsSite/.htaccess: Added.
2911 * BugsSite/Bugzilla: Added.
2912 * BugsSite/Bugzilla.pm: Added.
2913 * BugsSite/Bugzilla/.cvsignore: Added.
2914 * BugsSite/Bugzilla/.htaccess: Added.
2915 * BugsSite/Bugzilla/Attachment.pm: Added.
2916 * BugsSite/Bugzilla/Auth: Added.
2917 * BugsSite/Bugzilla/Auth.pm: Added.
2918 * BugsSite/Bugzilla/Auth/Login: Added.
2919 * BugsSite/Bugzilla/Auth/Login/WWW: Added.
2920 * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added.
2921 * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added.
2922 * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added.
2923 * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added.
2924 * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added.
2925 * BugsSite/Bugzilla/Auth/README: Added.
2926 * BugsSite/Bugzilla/Auth/Verify: Added.
2927 * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added.
2928 * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added.
2929 * BugsSite/Bugzilla/Bug.pm: Added.
2930 * BugsSite/Bugzilla/BugMail.pm: Added.
2931 * BugsSite/Bugzilla/CGI.pm: Added.
2932 * BugsSite/Bugzilla/Chart.pm: Added.
2933 * BugsSite/Bugzilla/Config.pm: Added.
2934 * BugsSite/Bugzilla/Constants.pm: Added.
2935 * BugsSite/Bugzilla/DB: Added.
2936 * BugsSite/Bugzilla/DB.pm: Added.
2937 * BugsSite/Bugzilla/DB/Mysql.pm: Added.
2938 * BugsSite/Bugzilla/DB/Pg.pm: Added.
2939 * BugsSite/Bugzilla/DB/Schema: Added.
2940 * BugsSite/Bugzilla/DB/Schema.pm: Added.
2941 * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added.
2942 * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added.
2943 * BugsSite/Bugzilla/Error.pm: Added.
2944 * BugsSite/Bugzilla/Flag.pm: Added.
2945 * BugsSite/Bugzilla/FlagType.pm: Added.
2946 * BugsSite/Bugzilla/Group.pm: Added.
2947 * BugsSite/Bugzilla/Search.pm: Added.
2948 * BugsSite/Bugzilla/Series.pm: Added.
2949 * BugsSite/Bugzilla/Template: Added.
2950 * BugsSite/Bugzilla/Template.pm: Added.
2951 * BugsSite/Bugzilla/Template/Plugin: Added.
2952 * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added.
2953 * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added.
2954 * BugsSite/Bugzilla/Template/Plugin/User.pm: Added.
2955 * BugsSite/Bugzilla/Token.pm: Added.
2956 * BugsSite/Bugzilla/User: Added.
2957 * BugsSite/Bugzilla/User.pm: Added.
2958 * BugsSite/Bugzilla/User/Setting.pm: Added.
2959 * BugsSite/Bugzilla/Util.pm: Added.
2960 * BugsSite/CGI.pl: Added.
2961 * BugsSite/PrettyPatch: Added.
2962 * BugsSite/PrettyPatch/PrettyPatch.rb: Added.
2963 * BugsSite/PrettyPatch/prettify.rb: Added.
2964 * BugsSite/QUICKSTART: Added.
2965 * BugsSite/README: Added.
2966 * BugsSite/UPGRADING: Added.
2967 * BugsSite/UPGRADING-pre-2.8: Added.
2968 * BugsSite/ant.jpg: Added.
2969 * BugsSite/attachment-aroben.cgi: Added.
2970 * BugsSite/attachment.cgi: Added.
2971 * BugsSite/buglist.cgi: Added.
2972 * BugsSite/bugzilla.dtd: Added.
2973 * BugsSite/chart.cgi: Added.
2974 * BugsSite/checksetup.pl: Added.
2975 * BugsSite/colchange.cgi: Added.
2976 * BugsSite/collectstats.pl: Added.
2977 * BugsSite/config.cgi: Added.
2978 * BugsSite/contrib: Added.
2979 * BugsSite/contrib/BugzillaEmail.pm: Added.
2980 * BugsSite/contrib/README: Added.
2981 * BugsSite/contrib/README.Mailif: Added.
2982 * BugsSite/contrib/bug_email.pl: Added.
2983 * BugsSite/contrib/bugmail_help.html: Added.
2984 * BugsSite/contrib/bugzilla-submit: Added.
2985 * BugsSite/contrib/bugzilla-submit/README: Added.
2986 * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added.
2987 * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added.
2988 * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added.
2989 * BugsSite/contrib/bugzilla.procmailrc: Added.
2990 * BugsSite/contrib/bugzilla_email_append.pl: Added.
2991 * BugsSite/contrib/bugzilla_ldapsync.rb: Added.
2992 * BugsSite/contrib/bzdbcopy.pl: Added.
2993 * BugsSite/contrib/cmdline: Added.
2994 * BugsSite/contrib/cmdline/bugcount: Added.
2995 * BugsSite/contrib/cmdline/bugids: Added.
2996 * BugsSite/contrib/cmdline/buglist: Added.
2997 * BugsSite/contrib/cmdline/bugs: Added.
2998 * BugsSite/contrib/cmdline/bugslink: Added.
2999 * BugsSite/contrib/cmdline/makequery: Added.
3000 * BugsSite/contrib/cmdline/query.conf: Added.
3001 * BugsSite/contrib/cvs-update.pl: Added.
3002 * BugsSite/contrib/gnats2bz.pl: Added.
3003 * BugsSite/contrib/gnatsparse: Added.
3004 * BugsSite/contrib/gnatsparse/README: Added.
3005 * BugsSite/contrib/gnatsparse/gnatsparse.py: Added.
3006 * BugsSite/contrib/gnatsparse/magic.py: Added.
3007 * BugsSite/contrib/gnatsparse/specialuu.py: Added.
3008 * BugsSite/contrib/jb2bz.py: Added.
3009 * BugsSite/contrib/mysqld-watcher.pl: Added.
3010 * BugsSite/contrib/sendbugmail.pl: Added.
3011 * BugsSite/contrib/sendunsentbugmail.pl: Added.
3012 * BugsSite/contrib/syncLDAP.pl: Added.
3013 * BugsSite/contrib/yp_nomail.sh: Added.
3014 * BugsSite/createaccount.cgi: Added.
3015 * BugsSite/data: Added.
3016 * BugsSite/data/.htaccess: Added.
3017 * BugsSite/data/attachments: Added.
3018 * BugsSite/data/attachments/.htaccess: Added.
3019 * BugsSite/data/duplicates: Added.
3020 * BugsSite/data/mail: Added.
3021 * BugsSite/data/mimedump-tmp: Added.
3022 * BugsSite/data/mining: Added.
3023 * BugsSite/data/nomail: Added.
3024 * BugsSite/data/params: Added.
3025 * BugsSite/data/template: Added.
3026 * BugsSite/data/template/template: Added.
3027 * BugsSite/data/template/template/en: Added.
3028 * BugsSite/data/template/template/en/custom: Added.
3029 * BugsSite/data/template/template/en/custom/account: Added.
3030 * BugsSite/data/template/template/en/custom/account/auth: Added.
3031 * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
3032 * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added.
3033 * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added.
3034 * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added.
3035 * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added.
3036 * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added.
3037 * BugsSite/data/template/template/en/custom/account/email: Added.
3038 * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added.
3039 * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added.
3040 * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added.
3041 * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added.
3042 * BugsSite/data/template/template/en/custom/account/password: Added.
3043 * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
3044 * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
3045 * BugsSite/data/template/template/en/custom/account/prefs: Added.
3046 * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added.
3047 * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added.
3048 * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added.
3049 * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added.
3050 * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added.
3051 * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
3052 * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added.
3053 * BugsSite/data/template/template/en/custom/admin: Added.
3054 * BugsSite/data/template/template/en/custom/admin/classifications: Added.
3055 * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added.
3056 * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added.
3057 * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added.
3058 * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added.
3059 * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added.
3060 * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
3061 * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added.
3062 * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added.
3063 * BugsSite/data/template/template/en/custom/admin/components: Added.
3064 * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
3065 * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added.
3066 * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added.
3067 * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added.
3068 * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added.
3069 * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added.
3070 * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added.
3071 * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added.
3072 * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added.
3073 * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added.
3074 * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
3075 * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
3076 * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
3077 * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
3078 * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
3079 * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
3080 * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
3081 * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
3082 * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
3083 * BugsSite/data/template/template/en/custom/admin/flag-type: Added.
3084 * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
3085 * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
3086 * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added.
3087 * BugsSite/data/template/template/en/custom/admin/groups: Added.
3088 * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added.
3089 * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added.
3090 * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added.
3091 * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added.
3092 * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added.
3093 * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added.
3094 * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added.
3095 * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added.
3096 * BugsSite/data/template/template/en/custom/admin/keywords: Added.
3097 * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
3098 * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
3099 * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
3100 * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
3101 * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
3102 * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
3103 * BugsSite/data/template/template/en/custom/admin/milestones: Added.
3104 * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
3105 * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added.
3106 * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added.
3107 * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
3108 * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added.
3109 * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added.
3110 * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added.
3111 * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
3112 * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added.
3113 * BugsSite/data/template/template/en/custom/admin/products: Added.
3114 * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
3115 * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added.
3116 * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added.
3117 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added.
3118 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
3119 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
3120 * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
3121 * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added.
3122 * BugsSite/data/template/template/en/custom/admin/settings: Added.
3123 * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added.
3124 * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added.
3125 * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added.
3126 * BugsSite/data/template/template/en/custom/admin/users: Added.
3127 * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
3128 * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added.
3129 * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added.
3130 * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added.
3131 * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
3132 * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added.
3133 * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added.
3134 * BugsSite/data/template/template/en/custom/admin/versions: Added.
3135 * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
3136 * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added.
3137 * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added.
3138 * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added.
3139 * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added.
3140 * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added.
3141 * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added.
3142 * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added.
3143 * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added.
3144 * BugsSite/data/template/template/en/custom/attachment: Added.
3145 * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added.
3146 * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added.
3147 * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added.
3148 * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added.
3149 * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added.
3150 * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added.
3151 * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added.
3152 * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added.
3153 * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added.
3154 * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added.
3155 * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added.
3156 * BugsSite/data/template/template/en/custom/bug: Added.
3157 * BugsSite/data/template/template/en/custom/bug/activity: Added.
3158 * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added.
3159 * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added.
3160 * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added.
3161 * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added.
3162 * BugsSite/data/template/template/en/custom/bug/create: Added.
3163 * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
3164 * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added.
3165 * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added.
3166 * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added.
3167 * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added.
3168 * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added.
3169 * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added.
3170 * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added.
3171 * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added.
3172 * BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added.
3173 * BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added.
3174 * BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added.
3175 * BugsSite/data/template/template/en/custom/bug/process: Added.
3176 * BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added.
3177 * BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
3178 * BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added.
3179 * BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added.
3180 * BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added.
3181 * BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added.
3182 * BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
3183 * BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added.
3184 * BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added.
3185 * BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added.
3186 * BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added.
3187 * BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added.
3188 * BugsSite/data/template/template/en/custom/bug/votes: Added.
3189 * BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
3190 * BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
3191 * BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
3192 * BugsSite/data/template/template/en/custom/config.js.tmpl: Added.
3193 * BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added.
3194 * BugsSite/data/template/template/en/custom/flag: Added.
3195 * BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added.
3196 * BugsSite/data/template/template/en/custom/global: Added.
3197 * BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added.
3198 * BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added.
3199 * BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added.
3200 * BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added.
3201 * BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added.
3202 * BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added.
3203 * BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added.
3204 * BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added.
3205 * BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added.
3206 * BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added.
3207 * BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added.
3208 * BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added.
3209 * BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added.
3210 * BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added.
3211 * BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added.
3212 * BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added.
3213 * BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added.
3214 * BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added.
3215 * BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added.
3216 * BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added.
3217 * BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added.
3218 * BugsSite/data/template/template/en/custom/index.html.tmpl: Added.
3219 * BugsSite/data/template/template/en/custom/list: Added.
3220 * BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added.
3221 * BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added.
3222 * BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added.
3223 * BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added.
3224 * BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added.
3225 * BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added.
3226 * BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added.
3227 * BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added.
3228 * BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added.
3229 * BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added.
3230 * BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added.
3231 * BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added.
3232 * BugsSite/data/template/template/en/custom/pages: Added.
3233 * BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added.
3234 * BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added.
3235 * BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added.
3236 * BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added.
3237 * BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added.
3238 * BugsSite/data/template/template/en/custom/reports: Added.
3239 * BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added.
3240 * BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added.
3241 * BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added.
3242 * BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added.
3243 * BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added.
3244 * BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
3245 * BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added.
3246 * BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added.
3247 * BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added.
3248 * BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added.
3249 * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added.
3250 * BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added.
3251 * BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added.
3252 * BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added.
3253 * BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added.
3254 * BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added.
3255 * BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added.
3256 * BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added.
3257 * BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added.
3258 * BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added.
3259 * BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added.
3260 * BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added.
3261 * BugsSite/data/template/template/en/custom/request: Added.
3262 * BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added.
3263 * BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added.
3264 * BugsSite/data/template/template/en/custom/search: Added.
3265 * BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added.
3266 * BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added.
3267 * BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added.
3268 * BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added.
3269 * BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added.
3270 * BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added.
3271 * BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added.
3272 * BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added.
3273 * BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added.
3274 * BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added.
3275 * BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added.
3276 * BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added.
3277 * BugsSite/data/template/template/en/custom/whine: Added.
3278 * BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added.
3279 * BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added.
3280 * BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
3281 * BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added.
3282 * BugsSite/data/template/template/en/default: Added.
3283 * BugsSite/data/template/template/en/default/attachment: Added.
3284 * BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added.
3285 * BugsSite/data/template/template/en/default/list: Added.
3286 * BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added.
3287 * BugsSite/data/versioncache: Added.
3288 * BugsSite/data/versioncache.13P9L: Added.
3289 * BugsSite/data/versioncache.1lH1E: Added.
3290 * BugsSite/data/versioncache.3AnHd: Added.
3291 * BugsSite/data/versioncache.3Jmjt: Added.
3292 * BugsSite/data/versioncache.3JzIL: Added.
3293 * BugsSite/data/versioncache.77b4y: Added.
3294 * BugsSite/data/versioncache.7VzyU: Added.
3295 * BugsSite/data/versioncache.EQdAm: Added.
3296 * BugsSite/data/versioncache.EouAG: Added.
3297 * BugsSite/data/versioncache.LJ5n1: Added.
3298 * BugsSite/data/versioncache.Lb0fW: Added.
3299 * BugsSite/data/versioncache.PyAd8: Added.
3300 * BugsSite/data/versioncache.SFyse: Added.
3301 * BugsSite/data/versioncache.SkTTg: Added.
3302 * BugsSite/data/versioncache.VVO7E: Added.
3303 * BugsSite/data/versioncache.XbxgU: Added.
3304 * BugsSite/data/versioncache.Yezqr: Added.
3305 * BugsSite/data/versioncache.dtzIv: Added.
3306 * BugsSite/data/versioncache.jzpeh: Added.
3307 * BugsSite/data/versioncache.pbn6U: Added.
3308 * BugsSite/data/versioncache.qyixS: Added.
3309 * BugsSite/data/versioncache.sBMdb: Added.
3310 * BugsSite/data/versioncache.xNi34: Added.
3311 * BugsSite/data/webdot: Added.
3312 * BugsSite/data/webdot/.htaccess: Added.
3313 * BugsSite/data/webdot/0ZLH3QpFd8.dot: Added.
3314 * BugsSite/data/webdot/3s6e7eC2Dy.dot: Added.
3315 * BugsSite/data/webdot/6MW0q54cyY.dot: Added.
3316 * BugsSite/data/webdot/A2RlhPdO2Q.dot: Added.
3317 * BugsSite/data/webdot/DuBX4I4946.dot: Added.
3318 * BugsSite/data/webdot/GudTgvrKBX.dot: Added.
3319 * BugsSite/data/webdot/I1mCbLtAzQ.dot: Added.
3320 * BugsSite/data/webdot/JtKgvWGVb4.dot: Added.
3321 * BugsSite/data/webdot/RFk4bjAwYc.dot: Added.
3322 * BugsSite/data/webdot/YQ1pWFVfqt.dot: Added.
3323 * BugsSite/data/webdot/YcFUepShZI.dot: Added.
3324 * BugsSite/data/webdot/a9i00KgTQk.dot: Added.
3325 * BugsSite/data/webdot/c412GYaHch.dot: Added.
3326 * BugsSite/data/webdot/hjYnYr3tV1.dot: Added.
3327 * BugsSite/data/webdot/pq3Qw7wynI.dot: Added.
3328 * BugsSite/data/webdot/tL7GjA7bqH.dot: Added.
3329 * BugsSite/defparams.pl: Added.
3330 * BugsSite/describecomponents.cgi: Added.
3331 * BugsSite/describekeywords.cgi: Added.
3332 * BugsSite/describekeywords.cgi.bak: Added.
3333 * BugsSite/docs: Added.
3334 * BugsSite/docs/.cvsignore: Added.
3335 * BugsSite/docs/README.docs: Added.
3336 * BugsSite/docs/html: Added.
3337 * BugsSite/docs/html/Bugzilla-Guide.html: Added.
3338 * BugsSite/docs/html/about.html: Added.
3339 * BugsSite/docs/html/administration.html: Added.
3340 * BugsSite/docs/html/bug_page.html: Added.
3341 * BugsSite/docs/html/bugreports.html: Added.
3342 * BugsSite/docs/html/cmdline-bugmail.html: Added.
3343 * BugsSite/docs/html/cmdline.html: Added.
3344 * BugsSite/docs/html/components.html: Added.
3345 * BugsSite/docs/html/configuration.html: Added.
3346 * BugsSite/docs/html/conventions.html: Added.
3347 * BugsSite/docs/html/copyright.html: Added.
3348 * BugsSite/docs/html/credits.html: Added.
3349 * BugsSite/docs/html/cust-change-permissions.html: Added.
3350 * BugsSite/docs/html/cust-hooks.html: Added.
3351 * BugsSite/docs/html/cust-templates.html: Added.
3352 * BugsSite/docs/html/customization.html: Added.
3353 * BugsSite/docs/html/dbdoc.html: Added.
3354 * BugsSite/docs/html/dbmodify.html: Added.
3355 * BugsSite/docs/html/disclaimer.html: Added.
3356 * BugsSite/docs/html/extraconfig.html: Added.
3357 * BugsSite/docs/html/faq.html: Added.
3358 * BugsSite/docs/html/flags-overview.html: Added.
3359 * BugsSite/docs/html/flags.html: Added.
3360 * BugsSite/docs/html/general-advice.html: Added.
3361 * BugsSite/docs/html/gfdl-0.html: Added.
3362 * BugsSite/docs/html/gfdl-1.html: Added.
3363 * BugsSite/docs/html/gfdl-10.html: Added.
3364 * BugsSite/docs/html/gfdl-2.html: Added.
3365 * BugsSite/docs/html/gfdl-3.html: Added.
3366 * BugsSite/docs/html/gfdl-4.html: Added.
3367 * BugsSite/docs/html/gfdl-5.html: Added.
3368 * BugsSite/docs/html/gfdl-6.html: Added.
3369 * BugsSite/docs/html/gfdl-7.html: Added.
3370 * BugsSite/docs/html/gfdl-8.html: Added.
3371 * BugsSite/docs/html/gfdl-9.html: Added.
3372 * BugsSite/docs/html/gfdl-howto.html: Added.
3373 * BugsSite/docs/html/gfdl.html: Added.
3374 * BugsSite/docs/html/glossary.html: Added.
3375 * BugsSite/docs/html/groups.html: Added.
3376 * BugsSite/docs/html/hintsandtips.html: Added.
3377 * BugsSite/docs/html/index.html: Added.
3378 * BugsSite/docs/html/install-perlmodules-manual.html: Added.
3379 * BugsSite/docs/html/installation.html: Added.
3380 * BugsSite/docs/html/installing-bugzilla.html: Added.
3381 * BugsSite/docs/html/integration.html: Added.
3382 * BugsSite/docs/html/lifecycle.html: Added.
3383 * BugsSite/docs/html/list.html: Added.
3384 * BugsSite/docs/html/milestones.html: Added.
3385 * BugsSite/docs/html/modules-manual-download.html: Added.
3386 * BugsSite/docs/html/modules-manual-instructions.html: Added.
3387 * BugsSite/docs/html/modules-manual-optional.html: Added.
3388 * BugsSite/docs/html/myaccount.html: Added.
3389 * BugsSite/docs/html/newversions.html: Added.
3390 * BugsSite/docs/html/nonroot.html: Added.
3391 * BugsSite/docs/html/os-specific.html: Added.
3392 * BugsSite/docs/html/parameters.html: Added.
3393 * BugsSite/docs/html/paranoid-security.html: Added.
3394 * BugsSite/docs/html/patches.html: Added.
3395 * BugsSite/docs/html/patchviewer.html: Added.
3396 * BugsSite/docs/html/products.html: Added.
3397 * BugsSite/docs/html/query.html: Added.
3398 * BugsSite/docs/html/quips.html: Added.
3399 * BugsSite/docs/html/reporting.html: Added.
3400 * BugsSite/docs/html/security-bugzilla.html: Added.
3401 * BugsSite/docs/html/security-mysql.html: Added.
3402 * BugsSite/docs/html/security-os.html: Added.
3403 * BugsSite/docs/html/security-webserver.html: Added.
3404 * BugsSite/docs/html/security.html: Added.
3405 * BugsSite/docs/html/trbl-bundlebugzilla.html: Added.
3406 * BugsSite/docs/html/trbl-dbdsponge.html: Added.
3407 * BugsSite/docs/html/trbl-index.html: Added.
3408 * BugsSite/docs/html/trbl-passwd-encryption.html: Added.
3409 * BugsSite/docs/html/trbl-perlmodule.html: Added.
3410 * BugsSite/docs/html/trbl-relogin-everyone.html: Added.
3411 * BugsSite/docs/html/trbl-testserver.html: Added.
3412 * BugsSite/docs/html/trouble-filetemp.html: Added.
3413 * BugsSite/docs/html/troubleshooting.html: Added.
3414 * BugsSite/docs/html/upgrading.html: Added.
3415 * BugsSite/docs/html/useradmin.html: Added.
3416 * BugsSite/docs/html/userpreferences.html: Added.
3417 * BugsSite/docs/html/using-intro.html: Added.
3418 * BugsSite/docs/html/using.html: Added.
3419 * BugsSite/docs/html/versions.html: Added.
3420 * BugsSite/docs/html/voting.html: Added.
3421 * BugsSite/docs/html/whining.html: Added.
3422 * BugsSite/docs/html/x3190.html: Added.
3423 * BugsSite/docs/images: Added.
3424 * BugsSite/docs/images/bzLifecycle.png: Added.
3425 * BugsSite/docs/images/bzLifecycle.xml: Added.
3426 * BugsSite/docs/images/callouts: Added.
3427 * BugsSite/docs/images/callouts/1.gif: Added.
3428 * BugsSite/docs/images/callouts/2.gif: Added.
3429 * BugsSite/docs/images/callouts/3.gif: Added.
3430 * BugsSite/docs/images/caution.gif: Added.
3431 * BugsSite/docs/images/note.gif: Added.
3432 * BugsSite/docs/images/tip.gif: Added.
3433 * BugsSite/docs/images/warning.gif: Added.
3434 * BugsSite/docs/makedocs.pl: Added.
3435 * BugsSite/docs/pdf: Added.
3436 * BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added.
3437 * BugsSite/docs/rel_notes.txt: Added.
3438 * BugsSite/docs/txt: Added.
3439 * BugsSite/docs/txt/Bugzilla-Guide.txt: Added.
3440 * BugsSite/docs/xml: Added.
3441 * BugsSite/docs/xml/Bugzilla-Guide.xml: Added.
3442 * BugsSite/docs/xml/about.xml: Added.
3443 * BugsSite/docs/xml/administration.xml: Added.
3444 * BugsSite/docs/xml/conventions.xml: Added.
3445 * BugsSite/docs/xml/customization.xml: Added.
3446 * BugsSite/docs/xml/dbschema.mysql: Added.
3447 * BugsSite/docs/xml/faq.xml: Added.
3448 * BugsSite/docs/xml/filetemp.patch: Added.
3449 * BugsSite/docs/xml/gfdl.xml: Added.
3450 * BugsSite/docs/xml/glossary.xml: Added.
3451 * BugsSite/docs/xml/index.xml: Added.
3452 * BugsSite/docs/xml/installation.xml: Added.
3453 * BugsSite/docs/xml/integration.xml: Added.
3454 * BugsSite/docs/xml/introduction.xml: Added.
3455 * BugsSite/docs/xml/modules.xml: Added.
3456 * BugsSite/docs/xml/patches.xml: Added.
3457 * BugsSite/docs/xml/requiredsoftware.xml: Added.
3458 * BugsSite/docs/xml/security.xml: Added.
3459 * BugsSite/docs/xml/troubleshooting.xml: Added.
3460 * BugsSite/docs/xml/using.xml: Added.
3461 * BugsSite/doeditparams.cgi: Added.
3462 * BugsSite/duplicates.cgi: Added.
3463 * BugsSite/duplicates.xul: Added.
3464 * BugsSite/editclassifications.cgi: Added.
3465 * BugsSite/editcomponents.cgi: Added.
3466 * BugsSite/editflagtypes.cgi: Added.
3467 * BugsSite/editgroups.cgi: Added.
3468 * BugsSite/editkeywords.cgi: Added.
3469 * BugsSite/editmilestones.cgi: Added.
3470 * BugsSite/editparams.cgi: Added.
3471 * BugsSite/editproducts.cgi: Added.
3472 * BugsSite/editsettings.cgi: Added.
3473 * BugsSite/editusers.cgi: Added.
3474 * BugsSite/editvalues.cgi: Added.
3475 * BugsSite/editversions.cgi: Added.
3476 * BugsSite/editwhines.cgi: Added.
3477 * BugsSite/enter_bug.cgi: Added.
3478 * BugsSite/favicon.ico: Added.
3479 * BugsSite/globals.pl: Added.
3480 * BugsSite/graphs: Added.
3481 * BugsSite/images: Added.
3482 * BugsSite/images/padlock.png: Added.
3483 * BugsSite/importxml.pl: Added.
3484 * BugsSite/index.cgi: Added.
3485 * BugsSite/js: Added.
3486 * BugsSite/js/duplicates.js: Added.
3487 * BugsSite/js/productform.js: Added.
3488 * BugsSite/localconfig.js: Added.
3489 * BugsSite/long_list.cgi: Added.
3490 * BugsSite/move.pl: Added.
3491 * BugsSite/page.cgi: Added.
3492 * BugsSite/post_bug.cgi: Added.
3493 * BugsSite/process_bug.cgi: Added.
3494 * BugsSite/productmenu.js: Added.
3495 * BugsSite/query.cgi: Added.
3496 * BugsSite/quicksearch.html: Added.
3497 * BugsSite/quicksearch.js: Added.
3498 * BugsSite/quicksearchhack.html: Added.
3499 * BugsSite/quips.cgi: Added.
3500 * BugsSite/relogin.cgi: Added.
3501 * BugsSite/report.cgi: Added.
3502 * BugsSite/reports.cgi: Added.
3503 * BugsSite/request.cgi: Added.
3504 * BugsSite/robots.txt: Added.
3505 * BugsSite/runtests.pl: Added.
3506 * BugsSite/sanitycheck.cgi: Added.
3507 * BugsSite/show_activity.cgi: Added.
3508 * BugsSite/show_bug.cgi: Added.
3509 * BugsSite/showattachment.cgi: Added.
3510 * BugsSite/showdependencygraph.cgi: Added.
3511 * BugsSite/showdependencytree.cgi: Added.
3512 * BugsSite/sidebar.cgi: Added.
3513 * BugsSite/skins: Added.
3514 * BugsSite/skins/.cvsignore: Added.
3515 * BugsSite/skins/custom: Added.
3516 * BugsSite/skins/custom/admin.css: Added.
3517 * BugsSite/skins/custom/buglist.css: Added.
3518 * BugsSite/skins/custom/duplicates.css: Added.
3519 * BugsSite/skins/custom/editusers.css: Added.
3520 * BugsSite/skins/custom/global.css: Added.
3521 * BugsSite/skins/custom/index.css: Added.
3522 * BugsSite/skins/custom/opendarwin.gif: Added.
3523 * BugsSite/skins/custom/panel.css: Added.
3524 * BugsSite/skins/custom/show_multiple.css: Added.
3525 * BugsSite/skins/custom/summarize-time.css: Added.
3526 * BugsSite/skins/custom/voting.css: Added.
3527 * BugsSite/skins/standard: Added.
3528 * BugsSite/skins/standard/admin.css: Added.
3529 * BugsSite/skins/standard/buglist.css: Added.
3530 * BugsSite/skins/standard/duplicates.css: Added.
3531 * BugsSite/skins/standard/editusers.css: Added.
3532 * BugsSite/skins/standard/global: Added.
3533 * BugsSite/skins/standard/global.css: Added.
3534 * BugsSite/skins/standard/global/body-back.gif: Added.
3535 * BugsSite/skins/standard/global/header.png: Added.
3536 * BugsSite/skins/standard/index: Added.
3537 * BugsSite/skins/standard/index.css: Added.
3538 * BugsSite/skins/standard/index/front.jpg: Added.
3539 * BugsSite/skins/standard/index/front.png: Added.
3540 * BugsSite/skins/standard/panel.css: Added.
3541 * BugsSite/skins/standard/show_multiple.css: Added.
3542 * BugsSite/skins/standard/summarize-time.css: Added.
3543 * BugsSite/skins/standard/voting.css: Added.
3544 * BugsSite/summarize_time.cgi: Added.
3545 * BugsSite/t: Added.
3546 * BugsSite/t/001compile.t: Added.
3547 * BugsSite/t/002goodperl.t: Added.
3548 * BugsSite/t/003safesys.t: Added.
3549 * BugsSite/t/004template.t: Added.
3550 * BugsSite/t/005no_tabs.t: Added.
3551 * BugsSite/t/006spellcheck.t: Added.
3552 * BugsSite/t/007util.t: Added.
3553 * BugsSite/t/008filter.t: Added.
3554 * BugsSite/t/009bugwords.t: Added.
3555 * BugsSite/t/011pod.t: Added.
3556 * BugsSite/t/Support: Added.
3557 * BugsSite/t/Support/Files.pm: Added.
3558 * BugsSite/t/Support/Systemexec.pm: Added.
3559 * BugsSite/t/Support/Templates.pm: Added.
3560 * BugsSite/t/testchart.gif: Added.
3561 * BugsSite/t/testchart.png: Added.
3562 * BugsSite/t/testgd.png: Added.
3563 * BugsSite/template: Added.
3564 * BugsSite/template/.cvsignore: Added.
3565 * BugsSite/template/.htaccess: Added.
3566 * BugsSite/template/en: Added.
3567 * BugsSite/template/en/.cvsignore: Added.
3568 * BugsSite/template/en/custom: Added.
3569 * BugsSite/template/en/custom/account: Added.
3570 * BugsSite/template/en/custom/account/auth: Added.
3571 * BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
3572 * BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added.
3573 * BugsSite/template/en/custom/account/auth/login.html.tmpl: Added.
3574 * BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added.
3575 * BugsSite/template/en/custom/account/create.html.tmpl: Added.
3576 * BugsSite/template/en/custom/account/created.html.tmpl: Added.
3577 * BugsSite/template/en/custom/account/email: Added.
3578 * BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added.
3579 * BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added.
3580 * BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added.
3581 * BugsSite/template/en/custom/account/exists.html.tmpl: Added.
3582 * BugsSite/template/en/custom/account/password: Added.
3583 * BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
3584 * BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
3585 * BugsSite/template/en/custom/account/prefs: Added.
3586 * BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added.
3587 * BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added.
3588 * BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added.
3589 * BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added.
3590 * BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added.
3591 * BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
3592 * BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added.
3593 * BugsSite/template/en/custom/admin: Added.
3594 * BugsSite/template/en/custom/admin/classifications: Added.
3595 * BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added.
3596 * BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added.
3597 * BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added.
3598 * BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added.
3599 * BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added.
3600 * BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
3601 * BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added.
3602 * BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added.
3603 * BugsSite/template/en/custom/admin/components: Added.
3604 * BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
3605 * BugsSite/template/en/custom/admin/components/create.html.tmpl: Added.
3606 * BugsSite/template/en/custom/admin/components/created.html.tmpl: Added.
3607 * BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added.
3608 * BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added.
3609 * BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added.
3610 * BugsSite/template/en/custom/admin/components/list.html.tmpl: Added.
3611 * BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added.
3612 * BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added.
3613 * BugsSite/template/en/custom/admin/fieldvalues: Added.
3614 * BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
3615 * BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
3616 * BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
3617 * BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
3618 * BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
3619 * BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
3620 * BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
3621 * BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
3622 * BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
3623 * BugsSite/template/en/custom/admin/flag-type: Added.
3624 * BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
3625 * BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
3626 * BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added.
3627 * BugsSite/template/en/custom/admin/groups: Added.
3628 * BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added.
3629 * BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added.
3630 * BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added.
3631 * BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added.
3632 * BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added.
3633 * BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added.
3634 * BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added.
3635 * BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added.
3636 * BugsSite/template/en/custom/admin/keywords: Added.
3637 * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
3638 * BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added.
3639 * BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added.
3640 * BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added.
3641 * BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added.
3642 * BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
3643 * BugsSite/template/en/custom/admin/milestones: Added.
3644 * BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
3645 * BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added.
3646 * BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added.
3647 * BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
3648 * BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added.
3649 * BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added.
3650 * BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added.
3651 * BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
3652 * BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added.
3653 * BugsSite/template/en/custom/admin/products: Added.
3654 * BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
3655 * BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added.
3656 * BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added.
3657 * BugsSite/template/en/custom/admin/products/groupcontrol: Added.
3658 * BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
3659 * BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
3660 * BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
3661 * BugsSite/template/en/custom/admin/products/list.html.tmpl: Added.
3662 * BugsSite/template/en/custom/admin/settings: Added.
3663 * BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added.
3664 * BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added.
3665 * BugsSite/template/en/custom/admin/table.html.tmpl: Added.
3666 * BugsSite/template/en/custom/admin/users: Added.
3667 * BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
3668 * BugsSite/template/en/custom/admin/users/create.html.tmpl: Added.
3669 * BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added.
3670 * BugsSite/template/en/custom/admin/users/list.html.tmpl: Added.
3671 * BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
3672 * BugsSite/template/en/custom/admin/users/search.html.tmpl: Added.
3673 * BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added.
3674 * BugsSite/template/en/custom/admin/versions: Added.
3675 * BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
3676 * BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added.
3677 * BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added.
3678 * BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added.
3679 * BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added.
3680 * BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added.
3681 * BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added.
3682 * BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added.
3683 * BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added.
3684 * BugsSite/template/en/custom/attachment: Added.
3685 * BugsSite/template/en/custom/attachment/choose.html.tmpl: Added.
3686 * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added.
3687 * BugsSite/template/en/custom/attachment/create.html.tmpl: Added.
3688 * BugsSite/template/en/custom/attachment/created.html.tmpl: Added.
3689 * BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added.
3690 * BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added.
3691 * BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added.
3692 * BugsSite/template/en/custom/attachment/edit.html.tmpl: Added.
3693 * BugsSite/template/en/custom/attachment/list.html.tmpl: Added.
3694 * BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added.
3695 * BugsSite/template/en/custom/attachment/updated.html.tmpl: Added.
3696 * BugsSite/template/en/custom/bug: Added.
3697 * BugsSite/template/en/custom/bug/activity: Added.
3698 * BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added.
3699 * BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added.
3700 * BugsSite/template/en/custom/bug/choose.html.tmpl: Added.
3701 * BugsSite/template/en/custom/bug/comments.html.tmpl: Added.
3702 * BugsSite/template/en/custom/bug/create: Added.
3703 * BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
3704 * BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added.
3705 * BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added.
3706 * BugsSite/template/en/custom/bug/create/create.html.tmpl: Added.
3707 * BugsSite/template/en/custom/bug/create/created.html.tmpl: Added.
3708 * BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added.
3709 * BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added.
3710 * BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added.
3711 * BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added.
3712 * BugsSite/template/en/custom/bug/edit.html.tmpl: Added.
3713 * BugsSite/template/en/custom/bug/knob.html.tmpl: Added.
3714 * BugsSite/template/en/custom/bug/navigate.html.tmpl: Added.
3715 * BugsSite/template/en/custom/bug/process: Added.
3716 * BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added.
3717 * BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
3718 * BugsSite/template/en/custom/bug/process/header.html.tmpl: Added.
3719 * BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added.
3720 * BugsSite/template/en/custom/bug/process/next.html.tmpl: Added.
3721 * BugsSite/template/en/custom/bug/process/results.html.tmpl: Added.
3722 * BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
3723 * BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added.
3724 * BugsSite/template/en/custom/bug/show.html.tmpl: Added.
3725 * BugsSite/template/en/custom/bug/show.xml.tmpl: Added.
3726 * BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added.
3727 * BugsSite/template/en/custom/bug/time.html.tmpl: Added.
3728 * BugsSite/template/en/custom/bug/votes: Added.
3729 * BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
3730 * BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
3731 * BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
3732 * BugsSite/template/en/custom/config.js.tmpl: Added.
3733 * BugsSite/template/en/custom/config.rdf.tmpl: Added.
3734 * BugsSite/template/en/custom/filterexceptions.pl: Added.
3735 * BugsSite/template/en/custom/flag: Added.
3736 * BugsSite/template/en/custom/flag/list.html.tmpl: Added.
3737 * BugsSite/template/en/custom/global: Added.
3738 * BugsSite/template/en/custom/global/banner.html.tmpl: Added.
3739 * BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added.
3740 * BugsSite/template/en/custom/global/choose-product.html.tmpl: Added.
3741 * BugsSite/template/en/custom/global/code-error.html.tmpl: Added.
3742 * BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added.
3743 * BugsSite/template/en/custom/global/field-descs.none.tmpl: Added.
3744 * BugsSite/template/en/custom/global/footer.html.tmpl: Added.
3745 * BugsSite/template/en/custom/global/header.html.tmpl: Added.
3746 * BugsSite/template/en/custom/global/help-header.html.tmpl: Added.
3747 * BugsSite/template/en/custom/global/help.html.tmpl: Added.
3748 * BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added.
3749 * BugsSite/template/en/custom/global/initialize.none.tmpl: Added.
3750 * BugsSite/template/en/custom/global/message.html.tmpl: Added.
3751 * BugsSite/template/en/custom/global/messages.html.tmpl: Added.
3752 * BugsSite/template/en/custom/global/select-menu.html.tmpl: Added.
3753 * BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added.
3754 * BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added.
3755 * BugsSite/template/en/custom/global/useful-links.html.tmpl: Added.
3756 * BugsSite/template/en/custom/global/user-error.html.tmpl: Added.
3757 * BugsSite/template/en/custom/global/userselect.html.tmpl: Added.
3758 * BugsSite/template/en/custom/global/variables.none.tmpl: Added.
3759 * BugsSite/template/en/custom/index.html.tmpl: Added.
3760 * BugsSite/template/en/custom/list: Added.
3761 * BugsSite/template/en/custom/list/change-columns.html.tmpl: Added.
3762 * BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added.
3763 * BugsSite/template/en/custom/list/list-simple.html.tmpl: Added.
3764 * BugsSite/template/en/custom/list/list.csv.tmpl: Added.
3765 * BugsSite/template/en/custom/list/list.html.tmpl: Added.
3766 * BugsSite/template/en/custom/list/list.ics.tmpl: Added.
3767 * BugsSite/template/en/custom/list/list.js.tmpl: Added.
3768 * BugsSite/template/en/custom/list/list.rdf.tmpl: Added.
3769 * BugsSite/template/en/custom/list/list.rss.tmpl: Added.
3770 * BugsSite/template/en/custom/list/quips.html.tmpl: Added.
3771 * BugsSite/template/en/custom/list/server-push.html.tmpl: Added.
3772 * BugsSite/template/en/custom/list/table.html.tmpl: Added.
3773 * BugsSite/template/en/custom/pages: Added.
3774 * BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added.
3775 * BugsSite/template/en/custom/pages/fields.html.tmpl: Added.
3776 * BugsSite/template/en/custom/pages/linked.html.tmpl: Added.
3777 * BugsSite/template/en/custom/pages/linkify.html.tmpl: Added.
3778 * BugsSite/template/en/custom/pages/voting.html.tmpl: Added.
3779 * BugsSite/template/en/custom/reports: Added.
3780 * BugsSite/template/en/custom/reports/chart.csv.tmpl: Added.
3781 * BugsSite/template/en/custom/reports/chart.html.tmpl: Added.
3782 * BugsSite/template/en/custom/reports/chart.png.tmpl: Added.
3783 * BugsSite/template/en/custom/reports/components.html.tmpl: Added.
3784 * BugsSite/template/en/custom/reports/create-chart.html.tmpl: Added.
3785 * BugsSite/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
3786 * BugsSite/template/en/custom/reports/duplicates-table.html.tmpl: Added.
3787 * BugsSite/template/en/custom/reports/duplicates.html.tmpl: Added.
3788 * BugsSite/template/en/custom/reports/duplicates.rdf.tmpl: Added.
3789 * BugsSite/template/en/custom/reports/edit-series.html.tmpl: Added.
3790 * BugsSite/template/en/custom/reports/keywords.html.tmpl: Added.
3791 * BugsSite/template/en/custom/reports/menu.html.tmpl: Added.
3792 * BugsSite/template/en/custom/reports/report-bar.png.tmpl: Added.
3793 * BugsSite/template/en/custom/reports/report-line.png.tmpl: Added.
3794 * BugsSite/template/en/custom/reports/report-pie.png.tmpl: Added.
3795 * BugsSite/template/en/custom/reports/report-simple.html.tmpl: Added.
3796 * BugsSite/template/en/custom/reports/report-table.csv.tmpl: Added.
3797 * BugsSite/template/en/custom/reports/report-table.html.tmpl: Added.
3798 * BugsSite/template/en/custom/reports/report.csv.tmpl: Added.
3799 * BugsSite/template/en/custom/reports/report.html.tmpl: Added.
3800 * BugsSite/template/en/custom/reports/series-common.html.tmpl: Added.
3801 * BugsSite/template/en/custom/reports/series.html.tmpl: Added.
3802 * BugsSite/template/en/custom/request: Added.
3803 * BugsSite/template/en/custom/request/email.txt.tmpl: Added.
3804 * BugsSite/template/en/custom/request/queue.html.tmpl: Added.
3805 * BugsSite/template/en/custom/search: Added.
3806 * BugsSite/template/en/custom/search/boolean-charts.html.tmpl: Added.
3807 * BugsSite/template/en/custom/search/form.html.tmpl: Added.
3808 * BugsSite/template/en/custom/search/knob.html.tmpl: Added.
3809 * BugsSite/template/en/custom/search/search-advanced.html.tmpl: Added.
3810 * BugsSite/template/en/custom/search/search-create-series.html.tmpl: Added.
3811 * BugsSite/template/en/custom/search/search-help.html.tmpl: Added.
3812 * BugsSite/template/en/custom/search/search-report-graph.html.tmpl: Added.
3813 * BugsSite/template/en/custom/search/search-report-select.html.tmpl: Added.
3814 * BugsSite/template/en/custom/search/search-report-table.html.tmpl: Added.
3815 * BugsSite/template/en/custom/search/search-specific.html.tmpl: Added.
3816 * BugsSite/template/en/custom/search/tabs.html.tmpl: Added.
3817 * BugsSite/template/en/custom/sidebar.xul.tmpl: Added.
3818 * BugsSite/template/en/custom/whine: Added.
3819 * BugsSite/template/en/custom/whine/mail.html.tmpl: Added.
3820 * BugsSite/template/en/custom/whine/mail.txt.tmpl: Added.
3821 * BugsSite/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
3822 * BugsSite/template/en/custom/whine/schedule.html.tmpl: Added.
3823 * BugsSite/template/en/default: Added.
3824 * BugsSite/template/en/default/account: Added.
3825 * BugsSite/template/en/default/account/auth: Added.
3826 * BugsSite/template/en/default/account/auth/ldap-error.html.tmpl: Added.
3827 * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Added.
3828 * BugsSite/template/en/default/account/auth/login.html.tmpl: Added.
3829 * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Added.
3830 * BugsSite/template/en/default/account/create.html.tmpl: Added.
3831 * BugsSite/template/en/default/account/created.html.tmpl: Added.
3832 * BugsSite/template/en/default/account/email: Added.
3833 * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Added.
3834 * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Added.
3835 * BugsSite/template/en/default/account/email/confirm.html.tmpl: Added.
3836 * BugsSite/template/en/default/account/exists.html.tmpl: Added.
3837 * BugsSite/template/en/default/account/password: Added.
3838 * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Added.
3839 * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Added.
3840 * BugsSite/template/en/default/account/prefs: Added.
3841 * BugsSite/template/en/default/account/prefs/account.html.tmpl: Added.
3842 * BugsSite/template/en/default/account/prefs/email.html.tmpl: Added.
3843 * BugsSite/template/en/default/account/prefs/footer.html.tmpl: Added.
3844 * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Added.
3845 * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Added.
3846 * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Added.
3847 * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Added.
3848 * BugsSite/template/en/default/admin: Added.
3849 * BugsSite/template/en/default/admin/classifications: Added.
3850 * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Added.
3851 * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Added.
3852 * BugsSite/template/en/default/admin/classifications/delete.html.tmpl: Added.
3853 * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Added.
3854 * BugsSite/template/en/default/admin/classifications/new.html.tmpl: Added.
3855 * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Added.
3856 * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Added.
3857 * BugsSite/template/en/default/admin/classifications/update.html.tmpl: Added.
3858 * BugsSite/template/en/default/admin/components: Added.
3859 * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Added.
3860 * BugsSite/template/en/default/admin/components/create.html.tmpl: Added.
3861 * BugsSite/template/en/default/admin/components/created.html.tmpl: Added.
3862 * BugsSite/template/en/default/admin/components/deleted.html.tmpl: Added.
3863 * BugsSite/template/en/default/admin/components/edit.html.tmpl: Added.
3864 * BugsSite/template/en/default/admin/components/footer.html.tmpl: Added.
3865 * BugsSite/template/en/default/admin/components/list.html.tmpl: Added.
3866 * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Added.
3867 * BugsSite/template/en/default/admin/components/updated.html.tmpl: Added.
3868 * BugsSite/template/en/default/admin/fieldvalues: Added.
3869 * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Added.
3870 * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Added.
3871 * BugsSite/template/en/default/admin/fieldvalues/created.html.tmpl: Added.
3872 * BugsSite/template/en/default/admin/fieldvalues/deleted.html.tmpl: Added.
3873 * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Added.
3874 * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Added.
3875 * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Added.
3876 * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Added.
3877 * BugsSite/template/en/default/admin/fieldvalues/updated.html.tmpl: Added.
3878 * BugsSite/template/en/default/admin/flag-type: Added.
3879 * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Added.
3880 * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Added.
3881 * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Added.
3882 * BugsSite/template/en/default/admin/groups: Added.
3883 * BugsSite/template/en/default/admin/groups/change.html.tmpl: Added.
3884 * BugsSite/template/en/default/admin/groups/create.html.tmpl: Added.
3885 * BugsSite/template/en/default/admin/groups/created.html.tmpl: Added.
3886 * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Added.
3887 * BugsSite/template/en/default/admin/groups/deleted.html.tmpl: Added.
3888 * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Added.
3889 * BugsSite/template/en/default/admin/groups/list.html.tmpl: Added.
3890 * BugsSite/template/en/default/admin/groups/remove.html.tmpl: Added.
3891 * BugsSite/template/en/default/admin/keywords: Added.
3892 * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Added.
3893 * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Added.
3894 * BugsSite/template/en/default/admin/keywords/created.html.tmpl: Added.
3895 * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Added.
3896 * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Added.
3897 * BugsSite/template/en/default/admin/keywords/rebuild-cache.html.tmpl: Added.
3898 * BugsSite/template/en/default/admin/milestones: Added.
3899 * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Added.
3900 * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Added.
3901 * BugsSite/template/en/default/admin/milestones/created.html.tmpl: Added.
3902 * BugsSite/template/en/default/admin/milestones/deleted.html.tmpl: Added.
3903 * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Added.
3904 * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Added.
3905 * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Added.
3906 * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Added.
3907 * BugsSite/template/en/default/admin/milestones/updated.html.tmpl: Added.
3908 * BugsSite/template/en/default/admin/products: Added.
3909 * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Added.
3910 * BugsSite/template/en/default/admin/products/deleted.html.tmpl: Added.
3911 * BugsSite/template/en/default/admin/products/footer.html.tmpl: Added.
3912 * BugsSite/template/en/default/admin/products/groupcontrol: Added.
3913 * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
3914 * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Added.
3915 * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Added.
3916 * BugsSite/template/en/default/admin/products/list.html.tmpl: Added.
3917 * BugsSite/template/en/default/admin/settings: Added.
3918 * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Added.
3919 * BugsSite/template/en/default/admin/settings/updated.html.tmpl: Added.
3920 * BugsSite/template/en/default/admin/table.html.tmpl: Added.
3921 * BugsSite/template/en/default/admin/users: Added.
3922 * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Added.
3923 * BugsSite/template/en/default/admin/users/create.html.tmpl: Added.
3924 * BugsSite/template/en/default/admin/users/edit.html.tmpl: Added.
3925 * BugsSite/template/en/default/admin/users/list.html.tmpl: Added.
3926 * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Added.
3927 * BugsSite/template/en/default/admin/users/search.html.tmpl: Added.
3928 * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Added.
3929 * BugsSite/template/en/default/admin/versions: Added.
3930 * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Added.
3931 * BugsSite/template/en/default/admin/versions/create.html.tmpl: Added.
3932 * BugsSite/template/en/default/admin/versions/created.html.tmpl: Added.
3933 * BugsSite/template/en/default/admin/versions/deleted.html.tmpl: Added.
3934 * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Added.
3935 * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Added.
3936 * BugsSite/template/en/default/admin/versions/list.html.tmpl: Added.
3937 * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Added.
3938 * BugsSite/template/en/default/admin/versions/updated.html.tmpl: Added.
3939 * BugsSite/template/en/default/attachment: Added.
3940 * BugsSite/template/en/default/attachment/choose.html.tmpl: Added.
3941 * BugsSite/template/en/default/attachment/content-types.html.tmpl: Added.
3942 * BugsSite/template/en/default/attachment/create.html.tmpl: Added.
3943 * BugsSite/template/en/default/attachment/created.html.tmpl: Added.
3944 * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Added.
3945 * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Added.
3946 * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Added.
3947 * BugsSite/template/en/default/attachment/edit-aroben.html.tmpl: Added.
3948 * BugsSite/template/en/default/attachment/edit.html.tmpl: Added.
3949 * BugsSite/template/en/default/attachment/list.html.tmpl: Added.
3950 * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Added.
3951 * BugsSite/template/en/default/attachment/updated.html.tmpl: Added.
3952 * BugsSite/template/en/default/bug: Added.
3953 * BugsSite/template/en/default/bug/activity: Added.
3954 * BugsSite/template/en/default/bug/activity/show.html.tmpl: Added.
3955 * BugsSite/template/en/default/bug/activity/table.html.tmpl: Added.
3956 * BugsSite/template/en/default/bug/choose.html.tmpl: Added.
3957 * BugsSite/template/en/default/bug/comments.html.tmpl: Added.
3958 * BugsSite/template/en/default/bug/create: Added.
3959 * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Added.
3960 * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Added.
3961 * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Added.
3962 * BugsSite/template/en/default/bug/create/create.html.tmpl: Added.
3963 * BugsSite/template/en/default/bug/create/created.html.tmpl: Added.
3964 * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Added.
3965 * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Added.
3966 * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Added.
3967 * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Added.
3968 * BugsSite/template/en/default/bug/edit.html.tmpl: Added.
3969 * BugsSite/template/en/default/bug/knob.html.tmpl: Added.
3970 * BugsSite/template/en/default/bug/navigate.html.tmpl: Added.
3971 * BugsSite/template/en/default/bug/process: Added.
3972 * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Added.
3973 * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Added.
3974 * BugsSite/template/en/default/bug/process/header.html.tmpl: Added.
3975 * BugsSite/template/en/default/bug/process/midair.html.tmpl: Added.
3976 * BugsSite/template/en/default/bug/process/next.html.tmpl: Added.
3977 * BugsSite/template/en/default/bug/process/results.html.tmpl: Added.
3978 * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Added.
3979 * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Added.
3980 * BugsSite/template/en/default/bug/show.html.tmpl: Added.
3981 * BugsSite/template/en/default/bug/show.xml.tmpl: Added.
3982 * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Added.
3983 * BugsSite/template/en/default/bug/time.html.tmpl: Added.
3984 * BugsSite/template/en/default/bug/votes: Added.
3985 * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Added.
3986 * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Added.
3987 * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Added.
3988 * BugsSite/template/en/default/config.js.tmpl: Added.
3989 * BugsSite/template/en/default/config.rdf.tmpl: Added.
3990 * BugsSite/template/en/default/filterexceptions.pl: Added.
3991 * BugsSite/template/en/default/flag: Added.
3992 * BugsSite/template/en/default/flag/list.html.tmpl: Added.
3993 * BugsSite/template/en/default/global: Added.
3994 * BugsSite/template/en/default/global/banner.html.tmpl: Added.
3995 * BugsSite/template/en/default/global/choose-classification.html.tmpl: Added.
3996 * BugsSite/template/en/default/global/choose-product.html.tmpl: Added.
3997 * BugsSite/template/en/default/global/code-error.html.tmpl: Added.
3998 * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Added.
3999 * BugsSite/template/en/default/global/field-descs.none.tmpl: Added.
4000 * BugsSite/template/en/default/global/footer.html.tmpl: Added.
4001 * BugsSite/template/en/default/global/header.html.tmpl: Added.
4002 * BugsSite/template/en/default/global/help-header.html.tmpl: Added.
4003 * BugsSite/template/en/default/global/help.html.tmpl: Added.
4004 * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Added.
4005 * BugsSite/template/en/default/global/initialize.none.tmpl: Added.
4006 * BugsSite/template/en/default/global/message.html.tmpl: Added.
4007 * BugsSite/template/en/default/global/messages.html.tmpl: Added.
4008 * BugsSite/template/en/default/global/select-menu.html.tmpl: Added.
4009 * BugsSite/template/en/default/global/setting-descs.none.tmpl: Added.
4010 * BugsSite/template/en/default/global/site-navigation.html.tmpl: Added.
4011 * BugsSite/template/en/default/global/useful-links.html.tmpl: Added.
4012 * BugsSite/template/en/default/global/user-error.html.tmpl: Added.
4013 * BugsSite/template/en/default/global/userselect.html.tmpl: Added.
4014 * BugsSite/template/en/default/global/variables.none.tmpl: Added.
4015 * BugsSite/template/en/default/index.html.tmpl: Added.
4016 * BugsSite/template/en/default/list: Added.
4017 * BugsSite/template/en/default/list/change-columns.html.tmpl: Added.
4018 * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Added.
4019 * BugsSite/template/en/default/list/list-simple.html.tmpl: Added.
4020 * BugsSite/template/en/default/list/list.atom.tmpl: Added.
4021 * BugsSite/template/en/default/list/list.csv.tmpl: Added.
4022 * BugsSite/template/en/default/list/list.html.tmpl: Added.
4023 * BugsSite/template/en/default/list/list.ics.tmpl: Added.
4024 * BugsSite/template/en/default/list/list.js.tmpl: Added.
4025 * BugsSite/template/en/default/list/list.rdf.tmpl: Added.
4026 * BugsSite/template/en/default/list/quips.html.tmpl: Added.
4027 * BugsSite/template/en/default/list/server-push.html.tmpl: Added.
4028 * BugsSite/template/en/default/list/table.html.tmpl: Added.
4029 * BugsSite/template/en/default/pages: Added.
4030 * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Added.
4031 * BugsSite/template/en/default/pages/fields.html.tmpl: Added.
4032 * BugsSite/template/en/default/pages/linked.html.tmpl: Added.
4033 * BugsSite/template/en/default/pages/linkify.html.tmpl: Added.
4034 * BugsSite/template/en/default/pages/voting.html.tmpl: Added.
4035 * BugsSite/template/en/default/reports: Added.
4036 * BugsSite/template/en/default/reports/chart.csv.tmpl: Added.
4037 * BugsSite/template/en/default/reports/chart.html.tmpl: Added.
4038 * BugsSite/template/en/default/reports/chart.png.tmpl: Added.
4039 * BugsSite/template/en/default/reports/components.html.tmpl: Added.
4040 * BugsSite/template/en/default/reports/create-chart.html.tmpl: Added.
4041 * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Added.
4042 * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Added.
4043 * BugsSite/template/en/default/reports/duplicates.html.tmpl: Added.
4044 * BugsSite/template/en/default/reports/duplicates.rdf.tmpl: Added.
4045 * BugsSite/template/en/default/reports/edit-series.html.tmpl: Added.
4046 * BugsSite/template/en/default/reports/keywords.html.tmpl: Added.
4047 * BugsSite/template/en/default/reports/menu.html.tmpl: Added.
4048 * BugsSite/template/en/default/reports/report-bar.png.tmpl: Added.
4049 * BugsSite/template/en/default/reports/report-line.png.tmpl: Added.
4050 * BugsSite/template/en/default/reports/report-pie.png.tmpl: Added.
4051 * BugsSite/template/en/default/reports/report-simple.html.tmpl: Added.
4052 * BugsSite/template/en/default/reports/report-table.csv.tmpl: Added.
4053 * BugsSite/template/en/default/reports/report-table.html.tmpl: Added.
4054 * BugsSite/template/en/default/reports/report.csv.tmpl: Added.
4055 * BugsSite/template/en/default/reports/report.html.tmpl: Added.
4056 * BugsSite/template/en/default/reports/series-common.html.tmpl: Added.
4057 * BugsSite/template/en/default/reports/series.html.tmpl: Added.
4058 * BugsSite/template/en/default/request: Added.
4059 * BugsSite/template/en/default/request/email.txt.tmpl: Added.
4060 * BugsSite/template/en/default/request/queue.html.tmpl: Added.
4061 * BugsSite/template/en/default/search: Added.
4062 * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Added.
4063 * BugsSite/template/en/default/search/form.html.tmpl: Added.
4064 * BugsSite/template/en/default/search/knob.html.tmpl: Added.
4065 * BugsSite/template/en/default/search/search-advanced.html.tmpl: Added.
4066 * BugsSite/template/en/default/search/search-create-series.html.tmpl: Added.
4067 * BugsSite/template/en/default/search/search-help.html.tmpl: Added.
4068 * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Added.
4069 * BugsSite/template/en/default/search/search-report-select.html.tmpl: Added.
4070 * BugsSite/template/en/default/search/search-report-table.html.tmpl: Added.
4071 * BugsSite/template/en/default/search/search-specific.html.tmpl: Added.
4072 * BugsSite/template/en/default/search/tabs.html.tmpl: Added.
4073 * BugsSite/template/en/default/sidebar.xul.tmpl: Added.
4074 * BugsSite/template/en/default/whine: Added.
4075 * BugsSite/template/en/default/whine/mail.html.tmpl: Added.
4076 * BugsSite/template/en/default/whine/mail.txt.tmpl: Added.
4077 * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Added.
4078 * BugsSite/template/en/default/whine/schedule.html.tmpl: Added.
4079 * BugsSite/template/en/extension: Added.
4080 * BugsSite/template/en/extension/filterexceptions.pl: Added.
4081 * BugsSite/testagent.cgi: Added.
4082 * BugsSite/testserver.pl: Added.
4083 * BugsSite/token.cgi: Added.
4084 * BugsSite/userprefs.cgi: Added.
4085 * BugsSite/votes.cgi: Added.
4086 * BugsSite/whine.pl: Added.
4087 * BugsSite/whineatnews.pl: Added.
4088 * BugsSite/xml.cgi: Added.
4089
mrowe@apple.comc3514532008-02-05 06:27:44 +000040902008-02-04 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4091
alp@webkit.org62a6a4d2008-02-05 06:54:08 +00004092 Reviewed by Alp Toker and Mark Rowe.
mrowe@apple.comc3514532008-02-05 06:27:44 +00004093
4094 http://bugs.webkit.org/show_bug.cgi?id=16618
4095 [GTK] build-webkit and run-webkit-tests autootools support
4096
alp@webkit.org62a6a4d2008-02-05 06:54:08 +00004097 Add support for the autotools build to the WebKit build and test
4098 scripts.
mrowe@apple.comc3514532008-02-05 06:27:44 +00004099
mrowe@apple.com84cdb082008-02-05 03:25:59 +000041002008-02-04 Rodney Dawes <dobey@wayofthemonkey.com>
4101
4102 Reviewed by Alp Toker and Mark Rowe.
4103
4104 Fix http://bugs.webkit.org/show_bug.cgi?id=17175.
4105 Bug 17175: Use of C++ compiler flags in CFLAGS
4106
4107 Add global_cxxflags definition for inclusion in CXXFLAGS variables.
4108 Only use -fno-rtti and $(SYMBOL_VISIBILITY_INLINES) with global_cxxflags as gcc complains they aren't valid for C.
4109
4110 * GNUmakefile.am:
4111
alp@webkit.org040ad8b2008-02-04 11:00:43 +000041122008-02-04 Alp Toker <alp@atoker.com>
4113
4114 Rubber-stamped by Mark Rowe.
4115
4116 Remove all trailing whitespace in the GTK+ port and related
4117 components.
4118
4119 * GNUmakefile.am:
4120 * configure.ac:
4121
alp@webkit.org94c06552008-01-31 23:51:53 +000041222008-01-31 Alp Toker <alp@atoker.com>
4123
alp@webkit.org12057322008-02-01 07:01:18 +00004124 Reviewed by Mark Rowe.
4125
4126 Fix the pkg-config file to follow GTK+ package naming and versioning
4127 conventions.
4128
4129 Remove unneeded dependency listings.
4130
4131 * GNUmakefile.am:
4132 * configure.ac:
4133
41342008-01-31 Alp Toker <alp@atoker.com>
4135
alp@webkit.org1e1f94d2008-02-01 00:00:00 +00004136 Rubber-stamped by Adam Roben.
alp@webkit.org94c06552008-01-31 23:51:53 +00004137
4138 http://bugs.webkit.org/show_bug.cgi?id=17006
4139 [GTK] Header path should be webkit/webkit.h
4140
4141 Move the GTK+ API sources as needed and update the build systems.
4142
4143 * GNUmakefile.am:
4144 * WebKit.pri:
4145
alp@webkit.orgcae55672008-01-27 19:49:01 +000041462008-01-27 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4147
4148 Reviewed by Alp Toker.
4149
4150 http://bugs.webkit.org/show_bug.cgi?id=14811
4151 [gtk] [request] add a webkit_gtk_page_go_to_history_item function
4152
4153 * GNUmakefile.am: Added webkitwebbackforwardlist and webkitwebhistoryitem
4154
mrowe@apple.com2bc789f2008-01-26 12:32:49 +000041552008-01-26 Mark Rowe <mrowe@apple.com>
4156
4157 Reviewed by Alp Toker.
4158
4159 Fix http://bugs.webkit.org/show_bug.cgi?id=17007.
4160 Bug 17007: [GTK] autogen.sh attempts to use "libtoolize" on the Mac
4161
4162 libtoolize is installed as glibtoolize on Mac OS X to avoid naming conflicts
4163 with other system commands. Check for the presence of glibtoolize if libtoolize
4164 cannot be found.
4165
4166 * autogen.sh:
4167
alp@webkit.org6b436af2008-01-23 15:55:41 +000041682008-01-23 Alp Toker <alp@atoker.com>
4169
4170 Rubber-stamped by Mark Rowe.
4171
4172 Remove whitespace after -I in automake include lists.
4173
4174 * GNUmakefile.am:
4175
alp@webkit.orge9a26922008-01-22 20:45:18 +000041762008-01-22 Christian Dywan <christian@imendio.com>
4177
4178 Reviewed by Alp Toker.
4179
4180 [GTK] API: WebKitWebSettings is not usable
4181 http://bugs.webkit.org/show_bug.cgi?id=16219
4182
4183 Implement WebKitWebSettings.
4184
4185 * GNUmakefile.am:
4186
hausmann@webkit.org81a531f2008-01-22 10:03:26 +000041872008-01-22 Simon Hausmann <hausmann@webkit.org>
4188
4189 Reviewed by Lars.
4190
4191 Don't compile the ICO plugin when building against Qt >= 4.4
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00004192
hausmann@webkit.org81a531f2008-01-22 10:03:26 +00004193
4194 * WebKit.pro:
4195
alp@webkit.orgf49bd1e2008-01-21 23:06:23 +000041962008-01-21 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4197
4198 Reviewed by Alp Toker.
4199
4200 http://bugs.webkit.org/show_bug.cgi?id=16955
4201 Get errors when cross-compile webkit-gtk
4202
4203 * GNUmakefile.am: added ICU_CPPFLAGS
4204 * configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS
4205
alp@webkit.org55f365d2008-01-19 15:46:23 +000042062008-01-19 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4207
4208 Reviewed by Alp Toker.
4209
4210 Add svg foreign object and svg experimental to the GTK+/autotools
4211 build system.
4212
4213 * configure.ac:
4214
alp@webkit.orgd31a7362008-01-15 21:47:25 +000042152008-01-15 Alp Toker <alp@atoker.com>
4216
alp@webkit.org99436822008-01-16 03:32:29 +00004217 Rubber-stamped by Anders.
4218
4219 Make the HTTP backend configurable in the GTK+ port. curl is currently
4220 the only option.
4221
4222 * GNUmakefile.am:
4223 * WebKit.pri:
4224 * configure.ac:
4225
42262008-01-15 Alp Toker <alp@atoker.com>
4227
alp@webkit.orgd31a7362008-01-15 21:47:25 +00004228 GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler
4229 flags only when they're available.
4230
4231 Additionally, use -fvisibility-inlines-hidden in both debug and
4232 release builds when available to match the Mac build.
4233
4234 * GNUmakefile.am:
4235 * configure.ac:
4236
alp@webkit.org36d65492008-01-13 07:33:53 +000042372008-01-12 Alp Toker <alp@atoker.com>
4238
4239 Reviewed by Mark Rowe.
4240
4241 Hide non-public symbols in GTK+/autotools release builds.
4242
4243 * GNUmakefile.am:
4244
alp@webkit.org27f95c42008-01-12 07:40:52 +000042452008-01-11 Alp Toker <alp@atoker.com>
4246
4247 Reviewed by Oliver Hunt.
4248
4249 Enable FastMalloc by default in GTK+/autotools and add a configure
4250 switch.
4251
4252 * GNUmakefile.am:
4253 * configure.ac:
4254
alp@webkit.org81c66d12008-01-11 16:31:34 +000042552008-01-11 Luca Bruno <lethalman88@gmail.com>
4256
4257 Reviewed by Alp Toker.
4258
4259 http://bugs.webkit.org/show_bug.cgi?id=16838
4260 [GTK] Bad autotools debug and video options
4261
4262 Fix some configure options.
4263
4264 * configure.ac:
4265
mrowe@apple.com1e357b52008-01-11 08:04:21 +000042662008-01-11 Mark Rowe <mrowe@apple.com>
4267
4268 Attempt to fix the GTK+ and Qt builds.
4269
4270 * WebKit.pro:
4271
alp@webkit.org69d59d92008-01-11 00:55:03 +000042722008-01-10 Alp Toker <alp@atoker.com>
4273
4274 SVG font build fix for GTK+/autotools.
4275
4276 * configure.ac:
4277
alp@webkit.org09ac6962008-01-05 11:44:02 +000042782008-01-05 Alp Toker <alp@atoker.com>
4279
4280 Rubber-stamped by Mark Rowe.
4281
4282 Fix configure script output with correct descriptions of the default
4283 configuration options.
4284
4285 * configure.ac:
4286
alp@webkit.orga37ed5b2008-01-05 10:23:01 +000042872008-01-05 Sylvain Pasche <sylvain.pasche@gmail.com>
4288
4289 Reviewed by Alp Toker.
4290
4291 http://bugs.webkit.org/show_bug.cgi?id=16736
4292 Allow autogen.sh invocation from a separate build directory.
4293
4294 * autogen.sh:
4295
alp@webkit.org076e8e12008-01-04 20:54:24 +000042962008-01-04 Alp Toker <alp@atoker.com>
4297
4298 Rubber-stamped by Mark Rowe.
4299
4300 Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The
4301 "rebuild rules" will now be enabled by default.
4302
4303 This obviates the need to pass '--enable-maintainer-mode' to
4304 configure.
4305
4306 * configure.ac:
4307
zecke@webkit.org48bc6f42008-01-03 02:07:28 +000043082008-01-02 Holger Hans Peter Freyther <zecke@selfish.org>
4309
4310 Rubber stamped by Alp.
4311
4312 Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break
4313 the build. At least people doing a debug build on Ubuntu Hardy will see
4314 the breakage. I was asked to leave the flags inside the files to ease future
4315 debugging.
4316
4317 * GNUmakefile.am:
4318 * WebKit.pri:
4319
alp@webkit.orge60ca2a2008-01-01 09:05:54 +000043202008-01-01 Alp Toker <alp@atoker.com>
4321
4322 GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
4323 correct parameter to AM_INIT_AUTOMAKE.
4324
4325 * configure.ac:
4326
alp@webkit.org45271e62007-12-30 17:44:37 +000043272007-12-30 Alp Toker <alp@atoker.com>
4328
4329 Build fix for older autoconf versions.
4330
4331 * configure.ac:
4332
alp@webkit.orgf93619a2007-12-30 03:33:44 +000043332007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4334
4335 Reviewed by Alp Toker.
4336
alp@webkit.orgee4efb52007-12-30 06:47:16 +00004337 Enable Database, XPath and XSLT features by default
4338
4339 * configure.ac:
4340
43412007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4342
4343 Reviewed by Alp Toker.
4344
alp@webkit.orgf93619a2007-12-30 03:33:44 +00004345 http://bugs.webkit.org/show_bug.cgi?id=16669
4346 autotools update and fixes
4347
4348 Various fixes to the autotools build
4349
4350 * GNUmakefile.am:
4351 - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
4352 - Fix clean rules (Rodney Dawes)
4353 - Added webcore specific variables, remove STDINT_H and
4354 PTHREAD_NP_H checks (already included in config.h)
4355 * autogen.sh:
4356 - Loosen automake and aclocal requirement
4357 * configure.ac:
4358 - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
4359 when doing a debug build (Rodney Dawes)
4360 - Fix webkit target and remove traces of XBL
4361
alp@webkit.org11a31a72007-12-27 23:14:27 +000043622007-12-27 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4363
4364 Reviewed by Alp Toker.
4365
4366 http://bugs.webkit.org/show_bug.cgi?id=16353
4367 [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
4368
4369 Added the flags mentioned in the bug only when doing 'debug'
4370 builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
4371
4372 * GNUmakefile.am:
4373 * WebKit.pri:
4374
alp@webkit.org278f1252007-12-27 06:05:21 +000043752007-12-26 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4376
4377 Reviewed by Alp Toker.
4378
4379 http://bugs.webkit.org/show_bug.cgi?id=16390
4380 Use autotools or GNU make as the build system for the GTK port
4381
4382 * GNUmakefile.am: Added.
4383 * autogen.sh: Added.
4384 * configure.ac: Added.
4385
alp@webkit.org5f711d82007-12-21 00:33:46 +000043862007-12-20 Alp Toker <alp@atoker.com>
4387
4388 Rubber-stamped by Maciej.
4389
4390 http://bugs.webkit.org/show_bug.cgi?id=16542
4391 [GTK] Text is missing with old Pango version
4392
4393 Back out commits r28880, r28876, r28865, r28864 which added Pango font
4394 selection support. These changes caused a regression where no text was
4395 displayed with older Pango versions.
4396
4397 * WebKit.pri:
4398
alp@webkit.org2d6a1482007-12-19 18:41:17 +000043992007-12-19 Alp Toker <alp@atoker.com>
4400
4401 Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
4402 cairo-ft directly following changes in r28864.
4403
4404 * WebKit.pri:
4405
alp@webkit.org2a2bf162007-12-12 16:27:35 +000044062007-12-12 Alp Toker <alp@atoker.com>
4407
4408 Reviewed by Mark Rowe.
4409
4410 http://bugs.webkit.org/show_bug.cgi?id=16302
4411 [GTK] Compiler flags for optimization
4412
4413 Use the compiler flags -fno-exceptions -fno-rtti.
4414
4415 This patch does not add all the flags discussed in the bug report,
4416 only these two.
4417
4418 * WebKit.pri:
4419
alp@webkit.orgb4d68052007-12-04 12:16:38 +000044202007-12-04 Xan Lopez <xan@gnome.org>
4421
4422 Reviewed by Alp Toker.
4423
4424 http://bugs.webkit.org/show_bug.cgi?id=15561
4425 GTK port needs DumpRenderTree implementation
4426
4427 Start work on the GTK+ DRT.
4428
4429 * WebKit.pro:
4430
alp@webkit.orge1a9b4a2007-12-01 04:24:09 +000044312007-11-30 Alp Toker <alp@atoker.com>
4432
4433 Reviewed by Adam Roben.
4434
4435 http://bugs.webkit.org/show_bug.cgi?id=15691
4436 [GTK] Public API does not follow GTK+ conventions
4437
4438 Refactor the WebKit/GTK+ public API. Changes:
4439 WebKitPage -> WebKitWebView
4440 WebKitFrame -> WebKitWebFrame
4441
4442 Public API source and header names have been updated to mirror the API
4443 changes.
4444
4445 The API is now kept in WebKit/gtk/WebView to match other ports in the
4446 same class such as Mac and Win.
4447
4448 * WebKit.pri:
4449
mrowe@apple.comc2912612007-11-28 10:42:20 +000044502007-11-26 Rodney Dawes <dobey@wayofthemonkey.com>
4451
4452 Reviewed by Mark Rowe.
4453
4454 Set CONFIG option for the window system GTK+ is using
4455
4456 * WebKit.pri:
4457
alp@webkit.org21ecf042007-11-23 01:03:19 +000044582007-11-22 Alp Toker <alp@atoker.com>
4459
4460 GTK+ build fix. Pass a correct LIBDIR value.
4461
4462 * WebKit.pri:
4463
mrowe@apple.com4d7e81e2007-11-20 16:06:23 +000044642007-11-20 Mark Rowe <mrowe@apple.com>
4465
4466 Reviewed by Alp Toker.
4467
4468 * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
4469
alp@webkit.org6b26bef2007-11-20 15:35:49 +000044702007-11-20 Alp Toker <alp@atoker.com>
4471
4472 Reviewed by Simon Hausmann.
4473
4474 Clean up GTK+ port configuration.
4475
4476 Use similar compiler warning flags to the Mac build.
4477
4478 Add the qmake changes needed for DirectFB support.
4479
4480 * WebKit.pri:
4481
hausmann81286e92007-11-07 12:44:20 +000044822007-11-07 Simon Hausmann <hausmann@kde.org>
4483
4484 Reviewed by Mark.
4485
4486 Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
4487 That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
4488
4489 * WebKit.pri:
4490
larsc075d2a2007-10-03 10:29:15 +000044912007-10-03 Lars Knoll <lars@trolltech.com>
4492
larsbf4fa942007-10-03 10:29:35 +00004493 Signed off by olliej.
4494
4495 move WebKitQt to WebKit/qt for consistency with the other ports.
4496
4497 * WebKit.pri:
4498 * WebKit.pro:
4499
45002007-10-03 Lars Knoll <lars@trolltech.com>
4501
larsc075d2a2007-10-03 10:29:15 +00004502 Reviewed by olliej.
4503
4504 Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
4505
4506 * WebKit.pro:
4507
zeckef5c101b2007-09-29 15:34:39 +000045082007-09-29 Holger Hans Peter Freyther <zecke@selfish.org>
4509
4510 Reviewed by Mark.
4511
4512 -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
4513 Remove Bakefiles from svn.
4514
4515 * Bakefiles/Bakefiles.bkgen: Removed.
4516 * Bakefiles/ChangeLog: Removed.
4517 * Bakefiles/Readme.txt: Removed.
4518 * Bakefiles/presets.bkl: Removed.
4519 * Bakefiles/update-file-lists.py: Removed.
4520
zecke27524052007-09-23 09:50:35 +000045212007-09-20 Holger Hans Peter Freyther <zecke@selfish.org>
4522
4523 Rubber stamped by Adam.
4524
4525 Renamed files from *Gdk to *Gtk (see #14732) using the
4526 work of Juan A. Suarez Romero as a base.
4527
4528 GDK -> GTK
4529
4530 * WebKit.pri:
4531 * WebKit.pro:
4532
zecke6b349972007-07-29 21:51:41 +000045332007-07-29 Brian Mastenbrook <brian@mastenbrook.net>
4534
4535 Build fix for WebKit/Gtk to compile on Fedora 7 as described in
4536 http://bugs.webkit.org/show_bug.cgi?id=14557
4537
4538 * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
4539
hausmannc67aba22007-07-27 08:32:12 +000045402007-07-27 Simon Hausmann <hausmann@kde.org>
4541
4542 Done with and reviewed by Lars and Zack.
4543
hausmann291e38a2007-07-27 08:32:54 +00004544 Exclude DumpRenderTree from the Qt build on Windows for now.
4545
4546 * WebKit.pro:
4547
45482007-07-27 Simon Hausmann <hausmann@kde.org>
4549
4550 Done with and reviewed by Lars and Zack.
4551
hausmannc67aba22007-07-27 08:32:12 +00004552 Temporarily disable the ICO support for the Qt build on Windows.
4553
4554 * WebKit.pro:
4555
hausmanne4840e62007-07-26 14:47:27 +000045562007-07-26 Simon Hausmann <hausmann@kde.org>
4557
4558 Reviewed by Lars.
4559
4560 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.
4561
4562 * WebKit.pri:
4563
zecke5604daf2007-07-23 18:16:02 +000045642007-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
4565
4566 Reviewed by Adam.
4567
4568 Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
4569 build against it.
4570
4571 * WebKit.pri:
4572
hausmann8fb45122007-07-18 15:16:23 +000045732007-07-18 Simon Hausmann <hausmann@kde.org>
4574
4575 Reviewed by Zack.
4576
4577 Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
4578
4579 * WebKit.pro:
4580
thatcherb0cc0752007-07-18 13:55:11 +000045812007-07-18 Timothy Hatcher <timothy@apple.com>
4582
4583 Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
4584 still use this one Makefile.shared as an include.
4585
4586 * Makefile.shared:
4587
staikosba198e12007-07-12 03:04:45 +000045882007-07-12 George Staikos <staikos@kde.org>
4589
4590 Fix build in debug mode.
4591
4592 * WebKit.pri:
4593
darin0284caf2007-07-11 19:24:17 +000045942007-07-11 Holger Hans Peter Freyther <zecke@selfish.org>
4595
darin@apple.com07c80c62008-09-05 18:15:43 +00004596 Reviewed by Darin Adler.
darin0284caf2007-07-11 19:24:17 +00004597
4598 As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
4599 WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
4600
4601 * WebKit.pri: Adjust INCLUDEPATH
4602
aroben1baf09c2007-06-26 05:00:17 +000046032007-06-25 Adam Roben <aroben@apple.com>
4604
aroben98497392007-06-26 05:12:03 +00004605 Really remove LayoutTestResults.
4606
4607 * LayoutTestResults: Removed.
4608
46092007-06-25 Adam Roben <aroben@apple.com>
4610
aroben1baf09c2007-06-26 05:00:17 +00004611 Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
4612 http://bugs.webkit.org/show_bug.cgi?id=14405
4613
4614 Reviewed by Anders.
4615
4616 * LayoutTestResults: Removed.
4617
bdash3390c102007-06-25 12:57:31 +000046182007-06-25 Alp Toker <alp.toker@collabora.co.uk>
4619
4620 Reviewed by Mark.
4621
4622 http://bugs.webkit.org/show_bug.cgi?id=13975
4623 Use system-provided libjpeg and libpng
4624
4625 * WebKit.pri: Link against external libjpeg and libpng.
4626
aroben71fb6632007-06-21 07:00:09 +000046272007-06-20 Adam Roben <aroben@apple.com>
4628
4629 Reviewed by Simon Hausmann.
4630
4631 More Gdk build fixing.
4632
4633 * WebKit.pro:
4634
staikosa933d562007-06-21 05:01:53 +000046352007-06-15 Adam Treat <adam@staikos.net>
4636
4637 Reviewed by George Staikos.
4638
4639 Add ICO support to the Qt build.
4640
4641 * WebKit.pro:
4642
staikosc62cabb2007-06-14 02:24:08 +000046432007-06-13 George Staikos <staikos@kde.org>
4644
4645 Reviewed by Lars.
4646
4647 Compile without self-linking.
4648
4649 * WebKit.pri:
4650
hausmannc14b0062007-06-13 15:01:28 +000046512007-06-13 Simon Hausmann <hausmann@kde.org>
4652
4653 Reviewed by Lars.
4654
4655 * WebKit.pri: WebKitQt is now called QtWebKit.
4656
weinig5846e7d2007-05-31 23:50:37 +000046572007-05-31 Alp Toker <alp.toker@collabora.co.uk>
4658
4659 Reviewed by Eric Seidel.
4660
4661 http://bugs.webkit.org/show_bug.cgi?id=13941
4662 Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
4663
4664 * WebKit.pri:
4665
bdash98f449d2007-05-18 08:29:58 +000046662007-05-18 Holger Hans Peter Freyther <zecke@selfish.org>
4667
4668 Reviewed by Mark Rowe.
4669
4670 * WebKit.pro: Build testkjs for Gdk and Qt
4671
bdashc9175eab2007-05-11 09:01:46 +000046722007-05-11 Holger Freyther <freyther@kde.org>
4673
4674 Reviewed by Mark Rowe.
4675
4676 Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
4677 and add ICU configuration to QMAKE_CXXFLAGS.
4678
4679 * WebKit.pri:
4680
bdash95897392007-05-07 02:36:38 +000046812007-05-06 Erik Bunce <kde@bunce.us>
4682
4683 Reviewed by Mark Rowe.
4684
4685 * WebKit.pri:
4686 Removed unnecessary dependency on MacPorts (/opt/local)
4687
hausmannd5df26f2007-05-03 22:04:27 +000046882007-05-03 Holger Freyther <freyther@kde.org>
4689
4690 Reviewed by Zack, landed by Simon.
4691 This is bugzilla bug 13499.
4692
4693 * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
4694 port
4695 * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
4696 port
4697
bdashfc4e8c22007-04-27 07:37:26 +000046982007-04-27 Holger Freyther <freyther@kde.org>
4699
4700 Reviewed by Maciej.
4701
4702 Remove unmaintained CMake build system.
4703
4704 * CMakeLists.txt: Removed.
4705
hausmann703e9d32007-01-30 10:20:20 +000047062007-01-30 Simon Hausmann <hausmann@kde.org>
4707
4708 Reviewed by Zack.
4709
4710 * WebKit.pri: libJavaScriptCore is gone with the Qt build
4711 * WebKit.pro:
4712
staikosbf876942007-01-26 22:19:16 +000047132007-01-26 George Staikos <staikos@kde.org>
4714
4715 Remove headers - not needed now.
4716
4717 * WebKit.pri:
4718
staikos9fd5a742007-01-23 18:36:22 +000047192007-01-23 George Staikos <staikos@kde.org>
4720
4721 Put everything back since we can't build everything without it yet.
4722
4723 * WebKit.pri:
4724
lars7cc60602007-01-16 15:03:44 +000047252007-01-16 Lars Knoll <lars@trolltech.com>
4726
4727 Reviewed by Zack
4728
4729 Remove everything but the new public API from
4730 the include path.
4731
4732 * WebKit.pri:
4733
staikos15d2d712007-01-11 07:12:00 +000047342007-01-11 George Staikos <staikos@kde.org>
4735
4736 Fix the Qt build
4737
4738 * WebKit.pri:
4739
lars7f506a42007-01-03 12:04:40 +000047402007-01-03 Lars Knoll <lars@trolltech.com>
4741
4742 Fix the Qt build
4743
4744 * WebKit.pri:
4745
hausmann0f6f3022006-12-17 10:50:27 +000047462006-12-17 Simon Hausmann <hausmann@kde.org>
4747
4748 Reviewed by Rob Buis.
4749
4750 * WebKit.pro: Build testkjs.
4751
thatchera3c1ab12006-12-14 19:30:36 +000047522006-12-14 Timothy Hatcher <timothy@apple.com>
4753
4754 Reviewed by Brady.
4755
4756 * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
4757
mjs79842692006-12-13 23:22:44 +000047582006-12-13 Maciej Stachowiak <mjs@apple.com>
4759
4760 Reviewed by Brady and Anders.
4761
4762 * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
4763
zacke22ef4d2006-12-10 20:05:01 +000047642006-12-10 Zack Rusin <zack@kde.org>
4765
4766 Client classes have been moved to WebKitQt/WebCoreSupport so
4767 adjusting the pri file.
4768
4769 * WebKit.pri:
4770
staikose9e22a52006-12-10 19:14:11 +000047712006-12-10 George Staikos <staikos@kde.org>
4772
4773 Reviewed by Zack.
4774
4775 Add WebKitBuild/Release back to the output dir for external build cases.
4776
4777 * WebKit.pri:
4778
zack76eb5c12006-12-10 09:21:56 +000047792006-12-10 Zack Rusin <zack@kde.org>
4780
4781 Fix the link directory location.
4782
4783 * WebKit.pri:
4784
zackc9055502006-12-10 06:36:32 +000047852006-12-10 Lars Knoll <lars@trolltech.com>
4786
4787 Reviewed by Zack
4788
4789 Include DumpRenderTree in the Qt build
4790
4791 * WebKit.pro:
4792
staikos75bf7ef2006-12-10 05:54:55 +000047932006-12-09 George Staikos <staikos@kde.org>
4794
4795 Reviewed by Zack.
4796
4797 Correct the path to the libraries for QMake.
4798
4799 * WebKit.pri:
4800
zack0321d232006-12-10 00:58:36 +000048012006-12-09 Lars Knoll <lars@trolltech.com>
4802
4803 Reviewed by Zack
4804
4805 Make it possible to build WebKit with qmake.
4806
4807 * WebKit.pri: Added.
4808 * WebKit.pro: Added.
4809
staikosb68ccda2006-11-19 18:39:14 +000048102006-11-19 Simon Hausmann <hausmann@kde.org>
4811
4812 Reviewed by Zack.
4813
4814 http://bugs.webkit.org/show_bug.cgi?id=11649
4815
4816 * CMakeLists.txt: Fix Qt-only build without KDE cmake files
4817
thatcher94389582006-10-31 01:35:47 +000048182006-10-30 Timothy Hatcher <timothy@apple.com>
4819
4820 Reviewed by Brady.
4821
4822 Make the universal build return non-zero when module make fails.
4823
4824 * Makefile:
4825
slewis243d4c12006-10-30 22:35:43 +000048262006-10-30 Stephanie Lewis <slewis@apple.com>
4827
darin@apple.com07c80c62008-09-05 18:15:43 +00004828 Reviewed by Darin Adler.
slewis243d4c12006-10-30 22:35:43 +00004829
4830 Change Makefiles to return non-zero when module make fails.
4831
4832 * Makefile:
4833
beidsone15fbdd2006-10-28 02:08:38 +000048342006-10-27 Brady Eidson <beidson@apple.com>
4835
4836 Rubber stamped by Tim Hatcher
4837
4838 Added "make universal" to build universal binaries
4839
4840 * Makefile:
4841 * Makefile.shared:
4842
eseidel52f3a0e2006-10-02 00:04:56 +000048432006-10-01 Nikolas Zimmermann <zimmermann@kde.org>
4844
4845 Reviewed by eseidel.
4846
4847 * CMakeLists.txt: add option to disable colored output when building on the buildbot
4848