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