source: trunk/src/3rdparty/webkit/ChangeLog@ 728

Last change on this file since 728 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 169.7 KB
Line 
12009-11-30 Jan-Arve SÊther <[email protected]>
2
3 Reviewed by Simon Hausmann.
4
5 [Qt] Fix compilation with win32-icc
6
7 Include os-win32 for stdint.h since MS does not ship that in their PSDK.
8
9 * WebKit.pri:
10
112009-10-30 Adam Barth <[email protected]>
12
13 Reviewed by Mark Rowe.
14
15 Teach git to ignore some files
16 https://bugs.webkit.org/show_bug.cgi?id=30951
17
18 Ignore WebKitBuild because we never want to version that directory.
19 Also, ignore the xcode project files so git clean doesn't blow away
20 your project settings. Finally, ignore the compiled python files in
21 WebKitTools/Script modules because they clutter up git status.
22
23 * .gitignore: Added.
24
252009-10-26 Holger Hans Peter Freyther <[email protected]>
26
27 Rubber-stamped by Darin Adler.
28
29 Export fastMalloc, fastCalloc, fastRealloc and fastFree
30 https://bugs.webkit.org/show_bug.cgi?id=30769
31
32 Export the FastMalloc functions outside of the libwebkit library
33 to be able to instrument memory allocations. These are C++ symbols
34 but do not require the C++ runtime to be useful and should be of
35 no harm to plain C code.
36
37 * autotools/symbols.filter:
38
392009-10-26 Gustavo Noronha Silva <[email protected]>
40
41 Reviewed by Jan Alonzo.
42
43 Alternative solution to regression introduced in r48672.
44
45 * GNUmakefile.am:
46
472009-10-26 Xan Lopez <[email protected]>
48
49 Reviewed by Gustavo Noronha.
50
51 Update for 1.1.16 release.
52
53 * configure.ac:
54
552009-10-24 Laszlo Gombos <[email protected]>
56
57 Reviewed by Holger Freyther.
58
59 [Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian
60 https://bugs.webkit.org/show_bug.cgi?id=30476
61
62 Set the stack size to 80 Kb and heap size to the 128kB - 32MB range
63 to all executables linking against WebKit library.
64
65 * WebKit.pri:
66
672009-10-18 Jan Michael Alonzo <[email protected]>
68
69 Reviewed by Holger Freyther.
70
71 [GTK] Add MathML to the build system
72 https://bugs.webkit.org/show_bug.cgi?id=30487
73
74 Add --enable-mathml to configure.
75
76 * configure.ac:
77
782009-10-15 Jan Michael Alonzo <[email protected]>
79
80 Reviewed by Xan Lopez.
81
82 [GTK] marshal stamp files are not cleaned after a distclean
83 https://bugs.webkit.org/show_bug.cgi?id=30156
84
85 Add the stamp files directly to cleanfiles. Also rearrange the
86 variable declarations so we don't miss any files that need to be
87 cleaned up during the clean targets.
88
89 * GNUmakefile.am:
90
912009-10-15 Gustavo Noronha Silva <[email protected]>
92
93 Unreviewed. Help text fix - Web Sockets default is no, not yes.
94
95 * configure.ac:
96
972009-10-12 Jan Michael Alonzo <[email protected]>
98
99 Rubberstamped by Eric Seidel.
100
101 [Gtk] Fix icu CFLAG for Darwin
102 https://bugs.webkit.org/show_bug.cgi?id=29517
103
104 Don't escape the srcdir variable. Also use $host instead of the
105 os_foo variables.
106
107 * autotools/webkit.m4:
108
1092009-10-12 Jan Michael Alonzo <[email protected]>
110
111 Reviewed by Gustavo Noronha.
112
113 [Gtk] Use the SQLite3 headers from WebKitLibraries if sqlite3 is undetected
114 https://bugs.webkit.org/show_bug.cgi?id=29518
115
116 * configure.ac:
117
1182009-10-05 Zoltan Horvath <[email protected]>
119
120 Reviewed by Simon Hausmann.
121
122 [Qt] Disable TCmalloc for Windows port at the present, because MinGW
123 hasn't got built-in pthread library.
124
125 * WebKit.pri:
126
1272009-10-02 Prasanth Ullattil <[email protected]>
128
129 Reviewed by Simon Hausmann.
130
131 Disable a few more harmless MSVC warnings.
132
133 * WebKit.pri:
134
1352009-10-01 Laszlo Gombos <[email protected]>
136
137 Unreviewed, build fix.
138
139 [Qt] Symbian build break after r48976.
140 unix is set for Symbian in the Qt build system.
141
142 * WebKit.pri:
143
1442009-10-01 Zoltan Horvath <[email protected]>
145
146 Reviewed by Simon Hausmann.
147
148 [Qt] Enable TCmalloc for the Linux, Mac and Windows Qt-port
149 https://bugs.webkit.org/show_bug.cgi?id=27029
150
151 Remove USE_SYSTEM_MALLOC for Linux, Mac and Windows Qt-port from WebKit.pri,
152 so these Qt-ports will use TCmalloc as other ports.
153
154 * WebKit.pri:
155
1562009-10-01 Martin Robinson <[email protected]>
157
158 Reviewed by Xan Lopez.
159
160 [GTK] GtkIMContext filtering interferes with DOM key events
161 https://bugs.webkit.org/show_bug.cgi?id=28733
162
163 Add new key event test ensuring that IME keypresses are handled.
164
165 * GNUmakefile.am:
166
1672009-10-01 Philippe Normand <[email protected]>
168
169 Reviewed by Xan Lopez.
170
171 [GTK] data: uri support in media player
172 https://bugs.webkit.org/show_bug.cgi?id=29842
173
174 Check presence of gstreamer-pbutils-0.10.
175
176 * configure.ac:
177
1782009-09-26 David Kilzer <[email protected]>
179
180 GTK BUILD FIX: add ENABLE_ORIENTATION_EVENTS support to configure.ac
181
182 * configure.ac: Added support for ENABLE_ORIENTATION_EVENTS.
183
1842009-09-23 Xan Lopez <[email protected]>
185
186 Reviewed by Gustavo Noronha.
187
188 Do not add unneeded include paths for gir files, and add the
189 include paths for headers manually instead of relying on our own
190 pc file and installed headers, since that adds a circular
191 dependency.
192
193 * GNUmakefile.am:
194
1952009-09-23 Jan Michael Alonzo <[email protected]>
196
197 Reviewed by Xan Lopez.
198
199 Minor reorganization to the patch landed in
200 http://trac.webkit.org/changeset/48670. Also move JSCore-1.0.gir
201 in the gtk directory as that's only useful to the Gtk port at the
202 moment.
203
204 * GNUmakefile.am:
205 * configure.ac:
206
2072009-09-23 Xan Lopez <[email protected]>
208
209 Reviewed by Gustavo Noronha.
210
211 [GTK] We should generate our own gir file for introspection
212 https://bugs.webkit.org/show_bug.cgi?id=29603
213
214 Generate gir and typelib files for WebKit and JSCore. The JSCore
215 gir file is handwritten (since it's only useful, for now, as a
216 dependency of the WebKit gir file), the WebKit one is
217 autogenerated from the headers.
218
219 * GNUmakefile.am:
220 * JSCore-1.0.gir: Added.
221 * configure.ac:
222
2232009-09-22 Philippe Normand <[email protected]>
224
225 Reviewed by Xan Lopez.
226
227 link errors due to wrong UNICODE_LIBS on Ubuntu Jaunty
228 https://bugs.webkit.org/show_bug.cgi?id=29638
229
230 Call icu-cconfig with ldflags-libsonly to prevent having a -L
231 statement that could override libs installed in another prefix.
232
233 * autotools/webkit.m4:
234
2352009-09-21 Xan Lopez <[email protected]>
236
237 Reviewed by Gustavo Noronha.
238
239 Bump version for 1.1.15 release.
240
241 * configure.ac:
242
2432009-09-18 Xan Lopez <[email protected]>
244
245 Reviewed by Gustavo Noronha and Jan Alonzo.
246
247 [GTK] context menu overriding API is very limited
248 https://bugs.webkit.org/show_bug.cgi?id=27546
249
250 Add new tests to the build.
251
252 * GNUmakefile.am:
253
2542009-09-18 Xan Lopez <[email protected]>
255
256 Reviewed by Gustavo Noronha and Jan Alonzo.
257
258 [GTK] context menu overriding API is very limited
259 https://bugs.webkit.org/show_bug.cgi?id=27546
260
261 Add WebKitHitTestResult to the build.
262
263 * GNUmakefile.am:
264
2652009-09-10 Laszlo Gombos <[email protected]>
266
267 Reviewed by Ariya Hidayat.
268
269 Disable some ARM compiler warnings
270 https://bugs.webkit.org/show_bug.cgi?id=29083
271
272 The following ARM compiler warnings are disabled
273
274 - #68-D: integer conversion resulted in a change of sign
275 - #111-D: statement is unreachable
276 - #177-D: variable XXX was declared but never referenced
277 - #368-D: class XXX defines no constructor to initialize the following: YYY
278 - #830-D: function XXX "XXX::operator new" has no corresponding operator delete
279 - #1293-D: assignment in condition
280
281 * WebKit.pri:
282
2832009-09-09 Kenneth Rohde Christiansen <[email protected]>
284
285 Reviewed by Simon Hausmann.
286
287 [Qt] Add the alternative QtLauncher (based on QGraphicsView) to the build.
288
289 https://bugs.webkit.org/show_bug.cgi?id=28862
290
291 * WebKit.pro:
292
2932009-09-07 Xan Lopez <[email protected]>
294
295 Rubber-stamped by Gustavo Noronha.
296
297 Bump versions in preparation for 1.1.14 release.
298
299 * configure.ac:
300
3012009-09-07 Gustavo Noronha Silva <[email protected]>
302
303 Reviewed by Xan Lopez.
304
305 https://bugs.webkit.org/show_bug.cgi?id=26854
306 [GTK] Needs API to allow more control over outgoing requests
307
308 * GNUmakefile.am: new files added to the build for new class
309 WebKitNetworkResponse
310
3112009-09-06 Martin Robinson <[email protected]>
312
313 Reviewed by Gustavo Noronha, Jan Alonzo and Xan Lopez.
314
315 [Gtk] Expose a database API
316 https://bugs.webkit.org/show_bug.cgi?id=27899
317
318 Expose an HTML5 database API for GTK+.
319
320 * GNUmakefile.am:
321
3222009-09-04 Albert Bachand <[email protected]>
323
324 Reviewed by Eric Seidel.
325
326 Modify the condition regarding the key modifier for opening combo
327 boxes under GTK from just PLATFORM(GTK) to also look for
328 (PLATFORM(CHROMIUM) && PLATFORM(LINUX)).
329
330 * WebCore/dom/SelectElement.cpp:
331 * WebCore/manual-tests/select-popup-on-spacebar.html:
332
3332009-09-02 Jan Michael Alonzo <[email protected]>
334
335 Reviewed by Xan Lopez and Gustavo Noronha.
336
337 [Gtk] Implement a WebDataSource for the gtk port
338 https://bugs.webkit.org/show_bug.cgi?id=24758
339
340 Add WebKitWebDataSource unit test to the build script
341
342 * GNUmakefile.am:
343
3442009-09-02 Jan Michael Alonzo <[email protected]>
345
346 Reviewed by Xan Lopez and Gustavo Noronha.
347
348 [Gtk] Implement a WebDataSource for the gtk port
349 https://bugs.webkit.org/show_bug.cgi?id=24758
350
351 Add WebKitWebDataSource and DocumentLoaderGtk to the build script.
352
353 * GNUmakefile.am:
354
3552009-09-01 Jan Michael Alonzo <[email protected]>
356
357 Reviewed by Xan Lopez and Gustavo Noronha.
358
359 [Gtk] Implement a WebDataSource for the gtk port
360 https://bugs.webkit.org/show_bug.cgi?id=24758
361
362 Add WebKitWebResource to the build script.
363
364 * GNUmakefile.am:
365
3662009-08-28 Jan Michael Alonzo <[email protected]>
367
368 Reviewed by Oliver Hunt.
369
370 Gtk Build broken for OSX Quartz
371 https://bugs.webkit.org/show_bug.cgi?id=28727
372
373 Define XP_UNIX for non-Win OS builds.
374
375 * GNUmakefile.am:
376
3772009-08-28 Gustavo Noronha Silva <[email protected]>
378
379 Reviewed by Holger Freyther.
380
381 https://bugs.webkit.org/show_bug.cgi?id=25889
382 [GTK] scrollbar policy for main frame is not implementable
383
384 Adding files for the new test for window-related issues (starting
385 with scrollbar policy).
386
387 * GNUmakefile.am:
388
3892009-08-27 Priit Laes <[email protected]>
390
391 Reviewed by Xan Lopez.
392
393 [GTK] Out-of-srcdir build problem
394 https://bugs.webkit.org/show_bug.cgi?id=28741
395
396 * GNUmakefile.am, autotools/webkit.m4:
397 Fix problem with out-of-srcdir builds. Also bump required glib version.
398
3992009-08-24 Gustavo Noronha Silva <[email protected]>
400
401 Reviewed by Xan Lopez.
402
403 Bump package and so versions for 1.1.13 release.
404
405 * configure.ac:
406
4072009-08-22 Javier Jardón <[email protected]>
408
409 [GTK] Not use deprecated symbols in WebKitWebView example code.
410 https://bugs.webkit.org/show_bug.cgi?id=28651
411
412 * WebKit/gtk/webkit/webkitwebview.cpp
413
4142009-08-18 Xan Lopez <[email protected]>
415
416 Rubber-stamped by Holger Freyther.
417
418 Require at least libsoup 2.27.91 for the new password
419 manager/authentication APIs.
420
421 * configure.ac:
422
4232009-08-18 Drew Wilson <[email protected]>
424
425 Reviewed by NOBODY (Build Break).
426
427 Speculative fix for GTK DumpRenderTree.
428
429 * GNUmakefile.am:
430
4312009-08-18 Kent Tamura <[email protected]>
432
433 Reviewed by Eric Seidel.
434
435 Add --enable-datalist option.
436
437 * configure.ac:
438
4392009-08-14 Adam Bergkvist <[email protected]>
440
441 Reviewed by Sam Weinig.
442
443 [GTK] Added EventSource to the build (default on).
444 https://bugs.webkit.org/show_bug.cgi?id=14997
445
446 * configure.ac:
447
4482009-08-14 Jan Michael Alonzo <[email protected]>
449
450 Rubber-stamped by Gustavo Noronha.
451
452 Initialize CFLAGS and CXXFLAGS before the main body of the
453 WEBKIT_INIT macro so C files don't get built with "-g -O2".
454
455 * autotools/webkit.m4:
456
4572009-08-12 Xan Lopez <[email protected]>
458
459 Reviewed by Jan Alonzo.
460
461 [GTK] Remove keyring optional features
462 https://bugs.webkit.org/show_bug.cgi?id=28173
463
464 Remove keyring support, we now do authentication storage through
465 libsoup. We depend on libsoup master now, will bump the dependency
466 when there's a new release.
467
468 * GNUmakefile.am:
469 * configure.ac:
470
4712009-08-11 Drew Wilson <[email protected]>
472
473 Reviewed by NOBODY (Build break).
474
475 Speculative fix for GTK build break.
476
477 * WebKit.pro:
478
4792009-08-11 Tor Arne VestbÞ <[email protected]>
480
481 Reviewed by Simon Hausmann.
482
483 Build the TestNetscapePlugin on Qt/Mac
484
485 * WebKit.pro:
486
4872009-08-11 Xan Lopez <[email protected]>
488
489 Reviewed by Jan Alonzo.
490
491 Prefix lengthy commands with AM_V_GEN so that they produce an
492 output like 'GEN <filename>' when in silent mode.
493
494 * GNUmakefile.am:
495
4962009-08-05 Jan Michael Alonzo <[email protected]>
497
498 Reviewed by Xan Lopez.
499
500 [Gtk] macros in webkit.m4 should be defined once only
501 https://bugs.webkit.org/show_bug.cgi?id=27929
502
503 The macros in webkit.m4 are not meant to be called multiple times
504 so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
505 AC_REQUIRE to remove the automake warnings when doing autogen.sh.
506
507 Lastly, make sure CXXFLAGS and CFLAGS are defined before
508 AC_PROG_CXX gets expanded so it doesn't add "-g -O2" on Release builds.
509
510 * autotools/webkit.m4:
511
5122009-08-05 Xan Lopez <[email protected]>
513
514 Revert r46714, it was making us build debug images by default.
515
516 * autotools/webkit.m4:
517
5182009-08-03 Laszlo Gombos <[email protected]>
519
520 Reviewed by Eric Seidel.
521
522 [Qt] Consolidate common gcc flags to WebKit.pri
523 https://bugs.webkit.org/show_bug.cgi?id=27934
524
525 * WebKit.pri:
526
5272009-08-03 Jan Michael Alonzo <[email protected]>
528
529 Rubber-stamped by Eric Seidel.
530
531 [Gtk] macros in webkit.m4 should be defined once only
532 https://bugs.webkit.org/show_bug.cgi?id=27929
533
534 The macros in webkit.m4 are not meant to be called multiple times
535 so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
536 AC_REQUIRE to remove the automake warnings when doing autogen.sh.
537
538 * autotools/webkit.m4:
539
5402009-07-29 Ariya Hidayat <[email protected]>
541
542 Reviewed by Simon Hausmann.
543
544 Adding ImageDiff project file.
545
546 https://bugs.webkit.org/show_bug.cgi?id=27813
547
548 * WebKit.pro: Added ImageDiff.pro.
549
5502009-07-29 Jan Michael Alonzo <[email protected]>
551
552 Reviewed by Eric Seidel and Xan Lopez.
553
554 [Gtk] Enable http/tests/appcache tests
555 https://bugs.webkit.org/show_bug.cgi?id=27674
556
557 * GNUmakefile.am: Add webkit/webkitapplicationcache.cpp
558
5592009-07-28 Xan Lopez <[email protected]>
560
561 Reviewed by Gustavo Noronha.
562
563 Use automake 1.11 SILENT_RULES when present, for cleaner build
564 output. You can disable it by passing --disable-silent-rules to
565 configure or V=1 to make.
566
567 * autotools/dolt.m4:
568 * configure.ac:
569
5702009-07-28 Laszlo Gombos <[email protected]>
571
572 Reviewed by Simon Hausmann.
573
574 [Qt] Disable some compiler warnings for the win build
575 https://bugs.webkit.org/show_bug.cgi?id=27709
576
577 * WebKit.pri:
578
5792009-07-28 Xan Lopez <[email protected]>
580
581 Reviewed by Gustavo Noronha.
582
583 * configure.ac: bump version for 1.1.12 release.
584
5852009-07-24 Xan Lopez <[email protected]>
586
587 Reviewed by Gustavo Noronha.
588
589 Remove unneeded commas from PKG_CHECK_MODULES.
590
591 * configure.ac:
592
5932009-07-24 Jan Michael Alonzo <[email protected]>
594
595 Reviewed by Xan Lopez.
596
597 Bump pango version requirement to 1.12 which is the version that
598 came with Gtk 2.10.
599
600 * configure.ac:
601
6022009-07-21 Roland Steiner <[email protected]>
603
604 Reviewed by David Levin.
605
606 Add ENABLE_RUBY to list of build options
607 https://bugs.webkit.org/show_bug.cgi?id=27324
608
609 * configure.ac: Added flag ENABLE_RUBY.
610
6112009-07-20 Laszlo Gombos <[email protected]>
612
613 Reviewed by Holger Freyther.
614
615 [Qt] Add an option for QtLauncher to build without QtUiTools dependency
616 https://bugs.webkit.org/show_bug.cgi?id=27438
617
618 Based on Norbert Leser's work.
619
620 * WebKit.pri: Symbian does not have UiTools
621
6222009-07-16 Fumitoshi Ukai <[email protected]>
623
624 Reviewed by David Levin.
625
626 Add --web-sockets flag and ENABLE_WEB_SOCKETS define.
627 https://bugs.webkit.org/show_bug.cgi?id=27206
628
629 Add --enable-web-sockets in configure.ac
630
631 * configure.ac:
632
6332009-07-16 Laszlo Gombos <[email protected]>
634
635 Reviewed by Simon Hausmann.
636
637 [Qt] Enable GNU compiler extensions to the ARM compiler
638 for all Qt ports using RVCT
639 https://bugs.webkit.org/show_bug.cgi?id=27348
640
641 * WebKit.pri:
642
6432009-07-15 Tor Arne VestbÞ <[email protected]>
644
645 Rubber-stamped by Simon Hausmann.
646
647 Fix the Qt/Mac build by disabling TestNetscapePlugin
648
649 We should fix and enable this once we run DRT for Qt/Mac
650
651 * WebKit.pro:
652
6532009-07-13 Gustavo Noronha Silva <[email protected]>
654
655 Unreviewed build fix. Require the correct libsoup version now that
656 it's released.
657
658 * configure.ac:
659
6602009-07-13 Laszlo Gombos <[email protected]>
661
662 Reviewed by Tor Arne VestbÞ.
663
664 [Qt] Build fix for QtWebKit on Win
665 https://bugs.webkit.org/show_bug.cgi?id=27205
666
667 * WebKit.pri: Include the major version number in the QtWebKit
668 library file for Win.
669
6702009-07-13 Simon Hausmann <[email protected]>
671
672 Reviewed by Ariya Hidayat.
673
674 Add the test netscape plugin for the Qt DRT to the build.
675
676 * WebKit.pro:
677
6782009-07-13 Drew Wilson <[email protected]>
679
680 Reviewed by David Levin.
681
682 Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs
683 https://bugs.webkit.org/show_bug.cgi?id=26932
684
685 Added ENABLE(SHARED_WORKERS) flag.
686
687 * configure.ac:
688
6892009-07-12 Xan Lopez <[email protected]>
690
691 Reviewed by Gustavo Noronha.
692
693 Bump version in preparation for 1.1.11 release.
694
695 * configure.ac:
696
6972009-07-07 Norbert Leser <[email protected]>
698
699 Reviewed by Simon Hausmann.
700
701 Exclude DumpRenderTree.pro from symbian build
702
703 * WebKit.pro:
704
7052009-07-09 Drew Wilson <[email protected]>
706
707 Reviewed by Alexey Proskuryakov.
708
709 https://bugs.webkit.org/show_bug.cgi?id=26903
710
711 Turned on CHANNEL_MESSAGING by default because the MessageChannel API
712 can now be implemented for Web Workers and is reasonably stable.
713
714 * configure.ac: enable CHANNEL_MESSAGING.
715
7162009-07-03 Jan Michael Alonzo <[email protected]>
717
718 Reviewed by Xan Lopez and Gustavo Noronha.
719
720 Set user-agent from application
721 https://bugs.webkit.org/show_bug.cgi?id=17375
722
723 Define UA version macros to be used by the UA string.
724 Add new WebSettings unit test for the User-Agent string API.
725
726 * GNUmakefile.am:
727 * configure.ac:
728
7292009-06-20 Gustavo Noronha Silva <[email protected]>
730
731 Reviewed by Jan Alonzo.
732
733 Adding files for the new test case for loading statuses.
734
735 * GNUmakefile.am:
736
7372009-06-15 Xan Lopez <[email protected]>
738
739 Reviewed by Gustavo Noronha.
740
741 Version bump in preparation for 1.1.10 release.
742
743 * configure.ac:
744
7452009-06-12 Tor Arne VestbÞ <[email protected]>
746
747 Reviewed by Xan Lopez.
748
749 Refactor handling of options in the build-webkit script
750
751 Options are now defined in one place, and then reused when creating
752 the usage help text, the arguments to GetOptions(), and when passing
753 the options on to the underlying port-dependent build systems.
754
755 This allows the Qt port to read the defaults for the options from the
756 pro file (dynamically), and to pass the options on to qmake at build.
757
758 * configure.ac:
759
7602009-06-11 Laszlo Gombos <[email protected]>
761
762 Reviewed by Holger Freyther.
763
764 [Qt] Fix release build detection
765 https://bugs.webkit.org/show_bug.cgi?id=26267
766
767 * WebKit.pri:
768
7692009-06-10 Gustavo Noronha Silva <[email protected]>
770
771 Reviewed by Xan Lopez.
772
773 Add unit tests for our WebKitNetworkRequest object.
774
775 * GNUmakefile.am:
776
7772009-06-10 Xan Lopez <[email protected]>
778
779 Reviewed by Gustavo Noronha.
780
781 Version bump in preparation for 1.1.9 release.
782
783 * configure.ac:
784
7852009-06-10 Xan Lopez <[email protected]>
786
787 Reviewed by Jan Alonzo.
788
789 https://bugs.webkit.org/show_bug.cgi?id=25415
790 [GTK][ATK] Please implement support for get_text_at_offset
791
792 Add new dependency on the Gail utils library, needed for our a11y
793 implementation.
794
795 * GNUmakefile.am:
796 * configure.ac:
797
7982009-05-29 Gustavo Noronha Silva <[email protected]>
799
800 Reviewed by Jan Alonzo.
801
802 Add a test-case for our HTTP backend, currently checking the
803 ref-counting of the SoupMessage.
804
805 * GNUmakefile.am:
806
8072009-05-28 Dirk Schulze <[email protected]>
808
809 Reviewed by Nikolas Zimmermann.
810
811 Enable the new build flag --filters for Gtk. More details in WebCore/ChangeLog.
812
813 * configure.ac:
814
8152009-05-19 Xan Lopez <[email protected]>
816
817 Reviewed by Jan Alonzo and Gustavo Noronha.
818
819 https://bugs.webkit.org/show_bug.cgi?id=25415
820 [GTK][ATK] Please implement support for get_text_at_offset
821
822 Add new test file for ATK.
823
824 * GNUmakefile.am:
825
8262009-05-28 Gustavo Noronha Silva <[email protected]>
827
828 Rubber-stamped by Xan Lopez.
829
830 Fix webkitgtk_cleanfiles to clean gtk-doc-related files in the
831 correct directory, so that we pass make distcheck.
832
833 * GNUmakefile.am:
834
8352009-05-28 Xan Lopez <[email protected]>
836
837 Bump version numbers in preparation for 1.1.8 release.
838
839 * configure.ac:
840
8412009-05-23 Jan Michael Alonzo <[email protected]>
842
843 Unreviewed build fix. Add gstreamer-video-0.10 libs to
844 GSTREAMER_LIBS to resolve an undefined reference to gst_video_get_size
845 - symbol used in MediaPlayerPrivateGstreamer.
846
847 * configure.ac:
848
8492009-05-23 Jan Michael Alonzo <[email protected]>
850
851 Reviewed by Xan Lopez.
852
853 [Gtk] Various autotools build refactoring and fixes
854 https://bugs.webkit.org/show_bug.cgi?id=25286
855
856 Refactor library LIBS. Move third-party libs in libwebkit instead
857 of libWebCore.
858
859 * GNUmakefile.am:
860
8612009-05-22 Antonio Gomes <[email protected]>
862
863 Reviewed by Gustavo Noronha.
864
865 Make Gtk build not bail out if gtk-doc-tools is not installed.
866
867 Warning message shown instead.
868
869 * autogen.sh:
870
8712009-05-22 Gustavo Noronha Silva <[email protected]>
872
873 Reviewed by Xan Lopez.
874
875 Add big warnings about the glib unicode backend being slow and
876 incomplete, since it is a work in progress.
877
878 * autotools/webkit.m4:
879 * configure.ac:
880
8812009-05-22 Dominik Röttsches <[email protected]>
882
883 Reviewed by Gustavo Noronha.
884
885 https://bugs.webkit.org/show_bug.cgi?id=15914
886 [GTK] Implement Unicode functionality using GLib
887
888 Initial version of this patch by JÃŒrg Billeter.
889
890 Adding options for --with-unicode-backend=icu|glib
891 and checking for pango version >= 1.21.0 if GLib backend
892 is selected. Temporarily, until remaining parts of
893 this patch are committed, introduce WTF_USE_GLIB_ICU_UNICODE_HYBRID
894 macro to allow for a mixed compilation with WTF Unicode
895 backend based on GLib while text codecs and TextBreakIterator
896 remain ICU dependent.
897
898 * GNUmakefile.am:
899 * configure.ac:
900
9012009-05-18 Gustavo Noronha Silva <[email protected]>
902
903 Reviewed by Gavin Barraclough.
904
905 Enable YARR, and disable WREC for GTK+.
906
907 * configure.ac:
908
9092009-05-18 Jan Michael Alonzo <[email protected]>
910
911 Reviewed by Xan Lopez.
912
913 [Gtk] Various autotools build refactoring and fixes
914 https://bugs.webkit.org/show_bug.cgi?id=25286
915
916 Add support for running unit tests. Also run the tests whenever
917 the 'check' target runs.
918
919 * GNUmakefile.am:
920
9212009-05-18 Jan Michael Alonzo <[email protected]>
922
923 Reviewed by Xan Lopez.
924
925 [Gtk] Various autotools build refactoring and fixes
926 https://bugs.webkit.org/show_bug.cgi?id=25286
927
928 Style fixes
929
930 * GNUmakefile.am:
931
9322009-05-18 Jan Michael Alonzo <[email protected]>
933
934 Reviewed by Xan Lopez.
935
936 [Gtk] Various autotools build refactoring and fixes
937 https://bugs.webkit.org/show_bug.cgi?id=25286
938
939 Add -no-install and -no-fast-install to programs and tests that we
940 don't install. Also remove -O2 since this is already handled at
941 configure time.
942
943 * GNUmakefile.am:
944
9452009-05-17 Jan Michael Alonzo <[email protected]>
946
947 Reviewed by Xan Lopez.
948
949 [Gtk] Various autotools build refactoring and fixes
950 https://bugs.webkit.org/show_bug.cgi?id=25286
951
952 Refactor library cflags
953
954 * GNUmakefile.am:
955
9562009-05-15 Fridrich Strba <[email protected]>
957
958 Reviewed by Jan Alonzo.
959
960 Use AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM, since
961 the JIT compiler is not a cross-compiler
962
963 * configure.ac:
964
9652009-05-13 Xan Lopez <[email protected]>
966
967 Unreviewed: bump versions in preparation for 1.1.7 release.
968
969 * configure.ac:
970
9712009-05-13 Xan Lopez <[email protected]>
972
973 Rubber-stamped by Gustavo Noronha.
974
975 Revert commit r43563, since it breaks WebKitGTK+ when compiled
976 with gcc 4.4.
977
978 * GNUmakefile.am:
979
9802009-05-12 Jan Michael Alonzo <[email protected]>
981
982 Reviewed by Holger Freyther.
983
984 [Gtk] Various autotools build refactoring and fixes
985 https://bugs.webkit.org/show_bug.cgi?id=25286
986
987 Refactor use of CFLAGS, CXXFLAGS, LIBADD and LDFLAGS.
988
989 * GNUmakefile.am:
990
9912009-05-09 Jan Michael Alonzo <[email protected]>
992
993 Reviewed by Gustavo Noronha.
994
995 WebKit-r43163 won't build for gtk-directfb
996 https://bugs.webkit.org/show_bug.cgi?id=25538
997
998 Move the ENCHANT check out of the with_target conditional since it
999 applies to all targets
1000
1001 * configure.ac:
1002
10032009-05-09 Mike Hommey <[email protected]>
1004
1005 Reviewed by Geoffrey Garen. Landed by Jan Alonzo.
1006
1007 Enable JIT on x86-64 gtk+
1008 https://bugs.webkit.org/show_bug.cgi?id=24724
1009
1010 * configure.ac:
1011
10122009-05-08 Gustavo Noronha Silva <[email protected]>
1013
1014 Reviewed by Xan Lopez.
1015
1016 Ship the gtk-doc.make file, so as to not depend on gtkdoc-tools.
1017
1018 * GNUmakefile.am:
1019 * autogen.sh:
1020
10212009-05-06 Tor Arne VestbÞ <[email protected]>
1022
1023 Reviewed by Simon Hausmann.
1024
1025 Build QtWebKit as a framework on Mac
1026
1027 This implies both debug and release build by default, unless
1028 one of the --debug or --release config options are passed to
1029 the build-webkit script.
1030
1031 Frameworks can be disabled by passing CONFIG+=webkit_no_framework
1032 to the build-webkit script.
1033
1034 To be able to build both debug and release targets in parallel
1035 we have to use separate output directories for the generated
1036 sources, which is not optimal, but required to avoid race conditions.
1037
1038 An optimization would be to only require this spit-up on Mac.
1039
1040 * WebKit.pri:
1041
10422009-04-30 Jan Michael Alonzo <[email protected]>
1043
1044 Unreviewed build GTK build fix
1045
1046 * configure.ac: typo fix - javascript_debugger should be enable_javascript_debugger
1047
10482009-04-30 Dimitri Glazkov <[email protected]>
1049
1050 Unreviewed, build fix.
1051
1052 https://bugs.webkit.org/show_bug.cgi?id=25470
1053 Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler.
1054
1055 * configure.ac: Add autoconfig options, missed in the first commit.
1056
10572009-04-28 Xan Lopez <[email protected]>
1058
1059 Unreviewed: bump versions in preparation for 1.1.6 release.
1060
1061 * configure.ac:
1062
10632009-04-25 Jan Michael Alonzo <[email protected]>
1064
1065 Reviewed by Xan Lopez.
1066
1067 [GTK] Error reporting
1068 https://bugs.webkit.org/show_bug.cgi?id=18344
1069
1070 Add webkiterror to the build.
1071
1072 * GNUmakefile.am:
1073
10742009-04-25 Jan Michael Alonzo <[email protected]>
1075
1076 Reviewed by Xan Lopez.
1077
1078 [GTK] Error reporting
1079 https://bugs.webkit.org/show_bug.cgi?id=18344
1080
1081 Add the default error page for installation.
1082
1083 * GNUmakefile.am:
1084
10852009-04-24 Diego Escalante Urrelo <[email protected]>
1086
1087 Reviewed by Gustavo Noronha.
1088
1089 https://bugs.webkit.org/show_bug.cgi?id=15616
1090 [GTK] Add spell checking
1091
1092 Add enchant support for spell-checking-languages property to work
1093 properly.
1094
1095 * GNUmakefile.am:
1096 * configure.ac:
1097
10982009-04-24 Simon Hausmann <[email protected]>
1099
1100 Reviewed by Ariya Hidayat.
1101
1102 Added support for generating API docs in the Qt build using "make docs"
1103
1104 * WebKit.pro: Include docs.pri for "make docs" target.
1105
11062009-04-14 Xan Lopez <[email protected]>
1107
1108 Unreviewed version bump in preparation for 1.1.5 release.
1109
1110 * configure.ac:
1111
11122009-04-06 Gustavo Noronha Silva <[email protected]>
1113
1114 Rubber-stamped by Sam Weinig.
1115
1116 Added rules to maintain the localization support. We cannot simply
1117 use whatever gettextize gives us because our build system is
1118 non-recursive.
1119
1120 * GNUmakefile.am:
1121 * configure.ac:
1122
11232009-04-05 Mike Hommey <[email protected]>
1124
1125 Reviewed by Holger Freyther.
1126
1127 Filter out all C++ symbols
1128 https://bugs.webkit.org/show_bug.cgi?id=24960
1129
1130 Considering the public API is all C, we can just filter out all
1131 C++ mangled symbols, which will avoid exporting symbols in some
1132 corner cases such as gcc bugs on specific architectures, etc.
1133
1134 * autotools/symbols.filter:
1135
11362009-04-03 Gustavo Noronha Silva <[email protected]>
1137
1138 Reviewed by Holger Freyther.
1139
1140 Require GTK+ >= 2.10; 2.8 is already very old, and some very
1141 useful APIs are only available since 2.10.
1142
1143 * configure.ac:
1144
11452009-04-01 Christian Dywan <[email protected]>
1146
1147 Reviewed by Holger Freyther.
1148
1149 Unit test WebKitDownload
1150 http://bugs.webkit.org/show_bug.cgi?id=24844
1151
1152 * GNUmakefile.am: Add a unit test for downloading.
1153
11542009-04-01 Gustavo Noronha Silva <[email protected]>
1155
1156 Unreviewed build fix. Fix make distcheck, after the gtk-doc
1157 integration.
1158
1159 * GNUmakefile.am:
1160
11612009-03-30 Gustavo Noronha Silva <[email protected]>
1162
1163 Reviewed by Holger Freyther.
1164
1165 Integrate gtk-doc into the Gtk+ buildsystem.
1166
1167 * autogen.sh:
1168 * configure.ac:
1169
11702009-03-30 Xan Lopez <[email protected]>
1171
1172 Unreviewed: bump version to 1.1.4 for release.
1173
1174 * configure.ac:
1175
11762009-03-21 Xan Lopez <[email protected]>
1177
1178 Reviewed by Holger Freyther.
1179
1180 Require gnome-keyring 2.26.0, since we were depending on an
1181 unreleased trunk revision between 2.25.91 and 2.26.0.
1182
1183 * configure.ac:
1184
11852009-03-20 Jan Michael Alonzo <[email protected]>
1186
1187 Reviewed by Holger Freyther.
1188
1189 [GTK] Misc patches for WebKitWebHistoryItem
1190 https://bugs.webkit.org/show_bug.cgi?id=24493
1191
1192 Added build support for build the WebKitWebHistoryItem unit test.
1193
1194 * GNUmakefile.am:
1195
11962009-03-20 Jan Michael Alonzo <[email protected]>
1197
1198 Reviewed by Holger Freyther.
1199
1200 Separate gtk unit tests
1201 https://bugs.webkit.org/show_bug.cgi?id=24039
1202
1203 Build the unit tests accordingly.
1204
1205 * GNUmakefile.am:
1206
12072009-03-17 Gustavo Noronha Silva <[email protected]>
1208
1209 Reviewed by Mark Rowe.
1210
1211 Enable HTML5 media elements support by default in the GTK+ port.
1212
1213 * configure.ac:
1214
12152009-03-17 Mike Hommey <[email protected]>
1216
1217 Reviewed by Holger Freyther.
1218
1219 Do not export cti* symbols.
1220 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519924.
1221
1222 * autotools/symbols.filter:
1223
12242009-03-15 Xan Lopez <[email protected]>
1225
1226 Bump version to 1.1.3 for release and fix soversion
1227 calculation (oops). Thanks to Frederik Himpe for pointing this
1228 out.
1229
1230 * configure.ac:
1231
12322009-03-15 Xan Lopez <[email protected]>
1233
1234 Bump version and libtool version for release.
1235
1236 * configure.ac:
1237
12382009-03-14 Xan Lopez <[email protected]>
1239
1240 No review, build fix.
1241
1242 Split clean rules to make distcheck pass.
1243
1244 * GNUmakefile.am:
1245
12462009-03-13 Mark Rowe <[email protected]>
1247
1248 Reviewed by Dan Bernstein.
1249
1250 Remove rarely used Makefile targets from the Makefile.
1251
1252 There are many situations in which the targets don't work as expected,
1253 and their primary use is addressed by having the build system default
1254 to building the appropriate architecture.
1255
1256 * Makefile.shared:
1257
12582009-03-11 Jan Michael Alonzo <[email protected]>
1259
1260 Reviewed by Holger Freyther.
1261
1262 [Gtk] Fix make clean targets
1263 https://bugs.webkit.org/show_bug.cgi?id=24450
1264
1265 Fix 'make' clean targets. We shouldn't be removing DerivedSources
1266 if it's only clean. Only remove it if it's distclean or
1267 maintainer-clean. Also remove build-related auxillary files on
1268 dist/maintainer clean.
1269
1270 * GNUmakefile.am:
1271
12722009-03-11 Jan Michael Alonzo <[email protected]>
1273
1274 Reviewed by Holger Freyther
1275
1276 [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore
1277 https://bugs.webkit.org/show_bug.cgi?id=2260
1278
1279 pangoft2 is also used in directfb builds so use it for all targets
1280
1281 * configure.ac:
1282
12832009-03-02 Xan Lopez <[email protected]>
1284
1285 Reviewed by Mark Rowe.
1286
1287 https://bugs.webkit.org/show_bug.cgi?id=24287
1288 [GTK] Move auth dialog feature to WebKit/
1289
1290 Add WebKitSoupAuthDialog files to build.
1291
1292 * GNUmakefile.am:
1293
12942009-03-03 Gustavo Noronha Silva <[email protected]>
1295
1296 Reviewed by Alexey Proskuryakov.
1297
1298 https://bugs.webkit.org/show_bug.cgi?id=16826
1299 [Gtk] Implement WebKitDownload
1300
1301 Adding new files related to WebKitDownload to the GTK+ port.
1302
1303 * GNUmakefile.am:
1304
13052009-03-02 Gustavo Noronha Silva <[email protected]>
1306
1307 Unreviewed build fix; adding missing files to EXTRA_DIST, so that
1308 they show up in the tarball.
1309
1310 * GNUmakefile.am:
1311
13122009-03-01 Christian Dywan <[email protected]>
1313
1314 * configure.ac: Bump GTK port version to 1.1.1.
1315
13162009-02-27 Gustavo Noronha Silva <[email protected]>
1317
1318 Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list
1319 file to EXTRA_DIST to fix make dist.
1320
1321 * GNUmakefile.am:
1322
13232009-02-26 Xan Lopez <[email protected]>
1324
1325 Reviewed by Holger Freyther.
1326
1327 https://bugs.webkit.org/show_bug.cgi?id=16947
1328 [GTK] Missing HTTP Auth challenge
1329
1330 Add HTTP authentication dialog with optional GNOME Keyring
1331 storage.
1332
1333 * GNUmakefile.am:
1334 * configure.ac:
1335
13362009-02-26 Xan Lopez <[email protected]>
1337
1338 Reviewed by Holger Freyther.
1339
1340 https://bugs.webkit.org/show_bug.cgi?id=16947
1341 [GTK] Missing HTTP Auth challenge
1342
1343 Take marshallers to be built from a manually maintained list
1344 instead of grepping the sources.
1345
1346 It's much faster, especially so now that we want to add
1347 marshallers from WebCore too. A system to only take into account
1348 the modified files when generating the marshallers from sources
1349 could be hacked, but I think it's overkill considering how rarely
1350 a new marshaller is added.
1351
1352 * GNUmakefile.am:
1353
13542009-02-24 Jan Michael Alonzo <[email protected]>
1355
1356 Reviewed by Alexey Proskuryakov.
1357
1358 [Gtk] add options for 3D transforms and HTML5 channel messaging to the build
1359 https://bugs.webkit.org/show_bug.cgi?id=24072
1360
1361 Add options for toggling 3D transforms and HTML5 channel messaging
1362 support on or off.
1363
1364 Also fix the web-workers option. It should be web-workers and not workers.
1365
1366 * configure.ac:
1367
13682009-02-23 Xan Lopez <[email protected]>
1369
1370 Reviewed by Alexey Proskuryakov.
1371
1372 https://bugs.webkit.org/show_bug.cgi?id=22624
1373 [SOUP][GTK] Need API to get SoupSession from WebKit.
1374
1375 Remove CURL support, the only supported HTTP backend is SOUP now.
1376
1377 * GNUmakefile.am:
1378 * configure.ac:
1379
13802009-02-19 Christian Dywan <[email protected]>
1381
1382 Rubber-stamped by Holger Freyther.
1383
1384 http://bugs.webkit.org/show_bug.cgi?id=22811
1385 Underlinking in Programs_UnitTests (GTK+ build)
1386
1387 * GNUmakefile.am: Add GLIB_LIBS to unit test library flags.
1388
13892009-02-18 Gustavo Noronha Silva <[email protected]>
1390
1391 Reviewed by Holger Freyther.
1392
1393 Fix symbols.filter location, and add other missing files to the
1394 autotools build, so that make dist works.
1395
1396 * GNUmakefile.am:
1397
13982009-02-17 Gustavo Noronha Silva <[email protected]>
1399
1400 Reviewed by Alexey Proskuryakov.
1401
1402 https://bugs.webkit.org/show_bug.cgi?id=23939
1403 Release build being built with debugging symbols
1404
1405 * configure.ac: Revert change done in revision 40790, since we
1406 already have a AC_PROG_CXX macro call as part of WEBKIT_INIT
1407
14082009-02-12 Gustavo Noronha Silva <[email protected]>
1409
1410 Reviewed by Eric Seidel.
1411
1412 * configure.ac: Make soup the default HTTP backend for the Gtk port.
1413
14142009-02-09 Calvin Walton <[email protected]>
1415
1416 Reviewed by Holger Freyther.
1417
1418 https://bugs.webkit.org/show_bug.cgi?id=23823
1419
1420 [Gtk] Fix build with recent autotools
1421
1422 Current versions of automake/libtool don't assume you want C++ enabled
1423 by default any more, so explicitly check for a C++ compiler.
1424
1425 * configure.ac: Add AC_PROG_CXX macro
1426
14272009-02-02 Christian Dywan <[email protected]>
1428
1429 Rubber-stamped by Holger Freyther.
1430
1431 Don't require Geolocation by default.
1432
1433 * configure.ac:
1434
14352009-01-30 Jan Michael Alonzo <[email protected]>
1436
1437 Reviewed by Nikolas Zimmermann.
1438
1439 [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits
1440 https://bugs.webkit.org/show_bug.cgi?id=22136
1441
1442 * GNUmakefile.am:
1443 * acinclude.m4: Removed.
1444 * autogen.sh:
1445 * autotools/acinclude.m4: Added.
1446 * autotools/dolt.m4: Added.
1447 * autotools/symbols.filter: Renamed from symbols.filter.
1448 * autotools/webkit.m4: Added.
1449 * configure.ac:
1450
14512009-01-30 Holger Hans Peter Freyther <[email protected]>
1452
1453 Reviewed by Nikolas Zimmermann.
1454
1455 [GTK] Implement GeolocationService using the Geoclue library
1456
1457 https://bugs.webkit.org/show_bug.cgi?id=22022
1458
1459 Untested implementation of the GeolocationService using the geoclue
1460 library. Velocity handling is completely missing and the accuracy
1461 handling might be wrong.
1462
1463 * GNUmakefile.am:
1464 * configure.ac:
1465
14662009-01-11 Xan Lopez <[email protected]>
1467
1468 Reviewed by Holger Freyther.
1469
1470 Bump version to 1.1.0 since we are breaking ABI and adding new
1471 major features.
1472
1473 * configure.ac:
1474
14752008-12-19 Marco Barisione <[email protected]>
1476
1477 Reviewed by Holger Freyther.
1478
1479 http://bugs.webkit.org/show_bug.cgi?id=16562
1480 [gtk] Implement WebPolicyDelegate methods
1481
1482 Original work by Pierre-Luc Beaudoin. Final touches by Gustavo
1483 Noronha.
1484
1485 This implements the delegates methods of WebPolicyDelegate.
1486 Since Gtk+/C doesn't have delegate methods, they are replaced with
1487 signals.
1488
1489 A new object WebKitWebPolicyDecision allows the browser to delay its
1490 response in certain cases. WebKitWebNavigationAction contains the
1491 information about what caused a navigation request.
1492
1493 * GNUmakefile.am: Add new files
1494
14952008-12-19 Gustavo Noronha Silva <[email protected]>
1496
1497 Reviewed by Holger Freyther.
1498
1499 Use ustar tar format for WebKit/GTK+'s make dist target, so that
1500 storing files whose filenames are > 99 is possible.
1501
1502 * configure.ac:
1503
15042008-12-19 Holger Hans Peter Freyther <[email protected]>
1505
1506 [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST
1507
1508 Fix the jit compilation on i*686 on Linux by using the va_list
1509 to pass arguments to the CTI. This is done on the MAC as well
1510 and sunspider and javascriptcore seem to work with that.
1511
1512 * configure.ac:
1513
15142008-12-18 Pamela Greene <[email protected]>
1515
1516 Submitted without review.
1517 Right, remove the whole misplaced directory, not just the tests.
1518
1519 * fast: Removed.
1520 * fast/dom: Removed.
1521
15222008-12-18 Pamela Greene <[email protected]>
1523
1524 Submitted without review.
1525 Moving layout test into LayoutTests where it belongs.
1526
1527 * fast/dom/setter-type-enforcement-expected.txt: Removed.
1528 * fast/dom/setter-type-enforcement.html: Removed.
1529
15302008-12-15 Daniel Macks <[email protected]>
1531
1532 Reviewed by Darin Adler.
1533
1534 Default to use external libicu-config if avail on all platforms.
1535 https://bugs.webkit.org/show_bug.cgi?id=22713
1536
1537 * configure.ac:
1538
15392008-12-12 Holger Hans Peter Freyther <[email protected]>
1540
1541 Back out r39222 as this is breaking the build on Gentoo (aclocal-1.10)
1542
1543 The m4 directory does not exist and we now have a compile issue on
1544 Gentoo systems.
1545
1546 * GNUmakefile.am:
1547 * configure.ac:
1548
15492008-12-11 Daniel Macks <[email protected]>
1550
1551 Reviewed by Darin Adler.
1552
1553 https://bugs.webkit.org/show_bug.cgi?id=22714
1554
1555 Put libtool macro files in subdir that it wants.
1556
1557 * GNUmakefile.am:
1558 * configure.ac:
1559
15602008-12-07 Holger Hans Peter Freyther <[email protected]>
1561
1562 Reviewed by Eric Seidel.
1563
1564 [Gtk+] Use glib's unit test facilities to test the WebKit/Gtk+ API
1565
1566 https://bugs.webkit.org/show_bug.cgi?id=22491
1567
1568 Add the skeleton to WebKit/gtk/tests and integrate that into the
1569 buildsystem. Testing support was added in glib 2.16. For versions
1570 using glib < 2.16 we compile an empty application.
1571
1572 * GNUmakefile.am:
1573
15742008-12-07 Holger Hans Peter Freyther <[email protected]>
1575
1576 Reviewed by Cameron Zwarich.
1577
1578 [GTK] Define ENABLE_JIT_OPTIMIZE_CALL, ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS, ENABLE_JIT_OPTIMIZE_ARITHMETIC
1579
1580 When building the jit on i*86 also enable the above optimizations.
1581
1582 * configure.ac:
1583
15842008-12-03 Simon Hausmann <[email protected]>
1585
1586 Reviewed by Tor Arne VestbÞ.
1587
1588 Fix the build of WebKit inside Qt by making sure that qmake generators
1589 that do not produce generated sources (i.e. cpp files) are not
1590 included in SOURCES.
1591
1592 * WebKit.pri:
1593
15942008-12-02 Simon Hausmann <[email protected]>
1595
1596 Reviewed by Tor Arne VestbÞ.
1597
1598 Removed JavaScriptCore from SUBDIRS as it's not built separately
1599 anymore.
1600
1601 * WebKit.pro:
1602
16032008-11-28 Gustavo Noronha Silva <[email protected]>
1604
1605 Reviewed and slightly modified by Holger Freyther.
1606
1607 https://bugs.webkit.org/show_bug.cgi?id=19130
1608
1609 Added the new WebKitGtk files to be built:
1610 WebKit/gtk/webkit/webkitwebwindowfeatures.{cpp,h}
1611
1612 * GNUmakefile.am:
1613
16142008-11-26 Kalle Vahlman <[email protected]>
1615
1616 Reviewed by Darin Adler. Landed by Jan Alonzo.
1617
1618 Bison versions under 2.2 produce crashing CSSGrammar code for ARM
1619 https://bugs.webkit.org/show_bug.cgi?id=22456
1620
1621 Check for bison version 2.2 or greater on ARM. Earlier versions produce
1622 code that crashes on ARM devices.
1623
1624 * configure.ac:
1625
16262008-11-25 Holger Hans Peter Freyther <[email protected]>
1627
1628 Reviewed by David Kilzer.
1629
1630 https://bugs.webkit.org/show_bug.cgi?id=22022
1631
1632 Add Geolocation support to the configure.ac
1633
1634 Add an option to build WebKit/Gtk+ with Geolocation. The
1635 implementation will be using Gypsy.
1636
1637 * configure.ac:
1638
16392008-11-24 Holger Hans Peter Freyther <[email protected]>
1640
1641 Reviewed by Mark Rowe.
1642
1643 [Gtk+] Add configure option to enable Web Workers and enable it by default
1644
1645 Add --enable-workers to the buildsystem (used by build-webkit) add
1646 the to be build files to the GNUmakefile.am and change build-webkit
1647 to enable Web Workers by default.
1648
1649 * configure.ac:
1650
16512008-09-09 Joerg Bornemann <[email protected]>
1652
1653 Reviewed by Simon Hausmann.
1654
1655 Steps towards making the Qt port of WebKit compile on Windows CE
1656
1657 https://bugs.webkit.org/show_bug.cgi?id=20746
1658
1659 * WebKit.pro: don't build DumpRenderTree on all Win32 platforms
1660
16612008-11-17 Nikolas Zimmermann <[email protected]>
1662
1663 Reviewed by George Staikos.
1664
1665 Add WML build support for Gtk as well.
1666
1667 * configure.ac:
1668
16692008-11-16 Geoffrey Garen <[email protected]>
1670
1671 Not reviewed.
1672
1673 Try to fix gtk build.
1674
1675 * configure.ac:
1676
16772008-11-10 Tor Arne VestbÞ <[email protected]>
1678
1679 Rubber-stamped by Simon Hausmann.
1680
1681 Distinguish between building from trunk and as part of Qt
1682
1683 * WebKit.pri:
1684
16852008-11-10 Morten SÞrvig <[email protected]>
1686
1687 Reviewed by Simon Hausmann.
1688
1689 Make tests/auto/qwebframe compile on Qt/Mac.
1690
1691 * WebKit.pri: Fix linkage against QtWebKit when compiled as framework.
1692
16932008-11-06 Cameron Zwarich <[email protected]>
1694
1695 Not reviewed.
1696
1697 Speculatively fix the GTK build.
1698
1699 * GNUmakefile.am:
1700
17012008-11-06 Alp Toker <[email protected]>
1702
1703 GTK build fix for r38155. create_hash_table was moved out of kjs/
1704
1705 * GNUmakefile.am:
1706
17072008-11-06 Cameron Zwarich <[email protected]>
1708
1709 Rubber-stamped by Sam Weinig.
1710
1711 Correct the reference to jsc.pro in WebKit.pro to match its new
1712 location in the root directory of JavaScriptCore.
1713
1714 * WebKit.pro:
1715
17162008-11-03 Alp Toker <[email protected]>
1717
1718 autotools distcleancheck fix. Add dolt-generated files and
1719 webkitenumtypes.h to the list of files that need to be cleaned.
1720 Unreviewed.
1721
1722 * GNUmakefile.am:
1723
17242008-11-03 Alp Toker <[email protected]>
1725
1726 Rubber-stamped by Holger Freyther.
1727
1728 Do not enable RTTI or exceptions in debug builds, matching release
1729 builds. They don't help much with debugging and significantly slow
1730 down and increase the size of the debug build.
1731
1732 * GNUmakefile.am:
1733
17342008-11-03 Alp Toker <[email protected]>
1735
1736 Rubber-stamped by Holger Freyther.
1737
1738 Add mingw32 case to dolt for faster GTK+ Windows builds.
1739
1740 * acinclude.m4:
1741
17422008-11-02 Xan Lopez <[email protected]>
1743
1744 Reviewed by Holger Freyther
1745
1746 https://bugs.webkit.org/show_bug.cgi?id=22009
1747 HTML5 Video with GStreamer pulls gnome-vfs without using it.
1748
1749 * configure.ac:
1750 Remove gnome-vfs from configure.ac, it's unused.
1751
17522008-10-30 Alp Toker <[email protected]>
1753
1754 https://bugs.webkit.org/show_bug.cgi?id=19395
1755 doltlibtool bug with bash 3.0
1756
1757 autotools dolt build fix for bash version 3.0 and older. Remove
1758 concatenation syntax from doltlibtool to support the older versions
1759 which don't have '+='.
1760
1761 * acinclude.m4:
1762
17632008-10-30 Alp Toker <[email protected]>
1764
1765 Rubber-stamped by Oliver Hunt.
1766
1767 autotools build system change to enable JIT features by default. Can
1768 be disabled with --disable-jit (and is disabled automatically on
1769 unsupported platforms).
1770
1771 * configure.ac:
1772
17732008-10-30 Alp Toker <[email protected]>
1774
1775 Bump WebKit GTK+ version to 1.0.3.
1776
1777 * configure.ac:
1778
17792008-10-29 Gustavo Noronha Silva <[email protected]>
1780
1781 Reviewed by Holger Freyther.
1782
1783 Added all the files that need to be installed for the Inspector to
1784 work.
1785
17862008-10-29 Mike Hommey <[email protected]>
1787
1788 Reviewed by Holger Freyther.
1789
1790 https://bugs.webkit.org/show_bug.cgi?id=21884
1791 Test presence and link against libpng.
1792
1793 * GNUmakefile.am:
1794 * configure.ac:
1795
17962008-10-29 Jan Michael Alonzo <[email protected]>
1797
1798 Reviewed by Holger Freyther.
1799
1800 Add --enable-optimizations to enable optimized builds. The default
1801 is to enable it for release builds, and disabled for debug builds.
1802 This option will allow builders to have a debug as well as
1803 optimized builds.
1804
1805 * GNUmakefile.am:
1806 * configure.ac:
1807
18082008-10-28 Mike Hommey <[email protected]>
1809
1810 Reviewed by Alp Toker.
1811
1812 https://bugs.webkit.org/show_bug.cgi?id=21885
1813 [GTK] libwebkit doesn't link against libpangoft2
1814
1815 Add pkg-config check for pangoft2 which provides
1816 pango_fc_font_description_from_pattern() used in the FreeType font
1817 backend.
1818
1819 * configure.ac:
1820
18212008-10-28 Alp Toker <[email protected]>
1822
1823 Include copyright license files in the autotools dist target.
1824
1825 Change suggested by Mike Hommey.
1826
1827 * GNUmakefile.am:
1828
18292008-10-25 Jan Michael Alonzo <[email protected]>
1830
1831 Gtk build fix: add '-' to Wl which was missed in r36845
1832
1833 * GNUmakefile.am:
1834
18352008-10-22 Alp Toker <[email protected]>
1836
1837 Fix build for Cairo 1.2.
1838
1839 * configure.ac:
1840
18412008-10-20 Alp Toker <[email protected]>
1842
1843 Partial GTK+/Win32 build fix. Lowercase library name to enable linking
1844 when cross-compiling Windows binaries from Linux: -lWs2_32 -> -lws2_32
1845
1846 * configure.ac:
1847
18482008-10-13 Alp Toker <[email protected]>
1849
1850 GTK+ build fix: Ensure correct builds when debugging is
1851 enabled/disabled by defining NDEBUG in autotoolsconfig.h as needed.
1852 It's still passed as a compiler flag since some sources (DRT) don't
1853 use config.h yet.
1854
1855 * configure.ac:
1856
18572008-10-09 Alp Toker <[email protected]>
1858
1859 Reviewed by Mark Rowe.
1860
1861 https://bugs.webkit.org/show_bug.cgi?id=20760
1862 Implement support for x86 Linux in CTI
1863
1864 Prepare to enable CTI/WREC on supported architectures. Will be
1865 switched on when the crasher introduced in r37386 is resolved.
1866
1867 * configure.ac:
1868
18692008-10-07 Alp Toker <[email protected]>
1870
1871 GTK+ build fix for older automake versions (1.7). Discussed in bug
1872 #21392.
1873
1874 * GNUmakefile.am:
1875
18762008-10-07 Alp Toker <[email protected]>
1877
1878 Reviewed by Mark Rowe.
1879
1880 https://bugs.webkit.org/show_bug.cgi?id=21392
1881 [GTK] Auto-generate JS DOM binding sources list
1882
1883 Remove the huge lists of generated DOM binding sources and headers in
1884 the build system. These are difficult to maintain and can be derived
1885 automatically.
1886
1887 The new strategy is to re-use the existing lists of IDL sources (which
1888 are needed for dist support anyway). This will also ease the addition
1889 of new language bindings.
1890
1891 * GNUmakefile.am:
1892
18932008-09-27 Jan Michael Alonzo <[email protected]>
1894
1895 Reviewed by Holger Freyther.
1896
1897 https://bugs.webkit.org/show_bug.cgi?id=20287
1898 [Gtk] disable plugins for gtk/directfb target
1899
1900 Introduce WTF_PLATFORM_X11 for X11 builds.
1901 Also use target-specific packages when building the port
1902
1903 * configure.ac: Do not check for cairo-ft for directfb builds.
1904
19052008-09-27 Marco Barisione <[email protected]>
1906
1907 Reviewed by Holger Freyther.
1908
1909 http://bugs.webkit.org/show_bug.cgi?id=21174
1910 [GTK][AUTOTOOLS] Enable large file support at configure time
1911
1912 * configure.ac: Enable large file support with AC_SYS_LARGEFILE.
1913
19142008-09-23 Richard Hult <[email protected]>
1915
1916 Reviewed by Alp Toker. Landed by Jan Alonzo.
1917
1918 http://bugs.webkit.org/show_bug.cgi?id=20582
1919 [Gtk] Link error on Mac OS X
1920
1921 * GNUmakefile.am: Only use the -version-script flag for the gnu
1922 linker.
1923 * configure.ac: Check for GNU OSes.
1924
19252008-09-19 Alp Toker <[email protected]>
1926
1927 Build fix for the 'gold' linker and recent binutils. New behaviour
1928 requires that we link to used libraries explicitly.
1929
1930 * GNUmakefile.am:
1931 * configure.ac:
1932
19332008-09-04 Marco Barisione <[email protected]>
1934
1935 Reviewed by Eric Seidel.
1936
1937 http://bugs.webkit.org/show_bug.cgi?id=20380
1938 [GTK][AUTOTOOLS] Include autotoolsconfig.h from config.h
1939
1940 * configure.ac: Rename the configuration header from aconfig.h to autotoolsconfig.h.
1941
19422008-08-28 Alp Toker <[email protected]>
1943
1944 GTK+ dist/build fix. List newly added header files.
1945
1946 * GNUmakefile.am:
1947
19482008-08-27 Mike Hommey <[email protected]>
1949
1950 Reviewed by Holger.
1951
1952 * GNUmakefile.am:
1953 * symbols.filter: Added.
1954
19552008-08-10 Jan Michael Alonzo <[email protected]>
1956
1957 Reviewed (and updated) by Alp Toker.
1958
1959 https://bugs.webkit.org/show_bug.cgi?id=16620
1960 [GTK] Autotools make dist and make check support
1961
1962 Get make dist working.
1963
1964 Note that not all possible configurations have been tested yet.
1965
1966 * GNUmakefile.am:
1967
19682008-08-09 Marco Barisione <[email protected]>
1969
1970 Reviewed by Alp Toker.
1971
1972 http://bugs.webkit.org/show_bug.cgi?id=19045
1973 [gtk] ./configure doesn't check for x toolkit availability
1974
1975 Some old versions of Xt do not provide xt.pc, in this case use
1976 AC_CHECK_LIB to check if the library is installed and then fall back
1977 to using just -lXt.
1978
1979 * configure.ac:
1980
19812008-08-09 Alp Toker <[email protected]>
1982
1983 GTK+ build fixes.
1984
1985 Back out r20338 libxslt check (conditional check already exists and
1986 this broke the build).
1987
1988 Make the flex version check a warning rather than fatal to fix the
1989 build bot.
1990
1991 * configure.ac:
1992
19932008-08-08 Jan Michael Alonzo <[email protected]>
1994
1995 Reviewed by Mark Rowe.
1996
1997 http://bugs.webkit.org/show_bug.cgi?id=20338
1998 [Gtk] Autotools should check for libxslt
1999
2000 Autotools check for libxslt
2001
2002 * configure.ac:
2003
20042008-08-07 Kalle Vahlman <[email protected]>
2005
2006 Reviewed by David Kilzer.
2007
2008 Check for correct flex version to avoid faulty builds
2009
2010 A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it
2011 https://bugs.webkit.org/show_bug.cgi?id=20253
2012
2013 acinclude.m4: Import AX_COMPARE_VERSION macro
2014 configure.ac: Check for flex version
2015
2016 * acinclude.m4:
2017 * configure.ac:
2018
20192008-08-07 Simon Hausmann <[email protected]>
2020
2021 Rubber-stamped by Lars.
2022
2023 Added API tests for QWebPage/QWebFrame based on QTestLib.
2024
2025 * WebKit.pro: Add WebKit/qt/tests to the build.
2026
20272008-08-06 Marco Barisione <[email protected]>
2028
2029 Reviewed by Eric Seidel.
2030
2031 http://bugs.webkit.org/show_bug.cgi?id=20276
2032 [GTK] Makefile rules for the enum GTypes files depend on Makefile
2033 instead of GNUmakefile
2034
2035 The patch committed in revision 34649 added the code needed to
2036 generate GTypes for enums but the makefile rules for
2037 stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on
2038 Makefile (used by other ports) instead of GNUmakefile.
2039
2040 * GNUmakefile.am: Depend on GNUmakefile instead of Makefile.
2041
20422008-08-05 Marco Barisione <[email protected]>
2043
2044 Reviewed by Alp Toker.
2045
2046 http://bugs.webkit.org/show_bug.cgi?id=19045
2047 [gtk] ./configure doesn't check for x toolkit availability
2048
2049 Check for the .pc file for Xt instead of hard coding -lXt in the
2050 GNUmakefile.am.
2051
2052 Thanks to Dominik Röttsches for the initial patch.
2053
2054 * GNUmakefile.am:
2055 * configure.ac:
2056
20572008-07-30 Marco Barisione <[email protected]>
2058
2059 Reviewed by Holger.
2060
2061 http://bugs.webkit.org/show_bug.cgi?id=19742
2062 [GTK] Auto generate webkitmarshal.list
2063
2064 Auto generate webkitmarshal.list from source files to reduce the
2065 number of conflicts when merging git branches or when applying
2066 patches.
2067 Also rename webkit-marshal.* to webkitmarshal.* for consistency.
2068
2069 * GNUmakefile.am:
2070
20712008-07-25 Jan Michael Alonzo <[email protected]>
2072
2073 Reviewed by Mark Rowe.
2074
2075 Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee.
2076
2077 [Gtk] Improve detection jpeglib
2078 https://bugs.webkit.org/show_bug.cgi?id=17865
2079
2080 * GNUmakefile.am:
2081 * configure.ac:
2082
20832008-07-25 Simon Hausmann <[email protected]>
2084
2085 Discussed with and rubber-stamped by Lars.
2086
2087 Fix the build system for the Qt port.
2088
2089 Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the
2090 include search path. With a build process that combines JavaScriptCore and
2091 WebCore in one build process/Makefile the existance of
2092 JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts.
2093
2094 This commit solves this by introducing a separate build of JavaScriptCore into
2095 a static library.
2096
2097 As a result of the split-up a race-condition due to broken dependencies of
2098 regular source files to header files of generated sources showed up very
2099 frequently when doing parallel builds (which the buildbot does). This commit at
2100 the same time tries to address the dependency problem by making the
2101 addExtraCompiler() function also generate a pseudo extra compiler that
2102 represents the header file output, so that qmake is aware of the creation of
2103 the header file for dependency calculation.
2104
2105 At the same time I removed a lot of cruft from the pro files to ease maintenance.
2106
2107 * WebKit.pri:
2108 * WebKit.pro:
2109
21102008-06-18 Marco Barisione <[email protected]>
2111
2112 Reviewed by Alp Toker.
2113
2114 https://bugs.webkit.org/show_bug.cgi?id=19171
2115 [GTK] GTypes for enumerations
2116
2117 Generate GTypes for public enumerations so they can be used as
2118 properties.
2119
2120 * GNUmakefile.am: Generate webkit-enum-types.cpp and
2121 webkit-enum-types.h.
2122
21232008-06-16 Simon Hausmann <[email protected]>
2124
2125 Fix the Qt build. testkjs.pro is now called jsc.pro.
2126
2127 * WebKit.pro:
2128
21292008-06-15 Alp Toker <[email protected]>
2130
2131 Rubber-stamped by Maciej.
2132
2133 Install 'jsc' application by default.
2134
2135 * GNUmakefile.am:
2136
21372008-06-08 Alp Toker <[email protected]>
2138
2139 autotools/GTK+ build system cleanup. Don't include WebKit API in the
2140 WebCore build as it's no longer needed since r34426.
2141
2142 * GNUmakefile.am:
2143
21442008-06-08 Alp Toker <[email protected]>
2145
2146 Rubber-stamped by Mark Rowe.
2147
2148 Bring back -fstrict-aliasing for JavaScriptCore which was removed in
2149 r31821, since aliasing issues have now been fixed.
2150
2151 Use -O3, not -O2 for the JavaScriptCore build.
2152
2153 * GNUmakefile.am:
2154 * configure.ac:
2155
21562008-06-05 Christian Dywan <[email protected]>
2157
2158 Reviewed by Alp Toker.
2159
2160 https://bugs.webkit.org/show_bug.cgi?id=14141
2161 Please add a version to the Gtk port
2162
2163 * GNUmakefile.am:
2164
21652008-06-02 Alp Toker <[email protected]>
2166
2167 GTK+/autotools Windows build system fixes.
2168
2169 * GNUmakefile.am:
2170 * configure.ac:
2171
21722008-06-02 Jan Michael Alonzo <[email protected]>
2173
2174 Reviewed by Alp Toker.
2175
2176 Build WebCore GTK+ sources as part of WebCore, not WebKit.
2177 Split common and GTK+-specific sources into separate file lists.
2178
2179 * GNUmakefile.am:
2180
21812008-06-01 Josh Triplett <[email protected]>
2182
2183 Reviewed by Alp Toker.
2184
2185 http://bugs.webkit.org/show_bug.cgi?id=16891
2186 [GTK] autotools build is slow
2187
2188 Add dolt revision 5e9eef10 to the autotools build system. Speeds up
2189 the build, often by a factor of two or more on supported platforms,
2190 otherwise falls back to libtool.
2191
2192 See http://dolt.freedesktop.org for details.
2193
2194 * acinclude.m4: Added.
2195 * configure.ac:
2196
21972008-05-25 Jan Michael Alonzo <[email protected]>
2198
2199 Reviewed by Alp Toker.
2200
2201 http://bugs.webkit.org/show_bug.cgi?id=19142
2202 [Gtk] Remove build options --svg-experimental and --cross-document-messaging
2203
2204 * configure.ac:
2205
22062008-05-24 Alp Toker <[email protected]>
2207
2208 GTK+/Win32 build fixes. Link against Windows ICU without using
2209 icu-config since it's not available on that platform.
2210
2211 Link against Ws2_32 when the curl http backend is chosen since we
2212 use select() directly.
2213
2214 * configure.ac:
2215
22162008-05-23 Alp Toker <[email protected]>
2217
2218 GTK+ fixes for building without database support.
2219
2220 * configure.ac:
2221
22222008-05-20 Jan Michael Alonzo <[email protected]>
2223
2224 Reviewed by Alp Toker.
2225
2226 Fix for previous autotools change.
2227
2228 * configure.ac:
2229
22302008-05-20 Jan Michael Alonzo <[email protected]>
2231
2232 Reviewed by Alp.
2233
2234 http://bugs.webkit.org/show_bug.cgi?id=18483
2235 [Gtk] Autotools should match build-webkit default flags
2236
2237 * configure.ac:
2238
22392008-05-19 Alp Toker <[email protected]>
2240
2241 GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when
2242 the Pango font backend is selected.
2243
2244 * GNUmakefile.am:
2245 * configure.ac:
2246
22472008-05-16 Julien Chaffraix <[email protected]>
2248
2249 Reviewed by Eric.
2250
2251 Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated
2252
2253 * configure.ac: Add HTML_FLAGS and set it when video is enabled.
2254
22552008-05-15 Ariya Hidayat <[email protected]>
2256
2257 Reviewed by Simon.
2258
2259 Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files
2260 from gtk-port.
2261
2262 * WebKit.pri:
2263 * WebKit.pro:
2264
22652008-05-09 Anders Carlsson <[email protected]>
2266
2267 Reviewed by Mark.
2268
2269 Add x86_64 rule.
2270
2271 * Makefile:
2272
22732008-05-09 Simon Hausmann <[email protected]>
2274
2275 Reviewed by Holger.
2276
2277 Removed explicit linkage against libxml and libxslt on Qt/Mac builds.
2278
2279 This dependency is completely unnecessary here and creates only problems by
2280 propagating through WebCore.pro over libQtWebKit.prl right now customer
2281 applications.
2282
2283
2284 * WebKit.pri:
2285
22862008-05-02 Anders Carlsson <[email protected]>
2287
2288 Reviewed by Mark.
2289
2290 Add an "x86_64" make rule.
2291
2292 * Makefile.shared:
2293
22942008-05-02 Jan Michael Alonzo <[email protected]>
2295
2296 Reviewed by Eric.
2297
2298 https://bugs.webkit.org/show_bug.cgi?id=18811
2299 Enable dashboard and offline web apps in autotools
2300
2301 * configure.ac:
2302
23032008-05-01 Marc Ordinas i Llopis <[email protected]>
2304
2305 Reviewed by Alp Toker.
2306
2307 https://bugs.webkit.org/show_bug.cgi?id=14750
2308 Added support for NPAPI plugins on Gtk and Qt-x11 ports.
2309
2310 * GNUmakefile.am: Added Xt library.
2311
23122008-04-29 David Kilzer <[email protected]>
2313
2314 BUILD FIX for ENABLE(DASHBOARD_SUPPORT)
2315
2316 * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT.
2317
23182008-04-22 Alp Toker <[email protected]>
2319
2320 GTK+ debug build fix for changes in r32257.
2321
2322 * GNUmakefile.am:
2323
23242008-04-18 Jan Michael Alonzo <[email protected]>
2325
2326 Reviewed by Alp Toker.
2327
2328 http://bugs.webkit.org/show_bug.cgi?id=16620
2329 [GTK] Autotools make dist and make check support
2330
2331 Cleanups.
2332
2333 * GNUmakefile.am:
2334
23352008-04-11 Mark Rowe <[email protected]>
2336
2337 Rubber-stamped by Antti Koivisto.
2338
2339 * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show.
2340
23412008-04-17 Alp Toker <[email protected]>
2342
2343 GTK+ build fix. Back out the libjpeg check part of r32008 from bug
2344 #17865 (reopened).
2345
2346 * configure.ac:
2347
23482008-04-17 Jan Michael Alonzo <[email protected]>
2349
2350 Reviewed by Alp Toker.
2351
2352 http://bugs.webkit.org/show_bug.cgi?id=17865
2353 [Gtk] Improve detection of jpeglib and glib tools
2354
2355 Improve detecting jpeglib and glib tools
2356
2357 * configure.ac: Throw an error if the dependencies above are
2358 currently not installed
2359
23602008-04-14 Xan Lopez <[email protected]>
2361
2362 Reviewed by Alp Toker.
2363
2364 http://bugs.webkit.org/show_bug.cgi?id=17917
2365 Bug 17917: Cookie support for HTTP soup backend
2366
2367 Bumped the libsoup required version to 2.23 for cookie support.
2368
2369 * configure.ac:
2370
23712008-04-11 Mark Rowe <[email protected]>
2372
2373 Rubber-stamped by Anders Carlsson.
2374
2375 Fix https://bugs.webkit.org/show_bug.cgi?id=18430
2376 Bug 18430: SIGSEGV on amd64 when built with gcc 4.3
2377
2378 GCC 4.3 generates bad code in some instances when working with our HashTables
2379 as some of the HashTable code violates the strict aliasing requirements. Since
2380 GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until
2381 the code can be fixed to be safe with strict aliasing enabled, we will disable
2382 strict aliasing.
2383
2384 * GNUmakefile.am:
2385
23862008-03-12 Michael Emmel <[email protected]>
2387
2388 Reviewed by Alp Toker.
2389
2390 http://bugs.webkit.org/show_bug.cgi?id=18397
2391 Fix leaving spaces before parens in functions
2392
2393 * WebKitTools/Scripts/wkstyle:
2394
23952008-04-07 Jan Michael Alonzo <[email protected]>
2396
2397 Build fix, rubber-stamped and landed by ap.
2398
2399 * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support.
2400
24012008-03-21 Rodney Dawes <[email protected]>
2402
2403 Reviewed by Holger.
2404
2405 Remove the JSCore include path options from global_cppflags.
2406 Place JSCore include path options in javascriptcore_cppflags.
2407 Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS.
2408
2409 * GNUmakefile.am:
2410
24112008-03-20 Jasper Bryant-Greene <[email protected]>
2412
2413 Reviewed by Anders.
2414
2415 Resolves http://bugs.webkit.org/show_bug.cgi?id=16092
2416 "[GTK] Middle-mouse click should allow opening a URL in a new tab"
2417
2418 Added WebKitNavigationAction object to GTK API
2419
2420 * GNUmakefile.am:
2421
24222008-03-12 Xan Lopez <[email protected]>
2423
2424 Reviewed by Alp Toker.
2425
2426 http://bugs.webkit.org/show_bug.cgi?id=15229
2427
2428 Add optional font backend support with freetype and pango
2429 backends. Default is freetype for now.
2430
2431 Original patch by Sven Herzberg <[email protected]>
2432
2433 * configure.ac:
2434
24352008-03-11 Xan Lopez <[email protected]>
2436
2437 Reviewed by Alp Toker.
2438
2439 http://bugs.webkit.org/show_bug.cgi?id=16476
2440
2441 Add support for multiple http backends, and add soup backend (off by default).
2442
2443 * GNUmakefile.am:
2444 * configure.ac:
2445
24462008-03-07 Simon Hausmann <[email protected]>
2447
2448 Reviewed by Darin Adler.
2449
2450 Done with Lars.
2451
2452 Added plugins subdirectory to the include path.
2453
2454 * WebKit.pri:
2455
24562008-03-09 Alp Toker <[email protected]>
2457
2458 GTK+ build fix for r30913.
2459
2460 Use UNICODE_CFLAGS for C++ sources as well as C sources.
2461
2462 * GNUmakefile.am:
2463
24642008-03-09 Jörg Billeter <[email protected]>
2465
2466 Reviewed by Alp Toker.
2467
2468 Conditionalise ICU for Unicode in the GTK+ port.
2469
2470 * GNUmakefile.am:
2471 * configure.ac:
2472
24732008-03-03 Brent Fulgham <[email protected]>
2474
2475 Reviewed by Alp Toker.
2476
2477 http://bugs.webkit.org/show_bug.cgi?id=17644
2478 Build GTK on Mac OS X using native ICU library
2479
2480 Use Apple native ICU libraries when building GTK
2481 webkit on Mac OS.
2482
2483 * configure.ac:
2484
24852008-03-02 Brent Fulgham <[email protected]>
2486
2487 Reviewed by Alp Toker.
2488
2489 Add ICU_CPPFLAGS earlier in include path for WebCore
2490 so that we find $(icu_cppflags)/unicode/utf8.h, rather than
2491 the wtf/unicode/UTF8.h on case-insensitive file systems.
2492
2493 * GNUmakefile.am:
2494
24952008-03-02 Alp Toker <[email protected]>
2496
2497 Reviewed by Mark Rowe.
2498
2499 Split the WebKit GTK+ build out of the WebCore build and change the
2500 shared object name to match the package name.
2501
2502 * GNUmakefile.am:
2503
25042008-02-28 Alp Toker <[email protected]>
2505
2506 Fix a configure script typo spotted by Kalle Vahlman.
2507
2508 * configure.ac:
2509
25102008-02-26 Timothy Hatcher <[email protected]>
2511
2512 Reviewed by Darin Adler.
2513
2514 Add "64" and "64u" make rules to allow easy building of 64-bit versions.
2515
2516 make 64: will build Intel-only 64-bit.
2517 make 64u: will build 4-way universal for PPC and Intel.
2518
2519 * Makefile:
2520 * Makefile.shared:
2521
25222008-02-23 Jan Michael Alonzo <[email protected]>
2523
2524 Rubber stamped by Darin Adler.
2525
2526 Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
2527 whitespaces introduced in the previous commit.
2528
2529 * GNUmakefile.am:
2530
25312008-02-23 Jan Michael Alonzo <[email protected]>
2532
2533 Rubber-stamped by Darin Adler.
2534
2535 * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES.
2536 * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS.
2537
25382008-02-21 Alp Toker <[email protected]>
2539
2540 Fix a configure script typo.
2541
2542 * configure.ac:
2543
25442008-02-21 Alp Toker <[email protected]>
2545
2546 GTK+/autotools SVG experimental build fix
2547
2548 Don't enable SVG filters in --enable-svg-experimental.
2549
2550 This feature isn't supported at all yet. Developers can enable it
2551 explicitly by passing --enable-svg-filters if needed.
2552
2553 * configure.ac:
2554
25552008-02-21 Mike Auty <[email protected]>
2556
2557 Reviewed by Alp Toker.
2558
2559 http://bugs.webkit.org/show_bug.cgi?id=17445
2560 [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed"
2561
2562 The GNUmakefile.am files make use of the LDFLAGS variable to include library
2563 additions such as -ljpeg etc. Unfortunately, if these inclusions aren't made
2564 in LIBADD/LDADD variables, then they are mis-ordered during the linking.
2565
2566 The as-needed flag discards libraries whose functions have not been needed by
2567 earlier libraries, which therefore makes the ordering important.
2568
2569 This moves all -l library inclusion statements from LDFLAGS variables to
2570 LIBADD/LDADD variables.
2571
2572 * GNUmakefile.am:
2573
25742008-02-15 Alp Toker <[email protected]>
2575
2576 Reviewed by Holger.
2577
2578 GTK+ configure script cleanups
2579
2580 Categorize the configuration summary printout.
2581 Bump GTK+ requirement to 2.8.
2582 Rename 'webkit_target' to just 'target'.
2583 Don't check for pthread on Win32.
2584
2585 * configure.ac:
2586
25872008-02-14 Adam Roben <[email protected]>
2588
2589 Turn on cross-document messaging support by default
2590
2591 Reviewed by Darin Adler.
2592
2593 * configure.ac:
2594
25952008-02-14 Adam Roben <[email protected]>
2596
2597 Conditionalize cross-document messaging support
2598
2599 The cross-document messaging parts of HTML 5 are in flux and we want
2600 ports to be able to turn off the support as needed.
2601
2602 Note that the support is turned off by default right now. A subsequent
2603 commit will turn it on by default.
2604
2605 Reviewed by Darin Adler.
2606
2607 * configure.ac:
2608
26092008-02-12 Rodney Dawes <[email protected]>
2610
2611 Reviewed by Alp Toker.
2612
2613 Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES
2614 to the CPPFLAGS for WebCore and WebKit
2615 Add a pkgconfig check for hildon-1 when --with-hildon specified
2616 Output the use of Hildon support in the summary
2617 Add HILDON_CPPFLAGS to webkitgtk_cppflags
2618 Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS
2619 Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS
2620
2621 * configure.ac:
2622 * GNUmakefile.am:
2623
26242008-02-08 Alp Toker <[email protected]>
2625
2626 Rubber-stamped by Maciej.
2627
2628 Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4.
2629
2630 * configure.ac:
2631
26322008-02-06 Timothy Hatcher <[email protected]>
2633
2634 Rubber-stamped by Mark Rowe.
2635
2636 Dump of bugs.webkit.org's Bugzilla instance.
2637
2638 * BugsSite: Added.
2639 * BugsSite/.htaccess: Added.
2640 * BugsSite/Bugzilla: Added.
2641 * BugsSite/Bugzilla.pm: Added.
2642 * BugsSite/Bugzilla/.cvsignore: Added.
2643 * BugsSite/Bugzilla/.htaccess: Added.
2644 * BugsSite/Bugzilla/Attachment.pm: Added.
2645 * BugsSite/Bugzilla/Auth: Added.
2646 * BugsSite/Bugzilla/Auth.pm: Added.
2647 * BugsSite/Bugzilla/Auth/Login: Added.
2648 * BugsSite/Bugzilla/Auth/Login/WWW: Added.
2649 * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added.
2650 * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added.
2651 * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added.
2652 * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added.
2653 * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added.
2654 * BugsSite/Bugzilla/Auth/README: Added.
2655 * BugsSite/Bugzilla/Auth/Verify: Added.
2656 * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added.
2657 * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added.
2658 * BugsSite/Bugzilla/Bug.pm: Added.
2659 * BugsSite/Bugzilla/BugMail.pm: Added.
2660 * BugsSite/Bugzilla/CGI.pm: Added.
2661 * BugsSite/Bugzilla/Chart.pm: Added.
2662 * BugsSite/Bugzilla/Config.pm: Added.
2663 * BugsSite/Bugzilla/Constants.pm: Added.
2664 * BugsSite/Bugzilla/DB: Added.
2665 * BugsSite/Bugzilla/DB.pm: Added.
2666 * BugsSite/Bugzilla/DB/Mysql.pm: Added.
2667 * BugsSite/Bugzilla/DB/Pg.pm: Added.
2668 * BugsSite/Bugzilla/DB/Schema: Added.
2669 * BugsSite/Bugzilla/DB/Schema.pm: Added.
2670 * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added.
2671 * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added.
2672 * BugsSite/Bugzilla/Error.pm: Added.
2673 * BugsSite/Bugzilla/Flag.pm: Added.
2674 * BugsSite/Bugzilla/FlagType.pm: Added.
2675 * BugsSite/Bugzilla/Group.pm: Added.
2676 * BugsSite/Bugzilla/Search.pm: Added.
2677 * BugsSite/Bugzilla/Series.pm: Added.
2678 * BugsSite/Bugzilla/Template: Added.
2679 * BugsSite/Bugzilla/Template.pm: Added.
2680 * BugsSite/Bugzilla/Template/Plugin: Added.
2681 * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added.
2682 * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added.
2683 * BugsSite/Bugzilla/Template/Plugin/User.pm: Added.
2684 * BugsSite/Bugzilla/Token.pm: Added.
2685 * BugsSite/Bugzilla/User: Added.
2686 * BugsSite/Bugzilla/User.pm: Added.
2687 * BugsSite/Bugzilla/User/Setting.pm: Added.
2688 * BugsSite/Bugzilla/Util.pm: Added.
2689 * BugsSite/CGI.pl: Added.
2690 * BugsSite/PrettyPatch: Added.
2691 * BugsSite/PrettyPatch/PrettyPatch.rb: Added.
2692 * BugsSite/PrettyPatch/prettify.rb: Added.
2693 * BugsSite/QUICKSTART: Added.
2694 * BugsSite/README: Added.
2695 * BugsSite/UPGRADING: Added.
2696 * BugsSite/UPGRADING-pre-2.8: Added.
2697 * BugsSite/ant.jpg: Added.
2698 * BugsSite/attachment-aroben.cgi: Added.
2699 * BugsSite/attachment.cgi: Added.
2700 * BugsSite/buglist.cgi: Added.
2701 * BugsSite/bugzilla.dtd: Added.
2702 * BugsSite/chart.cgi: Added.
2703 * BugsSite/checksetup.pl: Added.
2704 * BugsSite/colchange.cgi: Added.
2705 * BugsSite/collectstats.pl: Added.
2706 * BugsSite/config.cgi: Added.
2707 * BugsSite/contrib: Added.
2708 * BugsSite/contrib/BugzillaEmail.pm: Added.
2709 * BugsSite/contrib/README: Added.
2710 * BugsSite/contrib/README.Mailif: Added.
2711 * BugsSite/contrib/bug_email.pl: Added.
2712 * BugsSite/contrib/bugmail_help.html: Added.
2713 * BugsSite/contrib/bugzilla-submit: Added.
2714 * BugsSite/contrib/bugzilla-submit/README: Added.
2715 * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added.
2716 * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added.
2717 * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added.
2718 * BugsSite/contrib/bugzilla.procmailrc: Added.
2719 * BugsSite/contrib/bugzilla_email_append.pl: Added.
2720 * BugsSite/contrib/bugzilla_ldapsync.rb: Added.
2721 * BugsSite/contrib/bzdbcopy.pl: Added.
2722 * BugsSite/contrib/cmdline: Added.
2723 * BugsSite/contrib/cmdline/bugcount: Added.
2724 * BugsSite/contrib/cmdline/bugids: Added.
2725 * BugsSite/contrib/cmdline/buglist: Added.
2726 * BugsSite/contrib/cmdline/bugs: Added.
2727 * BugsSite/contrib/cmdline/bugslink: Added.
2728 * BugsSite/contrib/cmdline/makequery: Added.
2729 * BugsSite/contrib/cmdline/query.conf: Added.
2730 * BugsSite/contrib/cvs-update.pl: Added.
2731 * BugsSite/contrib/gnats2bz.pl: Added.
2732 * BugsSite/contrib/gnatsparse: Added.
2733 * BugsSite/contrib/gnatsparse/README: Added.
2734 * BugsSite/contrib/gnatsparse/gnatsparse.py: Added.
2735 * BugsSite/contrib/gnatsparse/magic.py: Added.
2736 * BugsSite/contrib/gnatsparse/specialuu.py: Added.
2737 * BugsSite/contrib/jb2bz.py: Added.
2738 * BugsSite/contrib/mysqld-watcher.pl: Added.
2739 * BugsSite/contrib/sendbugmail.pl: Added.
2740 * BugsSite/contrib/sendunsentbugmail.pl: Added.
2741 * BugsSite/contrib/syncLDAP.pl: Added.
2742 * BugsSite/contrib/yp_nomail.sh: Added.
2743 * BugsSite/createaccount.cgi: Added.
2744 * BugsSite/data: Added.
2745 * BugsSite/data/.htaccess: Added.
2746 * BugsSite/data/attachments: Added.
2747 * BugsSite/data/attachments/.htaccess: Added.
2748 * BugsSite/data/duplicates: Added.
2749 * BugsSite/data/mail: Added.
2750 * BugsSite/data/mimedump-tmp: Added.
2751 * BugsSite/data/mining: Added.
2752 * BugsSite/data/nomail: Added.
2753 * BugsSite/data/params: Added.
2754 * BugsSite/data/template: Added.
2755 * BugsSite/data/template/template: Added.
2756 * BugsSite/data/template/template/en: Added.
2757 * BugsSite/data/template/template/en/custom: Added.
2758 * BugsSite/data/template/template/en/custom/account: Added.
2759 * BugsSite/data/template/template/en/custom/account/auth: Added.
2760 * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
2761 * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added.
2762 * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added.
2763 * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added.
2764 * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added.
2765 * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added.
2766 * BugsSite/data/template/template/en/custom/account/email: Added.
2767 * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added.
2768 * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added.
2769 * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added.
2770 * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added.
2771 * BugsSite/data/template/template/en/custom/account/password: Added.
2772 * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
2773 * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
2774 * BugsSite/data/template/template/en/custom/account/prefs: Added.
2775 * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added.
2776 * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added.
2777 * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added.
2778 * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added.
2779 * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added.
2780 * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
2781 * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added.
2782 * BugsSite/data/template/template/en/custom/admin: Added.
2783 * BugsSite/data/template/template/en/custom/admin/classifications: Added.
2784 * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added.
2785 * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added.
2786 * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added.
2787 * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added.
2788 * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added.
2789 * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
2790 * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added.
2791 * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added.
2792 * BugsSite/data/template/template/en/custom/admin/components: Added.
2793 * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
2794 * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added.
2795 * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added.
2796 * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added.
2797 * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added.
2798 * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added.
2799 * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added.
2800 * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added.
2801 * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added.
2802 * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added.
2803 * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
2804 * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
2805 * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
2806 * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
2807 * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
2808 * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
2809 * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
2810 * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
2811 * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
2812 * BugsSite/data/template/template/en/custom/admin/flag-type: Added.
2813 * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
2814 * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
2815 * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added.
2816 * BugsSite/data/template/template/en/custom/admin/groups: Added.
2817 * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added.
2818 * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added.
2819 * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added.
2820 * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added.
2821 * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added.
2822 * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added.
2823 * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added.
2824 * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added.
2825 * BugsSite/data/template/template/en/custom/admin/keywords: Added.
2826 * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
2827 * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
2828 * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
2829 * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
2830 * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
2831 * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
2832 * BugsSite/data/template/template/en/custom/admin/milestones: Added.
2833 * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
2834 * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added.
2835 * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added.
2836 * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
2837 * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added.
2838 * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added.
2839 * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added.
2840 * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
2841 * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added.
2842 * BugsSite/data/template/template/en/custom/admin/products: Added.
2843 * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
2844 * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added.
2845 * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added.
2846 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added.
2847 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
2848 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
2849 * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
2850 * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added.
2851 * BugsSite/data/template/template/en/custom/admin/settings: Added.
2852 * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added.
2853 * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added.
2854 * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added.
2855 * BugsSite/data/template/template/en/custom/admin/users: Added.
2856 * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
2857 * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added.
2858 * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added.
2859 * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added.
2860 * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
2861 * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added.
2862 * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added.
2863 * BugsSite/data/template/template/en/custom/admin/versions: Added.
2864 * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
2865 * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added.
2866 * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added.
2867 * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added.
2868 * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added.
2869 * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added.
2870 * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added.
2871 * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added.
2872 * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added.
2873 * BugsSite/data/template/template/en/custom/attachment: Added.
2874 * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added.
2875 * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added.
2876 * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added.
2877 * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added.
2878 * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added.
2879 * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added.
2880 * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added.
2881 * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added.
2882 * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added.
2883 * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added.
2884 * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added.
2885 * BugsSite/data/template/template/en/custom/bug: Added.
2886 * BugsSite/data/template/template/en/custom/bug/activity: Added.
2887 * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added.
2888 * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added.
2889 * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added.
2890 * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added.
2891 * BugsSite/data/template/template/en/custom/bug/create: Added.
2892 * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
2893 * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added.
2894 * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added.
2895 * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added.
2896 * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added.
2897 * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added.
2898 * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added.
2899 * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added.
2900 * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added.
2901 * BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added.
2902 * BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added.
2903 * BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added.
2904 * BugsSite/data/template/template/en/custom/bug/process: Added.
2905 * BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added.
2906 * BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
2907 * BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added.
2908 * BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added.
2909 * BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added.
2910 * BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added.
2911 * BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
2912 * BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added.
2913 * BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added.
2914 * BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added.
2915 * BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added.
2916 * BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added.
2917 * BugsSite/data/template/template/en/custom/bug/votes: Added.
2918 * BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
2919 * BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
2920 * BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
2921 * BugsSite/data/template/template/en/custom/config.js.tmpl: Added.
2922 * BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added.
2923 * BugsSite/data/template/template/en/custom/flag: Added.
2924 * BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added.
2925 * BugsSite/data/template/template/en/custom/global: Added.
2926 * BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added.
2927 * BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added.
2928 * BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added.
2929 * BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added.
2930 * BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added.
2931 * BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added.
2932 * BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added.
2933 * BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added.
2934 * BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added.
2935 * BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added.
2936 * BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added.
2937 * BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added.
2938 * BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added.
2939 * BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added.
2940 * BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added.
2941 * BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added.
2942 * BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added.
2943 * BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added.
2944 * BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added.
2945 * BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added.
2946 * BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added.
2947 * BugsSite/data/template/template/en/custom/index.html.tmpl: Added.
2948 * BugsSite/data/template/template/en/custom/list: Added.
2949 * BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added.
2950 * BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added.
2951 * BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added.
2952 * BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added.
2953 * BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added.
2954 * BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added.
2955 * BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added.
2956 * BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added.
2957 * BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added.
2958 * BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added.
2959 * BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added.
2960 * BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added.
2961 * BugsSite/data/template/template/en/custom/pages: Added.
2962 * BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added.
2963 * BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added.
2964 * BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added.
2965 * BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added.
2966 * BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added.
2967 * BugsSite/data/template/template/en/custom/reports: Added.
2968 * BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added.
2969 * BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added.
2970 * BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added.
2971 * BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added.
2972 * BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added.
2973 * BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
2974 * BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added.
2975 * BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added.
2976 * BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added.
2977 * BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added.
2978 * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added.
2979 * BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added.
2980 * BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added.
2981 * BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added.
2982 * BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added.
2983 * BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added.
2984 * BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added.
2985 * BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added.
2986 * BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added.
2987 * BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added.
2988 * BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added.
2989 * BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added.
2990 * BugsSite/data/template/template/en/custom/request: Added.
2991 * BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added.
2992 * BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added.
2993 * BugsSite/data/template/template/en/custom/search: Added.
2994 * BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added.
2995 * BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added.
2996 * BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added.
2997 * BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added.
2998 * BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added.
2999 * BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added.
3000 * BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added.
3001 * BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added.
3002 * BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added.
3003 * BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added.
3004 * BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added.
3005 * BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added.
3006 * BugsSite/data/template/template/en/custom/whine: Added.
3007 * BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added.
3008 * BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added.
3009 * BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
3010 * BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added.
3011 * BugsSite/data/template/template/en/default: Added.
3012 * BugsSite/data/template/template/en/default/attachment: Added.
3013 * BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added.
3014 * BugsSite/data/template/template/en/default/list: Added.
3015 * BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added.
3016 * BugsSite/data/versioncache: Added.
3017 * BugsSite/data/versioncache.13P9L: Added.
3018 * BugsSite/data/versioncache.1lH1E: Added.
3019 * BugsSite/data/versioncache.3AnHd: Added.
3020 * BugsSite/data/versioncache.3Jmjt: Added.
3021 * BugsSite/data/versioncache.3JzIL: Added.
3022 * BugsSite/data/versioncache.77b4y: Added.
3023 * BugsSite/data/versioncache.7VzyU: Added.
3024 * BugsSite/data/versioncache.EQdAm: Added.
3025 * BugsSite/data/versioncache.EouAG: Added.
3026 * BugsSite/data/versioncache.LJ5n1: Added.
3027 * BugsSite/data/versioncache.Lb0fW: Added.
3028 * BugsSite/data/versioncache.PyAd8: Added.
3029 * BugsSite/data/versioncache.SFyse: Added.
3030 * BugsSite/data/versioncache.SkTTg: Added.
3031 * BugsSite/data/versioncache.VVO7E: Added.
3032 * BugsSite/data/versioncache.XbxgU: Added.
3033 * BugsSite/data/versioncache.Yezqr: Added.
3034 * BugsSite/data/versioncache.dtzIv: Added.
3035 * BugsSite/data/versioncache.jzpeh: Added.
3036 * BugsSite/data/versioncache.pbn6U: Added.
3037 * BugsSite/data/versioncache.qyixS: Added.
3038 * BugsSite/data/versioncache.sBMdb: Added.
3039 * BugsSite/data/versioncache.xNi34: Added.
3040 * BugsSite/data/webdot: Added.
3041 * BugsSite/data/webdot/.htaccess: Added.
3042 * BugsSite/data/webdot/0ZLH3QpFd8.dot: Added.
3043 * BugsSite/data/webdot/3s6e7eC2Dy.dot: Added.
3044 * BugsSite/data/webdot/6MW0q54cyY.dot: Added.
3045 * BugsSite/data/webdot/A2RlhPdO2Q.dot: Added.
3046 * BugsSite/data/webdot/DuBX4I4946.dot: Added.
3047 * BugsSite/data/webdot/GudTgvrKBX.dot: Added.
3048 * BugsSite/data/webdot/I1mCbLtAzQ.dot: Added.
3049 * BugsSite/data/webdot/JtKgvWGVb4.dot: Added.
3050 * BugsSite/data/webdot/RFk4bjAwYc.dot: Added.
3051 * BugsSite/data/webdot/YQ1pWFVfqt.dot: Added.
3052 * BugsSite/data/webdot/YcFUepShZI.dot: Added.
3053 * BugsSite/data/webdot/a9i00KgTQk.dot: Added.
3054 * BugsSite/data/webdot/c412GYaHch.dot: Added.
3055 * BugsSite/data/webdot/hjYnYr3tV1.dot: Added.
3056 * BugsSite/data/webdot/pq3Qw7wynI.dot: Added.
3057 * BugsSite/data/webdot/tL7GjA7bqH.dot: Added.
3058 * BugsSite/defparams.pl: Added.
3059 * BugsSite/describecomponents.cgi: Added.
3060 * BugsSite/describekeywords.cgi: Added.
3061 * BugsSite/describekeywords.cgi.bak: Added.
3062 * BugsSite/docs: Added.
3063 * BugsSite/docs/.cvsignore: Added.
3064 * BugsSite/docs/README.docs: Added.
3065 * BugsSite/docs/html: Added.
3066 * BugsSite/docs/html/Bugzilla-Guide.html: Added.
3067 * BugsSite/docs/html/about.html: Added.
3068 * BugsSite/docs/html/administration.html: Added.
3069 * BugsSite/docs/html/bug_page.html: Added.
3070 * BugsSite/docs/html/bugreports.html: Added.
3071 * BugsSite/docs/html/cmdline-bugmail.html: Added.
3072 * BugsSite/docs/html/cmdline.html: Added.
3073 * BugsSite/docs/html/components.html: Added.
3074 * BugsSite/docs/html/configuration.html: Added.
3075 * BugsSite/docs/html/conventions.html: Added.
3076 * BugsSite/docs/html/copyright.html: Added.
3077 * BugsSite/docs/html/credits.html: Added.
3078 * BugsSite/docs/html/cust-change-permissions.html: Added.
3079 * BugsSite/docs/html/cust-hooks.html: Added.
3080 * BugsSite/docs/html/cust-templates.html: Added.
3081 * BugsSite/docs/html/customization.html: Added.
3082 * BugsSite/docs/html/dbdoc.html: Added.
3083 * BugsSite/docs/html/dbmodify.html: Added.
3084 * BugsSite/docs/html/disclaimer.html: Added.
3085 * BugsSite/docs/html/extraconfig.html: Added.
3086 * BugsSite/docs/html/faq.html: Added.
3087 * BugsSite/docs/html/flags-overview.html: Added.
3088 * BugsSite/docs/html/flags.html: Added.
3089 * BugsSite/docs/html/general-advice.html: Added.
3090 * BugsSite/docs/html/gfdl-0.html: Added.
3091 * BugsSite/docs/html/gfdl-1.html: Added.
3092 * BugsSite/docs/html/gfdl-10.html: Added.
3093 * BugsSite/docs/html/gfdl-2.html: Added.
3094 * BugsSite/docs/html/gfdl-3.html: Added.
3095 * BugsSite/docs/html/gfdl-4.html: Added.
3096 * BugsSite/docs/html/gfdl-5.html: Added.
3097 * BugsSite/docs/html/gfdl-6.html: Added.
3098 * BugsSite/docs/html/gfdl-7.html: Added.
3099 * BugsSite/docs/html/gfdl-8.html: Added.
3100 * BugsSite/docs/html/gfdl-9.html: Added.
3101 * BugsSite/docs/html/gfdl-howto.html: Added.
3102 * BugsSite/docs/html/gfdl.html: Added.
3103 * BugsSite/docs/html/glossary.html: Added.
3104 * BugsSite/docs/html/groups.html: Added.
3105 * BugsSite/docs/html/hintsandtips.html: Added.
3106 * BugsSite/docs/html/index.html: Added.
3107 * BugsSite/docs/html/install-perlmodules-manual.html: Added.
3108 * BugsSite/docs/html/installation.html: Added.
3109 * BugsSite/docs/html/installing-bugzilla.html: Added.
3110 * BugsSite/docs/html/integration.html: Added.
3111 * BugsSite/docs/html/lifecycle.html: Added.
3112 * BugsSite/docs/html/list.html: Added.
3113 * BugsSite/docs/html/milestones.html: Added.
3114 * BugsSite/docs/html/modules-manual-download.html: Added.
3115 * BugsSite/docs/html/modules-manual-instructions.html: Added.
3116 * BugsSite/docs/html/modules-manual-optional.html: Added.
3117 * BugsSite/docs/html/myaccount.html: Added.
3118 * BugsSite/docs/html/newversions.html: Added.
3119 * BugsSite/docs/html/nonroot.html: Added.
3120 * BugsSite/docs/html/os-specific.html: Added.
3121 * BugsSite/docs/html/parameters.html: Added.
3122 * BugsSite/docs/html/paranoid-security.html: Added.
3123 * BugsSite/docs/html/patches.html: Added.
3124 * BugsSite/docs/html/patchviewer.html: Added.
3125 * BugsSite/docs/html/products.html: Added.
3126 * BugsSite/docs/html/query.html: Added.
3127 * BugsSite/docs/html/quips.html: Added.
3128 * BugsSite/docs/html/reporting.html: Added.
3129 * BugsSite/docs/html/security-bugzilla.html: Added.
3130 * BugsSite/docs/html/security-mysql.html: Added.
3131 * BugsSite/docs/html/security-os.html: Added.
3132 * BugsSite/docs/html/security-webserver.html: Added.
3133 * BugsSite/docs/html/security.html: Added.
3134 * BugsSite/docs/html/trbl-bundlebugzilla.html: Added.
3135 * BugsSite/docs/html/trbl-dbdsponge.html: Added.
3136 * BugsSite/docs/html/trbl-index.html: Added.
3137 * BugsSite/docs/html/trbl-passwd-encryption.html: Added.
3138 * BugsSite/docs/html/trbl-perlmodule.html: Added.
3139 * BugsSite/docs/html/trbl-relogin-everyone.html: Added.
3140 * BugsSite/docs/html/trbl-testserver.html: Added.
3141 * BugsSite/docs/html/trouble-filetemp.html: Added.
3142 * BugsSite/docs/html/troubleshooting.html: Added.
3143 * BugsSite/docs/html/upgrading.html: Added.
3144 * BugsSite/docs/html/useradmin.html: Added.
3145 * BugsSite/docs/html/userpreferences.html: Added.
3146 * BugsSite/docs/html/using-intro.html: Added.
3147 * BugsSite/docs/html/using.html: Added.
3148 * BugsSite/docs/html/versions.html: Added.
3149 * BugsSite/docs/html/voting.html: Added.
3150 * BugsSite/docs/html/whining.html: Added.
3151 * BugsSite/docs/html/x3190.html: Added.
3152 * BugsSite/docs/images: Added.
3153 * BugsSite/docs/images/bzLifecycle.png: Added.
3154 * BugsSite/docs/images/bzLifecycle.xml: Added.
3155 * BugsSite/docs/images/callouts: Added.
3156 * BugsSite/docs/images/callouts/1.gif: Added.
3157 * BugsSite/docs/images/callouts/2.gif: Added.
3158 * BugsSite/docs/images/callouts/3.gif: Added.
3159 * BugsSite/docs/images/caution.gif: Added.
3160 * BugsSite/docs/images/note.gif: Added.
3161 * BugsSite/docs/images/tip.gif: Added.
3162 * BugsSite/docs/images/warning.gif: Added.
3163 * BugsSite/docs/makedocs.pl: Added.
3164 * BugsSite/docs/pdf: Added.
3165 * BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added.
3166 * BugsSite/docs/rel_notes.txt: Added.
3167 * BugsSite/docs/txt: Added.
3168 * BugsSite/docs/txt/Bugzilla-Guide.txt: Added.
3169 * BugsSite/docs/xml: Added.
3170 * BugsSite/docs/xml/Bugzilla-Guide.xml: Added.
3171 * BugsSite/docs/xml/about.xml: Added.
3172 * BugsSite/docs/xml/administration.xml: Added.
3173 * BugsSite/docs/xml/conventions.xml: Added.
3174 * BugsSite/docs/xml/customization.xml: Added.
3175 * BugsSite/docs/xml/dbschema.mysql: Added.
3176 * BugsSite/docs/xml/faq.xml: Added.
3177 * BugsSite/docs/xml/filetemp.patch: Added.
3178 * BugsSite/docs/xml/gfdl.xml: Added.
3179 * BugsSite/docs/xml/glossary.xml: Added.
3180 * BugsSite/docs/xml/index.xml: Added.
3181 * BugsSite/docs/xml/installation.xml: Added.
3182 * BugsSite/docs/xml/integration.xml: Added.
3183 * BugsSite/docs/xml/introduction.xml: Added.
3184 * BugsSite/docs/xml/modules.xml: Added.
3185 * BugsSite/docs/xml/patches.xml: Added.
3186 * BugsSite/docs/xml/requiredsoftware.xml: Added.
3187 * BugsSite/docs/xml/security.xml: Added.
3188 * BugsSite/docs/xml/troubleshooting.xml: Added.
3189 * BugsSite/docs/xml/using.xml: Added.
3190 * BugsSite/doeditparams.cgi: Added.
3191 * BugsSite/duplicates.cgi: Added.
3192 * BugsSite/duplicates.xul: Added.
3193 * BugsSite/editclassifications.cgi: Added.
3194 * BugsSite/editcomponents.cgi: Added.
3195 * BugsSite/editflagtypes.cgi: Added.
3196 * BugsSite/editgroups.cgi: Added.
3197 * BugsSite/editkeywords.cgi: Added.
3198 * BugsSite/editmilestones.cgi: Added.
3199 * BugsSite/editparams.cgi: Added.
3200 * BugsSite/editproducts.cgi: Added.
3201 * BugsSite/editsettings.cgi: Added.
3202 * BugsSite/editusers.cgi: Added.
3203 * BugsSite/editvalues.cgi: Added.
3204 * BugsSite/editversions.cgi: Added.
3205 * BugsSite/editwhines.cgi: Added.
3206 * BugsSite/enter_bug.cgi: Added.
3207 * BugsSite/favicon.ico: Added.
3208 * BugsSite/globals.pl: Added.
3209 * BugsSite/graphs: Added.
3210 * BugsSite/images: Added.
3211 * BugsSite/images/padlock.png: Added.
3212 * BugsSite/importxml.pl: Added.
3213 * BugsSite/index.cgi: Added.
3214 * BugsSite/js: Added.
3215 * BugsSite/js/duplicates.js: Added.
3216 * BugsSite/js/productform.js: Added.
3217 * BugsSite/localconfig.js: Added.
3218 * BugsSite/long_list.cgi: Added.
3219 * BugsSite/move.pl: Added.
3220 * BugsSite/page.cgi: Added.
3221 * BugsSite/post_bug.cgi: Added.
3222 * BugsSite/process_bug.cgi: Added.
3223 * BugsSite/productmenu.js: Added.
3224 * BugsSite/query.cgi: Added.
3225 * BugsSite/quicksearch.html: Added.
3226 * BugsSite/quicksearch.js: Added.
3227 * BugsSite/quicksearchhack.html: Added.
3228 * BugsSite/quips.cgi: Added.
3229 * BugsSite/relogin.cgi: Added.
3230 * BugsSite/report.cgi: Added.
3231 * BugsSite/reports.cgi: Added.
3232 * BugsSite/request.cgi: Added.
3233 * BugsSite/robots.txt: Added.
3234 * BugsSite/runtests.pl: Added.
3235 * BugsSite/sanitycheck.cgi: Added.
3236 * BugsSite/show_activity.cgi: Added.
3237 * BugsSite/show_bug.cgi: Added.
3238 * BugsSite/showattachment.cgi: Added.
3239 * BugsSite/showdependencygraph.cgi: Added.
3240 * BugsSite/showdependencytree.cgi: Added.
3241 * BugsSite/sidebar.cgi: Added.
3242 * BugsSite/skins: Added.
3243 * BugsSite/skins/.cvsignore: Added.
3244 * BugsSite/skins/custom: Added.
3245 * BugsSite/skins/custom/admin.css: Added.
3246 * BugsSite/skins/custom/buglist.css: Added.
3247 * BugsSite/skins/custom/duplicates.css: Added.
3248 * BugsSite/skins/custom/editusers.css: Added.
3249 * BugsSite/skins/custom/global.css: Added.
3250 * BugsSite/skins/custom/index.css: Added.
3251 * BugsSite/skins/custom/opendarwin.gif: Added.
3252 * BugsSite/skins/custom/panel.css: Added.
3253 * BugsSite/skins/custom/show_multiple.css: Added.
3254 * BugsSite/skins/custom/summarize-time.css: Added.
3255 * BugsSite/skins/custom/voting.css: Added.
3256 * BugsSite/skins/standard: Added.
3257 * BugsSite/skins/standard/admin.css: Added.
3258 * BugsSite/skins/standard/buglist.css: Added.
3259 * BugsSite/skins/standard/duplicates.css: Added.
3260 * BugsSite/skins/standard/editusers.css: Added.
3261 * BugsSite/skins/standard/global: Added.
3262 * BugsSite/skins/standard/global.css: Added.
3263 * BugsSite/skins/standard/global/body-back.gif: Added.
3264 * BugsSite/skins/standard/global/header.png: Added.
3265 * BugsSite/skins/standard/index: Added.
3266 * BugsSite/skins/standard/index.css: Added.
3267 * BugsSite/skins/standard/index/front.jpg: Added.
3268 * BugsSite/skins/standard/index/front.png: Added.
3269 * BugsSite/skins/standard/panel.css: Added.
3270 * BugsSite/skins/standard/show_multiple.css: Added.
3271 * BugsSite/skins/standard/summarize-time.css: Added.
3272 * BugsSite/skins/standard/voting.css: Added.
3273 * BugsSite/summarize_time.cgi: Added.
3274 * BugsSite/t: Added.
3275 * BugsSite/t/001compile.t: Added.
3276 * BugsSite/t/002goodperl.t: Added.
3277 * BugsSite/t/003safesys.t: Added.
3278 * BugsSite/t/004template.t: Added.
3279 * BugsSite/t/005no_tabs.t: Added.
3280 * BugsSite/t/006spellcheck.t: Added.
3281 * BugsSite/t/007util.t: Added.
3282 * BugsSite/t/008filter.t: Added.
3283 * BugsSite/t/009bugwords.t: Added.
3284 * BugsSite/t/011pod.t: Added.
3285 * BugsSite/t/Support: Added.
3286 * BugsSite/t/Support/Files.pm: Added.
3287 * BugsSite/t/Support/Systemexec.pm: Added.
3288 * BugsSite/t/Support/Templates.pm: Added.
3289 * BugsSite/t/testchart.gif: Added.
3290 * BugsSite/t/testchart.png: Added.
3291 * BugsSite/t/testgd.png: Added.
3292 * BugsSite/template: Added.
3293 * BugsSite/template/.cvsignore: Added.
3294 * BugsSite/template/.htaccess: Added.
3295 * BugsSite/template/en: Added.
3296 * BugsSite/template/en/.cvsignore: Added.
3297 * BugsSite/template/en/custom: Added.
3298 * BugsSite/template/en/custom/account: Added.
3299 * BugsSite/template/en/custom/account/auth: Added.
3300 * BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
3301 * BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added.
3302 * BugsSite/template/en/custom/account/auth/login.html.tmpl: Added.
3303 * BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added.
3304 * BugsSite/template/en/custom/account/create.html.tmpl: Added.
3305 * BugsSite/template/en/custom/account/created.html.tmpl: Added.
3306 * BugsSite/template/en/custom/account/email: Added.
3307 * BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added.
3308 * BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added.
3309 * BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added.
3310 * BugsSite/template/en/custom/account/exists.html.tmpl: Added.
3311 * BugsSite/template/en/custom/account/password: Added.
3312 * BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
3313 * BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
3314 * BugsSite/template/en/custom/account/prefs: Added.
3315 * BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added.
3316 * BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added.
3317 * BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added.
3318 * BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added.
3319 * BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added.
3320 * BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
3321 * BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added.
3322 * BugsSite/template/en/custom/admin: Added.
3323 * BugsSite/template/en/custom/admin/classifications: Added.
3324 * BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added.
3325 * BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added.
3326 * BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added.
3327 * BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added.
3328 * BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added.
3329 * BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
3330 * BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added.
3331 * BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added.
3332 * BugsSite/template/en/custom/admin/components: Added.
3333 * BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
3334 * BugsSite/template/en/custom/admin/components/create.html.tmpl: Added.
3335 * BugsSite/template/en/custom/admin/components/created.html.tmpl: Added.
3336 * BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added.
3337 * BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added.
3338 * BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added.
3339 * BugsSite/template/en/custom/admin/components/list.html.tmpl: Added.
3340 * BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added.
3341 * BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added.
3342 * BugsSite/template/en/custom/admin/fieldvalues: Added.
3343 * BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
3344 * BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
3345 * BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
3346 * BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
3347 * BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
3348 * BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
3349 * BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
3350 * BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
3351 * BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
3352 * BugsSite/template/en/custom/admin/flag-type: Added.
3353 * BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
3354 * BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
3355 * BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added.
3356 * BugsSite/template/en/custom/admin/groups: Added.
3357 * BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added.
3358 * BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added.
3359 * BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added.
3360 * BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added.
3361 * BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added.
3362 * BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added.
3363 * BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added.
3364 * BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added.
3365 * BugsSite/template/en/custom/admin/keywords: Added.
3366 * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
3367 * BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added.
3368 * BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added.
3369 * BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added.
3370 * BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added.
3371 * BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
3372 * BugsSite/template/en/custom/admin/milestones: Added.
3373 * BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
3374 * BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added.
3375 * BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added.
3376 * BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
3377 * BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added.
3378 * BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added.
3379 * BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added.
3380 * BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
3381 * BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added.
3382 * BugsSite/template/en/custom/admin/products: Added.
3383 * BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
3384 * BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added.
3385 * BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added.
3386 * BugsSite/template/en/custom/admin/products/groupcontrol: Added.
3387 * BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
3388 * BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
3389 * BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
3390 * BugsSite/template/en/custom/admin/products/list.html.tmpl: Added.
3391 * BugsSite/template/en/custom/admin/settings: Added.
3392 * BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added.
3393 * BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added.
3394 * BugsSite/template/en/custom/admin/table.html.tmpl: Added.
3395 * BugsSite/template/en/custom/admin/users: Added.
3396 * BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
3397 * BugsSite/template/en/custom/admin/users/create.html.tmpl: Added.
3398 * BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added.
3399 * BugsSite/template/en/custom/admin/users/list.html.tmpl: Added.
3400 * BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
3401 * BugsSite/template/en/custom/admin/users/search.html.tmpl: Added.
3402 * BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added.
3403 * BugsSite/template/en/custom/admin/versions: Added.
3404 * BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
3405 * BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added.
3406 * BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added.
3407 * BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added.
3408 * BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added.
3409 * BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added.
3410 * BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added.
3411 * BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added.
3412 * BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added.
3413 * BugsSite/template/en/custom/attachment: Added.
3414 * BugsSite/template/en/custom/attachment/choose.html.tmpl: Added.
3415 * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added.
3416 * BugsSite/template/en/custom/attachment/create.html.tmpl: Added.
3417 * BugsSite/template/en/custom/attachment/created.html.tmpl: Added.
3418 * BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added.
3419 * BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added.
3420 * BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added.
3421 * BugsSite/template/en/custom/attachment/edit.html.tmpl: Added.
3422 * BugsSite/template/en/custom/attachment/list.html.tmpl: Added.
3423 * BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added.
3424 * BugsSite/template/en/custom/attachment/updated.html.tmpl: Added.
3425 * BugsSite/template/en/custom/bug: Added.
3426 * BugsSite/template/en/custom/bug/activity: Added.
3427 * BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added.
3428 * BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added.
3429 * BugsSite/template/en/custom/bug/choose.html.tmpl: Added.
3430 * BugsSite/template/en/custom/bug/comments.html.tmpl: Added.
3431 * BugsSite/template/en/custom/bug/create: Added.
3432 * BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
3433 * BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added.
3434 * BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added.
3435 * BugsSite/template/en/custom/bug/create/create.html.tmpl: Added.
3436 * BugsSite/template/en/custom/bug/create/created.html.tmpl: Added.
3437 * BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added.
3438 * BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added.
3439 * BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added.
3440 * BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added.
3441 * BugsSite/template/en/custom/bug/edit.html.tmpl: Added.
3442 * BugsSite/template/en/custom/bug/knob.html.tmpl: Added.
3443 * BugsSite/template/en/custom/bug/navigate.html.tmpl: Added.
3444 * BugsSite/template/en/custom/bug/process: Added.
3445 * BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added.
3446 * BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
3447 * BugsSite/template/en/custom/bug/process/header.html.tmpl: Added.
3448 * BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added.
3449 * BugsSite/template/en/custom/bug/process/next.html.tmpl: Added.
3450 * BugsSite/template/en/custom/bug/process/results.html.tmpl: Added.
3451 * BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
3452 * BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added.
3453 * BugsSite/template/en/custom/bug/show.html.tmpl: Added.
3454 * BugsSite/template/en/custom/bug/show.xml.tmpl: Added.
3455 * BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added.
3456 * BugsSite/template/en/custom/bug/time.html.tmpl: Added.
3457 * BugsSite/template/en/custom/bug/votes: Added.
3458 * BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
3459 * BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
3460 * BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
3461 * BugsSite/template/en/custom/config.js.tmpl: Added.
3462 * BugsSite/template/en/custom/config.rdf.tmpl: Added.
3463 * BugsSite/template/en/custom/filterexceptions.pl: Added.
3464 * BugsSite/template/en/custom/flag: Added.
3465 * BugsSite/template/en/custom/flag/list.html.tmpl: Added.
3466 * BugsSite/template/en/custom/global: Added.
3467 * BugsSite/template/en/custom/global/banner.html.tmpl: Added.
3468 * BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added.
3469 * BugsSite/template/en/custom/global/choose-product.html.tmpl: Added.
3470 * BugsSite/template/en/custom/global/code-error.html.tmpl: Added.
3471 * BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added.
3472 * BugsSite/template/en/custom/global/field-descs.none.tmpl: Added.
3473 * BugsSite/template/en/custom/global/footer.html.tmpl: Added.
3474 * BugsSite/template/en/custom/global/header.html.tmpl: Added.
3475 * BugsSite/template/en/custom/global/help-header.html.tmpl: Added.
3476 * BugsSite/template/en/custom/global/help.html.tmpl: Added.
3477 * BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added.
3478 * BugsSite/template/en/custom/global/initialize.none.tmpl: Added.
3479 * BugsSite/template/en/custom/global/message.html.tmpl: Added.
3480 * BugsSite/template/en/custom/global/messages.html.tmpl: Added.
3481 * BugsSite/template/en/custom/global/select-menu.html.tmpl: Added.
3482 * BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added.
3483 * BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added.
3484 * BugsSite/template/en/custom/global/useful-links.html.tmpl: Added.
3485 * BugsSite/template/en/custom/global/user-error.html.tmpl: Added.
3486 * BugsSite/template/en/custom/global/userselect.html.tmpl: Added.
3487 * BugsSite/template/en/custom/global/variables.none.tmpl: Added.
3488 * BugsSite/template/en/custom/index.html.tmpl: Added.
3489 * BugsSite/template/en/custom/list: Added.
3490 * BugsSite/template/en/custom/list/change-columns.html.tmpl: Added.
3491 * BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added.
3492 * BugsSite/template/en/custom/list/list-simple.html.tmpl: Added.
3493 * BugsSite/template/en/custom/list/list.csv.tmpl: Added.
3494 * BugsSite/template/en/custom/list/list.html.tmpl: Added.
3495 * BugsSite/template/en/custom/list/list.ics.tmpl: Added.
3496 * BugsSite/template/en/custom/list/list.js.tmpl: Added.
3497 * BugsSite/template/en/custom/list/list.rdf.tmpl: Added.
3498 * BugsSite/template/en/custom/list/list.rss.tmpl: Added.
3499 * BugsSite/template/en/custom/list/quips.html.tmpl: Added.
3500 * BugsSite/template/en/custom/list/server-push.html.tmpl: Added.
3501 * BugsSite/template/en/custom/list/table.html.tmpl: Added.
3502 * BugsSite/template/en/custom/pages: Added.
3503 * BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added.
3504 * BugsSite/template/en/custom/pages/fields.html.tmpl: Added.
3505 * BugsSite/template/en/custom/pages/linked.html.tmpl: Added.
3506 * BugsSite/template/en/custom/pages/linkify.html.tmpl: Added.
3507 * BugsSite/template/en/custom/pages/voting.html.tmpl: Added.
3508 * BugsSite/template/en/custom/reports: Added.
3509 * BugsSite/template/en/custom/reports/chart.csv.tmpl: Added.
3510 * BugsSite/template/en/custom/reports/chart.html.tmpl: Added.
3511 * BugsSite/template/en/custom/reports/chart.png.tmpl: Added.
3512 * BugsSite/template/en/custom/reports/components.html.tmpl: Added.
3513 * BugsSite/template/en/custom/reports/create-chart.html.tmpl: Added.
3514 * BugsSite/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
3515 * BugsSite/template/en/custom/reports/duplicates-table.html.tmpl: Added.
3516 * BugsSite/template/en/custom/reports/duplicates.html.tmpl: Added.
3517 * BugsSite/template/en/custom/reports/duplicates.rdf.tmpl: Added.
3518 * BugsSite/template/en/custom/reports/edit-series.html.tmpl: Added.
3519 * BugsSite/template/en/custom/reports/keywords.html.tmpl: Added.
3520 * BugsSite/template/en/custom/reports/menu.html.tmpl: Added.
3521 * BugsSite/template/en/custom/reports/report-bar.png.tmpl: Added.
3522 * BugsSite/template/en/custom/reports/report-line.png.tmpl: Added.
3523 * BugsSite/template/en/custom/reports/report-pie.png.tmpl: Added.
3524 * BugsSite/template/en/custom/reports/report-simple.html.tmpl: Added.
3525 * BugsSite/template/en/custom/reports/report-table.csv.tmpl: Added.
3526 * BugsSite/template/en/custom/reports/report-table.html.tmpl: Added.
3527 * BugsSite/template/en/custom/reports/report.csv.tmpl: Added.
3528 * BugsSite/template/en/custom/reports/report.html.tmpl: Added.
3529 * BugsSite/template/en/custom/reports/series-common.html.tmpl: Added.
3530 * BugsSite/template/en/custom/reports/series.html.tmpl: Added.
3531 * BugsSite/template/en/custom/request: Added.
3532 * BugsSite/template/en/custom/request/email.txt.tmpl: Added.
3533 * BugsSite/template/en/custom/request/queue.html.tmpl: Added.
3534 * BugsSite/template/en/custom/search: Added.
3535 * BugsSite/template/en/custom/search/boolean-charts.html.tmpl: Added.
3536 * BugsSite/template/en/custom/search/form.html.tmpl: Added.
3537 * BugsSite/template/en/custom/search/knob.html.tmpl: Added.
3538 * BugsSite/template/en/custom/search/search-advanced.html.tmpl: Added.
3539 * BugsSite/template/en/custom/search/search-create-series.html.tmpl: Added.
3540 * BugsSite/template/en/custom/search/search-help.html.tmpl: Added.
3541 * BugsSite/template/en/custom/search/search-report-graph.html.tmpl: Added.
3542 * BugsSite/template/en/custom/search/search-report-select.html.tmpl: Added.
3543 * BugsSite/template/en/custom/search/search-report-table.html.tmpl: Added.
3544 * BugsSite/template/en/custom/search/search-specific.html.tmpl: Added.
3545 * BugsSite/template/en/custom/search/tabs.html.tmpl: Added.
3546 * BugsSite/template/en/custom/sidebar.xul.tmpl: Added.
3547 * BugsSite/template/en/custom/whine: Added.
3548 * BugsSite/template/en/custom/whine/mail.html.tmpl: Added.
3549 * BugsSite/template/en/custom/whine/mail.txt.tmpl: Added.
3550 * BugsSite/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
3551 * BugsSite/template/en/custom/whine/schedule.html.tmpl: Added.
3552 * BugsSite/template/en/default: Added.
3553 * BugsSite/template/en/default/account: Added.
3554 * BugsSite/template/en/default/account/auth: Added.
3555 * BugsSite/template/en/default/account/auth/ldap-error.html.tmpl: Added.
3556 * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Added.
3557 * BugsSite/template/en/default/account/auth/login.html.tmpl: Added.
3558 * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Added.
3559 * BugsSite/template/en/default/account/create.html.tmpl: Added.
3560 * BugsSite/template/en/default/account/created.html.tmpl: Added.
3561 * BugsSite/template/en/default/account/email: Added.
3562 * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Added.
3563 * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Added.
3564 * BugsSite/template/en/default/account/email/confirm.html.tmpl: Added.
3565 * BugsSite/template/en/default/account/exists.html.tmpl: Added.
3566 * BugsSite/template/en/default/account/password: Added.
3567 * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Added.
3568 * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Added.
3569 * BugsSite/template/en/default/account/prefs: Added.
3570 * BugsSite/template/en/default/account/prefs/account.html.tmpl: Added.
3571 * BugsSite/template/en/default/account/prefs/email.html.tmpl: Added.
3572 * BugsSite/template/en/default/account/prefs/footer.html.tmpl: Added.
3573 * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Added.
3574 * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Added.
3575 * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Added.
3576 * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Added.
3577 * BugsSite/template/en/default/admin: Added.
3578 * BugsSite/template/en/default/admin/classifications: Added.
3579 * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Added.
3580 * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Added.
3581 * BugsSite/template/en/default/admin/classifications/delete.html.tmpl: Added.
3582 * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Added.
3583 * BugsSite/template/en/default/admin/classifications/new.html.tmpl: Added.
3584 * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Added.
3585 * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Added.
3586 * BugsSite/template/en/default/admin/classifications/update.html.tmpl: Added.
3587 * BugsSite/template/en/default/admin/components: Added.
3588 * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Added.
3589 * BugsSite/template/en/default/admin/components/create.html.tmpl: Added.
3590 * BugsSite/template/en/default/admin/components/created.html.tmpl: Added.
3591 * BugsSite/template/en/default/admin/components/deleted.html.tmpl: Added.
3592 * BugsSite/template/en/default/admin/components/edit.html.tmpl: Added.
3593 * BugsSite/template/en/default/admin/components/footer.html.tmpl: Added.
3594 * BugsSite/template/en/default/admin/components/list.html.tmpl: Added.
3595 * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Added.
3596 * BugsSite/template/en/default/admin/components/updated.html.tmpl: Added.
3597 * BugsSite/template/en/default/admin/fieldvalues: Added.
3598 * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Added.
3599 * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Added.
3600 * BugsSite/template/en/default/admin/fieldvalues/created.html.tmpl: Added.
3601 * BugsSite/template/en/default/admin/fieldvalues/deleted.html.tmpl: Added.
3602 * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Added.
3603 * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Added.
3604 * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Added.
3605 * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Added.
3606 * BugsSite/template/en/default/admin/fieldvalues/updated.html.tmpl: Added.
3607 * BugsSite/template/en/default/admin/flag-type: Added.
3608 * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Added.
3609 * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Added.
3610 * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Added.
3611 * BugsSite/template/en/default/admin/groups: Added.
3612 * BugsSite/template/en/default/admin/groups/change.html.tmpl: Added.
3613 * BugsSite/template/en/default/admin/groups/create.html.tmpl: Added.
3614 * BugsSite/template/en/default/admin/groups/created.html.tmpl: Added.
3615 * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Added.
3616 * BugsSite/template/en/default/admin/groups/deleted.html.tmpl: Added.
3617 * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Added.
3618 * BugsSite/template/en/default/admin/groups/list.html.tmpl: Added.
3619 * BugsSite/template/en/default/admin/groups/remove.html.tmpl: Added.
3620 * BugsSite/template/en/default/admin/keywords: Added.
3621 * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Added.
3622 * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Added.
3623 * BugsSite/template/en/default/admin/keywords/created.html.tmpl: Added.
3624 * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Added.
3625 * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Added.
3626 * BugsSite/template/en/default/admin/keywords/rebuild-cache.html.tmpl: Added.
3627 * BugsSite/template/en/default/admin/milestones: Added.
3628 * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Added.
3629 * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Added.
3630 * BugsSite/template/en/default/admin/milestones/created.html.tmpl: Added.
3631 * BugsSite/template/en/default/admin/milestones/deleted.html.tmpl: Added.
3632 * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Added.
3633 * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Added.
3634 * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Added.
3635 * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Added.
3636 * BugsSite/template/en/default/admin/milestones/updated.html.tmpl: Added.
3637 * BugsSite/template/en/default/admin/products: Added.
3638 * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Added.
3639 * BugsSite/template/en/default/admin/products/deleted.html.tmpl: Added.
3640 * BugsSite/template/en/default/admin/products/footer.html.tmpl: Added.
3641 * BugsSite/template/en/default/admin/products/groupcontrol: Added.
3642 * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
3643 * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Added.
3644 * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Added.
3645 * BugsSite/template/en/default/admin/products/list.html.tmpl: Added.
3646 * BugsSite/template/en/default/admin/settings: Added.
3647 * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Added.
3648 * BugsSite/template/en/default/admin/settings/updated.html.tmpl: Added.
3649 * BugsSite/template/en/default/admin/table.html.tmpl: Added.
3650 * BugsSite/template/en/default/admin/users: Added.
3651 * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Added.
3652 * BugsSite/template/en/default/admin/users/create.html.tmpl: Added.
3653 * BugsSite/template/en/default/admin/users/edit.html.tmpl: Added.
3654 * BugsSite/template/en/default/admin/users/list.html.tmpl: Added.
3655 * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Added.
3656 * BugsSite/template/en/default/admin/users/search.html.tmpl: Added.
3657 * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Added.
3658 * BugsSite/template/en/default/admin/versions: Added.
3659 * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Added.
3660 * BugsSite/template/en/default/admin/versions/create.html.tmpl: Added.
3661 * BugsSite/template/en/default/admin/versions/created.html.tmpl: Added.
3662 * BugsSite/template/en/default/admin/versions/deleted.html.tmpl: Added.
3663 * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Added.
3664 * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Added.
3665 * BugsSite/template/en/default/admin/versions/list.html.tmpl: Added.
3666 * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Added.
3667 * BugsSite/template/en/default/admin/versions/updated.html.tmpl: Added.
3668 * BugsSite/template/en/default/attachment: Added.
3669 * BugsSite/template/en/default/attachment/choose.html.tmpl: Added.
3670 * BugsSite/template/en/default/attachment/content-types.html.tmpl: Added.
3671 * BugsSite/template/en/default/attachment/create.html.tmpl: Added.
3672 * BugsSite/template/en/default/attachment/created.html.tmpl: Added.
3673 * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Added.
3674 * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Added.
3675 * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Added.
3676 * BugsSite/template/en/default/attachment/edit-aroben.html.tmpl: Added.
3677 * BugsSite/template/en/default/attachment/edit.html.tmpl: Added.
3678 * BugsSite/template/en/default/attachment/list.html.tmpl: Added.
3679 * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Added.
3680 * BugsSite/template/en/default/attachment/updated.html.tmpl: Added.
3681 * BugsSite/template/en/default/bug: Added.
3682 * BugsSite/template/en/default/bug/activity: Added.
3683 * BugsSite/template/en/default/bug/activity/show.html.tmpl: Added.
3684 * BugsSite/template/en/default/bug/activity/table.html.tmpl: Added.
3685 * BugsSite/template/en/default/bug/choose.html.tmpl: Added.
3686 * BugsSite/template/en/default/bug/comments.html.tmpl: Added.
3687 * BugsSite/template/en/default/bug/create: Added.
3688 * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Added.
3689 * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Added.
3690 * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Added.
3691 * BugsSite/template/en/default/bug/create/create.html.tmpl: Added.
3692 * BugsSite/template/en/default/bug/create/created.html.tmpl: Added.
3693 * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Added.
3694 * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Added.
3695 * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Added.
3696 * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Added.
3697 * BugsSite/template/en/default/bug/edit.html.tmpl: Added.
3698 * BugsSite/template/en/default/bug/knob.html.tmpl: Added.
3699 * BugsSite/template/en/default/bug/navigate.html.tmpl: Added.
3700 * BugsSite/template/en/default/bug/process: Added.
3701 * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Added.
3702 * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Added.
3703 * BugsSite/template/en/default/bug/process/header.html.tmpl: Added.
3704 * BugsSite/template/en/default/bug/process/midair.html.tmpl: Added.
3705 * BugsSite/template/en/default/bug/process/next.html.tmpl: Added.
3706 * BugsSite/template/en/default/bug/process/results.html.tmpl: Added.
3707 * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Added.
3708 * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Added.
3709 * BugsSite/template/en/default/bug/show.html.tmpl: Added.
3710 * BugsSite/template/en/default/bug/show.xml.tmpl: Added.
3711 * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Added.
3712 * BugsSite/template/en/default/bug/time.html.tmpl: Added.
3713 * BugsSite/template/en/default/bug/votes: Added.
3714 * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Added.
3715 * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Added.
3716 * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Added.
3717 * BugsSite/template/en/default/config.js.tmpl: Added.
3718 * BugsSite/template/en/default/config.rdf.tmpl: Added.
3719 * BugsSite/template/en/default/filterexceptions.pl: Added.
3720 * BugsSite/template/en/default/flag: Added.
3721 * BugsSite/template/en/default/flag/list.html.tmpl: Added.
3722 * BugsSite/template/en/default/global: Added.
3723 * BugsSite/template/en/default/global/banner.html.tmpl: Added.
3724 * BugsSite/template/en/default/global/choose-classification.html.tmpl: Added.
3725 * BugsSite/template/en/default/global/choose-product.html.tmpl: Added.
3726 * BugsSite/template/en/default/global/code-error.html.tmpl: Added.
3727 * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Added.
3728 * BugsSite/template/en/default/global/field-descs.none.tmpl: Added.
3729 * BugsSite/template/en/default/global/footer.html.tmpl: Added.
3730 * BugsSite/template/en/default/global/header.html.tmpl: Added.
3731 * BugsSite/template/en/default/global/help-header.html.tmpl: Added.
3732 * BugsSite/template/en/default/global/help.html.tmpl: Added.
3733 * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Added.
3734 * BugsSite/template/en/default/global/initialize.none.tmpl: Added.
3735 * BugsSite/template/en/default/global/message.html.tmpl: Added.
3736 * BugsSite/template/en/default/global/messages.html.tmpl: Added.
3737 * BugsSite/template/en/default/global/select-menu.html.tmpl: Added.
3738 * BugsSite/template/en/default/global/setting-descs.none.tmpl: Added.
3739 * BugsSite/template/en/default/global/site-navigation.html.tmpl: Added.
3740 * BugsSite/template/en/default/global/useful-links.html.tmpl: Added.
3741 * BugsSite/template/en/default/global/user-error.html.tmpl: Added.
3742 * BugsSite/template/en/default/global/userselect.html.tmpl: Added.
3743 * BugsSite/template/en/default/global/variables.none.tmpl: Added.
3744 * BugsSite/template/en/default/index.html.tmpl: Added.
3745 * BugsSite/template/en/default/list: Added.
3746 * BugsSite/template/en/default/list/change-columns.html.tmpl: Added.
3747 * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Added.
3748 * BugsSite/template/en/default/list/list-simple.html.tmpl: Added.
3749 * BugsSite/template/en/default/list/list.atom.tmpl: Added.
3750 * BugsSite/template/en/default/list/list.csv.tmpl: Added.
3751 * BugsSite/template/en/default/list/list.html.tmpl: Added.
3752 * BugsSite/template/en/default/list/list.ics.tmpl: Added.
3753 * BugsSite/template/en/default/list/list.js.tmpl: Added.
3754 * BugsSite/template/en/default/list/list.rdf.tmpl: Added.
3755 * BugsSite/template/en/default/list/quips.html.tmpl: Added.
3756 * BugsSite/template/en/default/list/server-push.html.tmpl: Added.
3757 * BugsSite/template/en/default/list/table.html.tmpl: Added.
3758 * BugsSite/template/en/default/pages: Added.
3759 * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Added.
3760 * BugsSite/template/en/default/pages/fields.html.tmpl: Added.
3761 * BugsSite/template/en/default/pages/linked.html.tmpl: Added.
3762 * BugsSite/template/en/default/pages/linkify.html.tmpl: Added.
3763 * BugsSite/template/en/default/pages/voting.html.tmpl: Added.
3764 * BugsSite/template/en/default/reports: Added.
3765 * BugsSite/template/en/default/reports/chart.csv.tmpl: Added.
3766 * BugsSite/template/en/default/reports/chart.html.tmpl: Added.
3767 * BugsSite/template/en/default/reports/chart.png.tmpl: Added.
3768 * BugsSite/template/en/default/reports/components.html.tmpl: Added.
3769 * BugsSite/template/en/default/reports/create-chart.html.tmpl: Added.
3770 * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Added.
3771 * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Added.
3772 * BugsSite/template/en/default/reports/duplicates.html.tmpl: Added.
3773 * BugsSite/template/en/default/reports/duplicates.rdf.tmpl: Added.
3774 * BugsSite/template/en/default/reports/edit-series.html.tmpl: Added.
3775 * BugsSite/template/en/default/reports/keywords.html.tmpl: Added.
3776 * BugsSite/template/en/default/reports/menu.html.tmpl: Added.
3777 * BugsSite/template/en/default/reports/report-bar.png.tmpl: Added.
3778 * BugsSite/template/en/default/reports/report-line.png.tmpl: Added.
3779 * BugsSite/template/en/default/reports/report-pie.png.tmpl: Added.
3780 * BugsSite/template/en/default/reports/report-simple.html.tmpl: Added.
3781 * BugsSite/template/en/default/reports/report-table.csv.tmpl: Added.
3782 * BugsSite/template/en/default/reports/report-table.html.tmpl: Added.
3783 * BugsSite/template/en/default/reports/report.csv.tmpl: Added.
3784 * BugsSite/template/en/default/reports/report.html.tmpl: Added.
3785 * BugsSite/template/en/default/reports/series-common.html.tmpl: Added.
3786 * BugsSite/template/en/default/reports/series.html.tmpl: Added.
3787 * BugsSite/template/en/default/request: Added.
3788 * BugsSite/template/en/default/request/email.txt.tmpl: Added.
3789 * BugsSite/template/en/default/request/queue.html.tmpl: Added.
3790 * BugsSite/template/en/default/search: Added.
3791 * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Added.
3792 * BugsSite/template/en/default/search/form.html.tmpl: Added.
3793 * BugsSite/template/en/default/search/knob.html.tmpl: Added.
3794 * BugsSite/template/en/default/search/search-advanced.html.tmpl: Added.
3795 * BugsSite/template/en/default/search/search-create-series.html.tmpl: Added.
3796 * BugsSite/template/en/default/search/search-help.html.tmpl: Added.
3797 * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Added.
3798 * BugsSite/template/en/default/search/search-report-select.html.tmpl: Added.
3799 * BugsSite/template/en/default/search/search-report-table.html.tmpl: Added.
3800 * BugsSite/template/en/default/search/search-specific.html.tmpl: Added.
3801 * BugsSite/template/en/default/search/tabs.html.tmpl: Added.
3802 * BugsSite/template/en/default/sidebar.xul.tmpl: Added.
3803 * BugsSite/template/en/default/whine: Added.
3804 * BugsSite/template/en/default/whine/mail.html.tmpl: Added.
3805 * BugsSite/template/en/default/whine/mail.txt.tmpl: Added.
3806 * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Added.
3807 * BugsSite/template/en/default/whine/schedule.html.tmpl: Added.
3808 * BugsSite/template/en/extension: Added.
3809 * BugsSite/template/en/extension/filterexceptions.pl: Added.
3810 * BugsSite/testagent.cgi: Added.
3811 * BugsSite/testserver.pl: Added.
3812 * BugsSite/token.cgi: Added.
3813 * BugsSite/userprefs.cgi: Added.
3814 * BugsSite/votes.cgi: Added.
3815 * BugsSite/whine.pl: Added.
3816 * BugsSite/whineatnews.pl: Added.
3817 * BugsSite/xml.cgi: Added.
3818
38192008-02-04 Jan Michael Alonzo <[email protected]>
3820
3821 Reviewed by Alp Toker and Mark Rowe.
3822
3823 http://bugs.webkit.org/show_bug.cgi?id=16618
3824 [GTK] build-webkit and run-webkit-tests autootools support
3825
3826 Add support for the autotools build to the WebKit build and test
3827 scripts.
3828
38292008-02-04 Rodney Dawes <[email protected]>
3830
3831 Reviewed by Alp Toker and Mark Rowe.
3832
3833 Fix http://bugs.webkit.org/show_bug.cgi?id=17175.
3834 Bug 17175: Use of C++ compiler flags in CFLAGS
3835
3836 Add global_cxxflags definition for inclusion in CXXFLAGS variables.
3837 Only use -fno-rtti and $(SYMBOL_VISIBILITY_INLINES) with global_cxxflags as gcc complains they aren't valid for C.
3838
3839 * GNUmakefile.am:
3840
38412008-02-04 Alp Toker <[email protected]>
3842
3843 Rubber-stamped by Mark Rowe.
3844
3845 Remove all trailing whitespace in the GTK+ port and related
3846 components.
3847
3848 * GNUmakefile.am:
3849 * configure.ac:
3850
38512008-01-31 Alp Toker <[email protected]>
3852
3853 Reviewed by Mark Rowe.
3854
3855 Fix the pkg-config file to follow GTK+ package naming and versioning
3856 conventions.
3857
3858 Remove unneeded dependency listings.
3859
3860 * GNUmakefile.am:
3861 * configure.ac:
3862
38632008-01-31 Alp Toker <[email protected]>
3864
3865 Rubber-stamped by Adam Roben.
3866
3867 http://bugs.webkit.org/show_bug.cgi?id=17006
3868 [GTK] Header path should be webkit/webkit.h
3869
3870 Move the GTK+ API sources as needed and update the build systems.
3871
3872 * GNUmakefile.am:
3873 * WebKit.pri:
3874
38752008-01-27 Jan Michael Alonzo <[email protected]>
3876
3877 Reviewed by Alp Toker.
3878
3879 http://bugs.webkit.org/show_bug.cgi?id=14811
3880 [gtk] [request] add a webkit_gtk_page_go_to_history_item function
3881
3882 * GNUmakefile.am: Added webkitwebbackforwardlist and webkitwebhistoryitem
3883
38842008-01-26 Mark Rowe <[email protected]>
3885
3886 Reviewed by Alp Toker.
3887
3888 Fix http://bugs.webkit.org/show_bug.cgi?id=17007.
3889 Bug 17007: [GTK] autogen.sh attempts to use "libtoolize" on the Mac
3890
3891 libtoolize is installed as glibtoolize on Mac OS X to avoid naming conflicts
3892 with other system commands. Check for the presence of glibtoolize if libtoolize
3893 cannot be found.
3894
3895 * autogen.sh:
3896
38972008-01-23 Alp Toker <[email protected]>
3898
3899 Rubber-stamped by Mark Rowe.
3900
3901 Remove whitespace after -I in automake include lists.
3902
3903 * GNUmakefile.am:
3904
39052008-01-22 Christian Dywan <[email protected]>
3906
3907 Reviewed by Alp Toker.
3908
3909 [GTK] API: WebKitWebSettings is not usable
3910 http://bugs.webkit.org/show_bug.cgi?id=16219
3911
3912 Implement WebKitWebSettings.
3913
3914 * GNUmakefile.am:
3915
39162008-01-22 Simon Hausmann <[email protected]>
3917
3918 Reviewed by Lars.
3919
3920 Don't compile the ICO plugin when building against Qt >= 4.4
3921
3922
3923 * WebKit.pro:
3924
39252008-01-21 Jan Michael Alonzo <[email protected]>
3926
3927 Reviewed by Alp Toker.
3928
3929 http://bugs.webkit.org/show_bug.cgi?id=16955
3930 Get errors when cross-compile webkit-gtk
3931
3932 * GNUmakefile.am: added ICU_CPPFLAGS
3933 * configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS
3934
39352008-01-19 Jan Michael Alonzo <[email protected]>
3936
3937 Reviewed by Alp Toker.
3938
3939 Add svg foreign object and svg experimental to the GTK+/autotools
3940 build system.
3941
3942 * configure.ac:
3943
39442008-01-15 Alp Toker <[email protected]>
3945
3946 Rubber-stamped by Anders.
3947
3948 Make the HTTP backend configurable in the GTK+ port. curl is currently
3949 the only option.
3950
3951 * GNUmakefile.am:
3952 * WebKit.pri:
3953 * configure.ac:
3954
39552008-01-15 Alp Toker <[email protected]>
3956
3957 GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler
3958 flags only when they're available.
3959
3960 Additionally, use -fvisibility-inlines-hidden in both debug and
3961 release builds when available to match the Mac build.
3962
3963 * GNUmakefile.am:
3964 * configure.ac:
3965
39662008-01-12 Alp Toker <[email protected]>
3967
3968 Reviewed by Mark Rowe.
3969
3970 Hide non-public symbols in GTK+/autotools release builds.
3971
3972 * GNUmakefile.am:
3973
39742008-01-11 Alp Toker <[email protected]>
3975
3976 Reviewed by Oliver Hunt.
3977
3978 Enable FastMalloc by default in GTK+/autotools and add a configure
3979 switch.
3980
3981 * GNUmakefile.am:
3982 * configure.ac:
3983
39842008-01-11 Luca Bruno <[email protected]>
3985
3986 Reviewed by Alp Toker.
3987
3988 http://bugs.webkit.org/show_bug.cgi?id=16838
3989 [GTK] Bad autotools debug and video options
3990
3991 Fix some configure options.
3992
3993 * configure.ac:
3994
39952008-01-11 Mark Rowe <[email protected]>
3996
3997 Attempt to fix the GTK+ and Qt builds.
3998
3999 * WebKit.pro:
4000
40012008-01-10 Alp Toker <[email protected]>
4002
4003 SVG font build fix for GTK+/autotools.
4004
4005 * configure.ac:
4006
40072008-01-05 Alp Toker <[email protected]>
4008
4009 Rubber-stamped by Mark Rowe.
4010
4011 Fix configure script output with correct descriptions of the default
4012 configuration options.
4013
4014 * configure.ac:
4015
40162008-01-05 Sylvain Pasche <[email protected]>
4017
4018 Reviewed by Alp Toker.
4019
4020 http://bugs.webkit.org/show_bug.cgi?id=16736
4021 Allow autogen.sh invocation from a separate build directory.
4022
4023 * autogen.sh:
4024
40252008-01-04 Alp Toker <[email protected]>
4026
4027 Rubber-stamped by Mark Rowe.
4028
4029 Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The
4030 "rebuild rules" will now be enabled by default.
4031
4032 This obviates the need to pass '--enable-maintainer-mode' to
4033 configure.
4034
4035 * configure.ac:
4036
40372008-01-02 Holger Hans Peter Freyther <[email protected]>
4038
4039 Rubber stamped by Alp.
4040
4041 Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break
4042 the build. At least people doing a debug build on Ubuntu Hardy will see
4043 the breakage. I was asked to leave the flags inside the files to ease future
4044 debugging.
4045
4046 * GNUmakefile.am:
4047 * WebKit.pri:
4048
40492008-01-01 Alp Toker <[email protected]>
4050
4051 GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
4052 correct parameter to AM_INIT_AUTOMAKE.
4053
4054 * configure.ac:
4055
40562007-12-30 Alp Toker <[email protected]>
4057
4058 Build fix for older autoconf versions.
4059
4060 * configure.ac:
4061
40622007-12-29 Jan Michael Alonzo <[email protected]>
4063
4064 Reviewed by Alp Toker.
4065
4066 Enable Database, XPath and XSLT features by default
4067
4068 * configure.ac:
4069
40702007-12-29 Jan Michael Alonzo <[email protected]>
4071
4072 Reviewed by Alp Toker.
4073
4074 http://bugs.webkit.org/show_bug.cgi?id=16669
4075 autotools update and fixes
4076
4077 Various fixes to the autotools build
4078
4079 * GNUmakefile.am:
4080 - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
4081 - Fix clean rules (Rodney Dawes)
4082 - Added webcore specific variables, remove STDINT_H and
4083 PTHREAD_NP_H checks (already included in config.h)
4084 * autogen.sh:
4085 - Loosen automake and aclocal requirement
4086 * configure.ac:
4087 - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
4088 when doing a debug build (Rodney Dawes)
4089 - Fix webkit target and remove traces of XBL
4090
40912007-12-27 Jan Michael Alonzo <[email protected]>
4092
4093 Reviewed by Alp Toker.
4094
4095 http://bugs.webkit.org/show_bug.cgi?id=16353
4096 [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
4097
4098 Added the flags mentioned in the bug only when doing 'debug'
4099 builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
4100
4101 * GNUmakefile.am:
4102 * WebKit.pri:
4103
41042007-12-26 Jan Michael Alonzo <[email protected]>
4105
4106 Reviewed by Alp Toker.
4107
4108 http://bugs.webkit.org/show_bug.cgi?id=16390
4109 Use autotools or GNU make as the build system for the GTK port
4110
4111 * GNUmakefile.am: Added.
4112 * autogen.sh: Added.
4113 * configure.ac: Added.
4114
41152007-12-20 Alp Toker <[email protected]>
4116
4117 Rubber-stamped by Maciej.
4118
4119 http://bugs.webkit.org/show_bug.cgi?id=16542
4120 [GTK] Text is missing with old Pango version
4121
4122 Back out commits r28880, r28876, r28865, r28864 which added Pango font
4123 selection support. These changes caused a regression where no text was
4124 displayed with older Pango versions.
4125
4126 * WebKit.pri:
4127
41282007-12-19 Alp Toker <[email protected]>
4129
4130 Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
4131 cairo-ft directly following changes in r28864.
4132
4133 * WebKit.pri:
4134
41352007-12-12 Alp Toker <[email protected]>
4136
4137 Reviewed by Mark Rowe.
4138
4139 http://bugs.webkit.org/show_bug.cgi?id=16302
4140 [GTK] Compiler flags for optimization
4141
4142 Use the compiler flags -fno-exceptions -fno-rtti.
4143
4144 This patch does not add all the flags discussed in the bug report,
4145 only these two.
4146
4147 * WebKit.pri:
4148
41492007-12-04 Xan Lopez <[email protected]>
4150
4151 Reviewed by Alp Toker.
4152
4153 http://bugs.webkit.org/show_bug.cgi?id=15561
4154 GTK port needs DumpRenderTree implementation
4155
4156 Start work on the GTK+ DRT.
4157
4158 * WebKit.pro:
4159
41602007-11-30 Alp Toker <[email protected]>
4161
4162 Reviewed by Adam Roben.
4163
4164 http://bugs.webkit.org/show_bug.cgi?id=15691
4165 [GTK] Public API does not follow GTK+ conventions
4166
4167 Refactor the WebKit/GTK+ public API. Changes:
4168 WebKitPage -> WebKitWebView
4169 WebKitFrame -> WebKitWebFrame
4170
4171 Public API source and header names have been updated to mirror the API
4172 changes.
4173
4174 The API is now kept in WebKit/gtk/WebView to match other ports in the
4175 same class such as Mac and Win.
4176
4177 * WebKit.pri:
4178
41792007-11-26 Rodney Dawes <[email protected]>
4180
4181 Reviewed by Mark Rowe.
4182
4183 Set CONFIG option for the window system GTK+ is using
4184
4185 * WebKit.pri:
4186
41872007-11-22 Alp Toker <[email protected]>
4188
4189 GTK+ build fix. Pass a correct LIBDIR value.
4190
4191 * WebKit.pri:
4192
41932007-11-20 Mark Rowe <[email protected]>
4194
4195 Reviewed by Alp Toker.
4196
4197 * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
4198
41992007-11-20 Alp Toker <[email protected]>
4200
4201 Reviewed by Simon Hausmann.
4202
4203 Clean up GTK+ port configuration.
4204
4205 Use similar compiler warning flags to the Mac build.
4206
4207 Add the qmake changes needed for DirectFB support.
4208
4209 * WebKit.pri:
4210
42112007-11-07 Simon Hausmann <[email protected]>
4212
4213 Reviewed by Mark.
4214
4215 Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
4216 That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
4217
4218 * WebKit.pri:
4219
42202007-10-03 Lars Knoll <[email protected]>
4221
4222 Signed off by olliej.
4223
4224 move WebKitQt to WebKit/qt for consistency with the other ports.
4225
4226 * WebKit.pri:
4227 * WebKit.pro:
4228
42292007-10-03 Lars Knoll <[email protected]>
4230
4231 Reviewed by olliej.
4232
4233 Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
4234
4235 * WebKit.pro:
4236
42372007-09-29 Holger Hans Peter Freyther <[email protected]>
4238
4239 Reviewed by Mark.
4240
4241 -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
4242 Remove Bakefiles from svn.
4243
4244 * Bakefiles/Bakefiles.bkgen: Removed.
4245 * Bakefiles/ChangeLog: Removed.
4246 * Bakefiles/Readme.txt: Removed.
4247 * Bakefiles/presets.bkl: Removed.
4248 * Bakefiles/update-file-lists.py: Removed.
4249
42502007-09-20 Holger Hans Peter Freyther <[email protected]>
4251
4252 Rubber stamped by Adam.
4253
4254 Renamed files from *Gdk to *Gtk (see #14732) using the
4255 work of Juan A. Suarez Romero as a base.
4256
4257 GDK -> GTK
4258
4259 * WebKit.pri:
4260 * WebKit.pro:
4261
42622007-07-29 Brian Mastenbrook <[email protected]>
4263
4264 Build fix for WebKit/Gtk to compile on Fedora 7 as described in
4265 http://bugs.webkit.org/show_bug.cgi?id=14557
4266
4267 * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
4268
42692007-07-27 Simon Hausmann <[email protected]>
4270
4271 Done with and reviewed by Lars and Zack.
4272
4273 Exclude DumpRenderTree from the Qt build on Windows for now.
4274
4275 * WebKit.pro:
4276
42772007-07-27 Simon Hausmann <[email protected]>
4278
4279 Done with and reviewed by Lars and Zack.
4280
4281 Temporarily disable the ICO support for the Qt build on Windows.
4282
4283 * WebKit.pro:
4284
42852007-07-26 Simon Hausmann <[email protected]>
4286
4287 Reviewed by Lars.
4288
4289 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.
4290
4291 * WebKit.pri:
4292
42932007-07-22 Holger Hans Peter Freyther <[email protected]>
4294
4295 Reviewed by Adam.
4296
4297 Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
4298 build against it.
4299
4300 * WebKit.pri:
4301
43022007-07-18 Simon Hausmann <[email protected]>
4303
4304 Reviewed by Zack.
4305
4306 Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
4307
4308 * WebKit.pro:
4309
43102007-07-18 Timothy Hatcher <[email protected]>
4311
4312 Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
4313 still use this one Makefile.shared as an include.
4314
4315 * Makefile.shared:
4316
43172007-07-12 George Staikos <[email protected]>
4318
4319 Fix build in debug mode.
4320
4321 * WebKit.pri:
4322
43232007-07-11 Holger Hans Peter Freyther <[email protected]>
4324
4325 Reviewed by Darin Adler.
4326
4327 As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
4328 WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
4329
4330 * WebKit.pri: Adjust INCLUDEPATH
4331
43322007-06-25 Adam Roben <[email protected]>
4333
4334 Really remove LayoutTestResults.
4335
4336 * LayoutTestResults: Removed.
4337
43382007-06-25 Adam Roben <[email protected]>
4339
4340 Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
4341 http://bugs.webkit.org/show_bug.cgi?id=14405
4342
4343 Reviewed by Anders.
4344
4345 * LayoutTestResults: Removed.
4346
43472007-06-25 Alp Toker <[email protected]>
4348
4349 Reviewed by Mark.
4350
4351 http://bugs.webkit.org/show_bug.cgi?id=13975
4352 Use system-provided libjpeg and libpng
4353
4354 * WebKit.pri: Link against external libjpeg and libpng.
4355
43562007-06-20 Adam Roben <[email protected]>
4357
4358 Reviewed by Simon Hausmann.
4359
4360 More Gdk build fixing.
4361
4362 * WebKit.pro:
4363
43642007-06-15 Adam Treat <[email protected]>
4365
4366 Reviewed by George Staikos.
4367
4368 Add ICO support to the Qt build.
4369
4370 * WebKit.pro:
4371
43722007-06-13 George Staikos <[email protected]>
4373
4374 Reviewed by Lars.
4375
4376 Compile without self-linking.
4377
4378 * WebKit.pri:
4379
43802007-06-13 Simon Hausmann <[email protected]>
4381
4382 Reviewed by Lars.
4383
4384 * WebKit.pri: WebKitQt is now called QtWebKit.
4385
43862007-05-31 Alp Toker <[email protected]>
4387
4388 Reviewed by Eric Seidel.
4389
4390 http://bugs.webkit.org/show_bug.cgi?id=13941
4391 Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
4392
4393 * WebKit.pri:
4394
43952007-05-18 Holger Hans Peter Freyther <[email protected]>
4396
4397 Reviewed by Mark Rowe.
4398
4399 * WebKit.pro: Build testkjs for Gdk and Qt
4400
44012007-05-11 Holger Freyther <[email protected]>
4402
4403 Reviewed by Mark Rowe.
4404
4405 Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
4406 and add ICU configuration to QMAKE_CXXFLAGS.
4407
4408 * WebKit.pri:
4409
44102007-05-06 Erik Bunce <[email protected]>
4411
4412 Reviewed by Mark Rowe.
4413
4414 * WebKit.pri:
4415 Removed unnecessary dependency on MacPorts (/opt/local)
4416
44172007-05-03 Holger Freyther <[email protected]>
4418
4419 Reviewed by Zack, landed by Simon.
4420 This is bugzilla bug 13499.
4421
4422 * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
4423 port
4424 * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
4425 port
4426
44272007-04-27 Holger Freyther <[email protected]>
4428
4429 Reviewed by Maciej.
4430
4431 Remove unmaintained CMake build system.
4432
4433 * CMakeLists.txt: Removed.
4434
44352007-01-30 Simon Hausmann <[email protected]>
4436
4437 Reviewed by Zack.
4438
4439 * WebKit.pri: libJavaScriptCore is gone with the Qt build
4440 * WebKit.pro:
4441
44422007-01-26 George Staikos <[email protected]>
4443
4444 Remove headers - not needed now.
4445
4446 * WebKit.pri:
4447
44482007-01-23 George Staikos <[email protected]>
4449
4450 Put everything back since we can't build everything without it yet.
4451
4452 * WebKit.pri:
4453
44542007-01-16 Lars Knoll <[email protected]>
4455
4456 Reviewed by Zack
4457
4458 Remove everything but the new public API from
4459 the include path.
4460
4461 * WebKit.pri:
4462
44632007-01-11 George Staikos <[email protected]>
4464
4465 Fix the Qt build
4466
4467 * WebKit.pri:
4468
44692007-01-03 Lars Knoll <[email protected]>
4470
4471 Fix the Qt build
4472
4473 * WebKit.pri:
4474
44752006-12-17 Simon Hausmann <[email protected]>
4476
4477 Reviewed by Rob Buis.
4478
4479 * WebKit.pro: Build testkjs.
4480
44812006-12-14 Timothy Hatcher <[email protected]>
4482
4483 Reviewed by Brady.
4484
4485 * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
4486
44872006-12-13 Maciej Stachowiak <[email protected]>
4488
4489 Reviewed by Brady and Anders.
4490
4491 * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
4492
44932006-12-10 Zack Rusin <[email protected]>
4494
4495 Client classes have been moved to WebKitQt/WebCoreSupport so
4496 adjusting the pri file.
4497
4498 * WebKit.pri:
4499
45002006-12-10 George Staikos <[email protected]>
4501
4502 Reviewed by Zack.
4503
4504 Add WebKitBuild/Release back to the output dir for external build cases.
4505
4506 * WebKit.pri:
4507
45082006-12-10 Zack Rusin <[email protected]>
4509
4510 Fix the link directory location.
4511
4512 * WebKit.pri:
4513
45142006-12-10 Lars Knoll <[email protected]>
4515
4516 Reviewed by Zack
4517
4518 Include DumpRenderTree in the Qt build
4519
4520 * WebKit.pro:
4521
45222006-12-09 George Staikos <[email protected]>
4523
4524 Reviewed by Zack.
4525
4526 Correct the path to the libraries for QMake.
4527
4528 * WebKit.pri:
4529
45302006-12-09 Lars Knoll <[email protected]>
4531
4532 Reviewed by Zack
4533
4534 Make it possible to build WebKit with qmake.
4535
4536 * WebKit.pri: Added.
4537 * WebKit.pro: Added.
4538
45392006-11-19 Simon Hausmann <[email protected]>
4540
4541 Reviewed by Zack.
4542
4543 http://bugs.webkit.org/show_bug.cgi?id=11649
4544
4545 * CMakeLists.txt: Fix Qt-only build without KDE cmake files
4546
45472006-10-30 Timothy Hatcher <[email protected]>
4548
4549 Reviewed by Brady.
4550
4551 Make the universal build return non-zero when module make fails.
4552
4553 * Makefile:
4554
45552006-10-30 Stephanie Lewis <[email protected]>
4556
4557 Reviewed by Darin Adler.
4558
4559 Change Makefiles to return non-zero when module make fails.
4560
4561 * Makefile:
4562
45632006-10-27 Brady Eidson <[email protected]>
4564
4565 Rubber stamped by Tim Hatcher
4566
4567 Added "make universal" to build universal binaries
4568
4569 * Makefile:
4570 * Makefile.shared:
4571
45722006-10-01 Nikolas Zimmermann <[email protected]>
4573
4574 Reviewed by eseidel.
4575
4576 * CMakeLists.txt: add option to disable colored output when building on the buildbot
4577
Note: See TracBrowser for help on using the repository browser.