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