1 2010-05-03 Adam Barth <abarth@webkit.org>
3 Reviewed by Dimitri Glazkov.
5 Add some more Chromium-specific files to gitignore
6 https://bugs.webkit.org/show_bug.cgi?id=38469
8 These files are generated as part of the update-webkit --chromium
13 2010-05-02 Geoff Levand <geoff.levand@am.sony.com>
15 Reviewed by Eric Seidel.
17 [GTK] Fix out of source build failure
18 https://bugs.webkit.org/show_bug.cgi?id=38051
20 Add a preprocessor include path for generated GTK header files.
21 Fixes build errors like these when building GTK out of source:
23 webkit.h: error: webkit/webkitversion.h: No such file or directory
27 2010-05-02 Kartikaya Gupta <kagupta@rim.com>
29 Reviewed by George Staikos.
31 When running the IDL file through the preprocessor, wait for the preprocessor subcommand to fully terminate before continuing. Without this, if multiple IDL files are parsed in a tight loop, the code dies after 64 IDL files because it exhausts the available system resources.
33 https://bugs.webkit.org/show_bug.cgi?id=37888
35 No new tests. None needed.
37 * bindings/scripts/IDLParser.pm:
39 2010-04-29 Xan Lopez <xlopez@igalia.com>
41 Reviewed by Gustavo Noronha.
43 [GTK] GObject DOM bindings
44 https://bugs.webkit.org/show_bug.cgi?id=33590
46 Add WebKitDOMDocument tests to the build.
50 2010-04-28 Sam Weinig <sam@webkit.org>
52 Reviewed by Mark Rowe.
54 Add WebKit2 to the lists of modules to build.
58 2010-04-21 Xan Lopez <xlopez@igalia.com>
60 Reviewed by Adam Barth.
62 [GTK] GObject DOM bindings
63 https://bugs.webkit.org/show_bug.cgi?id=33590
65 Add build bits for the GObject DOM bindings.
69 2010-04-20 Xan Lopez <xlopez@igalia.com>
73 * autotools/webkit.m4:
75 2010-04-19 Diego Escalante Urrelo <descalante@igalia.com>
77 Reviewed by Xan Lopez.
79 [Gtk] Evaluate and create tests for all the AtkRole's implemented by
81 https://bugs.webkit.org/show_bug.cgi?id=34449
83 Add and enable the build of testatkroles to test ATK non form roles.
87 2010-04-18 Michael Forney <michael@mforney.org>
89 Reviewed by Laszlo Gombos.
91 https://bugs.webkit.org/show_bug.cgi?id=37762
93 Fixes the sandbox option in configure.
95 * configure.ac: Fix cut and paste error in the sandbox option causing
96 --{enable,disable}-sandbox to be ineffective, and it to be controlled
99 2010-04-09 Simon Hausmann <simon.hausmann@nokia.com>
101 Unreviewed crash fix.
103 Revert part of 57320 that would remove NDEBUG in release builds for
108 2010-04-09 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
110 Reviewed by Simon Hausmann.
112 [Qt] Fix crashes with package builds in release
114 * WebKit.pri: Don't randomly add NDEBUG to the defines.
116 2010-04-07 Laszlo Gombos <laszlo.1.gombos@nokia.com>
118 Reviewed by Kenneth Rohde Christiansen.
120 [Qt] Fix trunk (non-standalone) builds for Symbian
121 https://bugs.webkit.org/show_bug.cgi?id=37136
123 Test for source files before building instead of relying on
124 standalone_package config.
128 2010-04-01 Kinuko Yasuda <kinuko@chromium.org>
130 Reviewed by Dmitry Titov.
132 Add FileThread for async file operation support in FileReader and FileWriter
133 https://bugs.webkit.org/show_bug.cgi?id=36896
135 Add EANBEL_FILE_READER and ENABLE_FILE_WRITER flags.
139 2010-04-01 Ojan Vafai <ojan@chromium.org>
141 Reviewed by Adam Barth.
143 autoinstalled should be git ignored
144 https://bugs.webkit.org/show_bug.cgi?id=36970
148 2010-04-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
150 Reviewed by Kenneth Rohde Christiansen.
152 [Qt]Add -Wextra warning level to the QtWebKit build
153 https://bugs.webkit.org/show_bug.cgi?id=36971
157 2010-04-01 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
159 Reviewed by Holger Freyther.
161 [GTK] webkit_get_default_session() should make sure webkit_init() is called
162 https://bugs.webkit.org/show_bug.cgi?id=36754
168 2010-03-26 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
170 Reviewed by Simon Hausmann.
172 [Qt] Build JavaScriptCore as a static library.
173 https://bugs.webkit.org/show_bug.cgi?id=36590
175 This patch takes what was left of the unused JavaScriptCore.pro
176 and moved the compilation logic from JavaScriptCore.pri to
181 2010-03-16 Xan Lopez <xlopez@igalia.com>
183 Rubber-stamped by Gustavo Noronha.
185 Update library version for 1.1.90 release.
189 2010-03-16 Xan Lopez <xlopez@igalia.com>
191 Reviewed by Gustavo Noronha.
193 Bump version for 1.1.90 release.
197 2010-03-16 Xan Lopez <xlopez@igalia.com>
199 Reviewed by Gustavo Noronha.
201 Add support for Fast Mobile Scrolling in the build system.
205 2010-03-16 Simon Hausmann <simon.hausmann@nokia.com>
207 Add WebKitTools/TestResultServer/index.yaml to gitattributes to ignore for crlf conversion.
211 2010-03-12 Scott Byer <scottbyer@chromium.org>
213 Reviewed by David Levin.
215 Popup font size needs to be exposed to clients.
216 https://bugs.webkit.org/show_bug.cgi?id=35990
218 Add function to expose the popup menu font size, add a field to
219 WebPopupMenuInfo that receives that information to convey that to
220 the web view client's createPopupMenu() call.
222 * WebCore/platform/chromium/PopupMenuChromium.cpp:
223 * WebCore/platform/chromium/PopupMenuChromium.h:
224 * WebKit/chromium/public/WebPopupMenuInfo.h:
225 * WebKit/chromium/src/ChromeClientImpl.cpp:
227 2010-03-11 Adam Roben <aroben@apple.com>
229 Teach git about ObjC files
231 Fixes <http://webkit.org/b/36015>.
233 Reviewed by Tim Hatcher.
235 * .gitattributes: Set the diff attribute for .m and .mm files, and .h
236 files in Mac-specific directories. This can be used to generate
237 more-readable diffs of ObjC files.
239 2010-03-09 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
241 Unreviewed. Versioning for 1.1.23.
245 2010-03-09 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
247 Unreviewed distcheck fix.
251 2010-03-08 Jian Li <jianli@chromium.org>
253 Reviewed by Dmitry Titov.
256 https://bugs.webkit.org/show_bug.cgi?id=32993
258 Add ENABLE_BLOB_SLICE feature define.
262 2010-03-04 Fridrich Strba <fridrich.strba@bluewin.ch>
264 Reviewed by Holger Freyther.
266 https://bugs.webkit.org/show_bug.cgi?id=35726
267 Remove orphaned #ifdef WTF_USE_GLIB_ICU_UNICODE_HYBRID
269 Removing orphaned #if USE.
273 2010-03-04 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
275 Reviewed by Tor Arne Vestbø.
277 [Qt] Make the OUTPUT_DIR variable in qmake projects independent of build-webkit's logic.
279 This also allows shadow builds relying only on qmake to work properly.
283 2010-03-03 Fridrich Strba <fridrich.strba@bluewin.ch>
285 Reviewed by Xan Lopez.
287 Miscellaneous little fixes for the windows build of webkit-gtk
288 https://bugs.webkit.org/show_bug.cgi?id=35640
290 * GNUmakefile.am: On Windows with GCC, presence of
291 __declspec(dllexport) on some symbols disables the autoexport/autoimport
292 feature for all others. Using regex here assures that all symbols that
293 need to be exported in the dll are actually exported.
295 2010-03-02 Arno Renevier <arno@renevier.net>
297 Reviewed by Gustavo Noronha Silva.
299 [Gtk] implements ChromeClient::requestGeolocationPermissionForFrame
300 https://bugs.webkit.org/show_bug.cgi?id=35210
304 2010-03-02 Dmitry Titov <dimich@chromium.org>
306 Reviewed by Alexey Proskuryakov.
308 Ignore compiled Java test cases in .gitignore.
309 https://bugs.webkit.org/show_bug.cgi?id=35559
313 2010-02-26 Arno Renevier <arno@renevier.net>
315 Reviewed by Gustavo Noronha Silva.
317 [Gtk] ignore WebKit/gtk/docs/GNUmakefile.in in .gitignore
318 https://bugs.webkit.org/show_bug.cgi?id=35424
322 2010-02-24 Sam Kerner <skerner@chromium.org>
324 Reviewed by Darin Fisher.
326 Expose WebFrame::setCanHaveScrollbars(). This allows a view
327 which is being resized to not need scroll bars to ensure that
330 Existing function setAllowsScrolling() was renamed
331 setCanHaveScrollbars(), to be consistant with change 37159:
332 http://trac.webkit.org/changeset/37159
334 https://bugs.webkit.org/show_bug.cgi?id=35257
336 * WebKit/chromium/public/WebFrame.h:
337 * WebKit/chromium/src/ChromeClientImpl.cpp:
338 * WebKit/chromium/src/WebFrameImpl.cpp:
339 * WebKit/chromium/src/WebFrameImpl.h:
341 2010-02-19 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
343 Reviewed by Kenneth Rohde Christiansen.
345 [Qt] Remove QGVLauncher
347 https://bugs.webkit.org/show_bug.cgi?id=35292
351 2010-02-24 Xan Lopez <xlopez@igalia.com>
353 Reviewed by Gustavo Noronha.
355 Enable SharedWorkers by default, since that's been the default for
356 a long time in our build-webkit configuration.
360 2010-02-23 James Choi <jchoi42@pha.jhu.edu>
362 Add Solaris definitions
363 https://bugs.webkit.org/show_bug.cgi?id=35214
365 * WebKit/chromium/src/WebViewImpl.cpp
366 * WebKit/chromium/src/WebFrameImpl.cpp
368 2010-02-23 Arno Renevier <arno@renevier.net>
370 Reviewed by Gustavo Noronha Silva.
372 [Gtk]: testwebview does not work when called with absolute path
373 https://bugs.webkit.org/show_bug.cgi?id=34940
375 When testwebview is called as absolute path, chdir to executable
376 directory before searching resource files.
380 2010-02-23 Leandro Pereira <leandro@profusion.mobi>
382 Reviewed by Gustavo Noronha Silva.
384 Changes references of GOwnPtr to reflect their new place.
385 http://webkit.org/b/35084
387 * JavaScriptCore/JavaScriptCore.gypi:
388 * JavaScriptCore/wtf/Threading.h:
389 * JavaScriptCore/wtf/unicode/glib/UnicodeGLib.h:
391 2010-02-23 Leandro Pereira <leandro@profusion.mobi>
393 Reviewed by Gustavo Noronha Silva.
395 Fixes references to GOwnPtr and GRefPtr so the GTK+ port builds
397 http://webkit.org/b/35084
401 2010-02-23 Diego Escalante Urrelo <descalante@igalia.com>
403 Reviewed by Eric Seidel.
405 [gtk] missing libsoup-2.4 package in gir generation
406 https://bugs.webkit.org/show_bug.cgi?id=35199
408 Include libsoup-2.4 package in gobject introspection .gir generation.
412 2010-02-22 Huahui Wu <hwu@google.com>
414 Reviewed by Eric Seidel.
416 Add code that enables SquirrelFish Extreme (a.k.a JSCX, JSC JIT)
417 in Android. It's disabled by default, but is enabled when the
418 enveronment variable ENABLE_JSC_JIT is set to true.
419 https://bugs.webkit.org/show_bug.cgi?id=34855
423 2010-02-22 Xan Lopez <xlopez@igalia.com>
425 Reviewed by Gustavo Noronha.
427 Bump library versioning for 1.1.22 release.
431 2010-02-22 Laszlo Gombos <laszlo.1.gombos@nokia.com>
433 Reviewed by Kenneth Rohde Christiansen.
435 [Qt] Add support for layout tests on Symbian
436 https://bugs.webkit.org/show_bug.cgi?id=31589
440 2010-02-20 Noam Rosenthal <noam.rosenthal@nokia.com>
442 Reviewed by Laszlo Gombos.
444 [Qt] ENABLE_3D_RENDERING should be optional
445 https://bugs.webkit.org/show_bug.cgi?id=35100
447 * WebKit.pri: ENABLE_3D_RENDERING moved to a proper feature test
449 2010-02-19 Maciej Stachowiak <mjs@apple.com>
451 Reviewed by David Levin.
453 Add an ENABLE flag for sandboxed iframes to make it possible to disable it in releases
454 https://bugs.webkit.org/show_bug.cgi?id=35147
458 2010-02-18 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
460 Reviewed by Eric Seidel.
462 Add .gitattributes file for custom ChangeLog merge-driver
464 * .gitattributes: Added.
466 2010-02-17 Noam Rosenthal <noam.rosenthal@nokia.com>
468 Reviewed by Ariya Hidayat.
470 [Qt] GraphicsLayer: support perspective and 3D transforms
471 https://bugs.webkit.org/show_bug.cgi?id=34960
473 * WebKit.pri: added appropriate define: ENABLED_3D_RENDERING
475 2010-02-15 Philippe Normand <pnormand@igalia.com>
477 Reviewed by Gustavo Noronha Silva.
479 [GStreamer] Should handle BUFFERING messages
480 https://bugs.webkit.org/show_bug.cgi?id=30004
482 * configure.ac: Bump gstreamer -core/-plugins-base requirements to
483 0.10.25 which is the minimum required version for on-disk buffering.
485 2010-02-16 Xan Lopez <xlopez@igalia.com>
487 Reviewed by Gustavo Noronha.
489 Bump version to 1.1.22 so we can depend on it in applications.
493 2010-02-12 Simon Hausmann <simon.hausmann@nokia.com>
495 Reviewed by Holger Freyther.
497 Removed WMLInputElement.* from .gitattributes as the file is
502 2010-02-10 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
504 Reviewed by Tor Arne Vestbø.
506 [Qt] Make qtlauncher and qgvlauncher use the generated headers
507 path to make sure they are correctly generated.
511 2010-02-10 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
513 Reviewed by Tor Arne Vestbø.
515 [Qt] Manually add support for the install target on Symbian.
517 This is required to copy the headers over the ones in Qt.
521 2010-02-11 Fridrich Strba <fridrich.strba@bluewin.ch>
523 Reviewed by Gustavo Noronha Silva.
525 Detect properly different versions of libpng out there.
529 2010-02-11 Xan Lopez <xlopez@igalia.com>
531 Try to fix GTK+ build.
535 2010-02-11 Antonio Gomes <tonikitoo@webkit.org>
537 Reviewed by Xan Lopez.
539 Adjust gstreamer-plugins-base minimum version check (from 0.10 to 0.10.23).
543 2010-02-08 Maciej Stachowiak <mjs@apple.com>
545 Reviewed by Cameron Zwarich.
547 Restore ENABLE_RUBY flag so vendors can ship with Ruby disabled if they choose.
548 https://bugs.webkit.org/show_bug.cgi?id=34698
552 2010-02-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
554 Reviewed by Xan Lopez.
556 Bump version to 1.1.21, and adjust library versioning accordingly.
560 2010-02-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
562 Reviewed by Gustavo Noronha.
564 Add gstreamer-app-0.10 to configure.ac
565 https://bugs.webkit.org/show_bug.cgi?id=34317
569 2010-02-05 Simon Hausmann <simon.hausmann@nokia.com>
571 Reviewed by Tor Arne Vestbø.
573 Add .gitattributes file to tell git about files with Windows linefeeds
574 https://bugs.webkit.org/show_bug.cgi?id=34645
576 On Windows git defaults to "true" for core.autocrlf, meaning all text
577 files in the working directory are converted from CRLF to LF on checkin
578 time. Some files present in the repository have been checked in with
579 CRLF linefeeds and git should not try to convert them. The added
580 .gitattributes file tells git to not do any CRLF conversion.
582 * .gitattributes: Added.
584 2010-02-05 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
586 Reviewed by Simon Hausmann.
588 [Qt] Generate convenience headers (QWebView, etc) using qmake
590 In Qt this is done using syncqt, but we use a pro-file instead
591 that generates makefile-rules for each of the extra headers.
593 These extra headers are installed alongside the normal headers.
595 * DerivedSources.pro: Include API-DerivedSources
597 2010-02-04 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
599 Reviewed by Lars Knoll.
601 [Qt] Make 'make -f Makefile.DerivedSources qmake' work
603 Previously this target ended up generating a file named
604 Makefile.DerivedSources.DerivedSources, and so on.
606 * DerivedSources.pro:
608 2010-02-04 Christian Dywan <christian@twotasts.de>
610 Reviewed by Xan Lopez.
612 Require either libsoup 2.28.2 or 2.29.90.
616 2010-02-04 Xan Lopez <xlopez@igalia.com>
618 Reviewed by Gustavo Noronha.
620 Bump minimum libsoup requirement to 2.29.90
624 2010-02-02 Gustavo Noronha Silva <gns@gnome.org>
626 Reviewed by Xan Lopez.
628 Bump version, and adjust library versioning for 1.1.20.
632 2010-01-29 Jeremy Orlow <jorlow@chromium.org>
634 Reviewed by Dimitri Glazkov.
636 A first step towards the Indexed Database API
637 https://bugs.webkit.org/show_bug.cgi?id=34342
639 Add Indexed Database API
643 2010-01-27 Simon Hausmann <simon.hausmann@nokia.com>
645 Reviewed by Kenneth Rohde Christiansen.
647 [Qt] Don't build the tests in packages, only the launcher(s)
651 2010-01-27 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
653 Reviewed by Tor Arne Vestbø.
655 [Qt] Add the "d" suffix to QtWebKit's dll on Windows.
659 2010-01-27 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
663 [Qt] Build fix for windows when QTDIR contains release libraries.
665 * WebKit.pri: Use the <name>.lib syntax for linking instead of qmake's -l<name> emulation
667 2010-01-26 Jedrzej Nowacki <jedrzej.nowacki@nokia.com>
669 Reviewed by Simon Hausmann.
671 First steps of the QtScript API.
673 Two new classes were created; QScriptEngine and QScriptValue.
674 The first should encapsulate a javascript context and the second a script
677 This API is still in development, so it isn't compiled by default.
678 To trigger compilation, pass --qmakearg="CONFIG+=build-qtscript" to
681 https://bugs.webkit.org/show_bug.cgi?id=32565
685 2010-01-25 Simon Hausmann <simon.hausmann@nokia.com>
687 Reviewed by Laszlo Gombos.
689 [Qt] Fix the build on Maemo5.
691 https://bugs.webkit.org/show_bug.cgi?id=34051
693 * WebKit.pri: Disable the use of uitools, just like it's done for Symbian.
695 2010-01-21 No'am Rosenthal <noam.rosenthal@nokia.com>
697 Reviewed by Antti Koivisto.
699 [Qt] Implement GraphicsLayer for accelerated layer compositing
700 https://bugs.webkit.org/show_bug.cgi?id=33514
702 * WebKit.pri: Addded compile flags to enable accelerated compositing
703 on versions higher than 4.5
705 2010-01-20 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
707 Reviewed by Simon Hausmann.
709 [Qt] Make DumpRenderTree build on Windows
713 2010-01-20 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
715 Reviewed by Simon Hausmann.
717 [Qt] Fix the recursive generated_files target to work with qmake -r -o
719 * DerivedSources.pro:
721 2010-01-20 Simon Hausmann <simon.hausmann@nokia.com>
723 Reviewed by Tor Arne Vestbø.
725 [Qt] Make it possible (on *nix at least) to recursively call "make generated_files"
727 * DerivedSources.pro:
729 2010-01-19 Gustavo Noronha Silva <gns@gnome.org>
731 Unreviewed. Shared library versioning update for 1.1.19.
735 2010-01-15 Gustavo Noronha Silva <gns@gnome.org>
737 Rubber-stamped by Xan Lopez.
739 Bump version to 1.1.19.
743 2010-01-14 Csaba Osztrogonác <ossy@webkit.org>
745 Reviewed by Eric Seidel.
747 [Qt] Defective dependencies caused build failing on QtBuildBot.
748 https://bugs.webkit.org/show_bug.cgi?id=33693
750 * WebKit.pri: CONFIG += depend_includepath added.
752 2010-01-14 Steve Block <steveblock@google.com>
754 Reviewed by David Levin.
756 Moves general includes before bindings includes in Android build system.
757 https://bugs.webkit.org/show_bug.cgi?id=33623
759 This avoids problems with collisions between WebCore/platform/text/StringBuilder.h
760 and the new JavaScriptCore/runtime/StringBuilder.h. This change puts
761 JavaScriptCore/runtime and other bindings includes after the WebCore and other
762 general includes, so that the WebCore StringBuilder.h is picked up when building
765 * Android.mk: Modified.
767 2010-01-13 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
769 Reviewed by Simon Hausmann.
771 [Qt] Split the build process in two different .pro files.
772 This allows qmake to be run once all source files are available.
774 * DerivedSources.pro: Added.
777 2010-01-07 Daniel Bates <dbates@rim.com>
779 Reviewed by Eric Seidel.
781 https://bugs.webkit.org/show_bug.cgi?id=32987
783 Added ENABLE_XHTMLMP flag. Disabled by default.
787 2010-01-05 Gustavo Noronha Silva <gns@gnome.org>
789 Reviewed by Xan Lopez.
791 Based on idea and original patch by Evan Martin.
793 Remove libWebCore intermediate library, to improve link time.
795 [GTK] Build time must be reduced
796 https://bugs.webkit.org/show_bug.cgi?id=32921
800 2010-01-05 Xan Lopez <xlopez@igalia.com>
802 Bump for 1.1.18 release.
806 2010-01-04 Gustavo Noronha Silva <gns@gnome.org>
808 Fix JSCore-1.0.gir path to fix make distcheck.
812 2010-01-04 Simon Hausmann <simon.hausmann@nokia.com>
814 Reviewed by Tor Arne Vestbø.
816 [Qt] Fix standalone package builds.
818 * WebKit.pri: Add logic for detecting standalone builds. Set OUTPUT_DIR to the top-level dir in that case.
819 * WebKit.pro: Don't build JSC and DRT for package builds.
821 2010-01-04 Eric Seidel <eric@webkit.org>
823 Reviewed by Adam Barth.
825 bugzilla-tool should not require users to install mechanize
826 https://bugs.webkit.org/show_bug.cgi?id=32635
828 * .gitignore: Ignore autoinstall.cache.d directory created by autoinstall.py
830 2009-12-28 Estêvão Samuel Procópio <tevaum@gmail.com>
832 Reviewed by Gustavo Noronha Silva.
834 Bug 32940: [GTK] Changing the download throttle conditions.
835 https://bugs.webkit.org/show_bug.cgi?id=32716
837 The WebKitDownload progress notification was taking long to
838 update. This fix makes notification happens each 0.7 secs
839 or when the progress ups in 1%.
841 * WebKit/gtk/webkit/webkitdownload.cpp:
843 2009-12-22 Simon Hausmann <simon.hausmann@nokia.com>
845 Rubber-stamped by Holger Freyther.
847 Adjusted path to QtLauncher.
851 2009-12-19 Evan Martin <evan@chromium.org>
853 Reviewed by Gustavo Noronha Silva.
855 Add a couple of WebKitGtk files to .gitignore.
859 2009-12-18 Benjamin Otte <otte@gnome.org>
861 Reviewed by Xan Lopez.
863 [GTK] RemoveDashboard support. It's useless.
867 2009-12-18 Simon Hausmann <simon.hausmann@nokia.com>
869 Reviewed by Tor Arne Vestbø.
871 [Qt] Clean up the qmake build system to distinguish between trunk builds and package builds
873 https://bugs.webkit.org/show_bug.cgi?id=32716
875 * WebKit.pri: Use standalone_package instead of QTDIR_build
877 2009-12-17 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
879 Unreviewed. Build fixes for make distcheck.
883 2009-12-16 Dan Winship <danw@gnome.org>
885 Reviewed by Gustavo Noronha Silva.
887 [Gtk] Content-Encoding support
889 https://bugs.webkit.org/show_bug.cgi?id=522772
891 * configure.ac: require libsoup 2.28.2 for SoupContentDecoder
893 2009-12-13 Eric Seidel <eric@webkit.org>
895 Reviewed by Gavin Barraclough.
897 string-base64 test does not compute a valid base64 string
898 http://bugs.webkit.org/show_bug.cgi?id=16806
900 * tests/string-base64.js: change str[i] to str.charCodeAt(i)
902 2009-12-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
904 Reviewed by Xan Lopez.
906 [GTK] Should provide an API to control the IconDatabase
907 https://bugs.webkit.org/show_bug.cgi?id=32334
909 Add test to make sure favicon reporting works.
913 2009-12-09 Steve Block <steveblock@google.com>
915 Reviewed by Adam Barth.
917 Adds Android Makefiles for building with V8.
918 https://bugs.webkit.org/show_bug.cgi?id=32278
920 * Android.mk: Modified. Includes Makefiles for V8.
922 2009-12-08 Steve Block <steveblock@google.com>
924 Reviewed by Adam Barth.
926 [Android] Adds Makefiles for Android port.
927 https://bugs.webkit.org/show_bug.cgi?id=31325
931 2009-12-08 Christian Dywan <christian@twotoasts.de>
933 Reviewed by Xan Lopez.
935 * configure.ac: Require only libSoup 2.27.91 but check for 2.29.3
936 and define HAVE_LIBSOUP_2_29_3 in that case.
938 2009-12-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
940 Rubber-stamped by Xan Lopez.
942 Late post-release version bump.
946 2009-12-08 Dominik Röttsches <dominik.roettsches@access-company.com>
948 Reviewed by Gustavo Noronha Silva.
950 [Gtk] Create a TextBreakIterator implementation based on GLib (without ICU)
951 https://bugs.webkit.org/show_bug.cgi?id=31469
953 Removing hybrid configuration for --with-unicode-backend=glib
954 ICU not required anymore.
956 * autotools/webkit.m4:
958 2009-12-08 Nikolas Zimmermann <nzimmermann@rim.com>
960 Rubber-stamped by Maciej Stachowiak.
962 Turn on (SVG) Filters for Gtk.
963 https://bugs.webkit.org/show_bug.cgi?id=32224
967 2009-12-07 Dmitry Titov <dimich@chromium.org>
969 Rubber-stamped by Darin Adler.
971 Remove ENABLE_SHARED_SCRIPT flags
972 https://bugs.webkit.org/show_bug.cgi?id=32245
973 This patch was obtained by "git revert" command and then un-reverting of ChangeLog files.
977 2009-12-06 Gustavo Noronha Silva <gns@gnome.org>
979 Reviewed by Xan Lopez.
981 Build the new API test.
983 [GTK] REGRESSION: webkit thinks it can render PDFs
984 https://bugs.webkit.org/show_bug.cgi?id=32183
988 2009-12-05 Vincent Untz <vuntz@gnome.org>
990 Reviewed by Gustavo Noronha.
992 Fixes race for builds with introspection enabled, and parallel
997 2009-12-04 Xan Lopez <xlopez@igalia.com>
999 Reviewed by Gustavo Noronha.
1001 [GTK]Enable DNS prefetching
1002 https://bugs.webkit.org/show_bug.cgi?id=23846
1004 Bump libsoup required version to 2.29.3 for DNS prefetching.
1008 2009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1010 Rubber-stamped by Xan Lopez.
1012 Make sure we distribute and install GObject Introspection files.
1016 2009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1018 Build fix. Make sure JSCore-1.0.gir is added to the distributed
1023 2009-11-30 Xan Lopez <xlopez@igalia.com>
1025 Reviewed by Gustavo Noronha.
1027 Bump versions for 1.1.17 release.
1031 2009-11-30 Jan-Arve Sæther <jan-arve.saether@nokia.com>
1033 Reviewed by Simon Hausmann.
1035 [Qt] Fix compilation with win32-icc
1037 Include os-win32 for stdint.h since MS does not ship that in their PSDK.
1041 2009-11-26 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1043 Reviewed by Oliver Hunt.
1045 Move GOwnPtr* from wtf to wtf/gtk
1046 https://bugs.webkit.org/show_bug.cgi?id=31793
1048 * GNUmakefile.am: Add JavaScriptCore/wtf/gtk to
1051 2009-11-24 Dmitry Titov <dimich@chromium.org>
1053 Reviewed by Eric Seidel.
1055 Add ENABLE_SHARED_SCRIPT feature define and flag for build-webkit
1056 https://bugs.webkit.org/show_bug.cgi?id=31444
1060 2009-11-24 Jason Smith <dark.panda@gmail.com>
1062 Reviewed by Alexey Proskuryakov.
1064 RegExp#exec's returned Array-like object behaves differently from
1066 https://bugs.webkit.org/show_bug.cgi?id=31689
1068 * LayoutTests/fast/js/regexp-in-and-foreach-handling.html: Added.
1069 * LayoutTests/fast/js/script-tests/regexp-in-and-foreach-handling.js: Added.
1070 * LayoutTests/fast/js/regexp-in-and-foreach-handling-expected.txt: Added.
1072 2009-11-24 Jens Alfke <snej@chromium.org>
1074 Reviewed by David Levin.
1076 Ignore Chromium's Xcode projects that are auto-generated from .gyp files.
1077 https://bugs.webkit.org/show_bug.cgi?id=31847
1079 * .gitignore: Add three .xcodeproj files.
1081 2009-11-09 Priit Laes <plaes@plaes.org>
1083 Reviewed by Oliver Hunt.
1085 [Gtk] Build from tarball fails with --enable-introspection
1086 https://bugs.webkit.org/show_bug.cgi?id=31261
1088 We need to enable gobject-introspection during distcheck otherwise
1089 some of the required files are missing in tarball.
1093 2009-11-05 Priit Laes <plaes@plaes.org>
1095 Reviewed by Jan Alonzo.
1097 [Gtk] Build failure with --enable-introspection
1098 https://bugs.webkit.org/show_bug.cgi?id=31102
1100 Add search and include paths for JSCore-1.0.gir required by
1101 gobject-introspection tools.
1105 2009-11-04 Benjamin Otte <otte@gnome.org>
1107 Reviewed by Gustavo Noronha.
1109 Update Cairo requirement to 1.6.
1111 https://bugs.webkit.org/show_bug.cgi?id=19266
1115 2009-11-02 Estêvão Samuel Procópio <tevaum@gmail.com>
1117 Reviewed by Gustavo Noronha.
1119 [Build] make install ignores --prefix option for gobject-introspection.
1120 https://bugs.webkit.org/show_bug.cgi?id=31025
1122 Make the build system use the --prefix path also when installing
1123 gobject-introspection files.
1125 * configure.ac: use --prefix path in GITDIR and GIRTYPELIBDIR
1127 2009-11-02 Xan Lopez <xlopez@igalia.com>
1129 Bump version before release (or post-release, depending on your
1130 point of view) so that we can make applications depending on
1131 unreleased APIs in WebKit svn fail at configure time when the
1132 requirements are not met.
1136 2009-11-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1138 Reviewed by Eric Seidel.
1140 Turn on warnings for QtWebKit for gcc
1141 https://bugs.webkit.org/show_bug.cgi?id=30958
1143 * WebKit.pri: Turn on warnings for the GCC compiler
1145 2009-10-30 Adam Barth <abarth@webkit.org>
1147 Reviewed by Mark Rowe.
1149 Teach git to ignore some files
1150 https://bugs.webkit.org/show_bug.cgi?id=30951
1152 Ignore WebKitBuild because we never want to version that directory.
1153 Also, ignore the xcode project files so git clean doesn't blow away
1154 your project settings. Finally, ignore the compiled python files in
1155 WebKitTools/Script modules because they clutter up git status.
1157 * .gitignore: Added.
1159 2009-10-30 Roland Steiner <rolandsteiner@chromium.org>
1161 Reviewed by Eric Seidel.
1163 Remove ENABLE_RUBY guards as discussed with Dave Hyatt and Maciej Stachowiak.
1165 Bug 28420 - Implement HTML5 <ruby> rendering
1166 (https://bugs.webkit.org/show_bug.cgi?id=28420)
1168 No new tests (no functional change).
1172 2009-10-26 Holger Hans Peter Freyther <zecke@selfish.org>
1174 Rubber-stamped by Darin Adler.
1176 Export fastMalloc, fastCalloc, fastRealloc and fastFree
1177 https://bugs.webkit.org/show_bug.cgi?id=30769
1179 Export the FastMalloc functions outside of the libwebkit library
1180 to be able to instrument memory allocations. These are C++ symbols
1181 but do not require the C++ runtime to be useful and should be of
1182 no harm to plain C code.
1184 * autotools/symbols.filter:
1186 2009-10-26 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1188 Reviewed by Jan Alonzo.
1190 Alternative solution to regression introduced in r48672.
1194 2009-10-26 Xan Lopez <xlopez@igalia.com>
1196 Reviewed by Gustavo Noronha.
1198 Update for 1.1.16 release.
1202 2009-10-24 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1204 Reviewed by Holger Freyther.
1206 [Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian
1207 https://bugs.webkit.org/show_bug.cgi?id=30476
1209 Set the stack size to 80 Kb and heap size to the 128kB - 32MB range
1210 to all executables linking against WebKit library.
1214 2009-10-18 Jan Michael Alonzo <jmalonzo@webkit.org>
1216 Reviewed by Holger Freyther.
1218 [GTK] Add MathML to the build system
1219 https://bugs.webkit.org/show_bug.cgi?id=30487
1221 Add --enable-mathml to configure.
1225 2009-10-15 Jan Michael Alonzo <jmalonzo@webkit.org>
1227 Reviewed by Xan Lopez.
1229 [GTK] marshal stamp files are not cleaned after a distclean
1230 https://bugs.webkit.org/show_bug.cgi?id=30156
1232 Add the stamp files directly to cleanfiles. Also rearrange the
1233 variable declarations so we don't miss any files that need to be
1234 cleaned up during the clean targets.
1238 2009-10-15 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1240 Unreviewed. Help text fix - Web Sockets default is no, not yes.
1244 2009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org>
1246 Rubberstamped by Eric Seidel.
1248 [Gtk] Fix icu CFLAG for Darwin
1249 https://bugs.webkit.org/show_bug.cgi?id=29517
1251 Don't escape the srcdir variable. Also use $host instead of the
1254 * autotools/webkit.m4:
1256 2009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org>
1258 Reviewed by Gustavo Noronha.
1260 [Gtk] Use the SQLite3 headers from WebKitLibraries if sqlite3 is undetected
1261 https://bugs.webkit.org/show_bug.cgi?id=29518
1265 2009-10-05 Zoltan Horvath <zoltan@webkit.org>
1267 Reviewed by Simon Hausmann.
1269 [Qt] Disable TCmalloc for Windows port at the present, because MinGW
1270 hasn't got built-in pthread library.
1274 2009-10-02 Prasanth Ullattil <prasanth.ullattil@nokia.com>
1276 Reviewed by Simon Hausmann.
1278 Disable a few more harmless MSVC warnings.
1282 2009-10-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1284 Unreviewed, build fix.
1286 [Qt] Symbian build break after r48976.
1287 unix is set for Symbian in the Qt build system.
1291 2009-10-01 Zoltan Horvath <zoltan@webkit.org>
1293 Reviewed by Simon Hausmann.
1295 [Qt] Enable TCmalloc for the Linux, Mac and Windows Qt-port
1296 https://bugs.webkit.org/show_bug.cgi?id=27029
1298 Remove USE_SYSTEM_MALLOC for Linux, Mac and Windows Qt-port from WebKit.pri,
1299 so these Qt-ports will use TCmalloc as other ports.
1303 2009-10-01 Martin Robinson <martin.james.robinson@gmail.com>
1305 Reviewed by Xan Lopez.
1307 [GTK] GtkIMContext filtering interferes with DOM key events
1308 https://bugs.webkit.org/show_bug.cgi?id=28733
1310 Add new key event test ensuring that IME keypresses are handled.
1314 2009-10-01 Philippe Normand <pnormand@igalia.com>
1316 Reviewed by Xan Lopez.
1318 [GTK] data: uri support in media player
1319 https://bugs.webkit.org/show_bug.cgi?id=29842
1321 Check presence of gstreamer-pbutils-0.10.
1325 2009-09-26 David Kilzer <ddkilzer@apple.com>
1327 GTK BUILD FIX: add ENABLE_ORIENTATION_EVENTS support to configure.ac
1329 * configure.ac: Added support for ENABLE_ORIENTATION_EVENTS.
1331 2009-09-23 Xan Lopez <xlopez@igalia.com>
1333 Reviewed by Gustavo Noronha.
1335 Do not add unneeded include paths for gir files, and add the
1336 include paths for headers manually instead of relying on our own
1337 pc file and installed headers, since that adds a circular
1342 2009-09-23 Jan Michael Alonzo <jmalonzo@webkit.org>
1344 Reviewed by Xan Lopez.
1346 Minor reorganization to the patch landed in
1347 http://trac.webkit.org/changeset/48670. Also move JSCore-1.0.gir
1348 in the gtk directory as that's only useful to the Gtk port at the
1354 2009-09-23 Xan Lopez <xlopez@igalia.com>
1356 Reviewed by Gustavo Noronha.
1358 [GTK] We should generate our own gir file for introspection
1359 https://bugs.webkit.org/show_bug.cgi?id=29603
1361 Generate gir and typelib files for WebKit and JSCore. The JSCore
1362 gir file is handwritten (since it's only useful, for now, as a
1363 dependency of the WebKit gir file), the WebKit one is
1364 autogenerated from the headers.
1367 * JSCore-1.0.gir: Added.
1370 2009-09-22 Philippe Normand <pnormand@igalia.com>
1372 Reviewed by Xan Lopez.
1374 link errors due to wrong UNICODE_LIBS on Ubuntu Jaunty
1375 https://bugs.webkit.org/show_bug.cgi?id=29638
1377 Call icu-cconfig with ldflags-libsonly to prevent having a -L
1378 statement that could override libs installed in another prefix.
1380 * autotools/webkit.m4:
1382 2009-09-21 Xan Lopez <xlopez@igalia.com>
1384 Reviewed by Gustavo Noronha.
1386 Bump version for 1.1.15 release.
1390 2009-09-18 Xan Lopez <xlopez@igalia.com>
1392 Reviewed by Gustavo Noronha and Jan Alonzo.
1394 [GTK] context menu overriding API is very limited
1395 https://bugs.webkit.org/show_bug.cgi?id=27546
1397 Add new tests to the build.
1401 2009-09-18 Xan Lopez <xlopez@igalia.com>
1403 Reviewed by Gustavo Noronha and Jan Alonzo.
1405 [GTK] context menu overriding API is very limited
1406 https://bugs.webkit.org/show_bug.cgi?id=27546
1408 Add WebKitHitTestResult to the build.
1412 2009-09-10 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1414 Reviewed by Ariya Hidayat.
1416 Disable some ARM compiler warnings
1417 https://bugs.webkit.org/show_bug.cgi?id=29083
1419 The following ARM compiler warnings are disabled
1421 - #68-D: integer conversion resulted in a change of sign
1422 - #111-D: statement is unreachable
1423 - #177-D: variable XXX was declared but never referenced
1424 - #368-D: class XXX defines no constructor to initialize the following: YYY
1425 - #830-D: function XXX "XXX::operator new" has no corresponding operator delete
1426 - #1293-D: assignment in condition
1430 2009-09-09 Kenneth Rohde Christiansen <kenneth@webkit.org>
1432 Reviewed by Simon Hausmann.
1434 [Qt] Add the alternative QtLauncher (based on QGraphicsView) to the build.
1436 https://bugs.webkit.org/show_bug.cgi?id=28862
1440 2009-09-07 Xan Lopez <xlopez@igalia.com>
1442 Rubber-stamped by Gustavo Noronha.
1444 Bump versions in preparation for 1.1.14 release.
1448 2009-09-07 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1450 Reviewed by Xan Lopez.
1452 https://bugs.webkit.org/show_bug.cgi?id=26854
1453 [GTK] Needs API to allow more control over outgoing requests
1455 * GNUmakefile.am: new files added to the build for new class
1456 WebKitNetworkResponse
1458 2009-09-06 Martin Robinson <martin.james.robinson@gmail.com>
1460 Reviewed by Gustavo Noronha, Jan Alonzo and Xan Lopez.
1462 [Gtk] Expose a database API
1463 https://bugs.webkit.org/show_bug.cgi?id=27899
1465 Expose an HTML5 database API for GTK+.
1469 2009-09-04 Albert Bachand <albertb@google.com>
1471 Reviewed by Eric Seidel.
1473 Modify the condition regarding the key modifier for opening combo
1474 boxes under GTK from just PLATFORM(GTK) to also look for
1475 (PLATFORM(CHROMIUM) && PLATFORM(LINUX)).
1477 * WebCore/dom/SelectElement.cpp:
1478 * WebCore/manual-tests/select-popup-on-spacebar.html:
1480 2009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org>
1482 Reviewed by Xan Lopez and Gustavo Noronha.
1484 [Gtk] Implement a WebDataSource for the gtk port
1485 https://bugs.webkit.org/show_bug.cgi?id=24758
1487 Add WebKitWebDataSource unit test to the build script
1491 2009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org>
1493 Reviewed by Xan Lopez and Gustavo Noronha.
1495 [Gtk] Implement a WebDataSource for the gtk port
1496 https://bugs.webkit.org/show_bug.cgi?id=24758
1498 Add WebKitWebDataSource and DocumentLoaderGtk to the build script.
1502 2009-09-01 Jan Michael Alonzo <jmalonzo@webkit.org>
1504 Reviewed by Xan Lopez and Gustavo Noronha.
1506 [Gtk] Implement a WebDataSource for the gtk port
1507 https://bugs.webkit.org/show_bug.cgi?id=24758
1509 Add WebKitWebResource to the build script.
1513 2009-08-28 Jan Michael Alonzo <jmalonzo@webkit.org>
1515 Reviewed by Oliver Hunt.
1517 Gtk Build broken for OSX Quartz
1518 https://bugs.webkit.org/show_bug.cgi?id=28727
1520 Define XP_UNIX for non-Win OS builds.
1524 2009-08-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1526 Reviewed by Holger Freyther.
1528 https://bugs.webkit.org/show_bug.cgi?id=25889
1529 [GTK] scrollbar policy for main frame is not implementable
1531 Adding files for the new test for window-related issues (starting
1532 with scrollbar policy).
1536 2009-08-27 Priit Laes <plaes@plaes.org>
1538 Reviewed by Xan Lopez.
1540 [GTK] Out-of-srcdir build problem
1541 https://bugs.webkit.org/show_bug.cgi?id=28741
1543 * GNUmakefile.am, autotools/webkit.m4:
1544 Fix problem with out-of-srcdir builds. Also bump required glib version.
1546 2009-08-24 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1548 Reviewed by Xan Lopez.
1550 Bump package and so versions for 1.1.13 release.
1554 2009-08-22 Javier Jardón <javierjc1982@gmail.com>
1556 [GTK] Not use deprecated symbols in WebKitWebView example code.
1557 https://bugs.webkit.org/show_bug.cgi?id=28651
1559 * WebKit/gtk/webkit/webkitwebview.cpp
1561 2009-08-18 Xan Lopez <xlopez@igalia.com>
1563 Rubber-stamped by Holger Freyther.
1565 Require at least libsoup 2.27.91 for the new password
1566 manager/authentication APIs.
1570 2009-08-18 Drew Wilson <atwilson@google.com>
1572 Reviewed by NOBODY (Build Break).
1574 Speculative fix for GTK DumpRenderTree.
1578 2009-08-18 Kent Tamura <tkent@chromium.org>
1580 Reviewed by Eric Seidel.
1582 Add --enable-datalist option.
1586 2009-08-14 Adam Bergkvist <adam.bergkvist@ericsson.com>
1588 Reviewed by Sam Weinig.
1590 [GTK] Added EventSource to the build (default on).
1591 https://bugs.webkit.org/show_bug.cgi?id=14997
1595 2009-08-14 Jan Michael Alonzo <jmalonzo@webkit.org>
1597 Rubber-stamped by Gustavo Noronha.
1599 Initialize CFLAGS and CXXFLAGS before the main body of the
1600 WEBKIT_INIT macro so C files don't get built with "-g -O2".
1602 * autotools/webkit.m4:
1604 2009-08-12 Xan Lopez <xlopez@igalia.com>
1606 Reviewed by Jan Alonzo.
1608 [GTK] Remove keyring optional features
1609 https://bugs.webkit.org/show_bug.cgi?id=28173
1611 Remove keyring support, we now do authentication storage through
1612 libsoup. We depend on libsoup master now, will bump the dependency
1613 when there's a new release.
1618 2009-08-11 Drew Wilson <atwilson@google.com>
1620 Reviewed by NOBODY (Build break).
1622 Speculative fix for GTK build break.
1626 2009-08-11 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1628 Reviewed by Simon Hausmann.
1630 Build the TestNetscapePlugin on Qt/Mac
1634 2009-08-11 Xan Lopez <xlopez@igalia.com>
1636 Reviewed by Jan Alonzo.
1638 Prefix lengthy commands with AM_V_GEN so that they produce an
1639 output like 'GEN <filename>' when in silent mode.
1643 2009-08-05 Jan Michael Alonzo <jmalonzo@webkit.org>
1645 Reviewed by Xan Lopez.
1647 [Gtk] macros in webkit.m4 should be defined once only
1648 https://bugs.webkit.org/show_bug.cgi?id=27929
1650 The macros in webkit.m4 are not meant to be called multiple times
1651 so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
1652 AC_REQUIRE to remove the automake warnings when doing autogen.sh.
1654 Lastly, make sure CXXFLAGS and CFLAGS are defined before
1655 AC_PROG_CXX gets expanded so it doesn't add "-g -O2" on Release builds.
1657 * autotools/webkit.m4:
1659 2009-08-05 Xan Lopez <xlopez@igalia.com>
1661 Revert r46714, it was making us build debug images by default.
1663 * autotools/webkit.m4:
1665 2009-08-03 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1667 Reviewed by Eric Seidel.
1669 [Qt] Consolidate common gcc flags to WebKit.pri
1670 https://bugs.webkit.org/show_bug.cgi?id=27934
1674 2009-08-03 Jan Michael Alonzo <jmalonzo@webkit.org>
1676 Rubber-stamped by Eric Seidel.
1678 [Gtk] macros in webkit.m4 should be defined once only
1679 https://bugs.webkit.org/show_bug.cgi?id=27929
1681 The macros in webkit.m4 are not meant to be called multiple times
1682 so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
1683 AC_REQUIRE to remove the automake warnings when doing autogen.sh.
1685 * autotools/webkit.m4:
1687 2009-07-29 Ariya Hidayat <ariya.hidayat@nokia.com>
1689 Reviewed by Simon Hausmann.
1691 Adding ImageDiff project file.
1693 https://bugs.webkit.org/show_bug.cgi?id=27813
1695 * WebKit.pro: Added ImageDiff.pro.
1697 2009-07-29 Jan Michael Alonzo <jmalonzo@webkit.org>
1699 Reviewed by Eric Seidel and Xan Lopez.
1701 [Gtk] Enable http/tests/appcache tests
1702 https://bugs.webkit.org/show_bug.cgi?id=27674
1704 * GNUmakefile.am: Add webkit/webkitapplicationcache.cpp
1706 2009-07-28 Xan Lopez <xlopez@igalia.com>
1708 Reviewed by Gustavo Noronha.
1710 Use automake 1.11 SILENT_RULES when present, for cleaner build
1711 output. You can disable it by passing --disable-silent-rules to
1712 configure or V=1 to make.
1714 * autotools/dolt.m4:
1717 2009-07-28 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1719 Reviewed by Simon Hausmann.
1721 [Qt] Disable some compiler warnings for the win build
1722 https://bugs.webkit.org/show_bug.cgi?id=27709
1726 2009-07-28 Xan Lopez <xlopez@igalia.com>
1728 Reviewed by Gustavo Noronha.
1730 * configure.ac: bump version for 1.1.12 release.
1732 2009-07-24 Xan Lopez <xlopez@igalia.com>
1734 Reviewed by Gustavo Noronha.
1736 Remove unneeded commas from PKG_CHECK_MODULES.
1740 2009-07-24 Jan Michael Alonzo <jmalonzo@webkit.org>
1742 Reviewed by Xan Lopez.
1744 Bump pango version requirement to 1.12 which is the version that
1749 2009-07-21 Roland Steiner <rolandsteiner@google.com>
1751 Reviewed by David Levin.
1753 Add ENABLE_RUBY to list of build options
1754 https://bugs.webkit.org/show_bug.cgi?id=27324
1756 * configure.ac: Added flag ENABLE_RUBY.
1758 2009-07-20 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1760 Reviewed by Holger Freyther.
1762 [Qt] Add an option for QtLauncher to build without QtUiTools dependency
1763 https://bugs.webkit.org/show_bug.cgi?id=27438
1765 Based on Norbert Leser's work.
1767 * WebKit.pri: Symbian does not have UiTools
1769 2009-07-16 Fumitoshi Ukai <ukai@chromium.org>
1771 Reviewed by David Levin.
1773 Add --web-sockets flag and ENABLE_WEB_SOCKETS define.
1774 https://bugs.webkit.org/show_bug.cgi?id=27206
1776 Add --enable-web-sockets in configure.ac
1780 2009-07-16 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1782 Reviewed by Simon Hausmann.
1784 [Qt] Enable GNU compiler extensions to the ARM compiler
1785 for all Qt ports using RVCT
1786 https://bugs.webkit.org/show_bug.cgi?id=27348
1790 2009-07-15 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1792 Rubber-stamped by Simon Hausmann.
1794 Fix the Qt/Mac build by disabling TestNetscapePlugin
1796 We should fix and enable this once we run DRT for Qt/Mac
1800 2009-07-13 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1802 Unreviewed build fix. Require the correct libsoup version now that
1807 2009-07-13 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1809 Reviewed by Tor Arne Vestbø.
1811 [Qt] Build fix for QtWebKit on Win
1812 https://bugs.webkit.org/show_bug.cgi?id=27205
1814 * WebKit.pri: Include the major version number in the QtWebKit
1815 library file for Win.
1817 2009-07-13 Simon Hausmann <simon.hausmann@nokia.com>
1819 Reviewed by Ariya Hidayat.
1821 Add the test netscape plugin for the Qt DRT to the build.
1825 2009-07-13 Drew Wilson <atwilson@google.com>
1827 Reviewed by David Levin.
1829 Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs
1830 https://bugs.webkit.org/show_bug.cgi?id=26932
1832 Added ENABLE(SHARED_WORKERS) flag.
1836 2009-07-12 Xan Lopez <xlopez@igalia.com>
1838 Reviewed by Gustavo Noronha.
1840 Bump version in preparation for 1.1.11 release.
1844 2009-07-07 Norbert Leser <norbert.leser@nokia.com>
1846 Reviewed by Simon Hausmann.
1848 Exclude DumpRenderTree.pro from symbian build
1852 2009-07-09 Drew Wilson <atwilson@google.com>
1854 Reviewed by Alexey Proskuryakov.
1856 https://bugs.webkit.org/show_bug.cgi?id=26903
1858 Turned on CHANNEL_MESSAGING by default because the MessageChannel API
1859 can now be implemented for Web Workers and is reasonably stable.
1861 * configure.ac: enable CHANNEL_MESSAGING.
1863 2009-07-03 Jan Michael Alonzo <jmalonzo@webkit.org>
1865 Reviewed by Xan Lopez and Gustavo Noronha.
1867 Set user-agent from application
1868 https://bugs.webkit.org/show_bug.cgi?id=17375
1870 Define UA version macros to be used by the UA string.
1871 Add new WebSettings unit test for the User-Agent string API.
1876 2009-06-20 Gustavo Noronha Silva <gns@gnome.org>
1878 Reviewed by Jan Alonzo.
1880 Adding files for the new test case for loading statuses.
1884 2009-06-15 Xan Lopez <xlopez@igalia.com>
1886 Reviewed by Gustavo Noronha.
1888 Version bump in preparation for 1.1.10 release.
1892 2009-06-12 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1894 Reviewed by Xan Lopez.
1896 Refactor handling of options in the build-webkit script
1898 Options are now defined in one place, and then reused when creating
1899 the usage help text, the arguments to GetOptions(), and when passing
1900 the options on to the underlying port-dependent build systems.
1902 This allows the Qt port to read the defaults for the options from the
1903 pro file (dynamically), and to pass the options on to qmake at build.
1907 2009-06-11 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1909 Reviewed by Holger Freyther.
1911 [Qt] Fix release build detection
1912 https://bugs.webkit.org/show_bug.cgi?id=26267
1916 2009-06-10 Gustavo Noronha Silva <gns@gnome.org>
1918 Reviewed by Xan Lopez.
1920 Add unit tests for our WebKitNetworkRequest object.
1924 2009-06-10 Xan Lopez <xlopez@igalia.com>
1926 Reviewed by Gustavo Noronha.
1928 Version bump in preparation for 1.1.9 release.
1932 2009-06-10 Xan Lopez <xlopez@igalia.com>
1934 Reviewed by Jan Alonzo.
1936 https://bugs.webkit.org/show_bug.cgi?id=25415
1937 [GTK][ATK] Please implement support for get_text_at_offset
1939 Add new dependency on the Gail utils library, needed for our a11y
1945 2009-05-29 Gustavo Noronha Silva <gns@gnome.org>
1947 Reviewed by Jan Alonzo.
1949 Add a test-case for our HTTP backend, currently checking the
1950 ref-counting of the SoupMessage.
1954 2009-05-28 Dirk Schulze <krit@webkit.org>
1956 Reviewed by Nikolas Zimmermann.
1958 Enable the new build flag --filters for Gtk. More details in WebCore/ChangeLog.
1962 2009-05-19 Xan Lopez <xlopez@igalia.com>
1964 Reviewed by Jan Alonzo and Gustavo Noronha.
1966 https://bugs.webkit.org/show_bug.cgi?id=25415
1967 [GTK][ATK] Please implement support for get_text_at_offset
1969 Add new test file for ATK.
1973 2009-05-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1975 Rubber-stamped by Xan Lopez.
1977 Fix webkitgtk_cleanfiles to clean gtk-doc-related files in the
1978 correct directory, so that we pass make distcheck.
1982 2009-05-28 Xan Lopez <xlopez@igalia.com>
1984 Bump version numbers in preparation for 1.1.8 release.
1988 2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
1990 Unreviewed build fix. Add gstreamer-video-0.10 libs to
1991 GSTREAMER_LIBS to resolve an undefined reference to gst_video_get_size
1992 - symbol used in MediaPlayerPrivateGstreamer.
1996 2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
1998 Reviewed by Xan Lopez.
2000 [Gtk] Various autotools build refactoring and fixes
2001 https://bugs.webkit.org/show_bug.cgi?id=25286
2003 Refactor library LIBS. Move third-party libs in libwebkit instead
2008 2009-05-22 Antonio Gomes <antonio.gomes@openbossa.org>
2010 Reviewed by Gustavo Noronha.
2012 Make Gtk build not bail out if gtk-doc-tools is not installed.
2014 Warning message shown instead.
2018 2009-05-22 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2020 Reviewed by Xan Lopez.
2022 Add big warnings about the glib unicode backend being slow and
2023 incomplete, since it is a work in progress.
2025 * autotools/webkit.m4:
2028 2009-05-22 Dominik Röttsches <dominik.roettsches@access-company.com>
2030 Reviewed by Gustavo Noronha.
2032 https://bugs.webkit.org/show_bug.cgi?id=15914
2033 [GTK] Implement Unicode functionality using GLib
2035 Initial version of this patch by Jürg Billeter.
2037 Adding options for --with-unicode-backend=icu|glib
2038 and checking for pango version >= 1.21.0 if GLib backend
2039 is selected. Temporarily, until remaining parts of
2040 this patch are committed, introduce WTF_USE_GLIB_ICU_UNICODE_HYBRID
2041 macro to allow for a mixed compilation with WTF Unicode
2042 backend based on GLib while text codecs and TextBreakIterator
2043 remain ICU dependent.
2048 2009-05-18 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2050 Reviewed by Gavin Barraclough.
2052 Enable YARR, and disable WREC for GTK+.
2056 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
2058 Reviewed by Xan Lopez.
2060 [Gtk] Various autotools build refactoring and fixes
2061 https://bugs.webkit.org/show_bug.cgi?id=25286
2063 Add support for running unit tests. Also run the tests whenever
2064 the 'check' target runs.
2068 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
2070 Reviewed by Xan Lopez.
2072 [Gtk] Various autotools build refactoring and fixes
2073 https://bugs.webkit.org/show_bug.cgi?id=25286
2079 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
2081 Reviewed by Xan Lopez.
2083 [Gtk] Various autotools build refactoring and fixes
2084 https://bugs.webkit.org/show_bug.cgi?id=25286
2086 Add -no-install and -no-fast-install to programs and tests that we
2087 don't install. Also remove -O2 since this is already handled at
2092 2009-05-17 Jan Michael Alonzo <jmalonzo@webkit.org>
2094 Reviewed by Xan Lopez.
2096 [Gtk] Various autotools build refactoring and fixes
2097 https://bugs.webkit.org/show_bug.cgi?id=25286
2099 Refactor library cflags
2103 2009-05-15 Fridrich Strba <fridrich.strba@bluewin.ch>
2105 Reviewed by Jan Alonzo.
2107 Use AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM, since
2108 the JIT compiler is not a cross-compiler
2112 2009-05-13 Xan Lopez <xlopez@igalia.com>
2114 Unreviewed: bump versions in preparation for 1.1.7 release.
2118 2009-05-13 Xan Lopez <xlopez@igalia.com>
2120 Rubber-stamped by Gustavo Noronha.
2122 Revert commit r43563, since it breaks WebKitGTK+ when compiled
2127 2009-05-12 Jan Michael Alonzo <jmalonzo@webkit.org>
2129 Reviewed by Holger Freyther.
2131 [Gtk] Various autotools build refactoring and fixes
2132 https://bugs.webkit.org/show_bug.cgi?id=25286
2134 Refactor use of CFLAGS, CXXFLAGS, LIBADD and LDFLAGS.
2138 2009-05-09 Jan Michael Alonzo <jmalonzo@webkit.org>
2140 Reviewed by Gustavo Noronha.
2142 WebKit-r43163 won't build for gtk-directfb
2143 https://bugs.webkit.org/show_bug.cgi?id=25538
2145 Move the ENCHANT check out of the with_target conditional since it
2146 applies to all targets
2150 2009-05-09 Mike Hommey <glandium@debian.org>
2152 Reviewed by Geoffrey Garen. Landed by Jan Alonzo.
2154 Enable JIT on x86-64 gtk+
2155 https://bugs.webkit.org/show_bug.cgi?id=24724
2159 2009-05-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2161 Reviewed by Xan Lopez.
2163 Ship the gtk-doc.make file, so as to not depend on gtkdoc-tools.
2168 2009-05-06 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
2170 Reviewed by Simon Hausmann.
2172 Build QtWebKit as a framework on Mac
2174 This implies both debug and release build by default, unless
2175 one of the --debug or --release config options are passed to
2176 the build-webkit script.
2178 Frameworks can be disabled by passing CONFIG+=webkit_no_framework
2179 to the build-webkit script.
2181 To be able to build both debug and release targets in parallel
2182 we have to use separate output directories for the generated
2183 sources, which is not optimal, but required to avoid race conditions.
2185 An optimization would be to only require this spit-up on Mac.
2189 2009-04-30 Jan Michael Alonzo <jmalonzo@webkit.org>
2191 Unreviewed build GTK build fix
2193 * configure.ac: typo fix - javascript_debugger should be enable_javascript_debugger
2195 2009-04-30 Dimitri Glazkov <dglazkov@chromium.org>
2197 Unreviewed, build fix.
2199 https://bugs.webkit.org/show_bug.cgi?id=25470
2200 Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler.
2202 * configure.ac: Add autoconfig options, missed in the first commit.
2204 2009-04-28 Xan Lopez <xlopez@igalia.com>
2206 Unreviewed: bump versions in preparation for 1.1.6 release.
2210 2009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2212 Reviewed by Xan Lopez.
2214 [GTK] Error reporting
2215 https://bugs.webkit.org/show_bug.cgi?id=18344
2217 Add webkiterror to the build.
2221 2009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2223 Reviewed by Xan Lopez.
2225 [GTK] Error reporting
2226 https://bugs.webkit.org/show_bug.cgi?id=18344
2228 Add the default error page for installation.
2232 2009-04-24 Diego Escalante Urrelo <diegoe@gnome.org>
2234 Reviewed by Gustavo Noronha.
2236 https://bugs.webkit.org/show_bug.cgi?id=15616
2237 [GTK] Add spell checking
2239 Add enchant support for spell-checking-languages property to work
2245 2009-04-24 Simon Hausmann <simon.hausmann@nokia.com>
2247 Reviewed by Ariya Hidayat.
2249 Added support for generating API docs in the Qt build using "make docs"
2251 * WebKit.pro: Include docs.pri for "make docs" target.
2253 2009-04-14 Xan Lopez <xlopez@igalia.com>
2255 Unreviewed version bump in preparation for 1.1.5 release.
2259 2009-04-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2261 Rubber-stamped by Sam Weinig.
2263 Added rules to maintain the localization support. We cannot simply
2264 use whatever gettextize gives us because our build system is
2270 2009-04-05 Mike Hommey <glandium@debian.org>
2272 Reviewed by Holger Freyther.
2274 Filter out all C++ symbols
2275 https://bugs.webkit.org/show_bug.cgi?id=24960
2277 Considering the public API is all C, we can just filter out all
2278 C++ mangled symbols, which will avoid exporting symbols in some
2279 corner cases such as gcc bugs on specific architectures, etc.
2281 * autotools/symbols.filter:
2283 2009-04-03 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2285 Reviewed by Holger Freyther.
2287 Require GTK+ >= 2.10; 2.8 is already very old, and some very
2288 useful APIs are only available since 2.10.
2292 2009-04-01 Christian Dywan <christian@twotoasts.de>
2294 Reviewed by Holger Freyther.
2296 Unit test WebKitDownload
2297 http://bugs.webkit.org/show_bug.cgi?id=24844
2299 * GNUmakefile.am: Add a unit test for downloading.
2301 2009-04-01 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2303 Unreviewed build fix. Fix make distcheck, after the gtk-doc
2308 2009-03-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2310 Reviewed by Holger Freyther.
2312 Integrate gtk-doc into the Gtk+ buildsystem.
2317 2009-03-30 Xan Lopez <xlopez@igalia.com>
2319 Unreviewed: bump version to 1.1.4 for release.
2323 2009-03-21 Xan Lopez <xlopez@igalia.com>
2325 Reviewed by Holger Freyther.
2327 Require gnome-keyring 2.26.0, since we were depending on an
2328 unreleased trunk revision between 2.25.91 and 2.26.0.
2332 2009-03-20 Jan Michael Alonzo <jmalonzo@gmail.com>
2334 Reviewed by Holger Freyther.
2336 [GTK] Misc patches for WebKitWebHistoryItem
2337 https://bugs.webkit.org/show_bug.cgi?id=24493
2339 Added build support for build the WebKitWebHistoryItem unit test.
2343 2009-03-20 Jan Michael Alonzo <jmalonzo@gmail.com>
2345 Reviewed by Holger Freyther.
2347 Separate gtk unit tests
2348 https://bugs.webkit.org/show_bug.cgi?id=24039
2350 Build the unit tests accordingly.
2354 2009-03-17 Gustavo Noronha Silva <gns@gnome.org>
2356 Reviewed by Mark Rowe.
2358 Enable HTML5 media elements support by default in the GTK+ port.
2362 2009-03-17 Mike Hommey <glandium@debian.org>
2364 Reviewed by Holger Freyther.
2366 Do not export cti* symbols.
2367 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519924.
2369 * autotools/symbols.filter:
2371 2009-03-15 Xan Lopez <xlopez@igalia.com>
2373 Bump version to 1.1.3 for release and fix soversion
2374 calculation (oops). Thanks to Frederik Himpe for pointing this
2379 2009-03-15 Xan Lopez <xlopez@igalia.com>
2381 Bump version and libtool version for release.
2385 2009-03-14 Xan Lopez <xlopez@igalia.com>
2387 No review, build fix.
2389 Split clean rules to make distcheck pass.
2393 2009-03-13 Mark Rowe <mrowe@apple.com>
2395 Reviewed by Dan Bernstein.
2397 Remove rarely used Makefile targets from the Makefile.
2399 There are many situations in which the targets don't work as expected,
2400 and their primary use is addressed by having the build system default
2401 to building the appropriate architecture.
2405 2009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org>
2407 Reviewed by Holger Freyther.
2409 [Gtk] Fix make clean targets
2410 https://bugs.webkit.org/show_bug.cgi?id=24450
2412 Fix 'make' clean targets. We shouldn't be removing DerivedSources
2413 if it's only clean. Only remove it if it's distclean or
2414 maintainer-clean. Also remove build-related auxillary files on
2415 dist/maintainer clean.
2419 2009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org>
2421 Reviewed by Holger Freyther
2423 [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore
2424 https://bugs.webkit.org/show_bug.cgi?id=2260
2426 pangoft2 is also used in directfb builds so use it for all targets
2430 2009-03-02 Xan Lopez <xan@gnome.org>
2432 Reviewed by Mark Rowe.
2434 https://bugs.webkit.org/show_bug.cgi?id=24287
2435 [GTK] Move auth dialog feature to WebKit/
2437 Add WebKitSoupAuthDialog files to build.
2441 2009-03-03 Gustavo Noronha Silva <gns@gnome.org>
2443 Reviewed by Alexey Proskuryakov.
2445 https://bugs.webkit.org/show_bug.cgi?id=16826
2446 [Gtk] Implement WebKitDownload
2448 Adding new files related to WebKitDownload to the GTK+ port.
2452 2009-03-02 Gustavo Noronha Silva <gns@gnome.org>
2454 Unreviewed build fix; adding missing files to EXTRA_DIST, so that
2455 they show up in the tarball.
2459 2009-03-01 Christian Dywan <christian@twotoasts.de>
2461 * configure.ac: Bump GTK port version to 1.1.1.
2463 2009-02-27 Gustavo Noronha Silva <gns@gnome.org>
2465 Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list
2466 file to EXTRA_DIST to fix make dist.
2470 2009-02-26 Xan Lopez <xan@gnome.org>
2472 Reviewed by Holger Freyther.
2474 https://bugs.webkit.org/show_bug.cgi?id=16947
2475 [GTK] Missing HTTP Auth challenge
2477 Add HTTP authentication dialog with optional GNOME Keyring
2483 2009-02-26 Xan Lopez <xan@gnome.org>
2485 Reviewed by Holger Freyther.
2487 https://bugs.webkit.org/show_bug.cgi?id=16947
2488 [GTK] Missing HTTP Auth challenge
2490 Take marshallers to be built from a manually maintained list
2491 instead of grepping the sources.
2493 It's much faster, especially so now that we want to add
2494 marshallers from WebCore too. A system to only take into account
2495 the modified files when generating the marshallers from sources
2496 could be hacked, but I think it's overkill considering how rarely
2497 a new marshaller is added.
2501 2009-02-24 Jan Michael Alonzo <jmalonzo@webkit.org>
2503 Reviewed by Alexey Proskuryakov.
2505 [Gtk] add options for 3D transforms and HTML5 channel messaging to the build
2506 https://bugs.webkit.org/show_bug.cgi?id=24072
2508 Add options for toggling 3D transforms and HTML5 channel messaging
2511 Also fix the web-workers option. It should be web-workers and not workers.
2515 2009-02-23 Xan Lopez <xan@gnome.org>
2517 Reviewed by Alexey Proskuryakov.
2519 https://bugs.webkit.org/show_bug.cgi?id=22624
2520 [SOUP][GTK] Need API to get SoupSession from WebKit.
2522 Remove CURL support, the only supported HTTP backend is SOUP now.
2527 2009-02-19 Christian Dywan <christian@twotoasts.de>
2529 Rubber-stamped by Holger Freyther.
2531 http://bugs.webkit.org/show_bug.cgi?id=22811
2532 Underlinking in Programs_UnitTests (GTK+ build)
2534 * GNUmakefile.am: Add GLIB_LIBS to unit test library flags.
2536 2009-02-18 Gustavo Noronha Silva <gns@gnome.org>
2538 Reviewed by Holger Freyther.
2540 Fix symbols.filter location, and add other missing files to the
2541 autotools build, so that make dist works.
2545 2009-02-17 Gustavo Noronha Silva <gns@gnome.org>
2547 Reviewed by Alexey Proskuryakov.
2549 https://bugs.webkit.org/show_bug.cgi?id=23939
2550 Release build being built with debugging symbols
2552 * configure.ac: Revert change done in revision 40790, since we
2553 already have a AC_PROG_CXX macro call as part of WEBKIT_INIT
2555 2009-02-12 Gustavo Noronha Silva <gns@gnome.org>
2557 Reviewed by Eric Seidel.
2559 * configure.ac: Make soup the default HTTP backend for the Gtk port.
2561 2009-02-09 Calvin Walton <calvin.walton@gmail.com>
2563 Reviewed by Holger Freyther.
2565 https://bugs.webkit.org/show_bug.cgi?id=23823
2567 [Gtk] Fix build with recent autotools
2569 Current versions of automake/libtool don't assume you want C++ enabled
2570 by default any more, so explicitly check for a C++ compiler.
2572 * configure.ac: Add AC_PROG_CXX macro
2574 2009-02-02 Christian Dywan <christian@twotoasts.de>
2576 Rubber-stamped by Holger Freyther.
2578 Don't require Geolocation by default.
2582 2009-01-30 Jan Michael Alonzo <jmalonzo@webkit.org>
2584 Reviewed by Nikolas Zimmermann.
2586 [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits
2587 https://bugs.webkit.org/show_bug.cgi?id=22136
2590 * acinclude.m4: Removed.
2592 * autotools/acinclude.m4: Added.
2593 * autotools/dolt.m4: Added.
2594 * autotools/symbols.filter: Renamed from symbols.filter.
2595 * autotools/webkit.m4: Added.
2598 2009-01-30 Holger Hans Peter Freyther <zecke@selfish.org>
2600 Reviewed by Nikolas Zimmermann.
2602 [GTK] Implement GeolocationService using the Geoclue library
2604 https://bugs.webkit.org/show_bug.cgi?id=22022
2606 Untested implementation of the GeolocationService using the geoclue
2607 library. Velocity handling is completely missing and the accuracy
2608 handling might be wrong.
2613 2009-01-11 Xan Lopez <xan@gnome.org>
2615 Reviewed by Holger Freyther.
2617 Bump version to 1.1.0 since we are breaking ABI and adding new
2622 2008-12-19 Marco Barisione <marco.barisione@collabora.co.uk>
2624 Reviewed by Holger Freyther.
2626 http://bugs.webkit.org/show_bug.cgi?id=16562
2627 [gtk] Implement WebPolicyDelegate methods
2629 Original work by Pierre-Luc Beaudoin. Final touches by Gustavo
2632 This implements the delegates methods of WebPolicyDelegate.
2633 Since Gtk+/C doesn't have delegate methods, they are replaced with
2636 A new object WebKitWebPolicyDecision allows the browser to delay its
2637 response in certain cases. WebKitWebNavigationAction contains the
2638 information about what caused a navigation request.
2640 * GNUmakefile.am: Add new files
2642 2008-12-19 Gustavo Noronha Silva <gns@gnome.org>
2644 Reviewed by Holger Freyther.
2646 Use ustar tar format for WebKit/GTK+'s make dist target, so that
2647 storing files whose filenames are > 99 is possible.
2651 2008-12-19 Holger Hans Peter Freyther <zecke@selfish.org>
2653 [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST
2655 Fix the jit compilation on i*686 on Linux by using the va_list
2656 to pass arguments to the CTI. This is done on the MAC as well
2657 and sunspider and javascriptcore seem to work with that.
2661 2008-12-18 Pamela Greene <pam@chromium.org>
2663 Submitted without review.
2664 Right, remove the whole misplaced directory, not just the tests.
2667 * fast/dom: Removed.
2669 2008-12-18 Pamela Greene <pam@chromium.org>
2671 Submitted without review.
2672 Moving layout test into LayoutTests where it belongs.
2674 * fast/dom/setter-type-enforcement-expected.txt: Removed.
2675 * fast/dom/setter-type-enforcement.html: Removed.
2677 2008-12-15 Daniel Macks <dmacks@netspace.org>
2679 Reviewed by Darin Adler.
2681 Default to use external libicu-config if avail on all platforms.
2682 https://bugs.webkit.org/show_bug.cgi?id=22713
2686 2008-12-12 Holger Hans Peter Freyther <zecke@selfish.org>
2688 Back out r39222 as this is breaking the build on Gentoo (aclocal-1.10)
2690 The m4 directory does not exist and we now have a compile issue on
2696 2008-12-11 Daniel Macks <dmacks@netspace.org>
2698 Reviewed by Darin Adler.
2700 https://bugs.webkit.org/show_bug.cgi?id=22714
2702 Put libtool macro files in subdir that it wants.
2707 2008-12-07 Holger Hans Peter Freyther <zecke@selfish.org>
2709 Reviewed by Eric Seidel.
2711 [Gtk+] Use glib's unit test facilities to test the WebKit/Gtk+ API
2713 https://bugs.webkit.org/show_bug.cgi?id=22491
2715 Add the skeleton to WebKit/gtk/tests and integrate that into the
2716 buildsystem. Testing support was added in glib 2.16. For versions
2717 using glib < 2.16 we compile an empty application.
2721 2008-12-07 Holger Hans Peter Freyther <zecke@selfish.org>
2723 Reviewed by Cameron Zwarich.
2725 [GTK] Define ENABLE_JIT_OPTIMIZE_CALL, ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS, ENABLE_JIT_OPTIMIZE_ARITHMETIC
2727 When building the jit on i*86 also enable the above optimizations.
2731 2008-12-03 Simon Hausmann <hausmann@webkit.org>
2733 Reviewed by Tor Arne Vestbø.
2735 Fix the build of WebKit inside Qt by making sure that qmake generators
2736 that do not produce generated sources (i.e. cpp files) are not
2737 included in SOURCES.
2741 2008-12-02 Simon Hausmann <hausmann@webkit.org>
2743 Reviewed by Tor Arne Vestbø.
2745 Removed JavaScriptCore from SUBDIRS as it's not built separately
2750 2008-11-28 Gustavo Noronha Silva <gns@gnome.org>
2752 Reviewed and slightly modified by Holger Freyther.
2754 https://bugs.webkit.org/show_bug.cgi?id=19130
2756 Added the new WebKitGtk files to be built:
2757 WebKit/gtk/webkit/webkitwebwindowfeatures.{cpp,h}
2761 2008-11-26 Kalle Vahlman <kalle.vahlman@movial.com>
2763 Reviewed by Darin Adler. Landed by Jan Alonzo.
2765 Bison versions under 2.2 produce crashing CSSGrammar code for ARM
2766 https://bugs.webkit.org/show_bug.cgi?id=22456
2768 Check for bison version 2.2 or greater on ARM. Earlier versions produce
2769 code that crashes on ARM devices.
2773 2008-11-25 Holger Hans Peter Freyther <zecke@selfish.org>
2775 Reviewed by David Kilzer.
2777 https://bugs.webkit.org/show_bug.cgi?id=22022
2779 Add Geolocation support to the configure.ac
2781 Add an option to build WebKit/Gtk+ with Geolocation. The
2782 implementation will be using Gypsy.
2786 2008-11-24 Holger Hans Peter Freyther <zecke@selfish.org>
2788 Reviewed by Mark Rowe.
2790 [Gtk+] Add configure option to enable Web Workers and enable it by default
2792 Add --enable-workers to the buildsystem (used by build-webkit) add
2793 the to be build files to the GNUmakefile.am and change build-webkit
2794 to enable Web Workers by default.
2798 2008-09-09 Joerg Bornemann <joerg.bornemann@trolltech.com>
2800 Reviewed by Simon Hausmann.
2802 Steps towards making the Qt port of WebKit compile on Windows CE
2804 https://bugs.webkit.org/show_bug.cgi?id=20746
2806 * WebKit.pro: don't build DumpRenderTree on all Win32 platforms
2808 2008-11-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2810 Reviewed by George Staikos.
2812 Add WML build support for Gtk as well.
2816 2008-11-16 Geoffrey Garen <ggaren@apple.com>
2820 Try to fix gtk build.
2824 2008-11-10 Tor Arne Vestbø <tavestbo@trolltech.com>
2826 Rubber-stamped by Simon Hausmann.
2828 Distinguish between building from trunk and as part of Qt
2832 2008-11-10 Morten Sørvig <msorvig@trolltech.com>
2834 Reviewed by Simon Hausmann.
2836 Make tests/auto/qwebframe compile on Qt/Mac.
2838 * WebKit.pri: Fix linkage against QtWebKit when compiled as framework.
2840 2008-11-06 Cameron Zwarich <zwarich@apple.com>
2844 Speculatively fix the GTK build.
2848 2008-11-06 Alp Toker <alp@nuanti.com>
2850 GTK build fix for r38155. create_hash_table was moved out of kjs/
2854 2008-11-06 Cameron Zwarich <zwarich@apple.com>
2856 Rubber-stamped by Sam Weinig.
2858 Correct the reference to jsc.pro in WebKit.pro to match its new
2859 location in the root directory of JavaScriptCore.
2863 2008-11-03 Alp Toker <alp@nuanti.com>
2865 autotools distcleancheck fix. Add dolt-generated files and
2866 webkitenumtypes.h to the list of files that need to be cleaned.
2871 2008-11-03 Alp Toker <alp@nuanti.com>
2873 Rubber-stamped by Holger Freyther.
2875 Do not enable RTTI or exceptions in debug builds, matching release
2876 builds. They don't help much with debugging and significantly slow
2877 down and increase the size of the debug build.
2881 2008-11-03 Alp Toker <alp@nuanti.com>
2883 Rubber-stamped by Holger Freyther.
2885 Add mingw32 case to dolt for faster GTK+ Windows builds.
2889 2008-11-02 Xan Lopez <xan@gnome.org>
2891 Reviewed by Holger Freyther
2893 https://bugs.webkit.org/show_bug.cgi?id=22009
2894 HTML5 Video with GStreamer pulls gnome-vfs without using it.
2897 Remove gnome-vfs from configure.ac, it's unused.
2899 2008-10-30 Alp Toker <alp@nuanti.com>
2901 https://bugs.webkit.org/show_bug.cgi?id=19395
2902 doltlibtool bug with bash 3.0
2904 autotools dolt build fix for bash version 3.0 and older. Remove
2905 concatenation syntax from doltlibtool to support the older versions
2906 which don't have '+='.
2910 2008-10-30 Alp Toker <alp@nuanti.com>
2912 Rubber-stamped by Oliver Hunt.
2914 autotools build system change to enable JIT features by default. Can
2915 be disabled with --disable-jit (and is disabled automatically on
2916 unsupported platforms).
2920 2008-10-30 Alp Toker <alp@nuanti.com>
2922 Bump WebKit GTK+ version to 1.0.3.
2926 2008-10-29 Gustavo Noronha Silva <gns@gnome.org>
2928 Reviewed by Holger Freyther.
2930 Added all the files that need to be installed for the Inspector to
2933 2008-10-29 Mike Hommey <glandium@debian.org>
2935 Reviewed by Holger Freyther.
2937 https://bugs.webkit.org/show_bug.cgi?id=21884
2938 Test presence and link against libpng.
2943 2008-10-29 Jan Michael Alonzo <jmalonzo@webkit.org>
2945 Reviewed by Holger Freyther.
2947 Add --enable-optimizations to enable optimized builds. The default
2948 is to enable it for release builds, and disabled for debug builds.
2949 This option will allow builders to have a debug as well as
2955 2008-10-28 Mike Hommey <glandium@debian.org>
2957 Reviewed by Alp Toker.
2959 https://bugs.webkit.org/show_bug.cgi?id=21885
2960 [GTK] libwebkit doesn't link against libpangoft2
2962 Add pkg-config check for pangoft2 which provides
2963 pango_fc_font_description_from_pattern() used in the FreeType font
2968 2008-10-28 Alp Toker <alp@nuanti.com>
2970 Include copyright license files in the autotools dist target.
2972 Change suggested by Mike Hommey.
2976 2008-10-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2978 Gtk build fix: add '-' to Wl which was missed in r36845
2982 2008-10-22 Alp Toker <alp@nuanti.com>
2984 Fix build for Cairo 1.2.
2988 2008-10-20 Alp Toker <alp@nuanti.com>
2990 Partial GTK+/Win32 build fix. Lowercase library name to enable linking
2991 when cross-compiling Windows binaries from Linux: -lWs2_32 -> -lws2_32
2995 2008-10-13 Alp Toker <alp@nuanti.com>
2997 GTK+ build fix: Ensure correct builds when debugging is
2998 enabled/disabled by defining NDEBUG in autotoolsconfig.h as needed.
2999 It's still passed as a compiler flag since some sources (DRT) don't
3004 2008-10-09 Alp Toker <alp@nuanti.com>
3006 Reviewed by Mark Rowe.
3008 https://bugs.webkit.org/show_bug.cgi?id=20760
3009 Implement support for x86 Linux in CTI
3011 Prepare to enable CTI/WREC on supported architectures. Will be
3012 switched on when the crasher introduced in r37386 is resolved.
3016 2008-10-07 Alp Toker <alp@nuanti.com>
3018 GTK+ build fix for older automake versions (1.7). Discussed in bug
3023 2008-10-07 Alp Toker <alp@nuanti.com>
3025 Reviewed by Mark Rowe.
3027 https://bugs.webkit.org/show_bug.cgi?id=21392
3028 [GTK] Auto-generate JS DOM binding sources list
3030 Remove the huge lists of generated DOM binding sources and headers in
3031 the build system. These are difficult to maintain and can be derived
3034 The new strategy is to re-use the existing lists of IDL sources (which
3035 are needed for dist support anyway). This will also ease the addition
3036 of new language bindings.
3040 2008-09-27 Jan Michael Alonzo <jmalonzo@webkit.org>
3042 Reviewed by Holger Freyther.
3044 https://bugs.webkit.org/show_bug.cgi?id=20287
3045 [Gtk] disable plugins for gtk/directfb target
3047 Introduce WTF_PLATFORM_X11 for X11 builds.
3048 Also use target-specific packages when building the port
3050 * configure.ac: Do not check for cairo-ft for directfb builds.
3052 2008-09-27 Marco Barisione <marco.barisione@collabora.co.uk>
3054 Reviewed by Holger Freyther.
3056 http://bugs.webkit.org/show_bug.cgi?id=21174
3057 [GTK][AUTOTOOLS] Enable large file support at configure time
3059 * configure.ac: Enable large file support with AC_SYS_LARGEFILE.
3061 2008-09-23 Richard Hult <richard@imendio.com>
3063 Reviewed by Alp Toker. Landed by Jan Alonzo.
3065 http://bugs.webkit.org/show_bug.cgi?id=20582
3066 [Gtk] Link error on Mac OS X
3068 * GNUmakefile.am: Only use the -version-script flag for the gnu
3070 * configure.ac: Check for GNU OSes.
3072 2008-09-19 Alp Toker <alp@nuanti.com>
3074 Build fix for the 'gold' linker and recent binutils. New behaviour
3075 requires that we link to used libraries explicitly.
3080 2008-09-04 Marco Barisione <marco.barisione@collabora.co.uk>
3082 Reviewed by Eric Seidel.
3084 http://bugs.webkit.org/show_bug.cgi?id=20380
3085 [GTK][AUTOTOOLS] Include autotoolsconfig.h from config.h
3087 * configure.ac: Rename the configuration header from aconfig.h to autotoolsconfig.h.
3089 2008-08-28 Alp Toker <alp@nuanti.com>
3091 GTK+ dist/build fix. List newly added header files.
3095 2008-08-27 Mike Hommey <glandium@debian.org>
3100 * symbols.filter: Added.
3102 2008-08-10 Jan Michael Alonzo <jmalonzo@webkit.org>
3104 Reviewed (and updated) by Alp Toker.
3106 https://bugs.webkit.org/show_bug.cgi?id=16620
3107 [GTK] Autotools make dist and make check support
3109 Get make dist working.
3111 Note that not all possible configurations have been tested yet.
3115 2008-08-09 Marco Barisione <marco.barisione@collabora.co.uk>
3117 Reviewed by Alp Toker.
3119 http://bugs.webkit.org/show_bug.cgi?id=19045
3120 [gtk] ./configure doesn't check for x toolkit availability
3122 Some old versions of Xt do not provide xt.pc, in this case use
3123 AC_CHECK_LIB to check if the library is installed and then fall back
3128 2008-08-09 Alp Toker <alp@nuanti.com>
3132 Back out r20338 libxslt check (conditional check already exists and
3133 this broke the build).
3135 Make the flex version check a warning rather than fatal to fix the
3140 2008-08-08 Jan Michael Alonzo <jmalonzo@webkit.org>
3142 Reviewed by Mark Rowe.
3144 http://bugs.webkit.org/show_bug.cgi?id=20338
3145 [Gtk] Autotools should check for libxslt
3147 Autotools check for libxslt
3151 2008-08-07 Kalle Vahlman <zuh@iki.fi>
3153 Reviewed by David Kilzer.
3155 Check for correct flex version to avoid faulty builds
3157 A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it
3158 https://bugs.webkit.org/show_bug.cgi?id=20253
3160 acinclude.m4: Import AX_COMPARE_VERSION macro
3161 configure.ac: Check for flex version
3166 2008-08-07 Simon Hausmann <hausmann@webkit.org>
3168 Rubber-stamped by Lars.
3170 Added API tests for QWebPage/QWebFrame based on QTestLib.
3172 * WebKit.pro: Add WebKit/qt/tests to the build.
3174 2008-08-06 Marco Barisione <marco.barisione@collabora.co.uk>
3176 Reviewed by Eric Seidel.
3178 http://bugs.webkit.org/show_bug.cgi?id=20276
3179 [GTK] Makefile rules for the enum GTypes files depend on Makefile
3180 instead of GNUmakefile
3182 The patch committed in revision 34649 added the code needed to
3183 generate GTypes for enums but the makefile rules for
3184 stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on
3185 Makefile (used by other ports) instead of GNUmakefile.
3187 * GNUmakefile.am: Depend on GNUmakefile instead of Makefile.
3189 2008-08-05 Marco Barisione <marco.barisione@collabora.co.uk>
3191 Reviewed by Alp Toker.
3193 http://bugs.webkit.org/show_bug.cgi?id=19045
3194 [gtk] ./configure doesn't check for x toolkit availability
3196 Check for the .pc file for Xt instead of hard coding -lXt in the
3199 Thanks to Dominik Röttsches for the initial patch.
3204 2008-07-30 Marco Barisione <marco.barisione@collabora.co.uk>
3208 http://bugs.webkit.org/show_bug.cgi?id=19742
3209 [GTK] Auto generate webkitmarshal.list
3211 Auto generate webkitmarshal.list from source files to reduce the
3212 number of conflicts when merging git branches or when applying
3214 Also rename webkit-marshal.* to webkitmarshal.* for consistency.
3218 2008-07-25 Jan Michael Alonzo <jmalonzo@webkit.org>
3220 Reviewed by Mark Rowe.
3222 Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee.
3224 [Gtk] Improve detection jpeglib
3225 https://bugs.webkit.org/show_bug.cgi?id=17865
3230 2008-07-25 Simon Hausmann <hausmann@webkit.org>
3232 Discussed with and rubber-stamped by Lars.
3234 Fix the build system for the Qt port.
3236 Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the
3237 include search path. With a build process that combines JavaScriptCore and
3238 WebCore in one build process/Makefile the existance of
3239 JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts.
3241 This commit solves this by introducing a separate build of JavaScriptCore into
3244 As a result of the split-up a race-condition due to broken dependencies of
3245 regular source files to header files of generated sources showed up very
3246 frequently when doing parallel builds (which the buildbot does). This commit at
3247 the same time tries to address the dependency problem by making the
3248 addExtraCompiler() function also generate a pseudo extra compiler that
3249 represents the header file output, so that qmake is aware of the creation of
3250 the header file for dependency calculation.
3252 At the same time I removed a lot of cruft from the pro files to ease maintenance.
3257 2008-06-18 Marco Barisione <marco.barisione@collabora.co.uk>
3259 Reviewed by Alp Toker.
3261 https://bugs.webkit.org/show_bug.cgi?id=19171
3262 [GTK] GTypes for enumerations
3264 Generate GTypes for public enumerations so they can be used as
3267 * GNUmakefile.am: Generate webkit-enum-types.cpp and
3268 webkit-enum-types.h.
3270 2008-06-16 Simon Hausmann <hausmann@webkit.org>
3272 Fix the Qt build. testkjs.pro is now called jsc.pro.
3276 2008-06-15 Alp Toker <alp@nuanti.com>
3278 Rubber-stamped by Maciej.
3280 Install 'jsc' application by default.
3284 2008-06-08 Alp Toker <alp@nuanti.com>
3286 autotools/GTK+ build system cleanup. Don't include WebKit API in the
3287 WebCore build as it's no longer needed since r34426.
3291 2008-06-08 Alp Toker <alp@nuanti.com>
3293 Rubber-stamped by Mark Rowe.
3295 Bring back -fstrict-aliasing for JavaScriptCore which was removed in
3296 r31821, since aliasing issues have now been fixed.
3298 Use -O3, not -O2 for the JavaScriptCore build.
3303 2008-06-05 Christian Dywan <christian@twotoasts.de>
3305 Reviewed by Alp Toker.
3307 https://bugs.webkit.org/show_bug.cgi?id=14141
3308 Please add a version to the Gtk port
3312 2008-06-02 Alp Toker <alp@nuanti.com>
3314 GTK+/autotools Windows build system fixes.
3319 2008-06-02 Jan Michael Alonzo <jmalonzo@webkit.org>
3321 Reviewed by Alp Toker.
3323 Build WebCore GTK+ sources as part of WebCore, not WebKit.
3324 Split common and GTK+-specific sources into separate file lists.
3328 2008-06-01 Josh Triplett <josh@freedesktop.org>
3330 Reviewed by Alp Toker.
3332 http://bugs.webkit.org/show_bug.cgi?id=16891
3333 [GTK] autotools build is slow
3335 Add dolt revision 5e9eef10 to the autotools build system. Speeds up
3336 the build, often by a factor of two or more on supported platforms,
3337 otherwise falls back to libtool.
3339 See http://dolt.freedesktop.org for details.
3341 * acinclude.m4: Added.
3344 2008-05-25 Jan Michael Alonzo <jmalonzo@webkit.org>
3346 Reviewed by Alp Toker.
3348 http://bugs.webkit.org/show_bug.cgi?id=19142
3349 [Gtk] Remove build options --svg-experimental and --cross-document-messaging
3353 2008-05-24 Alp Toker <alp@nuanti.com>
3355 GTK+/Win32 build fixes. Link against Windows ICU without using
3356 icu-config since it's not available on that platform.
3358 Link against Ws2_32 when the curl http backend is chosen since we
3359 use select() directly.
3363 2008-05-23 Alp Toker <alp@nuanti.com>
3365 GTK+ fixes for building without database support.
3369 2008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org>
3371 Reviewed by Alp Toker.
3373 Fix for previous autotools change.
3377 2008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org>
3381 http://bugs.webkit.org/show_bug.cgi?id=18483
3382 [Gtk] Autotools should match build-webkit default flags
3386 2008-05-19 Alp Toker <alp@nuanti.com>
3388 GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when
3389 the Pango font backend is selected.
3394 2008-05-16 Julien Chaffraix <jchaffraix@webkit.org>
3398 Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated
3400 * configure.ac: Add HTML_FLAGS and set it when video is enabled.
3402 2008-05-15 Ariya Hidayat <ariya.hidayat@trolltech.com>
3406 Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files
3412 2008-05-09 Anders Carlsson <andersca@apple.com>
3420 2008-05-09 Simon Hausmann <hausmann@webkit.org>
3424 Removed explicit linkage against libxml and libxslt on Qt/Mac builds.
3426 This dependency is completely unnecessary here and creates only problems by
3427 propagating through WebCore.pro over libQtWebKit.prl right now customer
3433 2008-05-02 Anders Carlsson <andersca@apple.com>
3437 Add an "x86_64" make rule.
3441 2008-05-02 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3445 https://bugs.webkit.org/show_bug.cgi?id=18811
3446 Enable dashboard and offline web apps in autotools
3450 2008-05-01 Marc Ordinas i Llopis <marc.ordinasillopis@collabora.co.uk>
3452 Reviewed by Alp Toker.
3454 https://bugs.webkit.org/show_bug.cgi?id=14750
3455 Added support for NPAPI plugins on Gtk and Qt-x11 ports.
3457 * GNUmakefile.am: Added Xt library.
3459 2008-04-29 David Kilzer <ddkilzer@apple.com>
3461 BUILD FIX for ENABLE(DASHBOARD_SUPPORT)
3463 * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT.
3465 2008-04-22 Alp Toker <alp@nuanti.com>
3467 GTK+ debug build fix for changes in r32257.
3471 2008-04-18 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3473 Reviewed by Alp Toker.
3475 http://bugs.webkit.org/show_bug.cgi?id=16620
3476 [GTK] Autotools make dist and make check support
3482 2008-04-11 Mark Rowe <mrowe@apple.com>
3484 Rubber-stamped by Antti Koivisto.
3486 * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show.
3488 2008-04-17 Alp Toker <alp@atoker.com>
3490 GTK+ build fix. Back out the libjpeg check part of r32008 from bug
3495 2008-04-17 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3497 Reviewed by Alp Toker.
3499 http://bugs.webkit.org/show_bug.cgi?id=17865
3500 [Gtk] Improve detection of jpeglib and glib tools
3502 Improve detecting jpeglib and glib tools
3504 * configure.ac: Throw an error if the dependencies above are
3505 currently not installed
3507 2008-04-14 Xan Lopez <xan@gnome.org>
3509 Reviewed by Alp Toker.
3511 http://bugs.webkit.org/show_bug.cgi?id=17917
3512 Bug 17917: Cookie support for HTTP soup backend
3514 Bumped the libsoup required version to 2.23 for cookie support.
3518 2008-04-11 Mark Rowe <mrowe@apple.com>
3520 Rubber-stamped by Anders Carlsson.
3522 Fix https://bugs.webkit.org/show_bug.cgi?id=18430
3523 Bug 18430: SIGSEGV on amd64 when built with gcc 4.3
3525 GCC 4.3 generates bad code in some instances when working with our HashTables
3526 as some of the HashTable code violates the strict aliasing requirements. Since
3527 GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until
3528 the code can be fixed to be safe with strict aliasing enabled, we will disable
3533 2008-03-12 Michael Emmel <mike.emmel@gmail.com>
3535 Reviewed by Alp Toker.
3537 http://bugs.webkit.org/show_bug.cgi?id=18397
3538 Fix leaving spaces before parens in functions
3540 * WebKitTools/Scripts/wkstyle:
3542 2008-04-07 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3544 Build fix, rubber-stamped and landed by ap.
3546 * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support.
3548 2008-03-21 Rodney Dawes <dobey@wayofthemonkey.com>
3552 Remove the JSCore include path options from global_cppflags.
3553 Place JSCore include path options in javascriptcore_cppflags.
3554 Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS.
3558 2008-03-20 Jasper Bryant-Greene <jasper@unix.geek.nz>
3562 Resolves http://bugs.webkit.org/show_bug.cgi?id=16092
3563 "[GTK] Middle-mouse click should allow opening a URL in a new tab"
3565 Added WebKitNavigationAction object to GTK API
3569 2008-03-12 Xan Lopez <xan@gnome.org>
3571 Reviewed by Alp Toker.
3573 http://bugs.webkit.org/show_bug.cgi?id=15229
3575 Add optional font backend support with freetype and pango
3576 backends. Default is freetype for now.
3578 Original patch by Sven Herzberg <sven@imendio.com>
3582 2008-03-11 Xan Lopez <xan@gnome.org>
3584 Reviewed by Alp Toker.
3586 http://bugs.webkit.org/show_bug.cgi?id=16476
3588 Add support for multiple http backends, and add soup backend (off by default).
3593 2008-03-07 Simon Hausmann <hausmann@webkit.org>
3595 Reviewed by Darin Adler.
3599 Added plugins subdirectory to the include path.
3603 2008-03-09 Alp Toker <alp@atoker.com>
3605 GTK+ build fix for r30913.
3607 Use UNICODE_CFLAGS for C++ sources as well as C sources.
3611 2008-03-09 Jörg Billeter <j@bitron.ch>
3613 Reviewed by Alp Toker.
3615 Conditionalise ICU for Unicode in the GTK+ port.
3620 2008-03-03 Brent Fulgham <bfulgham@gmail.com>
3622 Reviewed by Alp Toker.
3624 http://bugs.webkit.org/show_bug.cgi?id=17644
3625 Build GTK on Mac OS X using native ICU library
3627 Use Apple native ICU libraries when building GTK
3632 2008-03-02 Brent Fulgham <bfulgham@gmail.com>
3634 Reviewed by Alp Toker.
3636 Add ICU_CPPFLAGS earlier in include path for WebCore
3637 so that we find $(icu_cppflags)/unicode/utf8.h, rather than
3638 the wtf/unicode/UTF8.h on case-insensitive file systems.
3642 2008-03-02 Alp Toker <alp@atoker.com>
3644 Reviewed by Mark Rowe.
3646 Split the WebKit GTK+ build out of the WebCore build and change the
3647 shared object name to match the package name.
3651 2008-02-28 Alp Toker <alp@atoker.com>
3653 Fix a configure script typo spotted by Kalle Vahlman.
3657 2008-02-26 Timothy Hatcher <timothy@apple.com>
3659 Reviewed by Darin Adler.
3661 Add "64" and "64u" make rules to allow easy building of 64-bit versions.
3663 make 64: will build Intel-only 64-bit.
3664 make 64u: will build 4-way universal for PPC and Intel.
3669 2008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3671 Rubber stamped by Darin Adler.
3673 Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
3674 whitespaces introduced in the previous commit.
3678 2008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3680 Rubber-stamped by Darin Adler.
3682 * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES.
3683 * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS.
3685 2008-02-21 Alp Toker <alp@atoker.com>
3687 Fix a configure script typo.
3691 2008-02-21 Alp Toker <alp@atoker.com>
3693 GTK+/autotools SVG experimental build fix
3695 Don't enable SVG filters in --enable-svg-experimental.
3697 This feature isn't supported at all yet. Developers can enable it
3698 explicitly by passing --enable-svg-filters if needed.
3702 2008-02-21 Mike Auty <mike.auty@gmail.com>
3704 Reviewed by Alp Toker.
3706 http://bugs.webkit.org/show_bug.cgi?id=17445
3707 [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed"
3709 The GNUmakefile.am files make use of the LDFLAGS variable to include library
3710 additions such as -ljpeg etc. Unfortunately, if these inclusions aren't made
3711 in LIBADD/LDADD variables, then they are mis-ordered during the linking.
3713 The as-needed flag discards libraries whose functions have not been needed by
3714 earlier libraries, which therefore makes the ordering important.
3716 This moves all -l library inclusion statements from LDFLAGS variables to
3717 LIBADD/LDADD variables.
3721 2008-02-15 Alp Toker <alp@atoker.com>
3725 GTK+ configure script cleanups
3727 Categorize the configuration summary printout.
3728 Bump GTK+ requirement to 2.8.
3729 Rename 'webkit_target' to just 'target'.
3730 Don't check for pthread on Win32.
3734 2008-02-14 Adam Roben <aroben@apple.com>
3736 Turn on cross-document messaging support by default
3738 Reviewed by Darin Adler.
3742 2008-02-14 Adam Roben <aroben@apple.com>
3744 Conditionalize cross-document messaging support
3746 The cross-document messaging parts of HTML 5 are in flux and we want
3747 ports to be able to turn off the support as needed.
3749 Note that the support is turned off by default right now. A subsequent
3750 commit will turn it on by default.
3752 Reviewed by Darin Adler.
3756 2008-02-12 Rodney Dawes <dobey@wayofthemonkey.com>
3758 Reviewed by Alp Toker.
3760 Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES
3761 to the CPPFLAGS for WebCore and WebKit
3762 Add a pkgconfig check for hildon-1 when --with-hildon specified
3763 Output the use of Hildon support in the summary
3764 Add HILDON_CPPFLAGS to webkitgtk_cppflags
3765 Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS
3766 Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS
3771 2008-02-08 Alp Toker <alp@atoker.com>
3773 Rubber-stamped by Maciej.
3775 Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4.
3779 2008-02-06 Timothy Hatcher <timothy@apple.com>
3781 Rubber-stamped by Mark Rowe.
3783 Dump of bugs.webkit.org's Bugzilla instance.
3786 * BugsSite/.htaccess: Added.
3787 * BugsSite/Bugzilla: Added.
3788 * BugsSite/Bugzilla.pm: Added.
3789 * BugsSite/Bugzilla/.cvsignore: Added.
3790 * BugsSite/Bugzilla/.htaccess: Added.
3791 * BugsSite/Bugzilla/Attachment.pm: Added.
3792 * BugsSite/Bugzilla/Auth: Added.
3793 * BugsSite/Bugzilla/Auth.pm: Added.
3794 * BugsSite/Bugzilla/Auth/Login: Added.
3795 * BugsSite/Bugzilla/Auth/Login/WWW: Added.
3796 * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added.
3797 * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added.
3798 * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added.
3799 * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added.
3800 * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added.
3801 * BugsSite/Bugzilla/Auth/README: Added.
3802 * BugsSite/Bugzilla/Auth/Verify: Added.
3803 * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added.
3804 * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added.
3805 * BugsSite/Bugzilla/Bug.pm: Added.
3806 * BugsSite/Bugzilla/BugMail.pm: Added.
3807 * BugsSite/Bugzilla/CGI.pm: Added.
3808 * BugsSite/Bugzilla/Chart.pm: Added.
3809 * BugsSite/Bugzilla/Config.pm: Added.
3810 * BugsSite/Bugzilla/Constants.pm: Added.
3811 * BugsSite/Bugzilla/DB: Added.
3812 * BugsSite/Bugzilla/DB.pm: Added.
3813 * BugsSite/Bugzilla/DB/Mysql.pm: Added.
3814 * BugsSite/Bugzilla/DB/Pg.pm: Added.
3815 * BugsSite/Bugzilla/DB/Schema: Added.
3816 * BugsSite/Bugzilla/DB/Schema.pm: Added.
3817 * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added.
3818 * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added.
3819 * BugsSite/Bugzilla/Error.pm: Added.
3820 * BugsSite/Bugzilla/Flag.pm: Added.
3821 * BugsSite/Bugzilla/FlagType.pm: Added.
3822 * BugsSite/Bugzilla/Group.pm: Added.
3823 * BugsSite/Bugzilla/Search.pm: Added.
3824 * BugsSite/Bugzilla/Series.pm: Added.
3825 * BugsSite/Bugzilla/Template: Added.
3826 * BugsSite/Bugzilla/Template.pm: Added.
3827 * BugsSite/Bugzilla/Template/Plugin: Added.
3828 * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added.
3829 * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added.
3830 * BugsSite/Bugzilla/Template/Plugin/User.pm: Added.
3831 * BugsSite/Bugzilla/Token.pm: Added.
3832 * BugsSite/Bugzilla/User: Added.
3833 * BugsSite/Bugzilla/User.pm: Added.
3834 * BugsSite/Bugzilla/User/Setting.pm: Added.
3835 * BugsSite/Bugzilla/Util.pm: Added.
3836 * BugsSite/CGI.pl: Added.
3837 * BugsSite/PrettyPatch: Added.
3838 * BugsSite/PrettyPatch/PrettyPatch.rb: Added.
3839 * BugsSite/PrettyPatch/prettify.rb: Added.
3840 * BugsSite/QUICKSTART: Added.
3841 * BugsSite/README: Added.
3842 * BugsSite/UPGRADING: Added.
3843 * BugsSite/UPGRADING-pre-2.8: Added.
3844 * BugsSite/ant.jpg: Added.
3845 * BugsSite/attachment-aroben.cgi: Added.
3846 * BugsSite/attachment.cgi: Added.
3847 * BugsSite/buglist.cgi: Added.
3848 * BugsSite/bugzilla.dtd: Added.
3849 * BugsSite/chart.cgi: Added.
3850 * BugsSite/checksetup.pl: Added.
3851 * BugsSite/colchange.cgi: Added.
3852 * BugsSite/collectstats.pl: Added.
3853 * BugsSite/config.cgi: Added.
3854 * BugsSite/contrib: Added.
3855 * BugsSite/contrib/BugzillaEmail.pm: Added.
3856 * BugsSite/contrib/README: Added.
3857 * BugsSite/contrib/README.Mailif: Added.
3858 * BugsSite/contrib/bug_email.pl: Added.
3859 * BugsSite/contrib/bugmail_help.html: Added.
3860 * BugsSite/contrib/bugzilla-submit: Added.
3861 * BugsSite/contrib/bugzilla-submit/README: Added.
3862 * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added.
3863 * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added.
3864 * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added.
3865 * BugsSite/contrib/bugzilla.procmailrc: Added.
3866 * BugsSite/contrib/bugzilla_email_append.pl: Added.
3867 * BugsSite/contrib/bugzilla_ldapsync.rb: Added.
3868 * BugsSite/contrib/bzdbcopy.pl: Added.
3869 * BugsSite/contrib/cmdline: Added.
3870 * BugsSite/contrib/cmdline/bugcount: Added.
3871 * BugsSite/contrib/cmdline/bugids: Added.
3872 * BugsSite/contrib/cmdline/buglist: Added.
3873 * BugsSite/contrib/cmdline/bugs: Added.
3874 * BugsSite/contrib/cmdline/bugslink: Added.
3875 * BugsSite/contrib/cmdline/makequery: Added.
3876 * BugsSite/contrib/cmdline/query.conf: Added.
3877 * BugsSite/contrib/cvs-update.pl: Added.
3878 * BugsSite/contrib/gnats2bz.pl: Added.
3879 * BugsSite/contrib/gnatsparse: Added.
3880 * BugsSite/contrib/gnatsparse/README: Added.
3881 * BugsSite/contrib/gnatsparse/gnatsparse.py: Added.
3882 * BugsSite/contrib/gnatsparse/magic.py: Added.
3883 * BugsSite/contrib/gnatsparse/specialuu.py: Added.
3884 * BugsSite/contrib/jb2bz.py: Added.
3885 * BugsSite/contrib/mysqld-watcher.pl: Added.
3886 * BugsSite/contrib/sendbugmail.pl: Added.
3887 * BugsSite/contrib/sendunsentbugmail.pl: Added.
3888 * BugsSite/contrib/syncLDAP.pl: Added.
3889 * BugsSite/contrib/yp_nomail.sh: Added.
3890 * BugsSite/createaccount.cgi: Added.
3891 * BugsSite/data: Added.
3892 * BugsSite/data/.htaccess: Added.
3893 * BugsSite/data/attachments: Added.
3894 * BugsSite/data/attachments/.htaccess: Added.
3895 * BugsSite/data/duplicates: Added.
3896 * BugsSite/data/mail: Added.
3897 * BugsSite/data/mimedump-tmp: Added.
3898 * BugsSite/data/mining: Added.
3899 * BugsSite/data/nomail: Added.
3900 * BugsSite/data/params: Added.
3901 * BugsSite/data/template: Added.
3902 * BugsSite/data/template/template: Added.
3903 * BugsSite/data/template/template/en: Added.
3904 * BugsSite/data/template/template/en/custom: Added.
3905 * BugsSite/data/template/template/en/custom/account: Added.
3906 * BugsSite/data/template/template/en/custom/account/auth: Added.
3907 * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
3908 * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added.
3909 * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added.
3910 * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added.
3911 * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added.
3912 * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added.
3913 * BugsSite/data/template/template/en/custom/account/email: Added.
3914 * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added.
3915 * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added.
3916 * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added.
3917 * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added.
3918 * BugsSite/data/template/template/en/custom/account/password: Added.
3919 * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
3920 * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
3921 * BugsSite/data/template/template/en/custom/account/prefs: Added.
3922 * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added.
3923 * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added.
3924 * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added.
3925 * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added.
3926 * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added.
3927 * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
3928 * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added.
3929 * BugsSite/data/template/template/en/custom/admin: Added.
3930 * BugsSite/data/template/template/en/custom/admin/classifications: Added.
3931 * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added.
3932 * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added.
3933 * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added.
3934 * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added.
3935 * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added.
3936 * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
3937 * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added.
3938 * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added.
3939 * BugsSite/data/template/template/en/custom/admin/components: Added.
3940 * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
3941 * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added.
3942 * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added.
3943 * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added.
3944 * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added.
3945 * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added.
3946 * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added.
3947 * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added.
3948 * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added.
3949 * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added.
3950 * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
3951 * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
3952 * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
3953 * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
3954 * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
3955 * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
3956 * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
3957 * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
3958 * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
3959 * BugsSite/data/template/template/en/custom/admin/flag-type: Added.
3960 * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
3961 * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
3962 * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added.
3963 * BugsSite/data/template/template/en/custom/admin/groups: Added.
3964 * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added.
3965 * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added.
3966 * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added.
3967 * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added.
3968 * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added.
3969 * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added.
3970 * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added.
3971 * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added.
3972 * BugsSite/data/template/template/en/custom/admin/keywords: Added.
3973 * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
3974 * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
3975 * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
3976 * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
3977 * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
3978 * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
3979 * BugsSite/data/template/template/en/custom/admin/milestones: Added.
3980 * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
3981 * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added.
3982 * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added.
3983 * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
3984 * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added.
3985 * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added.
3986 * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added.
3987 * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
3988 * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added.
3989 * BugsSite/data/template/template/en/custom/admin/products: Added.
3990 * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
3991 * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added.
3992 * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added.
3993 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added.
3994 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
3995 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
3996 * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
3997 * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added.
3998 * BugsSite/data/template/template/en/custom/admin/settings: Added.
3999 * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added.
4000 * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added.
4001 * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added.
4002 * BugsSite/data/template/template/en/custom/admin/users: Added.
4003 * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
4004 * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added.
4005 * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added.
4006 * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added.
4007 * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
4008 * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added.
4009 * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added.
4010 * BugsSite/data/template/template/en/custom/admin/versions: Added.
4011 * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
4012 * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added.
4013 * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added.
4014 * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added.
4015 * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added.
4016 * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added.
4017 * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added.
4018 * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added.
4019 * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added.
4020 * BugsSite/data/template/template/en/custom/attachment: Added.
4021 * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added.
4022 * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added.
4023 * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added.
4024 * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added.
4025 * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added.
4026 * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added.
4027 * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added.
4028 * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added.
4029 * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added.
4030 * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added.
4031 * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added.
4032 * BugsSite/data/template/template/en/custom/bug: Added.
4033 * BugsSite/data/template/template/en/custom/bug/activity: Added.
4034 * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added.
4035 * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added.
4036 * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added.
4037 * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added.
4038 * BugsSite/data/template/template/en/custom/bug/create: Added.
4039 * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
4040 * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added.
4041 * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added.
4042 * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added.
4043 * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added.
4044 * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added.
4045 * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added.
4046 * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added.
4047 * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added.