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