1 | 2008-12-19 Marco Barisione <marco.barisione@collabora.co.uk>
|
---|
2 |
|
---|
3 | Reviewed by Holger Freyther.
|
---|
4 |
|
---|
5 | http://bugs.webkit.org/show_bug.cgi?id=16562
|
---|
6 | [gtk] Implement WebPolicyDelegate methods
|
---|
7 |
|
---|
8 | Original work by Pierre-Luc Beaudoin. Final touches by Gustavo
|
---|
9 | Noronha.
|
---|
10 |
|
---|
11 | This implements the delegates methods of WebPolicyDelegate.
|
---|
12 | Since Gtk+/C doesn't have delegate methods, they are replaced with
|
---|
13 | signals.
|
---|
14 |
|
---|
15 | A new object WebKitWebPolicyDecision allows the browser to delay its
|
---|
16 | response in certain cases. WebKitWebNavigationAction contains the
|
---|
17 | information about what caused a navigation request.
|
---|
18 |
|
---|
19 | * GNUmakefile.am: Add new files
|
---|
20 |
|
---|
21 | 2008-12-19 Gustavo Noronha Silva <gns@gnome.org>
|
---|
22 |
|
---|
23 | Reviewed by Holger Freyther.
|
---|
24 |
|
---|
25 | Use ustar tar format for WebKit/GTK+'s make dist target, so that
|
---|
26 | storing files whose filenames are > 99 is possible.
|
---|
27 |
|
---|
28 | * configure.ac:
|
---|
29 |
|
---|
30 | 2008-12-19 Holger Hans Peter Freyther <zecke@selfish.org>
|
---|
31 |
|
---|
32 | [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST
|
---|
33 |
|
---|
34 | Fix the jit compilation on i*686 on Linux by using the va_list
|
---|
35 | to pass arguments to the CTI. This is done on the MAC as well
|
---|
36 | and sunspider and javascriptcore seem to work with that.
|
---|
37 |
|
---|
38 | * configure.ac:
|
---|
39 |
|
---|
40 | 2008-12-18 Pamela Greene <pam@chromium.org>
|
---|
41 |
|
---|
42 | Submitted without review.
|
---|
43 | Right, remove the whole misplaced directory, not just the tests.
|
---|
44 |
|
---|
45 | * fast: Removed.
|
---|
46 | * fast/dom: Removed.
|
---|
47 |
|
---|
48 | 2008-12-18 Pamela Greene <pam@chromium.org>
|
---|
49 |
|
---|
50 | Submitted without review.
|
---|
51 | Moving layout test into LayoutTests where it belongs.
|
---|
52 |
|
---|
53 | * fast/dom/setter-type-enforcement-expected.txt: Removed.
|
---|
54 | * fast/dom/setter-type-enforcement.html: Removed.
|
---|
55 |
|
---|
56 | 2008-12-15 Daniel Macks <dmacks@netspace.org>
|
---|
57 |
|
---|
58 | Reviewed by Darin Adler.
|
---|
59 |
|
---|
60 | Default to use external libicu-config if avail on all platforms.
|
---|
61 | https://bugs.webkit.org/show_bug.cgi?id=22713
|
---|
62 |
|
---|
63 | * configure.ac:
|
---|
64 |
|
---|
65 | 2008-12-12 Holger Hans Peter Freyther <zecke@selfish.org>
|
---|
66 |
|
---|
67 | Back out r39222 as this is breaking the build on Gentoo (aclocal-1.10)
|
---|
68 |
|
---|
69 | The m4 directory does not exist and we now have a compile issue on
|
---|
70 | Gentoo systems.
|
---|
71 |
|
---|
72 | * GNUmakefile.am:
|
---|
73 | * configure.ac:
|
---|
74 |
|
---|
75 | 2008-12-11 Daniel Macks <dmacks@netspace.org>
|
---|
76 |
|
---|
77 | Reviewed by Darin Adler.
|
---|
78 |
|
---|
79 | https://bugs.webkit.org/show_bug.cgi?id=22714
|
---|
80 |
|
---|
81 | Put libtool macro files in subdir that it wants.
|
---|
82 |
|
---|
83 | * GNUmakefile.am:
|
---|
84 | * configure.ac:
|
---|
85 |
|
---|
86 | 2008-12-07 Holger Hans Peter Freyther <zecke@selfish.org>
|
---|
87 |
|
---|
88 | Reviewed by Eric Seidel.
|
---|
89 |
|
---|
90 | [Gtk+] Use glib's unit test facilities to test the WebKit/Gtk+ API
|
---|
91 |
|
---|
92 | https://bugs.webkit.org/show_bug.cgi?id=22491
|
---|
93 |
|
---|
94 | Add the skeleton to WebKit/gtk/tests and integrate that into the
|
---|
95 | buildsystem. Testing support was added in glib 2.16. For versions
|
---|
96 | using glib < 2.16 we compile an empty application.
|
---|
97 |
|
---|
98 | * GNUmakefile.am:
|
---|
99 |
|
---|
100 | 2008-12-07 Holger Hans Peter Freyther <zecke@selfish.org>
|
---|
101 |
|
---|
102 | Reviewed by Cameron Zwarich.
|
---|
103 |
|
---|
104 | [GTK] Define ENABLE_JIT_OPTIMIZE_CALL, ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS, ENABLE_JIT_OPTIMIZE_ARITHMETIC
|
---|
105 |
|
---|
106 | When building the jit on i*86 also enable the above optimizations.
|
---|
107 |
|
---|
108 | * configure.ac:
|
---|
109 |
|
---|
110 | 2008-12-03 Simon Hausmann <hausmann@webkit.org>
|
---|
111 |
|
---|
112 | Reviewed by Tor Arne VestbÞ.
|
---|
113 |
|
---|
114 | Fix the build of WebKit inside Qt by making sure that qmake generators
|
---|
115 | that do not produce generated sources (i.e. cpp files) are not
|
---|
116 | included in SOURCES.
|
---|
117 |
|
---|
118 | * WebKit.pri:
|
---|
119 |
|
---|
120 | 2008-12-02 Simon Hausmann <hausmann@webkit.org>
|
---|
121 |
|
---|
122 | Reviewed by Tor Arne VestbÞ.
|
---|
123 |
|
---|
124 | Removed JavaScriptCore from SUBDIRS as it's not built separately
|
---|
125 | anymore.
|
---|
126 |
|
---|
127 | * WebKit.pro:
|
---|
128 |
|
---|
129 | 2008-11-28 Gustavo Noronha Silva <gns@gnome.org>
|
---|
130 |
|
---|
131 | Reviewed and slightly modified by Holger Freyther.
|
---|
132 |
|
---|
133 | https://bugs.webkit.org/show_bug.cgi?id=19130
|
---|
134 |
|
---|
135 | Added the new WebKitGtk files to be built:
|
---|
136 | WebKit/gtk/webkit/webkitwebwindowfeatures.{cpp,h}
|
---|
137 |
|
---|
138 | * GNUmakefile.am:
|
---|
139 |
|
---|
140 | 2008-11-26 Kalle Vahlman <kalle.vahlman@movial.com>
|
---|
141 |
|
---|
142 | Reviewed by Darin Adler. Landed by Jan Alonzo.
|
---|
143 |
|
---|
144 | Bison versions under 2.2 produce crashing CSSGrammar code for ARM
|
---|
145 | https://bugs.webkit.org/show_bug.cgi?id=22456
|
---|
146 |
|
---|
147 | Check for bison version 2.2 or greater on ARM. Earlier versions produce
|
---|
148 | code that crashes on ARM devices.
|
---|
149 |
|
---|
150 | * configure.ac:
|
---|
151 |
|
---|
152 | 2008-11-25 Holger Hans Peter Freyther <zecke@selfish.org>
|
---|
153 |
|
---|
154 | Reviewed by David Kilzer.
|
---|
155 |
|
---|
156 | https://bugs.webkit.org/show_bug.cgi?id=22022
|
---|
157 |
|
---|
158 | Add Geolocation support to the configure.ac
|
---|
159 |
|
---|
160 | Add an option to build WebKit/Gtk+ with Geolocation. The
|
---|
161 | implementation will be using Gypsy.
|
---|
162 |
|
---|
163 | * configure.ac:
|
---|
164 |
|
---|
165 | 2008-11-24 Holger Hans Peter Freyther <zecke@selfish.org>
|
---|
166 |
|
---|
167 | Reviewed by Mark Rowe.
|
---|
168 |
|
---|
169 | [Gtk+] Add configure option to enable Web Workers and enable it by default
|
---|
170 |
|
---|
171 | Add --enable-workers to the buildsystem (used by build-webkit) add
|
---|
172 | the to be build files to the GNUmakefile.am and change build-webkit
|
---|
173 | to enable Web Workers by default.
|
---|
174 |
|
---|
175 | * configure.ac:
|
---|
176 |
|
---|
177 | 2008-09-09 Joerg Bornemann <joerg.bornemann@trolltech.com>
|
---|
178 |
|
---|
179 | Reviewed by Simon Hausmann.
|
---|
180 |
|
---|
181 | Steps towards making the Qt port of WebKit compile on Windows CE
|
---|
182 |
|
---|
183 | https://bugs.webkit.org/show_bug.cgi?id=20746
|
---|
184 |
|
---|
185 | * WebKit.pro: don't build DumpRenderTree on all Win32 platforms
|
---|
186 |
|
---|
187 | 2008-11-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
|
---|
188 |
|
---|
189 | Reviewed by George Staikos.
|
---|
190 |
|
---|
191 | Add WML build support for Gtk as well.
|
---|
192 |
|
---|
193 | * configure.ac:
|
---|
194 |
|
---|
195 | 2008-11-16 Geoffrey Garen <ggaren@apple.com>
|
---|
196 |
|
---|
197 | Not reviewed.
|
---|
198 |
|
---|
199 | Try to fix gtk build.
|
---|
200 |
|
---|
201 | * configure.ac:
|
---|
202 |
|
---|
203 | 2008-11-10 Tor Arne VestbÞ <tavestbo@trolltech.com>
|
---|
204 |
|
---|
205 | Rubber-stamped by Simon Hausmann.
|
---|
206 |
|
---|
207 | Distinguish between building from trunk and as part of Qt
|
---|
208 |
|
---|
209 | * WebKit.pri:
|
---|
210 |
|
---|
211 | 2008-11-10 Morten SÞrvig <msorvig@trolltech.com>
|
---|
212 |
|
---|
213 | Reviewed by Simon Hausmann.
|
---|
214 |
|
---|
215 | Make tests/auto/qwebframe compile on Qt/Mac.
|
---|
216 |
|
---|
217 | * WebKit.pri: Fix linkage against QtWebKit when compiled as framework.
|
---|
218 |
|
---|
219 | 2008-11-06 Cameron Zwarich <zwarich@apple.com>
|
---|
220 |
|
---|
221 | Not reviewed.
|
---|
222 |
|
---|
223 | Speculatively fix the GTK build.
|
---|
224 |
|
---|
225 | * GNUmakefile.am:
|
---|
226 |
|
---|
227 | 2008-11-06 Alp Toker <alp@nuanti.com>
|
---|
228 |
|
---|
229 | GTK build fix for r38155. create_hash_table was moved out of kjs/
|
---|
230 |
|
---|
231 | * GNUmakefile.am:
|
---|
232 |
|
---|
233 | 2008-11-06 Cameron Zwarich <zwarich@apple.com>
|
---|
234 |
|
---|
235 | Rubber-stamped by Sam Weinig.
|
---|
236 |
|
---|
237 | Correct the reference to jsc.pro in WebKit.pro to match its new
|
---|
238 | location in the root directory of JavaScriptCore.
|
---|
239 |
|
---|
240 | * WebKit.pro:
|
---|
241 |
|
---|
242 | 2008-11-03 Alp Toker <alp@nuanti.com>
|
---|
243 |
|
---|
244 | autotools distcleancheck fix. Add dolt-generated files and
|
---|
245 | webkitenumtypes.h to the list of files that need to be cleaned.
|
---|
246 | Unreviewed.
|
---|
247 |
|
---|
248 | * GNUmakefile.am:
|
---|
249 |
|
---|
250 | 2008-11-03 Alp Toker <alp@nuanti.com>
|
---|
251 |
|
---|
252 | Rubber-stamped by Holger Freyther.
|
---|
253 |
|
---|
254 | Do not enable RTTI or exceptions in debug builds, matching release
|
---|
255 | builds. They don't help much with debugging and significantly slow
|
---|
256 | down and increase the size of the debug build.
|
---|
257 |
|
---|
258 | * GNUmakefile.am:
|
---|
259 |
|
---|
260 | 2008-11-03 Alp Toker <alp@nuanti.com>
|
---|
261 |
|
---|
262 | Rubber-stamped by Holger Freyther.
|
---|
263 |
|
---|
264 | Add mingw32 case to dolt for faster GTK+ Windows builds.
|
---|
265 |
|
---|
266 | * acinclude.m4:
|
---|
267 |
|
---|
268 | 2008-11-02 Xan Lopez <xan@gnome.org>
|
---|
269 |
|
---|
270 | Reviewed by Holger Freyther
|
---|
271 |
|
---|
272 | https://bugs.webkit.org/show_bug.cgi?id=22009
|
---|
273 | HTML5 Video with GStreamer pulls gnome-vfs without using it.
|
---|
274 |
|
---|
275 | * configure.ac:
|
---|
276 | Remove gnome-vfs from configure.ac, it's unused.
|
---|
277 |
|
---|
278 | 2008-10-30 Alp Toker <alp@nuanti.com>
|
---|
279 |
|
---|
280 | https://bugs.webkit.org/show_bug.cgi?id=19395
|
---|
281 | doltlibtool bug with bash 3.0
|
---|
282 |
|
---|
283 | autotools dolt build fix for bash version 3.0 and older. Remove
|
---|
284 | concatenation syntax from doltlibtool to support the older versions
|
---|
285 | which don't have '+='.
|
---|
286 |
|
---|
287 | * acinclude.m4:
|
---|
288 |
|
---|
289 | 2008-10-30 Alp Toker <alp@nuanti.com>
|
---|
290 |
|
---|
291 | Rubber-stamped by Oliver Hunt.
|
---|
292 |
|
---|
293 | autotools build system change to enable JIT features by default. Can
|
---|
294 | be disabled with --disable-jit (and is disabled automatically on
|
---|
295 | unsupported platforms).
|
---|
296 |
|
---|
297 | * configure.ac:
|
---|
298 |
|
---|
299 | 2008-10-30 Alp Toker <alp@nuanti.com>
|
---|
300 |
|
---|
301 | Bump WebKit GTK+ version to 1.0.3.
|
---|
302 |
|
---|
303 | * configure.ac:
|
---|
304 |
|
---|
305 | 2008-10-29 Gustavo Noronha Silva <gns@gnome.org>
|
---|
306 |
|
---|
307 | Reviewed by Holger Freyther.
|
---|
308 |
|
---|
309 | Added all the files that need to be installed for the Inspector to
|
---|
310 | work.
|
---|
311 |
|
---|
312 | 2008-10-29 Mike Hommey <glandium@debian.org>
|
---|
313 |
|
---|
314 | Reviewed by Holger Freyther.
|
---|
315 |
|
---|
316 | https://bugs.webkit.org/show_bug.cgi?id=21884
|
---|
317 | Test presence and link against libpng.
|
---|
318 |
|
---|
319 | * GNUmakefile.am:
|
---|
320 | * configure.ac:
|
---|
321 |
|
---|
322 | 2008-10-29 Jan Michael Alonzo <jmalonzo@webkit.org>
|
---|
323 |
|
---|
324 | Reviewed by Holger Freyther.
|
---|
325 |
|
---|
326 | Add --enable-optimizations to enable optimized builds. The default
|
---|
327 | is to enable it for release builds, and disabled for debug builds.
|
---|
328 | This option will allow builders to have a debug as well as
|
---|
329 | optimized builds.
|
---|
330 |
|
---|
331 | * GNUmakefile.am:
|
---|
332 | * configure.ac:
|
---|
333 |
|
---|
334 | 2008-10-28 Mike Hommey <glandium@debian.org>
|
---|
335 |
|
---|
336 | Reviewed by Alp Toker.
|
---|
337 |
|
---|
338 | https://bugs.webkit.org/show_bug.cgi?id=21885
|
---|
339 | [GTK] libwebkit doesn't link against libpangoft2
|
---|
340 |
|
---|
341 | Add pkg-config check for pangoft2 which provides
|
---|
342 | pango_fc_font_description_from_pattern() used in the FreeType font
|
---|
343 | backend.
|
---|
344 |
|
---|
345 | * configure.ac:
|
---|
346 |
|
---|
347 | 2008-10-28 Alp Toker <alp@nuanti.com>
|
---|
348 |
|
---|
349 | Include copyright license files in the autotools dist target.
|
---|
350 |
|
---|
351 | Change suggested by Mike Hommey.
|
---|
352 |
|
---|
353 | * GNUmakefile.am:
|
---|
354 |
|
---|
355 | 2008-10-25 Jan Michael Alonzo <jmalonzo@webkit.org>
|
---|
356 |
|
---|
357 | Gtk build fix: add '-' to Wl which was missed in r36845
|
---|
358 |
|
---|
359 | * GNUmakefile.am:
|
---|
360 |
|
---|
361 | 2008-10-22 Alp Toker <alp@nuanti.com>
|
---|
362 |
|
---|
363 | Fix build for Cairo 1.2.
|
---|
364 |
|
---|
365 | * configure.ac:
|
---|
366 |
|
---|
367 | 2008-10-20 Alp Toker <alp@nuanti.com>
|
---|
368 |
|
---|
369 | Partial GTK+/Win32 build fix. Lowercase library name to enable linking
|
---|
370 | when cross-compiling Windows binaries from Linux: -lWs2_32 -> -lws2_32
|
---|
371 |
|
---|
372 | * configure.ac:
|
---|
373 |
|
---|
374 | 2008-10-13 Alp Toker <alp@nuanti.com>
|
---|
375 |
|
---|
376 | GTK+ build fix: Ensure correct builds when debugging is
|
---|
377 | enabled/disabled by defining NDEBUG in autotoolsconfig.h as needed.
|
---|
378 | It's still passed as a compiler flag since some sources (DRT) don't
|
---|
379 | use config.h yet.
|
---|
380 |
|
---|
381 | * configure.ac:
|
---|
382 |
|
---|
383 | 2008-10-09 Alp Toker <alp@nuanti.com>
|
---|
384 |
|
---|
385 | Reviewed by Mark Rowe.
|
---|
386 |
|
---|
387 | https://bugs.webkit.org/show_bug.cgi?id=20760
|
---|
388 | Implement support for x86 Linux in CTI
|
---|
389 |
|
---|
390 | Prepare to enable CTI/WREC on supported architectures. Will be
|
---|
391 | switched on when the crasher introduced in r37386 is resolved.
|
---|
392 |
|
---|
393 | * configure.ac:
|
---|
394 |
|
---|
395 | 2008-10-07 Alp Toker <alp@nuanti.com>
|
---|
396 |
|
---|
397 | GTK+ build fix for older automake versions (1.7). Discussed in bug
|
---|
398 | #21392.
|
---|
399 |
|
---|
400 | * GNUmakefile.am:
|
---|
401 |
|
---|
402 | 2008-10-07 Alp Toker <alp@nuanti.com>
|
---|
403 |
|
---|
404 | Reviewed by Mark Rowe.
|
---|
405 |
|
---|
406 | https://bugs.webkit.org/show_bug.cgi?id=21392
|
---|
407 | [GTK] Auto-generate JS DOM binding sources list
|
---|
408 |
|
---|
409 | Remove the huge lists of generated DOM binding sources and headers in
|
---|
410 | the build system. These are difficult to maintain and can be derived
|
---|
411 | automatically.
|
---|
412 |
|
---|
413 | The new strategy is to re-use the existing lists of IDL sources (which
|
---|
414 | are needed for dist support anyway). This will also ease the addition
|
---|
415 | of new language bindings.
|
---|
416 |
|
---|
417 | * GNUmakefile.am:
|
---|
418 |
|
---|
419 | 2008-09-27 Jan Michael Alonzo <jmalonzo@webkit.org>
|
---|
420 |
|
---|
421 | Reviewed by Holger Freyther.
|
---|
422 |
|
---|
423 | https://bugs.webkit.org/show_bug.cgi?id=20287
|
---|
424 | [Gtk] disable plugins for gtk/directfb target
|
---|
425 |
|
---|
426 | Introduce WTF_PLATFORM_X11 for X11 builds.
|
---|
427 | Also use target-specific packages when building the port
|
---|
428 |
|
---|
429 | * configure.ac: Do not check for cairo-ft for directfb builds.
|
---|
430 |
|
---|
431 | 2008-09-27 Marco Barisione <marco.barisione@collabora.co.uk>
|
---|
432 |
|
---|
433 | Reviewed by Holger Freyther.
|
---|
434 |
|
---|
435 | http://bugs.webkit.org/show_bug.cgi?id=21174
|
---|
436 | [GTK][AUTOTOOLS] Enable large file support at configure time
|
---|
437 |
|
---|
438 | * configure.ac: Enable large file support with AC_SYS_LARGEFILE.
|
---|
439 |
|
---|
440 | 2008-09-23 Richard Hult <richard@imendio.com>
|
---|
441 |
|
---|
442 | Reviewed by Alp Toker. Landed by Jan Alonzo.
|
---|
443 |
|
---|
444 | http://bugs.webkit.org/show_bug.cgi?id=20582
|
---|
445 | [Gtk] Link error on Mac OS X
|
---|
446 |
|
---|
447 | * GNUmakefile.am: Only use the -version-script flag for the gnu
|
---|
448 | linker.
|
---|
449 | * configure.ac: Check for GNU OSes.
|
---|
450 |
|
---|
451 | 2008-09-19 Alp Toker <alp@nuanti.com>
|
---|
452 |
|
---|
453 | Build fix for the 'gold' linker and recent binutils. New behaviour
|
---|
454 | requires that we link to used libraries explicitly.
|
---|
455 |
|
---|
456 | * GNUmakefile.am:
|
---|
457 | * configure.ac:
|
---|
458 |
|
---|
459 | 2008-09-04 Marco Barisione <marco.barisione@collabora.co.uk>
|
---|
460 |
|
---|
461 | Reviewed by Eric Seidel.
|
---|
462 |
|
---|
463 | http://bugs.webkit.org/show_bug.cgi?id=20380
|
---|
464 | [GTK][AUTOTOOLS] Include autotoolsconfig.h from config.h
|
---|
465 |
|
---|
466 | * configure.ac: Rename the configuration header from aconfig.h to autotoolsconfig.h.
|
---|
467 |
|
---|
468 | 2008-08-28 Alp Toker <alp@nuanti.com>
|
---|
469 |
|
---|
470 | GTK+ dist/build fix. List newly added header files.
|
---|
471 |
|
---|
472 | * GNUmakefile.am:
|
---|
473 |
|
---|
474 | 2008-08-27 Mike Hommey <glandium@debian.org>
|
---|
475 |
|
---|
476 | Reviewed by Holger.
|
---|
477 |
|
---|
478 | * GNUmakefile.am:
|
---|
479 | * symbols.filter: Added.
|
---|
480 |
|
---|
481 | 2008-08-10 Jan Michael Alonzo <jmalonzo@webkit.org>
|
---|
482 |
|
---|
483 | Reviewed (and updated) by Alp Toker.
|
---|
484 |
|
---|
485 | https://bugs.webkit.org/show_bug.cgi?id=16620
|
---|
486 | [GTK] Autotools make dist and make check support
|
---|
487 |
|
---|
488 | Get make dist working.
|
---|
489 |
|
---|
490 | Note that not all possible configurations have been tested yet.
|
---|
491 |
|
---|
492 | * GNUmakefile.am:
|
---|
493 |
|
---|
494 | 2008-08-09 Marco Barisione <marco.barisione@collabora.co.uk>
|
---|
495 |
|
---|
496 | Reviewed by Alp Toker.
|
---|
497 |
|
---|
498 | http://bugs.webkit.org/show_bug.cgi?id=19045
|
---|
499 | [gtk] ./configure doesn't check for x toolkit availability
|
---|
500 |
|
---|
501 | Some old versions of Xt do not provide xt.pc, in this case use
|
---|
502 | AC_CHECK_LIB to check if the library is installed and then fall back
|
---|
503 | to using just -lXt.
|
---|
504 |
|
---|
505 | * configure.ac:
|
---|
506 |
|
---|
507 | 2008-08-09 Alp Toker <alp@nuanti.com>
|
---|
508 |
|
---|
509 | GTK+ build fixes.
|
---|
510 |
|
---|
511 | Back out r20338 libxslt check (conditional check already exists and
|
---|
512 | this broke the build).
|
---|
513 |
|
---|
514 | Make the flex version check a warning rather than fatal to fix the
|
---|
515 | build bot.
|
---|
516 |
|
---|
517 | * configure.ac:
|
---|
518 |
|
---|
519 | 2008-08-08 Jan Michael Alonzo <jmalonzo@webkit.org>
|
---|
520 |
|
---|
521 | Reviewed by Mark Rowe.
|
---|
522 |
|
---|
523 | http://bugs.webkit.org/show_bug.cgi?id=20338
|
---|
524 | [Gtk] Autotools should check for libxslt
|
---|
525 |
|
---|
526 | Autotools check for libxslt
|
---|
527 |
|
---|
528 | * configure.ac:
|
---|
529 |
|
---|
530 | 2008-08-07 Kalle Vahlman <zuh@iki.fi>
|
---|
531 |
|
---|
532 | Reviewed by David Kilzer.
|
---|
533 |
|
---|
534 | Check for correct flex version to avoid faulty builds
|
---|
535 |
|
---|
536 | A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it
|
---|
537 | https://bugs.webkit.org/show_bug.cgi?id=20253
|
---|
538 |
|
---|
539 | acinclude.m4: Import AX_COMPARE_VERSION macro
|
---|
540 | configure.ac: Check for flex version
|
---|
541 |
|
---|
542 | * acinclude.m4:
|
---|
543 | * configure.ac:
|
---|
544 |
|
---|
545 | 2008-08-07 Simon Hausmann <hausmann@webkit.org>
|
---|
546 |
|
---|
547 | Rubber-stamped by Lars.
|
---|
548 |
|
---|
549 | Added API tests for QWebPage/QWebFrame based on QTestLib.
|
---|
550 |
|
---|
551 | * WebKit.pro: Add WebKit/qt/tests to the build.
|
---|
552 |
|
---|
553 | 2008-08-06 Marco Barisione <marco.barisione@collabora.co.uk>
|
---|
554 |
|
---|
555 | Reviewed by Eric Seidel.
|
---|
556 |
|
---|
557 | http://bugs.webkit.org/show_bug.cgi?id=20276
|
---|
558 | [GTK] Makefile rules for the enum GTypes files depend on Makefile
|
---|
559 | instead of GNUmakefile
|
---|
560 |
|
---|
561 | The patch committed in revision 34649 added the code needed to
|
---|
562 | generate GTypes for enums but the makefile rules for
|
---|
563 | stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on
|
---|
564 | Makefile (used by other ports) instead of GNUmakefile.
|
---|
565 |
|
---|
566 | * GNUmakefile.am: Depend on GNUmakefile instead of Makefile.
|
---|
567 |
|
---|
568 | 2008-08-05 Marco Barisione <marco.barisione@collabora.co.uk>
|
---|
569 |
|
---|
570 | Reviewed by Alp Toker.
|
---|
571 |
|
---|
572 | http://bugs.webkit.org/show_bug.cgi?id=19045
|
---|
573 | [gtk] ./configure doesn't check for x toolkit availability
|
---|
574 |
|
---|
575 | Check for the .pc file for Xt instead of hard coding -lXt in the
|
---|
576 | GNUmakefile.am.
|
---|
577 |
|
---|
578 | Thanks to Dominik Röttsches for the initial patch.
|
---|
579 |
|
---|
580 | * GNUmakefile.am:
|
---|
581 | * configure.ac:
|
---|
582 |
|
---|
583 | 2008-07-30 Marco Barisione <marco.barisione@collabora.co.uk>
|
---|
584 |
|
---|
585 | Reviewed by Holger.
|
---|
586 |
|
---|
587 | http://bugs.webkit.org/show_bug.cgi?id=19742
|
---|
588 | [GTK] Auto generate webkitmarshal.list
|
---|
589 |
|
---|
590 | Auto generate webkitmarshal.list from source files to reduce the
|
---|
591 | number of conflicts when merging git branches or when applying
|
---|
592 | patches.
|
---|
593 | Also rename webkit-marshal.* to webkitmarshal.* for consistency.
|
---|
594 |
|
---|
595 | * GNUmakefile.am:
|
---|
596 |
|
---|
597 | 2008-07-25 Jan Michael Alonzo <jmalonzo@webkit.org>
|
---|
598 |
|
---|
599 | Reviewed by Mark Rowe.
|
---|
600 |
|
---|
601 | Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee.
|
---|
602 |
|
---|
603 | [Gtk] Improve detection jpeglib
|
---|
604 | https://bugs.webkit.org/show_bug.cgi?id=17865
|
---|
605 |
|
---|
606 | * GNUmakefile.am:
|
---|
607 | * configure.ac:
|
---|
608 |
|
---|
609 | 2008-07-25 Simon Hausmann <hausmann@webkit.org>
|
---|
610 |
|
---|
611 | Discussed with and rubber-stamped by Lars.
|
---|
612 |
|
---|
613 | Fix the build system for the Qt port.
|
---|
614 |
|
---|
615 | Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the
|
---|
616 | include search path. With a build process that combines JavaScriptCore and
|
---|
617 | WebCore in one build process/Makefile the existance of
|
---|
618 | JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts.
|
---|
619 |
|
---|
620 | This commit solves this by introducing a separate build of JavaScriptCore into
|
---|
621 | a static library.
|
---|
622 |
|
---|
623 | As a result of the split-up a race-condition due to broken dependencies of
|
---|
624 | regular source files to header files of generated sources showed up very
|
---|
625 | frequently when doing parallel builds (which the buildbot does). This commit at
|
---|
626 | the same time tries to address the dependency problem by making the
|
---|
627 | addExtraCompiler() function also generate a pseudo extra compiler that
|
---|
628 | represents the header file output, so that qmake is aware of the creation of
|
---|
629 | the header file for dependency calculation.
|
---|
630 |
|
---|
631 | At the same time I removed a lot of cruft from the pro files to ease maintenance.
|
---|
632 |
|
---|
633 | * WebKit.pri:
|
---|
634 | * WebKit.pro:
|
---|
635 |
|
---|
636 | 2008-06-18 Marco Barisione <marco.barisione@collabora.co.uk>
|
---|
637 |
|
---|
638 | Reviewed by Alp Toker.
|
---|
639 |
|
---|
640 | https://bugs.webkit.org/show_bug.cgi?id=19171
|
---|
641 | [GTK] GTypes for enumerations
|
---|
642 |
|
---|
643 | Generate GTypes for public enumerations so they can be used as
|
---|
644 | properties.
|
---|
645 |
|
---|
646 | * GNUmakefile.am: Generate webkit-enum-types.cpp and
|
---|
647 | webkit-enum-types.h.
|
---|
648 |
|
---|
649 | 2008-06-16 Simon Hausmann <hausmann@webkit.org>
|
---|
650 |
|
---|
651 | Fix the Qt build. testkjs.pro is now called jsc.pro.
|
---|
652 |
|
---|
653 | * WebKit.pro:
|
---|
654 |
|
---|
655 | 2008-06-15 Alp Toker <alp@nuanti.com>
|
---|
656 |
|
---|
657 | Rubber-stamped by Maciej.
|
---|
658 |
|
---|
659 | Install 'jsc' application by default.
|
---|
660 |
|
---|
661 | * GNUmakefile.am:
|
---|
662 |
|
---|
663 | 2008-06-08 Alp Toker <alp@nuanti.com>
|
---|
664 |
|
---|
665 | autotools/GTK+ build system cleanup. Don't include WebKit API in the
|
---|
666 | WebCore build as it's no longer needed since r34426.
|
---|
667 |
|
---|
668 | * GNUmakefile.am:
|
---|
669 |
|
---|
670 | 2008-06-08 Alp Toker <alp@nuanti.com>
|
---|
671 |
|
---|
672 | Rubber-stamped by Mark Rowe.
|
---|
673 |
|
---|
674 | Bring back -fstrict-aliasing for JavaScriptCore which was removed in
|
---|
675 | r31821, since aliasing issues have now been fixed.
|
---|
676 |
|
---|
677 | Use -O3, not -O2 for the JavaScriptCore build.
|
---|
678 |
|
---|
679 | * GNUmakefile.am:
|
---|
680 | * configure.ac:
|
---|
681 |
|
---|
682 | 2008-06-05 Christian Dywan <christian@twotoasts.de>
|
---|
683 |
|
---|
684 | Reviewed by Alp Toker.
|
---|
685 |
|
---|
686 | https://bugs.webkit.org/show_bug.cgi?id=14141
|
---|
687 | Please add a version to the Gtk port
|
---|
688 |
|
---|
689 | * GNUmakefile.am:
|
---|
690 |
|
---|
691 | 2008-06-02 Alp Toker <alp@nuanti.com>
|
---|
692 |
|
---|
693 | GTK+/autotools Windows build system fixes.
|
---|
694 |
|
---|
695 | * GNUmakefile.am:
|
---|
696 | * configure.ac:
|
---|
697 |
|
---|
698 | 2008-06-02 Jan Michael Alonzo <jmalonzo@webkit.org>
|
---|
699 |
|
---|
700 | Reviewed by Alp Toker.
|
---|
701 |
|
---|
702 | Build WebCore GTK+ sources as part of WebCore, not WebKit.
|
---|
703 | Split common and GTK+-specific sources into separate file lists.
|
---|
704 |
|
---|
705 | * GNUmakefile.am:
|
---|
706 |
|
---|
707 | 2008-06-01 Josh Triplett <josh@freedesktop.org>
|
---|
708 |
|
---|
709 | Reviewed by Alp Toker.
|
---|
710 |
|
---|
711 | http://bugs.webkit.org/show_bug.cgi?id=16891
|
---|
712 | [GTK] autotools build is slow
|
---|
713 |
|
---|
714 | Add dolt revision 5e9eef10 to the autotools build system. Speeds up
|
---|
715 | the build, often by a factor of two or more on supported platforms,
|
---|
716 | otherwise falls back to libtool.
|
---|
717 |
|
---|
718 | See http://dolt.freedesktop.org for details.
|
---|
719 |
|
---|
720 | * acinclude.m4: Added.
|
---|
721 | * configure.ac:
|
---|
722 |
|
---|
723 | 2008-05-25 Jan Michael Alonzo <jmalonzo@webkit.org>
|
---|
724 |
|
---|
725 | Reviewed by Alp Toker.
|
---|
726 |
|
---|
727 | http://bugs.webkit.org/show_bug.cgi?id=19142
|
---|
728 | [Gtk] Remove build options --svg-experimental and --cross-document-messaging
|
---|
729 |
|
---|
730 | * configure.ac:
|
---|
731 |
|
---|
732 | 2008-05-24 Alp Toker <alp@nuanti.com>
|
---|
733 |
|
---|
734 | GTK+/Win32 build fixes. Link against Windows ICU without using
|
---|
735 | icu-config since it's not available on that platform.
|
---|
736 |
|
---|
737 | Link against Ws2_32 when the curl http backend is chosen since we
|
---|
738 | use select() directly.
|
---|
739 |
|
---|
740 | * configure.ac:
|
---|
741 |
|
---|
742 | 2008-05-23 Alp Toker <alp@nuanti.com>
|
---|
743 |
|
---|
744 | GTK+ fixes for building without database support.
|
---|
745 |
|
---|
746 | * configure.ac:
|
---|
747 |
|
---|
748 | 2008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org>
|
---|
749 |
|
---|
750 | Reviewed by Alp Toker.
|
---|
751 |
|
---|
752 | Fix for previous autotools change.
|
---|
753 |
|
---|
754 | * configure.ac:
|
---|
755 |
|
---|
756 | 2008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org>
|
---|
757 |
|
---|
758 | Reviewed by Alp.
|
---|
759 |
|
---|
760 | http://bugs.webkit.org/show_bug.cgi?id=18483
|
---|
761 | [Gtk] Autotools should match build-webkit default flags
|
---|
762 |
|
---|
763 | * configure.ac:
|
---|
764 |
|
---|
765 | 2008-05-19 Alp Toker <alp@nuanti.com>
|
---|
766 |
|
---|
767 | GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when
|
---|
768 | the Pango font backend is selected.
|
---|
769 |
|
---|
770 | * GNUmakefile.am:
|
---|
771 | * configure.ac:
|
---|
772 |
|
---|
773 | 2008-05-16 Julien Chaffraix <jchaffraix@webkit.org>
|
---|
774 |
|
---|
775 | Reviewed by Eric.
|
---|
776 |
|
---|
777 | Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated
|
---|
778 |
|
---|
779 | * configure.ac: Add HTML_FLAGS and set it when video is enabled.
|
---|
780 |
|
---|
781 | 2008-05-15 Ariya Hidayat <ariya.hidayat@trolltech.com>
|
---|
782 |
|
---|
783 | Reviewed by Simon.
|
---|
784 |
|
---|
785 | Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files
|
---|
786 | from gtk-port.
|
---|
787 |
|
---|
788 | * WebKit.pri:
|
---|
789 | * WebKit.pro:
|
---|
790 |
|
---|
791 | 2008-05-09 Anders Carlsson <andersca@apple.com>
|
---|
792 |
|
---|
793 | Reviewed by Mark.
|
---|
794 |
|
---|
795 | Add x86_64 rule.
|
---|
796 |
|
---|
797 | * Makefile:
|
---|
798 |
|
---|
799 | 2008-05-09 Simon Hausmann <hausmann@webkit.org>
|
---|
800 |
|
---|
801 | Reviewed by Holger.
|
---|
802 |
|
---|
803 | Removed explicit linkage against libxml and libxslt on Qt/Mac builds.
|
---|
804 |
|
---|
805 | This dependency is completely unnecessary here and creates only problems by
|
---|
806 | propagating through WebCore.pro over libQtWebKit.prl right now customer
|
---|
807 | applications.
|
---|
808 |
|
---|
809 |
|
---|
810 | * WebKit.pri:
|
---|
811 |
|
---|
812 | 2008-05-02 Anders Carlsson <andersca@apple.com>
|
---|
813 |
|
---|
814 | Reviewed by Mark.
|
---|
815 |
|
---|
816 | Add an "x86_64" make rule.
|
---|
817 |
|
---|
818 | * Makefile.shared:
|
---|
819 |
|
---|
820 | 2008-05-02 Jan Michael Alonzo <jmalonzo@unpluggable.com>
|
---|
821 |
|
---|
822 | Reviewed by Eric.
|
---|
823 |
|
---|
824 | https://bugs.webkit.org/show_bug.cgi?id=18811
|
---|
825 | Enable dashboard and offline web apps in autotools
|
---|
826 |
|
---|
827 | * configure.ac:
|
---|
828 |
|
---|
829 | 2008-05-01 Marc Ordinas i Llopis <marc.ordinasillopis@collabora.co.uk>
|
---|
830 |
|
---|
831 | Reviewed by Alp Toker.
|
---|
832 |
|
---|
833 | https://bugs.webkit.org/show_bug.cgi?id=14750
|
---|
834 | Added support for NPAPI plugins on Gtk and Qt-x11 ports.
|
---|
835 |
|
---|
836 | * GNUmakefile.am: Added Xt library.
|
---|
837 |
|
---|
838 | 2008-04-29 David Kilzer <ddkilzer@apple.com>
|
---|
839 |
|
---|
840 | BUILD FIX for ENABLE(DASHBOARD_SUPPORT)
|
---|
841 |
|
---|
842 | * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT.
|
---|
843 |
|
---|
844 | 2008-04-22 Alp Toker <alp@nuanti.com>
|
---|
845 |
|
---|
846 | GTK+ debug build fix for changes in r32257.
|
---|
847 |
|
---|
848 | * GNUmakefile.am:
|
---|
849 |
|
---|
850 | 2008-04-18 Jan Michael Alonzo <jmalonzo@unpluggable.com>
|
---|
851 |
|
---|
852 | Reviewed by Alp Toker.
|
---|
853 |
|
---|
854 | http://bugs.webkit.org/show_bug.cgi?id=16620
|
---|
855 | [GTK] Autotools make dist and make check support
|
---|
856 |
|
---|
857 | Cleanups.
|
---|
858 |
|
---|
859 | * GNUmakefile.am:
|
---|
860 |
|
---|
861 | 2008-04-11 Mark Rowe <mrowe@apple.com>
|
---|
862 |
|
---|
863 | Rubber-stamped by Antti Koivisto.
|
---|
864 |
|
---|
865 | * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show.
|
---|
866 |
|
---|
867 | 2008-04-17 Alp Toker <alp@atoker.com>
|
---|
868 |
|
---|
869 | GTK+ build fix. Back out the libjpeg check part of r32008 from bug
|
---|
870 | #17865 (reopened).
|
---|
871 |
|
---|
872 | * configure.ac:
|
---|
873 |
|
---|
874 | 2008-04-17 Jan Michael Alonzo <jmalonzo@unpluggable.com>
|
---|
875 |
|
---|
876 | Reviewed by Alp Toker.
|
---|
877 |
|
---|
878 | http://bugs.webkit.org/show_bug.cgi?id=17865
|
---|
879 | [Gtk] Improve detection of jpeglib and glib tools
|
---|
880 |
|
---|
881 | Improve detecting jpeglib and glib tools
|
---|
882 |
|
---|
883 | * configure.ac: Throw an error if the dependencies above are
|
---|
884 | currently not installed
|
---|
885 |
|
---|
886 | 2008-04-14 Xan Lopez <xan@gnome.org>
|
---|
887 |
|
---|
888 | Reviewed by Alp Toker.
|
---|
889 |
|
---|
890 | http://bugs.webkit.org/show_bug.cgi?id=17917
|
---|
891 | Bug 17917: Cookie support for HTTP soup backend
|
---|
892 |
|
---|
893 | Bumped the libsoup required version to 2.23 for cookie support.
|
---|
894 |
|
---|
895 | * configure.ac:
|
---|
896 |
|
---|
897 | 2008-04-11 Mark Rowe <mrowe@apple.com>
|
---|
898 |
|
---|
899 | Rubber-stamped by Anders Carlsson.
|
---|
900 |
|
---|
901 | Fix https://bugs.webkit.org/show_bug.cgi?id=18430
|
---|
902 | Bug 18430: SIGSEGV on amd64 when built with gcc 4.3
|
---|
903 |
|
---|
904 | GCC 4.3 generates bad code in some instances when working with our HashTables
|
---|
905 | as some of the HashTable code violates the strict aliasing requirements. Since
|
---|
906 | GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until
|
---|
907 | the code can be fixed to be safe with strict aliasing enabled, we will disable
|
---|
908 | strict aliasing.
|
---|
909 |
|
---|
910 | * GNUmakefile.am:
|
---|
911 |
|
---|
912 | 2008-03-12 Michael Emmel <mike.emmel@gmail.com>
|
---|
913 |
|
---|
914 | Reviewed by Alp Toker.
|
---|
915 |
|
---|
916 | http://bugs.webkit.org/show_bug.cgi?id=18397
|
---|
917 | Fix leaving spaces before parens in functions
|
---|
918 |
|
---|
919 | * WebKitTools/Scripts/wkstyle:
|
---|
920 |
|
---|
921 | 2008-04-07 Jan Michael Alonzo <jmalonzo@unpluggable.com>
|
---|
922 |
|
---|
923 | Build fix, rubber-stamped and landed by ap.
|
---|
924 |
|
---|
925 | * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support.
|
---|
926 |
|
---|
927 | 2008-03-21 Rodney Dawes <dobey@wayofthemonkey.com>
|
---|
928 |
|
---|
929 | Reviewed by Holger.
|
---|
930 |
|
---|
931 | Remove the JSCore include path options from global_cppflags.
|
---|
932 | Place JSCore include path options in javascriptcore_cppflags.
|
---|
933 | Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS.
|
---|
934 |
|
---|
935 | * GNUmakefile.am:
|
---|
936 |
|
---|
937 | 2008-03-20 Jasper Bryant-Greene <jasper@unix.geek.nz>
|
---|
938 |
|
---|
939 | Reviewed by Anders.
|
---|
940 |
|
---|
941 | Resolves http://bugs.webkit.org/show_bug.cgi?id=16092
|
---|
942 | "[GTK] Middle-mouse click should allow opening a URL in a new tab"
|
---|
943 |
|
---|
944 | Added WebKitNavigationAction object to GTK API
|
---|
945 |
|
---|
946 | * GNUmakefile.am:
|
---|
947 |
|
---|
948 | 2008-03-12 Xan Lopez <xan@gnome.org>
|
---|
949 |
|
---|
950 | Reviewed by Alp Toker.
|
---|
951 |
|
---|
952 | http://bugs.webkit.org/show_bug.cgi?id=15229
|
---|
953 |
|
---|
954 | Add optional font backend support with freetype and pango
|
---|
955 | backends. Default is freetype for now.
|
---|
956 |
|
---|
957 | Original patch by Sven Herzberg <sven@imendio.com>
|
---|
958 |
|
---|
959 | * configure.ac:
|
---|
960 |
|
---|
961 | 2008-03-11 Xan Lopez <xan@gnome.org>
|
---|
962 |
|
---|
963 | Reviewed by Alp Toker.
|
---|
964 |
|
---|
965 | http://bugs.webkit.org/show_bug.cgi?id=16476
|
---|
966 |
|
---|
967 | Add support for multiple http backends, and add soup backend (off by default).
|
---|
968 |
|
---|
969 | * GNUmakefile.am:
|
---|
970 | * configure.ac:
|
---|
971 |
|
---|
972 | 2008-03-07 Simon Hausmann <hausmann@webkit.org>
|
---|
973 |
|
---|
974 | Reviewed by Darin Adler.
|
---|
975 |
|
---|
976 | Done with Lars.
|
---|
977 |
|
---|
978 | Added plugins subdirectory to the include path.
|
---|
979 |
|
---|
980 | * WebKit.pri:
|
---|
981 |
|
---|
982 | 2008-03-09 Alp Toker <alp@atoker.com>
|
---|
983 |
|
---|
984 | GTK+ build fix for r30913.
|
---|
985 |
|
---|
986 | Use UNICODE_CFLAGS for C++ sources as well as C sources.
|
---|
987 |
|
---|
988 | * GNUmakefile.am:
|
---|
989 |
|
---|
990 | 2008-03-09 Jörg Billeter <j@bitron.ch>
|
---|
991 |
|
---|
992 | Reviewed by Alp Toker.
|
---|
993 |
|
---|
994 | Conditionalise ICU for Unicode in the GTK+ port.
|
---|
995 |
|
---|
996 | * GNUmakefile.am:
|
---|
997 | * configure.ac:
|
---|
998 |
|
---|
999 | 2008-03-03 Brent Fulgham <bfulgham@gmail.com>
|
---|
1000 |
|
---|
1001 | Reviewed by Alp Toker.
|
---|
1002 |
|
---|
1003 | http://bugs.webkit.org/show_bug.cgi?id=17644
|
---|
1004 | Build GTK on Mac OS X using native ICU library
|
---|
1005 |
|
---|
1006 | Use Apple native ICU libraries when building GTK
|
---|
1007 | webkit on Mac OS.
|
---|
1008 |
|
---|
1009 | * configure.ac:
|
---|
1010 |
|
---|
1011 | 2008-03-02 Brent Fulgham <bfulgham@gmail.com>
|
---|
1012 |
|
---|
1013 | Reviewed by Alp Toker.
|
---|
1014 |
|
---|
1015 | Add ICU_CPPFLAGS earlier in include path for WebCore
|
---|
1016 | so that we find $(icu_cppflags)/unicode/utf8.h, rather than
|
---|
1017 | the wtf/unicode/UTF8.h on case-insensitive file systems.
|
---|
1018 |
|
---|
1019 | * GNUmakefile.am:
|
---|
1020 |
|
---|
1021 | 2008-03-02 Alp Toker <alp@atoker.com>
|
---|
1022 |
|
---|
1023 | Reviewed by Mark Rowe.
|
---|
1024 |
|
---|
1025 | Split the WebKit GTK+ build out of the WebCore build and change the
|
---|
1026 | shared object name to match the package name.
|
---|
1027 |
|
---|
1028 | * GNUmakefile.am:
|
---|
1029 |
|
---|
1030 | 2008-02-28 Alp Toker <alp@atoker.com>
|
---|
1031 |
|
---|
1032 | Fix a configure script typo spotted by Kalle Vahlman.
|
---|
1033 |
|
---|
1034 | * configure.ac:
|
---|
1035 |
|
---|
1036 | 2008-02-26 Timothy Hatcher <timothy@apple.com>
|
---|
1037 |
|
---|
1038 | Reviewed by Darin Adler.
|
---|
1039 |
|
---|
1040 | Add "64" and "64u" make rules to allow easy building of 64-bit versions.
|
---|
1041 |
|
---|
1042 | make 64: will build Intel-only 64-bit.
|
---|
1043 | make 64u: will build 4-way universal for PPC and Intel.
|
---|
1044 |
|
---|
1045 | * Makefile:
|
---|
1046 | * Makefile.shared:
|
---|
1047 |
|
---|
1048 | 2008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
|
---|
1049 |
|
---|
1050 | Rubber stamped by Darin Adler.
|
---|
1051 |
|
---|
1052 | Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
|
---|
1053 | whitespaces introduced in the previous commit.
|
---|
1054 |
|
---|
1055 | * GNUmakefile.am:
|
---|
1056 |
|
---|
1057 | 2008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
|
---|
1058 |
|
---|
1059 | Rubber-stamped by Darin Adler.
|
---|
1060 |
|
---|
1061 | * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES.
|
---|
1062 | * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS.
|
---|
1063 |
|
---|
1064 | 2008-02-21 Alp Toker <alp@atoker.com>
|
---|
1065 |
|
---|
1066 | Fix a configure script typo.
|
---|
1067 |
|
---|
1068 | * configure.ac:
|
---|
1069 |
|
---|
1070 | 2008-02-21 Alp Toker <alp@atoker.com>
|
---|
1071 |
|
---|
1072 | GTK+/autotools SVG experimental build fix
|
---|
1073 |
|
---|
1074 | Don't enable SVG filters in --enable-svg-experimental.
|
---|
1075 |
|
---|
1076 | This feature isn't supported at all yet. Developers can enable it
|
---|
1077 | explicitly by passing --enable-svg-filters if needed.
|
---|
1078 |
|
---|
1079 | * configure.ac:
|
---|
1080 |
|
---|
1081 | 2008-02-21 Mike Auty <mike.auty@gmail.com>
|
---|
1082 |
|
---|
1083 | Reviewed by Alp Toker.
|
---|
1084 |
|
---|
1085 | http://bugs.webkit.org/show_bug.cgi?id=17445
|
---|
1086 | [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed"
|
---|
1087 |
|
---|
1088 | The GNUmakefile.am files make use of the LDFLAGS variable to include library
|
---|
1089 | additions such as -ljpeg etc. Unfortunately, if these inclusions aren't made
|
---|
1090 | in LIBADD/LDADD variables, then they are mis-ordered during the linking.
|
---|
1091 |
|
---|
1092 | The as-needed flag discards libraries whose functions have not been needed by
|
---|
1093 | earlier libraries, which therefore makes the ordering important.
|
---|
1094 |
|
---|
1095 | This moves all -l library inclusion statements from LDFLAGS variables to
|
---|
1096 | LIBADD/LDADD variables.
|
---|
1097 |
|
---|
1098 | * GNUmakefile.am:
|
---|
1099 |
|
---|
1100 | 2008-02-15 Alp Toker <alp@atoker.com>
|
---|
1101 |
|
---|
1102 | Reviewed by Holger.
|
---|
1103 |
|
---|
1104 | GTK+ configure script cleanups
|
---|
1105 |
|
---|
1106 | Categorize the configuration summary printout.
|
---|
1107 | Bump GTK+ requirement to 2.8.
|
---|
1108 | Rename 'webkit_target' to just 'target'.
|
---|
1109 | Don't check for pthread on Win32.
|
---|
1110 |
|
---|
1111 | * configure.ac:
|
---|
1112 |
|
---|
1113 | 2008-02-14 Adam Roben <aroben@apple.com>
|
---|
1114 |
|
---|
1115 | Turn on cross-document messaging support by default
|
---|
1116 |
|
---|
1117 | Reviewed by Darin Adler.
|
---|
1118 |
|
---|
1119 | * configure.ac:
|
---|
1120 |
|
---|
1121 | 2008-02-14 Adam Roben <aroben@apple.com>
|
---|
1122 |
|
---|
1123 | Conditionalize cross-document messaging support
|
---|
1124 |
|
---|
1125 | The cross-document messaging parts of HTML 5 are in flux and we want
|
---|
1126 | ports to be able to turn off the support as needed.
|
---|
1127 |
|
---|
1128 | Note that the support is turned off by default right now. A subsequent
|
---|
1129 | commit will turn it on by default.
|
---|
1130 |
|
---|
1131 | Reviewed by Darin Adler.
|
---|
1132 |
|
---|
1133 | * configure.ac:
|
---|
1134 |
|
---|
1135 | 2008-02-12 Rodney Dawes <dobey@wayofthemonkey.com>
|
---|
1136 |
|
---|
1137 | Reviewed by Alp Toker.
|
---|
1138 |
|
---|
1139 | Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES
|
---|
1140 | to the CPPFLAGS for WebCore and WebKit
|
---|
1141 | Add a pkgconfig check for hildon-1 when --with-hildon specified
|
---|
1142 | Output the use of Hildon support in the summary
|
---|
1143 | Add HILDON_CPPFLAGS to webkitgtk_cppflags
|
---|
1144 | Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS
|
---|
1145 | Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS
|
---|
1146 |
|
---|
1147 | * configure.ac:
|
---|
1148 | * GNUmakefile.am:
|
---|
1149 |
|
---|
1150 | 2008-02-08 Alp Toker <alp@atoker.com>
|
---|
1151 |
|
---|
1152 | Rubber-stamped by Maciej.
|
---|
1153 |
|
---|
1154 | Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4.
|
---|
1155 |
|
---|
1156 | * configure.ac:
|
---|
1157 |
|
---|
1158 | 2008-02-06 Timothy Hatcher <timothy@apple.com>
|
---|
1159 |
|
---|
1160 | Rubber-stamped by Mark Rowe.
|
---|
1161 |
|
---|
1162 | Dump of bugs.webkit.org's Bugzilla instance.
|
---|
1163 |
|
---|
1164 | * BugsSite: Added.
|
---|
1165 | * BugsSite/.htaccess: Added.
|
---|
1166 | * BugsSite/Bugzilla: Added.
|
---|
1167 | * BugsSite/Bugzilla.pm: Added.
|
---|
1168 | * BugsSite/Bugzilla/.cvsignore: Added.
|
---|
1169 | * BugsSite/Bugzilla/.htaccess: Added.
|
---|
1170 | * BugsSite/Bugzilla/Attachment.pm: Added.
|
---|
1171 | * BugsSite/Bugzilla/Auth: Added.
|
---|
1172 | * BugsSite/Bugzilla/Auth.pm: Added.
|
---|
1173 | * BugsSite/Bugzilla/Auth/Login: Added.
|
---|
1174 | * BugsSite/Bugzilla/Auth/Login/WWW: Added.
|
---|
1175 | * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added.
|
---|
1176 | * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added.
|
---|
1177 | * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added.
|
---|
1178 | * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added.
|
---|
1179 | * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added.
|
---|
1180 | * BugsSite/Bugzilla/Auth/README: Added.
|
---|
1181 | * BugsSite/Bugzilla/Auth/Verify: Added.
|
---|
1182 | * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added.
|
---|
1183 | * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added.
|
---|
1184 | * BugsSite/Bugzilla/Bug.pm: Added.
|
---|
1185 | * BugsSite/Bugzilla/BugMail.pm: Added.
|
---|
1186 | * BugsSite/Bugzilla/CGI.pm: Added.
|
---|
1187 | * BugsSite/Bugzilla/Chart.pm: Added.
|
---|
1188 | * BugsSite/Bugzilla/Config.pm: Added.
|
---|
1189 | * BugsSite/Bugzilla/Constants.pm: Added.
|
---|
1190 | * BugsSite/Bugzilla/DB: Added.
|
---|
1191 | * BugsSite/Bugzilla/DB.pm: Added.
|
---|
1192 | * BugsSite/Bugzilla/DB/Mysql.pm: Added.
|
---|
1193 | * BugsSite/Bugzilla/DB/Pg.pm: Added.
|
---|
1194 | * BugsSite/Bugzilla/DB/Schema: Added.
|
---|
1195 | * BugsSite/Bugzilla/DB/Schema.pm: Added.
|
---|
1196 | * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added.
|
---|
1197 | * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added.
|
---|
1198 | * BugsSite/Bugzilla/Error.pm: Added.
|
---|
1199 | * BugsSite/Bugzilla/Flag.pm: Added.
|
---|
1200 | * BugsSite/Bugzilla/FlagType.pm: Added.
|
---|
1201 | * BugsSite/Bugzilla/Group.pm: Added.
|
---|
1202 | * BugsSite/Bugzilla/Search.pm: Added.
|
---|
1203 | * BugsSite/Bugzilla/Series.pm: Added.
|
---|
1204 | * BugsSite/Bugzilla/Template: Added.
|
---|
1205 | * BugsSite/Bugzilla/Template.pm: Added.
|
---|
1206 | * BugsSite/Bugzilla/Template/Plugin: Added.
|
---|
1207 | * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added.
|
---|
1208 | * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added.
|
---|
1209 | * BugsSite/Bugzilla/Template/Plugin/User.pm: Added.
|
---|
1210 | * BugsSite/Bugzilla/Token.pm: Added.
|
---|
1211 | * BugsSite/Bugzilla/User: Added.
|
---|
1212 | * BugsSite/Bugzilla/User.pm: Added.
|
---|
1213 | * BugsSite/Bugzilla/User/Setting.pm: Added.
|
---|
1214 | * BugsSite/Bugzilla/Util.pm: Added.
|
---|
1215 | * BugsSite/CGI.pl: Added.
|
---|
1216 | * BugsSite/PrettyPatch: Added.
|
---|
1217 | * BugsSite/PrettyPatch/PrettyPatch.rb: Added.
|
---|
1218 | * BugsSite/PrettyPatch/prettify.rb: Added.
|
---|
1219 | * BugsSite/QUICKSTART: Added.
|
---|
1220 | * BugsSite/README: Added.
|
---|
1221 | * BugsSite/UPGRADING: Added.
|
---|
1222 | * BugsSite/UPGRADING-pre-2.8: Added.
|
---|
1223 | * BugsSite/ant.jpg: Added.
|
---|
1224 | * BugsSite/attachment-aroben.cgi: Added.
|
---|
1225 | * BugsSite/attachment.cgi: Added.
|
---|
1226 | * BugsSite/buglist.cgi: Added.
|
---|
1227 | * BugsSite/bugzilla.dtd: Added.
|
---|
1228 | * BugsSite/chart.cgi: Added.
|
---|
1229 | * BugsSite/checksetup.pl: Added.
|
---|
1230 | * BugsSite/colchange.cgi: Added.
|
---|
1231 | * BugsSite/collectstats.pl: Added.
|
---|
1232 | * BugsSite/config.cgi: Added.
|
---|
1233 | * BugsSite/contrib: Added.
|
---|
1234 | * BugsSite/contrib/BugzillaEmail.pm: Added.
|
---|
1235 | * BugsSite/contrib/README: Added.
|
---|
1236 | * BugsSite/contrib/README.Mailif: Added.
|
---|
1237 | * BugsSite/contrib/bug_email.pl: Added.
|
---|
1238 | * BugsSite/contrib/bugmail_help.html: Added.
|
---|
1239 | * BugsSite/contrib/bugzilla-submit: Added.
|
---|
1240 | * BugsSite/contrib/bugzilla-submit/README: Added.
|
---|
1241 | * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added.
|
---|
1242 | * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added.
|
---|
1243 | * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added.
|
---|
1244 | * BugsSite/contrib/bugzilla.procmailrc: Added.
|
---|
1245 | * BugsSite/contrib/bugzilla_email_append.pl: Added.
|
---|
1246 | * BugsSite/contrib/bugzilla_ldapsync.rb: Added.
|
---|
1247 | * BugsSite/contrib/bzdbcopy.pl: Added.
|
---|
1248 | * BugsSite/contrib/cmdline: Added.
|
---|
1249 | * BugsSite/contrib/cmdline/bugcount: Added.
|
---|
1250 | * BugsSite/contrib/cmdline/bugids: Added.
|
---|
1251 | * BugsSite/contrib/cmdline/buglist: Added.
|
---|
1252 | * BugsSite/contrib/cmdline/bugs: Added.
|
---|
1253 | * BugsSite/contrib/cmdline/bugslink: Added.
|
---|
1254 | * BugsSite/contrib/cmdline/makequery: Added.
|
---|
1255 | * BugsSite/contrib/cmdline/query.conf: Added.
|
---|
1256 | * BugsSite/contrib/cvs-update.pl: Added.
|
---|
1257 | * BugsSite/contrib/gnats2bz.pl: Added.
|
---|
1258 | * BugsSite/contrib/gnatsparse: Added.
|
---|
1259 | * BugsSite/contrib/gnatsparse/README: Added.
|
---|
1260 | * BugsSite/contrib/gnatsparse/gnatsparse.py: Added.
|
---|
1261 | * BugsSite/contrib/gnatsparse/magic.py: Added.
|
---|
1262 | * BugsSite/contrib/gnatsparse/specialuu.py: Added.
|
---|
1263 | * BugsSite/contrib/jb2bz.py: Added.
|
---|
1264 | * BugsSite/contrib/mysqld-watcher.pl: Added.
|
---|
1265 | * BugsSite/contrib/sendbugmail.pl: Added.
|
---|
1266 | * BugsSite/contrib/sendunsentbugmail.pl: Added.
|
---|
1267 | * BugsSite/contrib/syncLDAP.pl: Added.
|
---|
1268 | * BugsSite/contrib/yp_nomail.sh: Added.
|
---|
1269 | * BugsSite/createaccount.cgi: Added.
|
---|
1270 | * BugsSite/data: Added.
|
---|
1271 | * BugsSite/data/.htaccess: Added.
|
---|
1272 | * BugsSite/data/attachments: Added.
|
---|
1273 | * BugsSite/data/attachments/.htaccess: Added.
|
---|
1274 | * BugsSite/data/duplicates: Added.
|
---|
1275 | * BugsSite/data/mail: Added.
|
---|
1276 | * BugsSite/data/mimedump-tmp: Added.
|
---|
1277 | * BugsSite/data/mining: Added.
|
---|
1278 | * BugsSite/data/nomail: Added.
|
---|
1279 | * BugsSite/data/params: Added.
|
---|
1280 | * BugsSite/data/template: Added.
|
---|
1281 | * BugsSite/data/template/template: Added.
|
---|
1282 | * BugsSite/data/template/template/en: Added.
|
---|
1283 | * BugsSite/data/template/template/en/custom: Added.
|
---|
1284 | * BugsSite/data/template/template/en/custom/account: Added.
|
---|
1285 | * BugsSite/data/template/template/en/custom/account/auth: Added.
|
---|
1286 | * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
|
---|
1287 | * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added.
|
---|
1288 | * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added.
|
---|
1289 | * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added.
|
---|
1290 | * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added.
|
---|
1291 | * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added.
|
---|
1292 | * BugsSite/data/template/template/en/custom/account/email: Added.
|
---|
1293 | * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added.
|
---|
1294 | * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added.
|
---|
1295 | * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added.
|
---|
1296 | * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added.
|
---|
1297 | * BugsSite/data/template/template/en/custom/account/password: Added.
|
---|
1298 | * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
|
---|
1299 | * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
|
---|
1300 | * BugsSite/data/template/template/en/custom/account/prefs: Added.
|
---|
1301 | * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added.
|
---|
1302 | * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added.
|
---|
1303 | * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added.
|
---|
1304 | * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added.
|
---|
1305 | * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added.
|
---|
1306 | * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
|
---|
1307 | * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added.
|
---|
1308 | * BugsSite/data/template/template/en/custom/admin: Added.
|
---|
1309 | * BugsSite/data/template/template/en/custom/admin/classifications: Added.
|
---|
1310 | * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added.
|
---|
1311 | * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added.
|
---|
1312 | * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added.
|
---|
1313 | * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added.
|
---|
1314 | * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added.
|
---|
1315 | * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
|
---|
1316 | * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added.
|
---|
1317 | * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added.
|
---|
1318 | * BugsSite/data/template/template/en/custom/admin/components: Added.
|
---|
1319 | * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
|
---|
1320 | * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added.
|
---|
1321 | * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added.
|
---|
1322 | * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added.
|
---|
1323 | * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added.
|
---|
1324 | * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added.
|
---|
1325 | * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added.
|
---|
1326 | * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added.
|
---|
1327 | * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added.
|
---|
1328 | * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added.
|
---|
1329 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
|
---|
1330 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
|
---|
1331 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
|
---|
1332 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
|
---|
1333 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
|
---|
1334 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
|
---|
1335 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
|
---|
1336 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
|
---|
1337 | * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
|
---|
1338 | * BugsSite/data/template/template/en/custom/admin/flag-type: Added.
|
---|
1339 | * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
|
---|
1340 | * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
|
---|
1341 | * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added.
|
---|
1342 | * BugsSite/data/template/template/en/custom/admin/groups: Added.
|
---|
1343 | * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added.
|
---|
1344 | * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added.
|
---|
1345 | * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added.
|
---|
1346 | * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added.
|
---|
1347 | * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added.
|
---|
1348 | * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added.
|
---|
1349 | * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added.
|
---|
1350 | * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added.
|
---|
1351 | * BugsSite/data/template/template/en/custom/admin/keywords: Added.
|
---|
1352 | * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
|
---|
1353 | * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
|
---|
1354 | * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
|
---|
1355 | * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
|
---|
1356 | * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
|
---|
1357 | * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
|
---|
1358 | * BugsSite/data/template/template/en/custom/admin/milestones: Added.
|
---|
1359 | * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
|
---|
1360 | * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added.
|
---|
1361 | * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added.
|
---|
1362 | * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
|
---|
1363 | * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added.
|
---|
1364 | * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added.
|
---|
1365 | * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added.
|
---|
1366 | * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
|
---|
1367 | * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added.
|
---|
1368 | * BugsSite/data/template/template/en/custom/admin/products: Added.
|
---|
1369 | * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
|
---|
1370 | * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added.
|
---|
1371 | * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added.
|
---|
1372 | * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added.
|
---|
1373 | * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
|
---|
1374 | * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
|
---|
1375 | * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
|
---|
1376 | * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added.
|
---|
1377 | * BugsSite/data/template/template/en/custom/admin/settings: Added.
|
---|
1378 | * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added.
|
---|
1379 | * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added.
|
---|
1380 | * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added.
|
---|
1381 | * BugsSite/data/template/template/en/custom/admin/users: Added.
|
---|
1382 | * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
|
---|
1383 | * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added.
|
---|
1384 | * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added.
|
---|
1385 | * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added.
|
---|
1386 | * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
|
---|
1387 | * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added.
|
---|
1388 | * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added.
|
---|
1389 | * BugsSite/data/template/template/en/custom/admin/versions: Added.
|
---|
1390 | * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
|
---|
1391 | * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added.
|
---|
1392 | * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added.
|
---|
1393 | * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added.
|
---|
1394 | * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added.
|
---|
1395 | * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added.
|
---|
1396 | * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added.
|
---|
1397 | * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added.
|
---|
1398 | * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added.
|
---|
1399 | * BugsSite/data/template/template/en/custom/attachment: Added.
|
---|
1400 | * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added.
|
---|
1401 | * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added.
|
---|
1402 | * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added.
|
---|
1403 | * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added.
|
---|
1404 | * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added.
|
---|
1405 | * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added.
|
---|
1406 | * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added.
|
---|
1407 | * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added.
|
---|
1408 | * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added.
|
---|
1409 | * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added.
|
---|
1410 | * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added.
|
---|
1411 | * BugsSite/data/template/template/en/custom/bug: Added.
|
---|
1412 | * BugsSite/data/template/template/en/custom/bug/activity: Added.
|
---|
1413 | * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added.
|
---|
1414 | * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added.
|
---|
1415 | * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added.
|
---|
1416 | * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added.
|
---|
1417 | * BugsSite/data/template/template/en/custom/bug/create: Added.
|
---|
1418 | * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
|
---|
1419 | * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added.
|
---|
1420 | * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added.
|
---|
1421 | * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added.
|
---|
1422 | * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added.
|
---|
1423 | * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added.
|
---|
1424 | * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added.
|
---|
1425 | * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added.
|
---|
1426 | * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added.
|
---|
1427 | * BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added.
|
---|
1428 | * BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added.
|
---|
1429 | * BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added.
|
---|
1430 | * BugsSite/data/template/template/en/custom/bug/process: Added.
|
---|
1431 | * BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added.
|
---|
1432 | * BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
|
---|
1433 | * BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added.
|
---|
1434 | * BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added.
|
---|
1435 | * BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added.
|
---|
1436 | * BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added.
|
---|
1437 | * BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
|
---|
1438 | * BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added.
|
---|
1439 | * BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added.
|
---|
1440 | * BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added.
|
---|
1441 | * BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added.
|
---|
1442 | * BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added.
|
---|
1443 | * BugsSite/data/template/template/en/custom/bug/votes: Added.
|
---|
1444 | * BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
|
---|
1445 | * BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
|
---|
1446 | * BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
|
---|
1447 | * BugsSite/data/template/template/en/custom/config.js.tmpl: Added.
|
---|
1448 | * BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added.
|
---|
1449 | * BugsSite/data/template/template/en/custom/flag: Added.
|
---|
1450 | * BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added.
|
---|
1451 | * BugsSite/data/template/template/en/custom/global: Added.
|
---|
1452 | * BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added.
|
---|
1453 | * BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added.
|
---|
1454 | * BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added.
|
---|
1455 | * BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added.
|
---|
1456 | * BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added.
|
---|
1457 | * BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added.
|
---|
1458 | * BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added.
|
---|
1459 | * BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added.
|
---|
1460 | * BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added.
|
---|
1461 | * BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added.
|
---|
1462 | * BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added.
|
---|
1463 | * BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added.
|
---|
1464 | * BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added.
|
---|
1465 | * BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added.
|
---|
1466 | * BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added.
|
---|
1467 | * BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added.
|
---|
1468 | * BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added.
|
---|
1469 | * BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added.
|
---|
1470 | * BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added.
|
---|
1471 | * BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added.
|
---|
1472 | * BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added.
|
---|
1473 | * BugsSite/data/template/template/en/custom/index.html.tmpl: Added.
|
---|
1474 | * BugsSite/data/template/template/en/custom/list: Added.
|
---|
1475 | * BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added.
|
---|
1476 | * BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added.
|
---|
1477 | * BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added.
|
---|
1478 | * BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added.
|
---|
1479 | * BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added.
|
---|
1480 | * BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added.
|
---|
1481 | * BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added.
|
---|
1482 | * BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added.
|
---|
1483 | * BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added.
|
---|
1484 | * BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added.
|
---|
1485 | * BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added.
|
---|
1486 | * BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added.
|
---|
1487 | * BugsSite/data/template/template/en/custom/pages: Added.
|
---|
1488 | * BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added.
|
---|
1489 | * BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added.
|
---|
1490 | * BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added.
|
---|
1491 | * BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added.
|
---|
1492 | * BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added.
|
---|
1493 | * BugsSite/data/template/template/en/custom/reports: Added.
|
---|
1494 | * BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added.
|
---|
1495 | * BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added.
|
---|
1496 | * BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added.
|
---|
1497 | * BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added.
|
---|
1498 | * BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added.
|
---|
1499 | * BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
|
---|
1500 | * BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added.
|
---|
1501 | * BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added.
|
---|
1502 | * BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added.
|
---|
1503 | * BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added.
|
---|
1504 | * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added.
|
---|
1505 | * BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added.
|
---|
1506 | * BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added.
|
---|
1507 | * BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added.
|
---|
1508 | * BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added.
|
---|
1509 | * BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added.
|
---|
1510 | * BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added.
|
---|
1511 | * BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added.
|
---|
1512 | * BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added.
|
---|
1513 | * BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added.
|
---|
1514 | * BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added.
|
---|
1515 | * BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added.
|
---|
1516 | * BugsSite/data/template/template/en/custom/request: Added.
|
---|
1517 | * BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added.
|
---|
1518 | * BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added.
|
---|
1519 | * BugsSite/data/template/template/en/custom/search: Added.
|
---|
1520 | * BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added.
|
---|
1521 | * BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added.
|
---|
1522 | * BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added.
|
---|
1523 | * BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added.
|
---|
1524 | * BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added.
|
---|
1525 | * BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added.
|
---|
1526 | * BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added.
|
---|
1527 | * BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added.
|
---|
1528 | * BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added.
|
---|
1529 | * BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added.
|
---|
1530 | * BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added.
|
---|
1531 | * BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added.
|
---|
1532 | * BugsSite/data/template/template/en/custom/whine: Added.
|
---|
1533 | * BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added.
|
---|
1534 | * BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added.
|
---|
1535 | * BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
|
---|
1536 | * BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added.
|
---|
1537 | * BugsSite/data/template/template/en/default: Added.
|
---|
1538 | * BugsSite/data/template/template/en/default/attachment: Added.
|
---|
1539 | * BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added.
|
---|
1540 | * BugsSite/data/template/template/en/default/list: Added.
|
---|
1541 | * BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added.
|
---|
1542 | * BugsSite/data/versioncache: Added.
|
---|
1543 | * BugsSite/data/versioncache.13P9L: Added.
|
---|
1544 | * BugsSite/data/versioncache.1lH1E: Added.
|
---|
1545 | * BugsSite/data/versioncache.3AnHd: Added.
|
---|
1546 | * BugsSite/data/versioncache.3Jmjt: Added.
|
---|
1547 | * BugsSite/data/versioncache.3JzIL: Added.
|
---|
1548 | * BugsSite/data/versioncache.77b4y: Added.
|
---|
1549 | * BugsSite/data/versioncache.7VzyU: Added.
|
---|
1550 | * BugsSite/data/versioncache.EQdAm: Added.
|
---|
1551 | * BugsSite/data/versioncache.EouAG: Added.
|
---|
1552 | * BugsSite/data/versioncache.LJ5n1: Added.
|
---|
1553 | * BugsSite/data/versioncache.Lb0fW: Added.
|
---|
1554 | * BugsSite/data/versioncache.PyAd8: Added.
|
---|
1555 | * BugsSite/data/versioncache.SFyse: Added.
|
---|
1556 | * BugsSite/data/versioncache.SkTTg: Added.
|
---|
1557 | * BugsSite/data/versioncache.VVO7E: Added.
|
---|
1558 | * BugsSite/data/versioncache.XbxgU: Added.
|
---|
1559 | * BugsSite/data/versioncache.Yezqr: Added.
|
---|
1560 | * BugsSite/data/versioncache.dtzIv: Added.
|
---|
1561 | * BugsSite/data/versioncache.jzpeh: Added.
|
---|
1562 | * BugsSite/data/versioncache.pbn6U: Added.
|
---|
1563 | * BugsSite/data/versioncache.qyixS: Added.
|
---|
1564 | * BugsSite/data/versioncache.sBMdb: Added.
|
---|
1565 | * BugsSite/data/versioncache.xNi34: Added.
|
---|
1566 | * BugsSite/data/webdot: Added.
|
---|
1567 | * BugsSite/data/webdot/.htaccess: Added.
|
---|
1568 | * BugsSite/data/webdot/0ZLH3QpFd8.dot: Added.
|
---|
1569 | * BugsSite/data/webdot/3s6e7eC2Dy.dot: Added.
|
---|
1570 | * BugsSite/data/webdot/6MW0q54cyY.dot: Added.
|
---|
1571 | * BugsSite/data/webdot/A2RlhPdO2Q.dot: Added.
|
---|
1572 | * BugsSite/data/webdot/DuBX4I4946.dot: Added.
|
---|
1573 | * BugsSite/data/webdot/GudTgvrKBX.dot: Added.
|
---|
1574 | * BugsSite/data/webdot/I1mCbLtAzQ.dot: Added.
|
---|
1575 | * BugsSite/data/webdot/JtKgvWGVb4.dot: Added.
|
---|
1576 | * BugsSite/data/webdot/RFk4bjAwYc.dot: Added.
|
---|
1577 | * BugsSite/data/webdot/YQ1pWFVfqt.dot: Added.
|
---|
1578 | * BugsSite/data/webdot/YcFUepShZI.dot: Added.
|
---|
1579 | * BugsSite/data/webdot/a9i00KgTQk.dot: Added.
|
---|
1580 | * BugsSite/data/webdot/c412GYaHch.dot: Added.
|
---|
1581 | * BugsSite/data/webdot/hjYnYr3tV1.dot: Added.
|
---|
1582 | * BugsSite/data/webdot/pq3Qw7wynI.dot: Added.
|
---|
1583 | * BugsSite/data/webdot/tL7GjA7bqH.dot: Added.
|
---|
1584 | * BugsSite/defparams.pl: Added.
|
---|
1585 | * BugsSite/describecomponents.cgi: Added.
|
---|
1586 | * BugsSite/describekeywords.cgi: Added.
|
---|
1587 | * BugsSite/describekeywords.cgi.bak: Added.
|
---|
1588 | * BugsSite/docs: Added.
|
---|
1589 | * BugsSite/docs/.cvsignore: Added.
|
---|
1590 | * BugsSite/docs/README.docs: Added.
|
---|
1591 | * BugsSite/docs/html: Added.
|
---|
1592 | * BugsSite/docs/html/Bugzilla-Guide.html: Added.
|
---|
1593 | * BugsSite/docs/html/about.html: Added.
|
---|
1594 | * BugsSite/docs/html/administration.html: Added.
|
---|
1595 | * BugsSite/docs/html/bug_page.html: Added.
|
---|
1596 | * BugsSite/docs/html/bugreports.html: Added.
|
---|
1597 | * BugsSite/docs/html/cmdline-bugmail.html: Added.
|
---|
1598 | * BugsSite/docs/html/cmdline.html: Added.
|
---|
1599 | * BugsSite/docs/html/components.html: Added.
|
---|
1600 | * BugsSite/docs/html/configuration.html: Added.
|
---|
1601 | * BugsSite/docs/html/conventions.html: Added.
|
---|
1602 | * BugsSite/docs/html/copyright.html: Added.
|
---|
1603 | * BugsSite/docs/html/credits.html: Added.
|
---|
1604 | * BugsSite/docs/html/cust-change-permissions.html: Added.
|
---|
1605 | * BugsSite/docs/html/cust-hooks.html: Added.
|
---|
1606 | * BugsSite/docs/html/cust-templates.html: Added.
|
---|
1607 | * BugsSite/docs/html/customization.html: Added.
|
---|
1608 | * BugsSite/docs/html/dbdoc.html: Added.
|
---|
1609 | * BugsSite/docs/html/dbmodify.html: Added.
|
---|
1610 | * BugsSite/docs/html/disclaimer.html: Added.
|
---|
1611 | * BugsSite/docs/html/extraconfig.html: Added.
|
---|
1612 | * BugsSite/docs/html/faq.html: Added.
|
---|
1613 | * BugsSite/docs/html/flags-overview.html: Added.
|
---|
1614 | * BugsSite/docs/html/flags.html: Added.
|
---|
1615 | * BugsSite/docs/html/general-advice.html: Added.
|
---|
1616 | * BugsSite/docs/html/gfdl-0.html: Added.
|
---|
1617 | * BugsSite/docs/html/gfdl-1.html: Added.
|
---|
1618 | * BugsSite/docs/html/gfdl-10.html: Added.
|
---|
1619 | * BugsSite/docs/html/gfdl-2.html: Added.
|
---|
1620 | * BugsSite/docs/html/gfdl-3.html: Added.
|
---|
1621 | * BugsSite/docs/html/gfdl-4.html: Added.
|
---|
1622 | * BugsSite/docs/html/gfdl-5.html: Added.
|
---|
1623 | * BugsSite/docs/html/gfdl-6.html: Added.
|
---|
1624 | * BugsSite/docs/html/gfdl-7.html: Added.
|
---|
1625 | * BugsSite/docs/html/gfdl-8.html: Added.
|
---|
1626 | * BugsSite/docs/html/gfdl-9.html: Added.
|
---|
1627 | * BugsSite/docs/html/gfdl-howto.html: Added.
|
---|
1628 | * BugsSite/docs/html/gfdl.html: Added.
|
---|
1629 | * BugsSite/docs/html/glossary.html: Added.
|
---|
1630 | * BugsSite/docs/html/groups.html: Added.
|
---|
1631 | * BugsSite/docs/html/hintsandtips.html: Added.
|
---|
1632 | * BugsSite/docs/html/index.html: Added.
|
---|
1633 | * BugsSite/docs/html/install-perlmodules-manual.html: Added.
|
---|
1634 | * BugsSite/docs/html/installation.html: Added.
|
---|
1635 | * BugsSite/docs/html/installing-bugzilla.html: Added.
|
---|
1636 | * BugsSite/docs/html/integration.html: Added.
|
---|
1637 | * BugsSite/docs/html/lifecycle.html: Added.
|
---|
1638 | * BugsSite/docs/html/list.html: Added.
|
---|
1639 | * BugsSite/docs/html/milestones.html: Added.
|
---|
1640 | * BugsSite/docs/html/modules-manual-download.html: Added.
|
---|
1641 | * BugsSite/docs/html/modules-manual-instructions.html: Added.
|
---|
1642 | * BugsSite/docs/html/modules-manual-optional.html: Added.
|
---|
1643 | * BugsSite/docs/html/myaccount.html: Added.
|
---|
1644 | * BugsSite/docs/html/newversions.html: Added.
|
---|
1645 | * BugsSite/docs/html/nonroot.html: Added.
|
---|
1646 | * BugsSite/docs/html/os-specific.html: Added.
|
---|
1647 | * BugsSite/docs/html/parameters.html: Added.
|
---|
1648 | * BugsSite/docs/html/paranoid-security.html: Added.
|
---|
1649 | * BugsSite/docs/html/patches.html: Added.
|
---|
1650 | * BugsSite/docs/html/patchviewer.html: Added.
|
---|
1651 | * BugsSite/docs/html/products.html: Added.
|
---|
1652 | * BugsSite/docs/html/query.html: Added.
|
---|
1653 | * BugsSite/docs/html/quips.html: Added.
|
---|
1654 | * BugsSite/docs/html/reporting.html: Added.
|
---|
1655 | * BugsSite/docs/html/security-bugzilla.html: Added.
|
---|
1656 | * BugsSite/docs/html/security-mysql.html: Added.
|
---|
1657 | * BugsSite/docs/html/security-os.html: Added.
|
---|
1658 | * BugsSite/docs/html/security-webserver.html: Added.
|
---|
1659 | * BugsSite/docs/html/security.html: Added.
|
---|
1660 | * BugsSite/docs/html/trbl-bundlebugzilla.html: Added.
|
---|
1661 | * BugsSite/docs/html/trbl-dbdsponge.html: Added.
|
---|
1662 | * BugsSite/docs/html/trbl-index.html: Added.
|
---|
1663 | * BugsSite/docs/html/trbl-passwd-encryption.html: Added.
|
---|
1664 | * BugsSite/docs/html/trbl-perlmodule.html: Added.
|
---|
1665 | * BugsSite/docs/html/trbl-relogin-everyone.html: Added.
|
---|
1666 | * BugsSite/docs/html/trbl-testserver.html: Added.
|
---|
1667 | * BugsSite/docs/html/trouble-filetemp.html: Added.
|
---|
1668 | * BugsSite/docs/html/troubleshooting.html: Added.
|
---|
1669 | * BugsSite/docs/html/upgrading.html: Added.
|
---|
1670 | * BugsSite/docs/html/useradmin.html: Added.
|
---|
1671 | * BugsSite/docs/html/userpreferences.html: Added.
|
---|
1672 | * BugsSite/docs/html/using-intro.html: Added.
|
---|
1673 | * BugsSite/docs/html/using.html: Added.
|
---|
1674 | * BugsSite/docs/html/versions.html: Added.
|
---|
1675 | * BugsSite/docs/html/voting.html: Added.
|
---|
1676 | * BugsSite/docs/html/whining.html: Added.
|
---|
1677 | * BugsSite/docs/html/x3190.html: Added.
|
---|
1678 | * BugsSite/docs/images: Added.
|
---|
1679 | * BugsSite/docs/images/bzLifecycle.png: Added.
|
---|
1680 | * BugsSite/docs/images/bzLifecycle.xml: Added.
|
---|
1681 | * BugsSite/docs/images/callouts: Added.
|
---|
1682 | * BugsSite/docs/images/callouts/1.gif: Added.
|
---|
1683 | * BugsSite/docs/images/callouts/2.gif: Added.
|
---|
1684 | * BugsSite/docs/images/callouts/3.gif: Added.
|
---|
1685 | * BugsSite/docs/images/caution.gif: Added.
|
---|
1686 | * BugsSite/docs/images/note.gif: Added.
|
---|
1687 | * BugsSite/docs/images/tip.gif: Added.
|
---|
1688 | * BugsSite/docs/images/warning.gif: Added.
|
---|
1689 | * BugsSite/docs/makedocs.pl: Added.
|
---|
1690 | * BugsSite/docs/pdf: Added.
|
---|
1691 | * BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added.
|
---|
1692 | * BugsSite/docs/rel_notes.txt: Added.
|
---|
1693 | * BugsSite/docs/txt: Added.
|
---|
1694 | * BugsSite/docs/txt/Bugzilla-Guide.txt: Added.
|
---|
1695 | * BugsSite/docs/xml: Added.
|
---|
1696 | * BugsSite/docs/xml/Bugzilla-Guide.xml: Added.
|
---|
1697 | * BugsSite/docs/xml/about.xml: Added.
|
---|
1698 | * BugsSite/docs/xml/administration.xml: Added.
|
---|
1699 | * BugsSite/docs/xml/conventions.xml: Added.
|
---|
1700 | * BugsSite/docs/xml/customization.xml: Added.
|
---|
1701 | * BugsSite/docs/xml/dbschema.mysql: Added.
|
---|
1702 | * BugsSite/docs/xml/faq.xml: Added.
|
---|
1703 | * BugsSite/docs/xml/filetemp.patch: Added.
|
---|
1704 | * BugsSite/docs/xml/gfdl.xml: Added.
|
---|
1705 | * BugsSite/docs/xml/glossary.xml: Added.
|
---|
1706 | * BugsSite/docs/xml/index.xml: Added.
|
---|
1707 | * BugsSite/docs/xml/installation.xml: Added.
|
---|
1708 | * BugsSite/docs/xml/integration.xml: Added.
|
---|
1709 | * BugsSite/docs/xml/introduction.xml: Added.
|
---|
1710 | * BugsSite/docs/xml/modules.xml: Added.
|
---|
1711 | * BugsSite/docs/xml/patches.xml: Added.
|
---|
1712 | * BugsSite/docs/xml/requiredsoftware.xml: Added.
|
---|
1713 | * BugsSite/docs/xml/security.xml: Added.
|
---|
1714 | * BugsSite/docs/xml/troubleshooting.xml: Added.
|
---|
1715 | * BugsSite/docs/xml/using.xml: Added.
|
---|
1716 | * BugsSite/doeditparams.cgi: Added.
|
---|
1717 | * BugsSite/duplicates.cgi: Added.
|
---|
1718 | * BugsSite/duplicates.xul: Added.
|
---|
1719 | * BugsSite/editclassifications.cgi: Added.
|
---|
1720 | * BugsSite/editcomponents.cgi: Added.
|
---|
1721 | * BugsSite/editflagtypes.cgi: Added.
|
---|
1722 | * BugsSite/editgroups.cgi: Added.
|
---|
1723 | * BugsSite/editkeywords.cgi: Added.
|
---|
1724 | * BugsSite/editmilestones.cgi: Added.
|
---|
1725 | * BugsSite/editparams.cgi: Added.
|
---|
1726 | * BugsSite/editproducts.cgi: Added.
|
---|
1727 | * BugsSite/editsettings.cgi: Added.
|
---|
1728 | * BugsSite/editusers.cgi: Added.
|
---|
1729 | * BugsSite/editvalues.cgi: Added.
|
---|
1730 | * BugsSite/editversions.cgi: Added.
|
---|
1731 | * BugsSite/editwhines.cgi: Added.
|
---|
1732 | * BugsSite/enter_bug.cgi: Added.
|
---|
1733 | * BugsSite/favicon.ico: Added.
|
---|
1734 | * BugsSite/globals.pl: Added.
|
---|
1735 | * BugsSite/graphs: Added.
|
---|
1736 | * BugsSite/images: Added.
|
---|
1737 | * BugsSite/images/padlock.png: Added.
|
---|
1738 | * BugsSite/importxml.pl: Added.
|
---|
1739 | * BugsSite/index.cgi: Added.
|
---|
1740 | * BugsSite/js: Added.
|
---|
1741 | * BugsSite/js/duplicates.js: Added.
|
---|
1742 | * BugsSite/js/productform.js: Added.
|
---|
1743 | * BugsSite/localconfig.js: Added.
|
---|
1744 | * BugsSite/long_list.cgi: Added.
|
---|
1745 | * BugsSite/move.pl: Added.
|
---|
1746 | * BugsSite/page.cgi: Added.
|
---|
1747 | * BugsSite/post_bug.cgi: Added.
|
---|
1748 | * BugsSite/process_bug.cgi: Added.
|
---|
1749 | * BugsSite/productmenu.js: Added.
|
---|
1750 | * BugsSite/query.cgi: Added.
|
---|
1751 | * BugsSite/quicksearch.html: Added.
|
---|
1752 | * BugsSite/quicksearch.js: Added.
|
---|
1753 | * BugsSite/quicksearchhack.html: Added.
|
---|
1754 | * BugsSite/quips.cgi: Added.
|
---|
1755 | * BugsSite/relogin.cgi: Added.
|
---|
1756 | * BugsSite/report.cgi: Added.
|
---|
1757 | * BugsSite/reports.cgi: Added.
|
---|
1758 | * BugsSite/request.cgi: Added.
|
---|
1759 | * BugsSite/robots.txt: Added.
|
---|
1760 | * BugsSite/runtests.pl: Added.
|
---|
1761 | * BugsSite/sanitycheck.cgi: Added.
|
---|
1762 | * BugsSite/show_activity.cgi: Added.
|
---|
1763 | * BugsSite/show_bug.cgi: Added.
|
---|
1764 | * BugsSite/showattachment.cgi: Added.
|
---|
1765 | * BugsSite/showdependencygraph.cgi: Added.
|
---|
1766 | * BugsSite/showdependencytree.cgi: Added.
|
---|
1767 | * BugsSite/sidebar.cgi: Added.
|
---|
1768 | * BugsSite/skins: Added.
|
---|
1769 | * BugsSite/skins/.cvsignore: Added.
|
---|
1770 | * BugsSite/skins/custom: Added.
|
---|
1771 | * BugsSite/skins/custom/admin.css: Added.
|
---|
1772 | * BugsSite/skins/custom/buglist.css: Added.
|
---|
1773 | * BugsSite/skins/custom/duplicates.css: Added.
|
---|
1774 | * BugsSite/skins/custom/editusers.css: Added.
|
---|
1775 | * BugsSite/skins/custom/global.css: Added.
|
---|
1776 | * BugsSite/skins/custom/index.css: Added.
|
---|
1777 | * BugsSite/skins/custom/opendarwin.gif: Added.
|
---|
1778 | * BugsSite/skins/custom/panel.css: Added.
|
---|
1779 | * BugsSite/skins/custom/show_multiple.css: Added.
|
---|
1780 | * BugsSite/skins/custom/summarize-time.css: Added.
|
---|
1781 | * BugsSite/skins/custom/voting.css: Added.
|
---|
1782 | * BugsSite/skins/standard: Added.
|
---|
1783 | * BugsSite/skins/standard/admin.css: Added.
|
---|
1784 | * BugsSite/skins/standard/buglist.css: Added.
|
---|
1785 | * BugsSite/skins/standard/duplicates.css: Added.
|
---|
1786 | * BugsSite/skins/standard/editusers.css: Added.
|
---|
1787 | * BugsSite/skins/standard/global: Added.
|
---|
1788 | * BugsSite/skins/standard/global.css: Added.
|
---|
1789 | * BugsSite/skins/standard/global/body-back.gif: Added.
|
---|
1790 | * BugsSite/skins/standard/global/header.png: Added.
|
---|
1791 | * BugsSite/skins/standard/index: Added.
|
---|
1792 | * BugsSite/skins/standard/index.css: Added.
|
---|
1793 | * BugsSite/skins/standard/index/front.jpg: Added.
|
---|
1794 | * BugsSite/skins/standard/index/front.png: Added.
|
---|
1795 | * BugsSite/skins/standard/panel.css: Added.
|
---|
1796 | * BugsSite/skins/standard/show_multiple.css: Added.
|
---|
1797 | * BugsSite/skins/standard/summarize-time.css: Added.
|
---|
1798 | * BugsSite/skins/standard/voting.css: Added.
|
---|
1799 | * BugsSite/summarize_time.cgi: Added.
|
---|
1800 | * BugsSite/t: Added.
|
---|
1801 | * BugsSite/t/001compile.t: Added.
|
---|
1802 | * BugsSite/t/002goodperl.t: Added.
|
---|
1803 | * BugsSite/t/003safesys.t: Added.
|
---|
1804 | * BugsSite/t/004template.t: Added.
|
---|
1805 | * BugsSite/t/005no_tabs.t: Added.
|
---|
1806 | * BugsSite/t/006spellcheck.t: Added.
|
---|
1807 | * BugsSite/t/007util.t: Added.
|
---|
1808 | * BugsSite/t/008filter.t: Added.
|
---|
1809 | * BugsSite/t/009bugwords.t: Added.
|
---|
1810 | * BugsSite/t/011pod.t: Added.
|
---|
1811 | * BugsSite/t/Support: Added.
|
---|
1812 | * BugsSite/t/Support/Files.pm: Added.
|
---|
1813 | * BugsSite/t/Support/Systemexec.pm: Added.
|
---|
1814 | * BugsSite/t/Support/Templates.pm: Added.
|
---|
1815 | * BugsSite/t/testchart.gif: Added.
|
---|
1816 | * BugsSite/t/testchart.png: Added.
|
---|
1817 | * BugsSite/t/testgd.png: Added.
|
---|
1818 | * BugsSite/template: Added.
|
---|
1819 | * BugsSite/template/.cvsignore: Added.
|
---|
1820 | * BugsSite/template/.htaccess: Added.
|
---|
1821 | * BugsSite/template/en: Added.
|
---|
1822 | * BugsSite/template/en/.cvsignore: Added.
|
---|
1823 | * BugsSite/template/en/custom: Added.
|
---|
1824 | * BugsSite/template/en/custom/account: Added.
|
---|
1825 | * BugsSite/template/en/custom/account/auth: Added.
|
---|
1826 | * BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
|
---|
1827 | * BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added.
|
---|
1828 | * BugsSite/template/en/custom/account/auth/login.html.tmpl: Added.
|
---|
1829 | * BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added.
|
---|
1830 | * BugsSite/template/en/custom/account/create.html.tmpl: Added.
|
---|
1831 | * BugsSite/template/en/custom/account/created.html.tmpl: Added.
|
---|
1832 | * BugsSite/template/en/custom/account/email: Added.
|
---|
1833 | * BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added.
|
---|
1834 | * BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added.
|
---|
1835 | * BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added.
|
---|
1836 | * BugsSite/template/en/custom/account/exists.html.tmpl: Added.
|
---|
1837 | * BugsSite/template/en/custom/account/password: Added.
|
---|
1838 | * BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
|
---|
1839 | * BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
|
---|
1840 | * BugsSite/template/en/custom/account/prefs: Added.
|
---|
1841 | * BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added.
|
---|
1842 | * BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added.
|
---|
1843 | * BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added.
|
---|
1844 | * BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added.
|
---|
1845 | * BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added.
|
---|
1846 | * BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
|
---|
1847 | * BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added.
|
---|
1848 | * BugsSite/template/en/custom/admin: Added.
|
---|
1849 | * BugsSite/template/en/custom/admin/classifications: Added.
|
---|
1850 | * BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added.
|
---|
1851 | * BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added.
|
---|
1852 | * BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added.
|
---|
1853 | * BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added.
|
---|
1854 | * BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added.
|
---|
1855 | * BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
|
---|
1856 | * BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added.
|
---|
1857 | * BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added.
|
---|
1858 | * BugsSite/template/en/custom/admin/components: Added.
|
---|
1859 | * BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
|
---|
1860 | * BugsSite/template/en/custom/admin/components/create.html.tmpl: Added.
|
---|
1861 | * BugsSite/template/en/custom/admin/components/created.html.tmpl: Added.
|
---|
1862 | * BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added.
|
---|
1863 | * BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added.
|
---|
1864 | * BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added.
|
---|
1865 | * BugsSite/template/en/custom/admin/components/list.html.tmpl: Added.
|
---|
1866 | * BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added.
|
---|
1867 | * BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added.
|
---|
1868 | * BugsSite/template/en/custom/admin/fieldvalues: Added.
|
---|
1869 | * BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
|
---|
1870 | * BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
|
---|
1871 | * BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
|
---|
1872 | * BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
|
---|
1873 | * BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
|
---|
1874 | * BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
|
---|
1875 | * BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
|
---|
1876 | * BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
|
---|
1877 | * BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
|
---|
1878 | * BugsSite/template/en/custom/admin/flag-type: Added.
|
---|
1879 | * BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
|
---|
1880 | * BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
|
---|
1881 | * BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added.
|
---|
1882 | * BugsSite/template/en/custom/admin/groups: Added.
|
---|
1883 | * BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added.
|
---|
1884 | * BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added.
|
---|
1885 | * BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added.
|
---|
1886 | * BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added.
|
---|
1887 | * BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added.
|
---|
1888 | * BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added.
|
---|
1889 | * BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added.
|
---|
1890 | * BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added.
|
---|
1891 | * BugsSite/template/en/custom/admin/keywords: Added.
|
---|
1892 | * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
|
---|
1893 | * BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added.
|
---|
1894 | * BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added.
|
---|
1895 | * BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added.
|
---|
1896 | * BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added.
|
---|
1897 | * BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
|
---|
1898 | * BugsSite/template/en/custom/admin/milestones: Added.
|
---|
1899 | * BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
|
---|
1900 | * BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added.
|
---|
1901 | * BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added.
|
---|
1902 | * BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
|
---|
1903 | * BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added.
|
---|
1904 | * BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added.
|
---|
1905 | * BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added.
|
---|
1906 | * BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
|
---|
1907 | * BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added.
|
---|
1908 | * BugsSite/template/en/custom/admin/products: Added.
|
---|
1909 | * BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
|
---|
1910 | * BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added.
|
---|
1911 | * BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added.
|
---|
1912 | * BugsSite/template/en/custom/admin/products/groupcontrol: Added.
|
---|
1913 | * BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
|
---|
1914 | * BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
|
---|
1915 | * BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
|
---|
1916 | * BugsSite/template/en/custom/admin/products/list.html.tmpl: Added.
|
---|
1917 | * BugsSite/template/en/custom/admin/settings: Added.
|
---|
1918 | * BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added.
|
---|
1919 | * BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added.
|
---|
1920 | * BugsSite/template/en/custom/admin/table.html.tmpl: Added.
|
---|
1921 | * BugsSite/template/en/custom/admin/users: Added.
|
---|
1922 | * BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
|
---|
1923 | * BugsSite/template/en/custom/admin/users/create.html.tmpl: Added.
|
---|
1924 | * BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added.
|
---|
1925 | * BugsSite/template/en/custom/admin/users/list.html.tmpl: Added.
|
---|
1926 | * BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
|
---|
1927 | * BugsSite/template/en/custom/admin/users/search.html.tmpl: Added.
|
---|
1928 | * BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added.
|
---|
1929 | * BugsSite/template/en/custom/admin/versions: Added.
|
---|
1930 | * BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
|
---|
1931 | * BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added.
|
---|
1932 | * BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added.
|
---|
1933 | * BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added.
|
---|
1934 | * BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added.
|
---|
1935 | * BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added.
|
---|
1936 | * BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added.
|
---|
1937 | * BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added.
|
---|
1938 | * BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added.
|
---|
1939 | * BugsSite/template/en/custom/attachment: Added.
|
---|
1940 | * BugsSite/template/en/custom/attachment/choose.html.tmpl: Added.
|
---|
1941 | * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added.
|
---|
1942 | * BugsSite/template/en/custom/attachment/create.html.tmpl: Added.
|
---|
1943 | * BugsSite/template/en/custom/attachment/created.html.tmpl: Added.
|
---|
1944 | * BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added.
|
---|
1945 | * BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added.
|
---|
1946 | * BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added.
|
---|
1947 | * BugsSite/template/en/custom/attachment/edit.html.tmpl: Added.
|
---|
1948 | * BugsSite/template/en/custom/attachment/list.html.tmpl: Added.
|
---|
1949 | * BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added.
|
---|
1950 | * BugsSite/template/en/custom/attachment/updated.html.tmpl: Added.
|
---|
1951 | * BugsSite/template/en/custom/bug: Added.
|
---|
1952 | * BugsSite/template/en/custom/bug/activity: Added.
|
---|
1953 | * BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added.
|
---|
1954 | * BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added.
|
---|
1955 | * BugsSite/template/en/custom/bug/choose.html.tmpl: Added.
|
---|
1956 | * BugsSite/template/en/custom/bug/comments.html.tmpl: Added.
|
---|
1957 | * BugsSite/template/en/custom/bug/create: Added.
|
---|
1958 | * BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
|
---|
1959 | * BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added.
|
---|
1960 | * BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added.
|
---|
1961 | * BugsSite/template/en/custom/bug/create/create.html.tmpl: Added.
|
---|
1962 | * BugsSite/template/en/custom/bug/create/created.html.tmpl: Added.
|
---|
1963 | * BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added.
|
---|
1964 | * BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added.
|
---|
1965 | * BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added.
|
---|
1966 | * BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added.
|
---|
1967 | * BugsSite/template/en/custom/bug/edit.html.tmpl: Added.
|
---|
1968 | * BugsSite/template/en/custom/bug/knob.html.tmpl: Added.
|
---|
1969 | * BugsSite/template/en/custom/bug/navigate.html.tmpl: Added.
|
---|
1970 | * BugsSite/template/en/custom/bug/process: Added.
|
---|
1971 | * BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added.
|
---|
1972 | * BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
|
---|
1973 | * BugsSite/template/en/custom/bug/process/header.html.tmpl: Added.
|
---|
1974 | * BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added.
|
---|
1975 | * BugsSite/template/en/custom/bug/process/next.html.tmpl: Added.
|
---|
1976 | * BugsSite/template/en/custom/bug/process/results.html.tmpl: Added.
|
---|
1977 | * BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
|
---|
1978 | * BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added.
|
---|
1979 | * BugsSite/template/en/custom/bug/show.html.tmpl: Added.
|
---|
1980 | * BugsSite/template/en/custom/bug/show.xml.tmpl: Added.
|
---|
1981 | * BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added.
|
---|
1982 | * BugsSite/template/en/custom/bug/time.html.tmpl: Added.
|
---|
1983 | * BugsSite/template/en/custom/bug/votes: Added.
|
---|
1984 | * BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
|
---|
1985 | * BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
|
---|
1986 | * BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
|
---|
1987 | * BugsSite/template/en/custom/config.js.tmpl: Added.
|
---|
1988 | * BugsSite/template/en/custom/config.rdf.tmpl: Added.
|
---|
1989 | * BugsSite/template/en/custom/filterexceptions.pl: Added.
|
---|
1990 | * BugsSite/template/en/custom/flag: Added.
|
---|
1991 | * BugsSite/template/en/custom/flag/list.html.tmpl: Added.
|
---|
1992 | * BugsSite/template/en/custom/global: Added.
|
---|
1993 | * BugsSite/template/en/custom/global/banner.html.tmpl: Added.
|
---|
1994 | * BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added.
|
---|
1995 | * BugsSite/template/en/custom/global/choose-product.html.tmpl: Added.
|
---|
1996 | * BugsSite/template/en/custom/global/code-error.html.tmpl: Added.
|
---|
1997 | * BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added.
|
---|
1998 | * BugsSite/template/en/custom/global/field-descs.none.tmpl: Added.
|
---|
1999 | * BugsSite/template/en/custom/global/footer.html.tmpl: Added.
|
---|
2000 | * BugsSite/template/en/custom/global/header.html.tmpl: Added.
|
---|
2001 | * BugsSite/template/en/custom/global/help-header.html.tmpl: Added.
|
---|
2002 | * BugsSite/template/en/custom/global/help.html.tmpl: Added.
|
---|
2003 | * BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added.
|
---|
2004 | * BugsSite/template/en/custom/global/initialize.none.tmpl: Added.
|
---|
2005 | * BugsSite/template/en/custom/global/message.html.tmpl: Added.
|
---|
2006 | * BugsSite/template/en/custom/global/messages.html.tmpl: Added.
|
---|
2007 | * BugsSite/template/en/custom/global/select-menu.html.tmpl: Added.
|
---|
2008 | * BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added.
|
---|
2009 | * BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added.
|
---|
2010 | * BugsSite/template/en/custom/global/useful-links.html.tmpl: Added.
|
---|
2011 | * BugsSite/template/en/custom/global/user-error.html.tmpl: Added.
|
---|
2012 | * BugsSite/template/en/custom/global/userselect.html.tmpl: Added.
|
---|
2013 | * BugsSite/template/en/custom/global/variables.none.tmpl: Added.
|
---|
2014 | * BugsSite/template/en/custom/index.html.tmpl: Added.
|
---|
2015 | * BugsSite/template/en/custom/list: Added.
|
---|
2016 | * BugsSite/template/en/custom/list/change-columns.html.tmpl: Added.
|
---|
2017 | * BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added.
|
---|
2018 | * BugsSite/template/en/custom/list/list-simple.html.tmpl: Added.
|
---|
2019 | * BugsSite/template/en/custom/list/list.csv.tmpl: Added.
|
---|
2020 | * BugsSite/template/en/custom/list/list.html.tmpl: Added.
|
---|
2021 | * BugsSite/template/en/custom/list/list.ics.tmpl: Added.
|
---|
2022 | * BugsSite/template/en/custom/list/list.js.tmpl: Added.
|
---|
2023 | * BugsSite/template/en/custom/list/list.rdf.tmpl: Added.
|
---|
2024 | * BugsSite/template/en/custom/list/list.rss.tmpl: Added.
|
---|
2025 | * BugsSite/template/en/custom/list/quips.html.tmpl: Added.
|
---|
2026 | * BugsSite/template/en/custom/list/server-push.html.tmpl: Added.
|
---|
2027 | * BugsSite/template/en/custom/list/table.html.tmpl: Added.
|
---|
2028 | * BugsSite/template/en/custom/pages: Added.
|
---|
2029 | * BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added.
|
---|
2030 | * BugsSite/template/en/custom/pages/fields.html.tmpl: Added.
|
---|
2031 | * BugsSite/template/en/custom/pages/linked.html.tmpl: Added.
|
---|
2032 | * BugsSite/template/en/custom/pages/linkify.html.tmpl: Added.
|
---|
2033 | * BugsSite/template/en/custom/pages/voting.html.tmpl: Added.
|
---|
2034 | * BugsSite/template/en/custom/reports: Added.
|
---|
2035 | * BugsSite/template/en/custom/reports/chart.csv.tmpl: Added.
|
---|
2036 | * BugsSite/template/en/custom/reports/chart.html.tmpl: Added.
|
---|
2037 | * BugsSite/template/en/custom/reports/chart.png.tmpl: Added.
|
---|
2038 | * BugsSite/template/en/custom/reports/components.html.tmpl: Added.
|
---|
2039 | * BugsSite/template/en/custom/reports/create-chart.html.tmpl: Added.
|
---|
2040 | * BugsSite/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
|
---|
2041 | * BugsSite/template/en/custom/reports/duplicates-table.html.tmpl: Added.
|
---|
2042 | * BugsSite/template/en/custom/reports/duplicates.html.tmpl: Added.
|
---|
2043 | * BugsSite/template/en/custom/reports/duplicates.rdf.tmpl: Added.
|
---|
2044 | * BugsSite/template/en/custom/reports/edit-series.html.tmpl: Added.
|
---|
2045 | * BugsSite/template/en/custom/reports/keywords.html.tmpl: Added.
|
---|
2046 | * BugsSite/template/en/custom/reports/menu.html.tmpl: Added.
|
---|
2047 | * BugsSite/template/en/custom/reports/report-bar.png.tmpl: Added.
|
---|
2048 | * BugsSite/template/en/custom/reports/report-line.png.tmpl: Added.
|
---|
2049 | * BugsSite/template/en/custom/reports/report-pie.png.tmpl: Added.
|
---|
2050 | * BugsSite/template/en/custom/reports/report-simple.html.tmpl: Added.
|
---|
2051 | * BugsSite/template/en/custom/reports/report-table.csv.tmpl: Added.
|
---|
2052 | * BugsSite/template/en/custom/reports/report-table.html.tmpl: Added.
|
---|
2053 | * BugsSite/template/en/custom/reports/report.csv.tmpl: Added.
|
---|
2054 | * BugsSite/template/en/custom/reports/report.html.tmpl: Added.
|
---|
2055 | * BugsSite/template/en/custom/reports/series-common.html.tmpl: Added.
|
---|
2056 | * BugsSite/template/en/custom/reports/series.html.tmpl: Added.
|
---|
2057 | * BugsSite/template/en/custom/request: Added.
|
---|
2058 | * BugsSite/template/en/custom/request/email.txt.tmpl: Added.
|
---|
2059 | * BugsSite/template/en/custom/request/queue.html.tmpl: Added.
|
---|
2060 | * BugsSite/template/en/custom/search: Added.
|
---|
2061 | * BugsSite/template/en/custom/search/boolean-charts.html.tmpl: Added.
|
---|
2062 | * BugsSite/template/en/custom/search/form.html.tmpl: Added.
|
---|
2063 | * BugsSite/template/en/custom/search/knob.html.tmpl: Added.
|
---|
2064 | * BugsSite/template/en/custom/search/search-advanced.html.tmpl: Added.
|
---|
2065 | * BugsSite/template/en/custom/search/search-create-series.html.tmpl: Added.
|
---|
2066 | * BugsSite/template/en/custom/search/search-help.html.tmpl: Added.
|
---|
2067 | * BugsSite/template/en/custom/search/search-report-graph.html.tmpl: Added.
|
---|
2068 | * BugsSite/template/en/custom/search/search-report-select.html.tmpl: Added.
|
---|
2069 | * BugsSite/template/en/custom/search/search-report-table.html.tmpl: Added.
|
---|
2070 | * BugsSite/template/en/custom/search/search-specific.html.tmpl: Added.
|
---|
2071 | * BugsSite/template/en/custom/search/tabs.html.tmpl: Added.
|
---|
2072 | * BugsSite/template/en/custom/sidebar.xul.tmpl: Added.
|
---|
2073 | * BugsSite/template/en/custom/whine: Added.
|
---|
2074 | * BugsSite/template/en/custom/whine/mail.html.tmpl: Added.
|
---|
2075 | * BugsSite/template/en/custom/whine/mail.txt.tmpl: Added.
|
---|
2076 | * BugsSite/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
|
---|
2077 | * BugsSite/template/en/custom/whine/schedule.html.tmpl: Added.
|
---|
2078 | * BugsSite/template/en/default: Added.
|
---|
2079 | * BugsSite/template/en/default/account: Added.
|
---|
2080 | * BugsSite/template/en/default/account/auth: Added.
|
---|
2081 | * BugsSite/template/en/default/account/auth/ldap-error.html.tmpl: Added.
|
---|
2082 | * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Added.
|
---|
2083 | * BugsSite/template/en/default/account/auth/login.html.tmpl: Added.
|
---|
2084 | * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Added.
|
---|
2085 | * BugsSite/template/en/default/account/create.html.tmpl: Added.
|
---|
2086 | * BugsSite/template/en/default/account/created.html.tmpl: Added.
|
---|
2087 | * BugsSite/template/en/default/account/email: Added.
|
---|
2088 | * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Added.
|
---|
2089 | * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Added.
|
---|
2090 | * BugsSite/template/en/default/account/email/confirm.html.tmpl: Added.
|
---|
2091 | * BugsSite/template/en/default/account/exists.html.tmpl: Added.
|
---|
2092 | * BugsSite/template/en/default/account/password: Added.
|
---|
2093 | * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Added.
|
---|
2094 | * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Added.
|
---|
2095 | * BugsSite/template/en/default/account/prefs: Added.
|
---|
2096 | * BugsSite/template/en/default/account/prefs/account.html.tmpl: Added.
|
---|
2097 | * BugsSite/template/en/default/account/prefs/email.html.tmpl: Added.
|
---|
2098 | * BugsSite/template/en/default/account/prefs/footer.html.tmpl: Added.
|
---|
2099 | * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Added.
|
---|
2100 | * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Added.
|
---|
2101 | * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Added.
|
---|
2102 | * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Added.
|
---|
2103 | * BugsSite/template/en/default/admin: Added.
|
---|
2104 | * BugsSite/template/en/default/admin/classifications: Added.
|
---|
2105 | * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Added.
|
---|
2106 | * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Added.
|
---|
2107 | * BugsSite/template/en/default/admin/classifications/delete.html.tmpl: Added.
|
---|
2108 | * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Added.
|
---|
2109 | * BugsSite/template/en/default/admin/classifications/new.html.tmpl: Added.
|
---|
2110 | * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Added.
|
---|
2111 | * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Added.
|
---|
2112 | * BugsSite/template/en/default/admin/classifications/update.html.tmpl: Added.
|
---|
2113 | * BugsSite/template/en/default/admin/components: Added.
|
---|
2114 | * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Added.
|
---|
2115 | * BugsSite/template/en/default/admin/components/create.html.tmpl: Added.
|
---|
2116 | * BugsSite/template/en/default/admin/components/created.html.tmpl: Added.
|
---|
2117 | * BugsSite/template/en/default/admin/components/deleted.html.tmpl: Added.
|
---|
2118 | * BugsSite/template/en/default/admin/components/edit.html.tmpl: Added.
|
---|
2119 | * BugsSite/template/en/default/admin/components/footer.html.tmpl: Added.
|
---|
2120 | * BugsSite/template/en/default/admin/components/list.html.tmpl: Added.
|
---|
2121 | * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Added.
|
---|
2122 | * BugsSite/template/en/default/admin/components/updated.html.tmpl: Added.
|
---|
2123 | * BugsSite/template/en/default/admin/fieldvalues: Added.
|
---|
2124 | * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Added.
|
---|
2125 | * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Added.
|
---|
2126 | * BugsSite/template/en/default/admin/fieldvalues/created.html.tmpl: Added.
|
---|
2127 | * BugsSite/template/en/default/admin/fieldvalues/deleted.html.tmpl: Added.
|
---|
2128 | * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Added.
|
---|
2129 | * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Added.
|
---|
2130 | * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Added.
|
---|
2131 | * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Added.
|
---|
2132 | * BugsSite/template/en/default/admin/fieldvalues/updated.html.tmpl: Added.
|
---|
2133 | * BugsSite/template/en/default/admin/flag-type: Added.
|
---|
2134 | * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Added.
|
---|
2135 | * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Added.
|
---|
2136 | * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Added.
|
---|
2137 | * BugsSite/template/en/default/admin/groups: Added.
|
---|
2138 | * BugsSite/template/en/default/admin/groups/change.html.tmpl: Added.
|
---|
2139 | * BugsSite/template/en/default/admin/groups/create.html.tmpl: Added.
|
---|
2140 | * BugsSite/template/en/default/admin/groups/created.html.tmpl: Added.
|
---|
2141 | * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Added.
|
---|
2142 | * BugsSite/template/en/default/admin/groups/deleted.html.tmpl: Added.
|
---|
2143 | * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Added.
|
---|
2144 | * BugsSite/template/en/default/admin/groups/list.html.tmpl: Added.
|
---|
2145 | * BugsSite/template/en/default/admin/groups/remove.html.tmpl: Added.
|
---|
2146 | * BugsSite/template/en/default/admin/keywords: Added.
|
---|
2147 | * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Added.
|
---|
2148 | * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Added.
|
---|
2149 | * BugsSite/template/en/default/admin/keywords/created.html.tmpl: Added.
|
---|
2150 | * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Added.
|
---|
2151 | * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Added.
|
---|
2152 | * BugsSite/template/en/default/admin/keywords/rebuild-cache.html.tmpl: Added.
|
---|
2153 | * BugsSite/template/en/default/admin/milestones: Added.
|
---|
2154 | * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Added.
|
---|
2155 | * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Added.
|
---|
2156 | * BugsSite/template/en/default/admin/milestones/created.html.tmpl: Added.
|
---|
2157 | * BugsSite/template/en/default/admin/milestones/deleted.html.tmpl: Added.
|
---|
2158 | * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Added.
|
---|
2159 | * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Added.
|
---|
2160 | * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Added.
|
---|
2161 | * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Added.
|
---|
2162 | * BugsSite/template/en/default/admin/milestones/updated.html.tmpl: Added.
|
---|
2163 | * BugsSite/template/en/default/admin/products: Added.
|
---|
2164 | * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Added.
|
---|
2165 | * BugsSite/template/en/default/admin/products/deleted.html.tmpl: Added.
|
---|
2166 | * BugsSite/template/en/default/admin/products/footer.html.tmpl: Added.
|
---|
2167 | * BugsSite/template/en/default/admin/products/groupcontrol: Added.
|
---|
2168 | * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
|
---|
2169 | * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Added.
|
---|
2170 | * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Added.
|
---|
2171 | * BugsSite/template/en/default/admin/products/list.html.tmpl: Added.
|
---|
2172 | * BugsSite/template/en/default/admin/settings: Added.
|
---|
2173 | * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Added.
|
---|
2174 | * BugsSite/template/en/default/admin/settings/updated.html.tmpl: Added.
|
---|
2175 | * BugsSite/template/en/default/admin/table.html.tmpl: Added.
|
---|
2176 | * BugsSite/template/en/default/admin/users: Added.
|
---|
2177 | * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Added.
|
---|
2178 | * BugsSite/template/en/default/admin/users/create.html.tmpl: Added.
|
---|
2179 | * BugsSite/template/en/default/admin/users/edit.html.tmpl: Added.
|
---|
2180 | * BugsSite/template/en/default/admin/users/list.html.tmpl: Added.
|
---|
2181 | * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Added.
|
---|
2182 | * BugsSite/template/en/default/admin/users/search.html.tmpl: Added.
|
---|
2183 | * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Added.
|
---|
2184 | * BugsSite/template/en/default/admin/versions: Added.
|
---|
2185 | * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Added.
|
---|
2186 | * BugsSite/template/en/default/admin/versions/create.html.tmpl: Added.
|
---|
2187 | * BugsSite/template/en/default/admin/versions/created.html.tmpl: Added.
|
---|
2188 | * BugsSite/template/en/default/admin/versions/deleted.html.tmpl: Added.
|
---|
2189 | * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Added.
|
---|
2190 | * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Added.
|
---|
2191 | * BugsSite/template/en/default/admin/versions/list.html.tmpl: Added.
|
---|
2192 | * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Added.
|
---|
2193 | * BugsSite/template/en/default/admin/versions/updated.html.tmpl: Added.
|
---|
2194 | * BugsSite/template/en/default/attachment: Added.
|
---|
2195 | * BugsSite/template/en/default/attachment/choose.html.tmpl: Added.
|
---|
2196 | * BugsSite/template/en/default/attachment/content-types.html.tmpl: Added.
|
---|
2197 | * BugsSite/template/en/default/attachment/create.html.tmpl: Added.
|
---|
2198 | * BugsSite/template/en/default/attachment/created.html.tmpl: Added.
|
---|
2199 | * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Added.
|
---|
2200 | * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Added.
|
---|
2201 | * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Added.
|
---|
2202 | * BugsSite/template/en/default/attachment/edit-aroben.html.tmpl: Added.
|
---|
2203 | * BugsSite/template/en/default/attachment/edit.html.tmpl: Added.
|
---|
2204 | * BugsSite/template/en/default/attachment/list.html.tmpl: Added.
|
---|
2205 | * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Added.
|
---|
2206 | * BugsSite/template/en/default/attachment/updated.html.tmpl: Added.
|
---|
2207 | * BugsSite/template/en/default/bug: Added.
|
---|
2208 | * BugsSite/template/en/default/bug/activity: Added.
|
---|
2209 | * BugsSite/template/en/default/bug/activity/show.html.tmpl: Added.
|
---|
2210 | * BugsSite/template/en/default/bug/activity/table.html.tmpl: Added.
|
---|
2211 | * BugsSite/template/en/default/bug/choose.html.tmpl: Added.
|
---|
2212 | * BugsSite/template/en/default/bug/comments.html.tmpl: Added.
|
---|
2213 | * BugsSite/template/en/default/bug/create: Added.
|
---|
2214 | * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Added.
|
---|
2215 | * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Added.
|
---|
2216 | * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Added.
|
---|
2217 | * BugsSite/template/en/default/bug/create/create.html.tmpl: Added.
|
---|
2218 | * BugsSite/template/en/default/bug/create/created.html.tmpl: Added.
|
---|
2219 | * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Added.
|
---|
2220 | * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Added.
|
---|
2221 | * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Added.
|
---|
2222 | * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Added.
|
---|
2223 | * BugsSite/template/en/default/bug/edit.html.tmpl: Added.
|
---|
2224 | * BugsSite/template/en/default/bug/knob.html.tmpl: Added.
|
---|
2225 | * BugsSite/template/en/default/bug/navigate.html.tmpl: Added.
|
---|
2226 | * BugsSite/template/en/default/bug/process: Added.
|
---|
2227 | * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Added.
|
---|
2228 | * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Added.
|
---|
2229 | * BugsSite/template/en/default/bug/process/header.html.tmpl: Added.
|
---|
2230 | * BugsSite/template/en/default/bug/process/midair.html.tmpl: Added.
|
---|
2231 | * BugsSite/template/en/default/bug/process/next.html.tmpl: Added.
|
---|
2232 | * BugsSite/template/en/default/bug/process/results.html.tmpl: Added.
|
---|
2233 | * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Added.
|
---|
2234 | * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Added.
|
---|
2235 | * BugsSite/template/en/default/bug/show.html.tmpl: Added.
|
---|
2236 | * BugsSite/template/en/default/bug/show.xml.tmpl: Added.
|
---|
2237 | * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Added.
|
---|
2238 | * BugsSite/template/en/default/bug/time.html.tmpl: Added.
|
---|
2239 | * BugsSite/template/en/default/bug/votes: Added.
|
---|
2240 | * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Added.
|
---|
2241 | * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Added.
|
---|
2242 | * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Added.
|
---|
2243 | * BugsSite/template/en/default/config.js.tmpl: Added.
|
---|
2244 | * BugsSite/template/en/default/config.rdf.tmpl: Added.
|
---|
2245 | * BugsSite/template/en/default/filterexceptions.pl: Added.
|
---|
2246 | * BugsSite/template/en/default/flag: Added.
|
---|
2247 | * BugsSite/template/en/default/flag/list.html.tmpl: Added.
|
---|
2248 | * BugsSite/template/en/default/global: Added.
|
---|
2249 | * BugsSite/template/en/default/global/banner.html.tmpl: Added.
|
---|
2250 | * BugsSite/template/en/default/global/choose-classification.html.tmpl: Added.
|
---|
2251 | * BugsSite/template/en/default/global/choose-product.html.tmpl: Added.
|
---|
2252 | * BugsSite/template/en/default/global/code-error.html.tmpl: Added.
|
---|
2253 | * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Added.
|
---|
2254 | * BugsSite/template/en/default/global/field-descs.none.tmpl: Added.
|
---|
2255 | * BugsSite/template/en/default/global/footer.html.tmpl: Added.
|
---|
2256 | * BugsSite/template/en/default/global/header.html.tmpl: Added.
|
---|
2257 | * BugsSite/template/en/default/global/help-header.html.tmpl: Added.
|
---|
2258 | * BugsSite/template/en/default/global/help.html.tmpl: Added.
|
---|
2259 | * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Added.
|
---|
2260 | * BugsSite/template/en/default/global/initialize.none.tmpl: Added.
|
---|
2261 | * BugsSite/template/en/default/global/message.html.tmpl: Added.
|
---|
2262 | * BugsSite/template/en/default/global/messages.html.tmpl: Added.
|
---|
2263 | * BugsSite/template/en/default/global/select-menu.html.tmpl: Added.
|
---|
2264 | * BugsSite/template/en/default/global/setting-descs.none.tmpl: Added.
|
---|
2265 | * BugsSite/template/en/default/global/site-navigation.html.tmpl: Added.
|
---|
2266 | * BugsSite/template/en/default/global/useful-links.html.tmpl: Added.
|
---|
2267 | * BugsSite/template/en/default/global/user-error.html.tmpl: Added.
|
---|
2268 | * BugsSite/template/en/default/global/userselect.html.tmpl: Added.
|
---|
2269 | * BugsSite/template/en/default/global/variables.none.tmpl: Added.
|
---|
2270 | * BugsSite/template/en/default/index.html.tmpl: Added.
|
---|
2271 | * BugsSite/template/en/default/list: Added.
|
---|
2272 | * BugsSite/template/en/default/list/change-columns.html.tmpl: Added.
|
---|
2273 | * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Added.
|
---|
2274 | * BugsSite/template/en/default/list/list-simple.html.tmpl: Added.
|
---|
2275 | * BugsSite/template/en/default/list/list.atom.tmpl: Added.
|
---|
2276 | * BugsSite/template/en/default/list/list.csv.tmpl: Added.
|
---|
2277 | * BugsSite/template/en/default/list/list.html.tmpl: Added.
|
---|
2278 | * BugsSite/template/en/default/list/list.ics.tmpl: Added.
|
---|
2279 | * BugsSite/template/en/default/list/list.js.tmpl: Added.
|
---|
2280 | * BugsSite/template/en/default/list/list.rdf.tmpl: Added.
|
---|
2281 | * BugsSite/template/en/default/list/quips.html.tmpl: Added.
|
---|
2282 | * BugsSite/template/en/default/list/server-push.html.tmpl: Added.
|
---|
2283 | * BugsSite/template/en/default/list/table.html.tmpl: Added.
|
---|
2284 | * BugsSite/template/en/default/pages: Added.
|
---|
2285 | * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Added.
|
---|
2286 | * BugsSite/template/en/default/pages/fields.html.tmpl: Added.
|
---|
2287 | * BugsSite/template/en/default/pages/linked.html.tmpl: Added.
|
---|
2288 | * BugsSite/template/en/default/pages/linkify.html.tmpl: Added.
|
---|
2289 | * BugsSite/template/en/default/pages/voting.html.tmpl: Added.
|
---|
2290 | * BugsSite/template/en/default/reports: Added.
|
---|
2291 | * BugsSite/template/en/default/reports/chart.csv.tmpl: Added.
|
---|
2292 | * BugsSite/template/en/default/reports/chart.html.tmpl: Added.
|
---|
2293 | * BugsSite/template/en/default/reports/chart.png.tmpl: Added.
|
---|
2294 | * BugsSite/template/en/default/reports/components.html.tmpl: Added.
|
---|
2295 | * BugsSite/template/en/default/reports/create-chart.html.tmpl: Added.
|
---|
2296 | * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Added.
|
---|
2297 | * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Added.
|
---|
2298 | * BugsSite/template/en/default/reports/duplicates.html.tmpl: Added.
|
---|
2299 | * BugsSite/template/en/default/reports/duplicates.rdf.tmpl: Added.
|
---|
2300 | * BugsSite/template/en/default/reports/edit-series.html.tmpl: Added.
|
---|
2301 | * BugsSite/template/en/default/reports/keywords.html.tmpl: Added.
|
---|
2302 | * BugsSite/template/en/default/reports/menu.html.tmpl: Added.
|
---|
2303 | * BugsSite/template/en/default/reports/report-bar.png.tmpl: Added.
|
---|
2304 | * BugsSite/template/en/default/reports/report-line.png.tmpl: Added.
|
---|
2305 | * BugsSite/template/en/default/reports/report-pie.png.tmpl: Added.
|
---|
2306 | * BugsSite/template/en/default/reports/report-simple.html.tmpl: Added.
|
---|
2307 | * BugsSite/template/en/default/reports/report-table.csv.tmpl: Added.
|
---|
2308 | * BugsSite/template/en/default/reports/report-table.html.tmpl: Added.
|
---|
2309 | * BugsSite/template/en/default/reports/report.csv.tmpl: Added.
|
---|
2310 | * BugsSite/template/en/default/reports/report.html.tmpl: Added.
|
---|
2311 | * BugsSite/template/en/default/reports/series-common.html.tmpl: Added.
|
---|
2312 | * BugsSite/template/en/default/reports/series.html.tmpl: Added.
|
---|
2313 | * BugsSite/template/en/default/request: Added.
|
---|
2314 | * BugsSite/template/en/default/request/email.txt.tmpl: Added.
|
---|
2315 | * BugsSite/template/en/default/request/queue.html.tmpl: Added.
|
---|
2316 | * BugsSite/template/en/default/search: Added.
|
---|
2317 | * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Added.
|
---|
2318 | * BugsSite/template/en/default/search/form.html.tmpl: Added.
|
---|
2319 | * BugsSite/template/en/default/search/knob.html.tmpl: Added.
|
---|
2320 | * BugsSite/template/en/default/search/search-advanced.html.tmpl: Added.
|
---|
2321 | * BugsSite/template/en/default/search/search-create-series.html.tmpl: Added.
|
---|
2322 | * BugsSite/template/en/default/search/search-help.html.tmpl: Added.
|
---|
2323 | * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Added.
|
---|
2324 | * BugsSite/template/en/default/search/search-report-select.html.tmpl: Added.
|
---|
2325 | * BugsSite/template/en/default/search/search-report-table.html.tmpl: Added.
|
---|
2326 | * BugsSite/template/en/default/search/search-specific.html.tmpl: Added.
|
---|
2327 | * BugsSite/template/en/default/search/tabs.html.tmpl: Added.
|
---|
2328 | * BugsSite/template/en/default/sidebar.xul.tmpl: Added.
|
---|
2329 | * BugsSite/template/en/default/whine: Added.
|
---|
2330 | * BugsSite/template/en/default/whine/mail.html.tmpl: Added.
|
---|
2331 | * BugsSite/template/en/default/whine/mail.txt.tmpl: Added.
|
---|
2332 | * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Added.
|
---|
2333 | * BugsSite/template/en/default/whine/schedule.html.tmpl: Added.
|
---|
2334 | * BugsSite/template/en/extension: Added.
|
---|
2335 | * BugsSite/template/en/extension/filterexceptions.pl: Added.
|
---|
2336 | * BugsSite/testagent.cgi: Added.
|
---|
2337 | * BugsSite/testserver.pl: Added.
|
---|
2338 | * BugsSite/token.cgi: Added.
|
---|
2339 | * BugsSite/userprefs.cgi: Added.
|
---|
2340 | * BugsSite/votes.cgi: Added.
|
---|
2341 | * BugsSite/whine.pl: Added.
|
---|
2342 | * BugsSite/whineatnews.pl: Added.
|
---|
2343 | * BugsSite/xml.cgi: Added.
|
---|
2344 |
|
---|
2345 | 2008-02-04 Jan Michael Alonzo <jmalonzo@unpluggable.com>
|
---|
2346 |
|
---|
2347 | Reviewed by Alp Toker and Mark Rowe.
|
---|
2348 |
|
---|
2349 | http://bugs.webkit.org/show_bug.cgi?id=16618
|
---|
2350 | [GTK] build-webkit and run-webkit-tests autootools support
|
---|
2351 |
|
---|
2352 | Add support for the autotools build to the WebKit build and test
|
---|
2353 | scripts.
|
---|
2354 |
|
---|
2355 | 2008-02-04 Rodney Dawes <dobey@wayofthemonkey.com>
|
---|
2356 |
|
---|
2357 | Reviewed by Alp Toker and Mark Rowe.
|
---|
2358 |
|
---|
2359 | Fix http://bugs.webkit.org/show_bug.cgi?id=17175.
|
---|
2360 | Bug 17175: Use of C++ compiler flags in CFLAGS
|
---|
2361 |
|
---|
2362 | Add global_cxxflags definition for inclusion in CXXFLAGS variables.
|
---|
2363 | Only use -fno-rtti and $(SYMBOL_VISIBILITY_INLINES) with global_cxxflags as gcc complains they aren't valid for C.
|
---|
2364 |
|
---|
2365 | * GNUmakefile.am:
|
---|
2366 |
|
---|
2367 | 2008-02-04 Alp Toker <alp@atoker.com>
|
---|
2368 |
|
---|
2369 | Rubber-stamped by Mark Rowe.
|
---|
2370 |
|
---|
2371 | Remove all trailing whitespace in the GTK+ port and related
|
---|
2372 | components.
|
---|
2373 |
|
---|
2374 | * GNUmakefile.am:
|
---|
2375 | * configure.ac:
|
---|
2376 |
|
---|
2377 | 2008-01-31 Alp Toker <alp@atoker.com>
|
---|
2378 |
|
---|
2379 | Reviewed by Mark Rowe.
|
---|
2380 |
|
---|
2381 | Fix the pkg-config file to follow GTK+ package naming and versioning
|
---|
2382 | conventions.
|
---|
2383 |
|
---|
2384 | Remove unneeded dependency listings.
|
---|
2385 |
|
---|
2386 | * GNUmakefile.am:
|
---|
2387 | * configure.ac:
|
---|
2388 |
|
---|
2389 | 2008-01-31 Alp Toker <alp@atoker.com>
|
---|
2390 |
|
---|
2391 | Rubber-stamped by Adam Roben.
|
---|
2392 |
|
---|
2393 | http://bugs.webkit.org/show_bug.cgi?id=17006
|
---|
2394 | [GTK] Header path should be webkit/webkit.h
|
---|
2395 |
|
---|
2396 | Move the GTK+ API sources as needed and update the build systems.
|
---|
2397 |
|
---|
2398 | * GNUmakefile.am:
|
---|
2399 | * WebKit.pri:
|
---|
2400 |
|
---|
2401 | 2008-01-27 Jan Michael Alonzo <jmalonzo@unpluggable.com>
|
---|
2402 |
|
---|
2403 | Reviewed by Alp Toker.
|
---|
2404 |
|
---|
2405 | http://bugs.webkit.org/show_bug.cgi?id=14811
|
---|
2406 | [gtk] [request] add a webkit_gtk_page_go_to_history_item function
|
---|
2407 |
|
---|
2408 | * GNUmakefile.am: Added webkitwebbackforwardlist and webkitwebhistoryitem
|
---|
2409 |
|
---|
2410 | 2008-01-26 Mark Rowe <mrowe@apple.com>
|
---|
2411 |
|
---|
2412 | Reviewed by Alp Toker.
|
---|
2413 |
|
---|
2414 | Fix http://bugs.webkit.org/show_bug.cgi?id=17007.
|
---|
2415 | Bug 17007: [GTK] autogen.sh attempts to use "libtoolize" on the Mac
|
---|
2416 |
|
---|
2417 | libtoolize is installed as glibtoolize on Mac OS X to avoid naming conflicts
|
---|
2418 | with other system commands. Check for the presence of glibtoolize if libtoolize
|
---|
2419 | cannot be found.
|
---|
2420 |
|
---|
2421 | * autogen.sh:
|
---|
2422 |
|
---|
2423 | 2008-01-23 Alp Toker <alp@atoker.com>
|
---|
2424 |
|
---|
2425 | Rubber-stamped by Mark Rowe.
|
---|
2426 |
|
---|
2427 | Remove whitespace after -I in automake include lists.
|
---|
2428 |
|
---|
2429 | * GNUmakefile.am:
|
---|
2430 |
|
---|
2431 | 2008-01-22 Christian Dywan <christian@imendio.com>
|
---|
2432 |
|
---|
2433 | Reviewed by Alp Toker.
|
---|
2434 |
|
---|
2435 | [GTK] API: WebKitWebSettings is not usable
|
---|
2436 | http://bugs.webkit.org/show_bug.cgi?id=16219
|
---|
2437 |
|
---|
2438 | Implement WebKitWebSettings.
|
---|
2439 |
|
---|
2440 | * GNUmakefile.am:
|
---|
2441 |
|
---|
2442 | 2008-01-22 Simon Hausmann <hausmann@webkit.org>
|
---|
2443 |
|
---|
2444 | Reviewed by Lars.
|
---|
2445 |
|
---|
2446 | Don't compile the ICO plugin when building against Qt >= 4.4
|
---|
2447 |
|
---|
2448 |
|
---|
2449 | * WebKit.pro:
|
---|
2450 |
|
---|
2451 | 2008-01-21 Jan Michael Alonzo <jmalonzo@unpluggable.com>
|
---|
2452 |
|
---|
2453 | Reviewed by Alp Toker.
|
---|
2454 |
|
---|
2455 | http://bugs.webkit.org/show_bug.cgi?id=16955
|
---|
2456 | Get errors when cross-compile webkit-gtk
|
---|
2457 |
|
---|
2458 | * GNUmakefile.am: added ICU_CPPFLAGS
|
---|
2459 | * configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS
|
---|
2460 |
|
---|
2461 | 2008-01-19 Jan Michael Alonzo <jmalonzo@unpluggable.com>
|
---|
2462 |
|
---|
2463 | Reviewed by Alp Toker.
|
---|
2464 |
|
---|
2465 | Add svg foreign object and svg experimental to the GTK+/autotools
|
---|
2466 | build system.
|
---|
2467 |
|
---|
2468 | * configure.ac:
|
---|
2469 |
|
---|
2470 | 2008-01-15 Alp Toker <alp@atoker.com>
|
---|
2471 |
|
---|
2472 | Rubber-stamped by Anders.
|
---|
2473 |
|
---|
2474 | Make the HTTP backend configurable in the GTK+ port. curl is currently
|
---|
2475 | the only option.
|
---|
2476 |
|
---|
2477 | * GNUmakefile.am:
|
---|
2478 | * WebKit.pri:
|
---|
2479 | * configure.ac:
|
---|
2480 |
|
---|
2481 | 2008-01-15 Alp Toker <alp@atoker.com>
|
---|
2482 |
|
---|
2483 | GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler
|
---|
2484 | flags only when they're available.
|
---|
2485 |
|
---|
2486 | Additionally, use -fvisibility-inlines-hidden in both debug and
|
---|
2487 | release builds when available to match the Mac build.
|
---|
2488 |
|
---|
2489 | * GNUmakefile.am:
|
---|
2490 | * configure.ac:
|
---|
2491 |
|
---|
2492 | 2008-01-12 Alp Toker <alp@atoker.com>
|
---|
2493 |
|
---|
2494 | Reviewed by Mark Rowe.
|
---|
2495 |
|
---|
2496 | Hide non-public symbols in GTK+/autotools release builds.
|
---|
2497 |
|
---|
2498 | * GNUmakefile.am:
|
---|
2499 |
|
---|
2500 | 2008-01-11 Alp Toker <alp@atoker.com>
|
---|
2501 |
|
---|
2502 | Reviewed by Oliver Hunt.
|
---|
2503 |
|
---|
2504 | Enable FastMalloc by default in GTK+/autotools and add a configure
|
---|
2505 | switch.
|
---|
2506 |
|
---|
2507 | * GNUmakefile.am:
|
---|
2508 | * configure.ac:
|
---|
2509 |
|
---|
2510 | 2008-01-11 Luca Bruno <lethalman88@gmail.com>
|
---|
2511 |
|
---|
2512 | Reviewed by Alp Toker.
|
---|
2513 |
|
---|
2514 | http://bugs.webkit.org/show_bug.cgi?id=16838
|
---|
2515 | [GTK] Bad autotools debug and video options
|
---|
2516 |
|
---|
2517 | Fix some configure options.
|
---|
2518 |
|
---|
2519 | * configure.ac:
|
---|
2520 |
|
---|
2521 | 2008-01-11 Mark Rowe <mrowe@apple.com>
|
---|
2522 |
|
---|
2523 | Attempt to fix the GTK+ and Qt builds.
|
---|
2524 |
|
---|
2525 | * WebKit.pro:
|
---|
2526 |
|
---|
2527 | 2008-01-10 Alp Toker <alp@atoker.com>
|
---|
2528 |
|
---|
2529 | SVG font build fix for GTK+/autotools.
|
---|
2530 |
|
---|
2531 | * configure.ac:
|
---|
2532 |
|
---|
2533 | 2008-01-05 Alp Toker <alp@atoker.com>
|
---|
2534 |
|
---|
2535 | Rubber-stamped by Mark Rowe.
|
---|
2536 |
|
---|
2537 | Fix configure script output with correct descriptions of the default
|
---|
2538 | configuration options.
|
---|
2539 |
|
---|
2540 | * configure.ac:
|
---|
2541 |
|
---|
2542 | 2008-01-05 Sylvain Pasche <sylvain.pasche@gmail.com>
|
---|
2543 |
|
---|
2544 | Reviewed by Alp Toker.
|
---|
2545 |
|
---|
2546 | http://bugs.webkit.org/show_bug.cgi?id=16736
|
---|
2547 | Allow autogen.sh invocation from a separate build directory.
|
---|
2548 |
|
---|
2549 | * autogen.sh:
|
---|
2550 |
|
---|
2551 | 2008-01-04 Alp Toker <alp@atoker.com>
|
---|
2552 |
|
---|
2553 | Rubber-stamped by Mark Rowe.
|
---|
2554 |
|
---|
2555 | Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The
|
---|
2556 | "rebuild rules" will now be enabled by default.
|
---|
2557 |
|
---|
2558 | This obviates the need to pass '--enable-maintainer-mode' to
|
---|
2559 | configure.
|
---|
2560 |
|
---|
2561 | * configure.ac:
|
---|
2562 |
|
---|
2563 | 2008-01-02 Holger Hans Peter Freyther <zecke@selfish.org>
|
---|
2564 |
|
---|
2565 | Rubber stamped by Alp.
|
---|
2566 |
|
---|
2567 | Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break
|
---|
2568 | the build. At least people doing a debug build on Ubuntu Hardy will see
|
---|
2569 | the breakage. I was asked to leave the flags inside the files to ease future
|
---|
2570 | debugging.
|
---|
2571 |
|
---|
2572 | * GNUmakefile.am:
|
---|
2573 | * WebKit.pri:
|
---|
2574 |
|
---|
2575 | 2008-01-01 Alp Toker <alp@atoker.com>
|
---|
2576 |
|
---|
2577 | GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
|
---|
2578 | correct parameter to AM_INIT_AUTOMAKE.
|
---|
2579 |
|
---|
2580 | * configure.ac:
|
---|
2581 |
|
---|
2582 | 2007-12-30 Alp Toker <alp@atoker.com>
|
---|
2583 |
|
---|
2584 | Build fix for older autoconf versions.
|
---|
2585 |
|
---|
2586 | * configure.ac:
|
---|
2587 |
|
---|
2588 | 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
|
---|
2589 |
|
---|
2590 | Reviewed by Alp Toker.
|
---|
2591 |
|
---|
2592 | Enable Database, XPath and XSLT features by default
|
---|
2593 |
|
---|
2594 | * configure.ac:
|
---|
2595 |
|
---|
2596 | 2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com>
|
---|
2597 |
|
---|
2598 | Reviewed by Alp Toker.
|
---|
2599 |
|
---|
2600 | http://bugs.webkit.org/show_bug.cgi?id=16669
|
---|
2601 | autotools update and fixes
|
---|
2602 |
|
---|
2603 | Various fixes to the autotools build
|
---|
2604 |
|
---|
2605 | * GNUmakefile.am:
|
---|
2606 | - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
|
---|
2607 | - Fix clean rules (Rodney Dawes)
|
---|
2608 | - Added webcore specific variables, remove STDINT_H and
|
---|
2609 | PTHREAD_NP_H checks (already included in config.h)
|
---|
2610 | * autogen.sh:
|
---|
2611 | - Loosen automake and aclocal requirement
|
---|
2612 | * configure.ac:
|
---|
2613 | - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
|
---|
2614 | when doing a debug build (Rodney Dawes)
|
---|
2615 | - Fix webkit target and remove traces of XBL
|
---|
2616 |
|
---|
2617 | 2007-12-27 Jan Michael Alonzo <jmalonzo@unpluggable.com>
|
---|
2618 |
|
---|
2619 | Reviewed by Alp Toker.
|
---|
2620 |
|
---|
2621 | http://bugs.webkit.org/show_bug.cgi?id=16353
|
---|
2622 | [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
|
---|
2623 |
|
---|
2624 | Added the flags mentioned in the bug only when doing 'debug'
|
---|
2625 | builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
|
---|
2626 |
|
---|
2627 | * GNUmakefile.am:
|
---|
2628 | * WebKit.pri:
|
---|
2629 |
|
---|
2630 | 2007-12-26 Jan Michael Alonzo <jmalonzo@unpluggable.com>
|
---|
2631 |
|
---|
2632 | Reviewed by Alp Toker.
|
---|
2633 |
|
---|
2634 | http://bugs.webkit.org/show_bug.cgi?id=16390
|
---|
2635 | Use autotools or GNU make as the build system for the GTK port
|
---|
2636 |
|
---|
2637 | * GNUmakefile.am: Added.
|
---|
2638 | * autogen.sh: Added.
|
---|
2639 | * configure.ac: Added.
|
---|
2640 |
|
---|
2641 | 2007-12-20 Alp Toker <alp@atoker.com>
|
---|
2642 |
|
---|
2643 | Rubber-stamped by Maciej.
|
---|
2644 |
|
---|
2645 | http://bugs.webkit.org/show_bug.cgi?id=16542
|
---|
2646 | [GTK] Text is missing with old Pango version
|
---|
2647 |
|
---|
2648 | Back out commits r28880, r28876, r28865, r28864 which added Pango font
|
---|
2649 | selection support. These changes caused a regression where no text was
|
---|
2650 | displayed with older Pango versions.
|
---|
2651 |
|
---|
2652 | * WebKit.pri:
|
---|
2653 |
|
---|
2654 | 2007-12-19 Alp Toker <alp@atoker.com>
|
---|
2655 |
|
---|
2656 | Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
|
---|
2657 | cairo-ft directly following changes in r28864.
|
---|
2658 |
|
---|
2659 | * WebKit.pri:
|
---|
2660 |
|
---|
2661 | 2007-12-12 Alp Toker <alp@atoker.com>
|
---|
2662 |
|
---|
2663 | Reviewed by Mark Rowe.
|
---|
2664 |
|
---|
2665 | http://bugs.webkit.org/show_bug.cgi?id=16302
|
---|
2666 | [GTK] Compiler flags for optimization
|
---|
2667 |
|
---|
2668 | Use the compiler flags -fno-exceptions -fno-rtti.
|
---|
2669 |
|
---|
2670 | This patch does not add all the flags discussed in the bug report,
|
---|
2671 | only these two.
|
---|
2672 |
|
---|
2673 | * WebKit.pri:
|
---|
2674 |
|
---|
2675 | 2007-12-04 Xan Lopez <xan@gnome.org>
|
---|
2676 |
|
---|
2677 | Reviewed by Alp Toker.
|
---|
2678 |
|
---|
2679 | http://bugs.webkit.org/show_bug.cgi?id=15561
|
---|
2680 | GTK port needs DumpRenderTree implementation
|
---|
2681 |
|
---|
2682 | Start work on the GTK+ DRT.
|
---|
2683 |
|
---|
2684 | * WebKit.pro:
|
---|
2685 |
|
---|
2686 | 2007-11-30 Alp Toker <alp@atoker.com>
|
---|
2687 |
|
---|
2688 | Reviewed by Adam Roben.
|
---|
2689 |
|
---|
2690 | http://bugs.webkit.org/show_bug.cgi?id=15691
|
---|
2691 | [GTK] Public API does not follow GTK+ conventions
|
---|
2692 |
|
---|
2693 | Refactor the WebKit/GTK+ public API. Changes:
|
---|
2694 | WebKitPage -> WebKitWebView
|
---|
2695 | WebKitFrame -> WebKitWebFrame
|
---|
2696 |
|
---|
2697 | Public API source and header names have been updated to mirror the API
|
---|
2698 | changes.
|
---|
2699 |
|
---|
2700 | The API is now kept in WebKit/gtk/WebView to match other ports in the
|
---|
2701 | same class such as Mac and Win.
|
---|
2702 |
|
---|
2703 | * WebKit.pri:
|
---|
2704 |
|
---|
2705 | 2007-11-26 Rodney Dawes <dobey@wayofthemonkey.com>
|
---|
2706 |
|
---|
2707 | Reviewed by Mark Rowe.
|
---|
2708 |
|
---|
2709 | Set CONFIG option for the window system GTK+ is using
|
---|
2710 |
|
---|
2711 | * WebKit.pri:
|
---|
2712 |
|
---|
2713 | 2007-11-22 Alp Toker <alp@atoker.com>
|
---|
2714 |
|
---|
2715 | GTK+ build fix. Pass a correct LIBDIR value.
|
---|
2716 |
|
---|
2717 | * WebKit.pri:
|
---|
2718 |
|
---|
2719 | 2007-11-20 Mark Rowe <mrowe@apple.com>
|
---|
2720 |
|
---|
2721 | Reviewed by Alp Toker.
|
---|
2722 |
|
---|
2723 | * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
|
---|
2724 |
|
---|
2725 | 2007-11-20 Alp Toker <alp@atoker.com>
|
---|
2726 |
|
---|
2727 | Reviewed by Simon Hausmann.
|
---|
2728 |
|
---|
2729 | Clean up GTK+ port configuration.
|
---|
2730 |
|
---|
2731 | Use similar compiler warning flags to the Mac build.
|
---|
2732 |
|
---|
2733 | Add the qmake changes needed for DirectFB support.
|
---|
2734 |
|
---|
2735 | * WebKit.pri:
|
---|
2736 |
|
---|
2737 | 2007-11-07 Simon Hausmann <hausmann@kde.org>
|
---|
2738 |
|
---|
2739 | Reviewed by Mark.
|
---|
2740 |
|
---|
2741 | Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
|
---|
2742 | That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
|
---|
2743 |
|
---|
2744 | * WebKit.pri:
|
---|
2745 |
|
---|
2746 | 2007-10-03 Lars Knoll <lars@trolltech.com>
|
---|
2747 |
|
---|
2748 | Signed off by olliej.
|
---|
2749 |
|
---|
2750 | move WebKitQt to WebKit/qt for consistency with the other ports.
|
---|
2751 |
|
---|
2752 | * WebKit.pri:
|
---|
2753 | * WebKit.pro:
|
---|
2754 |
|
---|
2755 | 2007-10-03 Lars Knoll <lars@trolltech.com>
|
---|
2756 |
|
---|
2757 | Reviewed by olliej.
|
---|
2758 |
|
---|
2759 | Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
|
---|
2760 |
|
---|
2761 | * WebKit.pro:
|
---|
2762 |
|
---|
2763 | 2007-09-29 Holger Hans Peter Freyther <zecke@selfish.org>
|
---|
2764 |
|
---|
2765 | Reviewed by Mark.
|
---|
2766 |
|
---|
2767 | -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
|
---|
2768 | Remove Bakefiles from svn.
|
---|
2769 |
|
---|
2770 | * Bakefiles/Bakefiles.bkgen: Removed.
|
---|
2771 | * Bakefiles/ChangeLog: Removed.
|
---|
2772 | * Bakefiles/Readme.txt: Removed.
|
---|
2773 | * Bakefiles/presets.bkl: Removed.
|
---|
2774 | * Bakefiles/update-file-lists.py: Removed.
|
---|
2775 |
|
---|
2776 | 2007-09-20 Holger Hans Peter Freyther <zecke@selfish.org>
|
---|
2777 |
|
---|
2778 | Rubber stamped by Adam.
|
---|
2779 |
|
---|
2780 | Renamed files from *Gdk to *Gtk (see #14732) using the
|
---|
2781 | work of Juan A. Suarez Romero as a base.
|
---|
2782 |
|
---|
2783 | GDK -> GTK
|
---|
2784 |
|
---|
2785 | * WebKit.pri:
|
---|
2786 | * WebKit.pro:
|
---|
2787 |
|
---|
2788 | 2007-07-29 Brian Mastenbrook <brian@mastenbrook.net>
|
---|
2789 |
|
---|
2790 | Build fix for WebKit/Gtk to compile on Fedora 7 as described in
|
---|
2791 | http://bugs.webkit.org/show_bug.cgi?id=14557
|
---|
2792 |
|
---|
2793 | * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
|
---|
2794 |
|
---|
2795 | 2007-07-27 Simon Hausmann <hausmann@kde.org>
|
---|
2796 |
|
---|
2797 | Done with and reviewed by Lars and Zack.
|
---|
2798 |
|
---|
2799 | Exclude DumpRenderTree from the Qt build on Windows for now.
|
---|
2800 |
|
---|
2801 | * WebKit.pro:
|
---|
2802 |
|
---|
2803 | 2007-07-27 Simon Hausmann <hausmann@kde.org>
|
---|
2804 |
|
---|
2805 | Done with and reviewed by Lars and Zack.
|
---|
2806 |
|
---|
2807 | Temporarily disable the ICO support for the Qt build on Windows.
|
---|
2808 |
|
---|
2809 | * WebKit.pro:
|
---|
2810 |
|
---|
2811 | 2007-07-26 Simon Hausmann <hausmann@kde.org>
|
---|
2812 |
|
---|
2813 | Reviewed by Lars.
|
---|
2814 |
|
---|
2815 | 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.
|
---|
2816 |
|
---|
2817 | * WebKit.pri:
|
---|
2818 |
|
---|
2819 | 2007-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
|
---|
2820 |
|
---|
2821 | Reviewed by Adam.
|
---|
2822 |
|
---|
2823 | Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
|
---|
2824 | build against it.
|
---|
2825 |
|
---|
2826 | * WebKit.pri:
|
---|
2827 |
|
---|
2828 | 2007-07-18 Simon Hausmann <hausmann@kde.org>
|
---|
2829 |
|
---|
2830 | Reviewed by Zack.
|
---|
2831 |
|
---|
2832 | Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
|
---|
2833 |
|
---|
2834 | * WebKit.pro:
|
---|
2835 |
|
---|
2836 | 2007-07-18 Timothy Hatcher <timothy@apple.com>
|
---|
2837 |
|
---|
2838 | Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
|
---|
2839 | still use this one Makefile.shared as an include.
|
---|
2840 |
|
---|
2841 | * Makefile.shared:
|
---|
2842 |
|
---|
2843 | 2007-07-12 George Staikos <staikos@kde.org>
|
---|
2844 |
|
---|
2845 | Fix build in debug mode.
|
---|
2846 |
|
---|
2847 | * WebKit.pri:
|
---|
2848 |
|
---|
2849 | 2007-07-11 Holger Hans Peter Freyther <zecke@selfish.org>
|
---|
2850 |
|
---|
2851 | Reviewed by Darin Adler.
|
---|
2852 |
|
---|
2853 | As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
|
---|
2854 | WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
|
---|
2855 |
|
---|
2856 | * WebKit.pri: Adjust INCLUDEPATH
|
---|
2857 |
|
---|
2858 | 2007-06-25 Adam Roben <aroben@apple.com>
|
---|
2859 |
|
---|
2860 | Really remove LayoutTestResults.
|
---|
2861 |
|
---|
2862 | * LayoutTestResults: Removed.
|
---|
2863 |
|
---|
2864 | 2007-06-25 Adam Roben <aroben@apple.com>
|
---|
2865 |
|
---|
2866 | Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
|
---|
2867 | http://bugs.webkit.org/show_bug.cgi?id=14405
|
---|
2868 |
|
---|
2869 | Reviewed by Anders.
|
---|
2870 |
|
---|
2871 | * LayoutTestResults: Removed.
|
---|
2872 |
|
---|
2873 | 2007-06-25 Alp Toker <alp.toker@collabora.co.uk>
|
---|
2874 |
|
---|
2875 | Reviewed by Mark.
|
---|
2876 |
|
---|
2877 | http://bugs.webkit.org/show_bug.cgi?id=13975
|
---|
2878 | Use system-provided libjpeg and libpng
|
---|
2879 |
|
---|
2880 | * WebKit.pri: Link against external libjpeg and libpng.
|
---|
2881 |
|
---|
2882 | 2007-06-20 Adam Roben <aroben@apple.com>
|
---|
2883 |
|
---|
2884 | Reviewed by Simon Hausmann.
|
---|
2885 |
|
---|
2886 | More Gdk build fixing.
|
---|
2887 |
|
---|
2888 | * WebKit.pro:
|
---|
2889 |
|
---|
2890 | 2007-06-15 Adam Treat <adam@staikos.net>
|
---|
2891 |
|
---|
2892 | Reviewed by George Staikos.
|
---|
2893 |
|
---|
2894 | Add ICO support to the Qt build.
|
---|
2895 |
|
---|
2896 | * WebKit.pro:
|
---|
2897 |
|
---|
2898 | 2007-06-13 George Staikos <staikos@kde.org>
|
---|
2899 |
|
---|
2900 | Reviewed by Lars.
|
---|
2901 |
|
---|
2902 | Compile without self-linking.
|
---|
2903 |
|
---|
2904 | * WebKit.pri:
|
---|
2905 |
|
---|
2906 | 2007-06-13 Simon Hausmann <hausmann@kde.org>
|
---|
2907 |
|
---|
2908 | Reviewed by Lars.
|
---|
2909 |
|
---|
2910 | * WebKit.pri: WebKitQt is now called QtWebKit.
|
---|
2911 |
|
---|
2912 | 2007-05-31 Alp Toker <alp.toker@collabora.co.uk>
|
---|
2913 |
|
---|
2914 | Reviewed by Eric Seidel.
|
---|
2915 |
|
---|
2916 | http://bugs.webkit.org/show_bug.cgi?id=13941
|
---|
2917 | Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
|
---|
2918 |
|
---|
2919 | * WebKit.pri:
|
---|
2920 |
|
---|
2921 | 2007-05-18 Holger Hans Peter Freyther <zecke@selfish.org>
|
---|
2922 |
|
---|
2923 | Reviewed by Mark Rowe.
|
---|
2924 |
|
---|
2925 | * WebKit.pro: Build testkjs for Gdk and Qt
|
---|
2926 |
|
---|
2927 | 2007-05-11 Holger Freyther <freyther@kde.org>
|
---|
2928 |
|
---|
2929 | Reviewed by Mark Rowe.
|
---|
2930 |
|
---|
2931 | Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
|
---|
2932 | and add ICU configuration to QMAKE_CXXFLAGS.
|
---|
2933 |
|
---|
2934 | * WebKit.pri:
|
---|
2935 |
|
---|
2936 | 2007-05-06 Erik Bunce <kde@bunce.us>
|
---|
2937 |
|
---|
2938 | Reviewed by Mark Rowe.
|
---|
2939 |
|
---|
2940 | * WebKit.pri:
|
---|
2941 | Removed unnecessary dependency on MacPorts (/opt/local)
|
---|
2942 |
|
---|
2943 | 2007-05-03 Holger Freyther <freyther@kde.org>
|
---|
2944 |
|
---|
2945 | Reviewed by Zack, landed by Simon.
|
---|
2946 | This is bugzilla bug 13499.
|
---|
2947 |
|
---|
2948 | * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
|
---|
2949 | port
|
---|
2950 | * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
|
---|
2951 | port
|
---|
2952 |
|
---|
2953 | 2007-04-27 Holger Freyther <freyther@kde.org>
|
---|
2954 |
|
---|
2955 | Reviewed by Maciej.
|
---|
2956 |
|
---|
2957 | Remove unmaintained CMake build system.
|
---|
2958 |
|
---|
2959 | * CMakeLists.txt: Removed.
|
---|
2960 |
|
---|
2961 | 2007-01-30 Simon Hausmann <hausmann@kde.org>
|
---|
2962 |
|
---|
2963 | Reviewed by Zack.
|
---|
2964 |
|
---|
2965 | * WebKit.pri: libJavaScriptCore is gone with the Qt build
|
---|
2966 | * WebKit.pro:
|
---|
2967 |
|
---|
2968 | 2007-01-26 George Staikos <staikos@kde.org>
|
---|
2969 |
|
---|
2970 | Remove headers - not needed now.
|
---|
2971 |
|
---|
2972 | * WebKit.pri:
|
---|
2973 |
|
---|
2974 | 2007-01-23 George Staikos <staikos@kde.org>
|
---|
2975 |
|
---|
2976 | Put everything back since we can't build everything without it yet.
|
---|
2977 |
|
---|
2978 | * WebKit.pri:
|
---|
2979 |
|
---|
2980 | 2007-01-16 Lars Knoll <lars@trolltech.com>
|
---|
2981 |
|
---|
2982 | Reviewed by Zack
|
---|
2983 |
|
---|
2984 | Remove everything but the new public API from
|
---|
2985 | the include path.
|
---|
2986 |
|
---|
2987 | * WebKit.pri:
|
---|
2988 |
|
---|
2989 | 2007-01-11 George Staikos <staikos@kde.org>
|
---|
2990 |
|
---|
2991 | Fix the Qt build
|
---|
2992 |
|
---|
2993 | * WebKit.pri:
|
---|
2994 |
|
---|
2995 | 2007-01-03 Lars Knoll <lars@trolltech.com>
|
---|
2996 |
|
---|
2997 | Fix the Qt build
|
---|
2998 |
|
---|
2999 | * WebKit.pri:
|
---|
3000 |
|
---|
3001 | 2006-12-17 Simon Hausmann <hausmann@kde.org>
|
---|
3002 |
|
---|
3003 | Reviewed by Rob Buis.
|
---|
3004 |
|
---|
3005 | * WebKit.pro: Build testkjs.
|
---|
3006 |
|
---|
3007 | 2006-12-14 Timothy Hatcher <timothy@apple.com>
|
---|
3008 |
|
---|
3009 | Reviewed by Brady.
|
---|
3010 |
|
---|
3011 | * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
|
---|
3012 |
|
---|
3013 | 2006-12-13 Maciej Stachowiak <mjs@apple.com>
|
---|
3014 |
|
---|
3015 | Reviewed by Brady and Anders.
|
---|
3016 |
|
---|
3017 | * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
|
---|
3018 |
|
---|
3019 | 2006-12-10 Zack Rusin <zack@kde.org>
|
---|
3020 |
|
---|
3021 | Client classes have been moved to WebKitQt/WebCoreSupport so
|
---|
3022 | adjusting the pri file.
|
---|
3023 |
|
---|
3024 | * WebKit.pri:
|
---|
3025 |
|
---|
3026 | 2006-12-10 George Staikos <staikos@kde.org>
|
---|
3027 |
|
---|
3028 | Reviewed by Zack.
|
---|
3029 |
|
---|
3030 | Add WebKitBuild/Release back to the output dir for external build cases.
|
---|
3031 |
|
---|
3032 | * WebKit.pri:
|
---|
3033 |
|
---|
3034 | 2006-12-10 Zack Rusin <zack@kde.org>
|
---|
3035 |
|
---|
3036 | Fix the link directory location.
|
---|
3037 |
|
---|
3038 | * WebKit.pri:
|
---|
3039 |
|
---|
3040 | 2006-12-10 Lars Knoll <lars@trolltech.com>
|
---|
3041 |
|
---|
3042 | Reviewed by Zack
|
---|
3043 |
|
---|
3044 | Include DumpRenderTree in the Qt build
|
---|
3045 |
|
---|
3046 | * WebKit.pro:
|
---|
3047 |
|
---|
3048 | 2006-12-09 George Staikos <staikos@kde.org>
|
---|
3049 |
|
---|
3050 | Reviewed by Zack.
|
---|
3051 |
|
---|
3052 | Correct the path to the libraries for QMake.
|
---|
3053 |
|
---|
3054 | * WebKit.pri:
|
---|
3055 |
|
---|
3056 | 2006-12-09 Lars Knoll <lars@trolltech.com>
|
---|
3057 |
|
---|
3058 | Reviewed by Zack
|
---|
3059 |
|
---|
3060 | Make it possible to build WebKit with qmake.
|
---|
3061 |
|
---|
3062 | * WebKit.pri: Added.
|
---|
3063 | * WebKit.pro: Added.
|
---|
3064 |
|
---|
3065 | 2006-11-19 Simon Hausmann <hausmann@kde.org>
|
---|
3066 |
|
---|
3067 | Reviewed by Zack.
|
---|
3068 |
|
---|
3069 | http://bugs.webkit.org/show_bug.cgi?id=11649
|
---|
3070 |
|
---|
3071 | * CMakeLists.txt: Fix Qt-only build without KDE cmake files
|
---|
3072 |
|
---|
3073 | 2006-10-30 Timothy Hatcher <timothy@apple.com>
|
---|
3074 |
|
---|
3075 | Reviewed by Brady.
|
---|
3076 |
|
---|
3077 | Make the universal build return non-zero when module make fails.
|
---|
3078 |
|
---|
3079 | * Makefile:
|
---|
3080 |
|
---|
3081 | 2006-10-30 Stephanie Lewis <slewis@apple.com>
|
---|
3082 |
|
---|
3083 | Reviewed by Darin Adler.
|
---|
3084 |
|
---|
3085 | Change Makefiles to return non-zero when module make fails.
|
---|
3086 |
|
---|
3087 | * Makefile:
|
---|
3088 |
|
---|
3089 | 2006-10-27 Brady Eidson <beidson@apple.com>
|
---|
3090 |
|
---|
3091 | Rubber stamped by Tim Hatcher
|
---|
3092 |
|
---|
3093 | Added "make universal" to build universal binaries
|
---|
3094 |
|
---|
3095 | * Makefile:
|
---|
3096 | * Makefile.shared:
|
---|
3097 |
|
---|
3098 | 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org>
|
---|
3099 |
|
---|
3100 | Reviewed by eseidel.
|
---|
3101 |
|
---|
3102 | * CMakeLists.txt: add option to disable colored output when building on the buildbot
|
---|
3103 |
|
---|