blob: f6d3467c98ac02559e5393b30f8f479089522494 [file] [log] [blame]
eric@webkit.org7da90f22010-02-23 01:55:38 +000012010-02-22 Huahui Wu <hwu@google.com>
2
3 Reviewed by Eric Seidel.
4
5 Add code that enables SquirrelFish Extreme (a.k.a JSCX, JSC JIT)
6 in Android. It's disabled by default, but is enabled when the
7 enveronment variable ENABLE_JSC_JIT is set to true.
8 https://bugs.webkit.org/show_bug.cgi?id=34855
9
10 * Android.mk:
11
xan@webkit.org5d29c6b2010-02-22 19:07:29 +0000122010-02-22 Xan Lopez <xlopez@igalia.com>
13
14 Reviewed by Gustavo Noronha.
15
16 Bump library versioning for 1.1.22 release.
17
18 * configure.ac:
19
eric@webkit.orga7ffd0e2010-02-22 15:12:33 +0000202010-02-22 Laszlo Gombos <laszlo.1.gombos@nokia.com>
21
22 Reviewed by Kenneth Rohde Christiansen.
23
24 [Qt] Add support for layout tests on Symbian
25 https://bugs.webkit.org/show_bug.cgi?id=31589
26
27 * WebKit.pro:
28
laszlo.1.gombos@nokia.com79977d22010-02-20 20:24:03 +0000292010-02-20 Noam Rosenthal <noam.rosenthal@nokia.com>
30
31 Reviewed by Laszlo Gombos.
32
33 [Qt] ENABLE_3D_RENDERING should be optional
34 https://bugs.webkit.org/show_bug.cgi?id=35100
35
36 * WebKit.pri: ENABLE_3D_RENDERING moved to a proper feature test
37
mjs@apple.com9f9af462010-02-20 03:06:28 +0000382010-02-19 Maciej Stachowiak <mjs@apple.com>
39
40 Reviewed by David Levin.
41
42 Add an ENABLE flag for sandboxed iframes to make it possible to disable it in releases
43 https://bugs.webkit.org/show_bug.cgi?id=35147
44
45 * configure.ac:
46
vestbo@webkit.org86840c52010-02-18 15:51:35 +0000472010-02-18 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
48
49 Reviewed by Eric Seidel.
50
51 Add .gitattributes file for custom ChangeLog merge-driver
52
53 * .gitattributes: Added.
54
eric@webkit.org06afd292010-02-17 20:08:08 +0000552010-02-17 Noam Rosenthal <noam.rosenthal@nokia.com>
56
57 Reviewed by Ariya Hidayat.
58
59 [Qt] GraphicsLayer: support perspective and 3D transforms
60 https://bugs.webkit.org/show_bug.cgi?id=34960
61
62 * WebKit.pri: added appropriate define: ENABLED_3D_RENDERING
63
philn@webkit.org09288ae2010-02-17 08:37:38 +0000642010-02-15 Philippe Normand <pnormand@igalia.com>
65
66 Reviewed by Gustavo Noronha Silva.
67
68 [GStreamer] Should handle BUFFERING messages
69 https://bugs.webkit.org/show_bug.cgi?id=30004
70
71 * configure.ac: Bump gstreamer -core/-plugins-base requirements to
72 0.10.25 which is the minimum required version for on-disk buffering.
73
xan@webkit.org5a584a22010-02-16 12:54:05 +0000742010-02-16 Xan Lopez <xlopez@igalia.com>
75
76 Reviewed by Gustavo Noronha.
77
78 Bump version to 1.1.22 so we can depend on it in applications.
79
80 * configure.ac:
81
hausmann@webkit.orga793c0d2010-02-12 10:13:50 +0000822010-02-12 Simon Hausmann <simon.hausmann@nokia.com>
83
84 Reviewed by Holger Freyther.
85
86 Removed WMLInputElement.* from .gitattributes as the file is
87 now CRLF clean.
88
89 * .gitattributes:
90
jocelyn.turcotte@nokia.com52f5a8872010-02-12 10:01:01 +0000912010-02-10 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
92
93 Reviewed by Tor Arne Vestbø.
94
jocelyn.turcotte@nokia.com62307442010-02-12 10:02:40 +000095 [Qt] Make qtlauncher and qgvlauncher use the generated headers
96 path to make sure they are correctly generated.
97
98 * WebKit.pri:
99
1002010-02-10 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
101
102 Reviewed by Tor Arne Vestbø.
103
jocelyn.turcotte@nokia.com52f5a8872010-02-12 10:01:01 +0000104 [Qt] Manually add support for the install target on Symbian.
105
106 This is required to copy the headers over the ones in Qt.
107
108 * WebKit.pro:
109
eric@webkit.org82864492010-02-12 07:52:40 +00001102010-02-11 Fridrich Strba <fridrich.strba@bluewin.ch>
111
112 Reviewed by Gustavo Noronha Silva.
113
114 Detect properly different versions of libpng out there.
115
116 * configure.ac:
117
xan@webkit.org9121c062010-02-11 20:40:03 +00001182010-02-11 Xan Lopez <xlopez@igalia.com>
119
120 Try to fix GTK+ build.
121
122 * configure.ac:
123
tonikitoo@webkit.org2a8dca82010-02-11 19:00:27 +00001242010-02-11 Antonio Gomes <tonikitoo@webkit.org>
125
126 Reviewed by Xan Lopez.
127
128 Adjust gstreamer-plugins-base minimum version check (from 0.10 to 0.10.23).
129
130 * configure.ac:
131
mjs@apple.com33a393c2010-02-11 10:55:39 +00001322010-02-08 Maciej Stachowiak <mjs@apple.com>
133
134 Reviewed by Cameron Zwarich.
135
136 Restore ENABLE_RUBY flag so vendors can ship with Ruby disabled if they choose.
137 https://bugs.webkit.org/show_bug.cgi?id=34698
138
139 * configure.ac:
140
kov@webkit.org259570f2010-02-08 19:18:52 +00001412010-02-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
142
143 Reviewed by Xan Lopez.
144
145 Bump version to 1.1.21, and adjust library versioning accordingly.
146
147 * configure.ac:
148
kov@webkit.orgc5881792010-02-05 17:24:58 +00001492010-02-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
150
151 Reviewed by Gustavo Noronha.
152
153 Add gstreamer-app-0.10 to configure.ac
154 https://bugs.webkit.org/show_bug.cgi?id=34317
155
156 * configure.ac:
157
eric@webkit.org126eaf72010-02-05 15:09:17 +00001582010-02-05 Simon Hausmann <simon.hausmann@nokia.com>
159
160 Reviewed by Tor Arne Vestbø.
161
162 Add .gitattributes file to tell git about files with Windows linefeeds
163 https://bugs.webkit.org/show_bug.cgi?id=34645
164
165 On Windows git defaults to "true" for core.autocrlf, meaning all text
166 files in the working directory are converted from CRLF to LF on checkin
167 time. Some files present in the repository have been checked in with
168 CRLF linefeeds and git should not try to convert them. The added
169 .gitattributes file tells git to not do any CRLF conversion.
170
171 * .gitattributes: Added.
172
vestbo@webkit.org8cb4b512010-02-05 13:23:15 +00001732010-02-05 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
174
175 Reviewed by Simon Hausmann.
176
177 [Qt] Generate convenience headers (QWebView, etc) using qmake
178
179 In Qt this is done using syncqt, but we use a pro-file instead
180 that generates makefile-rules for each of the extra headers.
181
182 These extra headers are installed alongside the normal headers.
183
184 * DerivedSources.pro: Include API-DerivedSources
185
vestbo@webkit.org5c3b7822010-02-05 07:45:31 +00001862010-02-04 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
187
188 Reviewed by Lars Knoll.
189
190 [Qt] Make 'make -f Makefile.DerivedSources qmake' work
191
192 Previously this target ended up generating a file named
193 Makefile.DerivedSources.DerivedSources, and so on.
194
195 * DerivedSources.pro:
196
christian@webkit.orgb3ca72f2010-02-04 22:51:12 +00001972010-02-04 Christian Dywan <christian@twotasts.de>
198
199 Reviewed by Xan Lopez.
200
201 Require either libsoup 2.28.2 or 2.29.90.
202
203 * configure.ac:
204
xan@webkit.org501b5ef2010-02-04 18:09:15 +00002052010-02-04 Xan Lopez <xlopez@igalia.com>
206
207 Reviewed by Gustavo Noronha.
208
209 Bump minimum libsoup requirement to 2.29.90
210
211 * configure.ac:
212
kov@webkit.org35c4c852010-02-02 23:37:50 +00002132010-02-02 Gustavo Noronha Silva <gns@gnome.org>
214
215 Reviewed by Xan Lopez.
216
217 Bump version, and adjust library versioning for 1.1.20.
218
219 * configure.ac:
220
jorlow@chromium.orgd1ae3232010-01-30 00:18:49 +00002212010-01-29 Jeremy Orlow <jorlow@chromium.org>
222
223 Reviewed by Dimitri Glazkov.
224
225 A first step towards the Indexed Database API
226 https://bugs.webkit.org/show_bug.cgi?id=34342
227
228 Add Indexed Database API
229
230 * configure.ac:
231
hausmann@webkit.org6f21b212010-01-27 16:06:44 +00002322010-01-27 Simon Hausmann <simon.hausmann@nokia.com>
233
234 Reviewed by Kenneth Rohde Christiansen.
235
236 [Qt] Don't build the tests in packages, only the launcher(s)
237
238 * WebKit.pro:
239
jocelyn.turcotte@nokia.comebb1aca2010-01-27 11:51:37 +00002402010-01-27 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
241
jocelyn.turcotte@nokia.comb79e21d2010-01-27 12:43:06 +0000242 Reviewed by Tor Arne Vestbø.
243
244 [Qt] Add the "d" suffix to QtWebKit's dll on Windows.
245
246 * WebKit.pri:
247
2482010-01-27 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
249
jocelyn.turcotte@nokia.comebb1aca2010-01-27 11:51:37 +0000250 Unreviewed build fix
251
252 [Qt] Build fix for windows when QTDIR contains release libraries.
253
254 * WebKit.pri: Use the <name>.lib syntax for linking instead of qmake's -l<name> emulation
255
eric@webkit.org00904362010-01-26 13:00:15 +00002562010-01-26 Jedrzej Nowacki <jedrzej.nowacki@nokia.com>
257
258 Reviewed by Simon Hausmann.
259
260 First steps of the QtScript API.
261
262 Two new classes were created; QScriptEngine and QScriptValue.
263 The first should encapsulate a javascript context and the second a script
264 value.
265
266 This API is still in development, so it isn't compiled by default.
267 To trigger compilation, pass --qmakearg="CONFIG+=build-qtscript" to
268 build-webkit.
269
270 https://bugs.webkit.org/show_bug.cgi?id=32565
271
272 * WebKit.pro:
273
hausmann@webkit.orgc9470592010-01-25 13:18:38 +00002742010-01-25 Simon Hausmann <simon.hausmann@nokia.com>
275
276 Reviewed by Laszlo Gombos.
277
278 [Qt] Fix the build on Maemo5.
279
280 https://bugs.webkit.org/show_bug.cgi?id=34051
281
282 * WebKit.pri: Disable the use of uitools, just like it's done for Symbian.
283
hausmann@webkit.org1d071792010-01-21 09:49:02 +00002842010-01-21 No'am Rosenthal <noam.rosenthal@nokia.com>
285
286 Reviewed by Antti Koivisto.
287
288 [Qt] Implement GraphicsLayer for accelerated layer compositing
289 https://bugs.webkit.org/show_bug.cgi?id=33514
290
291 * WebKit.pri: Addded compile flags to enable accelerated compositing
292 on versions higher than 4.5
293
vestbo@webkit.orgaa1d9bb2010-01-20 12:33:25 +00002942010-01-20 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
295
296 Reviewed by Simon Hausmann.
297
298 [Qt] Make DumpRenderTree build on Windows
299
300 * WebKit.pro:
301
hausmann@webkit.orgd8034ee2010-01-20 10:15:31 +00003022010-01-20 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
303
304 Reviewed by Simon Hausmann.
305
306 [Qt] Fix the recursive generated_files target to work with qmake -r -o
307
308 * DerivedSources.pro:
309
hausmann@webkit.org8c9b0982010-01-20 09:57:26 +00003102010-01-20 Simon Hausmann <simon.hausmann@nokia.com>
311
312 Reviewed by Tor Arne Vestbø.
313
314 [Qt] Make it possible (on *nix at least) to recursively call "make generated_files"
315
316 * DerivedSources.pro:
317
kov@webkit.org8022f802010-01-19 23:59:11 +00003182010-01-19 Gustavo Noronha Silva <gns@gnome.org>
319
320 Unreviewed. Shared library versioning update for 1.1.19.
321
322 * configure.ac:
323
kov@webkit.org35efbe32010-01-15 16:46:14 +00003242010-01-15 Gustavo Noronha Silva <gns@gnome.org>
325
326 Rubber-stamped by Xan Lopez.
327
328 Bump version to 1.1.19.
329
330 * configure.ac:
331
ossy@webkit.orgcfe28042010-01-15 06:14:37 +00003322010-01-14 Csaba Osztrogonác <ossy@webkit.org>
333
334 Reviewed by Eric Seidel.
335
336 [Qt] Defective dependencies caused build failing on QtBuildBot.
337 https://bugs.webkit.org/show_bug.cgi?id=33693
338
339 * WebKit.pri: CONFIG += depend_includepath added.
340
steveblock@google.com99cce892010-01-14 11:23:49 +00003412010-01-14 Steve Block <steveblock@google.com>
342
343 Reviewed by David Levin.
344
345 Moves general includes before bindings includes in Android build system.
346 https://bugs.webkit.org/show_bug.cgi?id=33623
347
348 This avoids problems with collisions between WebCore/platform/text/StringBuilder.h
349 and the new JavaScriptCore/runtime/StringBuilder.h. This change puts
350 JavaScriptCore/runtime and other bindings includes after the WebCore and other
351 general includes, so that the WebCore StringBuilder.h is picked up when building
352 WebCore.
353
354 * Android.mk: Modified.
355
hausmann@webkit.orgb1289b882010-01-13 16:06:39 +00003562010-01-13 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
357
358 Reviewed by Simon Hausmann.
359
360 [Qt] Split the build process in two different .pro files.
361 This allows qmake to be run once all source files are available.
362
363 * DerivedSources.pro: Added.
364 * WebKit.pri:
365
dbates@webkit.orga8f3d6a2010-01-08 06:16:22 +00003662010-01-07 Daniel Bates <dbates@rim.com>
367
368 Reviewed by Eric Seidel.
369
370 https://bugs.webkit.org/show_bug.cgi?id=32987
371
372 Added ENABLE_XHTMLMP flag. Disabled by default.
373
374 * configure.ac:
375
kov@webkit.org478f5952010-01-05 19:08:10 +00003762010-01-05 Gustavo Noronha Silva <gns@gnome.org>
377
378 Reviewed by Xan Lopez.
379
380 Based on idea and original patch by Evan Martin.
381
382 Remove libWebCore intermediate library, to improve link time.
383
384 [GTK] Build time must be reduced
385 https://bugs.webkit.org/show_bug.cgi?id=32921
386
387 * GNUmakefile.am:
388
xan@webkit.orgcda02902010-01-05 15:53:07 +00003892010-01-05 Xan Lopez <xlopez@igalia.com>
390
391 Bump for 1.1.18 release.
392
393 * configure.ac:
394
kov@webkit.org9609af52010-01-05 01:43:47 +00003952010-01-04 Gustavo Noronha Silva <gns@gnome.org>
396
397 Fix JSCore-1.0.gir path to fix make distcheck.
398
399 * GNUmakefile.am:
400
hausmann@webkit.org59b53cb2010-01-04 15:37:26 +00004012010-01-04 Simon Hausmann <simon.hausmann@nokia.com>
402
403 Reviewed by Tor Arne Vestbø.
404
405 [Qt] Fix standalone package builds.
406
407 * WebKit.pri: Add logic for detecting standalone builds. Set OUTPUT_DIR to the top-level dir in that case.
408 * WebKit.pro: Don't build JSC and DRT for package builds.
409
eric@webkit.org149d2c92010-01-04 09:42:04 +00004102010-01-04 Eric Seidel <eric@webkit.org>
411
412 Reviewed by Adam Barth.
413
414 bugzilla-tool should not require users to install mechanize
415 https://bugs.webkit.org/show_bug.cgi?id=32635
416
417 * .gitignore: Ignore autoinstall.cache.d directory created by autoinstall.py
418
eric@webkit.orga9c899d2009-12-28 16:48:55 +00004192009-12-28 Estêvão Samuel Procópio <tevaum@gmail.com>
420
421 Reviewed by Gustavo Noronha Silva.
422
423 Bug 32940: [GTK] Changing the download throttle conditions.
424 https://bugs.webkit.org/show_bug.cgi?id=32716
425
426 The WebKitDownload progress notification was taking long to
427 update. This fix makes notification happens each 0.7 secs
428 or when the progress ups in 1%.
429
430 * WebKit/gtk/webkit/webkitdownload.cpp:
431
hausmann@webkit.org037cffa2009-12-22 13:13:23 +00004322009-12-22 Simon Hausmann <simon.hausmann@nokia.com>
433
434 Rubber-stamped by Holger Freyther.
435
436 Adjusted path to QtLauncher.
437
438 * WebKit.pro:
439
eric@webkit.org12a285812009-12-19 15:16:01 +00004402009-12-19 Evan Martin <evan@chromium.org>
441
442 Reviewed by Gustavo Noronha Silva.
443
444 Add a couple of WebKitGtk files to .gitignore.
445
446 * .gitignore:
447
otte@webkit.orgbf496942009-12-18 20:50:32 +00004482009-12-18 Benjamin Otte <otte@gnome.org>
449
450 Reviewed by Xan Lopez.
451
452 [GTK] RemoveDashboard support. It's useless.
453
454 * configure.ac:
455
hausmann@webkit.org903f8392009-12-18 17:06:24 +00004562009-12-18 Simon Hausmann <simon.hausmann@nokia.com>
457
458 Reviewed by Tor Arne Vestbø.
459
460 [Qt] Clean up the qmake build system to distinguish between trunk builds and package builds
461
462 https://bugs.webkit.org/show_bug.cgi?id=32716
463
464 * WebKit.pri: Use standalone_package instead of QTDIR_build
465
kov@webkit.orge43cb102009-12-17 11:33:55 +00004662009-12-17 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
467
468 Unreviewed. Build fixes for make distcheck.
469
470 * GNUmakefile.am:
471
eric@webkit.orgcea545f2009-12-16 19:14:36 +00004722009-12-16 Dan Winship <danw@gnome.org>
473
474 Reviewed by Gustavo Noronha Silva.
475
476 [Gtk] Content-Encoding support
477
478 https://bugs.webkit.org/show_bug.cgi?id=522772
479
480 * configure.ac: require libsoup 2.28.2 for SoupContentDecoder
481
mjs@apple.comf5784e52009-12-14 02:38:22 +00004822009-12-13 Eric Seidel <eric@webkit.org>
483
484 Reviewed by Gavin Barraclough.
485
486 string-base64 test does not compute a valid base64 string
487 http://bugs.webkit.org/show_bug.cgi?id=16806
488
489 * tests/string-base64.js: change str[i] to str.charCodeAt(i)
490
kov@webkit.org71924f92009-12-10 14:29:59 +00004912009-12-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
492
493 Reviewed by Xan Lopez.
494
495 [GTK] Should provide an API to control the IconDatabase
496 https://bugs.webkit.org/show_bug.cgi?id=32334
497
498 Add test to make sure favicon reporting works.
499
500 * GNUmakefile.am:
501
eric@webkit.orgb0698872009-12-09 22:47:04 +00005022009-12-09 Steve Block <steveblock@google.com>
503
504 Reviewed by Adam Barth.
505
506 Adds Android Makefiles for building with V8.
507 https://bugs.webkit.org/show_bug.cgi?id=32278
508
509 * Android.mk: Modified. Includes Makefiles for V8.
510
eric@webkit.org566a8272009-12-08 16:55:56 +00005112009-12-08 Steve Block <steveblock@google.com>
512
513 Reviewed by Adam Barth.
514
515 [Android] Adds Makefiles for Android port.
516 https://bugs.webkit.org/show_bug.cgi?id=31325
517
518 * Android.mk: Added.
519
christian@webkit.org2737f802009-12-08 16:36:47 +00005202009-12-08 Christian Dywan <christian@twotoasts.de>
521
522 Reviewed by Xan Lopez.
523
524 * configure.ac: Require only libSoup 2.27.91 but check for 2.29.3
525 and define HAVE_LIBSOUP_2_29_3 in that case.
526
kov@webkit.org13051d32009-12-08 15:58:14 +00005272009-12-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
528
529 Rubber-stamped by Xan Lopez.
530
531 Late post-release version bump.
532
533 * configure.ac:
534
eric@webkit.org6f937982009-12-08 14:58:50 +00005352009-12-08 Dominik Röttsches <dominik.roettsches@access-company.com>
536
537 Reviewed by Gustavo Noronha Silva.
538
539 [Gtk] Create a TextBreakIterator implementation based on GLib (without ICU)
540 https://bugs.webkit.org/show_bug.cgi?id=31469
541
542 Removing hybrid configuration for --with-unicode-backend=glib
543 ICU not required anymore.
544
545 * autotools/webkit.m4:
546
zimmermann@webkit.orgdceb3f62009-12-08 11:51:42 +00005472009-12-08 Nikolas Zimmermann <nzimmermann@rim.com>
548
549 Rubber-stamped by Maciej Stachowiak.
550
551 Turn on (SVG) Filters for Gtk.
552 https://bugs.webkit.org/show_bug.cgi?id=32224
553
554 * configure.ac:
555
dimich@chromium.orgf5cb98d2009-12-08 00:50:21 +00005562009-12-07 Dmitry Titov <dimich@chromium.org>
557
558 Rubber-stamped by Darin Adler.
559
560 Remove ENABLE_SHARED_SCRIPT flags
561 https://bugs.webkit.org/show_bug.cgi?id=32245
562 This patch was obtained by "git revert" command and then un-reverting of ChangeLog files.
563
564 * configure.ac:
565
kov@webkit.org14462f82009-12-07 14:35:30 +00005662009-12-06 Gustavo Noronha Silva <gns@gnome.org>
567
568 Reviewed by Xan Lopez.
569
570 Build the new API test.
571
572 [GTK] REGRESSION: webkit thinks it can render PDFs
573 https://bugs.webkit.org/show_bug.cgi?id=32183
574
575 * GNUmakefile.am:
576
kov@webkit.org29cccd62009-12-05 15:35:51 +00005772009-12-05 Vincent Untz <vuntz@gnome.org>
578
579 Reviewed by Gustavo Noronha.
580
581 Fixes race for builds with introspection enabled, and parallel
582 make.
583
584 * GNUmakefile.am:
585
xan@webkit.orgc3d15392009-12-04 10:18:42 +00005862009-12-04 Xan Lopez <xlopez@igalia.com>
587
588 Reviewed by Gustavo Noronha.
589
590 [GTK]Enable DNS prefetching
591 https://bugs.webkit.org/show_bug.cgi?id=23846
592
593 Bump libsoup required version to 2.29.3 for DNS prefetching.
594
595 * configure.ac:
596
kov@webkit.org60affd12009-11-30 15:13:44 +00005972009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
598
kov@webkit.org2a1f73c2009-11-30 19:27:53 +0000599 Rubber-stamped by Xan Lopez.
600
601 Make sure we distribute and install GObject Introspection files.
602
603 * GNUmakefile.am:
604
6052009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
606
kov@webkit.org60affd12009-11-30 15:13:44 +0000607 Build fix. Make sure JSCore-1.0.gir is added to the distributed
608 tarball.
609
610 * GNUmakefile.am:
611
xan@webkit.org22674492009-11-30 13:53:52 +00006122009-11-30 Xan Lopez <xlopez@igalia.com>
613
614 Reviewed by Gustavo Noronha.
615
616 Bump versions for 1.1.17 release.
617
618 * configure.ac:
619
hausmann@webkit.org6eb95ff2009-11-30 11:27:51 +00006202009-11-30 Jan-Arve Sæther <jan-arve.saether@nokia.com>
621
622 Reviewed by Simon Hausmann.
623
624 [Qt] Fix compilation with win32-icc
625
626 Include os-win32 for stdint.h since MS does not ship that in their PSDK.
627
628 * WebKit.pri:
629
laszlo.1.gombos@nokia.com7e391fb2009-11-27 04:06:37 +00006302009-11-26 Laszlo Gombos <laszlo.1.gombos@nokia.com>
631
632 Reviewed by Oliver Hunt.
633
634 Move GOwnPtr* from wtf to wtf/gtk
635 https://bugs.webkit.org/show_bug.cgi?id=31793
636
637 * GNUmakefile.am: Add JavaScriptCore/wtf/gtk to
638 the include path.
639
dimich@chromium.orgd6f11902009-11-25 05:38:48 +00006402009-11-24 Dmitry Titov <dimich@chromium.org>
641
642 Reviewed by Eric Seidel.
643
644 Add ENABLE_SHARED_SCRIPT feature define and flag for build-webkit
645 https://bugs.webkit.org/show_bug.cgi?id=31444
646
647 * configure.ac:
648
eric@webkit.orgc4897222009-11-25 02:45:02 +00006492009-11-24 Jason Smith <dark.panda@gmail.com>
650
651 Reviewed by Alexey Proskuryakov.
652
653 RegExp#exec's returned Array-like object behaves differently from
654 regular Arrays
655 https://bugs.webkit.org/show_bug.cgi?id=31689
656
657 * LayoutTests/fast/js/regexp-in-and-foreach-handling.html: Added.
658 * LayoutTests/fast/js/script-tests/regexp-in-and-foreach-handling.js: Added.
659 * LayoutTests/fast/js/regexp-in-and-foreach-handling-expected.txt: Added.
660
snej@chromium.orga55a24e2009-11-25 00:06:17 +00006612009-11-24 Jens Alfke <snej@chromium.org>
662
663 Reviewed by David Levin.
664
665 Ignore Chromium's Xcode projects that are auto-generated from .gyp files.
666 https://bugs.webkit.org/show_bug.cgi?id=31847
667
668 * .gitignore: Add three .xcodeproj files.
669
eric@webkit.orgb6dcd3f2009-11-10 01:12:00 +00006702009-11-09 Priit Laes <plaes@plaes.org>
671
672 Reviewed by Oliver Hunt.
673
674 [Gtk] Build from tarball fails with --enable-introspection
675 https://bugs.webkit.org/show_bug.cgi?id=31261
676
677 We need to enable gobject-introspection during distcheck otherwise
678 some of the required files are missing in tarball.
679
680 * GNUmakefile.am:
681
eric@webkit.org8086c252009-11-05 09:51:32 +00006822009-11-05 Priit Laes <plaes@plaes.org>
683
684 Reviewed by Jan Alonzo.
685
686 [Gtk] Build failure with --enable-introspection
687 https://bugs.webkit.org/show_bug.cgi?id=31102
688
689 Add search and include paths for JSCore-1.0.gir required by
690 gobject-introspection tools.
691
692 * GNUmakefile.am:
693
eric@webkit.org553fcc12009-11-04 21:00:11 +00006942009-11-04 Benjamin Otte <otte@gnome.org>
695
696 Reviewed by Gustavo Noronha.
697
698 Update Cairo requirement to 1.6.
699
700 https://bugs.webkit.org/show_bug.cgi?id=19266
701
702 * configure.ac:
703
eric@webkit.org689120a2009-11-02 22:26:00 +00007042009-11-02 Estêvão Samuel Procópio <tevaum@gmail.com>
705
706 Reviewed by Gustavo Noronha.
707
708 [Build] make install ignores --prefix option for gobject-introspection.
709 https://bugs.webkit.org/show_bug.cgi?id=31025
710
711 Make the build system use the --prefix path also when installing
712 gobject-introspection files.
713
714 * configure.ac: use --prefix path in GITDIR and GIRTYPELIBDIR
715
xan@webkit.orgdf308cb2009-11-02 19:10:48 +00007162009-11-02 Xan Lopez <xlopez@igalia.com>
717
718 Bump version before release (or post-release, depending on your
719 point of view) so that we can make applications depending on
720 unreleased APIs in WebKit svn fail at configure time when the
721 requirements are not met.
722
723 * configure.ac:
724
eric@webkit.orga5df25e2009-11-01 20:49:04 +00007252009-11-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
726
727 Reviewed by Eric Seidel.
728
729 Turn on warnings for QtWebKit for gcc
730 https://bugs.webkit.org/show_bug.cgi?id=30958
731
732 * WebKit.pri: Turn on warnings for the GCC compiler
733
abarth@webkit.org5d0ed892009-10-30 08:55:56 +00007342009-10-30 Adam Barth <abarth@webkit.org>
735
736 Reviewed by Mark Rowe.
737
738 Teach git to ignore some files
739 https://bugs.webkit.org/show_bug.cgi?id=30951
740
741 Ignore WebKitBuild because we never want to version that directory.
742 Also, ignore the xcode project files so git clean doesn't blow away
743 your project settings. Finally, ignore the compiled python files in
744 WebKitTools/Script modules because they clutter up git status.
745
746 * .gitignore: Added.
747
rolandsteiner@chromium.org030b86f2009-10-30 07:55:17 +00007482009-10-30 Roland Steiner <rolandsteiner@chromium.org>
749
750 Reviewed by Eric Seidel.
751
752 Remove ENABLE_RUBY guards as discussed with Dave Hyatt and Maciej Stachowiak.
753
754 Bug 28420 - Implement HTML5 <ruby> rendering
755 (https://bugs.webkit.org/show_bug.cgi?id=28420)
756
757 No new tests (no functional change).
758
759 * configure.ac:
760
zecke@webkit.org20dec3e2009-10-28 10:16:13 +00007612009-10-26 Holger Hans Peter Freyther <zecke@selfish.org>
762
763 Rubber-stamped by Darin Adler.
764
765 Export fastMalloc, fastCalloc, fastRealloc and fastFree
766 https://bugs.webkit.org/show_bug.cgi?id=30769
767
768 Export the FastMalloc functions outside of the libwebkit library
769 to be able to instrument memory allocations. These are C++ symbols
770 but do not require the C++ runtime to be useful and should be of
771 no harm to plain C code.
772
773 * autotools/symbols.filter:
774
kov@webkit.org4a2f47d2009-10-26 17:44:47 +00007752009-10-26 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
776
kov@webkit.org30bb9182009-10-26 20:16:59 +0000777 Reviewed by Jan Alonzo.
778
779 Alternative solution to regression introduced in r48672.
kov@webkit.org4a2f47d2009-10-26 17:44:47 +0000780
781 * GNUmakefile.am:
782
xan@webkit.org17381bd2009-10-26 13:25:11 +00007832009-10-26 Xan Lopez <xlopez@igalia.com>
784
785 Reviewed by Gustavo Noronha.
786
787 Update for 1.1.16 release.
788
789 * configure.ac:
790
eric@webkit.org5708acf2009-10-24 15:28:20 +00007912009-10-24 Laszlo Gombos <laszlo.1.gombos@nokia.com>
792
793 Reviewed by Holger Freyther.
794
795 [Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian
796 https://bugs.webkit.org/show_bug.cgi?id=30476
797
798 Set the stack size to 80 Kb and heap size to the 128kB - 32MB range
799 to all executables linking against WebKit library.
800
801 * WebKit.pri:
802
jmalonzo@webkit.org89e722b2009-10-18 19:29:49 +00008032009-10-18 Jan Michael Alonzo <jmalonzo@webkit.org>
804
805 Reviewed by Holger Freyther.
806
807 [GTK] Add MathML to the build system
808 https://bugs.webkit.org/show_bug.cgi?id=30487
809
810 Add --enable-mathml to configure.
811
812 * configure.ac:
813
jmalonzo@webkit.orgeff81ec2009-10-15 23:17:59 +00008142009-10-15 Jan Michael Alonzo <jmalonzo@webkit.org>
815
816 Reviewed by Xan Lopez.
817
818 [GTK] marshal stamp files are not cleaned after a distclean
819 https://bugs.webkit.org/show_bug.cgi?id=30156
820
821 Add the stamp files directly to cleanfiles. Also rearrange the
822 variable declarations so we don't miss any files that need to be
823 cleaned up during the clean targets.
824
825 * GNUmakefile.am:
826
kov@webkit.org7a76e2a2009-10-15 17:53:02 +00008272009-10-15 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
828
829 Unreviewed. Help text fix - Web Sockets default is no, not yes.
830
831 * configure.ac:
832
jmalonzo@webkit.org6ba7f952009-10-12 11:55:57 +00008332009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org>
834
jmalonzo@webkit.orgf34ecef2009-10-12 11:56:15 +0000835 Rubberstamped by Eric Seidel.
836
837 [Gtk] Fix icu CFLAG for Darwin
838 https://bugs.webkit.org/show_bug.cgi?id=29517
839
840 Don't escape the srcdir variable. Also use $host instead of the
841 os_foo variables.
842
843 * autotools/webkit.m4:
844
8452009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org>
846
jmalonzo@webkit.org6ba7f952009-10-12 11:55:57 +0000847 Reviewed by Gustavo Noronha.
848
849 [Gtk] Use the SQLite3 headers from WebKitLibraries if sqlite3 is undetected
850 https://bugs.webkit.org/show_bug.cgi?id=29518
851
852 * configure.ac:
853
zoltan@webkit.org04a7d552009-10-05 13:25:07 +00008542009-10-05 Zoltan Horvath <zoltan@webkit.org>
855
856 Reviewed by Simon Hausmann.
857
858 [Qt] Disable TCmalloc for Windows port at the present, because MinGW
859 hasn't got built-in pthread library.
860
861 * WebKit.pri:
862
hausmann@webkit.orgd422fa02009-10-02 11:18:06 +00008632009-10-02 Prasanth Ullattil <prasanth.ullattil@nokia.com>
864
865 Reviewed by Simon Hausmann.
866
867 Disable a few more harmless MSVC warnings.
868
869 * WebKit.pri:
870
laszlo.1.gombos@nokia.combe4310b2009-10-02 00:58:45 +00008712009-10-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
872
873 Unreviewed, build fix.
874
875 [Qt] Symbian build break after r48976.
876 unix is set for Symbian in the Qt build system.
877
878 * WebKit.pri:
879
zoltan@webkit.org0aaef192009-10-01 16:22:43 +00008802009-10-01 Zoltan Horvath <zoltan@webkit.org>
881
882 Reviewed by Simon Hausmann.
883
884 [Qt] Enable TCmalloc for the Linux, Mac and Windows Qt-port
885 https://bugs.webkit.org/show_bug.cgi?id=27029
886
887 Remove USE_SYSTEM_MALLOC for Linux, Mac and Windows Qt-port from WebKit.pri,
888 so these Qt-ports will use TCmalloc as other ports.
889
890 * WebKit.pri:
891
eric@webkit.org4f864b92009-10-01 09:02:30 +00008922009-10-01 Martin Robinson <martin.james.robinson@gmail.com>
893
894 Reviewed by Xan Lopez.
895
896 [GTK] GtkIMContext filtering interferes with DOM key events
897 https://bugs.webkit.org/show_bug.cgi?id=28733
898
899 Add new key event test ensuring that IME keypresses are handled.
900
901 * GNUmakefile.am:
902
eric@webkit.org9d150a22009-10-01 08:19:35 +00009032009-10-01 Philippe Normand <pnormand@igalia.com>
904
905 Reviewed by Xan Lopez.
906
907 [GTK] data: uri support in media player
908 https://bugs.webkit.org/show_bug.cgi?id=29842
909
910 Check presence of gstreamer-pbutils-0.10.
911
912 * configure.ac:
913
ddkilzer@apple.com66a29532009-09-27 03:15:37 +00009142009-09-26 David Kilzer <ddkilzer@apple.com>
915
916 GTK BUILD FIX: add ENABLE_ORIENTATION_EVENTS support to configure.ac
917
918 * configure.ac: Added support for ENABLE_ORIENTATION_EVENTS.
919
xan@webkit.orgd62ef702009-09-23 13:25:20 +00009202009-09-23 Xan Lopez <xlopez@igalia.com>
921
922 Reviewed by Gustavo Noronha.
923
924 Do not add unneeded include paths for gir files, and add the
925 include paths for headers manually instead of relying on our own
926 pc file and installed headers, since that adds a circular
927 dependency.
928
929 * GNUmakefile.am:
930
jmalonzo@webkit.orgea8d0e92009-09-23 13:08:51 +00009312009-09-23 Jan Michael Alonzo <jmalonzo@webkit.org>
932
933 Reviewed by Xan Lopez.
934
935 Minor reorganization to the patch landed in
936 http://trac.webkit.org/changeset/48670. Also move JSCore-1.0.gir
937 in the gtk directory as that's only useful to the Gtk port at the
938 moment.
939
940 * GNUmakefile.am:
941 * configure.ac:
942
xan@webkit.org09f04952009-09-23 12:03:09 +00009432009-09-23 Xan Lopez <xlopez@igalia.com>
944
945 Reviewed by Gustavo Noronha.
946
947 [GTK] We should generate our own gir file for introspection
948 https://bugs.webkit.org/show_bug.cgi?id=29603
949
950 Generate gir and typelib files for WebKit and JSCore. The JSCore
951 gir file is handwritten (since it's only useful, for now, as a
952 dependency of the WebKit gir file), the WebKit one is
953 autogenerated from the headers.
954
955 * GNUmakefile.am:
956 * JSCore-1.0.gir: Added.
957 * configure.ac:
958
xan@webkit.orgeadfafd2009-09-22 16:24:57 +00009592009-09-22 Philippe Normand <pnormand@igalia.com>
960
961 Reviewed by Xan Lopez.
962
963 link errors due to wrong UNICODE_LIBS on Ubuntu Jaunty
964 https://bugs.webkit.org/show_bug.cgi?id=29638
965
966 Call icu-cconfig with ldflags-libsonly to prevent having a -L
967 statement that could override libs installed in another prefix.
968
969 * autotools/webkit.m4:
970
xan@webkit.org24ef9192009-09-21 11:56:22 +00009712009-09-21 Xan Lopez <xlopez@igalia.com>
972
973 Reviewed by Gustavo Noronha.
974
975 Bump version for 1.1.15 release.
976
977 * configure.ac:
978
xan@webkit.orgfd4dd8e2009-09-18 13:53:22 +00009792009-09-18 Xan Lopez <xlopez@igalia.com>
980
981 Reviewed by Gustavo Noronha and Jan Alonzo.
982
983 [GTK] context menu overriding API is very limited
984 https://bugs.webkit.org/show_bug.cgi?id=27546
985
986 Add new tests to the build.
987
988 * GNUmakefile.am:
989
9902009-09-18 Xan Lopez <xlopez@igalia.com>
xan@webkit.org2266a5b2009-09-18 13:53:10 +0000991
992 Reviewed by Gustavo Noronha and Jan Alonzo.
993
994 [GTK] context menu overriding API is very limited
995 https://bugs.webkit.org/show_bug.cgi?id=27546
996
997 Add WebKitHitTestResult to the build.
998
999 * GNUmakefile.am:
1000
laszlo.1.gombos@nokia.com6c6437e2009-09-10 11:59:50 +000010012009-09-10 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1002
1003 Reviewed by Ariya Hidayat.
1004
1005 Disable some ARM compiler warnings
1006 https://bugs.webkit.org/show_bug.cgi?id=29083
1007
1008 The following ARM compiler warnings are disabled
1009
1010 - #68-D: integer conversion resulted in a change of sign
1011 - #111-D: statement is unreachable
1012 - #177-D: variable XXX was declared but never referenced
1013 - #368-D: class XXX defines no constructor to initialize the following: YYY
1014 - #830-D: function XXX "XXX::operator new" has no corresponding operator delete
1015 - #1293-D: assignment in condition
1016
1017 * WebKit.pri:
1018
kenneth@webkit.org6692c802009-09-09 20:15:18 +000010192009-09-09 Kenneth Rohde Christiansen <kenneth@webkit.org>
1020
1021 Reviewed by Simon Hausmann.
1022
1023 [Qt] Add the alternative QtLauncher (based on QGraphicsView) to the build.
1024
1025 https://bugs.webkit.org/show_bug.cgi?id=28862
1026
1027 * WebKit.pro:
1028
xan@webkit.org14c495e2009-09-07 17:16:49 +000010292009-09-07 Xan Lopez <xlopez@igalia.com>
1030
1031 Rubber-stamped by Gustavo Noronha.
1032
1033 Bump versions in preparation for 1.1.14 release.
1034
1035 * configure.ac:
1036
kov@webkit.org6e1ddaf2009-09-07 16:27:29 +000010372009-09-07 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1038
1039 Reviewed by Xan Lopez.
1040
1041 https://bugs.webkit.org/show_bug.cgi?id=26854
1042 [GTK] Needs API to allow more control over outgoing requests
1043
1044 * GNUmakefile.am: new files added to the build for new class
1045 WebKitNetworkResponse
1046
xan@webkit.org00c0d9a2009-09-06 14:31:13 +000010472009-09-06 Martin Robinson <martin.james.robinson@gmail.com>
1048
1049 Reviewed by Gustavo Noronha, Jan Alonzo and Xan Lopez.
1050
1051 [Gtk] Expose a database API
1052 https://bugs.webkit.org/show_bug.cgi?id=27899
1053
1054 Expose an HTML5 database API for GTK+.
1055
1056 * GNUmakefile.am:
1057
eric@webkit.org35f825b2009-09-04 08:40:37 +000010582009-09-04 Albert Bachand <albertb@google.com>
1059
1060 Reviewed by Eric Seidel.
1061
1062 Modify the condition regarding the key modifier for opening combo
1063 boxes under GTK from just PLATFORM(GTK) to also look for
1064 (PLATFORM(CHROMIUM) && PLATFORM(LINUX)).
1065
1066 * WebCore/dom/SelectElement.cpp:
1067 * WebCore/manual-tests/select-popup-on-spacebar.html:
1068
jmalonzo@webkit.org919072f2009-09-02 12:58:59 +000010692009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org>
1070
1071 Reviewed by Xan Lopez and Gustavo Noronha.
1072
1073 [Gtk] Implement a WebDataSource for the gtk port
1074 https://bugs.webkit.org/show_bug.cgi?id=24758
1075
jmalonzo@webkit.org77693272009-09-02 13:06:04 +00001076 Add WebKitWebDataSource unit test to the build script
1077
1078 * GNUmakefile.am:
1079
10802009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org>
1081
1082 Reviewed by Xan Lopez and Gustavo Noronha.
1083
1084 [Gtk] Implement a WebDataSource for the gtk port
1085 https://bugs.webkit.org/show_bug.cgi?id=24758
1086
jmalonzo@webkit.org919072f2009-09-02 12:58:59 +00001087 Add WebKitWebDataSource and DocumentLoaderGtk to the build script.
1088
1089 * GNUmakefile.am:
1090
jmalonzo@webkit.orgd764ffc2009-09-01 12:19:28 +000010912009-09-01 Jan Michael Alonzo <jmalonzo@webkit.org>
1092
1093 Reviewed by Xan Lopez and Gustavo Noronha.
1094
1095 [Gtk] Implement a WebDataSource for the gtk port
1096 https://bugs.webkit.org/show_bug.cgi?id=24758
1097
1098 Add WebKitWebResource to the build script.
1099
1100 * GNUmakefile.am:
1101
jmalonzo@webkit.org4e086572009-08-29 06:56:49 +000011022009-08-28 Jan Michael Alonzo <jmalonzo@webkit.org>
1103
1104 Reviewed by Oliver Hunt.
1105
1106 Gtk Build broken for OSX Quartz
1107 https://bugs.webkit.org/show_bug.cgi?id=28727
1108
1109 Define XP_UNIX for non-Win OS builds.
1110
1111 * GNUmakefile.am:
1112
kov@webkit.org6f367912009-08-28 15:24:15 +000011132009-08-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1114
1115 Reviewed by Holger Freyther.
1116
1117 https://bugs.webkit.org/show_bug.cgi?id=25889
1118 [GTK] scrollbar policy for main frame is not implementable
1119
1120 Adding files for the new test for window-related issues (starting
1121 with scrollbar policy).
1122
1123 * GNUmakefile.am:
1124
xan@webkit.orgbc59e8d2009-08-27 07:26:02 +000011252009-08-27 Priit Laes <plaes@plaes.org>
1126
1127 Reviewed by Xan Lopez.
1128
1129 [GTK] Out-of-srcdir build problem
1130 https://bugs.webkit.org/show_bug.cgi?id=28741
1131
1132 * GNUmakefile.am, autotools/webkit.m4:
1133 Fix problem with out-of-srcdir builds. Also bump required glib version.
1134
kov@webkit.org40ff20f2009-08-24 15:28:24 +000011352009-08-24 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1136
1137 Reviewed by Xan Lopez.
1138
1139 Bump package and so versions for 1.1.13 release.
1140
1141 * configure.ac:
1142
eric@webkit.orgb1fcb522009-08-22 03:51:35 +000011432009-08-22 Javier Jardón <javierjc1982@gmail.com>
1144
1145 [GTK] Not use deprecated symbols in WebKitWebView example code.
1146 https://bugs.webkit.org/show_bug.cgi?id=28651
1147
1148 * WebKit/gtk/webkit/webkitwebview.cpp
1149
xan@webkit.org4fc9f622009-08-19 05:16:12 +000011502009-08-18 Xan Lopez <xlopez@igalia.com>
1151
1152 Rubber-stamped by Holger Freyther.
1153
1154 Require at least libsoup 2.27.91 for the new password
1155 manager/authentication APIs.
1156
1157 * configure.ac:
1158
atwilson@chromium.org805d2062009-08-18 18:14:26 +000011592009-08-18 Drew Wilson <atwilson@google.com>
1160
1161 Reviewed by NOBODY (Build Break).
1162
1163 Speculative fix for GTK DumpRenderTree.
1164
1165 * GNUmakefile.am:
1166
eric@webkit.org40ddb7c2009-08-18 07:16:12 +000011672009-08-18 Kent Tamura <tkent@chromium.org>
1168
1169 Reviewed by Eric Seidel.
1170
1171 Add --enable-datalist option.
1172
1173 * configure.ac:
1174
weinig@apple.com29e30182009-08-15 21:25:18 +000011752009-08-14 Adam Bergkvist <adam.bergkvist@ericsson.com>
1176
1177 Reviewed by Sam Weinig.
1178
1179 [GTK] Added EventSource to the build (default on).
1180 https://bugs.webkit.org/show_bug.cgi?id=14997
1181
1182 * configure.ac:
1183
jmalonzo@webkit.orgcbc98432009-08-15 05:19:27 +000011842009-08-14 Jan Michael Alonzo <jmalonzo@webkit.org>
1185
1186 Rubber-stamped by Gustavo Noronha.
1187
1188 Initialize CFLAGS and CXXFLAGS before the main body of the
1189 WEBKIT_INIT macro so C files don't get built with "-g -O2".
1190
1191 * autotools/webkit.m4:
1192
xan@webkit.orgaa5bf362009-08-12 18:37:14 +000011932009-08-12 Xan Lopez <xlopez@igalia.com>
1194
1195 Reviewed by Jan Alonzo.
1196
1197 [GTK] Remove keyring optional features
1198 https://bugs.webkit.org/show_bug.cgi?id=28173
1199
1200 Remove keyring support, we now do authentication storage through
1201 libsoup. We depend on libsoup master now, will bump the dependency
1202 when there's a new release.
1203
1204 * GNUmakefile.am:
1205 * configure.ac:
1206
atwilson@chromium.orgdf116022009-08-11 20:37:14 +000012072009-08-11 Drew Wilson <atwilson@google.com>
1208
1209 Reviewed by NOBODY (Build break).
1210
1211 Speculative fix for GTK build break.
1212
1213 * WebKit.pro:
1214
vestbo@webkit.org2415ea22009-08-11 14:56:51 +000012152009-08-11 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1216
1217 Reviewed by Simon Hausmann.
1218
1219 Build the TestNetscapePlugin on Qt/Mac
1220
1221 * WebKit.pro:
1222
xan@webkit.orgdde42662009-08-11 10:37:58 +000012232009-08-11 Xan Lopez <xlopez@igalia.com>
1224
1225 Reviewed by Jan Alonzo.
1226
1227 Prefix lengthy commands with AM_V_GEN so that they produce an
1228 output like 'GEN <filename>' when in silent mode.
1229
1230 * GNUmakefile.am:
1231
jmalonzo@webkit.org7c653802009-08-05 11:40:12 +000012322009-08-05 Jan Michael Alonzo <jmalonzo@webkit.org>
1233
1234 Reviewed by Xan Lopez.
1235
1236 [Gtk] macros in webkit.m4 should be defined once only
1237 https://bugs.webkit.org/show_bug.cgi?id=27929
1238
1239 The macros in webkit.m4 are not meant to be called multiple times
1240 so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
1241 AC_REQUIRE to remove the automake warnings when doing autogen.sh.
1242
1243 Lastly, make sure CXXFLAGS and CFLAGS are defined before
1244 AC_PROG_CXX gets expanded so it doesn't add "-g -O2" on Release builds.
1245
1246 * autotools/webkit.m4:
1247
xan@webkit.orga9363632009-08-05 08:13:27 +000012482009-08-05 Xan Lopez <xlopez@igalia.com>
1249
1250 Revert r46714, it was making us build debug images by default.
1251
1252 * autotools/webkit.m4:
1253
abarth@webkit.org1230a362009-08-04 02:14:20 +000012542009-08-03 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1255
1256 Reviewed by Eric Seidel.
1257
1258 [Qt] Consolidate common gcc flags to WebKit.pri
1259 https://bugs.webkit.org/show_bug.cgi?id=27934
1260
1261 * WebKit.pri:
1262
jmalonzo@webkit.orgda1305f2009-08-03 10:23:43 +000012632009-08-03 Jan Michael Alonzo <jmalonzo@webkit.org>
1264
jmalonzo@webkit.org6d5cc002009-08-03 10:27:36 +00001265 Rubber-stamped by Eric Seidel.
jmalonzo@webkit.orgda1305f2009-08-03 10:23:43 +00001266
1267 [Gtk] macros in webkit.m4 should be defined once only
1268 https://bugs.webkit.org/show_bug.cgi?id=27929
1269
1270 The macros in webkit.m4 are not meant to be called multiple times
1271 so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
1272 AC_REQUIRE to remove the automake warnings when doing autogen.sh.
1273
1274 * autotools/webkit.m4:
1275
ariya@webkit.orgdc61fb42009-07-30 12:59:17 +000012762009-07-29 Ariya Hidayat <ariya.hidayat@nokia.com>
1277
1278 Reviewed by Simon Hausmann.
1279
1280 Adding ImageDiff project file.
1281
1282 https://bugs.webkit.org/show_bug.cgi?id=27813
1283
1284 * WebKit.pro: Added ImageDiff.pro.
1285
jmalonzo@webkit.orgd9686da2009-07-29 11:18:16 +000012862009-07-29 Jan Michael Alonzo <jmalonzo@webkit.org>
1287
1288 Reviewed by Eric Seidel and Xan Lopez.
1289
1290 [Gtk] Enable http/tests/appcache tests
1291 https://bugs.webkit.org/show_bug.cgi?id=27674
1292
1293 * GNUmakefile.am: Add webkit/webkitapplicationcache.cpp
1294
xan@webkit.orgc102d5a92009-07-28 13:34:03 +000012952009-07-28 Xan Lopez <xlopez@igalia.com>
1296
1297 Reviewed by Gustavo Noronha.
1298
1299 Use automake 1.11 SILENT_RULES when present, for cleaner build
1300 output. You can disable it by passing --disable-silent-rules to
1301 configure or V=1 to make.
1302
1303 * autotools/dolt.m4:
1304 * configure.ac:
1305
hausmann@webkit.orga5e214d2009-07-28 12:27:00 +000013062009-07-28 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1307
1308 Reviewed by Simon Hausmann.
1309
1310 [Qt] Disable some compiler warnings for the win build
1311 https://bugs.webkit.org/show_bug.cgi?id=27709
1312
1313 * WebKit.pri:
1314
xan@webkit.org8a40d7c2009-07-28 10:39:32 +000013152009-07-28 Xan Lopez <xlopez@igalia.com>
1316
1317 Reviewed by Gustavo Noronha.
1318
1319 * configure.ac: bump version for 1.1.12 release.
1320
xan@webkit.org78d82dd2009-07-24 14:26:45 +000013212009-07-24 Xan Lopez <xlopez@igalia.com>
1322
1323 Reviewed by Gustavo Noronha.
1324
1325 Remove unneeded commas from PKG_CHECK_MODULES.
1326
1327 * configure.ac:
1328
jmalonzo@webkit.orga38fec32009-07-24 07:55:00 +000013292009-07-24 Jan Michael Alonzo <jmalonzo@webkit.org>
1330
1331 Reviewed by Xan Lopez.
1332
1333 Bump pango version requirement to 1.12 which is the version that
1334 came with Gtk 2.10.
1335
1336 * configure.ac:
1337
levin@chromium.orgeb623d72009-07-21 09:53:37 +000013382009-07-21 Roland Steiner <rolandsteiner@google.com>
1339
1340 Reviewed by David Levin.
1341
1342 Add ENABLE_RUBY to list of build options
1343 https://bugs.webkit.org/show_bug.cgi?id=27324
1344
1345 * configure.ac: Added flag ENABLE_RUBY.
1346
hausmann@webkit.org4d433262009-07-20 09:52:00 +000013472009-07-20 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1348
1349 Reviewed by Holger Freyther.
1350
1351 [Qt] Add an option for QtLauncher to build without QtUiTools dependency
1352 https://bugs.webkit.org/show_bug.cgi?id=27438
1353
1354 Based on Norbert Leser's work.
1355
1356 * WebKit.pri: Symbian does not have UiTools
1357
levin@chromium.org572fdb92009-07-17 07:42:03 +000013582009-07-16 Fumitoshi Ukai <ukai@chromium.org>
1359
1360 Reviewed by David Levin.
1361
1362 Add --web-sockets flag and ENABLE_WEB_SOCKETS define.
1363 https://bugs.webkit.org/show_bug.cgi?id=27206
1364
1365 Add --enable-web-sockets in configure.ac
1366
1367 * configure.ac:
1368
hausmann@webkit.org87ed70a2009-07-16 16:43:47 +000013692009-07-16 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1370
1371 Reviewed by Simon Hausmann.
1372
1373 [Qt] Enable GNU compiler extensions to the ARM compiler
1374 for all Qt ports using RVCT
1375 https://bugs.webkit.org/show_bug.cgi?id=27348
1376
1377 * WebKit.pri:
1378
vestbo@webkit.org9ba76ae2009-07-15 15:14:53 +000013792009-07-15 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1380
1381 Rubber-stamped by Simon Hausmann.
1382
1383 Fix the Qt/Mac build by disabling TestNetscapePlugin
1384
1385 We should fix and enable this once we run DRT for Qt/Mac
1386
1387 * WebKit.pro:
1388
kov@webkit.org9cab83d2009-07-13 15:23:19 +000013892009-07-13 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1390
1391 Unreviewed build fix. Require the correct libsoup version now that
1392 it's released.
1393
1394 * configure.ac:
1395
vestbo@webkit.org1c014fe2009-07-13 14:54:07 +000013962009-07-13 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1397
1398 Reviewed by Tor Arne Vestbø.
1399
1400 [Qt] Build fix for QtWebKit on Win
1401 https://bugs.webkit.org/show_bug.cgi?id=27205
1402
1403 * WebKit.pri: Include the major version number in the QtWebKit
1404 library file for Win.
1405
hausmann@webkit.org6c3c21d2009-07-13 10:55:07 +000014062009-07-13 Simon Hausmann <simon.hausmann@nokia.com>
1407
1408 Reviewed by Ariya Hidayat.
1409
1410 Add the test netscape plugin for the Qt DRT to the build.
1411
1412 * WebKit.pro:
1413
levin@chromium.orge1b64a42009-07-13 08:58:48 +000014142009-07-13 Drew Wilson <atwilson@google.com>
1415
1416 Reviewed by David Levin.
1417
1418 Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs
1419 https://bugs.webkit.org/show_bug.cgi?id=26932
1420
1421 Added ENABLE(SHARED_WORKERS) flag.
1422
1423 * configure.ac:
1424
xan@webkit.org393cdb42009-07-12 18:42:21 +000014252009-07-12 Xan Lopez <xlopez@igalia.com>
1426
1427 Reviewed by Gustavo Noronha.
1428
1429 Bump version in preparation for 1.1.11 release.
1430
1431 * configure.ac:
1432
hausmann@webkit.orgded446c2009-07-10 11:15:30 +000014332009-07-07 Norbert Leser <norbert.leser@nokia.com>
1434
1435 Reviewed by Simon Hausmann.
1436
1437 Exclude DumpRenderTree.pro from symbian build
1438
1439 * WebKit.pro:
1440
dimich@chromium.org8bc5f092009-07-10 03:20:07 +000014412009-07-09 Drew Wilson <atwilson@google.com>
1442
1443 Reviewed by Alexey Proskuryakov.
1444
1445 https://bugs.webkit.org/show_bug.cgi?id=26903
1446
1447 Turned on CHANNEL_MESSAGING by default because the MessageChannel API
1448 can now be implemented for Web Workers and is reasonably stable.
1449
1450 * configure.ac: enable CHANNEL_MESSAGING.
1451
jmalonzo@webkit.org54cd7bc2009-07-03 09:57:39 +000014522009-07-03 Jan Michael Alonzo <jmalonzo@webkit.org>
1453
1454 Reviewed by Xan Lopez and Gustavo Noronha.
1455
1456 Set user-agent from application
1457 https://bugs.webkit.org/show_bug.cgi?id=17375
1458
1459 Define UA version macros to be used by the UA string.
1460 Add new WebSettings unit test for the User-Agent string API.
1461
1462 * GNUmakefile.am:
1463 * configure.ac:
1464
kov@webkit.org4ece5912009-06-20 13:20:23 +000014652009-06-20 Gustavo Noronha Silva <gns@gnome.org>
1466
1467 Reviewed by Jan Alonzo.
1468
1469 Adding files for the new test case for loading statuses.
1470
1471 * GNUmakefile.am:
1472
xan@webkit.org942a4f92009-06-15 14:31:33 +000014732009-06-15 Xan Lopez <xlopez@igalia.com>
1474
1475 Reviewed by Gustavo Noronha.
1476
1477 Version bump in preparation for 1.1.10 release.
1478
1479 * configure.ac:
1480
vestbo@webkit.orgeb3ca9c2009-06-15 08:39:27 +000014812009-06-12 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1482
1483 Reviewed by Xan Lopez.
1484
1485 Refactor handling of options in the build-webkit script
1486
1487 Options are now defined in one place, and then reused when creating
1488 the usage help text, the arguments to GetOptions(), and when passing
1489 the options on to the underlying port-dependent build systems.
1490
1491 This allows the Qt port to read the defaults for the options from the
1492 pro file (dynamically), and to pass the options on to qmake at build.
1493
1494 * configure.ac:
1495
ariya@webkit.orgbb7f2f22009-06-11 17:39:21 +000014962009-06-11 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1497
1498 Reviewed by Holger Freyther.
1499
1500 [Qt] Fix release build detection
1501 https://bugs.webkit.org/show_bug.cgi?id=26267
1502
1503 * WebKit.pri:
1504
kov@webkit.org74a9b762009-06-11 02:48:29 +000015052009-06-10 Gustavo Noronha Silva <gns@gnome.org>
1506
1507 Reviewed by Xan Lopez.
1508
1509 Add unit tests for our WebKitNetworkRequest object.
1510
1511 * GNUmakefile.am:
1512
xan@webkit.org21f12d52009-06-10 13:10:16 +000015132009-06-10 Xan Lopez <xlopez@igalia.com>
1514
xan@webkit.org4fe35972009-06-10 17:36:53 +00001515 Reviewed by Gustavo Noronha.
1516
1517 Version bump in preparation for 1.1.9 release.
1518
1519 * configure.ac:
1520
15212009-06-10 Xan Lopez <xlopez@igalia.com>
1522
xan@webkit.org21f12d52009-06-10 13:10:16 +00001523 Reviewed by Jan Alonzo.
1524
1525 https://bugs.webkit.org/show_bug.cgi?id=25415
1526 [GTK][ATK] Please implement support for get_text_at_offset
1527
1528 Add new dependency on the Gail utils library, needed for our a11y
1529 implementation.
1530
1531 * GNUmakefile.am:
1532 * configure.ac:
1533
kov@webkit.orgb6934942009-05-29 14:48:33 +000015342009-05-29 Gustavo Noronha Silva <gns@gnome.org>
1535
1536 Reviewed by Jan Alonzo.
1537
1538 Add a test-case for our HTTP backend, currently checking the
1539 ref-counting of the SoupMessage.
1540
1541 * GNUmakefile.am:
1542
krit@webkit.orgbfb80bf2009-05-28 22:10:29 +000015432009-05-28 Dirk Schulze <krit@webkit.org>
1544
1545 Reviewed by Nikolas Zimmermann.
1546
1547 Enable the new build flag --filters for Gtk. More details in WebCore/ChangeLog.
1548
1549 * configure.ac:
1550
xan@webkit.org5151f5b2009-05-28 18:20:01 +000015512009-05-19 Xan Lopez <xlopez@igalia.com>
1552
1553 Reviewed by Jan Alonzo and Gustavo Noronha.
1554
1555 https://bugs.webkit.org/show_bug.cgi?id=25415
1556 [GTK][ATK] Please implement support for get_text_at_offset
1557
1558 Add new test file for ATK.
1559
1560 * GNUmakefile.am:
1561
kov@webkit.org53600a92009-05-28 17:48:25 +000015622009-05-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1563
1564 Rubber-stamped by Xan Lopez.
1565
1566 Fix webkitgtk_cleanfiles to clean gtk-doc-related files in the
1567 correct directory, so that we pass make distcheck.
1568
1569 * GNUmakefile.am:
1570
xan@webkit.org4f098db2009-05-28 15:45:59 +000015712009-05-28 Xan Lopez <xlopez@igalia.com>
1572
1573 Bump version numbers in preparation for 1.1.8 release.
1574
1575 * configure.ac:
1576
jmalonzo@webkit.org290fe612009-05-23 22:20:31 +000015772009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
1578
jmalonzo@webkit.org460c1ee2009-05-24 04:06:57 +00001579 Unreviewed build fix. Add gstreamer-video-0.10 libs to
jmalonzo@webkit.org94825412009-05-24 04:21:34 +00001580 GSTREAMER_LIBS to resolve an undefined reference to gst_video_get_size
jmalonzo@webkit.org460c1ee2009-05-24 04:06:57 +00001581 - symbol used in MediaPlayerPrivateGstreamer.
1582
1583 * configure.ac:
1584
15852009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
1586
jmalonzo@webkit.org290fe612009-05-23 22:20:31 +00001587 Reviewed by Xan Lopez.
1588
1589 [Gtk] Various autotools build refactoring and fixes
1590 https://bugs.webkit.org/show_bug.cgi?id=25286
1591
1592 Refactor library LIBS. Move third-party libs in libwebkit instead
1593 of libWebCore.
1594
1595 * GNUmakefile.am:
1596
15972009-05-22 Antonio Gomes <antonio.gomes@openbossa.org>
kov@webkit.org2f1014c2009-05-22 19:40:08 +00001598
1599 Reviewed by Gustavo Noronha.
1600
1601 Make Gtk build not bail out if gtk-doc-tools is not installed.
1602
kov@webkit.org83176e92009-05-22 19:41:47 +00001603 Warning message shown instead.
kov@webkit.org2f1014c2009-05-22 19:40:08 +00001604
1605 * autogen.sh:
1606
kov@webkit.orgbb6b72c2009-05-22 19:07:10 +000016072009-05-22 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1608
1609 Reviewed by Xan Lopez.
1610
1611 Add big warnings about the glib unicode backend being slow and
1612 incomplete, since it is a work in progress.
1613
1614 * autotools/webkit.m4:
1615 * configure.ac:
1616
kov@webkit.orgeba9e742009-05-22 18:06:51 +000016172009-05-22 Dominik Röttsches <dominik.roettsches@access-company.com>
1618
1619 Reviewed by Gustavo Noronha.
1620
1621 https://bugs.webkit.org/show_bug.cgi?id=15914
1622 [GTK] Implement Unicode functionality using GLib
1623
1624 Initial version of this patch by Jürg Billeter.
1625
1626 Adding options for --with-unicode-backend=icu|glib
1627 and checking for pango version >= 1.21.0 if GLib backend
1628 is selected. Temporarily, until remaining parts of
1629 this patch are committed, introduce WTF_USE_GLIB_ICU_UNICODE_HYBRID
1630 macro to allow for a mixed compilation with WTF Unicode
1631 backend based on GLib while text codecs and TextBreakIterator
1632 remain ICU dependent.
1633
1634 * GNUmakefile.am:
1635 * configure.ac:
1636
kov@webkit.org1371d072009-05-19 00:27:10 +000016372009-05-18 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1638
1639 Reviewed by Gavin Barraclough.
1640
1641 Enable YARR, and disable WREC for GTK+.
1642
1643 * configure.ac:
1644
jmalonzo@webkit.orgb6766c52009-05-18 11:30:25 +000016452009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
1646
1647 Reviewed by Xan Lopez.
1648
1649 [Gtk] Various autotools build refactoring and fixes
1650 https://bugs.webkit.org/show_bug.cgi?id=25286
1651
jmalonzo@webkit.orgc9b4de42009-05-18 11:30:53 +00001652 Add support for running unit tests. Also run the tests whenever
1653 the 'check' target runs.
1654
1655 * GNUmakefile.am:
1656
16572009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
1658
1659 Reviewed by Xan Lopez.
1660
1661 [Gtk] Various autotools build refactoring and fixes
1662 https://bugs.webkit.org/show_bug.cgi?id=25286
1663
jmalonzo@webkit.org249f7ce2009-05-18 11:30:41 +00001664 Style fixes
1665
1666 * GNUmakefile.am:
1667
16682009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
1669
1670 Reviewed by Xan Lopez.
1671
1672 [Gtk] Various autotools build refactoring and fixes
1673 https://bugs.webkit.org/show_bug.cgi?id=25286
1674
jmalonzo@webkit.orgb6766c52009-05-18 11:30:25 +00001675 Add -no-install and -no-fast-install to programs and tests that we
1676 don't install. Also remove -O2 since this is already handled at
1677 configure time.
1678
1679 * GNUmakefile.am:
1680
jmalonzo@webkit.orga3327562009-05-18 11:30:06 +000016812009-05-17 Jan Michael Alonzo <jmalonzo@webkit.org>
1682
1683 Reviewed by Xan Lopez.
1684
1685 [Gtk] Various autotools build refactoring and fixes
1686 https://bugs.webkit.org/show_bug.cgi?id=25286
1687
1688 Refactor library cflags
1689
1690 * GNUmakefile.am:
1691
jmalonzo@webkit.org35430272009-05-15 12:43:52 +000016922009-05-15 Fridrich Strba <fridrich.strba@bluewin.ch>
1693
1694 Reviewed by Jan Alonzo.
1695
1696 Use AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM, since
1697 the JIT compiler is not a cross-compiler
1698
1699 * configure.ac:
1700
xan@webkit.org0a818012009-05-13 13:49:06 +000017012009-05-13 Xan Lopez <xlopez@igalia.com>
1702
xan@webkit.org67626752009-05-13 14:54:33 +00001703 Unreviewed: bump versions in preparation for 1.1.7 release.
1704
1705 * configure.ac:
1706
17072009-05-13 Xan Lopez <xlopez@igalia.com>
1708
xan@webkit.org0a818012009-05-13 13:49:06 +00001709 Rubber-stamped by Gustavo Noronha.
1710
1711 Revert commit r43563, since it breaks WebKitGTK+ when compiled
1712 with gcc 4.4.
1713
1714 * GNUmakefile.am:
1715
jmalonzo@webkit.org95704902009-05-12 12:06:05 +000017162009-05-12 Jan Michael Alonzo <jmalonzo@webkit.org>
1717
1718 Reviewed by Holger Freyther.
1719
1720 [Gtk] Various autotools build refactoring and fixes
1721 https://bugs.webkit.org/show_bug.cgi?id=25286
1722
1723 Refactor use of CFLAGS, CXXFLAGS, LIBADD and LDFLAGS.
1724
1725 * GNUmakefile.am:
1726
jmalonzo@webkit.org0869d542009-05-10 02:28:15 +000017272009-05-09 Jan Michael Alonzo <jmalonzo@webkit.org>
1728
1729 Reviewed by Gustavo Noronha.
1730
1731 WebKit-r43163 won't build for gtk-directfb
1732 https://bugs.webkit.org/show_bug.cgi?id=25538
1733
1734 Move the ENCHANT check out of the with_target conditional since it
1735 applies to all targets
1736
1737 * configure.ac:
1738
jmalonzo@webkit.org492791d2009-05-10 02:10:17 +000017392009-05-09 Mike Hommey <glandium@debian.org>
1740
1741 Reviewed by Geoffrey Garen. Landed by Jan Alonzo.
1742
1743 Enable JIT on x86-64 gtk+
1744 https://bugs.webkit.org/show_bug.cgi?id=24724
1745
1746 * configure.ac:
1747
kov@webkit.org1edd5ac2009-05-08 21:37:09 +000017482009-05-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1749
1750 Reviewed by Xan Lopez.
1751
1752 Ship the gtk-doc.make file, so as to not depend on gtkdoc-tools.
1753
1754 * GNUmakefile.am:
1755 * autogen.sh:
1756
vestbo@webkit.orgca60ccd2009-05-06 08:20:38 +000017572009-05-06 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1758
1759 Reviewed by Simon Hausmann.
1760
1761 Build QtWebKit as a framework on Mac
1762
1763 This implies both debug and release build by default, unless
1764 one of the --debug or --release config options are passed to
1765 the build-webkit script.
1766
1767 Frameworks can be disabled by passing CONFIG+=webkit_no_framework
1768 to the build-webkit script.
1769
1770 To be able to build both debug and release targets in parallel
1771 we have to use separate output directories for the generated
1772 sources, which is not optimal, but required to avoid race conditions.
1773
1774 An optimization would be to only require this spit-up on Mac.
1775
1776 * WebKit.pri:
1777
jmalonzo@webkit.org17fc6f82009-04-30 20:38:24 +000017782009-04-30 Jan Michael Alonzo <jmalonzo@webkit.org>
1779
1780 Unreviewed build GTK build fix
1781
1782 * configure.ac: typo fix - javascript_debugger should be enable_javascript_debugger
1783
dglazkov@chromium.org9b136582009-04-30 19:02:34 +000017842009-04-30 Dimitri Glazkov <dglazkov@chromium.org>
1785
1786 Unreviewed, build fix.
1787
1788 https://bugs.webkit.org/show_bug.cgi?id=25470
1789 Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler.
1790
1791 * configure.ac: Add autoconfig options, missed in the first commit.
1792
xan@webkit.orgbe835132009-04-28 16:09:41 +000017932009-04-28 Xan Lopez <xlopez@igalia.com>
1794
1795 Unreviewed: bump versions in preparation for 1.1.6 release.
1796
1797 * configure.ac:
1798
jmalonzo@webkit.org7ffddf152009-04-25 09:19:20 +000017992009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org>
1800
jmalonzo@webkit.org5f5c6c82009-04-25 09:19:42 +00001801 Reviewed by Xan Lopez.
1802
1803 [GTK] Error reporting
1804 https://bugs.webkit.org/show_bug.cgi?id=18344
1805
1806 Add webkiterror to the build.
1807
1808 * GNUmakefile.am:
1809
18102009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org>
1811
jmalonzo@webkit.org7ffddf152009-04-25 09:19:20 +00001812 Reviewed by Xan Lopez.
1813
1814 [GTK] Error reporting
1815 https://bugs.webkit.org/show_bug.cgi?id=18344
1816
1817 Add the default error page for installation.
1818
1819 * GNUmakefile.am:
1820
kov@webkit.org596f0382009-04-24 13:16:23 +000018212009-04-24 Diego Escalante Urrelo <diegoe@gnome.org>
1822
1823 Reviewed by Gustavo Noronha.
1824
1825 https://bugs.webkit.org/show_bug.cgi?id=15616
1826 [GTK] Add spell checking
1827
1828 Add enchant support for spell-checking-languages property to work
1829 properly.
1830
1831 * GNUmakefile.am:
1832 * configure.ac:
1833
hausmann@webkit.orgac4d7162009-04-24 10:30:07 +000018342009-04-24 Simon Hausmann <simon.hausmann@nokia.com>
1835
1836 Reviewed by Ariya Hidayat.
1837
1838 Added support for generating API docs in the Qt build using "make docs"
1839
1840 * WebKit.pro: Include docs.pri for "make docs" target.
1841
xan@webkit.org7dbdcf52009-04-14 16:14:37 +000018422009-04-14 Xan Lopez <xlopez@igalia.com>
1843
1844 Unreviewed version bump in preparation for 1.1.5 release.
1845
1846 * configure.ac:
1847
kov@webkit.org774c23b2009-04-06 19:39:14 +000018482009-04-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1849
1850 Rubber-stamped by Sam Weinig.
1851
1852 Added rules to maintain the localization support. We cannot simply
1853 use whatever gettextize gives us because our build system is
1854 non-recursive.
1855
1856 * GNUmakefile.am:
1857 * configure.ac:
1858
jmalonzo@webkit.org3b28c9f2009-04-05 08:21:55 +000018592009-04-05 Mike Hommey <glandium@debian.org>
1860
1861 Reviewed by Holger Freyther.
1862
1863 Filter out all C++ symbols
1864 https://bugs.webkit.org/show_bug.cgi?id=24960
1865
1866 Considering the public API is all C, we can just filter out all
1867 C++ mangled symbols, which will avoid exporting symbols in some
1868 corner cases such as gcc bugs on specific architectures, etc.
1869
1870 * autotools/symbols.filter:
1871
kov@webkit.org77899ab2009-04-03 13:00:35 +000018722009-04-03 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1873
1874 Reviewed by Holger Freyther.
1875
1876 Require GTK+ >= 2.10; 2.8 is already very old, and some very
1877 useful APIs are only available since 2.10.
1878
1879 * configure.ac:
1880
christian@webkit.org278d4cd2009-04-01 19:48:20 +000018812009-04-01 Christian Dywan <christian@twotoasts.de>
1882
1883 Reviewed by Holger Freyther.
1884
1885 Unit test WebKitDownload
1886 http://bugs.webkit.org/show_bug.cgi?id=24844
1887
1888 * GNUmakefile.am: Add a unit test for downloading.
1889
kov@webkit.org166f8e5042009-04-01 16:37:52 +000018902009-04-01 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1891
1892 Unreviewed build fix. Fix make distcheck, after the gtk-doc
1893 integration.
1894
1895 * GNUmakefile.am:
1896
kov@webkit.org50113ce2009-03-31 02:41:46 +000018972009-03-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1898
1899 Reviewed by Holger Freyther.
1900
1901 Integrate gtk-doc into the Gtk+ buildsystem.
1902
1903 * autogen.sh:
1904 * configure.ac:
1905
xan@webkit.org7e8c3e22009-03-30 17:46:11 +000019062009-03-30 Xan Lopez <xlopez@igalia.com>
1907
1908 Unreviewed: bump version to 1.1.4 for release.
1909
1910 * configure.ac:
1911
xan@webkit.org69e405c2009-03-23 12:43:09 +000019122009-03-21 Xan Lopez <xlopez@igalia.com>
1913
1914 Reviewed by Holger Freyther.
1915
1916 Require gnome-keyring 2.26.0, since we were depending on an
1917 unreleased trunk revision between 2.25.91 and 2.26.0.
1918
1919 * configure.ac:
1920
jmalonzo@webkit.org27bbbab2009-03-20 19:45:05 +000019212009-03-20 Jan Michael Alonzo <jmalonzo@gmail.com>
1922
1923 Reviewed by Holger Freyther.
1924
jmalonzo@webkit.orga4ae29c2009-03-20 20:23:12 +00001925 [GTK] Misc patches for WebKitWebHistoryItem
1926 https://bugs.webkit.org/show_bug.cgi?id=24493
1927
1928 Added build support for build the WebKitWebHistoryItem unit test.
1929
1930 * GNUmakefile.am:
1931
19322009-03-20 Jan Michael Alonzo <jmalonzo@gmail.com>
1933
1934 Reviewed by Holger Freyther.
1935
jmalonzo@webkit.org27bbbab2009-03-20 19:45:05 +00001936 Separate gtk unit tests
1937 https://bugs.webkit.org/show_bug.cgi?id=24039
1938
1939 Build the unit tests accordingly.
1940
1941 * GNUmakefile.am:
1942
kov@webkit.orgd19e07e2009-03-17 18:22:36 +000019432009-03-17 Gustavo Noronha Silva <gns@gnome.org>
1944
1945 Reviewed by Mark Rowe.
1946
1947 Enable HTML5 media elements support by default in the GTK+ port.
1948
1949 * configure.ac:
1950
kov@webkit.org582bba52009-03-17 15:40:56 +000019512009-03-17 Mike Hommey <glandium@debian.org>
1952
1953 Reviewed by Holger Freyther.
1954
1955 Do not export cti* symbols.
1956 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519924.
1957
1958 * autotools/symbols.filter:
1959
xan@webkit.orgf5f9ace2009-03-15 15:30:38 +000019602009-03-15 Xan Lopez <xlopez@igalia.com>
1961
xan@webkit.org67b01dc2009-03-15 22:26:38 +00001962 Bump version to 1.1.3 for release and fix soversion
1963 calculation (oops). Thanks to Frederik Himpe for pointing this
1964 out.
1965
1966 * configure.ac:
1967
19682009-03-15 Xan Lopez <xlopez@igalia.com>
1969
xan@webkit.orgf5f9ace2009-03-15 15:30:38 +00001970 Bump version and libtool version for release.
1971
1972 * configure.ac:
1973
xan@webkit.org233d51e2009-03-14 20:22:13 +000019742009-03-14 Xan Lopez <xlopez@igalia.com>
1975
1976 No review, build fix.
1977
1978 Split clean rules to make distcheck pass.
1979
1980 * GNUmakefile.am:
1981
mrowe@apple.com95351592009-03-14 06:17:21 +000019822009-03-13 Mark Rowe <mrowe@apple.com>
1983
1984 Reviewed by Dan Bernstein.
1985
1986 Remove rarely used Makefile targets from the Makefile.
1987
1988 There are many situations in which the targets don't work as expected,
1989 and their primary use is addressed by having the build system default
1990 to building the appropriate architecture.
1991
1992 * Makefile.shared:
1993
jmalonzo@webkit.org378df9d2009-03-11 11:52:44 +000019942009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org>
1995
jmalonzo@webkit.org15d83302009-03-11 11:57:43 +00001996 Reviewed by Holger Freyther.
1997
1998 [Gtk] Fix make clean targets
1999 https://bugs.webkit.org/show_bug.cgi?id=24450
2000
2001 Fix 'make' clean targets. We shouldn't be removing DerivedSources
2002 if it's only clean. Only remove it if it's distclean or
2003 maintainer-clean. Also remove build-related auxillary files on
2004 dist/maintainer clean.
2005
2006 * GNUmakefile.am:
2007
20082009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org>
2009
jmalonzo@webkit.org378df9d2009-03-11 11:52:44 +00002010 Reviewed by Holger Freyther
2011
2012 [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore
2013 https://bugs.webkit.org/show_bug.cgi?id=2260
2014
2015 pangoft2 is also used in directfb builds so use it for all targets
2016
2017 * configure.ac:
2018
xan@webkit.orgaa458732009-03-04 20:57:38 +000020192009-03-02 Xan Lopez <xan@gnome.org>
2020
2021 Reviewed by Mark Rowe.
2022
2023 https://bugs.webkit.org/show_bug.cgi?id=24287
2024 [GTK] Move auth dialog feature to WebKit/
2025
2026 Add WebKitSoupAuthDialog files to build.
2027
2028 * GNUmakefile.am:
2029
kov@webkit.org7d05c792009-03-03 19:48:22 +000020302009-03-03 Gustavo Noronha Silva <gns@gnome.org>
2031
2032 Reviewed by Alexey Proskuryakov.
2033
2034 https://bugs.webkit.org/show_bug.cgi?id=16826
2035 [Gtk] Implement WebKitDownload
2036
2037 Adding new files related to WebKitDownload to the GTK+ port.
2038
2039 * GNUmakefile.am:
2040
kov@webkit.org485273b2009-03-02 14:56:41 +000020412009-03-02 Gustavo Noronha Silva <gns@gnome.org>
2042
2043 Unreviewed build fix; adding missing files to EXTRA_DIST, so that
2044 they show up in the tarball.
2045
2046 * GNUmakefile.am:
2047
christian@webkit.orgdd31f4a2009-03-01 15:39:27 +000020482009-03-01 Christian Dywan <christian@twotoasts.de>
2049
2050 * configure.ac: Bump GTK port version to 1.1.1.
2051
kov@webkit.org9551eb62009-02-28 03:44:42 +000020522009-02-27 Gustavo Noronha Silva <gns@gnome.org>
2053
2054 Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list
2055 file to EXTRA_DIST to fix make dist.
2056
2057 * GNUmakefile.am:
2058
zecke@webkit.orgfa530382009-02-26 16:48:58 +000020592009-02-26 Xan Lopez <xan@gnome.org>
2060
2061 Reviewed by Holger Freyther.
2062
2063 https://bugs.webkit.org/show_bug.cgi?id=16947
2064 [GTK] Missing HTTP Auth challenge
2065
kov@webkit.org7e5e09c2009-02-26 22:45:13 +00002066 Add HTTP authentication dialog with optional GNOME Keyring
2067 storage.
2068
2069 * GNUmakefile.am:
2070 * configure.ac:
2071
20722009-02-26 Xan Lopez <xan@gnome.org>
2073
2074 Reviewed by Holger Freyther.
2075
2076 https://bugs.webkit.org/show_bug.cgi?id=16947
2077 [GTK] Missing HTTP Auth challenge
2078
zecke@webkit.orgfa530382009-02-26 16:48:58 +00002079 Take marshallers to be built from a manually maintained list
2080 instead of grepping the sources.
2081
2082 It's much faster, especially so now that we want to add
2083 marshallers from WebCore too. A system to only take into account
2084 the modified files when generating the marshallers from sources
2085 could be hacked, but I think it's overkill considering how rarely
2086 a new marshaller is added.
2087
2088 * GNUmakefile.am:
2089
jmalonzo@webkit.org74ce0112009-02-24 09:22:35 +000020902009-02-24 Jan Michael Alonzo <jmalonzo@webkit.org>
2091
2092 Reviewed by Alexey Proskuryakov.
2093
2094 [Gtk] add options for 3D transforms and HTML5 channel messaging to the build
2095 https://bugs.webkit.org/show_bug.cgi?id=24072
2096
2097 Add options for toggling 3D transforms and HTML5 channel messaging
2098 support on or off.
2099
2100 Also fix the web-workers option. It should be web-workers and not workers.
2101
2102 * configure.ac:
2103
christian@webkit.org3a74ebf2009-02-23 11:15:30 +000021042009-02-23 Xan Lopez <xan@gnome.org>
2105
2106 Reviewed by Alexey Proskuryakov.
2107
2108 https://bugs.webkit.org/show_bug.cgi?id=22624
2109 [SOUP][GTK] Need API to get SoupSession from WebKit.
2110
2111 Remove CURL support, the only supported HTTP backend is SOUP now.
2112
2113 * GNUmakefile.am:
2114 * configure.ac:
2115
christian@webkit.org2c1a0db2009-02-19 21:41:25 +000021162009-02-19 Christian Dywan <christian@twotoasts.de>
2117
2118 Rubber-stamped by Holger Freyther.
2119
2120 http://bugs.webkit.org/show_bug.cgi?id=22811
2121 Underlinking in Programs_UnitTests (GTK+ build)
2122
2123 * GNUmakefile.am: Add GLIB_LIBS to unit test library flags.
2124
kov@webkit.org59fc6e52009-02-18 19:18:28 +000021252009-02-18 Gustavo Noronha Silva <gns@gnome.org>
2126
2127 Reviewed by Holger Freyther.
2128
2129 Fix symbols.filter location, and add other missing files to the
2130 autotools build, so that make dist works.
2131
2132 * GNUmakefile.am:
2133
kov@webkit.org80783502009-02-17 12:43:58 +000021342009-02-17 Gustavo Noronha Silva <gns@gnome.org>
2135
2136 Reviewed by Alexey Proskuryakov.
2137
2138 https://bugs.webkit.org/show_bug.cgi?id=23939
2139 Release build being built with debugging symbols
2140
2141 * configure.ac: Revert change done in revision 40790, since we
2142 already have a AC_PROG_CXX macro call as part of WEBKIT_INIT
2143
christian@webkit.org36600362009-02-12 18:32:09 +000021442009-02-12 Gustavo Noronha Silva <gns@gnome.org>
2145
2146 Reviewed by Eric Seidel.
2147
2148 * configure.ac: Make soup the default HTTP backend for the Gtk port.
2149
zecke@webkit.org10591452009-02-09 20:41:14 +000021502009-02-09 Calvin Walton <calvin.walton@gmail.com>
2151
2152 Reviewed by Holger Freyther.
2153
2154 https://bugs.webkit.org/show_bug.cgi?id=23823
2155
2156 [Gtk] Fix build with recent autotools
2157
2158 Current versions of automake/libtool don't assume you want C++ enabled
2159 by default any more, so explicitly check for a C++ compiler.
2160
2161 * configure.ac: Add AC_PROG_CXX macro
2162
christian@webkit.org0476c992009-02-02 21:15:53 +000021632009-02-02 Christian Dywan <christian@twotoasts.de>
2164
2165 Rubber-stamped by Holger Freyther.
2166
2167 Don't require Geolocation by default.
2168
2169 * configure.ac:
2170
jmalonzo@webkit.org06d65c102009-01-31 09:36:45 +000021712009-01-30 Jan Michael Alonzo <jmalonzo@webkit.org>
2172
2173 Reviewed by Nikolas Zimmermann.
2174
2175 [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits
2176 https://bugs.webkit.org/show_bug.cgi?id=22136
2177
2178 * GNUmakefile.am:
2179 * acinclude.m4: Removed.
2180 * autogen.sh:
2181 * autotools/acinclude.m4: Added.
2182 * autotools/dolt.m4: Added.
2183 * autotools/symbols.filter: Renamed from symbols.filter.
2184 * autotools/webkit.m4: Added.
2185 * configure.ac:
2186
zecke@webkit.orgb99bb802009-01-31 03:51:00 +000021872009-01-30 Holger Hans Peter Freyther <zecke@selfish.org>
2188
2189 Reviewed by Nikolas Zimmermann.
2190
2191 [GTK] Implement GeolocationService using the Geoclue library
2192
2193 https://bugs.webkit.org/show_bug.cgi?id=22022
2194
2195 Untested implementation of the GeolocationService using the geoclue
2196 library. Velocity handling is completely missing and the accuracy
2197 handling might be wrong.
2198
2199 * GNUmakefile.am:
2200 * configure.ac:
2201
zecke@webkit.org839009e2009-01-11 19:59:13 +000022022009-01-11 Xan Lopez <xan@gnome.org>
2203
2204 Reviewed by Holger Freyther.
2205
2206 Bump version to 1.1.0 since we are breaking ABI and adding new
2207 major features.
2208
2209 * configure.ac:
2210
zecke@webkit.org2d40b852008-12-20 03:18:31 +000022112008-12-19 Marco Barisione <marco.barisione@collabora.co.uk>
2212
2213 Reviewed by Holger Freyther.
2214
2215 http://bugs.webkit.org/show_bug.cgi?id=16562
2216 [gtk] Implement WebPolicyDelegate methods
2217
2218 Original work by Pierre-Luc Beaudoin. Final touches by Gustavo
2219 Noronha.
2220
2221 This implements the delegates methods of WebPolicyDelegate.
2222 Since Gtk+/C doesn't have delegate methods, they are replaced with
2223 signals.
2224
2225 A new object WebKitWebPolicyDecision allows the browser to delay its
2226 response in certain cases. WebKitWebNavigationAction contains the
2227 information about what caused a navigation request.
2228
2229 * GNUmakefile.am: Add new files
2230
zecke@webkit.orgd34c3d402008-12-19 16:54:50 +000022312008-12-19 Gustavo Noronha Silva <gns@gnome.org>
2232
2233 Reviewed by Holger Freyther.
2234
2235 Use ustar tar format for WebKit/GTK+'s make dist target, so that
2236 storing files whose filenames are > 99 is possible.
2237
2238 * configure.ac:
2239
zecke@webkit.org602f70b2008-12-19 16:35:39 +000022402008-12-19 Holger Hans Peter Freyther <zecke@selfish.org>
2241
2242 [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST
2243
2244 Fix the jit compilation on i*686 on Linux by using the va_list
2245 to pass arguments to the CTI. This is done on the MAC as well
2246 and sunspider and javascriptcore seem to work with that.
2247
2248 * configure.ac:
2249
pam@chromium.org8e6cbb52008-12-18 17:56:31 +000022502008-12-18 Pamela Greene <pam@chromium.org>
2251
2252 Submitted without review.
pam@chromium.orgcd92f572008-12-18 18:02:47 +00002253 Right, remove the whole misplaced directory, not just the tests.
2254
2255 * fast: Removed.
2256 * fast/dom: Removed.
2257
22582008-12-18 Pamela Greene <pam@chromium.org>
2259
2260 Submitted without review.
pam@chromium.org8e6cbb52008-12-18 17:56:31 +00002261 Moving layout test into LayoutTests where it belongs.
2262
2263 * fast/dom/setter-type-enforcement-expected.txt: Removed.
2264 * fast/dom/setter-type-enforcement.html: Removed.
2265
eric@webkit.org81f42262008-12-15 22:18:40 +000022662008-12-15 Daniel Macks <dmacks@netspace.org>
2267
2268 Reviewed by Darin Adler.
2269
2270 Default to use external libicu-config if avail on all platforms.
2271 https://bugs.webkit.org/show_bug.cgi?id=22713
2272
2273 * configure.ac:
2274
zecke@webkit.orgeed856b2008-12-12 16:08:48 +000022752008-12-12 Holger Hans Peter Freyther <zecke@selfish.org>
2276
2277 Back out r39222 as this is breaking the build on Gentoo (aclocal-1.10)
2278
2279 The m4 directory does not exist and we now have a compile issue on
2280 Gentoo systems.
2281
2282 * GNUmakefile.am:
2283 * configure.ac:
2284
zecke@webkit.orgaf3c15c2008-12-12 00:37:16 +000022852008-12-11 Daniel Macks <dmacks@netspace.org>
2286
2287 Reviewed by Darin Adler.
2288
2289 https://bugs.webkit.org/show_bug.cgi?id=22714
2290
2291 Put libtool macro files in subdir that it wants.
2292
2293 * GNUmakefile.am:
2294 * configure.ac:
2295
zecke@webkit.org5955e9e2008-12-07 18:41:46 +000022962008-12-07 Holger Hans Peter Freyther <zecke@selfish.org>
2297
zecke@webkit.orgc31c5112008-12-07 19:16:17 +00002298 Reviewed by Eric Seidel.
2299
2300 [Gtk+] Use glib's unit test facilities to test the WebKit/Gtk+ API
2301
2302 https://bugs.webkit.org/show_bug.cgi?id=22491
2303
2304 Add the skeleton to WebKit/gtk/tests and integrate that into the
2305 buildsystem. Testing support was added in glib 2.16. For versions
2306 using glib < 2.16 we compile an empty application.
2307
2308 * GNUmakefile.am:
2309
23102008-12-07 Holger Hans Peter Freyther <zecke@selfish.org>
2311
zecke@webkit.org5955e9e2008-12-07 18:41:46 +00002312 Reviewed by Cameron Zwarich.
2313
2314 [GTK] Define ENABLE_JIT_OPTIMIZE_CALL, ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS, ENABLE_JIT_OPTIMIZE_ARITHMETIC
2315
2316 When building the jit on i*86 also enable the above optimizations.
2317
2318 * configure.ac:
2319
hausmann@webkit.orge7bf97e2008-12-03 14:10:20 +000023202008-12-03 Simon Hausmann <hausmann@webkit.org>
2321
2322 Reviewed by Tor Arne Vestbø.
2323
2324 Fix the build of WebKit inside Qt by making sure that qmake generators
2325 that do not produce generated sources (i.e. cpp files) are not
2326 included in SOURCES.
2327
2328 * WebKit.pri:
2329
hausmann@webkit.org75ad0542008-12-02 10:04:25 +000023302008-12-02 Simon Hausmann <hausmann@webkit.org>
2331
2332 Reviewed by Tor Arne Vestbø.
2333
2334 Removed JavaScriptCore from SUBDIRS as it's not built separately
2335 anymore.
2336
2337 * WebKit.pro:
2338
zecke@webkit.orgdfb38682008-11-29 00:20:56 +000023392008-11-28 Gustavo Noronha Silva <gns@gnome.org>
2340
2341 Reviewed and slightly modified by Holger Freyther.
2342
2343 https://bugs.webkit.org/show_bug.cgi?id=19130
2344
2345 Added the new WebKitGtk files to be built:
2346 WebKit/gtk/webkit/webkitwebwindowfeatures.{cpp,h}
2347
2348 * GNUmakefile.am:
2349
jmalonzo@webkit.orge17b4862008-11-26 11:31:27 +000023502008-11-26 Kalle Vahlman <kalle.vahlman@movial.com>
2351
2352 Reviewed by Darin Adler. Landed by Jan Alonzo.
2353
2354 Bison versions under 2.2 produce crashing CSSGrammar code for ARM
2355 https://bugs.webkit.org/show_bug.cgi?id=22456
2356
2357 Check for bison version 2.2 or greater on ARM. Earlier versions produce
2358 code that crashes on ARM devices.
2359
2360 * configure.ac:
2361
zecke@webkit.orgb59f9c42008-11-25 23:17:02 +000023622008-11-25 Holger Hans Peter Freyther <zecke@selfish.org>
2363
2364 Reviewed by David Kilzer.
2365
2366 https://bugs.webkit.org/show_bug.cgi?id=22022
2367
2368 Add Geolocation support to the configure.ac
2369
2370 Add an option to build WebKit/Gtk+ with Geolocation. The
2371 implementation will be using Gypsy.
2372
2373 * configure.ac:
2374
zecke@webkit.orge9dbf8a2008-11-24 12:56:31 +000023752008-11-24 Holger Hans Peter Freyther <zecke@selfish.org>
2376
2377 Reviewed by Mark Rowe.
2378
2379 [Gtk+] Add configure option to enable Web Workers and enable it by default
2380
2381 Add --enable-workers to the buildsystem (used by build-webkit) add
2382 the to be build files to the GNUmakefile.am and change build-webkit
2383 to enable Web Workers by default.
2384
2385 * configure.ac:
2386
hausmann@webkit.org61386622008-11-20 13:44:01 +000023872008-09-09 Joerg Bornemann <joerg.bornemann@trolltech.com>
2388
2389 Reviewed by Simon Hausmann.
2390
2391 Steps towards making the Qt port of WebKit compile on Windows CE
2392
2393 https://bugs.webkit.org/show_bug.cgi?id=20746
2394
2395 * WebKit.pro: don't build DumpRenderTree on all Win32 platforms
2396
zimmermann@webkit.org4c3a61a2008-11-18 00:04:18 +000023972008-11-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2398
2399 Reviewed by George Staikos.
2400
2401 Add WML build support for Gtk as well.
2402
2403 * configure.ac:
2404
ggaren@apple.com987bc5b2008-11-17 05:52:02 +000024052008-11-16 Geoffrey Garen <ggaren@apple.com>
2406
2407 Not reviewed.
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00002408
ggaren@apple.com987bc5b2008-11-17 05:52:02 +00002409 Try to fix gtk build.
2410
2411 * configure.ac:
2412
vestbo@webkit.org83a4da72008-11-10 15:55:10 +000024132008-11-10 Tor Arne Vestbø <tavestbo@trolltech.com>
2414
2415 Rubber-stamped by Simon Hausmann.
2416
2417 Distinguish between building from trunk and as part of Qt
2418
2419 * WebKit.pri:
2420
24212008-11-10 Morten Sørvig <msorvig@trolltech.com>
hausmann@webkit.org96865462008-11-10 11:46:11 +00002422
2423 Reviewed by Simon Hausmann.
2424
2425 Make tests/auto/qwebframe compile on Qt/Mac.
2426
2427 * WebKit.pri: Fix linkage against QtWebKit when compiled as framework.
2428
cwzwarich@webkit.orgb77ab3a2008-11-07 07:41:18 +000024292008-11-06 Cameron Zwarich <zwarich@apple.com>
2430
2431 Not reviewed.
2432
2433 Speculatively fix the GTK build.
2434
2435 * GNUmakefile.am:
2436
alp@webkit.org4c29a2f2008-11-06 08:58:53 +000024372008-11-06 Alp Toker <alp@nuanti.com>
2438
2439 GTK build fix for r38155. create_hash_table was moved out of kjs/
2440
2441 * GNUmakefile.am:
2442
cwzwarich@webkit.org61a3d962008-11-06 08:55:35 +000024432008-11-06 Cameron Zwarich <zwarich@apple.com>
cwzwarich@webkit.orgf3683502008-11-06 08:53:06 +00002444
2445 Rubber-stamped by Sam Weinig.
2446
2447 Correct the reference to jsc.pro in WebKit.pro to match its new
2448 location in the root directory of JavaScriptCore.
2449
2450 * WebKit.pro:
2451
alp@webkit.org515bfc62008-11-03 15:59:02 +000024522008-11-03 Alp Toker <alp@nuanti.com>
2453
alp@webkit.orge359c842008-11-04 04:25:52 +00002454 autotools distcleancheck fix. Add dolt-generated files and
2455 webkitenumtypes.h to the list of files that need to be cleaned.
2456 Unreviewed.
2457
2458 * GNUmakefile.am:
2459
24602008-11-03 Alp Toker <alp@nuanti.com>
2461
alp@webkit.org515bfc62008-11-03 15:59:02 +00002462 Rubber-stamped by Holger Freyther.
2463
alp@webkit.org491d9092008-11-03 17:27:55 +00002464 Do not enable RTTI or exceptions in debug builds, matching release
2465 builds. They don't help much with debugging and significantly slow
2466 down and increase the size of the debug build.
2467
2468 * GNUmakefile.am:
2469
24702008-11-03 Alp Toker <alp@nuanti.com>
2471
2472 Rubber-stamped by Holger Freyther.
2473
alp@webkit.org515bfc62008-11-03 15:59:02 +00002474 Add mingw32 case to dolt for faster GTK+ Windows builds.
2475
2476 * acinclude.m4:
2477
christian@webkit.orgfb968c62008-11-02 20:23:14 +000024782008-11-02 Xan Lopez <xan@gnome.org>
2479
2480 Reviewed by Holger Freyther
2481
2482 https://bugs.webkit.org/show_bug.cgi?id=22009
2483 HTML5 Video with GStreamer pulls gnome-vfs without using it.
2484
2485 * configure.ac:
2486 Remove gnome-vfs from configure.ac, it's unused.
2487
alp@webkit.org1ad44172008-10-30 08:24:04 +000024882008-10-30 Alp Toker <alp@nuanti.com>
2489
alp@webkit.orga8df3bf2008-10-30 21:22:38 +00002490 https://bugs.webkit.org/show_bug.cgi?id=19395
2491 doltlibtool bug with bash 3.0
2492
2493 autotools dolt build fix for bash version 3.0 and older. Remove
2494 concatenation syntax from doltlibtool to support the older versions
2495 which don't have '+='.
2496
2497 * acinclude.m4:
2498
24992008-10-30 Alp Toker <alp@nuanti.com>
2500
alp@webkit.orgeb261eb2008-10-30 09:56:39 +00002501 Rubber-stamped by Oliver Hunt.
2502
2503 autotools build system change to enable JIT features by default. Can
2504 be disabled with --disable-jit (and is disabled automatically on
2505 unsupported platforms).
2506
2507 * configure.ac:
2508
25092008-10-30 Alp Toker <alp@nuanti.com>
2510
alp@webkit.org1ad44172008-10-30 08:24:04 +00002511 Bump WebKit GTK+ version to 1.0.3.
2512
2513 * configure.ac:
2514
zecke@webkit.orgbcca41d2008-10-29 22:39:18 +000025152008-10-29 Gustavo Noronha Silva <gns@gnome.org>
2516
2517 Reviewed by Holger Freyther.
2518
2519 Added all the files that need to be installed for the Inspector to
2520 work.
2521
zecke@webkit.orga05d5962008-10-29 20:19:06 +000025222008-10-29 Mike Hommey <glandium@debian.org>
2523
2524 Reviewed by Holger Freyther.
2525
2526 https://bugs.webkit.org/show_bug.cgi?id=21884
2527 Test presence and link against libpng.
2528
2529 * GNUmakefile.am:
2530 * configure.ac:
2531
jmalonzo@webkit.orgdc065f32008-10-29 19:34:36 +000025322008-10-29 Jan Michael Alonzo <jmalonzo@webkit.org>
2533
2534 Reviewed by Holger Freyther.
2535
2536 Add --enable-optimizations to enable optimized builds. The default
2537 is to enable it for release builds, and disabled for debug builds.
2538 This option will allow builders to have a debug as well as
2539 optimized builds.
2540
2541 * GNUmakefile.am:
2542 * configure.ac:
2543
alp@webkit.org6862a8b2008-10-28 14:30:05 +000025442008-10-28 Mike Hommey <glandium@debian.org>
2545
2546 Reviewed by Alp Toker.
2547
2548 https://bugs.webkit.org/show_bug.cgi?id=21885
2549 [GTK] libwebkit doesn't link against libpangoft2
2550
2551 Add pkg-config check for pangoft2 which provides
2552 pango_fc_font_description_from_pattern() used in the FreeType font
2553 backend.
2554
2555 * configure.ac:
2556
alp@webkit.org2ab36952008-10-28 12:53:51 +000025572008-10-28 Alp Toker <alp@nuanti.com>
2558
2559 Include copyright license files in the autotools dist target.
2560
2561 Change suggested by Mike Hommey.
2562
2563 * GNUmakefile.am:
2564
jmalonzo@webkit.orge39356e2008-10-25 07:24:17 +000025652008-10-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2566
2567 Gtk build fix: add '-' to Wl which was missed in r36845
2568
2569 * GNUmakefile.am:
2570
alp@webkit.orgee7dc252008-10-22 10:38:23 +000025712008-10-22 Alp Toker <alp@nuanti.com>
2572
2573 Fix build for Cairo 1.2.
2574
2575 * configure.ac:
2576
alp@webkit.org14af1492008-10-20 18:04:53 +000025772008-10-20 Alp Toker <alp@nuanti.com>
2578
2579 Partial GTK+/Win32 build fix. Lowercase library name to enable linking
2580 when cross-compiling Windows binaries from Linux: -lWs2_32 -> -lws2_32
2581
2582 * configure.ac:
2583
alp@webkit.orgb7224862008-10-14 02:16:13 +000025842008-10-13 Alp Toker <alp@nuanti.com>
2585
2586 GTK+ build fix: Ensure correct builds when debugging is
2587 enabled/disabled by defining NDEBUG in autotoolsconfig.h as needed.
2588 It's still passed as a compiler flag since some sources (DRT) don't
2589 use config.h yet.
2590
2591 * configure.ac:
2592
alp@webkit.org7e2b6cd2008-10-10 00:50:25 +000025932008-10-09 Alp Toker <alp@nuanti.com>
2594
2595 Reviewed by Mark Rowe.
2596
2597 https://bugs.webkit.org/show_bug.cgi?id=20760
2598 Implement support for x86 Linux in CTI
2599
2600 Prepare to enable CTI/WREC on supported architectures. Will be
2601 switched on when the crasher introduced in r37386 is resolved.
2602
2603 * configure.ac:
2604
alp@webkit.orge1244662008-10-07 18:28:43 +000026052008-10-07 Alp Toker <alp@nuanti.com>
2606
alp@webkit.org76e7f9a2008-10-08 00:42:37 +00002607 GTK+ build fix for older automake versions (1.7). Discussed in bug
2608 #21392.
2609
2610 * GNUmakefile.am:
2611
26122008-10-07 Alp Toker <alp@nuanti.com>
2613
alp@webkit.orge1244662008-10-07 18:28:43 +00002614 Reviewed by Mark Rowe.
2615
2616 https://bugs.webkit.org/show_bug.cgi?id=21392
2617 [GTK] Auto-generate JS DOM binding sources list
2618
2619 Remove the huge lists of generated DOM binding sources and headers in
2620 the build system. These are difficult to maintain and can be derived
2621 automatically.
2622
2623 The new strategy is to re-use the existing lists of IDL sources (which
2624 are needed for dist support anyway). This will also ease the addition
2625 of new language bindings.
2626
2627 * GNUmakefile.am:
2628
zecke@webkit.org202af282008-09-28 01:49:45 +000026292008-09-27 Jan Michael Alonzo <jmalonzo@webkit.org>
2630
2631 Reviewed by Holger Freyther.
2632
2633 https://bugs.webkit.org/show_bug.cgi?id=20287
2634 [Gtk] disable plugins for gtk/directfb target
2635
2636 Introduce WTF_PLATFORM_X11 for X11 builds.
2637 Also use target-specific packages when building the port
2638
2639 * configure.ac: Do not check for cairo-ft for directfb builds.
2640
zecke@webkit.orga051fce2008-09-27 22:56:56 +000026412008-09-27 Marco Barisione <marco.barisione@collabora.co.uk>
2642
2643 Reviewed by Holger Freyther.
2644
2645 http://bugs.webkit.org/show_bug.cgi?id=21174
2646 [GTK][AUTOTOOLS] Enable large file support at configure time
2647
2648 * configure.ac: Enable large file support with AC_SYS_LARGEFILE.
2649
jmalonzo@webkit.orga897fea2008-09-24 07:42:51 +000026502008-09-23 Richard Hult <richard@imendio.com>
2651
2652 Reviewed by Alp Toker. Landed by Jan Alonzo.
2653
2654 http://bugs.webkit.org/show_bug.cgi?id=20582
2655 [Gtk] Link error on Mac OS X
2656
2657 * GNUmakefile.am: Only use the -version-script flag for the gnu
2658 linker.
2659 * configure.ac: Check for GNU OSes.
2660
alp@webkit.org139345a2008-09-20 06:34:35 +000026612008-09-19 Alp Toker <alp@nuanti.com>
2662
2663 Build fix for the 'gold' linker and recent binutils. New behaviour
2664 requires that we link to used libraries explicitly.
2665
2666 * GNUmakefile.am:
2667 * configure.ac:
2668
jmalonzo@webkit.org6afc5d42008-09-04 20:26:16 +000026692008-09-04 Marco Barisione <marco.barisione@collabora.co.uk>
2670
2671 Reviewed by Eric Seidel.
2672
2673 http://bugs.webkit.org/show_bug.cgi?id=20380
2674 [GTK][AUTOTOOLS] Include autotoolsconfig.h from config.h
2675
2676 * configure.ac: Rename the configuration header from aconfig.h to autotoolsconfig.h.
2677
alp@webkit.org97d8c102008-08-29 05:09:39 +000026782008-08-28 Alp Toker <alp@nuanti.com>
2679
2680 GTK+ dist/build fix. List newly added header files.
2681
2682 * GNUmakefile.am:
2683
zecke@webkit.org895c50f2008-08-28 01:20:19 +000026842008-08-27 Mike Hommey <glandium@debian.org>
2685
2686 Reviewed by Holger.
2687
2688 * GNUmakefile.am:
2689 * symbols.filter: Added.
2690
alp@webkit.org9388fc82008-08-10 18:21:21 +000026912008-08-10 Jan Michael Alonzo <jmalonzo@webkit.org>
2692
2693 Reviewed (and updated) by Alp Toker.
2694
2695 https://bugs.webkit.org/show_bug.cgi?id=16620
2696 [GTK] Autotools make dist and make check support
2697
2698 Get make dist working.
2699
2700 Note that not all possible configurations have been tested yet.
2701
2702 * GNUmakefile.am:
2703
alp@webkit.orgf996f492008-08-10 03:11:28 +000027042008-08-09 Marco Barisione <marco.barisione@collabora.co.uk>
2705
2706 Reviewed by Alp Toker.
2707
2708 http://bugs.webkit.org/show_bug.cgi?id=19045
2709 [gtk] ./configure doesn't check for x toolkit availability
2710
2711 Some old versions of Xt do not provide xt.pc, in this case use
2712 AC_CHECK_LIB to check if the library is installed and then fall back
2713 to using just -lXt.
2714
2715 * configure.ac:
2716
alp@webkit.org5186e842008-08-10 03:00:29 +000027172008-08-09 Alp Toker <alp@nuanti.com>
2718
2719 GTK+ build fixes.
2720
2721 Back out r20338 libxslt check (conditional check already exists and
2722 this broke the build).
2723
2724 Make the flex version check a warning rather than fatal to fix the
2725 build bot.
2726
2727 * configure.ac:
2728
jmalonzo@webkit.orga325b512008-08-10 02:03:42 +000027292008-08-08 Jan Michael Alonzo <jmalonzo@webkit.org>
2730
2731 Reviewed by Mark Rowe.
2732
2733 http://bugs.webkit.org/show_bug.cgi?id=20338
2734 [Gtk] Autotools should check for libxslt
2735
2736 Autotools check for libxslt
2737
2738 * configure.ac:
2739
jmalonzo@webkit.org850cecc2008-08-07 12:08:52 +000027402008-08-07 Kalle Vahlman <zuh@iki.fi>
2741
2742 Reviewed by David Kilzer.
2743
2744 Check for correct flex version to avoid faulty builds
2745
2746 A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it
2747 https://bugs.webkit.org/show_bug.cgi?id=20253
2748
2749 acinclude.m4: Import AX_COMPARE_VERSION macro
2750 configure.ac: Check for flex version
2751
2752 * acinclude.m4:
2753 * configure.ac:
2754
hausmann@webkit.org25eaf422008-08-07 11:31:59 +000027552008-08-07 Simon Hausmann <hausmann@webkit.org>
2756
2757 Rubber-stamped by Lars.
2758
2759 Added API tests for QWebPage/QWebFrame based on QTestLib.
2760
2761 * WebKit.pro: Add WebKit/qt/tests to the build.
2762
jmalonzo@webkit.org46fd3f42008-08-06 12:40:53 +000027632008-08-06 Marco Barisione <marco.barisione@collabora.co.uk>
2764
2765 Reviewed by Eric Seidel.
2766
2767 http://bugs.webkit.org/show_bug.cgi?id=20276
2768 [GTK] Makefile rules for the enum GTypes files depend on Makefile
2769 instead of GNUmakefile
2770
2771 The patch committed in revision 34649 added the code needed to
2772 generate GTypes for enums but the makefile rules for
2773 stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on
2774 Makefile (used by other ports) instead of GNUmakefile.
2775
2776 * GNUmakefile.am: Depend on GNUmakefile instead of Makefile.
2777
alp@webkit.org7ba3bb92008-08-05 21:33:35 +000027782008-08-05 Marco Barisione <marco.barisione@collabora.co.uk>
2779
2780 Reviewed by Alp Toker.
2781
2782 http://bugs.webkit.org/show_bug.cgi?id=19045
2783 [gtk] ./configure doesn't check for x toolkit availability
2784
2785 Check for the .pc file for Xt instead of hard coding -lXt in the
2786 GNUmakefile.am.
2787
2788 Thanks to Dominik Röttsches for the initial patch.
2789
2790 * GNUmakefile.am:
2791 * configure.ac:
2792
christian@webkit.orge0a030f2008-07-30 18:17:24 +000027932008-07-30 Marco Barisione <marco.barisione@collabora.co.uk>
2794
2795 Reviewed by Holger.
2796
2797 http://bugs.webkit.org/show_bug.cgi?id=19742
2798 [GTK] Auto generate webkitmarshal.list
2799
2800 Auto generate webkitmarshal.list from source files to reduce the
2801 number of conflicts when merging git branches or when applying
2802 patches.
2803 Also rename webkit-marshal.* to webkitmarshal.* for consistency.
2804
2805 * GNUmakefile.am:
2806
jmalonzo@webkit.org20c9f4b2008-07-27 06:00:36 +000028072008-07-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2808
2809 Reviewed by Mark Rowe.
2810
2811 Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee.
2812
2813 [Gtk] Improve detection jpeglib
2814 https://bugs.webkit.org/show_bug.cgi?id=17865
2815
2816 * GNUmakefile.am:
2817 * configure.ac:
2818
hausmann@webkit.orgbb87b702008-07-25 10:55:33 +000028192008-07-25 Simon Hausmann <hausmann@webkit.org>
2820
2821 Discussed with and rubber-stamped by Lars.
2822
2823 Fix the build system for the Qt port.
2824
2825 Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the
2826 include search path. With a build process that combines JavaScriptCore and
2827 WebCore in one build process/Makefile the existance of
2828 JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts.
2829
2830 This commit solves this by introducing a separate build of JavaScriptCore into
2831 a static library.
2832
2833 As a result of the split-up a race-condition due to broken dependencies of
2834 regular source files to header files of generated sources showed up very
2835 frequently when doing parallel builds (which the buildbot does). This commit at
2836 the same time tries to address the dependency problem by making the
2837 addExtraCompiler() function also generate a pseudo extra compiler that
2838 represents the header file output, so that qmake is aware of the creation of
2839 the header file for dependency calculation.
2840
2841 At the same time I removed a lot of cruft from the pro files to ease maintenance.
2842
2843 * WebKit.pri:
2844 * WebKit.pro:
2845
jmalonzo@webkit.orgd18157182008-06-18 20:04:18 +000028462008-06-18 Marco Barisione <marco.barisione@collabora.co.uk>
2847
2848 Reviewed by Alp Toker.
2849
2850 https://bugs.webkit.org/show_bug.cgi?id=19171
2851 [GTK] GTypes for enumerations
2852
2853 Generate GTypes for public enumerations so they can be used as
2854 properties.
2855
2856 * GNUmakefile.am: Generate webkit-enum-types.cpp and
2857 webkit-enum-types.h.
2858
hausmann@webkit.orgb18129c2008-06-16 10:14:04 +000028592008-06-16 Simon Hausmann <hausmann@webkit.org>
2860
2861 Fix the Qt build. testkjs.pro is now called jsc.pro.
2862
2863 * WebKit.pro:
2864
alp@webkit.org643f3ef2008-06-15 11:46:18 +000028652008-06-15 Alp Toker <alp@nuanti.com>
2866
2867 Rubber-stamped by Maciej.
2868
2869 Install 'jsc' application by default.
2870
2871 * GNUmakefile.am:
2872
alp@webkit.org2d181c52008-06-08 16:10:16 +000028732008-06-08 Alp Toker <alp@nuanti.com>
2874
alp@webkit.org7c869902008-06-08 19:04:23 +00002875 autotools/GTK+ build system cleanup. Don't include WebKit API in the
2876 WebCore build as it's no longer needed since r34426.
2877
2878 * GNUmakefile.am:
2879
28802008-06-08 Alp Toker <alp@nuanti.com>
2881
alp@webkit.org2d181c52008-06-08 16:10:16 +00002882 Rubber-stamped by Mark Rowe.
2883
2884 Bring back -fstrict-aliasing for JavaScriptCore which was removed in
2885 r31821, since aliasing issues have now been fixed.
2886
2887 Use -O3, not -O2 for the JavaScriptCore build.
2888
2889 * GNUmakefile.am:
2890 * configure.ac:
2891
christian@webkit.org56f00692008-06-05 22:50:40 +000028922008-06-05 Christian Dywan <christian@twotoasts.de>
2893
2894 Reviewed by Alp Toker.
2895
2896 https://bugs.webkit.org/show_bug.cgi?id=14141
2897 Please add a version to the Gtk port
2898
2899 * GNUmakefile.am:
2900
alp@webkit.org15ef3c42008-06-03 00:30:19 +000029012008-06-02 Alp Toker <alp@nuanti.com>
2902
2903 GTK+/autotools Windows build system fixes.
2904
2905 * GNUmakefile.am:
2906 * configure.ac:
2907
alp@webkit.orgf1dbca62008-06-02 16:36:32 +000029082008-06-02 Jan Michael Alonzo <jmalonzo@webkit.org>
2909
2910 Reviewed by Alp Toker.
2911
2912 Build WebCore GTK+ sources as part of WebCore, not WebKit.
2913 Split common and GTK+-specific sources into separate file lists.
2914
2915 * GNUmakefile.am:
2916
alp@webkit.org46377ba2008-06-02 02:08:34 +000029172008-06-01 Josh Triplett <josh@freedesktop.org>
2918
2919 Reviewed by Alp Toker.
2920
2921 http://bugs.webkit.org/show_bug.cgi?id=16891
2922 [GTK] autotools build is slow
2923
2924 Add dolt revision 5e9eef10 to the autotools build system. Speeds up
2925 the build, often by a factor of two or more on supported platforms,
2926 otherwise falls back to libtool.
2927
2928 See http://dolt.freedesktop.org for details.
2929
2930 * acinclude.m4: Added.
2931 * configure.ac:
2932
jmalonzo@webkit.orgdb04f5c2008-05-25 11:15:15 +000029332008-05-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2934
2935 Reviewed by Alp Toker.
2936
2937 http://bugs.webkit.org/show_bug.cgi?id=19142
2938 [Gtk] Remove build options --svg-experimental and --cross-document-messaging
2939
2940 * configure.ac:
2941
alp@webkit.org1ea970c2008-05-25 04:19:22 +000029422008-05-24 Alp Toker <alp@nuanti.com>
2943
2944 GTK+/Win32 build fixes. Link against Windows ICU without using
2945 icu-config since it's not available on that platform.
2946
2947 Link against Ws2_32 when the curl http backend is chosen since we
2948 use select() directly.
2949
2950 * configure.ac:
2951
alp@webkit.org2bf19672008-05-23 17:48:41 +000029522008-05-23 Alp Toker <alp@nuanti.com>
2953
2954 GTK+ fixes for building without database support.
2955
2956 * configure.ac:
2957
jmalonzo@webkit.org4c3907a2008-05-20 11:52:08 +000029582008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org>
2959
alp@webkit.org5ac91ee2008-05-21 00:51:24 +00002960 Reviewed by Alp Toker.
2961
2962 Fix for previous autotools change.
2963
2964 * configure.ac:
2965
29662008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org>
2967
jmalonzo@webkit.org4c3907a2008-05-20 11:52:08 +00002968 Reviewed by Alp.
2969
2970 http://bugs.webkit.org/show_bug.cgi?id=18483
2971 [Gtk] Autotools should match build-webkit default flags
2972
2973 * configure.ac:
2974
alp@webkit.org8cfd6ab2008-05-19 23:06:49 +000029752008-05-19 Alp Toker <alp@nuanti.com>
2976
2977 GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when
2978 the Pango font backend is selected.
2979
2980 * GNUmakefile.am:
2981 * configure.ac:
2982
jchaffraix@webkit.org98e84ef2008-05-16 20:38:48 +000029832008-05-16 Julien Chaffraix <jchaffraix@webkit.org>
2984
2985 Reviewed by Eric.
2986
2987 Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated
2988
2989 * configure.ac: Add HTML_FLAGS and set it when video is enabled.
2990
hausmann@webkit.orgf9804ce2008-05-16 14:25:57 +000029912008-05-15 Ariya Hidayat <ariya.hidayat@trolltech.com>
2992
2993 Reviewed by Simon.
2994
2995 Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files
2996 from gtk-port.
2997
2998 * WebKit.pri:
2999 * WebKit.pro:
3000
andersca@apple.combe4e18c2008-05-10 00:46:50 +000030012008-05-09 Anders Carlsson <andersca@apple.com>
3002
3003 Reviewed by Mark.
3004
3005 Add x86_64 rule.
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00003006
andersca@apple.combe4e18c2008-05-10 00:46:50 +00003007 * Makefile:
3008
hausmann@webkit.orgba4d9c12008-05-09 13:08:33 +000030092008-05-09 Simon Hausmann <hausmann@webkit.org>
3010
3011 Reviewed by Holger.
3012
3013 Removed explicit linkage against libxml and libxslt on Qt/Mac builds.
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00003014
hausmann@webkit.orgba4d9c12008-05-09 13:08:33 +00003015 This dependency is completely unnecessary here and creates only problems by
3016 propagating through WebCore.pro over libQtWebKit.prl right now customer
3017 applications.
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00003018
hausmann@webkit.orgba4d9c12008-05-09 13:08:33 +00003019
3020 * WebKit.pri:
3021
andersca@apple.comdb0ed042008-05-03 00:21:05 +000030222008-05-02 Anders Carlsson <andersca@apple.com>
3023
3024 Reviewed by Mark.
3025
3026 Add an "x86_64" make rule.
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00003027
andersca@apple.comdb0ed042008-05-03 00:21:05 +00003028 * Makefile.shared:
3029
alp@webkit.orgd06c7c92008-05-02 22:21:09 +000030302008-05-02 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3031
3032 Reviewed by Eric.
3033
3034 https://bugs.webkit.org/show_bug.cgi?id=18811
3035 Enable dashboard and offline web apps in autotools
3036
3037 * configure.ac:
3038
alp@webkit.orga55698b2008-05-01 18:15:39 +000030392008-05-01 Marc Ordinas i Llopis <marc.ordinasillopis@collabora.co.uk>
3040
3041 Reviewed by Alp Toker.
3042
3043 https://bugs.webkit.org/show_bug.cgi?id=14750
3044 Added support for NPAPI plugins on Gtk and Qt-x11 ports.
3045
3046 * GNUmakefile.am: Added Xt library.
3047
ddkilzer@apple.come9e33f32008-04-30 00:31:10 +000030482008-04-29 David Kilzer <ddkilzer@apple.com>
3049
3050 BUILD FIX for ENABLE(DASHBOARD_SUPPORT)
3051
3052 * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT.
3053
alp@webkit.org81514942008-04-23 03:14:26 +000030542008-04-22 Alp Toker <alp@nuanti.com>
3055
3056 GTK+ debug build fix for changes in r32257.
3057
3058 * GNUmakefile.am:
3059
alp@webkit.orgc04fee22008-04-19 05:16:00 +000030602008-04-18 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3061
3062 Reviewed by Alp Toker.
3063
alp@webkit.org67ed4c42008-04-19 05:19:57 +00003064 http://bugs.webkit.org/show_bug.cgi?id=16620
3065 [GTK] Autotools make dist and make check support
alp@webkit.orgc04fee22008-04-19 05:16:00 +00003066
3067 Cleanups.
3068
3069 * GNUmakefile.am:
3070
mrowe@apple.com59de0d02008-04-19 01:31:29 +000030712008-04-11 Mark Rowe <mrowe@apple.com>
3072
3073 Rubber-stamped by Antti Koivisto.
3074
3075 * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show.
3076
alp@webkit.orgd66a1152008-04-17 23:05:11 +000030772008-04-17 Alp Toker <alp@atoker.com>
3078
3079 GTK+ build fix. Back out the libjpeg check part of r32008 from bug
3080 #17865 (reopened).
3081
3082 * configure.ac:
3083
alp@webkit.org4598acd2008-04-17 19:21:34 +000030842008-04-17 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3085
3086 Reviewed by Alp Toker.
3087
3088 http://bugs.webkit.org/show_bug.cgi?id=17865
3089 [Gtk] Improve detection of jpeglib and glib tools
3090
3091 Improve detecting jpeglib and glib tools
3092
3093 * configure.ac: Throw an error if the dependencies above are
3094 currently not installed
3095
alp@webkit.orgf02b6bc2008-04-14 20:18:18 +000030962008-04-14 Xan Lopez <xan@gnome.org>
3097
3098 Reviewed by Alp Toker.
3099
3100 http://bugs.webkit.org/show_bug.cgi?id=17917
3101 Bug 17917: Cookie support for HTTP soup backend
3102
3103 Bumped the libsoup required version to 2.23 for cookie support.
3104
3105 * configure.ac:
3106
mrowe@apple.comfd551522008-04-11 21:18:05 +000031072008-04-11 Mark Rowe <mrowe@apple.com>
3108
3109 Rubber-stamped by Anders Carlsson.
3110
3111 Fix https://bugs.webkit.org/show_bug.cgi?id=18430
3112 Bug 18430: SIGSEGV on amd64 when built with gcc 4.3
3113
3114 GCC 4.3 generates bad code in some instances when working with our HashTables
3115 as some of the HashTable code violates the strict aliasing requirements. Since
3116 GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until
3117 the code can be fixed to be safe with strict aliasing enabled, we will disable
3118 strict aliasing.
3119
3120 * GNUmakefile.am:
3121
alp@webkit.org02eba752008-04-11 00:45:17 +000031222008-03-12 Michael Emmel <mike.emmel@gmail.com>
3123
3124 Reviewed by Alp Toker.
3125
3126 http://bugs.webkit.org/show_bug.cgi?id=18397
3127 Fix leaving spaces before parens in functions
3128
3129 * WebKitTools/Scripts/wkstyle:
3130
ap@webkit.orgc266b3f2008-04-07 12:24:26 +000031312008-04-07 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3132
3133 Build fix, rubber-stamped and landed by ap.
3134
3135 * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support.
3136
zecke@webkit.org178fffa2008-03-21 20:40:41 +000031372008-03-21 Rodney Dawes <dobey@wayofthemonkey.com>
3138
3139 Reviewed by Holger.
3140
3141 Remove the JSCore include path options from global_cppflags.
3142 Place JSCore include path options in javascriptcore_cppflags.
3143 Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS.
3144
3145 * GNUmakefile.am:
3146
andersca@apple.com2421f662008-03-20 18:19:07 +000031472008-03-20 Jasper Bryant-Greene <jasper@unix.geek.nz>
3148
3149 Reviewed by Anders.
3150
3151 Resolves http://bugs.webkit.org/show_bug.cgi?id=16092
3152 "[GTK] Middle-mouse click should allow opening a URL in a new tab"
3153
3154 Added WebKitNavigationAction object to GTK API
3155
3156 * GNUmakefile.am:
3157
alp@webkit.org7d9253a2008-03-12 15:03:17 +000031582008-03-12 Xan Lopez <xan@gnome.org>
3159
3160 Reviewed by Alp Toker.
3161
3162 http://bugs.webkit.org/show_bug.cgi?id=15229
3163
3164 Add optional font backend support with freetype and pango
3165 backends. Default is freetype for now.
3166
alp@webkit.org720edd62008-03-12 15:08:01 +00003167 Original patch by Sven Herzberg <sven@imendio.com>
3168
alp@webkit.org7d9253a2008-03-12 15:03:17 +00003169 * configure.ac:
3170
alp@webkit.orgb51d08f2008-03-11 23:06:38 +000031712008-03-11 Xan Lopez <xan@gnome.org>
3172
3173 Reviewed by Alp Toker.
3174
3175 http://bugs.webkit.org/show_bug.cgi?id=16476
3176
3177 Add support for multiple http backends, and add soup backend (off by default).
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00003178
alp@webkit.orgb51d08f2008-03-11 23:06:38 +00003179 * GNUmakefile.am:
3180 * configure.ac:
3181
hausmann@webkit.org9999bb82008-03-10 11:52:27 +000031822008-03-07 Simon Hausmann <hausmann@webkit.org>
3183
darin@apple.com07c80c62008-09-05 18:15:43 +00003184 Reviewed by Darin Adler.
hausmann@webkit.org9999bb82008-03-10 11:52:27 +00003185
3186 Done with Lars.
3187
3188 Added plugins subdirectory to the include path.
3189
3190 * WebKit.pri:
3191
alp@webkit.org478185d2008-03-10 02:44:33 +000031922008-03-09 Alp Toker <alp@atoker.com>
3193
3194 GTK+ build fix for r30913.
3195
3196 Use UNICODE_CFLAGS for C++ sources as well as C sources.
3197
3198 * GNUmakefile.am:
3199
vestbo@webkit.org83a4da72008-11-10 15:55:10 +000032002008-03-09 Jörg Billeter <j@bitron.ch>
alp@webkit.orgd28cae02008-03-10 00:49:15 +00003201
3202 Reviewed by Alp Toker.
3203
3204 Conditionalise ICU for Unicode in the GTK+ port.
3205
3206 * GNUmakefile.am:
3207 * configure.ac:
3208
alp@webkit.orgc1c99562008-03-03 22:06:52 +000032092008-03-03 Brent Fulgham <bfulgham@gmail.com>
3210
3211 Reviewed by Alp Toker.
3212
3213 http://bugs.webkit.org/show_bug.cgi?id=17644
3214 Build GTK on Mac OS X using native ICU library
3215
3216 Use Apple native ICU libraries when building GTK
3217 webkit on Mac OS.
3218
3219 * configure.ac:
3220
alp@webkit.org03709e02008-03-03 05:10:18 +000032212008-03-02 Brent Fulgham <bfulgham@gmail.com>
3222
3223 Reviewed by Alp Toker.
3224
3225 Add ICU_CPPFLAGS earlier in include path for WebCore
3226 so that we find $(icu_cppflags)/unicode/utf8.h, rather than
3227 the wtf/unicode/UTF8.h on case-insensitive file systems.
3228
3229 * GNUmakefile.am:
3230
alp@webkit.org66551a12008-03-02 19:51:26 +000032312008-03-02 Alp Toker <alp@atoker.com>
3232
3233 Reviewed by Mark Rowe.
3234
3235 Split the WebKit GTK+ build out of the WebCore build and change the
3236 shared object name to match the package name.
3237
3238 * GNUmakefile.am:
3239
alp@webkit.org06f756d2008-02-28 08:21:59 +000032402008-02-28 Alp Toker <alp@atoker.com>
3241
3242 Fix a configure script typo spotted by Kalle Vahlman.
3243
3244 * configure.ac:
3245
timothy@apple.com7e518c52008-02-26 21:54:07 +000032462008-02-26 Timothy Hatcher <timothy@apple.com>
3247
3248 Reviewed by Darin Adler.
3249
3250 Add "64" and "64u" make rules to allow easy building of 64-bit versions.
3251
3252 make 64: will build Intel-only 64-bit.
3253 make 64u: will build 4-way universal for PPC and Intel.
3254
3255 * Makefile:
3256 * Makefile.shared:
3257
darin@apple.com47e2c232008-02-24 05:42:29 +000032582008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3259
darin@apple.com07c80c62008-09-05 18:15:43 +00003260 Rubber stamped by Darin Adler.
pewtermoose@webkit.org7a953d92008-02-24 07:07:03 +00003261
3262 Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
3263 whitespaces introduced in the previous commit.
3264
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00003265 * GNUmakefile.am:
pewtermoose@webkit.org7a953d92008-02-24 07:07:03 +00003266
32672008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3268
darin@apple.com07c80c62008-09-05 18:15:43 +00003269 Rubber-stamped by Darin Adler.
darin@apple.com47e2c232008-02-24 05:42:29 +00003270
3271 * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES.
3272 * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS.
3273
alp@webkit.org80dd1122008-02-21 20:16:43 +000032742008-02-21 Alp Toker <alp@atoker.com>
3275
alp@webkit.org52b83662008-02-22 06:10:42 +00003276 Fix a configure script typo.
3277
3278 * configure.ac:
3279
32802008-02-21 Alp Toker <alp@atoker.com>
3281
alp@webkit.org80dd1122008-02-21 20:16:43 +00003282 GTK+/autotools SVG experimental build fix
3283
3284 Don't enable SVG filters in --enable-svg-experimental.
3285
3286 This feature isn't supported at all yet. Developers can enable it
3287 explicitly by passing --enable-svg-filters if needed.
3288
3289 * configure.ac:
3290
alp@webkit.orgc53b43d2008-02-21 19:43:44 +000032912008-02-21 Mike Auty <mike.auty@gmail.com>
3292
3293 Reviewed by Alp Toker.
3294
3295 http://bugs.webkit.org/show_bug.cgi?id=17445
3296 [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed"
3297
3298 The GNUmakefile.am files make use of the LDFLAGS variable to include library
3299 additions such as -ljpeg etc. Unfortunately, if these inclusions aren't made
3300 in LIBADD/LDADD variables, then they are mis-ordered during the linking.
3301
3302 The as-needed flag discards libraries whose functions have not been needed by
3303 earlier libraries, which therefore makes the ordering important.
3304
3305 This moves all -l library inclusion statements from LDFLAGS variables to
3306 LIBADD/LDADD variables.
3307
3308 * GNUmakefile.am:
3309
alp@webkit.org9fc08a82008-02-15 18:25:44 +000033102008-02-15 Alp Toker <alp@atoker.com>
3311
3312 Reviewed by Holger.
3313
3314 GTK+ configure script cleanups
3315
3316 Categorize the configuration summary printout.
3317 Bump GTK+ requirement to 2.8.
3318 Rename 'webkit_target' to just 'target'.
3319 Don't check for pthread on Win32.
3320
3321 * configure.ac:
3322
aroben@apple.comcde8fd12008-02-15 16:36:07 +000033232008-02-14 Adam Roben <aroben@apple.com>
3324
aroben@apple.com198b8e12008-02-15 16:36:54 +00003325 Turn on cross-document messaging support by default
3326
darin@apple.com07c80c62008-09-05 18:15:43 +00003327 Reviewed by Darin Adler.
aroben@apple.com198b8e12008-02-15 16:36:54 +00003328
3329 * configure.ac:
3330
33312008-02-14 Adam Roben <aroben@apple.com>
3332
aroben@apple.comcde8fd12008-02-15 16:36:07 +00003333 Conditionalize cross-document messaging support
3334
3335 The cross-document messaging parts of HTML 5 are in flux and we want
3336 ports to be able to turn off the support as needed.
3337
3338 Note that the support is turned off by default right now. A subsequent
3339 commit will turn it on by default.
3340
darin@apple.com07c80c62008-09-05 18:15:43 +00003341 Reviewed by Darin Adler.
aroben@apple.comcde8fd12008-02-15 16:36:07 +00003342
3343 * configure.ac:
3344
alp@webkit.org4ad34cb2008-02-12 21:04:50 +000033452008-02-12 Rodney Dawes <dobey@wayofthemonkey.com>
3346
3347 Reviewed by Alp Toker.
3348
3349 Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES
3350 to the CPPFLAGS for WebCore and WebKit
3351 Add a pkgconfig check for hildon-1 when --with-hildon specified
3352 Output the use of Hildon support in the summary
3353 Add HILDON_CPPFLAGS to webkitgtk_cppflags
3354 Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS
3355 Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS
3356
3357 * configure.ac:
3358 * GNUmakefile.am:
3359
alp@webkit.org28c069b2008-02-09 05:44:24 +000033602008-02-08 Alp Toker <alp@atoker.com>
3361
3362 Rubber-stamped by Maciej.
3363
3364 Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4.
3365
3366 * configure.ac:
3367
timothy@apple.comf42518d2008-02-06 20:19:16 +000033682008-02-06 Timothy Hatcher <timothy@apple.com>
3369
3370 Rubber-stamped by Mark Rowe.
3371
3372 Dump of bugs.webkit.org's Bugzilla instance.
3373
3374 * BugsSite: Added.
3375 * BugsSite/.htaccess: Added.
3376 * BugsSite/Bugzilla: Added.
3377 * BugsSite/Bugzilla.pm: Added.
3378 * BugsSite/Bugzilla/.cvsignore: Added.
3379 * BugsSite/Bugzilla/.htaccess: Added.
3380 * BugsSite/Bugzilla/Attachment.pm: Added.
3381 * BugsSite/Bugzilla/Auth: Added.
3382 * BugsSite/Bugzilla/Auth.pm: Added.
3383 * BugsSite/Bugzilla/Auth/Login: Added.
3384 * BugsSite/Bugzilla/Auth/Login/WWW: Added.
3385 * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added.
3386 * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added.
3387 * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added.
3388 * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added.
3389 * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added.
3390 * BugsSite/Bugzilla/Auth/README: Added.
3391 * BugsSite/Bugzilla/Auth/Verify: Added.
3392 * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added.
3393 * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added.
3394 * BugsSite/Bugzilla/Bug.pm: Added.
3395 * BugsSite/Bugzilla/BugMail.pm: Added.
3396 * BugsSite/Bugzilla/CGI.pm: Added.
3397 * BugsSite/Bugzilla/Chart.pm: Added.
3398 * BugsSite/Bugzilla/Config.pm: Added.
3399 * BugsSite/Bugzilla/Constants.pm: Added.
3400 * BugsSite/Bugzilla/DB: Added.
3401 * BugsSite/Bugzilla/DB.pm: Added.
3402 * BugsSite/Bugzilla/DB/Mysql.pm: Added.
3403 * BugsSite/Bugzilla/DB/Pg.pm: Added.
3404 * BugsSite/Bugzilla/DB/Schema: Added.
3405 * BugsSite/Bugzilla/DB/Schema.pm: Added.
3406 * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added.
3407 * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added.
3408 * BugsSite/Bugzilla/Error.pm: Added.
3409 * BugsSite/Bugzilla/Flag.pm: Added.
3410 * BugsSite/Bugzilla/FlagType.pm: Added.
3411 * BugsSite/Bugzilla/Group.pm: Added.
3412 * BugsSite/Bugzilla/Search.pm: Added.
3413 * BugsSite/Bugzilla/Series.pm: Added.
3414 * BugsSite/Bugzilla/Template: Added.
3415 * BugsSite/Bugzilla/Template.pm: Added.
3416 * BugsSite/Bugzilla/Template/Plugin: Added.
3417 * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added.
3418 * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added.
3419 * BugsSite/Bugzilla/Template/Plugin/User.pm: Added.
3420 * BugsSite/Bugzilla/Token.pm: Added.
3421 * BugsSite/Bugzilla/User: Added.
3422 * BugsSite/Bugzilla/User.pm: Added.
3423 * BugsSite/Bugzilla/User/Setting.pm: Added.
3424 * BugsSite/Bugzilla/Util.pm: Added.
3425 * BugsSite/CGI.pl: Added.
3426 * BugsSite/PrettyPatch: Added.
3427 * BugsSite/PrettyPatch/PrettyPatch.rb: Added.
3428 * BugsSite/PrettyPatch/prettify.rb: Added.
3429 * BugsSite/QUICKSTART: Added.
3430 * BugsSite/README: Added.
3431 * BugsSite/UPGRADING: Added.
3432 * BugsSite/UPGRADING-pre-2.8: Added.
3433 * BugsSite/ant.jpg: Added.
3434 * BugsSite/attachment-aroben.cgi: Added.
3435 * BugsSite/attachment.cgi: Added.
3436 * BugsSite/buglist.cgi: Added.
3437 * BugsSite/bugzilla.dtd: Added.
3438 * BugsSite/chart.cgi: Added.
3439 * BugsSite/checksetup.pl: Added.
3440 * BugsSite/colchange.cgi: Added.
3441 * BugsSite/collectstats.pl: Added.
3442 * BugsSite/config.cgi: Added.
3443 * BugsSite/contrib: Added.
3444 * BugsSite/contrib/BugzillaEmail.pm: Added.
3445 * BugsSite/contrib/README: Added.
3446 * BugsSite/contrib/README.Mailif: Added.
3447 * BugsSite/contrib/bug_email.pl: Added.
3448 * BugsSite/contrib/bugmail_help.html: Added.
3449 * BugsSite/contrib/bugzilla-submit: Added.
3450 * BugsSite/contrib/bugzilla-submit/README: Added.
3451 * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added.
3452 * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added.
3453 * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added.
3454 * BugsSite/contrib/bugzilla.procmailrc: Added.
3455 * BugsSite/contrib/bugzilla_email_append.pl: Added.
3456 * BugsSite/contrib/bugzilla_ldapsync.rb: Added.
3457 * BugsSite/contrib/bzdbcopy.pl: Added.
3458 * BugsSite/contrib/cmdline: Added.
3459 * BugsSite/contrib/cmdline/bugcount: Added.
3460 * BugsSite/contrib/cmdline/bugids: Added.
3461 * BugsSite/contrib/cmdline/buglist: Added.
3462 * BugsSite/contrib/cmdline/bugs: Added.
3463 * BugsSite/contrib/cmdline/bugslink: Added.
3464 * BugsSite/contrib/cmdline/makequery: Added.
3465 * BugsSite/contrib/cmdline/query.conf: Added.
3466 * BugsSite/contrib/cvs-update.pl: Added.
3467 * BugsSite/contrib/gnats2bz.pl: Added.
3468 * BugsSite/contrib/gnatsparse: Added.
3469 * BugsSite/contrib/gnatsparse/README: Added.
3470 * BugsSite/contrib/gnatsparse/gnatsparse.py: Added.
3471 * BugsSite/contrib/gnatsparse/magic.py: Added.
3472 * BugsSite/contrib/gnatsparse/specialuu.py: Added.
3473 * BugsSite/contrib/jb2bz.py: Added.
3474 * BugsSite/contrib/mysqld-watcher.pl: Added.
3475 * BugsSite/contrib/sendbugmail.pl: Added.
3476 * BugsSite/contrib/sendunsentbugmail.pl: Added.
3477 * BugsSite/contrib/syncLDAP.pl: Added.
3478 * BugsSite/contrib/yp_nomail.sh: Added.
3479 * BugsSite/createaccount.cgi: Added.
3480 * BugsSite/data: Added.
3481 * BugsSite/data/.htaccess: Added.
3482 * BugsSite/data/attachments: Added.
3483 * BugsSite/data/attachments/.htaccess: Added.
3484 * BugsSite/data/duplicates: Added.
3485 * BugsSite/data/mail: Added.
3486 * BugsSite/data/mimedump-tmp: Added.
3487 * BugsSite/data/mining: Added.
3488 * BugsSite/data/nomail: Added.
3489 * BugsSite/data/params: Added.
3490 * BugsSite/data/template: Added.
3491 * BugsSite/data/template/template: Added.
3492 * BugsSite/data/template/template/en: Added.
3493 * BugsSite/data/template/template/en/custom: Added.
3494 * BugsSite/data/template/template/en/custom/account: Added.
3495 * BugsSite/data/template/template/en/custom/account/auth: Added.
3496 * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
3497 * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added.
3498 * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added.
3499 * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added.
3500 * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added.
3501 * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added.
3502 * BugsSite/data/template/template/en/custom/account/email: Added.
3503 * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added.
3504 * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added.
3505 * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added.
3506 * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added.
3507 * BugsSite/data/template/template/en/custom/account/password: Added.
3508 * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
3509 * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
3510 * BugsSite/data/template/template/en/custom/account/prefs: Added.
3511 * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added.
3512 * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added.
3513 * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added.
3514 * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added.
3515 * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added.
3516 * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
3517 * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added.
3518 * BugsSite/data/template/template/en/custom/admin: Added.
3519 * BugsSite/data/template/template/en/custom/admin/classifications: Added.
3520 * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added.
3521 * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added.
3522 * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added.
3523 * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added.
3524 * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added.
3525 * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
3526 * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added.
3527 * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added.
3528 * BugsSite/data/template/template/en/custom/admin/components: Added.
3529 * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
3530 * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added.
3531 * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added.
3532 * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added.
3533 * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added.
3534 * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added.
3535 * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added.
3536 * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added.
3537 * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added.
3538 * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added.
3539 * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
3540 * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
3541 * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
3542 * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
3543 * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
3544 * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
3545 * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
3546 * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
3547 * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
3548 * BugsSite/data/template/template/en/custom/admin/flag-type: Added.
3549 * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
3550 * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
3551 * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added.
3552 * BugsSite/data/template/template/en/custom/admin/groups: Added.
3553 * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added.
3554 * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added.
3555 * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added.
3556 * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added.
3557 * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added.
3558 * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added.
3559 * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added.
3560 * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added.
3561 * BugsSite/data/template/template/en/custom/admin/keywords: Added.
3562 * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
3563 * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
3564 * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
3565 * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
3566 * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
3567 * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
3568 * BugsSite/data/template/template/en/custom/admin/milestones: Added.
3569 * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
3570 * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added.
3571 * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added.
3572 * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
3573 * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added.
3574 * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added.
3575 * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added.
3576 * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
3577 * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added.
3578 * BugsSite/data/template/template/en/custom/admin/products: Added.
3579 * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
3580 * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added.
3581 * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added.
3582 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added.
3583 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
3584 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
3585 * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
3586 * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added.
3587 * BugsSite/data/template/template/en/custom/admin/settings: Added.
3588 * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added.
3589 * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added.
3590 * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added.
3591 * BugsSite/data/template/template/en/custom/admin/users: Added.
3592 * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
3593 * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added.
3594 * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added.
3595 * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added.
3596 * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
3597 * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added.
3598 * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added.
3599 * BugsSite/data/template/template/en/custom/admin/versions: Added.
3600 * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
3601 * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added.
3602 * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added.
3603 * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added.
3604 * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added.
3605 * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added.
3606 * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added.
3607 * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added.
3608 * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added.
3609 * BugsSite/data/template/template/en/custom/attachment: Added.
3610 * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added.
3611 * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added.
3612 * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added.
3613 * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added.
3614 * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added.
3615 * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added.
3616 * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added.
3617 * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added.
3618 * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added.
3619 * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added.
3620 * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added.
3621 * BugsSite/data/template/template/en/custom/bug: Added.
3622 * BugsSite/data/template/template/en/custom/bug/activity: Added.
3623 * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added.
3624 * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added.
3625 * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added.
3626 * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added.
3627 * BugsSite/data/template/template/en/custom/bug/create: Added.
3628 * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
3629 * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added.
3630 * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added.
3631 * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added.
3632 * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added.
3633 * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added.
3634 * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added.
3635 * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added.
3636 * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added.
3637 * BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added.
3638 * BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added.
3639 * BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added.
3640 * BugsSite/data/template/template/en/custom/bug/process: Added.
3641 * BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added.
3642 * BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
3643 * BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added.
3644 * BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added.
3645 * BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added.
3646 * BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added.
3647 * BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
3648 * BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added.
3649 * BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added.
3650 * BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added.
3651 * BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added.
3652 * BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added.
3653 * BugsSite/data/template/template/en/custom/bug/votes: Added.
3654 * BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
3655 * BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
3656 * BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
3657 * BugsSite/data/template/template/en/custom/config.js.tmpl: Added.
3658 * BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added.
3659 * BugsSite/data/template/template/en/custom/flag: Added.
3660 * BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added.
3661 * BugsSite/data/template/template/en/custom/global: Added.
3662 * BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added.
3663 * BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added.
3664 * BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added.
3665 * BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added.
3666 * BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added.
3667 * BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added.
3668 * BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added.
3669 * BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added.
3670 * BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added.
3671 * BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added.
3672 * BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added.
3673 * BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added.
3674 * BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added.
3675 * BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added.
3676 * BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added.
3677 * BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added.
3678 * BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added.
3679 * BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added.
3680 * BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added.
3681 * BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added.
3682 * BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added.
3683 * BugsSite/data/template/template/en/custom/index.html.tmpl: Added.
3684 * BugsSite/data/template/template/en/custom/list: Added.
3685 * BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added.
3686 * BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added.
3687 * BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added.
3688 * BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added.
3689 * BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added.
3690 * BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added.
3691 * BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added.
3692 * BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added.
3693 * BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added.
3694 * BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added.
3695 * BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added.
3696 * BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added.
3697 * BugsSite/data/template/template/en/custom/pages: Added.
3698 * BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added.
3699 * BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added.
3700 * BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added.
3701 * BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added.
3702 * BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added.
3703 * BugsSite/data/template/template/en/custom/reports: Added.
3704 * BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added.
3705 * BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added.
3706 * BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added.
3707 * BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added.
3708 * BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added.
3709 * BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
3710 * BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added.
3711 * BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added.
3712 * BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added.
3713 * BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added.
3714 * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added.
3715 * BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added.
3716 * BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added.
3717 * BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added.
3718 * BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added.
3719 * BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added.
3720 * BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added.
3721 * BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added.
3722 * BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added.
3723 * BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added.
3724 * BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added.
3725 * BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added.
3726 * BugsSite/data/template/template/en/custom/request: Added.
3727 * BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added.
3728 * BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added.
3729 * BugsSite/data/template/template/en/custom/search: Added.
3730 * BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added.
3731 * BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added.
3732 * BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added.
3733 * BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added.
3734 * BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added.
3735 * BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added.
3736 * BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added.
3737 * BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added.
3738 * BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added.
3739 * BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added.
3740 * BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added.
3741 * BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added.
3742 * BugsSite/data/template/template/en/custom/whine: Added.
3743 * BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added.
3744 * BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added.
3745 * BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
3746 * BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added.
3747 * BugsSite/data/template/template/en/default: Added.
3748 * BugsSite/data/template/template/en/default/attachment: Added.
3749 * BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added.
3750 * BugsSite/data/template/template/en/default/list: Added.
3751 * BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added.
3752 * BugsSite/data/versioncache: Added.
3753 * BugsSite/data/versioncache.13P9L: Added.
3754 * BugsSite/data/versioncache.1lH1E: Added.
3755 * BugsSite/data/versioncache.3AnHd: Added.
3756 * BugsSite/data/versioncache.3Jmjt: Added.
3757 * BugsSite/data/versioncache.3JzIL: Added.
3758 * BugsSite/data/versioncache.77b4y: Added.
3759 * BugsSite/data/versioncache.7VzyU: Added.
3760 * BugsSite/data/versioncache.EQdAm: Added.
3761 * BugsSite/data/versioncache.EouAG: Added.
3762 * BugsSite/data/versioncache.LJ5n1: Added.
3763 * BugsSite/data/versioncache.Lb0fW: Added.
3764 * BugsSite/data/versioncache.PyAd8: Added.
3765 * BugsSite/data/versioncache.SFyse: Added.
3766 * BugsSite/data/versioncache.SkTTg: Added.
3767 * BugsSite/data/versioncache.VVO7E: Added.
3768 * BugsSite/data/versioncache.XbxgU: Added.
3769 * BugsSite/data/versioncache.Yezqr: Added.
3770 * BugsSite/data/versioncache.dtzIv: Added.
3771 * BugsSite/data/versioncache.jzpeh: Added.
3772 * BugsSite/data/versioncache.pbn6U: Added.
3773 * BugsSite/data/versioncache.qyixS: Added.
3774 * BugsSite/data/versioncache.sBMdb: Added.
3775 * BugsSite/data/versioncache.xNi34: Added.
3776 * BugsSite/data/webdot: Added.
3777 * BugsSite/data/webdot/.htaccess: Added.
3778 * BugsSite/data/webdot/0ZLH3QpFd8.dot: Added.
3779 * BugsSite/data/webdot/3s6e7eC2Dy.dot: Added.
3780 * BugsSite/data/webdot/6MW0q54cyY.dot: Added.
3781 * BugsSite/data/webdot/A2RlhPdO2Q.dot: Added.
3782 * BugsSite/data/webdot/DuBX4I4946.dot: Added.
3783 * BugsSite/data/webdot/GudTgvrKBX.dot: Added.
3784 * BugsSite/data/webdot/I1mCbLtAzQ.dot: Added.
3785 * BugsSite/data/webdot/JtKgvWGVb4.dot: Added.
3786 * BugsSite/data/webdot/RFk4bjAwYc.dot: Added.
3787 * BugsSite/data/webdot/YQ1pWFVfqt.dot: Added.
3788 * BugsSite/data/webdot/YcFUepShZI.dot: Added.
3789 * BugsSite/data/webdot/a9i00KgTQk.dot: Added.
3790 * BugsSite/data/webdot/c412GYaHch.dot: Added.
3791 * BugsSite/data/webdot/hjYnYr3tV1.dot: Added.
3792 * BugsSite/data/webdot/pq3Qw7wynI.dot: Added.
3793 * BugsSite/data/webdot/tL7GjA7bqH.dot: Added.
3794 * BugsSite/defparams.pl: Added.
3795 * BugsSite/describecomponents.cgi: Added.
3796 * BugsSite/describekeywords.cgi: Added.
3797 * BugsSite/describekeywords.cgi.bak: Added.
3798 * BugsSite/docs: Added.
3799 * BugsSite/docs/.cvsignore: Added.
3800 * BugsSite/docs/README.docs: Added.
3801 * BugsSite/docs/html: Added.
3802 * BugsSite/docs/html/Bugzilla-Guide.html: Added.
3803 * BugsSite/docs/html/about.html: Added.
3804 * BugsSite/docs/html/administration.html: Added.
3805 * BugsSite/docs/html/bug_page.html: Added.
3806 * BugsSite/docs/html/bugreports.html: Added.
3807 * BugsSite/docs/html/cmdline-bugmail.html: Added.
3808 * BugsSite/docs/html/cmdline.html: Added.
3809 * BugsSite/docs/html/components.html: Added.
3810 * BugsSite/docs/html/configuration.html: Added.
3811 * BugsSite/docs/html/conventions.html: Added.
3812 * BugsSite/docs/html/copyright.html: Added.
3813 * BugsSite/docs/html/credits.html: Added.
3814 * BugsSite/docs/html/cust-change-permissions.html: Added.
3815 * BugsSite/docs/html/cust-hooks.html: Added.
3816 * BugsSite/docs/html/cust-templates.html: Added.
3817 * BugsSite/docs/html/customization.html: Added.
3818 * BugsSite/docs/html/dbdoc.html: Added.
3819 * BugsSite/docs/html/dbmodify.html: Added.
3820 * BugsSite/docs/html/disclaimer.html: Added.
3821 * BugsSite/docs/html/extraconfig.html: Added.
3822 * BugsSite/docs/html/faq.html: Added.
3823 * BugsSite/docs/html/flags-overview.html: Added.
3824 * BugsSite/docs/html/flags.html: Added.
3825 * BugsSite/docs/html/general-advice.html: Added.
3826 * BugsSite/docs/html/gfdl-0.html: Added.
3827 * BugsSite/docs/html/gfdl-1.html: Added.
3828 * BugsSite/docs/html/gfdl-10.html: Added.
3829 * BugsSite/docs/html/gfdl-2.html: Added.
3830 * BugsSite/docs/html/gfdl-3.html: Added.
3831 * BugsSite/docs/html/gfdl-4.html: Added.
3832 * BugsSite/docs/html/gfdl-5.html: Added.
3833 * BugsSite/docs/html/gfdl-6.html: Added.
3834 * BugsSite/docs/html/gfdl-7.html: Added.
3835 * BugsSite/docs/html/gfdl-8.html: Added.
3836 * BugsSite/docs/html/gfdl-9.html: Added.
3837 * BugsSite/docs/html/gfdl-howto.html: Added.
3838 * BugsSite/docs/html/gfdl.html: Added.
3839 * BugsSite/docs/html/glossary.html: Added.
3840 * BugsSite/docs/html/groups.html: Added.
3841 * BugsSite/docs/html/hintsandtips.html: Added.
3842 * BugsSite/docs/html/index.html: Added.
3843 * BugsSite/docs/html/install-perlmodules-manual.html: Added.
3844 * BugsSite/docs/html/installation.html: Added.
3845 * BugsSite/docs/html/installing-bugzilla.html: Added.
3846 * BugsSite/docs/html/integration.html: Added.
3847 * BugsSite/docs/html/lifecycle.html: Added.
3848 * BugsSite/docs/html/list.html: Added.
3849 * BugsSite/docs/html/milestones.html: Added.
3850 * BugsSite/docs/html/modules-manual-download.html: Added.
3851 * BugsSite/docs/html/modules-manual-instructions.html: Added.
3852 * BugsSite/docs/html/modules-manual-optional.html: Added.
3853 * BugsSite/docs/html/myaccount.html: Added.
3854 * BugsSite/docs/html/newversions.html: Added.
3855 * BugsSite/docs/html/nonroot.html: Added.
3856 * BugsSite/docs/html/os-specific.html: Added.
3857 * BugsSite/docs/html/parameters.html: Added.
3858 * BugsSite/docs/html/paranoid-security.html: Added.
3859 * BugsSite/docs/html/patches.html: Added.
3860 * BugsSite/docs/html/patchviewer.html: Added.
3861 * BugsSite/docs/html/products.html: Added.
3862 * BugsSite/docs/html/query.html: Added.
3863 * BugsSite/docs/html/quips.html: Added.
3864 * BugsSite/docs/html/reporting.html: Added.
3865 * BugsSite/docs/html/security-bugzilla.html: Added.
3866 * BugsSite/docs/html/security-mysql.html: Added.
3867 * BugsSite/docs/html/security-os.html: Added.
3868 * BugsSite/docs/html/security-webserver.html: Added.
3869 * BugsSite/docs/html/security.html: Added.
3870 * BugsSite/docs/html/trbl-bundlebugzilla.html: Added.
3871 * BugsSite/docs/html/trbl-dbdsponge.html: Added.
3872 * BugsSite/docs/html/trbl-index.html: Added.
3873 * BugsSite/docs/html/trbl-passwd-encryption.html: Added.
3874 * BugsSite/docs/html/trbl-perlmodule.html: Added.
3875 * BugsSite/docs/html/trbl-relogin-everyone.html: Added.
3876 * BugsSite/docs/html/trbl-testserver.html: Added.
3877 * BugsSite/docs/html/trouble-filetemp.html: Added.
3878 * BugsSite/docs/html/troubleshooting.html: Added.
3879 * BugsSite/docs/html/upgrading.html: Added.
3880 * BugsSite/docs/html/useradmin.html: Added.
3881 * BugsSite/docs/html/userpreferences.html: Added.
3882 * BugsSite/docs/html/using-intro.html: Added.
3883 * BugsSite/docs/html/using.html: Added.
3884 * BugsSite/docs/html/versions.html: Added.
3885 * BugsSite/docs/html/voting.html: Added.
3886 * BugsSite/docs/html/whining.html: Added.
3887 * BugsSite/docs/html/x3190.html: Added.
3888 * BugsSite/docs/images: Added.
3889 * BugsSite/docs/images/bzLifecycle.png: Added.
3890 * BugsSite/docs/images/bzLifecycle.xml: Added.
3891 * BugsSite/docs/images/callouts: Added.
3892 * BugsSite/docs/images/callouts/1.gif: Added.
3893 * BugsSite/docs/images/callouts/2.gif: Added.
3894 * BugsSite/docs/images/callouts/3.gif: Added.
3895 * BugsSite/docs/images/caution.gif: Added.
3896 * BugsSite/docs/images/note.gif: Added.
3897 * BugsSite/docs/images/tip.gif: Added.
3898 * BugsSite/docs/images/warning.gif: Added.
3899 * BugsSite/docs/makedocs.pl: Added.
3900 * BugsSite/docs/pdf: Added.
3901 * BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added.
3902 * BugsSite/docs/rel_notes.txt: Added.
3903 * BugsSite/docs/txt: Added.
3904 * BugsSite/docs/txt/Bugzilla-Guide.txt: Added.
3905 * BugsSite/docs/xml: Added.
3906 * BugsSite/docs/xml/Bugzilla-Guide.xml: Added.
3907 * BugsSite/docs/xml/about.xml: Added.
3908 * BugsSite/docs/xml/administration.xml: Added.
3909 * BugsSite/docs/xml/conventions.xml: Added.
3910 * BugsSite/docs/xml/customization.xml: Added.
3911 * BugsSite/docs/xml/dbschema.mysql: Added.
3912 * BugsSite/docs/xml/faq.xml: Added.
3913 * BugsSite/docs/xml/filetemp.patch: Added.
3914 * BugsSite/docs/xml/gfdl.xml: Added.
3915 * BugsSite/docs/xml/glossary.xml: Added.
3916 * BugsSite/docs/xml/index.xml: Added.
3917 * BugsSite/docs/xml/installation.xml: Added.
3918 * BugsSite/docs/xml/integration.xml: Added.
3919 * BugsSite/docs/xml/introduction.xml: Added.
3920 * BugsSite/docs/xml/modules.xml: Added.
3921 * BugsSite/docs/xml/patches.xml: Added.
3922 * BugsSite/docs/xml/requiredsoftware.xml: Added.
3923 * BugsSite/docs/xml/security.xml: Added.
3924 * BugsSite/docs/xml/troubleshooting.xml: Added.
3925 * BugsSite/docs/xml/using.xml: Added.
3926 * BugsSite/doeditparams.cgi: Added.
3927 * BugsSite/duplicates.cgi: Added.
3928 * BugsSite/duplicates.xul: Added.
3929 * BugsSite/editclassifications.cgi: Added.
3930 * BugsSite/editcomponents.cgi: Added.
3931 * BugsSite/editflagtypes.cgi: Added.
3932 * BugsSite/editgroups.cgi: Added.
3933 * BugsSite/editkeywords.cgi: Added.
3934 * BugsSite/editmilestones.cgi: Added.
3935 * BugsSite/editparams.cgi: Added.
3936 * BugsSite/editproducts.cgi: Added.
3937 * BugsSite/editsettings.cgi: Added.
3938 * BugsSite/editusers.cgi: Added.
3939 * BugsSite/editvalues.cgi: Added.
3940 * BugsSite/editversions.cgi: Added.
3941 * BugsSite/editwhines.cgi: Added.
3942 * BugsSite/enter_bug.cgi: Added.
3943 * BugsSite/favicon.ico: Added.
3944 * BugsSite/globals.pl: Added.
3945 * BugsSite/graphs: Added.
3946 * BugsSite/images: Added.
3947 * BugsSite/images/padlock.png: Added.
3948 * BugsSite/importxml.pl: Added.
3949 * BugsSite/index.cgi: Added.
3950 * BugsSite/js: Added.
3951 * BugsSite/js/duplicates.js: Added.
3952 * BugsSite/js/productform.js: Added.
3953 * BugsSite/localconfig.js: Added.
3954 * BugsSite/long_list.cgi: Added.
3955 * BugsSite/move.pl: Added.
3956 * BugsSite/page.cgi: Added.
3957 * BugsSite/post_bug.cgi: Added.
3958 * BugsSite/process_bug.cgi: Added.
3959 * BugsSite/productmenu.js: Added.
3960 * BugsSite/query.cgi: Added.
3961 * BugsSite/quicksearch.html: Added.
3962 * BugsSite/quicksearch.js: Added.
3963 * BugsSite/quicksearchhack.html: Added.
3964 * BugsSite/quips.cgi: Added.
3965 * BugsSite/relogin.cgi: Added.
3966 * BugsSite/report.cgi: Added.
3967 * BugsSite/reports.cgi: Added.
3968 * BugsSite/request.cgi: Added.
3969 * BugsSite/robots.txt: Added.
3970 * BugsSite/runtests.pl: Added.
3971 * BugsSite/sanitycheck.cgi: Added.
3972 * BugsSite/show_activity.cgi: Added.
3973 * BugsSite/show_bug.cgi: Added.
3974 * BugsSite/showattachment.cgi: Added.
3975 * BugsSite/showdependencygraph.cgi: Added.
3976 * BugsSite/showdependencytree.cgi: Added.
3977 * BugsSite/sidebar.cgi: Added.
3978 * BugsSite/skins: Added.
3979 * BugsSite/skins/.cvsignore: Added.
3980 * BugsSite/skins/custom: Added.
3981 * BugsSite/skins/custom/admin.css: Added.
3982 * BugsSite/skins/custom/buglist.css: Added.
3983 * BugsSite/skins/custom/duplicates.css: Added.
3984 * BugsSite/skins/custom/editusers.css: Added.
3985 * BugsSite/skins/custom/global.css: Added.
3986 * BugsSite/skins/custom/index.css: Added.
3987 * BugsSite/skins/custom/opendarwin.gif: Added.
3988 * BugsSite/skins/custom/panel.css: Added.
3989 * BugsSite/skins/custom/show_multiple.css: Added.
3990 * BugsSite/skins/custom/summarize-time.css: Added.
3991 * BugsSite/skins/custom/voting.css: Added.
3992 * BugsSite/skins/standard: Added.
3993 * BugsSite/skins/standard/admin.css: Added.
3994 * BugsSite/skins/standard/buglist.css: Added.
3995 * BugsSite/skins/standard/duplicates.css: Added.
3996 * BugsSite/skins/standard/editusers.css: Added.
3997 * BugsSite/skins/standard/global: Added.
3998 * BugsSite/skins/standard/global.css: Added.
3999 * BugsSite/skins/standard/global/body-back.gif: Added.
4000 * BugsSite/skins/standard/global/header.png: Added.
4001 * BugsSite/skins/standard/index: Added.
4002 * BugsSite/skins/standard/index.css: Added.
4003 * BugsSite/skins/standard/index/front.jpg: Added.
4004 * BugsSite/skins/standard/index/front.png: Added.
4005 * BugsSite/skins/standard/panel.css: Added.
4006 * BugsSite/skins/standard/show_multiple.css: Added.
4007 * BugsSite/skins/standard/summarize-time.css: Added.
4008 * BugsSite/skins/standard/voting.css: Added.
4009 * BugsSite/summarize_time.cgi: Added.
4010 * BugsSite/t: Added.
4011 * BugsSite/t/001compile.t: Added.
4012 * BugsSite/t/002goodperl.t: Added.
4013 * BugsSite/t/003safesys.t: Added.
4014 * BugsSite/t/004template.t: Added.
4015 * BugsSite/t/005no_tabs.t: Added.
4016 * BugsSite/t/006spellcheck.t: Added.
4017 * BugsSite/t/007util.t: Added.
4018 * BugsSite/t/008filter.t: Added.
4019 * BugsSite/t/009bugwords.t: Added.
4020 * BugsSite/t/011pod.t: Added.
4021 * BugsSite/t/Support: Added.
4022 * BugsSite/t/Support/Files.pm: Added.
4023 * BugsSite/t/Support/Systemexec.pm: Added.
4024 * BugsSite/t/Support/Templates.pm: Added.
4025 * BugsSite/t/testchart.gif: Added.
4026 * BugsSite/t/testchart.png: Added.
4027 * BugsSite/t/testgd.png: Added.
4028 * BugsSite/template: Added.
4029 * BugsSite/template/.cvsignore: Added.
4030 * BugsSite/template/.htaccess: Added.
4031 * BugsSite/template/en: Added.
4032 * BugsSite/template/en/.cvsignore: Added.
4033 * BugsSite/template/en/custom: Added.
4034 * BugsSite/template/en/custom/account: Added.
4035 * BugsSite/template/en/custom/account/auth: Added.
4036 * BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
4037 * BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added.
4038 * BugsSite/template/en/custom/account/auth/login.html.tmpl: Added.
4039 * BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added.
4040 * BugsSite/template/en/custom/account/create.html.tmpl: Added.
4041 * BugsSite/template/en/custom/account/created.html.tmpl: Added.
4042 * BugsSite/template/en/custom/account/email: Added.
4043 * BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added.
4044 * BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added.
4045 * BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added.
4046 * BugsSite/template/en/custom/account/exists.html.tmpl: Added.
4047 * BugsSite/template/en/custom/account/password: Added.
4048 * BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
4049 * BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
4050 * BugsSite/template/en/custom/account/prefs: Added.
4051 * BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added.
4052 * BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added.
4053 * BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added.
4054 * BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added.
4055 * BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added.
4056 * BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
4057 * BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added.
4058 * BugsSite/template/en/custom/admin: Added.
4059 * BugsSite/template/en/custom/admin/classifications: Added.
4060 * BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added.
4061 * BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added.
4062 * BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added.
4063 * BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added.
4064 * BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added.
4065 * BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
4066 * BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added.
4067 * BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added.
4068 * BugsSite/template/en/custom/admin/components: Added.
4069 * BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
4070 * BugsSite/template/en/custom/admin/components/create.html.tmpl: Added.
4071 * BugsSite/template/en/custom/admin/components/created.html.tmpl: Added.
4072 * BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added.
4073 * BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added.
4074 * BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added.
4075 * BugsSite/template/en/custom/admin/components/list.html.tmpl: Added.
4076 * BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added.
4077 * BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added.
4078 * BugsSite/template/en/custom/admin/fieldvalues: Added.
4079 * BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
4080 * BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
4081 * BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
4082 * BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
4083 * BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
4084 * BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
4085 * BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
4086 * BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
4087 * BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
4088 * BugsSite/template/en/custom/admin/flag-type: Added.
4089 * BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
4090 * BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
4091 * BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added.
4092 * BugsSite/template/en/custom/admin/groups: Added.
4093 * BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added.
4094 * BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added.
4095 * BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added.
4096 * BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added.
4097 * BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added.
4098 * BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added.
4099 * BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added.
4100 * BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added.
4101 * BugsSite/template/en/custom/admin/keywords: Added.
4102 * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
4103 * BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added.
4104 * BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added.
4105 * BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added.
4106 * BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added.
4107 * BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
4108 * BugsSite/template/en/custom/admin/milestones: Added.
4109 * BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
4110 * BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added.
4111 * BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added.
4112 * BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
4113 * BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added.
4114 * BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added.
4115 * BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added.
4116 * BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
4117 * BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added.
4118 * BugsSite/template/en/custom/admin/products: Added.
4119 * BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
4120 * BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added.
4121 * BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added.
4122 * BugsSite/template/en/custom/admin/products/groupcontrol: Added.
4123 * BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
4124 * BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
4125 * BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
4126 * BugsSite/template/en/custom/admin/products/list.html.tmpl: Added.
4127 * BugsSite/template/en/custom/admin/settings: Added.
4128 * BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added.
4129 * BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added.
4130 * BugsSite/template/en/custom/admin/table.html.tmpl: Added.
4131 * BugsSite/template/en/custom/admin/users: Added.
4132 * BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
4133 * BugsSite/template/en/custom/admin/users/create.html.tmpl: Added.
4134 * BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added.
4135 * BugsSite/template/en/custom/admin/users/list.html.tmpl: Added.
4136 * BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
4137 * BugsSite/template/en/custom/admin/users/search.html.tmpl: Added.
4138 * BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added.
4139 * BugsSite/template/en/custom/admin/versions: Added.
4140 * BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
4141 * BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added.
4142 * BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added.
4143 * BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added.
4144 * BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added.
4145 * BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added.
4146 * BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added.
4147 * BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added.
4148 * BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added.
4149 * BugsSite/template/en/custom/attachment: Added.
4150 * BugsSite/template/en/custom/attachment/choose.html.tmpl: Added.
4151 * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added.
4152 * BugsSite/template/en/custom/attachment/create.html.tmpl: Added.
4153 * BugsSite/template/en/custom/attachment/created.html.tmpl: Added.
4154 * BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added.
4155 * BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added.
4156 * BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added.
4157 * BugsSite/template/en/custom/attachment/edit.html.tmpl: Added.
4158 * BugsSite/template/en/custom/attachment/list.html.tmpl: Added.
4159 * BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added.
4160 * BugsSite/template/en/custom/attachment/updated.html.tmpl: Added.
4161 * BugsSite/template/en/custom/bug: Added.
4162 * BugsSite/template/en/custom/bug/activity: Added.
4163 * BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added.
4164 * BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added.
4165 * BugsSite/template/en/custom/bug/choose.html.tmpl: Added.
4166 * BugsSite/template/en/custom/bug/comments.html.tmpl: Added.
4167 * BugsSite/template/en/custom/bug/create: Added.
4168 * BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
4169 * BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added.
4170 * BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added.
4171 * BugsSite/template/en/custom/bug/create/create.html.tmpl: Added.
4172 * BugsSite/template/en/custom/bug/create/created.html.tmpl: Added.
4173 * BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added.
4174 * BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added.
4175 * BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added.
4176 * BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added.
4177 * BugsSite/template/en/custom/bug/edit.html.tmpl: Added.
4178 * BugsSite/template/en/custom/bug/knob.html.tmpl: Added.
4179 * BugsSite/template/en/custom/bug/navigate.html.tmpl: Added.
4180 * BugsSite/template/en/custom/bug/process: Added.
4181 * BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added.
4182 * BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
4183 * BugsSite/template/en/custom/bug/process/header.html.tmpl: Added.
4184 * BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added.
4185 * BugsSite/template/en/custom/bug/process/next.html.tmpl: Added.
4186 * BugsSite/template/en/custom/bug/process/results.html.tmpl: Added.
4187 * BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
4188 * BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added.
4189 * BugsSite/template/en/custom/bug/show.html.tmpl: Added.
4190 * BugsSite/template/en/custom/bug/show.xml.tmpl: Added.
4191 * BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added.
4192 * BugsSite/template/en/custom/bug/time.html.tmpl: Added.
4193 * BugsSite/template/en/custom/bug/votes: Added.
4194 * BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
4195 * BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
4196 * BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
4197 * BugsSite/template/en/custom/config.js.tmpl: Added.
4198 * BugsSite/template/en/custom/config.rdf.tmpl: Added.
4199 * BugsSite/template/en/custom/filterexceptions.pl: Added.
4200 * BugsSite/template/en/custom/flag: Added.
4201 * BugsSite/template/en/custom/flag/list.html.tmpl: Added.
4202 * BugsSite/template/en/custom/global: Added.
4203 * BugsSite/template/en/custom/global/banner.html.tmpl: Added.
4204 * BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added.
4205 * BugsSite/template/en/custom/global/choose-product.html.tmpl: Added.
4206 * BugsSite/template/en/custom/global/code-error.html.tmpl: Added.
4207 * BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added.
4208 * BugsSite/template/en/custom/global/field-descs.none.tmpl: Added.
4209 * BugsSite/template/en/custom/global/footer.html.tmpl: Added.
4210 * BugsSite/template/en/custom/global/header.html.tmpl: Added.
4211 * BugsSite/template/en/custom/global/help-header.html.tmpl: Added.
4212 * BugsSite/template/en/custom/global/help.html.tmpl: Added.
4213 * BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added.
4214 * BugsSite/template/en/custom/global/initialize.none.tmpl: Added.
4215 * BugsSite/template/en/custom/global/message.html.tmpl: Added.
4216 * BugsSite/template/en/custom/global/messages.html.tmpl: Added.
4217 * BugsSite/template/en/custom/global/select-menu.html.tmpl: Added.
4218 * BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added.
4219 * BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added.
4220 * BugsSite/template/en/custom/global/useful-links.html.tmpl: Added.
4221 * BugsSite/template/en/custom/global/user-error.html.tmpl: Added.
4222 * BugsSite/template/en/custom/global/userselect.html.tmpl: Added.
4223 * BugsSite/template/en/custom/global/variables.none.tmpl: Added.
4224 * BugsSite/template/en/custom/index.html.tmpl: Added.
4225 * BugsSite/template/en/custom/list: Added.
4226 * BugsSite/template/en/custom/list/change-columns.html.tmpl: Added.
4227 * BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added.
4228 * BugsSite/template/en/custom/list/list-simple.html.tmpl: Added.
4229 * BugsSite/template/en/custom/list/list.csv.tmpl: Added.
4230 * BugsSite/template/en/custom/list/list.html.tmpl: Added.
4231 * BugsSite/template/en/custom/list/list.ics.tmpl: Added.
4232 * BugsSite/template/en/custom/list/list.js.tmpl: Added.
4233 * BugsSite/template/en/custom/list/list.rdf.tmpl: Added.
4234 * BugsSite/template/en/custom/list/list.rss.tmpl: Added.
4235 * BugsSite/template/en/custom/list/quips.html.tmpl: Added.
4236 * BugsSite/template/en/custom/list/server-push.html.tmpl: Added.
4237 * BugsSite/template/en/custom/list/table.html.tmpl: Added.
4238 * BugsSite/template/en/custom/pages: Added.
4239 * BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added.
4240 * BugsSite/template/en/custom/pages/fields.html.tmpl: Added.
4241 * BugsSite/template/en/custom/pages/linked.html.tmpl: Added.
4242 * BugsSite/template/en/custom/pages/linkify.html.tmpl: Added.
4243 * BugsSite/template/en/custom/pages/voting.html.tmpl: Added.
4244 * BugsSite/template/en/custom/reports: Added.
4245 * BugsSite/template/en/custom/reports/chart.csv.tmpl: Added.
4246 * BugsSite/template/en/custom/reports/chart.html.tmpl: Added.
4247 * BugsSite/template/en/custom/reports/chart.png.tmpl: Added.
4248 * BugsSite/template/en/custom/reports/components.html.tmpl: Added.
4249 * BugsSite/template/en/custom/reports/create-chart.html.tmpl: Added.
4250 * BugsSite/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
4251 * BugsSite/template/en/custom/reports/duplicates-table.html.tmpl: Added.
4252 * BugsSite/template/en/custom/reports/duplicates.html.tmpl: Added.
4253 * BugsSite/template/en/custom/reports/duplicates.rdf.tmpl: Added.
4254 * BugsSite/template/en/custom/reports/edit-series.html.tmpl: Added.
4255 * BugsSite/template/en/custom/reports/keywords.html.tmpl: Added.
4256 * BugsSite/template/en/custom/reports/menu.html.tmpl: Added.
4257 * BugsSite/template/en/custom/reports/report-bar.png.tmpl: Added.
4258 * BugsSite/template/en/custom/reports/report-line.png.tmpl: Added.
4259 * BugsSite/template/en/custom/reports/report-pie.png.tmpl: Added.
4260 * BugsSite/template/en/custom/reports/report-simple.html.tmpl: Added.
4261 * BugsSite/template/en/custom/reports/report-table.csv.tmpl: Added.
4262 * BugsSite/template/en/custom/reports/report-table.html.tmpl: Added.
4263 * BugsSite/template/en/custom/reports/report.csv.tmpl: Added.
4264 * BugsSite/template/en/custom/reports/report.html.tmpl: Added.
4265 * BugsSite/template/en/custom/reports/series-common.html.tmpl: Added.
4266 * BugsSite/template/en/custom/reports/series.html.tmpl: Added.
4267 * BugsSite/template/en/custom/request: Added.
4268 * BugsSite/template/en/custom/request/email.txt.tmpl: Added.
4269 * BugsSite/template/en/custom/request/queue.html.tmpl: Added.
4270 * BugsSite/template/en/custom/search: Added.
4271 * BugsSite/template/en/custom/search/boolean-charts.html.tmpl: Added.
4272 * BugsSite/template/en/custom/search/form.html.tmpl: Added.
4273 * BugsSite/template/en/custom/search/knob.html.tmpl: Added.
4274 * BugsSite/template/en/custom/search/search-advanced.html.tmpl: Added.
4275 * BugsSite/template/en/custom/search/search-create-series.html.tmpl: Added.
4276 * BugsSite/template/en/custom/search/search-help.html.tmpl: Added.
4277 * BugsSite/template/en/custom/search/search-report-graph.html.tmpl: Added.
4278 * BugsSite/template/en/custom/search/search-report-select.html.tmpl: Added.
4279 * BugsSite/template/en/custom/search/search-report-table.html.tmpl: Added.
4280 * BugsSite/template/en/custom/search/search-specific.html.tmpl: Added.
4281 * BugsSite/template/en/custom/search/tabs.html.tmpl: Added.
4282 * BugsSite/template/en/custom/sidebar.xul.tmpl: Added.
4283 * BugsSite/template/en/custom/whine: Added.
4284 * BugsSite/template/en/custom/whine/mail.html.tmpl: Added.
4285 * BugsSite/template/en/custom/whine/mail.txt.tmpl: Added.
4286 * BugsSite/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
4287 * BugsSite/template/en/custom/whine/schedule.html.tmpl: Added.
4288 * BugsSite/template/en/default: Added.
4289 * BugsSite/template/en/default/account: Added.
4290 * BugsSite/template/en/default/account/auth: Added.
4291 * BugsSite/template/en/default/account/auth/ldap-error.html.tmpl: Added.
4292 * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Added.
4293 * BugsSite/template/en/default/account/auth/login.html.tmpl: Added.
4294 * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Added.
4295 * BugsSite/template/en/default/account/create.html.tmpl: Added.
4296 * BugsSite/template/en/default/account/created.html.tmpl: Added.
4297 * BugsSite/template/en/default/account/email: Added.
4298 * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Added.
4299 * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Added.
4300 * BugsSite/template/en/default/account/email/confirm.html.tmpl: Added.
4301 * BugsSite/template/en/default/account/exists.html.tmpl: Added.
4302 * BugsSite/template/en/default/account/password: Added.
4303 * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Added.
4304 * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Added.
4305 * BugsSite/template/en/default/account/prefs: Added.
4306 * BugsSite/template/en/default/account/prefs/account.html.tmpl: Added.
4307 * BugsSite/template/en/default/account/prefs/email.html.tmpl: Added.
4308 * BugsSite/template/en/default/account/prefs/footer.html.tmpl: Added.
4309 * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Added.
4310 * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Added.
4311 * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Added.
4312 * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Added.
4313 * BugsSite/template/en/default/admin: Added.
4314 * BugsSite/template/en/default/admin/classifications: Added.
4315 * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Added.
4316 * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Added.
4317 * BugsSite/template/en/default/admin/classifications/delete.html.tmpl: Added.
4318 * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Added.
4319 * BugsSite/template/en/default/admin/classifications/new.html.tmpl: Added.
4320 * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Added.
4321 * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Added.
4322 * BugsSite/template/en/default/admin/classifications/update.html.tmpl: Added.
4323 * BugsSite/template/en/default/admin/components: Added.
4324 * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Added.
4325 * BugsSite/template/en/default/admin/components/create.html.tmpl: Added.
4326 * BugsSite/template/en/default/admin/components/created.html.tmpl: Added.
4327 * BugsSite/template/en/default/admin/components/deleted.html.tmpl: Added.
4328 * BugsSite/template/en/default/admin/components/edit.html.tmpl: Added.
4329 * BugsSite/template/en/default/admin/components/footer.html.tmpl: Added.
4330 * BugsSite/template/en/default/admin/components/list.html.tmpl: Added.
4331 * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Added.
4332 * BugsSite/template/en/default/admin/components/updated.html.tmpl: Added.
4333 * BugsSite/template/en/default/admin/fieldvalues: Added.
4334 * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Added.
4335 * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Added.
4336 * BugsSite/template/en/default/admin/fieldvalues/created.html.tmpl: Added.
4337 * BugsSite/template/en/default/admin/fieldvalues/deleted.html.tmpl: Added.
4338 * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Added.
4339 * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Added.
4340 * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Added.
4341 * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Added.
4342 * BugsSite/template/en/default/admin/fieldvalues/updated.html.tmpl: Added.
4343 * BugsSite/template/en/default/admin/flag-type: Added.
4344 * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Added.
4345 * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Added.
4346 * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Added.
4347 * BugsSite/template/en/default/admin/groups: Added.
4348 * BugsSite/template/en/default/admin/groups/change.html.tmpl: Added.
4349 * BugsSite/template/en/default/admin/groups/create.html.tmpl: Added.
4350 * BugsSite/template/en/default/admin/groups/created.html.tmpl: Added.
4351 * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Added.
4352 * BugsSite/template/en/default/admin/groups/deleted.html.tmpl: Added.
4353 * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Added.
4354 * BugsSite/template/en/default/admin/groups/list.html.tmpl: Added.
4355 * BugsSite/template/en/default/admin/groups/remove.html.tmpl: Added.
4356 * BugsSite/template/en/default/admin/keywords: Added.
4357 * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Added.
4358 * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Added.
4359 * BugsSite/template/en/default/admin/keywords/created.html.tmpl: Added.
4360 * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Added.
4361 * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Added.
4362 * BugsSite/template/en/default/admin/keywords/rebuild-cache.html.tmpl: Added.
4363 * BugsSite/template/en/default/admin/milestones: Added.
4364 * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Added.
4365 * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Added.
4366 * BugsSite/template/en/default/admin/milestones/created.html.tmpl: Added.
4367 * BugsSite/template/en/default/admin/milestones/deleted.html.tmpl: Added.
4368 * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Added.
4369 * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Added.
4370 * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Added.
4371 * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Added.
4372 * BugsSite/template/en/default/admin/milestones/updated.html.tmpl: Added.
4373 * BugsSite/template/en/default/admin/products: Added.
4374 * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Added.
4375 * BugsSite/template/en/default/admin/products/deleted.html.tmpl: Added.
4376 * BugsSite/template/en/default/admin/products/footer.html.tmpl: Added.
4377 * BugsSite/template/en/default/admin/products/groupcontrol: Added.
4378 * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
4379 * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Added.
4380 * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Added.
4381 * BugsSite/template/en/default/admin/products/list.html.tmpl: Added.
4382 * BugsSite/template/en/default/admin/settings: Added.
4383 * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Added.
4384 * BugsSite/template/en/default/admin/settings/updated.html.tmpl: Added.
4385 * BugsSite/template/en/default/admin/table.html.tmpl: Added.
4386 * BugsSite/template/en/default/admin/users: Added.
4387 * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Added.
4388 * BugsSite/template/en/default/admin/users/create.html.tmpl: Added.
4389 * BugsSite/template/en/default/admin/users/edit.html.tmpl: Added.
4390 * BugsSite/template/en/default/admin/users/list.html.tmpl: Added.
4391 * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Added.
4392 * BugsSite/template/en/default/admin/users/search.html.tmpl: Added.
4393 * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Added.
4394 * BugsSite/template/en/default/admin/versions: Added.
4395 * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Added.
4396 * BugsSite/template/en/default/admin/versions/create.html.tmpl: Added.
4397 * BugsSite/template/en/default/admin/versions/created.html.tmpl: Added.
4398 * BugsSite/template/en/default/admin/versions/deleted.html.tmpl: Added.
4399 * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Added.
4400 * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Added.
4401 * BugsSite/template/en/default/admin/versions/list.html.tmpl: Added.
4402 * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Added.
4403 * BugsSite/template/en/default/admin/versions/updated.html.tmpl: Added.
4404 * BugsSite/template/en/default/attachment: Added.
4405 * BugsSite/template/en/default/attachment/choose.html.tmpl: Added.
4406 * BugsSite/template/en/default/attachment/content-types.html.tmpl: Added.
4407 * BugsSite/template/en/default/attachment/create.html.tmpl: Added.
4408 * BugsSite/template/en/default/attachment/created.html.tmpl: Added.
4409 * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Added.
4410 * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Added.
4411 * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Added.
4412 * BugsSite/template/en/default/attachment/edit-aroben.html.tmpl: Added.
4413 * BugsSite/template/en/default/attachment/edit.html.tmpl: Added.
4414 * BugsSite/template/en/default/attachment/list.html.tmpl: Added.
4415 * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Added.
4416 * BugsSite/template/en/default/attachment/updated.html.tmpl: Added.
4417 * BugsSite/template/en/default/bug: Added.
4418 * BugsSite/template/en/default/bug/activity: Added.
4419 * BugsSite/template/en/default/bug/activity/show.html.tmpl: Added.
4420 * BugsSite/template/en/default/bug/activity/table.html.tmpl: Added.
4421 * BugsSite/template/en/default/bug/choose.html.tmpl: Added.
4422 * BugsSite/template/en/default/bug/comments.html.tmpl: Added.
4423 * BugsSite/template/en/default/bug/create: Added.
4424 * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Added.
4425 * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Added.
4426 * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Added.
4427 * BugsSite/template/en/default/bug/create/create.html.tmpl: Added.
4428 * BugsSite/template/en/default/bug/create/created.html.tmpl: Added.
4429 * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Added.
4430 * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Added.
4431 * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Added.
4432 * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Added.
4433 * BugsSite/template/en/default/bug/edit.html.tmpl: Added.
4434 * BugsSite/template/en/default/bug/knob.html.tmpl: Added.
4435 * BugsSite/template/en/default/bug/navigate.html.tmpl: Added.
4436 * BugsSite/template/en/default/bug/process: Added.
4437 * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Added.
4438 * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Added.
4439 * BugsSite/template/en/default/bug/process/header.html.tmpl: Added.
4440 * BugsSite/template/en/default/bug/process/midair.html.tmpl: Added.
4441 * BugsSite/template/en/default/bug/process/next.html.tmpl: Added.
4442 * BugsSite/template/en/default/bug/process/results.html.tmpl: Added.
4443 * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Added.
4444 * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Added.
4445 * BugsSite/template/en/default/bug/show.html.tmpl: Added.
4446 * BugsSite/template/en/default/bug/show.xml.tmpl: Added.
4447 * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Added.
4448 * BugsSite/template/en/default/bug/time.html.tmpl: Added.
4449 * BugsSite/template/en/default/bug/votes: Added.
4450 * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Added.
4451 * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Added.
4452 * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Added.
4453 * BugsSite/template/en/default/config.js.tmpl: Added.
4454 * BugsSite/template/en/default/config.rdf.tmpl: Added.
4455 * BugsSite/template/en/default/filterexceptions.pl: Added.
4456 * BugsSite/template/en/default/flag: Added.
4457 * BugsSite/template/en/default/flag/list.html.tmpl: Added.
4458 * BugsSite/template/en/default/global: Added.
4459 * BugsSite/template/en/default/global/banner.html.tmpl: Added.
4460 * BugsSite/template/en/default/global/choose-classification.html.tmpl: Added.
4461 * BugsSite/template/en/default/global/choose-product.html.tmpl: Added.
4462 * BugsSite/template/en/default/global/code-error.html.tmpl: Added.
4463 * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Added.
4464 * BugsSite/template/en/default/global/field-descs.none.tmpl: Added.
4465 * BugsSite/template/en/default/global/footer.html.tmpl: Added.
4466 * BugsSite/template/en/default/global/header.html.tmpl: Added.
4467 * BugsSite/template/en/default/global/help-header.html.tmpl: Added.
4468 * BugsSite/template/en/default/global/help.html.tmpl: Added.
4469 * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Added.
4470 * BugsSite/template/en/default/global/initialize.none.tmpl: Added.
4471 * BugsSite/template/en/default/global/message.html.tmpl: Added.
4472 * BugsSite/template/en/default/global/messages.html.tmpl: Added.
4473 * BugsSite/template/en/default/global/select-menu.html.tmpl: Added.
4474 * BugsSite/template/en/default/global/setting-descs.none.tmpl: Added.
4475 * BugsSite/template/en/default/global/site-navigation.html.tmpl: Added.
4476 * BugsSite/template/en/default/global/useful-links.html.tmpl: Added.
4477 * BugsSite/template/en/default/global/user-error.html.tmpl: Added.
4478 * BugsSite/template/en/default/global/userselect.html.tmpl: Added.
4479 * BugsSite/template/en/default/global/variables.none.tmpl: Added.
4480 * BugsSite/template/en/default/index.html.tmpl: Added.
4481 * BugsSite/template/en/default/list: Added.
4482 * BugsSite/template/en/default/list/change-columns.html.tmpl: Added.
4483 * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Added.
4484 * BugsSite/template/en/default/list/list-simple.html.tmpl: Added.
4485 * BugsSite/template/en/default/list/list.atom.tmpl: Added.
4486 * BugsSite/template/en/default/list/list.csv.tmpl: Added.
4487 * BugsSite/template/en/default/list/list.html.tmpl: Added.
4488 * BugsSite/template/en/default/list/list.ics.tmpl: Added.
4489 * BugsSite/template/en/default/list/list.js.tmpl: Added.
4490 * BugsSite/template/en/default/list/list.rdf.tmpl: Added.
4491 * BugsSite/template/en/default/list/quips.html.tmpl: Added.
4492 * BugsSite/template/en/default/list/server-push.html.tmpl: Added.
4493 * BugsSite/template/en/default/list/table.html.tmpl: Added.
4494 * BugsSite/template/en/default/pages: Added.
4495 * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Added.
4496 * BugsSite/template/en/default/pages/fields.html.tmpl: Added.
4497 * BugsSite/template/en/default/pages/linked.html.tmpl: Added.
4498 * BugsSite/template/en/default/pages/linkify.html.tmpl: Added.
4499 * BugsSite/template/en/default/pages/voting.html.tmpl: Added.
4500 * BugsSite/template/en/default/reports: Added.
4501 * BugsSite/template/en/default/reports/chart.csv.tmpl: Added.
4502 * BugsSite/template/en/default/reports/chart.html.tmpl: Added.
4503 * BugsSite/template/en/default/reports/chart.png.tmpl: Added.
4504 * BugsSite/template/en/default/reports/components.html.tmpl: Added.
4505 * BugsSite/template/en/default/reports/create-chart.html.tmpl: Added.
4506 * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Added.
4507 * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Added.
4508 * BugsSite/template/en/default/reports/duplicates.html.tmpl: Added.
4509 * BugsSite/template/en/default/reports/duplicates.rdf.tmpl: Added.
4510 * BugsSite/template/en/default/reports/edit-series.html.tmpl: Added.
4511 * BugsSite/template/en/default/reports/keywords.html.tmpl: Added.
4512 * BugsSite/template/en/default/reports/menu.html.tmpl: Added.
4513 * BugsSite/template/en/default/reports/report-bar.png.tmpl: Added.
4514 * BugsSite/template/en/default/reports/report-line.png.tmpl: Added.
4515 * BugsSite/template/en/default/reports/report-pie.png.tmpl: Added.
4516 * BugsSite/template/en/default/reports/report-simple.html.tmpl: Added.
4517 * BugsSite/template/en/default/reports/report-table.csv.tmpl: Added.
4518 * BugsSite/template/en/default/reports/report-table.html.tmpl: Added.
4519 * BugsSite/template/en/default/reports/report.csv.tmpl: Added.
4520 * BugsSite/template/en/default/reports/report.html.tmpl: Added.
4521 * BugsSite/template/en/default/reports/series-common.html.tmpl: Added.
4522 * BugsSite/template/en/default/reports/series.html.tmpl: Added.
4523 * BugsSite/template/en/default/request: Added.
4524 * BugsSite/template/en/default/request/email.txt.tmpl: Added.
4525 * BugsSite/template/en/default/request/queue.html.tmpl: Added.
4526 * BugsSite/template/en/default/search: Added.
4527 * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Added.
4528 * BugsSite/template/en/default/search/form.html.tmpl: Added.
4529 * BugsSite/template/en/default/search/knob.html.tmpl: Added.
4530 * BugsSite/template/en/default/search/search-advanced.html.tmpl: Added.
4531 * BugsSite/template/en/default/search/search-create-series.html.tmpl: Added.
4532 * BugsSite/template/en/default/search/search-help.html.tmpl: Added.
4533 * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Added.
4534 * BugsSite/template/en/default/search/search-report-select.html.tmpl: Added.
4535 * BugsSite/template/en/default/search/search-report-table.html.tmpl: Added.
4536 * BugsSite/template/en/default/search/search-specific.html.tmpl: Added.
4537 * BugsSite/template/en/default/search/tabs.html.tmpl: Added.
4538 * BugsSite/template/en/default/sidebar.xul.tmpl: Added.
4539 * BugsSite/template/en/default/whine: Added.
4540 * BugsSite/template/en/default/whine/mail.html.tmpl: Added.
4541 * BugsSite/template/en/default/whine/mail.txt.tmpl: Added.
4542 * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Added.
4543 * BugsSite/template/en/default/whine/schedule.html.tmpl: Added.
4544 * BugsSite/template/en/extension: Added.
4545 * BugsSite/template/en/extension/filterexceptions.pl: Added.
4546 * BugsSite/testagent.cgi: Added.
4547 * BugsSite/testserver.pl: Added.
4548 * BugsSite/token.cgi: Added.
4549 * BugsSite/userprefs.cgi: Added.
4550 * BugsSite/votes.cgi: Added.
4551 * BugsSite/whine.pl: Added.
4552 * BugsSite/whineatnews.pl: Added.
4553 * BugsSite/xml.cgi: Added.
4554
mrowe@apple.comc3514532008-02-05 06:27:44 +000045552008-02-04 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4556
alp@webkit.org62a6a4d2008-02-05 06:54:08 +00004557 Reviewed by Alp Toker and Mark Rowe.
mrowe@apple.comc3514532008-02-05 06:27:44 +00004558
4559 http://bugs.webkit.org/show_bug.cgi?id=16618
4560 [GTK] build-webkit and run-webkit-tests autootools support
4561
alp@webkit.org62a6a4d2008-02-05 06:54:08 +00004562 Add support for the autotools build to the WebKit build and test
4563 scripts.
mrowe@apple.comc3514532008-02-05 06:27:44 +00004564
mrowe@apple.com84cdb082008-02-05 03:25:59 +000045652008-02-04 Rodney Dawes <dobey@wayofthemonkey.com>
4566
4567 Reviewed by Alp Toker and Mark Rowe.
4568
4569 Fix http://bugs.webkit.org/show_bug.cgi?id=17175.
4570 Bug 17175: Use of C++ compiler flags in CFLAGS
4571
4572 Add global_cxxflags definition for inclusion in CXXFLAGS variables.
4573 Only use -fno-rtti and $(SYMBOL_VISIBILITY_INLINES) with global_cxxflags as gcc complains they aren't valid for C.
4574
4575 * GNUmakefile.am:
4576
alp@webkit.org040ad8b2008-02-04 11:00:43 +000045772008-02-04 Alp Toker <alp@atoker.com>
4578
4579 Rubber-stamped by Mark Rowe.
4580
4581 Remove all trailing whitespace in the GTK+ port and related
4582 components.
4583
4584 * GNUmakefile.am:
4585 * configure.ac:
4586
alp@webkit.org94c06552008-01-31 23:51:53 +000045872008-01-31 Alp Toker <alp@atoker.com>
4588
alp@webkit.org12057322008-02-01 07:01:18 +00004589 Reviewed by Mark Rowe.
4590
4591 Fix the pkg-config file to follow GTK+ package naming and versioning
4592 conventions.
4593
4594 Remove unneeded dependency listings.
4595
4596 * GNUmakefile.am:
4597 * configure.ac:
4598
45992008-01-31 Alp Toker <alp@atoker.com>
4600
alp@webkit.org1e1f94d2008-02-01 00:00:00 +00004601 Rubber-stamped by Adam Roben.
alp@webkit.org94c06552008-01-31 23:51:53 +00004602
4603 http://bugs.webkit.org/show_bug.cgi?id=17006
4604 [GTK] Header path should be webkit/webkit.h
4605
4606 Move the GTK+ API sources as needed and update the build systems.
4607
4608 * GNUmakefile.am:
4609 * WebKit.pri:
4610
alp@webkit.orgcae55672008-01-27 19:49:01 +000046112008-01-27 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4612
4613 Reviewed by Alp Toker.
4614
4615 http://bugs.webkit.org/show_bug.cgi?id=14811
4616 [gtk] [request] add a webkit_gtk_page_go_to_history_item function
4617
4618 * GNUmakefile.am: Added webkitwebbackforwardlist and webkitwebhistoryitem
4619
mrowe@apple.com2bc789f2008-01-26 12:32:49 +000046202008-01-26 Mark Rowe <mrowe@apple.com>
4621
4622 Reviewed by Alp Toker.
4623
4624 Fix http://bugs.webkit.org/show_bug.cgi?id=17007.
4625 Bug 17007: [GTK] autogen.sh attempts to use "libtoolize" on the Mac
4626
4627 libtoolize is installed as glibtoolize on Mac OS X to avoid naming conflicts
4628 with other system commands. Check for the presence of glibtoolize if libtoolize
4629 cannot be found.
4630
4631 * autogen.sh:
4632
alp@webkit.org6b436af2008-01-23 15:55:41 +000046332008-01-23 Alp Toker <alp@atoker.com>
4634
4635 Rubber-stamped by Mark Rowe.
4636
4637 Remove whitespace after -I in automake include lists.
4638
4639 * GNUmakefile.am:
4640
alp@webkit.orge9a26922008-01-22 20:45:18 +000046412008-01-22 Christian Dywan <christian@imendio.com>
4642
4643 Reviewed by Alp Toker.
4644
4645 [GTK] API: WebKitWebSettings is not usable
4646 http://bugs.webkit.org/show_bug.cgi?id=16219
4647
4648 Implement WebKitWebSettings.
4649
4650 * GNUmakefile.am:
4651
hausmann@webkit.org81a531f2008-01-22 10:03:26 +000046522008-01-22 Simon Hausmann <hausmann@webkit.org>
4653
4654 Reviewed by Lars.
4655
4656 Don't compile the ICO plugin when building against Qt >= 4.4
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00004657
hausmann@webkit.org81a531f2008-01-22 10:03:26 +00004658
4659 * WebKit.pro:
4660
alp@webkit.orgf49bd1e2008-01-21 23:06:23 +000046612008-01-21 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4662
4663 Reviewed by Alp Toker.
4664
4665 http://bugs.webkit.org/show_bug.cgi?id=16955
4666 Get errors when cross-compile webkit-gtk
4667
4668 * GNUmakefile.am: added ICU_CPPFLAGS
4669 * configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS
4670
alp@webkit.org55f365d2008-01-19 15:46:23 +000046712008-01-19 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4672
4673 Reviewed by Alp Toker.
4674
4675 Add svg foreign object and svg experimental to the GTK+/autotools
4676 build system.
4677
4678 * configure.ac:
4679
alp@webkit.orgd31a7362008-01-15 21:47:25 +000046802008-01-15 Alp Toker <alp@atoker.com>
4681
alp@webkit.org99436822008-01-16 03:32:29 +00004682 Rubber-stamped by Anders.
4683
4684 Make the HTTP backend configurable in the GTK+ port. curl is currently
4685 the only option.
4686
4687 * GNUmakefile.am:
4688 * WebKit.pri:
4689 * configure.ac:
4690
46912008-01-15 Alp Toker <alp@atoker.com>
4692
alp@webkit.orgd31a7362008-01-15 21:47:25 +00004693 GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler
4694 flags only when they're available.
4695
4696 Additionally, use -fvisibility-inlines-hidden in both debug and
4697 release builds when available to match the Mac build.
4698
4699 * GNUmakefile.am:
4700 * configure.ac:
4701
alp@webkit.org36d65492008-01-13 07:33:53 +000047022008-01-12 Alp Toker <alp@atoker.com>
4703
4704 Reviewed by Mark Rowe.
4705
4706 Hide non-public symbols in GTK+/autotools release builds.
4707
4708 * GNUmakefile.am:
4709
alp@webkit.org27f95c42008-01-12 07:40:52 +000047102008-01-11 Alp Toker <alp@atoker.com>
4711
4712 Reviewed by Oliver Hunt.
4713
4714 Enable FastMalloc by default in GTK+/autotools and add a configure
4715 switch.
4716
4717 * GNUmakefile.am:
4718 * configure.ac:
4719
alp@webkit.org81c66d12008-01-11 16:31:34 +000047202008-01-11 Luca Bruno <lethalman88@gmail.com>
4721
4722 Reviewed by Alp Toker.
4723
4724 http://bugs.webkit.org/show_bug.cgi?id=16838
4725 [GTK] Bad autotools debug and video options
4726
4727 Fix some configure options.
4728
4729 * configure.ac:
4730
mrowe@apple.com1e357b52008-01-11 08:04:21 +000047312008-01-11 Mark Rowe <mrowe@apple.com>
4732
4733 Attempt to fix the GTK+ and Qt builds.
4734
4735 * WebKit.pro:
4736
alp@webkit.org69d59d92008-01-11 00:55:03 +000047372008-01-10 Alp Toker <alp@atoker.com>
4738
4739 SVG font build fix for GTK+/autotools.
4740
4741 * configure.ac:
4742
alp@webkit.org09ac6962008-01-05 11:44:02 +000047432008-01-05 Alp Toker <alp@atoker.com>
4744
4745 Rubber-stamped by Mark Rowe.
4746
4747 Fix configure script output with correct descriptions of the default
4748 configuration options.
4749
4750 * configure.ac:
4751
alp@webkit.orga37ed5b2008-01-05 10:23:01 +000047522008-01-05 Sylvain Pasche <sylvain.pasche@gmail.com>
4753
4754 Reviewed by Alp Toker.
4755
4756 http://bugs.webkit.org/show_bug.cgi?id=16736
4757 Allow autogen.sh invocation from a separate build directory.
4758
4759 * autogen.sh:
4760
alp@webkit.org076e8e12008-01-04 20:54:24 +000047612008-01-04 Alp Toker <alp@atoker.com>
4762
4763 Rubber-stamped by Mark Rowe.
4764
4765 Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The
4766 "rebuild rules" will now be enabled by default.
4767
4768 This obviates the need to pass '--enable-maintainer-mode' to
4769 configure.
4770
4771 * configure.ac:
4772
zecke@webkit.org48bc6f42008-01-03 02:07:28 +000047732008-01-02 Holger Hans Peter Freyther <zecke@selfish.org>
4774
4775 Rubber stamped by Alp.
4776
4777 Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break
4778 the build. At least people doing a debug build on Ubuntu Hardy will see
4779 the breakage. I was asked to leave the flags inside the files to ease future
4780 debugging.
4781
4782 * GNUmakefile.am:
4783 * WebKit.pri:
4784
alp@webkit.orge60ca2a2008-01-01 09:05:54 +000047852008-01-01 Alp Toker <alp@atoker.com>
4786
4787 GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
4788 correct parameter to AM_INIT_AUTOMAKE.
4789
4790 * configure.ac:
4791
alp@webkit.org45271e62007-12-30 17:44:37 +000047922007-12-30 Alp Toker <alp@atoker.com>
4793
4794 Build fix for older autoconf versions.
4795
4796 * configure.ac:
4797
alp@webkit.orgf93619a2007-12-30 03:33:44 +000047982007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4799
4800 Reviewed by Alp Toker.
4801
alp@webkit.orgee4efb52007-12-30 06:47:16 +00004802 Enable Database, XPath and XSLT features by default
4803
4804 * configure.ac:
4805
48062007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4807
4808 Reviewed by Alp Toker.
4809
alp@webkit.orgf93619a2007-12-30 03:33:44 +00004810 http://bugs.webkit.org/show_bug.cgi?id=16669
4811 autotools update and fixes
4812
4813 Various fixes to the autotools build
4814
4815 * GNUmakefile.am:
4816 - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
4817 - Fix clean rules (Rodney Dawes)
4818 - Added webcore specific variables, remove STDINT_H and
4819 PTHREAD_NP_H checks (already included in config.h)
4820 * autogen.sh:
4821 - Loosen automake and aclocal requirement
4822 * configure.ac:
4823 - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
4824 when doing a debug build (Rodney Dawes)
4825 - Fix webkit target and remove traces of XBL
4826
alp@webkit.org11a31a72007-12-27 23:14:27 +000048272007-12-27 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4828
4829 Reviewed by Alp Toker.
4830
4831 http://bugs.webkit.org/show_bug.cgi?id=16353
4832 [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
4833
4834 Added the flags mentioned in the bug only when doing 'debug'
4835 builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
4836
4837 * GNUmakefile.am:
4838 * WebKit.pri:
4839
alp@webkit.org278f1252007-12-27 06:05:21 +000048402007-12-26 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4841
4842 Reviewed by Alp Toker.
4843
4844 http://bugs.webkit.org/show_bug.cgi?id=16390
4845 Use autotools or GNU make as the build system for the GTK port
4846
4847 * GNUmakefile.am: Added.
4848 * autogen.sh: Added.
4849 * configure.ac: Added.
4850
alp@webkit.org5f711d82007-12-21 00:33:46 +000048512007-12-20 Alp Toker <alp@atoker.com>
4852
4853 Rubber-stamped by Maciej.
4854
4855 http://bugs.webkit.org/show_bug.cgi?id=16542
4856 [GTK] Text is missing with old Pango version
4857
4858 Back out commits r28880, r28876, r28865, r28864 which added Pango font
4859 selection support. These changes caused a regression where no text was
4860 displayed with older Pango versions.
4861
4862 * WebKit.pri:
4863
alp@webkit.org2d6a1482007-12-19 18:41:17 +000048642007-12-19 Alp Toker <alp@atoker.com>
4865
4866 Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
4867 cairo-ft directly following changes in r28864.
4868
4869 * WebKit.pri:
4870
alp@webkit.org2a2bf162007-12-12 16:27:35 +000048712007-12-12 Alp Toker <alp@atoker.com>
4872
4873 Reviewed by Mark Rowe.
4874
4875 http://bugs.webkit.org/show_bug.cgi?id=16302
4876 [GTK] Compiler flags for optimization
4877
4878 Use the compiler flags -fno-exceptions -fno-rtti.
4879
4880 This patch does not add all the flags discussed in the bug report,
4881 only these two.
4882
4883 * WebKit.pri:
4884
alp@webkit.orgb4d68052007-12-04 12:16:38 +000048852007-12-04 Xan Lopez <xan@gnome.org>
4886
4887 Reviewed by Alp Toker.
4888
4889 http://bugs.webkit.org/show_bug.cgi?id=15561
4890 GTK port needs DumpRenderTree implementation
4891
4892 Start work on the GTK+ DRT.
4893
4894 * WebKit.pro:
4895
alp@webkit.orge1a9b4a2007-12-01 04:24:09 +000048962007-11-30 Alp Toker <alp@atoker.com>
4897
4898 Reviewed by Adam Roben.
4899
4900 http://bugs.webkit.org/show_bug.cgi?id=15691
4901 [GTK] Public API does not follow GTK+ conventions
4902
4903 Refactor the WebKit/GTK+ public API. Changes:
4904 WebKitPage -> WebKitWebView
4905 WebKitFrame -> WebKitWebFrame
4906
4907 Public API source and header names have been updated to mirror the API
4908 changes.
4909
4910 The API is now kept in WebKit/gtk/WebView to match other ports in the
4911 same class such as Mac and Win.
4912
4913 * WebKit.pri:
4914
mrowe@apple.comc2912612007-11-28 10:42:20 +000049152007-11-26 Rodney Dawes <dobey@wayofthemonkey.com>
4916
4917 Reviewed by Mark Rowe.
4918
4919 Set CONFIG option for the window system GTK+ is using
4920
4921 * WebKit.pri:
4922
alp@webkit.org21ecf042007-11-23 01:03:19 +000049232007-11-22 Alp Toker <alp@atoker.com>
4924
4925 GTK+ build fix. Pass a correct LIBDIR value.
4926
4927 * WebKit.pri:
4928
mrowe@apple.com4d7e81e2007-11-20 16:06:23 +000049292007-11-20 Mark Rowe <mrowe@apple.com>
4930
4931 Reviewed by Alp Toker.
4932
4933 * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
4934
alp@webkit.org6b26bef2007-11-20 15:35:49 +000049352007-11-20 Alp Toker <alp@atoker.com>
4936
4937 Reviewed by Simon Hausmann.
4938
4939 Clean up GTK+ port configuration.
4940
4941 Use similar compiler warning flags to the Mac build.
4942
4943 Add the qmake changes needed for DirectFB support.
4944
4945 * WebKit.pri:
4946
hausmann81286e92007-11-07 12:44:20 +000049472007-11-07 Simon Hausmann <hausmann@kde.org>
4948
4949 Reviewed by Mark.
4950
4951 Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
4952 That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
4953
4954 * WebKit.pri:
4955
larsc075d2a2007-10-03 10:29:15 +000049562007-10-03 Lars Knoll <lars@trolltech.com>
4957
larsbf4fa942007-10-03 10:29:35 +00004958 Signed off by olliej.
4959
4960 move WebKitQt to WebKit/qt for consistency with the other ports.
4961
4962 * WebKit.pri:
4963 * WebKit.pro:
4964
49652007-10-03 Lars Knoll <lars@trolltech.com>
4966
larsc075d2a2007-10-03 10:29:15 +00004967 Reviewed by olliej.
4968
4969 Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
4970
4971 * WebKit.pro:
4972
zeckef5c101b2007-09-29 15:34:39 +000049732007-09-29 Holger Hans Peter Freyther <zecke@selfish.org>
4974
4975 Reviewed by Mark.
4976
4977 -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
4978 Remove Bakefiles from svn.
4979
4980 * Bakefiles/Bakefiles.bkgen: Removed.
4981 * Bakefiles/ChangeLog: Removed.
4982 * Bakefiles/Readme.txt: Removed.
4983 * Bakefiles/presets.bkl: Removed.
4984 * Bakefiles/update-file-lists.py: Removed.
4985
zecke27524052007-09-23 09:50:35 +000049862007-09-20 Holger Hans Peter Freyther <zecke@selfish.org>
4987
4988 Rubber stamped by Adam.
4989
4990 Renamed files from *Gdk to *Gtk (see #14732) using the
4991 work of Juan A. Suarez Romero as a base.
4992
4993 GDK -> GTK
4994
4995 * WebKit.pri:
4996 * WebKit.pro:
4997
zecke6b349972007-07-29 21:51:41 +000049982007-07-29 Brian Mastenbrook <brian@mastenbrook.net>
4999
5000 Build fix for WebKit/Gtk to compile on Fedora 7 as described in
5001 http://bugs.webkit.org/show_bug.cgi?id=14557
5002
5003 * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
5004
hausmannc67aba22007-07-27 08:32:12 +000050052007-07-27 Simon Hausmann <hausmann@kde.org>
5006
5007 Done with and reviewed by Lars and Zack.
5008
hausmann291e38a2007-07-27 08:32:54 +00005009 Exclude DumpRenderTree from the Qt build on Windows for now.
5010
5011 * WebKit.pro:
5012
50132007-07-27 Simon Hausmann <hausmann@kde.org>
5014
5015 Done with and reviewed by Lars and Zack.
5016
hausmannc67aba22007-07-27 08:32:12 +00005017 Temporarily disable the ICO support for the Qt build on Windows.
5018
5019 * WebKit.pro:
5020
hausmanne4840e62007-07-26 14:47:27 +000050212007-07-26 Simon Hausmann <hausmann@kde.org>
5022
5023 Reviewed by Lars.
5024
5025 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.
5026
5027 * WebKit.pri:
5028
zecke5604daf2007-07-23 18:16:02 +000050292007-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
5030
5031 Reviewed by Adam.
5032
5033 Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
5034 build against it.
5035
5036 * WebKit.pri:
5037
hausmann8fb45122007-07-18 15:16:23 +000050382007-07-18 Simon Hausmann <hausmann@kde.org>
5039
5040 Reviewed by Zack.
5041
5042 Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
5043
5044 * WebKit.pro:
5045
thatcherb0cc0752007-07-18 13:55:11 +000050462007-07-18 Timothy Hatcher <timothy@apple.com>
5047
5048 Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
5049 still use this one Makefile.shared as an include.
5050
5051 * Makefile.shared:
5052
staikosba198e12007-07-12 03:04:45 +000050532007-07-12 George Staikos <staikos@kde.org>
5054
5055 Fix build in debug mode.
5056
5057 * WebKit.pri:
5058
darin0284caf2007-07-11 19:24:17 +000050592007-07-11 Holger Hans Peter Freyther <zecke@selfish.org>
5060
darin@apple.com07c80c62008-09-05 18:15:43 +00005061 Reviewed by Darin Adler.
darin0284caf2007-07-11 19:24:17 +00005062
5063 As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
5064 WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
5065
5066 * WebKit.pri: Adjust INCLUDEPATH
5067
aroben1baf09c2007-06-26 05:00:17 +000050682007-06-25 Adam Roben <aroben@apple.com>
5069
aroben98497392007-06-26 05:12:03 +00005070 Really remove LayoutTestResults.
5071
5072 * LayoutTestResults: Removed.
5073
50742007-06-25 Adam Roben <aroben@apple.com>
5075
aroben1baf09c2007-06-26 05:00:17 +00005076 Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
5077 http://bugs.webkit.org/show_bug.cgi?id=14405
5078
5079 Reviewed by Anders.
5080
5081 * LayoutTestResults: Removed.
5082
bdash3390c102007-06-25 12:57:31 +000050832007-06-25 Alp Toker <alp.toker@collabora.co.uk>
5084
5085 Reviewed by Mark.
5086
5087 http://bugs.webkit.org/show_bug.cgi?id=13975
5088 Use system-provided libjpeg and libpng
5089
5090 * WebKit.pri: Link against external libjpeg and libpng.
5091
aroben71fb6632007-06-21 07:00:09 +000050922007-06-20 Adam Roben <aroben@apple.com>
5093
5094 Reviewed by Simon Hausmann.
5095
5096 More Gdk build fixing.
5097
5098 * WebKit.pro:
5099
staikosa933d562007-06-21 05:01:53 +000051002007-06-15 Adam Treat <adam@staikos.net>
5101
5102 Reviewed by George Staikos.
5103
5104 Add ICO support to the Qt build.
5105
5106 * WebKit.pro:
5107
staikosc62cabb2007-06-14 02:24:08 +000051082007-06-13 George Staikos <staikos@kde.org>
5109
5110 Reviewed by Lars.
5111
5112 Compile without self-linking.
5113
5114 * WebKit.pri:
5115
hausmannc14b0062007-06-13 15:01:28 +000051162007-06-13 Simon Hausmann <hausmann@kde.org>
5117
5118 Reviewed by Lars.
5119
5120 * WebKit.pri: WebKitQt is now called QtWebKit.
5121
weinig5846e7d2007-05-31 23:50:37 +000051222007-05-31 Alp Toker <alp.toker@collabora.co.uk>
5123
5124 Reviewed by Eric Seidel.
5125
5126 http://bugs.webkit.org/show_bug.cgi?id=13941
5127 Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
5128
5129 * WebKit.pri:
5130
bdash98f449d2007-05-18 08:29:58 +000051312007-05-18 Holger Hans Peter Freyther <zecke@selfish.org>
5132
5133 Reviewed by Mark Rowe.
5134
5135 * WebKit.pro: Build testkjs for Gdk and Qt
5136
bdashc9175eab2007-05-11 09:01:46 +000051372007-05-11 Holger Freyther <freyther@kde.org>
5138
5139 Reviewed by Mark Rowe.
5140
5141 Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
5142 and add ICU configuration to QMAKE_CXXFLAGS.
5143
5144 * WebKit.pri:
5145
bdash95897392007-05-07 02:36:38 +000051462007-05-06 Erik Bunce <kde@bunce.us>
5147
5148 Reviewed by Mark Rowe.
5149
5150 * WebKit.pri:
5151 Removed unnecessary dependency on MacPorts (/opt/local)
5152
hausmannd5df26f2007-05-03 22:04:27 +000051532007-05-03 Holger Freyther <freyther@kde.org>
5154
5155 Reviewed by Zack, landed by Simon.
5156 This is bugzilla bug 13499.
5157
5158 * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
5159 port
5160 * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
5161 port
5162
bdashfc4e8c22007-04-27 07:37:26 +000051632007-04-27 Holger Freyther <freyther@kde.org>
5164
5165 Reviewed by Maciej.
5166
5167 Remove unmaintained CMake build system.
5168
5169 * CMakeLists.txt: Removed.
5170
hausmann703e9d32007-01-30 10:20:20 +000051712007-01-30 Simon Hausmann <hausmann@kde.org>
5172
5173 Reviewed by Zack.
5174
5175 * WebKit.pri: libJavaScriptCore is gone with the Qt build
5176 * WebKit.pro:
5177
staikosbf876942007-01-26 22:19:16 +000051782007-01-26 George Staikos <staikos@kde.org>
5179
5180 Remove headers - not needed now.
5181
5182 * WebKit.pri:
5183
staikos9fd5a742007-01-23 18:36:22 +000051842007-01-23 George Staikos <staikos@kde.org>
5185
5186 Put everything back since we can't build everything without it yet.
5187
5188 * WebKit.pri:
5189
lars7cc60602007-01-16 15:03:44 +000051902007-01-16 Lars Knoll <lars@trolltech.com>
5191
5192 Reviewed by Zack
5193
5194 Remove everything but the new public API from
5195 the include path.
5196
5197 * WebKit.pri:
5198
staikos15d2d712007-01-11 07:12:00 +000051992007-01-11 George Staikos <staikos@kde.org>
5200
5201 Fix the Qt build
5202
5203 * WebKit.pri:
5204
lars7f506a42007-01-03 12:04:40 +000052052007-01-03 Lars Knoll <lars@trolltech.com>
5206
5207 Fix the Qt build
5208
5209 * WebKit.pri:
5210
hausmann0f6f3022006-12-17 10:50:27 +000052112006-12-17 Simon Hausmann <hausmann@kde.org>
5212
5213 Reviewed by Rob Buis.
5214
5215 * WebKit.pro: Build testkjs.
5216
thatchera3c1ab12006-12-14 19:30:36 +000052172006-12-14 Timothy Hatcher <timothy@apple.com>
5218
5219 Reviewed by Brady.
5220
5221 * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
5222
mjs79842692006-12-13 23:22:44 +000052232006-12-13 Maciej Stachowiak <mjs@apple.com>
5224
5225 Reviewed by Brady and Anders.
5226
5227 * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
5228
zacke22ef4d2006-12-10 20:05:01 +000052292006-12-10 Zack Rusin <zack@kde.org>
5230
5231 Client classes have been moved to WebKitQt/WebCoreSupport so
5232 adjusting the pri file.
5233
5234 * WebKit.pri:
5235
staikose9e22a52006-12-10 19:14:11 +000052362006-12-10 George Staikos <staikos@kde.org>
5237
5238 Reviewed by Zack.
5239
5240 Add WebKitBuild/Release back to the output dir for external build cases.
5241
5242 * WebKit.pri:
5243
zack76eb5c12006-12-10 09:21:56 +000052442006-12-10 Zack Rusin <zack@kde.org>
5245
5246 Fix the link directory location.
5247
5248 * WebKit.pri:
5249
zackc9055502006-12-10 06:36:32 +000052502006-12-10 Lars Knoll <lars@trolltech.com>
5251
5252 Reviewed by Zack
5253
5254 Include DumpRenderTree in the Qt build
5255
5256 * WebKit.pro:
5257
staikos75bf7ef2006-12-10 05:54:55 +000052582006-12-09 George Staikos <staikos@kde.org>
5259
5260 Reviewed by Zack.
5261
5262 Correct the path to the libraries for QMake.
5263
5264 * WebKit.pri:
5265
zack0321d232006-12-10 00:58:36 +000052662006-12-09 Lars Knoll <lars@trolltech.com>
5267
5268 Reviewed by Zack
5269
5270 Make it possible to build WebKit with qmake.
5271
5272 * WebKit.pri: Added.
5273 * WebKit.pro: Added.
5274
staikosb68ccda2006-11-19 18:39:14 +000052752006-11-19 Simon Hausmann <hausmann@kde.org>
5276
5277 Reviewed by Zack.
5278
5279 http://bugs.webkit.org/show_bug.cgi?id=11649
5280
5281 * CMakeLists.txt: Fix Qt-only build without KDE cmake files
5282
thatcher94389582006-10-31 01:35:47 +000052832006-10-30 Timothy Hatcher <timothy@apple.com>
5284
5285 Reviewed by Brady.
5286
5287 Make the universal build return non-zero when module make fails.
5288
5289 * Makefile:
5290
slewis243d4c12006-10-30 22:35:43 +000052912006-10-30 Stephanie Lewis <slewis@apple.com>
5292
darin@apple.com07c80c62008-09-05 18:15:43 +00005293 Reviewed by Darin Adler.
slewis243d4c12006-10-30 22:35:43 +00005294
5295 Change Makefiles to return non-zero when module make fails.
5296
5297 * Makefile:
5298
beidsone15fbdd2006-10-28 02:08:38 +000052992006-10-27 Brady Eidson <beidson@apple.com>
5300
5301 Rubber stamped by Tim Hatcher
5302
5303 Added "make universal" to build universal binaries
5304
5305 * Makefile:
5306 * Makefile.shared:
5307
eseidel52f3a0e2006-10-02 00:04:56 +000053082006-10-01 Nikolas Zimmermann <zimmermann@kde.org>
5309
5310 Reviewed by eseidel.
5311
5312 * CMakeLists.txt: add option to disable colored output when building on the buildbot
5313