blob: 41efe57dbc564eaec9cd0961bf77e25b0e532ce5 [file] [log] [blame]
xan@webkit.org17381bd2009-10-26 13:25:11 +000012009-10-26 Xan Lopez <xlopez@igalia.com>
2
3 Reviewed by Gustavo Noronha.
4
5 Update for 1.1.16 release.
6
7 * configure.ac:
8
eric@webkit.org5708acf2009-10-24 15:28:20 +000092009-10-24 Laszlo Gombos <laszlo.1.gombos@nokia.com>
10
11 Reviewed by Holger Freyther.
12
13 [Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian
14 https://bugs.webkit.org/show_bug.cgi?id=30476
15
16 Set the stack size to 80 Kb and heap size to the 128kB - 32MB range
17 to all executables linking against WebKit library.
18
19 * WebKit.pri:
20
jmalonzo@webkit.org89e722b2009-10-18 19:29:49 +0000212009-10-18 Jan Michael Alonzo <jmalonzo@webkit.org>
22
23 Reviewed by Holger Freyther.
24
25 [GTK] Add MathML to the build system
26 https://bugs.webkit.org/show_bug.cgi?id=30487
27
28 Add --enable-mathml to configure.
29
30 * configure.ac:
31
jmalonzo@webkit.orgeff81ec2009-10-15 23:17:59 +0000322009-10-15 Jan Michael Alonzo <jmalonzo@webkit.org>
33
34 Reviewed by Xan Lopez.
35
36 [GTK] marshal stamp files are not cleaned after a distclean
37 https://bugs.webkit.org/show_bug.cgi?id=30156
38
39 Add the stamp files directly to cleanfiles. Also rearrange the
40 variable declarations so we don't miss any files that need to be
41 cleaned up during the clean targets.
42
43 * GNUmakefile.am:
44
kov@webkit.org7a76e2a2009-10-15 17:53:02 +0000452009-10-15 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
46
47 Unreviewed. Help text fix - Web Sockets default is no, not yes.
48
49 * configure.ac:
50
jmalonzo@webkit.org6ba7f952009-10-12 11:55:57 +0000512009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org>
52
jmalonzo@webkit.orgf34ecef2009-10-12 11:56:15 +000053 Rubberstamped by Eric Seidel.
54
55 [Gtk] Fix icu CFLAG for Darwin
56 https://bugs.webkit.org/show_bug.cgi?id=29517
57
58 Don't escape the srcdir variable. Also use $host instead of the
59 os_foo variables.
60
61 * autotools/webkit.m4:
62
632009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org>
64
jmalonzo@webkit.org6ba7f952009-10-12 11:55:57 +000065 Reviewed by Gustavo Noronha.
66
67 [Gtk] Use the SQLite3 headers from WebKitLibraries if sqlite3 is undetected
68 https://bugs.webkit.org/show_bug.cgi?id=29518
69
70 * configure.ac:
71
zoltan@webkit.org04a7d552009-10-05 13:25:07 +0000722009-10-05 Zoltan Horvath <zoltan@webkit.org>
73
74 Reviewed by Simon Hausmann.
75
76 [Qt] Disable TCmalloc for Windows port at the present, because MinGW
77 hasn't got built-in pthread library.
78
79 * WebKit.pri:
80
hausmann@webkit.orgd422fa02009-10-02 11:18:06 +0000812009-10-02 Prasanth Ullattil <prasanth.ullattil@nokia.com>
82
83 Reviewed by Simon Hausmann.
84
85 Disable a few more harmless MSVC warnings.
86
87 * WebKit.pri:
88
laszlo.1.gombos@nokia.combe4310b2009-10-02 00:58:45 +0000892009-10-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
90
91 Unreviewed, build fix.
92
93 [Qt] Symbian build break after r48976.
94 unix is set for Symbian in the Qt build system.
95
96 * WebKit.pri:
97
zoltan@webkit.org0aaef192009-10-01 16:22:43 +0000982009-10-01 Zoltan Horvath <zoltan@webkit.org>
99
100 Reviewed by Simon Hausmann.
101
102 [Qt] Enable TCmalloc for the Linux, Mac and Windows Qt-port
103 https://bugs.webkit.org/show_bug.cgi?id=27029
104
105 Remove USE_SYSTEM_MALLOC for Linux, Mac and Windows Qt-port from WebKit.pri,
106 so these Qt-ports will use TCmalloc as other ports.
107
108 * WebKit.pri:
109
eric@webkit.org4f864b92009-10-01 09:02:30 +00001102009-10-01 Martin Robinson <martin.james.robinson@gmail.com>
111
112 Reviewed by Xan Lopez.
113
114 [GTK] GtkIMContext filtering interferes with DOM key events
115 https://bugs.webkit.org/show_bug.cgi?id=28733
116
117 Add new key event test ensuring that IME keypresses are handled.
118
119 * GNUmakefile.am:
120
eric@webkit.org9d150a22009-10-01 08:19:35 +00001212009-10-01 Philippe Normand <pnormand@igalia.com>
122
123 Reviewed by Xan Lopez.
124
125 [GTK] data: uri support in media player
126 https://bugs.webkit.org/show_bug.cgi?id=29842
127
128 Check presence of gstreamer-pbutils-0.10.
129
130 * configure.ac:
131
ddkilzer@apple.com66a29532009-09-27 03:15:37 +00001322009-09-26 David Kilzer <ddkilzer@apple.com>
133
134 GTK BUILD FIX: add ENABLE_ORIENTATION_EVENTS support to configure.ac
135
136 * configure.ac: Added support for ENABLE_ORIENTATION_EVENTS.
137
xan@webkit.orgd62ef702009-09-23 13:25:20 +00001382009-09-23 Xan Lopez <xlopez@igalia.com>
139
140 Reviewed by Gustavo Noronha.
141
142 Do not add unneeded include paths for gir files, and add the
143 include paths for headers manually instead of relying on our own
144 pc file and installed headers, since that adds a circular
145 dependency.
146
147 * GNUmakefile.am:
148
jmalonzo@webkit.orgea8d0e92009-09-23 13:08:51 +00001492009-09-23 Jan Michael Alonzo <jmalonzo@webkit.org>
150
151 Reviewed by Xan Lopez.
152
153 Minor reorganization to the patch landed in
154 http://trac.webkit.org/changeset/48670. Also move JSCore-1.0.gir
155 in the gtk directory as that's only useful to the Gtk port at the
156 moment.
157
158 * GNUmakefile.am:
159 * configure.ac:
160
xan@webkit.org09f04952009-09-23 12:03:09 +00001612009-09-23 Xan Lopez <xlopez@igalia.com>
162
163 Reviewed by Gustavo Noronha.
164
165 [GTK] We should generate our own gir file for introspection
166 https://bugs.webkit.org/show_bug.cgi?id=29603
167
168 Generate gir and typelib files for WebKit and JSCore. The JSCore
169 gir file is handwritten (since it's only useful, for now, as a
170 dependency of the WebKit gir file), the WebKit one is
171 autogenerated from the headers.
172
173 * GNUmakefile.am:
174 * JSCore-1.0.gir: Added.
175 * configure.ac:
176
xan@webkit.orgeadfafd2009-09-22 16:24:57 +00001772009-09-22 Philippe Normand <pnormand@igalia.com>
178
179 Reviewed by Xan Lopez.
180
181 link errors due to wrong UNICODE_LIBS on Ubuntu Jaunty
182 https://bugs.webkit.org/show_bug.cgi?id=29638
183
184 Call icu-cconfig with ldflags-libsonly to prevent having a -L
185 statement that could override libs installed in another prefix.
186
187 * autotools/webkit.m4:
188
xan@webkit.org24ef9192009-09-21 11:56:22 +00001892009-09-21 Xan Lopez <xlopez@igalia.com>
190
191 Reviewed by Gustavo Noronha.
192
193 Bump version for 1.1.15 release.
194
195 * configure.ac:
196
xan@webkit.orgfd4dd8e2009-09-18 13:53:22 +00001972009-09-18 Xan Lopez <xlopez@igalia.com>
198
199 Reviewed by Gustavo Noronha and Jan Alonzo.
200
201 [GTK] context menu overriding API is very limited
202 https://bugs.webkit.org/show_bug.cgi?id=27546
203
204 Add new tests to the build.
205
206 * GNUmakefile.am:
207
2082009-09-18 Xan Lopez <xlopez@igalia.com>
xan@webkit.org2266a5b2009-09-18 13:53:10 +0000209
210 Reviewed by Gustavo Noronha and Jan Alonzo.
211
212 [GTK] context menu overriding API is very limited
213 https://bugs.webkit.org/show_bug.cgi?id=27546
214
215 Add WebKitHitTestResult to the build.
216
217 * GNUmakefile.am:
218
laszlo.1.gombos@nokia.com6c6437e2009-09-10 11:59:50 +00002192009-09-10 Laszlo Gombos <laszlo.1.gombos@nokia.com>
220
221 Reviewed by Ariya Hidayat.
222
223 Disable some ARM compiler warnings
224 https://bugs.webkit.org/show_bug.cgi?id=29083
225
226 The following ARM compiler warnings are disabled
227
228 - #68-D: integer conversion resulted in a change of sign
229 - #111-D: statement is unreachable
230 - #177-D: variable XXX was declared but never referenced
231 - #368-D: class XXX defines no constructor to initialize the following: YYY
232 - #830-D: function XXX "XXX::operator new" has no corresponding operator delete
233 - #1293-D: assignment in condition
234
235 * WebKit.pri:
236
kenneth@webkit.org6692c802009-09-09 20:15:18 +00002372009-09-09 Kenneth Rohde Christiansen <kenneth@webkit.org>
238
239 Reviewed by Simon Hausmann.
240
241 [Qt] Add the alternative QtLauncher (based on QGraphicsView) to the build.
242
243 https://bugs.webkit.org/show_bug.cgi?id=28862
244
245 * WebKit.pro:
246
xan@webkit.org14c495e2009-09-07 17:16:49 +00002472009-09-07 Xan Lopez <xlopez@igalia.com>
248
249 Rubber-stamped by Gustavo Noronha.
250
251 Bump versions in preparation for 1.1.14 release.
252
253 * configure.ac:
254
kov@webkit.org6e1ddaf2009-09-07 16:27:29 +00002552009-09-07 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
256
257 Reviewed by Xan Lopez.
258
259 https://bugs.webkit.org/show_bug.cgi?id=26854
260 [GTK] Needs API to allow more control over outgoing requests
261
262 * GNUmakefile.am: new files added to the build for new class
263 WebKitNetworkResponse
264
xan@webkit.org00c0d9a2009-09-06 14:31:13 +00002652009-09-06 Martin Robinson <martin.james.robinson@gmail.com>
266
267 Reviewed by Gustavo Noronha, Jan Alonzo and Xan Lopez.
268
269 [Gtk] Expose a database API
270 https://bugs.webkit.org/show_bug.cgi?id=27899
271
272 Expose an HTML5 database API for GTK+.
273
274 * GNUmakefile.am:
275
eric@webkit.org35f825b2009-09-04 08:40:37 +00002762009-09-04 Albert Bachand <albertb@google.com>
277
278 Reviewed by Eric Seidel.
279
280 Modify the condition regarding the key modifier for opening combo
281 boxes under GTK from just PLATFORM(GTK) to also look for
282 (PLATFORM(CHROMIUM) && PLATFORM(LINUX)).
283
284 * WebCore/dom/SelectElement.cpp:
285 * WebCore/manual-tests/select-popup-on-spacebar.html:
286
jmalonzo@webkit.org919072f2009-09-02 12:58:59 +00002872009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org>
288
289 Reviewed by Xan Lopez and Gustavo Noronha.
290
291 [Gtk] Implement a WebDataSource for the gtk port
292 https://bugs.webkit.org/show_bug.cgi?id=24758
293
jmalonzo@webkit.org77693272009-09-02 13:06:04 +0000294 Add WebKitWebDataSource unit test to the build script
295
296 * GNUmakefile.am:
297
2982009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org>
299
300 Reviewed by Xan Lopez and Gustavo Noronha.
301
302 [Gtk] Implement a WebDataSource for the gtk port
303 https://bugs.webkit.org/show_bug.cgi?id=24758
304
jmalonzo@webkit.org919072f2009-09-02 12:58:59 +0000305 Add WebKitWebDataSource and DocumentLoaderGtk to the build script.
306
307 * GNUmakefile.am:
308
jmalonzo@webkit.orgd764ffc2009-09-01 12:19:28 +00003092009-09-01 Jan Michael Alonzo <jmalonzo@webkit.org>
310
311 Reviewed by Xan Lopez and Gustavo Noronha.
312
313 [Gtk] Implement a WebDataSource for the gtk port
314 https://bugs.webkit.org/show_bug.cgi?id=24758
315
316 Add WebKitWebResource to the build script.
317
318 * GNUmakefile.am:
319
jmalonzo@webkit.org4e086572009-08-29 06:56:49 +00003202009-08-28 Jan Michael Alonzo <jmalonzo@webkit.org>
321
322 Reviewed by Oliver Hunt.
323
324 Gtk Build broken for OSX Quartz
325 https://bugs.webkit.org/show_bug.cgi?id=28727
326
327 Define XP_UNIX for non-Win OS builds.
328
329 * GNUmakefile.am:
330
kov@webkit.org6f367912009-08-28 15:24:15 +00003312009-08-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
332
333 Reviewed by Holger Freyther.
334
335 https://bugs.webkit.org/show_bug.cgi?id=25889
336 [GTK] scrollbar policy for main frame is not implementable
337
338 Adding files for the new test for window-related issues (starting
339 with scrollbar policy).
340
341 * GNUmakefile.am:
342
xan@webkit.orgbc59e8d2009-08-27 07:26:02 +00003432009-08-27 Priit Laes <plaes@plaes.org>
344
345 Reviewed by Xan Lopez.
346
347 [GTK] Out-of-srcdir build problem
348 https://bugs.webkit.org/show_bug.cgi?id=28741
349
350 * GNUmakefile.am, autotools/webkit.m4:
351 Fix problem with out-of-srcdir builds. Also bump required glib version.
352
kov@webkit.org40ff20f2009-08-24 15:28:24 +00003532009-08-24 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
354
355 Reviewed by Xan Lopez.
356
357 Bump package and so versions for 1.1.13 release.
358
359 * configure.ac:
360
eric@webkit.orgb1fcb522009-08-22 03:51:35 +00003612009-08-22 Javier Jardón <javierjc1982@gmail.com>
362
363 [GTK] Not use deprecated symbols in WebKitWebView example code.
364 https://bugs.webkit.org/show_bug.cgi?id=28651
365
366 * WebKit/gtk/webkit/webkitwebview.cpp
367
xan@webkit.org4fc9f622009-08-19 05:16:12 +00003682009-08-18 Xan Lopez <xlopez@igalia.com>
369
370 Rubber-stamped by Holger Freyther.
371
372 Require at least libsoup 2.27.91 for the new password
373 manager/authentication APIs.
374
375 * configure.ac:
376
atwilson@chromium.org805d2062009-08-18 18:14:26 +00003772009-08-18 Drew Wilson <atwilson@google.com>
378
379 Reviewed by NOBODY (Build Break).
380
381 Speculative fix for GTK DumpRenderTree.
382
383 * GNUmakefile.am:
384
eric@webkit.org40ddb7c2009-08-18 07:16:12 +00003852009-08-18 Kent Tamura <tkent@chromium.org>
386
387 Reviewed by Eric Seidel.
388
389 Add --enable-datalist option.
390
391 * configure.ac:
392
weinig@apple.com29e30182009-08-15 21:25:18 +00003932009-08-14 Adam Bergkvist <adam.bergkvist@ericsson.com>
394
395 Reviewed by Sam Weinig.
396
397 [GTK] Added EventSource to the build (default on).
398 https://bugs.webkit.org/show_bug.cgi?id=14997
399
400 * configure.ac:
401
jmalonzo@webkit.orgcbc98432009-08-15 05:19:27 +00004022009-08-14 Jan Michael Alonzo <jmalonzo@webkit.org>
403
404 Rubber-stamped by Gustavo Noronha.
405
406 Initialize CFLAGS and CXXFLAGS before the main body of the
407 WEBKIT_INIT macro so C files don't get built with "-g -O2".
408
409 * autotools/webkit.m4:
410
xan@webkit.orgaa5bf362009-08-12 18:37:14 +00004112009-08-12 Xan Lopez <xlopez@igalia.com>
412
413 Reviewed by Jan Alonzo.
414
415 [GTK] Remove keyring optional features
416 https://bugs.webkit.org/show_bug.cgi?id=28173
417
418 Remove keyring support, we now do authentication storage through
419 libsoup. We depend on libsoup master now, will bump the dependency
420 when there's a new release.
421
422 * GNUmakefile.am:
423 * configure.ac:
424
atwilson@chromium.orgdf116022009-08-11 20:37:14 +00004252009-08-11 Drew Wilson <atwilson@google.com>
426
427 Reviewed by NOBODY (Build break).
428
429 Speculative fix for GTK build break.
430
431 * WebKit.pro:
432
vestbo@webkit.org2415ea22009-08-11 14:56:51 +00004332009-08-11 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
434
435 Reviewed by Simon Hausmann.
436
437 Build the TestNetscapePlugin on Qt/Mac
438
439 * WebKit.pro:
440
xan@webkit.orgdde42662009-08-11 10:37:58 +00004412009-08-11 Xan Lopez <xlopez@igalia.com>
442
443 Reviewed by Jan Alonzo.
444
445 Prefix lengthy commands with AM_V_GEN so that they produce an
446 output like 'GEN <filename>' when in silent mode.
447
448 * GNUmakefile.am:
449
jmalonzo@webkit.org7c653802009-08-05 11:40:12 +00004502009-08-05 Jan Michael Alonzo <jmalonzo@webkit.org>
451
452 Reviewed by Xan Lopez.
453
454 [Gtk] macros in webkit.m4 should be defined once only
455 https://bugs.webkit.org/show_bug.cgi?id=27929
456
457 The macros in webkit.m4 are not meant to be called multiple times
458 so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
459 AC_REQUIRE to remove the automake warnings when doing autogen.sh.
460
461 Lastly, make sure CXXFLAGS and CFLAGS are defined before
462 AC_PROG_CXX gets expanded so it doesn't add "-g -O2" on Release builds.
463
464 * autotools/webkit.m4:
465
xan@webkit.orga9363632009-08-05 08:13:27 +00004662009-08-05 Xan Lopez <xlopez@igalia.com>
467
468 Revert r46714, it was making us build debug images by default.
469
470 * autotools/webkit.m4:
471
abarth@webkit.org1230a362009-08-04 02:14:20 +00004722009-08-03 Laszlo Gombos <laszlo.1.gombos@nokia.com>
473
474 Reviewed by Eric Seidel.
475
476 [Qt] Consolidate common gcc flags to WebKit.pri
477 https://bugs.webkit.org/show_bug.cgi?id=27934
478
479 * WebKit.pri:
480
jmalonzo@webkit.orgda1305f2009-08-03 10:23:43 +00004812009-08-03 Jan Michael Alonzo <jmalonzo@webkit.org>
482
jmalonzo@webkit.org6d5cc002009-08-03 10:27:36 +0000483 Rubber-stamped by Eric Seidel.
jmalonzo@webkit.orgda1305f2009-08-03 10:23:43 +0000484
485 [Gtk] macros in webkit.m4 should be defined once only
486 https://bugs.webkit.org/show_bug.cgi?id=27929
487
488 The macros in webkit.m4 are not meant to be called multiple times
489 so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
490 AC_REQUIRE to remove the automake warnings when doing autogen.sh.
491
492 * autotools/webkit.m4:
493
ariya@webkit.orgdc61fb42009-07-30 12:59:17 +00004942009-07-29 Ariya Hidayat <ariya.hidayat@nokia.com>
495
496 Reviewed by Simon Hausmann.
497
498 Adding ImageDiff project file.
499
500 https://bugs.webkit.org/show_bug.cgi?id=27813
501
502 * WebKit.pro: Added ImageDiff.pro.
503
jmalonzo@webkit.orgd9686da2009-07-29 11:18:16 +00005042009-07-29 Jan Michael Alonzo <jmalonzo@webkit.org>
505
506 Reviewed by Eric Seidel and Xan Lopez.
507
508 [Gtk] Enable http/tests/appcache tests
509 https://bugs.webkit.org/show_bug.cgi?id=27674
510
511 * GNUmakefile.am: Add webkit/webkitapplicationcache.cpp
512
xan@webkit.orgc102d5a92009-07-28 13:34:03 +00005132009-07-28 Xan Lopez <xlopez@igalia.com>
514
515 Reviewed by Gustavo Noronha.
516
517 Use automake 1.11 SILENT_RULES when present, for cleaner build
518 output. You can disable it by passing --disable-silent-rules to
519 configure or V=1 to make.
520
521 * autotools/dolt.m4:
522 * configure.ac:
523
hausmann@webkit.orga5e214d2009-07-28 12:27:00 +00005242009-07-28 Laszlo Gombos <laszlo.1.gombos@nokia.com>
525
526 Reviewed by Simon Hausmann.
527
528 [Qt] Disable some compiler warnings for the win build
529 https://bugs.webkit.org/show_bug.cgi?id=27709
530
531 * WebKit.pri:
532
xan@webkit.org8a40d7c2009-07-28 10:39:32 +00005332009-07-28 Xan Lopez <xlopez@igalia.com>
534
535 Reviewed by Gustavo Noronha.
536
537 * configure.ac: bump version for 1.1.12 release.
538
xan@webkit.org78d82dd2009-07-24 14:26:45 +00005392009-07-24 Xan Lopez <xlopez@igalia.com>
540
541 Reviewed by Gustavo Noronha.
542
543 Remove unneeded commas from PKG_CHECK_MODULES.
544
545 * configure.ac:
546
jmalonzo@webkit.orga38fec32009-07-24 07:55:00 +00005472009-07-24 Jan Michael Alonzo <jmalonzo@webkit.org>
548
549 Reviewed by Xan Lopez.
550
551 Bump pango version requirement to 1.12 which is the version that
552 came with Gtk 2.10.
553
554 * configure.ac:
555
levin@chromium.orgeb623d72009-07-21 09:53:37 +00005562009-07-21 Roland Steiner <rolandsteiner@google.com>
557
558 Reviewed by David Levin.
559
560 Add ENABLE_RUBY to list of build options
561 https://bugs.webkit.org/show_bug.cgi?id=27324
562
563 * configure.ac: Added flag ENABLE_RUBY.
564
hausmann@webkit.org4d433262009-07-20 09:52:00 +00005652009-07-20 Laszlo Gombos <laszlo.1.gombos@nokia.com>
566
567 Reviewed by Holger Freyther.
568
569 [Qt] Add an option for QtLauncher to build without QtUiTools dependency
570 https://bugs.webkit.org/show_bug.cgi?id=27438
571
572 Based on Norbert Leser's work.
573
574 * WebKit.pri: Symbian does not have UiTools
575
levin@chromium.org572fdb92009-07-17 07:42:03 +00005762009-07-16 Fumitoshi Ukai <ukai@chromium.org>
577
578 Reviewed by David Levin.
579
580 Add --web-sockets flag and ENABLE_WEB_SOCKETS define.
581 https://bugs.webkit.org/show_bug.cgi?id=27206
582
583 Add --enable-web-sockets in configure.ac
584
585 * configure.ac:
586
hausmann@webkit.org87ed70a2009-07-16 16:43:47 +00005872009-07-16 Laszlo Gombos <laszlo.1.gombos@nokia.com>
588
589 Reviewed by Simon Hausmann.
590
591 [Qt] Enable GNU compiler extensions to the ARM compiler
592 for all Qt ports using RVCT
593 https://bugs.webkit.org/show_bug.cgi?id=27348
594
595 * WebKit.pri:
596
vestbo@webkit.org9ba76ae2009-07-15 15:14:53 +00005972009-07-15 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
598
599 Rubber-stamped by Simon Hausmann.
600
601 Fix the Qt/Mac build by disabling TestNetscapePlugin
602
603 We should fix and enable this once we run DRT for Qt/Mac
604
605 * WebKit.pro:
606
kov@webkit.org9cab83d2009-07-13 15:23:19 +00006072009-07-13 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
608
609 Unreviewed build fix. Require the correct libsoup version now that
610 it's released.
611
612 * configure.ac:
613
vestbo@webkit.org1c014fe2009-07-13 14:54:07 +00006142009-07-13 Laszlo Gombos <laszlo.1.gombos@nokia.com>
615
616 Reviewed by Tor Arne Vestbø.
617
618 [Qt] Build fix for QtWebKit on Win
619 https://bugs.webkit.org/show_bug.cgi?id=27205
620
621 * WebKit.pri: Include the major version number in the QtWebKit
622 library file for Win.
623
hausmann@webkit.org6c3c21d2009-07-13 10:55:07 +00006242009-07-13 Simon Hausmann <simon.hausmann@nokia.com>
625
626 Reviewed by Ariya Hidayat.
627
628 Add the test netscape plugin for the Qt DRT to the build.
629
630 * WebKit.pro:
631
levin@chromium.orge1b64a42009-07-13 08:58:48 +00006322009-07-13 Drew Wilson <atwilson@google.com>
633
634 Reviewed by David Levin.
635
636 Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs
637 https://bugs.webkit.org/show_bug.cgi?id=26932
638
639 Added ENABLE(SHARED_WORKERS) flag.
640
641 * configure.ac:
642
xan@webkit.org393cdb42009-07-12 18:42:21 +00006432009-07-12 Xan Lopez <xlopez@igalia.com>
644
645 Reviewed by Gustavo Noronha.
646
647 Bump version in preparation for 1.1.11 release.
648
649 * configure.ac:
650
hausmann@webkit.orgded446c2009-07-10 11:15:30 +00006512009-07-07 Norbert Leser <norbert.leser@nokia.com>
652
653 Reviewed by Simon Hausmann.
654
655 Exclude DumpRenderTree.pro from symbian build
656
657 * WebKit.pro:
658
dimich@chromium.org8bc5f092009-07-10 03:20:07 +00006592009-07-09 Drew Wilson <atwilson@google.com>
660
661 Reviewed by Alexey Proskuryakov.
662
663 https://bugs.webkit.org/show_bug.cgi?id=26903
664
665 Turned on CHANNEL_MESSAGING by default because the MessageChannel API
666 can now be implemented for Web Workers and is reasonably stable.
667
668 * configure.ac: enable CHANNEL_MESSAGING.
669
jmalonzo@webkit.org54cd7bc2009-07-03 09:57:39 +00006702009-07-03 Jan Michael Alonzo <jmalonzo@webkit.org>
671
672 Reviewed by Xan Lopez and Gustavo Noronha.
673
674 Set user-agent from application
675 https://bugs.webkit.org/show_bug.cgi?id=17375
676
677 Define UA version macros to be used by the UA string.
678 Add new WebSettings unit test for the User-Agent string API.
679
680 * GNUmakefile.am:
681 * configure.ac:
682
kov@webkit.org4ece5912009-06-20 13:20:23 +00006832009-06-20 Gustavo Noronha Silva <gns@gnome.org>
684
685 Reviewed by Jan Alonzo.
686
687 Adding files for the new test case for loading statuses.
688
689 * GNUmakefile.am:
690
xan@webkit.org942a4f92009-06-15 14:31:33 +00006912009-06-15 Xan Lopez <xlopez@igalia.com>
692
693 Reviewed by Gustavo Noronha.
694
695 Version bump in preparation for 1.1.10 release.
696
697 * configure.ac:
698
vestbo@webkit.orgeb3ca9c2009-06-15 08:39:27 +00006992009-06-12 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
700
701 Reviewed by Xan Lopez.
702
703 Refactor handling of options in the build-webkit script
704
705 Options are now defined in one place, and then reused when creating
706 the usage help text, the arguments to GetOptions(), and when passing
707 the options on to the underlying port-dependent build systems.
708
709 This allows the Qt port to read the defaults for the options from the
710 pro file (dynamically), and to pass the options on to qmake at build.
711
712 * configure.ac:
713
ariya@webkit.orgbb7f2f22009-06-11 17:39:21 +00007142009-06-11 Laszlo Gombos <laszlo.1.gombos@nokia.com>
715
716 Reviewed by Holger Freyther.
717
718 [Qt] Fix release build detection
719 https://bugs.webkit.org/show_bug.cgi?id=26267
720
721 * WebKit.pri:
722
kov@webkit.org74a9b762009-06-11 02:48:29 +00007232009-06-10 Gustavo Noronha Silva <gns@gnome.org>
724
725 Reviewed by Xan Lopez.
726
727 Add unit tests for our WebKitNetworkRequest object.
728
729 * GNUmakefile.am:
730
xan@webkit.org21f12d52009-06-10 13:10:16 +00007312009-06-10 Xan Lopez <xlopez@igalia.com>
732
xan@webkit.org4fe35972009-06-10 17:36:53 +0000733 Reviewed by Gustavo Noronha.
734
735 Version bump in preparation for 1.1.9 release.
736
737 * configure.ac:
738
7392009-06-10 Xan Lopez <xlopez@igalia.com>
740
xan@webkit.org21f12d52009-06-10 13:10:16 +0000741 Reviewed by Jan Alonzo.
742
743 https://bugs.webkit.org/show_bug.cgi?id=25415
744 [GTK][ATK] Please implement support for get_text_at_offset
745
746 Add new dependency on the Gail utils library, needed for our a11y
747 implementation.
748
749 * GNUmakefile.am:
750 * configure.ac:
751
kov@webkit.orgb6934942009-05-29 14:48:33 +00007522009-05-29 Gustavo Noronha Silva <gns@gnome.org>
753
754 Reviewed by Jan Alonzo.
755
756 Add a test-case for our HTTP backend, currently checking the
757 ref-counting of the SoupMessage.
758
759 * GNUmakefile.am:
760
krit@webkit.orgbfb80bf2009-05-28 22:10:29 +00007612009-05-28 Dirk Schulze <krit@webkit.org>
762
763 Reviewed by Nikolas Zimmermann.
764
765 Enable the new build flag --filters for Gtk. More details in WebCore/ChangeLog.
766
767 * configure.ac:
768
xan@webkit.org5151f5b2009-05-28 18:20:01 +00007692009-05-19 Xan Lopez <xlopez@igalia.com>
770
771 Reviewed by Jan Alonzo and Gustavo Noronha.
772
773 https://bugs.webkit.org/show_bug.cgi?id=25415
774 [GTK][ATK] Please implement support for get_text_at_offset
775
776 Add new test file for ATK.
777
778 * GNUmakefile.am:
779
kov@webkit.org53600a92009-05-28 17:48:25 +00007802009-05-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
781
782 Rubber-stamped by Xan Lopez.
783
784 Fix webkitgtk_cleanfiles to clean gtk-doc-related files in the
785 correct directory, so that we pass make distcheck.
786
787 * GNUmakefile.am:
788
xan@webkit.org4f098db2009-05-28 15:45:59 +00007892009-05-28 Xan Lopez <xlopez@igalia.com>
790
791 Bump version numbers in preparation for 1.1.8 release.
792
793 * configure.ac:
794
jmalonzo@webkit.org290fe612009-05-23 22:20:31 +00007952009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
796
jmalonzo@webkit.org460c1ee2009-05-24 04:06:57 +0000797 Unreviewed build fix. Add gstreamer-video-0.10 libs to
jmalonzo@webkit.org94825412009-05-24 04:21:34 +0000798 GSTREAMER_LIBS to resolve an undefined reference to gst_video_get_size
jmalonzo@webkit.org460c1ee2009-05-24 04:06:57 +0000799 - symbol used in MediaPlayerPrivateGstreamer.
800
801 * configure.ac:
802
8032009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
804
jmalonzo@webkit.org290fe612009-05-23 22:20:31 +0000805 Reviewed by Xan Lopez.
806
807 [Gtk] Various autotools build refactoring and fixes
808 https://bugs.webkit.org/show_bug.cgi?id=25286
809
810 Refactor library LIBS. Move third-party libs in libwebkit instead
811 of libWebCore.
812
813 * GNUmakefile.am:
814
8152009-05-22 Antonio Gomes <antonio.gomes@openbossa.org>
kov@webkit.org2f1014c2009-05-22 19:40:08 +0000816
817 Reviewed by Gustavo Noronha.
818
819 Make Gtk build not bail out if gtk-doc-tools is not installed.
820
kov@webkit.org83176e92009-05-22 19:41:47 +0000821 Warning message shown instead.
kov@webkit.org2f1014c2009-05-22 19:40:08 +0000822
823 * autogen.sh:
824
kov@webkit.orgbb6b72c2009-05-22 19:07:10 +00008252009-05-22 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
826
827 Reviewed by Xan Lopez.
828
829 Add big warnings about the glib unicode backend being slow and
830 incomplete, since it is a work in progress.
831
832 * autotools/webkit.m4:
833 * configure.ac:
834
kov@webkit.orgeba9e742009-05-22 18:06:51 +00008352009-05-22 Dominik Röttsches <dominik.roettsches@access-company.com>
836
837 Reviewed by Gustavo Noronha.
838
839 https://bugs.webkit.org/show_bug.cgi?id=15914
840 [GTK] Implement Unicode functionality using GLib
841
842 Initial version of this patch by Jürg Billeter.
843
844 Adding options for --with-unicode-backend=icu|glib
845 and checking for pango version >= 1.21.0 if GLib backend
846 is selected. Temporarily, until remaining parts of
847 this patch are committed, introduce WTF_USE_GLIB_ICU_UNICODE_HYBRID
848 macro to allow for a mixed compilation with WTF Unicode
849 backend based on GLib while text codecs and TextBreakIterator
850 remain ICU dependent.
851
852 * GNUmakefile.am:
853 * configure.ac:
854
kov@webkit.org1371d072009-05-19 00:27:10 +00008552009-05-18 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
856
857 Reviewed by Gavin Barraclough.
858
859 Enable YARR, and disable WREC for GTK+.
860
861 * configure.ac:
862
jmalonzo@webkit.orgb6766c52009-05-18 11:30:25 +00008632009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
864
865 Reviewed by Xan Lopez.
866
867 [Gtk] Various autotools build refactoring and fixes
868 https://bugs.webkit.org/show_bug.cgi?id=25286
869
jmalonzo@webkit.orgc9b4de42009-05-18 11:30:53 +0000870 Add support for running unit tests. Also run the tests whenever
871 the 'check' target runs.
872
873 * GNUmakefile.am:
874
8752009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
876
877 Reviewed by Xan Lopez.
878
879 [Gtk] Various autotools build refactoring and fixes
880 https://bugs.webkit.org/show_bug.cgi?id=25286
881
jmalonzo@webkit.org249f7ce2009-05-18 11:30:41 +0000882 Style fixes
883
884 * GNUmakefile.am:
885
8862009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
887
888 Reviewed by Xan Lopez.
889
890 [Gtk] Various autotools build refactoring and fixes
891 https://bugs.webkit.org/show_bug.cgi?id=25286
892
jmalonzo@webkit.orgb6766c52009-05-18 11:30:25 +0000893 Add -no-install and -no-fast-install to programs and tests that we
894 don't install. Also remove -O2 since this is already handled at
895 configure time.
896
897 * GNUmakefile.am:
898
jmalonzo@webkit.orga3327562009-05-18 11:30:06 +00008992009-05-17 Jan Michael Alonzo <jmalonzo@webkit.org>
900
901 Reviewed by Xan Lopez.
902
903 [Gtk] Various autotools build refactoring and fixes
904 https://bugs.webkit.org/show_bug.cgi?id=25286
905
906 Refactor library cflags
907
908 * GNUmakefile.am:
909
jmalonzo@webkit.org35430272009-05-15 12:43:52 +00009102009-05-15 Fridrich Strba <fridrich.strba@bluewin.ch>
911
912 Reviewed by Jan Alonzo.
913
914 Use AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM, since
915 the JIT compiler is not a cross-compiler
916
917 * configure.ac:
918
xan@webkit.org0a818012009-05-13 13:49:06 +00009192009-05-13 Xan Lopez <xlopez@igalia.com>
920
xan@webkit.org67626752009-05-13 14:54:33 +0000921 Unreviewed: bump versions in preparation for 1.1.7 release.
922
923 * configure.ac:
924
9252009-05-13 Xan Lopez <xlopez@igalia.com>
926
xan@webkit.org0a818012009-05-13 13:49:06 +0000927 Rubber-stamped by Gustavo Noronha.
928
929 Revert commit r43563, since it breaks WebKitGTK+ when compiled
930 with gcc 4.4.
931
932 * GNUmakefile.am:
933
jmalonzo@webkit.org95704902009-05-12 12:06:05 +00009342009-05-12 Jan Michael Alonzo <jmalonzo@webkit.org>
935
936 Reviewed by Holger Freyther.
937
938 [Gtk] Various autotools build refactoring and fixes
939 https://bugs.webkit.org/show_bug.cgi?id=25286
940
941 Refactor use of CFLAGS, CXXFLAGS, LIBADD and LDFLAGS.
942
943 * GNUmakefile.am:
944
jmalonzo@webkit.org0869d542009-05-10 02:28:15 +00009452009-05-09 Jan Michael Alonzo <jmalonzo@webkit.org>
946
947 Reviewed by Gustavo Noronha.
948
949 WebKit-r43163 won't build for gtk-directfb
950 https://bugs.webkit.org/show_bug.cgi?id=25538
951
952 Move the ENCHANT check out of the with_target conditional since it
953 applies to all targets
954
955 * configure.ac:
956
jmalonzo@webkit.org492791d2009-05-10 02:10:17 +00009572009-05-09 Mike Hommey <glandium@debian.org>
958
959 Reviewed by Geoffrey Garen. Landed by Jan Alonzo.
960
961 Enable JIT on x86-64 gtk+
962 https://bugs.webkit.org/show_bug.cgi?id=24724
963
964 * configure.ac:
965
kov@webkit.org1edd5ac2009-05-08 21:37:09 +00009662009-05-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
967
968 Reviewed by Xan Lopez.
969
970 Ship the gtk-doc.make file, so as to not depend on gtkdoc-tools.
971
972 * GNUmakefile.am:
973 * autogen.sh:
974
vestbo@webkit.orgca60ccd2009-05-06 08:20:38 +00009752009-05-06 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
976
977 Reviewed by Simon Hausmann.
978
979 Build QtWebKit as a framework on Mac
980
981 This implies both debug and release build by default, unless
982 one of the --debug or --release config options are passed to
983 the build-webkit script.
984
985 Frameworks can be disabled by passing CONFIG+=webkit_no_framework
986 to the build-webkit script.
987
988 To be able to build both debug and release targets in parallel
989 we have to use separate output directories for the generated
990 sources, which is not optimal, but required to avoid race conditions.
991
992 An optimization would be to only require this spit-up on Mac.
993
994 * WebKit.pri:
995
jmalonzo@webkit.org17fc6f82009-04-30 20:38:24 +00009962009-04-30 Jan Michael Alonzo <jmalonzo@webkit.org>
997
998 Unreviewed build GTK build fix
999
1000 * configure.ac: typo fix - javascript_debugger should be enable_javascript_debugger
1001
dglazkov@chromium.org9b136582009-04-30 19:02:34 +000010022009-04-30 Dimitri Glazkov <dglazkov@chromium.org>
1003
1004 Unreviewed, build fix.
1005
1006 https://bugs.webkit.org/show_bug.cgi?id=25470
1007 Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler.
1008
1009 * configure.ac: Add autoconfig options, missed in the first commit.
1010
xan@webkit.orgbe835132009-04-28 16:09:41 +000010112009-04-28 Xan Lopez <xlopez@igalia.com>
1012
1013 Unreviewed: bump versions in preparation for 1.1.6 release.
1014
1015 * configure.ac:
1016
jmalonzo@webkit.org7ffddf152009-04-25 09:19:20 +000010172009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org>
1018
jmalonzo@webkit.org5f5c6c82009-04-25 09:19:42 +00001019 Reviewed by Xan Lopez.
1020
1021 [GTK] Error reporting
1022 https://bugs.webkit.org/show_bug.cgi?id=18344
1023
1024 Add webkiterror to the build.
1025
1026 * GNUmakefile.am:
1027
10282009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org>
1029
jmalonzo@webkit.org7ffddf152009-04-25 09:19:20 +00001030 Reviewed by Xan Lopez.
1031
1032 [GTK] Error reporting
1033 https://bugs.webkit.org/show_bug.cgi?id=18344
1034
1035 Add the default error page for installation.
1036
1037 * GNUmakefile.am:
1038
kov@webkit.org596f0382009-04-24 13:16:23 +000010392009-04-24 Diego Escalante Urrelo <diegoe@gnome.org>
1040
1041 Reviewed by Gustavo Noronha.
1042
1043 https://bugs.webkit.org/show_bug.cgi?id=15616
1044 [GTK] Add spell checking
1045
1046 Add enchant support for spell-checking-languages property to work
1047 properly.
1048
1049 * GNUmakefile.am:
1050 * configure.ac:
1051
hausmann@webkit.orgac4d7162009-04-24 10:30:07 +000010522009-04-24 Simon Hausmann <simon.hausmann@nokia.com>
1053
1054 Reviewed by Ariya Hidayat.
1055
1056 Added support for generating API docs in the Qt build using "make docs"
1057
1058 * WebKit.pro: Include docs.pri for "make docs" target.
1059
xan@webkit.org7dbdcf52009-04-14 16:14:37 +000010602009-04-14 Xan Lopez <xlopez@igalia.com>
1061
1062 Unreviewed version bump in preparation for 1.1.5 release.
1063
1064 * configure.ac:
1065
kov@webkit.org774c23b2009-04-06 19:39:14 +000010662009-04-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1067
1068 Rubber-stamped by Sam Weinig.
1069
1070 Added rules to maintain the localization support. We cannot simply
1071 use whatever gettextize gives us because our build system is
1072 non-recursive.
1073
1074 * GNUmakefile.am:
1075 * configure.ac:
1076
jmalonzo@webkit.org3b28c9f2009-04-05 08:21:55 +000010772009-04-05 Mike Hommey <glandium@debian.org>
1078
1079 Reviewed by Holger Freyther.
1080
1081 Filter out all C++ symbols
1082 https://bugs.webkit.org/show_bug.cgi?id=24960
1083
1084 Considering the public API is all C, we can just filter out all
1085 C++ mangled symbols, which will avoid exporting symbols in some
1086 corner cases such as gcc bugs on specific architectures, etc.
1087
1088 * autotools/symbols.filter:
1089
kov@webkit.org77899ab2009-04-03 13:00:35 +000010902009-04-03 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1091
1092 Reviewed by Holger Freyther.
1093
1094 Require GTK+ >= 2.10; 2.8 is already very old, and some very
1095 useful APIs are only available since 2.10.
1096
1097 * configure.ac:
1098
christian@webkit.org278d4cd2009-04-01 19:48:20 +000010992009-04-01 Christian Dywan <christian@twotoasts.de>
1100
1101 Reviewed by Holger Freyther.
1102
1103 Unit test WebKitDownload
1104 http://bugs.webkit.org/show_bug.cgi?id=24844
1105
1106 * GNUmakefile.am: Add a unit test for downloading.
1107
kov@webkit.org166f8e5042009-04-01 16:37:52 +000011082009-04-01 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1109
1110 Unreviewed build fix. Fix make distcheck, after the gtk-doc
1111 integration.
1112
1113 * GNUmakefile.am:
1114
kov@webkit.org50113ce2009-03-31 02:41:46 +000011152009-03-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1116
1117 Reviewed by Holger Freyther.
1118
1119 Integrate gtk-doc into the Gtk+ buildsystem.
1120
1121 * autogen.sh:
1122 * configure.ac:
1123
xan@webkit.org7e8c3e22009-03-30 17:46:11 +000011242009-03-30 Xan Lopez <xlopez@igalia.com>
1125
1126 Unreviewed: bump version to 1.1.4 for release.
1127
1128 * configure.ac:
1129
xan@webkit.org69e405c2009-03-23 12:43:09 +000011302009-03-21 Xan Lopez <xlopez@igalia.com>
1131
1132 Reviewed by Holger Freyther.
1133
1134 Require gnome-keyring 2.26.0, since we were depending on an
1135 unreleased trunk revision between 2.25.91 and 2.26.0.
1136
1137 * configure.ac:
1138
jmalonzo@webkit.org27bbbab2009-03-20 19:45:05 +000011392009-03-20 Jan Michael Alonzo <jmalonzo@gmail.com>
1140
1141 Reviewed by Holger Freyther.
1142
jmalonzo@webkit.orga4ae29c2009-03-20 20:23:12 +00001143 [GTK] Misc patches for WebKitWebHistoryItem
1144 https://bugs.webkit.org/show_bug.cgi?id=24493
1145
1146 Added build support for build the WebKitWebHistoryItem unit test.
1147
1148 * GNUmakefile.am:
1149
11502009-03-20 Jan Michael Alonzo <jmalonzo@gmail.com>
1151
1152 Reviewed by Holger Freyther.
1153
jmalonzo@webkit.org27bbbab2009-03-20 19:45:05 +00001154 Separate gtk unit tests
1155 https://bugs.webkit.org/show_bug.cgi?id=24039
1156
1157 Build the unit tests accordingly.
1158
1159 * GNUmakefile.am:
1160
kov@webkit.orgd19e07e2009-03-17 18:22:36 +000011612009-03-17 Gustavo Noronha Silva <gns@gnome.org>
1162
1163 Reviewed by Mark Rowe.
1164
1165 Enable HTML5 media elements support by default in the GTK+ port.
1166
1167 * configure.ac:
1168
kov@webkit.org582bba52009-03-17 15:40:56 +000011692009-03-17 Mike Hommey <glandium@debian.org>
1170
1171 Reviewed by Holger Freyther.
1172
1173 Do not export cti* symbols.
1174 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519924.
1175
1176 * autotools/symbols.filter:
1177
xan@webkit.orgf5f9ace2009-03-15 15:30:38 +000011782009-03-15 Xan Lopez <xlopez@igalia.com>
1179
xan@webkit.org67b01dc2009-03-15 22:26:38 +00001180 Bump version to 1.1.3 for release and fix soversion
1181 calculation (oops). Thanks to Frederik Himpe for pointing this
1182 out.
1183
1184 * configure.ac:
1185
11862009-03-15 Xan Lopez <xlopez@igalia.com>
1187
xan@webkit.orgf5f9ace2009-03-15 15:30:38 +00001188 Bump version and libtool version for release.
1189
1190 * configure.ac:
1191
xan@webkit.org233d51e2009-03-14 20:22:13 +000011922009-03-14 Xan Lopez <xlopez@igalia.com>
1193
1194 No review, build fix.
1195
1196 Split clean rules to make distcheck pass.
1197
1198 * GNUmakefile.am:
1199
mrowe@apple.com95351592009-03-14 06:17:21 +000012002009-03-13 Mark Rowe <mrowe@apple.com>
1201
1202 Reviewed by Dan Bernstein.
1203
1204 Remove rarely used Makefile targets from the Makefile.
1205
1206 There are many situations in which the targets don't work as expected,
1207 and their primary use is addressed by having the build system default
1208 to building the appropriate architecture.
1209
1210 * Makefile.shared:
1211
jmalonzo@webkit.org378df9d2009-03-11 11:52:44 +000012122009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org>
1213
jmalonzo@webkit.org15d83302009-03-11 11:57:43 +00001214 Reviewed by Holger Freyther.
1215
1216 [Gtk] Fix make clean targets
1217 https://bugs.webkit.org/show_bug.cgi?id=24450
1218
1219 Fix 'make' clean targets. We shouldn't be removing DerivedSources
1220 if it's only clean. Only remove it if it's distclean or
1221 maintainer-clean. Also remove build-related auxillary files on
1222 dist/maintainer clean.
1223
1224 * GNUmakefile.am:
1225
12262009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org>
1227
jmalonzo@webkit.org378df9d2009-03-11 11:52:44 +00001228 Reviewed by Holger Freyther
1229
1230 [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore
1231 https://bugs.webkit.org/show_bug.cgi?id=2260
1232
1233 pangoft2 is also used in directfb builds so use it for all targets
1234
1235 * configure.ac:
1236
xan@webkit.orgaa458732009-03-04 20:57:38 +000012372009-03-02 Xan Lopez <xan@gnome.org>
1238
1239 Reviewed by Mark Rowe.
1240
1241 https://bugs.webkit.org/show_bug.cgi?id=24287
1242 [GTK] Move auth dialog feature to WebKit/
1243
1244 Add WebKitSoupAuthDialog files to build.
1245
1246 * GNUmakefile.am:
1247
kov@webkit.org7d05c792009-03-03 19:48:22 +000012482009-03-03 Gustavo Noronha Silva <gns@gnome.org>
1249
1250 Reviewed by Alexey Proskuryakov.
1251
1252 https://bugs.webkit.org/show_bug.cgi?id=16826
1253 [Gtk] Implement WebKitDownload
1254
1255 Adding new files related to WebKitDownload to the GTK+ port.
1256
1257 * GNUmakefile.am:
1258
kov@webkit.org485273b2009-03-02 14:56:41 +000012592009-03-02 Gustavo Noronha Silva <gns@gnome.org>
1260
1261 Unreviewed build fix; adding missing files to EXTRA_DIST, so that
1262 they show up in the tarball.
1263
1264 * GNUmakefile.am:
1265
christian@webkit.orgdd31f4a2009-03-01 15:39:27 +000012662009-03-01 Christian Dywan <christian@twotoasts.de>
1267
1268 * configure.ac: Bump GTK port version to 1.1.1.
1269
kov@webkit.org9551eb62009-02-28 03:44:42 +000012702009-02-27 Gustavo Noronha Silva <gns@gnome.org>
1271
1272 Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list
1273 file to EXTRA_DIST to fix make dist.
1274
1275 * GNUmakefile.am:
1276
zecke@webkit.orgfa530382009-02-26 16:48:58 +000012772009-02-26 Xan Lopez <xan@gnome.org>
1278
1279 Reviewed by Holger Freyther.
1280
1281 https://bugs.webkit.org/show_bug.cgi?id=16947
1282 [GTK] Missing HTTP Auth challenge
1283
kov@webkit.org7e5e09c2009-02-26 22:45:13 +00001284 Add HTTP authentication dialog with optional GNOME Keyring
1285 storage.
1286
1287 * GNUmakefile.am:
1288 * configure.ac:
1289
12902009-02-26 Xan Lopez <xan@gnome.org>
1291
1292 Reviewed by Holger Freyther.
1293
1294 https://bugs.webkit.org/show_bug.cgi?id=16947
1295 [GTK] Missing HTTP Auth challenge
1296
zecke@webkit.orgfa530382009-02-26 16:48:58 +00001297 Take marshallers to be built from a manually maintained list
1298 instead of grepping the sources.
1299
1300 It's much faster, especially so now that we want to add
1301 marshallers from WebCore too. A system to only take into account
1302 the modified files when generating the marshallers from sources
1303 could be hacked, but I think it's overkill considering how rarely
1304 a new marshaller is added.
1305
1306 * GNUmakefile.am:
1307
jmalonzo@webkit.org74ce0112009-02-24 09:22:35 +000013082009-02-24 Jan Michael Alonzo <jmalonzo@webkit.org>
1309
1310 Reviewed by Alexey Proskuryakov.
1311
1312 [Gtk] add options for 3D transforms and HTML5 channel messaging to the build
1313 https://bugs.webkit.org/show_bug.cgi?id=24072
1314
1315 Add options for toggling 3D transforms and HTML5 channel messaging
1316 support on or off.
1317
1318 Also fix the web-workers option. It should be web-workers and not workers.
1319
1320 * configure.ac:
1321
christian@webkit.org3a74ebf2009-02-23 11:15:30 +000013222009-02-23 Xan Lopez <xan@gnome.org>
1323
1324 Reviewed by Alexey Proskuryakov.
1325
1326 https://bugs.webkit.org/show_bug.cgi?id=22624
1327 [SOUP][GTK] Need API to get SoupSession from WebKit.
1328
1329 Remove CURL support, the only supported HTTP backend is SOUP now.
1330
1331 * GNUmakefile.am:
1332 * configure.ac:
1333
christian@webkit.org2c1a0db2009-02-19 21:41:25 +000013342009-02-19 Christian Dywan <christian@twotoasts.de>
1335
1336 Rubber-stamped by Holger Freyther.
1337
1338 http://bugs.webkit.org/show_bug.cgi?id=22811
1339 Underlinking in Programs_UnitTests (GTK+ build)
1340
1341 * GNUmakefile.am: Add GLIB_LIBS to unit test library flags.
1342
kov@webkit.org59fc6e52009-02-18 19:18:28 +000013432009-02-18 Gustavo Noronha Silva <gns@gnome.org>
1344
1345 Reviewed by Holger Freyther.
1346
1347 Fix symbols.filter location, and add other missing files to the
1348 autotools build, so that make dist works.
1349
1350 * GNUmakefile.am:
1351
kov@webkit.org80783502009-02-17 12:43:58 +000013522009-02-17 Gustavo Noronha Silva <gns@gnome.org>
1353
1354 Reviewed by Alexey Proskuryakov.
1355
1356 https://bugs.webkit.org/show_bug.cgi?id=23939
1357 Release build being built with debugging symbols
1358
1359 * configure.ac: Revert change done in revision 40790, since we
1360 already have a AC_PROG_CXX macro call as part of WEBKIT_INIT
1361
christian@webkit.org36600362009-02-12 18:32:09 +000013622009-02-12 Gustavo Noronha Silva <gns@gnome.org>
1363
1364 Reviewed by Eric Seidel.
1365
1366 * configure.ac: Make soup the default HTTP backend for the Gtk port.
1367
zecke@webkit.org10591452009-02-09 20:41:14 +000013682009-02-09 Calvin Walton <calvin.walton@gmail.com>
1369
1370 Reviewed by Holger Freyther.
1371
1372 https://bugs.webkit.org/show_bug.cgi?id=23823
1373
1374 [Gtk] Fix build with recent autotools
1375
1376 Current versions of automake/libtool don't assume you want C++ enabled
1377 by default any more, so explicitly check for a C++ compiler.
1378
1379 * configure.ac: Add AC_PROG_CXX macro
1380
christian@webkit.org0476c992009-02-02 21:15:53 +000013812009-02-02 Christian Dywan <christian@twotoasts.de>
1382
1383 Rubber-stamped by Holger Freyther.
1384
1385 Don't require Geolocation by default.
1386
1387 * configure.ac:
1388
jmalonzo@webkit.org06d65c102009-01-31 09:36:45 +000013892009-01-30 Jan Michael Alonzo <jmalonzo@webkit.org>
1390
1391 Reviewed by Nikolas Zimmermann.
1392
1393 [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits
1394 https://bugs.webkit.org/show_bug.cgi?id=22136
1395
1396 * GNUmakefile.am:
1397 * acinclude.m4: Removed.
1398 * autogen.sh:
1399 * autotools/acinclude.m4: Added.
1400 * autotools/dolt.m4: Added.
1401 * autotools/symbols.filter: Renamed from symbols.filter.
1402 * autotools/webkit.m4: Added.
1403 * configure.ac:
1404
zecke@webkit.orgb99bb802009-01-31 03:51:00 +000014052009-01-30 Holger Hans Peter Freyther <zecke@selfish.org>
1406
1407 Reviewed by Nikolas Zimmermann.
1408
1409 [GTK] Implement GeolocationService using the Geoclue library
1410
1411 https://bugs.webkit.org/show_bug.cgi?id=22022
1412
1413 Untested implementation of the GeolocationService using the geoclue
1414 library. Velocity handling is completely missing and the accuracy
1415 handling might be wrong.
1416
1417 * GNUmakefile.am:
1418 * configure.ac:
1419
zecke@webkit.org839009e2009-01-11 19:59:13 +000014202009-01-11 Xan Lopez <xan@gnome.org>
1421
1422 Reviewed by Holger Freyther.
1423
1424 Bump version to 1.1.0 since we are breaking ABI and adding new
1425 major features.
1426
1427 * configure.ac:
1428
zecke@webkit.org2d40b852008-12-20 03:18:31 +000014292008-12-19 Marco Barisione <marco.barisione@collabora.co.uk>
1430
1431 Reviewed by Holger Freyther.
1432
1433 http://bugs.webkit.org/show_bug.cgi?id=16562
1434 [gtk] Implement WebPolicyDelegate methods
1435
1436 Original work by Pierre-Luc Beaudoin. Final touches by Gustavo
1437 Noronha.
1438
1439 This implements the delegates methods of WebPolicyDelegate.
1440 Since Gtk+/C doesn't have delegate methods, they are replaced with
1441 signals.
1442
1443 A new object WebKitWebPolicyDecision allows the browser to delay its
1444 response in certain cases. WebKitWebNavigationAction contains the
1445 information about what caused a navigation request.
1446
1447 * GNUmakefile.am: Add new files
1448
zecke@webkit.orgd34c3d402008-12-19 16:54:50 +000014492008-12-19 Gustavo Noronha Silva <gns@gnome.org>
1450
1451 Reviewed by Holger Freyther.
1452
1453 Use ustar tar format for WebKit/GTK+'s make dist target, so that
1454 storing files whose filenames are > 99 is possible.
1455
1456 * configure.ac:
1457
zecke@webkit.org602f70b2008-12-19 16:35:39 +000014582008-12-19 Holger Hans Peter Freyther <zecke@selfish.org>
1459
1460 [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST
1461
1462 Fix the jit compilation on i*686 on Linux by using the va_list
1463 to pass arguments to the CTI. This is done on the MAC as well
1464 and sunspider and javascriptcore seem to work with that.
1465
1466 * configure.ac:
1467
pam@chromium.org8e6cbb52008-12-18 17:56:31 +000014682008-12-18 Pamela Greene <pam@chromium.org>
1469
1470 Submitted without review.
pam@chromium.orgcd92f572008-12-18 18:02:47 +00001471 Right, remove the whole misplaced directory, not just the tests.
1472
1473 * fast: Removed.
1474 * fast/dom: Removed.
1475
14762008-12-18 Pamela Greene <pam@chromium.org>
1477
1478 Submitted without review.
pam@chromium.org8e6cbb52008-12-18 17:56:31 +00001479 Moving layout test into LayoutTests where it belongs.
1480
1481 * fast/dom/setter-type-enforcement-expected.txt: Removed.
1482 * fast/dom/setter-type-enforcement.html: Removed.
1483
eric@webkit.org81f42262008-12-15 22:18:40 +000014842008-12-15 Daniel Macks <dmacks@netspace.org>
1485
1486 Reviewed by Darin Adler.
1487
1488 Default to use external libicu-config if avail on all platforms.
1489 https://bugs.webkit.org/show_bug.cgi?id=22713
1490
1491 * configure.ac:
1492
zecke@webkit.orgeed856b2008-12-12 16:08:48 +000014932008-12-12 Holger Hans Peter Freyther <zecke@selfish.org>
1494
1495 Back out r39222 as this is breaking the build on Gentoo (aclocal-1.10)
1496
1497 The m4 directory does not exist and we now have a compile issue on
1498 Gentoo systems.
1499
1500 * GNUmakefile.am:
1501 * configure.ac:
1502
zecke@webkit.orgaf3c15c2008-12-12 00:37:16 +000015032008-12-11 Daniel Macks <dmacks@netspace.org>
1504
1505 Reviewed by Darin Adler.
1506
1507 https://bugs.webkit.org/show_bug.cgi?id=22714
1508
1509 Put libtool macro files in subdir that it wants.
1510
1511 * GNUmakefile.am:
1512 * configure.ac:
1513
zecke@webkit.org5955e9e2008-12-07 18:41:46 +000015142008-12-07 Holger Hans Peter Freyther <zecke@selfish.org>
1515
zecke@webkit.orgc31c5112008-12-07 19:16:17 +00001516 Reviewed by Eric Seidel.
1517
1518 [Gtk+] Use glib's unit test facilities to test the WebKit/Gtk+ API
1519
1520 https://bugs.webkit.org/show_bug.cgi?id=22491
1521
1522 Add the skeleton to WebKit/gtk/tests and integrate that into the
1523 buildsystem. Testing support was added in glib 2.16. For versions
1524 using glib < 2.16 we compile an empty application.
1525
1526 * GNUmakefile.am:
1527
15282008-12-07 Holger Hans Peter Freyther <zecke@selfish.org>
1529
zecke@webkit.org5955e9e2008-12-07 18:41:46 +00001530 Reviewed by Cameron Zwarich.
1531
1532 [GTK] Define ENABLE_JIT_OPTIMIZE_CALL, ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS, ENABLE_JIT_OPTIMIZE_ARITHMETIC
1533
1534 When building the jit on i*86 also enable the above optimizations.
1535
1536 * configure.ac:
1537
hausmann@webkit.orge7bf97e2008-12-03 14:10:20 +000015382008-12-03 Simon Hausmann <hausmann@webkit.org>
1539
1540 Reviewed by Tor Arne Vestbø.
1541
1542 Fix the build of WebKit inside Qt by making sure that qmake generators
1543 that do not produce generated sources (i.e. cpp files) are not
1544 included in SOURCES.
1545
1546 * WebKit.pri:
1547
hausmann@webkit.org75ad0542008-12-02 10:04:25 +000015482008-12-02 Simon Hausmann <hausmann@webkit.org>
1549
1550 Reviewed by Tor Arne Vestbø.
1551
1552 Removed JavaScriptCore from SUBDIRS as it's not built separately
1553 anymore.
1554
1555 * WebKit.pro:
1556
zecke@webkit.orgdfb38682008-11-29 00:20:56 +000015572008-11-28 Gustavo Noronha Silva <gns@gnome.org>
1558
1559 Reviewed and slightly modified by Holger Freyther.
1560
1561 https://bugs.webkit.org/show_bug.cgi?id=19130
1562
1563 Added the new WebKitGtk files to be built:
1564 WebKit/gtk/webkit/webkitwebwindowfeatures.{cpp,h}
1565
1566 * GNUmakefile.am:
1567
jmalonzo@webkit.orge17b4862008-11-26 11:31:27 +000015682008-11-26 Kalle Vahlman <kalle.vahlman@movial.com>
1569
1570 Reviewed by Darin Adler. Landed by Jan Alonzo.
1571
1572 Bison versions under 2.2 produce crashing CSSGrammar code for ARM
1573 https://bugs.webkit.org/show_bug.cgi?id=22456
1574
1575 Check for bison version 2.2 or greater on ARM. Earlier versions produce
1576 code that crashes on ARM devices.
1577
1578 * configure.ac:
1579
zecke@webkit.orgb59f9c42008-11-25 23:17:02 +000015802008-11-25 Holger Hans Peter Freyther <zecke@selfish.org>
1581
1582 Reviewed by David Kilzer.
1583
1584 https://bugs.webkit.org/show_bug.cgi?id=22022
1585
1586 Add Geolocation support to the configure.ac
1587
1588 Add an option to build WebKit/Gtk+ with Geolocation. The
1589 implementation will be using Gypsy.
1590
1591 * configure.ac:
1592
zecke@webkit.orge9dbf8a2008-11-24 12:56:31 +000015932008-11-24 Holger Hans Peter Freyther <zecke@selfish.org>
1594
1595 Reviewed by Mark Rowe.
1596
1597 [Gtk+] Add configure option to enable Web Workers and enable it by default
1598
1599 Add --enable-workers to the buildsystem (used by build-webkit) add
1600 the to be build files to the GNUmakefile.am and change build-webkit
1601 to enable Web Workers by default.
1602
1603 * configure.ac:
1604
hausmann@webkit.org61386622008-11-20 13:44:01 +000016052008-09-09 Joerg Bornemann <joerg.bornemann@trolltech.com>
1606
1607 Reviewed by Simon Hausmann.
1608
1609 Steps towards making the Qt port of WebKit compile on Windows CE
1610
1611 https://bugs.webkit.org/show_bug.cgi?id=20746
1612
1613 * WebKit.pro: don't build DumpRenderTree on all Win32 platforms
1614
zimmermann@webkit.org4c3a61a2008-11-18 00:04:18 +000016152008-11-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1616
1617 Reviewed by George Staikos.
1618
1619 Add WML build support for Gtk as well.
1620
1621 * configure.ac:
1622
ggaren@apple.com987bc5b2008-11-17 05:52:02 +000016232008-11-16 Geoffrey Garen <ggaren@apple.com>
1624
1625 Not reviewed.
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00001626
ggaren@apple.com987bc5b2008-11-17 05:52:02 +00001627 Try to fix gtk build.
1628
1629 * configure.ac:
1630
vestbo@webkit.org83a4da72008-11-10 15:55:10 +000016312008-11-10 Tor Arne Vestbø <tavestbo@trolltech.com>
1632
1633 Rubber-stamped by Simon Hausmann.
1634
1635 Distinguish between building from trunk and as part of Qt
1636
1637 * WebKit.pri:
1638
16392008-11-10 Morten Sørvig <msorvig@trolltech.com>
hausmann@webkit.org96865462008-11-10 11:46:11 +00001640
1641 Reviewed by Simon Hausmann.
1642
1643 Make tests/auto/qwebframe compile on Qt/Mac.
1644
1645 * WebKit.pri: Fix linkage against QtWebKit when compiled as framework.
1646
cwzwarich@webkit.orgb77ab3a2008-11-07 07:41:18 +000016472008-11-06 Cameron Zwarich <zwarich@apple.com>
1648
1649 Not reviewed.
1650
1651 Speculatively fix the GTK build.
1652
1653 * GNUmakefile.am:
1654
alp@webkit.org4c29a2f2008-11-06 08:58:53 +000016552008-11-06 Alp Toker <alp@nuanti.com>
1656
1657 GTK build fix for r38155. create_hash_table was moved out of kjs/
1658
1659 * GNUmakefile.am:
1660
cwzwarich@webkit.org61a3d962008-11-06 08:55:35 +000016612008-11-06 Cameron Zwarich <zwarich@apple.com>
cwzwarich@webkit.orgf3683502008-11-06 08:53:06 +00001662
1663 Rubber-stamped by Sam Weinig.
1664
1665 Correct the reference to jsc.pro in WebKit.pro to match its new
1666 location in the root directory of JavaScriptCore.
1667
1668 * WebKit.pro:
1669
alp@webkit.org515bfc62008-11-03 15:59:02 +000016702008-11-03 Alp Toker <alp@nuanti.com>
1671
alp@webkit.orge359c842008-11-04 04:25:52 +00001672 autotools distcleancheck fix. Add dolt-generated files and
1673 webkitenumtypes.h to the list of files that need to be cleaned.
1674 Unreviewed.
1675
1676 * GNUmakefile.am:
1677
16782008-11-03 Alp Toker <alp@nuanti.com>
1679
alp@webkit.org515bfc62008-11-03 15:59:02 +00001680 Rubber-stamped by Holger Freyther.
1681
alp@webkit.org491d9092008-11-03 17:27:55 +00001682 Do not enable RTTI or exceptions in debug builds, matching release
1683 builds. They don't help much with debugging and significantly slow
1684 down and increase the size of the debug build.
1685
1686 * GNUmakefile.am:
1687
16882008-11-03 Alp Toker <alp@nuanti.com>
1689
1690 Rubber-stamped by Holger Freyther.
1691
alp@webkit.org515bfc62008-11-03 15:59:02 +00001692 Add mingw32 case to dolt for faster GTK+ Windows builds.
1693
1694 * acinclude.m4:
1695
christian@webkit.orgfb968c62008-11-02 20:23:14 +000016962008-11-02 Xan Lopez <xan@gnome.org>
1697
1698 Reviewed by Holger Freyther
1699
1700 https://bugs.webkit.org/show_bug.cgi?id=22009
1701 HTML5 Video with GStreamer pulls gnome-vfs without using it.
1702
1703 * configure.ac:
1704 Remove gnome-vfs from configure.ac, it's unused.
1705
alp@webkit.org1ad44172008-10-30 08:24:04 +000017062008-10-30 Alp Toker <alp@nuanti.com>
1707
alp@webkit.orga8df3bf2008-10-30 21:22:38 +00001708 https://bugs.webkit.org/show_bug.cgi?id=19395
1709 doltlibtool bug with bash 3.0
1710
1711 autotools dolt build fix for bash version 3.0 and older. Remove
1712 concatenation syntax from doltlibtool to support the older versions
1713 which don't have '+='.
1714
1715 * acinclude.m4:
1716
17172008-10-30 Alp Toker <alp@nuanti.com>
1718
alp@webkit.orgeb261eb2008-10-30 09:56:39 +00001719 Rubber-stamped by Oliver Hunt.
1720
1721 autotools build system change to enable JIT features by default. Can
1722 be disabled with --disable-jit (and is disabled automatically on
1723 unsupported platforms).
1724
1725 * configure.ac:
1726
17272008-10-30 Alp Toker <alp@nuanti.com>
1728
alp@webkit.org1ad44172008-10-30 08:24:04 +00001729 Bump WebKit GTK+ version to 1.0.3.
1730
1731 * configure.ac:
1732
zecke@webkit.orgbcca41d2008-10-29 22:39:18 +000017332008-10-29 Gustavo Noronha Silva <gns@gnome.org>
1734
1735 Reviewed by Holger Freyther.
1736
1737 Added all the files that need to be installed for the Inspector to
1738 work.
1739
zecke@webkit.orga05d5962008-10-29 20:19:06 +000017402008-10-29 Mike Hommey <glandium@debian.org>
1741
1742 Reviewed by Holger Freyther.
1743
1744 https://bugs.webkit.org/show_bug.cgi?id=21884
1745 Test presence and link against libpng.
1746
1747 * GNUmakefile.am:
1748 * configure.ac:
1749
jmalonzo@webkit.orgdc065f32008-10-29 19:34:36 +000017502008-10-29 Jan Michael Alonzo <jmalonzo@webkit.org>
1751
1752 Reviewed by Holger Freyther.
1753
1754 Add --enable-optimizations to enable optimized builds. The default
1755 is to enable it for release builds, and disabled for debug builds.
1756 This option will allow builders to have a debug as well as
1757 optimized builds.
1758
1759 * GNUmakefile.am:
1760 * configure.ac:
1761
alp@webkit.org6862a8b2008-10-28 14:30:05 +000017622008-10-28 Mike Hommey <glandium@debian.org>
1763
1764 Reviewed by Alp Toker.
1765
1766 https://bugs.webkit.org/show_bug.cgi?id=21885
1767 [GTK] libwebkit doesn't link against libpangoft2
1768
1769 Add pkg-config check for pangoft2 which provides
1770 pango_fc_font_description_from_pattern() used in the FreeType font
1771 backend.
1772
1773 * configure.ac:
1774
alp@webkit.org2ab36952008-10-28 12:53:51 +000017752008-10-28 Alp Toker <alp@nuanti.com>
1776
1777 Include copyright license files in the autotools dist target.
1778
1779 Change suggested by Mike Hommey.
1780
1781 * GNUmakefile.am:
1782
jmalonzo@webkit.orge39356e2008-10-25 07:24:17 +000017832008-10-25 Jan Michael Alonzo <jmalonzo@webkit.org>
1784
1785 Gtk build fix: add '-' to Wl which was missed in r36845
1786
1787 * GNUmakefile.am:
1788
alp@webkit.orgee7dc252008-10-22 10:38:23 +000017892008-10-22 Alp Toker <alp@nuanti.com>
1790
1791 Fix build for Cairo 1.2.
1792
1793 * configure.ac:
1794
alp@webkit.org14af1492008-10-20 18:04:53 +000017952008-10-20 Alp Toker <alp@nuanti.com>
1796
1797 Partial GTK+/Win32 build fix. Lowercase library name to enable linking
1798 when cross-compiling Windows binaries from Linux: -lWs2_32 -> -lws2_32
1799
1800 * configure.ac:
1801
alp@webkit.orgb7224862008-10-14 02:16:13 +000018022008-10-13 Alp Toker <alp@nuanti.com>
1803
1804 GTK+ build fix: Ensure correct builds when debugging is
1805 enabled/disabled by defining NDEBUG in autotoolsconfig.h as needed.
1806 It's still passed as a compiler flag since some sources (DRT) don't
1807 use config.h yet.
1808
1809 * configure.ac:
1810
alp@webkit.org7e2b6cd2008-10-10 00:50:25 +000018112008-10-09 Alp Toker <alp@nuanti.com>
1812
1813 Reviewed by Mark Rowe.
1814
1815 https://bugs.webkit.org/show_bug.cgi?id=20760
1816 Implement support for x86 Linux in CTI
1817
1818 Prepare to enable CTI/WREC on supported architectures. Will be
1819 switched on when the crasher introduced in r37386 is resolved.
1820
1821 * configure.ac:
1822
alp@webkit.orge1244662008-10-07 18:28:43 +000018232008-10-07 Alp Toker <alp@nuanti.com>
1824
alp@webkit.org76e7f9a2008-10-08 00:42:37 +00001825 GTK+ build fix for older automake versions (1.7). Discussed in bug
1826 #21392.
1827
1828 * GNUmakefile.am:
1829
18302008-10-07 Alp Toker <alp@nuanti.com>
1831
alp@webkit.orge1244662008-10-07 18:28:43 +00001832 Reviewed by Mark Rowe.
1833
1834 https://bugs.webkit.org/show_bug.cgi?id=21392
1835 [GTK] Auto-generate JS DOM binding sources list
1836
1837 Remove the huge lists of generated DOM binding sources and headers in
1838 the build system. These are difficult to maintain and can be derived
1839 automatically.
1840
1841 The new strategy is to re-use the existing lists of IDL sources (which
1842 are needed for dist support anyway). This will also ease the addition
1843 of new language bindings.
1844
1845 * GNUmakefile.am:
1846
zecke@webkit.org202af282008-09-28 01:49:45 +000018472008-09-27 Jan Michael Alonzo <jmalonzo@webkit.org>
1848
1849 Reviewed by Holger Freyther.
1850
1851 https://bugs.webkit.org/show_bug.cgi?id=20287
1852 [Gtk] disable plugins for gtk/directfb target
1853
1854 Introduce WTF_PLATFORM_X11 for X11 builds.
1855 Also use target-specific packages when building the port
1856
1857 * configure.ac: Do not check for cairo-ft for directfb builds.
1858
zecke@webkit.orga051fce2008-09-27 22:56:56 +000018592008-09-27 Marco Barisione <marco.barisione@collabora.co.uk>
1860
1861 Reviewed by Holger Freyther.
1862
1863 http://bugs.webkit.org/show_bug.cgi?id=21174
1864 [GTK][AUTOTOOLS] Enable large file support at configure time
1865
1866 * configure.ac: Enable large file support with AC_SYS_LARGEFILE.
1867
jmalonzo@webkit.orga897fea2008-09-24 07:42:51 +000018682008-09-23 Richard Hult <richard@imendio.com>
1869
1870 Reviewed by Alp Toker. Landed by Jan Alonzo.
1871
1872 http://bugs.webkit.org/show_bug.cgi?id=20582
1873 [Gtk] Link error on Mac OS X
1874
1875 * GNUmakefile.am: Only use the -version-script flag for the gnu
1876 linker.
1877 * configure.ac: Check for GNU OSes.
1878
alp@webkit.org139345a2008-09-20 06:34:35 +000018792008-09-19 Alp Toker <alp@nuanti.com>
1880
1881 Build fix for the 'gold' linker and recent binutils. New behaviour
1882 requires that we link to used libraries explicitly.
1883
1884 * GNUmakefile.am:
1885 * configure.ac:
1886
jmalonzo@webkit.org6afc5d42008-09-04 20:26:16 +000018872008-09-04 Marco Barisione <marco.barisione@collabora.co.uk>
1888
1889 Reviewed by Eric Seidel.
1890
1891 http://bugs.webkit.org/show_bug.cgi?id=20380
1892 [GTK][AUTOTOOLS] Include autotoolsconfig.h from config.h
1893
1894 * configure.ac: Rename the configuration header from aconfig.h to autotoolsconfig.h.
1895
alp@webkit.org97d8c102008-08-29 05:09:39 +000018962008-08-28 Alp Toker <alp@nuanti.com>
1897
1898 GTK+ dist/build fix. List newly added header files.
1899
1900 * GNUmakefile.am:
1901
zecke@webkit.org895c50f2008-08-28 01:20:19 +000019022008-08-27 Mike Hommey <glandium@debian.org>
1903
1904 Reviewed by Holger.
1905
1906 * GNUmakefile.am:
1907 * symbols.filter: Added.
1908
alp@webkit.org9388fc82008-08-10 18:21:21 +000019092008-08-10 Jan Michael Alonzo <jmalonzo@webkit.org>
1910
1911 Reviewed (and updated) by Alp Toker.
1912
1913 https://bugs.webkit.org/show_bug.cgi?id=16620
1914 [GTK] Autotools make dist and make check support
1915
1916 Get make dist working.
1917
1918 Note that not all possible configurations have been tested yet.
1919
1920 * GNUmakefile.am:
1921
alp@webkit.orgf996f492008-08-10 03:11:28 +000019222008-08-09 Marco Barisione <marco.barisione@collabora.co.uk>
1923
1924 Reviewed by Alp Toker.
1925
1926 http://bugs.webkit.org/show_bug.cgi?id=19045
1927 [gtk] ./configure doesn't check for x toolkit availability
1928
1929 Some old versions of Xt do not provide xt.pc, in this case use
1930 AC_CHECK_LIB to check if the library is installed and then fall back
1931 to using just -lXt.
1932
1933 * configure.ac:
1934
alp@webkit.org5186e842008-08-10 03:00:29 +000019352008-08-09 Alp Toker <alp@nuanti.com>
1936
1937 GTK+ build fixes.
1938
1939 Back out r20338 libxslt check (conditional check already exists and
1940 this broke the build).
1941
1942 Make the flex version check a warning rather than fatal to fix the
1943 build bot.
1944
1945 * configure.ac:
1946
jmalonzo@webkit.orga325b512008-08-10 02:03:42 +000019472008-08-08 Jan Michael Alonzo <jmalonzo@webkit.org>
1948
1949 Reviewed by Mark Rowe.
1950
1951 http://bugs.webkit.org/show_bug.cgi?id=20338
1952 [Gtk] Autotools should check for libxslt
1953
1954 Autotools check for libxslt
1955
1956 * configure.ac:
1957
jmalonzo@webkit.org850cecc2008-08-07 12:08:52 +000019582008-08-07 Kalle Vahlman <zuh@iki.fi>
1959
1960 Reviewed by David Kilzer.
1961
1962 Check for correct flex version to avoid faulty builds
1963
1964 A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it
1965 https://bugs.webkit.org/show_bug.cgi?id=20253
1966
1967 acinclude.m4: Import AX_COMPARE_VERSION macro
1968 configure.ac: Check for flex version
1969
1970 * acinclude.m4:
1971 * configure.ac:
1972
hausmann@webkit.org25eaf422008-08-07 11:31:59 +000019732008-08-07 Simon Hausmann <hausmann@webkit.org>
1974
1975 Rubber-stamped by Lars.
1976
1977 Added API tests for QWebPage/QWebFrame based on QTestLib.
1978
1979 * WebKit.pro: Add WebKit/qt/tests to the build.
1980
jmalonzo@webkit.org46fd3f42008-08-06 12:40:53 +000019812008-08-06 Marco Barisione <marco.barisione@collabora.co.uk>
1982
1983 Reviewed by Eric Seidel.
1984
1985 http://bugs.webkit.org/show_bug.cgi?id=20276
1986 [GTK] Makefile rules for the enum GTypes files depend on Makefile
1987 instead of GNUmakefile
1988
1989 The patch committed in revision 34649 added the code needed to
1990 generate GTypes for enums but the makefile rules for
1991 stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on
1992 Makefile (used by other ports) instead of GNUmakefile.
1993
1994 * GNUmakefile.am: Depend on GNUmakefile instead of Makefile.
1995
alp@webkit.org7ba3bb92008-08-05 21:33:35 +000019962008-08-05 Marco Barisione <marco.barisione@collabora.co.uk>
1997
1998 Reviewed by Alp Toker.
1999
2000 http://bugs.webkit.org/show_bug.cgi?id=19045
2001 [gtk] ./configure doesn't check for x toolkit availability
2002
2003 Check for the .pc file for Xt instead of hard coding -lXt in the
2004 GNUmakefile.am.
2005
2006 Thanks to Dominik Röttsches for the initial patch.
2007
2008 * GNUmakefile.am:
2009 * configure.ac:
2010
christian@webkit.orge0a030f2008-07-30 18:17:24 +000020112008-07-30 Marco Barisione <marco.barisione@collabora.co.uk>
2012
2013 Reviewed by Holger.
2014
2015 http://bugs.webkit.org/show_bug.cgi?id=19742
2016 [GTK] Auto generate webkitmarshal.list
2017
2018 Auto generate webkitmarshal.list from source files to reduce the
2019 number of conflicts when merging git branches or when applying
2020 patches.
2021 Also rename webkit-marshal.* to webkitmarshal.* for consistency.
2022
2023 * GNUmakefile.am:
2024
jmalonzo@webkit.org20c9f4b2008-07-27 06:00:36 +000020252008-07-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2026
2027 Reviewed by Mark Rowe.
2028
2029 Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee.
2030
2031 [Gtk] Improve detection jpeglib
2032 https://bugs.webkit.org/show_bug.cgi?id=17865
2033
2034 * GNUmakefile.am:
2035 * configure.ac:
2036
hausmann@webkit.orgbb87b702008-07-25 10:55:33 +000020372008-07-25 Simon Hausmann <hausmann@webkit.org>
2038
2039 Discussed with and rubber-stamped by Lars.
2040
2041 Fix the build system for the Qt port.
2042
2043 Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the
2044 include search path. With a build process that combines JavaScriptCore and
2045 WebCore in one build process/Makefile the existance of
2046 JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts.
2047
2048 This commit solves this by introducing a separate build of JavaScriptCore into
2049 a static library.
2050
2051 As a result of the split-up a race-condition due to broken dependencies of
2052 regular source files to header files of generated sources showed up very
2053 frequently when doing parallel builds (which the buildbot does). This commit at
2054 the same time tries to address the dependency problem by making the
2055 addExtraCompiler() function also generate a pseudo extra compiler that
2056 represents the header file output, so that qmake is aware of the creation of
2057 the header file for dependency calculation.
2058
2059 At the same time I removed a lot of cruft from the pro files to ease maintenance.
2060
2061 * WebKit.pri:
2062 * WebKit.pro:
2063
jmalonzo@webkit.orgd18157182008-06-18 20:04:18 +000020642008-06-18 Marco Barisione <marco.barisione@collabora.co.uk>
2065
2066 Reviewed by Alp Toker.
2067
2068 https://bugs.webkit.org/show_bug.cgi?id=19171
2069 [GTK] GTypes for enumerations
2070
2071 Generate GTypes for public enumerations so they can be used as
2072 properties.
2073
2074 * GNUmakefile.am: Generate webkit-enum-types.cpp and
2075 webkit-enum-types.h.
2076
hausmann@webkit.orgb18129c2008-06-16 10:14:04 +000020772008-06-16 Simon Hausmann <hausmann@webkit.org>
2078
2079 Fix the Qt build. testkjs.pro is now called jsc.pro.
2080
2081 * WebKit.pro:
2082
alp@webkit.org643f3ef2008-06-15 11:46:18 +000020832008-06-15 Alp Toker <alp@nuanti.com>
2084
2085 Rubber-stamped by Maciej.
2086
2087 Install 'jsc' application by default.
2088
2089 * GNUmakefile.am:
2090
alp@webkit.org2d181c52008-06-08 16:10:16 +000020912008-06-08 Alp Toker <alp@nuanti.com>
2092
alp@webkit.org7c869902008-06-08 19:04:23 +00002093 autotools/GTK+ build system cleanup. Don't include WebKit API in the
2094 WebCore build as it's no longer needed since r34426.
2095
2096 * GNUmakefile.am:
2097
20982008-06-08 Alp Toker <alp@nuanti.com>
2099
alp@webkit.org2d181c52008-06-08 16:10:16 +00002100 Rubber-stamped by Mark Rowe.
2101
2102 Bring back -fstrict-aliasing for JavaScriptCore which was removed in
2103 r31821, since aliasing issues have now been fixed.
2104
2105 Use -O3, not -O2 for the JavaScriptCore build.
2106
2107 * GNUmakefile.am:
2108 * configure.ac:
2109
christian@webkit.org56f00692008-06-05 22:50:40 +000021102008-06-05 Christian Dywan <christian@twotoasts.de>
2111
2112 Reviewed by Alp Toker.
2113
2114 https://bugs.webkit.org/show_bug.cgi?id=14141
2115 Please add a version to the Gtk port
2116
2117 * GNUmakefile.am:
2118
alp@webkit.org15ef3c42008-06-03 00:30:19 +000021192008-06-02 Alp Toker <alp@nuanti.com>
2120
2121 GTK+/autotools Windows build system fixes.
2122
2123 * GNUmakefile.am:
2124 * configure.ac:
2125
alp@webkit.orgf1dbca62008-06-02 16:36:32 +000021262008-06-02 Jan Michael Alonzo <jmalonzo@webkit.org>
2127
2128 Reviewed by Alp Toker.
2129
2130 Build WebCore GTK+ sources as part of WebCore, not WebKit.
2131 Split common and GTK+-specific sources into separate file lists.
2132
2133 * GNUmakefile.am:
2134
alp@webkit.org46377ba2008-06-02 02:08:34 +000021352008-06-01 Josh Triplett <josh@freedesktop.org>
2136
2137 Reviewed by Alp Toker.
2138
2139 http://bugs.webkit.org/show_bug.cgi?id=16891
2140 [GTK] autotools build is slow
2141
2142 Add dolt revision 5e9eef10 to the autotools build system. Speeds up
2143 the build, often by a factor of two or more on supported platforms,
2144 otherwise falls back to libtool.
2145
2146 See http://dolt.freedesktop.org for details.
2147
2148 * acinclude.m4: Added.
2149 * configure.ac:
2150
jmalonzo@webkit.orgdb04f5c2008-05-25 11:15:15 +000021512008-05-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2152
2153 Reviewed by Alp Toker.
2154
2155 http://bugs.webkit.org/show_bug.cgi?id=19142
2156 [Gtk] Remove build options --svg-experimental and --cross-document-messaging
2157
2158 * configure.ac:
2159
alp@webkit.org1ea970c2008-05-25 04:19:22 +000021602008-05-24 Alp Toker <alp@nuanti.com>
2161
2162 GTK+/Win32 build fixes. Link against Windows ICU without using
2163 icu-config since it's not available on that platform.
2164
2165 Link against Ws2_32 when the curl http backend is chosen since we
2166 use select() directly.
2167
2168 * configure.ac:
2169
alp@webkit.org2bf19672008-05-23 17:48:41 +000021702008-05-23 Alp Toker <alp@nuanti.com>
2171
2172 GTK+ fixes for building without database support.
2173
2174 * configure.ac:
2175
jmalonzo@webkit.org4c3907a2008-05-20 11:52:08 +000021762008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org>
2177
alp@webkit.org5ac91ee2008-05-21 00:51:24 +00002178 Reviewed by Alp Toker.
2179
2180 Fix for previous autotools change.
2181
2182 * configure.ac:
2183
21842008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org>
2185
jmalonzo@webkit.org4c3907a2008-05-20 11:52:08 +00002186 Reviewed by Alp.
2187
2188 http://bugs.webkit.org/show_bug.cgi?id=18483
2189 [Gtk] Autotools should match build-webkit default flags
2190
2191 * configure.ac:
2192
alp@webkit.org8cfd6ab2008-05-19 23:06:49 +000021932008-05-19 Alp Toker <alp@nuanti.com>
2194
2195 GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when
2196 the Pango font backend is selected.
2197
2198 * GNUmakefile.am:
2199 * configure.ac:
2200
jchaffraix@webkit.org98e84ef2008-05-16 20:38:48 +000022012008-05-16 Julien Chaffraix <jchaffraix@webkit.org>
2202
2203 Reviewed by Eric.
2204
2205 Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated
2206
2207 * configure.ac: Add HTML_FLAGS and set it when video is enabled.
2208
hausmann@webkit.orgf9804ce2008-05-16 14:25:57 +000022092008-05-15 Ariya Hidayat <ariya.hidayat@trolltech.com>
2210
2211 Reviewed by Simon.
2212
2213 Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files
2214 from gtk-port.
2215
2216 * WebKit.pri:
2217 * WebKit.pro:
2218
andersca@apple.combe4e18c2008-05-10 00:46:50 +000022192008-05-09 Anders Carlsson <andersca@apple.com>
2220
2221 Reviewed by Mark.
2222
2223 Add x86_64 rule.
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00002224
andersca@apple.combe4e18c2008-05-10 00:46:50 +00002225 * Makefile:
2226
hausmann@webkit.orgba4d9c12008-05-09 13:08:33 +000022272008-05-09 Simon Hausmann <hausmann@webkit.org>
2228
2229 Reviewed by Holger.
2230
2231 Removed explicit linkage against libxml and libxslt on Qt/Mac builds.
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00002232
hausmann@webkit.orgba4d9c12008-05-09 13:08:33 +00002233 This dependency is completely unnecessary here and creates only problems by
2234 propagating through WebCore.pro over libQtWebKit.prl right now customer
2235 applications.
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00002236
hausmann@webkit.orgba4d9c12008-05-09 13:08:33 +00002237
2238 * WebKit.pri:
2239
andersca@apple.comdb0ed042008-05-03 00:21:05 +000022402008-05-02 Anders Carlsson <andersca@apple.com>
2241
2242 Reviewed by Mark.
2243
2244 Add an "x86_64" make rule.
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00002245
andersca@apple.comdb0ed042008-05-03 00:21:05 +00002246 * Makefile.shared:
2247
alp@webkit.orgd06c7c92008-05-02 22:21:09 +000022482008-05-02 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2249
2250 Reviewed by Eric.
2251
2252 https://bugs.webkit.org/show_bug.cgi?id=18811
2253 Enable dashboard and offline web apps in autotools
2254
2255 * configure.ac:
2256
alp@webkit.orga55698b2008-05-01 18:15:39 +000022572008-05-01 Marc Ordinas i Llopis <marc.ordinasillopis@collabora.co.uk>
2258
2259 Reviewed by Alp Toker.
2260
2261 https://bugs.webkit.org/show_bug.cgi?id=14750
2262 Added support for NPAPI plugins on Gtk and Qt-x11 ports.
2263
2264 * GNUmakefile.am: Added Xt library.
2265
ddkilzer@apple.come9e33f32008-04-30 00:31:10 +000022662008-04-29 David Kilzer <ddkilzer@apple.com>
2267
2268 BUILD FIX for ENABLE(DASHBOARD_SUPPORT)
2269
2270 * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT.
2271
alp@webkit.org81514942008-04-23 03:14:26 +000022722008-04-22 Alp Toker <alp@nuanti.com>
2273
2274 GTK+ debug build fix for changes in r32257.
2275
2276 * GNUmakefile.am:
2277
alp@webkit.orgc04fee22008-04-19 05:16:00 +000022782008-04-18 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2279
2280 Reviewed by Alp Toker.
2281
alp@webkit.org67ed4c42008-04-19 05:19:57 +00002282 http://bugs.webkit.org/show_bug.cgi?id=16620
2283 [GTK] Autotools make dist and make check support
alp@webkit.orgc04fee22008-04-19 05:16:00 +00002284
2285 Cleanups.
2286
2287 * GNUmakefile.am:
2288
mrowe@apple.com59de0d02008-04-19 01:31:29 +000022892008-04-11 Mark Rowe <mrowe@apple.com>
2290
2291 Rubber-stamped by Antti Koivisto.
2292
2293 * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show.
2294
alp@webkit.orgd66a1152008-04-17 23:05:11 +000022952008-04-17 Alp Toker <alp@atoker.com>
2296
2297 GTK+ build fix. Back out the libjpeg check part of r32008 from bug
2298 #17865 (reopened).
2299
2300 * configure.ac:
2301
alp@webkit.org4598acd2008-04-17 19:21:34 +000023022008-04-17 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2303
2304 Reviewed by Alp Toker.
2305
2306 http://bugs.webkit.org/show_bug.cgi?id=17865
2307 [Gtk] Improve detection of jpeglib and glib tools
2308
2309 Improve detecting jpeglib and glib tools
2310
2311 * configure.ac: Throw an error if the dependencies above are
2312 currently not installed
2313
alp@webkit.orgf02b6bc2008-04-14 20:18:18 +000023142008-04-14 Xan Lopez <xan@gnome.org>
2315
2316 Reviewed by Alp Toker.
2317
2318 http://bugs.webkit.org/show_bug.cgi?id=17917
2319 Bug 17917: Cookie support for HTTP soup backend
2320
2321 Bumped the libsoup required version to 2.23 for cookie support.
2322
2323 * configure.ac:
2324
mrowe@apple.comfd551522008-04-11 21:18:05 +000023252008-04-11 Mark Rowe <mrowe@apple.com>
2326
2327 Rubber-stamped by Anders Carlsson.
2328
2329 Fix https://bugs.webkit.org/show_bug.cgi?id=18430
2330 Bug 18430: SIGSEGV on amd64 when built with gcc 4.3
2331
2332 GCC 4.3 generates bad code in some instances when working with our HashTables
2333 as some of the HashTable code violates the strict aliasing requirements. Since
2334 GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until
2335 the code can be fixed to be safe with strict aliasing enabled, we will disable
2336 strict aliasing.
2337
2338 * GNUmakefile.am:
2339
alp@webkit.org02eba752008-04-11 00:45:17 +000023402008-03-12 Michael Emmel <mike.emmel@gmail.com>
2341
2342 Reviewed by Alp Toker.
2343
2344 http://bugs.webkit.org/show_bug.cgi?id=18397
2345 Fix leaving spaces before parens in functions
2346
2347 * WebKitTools/Scripts/wkstyle:
2348
ap@webkit.orgc266b3f2008-04-07 12:24:26 +000023492008-04-07 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2350
2351 Build fix, rubber-stamped and landed by ap.
2352
2353 * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support.
2354
zecke@webkit.org178fffa2008-03-21 20:40:41 +000023552008-03-21 Rodney Dawes <dobey@wayofthemonkey.com>
2356
2357 Reviewed by Holger.
2358
2359 Remove the JSCore include path options from global_cppflags.
2360 Place JSCore include path options in javascriptcore_cppflags.
2361 Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS.
2362
2363 * GNUmakefile.am:
2364
andersca@apple.com2421f662008-03-20 18:19:07 +000023652008-03-20 Jasper Bryant-Greene <jasper@unix.geek.nz>
2366
2367 Reviewed by Anders.
2368
2369 Resolves http://bugs.webkit.org/show_bug.cgi?id=16092
2370 "[GTK] Middle-mouse click should allow opening a URL in a new tab"
2371
2372 Added WebKitNavigationAction object to GTK API
2373
2374 * GNUmakefile.am:
2375
alp@webkit.org7d9253a2008-03-12 15:03:17 +000023762008-03-12 Xan Lopez <xan@gnome.org>
2377
2378 Reviewed by Alp Toker.
2379
2380 http://bugs.webkit.org/show_bug.cgi?id=15229
2381
2382 Add optional font backend support with freetype and pango
2383 backends. Default is freetype for now.
2384
alp@webkit.org720edd62008-03-12 15:08:01 +00002385 Original patch by Sven Herzberg <sven@imendio.com>
2386
alp@webkit.org7d9253a2008-03-12 15:03:17 +00002387 * configure.ac:
2388
alp@webkit.orgb51d08f2008-03-11 23:06:38 +000023892008-03-11 Xan Lopez <xan@gnome.org>
2390
2391 Reviewed by Alp Toker.
2392
2393 http://bugs.webkit.org/show_bug.cgi?id=16476
2394
2395 Add support for multiple http backends, and add soup backend (off by default).
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00002396
alp@webkit.orgb51d08f2008-03-11 23:06:38 +00002397 * GNUmakefile.am:
2398 * configure.ac:
2399
hausmann@webkit.org9999bb82008-03-10 11:52:27 +000024002008-03-07 Simon Hausmann <hausmann@webkit.org>
2401
darin@apple.com07c80c62008-09-05 18:15:43 +00002402 Reviewed by Darin Adler.
hausmann@webkit.org9999bb82008-03-10 11:52:27 +00002403
2404 Done with Lars.
2405
2406 Added plugins subdirectory to the include path.
2407
2408 * WebKit.pri:
2409
alp@webkit.org478185d2008-03-10 02:44:33 +000024102008-03-09 Alp Toker <alp@atoker.com>
2411
2412 GTK+ build fix for r30913.
2413
2414 Use UNICODE_CFLAGS for C++ sources as well as C sources.
2415
2416 * GNUmakefile.am:
2417
vestbo@webkit.org83a4da72008-11-10 15:55:10 +000024182008-03-09 Jörg Billeter <j@bitron.ch>
alp@webkit.orgd28cae02008-03-10 00:49:15 +00002419
2420 Reviewed by Alp Toker.
2421
2422 Conditionalise ICU for Unicode in the GTK+ port.
2423
2424 * GNUmakefile.am:
2425 * configure.ac:
2426
alp@webkit.orgc1c99562008-03-03 22:06:52 +000024272008-03-03 Brent Fulgham <bfulgham@gmail.com>
2428
2429 Reviewed by Alp Toker.
2430
2431 http://bugs.webkit.org/show_bug.cgi?id=17644
2432 Build GTK on Mac OS X using native ICU library
2433
2434 Use Apple native ICU libraries when building GTK
2435 webkit on Mac OS.
2436
2437 * configure.ac:
2438
alp@webkit.org03709e02008-03-03 05:10:18 +000024392008-03-02 Brent Fulgham <bfulgham@gmail.com>
2440
2441 Reviewed by Alp Toker.
2442
2443 Add ICU_CPPFLAGS earlier in include path for WebCore
2444 so that we find $(icu_cppflags)/unicode/utf8.h, rather than
2445 the wtf/unicode/UTF8.h on case-insensitive file systems.
2446
2447 * GNUmakefile.am:
2448
alp@webkit.org66551a12008-03-02 19:51:26 +000024492008-03-02 Alp Toker <alp@atoker.com>
2450
2451 Reviewed by Mark Rowe.
2452
2453 Split the WebKit GTK+ build out of the WebCore build and change the
2454 shared object name to match the package name.
2455
2456 * GNUmakefile.am:
2457
alp@webkit.org06f756d2008-02-28 08:21:59 +000024582008-02-28 Alp Toker <alp@atoker.com>
2459
2460 Fix a configure script typo spotted by Kalle Vahlman.
2461
2462 * configure.ac:
2463
timothy@apple.com7e518c52008-02-26 21:54:07 +000024642008-02-26 Timothy Hatcher <timothy@apple.com>
2465
2466 Reviewed by Darin Adler.
2467
2468 Add "64" and "64u" make rules to allow easy building of 64-bit versions.
2469
2470 make 64: will build Intel-only 64-bit.
2471 make 64u: will build 4-way universal for PPC and Intel.
2472
2473 * Makefile:
2474 * Makefile.shared:
2475
darin@apple.com47e2c232008-02-24 05:42:29 +000024762008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2477
darin@apple.com07c80c62008-09-05 18:15:43 +00002478 Rubber stamped by Darin Adler.
pewtermoose@webkit.org7a953d92008-02-24 07:07:03 +00002479
2480 Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
2481 whitespaces introduced in the previous commit.
2482
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00002483 * GNUmakefile.am:
pewtermoose@webkit.org7a953d92008-02-24 07:07:03 +00002484
24852008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2486
darin@apple.com07c80c62008-09-05 18:15:43 +00002487 Rubber-stamped by Darin Adler.
darin@apple.com47e2c232008-02-24 05:42:29 +00002488
2489 * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES.
2490 * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS.
2491
alp@webkit.org80dd1122008-02-21 20:16:43 +000024922008-02-21 Alp Toker <alp@atoker.com>
2493
alp@webkit.org52b83662008-02-22 06:10:42 +00002494 Fix a configure script typo.
2495
2496 * configure.ac:
2497
24982008-02-21 Alp Toker <alp@atoker.com>
2499
alp@webkit.org80dd1122008-02-21 20:16:43 +00002500 GTK+/autotools SVG experimental build fix
2501
2502 Don't enable SVG filters in --enable-svg-experimental.
2503
2504 This feature isn't supported at all yet. Developers can enable it
2505 explicitly by passing --enable-svg-filters if needed.
2506
2507 * configure.ac:
2508
alp@webkit.orgc53b43d2008-02-21 19:43:44 +000025092008-02-21 Mike Auty <mike.auty@gmail.com>
2510
2511 Reviewed by Alp Toker.
2512
2513 http://bugs.webkit.org/show_bug.cgi?id=17445
2514 [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed"
2515
2516 The GNUmakefile.am files make use of the LDFLAGS variable to include library
2517 additions such as -ljpeg etc. Unfortunately, if these inclusions aren't made
2518 in LIBADD/LDADD variables, then they are mis-ordered during the linking.
2519
2520 The as-needed flag discards libraries whose functions have not been needed by
2521 earlier libraries, which therefore makes the ordering important.
2522
2523 This moves all -l library inclusion statements from LDFLAGS variables to
2524 LIBADD/LDADD variables.
2525
2526 * GNUmakefile.am:
2527
alp@webkit.org9fc08a82008-02-15 18:25:44 +000025282008-02-15 Alp Toker <alp@atoker.com>
2529
2530 Reviewed by Holger.
2531
2532 GTK+ configure script cleanups
2533
2534 Categorize the configuration summary printout.
2535 Bump GTK+ requirement to 2.8.
2536 Rename 'webkit_target' to just 'target'.
2537 Don't check for pthread on Win32.
2538
2539 * configure.ac:
2540
aroben@apple.comcde8fd12008-02-15 16:36:07 +000025412008-02-14 Adam Roben <aroben@apple.com>
2542
aroben@apple.com198b8e12008-02-15 16:36:54 +00002543 Turn on cross-document messaging support by default
2544
darin@apple.com07c80c62008-09-05 18:15:43 +00002545 Reviewed by Darin Adler.
aroben@apple.com198b8e12008-02-15 16:36:54 +00002546
2547 * configure.ac:
2548
25492008-02-14 Adam Roben <aroben@apple.com>
2550
aroben@apple.comcde8fd12008-02-15 16:36:07 +00002551 Conditionalize cross-document messaging support
2552
2553 The cross-document messaging parts of HTML 5 are in flux and we want
2554 ports to be able to turn off the support as needed.
2555
2556 Note that the support is turned off by default right now. A subsequent
2557 commit will turn it on by default.
2558
darin@apple.com07c80c62008-09-05 18:15:43 +00002559 Reviewed by Darin Adler.
aroben@apple.comcde8fd12008-02-15 16:36:07 +00002560
2561 * configure.ac:
2562
alp@webkit.org4ad34cb2008-02-12 21:04:50 +000025632008-02-12 Rodney Dawes <dobey@wayofthemonkey.com>
2564
2565 Reviewed by Alp Toker.
2566
2567 Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES
2568 to the CPPFLAGS for WebCore and WebKit
2569 Add a pkgconfig check for hildon-1 when --with-hildon specified
2570 Output the use of Hildon support in the summary
2571 Add HILDON_CPPFLAGS to webkitgtk_cppflags
2572 Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS
2573 Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS
2574
2575 * configure.ac:
2576 * GNUmakefile.am:
2577
alp@webkit.org28c069b2008-02-09 05:44:24 +000025782008-02-08 Alp Toker <alp@atoker.com>
2579
2580 Rubber-stamped by Maciej.
2581
2582 Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4.
2583
2584 * configure.ac:
2585
timothy@apple.comf42518d2008-02-06 20:19:16 +000025862008-02-06 Timothy Hatcher <timothy@apple.com>
2587
2588 Rubber-stamped by Mark Rowe.
2589
2590 Dump of bugs.webkit.org's Bugzilla instance.
2591
2592 * BugsSite: Added.
2593 * BugsSite/.htaccess: Added.
2594 * BugsSite/Bugzilla: Added.
2595 * BugsSite/Bugzilla.pm: Added.
2596 * BugsSite/Bugzilla/.cvsignore: Added.
2597 * BugsSite/Bugzilla/.htaccess: Added.
2598 * BugsSite/Bugzilla/Attachment.pm: Added.
2599 * BugsSite/Bugzilla/Auth: Added.
2600 * BugsSite/Bugzilla/Auth.pm: Added.
2601 * BugsSite/Bugzilla/Auth/Login: Added.
2602 * BugsSite/Bugzilla/Auth/Login/WWW: Added.
2603 * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added.
2604 * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added.
2605 * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added.
2606 * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added.
2607 * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added.
2608 * BugsSite/Bugzilla/Auth/README: Added.
2609 * BugsSite/Bugzilla/Auth/Verify: Added.
2610 * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added.
2611 * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added.
2612 * BugsSite/Bugzilla/Bug.pm: Added.
2613 * BugsSite/Bugzilla/BugMail.pm: Added.
2614 * BugsSite/Bugzilla/CGI.pm: Added.
2615 * BugsSite/Bugzilla/Chart.pm: Added.
2616 * BugsSite/Bugzilla/Config.pm: Added.
2617 * BugsSite/Bugzilla/Constants.pm: Added.
2618 * BugsSite/Bugzilla/DB: Added.
2619 * BugsSite/Bugzilla/DB.pm: Added.
2620 * BugsSite/Bugzilla/DB/Mysql.pm: Added.
2621 * BugsSite/Bugzilla/DB/Pg.pm: Added.
2622 * BugsSite/Bugzilla/DB/Schema: Added.
2623 * BugsSite/Bugzilla/DB/Schema.pm: Added.
2624 * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added.
2625 * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added.
2626 * BugsSite/Bugzilla/Error.pm: Added.
2627 * BugsSite/Bugzilla/Flag.pm: Added.
2628 * BugsSite/Bugzilla/FlagType.pm: Added.
2629 * BugsSite/Bugzilla/Group.pm: Added.
2630 * BugsSite/Bugzilla/Search.pm: Added.
2631 * BugsSite/Bugzilla/Series.pm: Added.
2632 * BugsSite/Bugzilla/Template: Added.
2633 * BugsSite/Bugzilla/Template.pm: Added.
2634 * BugsSite/Bugzilla/Template/Plugin: Added.
2635 * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added.
2636 * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added.
2637 * BugsSite/Bugzilla/Template/Plugin/User.pm: Added.
2638 * BugsSite/Bugzilla/Token.pm: Added.
2639 * BugsSite/Bugzilla/User: Added.
2640 * BugsSite/Bugzilla/User.pm: Added.
2641 * BugsSite/Bugzilla/User/Setting.pm: Added.
2642 * BugsSite/Bugzilla/Util.pm: Added.
2643 * BugsSite/CGI.pl: Added.
2644 * BugsSite/PrettyPatch: Added.
2645 * BugsSite/PrettyPatch/PrettyPatch.rb: Added.
2646 * BugsSite/PrettyPatch/prettify.rb: Added.
2647 * BugsSite/QUICKSTART: Added.
2648 * BugsSite/README: Added.
2649 * BugsSite/UPGRADING: Added.
2650 * BugsSite/UPGRADING-pre-2.8: Added.
2651 * BugsSite/ant.jpg: Added.
2652 * BugsSite/attachment-aroben.cgi: Added.
2653 * BugsSite/attachment.cgi: Added.
2654 * BugsSite/buglist.cgi: Added.
2655 * BugsSite/bugzilla.dtd: Added.
2656 * BugsSite/chart.cgi: Added.
2657 * BugsSite/checksetup.pl: Added.
2658 * BugsSite/colchange.cgi: Added.
2659 * BugsSite/collectstats.pl: Added.
2660 * BugsSite/config.cgi: Added.
2661 * BugsSite/contrib: Added.
2662 * BugsSite/contrib/BugzillaEmail.pm: Added.
2663 * BugsSite/contrib/README: Added.
2664 * BugsSite/contrib/README.Mailif: Added.
2665 * BugsSite/contrib/bug_email.pl: Added.
2666 * BugsSite/contrib/bugmail_help.html: Added.
2667 * BugsSite/contrib/bugzilla-submit: Added.
2668 * BugsSite/contrib/bugzilla-submit/README: Added.
2669 * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added.
2670 * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added.
2671 * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added.
2672 * BugsSite/contrib/bugzilla.procmailrc: Added.
2673 * BugsSite/contrib/bugzilla_email_append.pl: Added.
2674 * BugsSite/contrib/bugzilla_ldapsync.rb: Added.
2675 * BugsSite/contrib/bzdbcopy.pl: Added.
2676 * BugsSite/contrib/cmdline: Added.
2677 * BugsSite/contrib/cmdline/bugcount: Added.
2678 * BugsSite/contrib/cmdline/bugids: Added.
2679 * BugsSite/contrib/cmdline/buglist: Added.
2680 * BugsSite/contrib/cmdline/bugs: Added.
2681 * BugsSite/contrib/cmdline/bugslink: Added.
2682 * BugsSite/contrib/cmdline/makequery: Added.
2683 * BugsSite/contrib/cmdline/query.conf: Added.
2684 * BugsSite/contrib/cvs-update.pl: Added.
2685 * BugsSite/contrib/gnats2bz.pl: Added.
2686 * BugsSite/contrib/gnatsparse: Added.
2687 * BugsSite/contrib/gnatsparse/README: Added.
2688 * BugsSite/contrib/gnatsparse/gnatsparse.py: Added.
2689 * BugsSite/contrib/gnatsparse/magic.py: Added.
2690 * BugsSite/contrib/gnatsparse/specialuu.py: Added.
2691 * BugsSite/contrib/jb2bz.py: Added.
2692 * BugsSite/contrib/mysqld-watcher.pl: Added.
2693 * BugsSite/contrib/sendbugmail.pl: Added.
2694 * BugsSite/contrib/sendunsentbugmail.pl: Added.
2695 * BugsSite/contrib/syncLDAP.pl: Added.
2696 * BugsSite/contrib/yp_nomail.sh: Added.
2697 * BugsSite/createaccount.cgi: Added.
2698 * BugsSite/data: Added.
2699 * BugsSite/data/.htaccess: Added.
2700 * BugsSite/data/attachments: Added.
2701 * BugsSite/data/attachments/.htaccess: Added.
2702 * BugsSite/data/duplicates: Added.
2703 * BugsSite/data/mail: Added.
2704 * BugsSite/data/mimedump-tmp: Added.
2705 * BugsSite/data/mining: Added.
2706 * BugsSite/data/nomail: Added.
2707 * BugsSite/data/params: Added.
2708 * BugsSite/data/template: Added.
2709 * BugsSite/data/template/template: Added.
2710 * BugsSite/data/template/template/en: Added.
2711 * BugsSite/data/template/template/en/custom: Added.
2712 * BugsSite/data/template/template/en/custom/account: Added.
2713 * BugsSite/data/template/template/en/custom/account/auth: Added.
2714 * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
2715 * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added.
2716 * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added.
2717 * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added.
2718 * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added.
2719 * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added.
2720 * BugsSite/data/template/template/en/custom/account/email: Added.
2721 * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added.
2722 * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added.
2723 * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added.
2724 * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added.
2725 * BugsSite/data/template/template/en/custom/account/password: Added.
2726 * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
2727 * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
2728 * BugsSite/data/template/template/en/custom/account/prefs: Added.
2729 * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added.
2730 * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added.
2731 * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added.
2732 * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added.
2733 * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added.
2734 * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
2735 * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added.
2736 * BugsSite/data/template/template/en/custom/admin: Added.
2737 * BugsSite/data/template/template/en/custom/admin/classifications: Added.
2738 * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added.
2739 * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added.
2740 * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added.
2741 * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added.
2742 * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added.
2743 * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
2744 * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added.
2745 * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added.
2746 * BugsSite/data/template/template/en/custom/admin/components: Added.
2747 * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
2748 * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added.
2749 * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added.
2750 * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added.
2751 * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added.
2752 * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added.
2753 * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added.
2754 * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added.
2755 * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added.
2756 * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added.
2757 * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
2758 * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
2759 * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
2760 * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
2761 * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
2762 * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
2763 * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
2764 * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
2765 * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
2766 * BugsSite/data/template/template/en/custom/admin/flag-type: Added.
2767 * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
2768 * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
2769 * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added.
2770 * BugsSite/data/template/template/en/custom/admin/groups: Added.
2771 * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added.
2772 * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added.
2773 * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added.
2774 * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added.
2775 * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added.
2776 * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added.
2777 * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added.
2778 * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added.
2779 * BugsSite/data/template/template/en/custom/admin/keywords: Added.
2780 * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
2781 * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
2782 * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
2783 * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
2784 * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
2785 * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
2786 * BugsSite/data/template/template/en/custom/admin/milestones: Added.
2787 * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
2788 * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added.
2789 * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added.
2790 * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
2791 * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added.
2792 * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added.
2793 * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added.
2794 * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
2795 * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added.
2796 * BugsSite/data/template/template/en/custom/admin/products: Added.
2797 * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
2798 * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added.
2799 * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added.
2800 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added.
2801 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
2802 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
2803 * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
2804 * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added.
2805 * BugsSite/data/template/template/en/custom/admin/settings: Added.
2806 * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added.
2807 * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added.
2808 * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added.
2809 * BugsSite/data/template/template/en/custom/admin/users: Added.
2810 * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
2811 * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added.
2812 * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added.
2813 * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added.
2814 * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
2815 * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added.
2816 * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added.
2817 * BugsSite/data/template/template/en/custom/admin/versions: Added.
2818 * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
2819 * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added.
2820 * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added.
2821 * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added.
2822 * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added.
2823 * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added.
2824 * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added.
2825 * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added.
2826 * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added.
2827 * BugsSite/data/template/template/en/custom/attachment: Added.
2828 * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added.
2829 * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added.
2830 * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added.
2831 * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added.
2832 * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added.
2833 * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added.
2834 * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added.
2835 * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added.
2836 * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added.
2837 * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added.
2838 * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added.
2839 * BugsSite/data/template/template/en/custom/bug: Added.
2840 * BugsSite/data/template/template/en/custom/bug/activity: Added.
2841 * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added.
2842 * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added.
2843 * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added.
2844 * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added.
2845 * BugsSite/data/template/template/en/custom/bug/create: Added.
2846 * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
2847 * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added.
2848 * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added.
2849 * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added.
2850 * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added.
2851 * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added.
2852 * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added.
2853 * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added.
2854 * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added.
2855 * BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added.
2856 * BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added.
2857 * BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added.
2858 * BugsSite/data/template/template/en/custom/bug/process: Added.
2859 * BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added.
2860 * BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
2861 * BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added.
2862 * BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added.
2863 * BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added.
2864 * BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added.
2865 * BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
2866 * BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added.
2867 * BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added.
2868 * BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added.
2869 * BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added.
2870 * BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added.
2871 * BugsSite/data/template/template/en/custom/bug/votes: Added.
2872 * BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
2873 * BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
2874 * BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
2875 * BugsSite/data/template/template/en/custom/config.js.tmpl: Added.
2876 * BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added.
2877 * BugsSite/data/template/template/en/custom/flag: Added.
2878 * BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added.
2879 * BugsSite/data/template/template/en/custom/global: Added.
2880 * BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added.
2881 * BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added.
2882 * BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added.
2883 * BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added.
2884 * BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added.
2885 * BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added.
2886 * BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added.
2887 * BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added.
2888 * BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added.
2889 * BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added.
2890 * BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added.
2891 * BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added.
2892 * BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added.
2893 * BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added.
2894 * BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added.
2895 * BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added.
2896 * BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added.
2897 * BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added.
2898 * BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added.
2899 * BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added.
2900 * BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added.
2901 * BugsSite/data/template/template/en/custom/index.html.tmpl: Added.
2902 * BugsSite/data/template/template/en/custom/list: Added.
2903 * BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added.
2904 * BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added.
2905 * BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added.
2906 * BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added.
2907 * BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added.
2908 * BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added.
2909 * BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added.
2910 * BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added.
2911 * BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added.
2912 * BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added.
2913 * BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added.
2914 * BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added.
2915 * BugsSite/data/template/template/en/custom/pages: Added.
2916 * BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added.
2917 * BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added.
2918 * BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added.
2919 * BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added.
2920 * BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added.
2921 * BugsSite/data/template/template/en/custom/reports: Added.
2922 * BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added.
2923 * BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added.
2924 * BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added.
2925 * BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added.
2926 * BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added.
2927 * BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
2928 * BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added.
2929 * BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added.
2930 * BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added.
2931 * BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added.
2932 * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added.
2933 * BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added.
2934 * BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added.
2935 * BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added.
2936 * BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added.
2937 * BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added.
2938 * BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added.
2939 * BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added.
2940 * BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added.
2941 * BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added.
2942 * BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added.
2943 * BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added.
2944 * BugsSite/data/template/template/en/custom/request: Added.
2945 * BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added.
2946 * BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added.
2947 * BugsSite/data/template/template/en/custom/search: Added.
2948 * BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added.
2949 * BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added.
2950 * BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added.
2951 * BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added.
2952 * BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added.
2953 * BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added.
2954 * BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added.
2955 * BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added.
2956 * BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added.
2957 * BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added.
2958 * BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added.
2959 * BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added.
2960 * BugsSite/data/template/template/en/custom/whine: Added.
2961 * BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added.
2962 * BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added.
2963 * BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
2964 * BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added.
2965 * BugsSite/data/template/template/en/default: Added.
2966 * BugsSite/data/template/template/en/default/attachment: Added.
2967 * BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added.
2968 * BugsSite/data/template/template/en/default/list: Added.
2969 * BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added.
2970 * BugsSite/data/versioncache: Added.
2971 * BugsSite/data/versioncache.13P9L: Added.
2972 * BugsSite/data/versioncache.1lH1E: Added.
2973 * BugsSite/data/versioncache.3AnHd: Added.
2974 * BugsSite/data/versioncache.3Jmjt: Added.
2975 * BugsSite/data/versioncache.3JzIL: Added.
2976 * BugsSite/data/versioncache.77b4y: Added.
2977 * BugsSite/data/versioncache.7VzyU: Added.
2978 * BugsSite/data/versioncache.EQdAm: Added.
2979 * BugsSite/data/versioncache.EouAG: Added.
2980 * BugsSite/data/versioncache.LJ5n1: Added.
2981 * BugsSite/data/versioncache.Lb0fW: Added.
2982 * BugsSite/data/versioncache.PyAd8: Added.
2983 * BugsSite/data/versioncache.SFyse: Added.
2984 * BugsSite/data/versioncache.SkTTg: Added.
2985 * BugsSite/data/versioncache.VVO7E: Added.
2986 * BugsSite/data/versioncache.XbxgU: Added.
2987 * BugsSite/data/versioncache.Yezqr: Added.
2988 * BugsSite/data/versioncache.dtzIv: Added.
2989 * BugsSite/data/versioncache.jzpeh: Added.
2990 * BugsSite/data/versioncache.pbn6U: Added.
2991 * BugsSite/data/versioncache.qyixS: Added.
2992 * BugsSite/data/versioncache.sBMdb: Added.
2993 * BugsSite/data/versioncache.xNi34: Added.
2994 * BugsSite/data/webdot: Added.
2995 * BugsSite/data/webdot/.htaccess: Added.
2996 * BugsSite/data/webdot/0ZLH3QpFd8.dot: Added.
2997 * BugsSite/data/webdot/3s6e7eC2Dy.dot: Added.
2998 * BugsSite/data/webdot/6MW0q54cyY.dot: Added.
2999 * BugsSite/data/webdot/A2RlhPdO2Q.dot: Added.
3000 * BugsSite/data/webdot/DuBX4I4946.dot: Added.
3001 * BugsSite/data/webdot/GudTgvrKBX.dot: Added.
3002 * BugsSite/data/webdot/I1mCbLtAzQ.dot: Added.
3003 * BugsSite/data/webdot/JtKgvWGVb4.dot: Added.
3004 * BugsSite/data/webdot/RFk4bjAwYc.dot: Added.
3005 * BugsSite/data/webdot/YQ1pWFVfqt.dot: Added.
3006 * BugsSite/data/webdot/YcFUepShZI.dot: Added.
3007 * BugsSite/data/webdot/a9i00KgTQk.dot: Added.
3008 * BugsSite/data/webdot/c412GYaHch.dot: Added.
3009 * BugsSite/data/webdot/hjYnYr3tV1.dot: Added.
3010 * BugsSite/data/webdot/pq3Qw7wynI.dot: Added.
3011 * BugsSite/data/webdot/tL7GjA7bqH.dot: Added.
3012 * BugsSite/defparams.pl: Added.
3013 * BugsSite/describecomponents.cgi: Added.
3014 * BugsSite/describekeywords.cgi: Added.
3015 * BugsSite/describekeywords.cgi.bak: Added.
3016 * BugsSite/docs: Added.
3017 * BugsSite/docs/.cvsignore: Added.
3018 * BugsSite/docs/README.docs: Added.
3019 * BugsSite/docs/html: Added.
3020 * BugsSite/docs/html/Bugzilla-Guide.html: Added.
3021 * BugsSite/docs/html/about.html: Added.
3022 * BugsSite/docs/html/administration.html: Added.
3023 * BugsSite/docs/html/bug_page.html: Added.
3024 * BugsSite/docs/html/bugreports.html: Added.
3025 * BugsSite/docs/html/cmdline-bugmail.html: Added.
3026 * BugsSite/docs/html/cmdline.html: Added.
3027 * BugsSite/docs/html/components.html: Added.
3028 * BugsSite/docs/html/configuration.html: Added.
3029 * BugsSite/docs/html/conventions.html: Added.
3030 * BugsSite/docs/html/copyright.html: Added.
3031 * BugsSite/docs/html/credits.html: Added.
3032 * BugsSite/docs/html/cust-change-permissions.html: Added.
3033 * BugsSite/docs/html/cust-hooks.html: Added.
3034 * BugsSite/docs/html/cust-templates.html: Added.
3035 * BugsSite/docs/html/customization.html: Added.
3036 * BugsSite/docs/html/dbdoc.html: Added.
3037 * BugsSite/docs/html/dbmodify.html: Added.
3038 * BugsSite/docs/html/disclaimer.html: Added.
3039 * BugsSite/docs/html/extraconfig.html: Added.
3040 * BugsSite/docs/html/faq.html: Added.
3041 * BugsSite/docs/html/flags-overview.html: Added.
3042 * BugsSite/docs/html/flags.html: Added.
3043 * BugsSite/docs/html/general-advice.html: Added.
3044 * BugsSite/docs/html/gfdl-0.html: Added.
3045 * BugsSite/docs/html/gfdl-1.html: Added.
3046 * BugsSite/docs/html/gfdl-10.html: Added.
3047 * BugsSite/docs/html/gfdl-2.html: Added.
3048 * BugsSite/docs/html/gfdl-3.html: Added.
3049 * BugsSite/docs/html/gfdl-4.html: Added.
3050 * BugsSite/docs/html/gfdl-5.html: Added.
3051 * BugsSite/docs/html/gfdl-6.html: Added.
3052 * BugsSite/docs/html/gfdl-7.html: Added.
3053 * BugsSite/docs/html/gfdl-8.html: Added.
3054 * BugsSite/docs/html/gfdl-9.html: Added.
3055 * BugsSite/docs/html/gfdl-howto.html: Added.
3056 * BugsSite/docs/html/gfdl.html: Added.
3057 * BugsSite/docs/html/glossary.html: Added.
3058 * BugsSite/docs/html/groups.html: Added.
3059 * BugsSite/docs/html/hintsandtips.html: Added.
3060 * BugsSite/docs/html/index.html: Added.
3061 * BugsSite/docs/html/install-perlmodules-manual.html: Added.
3062 * BugsSite/docs/html/installation.html: Added.
3063 * BugsSite/docs/html/installing-bugzilla.html: Added.
3064 * BugsSite/docs/html/integration.html: Added.
3065 * BugsSite/docs/html/lifecycle.html: Added.
3066 * BugsSite/docs/html/list.html: Added.
3067 * BugsSite/docs/html/milestones.html: Added.
3068 * BugsSite/docs/html/modules-manual-download.html: Added.
3069 * BugsSite/docs/html/modules-manual-instructions.html: Added.
3070 * BugsSite/docs/html/modules-manual-optional.html: Added.
3071 * BugsSite/docs/html/myaccount.html: Added.
3072 * BugsSite/docs/html/newversions.html: Added.
3073 * BugsSite/docs/html/nonroot.html: Added.
3074 * BugsSite/docs/html/os-specific.html: Added.
3075 * BugsSite/docs/html/parameters.html: Added.
3076 * BugsSite/docs/html/paranoid-security.html: Added.
3077 * BugsSite/docs/html/patches.html: Added.
3078 * BugsSite/docs/html/patchviewer.html: Added.
3079 * BugsSite/docs/html/products.html: Added.
3080 * BugsSite/docs/html/query.html: Added.
3081 * BugsSite/docs/html/quips.html: Added.
3082 * BugsSite/docs/html/reporting.html: Added.
3083 * BugsSite/docs/html/security-bugzilla.html: Added.
3084 * BugsSite/docs/html/security-mysql.html: Added.
3085 * BugsSite/docs/html/security-os.html: Added.
3086 * BugsSite/docs/html/security-webserver.html: Added.
3087 * BugsSite/docs/html/security.html: Added.
3088 * BugsSite/docs/html/trbl-bundlebugzilla.html: Added.
3089 * BugsSite/docs/html/trbl-dbdsponge.html: Added.
3090 * BugsSite/docs/html/trbl-index.html: Added.
3091 * BugsSite/docs/html/trbl-passwd-encryption.html: Added.
3092 * BugsSite/docs/html/trbl-perlmodule.html: Added.
3093 * BugsSite/docs/html/trbl-relogin-everyone.html: Added.
3094 * BugsSite/docs/html/trbl-testserver.html: Added.
3095 * BugsSite/docs/html/trouble-filetemp.html: Added.
3096 * BugsSite/docs/html/troubleshooting.html: Added.
3097 * BugsSite/docs/html/upgrading.html: Added.
3098 * BugsSite/docs/html/useradmin.html: Added.
3099 * BugsSite/docs/html/userpreferences.html: Added.
3100 * BugsSite/docs/html/using-intro.html: Added.
3101 * BugsSite/docs/html/using.html: Added.
3102 * BugsSite/docs/html/versions.html: Added.
3103 * BugsSite/docs/html/voting.html: Added.
3104 * BugsSite/docs/html/whining.html: Added.
3105 * BugsSite/docs/html/x3190.html: Added.
3106 * BugsSite/docs/images: Added.
3107 * BugsSite/docs/images/bzLifecycle.png: Added.
3108 * BugsSite/docs/images/bzLifecycle.xml: Added.
3109 * BugsSite/docs/images/callouts: Added.
3110 * BugsSite/docs/images/callouts/1.gif: Added.
3111 * BugsSite/docs/images/callouts/2.gif: Added.
3112 * BugsSite/docs/images/callouts/3.gif: Added.
3113 * BugsSite/docs/images/caution.gif: Added.
3114 * BugsSite/docs/images/note.gif: Added.
3115 * BugsSite/docs/images/tip.gif: Added.
3116 * BugsSite/docs/images/warning.gif: Added.
3117 * BugsSite/docs/makedocs.pl: Added.
3118 * BugsSite/docs/pdf: Added.
3119 * BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added.
3120 * BugsSite/docs/rel_notes.txt: Added.
3121 * BugsSite/docs/txt: Added.
3122 * BugsSite/docs/txt/Bugzilla-Guide.txt: Added.
3123 * BugsSite/docs/xml: Added.
3124 * BugsSite/docs/xml/Bugzilla-Guide.xml: Added.
3125 * BugsSite/docs/xml/about.xml: Added.
3126 * BugsSite/docs/xml/administration.xml: Added.
3127 * BugsSite/docs/xml/conventions.xml: Added.
3128 * BugsSite/docs/xml/customization.xml: Added.
3129 * BugsSite/docs/xml/dbschema.mysql: Added.
3130 * BugsSite/docs/xml/faq.xml: Added.
3131 * BugsSite/docs/xml/filetemp.patch: Added.
3132 * BugsSite/docs/xml/gfdl.xml: Added.
3133 * BugsSite/docs/xml/glossary.xml: Added.
3134 * BugsSite/docs/xml/index.xml: Added.
3135 * BugsSite/docs/xml/installation.xml: Added.
3136 * BugsSite/docs/xml/integration.xml: Added.
3137 * BugsSite/docs/xml/introduction.xml: Added.
3138 * BugsSite/docs/xml/modules.xml: Added.
3139 * BugsSite/docs/xml/patches.xml: Added.
3140 * BugsSite/docs/xml/requiredsoftware.xml: Added.
3141 * BugsSite/docs/xml/security.xml: Added.
3142 * BugsSite/docs/xml/troubleshooting.xml: Added.
3143 * BugsSite/docs/xml/using.xml: Added.
3144 * BugsSite/doeditparams.cgi: Added.
3145 * BugsSite/duplicates.cgi: Added.
3146 * BugsSite/duplicates.xul: Added.
3147 * BugsSite/editclassifications.cgi: Added.
3148 * BugsSite/editcomponents.cgi: Added.
3149 * BugsSite/editflagtypes.cgi: Added.
3150 * BugsSite/editgroups.cgi: Added.
3151 * BugsSite/editkeywords.cgi: Added.
3152 * BugsSite/editmilestones.cgi: Added.
3153 * BugsSite/editparams.cgi: Added.
3154 * BugsSite/editproducts.cgi: Added.
3155 * BugsSite/editsettings.cgi: Added.
3156 * BugsSite/editusers.cgi: Added.
3157 * BugsSite/editvalues.cgi: Added.
3158 * BugsSite/editversions.cgi: Added.
3159 * BugsSite/editwhines.cgi: Added.
3160 * BugsSite/enter_bug.cgi: Added.
3161 * BugsSite/favicon.ico: Added.
3162 * BugsSite/globals.pl: Added.
3163 * BugsSite/graphs: Added.
3164 * BugsSite/images: Added.
3165 * BugsSite/images/padlock.png: Added.
3166 * BugsSite/importxml.pl: Added.
3167 * BugsSite/index.cgi: Added.
3168 * BugsSite/js: Added.
3169 * BugsSite/js/duplicates.js: Added.
3170 * BugsSite/js/productform.js: Added.
3171 * BugsSite/localconfig.js: Added.
3172 * BugsSite/long_list.cgi: Added.
3173 * BugsSite/move.pl: Added.
3174 * BugsSite/page.cgi: Added.
3175 * BugsSite/post_bug.cgi: Added.
3176 * BugsSite/process_bug.cgi: Added.
3177 * BugsSite/productmenu.js: Added.
3178 * BugsSite/query.cgi: Added.
3179 * BugsSite/quicksearch.html: Added.
3180 * BugsSite/quicksearch.js: Added.
3181 * BugsSite/quicksearchhack.html: Added.
3182 * BugsSite/quips.cgi: Added.
3183 * BugsSite/relogin.cgi: Added.
3184 * BugsSite/report.cgi: Added.
3185 * BugsSite/reports.cgi: Added.
3186 * BugsSite/request.cgi: Added.
3187 * BugsSite/robots.txt: Added.
3188 * BugsSite/runtests.pl: Added.
3189 * BugsSite/sanitycheck.cgi: Added.
3190 * BugsSite/show_activity.cgi: Added.
3191 * BugsSite/show_bug.cgi: Added.
3192 * BugsSite/showattachment.cgi: Added.
3193 * BugsSite/showdependencygraph.cgi: Added.
3194 * BugsSite/showdependencytree.cgi: Added.
3195 * BugsSite/sidebar.cgi: Added.
3196 * BugsSite/skins: Added.
3197 * BugsSite/skins/.cvsignore: Added.
3198 * BugsSite/skins/custom: Added.
3199 * BugsSite/skins/custom/admin.css: Added.
3200 * BugsSite/skins/custom/buglist.css: Added.
3201 * BugsSite/skins/custom/duplicates.css: Added.
3202 * BugsSite/skins/custom/editusers.css: Added.
3203 * BugsSite/skins/custom/global.css: Added.
3204 * BugsSite/skins/custom/index.css: Added.
3205 * BugsSite/skins/custom/opendarwin.gif: Added.
3206 * BugsSite/skins/custom/panel.css: Added.
3207 * BugsSite/skins/custom/show_multiple.css: Added.
3208 * BugsSite/skins/custom/summarize-time.css: Added.
3209 * BugsSite/skins/custom/voting.css: Added.
3210 * BugsSite/skins/standard: Added.
3211 * BugsSite/skins/standard/admin.css: Added.
3212 * BugsSite/skins/standard/buglist.css: Added.
3213 * BugsSite/skins/standard/duplicates.css: Added.
3214 * BugsSite/skins/standard/editusers.css: Added.
3215 * BugsSite/skins/standard/global: Added.
3216 * BugsSite/skins/standard/global.css: Added.
3217 * BugsSite/skins/standard/global/body-back.gif: Added.
3218 * BugsSite/skins/standard/global/header.png: Added.
3219 * BugsSite/skins/standard/index: Added.
3220 * BugsSite/skins/standard/index.css: Added.
3221 * BugsSite/skins/standard/index/front.jpg: Added.
3222 * BugsSite/skins/standard/index/front.png: Added.
3223 * BugsSite/skins/standard/panel.css: Added.
3224 * BugsSite/skins/standard/show_multiple.css: Added.
3225 * BugsSite/skins/standard/summarize-time.css: Added.
3226 * BugsSite/skins/standard/voting.css: Added.
3227 * BugsSite/summarize_time.cgi: Added.
3228 * BugsSite/t: Added.
3229 * BugsSite/t/001compile.t: Added.
3230 * BugsSite/t/002goodperl.t: Added.
3231 * BugsSite/t/003safesys.t: Added.
3232 * BugsSite/t/004template.t: Added.
3233 * BugsSite/t/005no_tabs.t: Added.
3234 * BugsSite/t/006spellcheck.t: Added.
3235 * BugsSite/t/007util.t: Added.
3236 * BugsSite/t/008filter.t: Added.
3237 * BugsSite/t/009bugwords.t: Added.
3238 * BugsSite/t/011pod.t: Added.
3239 * BugsSite/t/Support: Added.
3240 * BugsSite/t/Support/Files.pm: Added.
3241 * BugsSite/t/Support/Systemexec.pm: Added.
3242 * BugsSite/t/Support/Templates.pm: Added.
3243 * BugsSite/t/testchart.gif: Added.
3244 * BugsSite/t/testchart.png: Added.
3245 * BugsSite/t/testgd.png: Added.
3246 * BugsSite/template: Added.
3247 * BugsSite/template/.cvsignore: Added.
3248 * BugsSite/template/.htaccess: Added.
3249 * BugsSite/template/en: Added.
3250 * BugsSite/template/en/.cvsignore: Added.
3251 * BugsSite/template/en/custom: Added.
3252 * BugsSite/template/en/custom/account: Added.
3253 * BugsSite/template/en/custom/account/auth: Added.
3254 * BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
3255 * BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added.
3256 * BugsSite/template/en/custom/account/auth/login.html.tmpl: Added.
3257 * BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added.
3258 * BugsSite/template/en/custom/account/create.html.tmpl: Added.
3259 * BugsSite/template/en/custom/account/created.html.tmpl: Added.
3260 * BugsSite/template/en/custom/account/email: Added.
3261 * BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added.
3262 * BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added.
3263 * BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added.
3264 * BugsSite/template/en/custom/account/exists.html.tmpl: Added.
3265 * BugsSite/template/en/custom/account/password: Added.
3266 * BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
3267 * BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
3268 * BugsSite/template/en/custom/account/prefs: Added.
3269 * BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added.
3270 * BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added.
3271 * BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added.
3272 * BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added.
3273 * BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added.
3274 * BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
3275 * BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added.
3276 * BugsSite/template/en/custom/admin: Added.
3277 * BugsSite/template/en/custom/admin/classifications: Added.
3278 * BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added.
3279 * BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added.
3280 * BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added.
3281 * BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added.
3282 * BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added.
3283 * BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
3284 * BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added.
3285 * BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added.
3286 * BugsSite/template/en/custom/admin/components: Added.
3287 * BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
3288 * BugsSite/template/en/custom/admin/components/create.html.tmpl: Added.
3289 * BugsSite/template/en/custom/admin/components/created.html.tmpl: Added.
3290 * BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added.
3291 * BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added.
3292 * BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added.
3293 * BugsSite/template/en/custom/admin/components/list.html.tmpl: Added.
3294 * BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added.
3295 * BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added.
3296 * BugsSite/template/en/custom/admin/fieldvalues: Added.
3297 * BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
3298 * BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
3299 * BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
3300 * BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
3301 * BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
3302 * BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
3303 * BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
3304 * BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
3305 * BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
3306 * BugsSite/template/en/custom/admin/flag-type: Added.
3307 * BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
3308 * BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
3309 * BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added.
3310 * BugsSite/template/en/custom/admin/groups: Added.
3311 * BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added.
3312 * BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added.
3313 * BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added.
3314 * BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added.
3315 * BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added.
3316 * BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added.
3317 * BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added.
3318 * BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added.
3319 * BugsSite/template/en/custom/admin/keywords: Added.
3320 * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
3321 * BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added.
3322 * BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added.
3323 * BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added.
3324 * BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added.
3325 * BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
3326 * BugsSite/template/en/custom/admin/milestones: Added.
3327 * BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
3328 * BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added.
3329 * BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added.
3330 * BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
3331 * BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added.
3332 * BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added.
3333 * BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added.
3334 * BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
3335 * BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added.
3336 * BugsSite/template/en/custom/admin/products: Added.
3337 * BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
3338 * BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added.
3339 * BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added.
3340 * BugsSite/template/en/custom/admin/products/groupcontrol: Added.
3341 * BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
3342 * BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
3343 * BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
3344 * BugsSite/template/en/custom/admin/products/list.html.tmpl: Added.
3345 * BugsSite/template/en/custom/admin/settings: Added.
3346 * BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added.
3347 * BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added.
3348 * BugsSite/template/en/custom/admin/table.html.tmpl: Added.
3349 * BugsSite/template/en/custom/admin/users: Added.
3350 * BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
3351 * BugsSite/template/en/custom/admin/users/create.html.tmpl: Added.
3352 * BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added.
3353 * BugsSite/template/en/custom/admin/users/list.html.tmpl: Added.
3354 * BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
3355 * BugsSite/template/en/custom/admin/users/search.html.tmpl: Added.
3356 * BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added.
3357 * BugsSite/template/en/custom/admin/versions: Added.
3358 * BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
3359 * BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added.
3360 * BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added.
3361 * BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added.
3362 * BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added.
3363 * BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added.
3364 * BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added.
3365 * BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added.
3366 * BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added.
3367 * BugsSite/template/en/custom/attachment: Added.
3368 * BugsSite/template/en/custom/attachment/choose.html.tmpl: Added.
3369 * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added.
3370 * BugsSite/template/en/custom/attachment/create.html.tmpl: Added.
3371 * BugsSite/template/en/custom/attachment/created.html.tmpl: Added.
3372 * BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added.
3373 * BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added.
3374 * BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added.
3375 * BugsSite/template/en/custom/attachment/edit.html.tmpl: Added.
3376 * BugsSite/template/en/custom/attachment/list.html.tmpl: Added.
3377 * BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added.
3378 * BugsSite/template/en/custom/attachment/updated.html.tmpl: Added.
3379 * BugsSite/template/en/custom/bug: Added.
3380 * BugsSite/template/en/custom/bug/activity: Added.
3381 * BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added.
3382 * BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added.
3383 * BugsSite/template/en/custom/bug/choose.html.tmpl: Added.
3384 * BugsSite/template/en/custom/bug/comments.html.tmpl: Added.
3385 * BugsSite/template/en/custom/bug/create: Added.
3386 * BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
3387 * BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added.
3388 * BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added.
3389 * BugsSite/template/en/custom/bug/create/create.html.tmpl: Added.
3390 * BugsSite/template/en/custom/bug/create/created.html.tmpl: Added.
3391 * BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added.
3392 * BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added.
3393 * BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added.
3394 * BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added.
3395 * BugsSite/template/en/custom/bug/edit.html.tmpl: Added.
3396 * BugsSite/template/en/custom/bug/knob.html.tmpl: Added.
3397 * BugsSite/template/en/custom/bug/navigate.html.tmpl: Added.
3398 * BugsSite/template/en/custom/bug/process: Added.
3399 * BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added.
3400 * BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
3401 * BugsSite/template/en/custom/bug/process/header.html.tmpl: Added.
3402 * BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added.
3403 * BugsSite/template/en/custom/bug/process/next.html.tmpl: Added.
3404 * BugsSite/template/en/custom/bug/process/results.html.tmpl: Added.
3405 * BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
3406 * BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added.
3407 * BugsSite/template/en/custom/bug/show.html.tmpl: Added.
3408 * BugsSite/template/en/custom/bug/show.xml.tmpl: Added.
3409 * BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added.
3410 * BugsSite/template/en/custom/bug/time.html.tmpl: Added.
3411 * BugsSite/template/en/custom/bug/votes: Added.
3412 * BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
3413 * BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
3414 * BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
3415 * BugsSite/template/en/custom/config.js.tmpl: Added.
3416 * BugsSite/template/en/custom/config.rdf.tmpl: Added.
3417 * BugsSite/template/en/custom/filterexceptions.pl: Added.
3418 * BugsSite/template/en/custom/flag: Added.
3419 * BugsSite/template/en/custom/flag/list.html.tmpl: Added.
3420 * BugsSite/template/en/custom/global: Added.
3421 * BugsSite/template/en/custom/global/banner.html.tmpl: Added.
3422 * BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added.
3423 * BugsSite/template/en/custom/global/choose-product.html.tmpl: Added.
3424 * BugsSite/template/en/custom/global/code-error.html.tmpl: Added.
3425 * BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added.
3426 * BugsSite/template/en/custom/global/field-descs.none.tmpl: Added.
3427 * BugsSite/template/en/custom/global/footer.html.tmpl: Added.
3428 * BugsSite/template/en/custom/global/header.html.tmpl: Added.
3429 * BugsSite/template/en/custom/global/help-header.html.tmpl: Added.
3430 * BugsSite/template/en/custom/global/help.html.tmpl: Added.
3431 * BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added.
3432 * BugsSite/template/en/custom/global/initialize.none.tmpl: Added.
3433 * BugsSite/template/en/custom/global/message.html.tmpl: Added.
3434 * BugsSite/template/en/custom/global/messages.html.tmpl: Added.
3435 * BugsSite/template/en/custom/global/select-menu.html.tmpl: Added.
3436 * BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added.
3437 * BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added.
3438 * BugsSite/template/en/custom/global/useful-links.html.tmpl: Added.
3439 * BugsSite/template/en/custom/global/user-error.html.tmpl: Added.
3440 * BugsSite/template/en/custom/global/userselect.html.tmpl: Added.
3441 * BugsSite/template/en/custom/global/variables.none.tmpl: Added.
3442 * BugsSite/template/en/custom/index.html.tmpl: Added.
3443 * BugsSite/template/en/custom/list: Added.
3444 * BugsSite/template/en/custom/list/change-columns.html.tmpl: Added.
3445 * BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added.
3446 * BugsSite/template/en/custom/list/list-simple.html.tmpl: Added.
3447 * BugsSite/template/en/custom/list/list.csv.tmpl: Added.
3448 * BugsSite/template/en/custom/list/list.html.tmpl: Added.
3449 * BugsSite/template/en/custom/list/list.ics.tmpl: Added.
3450 * BugsSite/template/en/custom/list/list.js.tmpl: Added.
3451 * BugsSite/template/en/custom/list/list.rdf.tmpl: Added.
3452 * BugsSite/template/en/custom/list/list.rss.tmpl: Added.
3453 * BugsSite/template/en/custom/list/quips.html.tmpl: Added.
3454 * BugsSite/template/en/custom/list/server-push.html.tmpl: Added.
3455 * BugsSite/template/en/custom/list/table.html.tmpl: Added.
3456 * BugsSite/template/en/custom/pages: Added.
3457 * BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added.
3458 * BugsSite/template/en/custom/pages/fields.html.tmpl: Added.
3459 * BugsSite/template/en/custom/pages/linked.html.tmpl: Added.
3460 * BugsSite/template/en/custom/pages/linkify.html.tmpl: Added.
3461 * BugsSite/template/en/custom/pages/voting.html.tmpl: Added.
3462 * BugsSite/template/en/custom/reports: Added.
3463 * BugsSite/template/en/custom/reports/chart.csv.tmpl: Added.
3464 * BugsSite/template/en/custom/reports/chart.html.tmpl: Added.
3465 * BugsSite/template/en/custom/reports/chart.png.tmpl: Added.
3466 * BugsSite/template/en/custom/reports/components.html.tmpl: Added.
3467 * BugsSite/template/en/custom/reports/create-chart.html.tmpl: Added.
3468 * BugsSite/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
3469 * BugsSite/template/en/custom/reports/duplicates-table.html.tmpl: Added.
3470 * BugsSite/template/en/custom/reports/duplicates.html.tmpl: Added.
3471 * BugsSite/template/en/custom/reports/duplicates.rdf.tmpl: Added.
3472 * BugsSite/template/en/custom/reports/edit-series.html.tmpl: Added.
3473 * BugsSite/template/en/custom/reports/keywords.html.tmpl: Added.
3474 * BugsSite/template/en/custom/reports/menu.html.tmpl: Added.
3475 * BugsSite/template/en/custom/reports/report-bar.png.tmpl: Added.
3476 * BugsSite/template/en/custom/reports/report-line.png.tmpl: Added.
3477 * BugsSite/template/en/custom/reports/report-pie.png.tmpl: Added.
3478 * BugsSite/template/en/custom/reports/report-simple.html.tmpl: Added.
3479 * BugsSite/template/en/custom/reports/report-table.csv.tmpl: Added.
3480 * BugsSite/template/en/custom/reports/report-table.html.tmpl: Added.
3481 * BugsSite/template/en/custom/reports/report.csv.tmpl: Added.
3482 * BugsSite/template/en/custom/reports/report.html.tmpl: Added.
3483 * BugsSite/template/en/custom/reports/series-common.html.tmpl: Added.
3484 * BugsSite/template/en/custom/reports/series.html.tmpl: Added.
3485 * BugsSite/template/en/custom/request: Added.
3486 * BugsSite/template/en/custom/request/email.txt.tmpl: Added.
3487 * BugsSite/template/en/custom/request/queue.html.tmpl: Added.
3488 * BugsSite/template/en/custom/search: Added.
3489 * BugsSite/template/en/custom/search/boolean-charts.html.tmpl: Added.
3490 * BugsSite/template/en/custom/search/form.html.tmpl: Added.
3491 * BugsSite/template/en/custom/search/knob.html.tmpl: Added.
3492 * BugsSite/template/en/custom/search/search-advanced.html.tmpl: Added.
3493 * BugsSite/template/en/custom/search/search-create-series.html.tmpl: Added.
3494 * BugsSite/template/en/custom/search/search-help.html.tmpl: Added.
3495 * BugsSite/template/en/custom/search/search-report-graph.html.tmpl: Added.
3496 * BugsSite/template/en/custom/search/search-report-select.html.tmpl: Added.
3497 * BugsSite/template/en/custom/search/search-report-table.html.tmpl: Added.
3498 * BugsSite/template/en/custom/search/search-specific.html.tmpl: Added.
3499 * BugsSite/template/en/custom/search/tabs.html.tmpl: Added.
3500 * BugsSite/template/en/custom/sidebar.xul.tmpl: Added.
3501 * BugsSite/template/en/custom/whine: Added.
3502 * BugsSite/template/en/custom/whine/mail.html.tmpl: Added.
3503 * BugsSite/template/en/custom/whine/mail.txt.tmpl: Added.
3504 * BugsSite/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
3505 * BugsSite/template/en/custom/whine/schedule.html.tmpl: Added.
3506 * BugsSite/template/en/default: Added.
3507 * BugsSite/template/en/default/account: Added.
3508 * BugsSite/template/en/default/account/auth: Added.
3509 * BugsSite/template/en/default/account/auth/ldap-error.html.tmpl: Added.
3510 * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Added.
3511 * BugsSite/template/en/default/account/auth/login.html.tmpl: Added.
3512 * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Added.
3513 * BugsSite/template/en/default/account/create.html.tmpl: Added.
3514 * BugsSite/template/en/default/account/created.html.tmpl: Added.
3515 * BugsSite/template/en/default/account/email: Added.
3516 * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Added.
3517 * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Added.
3518 * BugsSite/template/en/default/account/email/confirm.html.tmpl: Added.
3519 * BugsSite/template/en/default/account/exists.html.tmpl: Added.
3520 * BugsSite/template/en/default/account/password: Added.
3521 * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Added.
3522 * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Added.
3523 * BugsSite/template/en/default/account/prefs: Added.
3524 * BugsSite/template/en/default/account/prefs/account.html.tmpl: Added.
3525 * BugsSite/template/en/default/account/prefs/email.html.tmpl: Added.
3526 * BugsSite/template/en/default/account/prefs/footer.html.tmpl: Added.
3527 * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Added.
3528 * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Added.
3529 * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Added.
3530 * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Added.
3531 * BugsSite/template/en/default/admin: Added.
3532 * BugsSite/template/en/default/admin/classifications: Added.
3533 * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Added.
3534 * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Added.
3535 * BugsSite/template/en/default/admin/classifications/delete.html.tmpl: Added.
3536 * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Added.
3537 * BugsSite/template/en/default/admin/classifications/new.html.tmpl: Added.
3538 * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Added.
3539 * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Added.
3540 * BugsSite/template/en/default/admin/classifications/update.html.tmpl: Added.
3541 * BugsSite/template/en/default/admin/components: Added.
3542 * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Added.
3543 * BugsSite/template/en/default/admin/components/create.html.tmpl: Added.
3544 * BugsSite/template/en/default/admin/components/created.html.tmpl: Added.
3545 * BugsSite/template/en/default/admin/components/deleted.html.tmpl: Added.
3546 * BugsSite/template/en/default/admin/components/edit.html.tmpl: Added.
3547 * BugsSite/template/en/default/admin/components/footer.html.tmpl: Added.
3548 * BugsSite/template/en/default/admin/components/list.html.tmpl: Added.
3549 * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Added.
3550 * BugsSite/template/en/default/admin/components/updated.html.tmpl: Added.
3551 * BugsSite/template/en/default/admin/fieldvalues: Added.
3552 * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Added.
3553 * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Added.
3554 * BugsSite/template/en/default/admin/fieldvalues/created.html.tmpl: Added.
3555 * BugsSite/template/en/default/admin/fieldvalues/deleted.html.tmpl: Added.
3556 * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Added.
3557 * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Added.
3558 * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Added.
3559 * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Added.
3560 * BugsSite/template/en/default/admin/fieldvalues/updated.html.tmpl: Added.
3561 * BugsSite/template/en/default/admin/flag-type: Added.
3562 * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Added.
3563 * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Added.
3564 * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Added.
3565 * BugsSite/template/en/default/admin/groups: Added.
3566 * BugsSite/template/en/default/admin/groups/change.html.tmpl: Added.
3567 * BugsSite/template/en/default/admin/groups/create.html.tmpl: Added.
3568 * BugsSite/template/en/default/admin/groups/created.html.tmpl: Added.
3569 * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Added.
3570 * BugsSite/template/en/default/admin/groups/deleted.html.tmpl: Added.
3571 * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Added.
3572 * BugsSite/template/en/default/admin/groups/list.html.tmpl: Added.
3573 * BugsSite/template/en/default/admin/groups/remove.html.tmpl: Added.
3574 * BugsSite/template/en/default/admin/keywords: Added.
3575 * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Added.
3576 * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Added.
3577 * BugsSite/template/en/default/admin/keywords/created.html.tmpl: Added.
3578 * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Added.
3579 * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Added.
3580 * BugsSite/template/en/default/admin/keywords/rebuild-cache.html.tmpl: Added.
3581 * BugsSite/template/en/default/admin/milestones: Added.
3582 * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Added.
3583 * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Added.
3584 * BugsSite/template/en/default/admin/milestones/created.html.tmpl: Added.
3585 * BugsSite/template/en/default/admin/milestones/deleted.html.tmpl: Added.
3586 * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Added.
3587 * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Added.
3588 * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Added.
3589 * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Added.
3590 * BugsSite/template/en/default/admin/milestones/updated.html.tmpl: Added.
3591 * BugsSite/template/en/default/admin/products: Added.
3592 * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Added.
3593 * BugsSite/template/en/default/admin/products/deleted.html.tmpl: Added.
3594 * BugsSite/template/en/default/admin/products/footer.html.tmpl: Added.
3595 * BugsSite/template/en/default/admin/products/groupcontrol: Added.
3596 * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
3597 * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Added.
3598 * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Added.
3599 * BugsSite/template/en/default/admin/products/list.html.tmpl: Added.
3600 * BugsSite/template/en/default/admin/settings: Added.
3601 * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Added.
3602 * BugsSite/template/en/default/admin/settings/updated.html.tmpl: Added.
3603 * BugsSite/template/en/default/admin/table.html.tmpl: Added.
3604 * BugsSite/template/en/default/admin/users: Added.
3605 * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Added.
3606 * BugsSite/template/en/default/admin/users/create.html.tmpl: Added.
3607 * BugsSite/template/en/default/admin/users/edit.html.tmpl: Added.
3608 * BugsSite/template/en/default/admin/users/list.html.tmpl: Added.
3609 * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Added.
3610 * BugsSite/template/en/default/admin/users/search.html.tmpl: Added.
3611 * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Added.
3612 * BugsSite/template/en/default/admin/versions: Added.
3613 * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Added.
3614 * BugsSite/template/en/default/admin/versions/create.html.tmpl: Added.
3615 * BugsSite/template/en/default/admin/versions/created.html.tmpl: Added.
3616 * BugsSite/template/en/default/admin/versions/deleted.html.tmpl: Added.
3617 * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Added.
3618 * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Added.
3619 * BugsSite/template/en/default/admin/versions/list.html.tmpl: Added.
3620 * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Added.
3621 * BugsSite/template/en/default/admin/versions/updated.html.tmpl: Added.
3622 * BugsSite/template/en/default/attachment: Added.
3623 * BugsSite/template/en/default/attachment/choose.html.tmpl: Added.
3624 * BugsSite/template/en/default/attachment/content-types.html.tmpl: Added.
3625 * BugsSite/template/en/default/attachment/create.html.tmpl: Added.
3626 * BugsSite/template/en/default/attachment/created.html.tmpl: Added.
3627 * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Added.
3628 * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Added.
3629 * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Added.
3630 * BugsSite/template/en/default/attachment/edit-aroben.html.tmpl: Added.
3631 * BugsSite/template/en/default/attachment/edit.html.tmpl: Added.
3632 * BugsSite/template/en/default/attachment/list.html.tmpl: Added.
3633 * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Added.
3634 * BugsSite/template/en/default/attachment/updated.html.tmpl: Added.
3635 * BugsSite/template/en/default/bug: Added.
3636 * BugsSite/template/en/default/bug/activity: Added.
3637 * BugsSite/template/en/default/bug/activity/show.html.tmpl: Added.
3638 * BugsSite/template/en/default/bug/activity/table.html.tmpl: Added.
3639 * BugsSite/template/en/default/bug/choose.html.tmpl: Added.
3640 * BugsSite/template/en/default/bug/comments.html.tmpl: Added.
3641 * BugsSite/template/en/default/bug/create: Added.
3642 * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Added.
3643 * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Added.
3644 * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Added.
3645 * BugsSite/template/en/default/bug/create/create.html.tmpl: Added.
3646 * BugsSite/template/en/default/bug/create/created.html.tmpl: Added.
3647 * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Added.
3648 * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Added.
3649 * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Added.
3650 * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Added.
3651 * BugsSite/template/en/default/bug/edit.html.tmpl: Added.
3652 * BugsSite/template/en/default/bug/knob.html.tmpl: Added.
3653 * BugsSite/template/en/default/bug/navigate.html.tmpl: Added.
3654 * BugsSite/template/en/default/bug/process: Added.
3655 * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Added.
3656 * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Added.
3657 * BugsSite/template/en/default/bug/process/header.html.tmpl: Added.
3658 * BugsSite/template/en/default/bug/process/midair.html.tmpl: Added.
3659 * BugsSite/template/en/default/bug/process/next.html.tmpl: Added.
3660 * BugsSite/template/en/default/bug/process/results.html.tmpl: Added.
3661 * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Added.
3662 * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Added.
3663 * BugsSite/template/en/default/bug/show.html.tmpl: Added.
3664 * BugsSite/template/en/default/bug/show.xml.tmpl: Added.
3665 * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Added.
3666 * BugsSite/template/en/default/bug/time.html.tmpl: Added.
3667 * BugsSite/template/en/default/bug/votes: Added.
3668 * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Added.
3669 * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Added.
3670 * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Added.
3671 * BugsSite/template/en/default/config.js.tmpl: Added.
3672 * BugsSite/template/en/default/config.rdf.tmpl: Added.
3673 * BugsSite/template/en/default/filterexceptions.pl: Added.
3674 * BugsSite/template/en/default/flag: Added.
3675 * BugsSite/template/en/default/flag/list.html.tmpl: Added.
3676 * BugsSite/template/en/default/global: Added.
3677 * BugsSite/template/en/default/global/banner.html.tmpl: Added.
3678 * BugsSite/template/en/default/global/choose-classification.html.tmpl: Added.
3679 * BugsSite/template/en/default/global/choose-product.html.tmpl: Added.
3680 * BugsSite/template/en/default/global/code-error.html.tmpl: Added.
3681 * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Added.
3682 * BugsSite/template/en/default/global/field-descs.none.tmpl: Added.
3683 * BugsSite/template/en/default/global/footer.html.tmpl: Added.
3684 * BugsSite/template/en/default/global/header.html.tmpl: Added.
3685 * BugsSite/template/en/default/global/help-header.html.tmpl: Added.
3686 * BugsSite/template/en/default/global/help.html.tmpl: Added.
3687 * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Added.
3688 * BugsSite/template/en/default/global/initialize.none.tmpl: Added.
3689 * BugsSite/template/en/default/global/message.html.tmpl: Added.
3690 * BugsSite/template/en/default/global/messages.html.tmpl: Added.
3691 * BugsSite/template/en/default/global/select-menu.html.tmpl: Added.
3692 * BugsSite/template/en/default/global/setting-descs.none.tmpl: Added.
3693 * BugsSite/template/en/default/global/site-navigation.html.tmpl: Added.
3694 * BugsSite/template/en/default/global/useful-links.html.tmpl: Added.
3695 * BugsSite/template/en/default/global/user-error.html.tmpl: Added.
3696 * BugsSite/template/en/default/global/userselect.html.tmpl: Added.
3697 * BugsSite/template/en/default/global/variables.none.tmpl: Added.
3698 * BugsSite/template/en/default/index.html.tmpl: Added.
3699 * BugsSite/template/en/default/list: Added.
3700 * BugsSite/template/en/default/list/change-columns.html.tmpl: Added.
3701 * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Added.
3702 * BugsSite/template/en/default/list/list-simple.html.tmpl: Added.
3703 * BugsSite/template/en/default/list/list.atom.tmpl: Added.
3704 * BugsSite/template/en/default/list/list.csv.tmpl: Added.
3705 * BugsSite/template/en/default/list/list.html.tmpl: Added.
3706 * BugsSite/template/en/default/list/list.ics.tmpl: Added.
3707 * BugsSite/template/en/default/list/list.js.tmpl: Added.
3708 * BugsSite/template/en/default/list/list.rdf.tmpl: Added.
3709 * BugsSite/template/en/default/list/quips.html.tmpl: Added.
3710 * BugsSite/template/en/default/list/server-push.html.tmpl: Added.
3711 * BugsSite/template/en/default/list/table.html.tmpl: Added.
3712 * BugsSite/template/en/default/pages: Added.
3713 * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Added.
3714 * BugsSite/template/en/default/pages/fields.html.tmpl: Added.
3715 * BugsSite/template/en/default/pages/linked.html.tmpl: Added.
3716 * BugsSite/template/en/default/pages/linkify.html.tmpl: Added.
3717 * BugsSite/template/en/default/pages/voting.html.tmpl: Added.
3718 * BugsSite/template/en/default/reports: Added.
3719 * BugsSite/template/en/default/reports/chart.csv.tmpl: Added.
3720 * BugsSite/template/en/default/reports/chart.html.tmpl: Added.
3721 * BugsSite/template/en/default/reports/chart.png.tmpl: Added.
3722 * BugsSite/template/en/default/reports/components.html.tmpl: Added.
3723 * BugsSite/template/en/default/reports/create-chart.html.tmpl: Added.
3724 * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Added.
3725 * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Added.
3726 * BugsSite/template/en/default/reports/duplicates.html.tmpl: Added.
3727 * BugsSite/template/en/default/reports/duplicates.rdf.tmpl: Added.
3728 * BugsSite/template/en/default/reports/edit-series.html.tmpl: Added.
3729 * BugsSite/template/en/default/reports/keywords.html.tmpl: Added.
3730 * BugsSite/template/en/default/reports/menu.html.tmpl: Added.
3731 * BugsSite/template/en/default/reports/report-bar.png.tmpl: Added.
3732 * BugsSite/template/en/default/reports/report-line.png.tmpl: Added.
3733 * BugsSite/template/en/default/reports/report-pie.png.tmpl: Added.
3734 * BugsSite/template/en/default/reports/report-simple.html.tmpl: Added.
3735 * BugsSite/template/en/default/reports/report-table.csv.tmpl: Added.
3736 * BugsSite/template/en/default/reports/report-table.html.tmpl: Added.
3737 * BugsSite/template/en/default/reports/report.csv.tmpl: Added.
3738 * BugsSite/template/en/default/reports/report.html.tmpl: Added.
3739 * BugsSite/template/en/default/reports/series-common.html.tmpl: Added.
3740 * BugsSite/template/en/default/reports/series.html.tmpl: Added.
3741 * BugsSite/template/en/default/request: Added.
3742 * BugsSite/template/en/default/request/email.txt.tmpl: Added.
3743 * BugsSite/template/en/default/request/queue.html.tmpl: Added.
3744 * BugsSite/template/en/default/search: Added.
3745 * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Added.
3746 * BugsSite/template/en/default/search/form.html.tmpl: Added.
3747 * BugsSite/template/en/default/search/knob.html.tmpl: Added.
3748 * BugsSite/template/en/default/search/search-advanced.html.tmpl: Added.
3749 * BugsSite/template/en/default/search/search-create-series.html.tmpl: Added.
3750 * BugsSite/template/en/default/search/search-help.html.tmpl: Added.
3751 * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Added.
3752 * BugsSite/template/en/default/search/search-report-select.html.tmpl: Added.
3753 * BugsSite/template/en/default/search/search-report-table.html.tmpl: Added.
3754 * BugsSite/template/en/default/search/search-specific.html.tmpl: Added.
3755 * BugsSite/template/en/default/search/tabs.html.tmpl: Added.
3756 * BugsSite/template/en/default/sidebar.xul.tmpl: Added.
3757 * BugsSite/template/en/default/whine: Added.
3758 * BugsSite/template/en/default/whine/mail.html.tmpl: Added.
3759 * BugsSite/template/en/default/whine/mail.txt.tmpl: Added.
3760 * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Added.
3761 * BugsSite/template/en/default/whine/schedule.html.tmpl: Added.
3762 * BugsSite/template/en/extension: Added.
3763 * BugsSite/template/en/extension/filterexceptions.pl: Added.
3764 * BugsSite/testagent.cgi: Added.
3765 * BugsSite/testserver.pl: Added.
3766 * BugsSite/token.cgi: Added.
3767 * BugsSite/userprefs.cgi: Added.
3768 * BugsSite/votes.cgi: Added.
3769 * BugsSite/whine.pl: Added.
3770 * BugsSite/whineatnews.pl: Added.
3771 * BugsSite/xml.cgi: Added.
3772
mrowe@apple.comc3514532008-02-05 06:27:44 +000037732008-02-04 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3774
alp@webkit.org62a6a4d2008-02-05 06:54:08 +00003775 Reviewed by Alp Toker and Mark Rowe.
mrowe@apple.comc3514532008-02-05 06:27:44 +00003776
3777 http://bugs.webkit.org/show_bug.cgi?id=16618
3778 [GTK] build-webkit and run-webkit-tests autootools support
3779
alp@webkit.org62a6a4d2008-02-05 06:54:08 +00003780 Add support for the autotools build to the WebKit build and test
3781 scripts.
mrowe@apple.comc3514532008-02-05 06:27:44 +00003782
mrowe@apple.com84cdb082008-02-05 03:25:59 +000037832008-02-04 Rodney Dawes <dobey@wayofthemonkey.com>
3784
3785 Reviewed by Alp Toker and Mark Rowe.
3786
3787 Fix http://bugs.webkit.org/show_bug.cgi?id=17175.
3788 Bug 17175: Use of C++ compiler flags in CFLAGS
3789
3790 Add global_cxxflags definition for inclusion in CXXFLAGS variables.
3791 Only use -fno-rtti and $(SYMBOL_VISIBILITY_INLINES) with global_cxxflags as gcc complains they aren't valid for C.
3792
3793 * GNUmakefile.am:
3794
alp@webkit.org040ad8b2008-02-04 11:00:43 +000037952008-02-04 Alp Toker <alp@atoker.com>
3796
3797 Rubber-stamped by Mark Rowe.
3798
3799 Remove all trailing whitespace in the GTK+ port and related
3800 components.
3801
3802 * GNUmakefile.am:
3803 * configure.ac:
3804
alp@webkit.org94c06552008-01-31 23:51:53 +000038052008-01-31 Alp Toker <alp@atoker.com>
3806
alp@webkit.org12057322008-02-01 07:01:18 +00003807 Reviewed by Mark Rowe.
3808
3809 Fix the pkg-config file to follow GTK+ package naming and versioning
3810 conventions.
3811
3812 Remove unneeded dependency listings.
3813
3814 * GNUmakefile.am:
3815 * configure.ac:
3816
38172008-01-31 Alp Toker <alp@atoker.com>
3818
alp@webkit.org1e1f94d2008-02-01 00:00:00 +00003819 Rubber-stamped by Adam Roben.
alp@webkit.org94c06552008-01-31 23:51:53 +00003820
3821 http://bugs.webkit.org/show_bug.cgi?id=17006
3822 [GTK] Header path should be webkit/webkit.h
3823
3824 Move the GTK+ API sources as needed and update the build systems.
3825
3826 * GNUmakefile.am:
3827 * WebKit.pri:
3828
alp@webkit.orgcae55672008-01-27 19:49:01 +000038292008-01-27 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3830
3831 Reviewed by Alp Toker.
3832
3833 http://bugs.webkit.org/show_bug.cgi?id=14811
3834 [gtk] [request] add a webkit_gtk_page_go_to_history_item function
3835
3836 * GNUmakefile.am: Added webkitwebbackforwardlist and webkitwebhistoryitem
3837
mrowe@apple.com2bc789f2008-01-26 12:32:49 +000038382008-01-26 Mark Rowe <mrowe@apple.com>
3839
3840 Reviewed by Alp Toker.
3841
3842 Fix http://bugs.webkit.org/show_bug.cgi?id=17007.
3843 Bug 17007: [GTK] autogen.sh attempts to use "libtoolize" on the Mac
3844
3845 libtoolize is installed as glibtoolize on Mac OS X to avoid naming conflicts
3846 with other system commands. Check for the presence of glibtoolize if libtoolize
3847 cannot be found.
3848
3849 * autogen.sh:
3850
alp@webkit.org6b436af2008-01-23 15:55:41 +000038512008-01-23 Alp Toker <alp@atoker.com>
3852
3853 Rubber-stamped by Mark Rowe.
3854
3855 Remove whitespace after -I in automake include lists.
3856
3857 * GNUmakefile.am:
3858
alp@webkit.orge9a26922008-01-22 20:45:18 +000038592008-01-22 Christian Dywan <christian@imendio.com>
3860
3861 Reviewed by Alp Toker.
3862
3863 [GTK] API: WebKitWebSettings is not usable
3864 http://bugs.webkit.org/show_bug.cgi?id=16219
3865
3866 Implement WebKitWebSettings.
3867
3868 * GNUmakefile.am:
3869
hausmann@webkit.org81a531f2008-01-22 10:03:26 +000038702008-01-22 Simon Hausmann <hausmann@webkit.org>
3871
3872 Reviewed by Lars.
3873
3874 Don't compile the ICO plugin when building against Qt >= 4.4
christian@webkit.org3a74ebf2009-02-23 11:15:30 +00003875
hausmann@webkit.org81a531f2008-01-22 10:03:26 +00003876
3877 * WebKit.pro:
3878
alp@webkit.orgf49bd1e2008-01-21 23:06:23 +000038792008-01-21 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3880
3881 Reviewed by Alp Toker.
3882
3883 http://bugs.webkit.org/show_bug.cgi?id=16955
3884 Get errors when cross-compile webkit-gtk
3885
3886 * GNUmakefile.am: added ICU_CPPFLAGS
3887 * configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS
3888
alp@webkit.org55f365d2008-01-19 15:46:23 +000038892008-01-19 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3890
3891 Reviewed by Alp Toker.
3892
3893 Add svg foreign object and svg experimental to the GTK+/autotools
3894 build system.
3895
3896 * configure.ac:
3897
alp@webkit.orgd31a7362008-01-15 21:47:25 +000038982008-01-15 Alp Toker <alp@atoker.com>
3899
alp@webkit.org99436822008-01-16 03:32:29 +00003900 Rubber-stamped by Anders.
3901
3902 Make the HTTP backend configurable in the GTK+ port. curl is currently
3903 the only option.
3904
3905 * GNUmakefile.am:
3906 * WebKit.pri:
3907 * configure.ac:
3908
39092008-01-15 Alp Toker <alp@atoker.com>
3910
alp@webkit.orgd31a7362008-01-15 21:47:25 +00003911 GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler
3912 flags only when they're available.
3913
3914 Additionally, use -fvisibility-inlines-hidden in both debug and
3915 release builds when available to match the Mac build.
3916
3917 * GNUmakefile.am:
3918 * configure.ac:
3919
alp@webkit.org36d65492008-01-13 07:33:53 +000039202008-01-12 Alp Toker <alp@atoker.com>
3921
3922 Reviewed by Mark Rowe.
3923
3924 Hide non-public symbols in GTK+/autotools release builds.
3925
3926 * GNUmakefile.am:
3927
alp@webkit.org27f95c42008-01-12 07:40:52 +000039282008-01-11 Alp Toker <alp@atoker.com>
3929
3930 Reviewed by Oliver Hunt.
3931
3932 Enable FastMalloc by default in GTK+/autotools and add a configure
3933 switch.
3934
3935 * GNUmakefile.am:
3936 * configure.ac:
3937
alp@webkit.org81c66d12008-01-11 16:31:34 +000039382008-01-11 Luca Bruno <lethalman88@gmail.com>
3939
3940 Reviewed by Alp Toker.
3941
3942 http://bugs.webkit.org/show_bug.cgi?id=16838
3943 [GTK] Bad autotools debug and video options
3944
3945 Fix some configure options.
3946
3947 * configure.ac:
3948
mrowe@apple.com1e357b52008-01-11 08:04:21 +000039492008-01-11 Mark Rowe <mrowe@apple.com>
3950
3951 Attempt to fix the GTK+ and Qt builds.
3952
3953 * WebKit.pro:
3954
alp@webkit.org69d59d92008-01-11 00:55:03 +000039552008-01-10 Alp Toker <alp@atoker.com>
3956
3957 SVG font build fix for GTK+/autotools.
3958
3959 * configure.ac:
3960
alp@webkit.org09ac6962008-01-05 11:44:02 +000039612008-01-05 Alp Toker <alp@atoker.com>
3962
3963 Rubber-stamped by Mark Rowe.
3964
3965 Fix configure script output with correct descriptions of the default
3966 configuration options.
3967
3968 * configure.ac:
3969
alp@webkit.orga37ed5b2008-01-05 10:23:01 +000039702008-01-05 Sylvain Pasche <sylvain.pasche@gmail.com>
3971
3972 Reviewed by Alp Toker.
3973
3974 http://bugs.webkit.org/show_bug.cgi?id=16736
3975 Allow autogen.sh invocation from a separate build directory.
3976
3977 * autogen.sh:
3978
alp@webkit.org076e8e12008-01-04 20:54:24 +000039792008-01-04 Alp Toker <alp@atoker.com>
3980
3981 Rubber-stamped by Mark Rowe.
3982
3983 Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The
3984 "rebuild rules" will now be enabled by default.
3985
3986 This obviates the need to pass '--enable-maintainer-mode' to
3987 configure.
3988
3989 * configure.ac:
3990
zecke@webkit.org48bc6f42008-01-03 02:07:28 +000039912008-01-02 Holger Hans Peter Freyther <zecke@selfish.org>
3992
3993 Rubber stamped by Alp.
3994
3995 Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break
3996 the build. At least people doing a debug build on Ubuntu Hardy will see
3997 the breakage. I was asked to leave the flags inside the files to ease future
3998 debugging.
3999
4000 * GNUmakefile.am:
4001 * WebKit.pri:
4002
alp@webkit.orge60ca2a2008-01-01 09:05:54 +000040032008-01-01 Alp Toker <alp@atoker.com>
4004
4005 GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
4006 correct parameter to AM_INIT_AUTOMAKE.
4007
4008 * configure.ac:
4009
alp@webkit.org45271e62007-12-30 17:44:37 +000040102007-12-30 Alp Toker <alp@atoker.com>
4011
4012 Build fix for older autoconf versions.
4013
4014 * configure.ac:
4015
alp@webkit.orgf93619a2007-12-30 03:33:44 +000040162007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4017
4018 Reviewed by Alp Toker.
4019
alp@webkit.orgee4efb52007-12-30 06:47:16 +00004020 Enable Database, XPath and XSLT features by default
4021
4022 * configure.ac:
4023
40242007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4025
4026 Reviewed by Alp Toker.
4027
alp@webkit.orgf93619a2007-12-30 03:33:44 +00004028 http://bugs.webkit.org/show_bug.cgi?id=16669
4029 autotools update and fixes
4030
4031 Various fixes to the autotools build
4032
4033 * GNUmakefile.am:
4034 - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
4035 - Fix clean rules (Rodney Dawes)
4036 - Added webcore specific variables, remove STDINT_H and
4037 PTHREAD_NP_H checks (already included in config.h)
4038 * autogen.sh:
4039 - Loosen automake and aclocal requirement
4040 * configure.ac:
4041 - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
4042 when doing a debug build (Rodney Dawes)
4043 - Fix webkit target and remove traces of XBL
4044
alp@webkit.org11a31a72007-12-27 23:14:27 +000040452007-12-27 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4046
4047 Reviewed by Alp Toker.
4048
4049 http://bugs.webkit.org/show_bug.cgi?id=16353
4050 [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
4051
4052 Added the flags mentioned in the bug only when doing 'debug'
4053 builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
4054
4055 * GNUmakefile.am:
4056 * WebKit.pri:
4057
alp@webkit.org278f1252007-12-27 06:05:21 +000040582007-12-26 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4059
4060 Reviewed by Alp Toker.
4061
4062 http://bugs.webkit.org/show_bug.cgi?id=16390
4063 Use autotools or GNU make as the build system for the GTK port
4064
4065 * GNUmakefile.am: Added.
4066 * autogen.sh: Added.
4067 * configure.ac: Added.
4068
alp@webkit.org5f711d82007-12-21 00:33:46 +000040692007-12-20 Alp Toker <alp@atoker.com>
4070
4071 Rubber-stamped by Maciej.
4072
4073 http://bugs.webkit.org/show_bug.cgi?id=16542
4074 [GTK] Text is missing with old Pango version
4075
4076 Back out commits r28880, r28876, r28865, r28864 which added Pango font
4077 selection support. These changes caused a regression where no text was
4078 displayed with older Pango versions.
4079
4080 * WebKit.pri:
4081
alp@webkit.org2d6a1482007-12-19 18:41:17 +000040822007-12-19 Alp Toker <alp@atoker.com>
4083
4084 Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
4085 cairo-ft directly following changes in r28864.
4086
4087 * WebKit.pri:
4088
alp@webkit.org2a2bf162007-12-12 16:27:35 +000040892007-12-12 Alp Toker <alp@atoker.com>
4090
4091 Reviewed by Mark Rowe.
4092
4093 http://bugs.webkit.org/show_bug.cgi?id=16302
4094 [GTK] Compiler flags for optimization
4095
4096 Use the compiler flags -fno-exceptions -fno-rtti.
4097
4098 This patch does not add all the flags discussed in the bug report,
4099 only these two.
4100
4101 * WebKit.pri:
4102
alp@webkit.orgb4d68052007-12-04 12:16:38 +000041032007-12-04 Xan Lopez <xan@gnome.org>
4104
4105 Reviewed by Alp Toker.
4106
4107 http://bugs.webkit.org/show_bug.cgi?id=15561
4108 GTK port needs DumpRenderTree implementation
4109
4110 Start work on the GTK+ DRT.
4111
4112 * WebKit.pro:
4113
alp@webkit.orge1a9b4a2007-12-01 04:24:09 +000041142007-11-30 Alp Toker <alp@atoker.com>
4115
4116 Reviewed by Adam Roben.
4117
4118 http://bugs.webkit.org/show_bug.cgi?id=15691
4119 [GTK] Public API does not follow GTK+ conventions
4120
4121 Refactor the WebKit/GTK+ public API. Changes:
4122 WebKitPage -> WebKitWebView
4123 WebKitFrame -> WebKitWebFrame
4124
4125 Public API source and header names have been updated to mirror the API
4126 changes.
4127
4128 The API is now kept in WebKit/gtk/WebView to match other ports in the
4129 same class such as Mac and Win.
4130
4131 * WebKit.pri:
4132
mrowe@apple.comc2912612007-11-28 10:42:20 +000041332007-11-26 Rodney Dawes <dobey@wayofthemonkey.com>
4134
4135 Reviewed by Mark Rowe.
4136
4137 Set CONFIG option for the window system GTK+ is using
4138
4139 * WebKit.pri:
4140
alp@webkit.org21ecf042007-11-23 01:03:19 +000041412007-11-22 Alp Toker <alp@atoker.com>
4142
4143 GTK+ build fix. Pass a correct LIBDIR value.
4144
4145 * WebKit.pri:
4146
mrowe@apple.com4d7e81e2007-11-20 16:06:23 +000041472007-11-20 Mark Rowe <mrowe@apple.com>
4148
4149 Reviewed by Alp Toker.
4150
4151 * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
4152
alp@webkit.org6b26bef2007-11-20 15:35:49 +000041532007-11-20 Alp Toker <alp@atoker.com>
4154
4155 Reviewed by Simon Hausmann.
4156
4157 Clean up GTK+ port configuration.
4158
4159 Use similar compiler warning flags to the Mac build.
4160
4161 Add the qmake changes needed for DirectFB support.
4162
4163 * WebKit.pri:
4164
hausmann81286e92007-11-07 12:44:20 +000041652007-11-07 Simon Hausmann <hausmann@kde.org>
4166
4167 Reviewed by Mark.
4168
4169 Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
4170 That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
4171
4172 * WebKit.pri:
4173
larsc075d2a2007-10-03 10:29:15 +000041742007-10-03 Lars Knoll <lars@trolltech.com>
4175
larsbf4fa942007-10-03 10:29:35 +00004176 Signed off by olliej.
4177
4178 move WebKitQt to WebKit/qt for consistency with the other ports.
4179
4180 * WebKit.pri:
4181 * WebKit.pro:
4182
41832007-10-03 Lars Knoll <lars@trolltech.com>
4184
larsc075d2a2007-10-03 10:29:15 +00004185 Reviewed by olliej.
4186
4187 Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
4188
4189 * WebKit.pro:
4190
zeckef5c101b2007-09-29 15:34:39 +000041912007-09-29 Holger Hans Peter Freyther <zecke@selfish.org>
4192
4193 Reviewed by Mark.
4194
4195 -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
4196 Remove Bakefiles from svn.
4197
4198 * Bakefiles/Bakefiles.bkgen: Removed.
4199 * Bakefiles/ChangeLog: Removed.
4200 * Bakefiles/Readme.txt: Removed.
4201 * Bakefiles/presets.bkl: Removed.
4202 * Bakefiles/update-file-lists.py: Removed.
4203
zecke27524052007-09-23 09:50:35 +000042042007-09-20 Holger Hans Peter Freyther <zecke@selfish.org>
4205
4206 Rubber stamped by Adam.
4207
4208 Renamed files from *Gdk to *Gtk (see #14732) using the
4209 work of Juan A. Suarez Romero as a base.
4210
4211 GDK -> GTK
4212
4213 * WebKit.pri:
4214 * WebKit.pro:
4215
zecke6b349972007-07-29 21:51:41 +000042162007-07-29 Brian Mastenbrook <brian@mastenbrook.net>
4217
4218 Build fix for WebKit/Gtk to compile on Fedora 7 as described in
4219 http://bugs.webkit.org/show_bug.cgi?id=14557
4220
4221 * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
4222
hausmannc67aba22007-07-27 08:32:12 +000042232007-07-27 Simon Hausmann <hausmann@kde.org>
4224
4225 Done with and reviewed by Lars and Zack.
4226
hausmann291e38a2007-07-27 08:32:54 +00004227 Exclude DumpRenderTree from the Qt build on Windows for now.
4228
4229 * WebKit.pro:
4230
42312007-07-27 Simon Hausmann <hausmann@kde.org>
4232
4233 Done with and reviewed by Lars and Zack.
4234
hausmannc67aba22007-07-27 08:32:12 +00004235 Temporarily disable the ICO support for the Qt build on Windows.
4236
4237 * WebKit.pro:
4238
hausmanne4840e62007-07-26 14:47:27 +000042392007-07-26 Simon Hausmann <hausmann@kde.org>
4240
4241 Reviewed by Lars.
4242
4243 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.
4244
4245 * WebKit.pri:
4246
zecke5604daf2007-07-23 18:16:02 +000042472007-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
4248
4249 Reviewed by Adam.
4250
4251 Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
4252 build against it.
4253
4254 * WebKit.pri:
4255
hausmann8fb45122007-07-18 15:16:23 +000042562007-07-18 Simon Hausmann <hausmann@kde.org>
4257
4258 Reviewed by Zack.
4259
4260 Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
4261
4262 * WebKit.pro:
4263
thatcherb0cc0752007-07-18 13:55:11 +000042642007-07-18 Timothy Hatcher <timothy@apple.com>
4265
4266 Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
4267 still use this one Makefile.shared as an include.
4268
4269 * Makefile.shared:
4270
staikosba198e12007-07-12 03:04:45 +000042712007-07-12 George Staikos <staikos@kde.org>
4272
4273 Fix build in debug mode.
4274
4275 * WebKit.pri:
4276
darin0284caf2007-07-11 19:24:17 +000042772007-07-11 Holger Hans Peter Freyther <zecke@selfish.org>
4278
darin@apple.com07c80c62008-09-05 18:15:43 +00004279 Reviewed by Darin Adler.
darin0284caf2007-07-11 19:24:17 +00004280
4281 As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
4282 WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
4283
4284 * WebKit.pri: Adjust INCLUDEPATH
4285
aroben1baf09c2007-06-26 05:00:17 +000042862007-06-25 Adam Roben <aroben@apple.com>
4287
aroben98497392007-06-26 05:12:03 +00004288 Really remove LayoutTestResults.
4289
4290 * LayoutTestResults: Removed.
4291
42922007-06-25 Adam Roben <aroben@apple.com>
4293
aroben1baf09c2007-06-26 05:00:17 +00004294 Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
4295 http://bugs.webkit.org/show_bug.cgi?id=14405
4296
4297 Reviewed by Anders.
4298
4299 * LayoutTestResults: Removed.
4300
bdash3390c102007-06-25 12:57:31 +000043012007-06-25 Alp Toker <alp.toker@collabora.co.uk>
4302
4303 Reviewed by Mark.
4304
4305 http://bugs.webkit.org/show_bug.cgi?id=13975
4306 Use system-provided libjpeg and libpng
4307
4308 * WebKit.pri: Link against external libjpeg and libpng.
4309
aroben71fb6632007-06-21 07:00:09 +000043102007-06-20 Adam Roben <aroben@apple.com>
4311
4312 Reviewed by Simon Hausmann.
4313
4314 More Gdk build fixing.
4315
4316 * WebKit.pro:
4317
staikosa933d562007-06-21 05:01:53 +000043182007-06-15 Adam Treat <adam@staikos.net>
4319
4320 Reviewed by George Staikos.
4321
4322 Add ICO support to the Qt build.
4323
4324 * WebKit.pro:
4325
staikosc62cabb2007-06-14 02:24:08 +000043262007-06-13 George Staikos <staikos@kde.org>
4327
4328 Reviewed by Lars.
4329
4330 Compile without self-linking.
4331
4332 * WebKit.pri:
4333
hausmannc14b0062007-06-13 15:01:28 +000043342007-06-13 Simon Hausmann <hausmann@kde.org>
4335
4336 Reviewed by Lars.
4337
4338 * WebKit.pri: WebKitQt is now called QtWebKit.
4339
weinig5846e7d2007-05-31 23:50:37 +000043402007-05-31 Alp Toker <alp.toker@collabora.co.uk>
4341
4342 Reviewed by Eric Seidel.
4343
4344 http://bugs.webkit.org/show_bug.cgi?id=13941
4345 Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
4346
4347 * WebKit.pri:
4348
bdash98f449d2007-05-18 08:29:58 +000043492007-05-18 Holger Hans Peter Freyther <zecke@selfish.org>
4350
4351 Reviewed by Mark Rowe.
4352
4353 * WebKit.pro: Build testkjs for Gdk and Qt
4354
bdashc9175eab2007-05-11 09:01:46 +000043552007-05-11 Holger Freyther <freyther@kde.org>
4356
4357 Reviewed by Mark Rowe.
4358
4359 Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
4360 and add ICU configuration to QMAKE_CXXFLAGS.
4361
4362 * WebKit.pri:
4363
bdash95897392007-05-07 02:36:38 +000043642007-05-06 Erik Bunce <kde@bunce.us>
4365
4366 Reviewed by Mark Rowe.
4367
4368 * WebKit.pri:
4369 Removed unnecessary dependency on MacPorts (/opt/local)
4370
hausmannd5df26f2007-05-03 22:04:27 +000043712007-05-03 Holger Freyther <freyther@kde.org>
4372
4373 Reviewed by Zack, landed by Simon.
4374 This is bugzilla bug 13499.
4375
4376 * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
4377 port
4378 * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
4379 port
4380
bdashfc4e8c22007-04-27 07:37:26 +000043812007-04-27 Holger Freyther <freyther@kde.org>
4382
4383 Reviewed by Maciej.
4384
4385 Remove unmaintained CMake build system.
4386
4387 * CMakeLists.txt: Removed.
4388
hausmann703e9d32007-01-30 10:20:20 +000043892007-01-30 Simon Hausmann <hausmann@kde.org>
4390
4391 Reviewed by Zack.
4392
4393 * WebKit.pri: libJavaScriptCore is gone with the Qt build
4394 * WebKit.pro:
4395
staikosbf876942007-01-26 22:19:16 +000043962007-01-26 George Staikos <staikos@kde.org>
4397
4398 Remove headers - not needed now.
4399
4400 * WebKit.pri:
4401
staikos9fd5a742007-01-23 18:36:22 +000044022007-01-23 George Staikos <staikos@kde.org>
4403
4404 Put everything back since we can't build everything without it yet.
4405
4406 * WebKit.pri:
4407
lars7cc60602007-01-16 15:03:44 +000044082007-01-16 Lars Knoll <lars@trolltech.com>
4409
4410 Reviewed by Zack
4411
4412 Remove everything but the new public API from
4413 the include path.
4414
4415 * WebKit.pri:
4416
staikos15d2d712007-01-11 07:12:00 +000044172007-01-11 George Staikos <staikos@kde.org>
4418
4419 Fix the Qt build
4420
4421 * WebKit.pri:
4422
lars7f506a42007-01-03 12:04:40 +000044232007-01-03 Lars Knoll <lars@trolltech.com>
4424
4425 Fix the Qt build
4426
4427 * WebKit.pri:
4428
hausmann0f6f3022006-12-17 10:50:27 +000044292006-12-17 Simon Hausmann <hausmann@kde.org>
4430
4431 Reviewed by Rob Buis.
4432
4433 * WebKit.pro: Build testkjs.
4434
thatchera3c1ab12006-12-14 19:30:36 +000044352006-12-14 Timothy Hatcher <timothy@apple.com>
4436
4437 Reviewed by Brady.
4438
4439 * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
4440
mjs79842692006-12-13 23:22:44 +000044412006-12-13 Maciej Stachowiak <mjs@apple.com>
4442
4443 Reviewed by Brady and Anders.
4444
4445 * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
4446
zacke22ef4d2006-12-10 20:05:01 +000044472006-12-10 Zack Rusin <zack@kde.org>
4448
4449 Client classes have been moved to WebKitQt/WebCoreSupport so
4450 adjusting the pri file.
4451
4452 * WebKit.pri:
4453
staikose9e22a52006-12-10 19:14:11 +000044542006-12-10 George Staikos <staikos@kde.org>
4455
4456 Reviewed by Zack.
4457
4458 Add WebKitBuild/Release back to the output dir for external build cases.
4459
4460 * WebKit.pri:
4461
zack76eb5c12006-12-10 09:21:56 +000044622006-12-10 Zack Rusin <zack@kde.org>
4463
4464 Fix the link directory location.
4465
4466 * WebKit.pri:
4467
zackc9055502006-12-10 06:36:32 +000044682006-12-10 Lars Knoll <lars@trolltech.com>
4469
4470 Reviewed by Zack
4471
4472 Include DumpRenderTree in the Qt build
4473
4474 * WebKit.pro:
4475
staikos75bf7ef2006-12-10 05:54:55 +000044762006-12-09 George Staikos <staikos@kde.org>
4477
4478 Reviewed by Zack.
4479
4480 Correct the path to the libraries for QMake.
4481
4482 * WebKit.pri:
4483
zack0321d232006-12-10 00:58:36 +000044842006-12-09 Lars Knoll <lars@trolltech.com>
4485
4486 Reviewed by Zack
4487
4488 Make it possible to build WebKit with qmake.
4489
4490 * WebKit.pri: Added.
4491 * WebKit.pro: Added.
4492
staikosb68ccda2006-11-19 18:39:14 +000044932006-11-19 Simon Hausmann <hausmann@kde.org>
4494
4495 Reviewed by Zack.
4496
4497 http://bugs.webkit.org/show_bug.cgi?id=11649
4498
4499 * CMakeLists.txt: Fix Qt-only build without KDE cmake files
4500
thatcher94389582006-10-31 01:35:47 +000045012006-10-30 Timothy Hatcher <timothy@apple.com>
4502
4503 Reviewed by Brady.
4504
4505 Make the universal build return non-zero when module make fails.
4506
4507 * Makefile:
4508
slewis243d4c12006-10-30 22:35:43 +000045092006-10-30 Stephanie Lewis <slewis@apple.com>
4510
darin@apple.com07c80c62008-09-05 18:15:43 +00004511 Reviewed by Darin Adler.
slewis243d4c12006-10-30 22:35:43 +00004512
4513 Change Makefiles to return non-zero when module make fails.
4514
4515 * Makefile:
4516
beidsone15fbdd2006-10-28 02:08:38 +000045172006-10-27 Brady Eidson <beidson@apple.com>
4518
4519 Rubber stamped by Tim Hatcher
4520
4521 Added "make universal" to build universal binaries
4522
4523 * Makefile:
4524 * Makefile.shared:
4525
eseidel52f3a0e2006-10-02 00:04:56 +000045262006-10-01 Nikolas Zimmermann <zimmermann@kde.org>
4527
4528 Reviewed by eseidel.
4529
4530 * CMakeLists.txt: add option to disable colored output when building on the buildbot
4531