blob: 2e2e84526c98c00305a1a421c0e3cff16fcf9d50 [file] [log] [blame]
kov@webkit.org60affd12009-11-30 15:13:44 +000012009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2
3 Build fix. Make sure JSCore-1.0.gir is added to the distributed
4 tarball.
5
6 * GNUmakefile.am:
7
xan@webkit.org22674492009-11-30 13:53:52 +000082009-11-30 Xan Lopez <xlopez@igalia.com>
9
10 Reviewed by Gustavo Noronha.
11
12 Bump versions for 1.1.17 release.
13
14 * configure.ac:
15
hausmann@webkit.org6eb95ff2009-11-30 11:27:51 +0000162009-11-30 Jan-Arve Sæther <jan-arve.saether@nokia.com>
17
18 Reviewed by Simon Hausmann.
19
20 [Qt] Fix compilation with win32-icc
21
22 Include os-win32 for stdint.h since MS does not ship that in their PSDK.
23
24 * WebKit.pri:
25
laszlo.1.gombos@nokia.com7e391fb2009-11-27 04:06:37 +0000262009-11-26 Laszlo Gombos <laszlo.1.gombos@nokia.com>
27
28 Reviewed by Oliver Hunt.
29
30 Move GOwnPtr* from wtf to wtf/gtk
31 https://bugs.webkit.org/show_bug.cgi?id=31793
32
33 * GNUmakefile.am: Add JavaScriptCore/wtf/gtk to
34 the include path.
35
dimich@chromium.orgd6f11902009-11-25 05:38:48 +0000362009-11-24 Dmitry Titov <dimich@chromium.org>
37
38 Reviewed by Eric Seidel.
39
40 Add ENABLE_SHARED_SCRIPT feature define and flag for build-webkit
41 https://bugs.webkit.org/show_bug.cgi?id=31444
42
43 * configure.ac:
44
eric@webkit.orgc4897222009-11-25 02:45:02 +0000452009-11-24 Jason Smith <dark.panda@gmail.com>
46
47 Reviewed by Alexey Proskuryakov.
48
49 RegExp#exec's returned Array-like object behaves differently from
50 regular Arrays
51 https://bugs.webkit.org/show_bug.cgi?id=31689
52
53 * LayoutTests/fast/js/regexp-in-and-foreach-handling.html: Added.
54 * LayoutTests/fast/js/script-tests/regexp-in-and-foreach-handling.js: Added.
55 * LayoutTests/fast/js/regexp-in-and-foreach-handling-expected.txt: Added.
56
snej@chromium.orga55a24e2009-11-25 00:06:17 +0000572009-11-24 Jens Alfke <snej@chromium.org>
58
59 Reviewed by David Levin.
60
61 Ignore Chromium's Xcode projects that are auto-generated from .gyp files.
62 https://bugs.webkit.org/show_bug.cgi?id=31847
63
64 * .gitignore: Add three .xcodeproj files.
65
eric@webkit.orgb6dcd3f2009-11-10 01:12:00 +0000662009-11-09 Priit Laes <plaes@plaes.org>
67
68 Reviewed by Oliver Hunt.
69
70 [Gtk] Build from tarball fails with --enable-introspection
71 https://bugs.webkit.org/show_bug.cgi?id=31261
72
73 We need to enable gobject-introspection during distcheck otherwise
74 some of the required files are missing in tarball.
75
76 * GNUmakefile.am:
77
eric@webkit.org8086c252009-11-05 09:51:32 +0000782009-11-05 Priit Laes <plaes@plaes.org>
79
80 Reviewed by Jan Alonzo.
81
82 [Gtk] Build failure with --enable-introspection
83 https://bugs.webkit.org/show_bug.cgi?id=31102
84
85 Add search and include paths for JSCore-1.0.gir required by
86 gobject-introspection tools.
87
88 * GNUmakefile.am:
89
eric@webkit.org553fcc12009-11-04 21:00:11 +0000902009-11-04 Benjamin Otte <otte@gnome.org>
91
92 Reviewed by Gustavo Noronha.
93
94 Update Cairo requirement to 1.6.
95
96 https://bugs.webkit.org/show_bug.cgi?id=19266
97
98 * configure.ac:
99
eric@webkit.org689120a2009-11-02 22:26:00 +00001002009-11-02 Estêvão Samuel Procópio <tevaum@gmail.com>
101
102 Reviewed by Gustavo Noronha.
103
104 [Build] make install ignores --prefix option for gobject-introspection.
105 https://bugs.webkit.org/show_bug.cgi?id=31025
106
107 Make the build system use the --prefix path also when installing
108 gobject-introspection files.
109
110 * configure.ac: use --prefix path in GITDIR and GIRTYPELIBDIR
111
xan@webkit.orgdf308cb2009-11-02 19:10:48 +00001122009-11-02 Xan Lopez <xlopez@igalia.com>
113
114 Bump version before release (or post-release, depending on your
115 point of view) so that we can make applications depending on
116 unreleased APIs in WebKit svn fail at configure time when the
117 requirements are not met.
118
119 * configure.ac:
120
eric@webkit.orga5df25e2009-11-01 20:49:04 +00001212009-11-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
122
123 Reviewed by Eric Seidel.
124
125 Turn on warnings for QtWebKit for gcc
126 https://bugs.webkit.org/show_bug.cgi?id=30958
127
128 * WebKit.pri: Turn on warnings for the GCC compiler
129
abarth@webkit.org5d0ed892009-10-30 08:55:56 +00001302009-10-30 Adam Barth <abarth@webkit.org>
131
132 Reviewed by Mark Rowe.
133
134 Teach git to ignore some files
135 https://bugs.webkit.org/show_bug.cgi?id=30951
136
137 Ignore WebKitBuild because we never want to version that directory.
138 Also, ignore the xcode project files so git clean doesn't blow away
139 your project settings. Finally, ignore the compiled python files in
140 WebKitTools/Script modules because they clutter up git status.
141
142 * .gitignore: Added.
143
rolandsteiner@chromium.org030b86f2009-10-30 07:55:17 +00001442009-10-30 Roland Steiner <rolandsteiner@chromium.org>
145
146 Reviewed by Eric Seidel.
147
148 Remove ENABLE_RUBY guards as discussed with Dave Hyatt and Maciej Stachowiak.
149
150 Bug 28420 - Implement HTML5 <ruby> rendering
151 (https://bugs.webkit.org/show_bug.cgi?id=28420)
152
153 No new tests (no functional change).
154
155 * configure.ac:
156
zecke@webkit.org20dec3e2009-10-28 10:16:13 +00001572009-10-26 Holger Hans Peter Freyther <zecke@selfish.org>
158
159 Rubber-stamped by Darin Adler.
160
161 Export fastMalloc, fastCalloc, fastRealloc and fastFree
162 https://bugs.webkit.org/show_bug.cgi?id=30769
163
164 Export the FastMalloc functions outside of the libwebkit library
165 to be able to instrument memory allocations. These are C++ symbols
166 but do not require the C++ runtime to be useful and should be of
167 no harm to plain C code.
168
169 * autotools/symbols.filter:
170
kov@webkit.org4a2f47d2009-10-26 17:44:47 +00001712009-10-26 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
172
kov@webkit.org30bb9182009-10-26 20:16:59 +0000173 Reviewed by Jan Alonzo.
174
175 Alternative solution to regression introduced in r48672.
kov@webkit.org4a2f47d2009-10-26 17:44:47 +0000176
177 * GNUmakefile.am:
178
xan@webkit.org17381bd2009-10-26 13:25:11 +00001792009-10-26 Xan Lopez <xlopez@igalia.com>
180
181 Reviewed by Gustavo Noronha.
182
183 Update for 1.1.16 release.
184
185 * configure.ac:
186
eric@webkit.org5708acf2009-10-24 15:28:20 +00001872009-10-24 Laszlo Gombos <laszlo.1.gombos@nokia.com>
188
189 Reviewed by Holger Freyther.
190
191 [Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian
192 https://bugs.webkit.org/show_bug.cgi?id=30476
193
194 Set the stack size to 80 Kb and heap size to the 128kB - 32MB range
195 to all executables linking against WebKit library.
196
197 * WebKit.pri:
198
jmalonzo@webkit.org89e722b2009-10-18 19:29:49 +00001992009-10-18 Jan Michael Alonzo <jmalonzo@webkit.org>
200
201 Reviewed by Holger Freyther.
202
203 [GTK] Add MathML to the build system
204 https://bugs.webkit.org/show_bug.cgi?id=30487
205
206 Add --enable-mathml to configure.
207
208 * configure.ac:
209
jmalonzo@webkit.orgeff81ec2009-10-15 23:17:59 +00002102009-10-15 Jan Michael Alonzo <jmalonzo@webkit.org>
211
212 Reviewed by Xan Lopez.
213
214 [GTK] marshal stamp files are not cleaned after a distclean
215 https://bugs.webkit.org/show_bug.cgi?id=30156
216
217 Add the stamp files directly to cleanfiles. Also rearrange the
218 variable declarations so we don't miss any files that need to be
219 cleaned up during the clean targets.
220
221 * GNUmakefile.am:
222
kov@webkit.org7a76e2a2009-10-15 17:53:02 +00002232009-10-15 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
224
225 Unreviewed. Help text fix - Web Sockets default is no, not yes.
226
227 * configure.ac:
228
jmalonzo@webkit.org6ba7f952009-10-12 11:55:57 +00002292009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org>
230
jmalonzo@webkit.orgf34ecef2009-10-12 11:56:15 +0000231 Rubberstamped by Eric Seidel.
232
233 [Gtk] Fix icu CFLAG for Darwin
234 https://bugs.webkit.org/show_bug.cgi?id=29517
235
236 Don't escape the srcdir variable. Also use $host instead of the
237 os_foo variables.
238
239 * autotools/webkit.m4:
240
2412009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org>
242
jmalonzo@webkit.org6ba7f952009-10-12 11:55:57 +0000243 Reviewed by Gustavo Noronha.
244
245 [Gtk] Use the SQLite3 headers from WebKitLibraries if sqlite3 is undetected
246 https://bugs.webkit.org/show_bug.cgi?id=29518
247
248 * configure.ac:
249
zoltan@webkit.org04a7d552009-10-05 13:25:07 +00002502009-10-05 Zoltan Horvath <zoltan@webkit.org>
251
252 Reviewed by Simon Hausmann.
253
254 [Qt] Disable TCmalloc for Windows port at the present, because MinGW
255 hasn't got built-in pthread library.
256
257 * WebKit.pri:
258
hausmann@webkit.orgd422fa02009-10-02 11:18:06 +00002592009-10-02 Prasanth Ullattil <prasanth.ullattil@nokia.com>
260
261 Reviewed by Simon Hausmann.
262
263 Disable a few more harmless MSVC warnings.
264
265 * WebKit.pri:
266
laszlo.1.gombos@nokia.combe4310b2009-10-02 00:58:45 +00002672009-10-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
268
269 Unreviewed, build fix.
270
271 [Qt] Symbian build break after r48976.
272 unix is set for Symbian in the Qt build system.
273
274 * WebKit.pri:
275
zoltan@webkit.org0aaef192009-10-01 16:22:43 +00002762009-10-01 Zoltan Horvath <zoltan@webkit.org>
277
278 Reviewed by Simon Hausmann.
279
280 [Qt] Enable TCmalloc for the Linux, Mac and Windows Qt-port
281 https://bugs.webkit.org/show_bug.cgi?id=27029
282
283 Remove USE_SYSTEM_MALLOC for Linux, Mac and Windows Qt-port from WebKit.pri,
284 so these Qt-ports will use TCmalloc as other ports.
285
286 * WebKit.pri:
287
eric@webkit.org4f864b92009-10-01 09:02:30 +00002882009-10-01 Martin Robinson <martin.james.robinson@gmail.com>
289
290 Reviewed by Xan Lopez.
291
292 [GTK] GtkIMContext filtering interferes with DOM key events
293 https://bugs.webkit.org/show_bug.cgi?id=28733
294
295 Add new key event test ensuring that IME keypresses are handled.
296
297 * GNUmakefile.am:
298
eric@webkit.org9d150a22009-10-01 08:19:35 +00002992009-10-01 Philippe Normand <pnormand@igalia.com>
300
301 Reviewed by Xan Lopez.
302
303 [GTK] data: uri support in media player
304 https://bugs.webkit.org/show_bug.cgi?id=29842
305
306 Check presence of gstreamer-pbutils-0.10.
307
308 * configure.ac:
309
ddkilzer@apple.com66a29532009-09-27 03:15:37 +00003102009-09-26 David Kilzer <ddkilzer@apple.com>
311
312 GTK BUILD FIX: add ENABLE_ORIENTATION_EVENTS support to configure.ac
313
314 * configure.ac: Added support for ENABLE_ORIENTATION_EVENTS.
315
xan@webkit.orgd62ef702009-09-23 13:25:20 +00003162009-09-23 Xan Lopez <xlopez@igalia.com>
317
318 Reviewed by Gustavo Noronha.
319
320 Do not add unneeded include paths for gir files, and add the
321 include paths for headers manually instead of relying on our own
322 pc file and installed headers, since that adds a circular
323 dependency.
324
325 * GNUmakefile.am:
326
jmalonzo@webkit.orgea8d0e92009-09-23 13:08:51 +00003272009-09-23 Jan Michael Alonzo <jmalonzo@webkit.org>
328
329 Reviewed by Xan Lopez.
330
331 Minor reorganization to the patch landed in
332 http://trac.webkit.org/changeset/48670. Also move JSCore-1.0.gir
333 in the gtk directory as that's only useful to the Gtk port at the
334 moment.
335
336 * GNUmakefile.am:
337 * configure.ac:
338
xan@webkit.org09f04952009-09-23 12:03:09 +00003392009-09-23 Xan Lopez <xlopez@igalia.com>
340
341 Reviewed by Gustavo Noronha.
342
343 [GTK] We should generate our own gir file for introspection
344 https://bugs.webkit.org/show_bug.cgi?id=29603
345
346 Generate gir and typelib files for WebKit and JSCore. The JSCore
347 gir file is handwritten (since it's only useful, for now, as a
348 dependency of the WebKit gir file), the WebKit one is
349 autogenerated from the headers.
350
351 * GNUmakefile.am:
352 * JSCore-1.0.gir: Added.
353 * configure.ac:
354
xan@webkit.orgeadfafd2009-09-22 16:24:57 +00003552009-09-22 Philippe Normand <pnormand@igalia.com>
356
357 Reviewed by Xan Lopez.
358
359 link errors due to wrong UNICODE_LIBS on Ubuntu Jaunty
360 https://bugs.webkit.org/show_bug.cgi?id=29638
361
362 Call icu-cconfig with ldflags-libsonly to prevent having a -L
363 statement that could override libs installed in another prefix.
364
365 * autotools/webkit.m4:
366
xan@webkit.org24ef9192009-09-21 11:56:22 +00003672009-09-21 Xan Lopez <xlopez@igalia.com>
368
369 Reviewed by Gustavo Noronha.
370
371 Bump version for 1.1.15 release.
372
373 * configure.ac:
374
xan@webkit.orgfd4dd8e2009-09-18 13:53:22 +00003752009-09-18 Xan Lopez <xlopez@igalia.com>
376
377 Reviewed by Gustavo Noronha and Jan Alonzo.
378
379 [GTK] context menu overriding API is very limited
380 https://bugs.webkit.org/show_bug.cgi?id=27546
381
382 Add new tests to the build.
383
384 * GNUmakefile.am:
385
3862009-09-18 Xan Lopez <xlopez@igalia.com>
xan@webkit.org2266a5b2009-09-18 13:53:10 +0000387
388 Reviewed by Gustavo Noronha and Jan Alonzo.
389
390 [GTK] context menu overriding API is very limited
391 https://bugs.webkit.org/show_bug.cgi?id=27546
392
393 Add WebKitHitTestResult to the build.
394
395 * GNUmakefile.am:
396
laszlo.1.gombos@nokia.com6c6437e2009-09-10 11:59:50 +00003972009-09-10 Laszlo Gombos <laszlo.1.gombos@nokia.com>
398
399 Reviewed by Ariya Hidayat.
400
401 Disable some ARM compiler warnings
402 https://bugs.webkit.org/show_bug.cgi?id=29083
403
404 The following ARM compiler warnings are disabled
405
406 - #68-D: integer conversion resulted in a change of sign
407 - #111-D: statement is unreachable
408 - #177-D: variable XXX was declared but never referenced
409 - #368-D: class XXX defines no constructor to initialize the following: YYY
410 - #830-D: function XXX "XXX::operator new" has no corresponding operator delete
411 - #1293-D: assignment in condition
412
413 * WebKit.pri:
414
kenneth@webkit.org6692c802009-09-09 20:15:18 +00004152009-09-09 Kenneth Rohde Christiansen <kenneth@webkit.org>
416
417 Reviewed by Simon Hausmann.
418
419 [Qt] Add the alternative QtLauncher (based on QGraphicsView) to the build.
420
421 https://bugs.webkit.org/show_bug.cgi?id=28862
422
423 * WebKit.pro:
424
xan@webkit.org14c495e2009-09-07 17:16:49 +00004252009-09-07 Xan Lopez <xlopez@igalia.com>
426
427 Rubber-stamped by Gustavo Noronha.
428
429 Bump versions in preparation for 1.1.14 release.
430
431 * configure.ac:
432
kov@webkit.org6e1ddaf2009-09-07 16:27:29 +00004332009-09-07 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
434
435 Reviewed by Xan Lopez.
436
437 https://bugs.webkit.org/show_bug.cgi?id=26854
438 [GTK] Needs API to allow more control over outgoing requests
439
440 * GNUmakefile.am: new files added to the build for new class
441 WebKitNetworkResponse
442
xan@webkit.org00c0d9a2009-09-06 14:31:13 +00004432009-09-06 Martin Robinson <martin.james.robinson@gmail.com>
444
445 Reviewed by Gustavo Noronha, Jan Alonzo and Xan Lopez.
446
447 [Gtk] Expose a database API
448 https://bugs.webkit.org/show_bug.cgi?id=27899
449
450 Expose an HTML5 database API for GTK+.
451
452 * GNUmakefile.am:
453
eric@webkit.org35f825b2009-09-04 08:40:37 +00004542009-09-04 Albert Bachand <albertb@google.com>
455
456 Reviewed by Eric Seidel.
457
458 Modify the condition regarding the key modifier for opening combo
459 boxes under GTK from just PLATFORM(GTK) to also look for
460 (PLATFORM(CHROMIUM) && PLATFORM(LINUX)).
461
462 * WebCore/dom/SelectElement.cpp:
463 * WebCore/manual-tests/select-popup-on-spacebar.html:
464
jmalonzo@webkit.org919072f2009-09-02 12:58:59 +00004652009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org>
466
467 Reviewed by Xan Lopez and Gustavo Noronha.
468
469 [Gtk] Implement a WebDataSource for the gtk port
470 https://bugs.webkit.org/show_bug.cgi?id=24758
471
jmalonzo@webkit.org77693272009-09-02 13:06:04 +0000472 Add WebKitWebDataSource unit test to the build script
473
474 * GNUmakefile.am:
475
4762009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org>
477
478 Reviewed by Xan Lopez and Gustavo Noronha.
479
480 [Gtk] Implement a WebDataSource for the gtk port
481 https://bugs.webkit.org/show_bug.cgi?id=24758
482
jmalonzo@webkit.org919072f2009-09-02 12:58:59 +0000483 Add WebKitWebDataSource and DocumentLoaderGtk to the build script.
484
485 * GNUmakefile.am:
486
jmalonzo@webkit.orgd764ffc2009-09-01 12:19:28 +00004872009-09-01 Jan Michael Alonzo <jmalonzo@webkit.org>
488
489 Reviewed by Xan Lopez and Gustavo Noronha.
490
491 [Gtk] Implement a WebDataSource for the gtk port
492 https://bugs.webkit.org/show_bug.cgi?id=24758
493
494 Add WebKitWebResource to the build script.
495
496 * GNUmakefile.am:
497
jmalonzo@webkit.org4e086572009-08-29 06:56:49 +00004982009-08-28 Jan Michael Alonzo <jmalonzo@webkit.org>
499
500 Reviewed by Oliver Hunt.
501
502 Gtk Build broken for OSX Quartz
503 https://bugs.webkit.org/show_bug.cgi?id=28727
504
505 Define XP_UNIX for non-Win OS builds.
506
507 * GNUmakefile.am:
508
kov@webkit.org6f367912009-08-28 15:24:15 +00005092009-08-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
510
511 Reviewed by Holger Freyther.
512
513 https://bugs.webkit.org/show_bug.cgi?id=25889
514 [GTK] scrollbar policy for main frame is not implementable
515
516 Adding files for the new test for window-related issues (starting
517 with scrollbar policy).
518
519 * GNUmakefile.am:
520
xan@webkit.orgbc59e8d2009-08-27 07:26:02 +00005212009-08-27 Priit Laes <plaes@plaes.org>
522
523 Reviewed by Xan Lopez.
524
525 [GTK] Out-of-srcdir build problem
526 https://bugs.webkit.org/show_bug.cgi?id=28741
527
528 * GNUmakefile.am, autotools/webkit.m4:
529 Fix problem with out-of-srcdir builds. Also bump required glib version.
530
kov@webkit.org40ff20f2009-08-24 15:28:24 +00005312009-08-24 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
532
533 Reviewed by Xan Lopez.
534
535 Bump package and so versions for 1.1.13 release.
536
537 * configure.ac:
538
eric@webkit.orgb1fcb522009-08-22 03:51:35 +00005392009-08-22 Javier Jardón <javierjc1982@gmail.com>
540
541 [GTK] Not use deprecated symbols in WebKitWebView example code.
542 https://bugs.webkit.org/show_bug.cgi?id=28651
543
544 * WebKit/gtk/webkit/webkitwebview.cpp
545
xan@webkit.org4fc9f622009-08-19 05:16:12 +00005462009-08-18 Xan Lopez <xlopez@igalia.com>
547
548 Rubber-stamped by Holger Freyther.
549
550 Require at least libsoup 2.27.91 for the new password
551 manager/authentication APIs.
552
553 * configure.ac:
554
atwilson@chromium.org805d2062009-08-18 18:14:26 +00005552009-08-18 Drew Wilson <atwilson@google.com>
556
557 Reviewed by NOBODY (Build Break).
558
559 Speculative fix for GTK DumpRenderTree.
560
561 * GNUmakefile.am:
562
eric@webkit.org40ddb7c2009-08-18 07:16:12 +00005632009-08-18 Kent Tamura <tkent@chromium.org>
564
565 Reviewed by Eric Seidel.
566
567 Add --enable-datalist option.
568
569 * configure.ac:
570
weinig@apple.com29e30182009-08-15 21:25:18 +00005712009-08-14 Adam Bergkvist <adam.bergkvist@ericsson.com>
572
573 Reviewed by Sam Weinig.
574
575 [GTK] Added EventSource to the build (default on).
576 https://bugs.webkit.org/show_bug.cgi?id=14997
577
578 * configure.ac:
579
jmalonzo@webkit.orgcbc98432009-08-15 05:19:27 +00005802009-08-14 Jan Michael Alonzo <jmalonzo@webkit.org>
581
582 Rubber-stamped by Gustavo Noronha.
583
584 Initialize CFLAGS and CXXFLAGS before the main body of the
585 WEBKIT_INIT macro so C files don't get built with "-g -O2".
586
587 * autotools/webkit.m4:
588
xan@webkit.orgaa5bf362009-08-12 18:37:14 +00005892009-08-12 Xan Lopez <xlopez@igalia.com>
590
591 Reviewed by Jan Alonzo.
592
593 [GTK] Remove keyring optional features
594 https://bugs.webkit.org/show_bug.cgi?id=28173
595
596 Remove keyring support, we now do authentication storage through
597 libsoup. We depend on libsoup master now, will bump the dependency
598 when there's a new release.
599
600 * GNUmakefile.am:
601 * configure.ac:
602
atwilson@chromium.orgdf116022009-08-11 20:37:14 +00006032009-08-11 Drew Wilson <atwilson@google.com>
604
605 Reviewed by NOBODY (Build break).
606
607 Speculative fix for GTK build break.
608
609 * WebKit.pro:
610
vestbo@webkit.org2415ea22009-08-11 14:56:51 +00006112009-08-11 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
612
613 Reviewed by Simon Hausmann.
614
615 Build the TestNetscapePlugin on Qt/Mac
616
617 * WebKit.pro:
618
xan@webkit.orgdde42662009-08-11 10:37:58 +00006192009-08-11 Xan Lopez <xlopez@igalia.com>
620
621 Reviewed by Jan Alonzo.
622
623 Prefix lengthy commands with AM_V_GEN so that they produce an
624 output like 'GEN <filename>' when in silent mode.
625
626 * GNUmakefile.am:
627
jmalonzo@webkit.org7c653802009-08-05 11:40:12 +00006282009-08-05 Jan Michael Alonzo <jmalonzo@webkit.org>
629
630 Reviewed by Xan Lopez.
631
632 [Gtk] macros in webkit.m4 should be defined once only
633 https://bugs.webkit.org/show_bug.cgi?id=27929
634
635 The macros in webkit.m4 are not meant to be called multiple times
636 so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
637 AC_REQUIRE to remove the automake warnings when doing autogen.sh.
638
639 Lastly, make sure CXXFLAGS and CFLAGS are defined before
640 AC_PROG_CXX gets expanded so it doesn't add "-g -O2" on Release builds.
641
642 * autotools/webkit.m4:
643
xan@webkit.orga9363632009-08-05 08:13:27 +00006442009-08-05 Xan Lopez <xlopez@igalia.com>
645
646 Revert r46714, it was making us build debug images by default.
647
648 * autotools/webkit.m4:
649
abarth@webkit.org1230a362009-08-04 02:14:20 +00006502009-08-03 Laszlo Gombos <laszlo.1.gombos@nokia.com>
651
652 Reviewed by Eric Seidel.
653
654 [Qt] Consolidate common gcc flags to WebKit.pri
655 https://bugs.webkit.org/show_bug.cgi?id=27934
656
657 * WebKit.pri:
658
jmalonzo@webkit.orgda1305f2009-08-03 10:23:43 +00006592009-08-03 Jan Michael Alonzo <jmalonzo@webkit.org>
660
jmalonzo@webkit.org6d5cc002009-08-03 10:27:36 +0000661 Rubber-stamped by Eric Seidel.
jmalonzo@webkit.orgda1305f2009-08-03 10:23:43 +0000662
663 [Gtk] macros in webkit.m4 should be defined once only
664 https://bugs.webkit.org/show_bug.cgi?id=27929
665
666 The macros in webkit.m4 are not meant to be called multiple times
667 so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
668 AC_REQUIRE to remove the automake warnings when doing autogen.sh.
669
670 * autotools/webkit.m4:
671
ariya@webkit.orgdc61fb42009-07-30 12:59:17 +00006722009-07-29 Ariya Hidayat <ariya.hidayat@nokia.com>
673
674 Reviewed by Simon Hausmann.
675
676 Adding ImageDiff project file.
677
678 https://bugs.webkit.org/show_bug.cgi?id=27813
679
680 * WebKit.pro: Added ImageDiff.pro.
681
jmalonzo@webkit.orgd9686da2009-07-29 11:18:16 +00006822009-07-29 Jan Michael Alonzo <jmalonzo@webkit.org>
683
684 Reviewed by Eric Seidel and Xan Lopez.
685
686 [Gtk] Enable http/tests/appcache tests
687 https://bugs.webkit.org/show_bug.cgi?id=27674
688
689 * GNUmakefile.am: Add webkit/webkitapplicationcache.cpp
690
xan@webkit.orgc102d5a92009-07-28 13:34:03 +00006912009-07-28 Xan Lopez <xlopez@igalia.com>
692
693 Reviewed by Gustavo Noronha.
694
695 Use automake 1.11 SILENT_RULES when present, for cleaner build
696 output. You can disable it by passing --disable-silent-rules to
697 configure or V=1 to make.
698
699 * autotools/dolt.m4:
700 * configure.ac:
701
hausmann@webkit.orga5e214d2009-07-28 12:27:00 +00007022009-07-28 Laszlo Gombos <laszlo.1.gombos@nokia.com>
703
704 Reviewed by Simon Hausmann.
705
706 [Qt] Disable some compiler warnings for the win build
707 https://bugs.webkit.org/show_bug.cgi?id=27709
708
709 * WebKit.pri:
710
xan@webkit.org8a40d7c2009-07-28 10:39:32 +00007112009-07-28 Xan Lopez <xlopez@igalia.com>
712
713 Reviewed by Gustavo Noronha.
714
715 * configure.ac: bump version for 1.1.12 release.
716
xan@webkit.org78d82dd2009-07-24 14:26:45 +00007172009-07-24 Xan Lopez <xlopez@igalia.com>
718
719 Reviewed by Gustavo Noronha.
720
721 Remove unneeded commas from PKG_CHECK_MODULES.
722
723 * configure.ac:
724
jmalonzo@webkit.orga38fec32009-07-24 07:55:00 +00007252009-07-24 Jan Michael Alonzo <jmalonzo@webkit.org>
726
727 Reviewed by Xan Lopez.
728
729 Bump pango version requirement to 1.12 which is the version that
730 came with Gtk 2.10.
731
732 * configure.ac:
733
levin@chromium.orgeb623d72009-07-21 09:53:37 +00007342009-07-21 Roland Steiner <rolandsteiner@google.com>
735
736 Reviewed by David Levin.
737
738 Add ENABLE_RUBY to list of build options
739 https://bugs.webkit.org/show_bug.cgi?id=27324
740
741 * configure.ac: Added flag ENABLE_RUBY.
742
hausmann@webkit.org4d433262009-07-20 09:52:00 +00007432009-07-20 Laszlo Gombos <laszlo.1.gombos@nokia.com>
744
745 Reviewed by Holger Freyther.
746
747 [Qt] Add an option for QtLauncher to build without QtUiTools dependency
748 https://bugs.webkit.org/show_bug.cgi?id=27438
749
750 Based on Norbert Leser's work.
751
752 * WebKit.pri: Symbian does not have UiTools
753
levin@chromium.org572fdb92009-07-17 07:42:03 +00007542009-07-16 Fumitoshi Ukai <ukai@chromium.org>
755
756 Reviewed by David Levin.
757
758 Add --web-sockets flag and ENABLE_WEB_SOCKETS define.
759 https://bugs.webkit.org/show_bug.cgi?id=27206
760
761 Add --enable-web-sockets in configure.ac
762
763 * configure.ac:
764
hausmann@webkit.org87ed70a2009-07-16 16:43:47 +00007652009-07-16 Laszlo Gombos <laszlo.1.gombos@nokia.com>
766
767 Reviewed by Simon Hausmann.
768
769 [Qt] Enable GNU compiler extensions to the ARM compiler
770 for all Qt ports using RVCT
771 https://bugs.webkit.org/show_bug.cgi?id=27348
772
773 * WebKit.pri:
774
vestbo@webkit.org9ba76ae2009-07-15 15:14:53 +00007752009-07-15 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
776
777 Rubber-stamped by Simon Hausmann.
778
779 Fix the Qt/Mac build by disabling TestNetscapePlugin
780
781 We should fix and enable this once we run DRT for Qt/Mac
782
783 * WebKit.pro:
784
kov@webkit.org9cab83d2009-07-13 15:23:19 +00007852009-07-13 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
786
787 Unreviewed build fix. Require the correct libsoup version now that
788 it's released.
789
790 * configure.ac:
791
vestbo@webkit.org1c014fe2009-07-13 14:54:07 +00007922009-07-13 Laszlo Gombos <laszlo.1.gombos@nokia.com>
793
794 Reviewed by Tor Arne Vestbø.
795
796 [Qt] Build fix for QtWebKit on Win
797 https://bugs.webkit.org/show_bug.cgi?id=27205
798
799 * WebKit.pri: Include the major version number in the QtWebKit
800 library file for Win.
801
hausmann@webkit.org6c3c21d2009-07-13 10:55:07 +00008022009-07-13 Simon Hausmann <simon.hausmann@nokia.com>
803
804 Reviewed by Ariya Hidayat.
805
806 Add the test netscape plugin for the Qt DRT to the build.
807
808 * WebKit.pro:
809
levin@chromium.orge1b64a42009-07-13 08:58:48 +00008102009-07-13 Drew Wilson <atwilson@google.com>
811
812 Reviewed by David Levin.
813
814 Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs
815 https://bugs.webkit.org/show_bug.cgi?id=26932
816
817 Added ENABLE(SHARED_WORKERS) flag.
818
819 * configure.ac:
820
xan@webkit.org393cdb42009-07-12 18:42:21 +00008212009-07-12 Xan Lopez <xlopez@igalia.com>
822
823 Reviewed by Gustavo Noronha.
824
825 Bump version in preparation for 1.1.11 release.
826
827 * configure.ac:
828
hausmann@webkit.orgded446c2009-07-10 11:15:30 +00008292009-07-07 Norbert Leser <norbert.leser@nokia.com>
830
831 Reviewed by Simon Hausmann.
832
833 Exclude DumpRenderTree.pro from symbian build
834
835 * WebKit.pro:
836
dimich@chromium.org8bc5f092009-07-10 03:20:07 +00008372009-07-09 Drew Wilson <atwilson@google.com>
838
839 Reviewed by Alexey Proskuryakov.
840
841 https://bugs.webkit.org/show_bug.cgi?id=26903
842
843 Turned on CHANNEL_MESSAGING by default because the MessageChannel API
844 can now be implemented for Web Workers and is reasonably stable.
845
846 * configure.ac: enable CHANNEL_MESSAGING.
847
jmalonzo@webkit.org54cd7bc2009-07-03 09:57:39 +00008482009-07-03 Jan Michael Alonzo <jmalonzo@webkit.org>
849
850 Reviewed by Xan Lopez and Gustavo Noronha.
851
852 Set user-agent from application
853 https://bugs.webkit.org/show_bug.cgi?id=17375
854
855 Define UA version macros to be used by the UA string.
856 Add new WebSettings unit test for the User-Agent string API.
857
858 * GNUmakefile.am:
859 * configure.ac:
860
kov@webkit.org4ece5912009-06-20 13:20:23 +00008612009-06-20 Gustavo Noronha Silva <gns@gnome.org>
862
863 Reviewed by Jan Alonzo.
864
865 Adding files for the new test case for loading statuses.
866
867 * GNUmakefile.am:
868
xan@webkit.org942a4f92009-06-15 14:31:33 +00008692009-06-15 Xan Lopez <xlopez@igalia.com>
870
871 Reviewed by Gustavo Noronha.
872
873 Version bump in preparation for 1.1.10 release.
874
875 * configure.ac:
876
vestbo@webkit.orgeb3ca9c2009-06-15 08:39:27 +00008772009-06-12 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
878
879 Reviewed by Xan Lopez.
880
881 Refactor handling of options in the build-webkit script
882
883 Options are now defined in one place, and then reused when creating
884 the usage help text, the arguments to GetOptions(), and when passing
885 the options on to the underlying port-dependent build systems.
886
887 This allows the Qt port to read the defaults for the options from the
888 pro file (dynamically), and to pass the options on to qmake at build.
889
890 * configure.ac:
891
ariya@webkit.orgbb7f2f22009-06-11 17:39:21 +00008922009-06-11 Laszlo Gombos <laszlo.1.gombos@nokia.com>
893
894 Reviewed by Holger Freyther.
895
896 [Qt] Fix release build detection
897 https://bugs.webkit.org/show_bug.cgi?id=26267
898
899 * WebKit.pri:
900
kov@webkit.org74a9b762009-06-11 02:48:29 +00009012009-06-10 Gustavo Noronha Silva <gns@gnome.org>
902
903 Reviewed by Xan Lopez.
904
905 Add unit tests for our WebKitNetworkRequest object.
906
907 * GNUmakefile.am:
908
xan@webkit.org21f12d52009-06-10 13:10:16 +00009092009-06-10 Xan Lopez <xlopez@igalia.com>
910
xan@webkit.org4fe35972009-06-10 17:36:53 +0000911 Reviewed by Gustavo Noronha.
912
913 Version bump in preparation for 1.1.9 release.
914
915 * configure.ac:
916
9172009-06-10 Xan Lopez <xlopez@igalia.com>
918
xan@webkit.org21f12d52009-06-10 13:10:16 +0000919 Reviewed by Jan Alonzo.
920
921 https://bugs.webkit.org/show_bug.cgi?id=25415
922 [GTK][ATK] Please implement support for get_text_at_offset
923
924 Add new dependency on the Gail utils library, needed for our a11y
925 implementation.
926
927 * GNUmakefile.am:
928 * configure.ac:
929
kov@webkit.orgb6934942009-05-29 14:48:33 +00009302009-05-29 Gustavo Noronha Silva <gns@gnome.org>
931
932 Reviewed by Jan Alonzo.
933
934 Add a test-case for our HTTP backend, currently checking the
935 ref-counting of the SoupMessage.
936
937 * GNUmakefile.am:
938
krit@webkit.orgbfb80bf2009-05-28 22:10:29 +00009392009-05-28 Dirk Schulze <krit@webkit.org>
940
941 Reviewed by Nikolas Zimmermann.
942
943 Enable the new build flag --filters for Gtk. More details in WebCore/ChangeLog.
944
945 * configure.ac:
946
xan@webkit.org5151f5b2009-05-28 18:20:01 +00009472009-05-19 Xan Lopez <xlopez@igalia.com>
948
949 Reviewed by Jan Alonzo and Gustavo Noronha.
950
951 https://bugs.webkit.org/show_bug.cgi?id=25415
952 [GTK][ATK] Please implement support for get_text_at_offset
953
954 Add new test file for ATK.
955
956 * GNUmakefile.am:
957
kov@webkit.org53600a92009-05-28 17:48:25 +00009582009-05-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
959
960 Rubber-stamped by Xan Lopez.
961
962 Fix webkitgtk_cleanfiles to clean gtk-doc-related files in the
963 correct directory, so that we pass make distcheck.
964
965 * GNUmakefile.am:
966
xan@webkit.org4f098db2009-05-28 15:45:59 +00009672009-05-28 Xan Lopez <xlopez@igalia.com>
968
969 Bump version numbers in preparation for 1.1.8 release.
970
971 * configure.ac:
972
jmalonzo@webkit.org290fe612009-05-23 22:20:31 +00009732009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
974
jmalonzo@webkit.org460c1ee2009-05-24 04:06:57 +0000975 Unreviewed build fix. Add gstreamer-video-0.10 libs to
jmalonzo@webkit.org94825412009-05-24 04:21:34 +0000976 GSTREAMER_LIBS to resolve an undefined reference to gst_video_get_size
jmalonzo@webkit.org460c1ee2009-05-24 04:06:57 +0000977 - symbol used in MediaPlayerPrivateGstreamer.
978
979 * configure.ac:
980
9812009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
982
jmalonzo@webkit.org290fe612009-05-23 22:20:31 +0000983 Reviewed by Xan Lopez.
984
985 [Gtk] Various autotools build refactoring and fixes
986 https://bugs.webkit.org/show_bug.cgi?id=25286
987
988 Refactor library LIBS. Move third-party libs in libwebkit instead
989 of libWebCore.
990
991 * GNUmakefile.am:
992
9932009-05-22 Antonio Gomes <antonio.gomes@openbossa.org>
kov@webkit.org2f1014c2009-05-22 19:40:08 +0000994
995 Reviewed by Gustavo Noronha.
996
997 Make Gtk build not bail out if gtk-doc-tools is not installed.
998
kov@webkit.org83176e92009-05-22 19:41:47 +0000999 Warning message shown instead.
kov@webkit.org2f1014c2009-05-22 19:40:08 +00001000
1001 * autogen.sh:
1002
kov@webkit.orgbb6b72c2009-05-22 19:07:10 +000010032009-05-22 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1004
1005 Reviewed by Xan Lopez.
1006
1007 Add big warnings about the glib unicode backend being slow and
1008 incomplete, since it is a work in progress.
1009
1010 * autotools/webkit.m4:
1011 * configure.ac:
1012
kov@webkit.orgeba9e742009-05-22 18:06:51 +000010132009-05-22 Dominik Röttsches <dominik.roettsches@access-company.com>
1014
1015 Reviewed by Gustavo Noronha.
1016
1017 https://bugs.webkit.org/show_bug.cgi?id=15914
1018 [GTK] Implement Unicode functionality using GLib
1019
1020 Initial version of this patch by Jürg Billeter.
1021
1022 Adding options for --with-unicode-backend=icu|glib
1023 and checking for pango version >= 1.21.0 if GLib backend
1024 is selected. Temporarily, until remaining parts of
1025 this patch are committed, introduce WTF_USE_GLIB_ICU_UNICODE_HYBRID
1026 macro to allow for a mixed compilation with WTF Unicode
1027 backend based on GLib while text codecs and TextBreakIterator
1028 remain ICU dependent.
1029
1030 * GNUmakefile.am:
1031 * configure.ac:
1032
kov@webkit.org1371d072009-05-19 00:27:10 +000010332009-05-18 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1034
1035 Reviewed by Gavin Barraclough.
1036
1037 Enable YARR, and disable WREC for GTK+.
1038
1039 * configure.ac:
1040
jmalonzo@webkit.orgb6766c52009-05-18 11:30:25 +000010412009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
1042
1043 Reviewed by Xan Lopez.
1044
1045 [Gtk] Various autotools build refactoring and fixes
1046 https://bugs.webkit.org/show_bug.cgi?id=25286
1047
jmalonzo@webkit.orgc9b4de42009-05-18 11:30:53 +00001048 Add support for running unit tests. Also run the tests whenever
1049 the 'check' target runs.
1050
1051 * GNUmakefile.am:
1052
10532009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
1054
1055 Reviewed by Xan Lopez.
1056
1057 [Gtk] Various autotools build refactoring and fixes
1058 https://bugs.webkit.org/show_bug.cgi?id=25286
1059
jmalonzo@webkit.org249f7ce2009-05-18 11:30:41 +00001060 Style fixes
1061
1062 * GNUmakefile.am:
1063
10642009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
1065
1066 Reviewed by Xan Lopez.
1067
1068 [Gtk] Various autotools build refactoring and fixes
1069 https://bugs.webkit.org/show_bug.cgi?id=25286
1070
jmalonzo@webkit.orgb6766c52009-05-18 11:30:25 +00001071 Add -no-install and -no-fast-install to programs and tests that we
1072 don't install. Also remove -O2 since this is already handled at
1073 configure time.
1074
1075 * GNUmakefile.am:
1076
jmalonzo@webkit.orga3327562009-05-18 11:30:06 +000010772009-05-17 Jan Michael Alonzo <jmalonzo@webkit.org>
1078
1079 Reviewed by Xan Lopez.
1080
1081 [Gtk] Various autotools build refactoring and fixes
1082 https://bugs.webkit.org/show_bug.cgi?id=25286
1083
1084 Refactor library cflags
1085
1086 * GNUmakefile.am:
1087
jmalonzo@webkit.org35430272009-05-15 12:43:52 +000010882009-05-15 Fridrich Strba <fridrich.strba@bluewin.ch>
1089
1090 Reviewed by Jan Alonzo.
1091
1092 Use AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM, since
1093 the JIT compiler is not a cross-compiler
1094
1095 * configure.ac:
1096
xan@webkit.org0a818012009-05-13 13:49:06 +000010972009-05-13 Xan Lopez <xlopez@igalia.com>
1098
xan@webkit.org67626752009-05-13 14:54:33 +00001099 Unreviewed: bump versions in preparation for 1.1.7 release.
1100
1101 * configure.ac:
1102
11032009-05-13 Xan Lopez <xlopez@igalia.com>
1104
xan@webkit.org0a818012009-05-13 13:49:06 +00001105 Rubber-stamped by Gustavo Noronha.
1106
1107 Revert commit r43563, since it breaks WebKitGTK+ when compiled
1108 with gcc 4.4.
1109
1110 * GNUmakefile.am:
1111
jmalonzo@webkit.org95704902009-05-12 12:06:05 +000011122009-05-12 Jan Michael Alonzo <jmalonzo@webkit.org>
1113
1114 Reviewed by Holger Freyther.
1115
1116 [Gtk] Various autotools build refactoring and fixes
1117 https://bugs.webkit.org/show_bug.cgi?id=25286
1118
1119 Refactor use of CFLAGS, CXXFLAGS, LIBADD and LDFLAGS.
1120
1121 * GNUmakefile.am:
1122
jmalonzo@webkit.org0869d542009-05-10 02:28:15 +000011232009-05-09 Jan Michael Alonzo <jmalonzo@webkit.org>
1124
1125 Reviewed by Gustavo Noronha.
1126
1127 WebKit-r43163 won't build for gtk-directfb
1128 https://bugs.webkit.org/show_bug.cgi?id=25538
1129
1130 Move the ENCHANT check out of the with_target conditional since it
1131 applies to all targets
1132
1133 * configure.ac:
1134
jmalonzo@webkit.org492791d2009-05-10 02:10:17 +000011352009-05-09 Mike Hommey <glandium@debian.org>
1136
1137 Reviewed by Geoffrey Garen. Landed by Jan Alonzo.
1138
1139 Enable JIT on x86-64 gtk+
1140 https://bugs.webkit.org/show_bug.cgi?id=24724
1141
1142 * configure.ac:
1143
kov@webkit.org1edd5ac2009-05-08 21:37:09 +000011442009-05-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1145
1146 Reviewed by Xan Lopez.
1147
1148 Ship the gtk-doc.make file, so as to not depend on gtkdoc-tools.
1149
1150 * GNUmakefile.am:
1151 * autogen.sh:
1152
vestbo@webkit.orgca60ccd2009-05-06 08:20:38 +000011532009-05-06 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1154
1155 Reviewed by Simon Hausmann.
1156
1157 Build QtWebKit as a framework on Mac
1158
1159 This implies both debug and release build by default, unless
1160 one of the --debug or --release config options are passed to
1161 the build-webkit script.
1162
1163 Frameworks can be disabled by passing CONFIG+=webkit_no_framework
1164 to the build-webkit script.
1165
1166 To be able to build both debug and release targets in parallel
1167 we have to use separate output directories for the generated
1168 sources, which is not optimal, but required to avoid race conditions.
1169
1170 An optimization would be to only require this spit-up on Mac.
1171
1172 * WebKit.pri:
1173
jmalonzo@webkit.org17fc6f82009-04-30 20:38:24 +000011742009-04-30 Jan Michael Alonzo <jmalonzo@webkit.org>
1175
1176 Unreviewed build GTK build fix
1177
1178 * configure.ac: typo fix - javascript_debugger should be enable_javascript_debugger
1179
dglazkov@chromium.org9b136582009-04-30 19:02:34 +000011802009-04-30 Dimitri Glazkov <dglazkov@chromium.org>
1181
1182 Unreviewed, build fix.
1183
1184 https://bugs.webkit.org/show_bug.cgi?id=25470
1185 Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler.
1186
1187 * configure.ac: Add autoconfig options, missed in the first commit.
1188
xan@webkit.orgbe835132009-04-28 16:09:41 +000011892009-04-28 Xan Lopez <xlopez@igalia.com>
1190
1191 Unreviewed: bump versions in preparation for 1.1.6 release.
1192
1193 * configure.ac:
1194
jmalonzo@webkit.org7ffddf152009-04-25 09:19:20 +000011952009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org>
1196
jmalonzo@webkit.org5f5c6c82009-04-25 09:19:42 +00001197 Reviewed by Xan Lopez.
1198
1199 [GTK] Error reporting
1200 https://bugs.webkit.org/show_bug.cgi?id=18344
1201
1202 Add webkiterror to the build.
1203
1204 * GNUmakefile.am:
1205
12062009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org>
1207
jmalonzo@webkit.org7ffddf152009-04-25 09:19:20 +00001208 Reviewed by Xan Lopez.
1209
1210 [GTK] Error reporting
1211 https://bugs.webkit.org/show_bug.cgi?id=18344
1212
1213 Add the default error page for installation.
1214
1215 * GNUmakefile.am:
1216
kov@webkit.org596f0382009-04-24 13:16:23 +000012172009-04-24 Diego Escalante Urrelo <diegoe@gnome.org>
1218
1219 Reviewed by Gustavo Noronha.
1220
1221 https://bugs.webkit.org/show_bug.cgi?id=15616
1222 [GTK] Add spell checking
1223
1224 Add enchant support for spell-checking-languages property to work
1225 properly.
1226
1227 * GNUmakefile.am:
1228 * configure.ac:
1229
hausmann@webkit.orgac4d7162009-04-24 10:30:07 +000012302009-04-24 Simon Hausmann <simon.hausmann@nokia.com>
1231
1232 Reviewed by Ariya Hidayat.
1233
1234 Added support for generating API docs in the Qt build using "make docs"
1235
1236 * WebKit.pro: Include docs.pri for "make docs" target.
1237
xan@webkit.org7dbdcf52009-04-14 16:14:37 +000012382009-04-14 Xan Lopez <xlopez@igalia.com>
1239
1240 Unreviewed version bump in preparation for 1.1.5 release.
1241
1242 * configure.ac:
1243
kov@webkit.org774c23b2009-04-06 19:39:14 +000012442009-04-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1245
1246 Rubber-stamped by Sam Weinig.
1247
1248 Added rules to maintain the localization support. We cannot simply
1249 use whatever gettextize gives us because our build system is
1250 non-recursive.
1251
1252 * GNUmakefile.am:
1253 * configure.ac:
1254
jmalonzo@webkit.org3b28c9f2009-04-05 08:21:55 +000012552009-04-05 Mike Hommey <glandium@debian.org>
1256
1257 Reviewed by Holger Freyther.
1258
1259 Filter out all C++ symbols
1260 https://bugs.webkit.org/show_bug.cgi?id=24960
1261
1262 Considering the public API is all C, we can just filter out all
1263 C++ mangled symbols, which will avoid exporting symbols in some
1264 corner cases such as gcc bugs on specific architectures, etc.
1265
1266 * autotools/symbols.filter:
1267
kov@webkit.org77899ab2009-04-03 13:00:35 +000012682009-04-03 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1269
1270 Reviewed by Holger Freyther.
1271
1272 Require GTK+ >= 2.10; 2.8 is already very old, and some very
1273 useful APIs are only available since 2.10.
1274
1275 * configure.ac:
1276
christian@webkit.org278d4cd2009-04-01 19:48:20 +000012772009-04-01 Christian Dywan <christian@twotoasts.de>
1278
1279 Reviewed by Holger Freyther.
1280
1281 Unit test WebKitDownload
1282 http://bugs.webkit.org/show_bug.cgi?id=24844
1283
1284 * GNUmakefile.am: Add a unit test for downloading.
1285
kov@webkit.org166f8e5042009-04-01 16:37:52 +000012862009-04-01 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1287
1288 Unreviewed build fix. Fix make distcheck, after the gtk-doc
1289 integration.
1290
1291 * GNUmakefile.am:
1292
kov@webkit.org50113ce2009-03-31 02:41:46 +000012932009-03-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1294
1295 Reviewed by Holger Freyther.
1296
1297 Integrate gtk-doc into the Gtk+ buildsystem.
1298
1299 * autogen.sh:
1300 * configure.ac:
1301
xan@webkit.org7e8c3e22009-03-30 17:46:11 +000013022009-03-30 Xan Lopez <xlopez@igalia.com>
1303
1304 Unreviewed: bump version to 1.1.4 for release.
1305
1306 * configure.ac:
1307
xan@webkit.org69e405c2009-03-23 12:43:09 +000013082009-03-21 Xan Lopez <xlopez@igalia.com>
1309
1310 Reviewed by Holger Freyther.
1311
1312 Require gnome-keyring 2.26.0, since we were depending on an
1313 unreleased trunk revision between 2.25.91 and 2.26.0.
1314
1315 * configure.ac:
1316
jmalonzo@webkit.org27bbbab2009-03-20 19:45:05 +000013172009-03-20 Jan Michael Alonzo <jmalonzo@gmail.com>
1318
1319 Reviewed by Holger Freyther.
1320
jmalonzo@webkit.orga4ae29c2009-03-20 20:23:12 +00001321 [GTK] Misc patches for WebKitWebHistoryItem
1322 https://bugs.webkit.org/show_bug.cgi?id=24493
1323
1324 Added build support for build the WebKitWebHistoryItem unit test.
1325
1326 * GNUmakefile.am:
1327
13282009-03-20 Jan Michael Alonzo <jmalonzo@gmail.com>
1329
1330 Reviewed by Holger Freyther.
1331
jmalonzo@webkit.org27bbbab2009-03-20 19:45:05 +00001332 Separate gtk unit tests
1333 https://bugs.webkit.org/show_bug.cgi?id=24039
1334
1335 Build the unit tests accordingly.
1336
1337 * GNUmakefile.am:
1338
kov@webkit.orgd19e07e2009-03-17 18:22:36 +000013392009-03-17 Gustavo Noronha Silva <gns@gnome.org>
1340
1341 Reviewed by Mark Rowe.
1342
1343 Enable HTML5 media elements support by default in the GTK+ port.
1344
1345 * configure.ac:
1346
kov@webkit.org582bba52009-03-17 15:40:56 +000013472009-03-17 Mike Hommey <glandium@debian.org>
1348
1349 Reviewed by Holger Freyther.
1350
1351 Do not export cti* symbols.
1352 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519924.
1353
1354 * autotools/symbols.filter:
1355
xan@webkit.orgf5f9ace2009-03-15 15:30:38 +000013562009-03-15 Xan Lopez <xlopez@igalia.com>
1357
xan@webkit.org67b01dc2009-03-15 22:26:38 +00001358 Bump version to 1.1.3 for release and fix soversion
1359 calculation (oops). Thanks to Frederik Himpe for pointing this
1360 out.
1361
1362 * configure.ac:
1363
13642009-03-15 Xan Lopez <xlopez@igalia.com>
1365
xan@webkit.orgf5f9ace2009-03-15 15:30:38 +00001366 Bump version and libtool version for release.
1367
1368 * configure.ac:
1369
xan@webkit.org233d51e2009-03-14 20:22:13 +000013702009-03-14 Xan Lopez <xlopez@igalia.com>
1371
1372 No review, build fix.
1373
1374 Split clean rules to make distcheck pass.
1375
1376 * GNUmakefile.am:
1377
mrowe@apple.com95351592009-03-14 06:17:21 +000013782009-03-13 Mark Rowe <mrowe@apple.com>
1379
1380 Reviewed by Dan Bernstein.
1381
1382 Remove rarely used Makefile targets from the Makefile.
1383
1384 There are many situations in which the targets don't work as expected,
1385 and their primary use is addressed by having the build system default
1386 to building the appropriate architecture.
1387
1388 * Makefile.shared:
1389
jmalonzo@webkit.org378df9d2009-03-11 11:52:44 +000013902009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org>
1391
jmalonzo@webkit.org15d83302009-03-11 11:57:43 +00001392 Reviewed by Holger Freyther.
1393
1394 [Gtk] Fix make clean targets
1395 https://bugs.webkit.org/show_bug.cgi?id=24450
1396
1397 Fix 'make' clean targets. We shouldn't be removing DerivedSources
1398 if it's only clean. Only remove it if it's distclean or
1399 maintainer-clean. Also remove build-related auxillary files on
1400 dist/maintainer clean.
1401
1402 * GNUmakefile.am:
1403
14042009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org>
1405
jmalonzo@webkit.org378df9d2009-03-11 11:52:44 +00001406 Reviewed by Holger Freyther
1407
1408 [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore
1409 https://bugs.webkit.org/show_bug.cgi?id=2260
1410
1411 pangoft2 is also used in directfb builds so use it for all targets
1412
1413 * configure.ac:
1414
xan@webkit.orgaa458732009-03-04 20:57:38 +000014152009-03-02 Xan Lopez <xan@gnome.org>
1416
1417 Reviewed by Mark Rowe.
1418
1419 https://bugs.webkit.org/show_bug.cgi?id=24287
1420 [GTK] Move auth dialog feature to WebKit/
1421
1422 Add WebKitSoupAuthDialog files to build.
1423
1424 * GNUmakefile.am:
1425
kov@webkit.org7d05c792009-03-03 19:48:22 +000014262009-03-03 Gustavo Noronha Silva <gns@gnome.org>
1427
1428 Reviewed by Alexey Proskuryakov.
1429
1430 https://bugs.webkit.org/show_bug.cgi?id=16826
1431 [Gtk] Implement WebKitDownload
1432
1433 Adding new files related to WebKitDownload to the GTK+ port.
1434
1435 * GNUmakefile.am:
1436
kov@webkit.org485273b2009-03-02 14:56:41 +000014372009-03-02 Gustavo Noronha Silva <gns@gnome.org>
1438
1439 Unreviewed build fix; adding missing files to EXTRA_DIST, so that
1440 they show up in the tarball.
1441
1442 * GNUmakefile.am:
1443
christian@webkit.orgdd31f4a2009-03-01 15:39:27 +000014442009-03-01 Christian Dywan <christian@twotoasts.de>
1445
1446 * configure.ac: Bump GTK port version to 1.1.1.
1447
kov@webkit.org9551eb62009-02-28 03:44:42 +000014482009-02-27 Gustavo Noronha Silva <gns@gnome.org>
1449
1450 Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list
1451 file to EXTRA_DIST to fix make dist.
1452
1453 * GNUmakefile.am:
1454
zecke@webkit.orgfa530382009-02-26 16:48:58 +000014552009-02-26 Xan Lopez <xan@gnome.org>
1456
1457 Reviewed by Holger Freyther.
1458
1459 https://bugs.webkit.org/show_bug.cgi?id=16947
1460 [GTK] Missing HTTP Auth challenge
1461
kov@webkit.org7e5e09c2009-02-26 22:45:13 +00001462 Add HTTP authentication dialog with optional GNOME Keyring
1463 storage.
1464
1465 * GNUmakefile.am:
1466 * configure.ac:
1467
14682009-02-26 Xan Lopez <xan@gnome.org>
1469
1470 Reviewed by Holger Freyther.
1471
1472 https://bugs.webkit.org/show_bug.cgi?id=16947
1473 [GTK] Missing HTTP Auth challenge
1474
zecke@webkit.orgfa530382009-02-26 16:48:58 +00001475 Take marshallers to be built from a manually maintained list
1476 instead of grepping the sources.
1477
1478 It's much faster, especially so now that we want to add
1479 marshallers from WebCore too. A system to only take into account
1480 the modified files when generating the marshallers from sources
1481 could be hacked, but I think it's overkill considering how rarely
1482 a new marshaller is added.
1483
1484 * GNUmakefile.am:
1485
jmalonzo@webkit.org74ce0112009-02-24 09:22:35 +000014862009-02-24 Jan Michael Alonzo <jmalonzo@webkit.org>
1487
1488 Reviewed by Alexey Proskuryakov.
1489
1490 [Gtk] add options for 3D transforms and HTML5 channel messaging to the build
1491 https://bugs.webkit.org/show_bug.cgi?id=24072
1492
1493 Add options for toggling 3D transforms and HTML5 channel messaging
1494 support on or off.
1495
1496 Also fix the web-workers option. It should be web-workers and not workers.
1497
1498 * configure.ac:
1499
christian@webkit.org3a74ebf2009-02-23 11:15:30 +000015002009-02-23 Xan Lopez <xan@gnome.org>
1501
1502 Reviewed by Alexey Proskuryakov.
1503
1504 https://bugs.webkit.org/show_bug.cgi?id=22624
1505 [SOUP][GTK] Need API to get SoupSession from WebKit.
1506
1507 Remove CURL support, the only supported HTTP backend is SOUP now.
1508
1509 * GNUmakefile.am:
1510 * configure.ac:
1511
christian@webkit.org2c1a0db2009-02-19 21:41:25 +000015122009-02-19 Christian Dywan <christian@twotoasts.de>
1513
1514 Rubber-stamped by Holger Freyther.
1515
1516 http://bugs.webkit.org/show_bug.cgi?id=22811
1517 Underlinking in Programs_UnitTests (GTK+ build)
1518
1519 * GNUmakefile.am: Add GLIB_LIBS to unit test library flags.
1520
kov@webkit.org59fc6e52009-02-18 19:18:28 +000015212009-02-18 Gustavo Noronha Silva <gns@gnome.org>
1522
1523 Reviewed by Holger Freyther.
1524
1525 Fix symbols.filter location, and add other missing files to the
1526 autotools build, so that make dist works.
1527
1528 * GNUmakefile.am:
1529
kov@webkit.org80783502009-02-17 12:43:58 +000015302009-02-17 Gustavo Noronha Silva <gns@gnome.org>
1531
1532 Reviewed by Alexey Proskuryakov.
1533
1534 https://bugs.webkit.org/show_bug.cgi?id=23939
1535 Release build being built with debugging symbols
1536
1537 * configure.ac: Revert change done in revision 40790, since we
1538 already have a AC_PROG_CXX macro call as part of WEBKIT_INIT
1539
christian@webkit.org36600362009-02-12 18:32:09 +000015402009-02-12 Gustavo Noronha Silva <gns@gnome.org>
1541
1542 Reviewed by Eric Seidel.
1543
1544 * configure.ac: Make soup the default HTTP backend for the Gtk port.
1545
zecke@webkit.org10591452009-02-09 20:41:14 +000015462009-02-09 Calvin Walton <calvin.walton@gmail.com>
1547
1548 Reviewed by Holger Freyther.
1549
1550 https://bugs.webkit.org/show_bug.cgi?id=23823
1551
1552 [Gtk] Fix build with recent autotools
1553
1554 Current versions of automake/libtool don't assume you want C++ enabled
1555 by default any more, so explicitly check for a C++ compiler.
1556
1557 * configure.ac: Add AC_PROG_CXX macro
1558
christian@webkit.org0476c992009-02-02 21:15:53 +000015592009-02-02 Christian Dywan <christian@twotoasts.de>
1560
1561 Rubber-stamped by Holger Freyther.
1562
1563 Don't require Geolocation by default.
1564
1565 * configure.ac:
1566
jmalonzo@webkit.org06d65c102009-01-31 09:36:45 +000015672009-01-30 Jan Michael Alonzo <jmalonzo@webkit.org>
1568
1569 Reviewed by Nikolas Zimmermann.
1570
1571 [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits
1572 https://bugs.webkit.org/show_bug.cgi?id=22136
1573
1574 * GNUmakefile.am:
1575 * acinclude.m4: Removed.
1576 * autogen.sh:
1577 * autotools/acinclude.m4: Added.
1578 * autotools/dolt.m4: Added.
1579 * autotools/symbols.filter: Renamed from symbols.filter.
1580 * autotools/webkit.m4: Added.
1581 * configure.ac:
1582
zecke@webkit.orgb99bb802009-01-31 03:51:00 +000015832009-01-30 Holger Hans Peter Freyther <zecke@selfish.org>
1584
1585 Reviewed by Nikolas Zimmermann.
1586
1587 [GTK] Implement GeolocationService using the Geoclue library
1588
1589 https://bugs.webkit.org/show_bug.cgi?id=22022
1590
1591 Untested implementation of the GeolocationService using the geoclue
1592 library. Velocity handling is completely missing and the accuracy
1593 handling might be wrong.
1594
1595 * GNUmakefile.am:
1596 * configure.ac:
1597
zecke@webkit.org839009e2009-01-11 19:59:13 +000015982009-01-11 Xan Lopez <xan@gnome.org>
1599
1600 Reviewed by Holger Freyther.
1601
1602 Bump version to 1.1.0 since we are breaking ABI and adding new
1603 major features.
1604
1605 * configure.ac:
1606
zecke@webkit.org2d40b852008-12-20 03:18:31 +000016072008-12-19 Marco Barisione <marco.barisione@collabora.co.uk>
1608
1609 Reviewed by Holger Freyther.
1610
1611 http://bugs.webkit.org/show_bug.cgi?id=16562
1612 [gtk] Implement WebPolicyDelegate methods
1613
1614 Original work by Pierre-Luc Beaudoin. Final touches by Gustavo
1615 Noronha.
1616
1617 This implements the delegates methods of WebPolicyDelegate.
1618 Since Gtk+/C doesn't have delegate methods, they are replaced with
1619 signals.
1620
1621 A new object WebKitWebPolicyDecision allows the browser to delay its
1622 response in certain cases. WebKitWebNavigationAction contains the
1623 information about what caused a navigation request.
1624
1625 * GNUmakefile.am: Add new files
1626
zecke@webkit.orgd34c3d402008-12-19 16:54:50 +000016272008-12-19 Gustavo Noronha Silva <gns@gnome.org>
1628
1629 Reviewed by Holger Freyther.
1630
1631 Use ustar tar format for WebKit/GTK+'s make dist target, so that
1632 storing files whose filenames are > 99 is possible.
1633
1634 * configure.ac:
1635
zecke@webkit.org602f70b2008-12-19 16:35:39 +000016362008-12-19 Holger Hans Peter Freyther <zecke@selfish.org>
1637
1638 [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST
1639
1640 Fix the jit compilation on i*686 on Linux by using the va_list
1641 to pass arguments to the CTI. This is done on the MAC as well
1642 and sunspider and javascriptcore seem to work with that.
1643
1644 * configure.ac:
1645
pam@chromium.org8e6cbb52008-12-18 17:56:31 +000016462008-12-18 Pamela Greene <pam@chromium.org>
1647
1648 Submitted without review.
pam@chromium.orgcd92f572008-12-18 18:02:47 +00001649 Right, remove the whole misplaced directory, not just the tests.
1650
1651 * fast: Removed.
1652 * fast/dom: Removed.
1653
16542008-12-18 Pamela Greene <pam@chromium.org>
1655
1656 Submitted without review.
pam@chromium.org8e6cbb52008-12-18 17:56:31 +00001657 Moving layout test into LayoutTests where it belongs.
1658
1659 * fast/dom/setter-type-enforcement-expected.txt: Removed.
1660 * fast/dom/setter-type-enforcement.html: Removed.
1661
eric@webkit.org81f42262008-12-15 22:18:40 +000016622008-12-15 Daniel Macks <dmacks@netspace.org>
1663
1664 Reviewed by Darin Adler.
1665
1666 Default to use external libicu-config if avail on all platforms.
1667 https://bugs.webkit.org/show_bug.cgi?id=22713
1668
1669 * configure.ac:
1670
zecke@webkit.orgeed856b2008-12-12 16:08:48 +000016712008-12-12 Holger Hans Peter Freyther <zecke@selfish.org>
1672
1673 Back out r39222 as this is breaking the build on Gentoo (aclocal-1.10)
1674
1675 The m4 directory does not exist and we now have a compile issue on
1676 Gentoo systems.
1677
1678 * GNUmakefile.am:
1679 * configure.ac:
1680
zecke@webkit.orgaf3c15c2008-12-12 00:37:16 +000016812008-12-11 Daniel Macks <dmacks@netspace.org>
1682
1683 Reviewed by Darin Adler.
1684
1685 https://bugs.webkit.org/show_bug.cgi?id=22714
1686
1687 Put libtool macro files in subdir that it wants.
1688
1689 * GNUmakefile.am:
1690 * configure.ac:
1691
zecke@webkit.org5955e9e2008-12-07 18:41:46 +000016922008-12-07 Holger Hans Peter Freyther <zecke@selfish.org>
1693
zecke@webkit.orgc31c5112008-12-07 19:16:17 +00001694 Reviewed by Eric Seidel.
1695
1696 [Gtk+] Use glib's unit test facilities to test the WebKit/Gtk+ API
1697
1698 https://bugs.webkit.org/show_bug.cgi?id=22491
1699
1700 Add the skeleton to WebKit/gtk/tests and integrate that into the
1701 buildsystem. Testing support was added in glib 2.16. For versions
1702 using glib < 2.16 we compile an empty application.
1703
1704 * GNUmakefile.am:
1705
17062008-12-07 Holger Hans Peter Freyther <zecke@selfish.org>
1707
zecke@webkit.org5955e9e2008-12-07 18:41:46 +00001708 Reviewed by Cameron Zwarich.
1709
1710 [GTK] Define ENABLE_JIT_OPTIMIZE_CALL, ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS, ENABLE_JIT_OPTIMIZE_ARITHMETIC
1711
1712 When building the jit on i*86 also enable the above optimizations.
1713
1714 * configure.ac:
1715
hausmann@webkit.orge7bf97e2008-12-03 14:10:20 +000017162008-12-03 Simon Hausmann <hausmann@webkit.org>
1717
1718 Reviewed by Tor Arne Vestbø.
1719
1720 Fix the build of WebKit inside Qt by making sure that qmake generators
1721 that do not produce generated sources (i.e. cpp files) are not
1722 included in SOURCES.
1723
1724 * WebKit.pri:
1725
hausmann@webkit.org75ad0542008-12-02 10:04:25 +000017262008-12-02 Simon Hausmann <hausmann@webkit.org>
1727
1728 Reviewed by Tor Arne Vestbø.
1729
1730 Removed JavaScriptCore from SUBDIRS as it's not built separately
1731 anymore.
1732
1733 * WebKit.pro:
1734
zecke@webkit.orgdfb38682008-11-29 00:20:56 +000017352008-11-28 Gustavo Noronha Silva <gns@gnome.org>
1736
1737 Reviewed and slightly modified by Holger Freyther.
1738
1739 https://bugs.webkit.org/show_bug.cgi?id=19130
1740
1741 Added the new WebKitGtk files to be built:
1742 WebKit/gtk/webkit/webkitwebwindowfeatures.{cpp,h}
1743
1744 * GNUmakefile.am:
1745
jmalonzo@webkit.orge17b4862008-11-26 11:31:27 +000017462008-11-26 Kalle Vahlman <kalle.vahlman@movial.com>
1747
1748 Reviewed by Darin Adler. Landed by Jan Alonzo.
1749
1750 Bison versions under 2.2 produce crashing CSSGrammar code for ARM
1751 https://bugs.webkit.org/show_bug.cgi?id=22456
1752
1753 Check for bison version 2.2 or greater on ARM. Earlier versions produce
1754 code that crashes on ARM devices.
1755
1756 * configure.ac:
1757
zecke@webkit.orgb59f9c42008-11-25 23:17:02 +000017582008-11-25 Holger Hans Peter Freyther <zecke@selfish.org>
1759
1760 Reviewed by David Kilzer.
1761
1762 https://bugs.webkit.org/show_bug.cgi?id=22022
1763
1764 Add Geolocation support to the configure.ac
1765
1766 Add an option to build WebKit/Gtk+ with Geolocation. The
1767 implementation will be using Gypsy.
1768
1769 * configure.ac:
1770
zecke@webkit.orge9dbf8a2008-11-24 12:56:31 +000017712008-11-24 Holger Hans Peter Freyther <zecke@selfish.org>
1772
1773 Reviewed by Mark Rowe.
1774
1775 [Gtk+] Add configure option to enable Web Workers and enable it by default
1776
1777 Add --enable-workers to the buildsystem (used by build-webkit) add
1778 the to be build files to the GNUmakefile.am and change build-webkit
1779 to enable Web Workers by default.
1780
1781 * configure.ac:
1782
hausmann@webkit.org61386622008-11-20 13:44:01 +000017832008-09-09 Joerg Bornemann <joerg.bornemann@trolltech.com>
1784
1785 Reviewed by Simon Hausmann.
1786
1787 Steps towards making the Qt port of WebKit compile on Windows CE
1788
1789 https://bugs.webkit.org/show_bug.cgi?id=20746
1790
1791 * WebKit.pro: don't build DumpRenderTree on all Win32 platforms
1792
zimmermann@webkit.org4c3a61a2008-11-18 00:04:18 +000017932008-11-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1794
1795 Reviewed by George Staikos.
1796
1797 Add WML build support for Gtk as well.
1798
1799 * configure.ac:
1800
ggaren@apple.com987bc5b2008-11-17 05:52:02 +000018012008-11-16 Geoffrey Garen <ggaren@apple.com>
1802
1803 Not reviewed.
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00001804
ggaren@apple.com987bc5b2008-11-17 05:52:02 +00001805 Try to fix gtk build.
1806
1807 * configure.ac:
1808
vestbo@webkit.org83a4da72008-11-10 15:55:10 +000018092008-11-10 Tor Arne Vestbø <tavestbo@trolltech.com>
1810
1811 Rubber-stamped by Simon Hausmann.
1812
1813 Distinguish between building from trunk and as part of Qt
1814
1815 * WebKit.pri:
1816
18172008-11-10 Morten Sørvig <msorvig@trolltech.com>
hausmann@webkit.org96865462008-11-10 11:46:11 +00001818
1819 Reviewed by Simon Hausmann.
1820
1821 Make tests/auto/qwebframe compile on Qt/Mac.
1822
1823 * WebKit.pri: Fix linkage against QtWebKit when compiled as framework.
1824
cwzwarich@webkit.orgb77ab3a2008-11-07 07:41:18 +000018252008-11-06 Cameron Zwarich <zwarich@apple.com>
1826
1827 Not reviewed.
1828
1829 Speculatively fix the GTK build.
1830
1831 * GNUmakefile.am:
1832
alp@webkit.org4c29a2f2008-11-06 08:58:53 +000018332008-11-06 Alp Toker <alp@nuanti.com>
1834
1835 GTK build fix for r38155. create_hash_table was moved out of kjs/
1836
1837 * GNUmakefile.am:
1838
cwzwarich@webkit.org61a3d962008-11-06 08:55:35 +000018392008-11-06 Cameron Zwarich <zwarich@apple.com>
cwzwarich@webkit.orgf3683502008-11-06 08:53:06 +00001840
1841 Rubber-stamped by Sam Weinig.
1842
1843 Correct the reference to jsc.pro in WebKit.pro to match its new
1844 location in the root directory of JavaScriptCore.
1845
1846 * WebKit.pro:
1847
alp@webkit.org515bfc62008-11-03 15:59:02 +000018482008-11-03 Alp Toker <alp@nuanti.com>
1849
alp@webkit.orge359c842008-11-04 04:25:52 +00001850 autotools distcleancheck fix. Add dolt-generated files and
1851 webkitenumtypes.h to the list of files that need to be cleaned.
1852 Unreviewed.
1853
1854 * GNUmakefile.am:
1855
18562008-11-03 Alp Toker <alp@nuanti.com>
1857
alp@webkit.org515bfc62008-11-03 15:59:02 +00001858 Rubber-stamped by Holger Freyther.
1859
alp@webkit.org491d9092008-11-03 17:27:55 +00001860 Do not enable RTTI or exceptions in debug builds, matching release
1861 builds. They don't help much with debugging and significantly slow
1862 down and increase the size of the debug build.
1863
1864 * GNUmakefile.am:
1865
18662008-11-03 Alp Toker <alp@nuanti.com>
1867
1868 Rubber-stamped by Holger Freyther.
1869
alp@webkit.org515bfc62008-11-03 15:59:02 +00001870 Add mingw32 case to dolt for faster GTK+ Windows builds.
1871
1872 * acinclude.m4:
1873
christian@webkit.orgfb968c62008-11-02 20:23:14 +000018742008-11-02 Xan Lopez <xan@gnome.org>
1875
1876 Reviewed by Holger Freyther
1877
1878 https://bugs.webkit.org/show_bug.cgi?id=22009
1879 HTML5 Video with GStreamer pulls gnome-vfs without using it.
1880
1881 * configure.ac:
1882 Remove gnome-vfs from configure.ac, it's unused.
1883
alp@webkit.org1ad44172008-10-30 08:24:04 +000018842008-10-30 Alp Toker <alp@nuanti.com>
1885
alp@webkit.orga8df3bf2008-10-30 21:22:38 +00001886 https://bugs.webkit.org/show_bug.cgi?id=19395
1887 doltlibtool bug with bash 3.0
1888
1889 autotools dolt build fix for bash version 3.0 and older. Remove
1890 concatenation syntax from doltlibtool to support the older versions
1891 which don't have '+='.
1892
1893 * acinclude.m4:
1894
18952008-10-30 Alp Toker <alp@nuanti.com>
1896
alp@webkit.orgeb261eb2008-10-30 09:56:39 +00001897 Rubber-stamped by Oliver Hunt.
1898
1899 autotools build system change to enable JIT features by default. Can
1900 be disabled with --disable-jit (and is disabled automatically on
1901 unsupported platforms).
1902
1903 * configure.ac:
1904
19052008-10-30 Alp Toker <alp@nuanti.com>
1906
alp@webkit.org1ad44172008-10-30 08:24:04 +00001907 Bump WebKit GTK+ version to 1.0.3.
1908
1909 * configure.ac:
1910
zecke@webkit.orgbcca41d2008-10-29 22:39:18 +000019112008-10-29 Gustavo Noronha Silva <gns@gnome.org>
1912
1913 Reviewed by Holger Freyther.
1914
1915 Added all the files that need to be installed for the Inspector to
1916 work.
1917
zecke@webkit.orga05d5962008-10-29 20:19:06 +000019182008-10-29 Mike Hommey <glandium@debian.org>
1919
1920 Reviewed by Holger Freyther.
1921
1922 https://bugs.webkit.org/show_bug.cgi?id=21884
1923 Test presence and link against libpng.
1924
1925 * GNUmakefile.am:
1926 * configure.ac:
1927
jmalonzo@webkit.orgdc065f32008-10-29 19:34:36 +000019282008-10-29 Jan Michael Alonzo <jmalonzo@webkit.org>
1929
1930 Reviewed by Holger Freyther.
1931
1932 Add --enable-optimizations to enable optimized builds. The default
1933 is to enable it for release builds, and disabled for debug builds.
1934 This option will allow builders to have a debug as well as
1935 optimized builds.
1936
1937 * GNUmakefile.am:
1938 * configure.ac:
1939
alp@webkit.org6862a8b2008-10-28 14:30:05 +000019402008-10-28 Mike Hommey <glandium@debian.org>
1941
1942 Reviewed by Alp Toker.
1943
1944 https://bugs.webkit.org/show_bug.cgi?id=21885
1945 [GTK] libwebkit doesn't link against libpangoft2
1946
1947 Add pkg-config check for pangoft2 which provides
1948 pango_fc_font_description_from_pattern() used in the FreeType font
1949 backend.
1950
1951 * configure.ac:
1952
alp@webkit.org2ab36952008-10-28 12:53:51 +000019532008-10-28 Alp Toker <alp@nuanti.com>
1954
1955 Include copyright license files in the autotools dist target.
1956
1957 Change suggested by Mike Hommey.
1958
1959 * GNUmakefile.am:
1960
jmalonzo@webkit.orge39356e2008-10-25 07:24:17 +000019612008-10-25 Jan Michael Alonzo <jmalonzo@webkit.org>
1962
1963 Gtk build fix: add '-' to Wl which was missed in r36845
1964
1965 * GNUmakefile.am:
1966
alp@webkit.orgee7dc252008-10-22 10:38:23 +000019672008-10-22 Alp Toker <alp@nuanti.com>
1968
1969 Fix build for Cairo 1.2.
1970
1971 * configure.ac:
1972
alp@webkit.org14af1492008-10-20 18:04:53 +000019732008-10-20 Alp Toker <alp@nuanti.com>
1974
1975 Partial GTK+/Win32 build fix. Lowercase library name to enable linking
1976 when cross-compiling Windows binaries from Linux: -lWs2_32 -> -lws2_32
1977
1978 * configure.ac:
1979
alp@webkit.orgb7224862008-10-14 02:16:13 +000019802008-10-13 Alp Toker <alp@nuanti.com>
1981
1982 GTK+ build fix: Ensure correct builds when debugging is
1983 enabled/disabled by defining NDEBUG in autotoolsconfig.h as needed.
1984 It's still passed as a compiler flag since some sources (DRT) don't
1985 use config.h yet.
1986
1987 * configure.ac:
1988
alp@webkit.org7e2b6cd2008-10-10 00:50:25 +000019892008-10-09 Alp Toker <alp@nuanti.com>
1990
1991 Reviewed by Mark Rowe.
1992
1993 https://bugs.webkit.org/show_bug.cgi?id=20760
1994 Implement support for x86 Linux in CTI
1995
1996 Prepare to enable CTI/WREC on supported architectures. Will be
1997 switched on when the crasher introduced in r37386 is resolved.
1998
1999 * configure.ac:
2000
alp@webkit.orge1244662008-10-07 18:28:43 +000020012008-10-07 Alp Toker <alp@nuanti.com>
2002
alp@webkit.org76e7f9a2008-10-08 00:42:37 +00002003 GTK+ build fix for older automake versions (1.7). Discussed in bug
2004 #21392.
2005
2006 * GNUmakefile.am:
2007
20082008-10-07 Alp Toker <alp@nuanti.com>
2009
alp@webkit.orge1244662008-10-07 18:28:43 +00002010 Reviewed by Mark Rowe.
2011
2012 https://bugs.webkit.org/show_bug.cgi?id=21392
2013 [GTK] Auto-generate JS DOM binding sources list
2014
2015 Remove the huge lists of generated DOM binding sources and headers in
2016 the build system. These are difficult to maintain and can be derived
2017 automatically.
2018
2019 The new strategy is to re-use the existing lists of IDL sources (which
2020 are needed for dist support anyway). This will also ease the addition
2021 of new language bindings.
2022
2023 * GNUmakefile.am:
2024
zecke@webkit.org202af282008-09-28 01:49:45 +000020252008-09-27 Jan Michael Alonzo <jmalonzo@webkit.org>
2026
2027 Reviewed by Holger Freyther.
2028
2029 https://bugs.webkit.org/show_bug.cgi?id=20287
2030 [Gtk] disable plugins for gtk/directfb target
2031
2032 Introduce WTF_PLATFORM_X11 for X11 builds.
2033 Also use target-specific packages when building the port
2034
2035 * configure.ac: Do not check for cairo-ft for directfb builds.
2036
zecke@webkit.orga051fce2008-09-27 22:56:56 +000020372008-09-27 Marco Barisione <marco.barisione@collabora.co.uk>
2038
2039 Reviewed by Holger Freyther.
2040
2041 http://bugs.webkit.org/show_bug.cgi?id=21174
2042 [GTK][AUTOTOOLS] Enable large file support at configure time
2043
2044 * configure.ac: Enable large file support with AC_SYS_LARGEFILE.
2045
jmalonzo@webkit.orga897fea2008-09-24 07:42:51 +000020462008-09-23 Richard Hult <richard@imendio.com>
2047
2048 Reviewed by Alp Toker. Landed by Jan Alonzo.
2049
2050 http://bugs.webkit.org/show_bug.cgi?id=20582
2051 [Gtk] Link error on Mac OS X
2052
2053 * GNUmakefile.am: Only use the -version-script flag for the gnu
2054 linker.
2055 * configure.ac: Check for GNU OSes.
2056
alp@webkit.org139345a2008-09-20 06:34:35 +000020572008-09-19 Alp Toker <alp@nuanti.com>
2058
2059 Build fix for the 'gold' linker and recent binutils. New behaviour
2060 requires that we link to used libraries explicitly.
2061
2062 * GNUmakefile.am:
2063 * configure.ac:
2064
jmalonzo@webkit.org6afc5d42008-09-04 20:26:16 +000020652008-09-04 Marco Barisione <marco.barisione@collabora.co.uk>
2066
2067 Reviewed by Eric Seidel.
2068
2069 http://bugs.webkit.org/show_bug.cgi?id=20380
2070 [GTK][AUTOTOOLS] Include autotoolsconfig.h from config.h
2071
2072 * configure.ac: Rename the configuration header from aconfig.h to autotoolsconfig.h.
2073
alp@webkit.org97d8c102008-08-29 05:09:39 +000020742008-08-28 Alp Toker <alp@nuanti.com>
2075
2076 GTK+ dist/build fix. List newly added header files.
2077
2078 * GNUmakefile.am:
2079
zecke@webkit.org895c50f2008-08-28 01:20:19 +000020802008-08-27 Mike Hommey <glandium@debian.org>
2081
2082 Reviewed by Holger.
2083
2084 * GNUmakefile.am:
2085 * symbols.filter: Added.
2086
alp@webkit.org9388fc82008-08-10 18:21:21 +000020872008-08-10 Jan Michael Alonzo <jmalonzo@webkit.org>
2088
2089 Reviewed (and updated) by Alp Toker.
2090
2091 https://bugs.webkit.org/show_bug.cgi?id=16620
2092 [GTK] Autotools make dist and make check support
2093
2094 Get make dist working.
2095
2096 Note that not all possible configurations have been tested yet.
2097
2098 * GNUmakefile.am:
2099
alp@webkit.orgf996f492008-08-10 03:11:28 +000021002008-08-09 Marco Barisione <marco.barisione@collabora.co.uk>
2101
2102 Reviewed by Alp Toker.
2103
2104 http://bugs.webkit.org/show_bug.cgi?id=19045
2105 [gtk] ./configure doesn't check for x toolkit availability
2106
2107 Some old versions of Xt do not provide xt.pc, in this case use
2108 AC_CHECK_LIB to check if the library is installed and then fall back
2109 to using just -lXt.
2110
2111 * configure.ac:
2112
alp@webkit.org5186e842008-08-10 03:00:29 +000021132008-08-09 Alp Toker <alp@nuanti.com>
2114
2115 GTK+ build fixes.
2116
2117 Back out r20338 libxslt check (conditional check already exists and
2118 this broke the build).
2119
2120 Make the flex version check a warning rather than fatal to fix the
2121 build bot.
2122
2123 * configure.ac:
2124
jmalonzo@webkit.orga325b512008-08-10 02:03:42 +000021252008-08-08 Jan Michael Alonzo <jmalonzo@webkit.org>
2126
2127 Reviewed by Mark Rowe.
2128
2129 http://bugs.webkit.org/show_bug.cgi?id=20338
2130 [Gtk] Autotools should check for libxslt
2131
2132 Autotools check for libxslt
2133
2134 * configure.ac:
2135
jmalonzo@webkit.org850cecc2008-08-07 12:08:52 +000021362008-08-07 Kalle Vahlman <zuh@iki.fi>
2137
2138 Reviewed by David Kilzer.
2139
2140 Check for correct flex version to avoid faulty builds
2141
2142 A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it
2143 https://bugs.webkit.org/show_bug.cgi?id=20253
2144
2145 acinclude.m4: Import AX_COMPARE_VERSION macro
2146 configure.ac: Check for flex version
2147
2148 * acinclude.m4:
2149 * configure.ac:
2150
hausmann@webkit.org25eaf422008-08-07 11:31:59 +000021512008-08-07 Simon Hausmann <hausmann@webkit.org>
2152
2153 Rubber-stamped by Lars.
2154
2155 Added API tests for QWebPage/QWebFrame based on QTestLib.
2156
2157 * WebKit.pro: Add WebKit/qt/tests to the build.
2158
jmalonzo@webkit.org46fd3f42008-08-06 12:40:53 +000021592008-08-06 Marco Barisione <marco.barisione@collabora.co.uk>
2160
2161 Reviewed by Eric Seidel.
2162
2163 http://bugs.webkit.org/show_bug.cgi?id=20276
2164 [GTK] Makefile rules for the enum GTypes files depend on Makefile
2165 instead of GNUmakefile
2166
2167 The patch committed in revision 34649 added the code needed to
2168 generate GTypes for enums but the makefile rules for
2169 stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on
2170 Makefile (used by other ports) instead of GNUmakefile.
2171
2172 * GNUmakefile.am: Depend on GNUmakefile instead of Makefile.
2173
alp@webkit.org7ba3bb92008-08-05 21:33:35 +000021742008-08-05 Marco Barisione <marco.barisione@collabora.co.uk>
2175
2176 Reviewed by Alp Toker.
2177
2178 http://bugs.webkit.org/show_bug.cgi?id=19045
2179 [gtk] ./configure doesn't check for x toolkit availability
2180
2181 Check for the .pc file for Xt instead of hard coding -lXt in the
2182 GNUmakefile.am.
2183
2184 Thanks to Dominik Röttsches for the initial patch.
2185
2186 * GNUmakefile.am:
2187 * configure.ac:
2188
christian@webkit.orge0a030f2008-07-30 18:17:24 +000021892008-07-30 Marco Barisione <marco.barisione@collabora.co.uk>
2190
2191 Reviewed by Holger.
2192
2193 http://bugs.webkit.org/show_bug.cgi?id=19742
2194 [GTK] Auto generate webkitmarshal.list
2195
2196 Auto generate webkitmarshal.list from source files to reduce the
2197 number of conflicts when merging git branches or when applying
2198 patches.
2199 Also rename webkit-marshal.* to webkitmarshal.* for consistency.
2200
2201 * GNUmakefile.am:
2202
jmalonzo@webkit.org20c9f4b2008-07-27 06:00:36 +000022032008-07-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2204
2205 Reviewed by Mark Rowe.
2206
2207 Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee.
2208
2209 [Gtk] Improve detection jpeglib
2210 https://bugs.webkit.org/show_bug.cgi?id=17865
2211
2212 * GNUmakefile.am:
2213 * configure.ac:
2214
hausmann@webkit.orgbb87b702008-07-25 10:55:33 +000022152008-07-25 Simon Hausmann <hausmann@webkit.org>
2216
2217 Discussed with and rubber-stamped by Lars.
2218
2219 Fix the build system for the Qt port.
2220
2221 Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the
2222 include search path. With a build process that combines JavaScriptCore and
2223 WebCore in one build process/Makefile the existance of
2224 JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts.
2225
2226 This commit solves this by introducing a separate build of JavaScriptCore into
2227 a static library.
2228
2229 As a result of the split-up a race-condition due to broken dependencies of
2230 regular source files to header files of generated sources showed up very
2231 frequently when doing parallel builds (which the buildbot does). This commit at
2232 the same time tries to address the dependency problem by making the
2233 addExtraCompiler() function also generate a pseudo extra compiler that
2234 represents the header file output, so that qmake is aware of the creation of
2235 the header file for dependency calculation.
2236
2237 At the same time I removed a lot of cruft from the pro files to ease maintenance.
2238
2239 * WebKit.pri:
2240 * WebKit.pro:
2241
jmalonzo@webkit.orgd18157182008-06-18 20:04:18 +000022422008-06-18 Marco Barisione <marco.barisione@collabora.co.uk>
2243
2244 Reviewed by Alp Toker.
2245
2246 https://bugs.webkit.org/show_bug.cgi?id=19171
2247 [GTK] GTypes for enumerations
2248
2249 Generate GTypes for public enumerations so they can be used as
2250 properties.
2251
2252 * GNUmakefile.am: Generate webkit-enum-types.cpp and
2253 webkit-enum-types.h.
2254
hausmann@webkit.orgb18129c2008-06-16 10:14:04 +000022552008-06-16 Simon Hausmann <hausmann@webkit.org>
2256
2257 Fix the Qt build. testkjs.pro is now called jsc.pro.
2258
2259 * WebKit.pro:
2260
alp@webkit.org643f3ef2008-06-15 11:46:18 +000022612008-06-15 Alp Toker <alp@nuanti.com>
2262
2263 Rubber-stamped by Maciej.
2264
2265 Install 'jsc' application by default.
2266
2267 * GNUmakefile.am:
2268
alp@webkit.org2d181c52008-06-08 16:10:16 +000022692008-06-08 Alp Toker <alp@nuanti.com>
2270
alp@webkit.org7c869902008-06-08 19:04:23 +00002271 autotools/GTK+ build system cleanup. Don't include WebKit API in the
2272 WebCore build as it's no longer needed since r34426.
2273
2274 * GNUmakefile.am:
2275
22762008-06-08 Alp Toker <alp@nuanti.com>
2277
alp@webkit.org2d181c52008-06-08 16:10:16 +00002278 Rubber-stamped by Mark Rowe.
2279
2280 Bring back -fstrict-aliasing for JavaScriptCore which was removed in
2281 r31821, since aliasing issues have now been fixed.
2282
2283 Use -O3, not -O2 for the JavaScriptCore build.
2284
2285 * GNUmakefile.am:
2286 * configure.ac:
2287
christian@webkit.org56f00692008-06-05 22:50:40 +000022882008-06-05 Christian Dywan <christian@twotoasts.de>
2289
2290 Reviewed by Alp Toker.
2291
2292 https://bugs.webkit.org/show_bug.cgi?id=14141
2293 Please add a version to the Gtk port
2294
2295 * GNUmakefile.am:
2296
alp@webkit.org15ef3c42008-06-03 00:30:19 +000022972008-06-02 Alp Toker <alp@nuanti.com>
2298
2299 GTK+/autotools Windows build system fixes.
2300
2301 * GNUmakefile.am:
2302 * configure.ac:
2303
alp@webkit.orgf1dbca62008-06-02 16:36:32 +000023042008-06-02 Jan Michael Alonzo <jmalonzo@webkit.org>
2305
2306 Reviewed by Alp Toker.
2307
2308 Build WebCore GTK+ sources as part of WebCore, not WebKit.
2309 Split common and GTK+-specific sources into separate file lists.
2310
2311 * GNUmakefile.am:
2312
alp@webkit.org46377ba2008-06-02 02:08:34 +000023132008-06-01 Josh Triplett <josh@freedesktop.org>
2314
2315 Reviewed by Alp Toker.
2316
2317 http://bugs.webkit.org/show_bug.cgi?id=16891
2318 [GTK] autotools build is slow
2319
2320 Add dolt revision 5e9eef10 to the autotools build system. Speeds up
2321 the build, often by a factor of two or more on supported platforms,
2322 otherwise falls back to libtool.
2323
2324 See http://dolt.freedesktop.org for details.
2325
2326 * acinclude.m4: Added.
2327 * configure.ac:
2328
jmalonzo@webkit.orgdb04f5c2008-05-25 11:15:15 +000023292008-05-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2330
2331 Reviewed by Alp Toker.
2332
2333 http://bugs.webkit.org/show_bug.cgi?id=19142
2334 [Gtk] Remove build options --svg-experimental and --cross-document-messaging
2335
2336 * configure.ac:
2337
alp@webkit.org1ea970c2008-05-25 04:19:22 +000023382008-05-24 Alp Toker <alp@nuanti.com>
2339
2340 GTK+/Win32 build fixes. Link against Windows ICU without using
2341 icu-config since it's not available on that platform.
2342
2343 Link against Ws2_32 when the curl http backend is chosen since we
2344 use select() directly.
2345
2346 * configure.ac:
2347
alp@webkit.org2bf19672008-05-23 17:48:41 +000023482008-05-23 Alp Toker <alp@nuanti.com>
2349
2350 GTK+ fixes for building without database support.
2351
2352 * configure.ac:
2353
jmalonzo@webkit.org4c3907a2008-05-20 11:52:08 +000023542008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org>
2355
alp@webkit.org5ac91ee2008-05-21 00:51:24 +00002356 Reviewed by Alp Toker.
2357
2358 Fix for previous autotools change.
2359
2360 * configure.ac:
2361
23622008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org>
2363
jmalonzo@webkit.org4c3907a2008-05-20 11:52:08 +00002364 Reviewed by Alp.
2365
2366 http://bugs.webkit.org/show_bug.cgi?id=18483
2367 [Gtk] Autotools should match build-webkit default flags
2368
2369 * configure.ac:
2370
alp@webkit.org8cfd6ab2008-05-19 23:06:49 +000023712008-05-19 Alp Toker <alp@nuanti.com>
2372
2373 GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when
2374 the Pango font backend is selected.
2375
2376 * GNUmakefile.am:
2377 * configure.ac:
2378
jchaffraix@webkit.org98e84ef2008-05-16 20:38:48 +000023792008-05-16 Julien Chaffraix <jchaffraix@webkit.org>
2380
2381 Reviewed by Eric.
2382
2383 Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated
2384
2385 * configure.ac: Add HTML_FLAGS and set it when video is enabled.
2386
hausmann@webkit.orgf9804ce2008-05-16 14:25:57 +000023872008-05-15 Ariya Hidayat <ariya.hidayat@trolltech.com>
2388
2389 Reviewed by Simon.
2390
2391 Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files
2392 from gtk-port.
2393
2394 * WebKit.pri:
2395 * WebKit.pro:
2396
andersca@apple.combe4e18c2008-05-10 00:46:50 +000023972008-05-09 Anders Carlsson <andersca@apple.com>
2398
2399 Reviewed by Mark.
2400
2401 Add x86_64 rule.
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00002402
andersca@apple.combe4e18c2008-05-10 00:46:50 +00002403 * Makefile:
2404
hausmann@webkit.orgba4d9c12008-05-09 13:08:33 +000024052008-05-09 Simon Hausmann <hausmann@webkit.org>
2406
2407 Reviewed by Holger.
2408
2409 Removed explicit linkage against libxml and libxslt on Qt/Mac builds.
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00002410
hausmann@webkit.orgba4d9c12008-05-09 13:08:33 +00002411 This dependency is completely unnecessary here and creates only problems by
2412 propagating through WebCore.pro over libQtWebKit.prl right now customer
2413 applications.
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00002414
hausmann@webkit.orgba4d9c12008-05-09 13:08:33 +00002415
2416 * WebKit.pri:
2417
andersca@apple.comdb0ed042008-05-03 00:21:05 +000024182008-05-02 Anders Carlsson <andersca@apple.com>
2419
2420 Reviewed by Mark.
2421
2422 Add an "x86_64" make rule.
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00002423
andersca@apple.comdb0ed042008-05-03 00:21:05 +00002424 * Makefile.shared:
2425
alp@webkit.orgd06c7c92008-05-02 22:21:09 +000024262008-05-02 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2427
2428 Reviewed by Eric.
2429
2430 https://bugs.webkit.org/show_bug.cgi?id=18811
2431 Enable dashboard and offline web apps in autotools
2432
2433 * configure.ac:
2434
alp@webkit.orga55698b2008-05-01 18:15:39 +000024352008-05-01 Marc Ordinas i Llopis <marc.ordinasillopis@collabora.co.uk>
2436
2437 Reviewed by Alp Toker.
2438
2439 https://bugs.webkit.org/show_bug.cgi?id=14750
2440 Added support for NPAPI plugins on Gtk and Qt-x11 ports.
2441
2442 * GNUmakefile.am: Added Xt library.
2443
ddkilzer@apple.come9e33f32008-04-30 00:31:10 +000024442008-04-29 David Kilzer <ddkilzer@apple.com>
2445
2446 BUILD FIX for ENABLE(DASHBOARD_SUPPORT)
2447
2448 * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT.
2449
alp@webkit.org81514942008-04-23 03:14:26 +000024502008-04-22 Alp Toker <alp@nuanti.com>
2451
2452 GTK+ debug build fix for changes in r32257.
2453
2454 * GNUmakefile.am:
2455
alp@webkit.orgc04fee22008-04-19 05:16:00 +000024562008-04-18 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2457
2458 Reviewed by Alp Toker.
2459
alp@webkit.org67ed4c42008-04-19 05:19:57 +00002460 http://bugs.webkit.org/show_bug.cgi?id=16620
2461 [GTK] Autotools make dist and make check support
alp@webkit.orgc04fee22008-04-19 05:16:00 +00002462
2463 Cleanups.
2464
2465 * GNUmakefile.am:
2466
mrowe@apple.com59de0d02008-04-19 01:31:29 +000024672008-04-11 Mark Rowe <mrowe@apple.com>
2468
2469 Rubber-stamped by Antti Koivisto.
2470
2471 * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show.
2472
alp@webkit.orgd66a1152008-04-17 23:05:11 +000024732008-04-17 Alp Toker <alp@atoker.com>
2474
2475 GTK+ build fix. Back out the libjpeg check part of r32008 from bug
2476 #17865 (reopened).
2477
2478 * configure.ac:
2479
alp@webkit.org4598acd2008-04-17 19:21:34 +000024802008-04-17 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2481
2482 Reviewed by Alp Toker.
2483
2484 http://bugs.webkit.org/show_bug.cgi?id=17865
2485 [Gtk] Improve detection of jpeglib and glib tools
2486
2487 Improve detecting jpeglib and glib tools
2488
2489 * configure.ac: Throw an error if the dependencies above are
2490 currently not installed
2491
alp@webkit.orgf02b6bc2008-04-14 20:18:18 +000024922008-04-14 Xan Lopez <xan@gnome.org>
2493
2494 Reviewed by Alp Toker.
2495
2496 http://bugs.webkit.org/show_bug.cgi?id=17917
2497 Bug 17917: Cookie support for HTTP soup backend
2498
2499 Bumped the libsoup required version to 2.23 for cookie support.
2500
2501 * configure.ac:
2502
mrowe@apple.comfd551522008-04-11 21:18:05 +000025032008-04-11 Mark Rowe <mrowe@apple.com>
2504
2505 Rubber-stamped by Anders Carlsson.
2506
2507 Fix https://bugs.webkit.org/show_bug.cgi?id=18430
2508 Bug 18430: SIGSEGV on amd64 when built with gcc 4.3
2509
2510 GCC 4.3 generates bad code in some instances when working with our HashTables
2511 as some of the HashTable code violates the strict aliasing requirements. Since
2512 GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until
2513 the code can be fixed to be safe with strict aliasing enabled, we will disable
2514 strict aliasing.
2515
2516 * GNUmakefile.am:
2517
alp@webkit.org02eba752008-04-11 00:45:17 +000025182008-03-12 Michael Emmel <mike.emmel@gmail.com>
2519
2520 Reviewed by Alp Toker.
2521
2522 http://bugs.webkit.org/show_bug.cgi?id=18397
2523 Fix leaving spaces before parens in functions
2524
2525 * WebKitTools/Scripts/wkstyle:
2526
ap@webkit.orgc266b3f2008-04-07 12:24:26 +000025272008-04-07 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2528
2529 Build fix, rubber-stamped and landed by ap.
2530
2531 * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support.
2532
zecke@webkit.org178fffa2008-03-21 20:40:41 +000025332008-03-21 Rodney Dawes <dobey@wayofthemonkey.com>
2534
2535 Reviewed by Holger.
2536
2537 Remove the JSCore include path options from global_cppflags.
2538 Place JSCore include path options in javascriptcore_cppflags.
2539 Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS.
2540
2541 * GNUmakefile.am:
2542
andersca@apple.com2421f662008-03-20 18:19:07 +000025432008-03-20 Jasper Bryant-Greene <jasper@unix.geek.nz>
2544
2545 Reviewed by Anders.
2546
2547 Resolves http://bugs.webkit.org/show_bug.cgi?id=16092
2548 "[GTK] Middle-mouse click should allow opening a URL in a new tab"
2549
2550 Added WebKitNavigationAction object to GTK API
2551
2552 * GNUmakefile.am:
2553
alp@webkit.org7d9253a2008-03-12 15:03:17 +000025542008-03-12 Xan Lopez <xan@gnome.org>
2555
2556 Reviewed by Alp Toker.
2557
2558 http://bugs.webkit.org/show_bug.cgi?id=15229
2559
2560 Add optional font backend support with freetype and pango
2561 backends. Default is freetype for now.
2562
alp@webkit.org720edd62008-03-12 15:08:01 +00002563 Original patch by Sven Herzberg <sven@imendio.com>
2564
alp@webkit.org7d9253a2008-03-12 15:03:17 +00002565 * configure.ac:
2566
alp@webkit.orgb51d08f2008-03-11 23:06:38 +000025672008-03-11 Xan Lopez <xan@gnome.org>
2568
2569 Reviewed by Alp Toker.
2570
2571 http://bugs.webkit.org/show_bug.cgi?id=16476
2572
2573 Add support for multiple http backends, and add soup backend (off by default).
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00002574
alp@webkit.orgb51d08f2008-03-11 23:06:38 +00002575 * GNUmakefile.am:
2576 * configure.ac:
2577
hausmann@webkit.org9999bb82008-03-10 11:52:27 +000025782008-03-07 Simon Hausmann <hausmann@webkit.org>
2579
darin@apple.com07c80c62008-09-05 18:15:43 +00002580 Reviewed by Darin Adler.
hausmann@webkit.org9999bb82008-03-10 11:52:27 +00002581
2582 Done with Lars.
2583
2584 Added plugins subdirectory to the include path.
2585
2586 * WebKit.pri:
2587
alp@webkit.org478185d2008-03-10 02:44:33 +000025882008-03-09 Alp Toker <alp@atoker.com>
2589
2590 GTK+ build fix for r30913.
2591
2592 Use UNICODE_CFLAGS for C++ sources as well as C sources.
2593
2594 * GNUmakefile.am:
2595
vestbo@webkit.org83a4da72008-11-10 15:55:10 +000025962008-03-09 Jörg Billeter <j@bitron.ch>
alp@webkit.orgd28cae02008-03-10 00:49:15 +00002597
2598 Reviewed by Alp Toker.
2599
2600 Conditionalise ICU for Unicode in the GTK+ port.
2601
2602 * GNUmakefile.am:
2603 * configure.ac:
2604
alp@webkit.orgc1c99562008-03-03 22:06:52 +000026052008-03-03 Brent Fulgham <bfulgham@gmail.com>
2606
2607 Reviewed by Alp Toker.
2608
2609 http://bugs.webkit.org/show_bug.cgi?id=17644
2610 Build GTK on Mac OS X using native ICU library
2611
2612 Use Apple native ICU libraries when building GTK
2613 webkit on Mac OS.
2614
2615 * configure.ac:
2616
alp@webkit.org03709e02008-03-03 05:10:18 +000026172008-03-02 Brent Fulgham <bfulgham@gmail.com>
2618
2619 Reviewed by Alp Toker.
2620
2621 Add ICU_CPPFLAGS earlier in include path for WebCore
2622 so that we find $(icu_cppflags)/unicode/utf8.h, rather than
2623 the wtf/unicode/UTF8.h on case-insensitive file systems.
2624
2625 * GNUmakefile.am:
2626
alp@webkit.org66551a12008-03-02 19:51:26 +000026272008-03-02 Alp Toker <alp@atoker.com>
2628
2629 Reviewed by Mark Rowe.
2630
2631 Split the WebKit GTK+ build out of the WebCore build and change the
2632 shared object name to match the package name.
2633
2634 * GNUmakefile.am:
2635
alp@webkit.org06f756d2008-02-28 08:21:59 +000026362008-02-28 Alp Toker <alp@atoker.com>
2637
2638 Fix a configure script typo spotted by Kalle Vahlman.
2639
2640 * configure.ac:
2641
timothy@apple.com7e518c52008-02-26 21:54:07 +000026422008-02-26 Timothy Hatcher <timothy@apple.com>
2643
2644 Reviewed by Darin Adler.
2645
2646 Add "64" and "64u" make rules to allow easy building of 64-bit versions.
2647
2648 make 64: will build Intel-only 64-bit.
2649 make 64u: will build 4-way universal for PPC and Intel.
2650
2651 * Makefile:
2652 * Makefile.shared:
2653
darin@apple.com47e2c232008-02-24 05:42:29 +000026542008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2655
darin@apple.com07c80c62008-09-05 18:15:43 +00002656 Rubber stamped by Darin Adler.
pewtermoose@webkit.org7a953d92008-02-24 07:07:03 +00002657
2658 Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
2659 whitespaces introduced in the previous commit.
2660
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00002661 * GNUmakefile.am:
pewtermoose@webkit.org7a953d92008-02-24 07:07:03 +00002662
26632008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2664
darin@apple.com07c80c62008-09-05 18:15:43 +00002665 Rubber-stamped by Darin Adler.
darin@apple.com47e2c232008-02-24 05:42:29 +00002666
2667 * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES.
2668 * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS.
2669
alp@webkit.org80dd1122008-02-21 20:16:43 +000026702008-02-21 Alp Toker <alp@atoker.com>
2671
alp@webkit.org52b83662008-02-22 06:10:42 +00002672 Fix a configure script typo.
2673
2674 * configure.ac:
2675
26762008-02-21 Alp Toker <alp@atoker.com>
2677
alp@webkit.org80dd1122008-02-21 20:16:43 +00002678 GTK+/autotools SVG experimental build fix
2679
2680 Don't enable SVG filters in --enable-svg-experimental.
2681
2682 This feature isn't supported at all yet. Developers can enable it
2683 explicitly by passing --enable-svg-filters if needed.
2684
2685 * configure.ac:
2686
alp@webkit.orgc53b43d2008-02-21 19:43:44 +000026872008-02-21 Mike Auty <mike.auty@gmail.com>
2688
2689 Reviewed by Alp Toker.
2690
2691 http://bugs.webkit.org/show_bug.cgi?id=17445
2692 [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed"
2693
2694 The GNUmakefile.am files make use of the LDFLAGS variable to include library
2695 additions such as -ljpeg etc. Unfortunately, if these inclusions aren't made
2696 in LIBADD/LDADD variables, then they are mis-ordered during the linking.
2697
2698 The as-needed flag discards libraries whose functions have not been needed by
2699 earlier libraries, which therefore makes the ordering important.
2700
2701 This moves all -l library inclusion statements from LDFLAGS variables to
2702 LIBADD/LDADD variables.
2703
2704 * GNUmakefile.am:
2705
alp@webkit.org9fc08a82008-02-15 18:25:44 +000027062008-02-15 Alp Toker <alp@atoker.com>
2707
2708 Reviewed by Holger.
2709
2710 GTK+ configure script cleanups
2711
2712 Categorize the configuration summary printout.
2713 Bump GTK+ requirement to 2.8.
2714 Rename 'webkit_target' to just 'target'.
2715 Don't check for pthread on Win32.
2716
2717 * configure.ac:
2718
aroben@apple.comcde8fd12008-02-15 16:36:07 +000027192008-02-14 Adam Roben <aroben@apple.com>
2720
aroben@apple.com198b8e12008-02-15 16:36:54 +00002721 Turn on cross-document messaging support by default
2722
darin@apple.com07c80c62008-09-05 18:15:43 +00002723 Reviewed by Darin Adler.
aroben@apple.com198b8e12008-02-15 16:36:54 +00002724
2725 * configure.ac:
2726
27272008-02-14 Adam Roben <aroben@apple.com>
2728
aroben@apple.comcde8fd12008-02-15 16:36:07 +00002729 Conditionalize cross-document messaging support
2730
2731 The cross-document messaging parts of HTML 5 are in flux and we want
2732 ports to be able to turn off the support as needed.
2733
2734 Note that the support is turned off by default right now. A subsequent
2735 commit will turn it on by default.
2736
darin@apple.com07c80c62008-09-05 18:15:43 +00002737 Reviewed by Darin Adler.
aroben@apple.comcde8fd12008-02-15 16:36:07 +00002738
2739 * configure.ac:
2740
alp@webkit.org4ad34cb2008-02-12 21:04:50 +000027412008-02-12 Rodney Dawes <dobey@wayofthemonkey.com>
2742
2743 Reviewed by Alp Toker.
2744
2745 Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES
2746 to the CPPFLAGS for WebCore and WebKit
2747 Add a pkgconfig check for hildon-1 when --with-hildon specified
2748 Output the use of Hildon support in the summary
2749 Add HILDON_CPPFLAGS to webkitgtk_cppflags
2750 Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS
2751 Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS
2752
2753 * configure.ac:
2754 * GNUmakefile.am:
2755
alp@webkit.org28c069b2008-02-09 05:44:24 +000027562008-02-08 Alp Toker <alp@atoker.com>
2757
2758 Rubber-stamped by Maciej.
2759
2760 Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4.
2761
2762 * configure.ac:
2763
timothy@apple.comf42518d2008-02-06 20:19:16 +000027642008-02-06 Timothy Hatcher <timothy@apple.com>
2765
2766 Rubber-stamped by Mark Rowe.
2767
2768 Dump of bugs.webkit.org's Bugzilla instance.
2769
2770 * BugsSite: Added.
2771 * BugsSite/.htaccess: Added.
2772 * BugsSite/Bugzilla: Added.
2773 * BugsSite/Bugzilla.pm: Added.
2774 * BugsSite/Bugzilla/.cvsignore: Added.
2775 * BugsSite/Bugzilla/.htaccess: Added.
2776 * BugsSite/Bugzilla/Attachment.pm: Added.
2777 * BugsSite/Bugzilla/Auth: Added.
2778 * BugsSite/Bugzilla/Auth.pm: Added.
2779 * BugsSite/Bugzilla/Auth/Login: Added.
2780 * BugsSite/Bugzilla/Auth/Login/WWW: Added.
2781 * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added.
2782 * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added.
2783 * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added.
2784 * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added.
2785 * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added.
2786 * BugsSite/Bugzilla/Auth/README: Added.
2787 * BugsSite/Bugzilla/Auth/Verify: Added.
2788 * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added.
2789 * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added.
2790 * BugsSite/Bugzilla/Bug.pm: Added.
2791 * BugsSite/Bugzilla/BugMail.pm: Added.
2792 * BugsSite/Bugzilla/CGI.pm: Added.
2793 * BugsSite/Bugzilla/Chart.pm: Added.
2794 * BugsSite/Bugzilla/Config.pm: Added.
2795 * BugsSite/Bugzilla/Constants.pm: Added.
2796 * BugsSite/Bugzilla/DB: Added.
2797 * BugsSite/Bugzilla/DB.pm: Added.
2798 * BugsSite/Bugzilla/DB/Mysql.pm: Added.
2799 * BugsSite/Bugzilla/DB/Pg.pm: Added.
2800 * BugsSite/Bugzilla/DB/Schema: Added.
2801 * BugsSite/Bugzilla/DB/Schema.pm: Added.
2802 * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added.
2803 * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added.
2804 * BugsSite/Bugzilla/Error.pm: Added.
2805 * BugsSite/Bugzilla/Flag.pm: Added.
2806 * BugsSite/Bugzilla/FlagType.pm: Added.
2807 * BugsSite/Bugzilla/Group.pm: Added.
2808 * BugsSite/Bugzilla/Search.pm: Added.
2809 * BugsSite/Bugzilla/Series.pm: Added.
2810 * BugsSite/Bugzilla/Template: Added.
2811 * BugsSite/Bugzilla/Template.pm: Added.
2812 * BugsSite/Bugzilla/Template/Plugin: Added.
2813 * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added.
2814 * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added.
2815 * BugsSite/Bugzilla/Template/Plugin/User.pm: Added.
2816 * BugsSite/Bugzilla/Token.pm: Added.
2817 * BugsSite/Bugzilla/User: Added.
2818 * BugsSite/Bugzilla/User.pm: Added.
2819 * BugsSite/Bugzilla/User/Setting.pm: Added.
2820 * BugsSite/Bugzilla/Util.pm: Added.
2821 * BugsSite/CGI.pl: Added.
2822 * BugsSite/PrettyPatch: Added.
2823 * BugsSite/PrettyPatch/PrettyPatch.rb: Added.
2824 * BugsSite/PrettyPatch/prettify.rb: Added.
2825 * BugsSite/QUICKSTART: Added.
2826 * BugsSite/README: Added.
2827 * BugsSite/UPGRADING: Added.
2828 * BugsSite/UPGRADING-pre-2.8: Added.
2829 * BugsSite/ant.jpg: Added.
2830 * BugsSite/attachment-aroben.cgi: Added.
2831 * BugsSite/attachment.cgi: Added.
2832 * BugsSite/buglist.cgi: Added.
2833 * BugsSite/bugzilla.dtd: Added.
2834 * BugsSite/chart.cgi: Added.
2835 * BugsSite/checksetup.pl: Added.
2836 * BugsSite/colchange.cgi: Added.
2837 * BugsSite/collectstats.pl: Added.
2838 * BugsSite/config.cgi: Added.
2839 * BugsSite/contrib: Added.
2840 * BugsSite/contrib/BugzillaEmail.pm: Added.
2841 * BugsSite/contrib/README: Added.
2842 * BugsSite/contrib/README.Mailif: Added.
2843 * BugsSite/contrib/bug_email.pl: Added.
2844 * BugsSite/contrib/bugmail_help.html: Added.
2845 * BugsSite/contrib/bugzilla-submit: Added.
2846 * BugsSite/contrib/bugzilla-submit/README: Added.
2847 * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added.
2848 * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added.
2849 * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added.
2850 * BugsSite/contrib/bugzilla.procmailrc: Added.
2851 * BugsSite/contrib/bugzilla_email_append.pl: Added.
2852 * BugsSite/contrib/bugzilla_ldapsync.rb: Added.
2853 * BugsSite/contrib/bzdbcopy.pl: Added.
2854 * BugsSite/contrib/cmdline: Added.
2855 * BugsSite/contrib/cmdline/bugcount: Added.
2856 * BugsSite/contrib/cmdline/bugids: Added.
2857 * BugsSite/contrib/cmdline/buglist: Added.
2858 * BugsSite/contrib/cmdline/bugs: Added.
2859 * BugsSite/contrib/cmdline/bugslink: Added.
2860 * BugsSite/contrib/cmdline/makequery: Added.
2861 * BugsSite/contrib/cmdline/query.conf: Added.
2862 * BugsSite/contrib/cvs-update.pl: Added.
2863 * BugsSite/contrib/gnats2bz.pl: Added.
2864 * BugsSite/contrib/gnatsparse: Added.
2865 * BugsSite/contrib/gnatsparse/README: Added.
2866 * BugsSite/contrib/gnatsparse/gnatsparse.py: Added.
2867 * BugsSite/contrib/gnatsparse/magic.py: Added.
2868 * BugsSite/contrib/gnatsparse/specialuu.py: Added.
2869 * BugsSite/contrib/jb2bz.py: Added.
2870 * BugsSite/contrib/mysqld-watcher.pl: Added.
2871 * BugsSite/contrib/sendbugmail.pl: Added.
2872 * BugsSite/contrib/sendunsentbugmail.pl: Added.
2873 * BugsSite/contrib/syncLDAP.pl: Added.
2874 * BugsSite/contrib/yp_nomail.sh: Added.
2875 * BugsSite/createaccount.cgi: Added.
2876 * BugsSite/data: Added.
2877 * BugsSite/data/.htaccess: Added.
2878 * BugsSite/data/attachments: Added.
2879 * BugsSite/data/attachments/.htaccess: Added.
2880 * BugsSite/data/duplicates: Added.
2881 * BugsSite/data/mail: Added.
2882 * BugsSite/data/mimedump-tmp: Added.
2883 * BugsSite/data/mining: Added.
2884 * BugsSite/data/nomail: Added.
2885 * BugsSite/data/params: Added.
2886 * BugsSite/data/template: Added.
2887 * BugsSite/data/template/template: Added.
2888 * BugsSite/data/template/template/en: Added.
2889 * BugsSite/data/template/template/en/custom: Added.
2890 * BugsSite/data/template/template/en/custom/account: Added.
2891 * BugsSite/data/template/template/en/custom/account/auth: Added.
2892 * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
2893 * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added.
2894 * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added.
2895 * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added.
2896 * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added.
2897 * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added.
2898 * BugsSite/data/template/template/en/custom/account/email: Added.
2899 * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added.
2900 * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added.
2901 * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added.
2902 * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added.
2903 * BugsSite/data/template/template/en/custom/account/password: Added.
2904 * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
2905 * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
2906 * BugsSite/data/template/template/en/custom/account/prefs: Added.
2907 * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added.
2908 * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added.
2909 * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added.
2910 * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added.
2911 * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added.
2912 * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
2913 * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added.
2914 * BugsSite/data/template/template/en/custom/admin: Added.
2915 * BugsSite/data/template/template/en/custom/admin/classifications: Added.
2916 * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added.
2917 * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added.
2918 * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added.
2919 * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added.
2920 * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added.
2921 * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
2922 * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added.
2923 * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added.
2924 * BugsSite/data/template/template/en/custom/admin/components: Added.
2925 * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
2926 * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added.
2927 * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added.
2928 * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added.
2929 * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added.
2930 * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added.
2931 * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added.
2932 * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added.
2933 * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added.
2934 * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added.
2935 * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
2936 * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
2937 * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
2938 * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
2939 * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
2940 * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
2941 * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
2942 * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
2943 * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
2944 * BugsSite/data/template/template/en/custom/admin/flag-type: Added.
2945 * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
2946 * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
2947 * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added.
2948 * BugsSite/data/template/template/en/custom/admin/groups: Added.
2949 * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added.
2950 * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added.
2951 * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added.
2952 * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added.
2953 * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added.
2954 * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added.
2955 * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added.
2956 * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added.
2957 * BugsSite/data/template/template/en/custom/admin/keywords: Added.
2958 * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
2959 * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
2960 * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
2961 * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
2962 * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
2963 * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
2964 * BugsSite/data/template/template/en/custom/admin/milestones: Added.
2965 * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
2966 * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added.
2967 * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added.
2968 * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
2969 * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added.
2970 * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added.
2971 * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added.
2972 * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
2973 * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added.
2974 * BugsSite/data/template/template/en/custom/admin/products: Added.
2975 * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
2976 * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added.
2977 * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added.
2978 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added.
2979 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
2980 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
2981 * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
2982 * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added.
2983 * BugsSite/data/template/template/en/custom/admin/settings: Added.
2984 * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added.
2985 * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added.
2986 * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added.
2987 * BugsSite/data/template/template/en/custom/admin/users: Added.
2988 * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
2989 * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added.
2990 * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added.
2991 * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added.
2992 * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
2993 * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added.
2994 * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added.
2995 * BugsSite/data/template/template/en/custom/admin/versions: Added.
2996 * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
2997 * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added.
2998 * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added.
2999 * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added.
3000 * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added.
3001 * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added.
3002 * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added.
3003 * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added.
3004 * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added.
3005 * BugsSite/data/template/template/en/custom/attachment: Added.
3006 * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added.
3007 * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added.
3008 * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added.
3009 * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added.
3010 * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added.
3011 * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added.
3012 * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added.
3013 * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added.
3014 * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added.
3015 * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added.
3016 * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added.
3017 * BugsSite/data/template/template/en/custom/bug: Added.
3018 * BugsSite/data/template/template/en/custom/bug/activity: Added.
3019 * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added.
3020 * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added.
3021 * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added.
3022 * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added.
3023 * BugsSite/data/template/template/en/custom/bug/create: Added.
3024 * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
3025 * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added.
3026 * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added.
3027 * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added.
3028 * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added.
3029 * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added.
3030 * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added.
3031 * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added.
3032 * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added.
3033 * BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added.
3034 * BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added.
3035 * BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added.
3036 * BugsSite/data/template/template/en/custom/bug/process: Added.
3037 * BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added.
3038 * BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
3039 * BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added.
3040 * BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added.
3041 * BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added.
3042 * BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added.
3043 * BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
3044 * BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added.
3045 * BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added.
3046 * BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added.
3047 * BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added.
3048 * BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added.
3049 * BugsSite/data/template/template/en/custom/bug/votes: Added.
3050 * BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
3051 * BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
3052 * BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
3053 * BugsSite/data/template/template/en/custom/config.js.tmpl: Added.
3054 * BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added.
3055 * BugsSite/data/template/template/en/custom/flag: Added.
3056 * BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added.
3057 * BugsSite/data/template/template/en/custom/global: Added.
3058 * BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added.
3059 * BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added.
3060 * BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added.
3061 * BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added.
3062 * BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added.
3063 * BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added.
3064 * BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added.
3065 * BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added.
3066 * BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added.
3067 * BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added.
3068 * BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added.
3069 * BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added.
3070 * BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added.
3071 * BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added.
3072 * BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added.
3073 * BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added.
3074 * BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added.
3075 * BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added.
3076 * BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added.
3077 * BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added.
3078 * BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added.
3079 * BugsSite/data/template/template/en/custom/index.html.tmpl: Added.
3080 * BugsSite/data/template/template/en/custom/list: Added.
3081 * BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added.
3082 * BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added.
3083 * BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added.
3084 * BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added.
3085 * BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added.
3086 * BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added.
3087 * BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added.
3088 * BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added.
3089 * BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added.
3090 * BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added.
3091 * BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added.
3092 * BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added.
3093 * BugsSite/data/template/template/en/custom/pages: Added.
3094 * BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added.
3095 * BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added.
3096 * BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added.
3097 * BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added.
3098 * BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added.
3099 * BugsSite/data/template/template/en/custom/reports: Added.
3100 * BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added.
3101 * BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added.
3102 * BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added.
3103 * BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added.
3104 * BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added.
3105 * BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
3106 * BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added.
3107 * BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added.
3108 * BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added.
3109 * BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added.
3110 * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added.
3111 * BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added.
3112 * BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added.
3113 * BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added.
3114 * BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added.
3115 * BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added.
3116 * BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added.
3117 * BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added.
3118 * BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added.
3119 * BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added.
3120 * BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added.
3121 * BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added.
3122 * BugsSite/data/template/template/en/custom/request: Added.
3123 * BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added.
3124 * BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added.
3125 * BugsSite/data/template/template/en/custom/search: Added.
3126 * BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added.
3127 * BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added.
3128 * BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added.
3129 * BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added.
3130 * BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added.
3131 * BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added.
3132 * BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added.
3133 * BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added.
3134 * BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added.
3135 * BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added.
3136 * BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added.
3137 * BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added.
3138 * BugsSite/data/template/template/en/custom/whine: Added.
3139 * BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added.
3140 * BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added.
3141 * BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
3142 * BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added.
3143 * BugsSite/data/template/template/en/default: Added.
3144 * BugsSite/data/template/template/en/default/attachment: Added.
3145 * BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added.
3146 * BugsSite/data/template/template/en/default/list: Added.
3147 * BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added.
3148 * BugsSite/data/versioncache: Added.
3149 * BugsSite/data/versioncache.13P9L: Added.
3150 * BugsSite/data/versioncache.1lH1E: Added.
3151 * BugsSite/data/versioncache.3AnHd: Added.
3152 * BugsSite/data/versioncache.3Jmjt: Added.
3153 * BugsSite/data/versioncache.3JzIL: Added.
3154 * BugsSite/data/versioncache.77b4y: Added.
3155 * BugsSite/data/versioncache.7VzyU: Added.
3156 * BugsSite/data/versioncache.EQdAm: Added.
3157 * BugsSite/data/versioncache.EouAG: Added.
3158 * BugsSite/data/versioncache.LJ5n1: Added.
3159 * BugsSite/data/versioncache.Lb0fW: Added.
3160 * BugsSite/data/versioncache.PyAd8: Added.
3161 * BugsSite/data/versioncache.SFyse: Added.
3162 * BugsSite/data/versioncache.SkTTg: Added.
3163 * BugsSite/data/versioncache.VVO7E: Added.
3164 * BugsSite/data/versioncache.XbxgU: Added.
3165 * BugsSite/data/versioncache.Yezqr: Added.
3166 * BugsSite/data/versioncache.dtzIv: Added.
3167 * BugsSite/data/versioncache.jzpeh: Added.
3168 * BugsSite/data/versioncache.pbn6U: Added.
3169 * BugsSite/data/versioncache.qyixS: Added.
3170 * BugsSite/data/versioncache.sBMdb: Added.
3171 * BugsSite/data/versioncache.xNi34: Added.
3172 * BugsSite/data/webdot: Added.
3173 * BugsSite/data/webdot/.htaccess: Added.
3174 * BugsSite/data/webdot/0ZLH3QpFd8.dot: Added.
3175 * BugsSite/data/webdot/3s6e7eC2Dy.dot: Added.
3176 * BugsSite/data/webdot/6MW0q54cyY.dot: Added.
3177 * BugsSite/data/webdot/A2RlhPdO2Q.dot: Added.
3178 * BugsSite/data/webdot/DuBX4I4946.dot: Added.
3179 * BugsSite/data/webdot/GudTgvrKBX.dot: Added.
3180 * BugsSite/data/webdot/I1mCbLtAzQ.dot: Added.
3181 * BugsSite/data/webdot/JtKgvWGVb4.dot: Added.
3182 * BugsSite/data/webdot/RFk4bjAwYc.dot: Added.
3183 * BugsSite/data/webdot/YQ1pWFVfqt.dot: Added.
3184 * BugsSite/data/webdot/YcFUepShZI.dot: Added.
3185 * BugsSite/data/webdot/a9i00KgTQk.dot: Added.
3186 * BugsSite/data/webdot/c412GYaHch.dot: Added.
3187 * BugsSite/data/webdot/hjYnYr3tV1.dot: Added.
3188 * BugsSite/data/webdot/pq3Qw7wynI.dot: Added.
3189 * BugsSite/data/webdot/tL7GjA7bqH.dot: Added.
3190 * BugsSite/defparams.pl: Added.
3191 * BugsSite/describecomponents.cgi: Added.
3192 * BugsSite/describekeywords.cgi: Added.
3193 * BugsSite/describekeywords.cgi.bak: Added.
3194 * BugsSite/docs: Added.
3195 * BugsSite/docs/.cvsignore: Added.
3196 * BugsSite/docs/README.docs: Added.
3197 * BugsSite/docs/html: Added.
3198 * BugsSite/docs/html/Bugzilla-Guide.html: Added.
3199 * BugsSite/docs/html/about.html: Added.
3200 * BugsSite/docs/html/administration.html: Added.
3201 * BugsSite/docs/html/bug_page.html: Added.
3202 * BugsSite/docs/html/bugreports.html: Added.
3203 * BugsSite/docs/html/cmdline-bugmail.html: Added.
3204 * BugsSite/docs/html/cmdline.html: Added.
3205 * BugsSite/docs/html/components.html: Added.
3206 * BugsSite/docs/html/configuration.html: Added.
3207 * BugsSite/docs/html/conventions.html: Added.
3208 * BugsSite/docs/html/copyright.html: Added.
3209 * BugsSite/docs/html/credits.html: Added.
3210 * BugsSite/docs/html/cust-change-permissions.html: Added.
3211 * BugsSite/docs/html/cust-hooks.html: Added.
3212 * BugsSite/docs/html/cust-templates.html: Added.
3213 * BugsSite/docs/html/customization.html: Added.
3214 * BugsSite/docs/html/dbdoc.html: Added.
3215 * BugsSite/docs/html/dbmodify.html: Added.
3216 * BugsSite/docs/html/disclaimer.html: Added.
3217 * BugsSite/docs/html/extraconfig.html: Added.
3218 * BugsSite/docs/html/faq.html: Added.
3219 * BugsSite/docs/html/flags-overview.html: Added.
3220 * BugsSite/docs/html/flags.html: Added.
3221 * BugsSite/docs/html/general-advice.html: Added.
3222 * BugsSite/docs/html/gfdl-0.html: Added.
3223 * BugsSite/docs/html/gfdl-1.html: Added.
3224 * BugsSite/docs/html/gfdl-10.html: Added.
3225 * BugsSite/docs/html/gfdl-2.html: Added.
3226 * BugsSite/docs/html/gfdl-3.html: Added.
3227 * BugsSite/docs/html/gfdl-4.html: Added.
3228 * BugsSite/docs/html/gfdl-5.html: Added.
3229 * BugsSite/docs/html/gfdl-6.html: Added.
3230 * BugsSite/docs/html/gfdl-7.html: Added.
3231 * BugsSite/docs/html/gfdl-8.html: Added.
3232 * BugsSite/docs/html/gfdl-9.html: Added.
3233 * BugsSite/docs/html/gfdl-howto.html: Added.
3234 * BugsSite/docs/html/gfdl.html: Added.
3235 * BugsSite/docs/html/glossary.html: Added.
3236 * BugsSite/docs/html/groups.html: Added.
3237 * BugsSite/docs/html/hintsandtips.html: Added.
3238 * BugsSite/docs/html/index.html: Added.
3239 * BugsSite/docs/html/install-perlmodules-manual.html: Added.
3240 * BugsSite/docs/html/installation.html: Added.
3241 * BugsSite/docs/html/installing-bugzilla.html: Added.
3242 * BugsSite/docs/html/integration.html: Added.
3243 * BugsSite/docs/html/lifecycle.html: Added.
3244 * BugsSite/docs/html/list.html: Added.
3245 * BugsSite/docs/html/milestones.html: Added.
3246 * BugsSite/docs/html/modules-manual-download.html: Added.
3247 * BugsSite/docs/html/modules-manual-instructions.html: Added.
3248 * BugsSite/docs/html/modules-manual-optional.html: Added.
3249 * BugsSite/docs/html/myaccount.html: Added.
3250 * BugsSite/docs/html/newversions.html: Added.
3251 * BugsSite/docs/html/nonroot.html: Added.
3252 * BugsSite/docs/html/os-specific.html: Added.
3253 * BugsSite/docs/html/parameters.html: Added.
3254 * BugsSite/docs/html/paranoid-security.html: Added.
3255 * BugsSite/docs/html/patches.html: Added.
3256 * BugsSite/docs/html/patchviewer.html: Added.
3257 * BugsSite/docs/html/products.html: Added.
3258 * BugsSite/docs/html/query.html: Added.
3259 * BugsSite/docs/html/quips.html: Added.
3260 * BugsSite/docs/html/reporting.html: Added.
3261 * BugsSite/docs/html/security-bugzilla.html: Added.
3262 * BugsSite/docs/html/security-mysql.html: Added.
3263 * BugsSite/docs/html/security-os.html: Added.
3264 * BugsSite/docs/html/security-webserver.html: Added.
3265 * BugsSite/docs/html/security.html: Added.
3266 * BugsSite/docs/html/trbl-bundlebugzilla.html: Added.
3267 * BugsSite/docs/html/trbl-dbdsponge.html: Added.
3268 * BugsSite/docs/html/trbl-index.html: Added.
3269 * BugsSite/docs/html/trbl-passwd-encryption.html: Added.
3270 * BugsSite/docs/html/trbl-perlmodule.html: Added.
3271 * BugsSite/docs/html/trbl-relogin-everyone.html: Added.
3272 * BugsSite/docs/html/trbl-testserver.html: Added.
3273 * BugsSite/docs/html/trouble-filetemp.html: Added.
3274 * BugsSite/docs/html/troubleshooting.html: Added.
3275 * BugsSite/docs/html/upgrading.html: Added.
3276 * BugsSite/docs/html/useradmin.html: Added.
3277 * BugsSite/docs/html/userpreferences.html: Added.
3278 * BugsSite/docs/html/using-intro.html: Added.
3279 * BugsSite/docs/html/using.html: Added.
3280 * BugsSite/docs/html/versions.html: Added.
3281 * BugsSite/docs/html/voting.html: Added.
3282 * BugsSite/docs/html/whining.html: Added.
3283 * BugsSite/docs/html/x3190.html: Added.
3284 * BugsSite/docs/images: Added.
3285 * BugsSite/docs/images/bzLifecycle.png: Added.
3286 * BugsSite/docs/images/bzLifecycle.xml: Added.
3287 * BugsSite/docs/images/callouts: Added.
3288 * BugsSite/docs/images/callouts/1.gif: Added.
3289 * BugsSite/docs/images/callouts/2.gif: Added.
3290 * BugsSite/docs/images/callouts/3.gif: Added.
3291 * BugsSite/docs/images/caution.gif: Added.
3292 * BugsSite/docs/images/note.gif: Added.
3293 * BugsSite/docs/images/tip.gif: Added.
3294 * BugsSite/docs/images/warning.gif: Added.
3295 * BugsSite/docs/makedocs.pl: Added.
3296 * BugsSite/docs/pdf: Added.
3297 * BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added.
3298 * BugsSite/docs/rel_notes.txt: Added.
3299 * BugsSite/docs/txt: Added.
3300 * BugsSite/docs/txt/Bugzilla-Guide.txt: Added.
3301 * BugsSite/docs/xml: Added.
3302 * BugsSite/docs/xml/Bugzilla-Guide.xml: Added.
3303 * BugsSite/docs/xml/about.xml: Added.
3304 * BugsSite/docs/xml/administration.xml: Added.
3305 * BugsSite/docs/xml/conventions.xml: Added.
3306 * BugsSite/docs/xml/customization.xml: Added.
3307 * BugsSite/docs/xml/dbschema.mysql: Added.
3308 * BugsSite/docs/xml/faq.xml: Added.
3309 * BugsSite/docs/xml/filetemp.patch: Added.
3310 * BugsSite/docs/xml/gfdl.xml: Added.
3311 * BugsSite/docs/xml/glossary.xml: Added.
3312 * BugsSite/docs/xml/index.xml: Added.
3313 * BugsSite/docs/xml/installation.xml: Added.
3314 * BugsSite/docs/xml/integration.xml: Added.
3315 * BugsSite/docs/xml/introduction.xml: Added.
3316 * BugsSite/docs/xml/modules.xml: Added.
3317 * BugsSite/docs/xml/patches.xml: Added.
3318 * BugsSite/docs/xml/requiredsoftware.xml: Added.
3319 * BugsSite/docs/xml/security.xml: Added.
3320 * BugsSite/docs/xml/troubleshooting.xml: Added.
3321 * BugsSite/docs/xml/using.xml: Added.
3322 * BugsSite/doeditparams.cgi: Added.
3323 * BugsSite/duplicates.cgi: Added.
3324 * BugsSite/duplicates.xul: Added.
3325 * BugsSite/editclassifications.cgi: Added.
3326 * BugsSite/editcomponents.cgi: Added.
3327 * BugsSite/editflagtypes.cgi: Added.
3328 * BugsSite/editgroups.cgi: Added.
3329 * BugsSite/editkeywords.cgi: Added.
3330 * BugsSite/editmilestones.cgi: Added.
3331 * BugsSite/editparams.cgi: Added.
3332 * BugsSite/editproducts.cgi: Added.
3333 * BugsSite/editsettings.cgi: Added.
3334 * BugsSite/editusers.cgi: Added.
3335 * BugsSite/editvalues.cgi: Added.
3336 * BugsSite/editversions.cgi: Added.
3337 * BugsSite/editwhines.cgi: Added.
3338 * BugsSite/enter_bug.cgi: Added.
3339 * BugsSite/favicon.ico: Added.
3340 * BugsSite/globals.pl: Added.
3341 * BugsSite/graphs: Added.
3342 * BugsSite/images: Added.
3343 * BugsSite/images/padlock.png: Added.
3344 * BugsSite/importxml.pl: Added.
3345 * BugsSite/index.cgi: Added.
3346 * BugsSite/js: Added.
3347 * BugsSite/js/duplicates.js: Added.
3348 * BugsSite/js/productform.js: Added.
3349 * BugsSite/localconfig.js: Added.
3350 * BugsSite/long_list.cgi: Added.
3351 * BugsSite/move.pl: Added.
3352 * BugsSite/page.cgi: Added.
3353 * BugsSite/post_bug.cgi: Added.
3354 * BugsSite/process_bug.cgi: Added.
3355 * BugsSite/productmenu.js: Added.
3356 * BugsSite/query.cgi: Added.
3357 * BugsSite/quicksearch.html: Added.
3358 * BugsSite/quicksearch.js: Added.
3359 * BugsSite/quicksearchhack.html: Added.
3360 * BugsSite/quips.cgi: Added.
3361 * BugsSite/relogin.cgi: Added.
3362 * BugsSite/report.cgi: Added.
3363 * BugsSite/reports.cgi: Added.
3364 * BugsSite/request.cgi: Added.
3365 * BugsSite/robots.txt: Added.
3366 * BugsSite/runtests.pl: Added.
3367 * BugsSite/sanitycheck.cgi: Added.
3368 * BugsSite/show_activity.cgi: Added.
3369 * BugsSite/show_bug.cgi: Added.
3370 * BugsSite/showattachment.cgi: Added.
3371 * BugsSite/showdependencygraph.cgi: Added.
3372 * BugsSite/showdependencytree.cgi: Added.
3373 * BugsSite/sidebar.cgi: Added.
3374 * BugsSite/skins: Added.
3375 * BugsSite/skins/.cvsignore: Added.
3376 * BugsSite/skins/custom: Added.
3377 * BugsSite/skins/custom/admin.css: Added.
3378 * BugsSite/skins/custom/buglist.css: Added.
3379 * BugsSite/skins/custom/duplicates.css: Added.
3380 * BugsSite/skins/custom/editusers.css: Added.
3381 * BugsSite/skins/custom/global.css: Added.
3382 * BugsSite/skins/custom/index.css: Added.
3383 * BugsSite/skins/custom/opendarwin.gif: Added.
3384 * BugsSite/skins/custom/panel.css: Added.
3385 * BugsSite/skins/custom/show_multiple.css: Added.
3386 * BugsSite/skins/custom/summarize-time.css: Added.
3387 * BugsSite/skins/custom/voting.css: Added.
3388 * BugsSite/skins/standard: Added.
3389 * BugsSite/skins/standard/admin.css: Added.
3390 * BugsSite/skins/standard/buglist.css: Added.
3391 * BugsSite/skins/standard/duplicates.css: Added.
3392 * BugsSite/skins/standard/editusers.css: Added.
3393 * BugsSite/skins/standard/global: Added.
3394 * BugsSite/skins/standard/global.css: Added.
3395 * BugsSite/skins/standard/global/body-back.gif: Added.
3396 * BugsSite/skins/standard/global/header.png: Added.
3397 * BugsSite/skins/standard/index: Added.
3398 * BugsSite/skins/standard/index.css: Added.
3399 * BugsSite/skins/standard/index/front.jpg: Added.
3400 * BugsSite/skins/standard/index/front.png: Added.
3401 * BugsSite/skins/standard/panel.css: Added.
3402 * BugsSite/skins/standard/show_multiple.css: Added.
3403 * BugsSite/skins/standard/summarize-time.css: Added.
3404 * BugsSite/skins/standard/voting.css: Added.
3405 * BugsSite/summarize_time.cgi: Added.
3406 * BugsSite/t: Added.
3407 * BugsSite/t/001compile.t: Added.
3408 * BugsSite/t/002goodperl.t: Added.
3409 * BugsSite/t/003safesys.t: Added.
3410 * BugsSite/t/004template.t: Added.
3411 * BugsSite/t/005no_tabs.t: Added.
3412 * BugsSite/t/006spellcheck.t: Added.
3413 * BugsSite/t/007util.t: Added.
3414 * BugsSite/t/008filter.t: Added.
3415 * BugsSite/t/009bugwords.t: Added.
3416 * BugsSite/t/011pod.t: Added.
3417 * BugsSite/t/Support: Added.
3418 * BugsSite/t/Support/Files.pm: Added.
3419 * BugsSite/t/Support/Systemexec.pm: Added.
3420 * BugsSite/t/Support/Templates.pm: Added.
3421 * BugsSite/t/testchart.gif: Added.
3422 * BugsSite/t/testchart.png: Added.
3423 * BugsSite/t/testgd.png: Added.
3424 * BugsSite/template: Added.
3425 * BugsSite/template/.cvsignore: Added.
3426 * BugsSite/template/.htaccess: Added.
3427 * BugsSite/template/en: Added.
3428 * BugsSite/template/en/.cvsignore: Added.
3429 * BugsSite/template/en/custom: Added.
3430 * BugsSite/template/en/custom/account: Added.
3431 * BugsSite/template/en/custom/account/auth: Added.
3432 * BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
3433 * BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added.
3434 * BugsSite/template/en/custom/account/auth/login.html.tmpl: Added.
3435 * BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added.
3436 * BugsSite/template/en/custom/account/create.html.tmpl: Added.
3437 * BugsSite/template/en/custom/account/created.html.tmpl: Added.
3438 * BugsSite/template/en/custom/account/email: Added.
3439 * BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added.
3440 * BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added.
3441 * BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added.
3442 * BugsSite/template/en/custom/account/exists.html.tmpl: Added.
3443 * BugsSite/template/en/custom/account/password: Added.
3444 * BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
3445 * BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
3446 * BugsSite/template/en/custom/account/prefs: Added.
3447 * BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added.
3448 * BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added.
3449 * BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added.
3450 * BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added.
3451 * BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added.
3452 * BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
3453 * BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added.
3454 * BugsSite/template/en/custom/admin: Added.
3455 * BugsSite/template/en/custom/admin/classifications: Added.
3456 * BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added.
3457 * BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added.
3458 * BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added.
3459 * BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added.
3460 * BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added.
3461 * BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
3462 * BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added.
3463 * BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added.
3464 * BugsSite/template/en/custom/admin/components: Added.
3465 * BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
3466 * BugsSite/template/en/custom/admin/components/create.html.tmpl: Added.
3467 * BugsSite/template/en/custom/admin/components/created.html.tmpl: Added.
3468 * BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added.
3469 * BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added.
3470 * BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added.
3471 * BugsSite/template/en/custom/admin/components/list.html.tmpl: Added.
3472 * BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added.
3473 * BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added.
3474 * BugsSite/template/en/custom/admin/fieldvalues: Added.
3475 * BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
3476 * BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
3477 * BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
3478 * BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
3479 * BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
3480 * BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
3481 * BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
3482 * BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
3483 * BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
3484 * BugsSite/template/en/custom/admin/flag-type: Added.
3485 * BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
3486 * BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
3487 * BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added.
3488 * BugsSite/template/en/custom/admin/groups: Added.
3489 * BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added.
3490 * BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added.
3491 * BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added.
3492 * BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added.
3493 * BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added.
3494 * BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added.
3495 * BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added.
3496 * BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added.
3497 * BugsSite/template/en/custom/admin/keywords: Added.
3498 * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
3499 * BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added.
3500 * BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added.
3501 * BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added.
3502 * BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added.
3503 * BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
3504 * BugsSite/template/en/custom/admin/milestones: Added.
3505 * BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
3506 * BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added.
3507 * BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added.
3508 * BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
3509 * BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added.
3510 * BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added.
3511 * BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added.
3512 * BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
3513 * BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added.
3514 * BugsSite/template/en/custom/admin/products: Added.
3515 * BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
3516 * BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added.
3517 * BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added.
3518 * BugsSite/template/en/custom/admin/products/groupcontrol: Added.
3519 * BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
3520 * BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
3521 * BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
3522 * BugsSite/template/en/custom/admin/products/list.html.tmpl: Added.
3523 * BugsSite/template/en/custom/admin/settings: Added.
3524 * BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added.
3525 * BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added.
3526 * BugsSite/template/en/custom/admin/table.html.tmpl: Added.
3527 * BugsSite/template/en/custom/admin/users: Added.
3528 * BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
3529 * BugsSite/template/en/custom/admin/users/create.html.tmpl: Added.
3530 * BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added.
3531 * BugsSite/template/en/custom/admin/users/list.html.tmpl: Added.
3532 * BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
3533 * BugsSite/template/en/custom/admin/users/search.html.tmpl: Added.
3534 * BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added.
3535 * BugsSite/template/en/custom/admin/versions: Added.
3536 * BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
3537 * BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added.
3538 * BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added.
3539 * BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added.
3540 * BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added.
3541 * BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added.
3542 * BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added.
3543 * BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added.
3544 * BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added.
3545 * BugsSite/template/en/custom/attachment: Added.
3546 * BugsSite/template/en/custom/attachment/choose.html.tmpl: Added.
3547 * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added.
3548 * BugsSite/template/en/custom/attachment/create.html.tmpl: Added.
3549 * BugsSite/template/en/custom/attachment/created.html.tmpl: Added.
3550 * BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added.
3551 * BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added.
3552 * BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added.
3553 * BugsSite/template/en/custom/attachment/edit.html.tmpl: Added.
3554 * BugsSite/template/en/custom/attachment/list.html.tmpl: Added.
3555 * BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added.
3556 * BugsSite/template/en/custom/attachment/updated.html.tmpl: Added.
3557 * BugsSite/template/en/custom/bug: Added.
3558 * BugsSite/template/en/custom/bug/activity: Added.
3559 * BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added.
3560 * BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added.
3561 * BugsSite/template/en/custom/bug/choose.html.tmpl: Added.
3562 * BugsSite/template/en/custom/bug/comments.html.tmpl: Added.
3563 * BugsSite/template/en/custom/bug/create: Added.
3564 * BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
3565 * BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added.
3566 * BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added.
3567 * BugsSite/template/en/custom/bug/create/create.html.tmpl: Added.
3568 * BugsSite/template/en/custom/bug/create/created.html.tmpl: Added.
3569 * BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added.
3570 * BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added.
3571 * BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added.
3572 * BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added.
3573 * BugsSite/template/en/custom/bug/edit.html.tmpl: Added.
3574 * BugsSite/template/en/custom/bug/knob.html.tmpl: Added.
3575 * BugsSite/template/en/custom/bug/navigate.html.tmpl: Added.
3576 * BugsSite/template/en/custom/bug/process: Added.
3577 * BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added.
3578 * BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
3579 * BugsSite/template/en/custom/bug/process/header.html.tmpl: Added.
3580 * BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added.
3581 * BugsSite/template/en/custom/bug/process/next.html.tmpl: Added.
3582 * BugsSite/template/en/custom/bug/process/results.html.tmpl: Added.
3583 * BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
3584 * BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added.
3585 * BugsSite/template/en/custom/bug/show.html.tmpl: Added.
3586 * BugsSite/template/en/custom/bug/show.xml.tmpl: Added.
3587 * BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added.
3588 * BugsSite/template/en/custom/bug/time.html.tmpl: Added.
3589 * BugsSite/template/en/custom/bug/votes: Added.
3590 * BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
3591 * BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
3592 * BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
3593 * BugsSite/template/en/custom/config.js.tmpl: Added.
3594 * BugsSite/template/en/custom/config.rdf.tmpl: Added.
3595 * BugsSite/template/en/custom/filterexceptions.pl: Added.
3596 * BugsSite/template/en/custom/flag: Added.
3597 * BugsSite/template/en/custom/flag/list.html.tmpl: Added.
3598 * BugsSite/template/en/custom/global: Added.
3599 * BugsSite/template/en/custom/global/banner.html.tmpl: Added.
3600 * BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added.
3601 * BugsSite/template/en/custom/global/choose-product.html.tmpl: Added.
3602 * BugsSite/template/en/custom/global/code-error.html.tmpl: Added.
3603 * BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added.
3604 * BugsSite/template/en/custom/global/field-descs.none.tmpl: Added.
3605 * BugsSite/template/en/custom/global/footer.html.tmpl: Added.
3606 * BugsSite/template/en/custom/global/header.html.tmpl: Added.
3607 * BugsSite/template/en/custom/global/help-header.html.tmpl: Added.
3608 * BugsSite/template/en/custom/global/help.html.tmpl: Added.
3609 * BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added.
3610 * BugsSite/template/en/custom/global/initialize.none.tmpl: Added.
3611 * BugsSite/template/en/custom/global/message.html.tmpl: Added.
3612 * BugsSite/template/en/custom/global/messages.html.tmpl: Added.
3613 * BugsSite/template/en/custom/global/select-menu.html.tmpl: Added.
3614 * BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added.
3615 * BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added.
3616 * BugsSite/template/en/custom/global/useful-links.html.tmpl: Added.
3617 * BugsSite/template/en/custom/global/user-error.html.tmpl: Added.
3618 * BugsSite/template/en/custom/global/userselect.html.tmpl: Added.
3619 * BugsSite/template/en/custom/global/variables.none.tmpl: Added.
3620 * BugsSite/template/en/custom/index.html.tmpl: Added.
3621 * BugsSite/template/en/custom/list: Added.
3622 * BugsSite/template/en/custom/list/change-columns.html.tmpl: Added.
3623 * BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added.
3624 * BugsSite/template/en/custom/list/list-simple.html.tmpl: Added.
3625 * BugsSite/template/en/custom/list/list.csv.tmpl: Added.
3626 * BugsSite/template/en/custom/list/list.html.tmpl: Added.
3627 * BugsSite/template/en/custom/list/list.ics.tmpl: Added.
3628 * BugsSite/template/en/custom/list/list.js.tmpl: Added.
3629 * BugsSite/template/en/custom/list/list.rdf.tmpl: Added.
3630 * BugsSite/template/en/custom/list/list.rss.tmpl: Added.
3631 * BugsSite/template/en/custom/list/quips.html.tmpl: Added.
3632 * BugsSite/template/en/custom/list/server-push.html.tmpl: Added.
3633 * BugsSite/template/en/custom/list/table.html.tmpl: Added.
3634 * BugsSite/template/en/custom/pages: Added.
3635 * BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added.
3636 * BugsSite/template/en/custom/pages/fields.html.tmpl: Added.
3637 * BugsSite/template/en/custom/pages/linked.html.tmpl: Added.
3638 * BugsSite/template/en/custom/pages/linkify.html.tmpl: Added.
3639 * BugsSite/template/en/custom/pages/voting.html.tmpl: Added.
3640 * BugsSite/template/en/custom/reports: Added.
3641 * BugsSite/template/en/custom/reports/chart.csv.tmpl: Added.
3642 * BugsSite/template/en/custom/reports/chart.html.tmpl: Added.
3643 * BugsSite/template/en/custom/reports/chart.png.tmpl: Added.
3644 * BugsSite/template/en/custom/reports/components.html.tmpl: Added.
3645 * BugsSite/template/en/custom/reports/create-chart.html.tmpl: Added.
3646 * BugsSite/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
3647 * BugsSite/template/en/custom/reports/duplicates-table.html.tmpl: Added.
3648 * BugsSite/template/en/custom/reports/duplicates.html.tmpl: Added.
3649 * BugsSite/template/en/custom/reports/duplicates.rdf.tmpl: Added.
3650 * BugsSite/template/en/custom/reports/edit-series.html.tmpl: Added.
3651 * BugsSite/template/en/custom/reports/keywords.html.tmpl: Added.
3652 * BugsSite/template/en/custom/reports/menu.html.tmpl: Added.
3653 * BugsSite/template/en/custom/reports/report-bar.png.tmpl: Added.
3654 * BugsSite/template/en/custom/reports/report-line.png.tmpl: Added.
3655 * BugsSite/template/en/custom/reports/report-pie.png.tmpl: Added.
3656 * BugsSite/template/en/custom/reports/report-simple.html.tmpl: Added.
3657 * BugsSite/template/en/custom/reports/report-table.csv.tmpl: Added.
3658 * BugsSite/template/en/custom/reports/report-table.html.tmpl: Added.
3659 * BugsSite/template/en/custom/reports/report.csv.tmpl: Added.
3660 * BugsSite/template/en/custom/reports/report.html.tmpl: Added.
3661 * BugsSite/template/en/custom/reports/series-common.html.tmpl: Added.
3662 * BugsSite/template/en/custom/reports/series.html.tmpl: Added.
3663 * BugsSite/template/en/custom/request: Added.
3664 * BugsSite/template/en/custom/request/email.txt.tmpl: Added.
3665 * BugsSite/template/en/custom/request/queue.html.tmpl: Added.
3666 * BugsSite/template/en/custom/search: Added.
3667 * BugsSite/template/en/custom/search/boolean-charts.html.tmpl: Added.
3668 * BugsSite/template/en/custom/search/form.html.tmpl: Added.
3669 * BugsSite/template/en/custom/search/knob.html.tmpl: Added.
3670 * BugsSite/template/en/custom/search/search-advanced.html.tmpl: Added.
3671 * BugsSite/template/en/custom/search/search-create-series.html.tmpl: Added.
3672 * BugsSite/template/en/custom/search/search-help.html.tmpl: Added.
3673 * BugsSite/template/en/custom/search/search-report-graph.html.tmpl: Added.
3674 * BugsSite/template/en/custom/search/search-report-select.html.tmpl: Added.
3675 * BugsSite/template/en/custom/search/search-report-table.html.tmpl: Added.
3676 * BugsSite/template/en/custom/search/search-specific.html.tmpl: Added.
3677 * BugsSite/template/en/custom/search/tabs.html.tmpl: Added.
3678 * BugsSite/template/en/custom/sidebar.xul.tmpl: Added.
3679 * BugsSite/template/en/custom/whine: Added.
3680 * BugsSite/template/en/custom/whine/mail.html.tmpl: Added.
3681 * BugsSite/template/en/custom/whine/mail.txt.tmpl: Added.
3682 * BugsSite/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
3683 * BugsSite/template/en/custom/whine/schedule.html.tmpl: Added.
3684 * BugsSite/template/en/default: Added.
3685 * BugsSite/template/en/default/account: Added.
3686 * BugsSite/template/en/default/account/auth: Added.
3687 * BugsSite/template/en/default/account/auth/ldap-error.html.tmpl: Added.
3688 * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Added.
3689 * BugsSite/template/en/default/account/auth/login.html.tmpl: Added.
3690 * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Added.
3691 * BugsSite/template/en/default/account/create.html.tmpl: Added.
3692 * BugsSite/template/en/default/account/created.html.tmpl: Added.
3693 * BugsSite/template/en/default/account/email: Added.
3694 * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Added.
3695 * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Added.
3696 * BugsSite/template/en/default/account/email/confirm.html.tmpl: Added.
3697 * BugsSite/template/en/default/account/exists.html.tmpl: Added.
3698 * BugsSite/template/en/default/account/password: Added.
3699 * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Added.
3700 * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Added.
3701 * BugsSite/template/en/default/account/prefs: Added.
3702 * BugsSite/template/en/default/account/prefs/account.html.tmpl: Added.
3703 * BugsSite/template/en/default/account/prefs/email.html.tmpl: Added.
3704 * BugsSite/template/en/default/account/prefs/footer.html.tmpl: Added.
3705 * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Added.
3706 * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Added.
3707 * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Added.
3708 * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Added.
3709 * BugsSite/template/en/default/admin: Added.
3710 * BugsSite/template/en/default/admin/classifications: Added.
3711 * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Added.
3712 * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Added.
3713 * BugsSite/template/en/default/admin/classifications/delete.html.tmpl: Added.
3714 * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Added.
3715 * BugsSite/template/en/default/admin/classifications/new.html.tmpl: Added.
3716 * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Added.
3717 * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Added.
3718 * BugsSite/template/en/default/admin/classifications/update.html.tmpl: Added.
3719 * BugsSite/template/en/default/admin/components: Added.
3720 * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Added.
3721 * BugsSite/template/en/default/admin/components/create.html.tmpl: Added.
3722 * BugsSite/template/en/default/admin/components/created.html.tmpl: Added.
3723 * BugsSite/template/en/default/admin/components/deleted.html.tmpl: Added.
3724 * BugsSite/template/en/default/admin/components/edit.html.tmpl: Added.
3725 * BugsSite/template/en/default/admin/components/footer.html.tmpl: Added.
3726 * BugsSite/template/en/default/admin/components/list.html.tmpl: Added.
3727 * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Added.
3728 * BugsSite/template/en/default/admin/components/updated.html.tmpl: Added.
3729 * BugsSite/template/en/default/admin/fieldvalues: Added.
3730 * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Added.
3731 * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Added.
3732 * BugsSite/template/en/default/admin/fieldvalues/created.html.tmpl: Added.
3733 * BugsSite/template/en/default/admin/fieldvalues/deleted.html.tmpl: Added.
3734 * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Added.
3735 * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Added.
3736 * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Added.
3737 * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Added.
3738 * BugsSite/template/en/default/admin/fieldvalues/updated.html.tmpl: Added.
3739 * BugsSite/template/en/default/admin/flag-type: Added.
3740 * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Added.
3741 * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Added.
3742 * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Added.
3743 * BugsSite/template/en/default/admin/groups: Added.
3744 * BugsSite/template/en/default/admin/groups/change.html.tmpl: Added.
3745 * BugsSite/template/en/default/admin/groups/create.html.tmpl: Added.
3746 * BugsSite/template/en/default/admin/groups/created.html.tmpl: Added.
3747 * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Added.
3748 * BugsSite/template/en/default/admin/groups/deleted.html.tmpl: Added.
3749 * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Added.
3750 * BugsSite/template/en/default/admin/groups/list.html.tmpl: Added.
3751 * BugsSite/template/en/default/admin/groups/remove.html.tmpl: Added.
3752 * BugsSite/template/en/default/admin/keywords: Added.
3753 * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Added.
3754 * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Added.
3755 * BugsSite/template/en/default/admin/keywords/created.html.tmpl: Added.
3756 * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Added.
3757 * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Added.
3758 * BugsSite/template/en/default/admin/keywords/rebuild-cache.html.tmpl: Added.
3759 * BugsSite/template/en/default/admin/milestones: Added.
3760 * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Added.
3761 * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Added.
3762 * BugsSite/template/en/default/admin/milestones/created.html.tmpl: Added.
3763 * BugsSite/template/en/default/admin/milestones/deleted.html.tmpl: Added.
3764 * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Added.
3765 * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Added.
3766 * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Added.
3767 * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Added.
3768 * BugsSite/template/en/default/admin/milestones/updated.html.tmpl: Added.
3769 * BugsSite/template/en/default/admin/products: Added.
3770 * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Added.
3771 * BugsSite/template/en/default/admin/products/deleted.html.tmpl: Added.
3772 * BugsSite/template/en/default/admin/products/footer.html.tmpl: Added.
3773 * BugsSite/template/en/default/admin/products/groupcontrol: Added.
3774 * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
3775 * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Added.
3776 * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Added.
3777 * BugsSite/template/en/default/admin/products/list.html.tmpl: Added.
3778 * BugsSite/template/en/default/admin/settings: Added.
3779 * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Added.
3780 * BugsSite/template/en/default/admin/settings/updated.html.tmpl: Added.
3781 * BugsSite/template/en/default/admin/table.html.tmpl: Added.
3782 * BugsSite/template/en/default/admin/users: Added.
3783 * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Added.
3784 * BugsSite/template/en/default/admin/users/create.html.tmpl: Added.
3785 * BugsSite/template/en/default/admin/users/edit.html.tmpl: Added.
3786 * BugsSite/template/en/default/admin/users/list.html.tmpl: Added.
3787 * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Added.
3788 * BugsSite/template/en/default/admin/users/search.html.tmpl: Added.
3789 * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Added.
3790 * BugsSite/template/en/default/admin/versions: Added.
3791 * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Added.
3792 * BugsSite/template/en/default/admin/versions/create.html.tmpl: Added.
3793 * BugsSite/template/en/default/admin/versions/created.html.tmpl: Added.
3794 * BugsSite/template/en/default/admin/versions/deleted.html.tmpl: Added.
3795 * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Added.
3796 * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Added.
3797 * BugsSite/template/en/default/admin/versions/list.html.tmpl: Added.
3798 * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Added.
3799 * BugsSite/template/en/default/admin/versions/updated.html.tmpl: Added.
3800 * BugsSite/template/en/default/attachment: Added.
3801 * BugsSite/template/en/default/attachment/choose.html.tmpl: Added.
3802 * BugsSite/template/en/default/attachment/content-types.html.tmpl: Added.
3803 * BugsSite/template/en/default/attachment/create.html.tmpl: Added.
3804 * BugsSite/template/en/default/attachment/created.html.tmpl: Added.
3805 * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Added.
3806 * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Added.
3807 * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Added.
3808 * BugsSite/template/en/default/attachment/edit-aroben.html.tmpl: Added.
3809 * BugsSite/template/en/default/attachment/edit.html.tmpl: Added.
3810 * BugsSite/template/en/default/attachment/list.html.tmpl: Added.
3811 * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Added.
3812 * BugsSite/template/en/default/attachment/updated.html.tmpl: Added.
3813 * BugsSite/template/en/default/bug: Added.
3814 * BugsSite/template/en/default/bug/activity: Added.
3815 * BugsSite/template/en/default/bug/activity/show.html.tmpl: Added.
3816 * BugsSite/template/en/default/bug/activity/table.html.tmpl: Added.
3817 * BugsSite/template/en/default/bug/choose.html.tmpl: Added.
3818 * BugsSite/template/en/default/bug/comments.html.tmpl: Added.
3819 * BugsSite/template/en/default/bug/create: Added.
3820 * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Added.
3821 * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Added.
3822 * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Added.
3823 * BugsSite/template/en/default/bug/create/create.html.tmpl: Added.
3824 * BugsSite/template/en/default/bug/create/created.html.tmpl: Added.
3825 * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Added.
3826 * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Added.
3827 * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Added.
3828 * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Added.
3829 * BugsSite/template/en/default/bug/edit.html.tmpl: Added.
3830 * BugsSite/template/en/default/bug/knob.html.tmpl: Added.
3831 * BugsSite/template/en/default/bug/navigate.html.tmpl: Added.
3832 * BugsSite/template/en/default/bug/process: Added.
3833 * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Added.
3834 * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Added.
3835 * BugsSite/template/en/default/bug/process/header.html.tmpl: Added.
3836 * BugsSite/template/en/default/bug/process/midair.html.tmpl: Added.
3837 * BugsSite/template/en/default/bug/process/next.html.tmpl: Added.
3838 * BugsSite/template/en/default/bug/process/results.html.tmpl: Added.
3839 * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Added.
3840 * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Added.
3841 * BugsSite/template/en/default/bug/show.html.tmpl: Added.
3842 * BugsSite/template/en/default/bug/show.xml.tmpl: Added.
3843 * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Added.
3844 * BugsSite/template/en/default/bug/time.html.tmpl: Added.
3845 * BugsSite/template/en/default/bug/votes: Added.
3846 * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Added.
3847 * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Added.
3848 * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Added.
3849 * BugsSite/template/en/default/config.js.tmpl: Added.
3850 * BugsSite/template/en/default/config.rdf.tmpl: Added.
3851 * BugsSite/template/en/default/filterexceptions.pl: Added.
3852 * BugsSite/template/en/default/flag: Added.
3853 * BugsSite/template/en/default/flag/list.html.tmpl: Added.
3854 * BugsSite/template/en/default/global: Added.
3855 * BugsSite/template/en/default/global/banner.html.tmpl: Added.
3856 * BugsSite/template/en/default/global/choose-classification.html.tmpl: Added.
3857 * BugsSite/template/en/default/global/choose-product.html.tmpl: Added.
3858 * BugsSite/template/en/default/global/code-error.html.tmpl: Added.
3859 * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Added.
3860 * BugsSite/template/en/default/global/field-descs.none.tmpl: Added.
3861 * BugsSite/template/en/default/global/footer.html.tmpl: Added.
3862 * BugsSite/template/en/default/global/header.html.tmpl: Added.
3863 * BugsSite/template/en/default/global/help-header.html.tmpl: Added.
3864 * BugsSite/template/en/default/global/help.html.tmpl: Added.
3865 * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Added.
3866 * BugsSite/template/en/default/global/initialize.none.tmpl: Added.
3867 * BugsSite/template/en/default/global/message.html.tmpl: Added.
3868 * BugsSite/template/en/default/global/messages.html.tmpl: Added.
3869 * BugsSite/template/en/default/global/select-menu.html.tmpl: Added.
3870 * BugsSite/template/en/default/global/setting-descs.none.tmpl: Added.
3871 * BugsSite/template/en/default/global/site-navigation.html.tmpl: Added.
3872 * BugsSite/template/en/default/global/useful-links.html.tmpl: Added.
3873 * BugsSite/template/en/default/global/user-error.html.tmpl: Added.
3874 * BugsSite/template/en/default/global/userselect.html.tmpl: Added.
3875 * BugsSite/template/en/default/global/variables.none.tmpl: Added.
3876 * BugsSite/template/en/default/index.html.tmpl: Added.
3877 * BugsSite/template/en/default/list: Added.
3878 * BugsSite/template/en/default/list/change-columns.html.tmpl: Added.
3879 * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Added.
3880 * BugsSite/template/en/default/list/list-simple.html.tmpl: Added.
3881 * BugsSite/template/en/default/list/list.atom.tmpl: Added.
3882 * BugsSite/template/en/default/list/list.csv.tmpl: Added.
3883 * BugsSite/template/en/default/list/list.html.tmpl: Added.
3884 * BugsSite/template/en/default/list/list.ics.tmpl: Added.
3885 * BugsSite/template/en/default/list/list.js.tmpl: Added.
3886 * BugsSite/template/en/default/list/list.rdf.tmpl: Added.
3887 * BugsSite/template/en/default/list/quips.html.tmpl: Added.
3888 * BugsSite/template/en/default/list/server-push.html.tmpl: Added.
3889 * BugsSite/template/en/default/list/table.html.tmpl: Added.
3890 * BugsSite/template/en/default/pages: Added.
3891 * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Added.
3892 * BugsSite/template/en/default/pages/fields.html.tmpl: Added.
3893 * BugsSite/template/en/default/pages/linked.html.tmpl: Added.
3894 * BugsSite/template/en/default/pages/linkify.html.tmpl: Added.
3895 * BugsSite/template/en/default/pages/voting.html.tmpl: Added.
3896 * BugsSite/template/en/default/reports: Added.
3897 * BugsSite/template/en/default/reports/chart.csv.tmpl: Added.
3898 * BugsSite/template/en/default/reports/chart.html.tmpl: Added.
3899 * BugsSite/template/en/default/reports/chart.png.tmpl: Added.
3900 * BugsSite/template/en/default/reports/components.html.tmpl: Added.
3901 * BugsSite/template/en/default/reports/create-chart.html.tmpl: Added.
3902 * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Added.
3903 * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Added.
3904 * BugsSite/template/en/default/reports/duplicates.html.tmpl: Added.
3905 * BugsSite/template/en/default/reports/duplicates.rdf.tmpl: Added.
3906 * BugsSite/template/en/default/reports/edit-series.html.tmpl: Added.
3907 * BugsSite/template/en/default/reports/keywords.html.tmpl: Added.
3908 * BugsSite/template/en/default/reports/menu.html.tmpl: Added.
3909 * BugsSite/template/en/default/reports/report-bar.png.tmpl: Added.
3910 * BugsSite/template/en/default/reports/report-line.png.tmpl: Added.
3911 * BugsSite/template/en/default/reports/report-pie.png.tmpl: Added.
3912 * BugsSite/template/en/default/reports/report-simple.html.tmpl: Added.
3913 * BugsSite/template/en/default/reports/report-table.csv.tmpl: Added.
3914 * BugsSite/template/en/default/reports/report-table.html.tmpl: Added.
3915 * BugsSite/template/en/default/reports/report.csv.tmpl: Added.
3916 * BugsSite/template/en/default/reports/report.html.tmpl: Added.
3917 * BugsSite/template/en/default/reports/series-common.html.tmpl: Added.
3918 * BugsSite/template/en/default/reports/series.html.tmpl: Added.
3919 * BugsSite/template/en/default/request: Added.
3920 * BugsSite/template/en/default/request/email.txt.tmpl: Added.
3921 * BugsSite/template/en/default/request/queue.html.tmpl: Added.
3922 * BugsSite/template/en/default/search: Added.
3923 * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Added.
3924 * BugsSite/template/en/default/search/form.html.tmpl: Added.
3925 * BugsSite/template/en/default/search/knob.html.tmpl: Added.
3926 * BugsSite/template/en/default/search/search-advanced.html.tmpl: Added.
3927 * BugsSite/template/en/default/search/search-create-series.html.tmpl: Added.
3928 * BugsSite/template/en/default/search/search-help.html.tmpl: Added.
3929 * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Added.
3930 * BugsSite/template/en/default/search/search-report-select.html.tmpl: Added.
3931 * BugsSite/template/en/default/search/search-report-table.html.tmpl: Added.
3932 * BugsSite/template/en/default/search/search-specific.html.tmpl: Added.
3933 * BugsSite/template/en/default/search/tabs.html.tmpl: Added.
3934 * BugsSite/template/en/default/sidebar.xul.tmpl: Added.
3935 * BugsSite/template/en/default/whine: Added.
3936 * BugsSite/template/en/default/whine/mail.html.tmpl: Added.
3937 * BugsSite/template/en/default/whine/mail.txt.tmpl: Added.
3938 * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Added.
3939 * BugsSite/template/en/default/whine/schedule.html.tmpl: Added.
3940 * BugsSite/template/en/extension: Added.
3941 * BugsSite/template/en/extension/filterexceptions.pl: Added.
3942 * BugsSite/testagent.cgi: Added.
3943 * BugsSite/testserver.pl: Added.
3944 * BugsSite/token.cgi: Added.
3945 * BugsSite/userprefs.cgi: Added.
3946 * BugsSite/votes.cgi: Added.
3947 * BugsSite/whine.pl: Added.
3948 * BugsSite/whineatnews.pl: Added.
3949 * BugsSite/xml.cgi: Added.
3950
mrowe@apple.comc3514532008-02-05 06:27:44 +000039512008-02-04 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3952
alp@webkit.org62a6a4d2008-02-05 06:54:08 +00003953 Reviewed by Alp Toker and Mark Rowe.
mrowe@apple.comc3514532008-02-05 06:27:44 +00003954
3955 http://bugs.webkit.org/show_bug.cgi?id=16618
3956 [GTK] build-webkit and run-webkit-tests autootools support
3957
alp@webkit.org62a6a4d2008-02-05 06:54:08 +00003958 Add support for the autotools build to the WebKit build and test
3959 scripts.
mrowe@apple.comc3514532008-02-05 06:27:44 +00003960
mrowe@apple.com84cdb082008-02-05 03:25:59 +000039612008-02-04 Rodney Dawes <dobey@wayofthemonkey.com>
3962
3963 Reviewed by Alp Toker and Mark Rowe.
3964
3965 Fix http://bugs.webkit.org/show_bug.cgi?id=17175.
3966 Bug 17175: Use of C++ compiler flags in CFLAGS
3967
3968 Add global_cxxflags definition for inclusion in CXXFLAGS variables.
3969 Only use -fno-rtti and $(SYMBOL_VISIBILITY_INLINES) with global_cxxflags as gcc complains they aren't valid for C.
3970
3971 * GNUmakefile.am:
3972
alp@webkit.org040ad8b2008-02-04 11:00:43 +000039732008-02-04 Alp Toker <alp@atoker.com>
3974
3975 Rubber-stamped by Mark Rowe.
3976
3977 Remove all trailing whitespace in the GTK+ port and related
3978 components.
3979
3980 * GNUmakefile.am:
3981 * configure.ac:
3982
alp@webkit.org94c06552008-01-31 23:51:53 +000039832008-01-31 Alp Toker <alp@atoker.com>
3984
alp@webkit.org12057322008-02-01 07:01:18 +00003985 Reviewed by Mark Rowe.
3986
3987 Fix the pkg-config file to follow GTK+ package naming and versioning
3988 conventions.
3989
3990 Remove unneeded dependency listings.
3991
3992 * GNUmakefile.am:
3993 * configure.ac:
3994
39952008-01-31 Alp Toker <alp@atoker.com>
3996
alp@webkit.org1e1f94d2008-02-01 00:00:00 +00003997 Rubber-stamped by Adam Roben.
alp@webkit.org94c06552008-01-31 23:51:53 +00003998
3999 http://bugs.webkit.org/show_bug.cgi?id=17006
4000 [GTK] Header path should be webkit/webkit.h
4001
4002 Move the GTK+ API sources as needed and update the build systems.
4003
4004 * GNUmakefile.am:
4005 * WebKit.pri:
4006
alp@webkit.orgcae55672008-01-27 19:49:01 +000040072008-01-27 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4008
4009 Reviewed by Alp Toker.
4010
4011 http://bugs.webkit.org/show_bug.cgi?id=14811
4012 [gtk] [request] add a webkit_gtk_page_go_to_history_item function
4013
4014 * GNUmakefile.am: Added webkitwebbackforwardlist and webkitwebhistoryitem
4015
mrowe@apple.com2bc789f2008-01-26 12:32:49 +000040162008-01-26 Mark Rowe <mrowe@apple.com>
4017
4018 Reviewed by Alp Toker.
4019
4020 Fix http://bugs.webkit.org/show_bug.cgi?id=17007.
4021 Bug 17007: [GTK] autogen.sh attempts to use "libtoolize" on the Mac
4022
4023 libtoolize is installed as glibtoolize on Mac OS X to avoid naming conflicts
4024 with other system commands. Check for the presence of glibtoolize if libtoolize
4025 cannot be found.
4026
4027 * autogen.sh:
4028
alp@webkit.org6b436af2008-01-23 15:55:41 +000040292008-01-23 Alp Toker <alp@atoker.com>
4030
4031 Rubber-stamped by Mark Rowe.
4032
4033 Remove whitespace after -I in automake include lists.
4034
4035 * GNUmakefile.am:
4036
alp@webkit.orge9a26922008-01-22 20:45:18 +000040372008-01-22 Christian Dywan <christian@imendio.com>
4038
4039 Reviewed by Alp Toker.
4040
4041 [GTK] API: WebKitWebSettings is not usable
4042 http://bugs.webkit.org/show_bug.cgi?id=16219
4043
4044 Implement WebKitWebSettings.
4045
4046 * GNUmakefile.am:
4047
hausmann@webkit.org81a531f2008-01-22 10:03:26 +000040482008-01-22 Simon Hausmann <hausmann@webkit.org>
4049
4050 Reviewed by Lars.
4051
4052 Don't compile the ICO plugin when building against Qt >= 4.4
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00004053
hausmann@webkit.org81a531f2008-01-22 10:03:26 +00004054
4055 * WebKit.pro:
4056
alp@webkit.orgf49bd1e2008-01-21 23:06:23 +000040572008-01-21 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4058
4059 Reviewed by Alp Toker.
4060
4061 http://bugs.webkit.org/show_bug.cgi?id=16955
4062 Get errors when cross-compile webkit-gtk
4063
4064 * GNUmakefile.am: added ICU_CPPFLAGS
4065 * configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS
4066
alp@webkit.org55f365d2008-01-19 15:46:23 +000040672008-01-19 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4068
4069 Reviewed by Alp Toker.
4070
4071 Add svg foreign object and svg experimental to the GTK+/autotools
4072 build system.
4073
4074 * configure.ac:
4075
alp@webkit.orgd31a7362008-01-15 21:47:25 +000040762008-01-15 Alp Toker <alp@atoker.com>
4077
alp@webkit.org99436822008-01-16 03:32:29 +00004078 Rubber-stamped by Anders.
4079
4080 Make the HTTP backend configurable in the GTK+ port. curl is currently
4081 the only option.
4082
4083 * GNUmakefile.am:
4084 * WebKit.pri:
4085 * configure.ac:
4086
40872008-01-15 Alp Toker <alp@atoker.com>
4088
alp@webkit.orgd31a7362008-01-15 21:47:25 +00004089 GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler
4090 flags only when they're available.
4091
4092 Additionally, use -fvisibility-inlines-hidden in both debug and
4093 release builds when available to match the Mac build.
4094
4095 * GNUmakefile.am:
4096 * configure.ac:
4097
alp@webkit.org36d65492008-01-13 07:33:53 +000040982008-01-12 Alp Toker <alp@atoker.com>
4099
4100 Reviewed by Mark Rowe.
4101
4102 Hide non-public symbols in GTK+/autotools release builds.
4103
4104 * GNUmakefile.am:
4105
alp@webkit.org27f95c42008-01-12 07:40:52 +000041062008-01-11 Alp Toker <alp@atoker.com>
4107
4108 Reviewed by Oliver Hunt.
4109
4110 Enable FastMalloc by default in GTK+/autotools and add a configure
4111 switch.
4112
4113 * GNUmakefile.am:
4114 * configure.ac:
4115
alp@webkit.org81c66d12008-01-11 16:31:34 +000041162008-01-11 Luca Bruno <lethalman88@gmail.com>
4117
4118 Reviewed by Alp Toker.
4119
4120 http://bugs.webkit.org/show_bug.cgi?id=16838
4121 [GTK] Bad autotools debug and video options
4122
4123 Fix some configure options.
4124
4125 * configure.ac:
4126
mrowe@apple.com1e357b52008-01-11 08:04:21 +000041272008-01-11 Mark Rowe <mrowe@apple.com>
4128
4129 Attempt to fix the GTK+ and Qt builds.
4130
4131 * WebKit.pro:
4132
alp@webkit.org69d59d92008-01-11 00:55:03 +000041332008-01-10 Alp Toker <alp@atoker.com>
4134
4135 SVG font build fix for GTK+/autotools.
4136
4137 * configure.ac:
4138
alp@webkit.org09ac6962008-01-05 11:44:02 +000041392008-01-05 Alp Toker <alp@atoker.com>
4140
4141 Rubber-stamped by Mark Rowe.
4142
4143 Fix configure script output with correct descriptions of the default
4144 configuration options.
4145
4146 * configure.ac:
4147
alp@webkit.orga37ed5b2008-01-05 10:23:01 +000041482008-01-05 Sylvain Pasche <sylvain.pasche@gmail.com>
4149
4150 Reviewed by Alp Toker.
4151
4152 http://bugs.webkit.org/show_bug.cgi?id=16736
4153 Allow autogen.sh invocation from a separate build directory.
4154
4155 * autogen.sh:
4156
alp@webkit.org076e8e12008-01-04 20:54:24 +000041572008-01-04 Alp Toker <alp@atoker.com>
4158
4159 Rubber-stamped by Mark Rowe.
4160
4161 Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The
4162 "rebuild rules" will now be enabled by default.
4163
4164 This obviates the need to pass '--enable-maintainer-mode' to
4165 configure.
4166
4167 * configure.ac:
4168
zecke@webkit.org48bc6f42008-01-03 02:07:28 +000041692008-01-02 Holger Hans Peter Freyther <zecke@selfish.org>
4170
4171 Rubber stamped by Alp.
4172
4173 Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break
4174 the build. At least people doing a debug build on Ubuntu Hardy will see
4175 the breakage. I was asked to leave the flags inside the files to ease future
4176 debugging.
4177
4178 * GNUmakefile.am:
4179 * WebKit.pri:
4180
alp@webkit.orge60ca2a2008-01-01 09:05:54 +000041812008-01-01 Alp Toker <alp@atoker.com>
4182
4183 GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
4184 correct parameter to AM_INIT_AUTOMAKE.
4185
4186 * configure.ac:
4187
alp@webkit.org45271e62007-12-30 17:44:37 +000041882007-12-30 Alp Toker <alp@atoker.com>
4189
4190 Build fix for older autoconf versions.
4191
4192 * configure.ac:
4193
alp@webkit.orgf93619a2007-12-30 03:33:44 +000041942007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4195
4196 Reviewed by Alp Toker.
4197
alp@webkit.orgee4efb52007-12-30 06:47:16 +00004198 Enable Database, XPath and XSLT features by default
4199
4200 * configure.ac:
4201
42022007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4203
4204 Reviewed by Alp Toker.
4205
alp@webkit.orgf93619a2007-12-30 03:33:44 +00004206 http://bugs.webkit.org/show_bug.cgi?id=16669
4207 autotools update and fixes
4208
4209 Various fixes to the autotools build
4210
4211 * GNUmakefile.am:
4212 - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
4213 - Fix clean rules (Rodney Dawes)
4214 - Added webcore specific variables, remove STDINT_H and
4215 PTHREAD_NP_H checks (already included in config.h)
4216 * autogen.sh:
4217 - Loosen automake and aclocal requirement
4218 * configure.ac:
4219 - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
4220 when doing a debug build (Rodney Dawes)
4221 - Fix webkit target and remove traces of XBL
4222
alp@webkit.org11a31a72007-12-27 23:14:27 +000042232007-12-27 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4224
4225 Reviewed by Alp Toker.
4226
4227 http://bugs.webkit.org/show_bug.cgi?id=16353
4228 [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
4229
4230 Added the flags mentioned in the bug only when doing 'debug'
4231 builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
4232
4233 * GNUmakefile.am:
4234 * WebKit.pri:
4235
alp@webkit.org278f1252007-12-27 06:05:21 +000042362007-12-26 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4237
4238 Reviewed by Alp Toker.
4239
4240 http://bugs.webkit.org/show_bug.cgi?id=16390
4241 Use autotools or GNU make as the build system for the GTK port
4242
4243 * GNUmakefile.am: Added.
4244 * autogen.sh: Added.
4245 * configure.ac: Added.
4246
alp@webkit.org5f711d82007-12-21 00:33:46 +000042472007-12-20 Alp Toker <alp@atoker.com>
4248
4249 Rubber-stamped by Maciej.
4250
4251 http://bugs.webkit.org/show_bug.cgi?id=16542
4252 [GTK] Text is missing with old Pango version
4253
4254 Back out commits r28880, r28876, r28865, r28864 which added Pango font
4255 selection support. These changes caused a regression where no text was
4256 displayed with older Pango versions.
4257
4258 * WebKit.pri:
4259
alp@webkit.org2d6a1482007-12-19 18:41:17 +000042602007-12-19 Alp Toker <alp@atoker.com>
4261
4262 Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
4263 cairo-ft directly following changes in r28864.
4264
4265 * WebKit.pri:
4266
alp@webkit.org2a2bf162007-12-12 16:27:35 +000042672007-12-12 Alp Toker <alp@atoker.com>
4268
4269 Reviewed by Mark Rowe.
4270
4271 http://bugs.webkit.org/show_bug.cgi?id=16302
4272 [GTK] Compiler flags for optimization
4273
4274 Use the compiler flags -fno-exceptions -fno-rtti.
4275
4276 This patch does not add all the flags discussed in the bug report,
4277 only these two.
4278
4279 * WebKit.pri:
4280
alp@webkit.orgb4d68052007-12-04 12:16:38 +000042812007-12-04 Xan Lopez <xan@gnome.org>
4282
4283 Reviewed by Alp Toker.
4284
4285 http://bugs.webkit.org/show_bug.cgi?id=15561
4286 GTK port needs DumpRenderTree implementation
4287
4288 Start work on the GTK+ DRT.
4289
4290 * WebKit.pro:
4291
alp@webkit.orge1a9b4a2007-12-01 04:24:09 +000042922007-11-30 Alp Toker <alp@atoker.com>
4293
4294 Reviewed by Adam Roben.
4295
4296 http://bugs.webkit.org/show_bug.cgi?id=15691
4297 [GTK] Public API does not follow GTK+ conventions
4298
4299 Refactor the WebKit/GTK+ public API. Changes:
4300 WebKitPage -> WebKitWebView
4301 WebKitFrame -> WebKitWebFrame
4302
4303 Public API source and header names have been updated to mirror the API
4304 changes.
4305
4306 The API is now kept in WebKit/gtk/WebView to match other ports in the
4307 same class such as Mac and Win.
4308
4309 * WebKit.pri:
4310
mrowe@apple.comc2912612007-11-28 10:42:20 +000043112007-11-26 Rodney Dawes <dobey@wayofthemonkey.com>
4312
4313 Reviewed by Mark Rowe.
4314
4315 Set CONFIG option for the window system GTK+ is using
4316
4317 * WebKit.pri:
4318
alp@webkit.org21ecf042007-11-23 01:03:19 +000043192007-11-22 Alp Toker <alp@atoker.com>
4320
4321 GTK+ build fix. Pass a correct LIBDIR value.
4322
4323 * WebKit.pri:
4324
mrowe@apple.com4d7e81e2007-11-20 16:06:23 +000043252007-11-20 Mark Rowe <mrowe@apple.com>
4326
4327 Reviewed by Alp Toker.
4328
4329 * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
4330
alp@webkit.org6b26bef2007-11-20 15:35:49 +000043312007-11-20 Alp Toker <alp@atoker.com>
4332
4333 Reviewed by Simon Hausmann.
4334
4335 Clean up GTK+ port configuration.
4336
4337 Use similar compiler warning flags to the Mac build.
4338
4339 Add the qmake changes needed for DirectFB support.
4340
4341 * WebKit.pri:
4342
hausmann81286e92007-11-07 12:44:20 +000043432007-11-07 Simon Hausmann <hausmann@kde.org>
4344
4345 Reviewed by Mark.
4346
4347 Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
4348 That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
4349
4350 * WebKit.pri:
4351
larsc075d2a2007-10-03 10:29:15 +000043522007-10-03 Lars Knoll <lars@trolltech.com>
4353
larsbf4fa942007-10-03 10:29:35 +00004354 Signed off by olliej.
4355
4356 move WebKitQt to WebKit/qt for consistency with the other ports.
4357
4358 * WebKit.pri:
4359 * WebKit.pro:
4360
43612007-10-03 Lars Knoll <lars@trolltech.com>
4362
larsc075d2a2007-10-03 10:29:15 +00004363 Reviewed by olliej.
4364
4365 Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
4366
4367 * WebKit.pro:
4368
zeckef5c101b2007-09-29 15:34:39 +000043692007-09-29 Holger Hans Peter Freyther <zecke@selfish.org>
4370
4371 Reviewed by Mark.
4372
4373 -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
4374 Remove Bakefiles from svn.
4375
4376 * Bakefiles/Bakefiles.bkgen: Removed.
4377 * Bakefiles/ChangeLog: Removed.
4378 * Bakefiles/Readme.txt: Removed.
4379 * Bakefiles/presets.bkl: Removed.
4380 * Bakefiles/update-file-lists.py: Removed.
4381
zecke27524052007-09-23 09:50:35 +000043822007-09-20 Holger Hans Peter Freyther <zecke@selfish.org>
4383
4384 Rubber stamped by Adam.
4385
4386 Renamed files from *Gdk to *Gtk (see #14732) using the
4387 work of Juan A. Suarez Romero as a base.
4388
4389 GDK -> GTK
4390
4391 * WebKit.pri:
4392 * WebKit.pro:
4393
zecke6b349972007-07-29 21:51:41 +000043942007-07-29 Brian Mastenbrook <brian@mastenbrook.net>
4395
4396 Build fix for WebKit/Gtk to compile on Fedora 7 as described in
4397 http://bugs.webkit.org/show_bug.cgi?id=14557
4398
4399 * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
4400
hausmannc67aba22007-07-27 08:32:12 +000044012007-07-27 Simon Hausmann <hausmann@kde.org>
4402
4403 Done with and reviewed by Lars and Zack.
4404
hausmann291e38a2007-07-27 08:32:54 +00004405 Exclude DumpRenderTree from the Qt build on Windows for now.
4406
4407 * WebKit.pro:
4408
44092007-07-27 Simon Hausmann <hausmann@kde.org>
4410
4411 Done with and reviewed by Lars and Zack.
4412
hausmannc67aba22007-07-27 08:32:12 +00004413 Temporarily disable the ICO support for the Qt build on Windows.
4414
4415 * WebKit.pro:
4416
hausmanne4840e62007-07-26 14:47:27 +000044172007-07-26 Simon Hausmann <hausmann@kde.org>
4418
4419 Reviewed by Lars.
4420
4421 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.
4422
4423 * WebKit.pri:
4424
zecke5604daf2007-07-23 18:16:02 +000044252007-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
4426
4427 Reviewed by Adam.
4428
4429 Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
4430 build against it.
4431
4432 * WebKit.pri:
4433
hausmann8fb45122007-07-18 15:16:23 +000044342007-07-18 Simon Hausmann <hausmann@kde.org>
4435
4436 Reviewed by Zack.
4437
4438 Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
4439
4440 * WebKit.pro:
4441
thatcherb0cc0752007-07-18 13:55:11 +000044422007-07-18 Timothy Hatcher <timothy@apple.com>
4443
4444 Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
4445 still use this one Makefile.shared as an include.
4446
4447 * Makefile.shared:
4448
staikosba198e12007-07-12 03:04:45 +000044492007-07-12 George Staikos <staikos@kde.org>
4450
4451 Fix build in debug mode.
4452
4453 * WebKit.pri:
4454
darin0284caf2007-07-11 19:24:17 +000044552007-07-11 Holger Hans Peter Freyther <zecke@selfish.org>
4456
darin@apple.com07c80c62008-09-05 18:15:43 +00004457 Reviewed by Darin Adler.
darin0284caf2007-07-11 19:24:17 +00004458
4459 As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
4460 WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
4461
4462 * WebKit.pri: Adjust INCLUDEPATH
4463
aroben1baf09c2007-06-26 05:00:17 +000044642007-06-25 Adam Roben <aroben@apple.com>
4465
aroben98497392007-06-26 05:12:03 +00004466 Really remove LayoutTestResults.
4467
4468 * LayoutTestResults: Removed.
4469
44702007-06-25 Adam Roben <aroben@apple.com>
4471
aroben1baf09c2007-06-26 05:00:17 +00004472 Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
4473 http://bugs.webkit.org/show_bug.cgi?id=14405
4474
4475 Reviewed by Anders.
4476
4477 * LayoutTestResults: Removed.
4478
bdash3390c102007-06-25 12:57:31 +000044792007-06-25 Alp Toker <alp.toker@collabora.co.uk>
4480
4481 Reviewed by Mark.
4482
4483 http://bugs.webkit.org/show_bug.cgi?id=13975
4484 Use system-provided libjpeg and libpng
4485
4486 * WebKit.pri: Link against external libjpeg and libpng.
4487
aroben71fb6632007-06-21 07:00:09 +000044882007-06-20 Adam Roben <aroben@apple.com>
4489
4490 Reviewed by Simon Hausmann.
4491
4492 More Gdk build fixing.
4493
4494 * WebKit.pro:
4495
staikosa933d562007-06-21 05:01:53 +000044962007-06-15 Adam Treat <adam@staikos.net>
4497
4498 Reviewed by George Staikos.
4499
4500 Add ICO support to the Qt build.
4501
4502 * WebKit.pro:
4503
staikosc62cabb2007-06-14 02:24:08 +000045042007-06-13 George Staikos <staikos@kde.org>
4505
4506 Reviewed by Lars.
4507
4508 Compile without self-linking.
4509
4510 * WebKit.pri:
4511
hausmannc14b0062007-06-13 15:01:28 +000045122007-06-13 Simon Hausmann <hausmann@kde.org>
4513
4514 Reviewed by Lars.
4515
4516 * WebKit.pri: WebKitQt is now called QtWebKit.
4517
weinig5846e7d2007-05-31 23:50:37 +000045182007-05-31 Alp Toker <alp.toker@collabora.co.uk>
4519
4520 Reviewed by Eric Seidel.
4521
4522 http://bugs.webkit.org/show_bug.cgi?id=13941
4523 Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
4524
4525 * WebKit.pri:
4526
bdash98f449d2007-05-18 08:29:58 +000045272007-05-18 Holger Hans Peter Freyther <zecke@selfish.org>
4528
4529 Reviewed by Mark Rowe.
4530
4531 * WebKit.pro: Build testkjs for Gdk and Qt
4532
bdashc9175eab2007-05-11 09:01:46 +000045332007-05-11 Holger Freyther <freyther@kde.org>
4534
4535 Reviewed by Mark Rowe.
4536
4537 Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
4538 and add ICU configuration to QMAKE_CXXFLAGS.
4539
4540 * WebKit.pri:
4541
bdash95897392007-05-07 02:36:38 +000045422007-05-06 Erik Bunce <kde@bunce.us>
4543
4544 Reviewed by Mark Rowe.
4545
4546 * WebKit.pri:
4547 Removed unnecessary dependency on MacPorts (/opt/local)
4548
hausmannd5df26f2007-05-03 22:04:27 +000045492007-05-03 Holger Freyther <freyther@kde.org>
4550
4551 Reviewed by Zack, landed by Simon.
4552 This is bugzilla bug 13499.
4553
4554 * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
4555 port
4556 * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
4557 port
4558
bdashfc4e8c22007-04-27 07:37:26 +000045592007-04-27 Holger Freyther <freyther@kde.org>
4560
4561 Reviewed by Maciej.
4562
4563 Remove unmaintained CMake build system.
4564
4565 * CMakeLists.txt: Removed.
4566
hausmann703e9d32007-01-30 10:20:20 +000045672007-01-30 Simon Hausmann <hausmann@kde.org>
4568
4569 Reviewed by Zack.
4570
4571 * WebKit.pri: libJavaScriptCore is gone with the Qt build
4572 * WebKit.pro:
4573
staikosbf876942007-01-26 22:19:16 +000045742007-01-26 George Staikos <staikos@kde.org>
4575
4576 Remove headers - not needed now.
4577
4578 * WebKit.pri:
4579
staikos9fd5a742007-01-23 18:36:22 +000045802007-01-23 George Staikos <staikos@kde.org>
4581
4582 Put everything back since we can't build everything without it yet.
4583
4584 * WebKit.pri:
4585
lars7cc60602007-01-16 15:03:44 +000045862007-01-16 Lars Knoll <lars@trolltech.com>
4587
4588 Reviewed by Zack
4589
4590 Remove everything but the new public API from
4591 the include path.
4592
4593 * WebKit.pri:
4594
staikos15d2d712007-01-11 07:12:00 +000045952007-01-11 George Staikos <staikos@kde.org>
4596
4597 Fix the Qt build
4598
4599 * WebKit.pri:
4600
lars7f506a42007-01-03 12:04:40 +000046012007-01-03 Lars Knoll <lars@trolltech.com>
4602
4603 Fix the Qt build
4604
4605 * WebKit.pri:
4606
hausmann0f6f3022006-12-17 10:50:27 +000046072006-12-17 Simon Hausmann <hausmann@kde.org>
4608
4609 Reviewed by Rob Buis.
4610
4611 * WebKit.pro: Build testkjs.
4612
thatchera3c1ab12006-12-14 19:30:36 +000046132006-12-14 Timothy Hatcher <timothy@apple.com>
4614
4615 Reviewed by Brady.
4616
4617 * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
4618
mjs79842692006-12-13 23:22:44 +000046192006-12-13 Maciej Stachowiak <mjs@apple.com>
4620
4621 Reviewed by Brady and Anders.
4622
4623 * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
4624
zacke22ef4d2006-12-10 20:05:01 +000046252006-12-10 Zack Rusin <zack@kde.org>
4626
4627 Client classes have been moved to WebKitQt/WebCoreSupport so
4628 adjusting the pri file.
4629
4630 * WebKit.pri:
4631
staikose9e22a52006-12-10 19:14:11 +000046322006-12-10 George Staikos <staikos@kde.org>
4633
4634 Reviewed by Zack.
4635
4636 Add WebKitBuild/Release back to the output dir for external build cases.
4637
4638 * WebKit.pri:
4639
zack76eb5c12006-12-10 09:21:56 +000046402006-12-10 Zack Rusin <zack@kde.org>
4641
4642 Fix the link directory location.
4643
4644 * WebKit.pri:
4645
zackc9055502006-12-10 06:36:32 +000046462006-12-10 Lars Knoll <lars@trolltech.com>
4647
4648 Reviewed by Zack
4649
4650 Include DumpRenderTree in the Qt build
4651
4652 * WebKit.pro:
4653
staikos75bf7ef2006-12-10 05:54:55 +000046542006-12-09 George Staikos <staikos@kde.org>
4655
4656 Reviewed by Zack.
4657
4658 Correct the path to the libraries for QMake.
4659
4660 * WebKit.pri:
4661
zack0321d232006-12-10 00:58:36 +000046622006-12-09 Lars Knoll <lars@trolltech.com>
4663
4664 Reviewed by Zack
4665
4666 Make it possible to build WebKit with qmake.
4667
4668 * WebKit.pri: Added.
4669 * WebKit.pro: Added.
4670
staikosb68ccda2006-11-19 18:39:14 +000046712006-11-19 Simon Hausmann <hausmann@kde.org>
4672
4673 Reviewed by Zack.
4674
4675 http://bugs.webkit.org/show_bug.cgi?id=11649
4676
4677 * CMakeLists.txt: Fix Qt-only build without KDE cmake files
4678
thatcher94389582006-10-31 01:35:47 +000046792006-10-30 Timothy Hatcher <timothy@apple.com>
4680
4681 Reviewed by Brady.
4682
4683 Make the universal build return non-zero when module make fails.
4684
4685 * Makefile:
4686
slewis243d4c12006-10-30 22:35:43 +000046872006-10-30 Stephanie Lewis <slewis@apple.com>
4688
darin@apple.com07c80c62008-09-05 18:15:43 +00004689 Reviewed by Darin Adler.
slewis243d4c12006-10-30 22:35:43 +00004690
4691 Change Makefiles to return non-zero when module make fails.
4692
4693 * Makefile:
4694
beidsone15fbdd2006-10-28 02:08:38 +000046952006-10-27 Brady Eidson <beidson@apple.com>
4696
4697 Rubber stamped by Tim Hatcher
4698
4699 Added "make universal" to build universal binaries
4700
4701 * Makefile:
4702 * Makefile.shared:
4703
eseidel52f3a0e2006-10-02 00:04:56 +000047042006-10-01 Nikolas Zimmermann <zimmermann@kde.org>
4705
4706 Reviewed by eseidel.
4707
4708 * CMakeLists.txt: add option to disable colored output when building on the buildbot
4709