1 2010-07-23 Balazs Kelemen <kb@inf.u-szeged.hu>
3 Reviewed by Kenneth Rohde Christiansen.
5 [Qt] Setup the QtWebProcess
7 https://bugs.webkit.org/show_bug.cgi?id=42623
9 * WebKit.pro: Add WebKit2.pro to the build guarded by webkit2 config variable.
11 2010-07-20 Rafael Antognolli <antognolli@profusion.mobi>
13 Reviewed by Antonio Gomes.
15 [EFL] Enable Ecore-X on compile time
16 https://bugs.webkit.org/show_bug.cgi?id=42600
18 Check for a flag received from cmake configure and disable it
19 if necessary. Also disable it if Ecore-X wasn't found.
21 EFL port does not support automated tests yet.
23 * cmake/FindEFL.cmake:
24 * cmake/OptionsEfl.cmake:
26 2010-07-20 Hans Wennborg <hans@chromium.org>
28 Reviewed by Steve Block.
30 Add WebCore/bindings/generic/RuntimeEnabledFeatures.cpp to build files
31 https://bugs.webkit.org/show_bug.cgi?id=42380
33 RuntimeEnabledFeatures.cpp and .h were moved from bindings/v8 to
34 bindings/generic a while a go (in r54593), but need to
35 be added to the build in order to be used.
37 No new functionality so no new tests.
41 2010-07-16 Leandro Pereira <leandro@profusion.mobi>
43 [EFL] Unreviewed build system cleanup.
45 Remove reference to "mediaControlsGtk.css".
47 * cmake/WebKitGenerators.cmake:
49 2010-07-16 Lucas De Marchi <lucas.demarchi@profusion.mobi>
51 Reviewed by Antonio Gomes.
53 [EFL] Build with MathML enabled. Fix build when MathML is enabled and
55 https://bugs.webkit.org/show_bug.cgi?id=42453
57 * cmake/OptionsEfl.cmake: build with MathML enabled as default.
59 2010-07-15 Martin Robinson <mrobinson@igalia.com>
61 Reviewed by Oliver Hunt.
63 [GTK] Simplify the distribution step
64 https://bugs.webkit.org/show_bug.cgi?id=42414
66 * GNUmakefile.am: Remove unused variables. Rely on WebCore/GNUmakefile.am
67 to handle distributing IDL files from WebCore and to modify EXTRA_DIST.
69 2010-07-14 Martin Robinson <mrobinson@igalia.com>
71 Reviewed by Xan Lopez.
73 [GTK] Get rid of libWebCoreJS
74 https://bugs.webkit.org/show_bug.cgi?id=42083
76 * GNUmakefile.am: Remove the libWebCoreJS library from the extra
77 link libraries. Add IDL files to the distribution manually, as they
78 are no longer included in the header list. This prevents a good deal
79 of repetition in the source listings by avoiding listing both the IDL
80 files and their final targets.
82 2010-07-14 Vincent Scheib <scheib@chromium.org>
84 Reviewed by Kent Tamura
86 Configure Git to ignore build files generated by Chromium .gyp on windows.
88 Bug 42205: Chromium build files on windows not ignored by git
89 https://bugs.webkit.org/show_bug.cgi?id=42205
93 2010-07-13 Sheriff Bot <webkit.review.bot@gmail.com>
95 Unreviewed, rolling out r63262.
96 http://trac.webkit.org/changeset/63262
97 https://bugs.webkit.org/show_bug.cgi?id=42229
99 broke Windows compile (Requested by bweinstein on #webkit).
103 2010-07-13 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
105 Reviewed by Oliver Hunt.
107 Separate CoreFoundation specific tests in JSC's testapi.c
109 testapi.c depends on the Core Foundation.
110 https://bugs.webkit.org/show_bug.cgi?id=40058
112 * WebKit.pro: enable compilation of JSC C API test.
114 2010-07-13 Scott Violet <sky@chromium.org>
116 Reviewed by David Levin.
118 [Chromium] Makes pressing tab accept the currently selected item in a popup.
119 https://bugs.webkit.org/show_bug.cgi?id=42172
121 * WebCore/platform/chromium/PopupMenuChromium.cpp:
123 2010-07-12 Xan Lopez <xlopez@igalia.com>
125 Reviewed by Gustavo Noronha.
131 2010-07-12 Xan Lopez <xlopez@igalia.com>
133 Reviewed by Gustavo Noronha.
135 Suffix .mo files with the GTK+ API version so that they can be
136 parallel installable.
140 2010-07-12 Xan Lopez <xlopez@igalia.com>
142 Reviewed by Gustavo Noronha.
144 Add another include path to the scanner to avoid warnings related
145 to undefined types. It wasn't picking up <webkit/foo.h>-like
150 2010-07-07 Rafael Antognolli <antognolli@profusion.mobi>
152 Reviewed by Adam Barth.
154 [EFL] Fix cmake build and libsoup detection
155 Some changes should be done to cmake build system to fix the detection of libsoup and correct some link paths:
156 - LINK_FLAGS should be set using quotes, otherwise some wrong
157 substitution takes place;
158 - we should use LIBSOUP24_* instead of LIBSOUP_* since this is the
159 version we are using;
160 - need to set HAVE_LIBSOUP_2_29_90 if we find a version equal or newer
162 https://bugs.webkit.org/show_bug.cgi?id=41717
164 * cmake/OptionsEfl.cmake:
166 2010-07-06 Leandro Pereira <leandro@profusion.mobi>
168 Unreviewed build fix.
170 [EFL] Add macro to generate inspector code.
172 * cmake/WebKitGenerators.cmake:
174 2010-07-06 Martin Robinson <mrobinson@igalia.com>
178 Build fix after r62549.
180 * GNUmakefile.am: Remove new variable that is no longer used.
182 2010-07-06 Ilya Tikhonovsky <loislo@chromium.org>
184 Reviewed by Yury Semikhatsky.
186 WebInspector: generator part of the patch for bug 40675.
187 On the way to Remote Debugging we want to support JSON serialization
188 on both sides of WebInspector transport.
189 As far as InspectorFrontend class is a simple proxy to WebInspector
190 it would be better to generate it from an IDL file.
191 We have generator infrastructure for binding and will reuse it for
193 https://bugs.webkit.org/show_bug.cgi?id=41692
197 2010-07-05 Antti Koivisto <koivisto@iki.fi>
199 Revert unplanned project file change.
203 2010-06-23 Martin Robinson <mrobinson@igalia.com>
205 Reviewed by Gustavo Noronha Silva.
207 [GTK] Separate DerivedSources per-project
208 https://bugs.webkit.org/show_bug.cgi?id=41109
210 Separate WebKitGTK+ DerivedSources into per-project subdirectories to prepare
211 for properly building WebKit2.
215 2010-07-01 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
217 Reviewed by Simon Hausmann.
219 [Qt] Fix a comment in WebKit.pri.
223 2010-06-16 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
225 Reviewed by Simon Hausmann.
227 [Qt] Fix qmake vcproj generation for QtWebKit.
229 qmake use TARGET=/LIBS+= -lTARGET to create dependencies
230 between projects in a subdir template.
232 Since when compiling outside of Qt we hijack the target name of
233 QtWebKit to add the configuration and version suffix to the binary
234 filename, qmake can't establish the WebCore project as a dependency
237 This patch makes sure that the target is not hijacked on the
238 first of the three passes where the dependencies are determined.
242 2010-07-01 Simon Hausmann <simon.hausmann@nokia.com>
244 Rubber-stamped by Laszlo Gombos.
246 [Qt][Symbian] Bumped up the maximum heap size to 96MB
250 2010-06-30 Leandro Pereira <leandro@profusion.mobi>
254 Generate CSSValueKeywords.cpp instead of CSSValueKeywords.c to avoid
255 recompilation and relinking of WebCore when no files were changed.
257 * cmake/WebKitGenerators.cmake:
259 2010-06-29 Antoine Labour <piman@chromium.org>
261 Reviewed by Dimitri Glazkov.
263 Only call Windows-specific PlatformSkiaContext functions on Windows.
265 * WebCore/platform/graphics/chromium/LayerChromium.cpp:
266 * WebCore/platform/graphics/chromium/LayerRendererChromium.cpp:
268 2010-06-28 John Gregg <johnnyg@google.com>
270 Reviewed by Kent Tamura.
272 add ENABLE_DIRECTORY_UPLOAD build support
273 https://bugs.webkit.org/show_bug.cgi?id=41100
277 2010-06-28 Xan Lopez <xlopez@igalia.com>
279 Reviewed by Gustavo Noronha.
281 Bump version to 1.3.2.
285 2010-06-28 Xan Lopez <xlopez@igalia.com>
287 Rubber-stamped by Gustavo Noronha.
289 Bump gobject-introspection required version to 0.6.15, since we
290 are now shipping version 1.1 gir files.
294 2010-06-28 Lucas De Marchi <lucas.demarchi@profusion.mobi>
296 Unreviewed build fix.
298 [EFL] Build fix for latest version of Ecore library.
299 Ecore recently changed return type of callbacks from int to Eina_Bool.
301 * cmake/FindEFL.cmake: Bump version of Ecore dependency.
303 2010-06-28 Xan Lopez <xlopez@igalia.com>
305 Reviewed by Gustavo Noronha.
307 [GTK] Does not compile with -DGSEAL_ENABLE
308 https://bugs.webkit.org/show_bug.cgi?id=37851
310 Add automake flag to signal whether we are building with GTK+ 2.x
315 2010-06-28 Xan Lopez <xlopez@igalia.com>
317 Reviewed by Gustavo Noronha.
319 [GTK] Add support for GTK+3
320 https://bugs.webkit.org/show_bug.cgi?id=41253
322 Add --with-gtk configure flag, defaulting to support for GTK+ 2.x.
327 2010-06-26 Tony Gentilcore <tonyg@chromium.org>
329 Reviewed by Dimitri Glazkov.
331 Add an --enable-web-timing flag which guards Web Timing support.
332 https://bugs.webkit.org/show_bug.cgi?id=38924
334 This flag is disabled by default.
335 See: http://dev.w3.org/2006/webapi/WebTiming/
339 2010-06-25 Jedrzej Nowacki <jedrzej.nowacki@nokia.com>
341 Reviewed by Simon Hausmann.
343 Introduce to QtScript benchmarks.
345 The QtScript performance should be tested regularly. The patch introduces
346 micro benchmarks for existing API.
348 [Qt] Performance of the QtScript API is not tested.
349 https://bugs.webkit.org/show_bug.cgi?id=40911
353 2010-06-25 Lucas De Marchi <lucas.demarchi@profusion.mobi>
355 Reviewed by Kenneth Rohde Christiansen.
357 [CMake] Add option to enable JIT.
358 JIT is disabled by default, but now it's possible to enable it through
359 an option to CMake: -DENABLE_JIT will enable it.
360 https://bugs.webkit.org/show_bug.cgi?id=40936
362 * cmake/OptionsEfl.cmake: add new -DENABLE_JIT option.
363 * cmakeconfig.h.cmake: use new -DENABLE_JIT option.
365 2010-06-23 Leandro Pereira <leandro@profusion.mobi>
367 Reviewed by Kenneth Rohde Christiansen.
369 [EFL] Add support to CPack (to generate source tarballs)
370 https://bugs.webkit.org/show_bug.cgi?id=41009
373 * cmake/OptionsEfl.cmake: Define the default source generator for
375 * cmake/WebKitPackaging.cmake: Added. This file filters the source
376 files so that only files relevant to the selected port are included
377 in the source tarball. See comments for details.
379 2010-06-22 Eric Seidel <eric@webkit.org>
381 Unreviewed. Test commit for commit-queue@webkit.org.
383 2010-06-21 Prasad Tammana <prasadt@chromium.org>
385 Reviewed by Darin Adler.
387 DumpRenderTree should allow tests with modal dialogs
388 https://bugs.webkit.org/show_bug.cgi?id=35350
390 * DumpRenderTree/LayoutTestController.cpp:
391 (abortModalCallback):
392 (LayoutTestController::staticFunctions):
393 * DumpRenderTree/LayoutTestController.h:
394 * DumpRenderTree/mac/LayoutTestControllerMac.mm:
395 (LayoutTestController::abortModal):
396 Add abortModal method to LayoutTestController and make it available from script.
398 * DumpRenderTree/mac/UIDelegate.mm: Add support for showModalDialog.
399 (-[UIDelegate modalWindowWillClose:]): Observer for NSWindowWillCloseNotifications to call
400 abortModal from when modal window closes.
401 (-[UIDelegate webViewRunModal:]): Delegate method for showModalDialog to run the modal loop.
403 2010-06-21 Lucas De Marchi <lucas.demarchi@profusion.mobi>
405 Unreviewed debug build fix.
407 [CMake] Do not force build type to Release
408 https://bugs.webkit.org/show_bug.cgi?id=40566
412 2010-06-21 Satish Sampath <satish@chromium.org>
414 Reviewed by Steve Block.
416 Speech Input Patch 0: Added compilation argument to conditionally compile pending patches.
417 https://bugs.webkit.org/show_bug.cgi?id=40878
421 2010-06-17 Shu Chang <chang.shu@nokia.com>
423 Reviewed by Kenneth Rohde Christiansen.
425 [Qt] Fix the link error on symbian with ENABLE_JIT=0.
426 1. Add "#if ENABLE(JIT)" in the header file;
427 2. Put feature enable/disable logic to a common.pri so
428 that both JavaScriptCore.pri and WebCore.pri can share.
430 https://bugs.webkit.org/show_bug.cgi?id=40780
434 2010-06-17 Alexis Menard <alexis.menard@nokia.com>
436 Reviewed by Kenneth Rohde Christiansen.
438 [Qt] Upstream the WebKit QML integration plugin
439 https://bugs.webkit.org/show_bug.cgi?id=40050
441 Add to the build the QML WebKit integration plugin.
445 2010-06-17 Lucas De Marchi <lucas.demarchi@profusion.mobi>
447 Reviewed by Gustavo Noronha.
449 Update CMake build system to use new script for generating source files
451 https://bugs.webkit.org/show_bug.cgi?id=40628
453 * cmake/WebKitGenerators.cmake:
455 2010-06-17 Mark Brand <mabrand@mabrand.nl>
457 Reviewed by Simon Hausmann.
459 [Qt] use "win32-g++*" scope to match all MinGW makespecs
461 The scope "win32-g++" comes from the name of the makespec. However, it
462 is frequently used to check for MinGW. This works fine as long as
463 win32-g++ is the only makespec for MinGW. Now we need the wildcard
464 to cover "win32-g++-cross" as well.
468 2010-06-15 Xan Lopez <xlopez@igalia.com>
470 Unreviewed build fix.
472 Remove GSEAL from the debug config since the bots have a GTK+
473 version too old, duh.
477 2010-06-15 Xan Lopez <xlopez@igalia.com>
479 Reviewed by Gustavo Noronha.
481 [GTK] Does not compile with -DGSEAL_ENABLE
482 https://bugs.webkit.org/show_bug.cgi?id=37851
484 Add GSEAL_ENABLE flag when doing debug builds.
488 2010-06-13 Tony Chang <tony@chromium.org>
490 Reviewed by Darin Fisher.
492 Chromium shouldn't build inside the source directory
493 https://bugs.webkit.org/show_bug.cgi?id=40489
495 Ignore Chromium Linux build files.
497 * .: Added property svn:ignore. Modified property svn:ignore.
499 2010-06-09 Leandro Pereira <leandro@profusion.mobi>
501 Reviewed by Adam Treat.
503 [EFL] Allow building core libraries as shared objects to speed up
504 linking time on machines with small amounts of memory.
505 http://webkit.org/b/39899
507 * CMakeLists.txt: Add SHARED_CORE option.
508 * cmake/FindGlib.cmake: Add GObject to the list of GLib libraries to
510 * cmake/OptionsEfl.cmake: Remove default library type definitions.
511 * cmake/WebKitHelpers.cmake: -fvisibility=hidden did not behave well
512 when SHARED_CORE is used.
514 2010-06-08 Xan Lopez <xlopez@igalia.com>
516 Reviewed by Gustavo Noronha.
518 [GTK] Unit testing for WebKitDOMNode hierarchy walk
519 https://bugs.webkit.org/show_bug.cgi?id=40171
521 Add DOM node test to the build system.
525 2010-06-02 Sterling Swigart <sswigart@google.com>
527 Reviewed by David Levin.
529 Image Resizer Patch 0: Added compilation argument to conditionally compile pending patches.
530 https://bugs.webkit.org/show_bug.cgi?id=39906
534 2010-05-31 Xan Lopez <xlopez@igalia.com>
536 Reviewed by Gustavo Noronha.
538 Copy the NEWS file to the toplevel when creating the release
539 tarballs, otherwise it's a bit hard to find.
543 2010-05-27 Gustavo Noronha Silva <gns@gnome.org>
545 Final make distcheck fix - clean up generated GDOM files on distclean.
549 2010-05-27 Xan Lopez <xlopez@igalia.com>
551 More GTK+ distcheck fixes.
555 2010-05-27 Xan Lopez <xlopez@igalia.com>
557 Reviewed by Gustavo Noronha.
559 Bump for 1.3.1 release.
563 2010-05-27 Gustavo Noronha Silva <gns@gnome.org>
565 Reviewed by Xan Lopez.
567 Build fix for introspection support - make sure DOM headers are
568 included by the GI scanner.
572 2010-05-26 Gustavo Noronha Silva <gns@gnome.org>
574 Build fixes for make distcheck.
578 2010-05-26 Xan Lopez <xlopez@igalia.com>
580 Reviewed by Gustavo Noronha.
582 [GTK] Add support for DOM events in the GObject DOM bindings
583 https://bugs.webkit.org/show_bug.cgi?id=38844
585 Add new test to the build.
589 2010-05-22 Leandro Pereira <leandro@profusion.mobi>
591 Reviewed by Eric Seidel.
593 [EFL] Build fix (always compile libraries with -fPIC when compiler
594 is gcc; always define WTF_USE_PTHREADS).
595 http://webkit.org/b/39235
597 * cmake/OptionsCommon.cmake:
598 * cmake/OptionsEfl.cmake:
599 * cmake/WebKitHelpers.cmake:
601 2010-05-19 Dan Winship <danw@gnome.org>
603 Reviewed by Xan Lopez.
605 [GTK] Install introspection files in our prefix, not
606 gobject-introspection's prefix
611 2010-05-15 Leandro Pereira <leandro@profusion.mobi>
613 Reviewed by Adam Treat.
615 [EFL] Add build system for the EFL port.
616 http://webkit.org/b/37945
618 * CMakeLists.txt: Added.
619 * cmake/FindCFLite.cmake: Added.
620 * cmake/FindCairo.cmake: Added.
621 * cmake/FindEFL.cmake: Added.
622 * cmake/FindFreetype.cmake: Added.
623 * cmake/FindGDK-PixBuf.cmake: Added.
624 * cmake/FindGDK.cmake: Added.
625 * cmake/FindGIO.cmake: Added.
626 * cmake/FindGlib.cmake: Added.
627 * cmake/FindICU.cmake: Added.
628 * cmake/FindLibSoup2.cmake: Added.
629 * cmake/FindLibXlst.cmake: Added.
630 * cmake/FindPango.cmake: Added.
631 * cmake/FindSqlite.cmake: Added.
632 * cmake/LibFindMacros.cmake: Added.
633 * cmake/OptionsCommon.cmake: Added.
634 * cmake/OptionsEfl.cmake: Added.
635 * cmake/WebKitEfl.cmake: Added.
636 * cmake/WebKitFS.cmake: Added.
637 * cmake/WebKitFeatures.cmake: Added.
638 * cmake/WebKitGenerators.cmake: Added.
639 * cmake/WebKitHelpers.cmake: Added.
640 * cmake/WebKitMacros.cmake: Added.
641 * cmakeconfig.h.cmake: Added.
643 2010-05-14 Simon Hausmann <simon.hausmann@nokia.com>
645 Rubber-stamped by Antti Koivisto.
647 [Qt] Rename QtLauncher to QtTestBrowser
648 https://bugs.webkit.org/show_bug.cgi?id=37665
652 2010-05-12 Csaba Osztrogonác <ossy@webkit.org>
654 Reviewed by Kenneth Rohde Christiansen.
656 [Qt] Link error in debug mode without debug_and_release config
657 https://bugs.webkit.org/show_bug.cgi?id=39006
659 * WebKit.pri: Unnecessary build_pass guard removed.
661 2010-05-12 Laszlo Gombos <laszlo.1.gombos@nokia.com>
663 Reviewed by Kenneth Rohde Christiansen.
665 [Qt] Detect debug mode consistently
666 https://bugs.webkit.org/show_bug.cgi?id=38863
670 2010-05-08 Laszlo Gombos <laszlo.1.gombos@nokia.com>
672 Reviewed by Kenneth Rohde Christiansen.
674 [Qt] Build the ImageDiff tool for all platforms including Windows and Symbian
675 https://bugs.webkit.org/show_bug.cgi?id=38706
679 2010-05-07 Simon Hausmann <simon.hausmann@nokia.com>
681 Add a few more files with Windows linefeeds to the .gitattributes file.
685 2010-05-05 Alejandro G. Castro <alex@igalia.com>
687 Reviewed by Xan Lopez.
689 Fixed the gobject introspection compilation with the new DOM
690 bindings, we needed to add DOM objects.
694 2010-05-04 Laszlo Gombos <laszlo.1.gombos@nokia.com>
696 Unreviewed, build fix for Symbian.
698 [Symbian] Symbian builds does not support shadow builds
700 Revision r54715 broke the Symbian build. For Symbian
701 the include directory is generated in the root of the source tree.
702 This patch sets the INCLUDEPATH accordingly for Symbian.
706 2010-05-03 Adam Barth <abarth@webkit.org>
708 Reviewed by Dimitri Glazkov.
710 Add some more Chromium-specific files to gitignore
711 https://bugs.webkit.org/show_bug.cgi?id=38469
713 These files are generated as part of the update-webkit --chromium
718 2010-05-02 Geoff Levand <geoff.levand@am.sony.com>
720 Reviewed by Eric Seidel.
722 [GTK] Fix out of source build failure
723 https://bugs.webkit.org/show_bug.cgi?id=38051
725 Add a preprocessor include path for generated GTK header files.
726 Fixes build errors like these when building GTK out of source:
728 webkit.h: error: webkit/webkitversion.h: No such file or directory
732 2010-05-02 Kartikaya Gupta <kagupta@rim.com>
734 Reviewed by George Staikos.
736 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.
738 https://bugs.webkit.org/show_bug.cgi?id=37888
740 No new tests. None needed.
742 * bindings/scripts/IDLParser.pm:
744 2010-04-29 Xan Lopez <xlopez@igalia.com>
746 Reviewed by Gustavo Noronha.
748 [GTK] GObject DOM bindings
749 https://bugs.webkit.org/show_bug.cgi?id=33590
751 Add WebKitDOMDocument tests to the build.
755 2010-04-28 Sam Weinig <sam@webkit.org>
757 Reviewed by Mark Rowe.
759 Add WebKit2 to the lists of modules to build.
763 2010-04-21 Xan Lopez <xlopez@igalia.com>
765 Reviewed by Adam Barth.
767 [GTK] GObject DOM bindings
768 https://bugs.webkit.org/show_bug.cgi?id=33590
770 Add build bits for the GObject DOM bindings.
774 2010-04-20 Xan Lopez <xlopez@igalia.com>
778 * autotools/webkit.m4:
780 2010-04-19 Diego Escalante Urrelo <descalante@igalia.com>
782 Reviewed by Xan Lopez.
784 [Gtk] Evaluate and create tests for all the AtkRole's implemented by
786 https://bugs.webkit.org/show_bug.cgi?id=34449
788 Add and enable the build of testatkroles to test ATK non form roles.
792 2010-04-18 Michael Forney <michael@mforney.org>
794 Reviewed by Laszlo Gombos.
796 https://bugs.webkit.org/show_bug.cgi?id=37762
798 Fixes the sandbox option in configure.
800 * configure.ac: Fix cut and paste error in the sandbox option causing
801 --{enable,disable}-sandbox to be ineffective, and it to be controlled
804 2010-04-09 Simon Hausmann <simon.hausmann@nokia.com>
806 Unreviewed crash fix.
808 Revert part of 57320 that would remove NDEBUG in release builds for
813 2010-04-09 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
815 Reviewed by Simon Hausmann.
817 [Qt] Fix crashes with package builds in release
819 * WebKit.pri: Don't randomly add NDEBUG to the defines.
821 2010-04-07 Laszlo Gombos <laszlo.1.gombos@nokia.com>
823 Reviewed by Kenneth Rohde Christiansen.
825 [Qt] Fix trunk (non-standalone) builds for Symbian
826 https://bugs.webkit.org/show_bug.cgi?id=37136
828 Test for source files before building instead of relying on
829 standalone_package config.
833 2010-04-01 Kinuko Yasuda <kinuko@chromium.org>
835 Reviewed by Dmitry Titov.
837 Add FileThread for async file operation support in FileReader and FileWriter
838 https://bugs.webkit.org/show_bug.cgi?id=36896
840 Add EANBEL_FILE_READER and ENABLE_FILE_WRITER flags.
844 2010-04-01 Ojan Vafai <ojan@chromium.org>
846 Reviewed by Adam Barth.
848 autoinstalled should be git ignored
849 https://bugs.webkit.org/show_bug.cgi?id=36970
853 2010-04-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
855 Reviewed by Kenneth Rohde Christiansen.
857 [Qt]Add -Wextra warning level to the QtWebKit build
858 https://bugs.webkit.org/show_bug.cgi?id=36971
862 2010-04-01 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
864 Reviewed by Holger Freyther.
866 [GTK] webkit_get_default_session() should make sure webkit_init() is called
867 https://bugs.webkit.org/show_bug.cgi?id=36754
873 2010-03-26 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
875 Reviewed by Simon Hausmann.
877 [Qt] Build JavaScriptCore as a static library.
878 https://bugs.webkit.org/show_bug.cgi?id=36590
880 This patch takes what was left of the unused JavaScriptCore.pro
881 and moved the compilation logic from JavaScriptCore.pri to
886 2010-03-16 Xan Lopez <xlopez@igalia.com>
888 Rubber-stamped by Gustavo Noronha.
890 Update library version for 1.1.90 release.
894 2010-03-16 Xan Lopez <xlopez@igalia.com>
896 Reviewed by Gustavo Noronha.
898 Bump version for 1.1.90 release.
902 2010-03-16 Xan Lopez <xlopez@igalia.com>
904 Reviewed by Gustavo Noronha.
906 Add support for Fast Mobile Scrolling in the build system.
910 2010-03-16 Simon Hausmann <simon.hausmann@nokia.com>
912 Add WebKitTools/TestResultServer/index.yaml to gitattributes to ignore for crlf conversion.
916 2010-03-12 Scott Byer <scottbyer@chromium.org>
918 Reviewed by David Levin.
920 Popup font size needs to be exposed to clients.
921 https://bugs.webkit.org/show_bug.cgi?id=35990
923 Add function to expose the popup menu font size, add a field to
924 WebPopupMenuInfo that receives that information to convey that to
925 the web view client's createPopupMenu() call.
927 * WebCore/platform/chromium/PopupMenuChromium.cpp:
928 * WebCore/platform/chromium/PopupMenuChromium.h:
929 * WebKit/chromium/public/WebPopupMenuInfo.h:
930 * WebKit/chromium/src/ChromeClientImpl.cpp:
932 2010-03-11 Adam Roben <aroben@apple.com>
934 Teach git about ObjC files
936 Fixes <http://webkit.org/b/36015>.
938 Reviewed by Tim Hatcher.
940 * .gitattributes: Set the diff attribute for .m and .mm files, and .h
941 files in Mac-specific directories. This can be used to generate
942 more-readable diffs of ObjC files.
944 2010-03-09 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
946 Unreviewed. Versioning for 1.1.23.
950 2010-03-09 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
952 Unreviewed distcheck fix.
956 2010-03-08 Jian Li <jianli@chromium.org>
958 Reviewed by Dmitry Titov.
961 https://bugs.webkit.org/show_bug.cgi?id=32993
963 Add ENABLE_BLOB_SLICE feature define.
967 2010-03-04 Fridrich Strba <fridrich.strba@bluewin.ch>
969 Reviewed by Holger Freyther.
971 https://bugs.webkit.org/show_bug.cgi?id=35726
972 Remove orphaned #ifdef WTF_USE_GLIB_ICU_UNICODE_HYBRID
974 Removing orphaned #if USE.
978 2010-03-04 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
980 Reviewed by Tor Arne Vestbø.
982 [Qt] Make the OUTPUT_DIR variable in qmake projects independent of build-webkit's logic.
984 This also allows shadow builds relying only on qmake to work properly.
988 2010-03-03 Fridrich Strba <fridrich.strba@bluewin.ch>
990 Reviewed by Xan Lopez.
992 Miscellaneous little fixes for the windows build of webkit-gtk
993 https://bugs.webkit.org/show_bug.cgi?id=35640
995 * GNUmakefile.am: On Windows with GCC, presence of
996 __declspec(dllexport) on some symbols disables the autoexport/autoimport
997 feature for all others. Using regex here assures that all symbols that
998 need to be exported in the dll are actually exported.
1000 2010-03-02 Arno Renevier <arno@renevier.net>
1002 Reviewed by Gustavo Noronha Silva.
1004 [Gtk] implements ChromeClient::requestGeolocationPermissionForFrame
1005 https://bugs.webkit.org/show_bug.cgi?id=35210
1009 2010-03-02 Dmitry Titov <dimich@chromium.org>
1011 Reviewed by Alexey Proskuryakov.
1013 Ignore compiled Java test cases in .gitignore.
1014 https://bugs.webkit.org/show_bug.cgi?id=35559
1018 2010-02-26 Arno Renevier <arno@renevier.net>
1020 Reviewed by Gustavo Noronha Silva.
1022 [Gtk] ignore WebKit/gtk/docs/GNUmakefile.in in .gitignore
1023 https://bugs.webkit.org/show_bug.cgi?id=35424
1027 2010-02-24 Sam Kerner <skerner@chromium.org>
1029 Reviewed by Darin Fisher.
1031 Expose WebFrame::setCanHaveScrollbars(). This allows a view
1032 which is being resized to not need scroll bars to ensure that
1035 Existing function setAllowsScrolling() was renamed
1036 setCanHaveScrollbars(), to be consistant with change 37159:
1037 http://trac.webkit.org/changeset/37159
1039 https://bugs.webkit.org/show_bug.cgi?id=35257
1041 * WebKit/chromium/public/WebFrame.h:
1042 * WebKit/chromium/src/ChromeClientImpl.cpp:
1043 * WebKit/chromium/src/WebFrameImpl.cpp:
1044 * WebKit/chromium/src/WebFrameImpl.h:
1046 2010-02-19 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
1048 Reviewed by Kenneth Rohde Christiansen.
1050 [Qt] Remove QGVLauncher
1052 https://bugs.webkit.org/show_bug.cgi?id=35292
1056 2010-02-24 Xan Lopez <xlopez@igalia.com>
1058 Reviewed by Gustavo Noronha.
1060 Enable SharedWorkers by default, since that's been the default for
1061 a long time in our build-webkit configuration.
1065 2010-02-23 James Choi <jchoi42@pha.jhu.edu>
1067 Add Solaris definitions
1068 https://bugs.webkit.org/show_bug.cgi?id=35214
1070 * WebKit/chromium/src/WebViewImpl.cpp
1071 * WebKit/chromium/src/WebFrameImpl.cpp
1073 2010-02-23 Arno Renevier <arno@renevier.net>
1075 Reviewed by Gustavo Noronha Silva.
1077 [Gtk]: testwebview does not work when called with absolute path
1078 https://bugs.webkit.org/show_bug.cgi?id=34940
1080 When testwebview is called as absolute path, chdir to executable
1081 directory before searching resource files.
1085 2010-02-23 Leandro Pereira <leandro@profusion.mobi>
1087 Reviewed by Gustavo Noronha Silva.
1089 Changes references of GOwnPtr to reflect their new place.
1090 http://webkit.org/b/35084
1092 * JavaScriptCore/JavaScriptCore.gypi:
1093 * JavaScriptCore/wtf/Threading.h:
1094 * JavaScriptCore/wtf/unicode/glib/UnicodeGLib.h:
1096 2010-02-23 Leandro Pereira <leandro@profusion.mobi>
1098 Reviewed by Gustavo Noronha Silva.
1100 Fixes references to GOwnPtr and GRefPtr so the GTK+ port builds
1102 http://webkit.org/b/35084
1106 2010-02-23 Diego Escalante Urrelo <descalante@igalia.com>
1108 Reviewed by Eric Seidel.
1110 [gtk] missing libsoup-2.4 package in gir generation
1111 https://bugs.webkit.org/show_bug.cgi?id=35199
1113 Include libsoup-2.4 package in gobject introspection .gir generation.
1117 2010-02-22 Huahui Wu <hwu@google.com>
1119 Reviewed by Eric Seidel.
1121 Add code that enables SquirrelFish Extreme (a.k.a JSCX, JSC JIT)
1122 in Android. It's disabled by default, but is enabled when the
1123 enveronment variable ENABLE_JSC_JIT is set to true.
1124 https://bugs.webkit.org/show_bug.cgi?id=34855
1128 2010-02-22 Xan Lopez <xlopez@igalia.com>
1130 Reviewed by Gustavo Noronha.
1132 Bump library versioning for 1.1.22 release.
1136 2010-02-22 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1138 Reviewed by Kenneth Rohde Christiansen.
1140 [Qt] Add support for layout tests on Symbian
1141 https://bugs.webkit.org/show_bug.cgi?id=31589
1145 2010-02-20 Noam Rosenthal <noam.rosenthal@nokia.com>
1147 Reviewed by Laszlo Gombos.
1149 [Qt] ENABLE_3D_RENDERING should be optional
1150 https://bugs.webkit.org/show_bug.cgi?id=35100
1152 * WebKit.pri: ENABLE_3D_RENDERING moved to a proper feature test
1154 2010-02-19 Maciej Stachowiak <mjs@apple.com>
1156 Reviewed by David Levin.
1158 Add an ENABLE flag for sandboxed iframes to make it possible to disable it in releases
1159 https://bugs.webkit.org/show_bug.cgi?id=35147
1163 2010-02-18 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1165 Reviewed by Eric Seidel.
1167 Add .gitattributes file for custom ChangeLog merge-driver
1169 * .gitattributes: Added.
1171 2010-02-17 Noam Rosenthal <noam.rosenthal@nokia.com>
1173 Reviewed by Ariya Hidayat.
1175 [Qt] GraphicsLayer: support perspective and 3D transforms
1176 https://bugs.webkit.org/show_bug.cgi?id=34960
1178 * WebKit.pri: added appropriate define: ENABLED_3D_RENDERING
1180 2010-02-15 Philippe Normand <pnormand@igalia.com>
1182 Reviewed by Gustavo Noronha Silva.
1184 [GStreamer] Should handle BUFFERING messages
1185 https://bugs.webkit.org/show_bug.cgi?id=30004
1187 * configure.ac: Bump gstreamer -core/-plugins-base requirements to
1188 0.10.25 which is the minimum required version for on-disk buffering.
1190 2010-02-16 Xan Lopez <xlopez@igalia.com>
1192 Reviewed by Gustavo Noronha.
1194 Bump version to 1.1.22 so we can depend on it in applications.
1198 2010-02-12 Simon Hausmann <simon.hausmann@nokia.com>
1200 Reviewed by Holger Freyther.
1202 Removed WMLInputElement.* from .gitattributes as the file is
1207 2010-02-10 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
1209 Reviewed by Tor Arne Vestbø.
1211 [Qt] Make qtlauncher and qgvlauncher use the generated headers
1212 path to make sure they are correctly generated.
1216 2010-02-10 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
1218 Reviewed by Tor Arne Vestbø.
1220 [Qt] Manually add support for the install target on Symbian.
1222 This is required to copy the headers over the ones in Qt.
1226 2010-02-11 Fridrich Strba <fridrich.strba@bluewin.ch>
1228 Reviewed by Gustavo Noronha Silva.
1230 Detect properly different versions of libpng out there.
1234 2010-02-11 Xan Lopez <xlopez@igalia.com>
1236 Try to fix GTK+ build.
1240 2010-02-11 Antonio Gomes <tonikitoo@webkit.org>
1242 Reviewed by Xan Lopez.
1244 Adjust gstreamer-plugins-base minimum version check (from 0.10 to 0.10.23).
1248 2010-02-08 Maciej Stachowiak <mjs@apple.com>
1250 Reviewed by Cameron Zwarich.
1252 Restore ENABLE_RUBY flag so vendors can ship with Ruby disabled if they choose.
1253 https://bugs.webkit.org/show_bug.cgi?id=34698
1257 2010-02-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1259 Reviewed by Xan Lopez.
1261 Bump version to 1.1.21, and adjust library versioning accordingly.
1265 2010-02-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1267 Reviewed by Gustavo Noronha.
1269 Add gstreamer-app-0.10 to configure.ac
1270 https://bugs.webkit.org/show_bug.cgi?id=34317
1274 2010-02-05 Simon Hausmann <simon.hausmann@nokia.com>
1276 Reviewed by Tor Arne Vestbø.
1278 Add .gitattributes file to tell git about files with Windows linefeeds
1279 https://bugs.webkit.org/show_bug.cgi?id=34645
1281 On Windows git defaults to "true" for core.autocrlf, meaning all text
1282 files in the working directory are converted from CRLF to LF on checkin
1283 time. Some files present in the repository have been checked in with
1284 CRLF linefeeds and git should not try to convert them. The added
1285 .gitattributes file tells git to not do any CRLF conversion.
1287 * .gitattributes: Added.
1289 2010-02-05 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1291 Reviewed by Simon Hausmann.
1293 [Qt] Generate convenience headers (QWebView, etc) using qmake
1295 In Qt this is done using syncqt, but we use a pro-file instead
1296 that generates makefile-rules for each of the extra headers.
1298 These extra headers are installed alongside the normal headers.
1300 * DerivedSources.pro: Include API-DerivedSources
1302 2010-02-04 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1304 Reviewed by Lars Knoll.
1306 [Qt] Make 'make -f Makefile.DerivedSources qmake' work
1308 Previously this target ended up generating a file named
1309 Makefile.DerivedSources.DerivedSources, and so on.
1311 * DerivedSources.pro:
1313 2010-02-04 Christian Dywan <christian@twotasts.de>
1315 Reviewed by Xan Lopez.
1317 Require either libsoup 2.28.2 or 2.29.90.
1321 2010-02-04 Xan Lopez <xlopez@igalia.com>
1323 Reviewed by Gustavo Noronha.
1325 Bump minimum libsoup requirement to 2.29.90
1329 2010-02-02 Gustavo Noronha Silva <gns@gnome.org>
1331 Reviewed by Xan Lopez.
1333 Bump version, and adjust library versioning for 1.1.20.
1337 2010-01-29 Jeremy Orlow <jorlow@chromium.org>
1339 Reviewed by Dimitri Glazkov.
1341 A first step towards the Indexed Database API
1342 https://bugs.webkit.org/show_bug.cgi?id=34342
1344 Add Indexed Database API
1348 2010-01-27 Simon Hausmann <simon.hausmann@nokia.com>
1350 Reviewed by Kenneth Rohde Christiansen.
1352 [Qt] Don't build the tests in packages, only the launcher(s)
1356 2010-01-27 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
1358 Reviewed by Tor Arne Vestbø.
1360 [Qt] Add the "d" suffix to QtWebKit's dll on Windows.
1364 2010-01-27 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
1366 Unreviewed build fix
1368 [Qt] Build fix for windows when QTDIR contains release libraries.
1370 * WebKit.pri: Use the <name>.lib syntax for linking instead of qmake's -l<name> emulation
1372 2010-01-26 Jedrzej Nowacki <jedrzej.nowacki@nokia.com>
1374 Reviewed by Simon Hausmann.
1376 First steps of the QtScript API.
1378 Two new classes were created; QScriptEngine and QScriptValue.
1379 The first should encapsulate a javascript context and the second a script
1382 This API is still in development, so it isn't compiled by default.
1383 To trigger compilation, pass --qmakearg="CONFIG+=build-qtscript" to
1386 https://bugs.webkit.org/show_bug.cgi?id=32565
1390 2010-01-25 Simon Hausmann <simon.hausmann@nokia.com>
1392 Reviewed by Laszlo Gombos.
1394 [Qt] Fix the build on Maemo5.
1396 https://bugs.webkit.org/show_bug.cgi?id=34051
1398 * WebKit.pri: Disable the use of uitools, just like it's done for Symbian.
1400 2010-01-21 No'am Rosenthal <noam.rosenthal@nokia.com>
1402 Reviewed by Antti Koivisto.
1404 [Qt] Implement GraphicsLayer for accelerated layer compositing
1405 https://bugs.webkit.org/show_bug.cgi?id=33514
1407 * WebKit.pri: Addded compile flags to enable accelerated compositing
1408 on versions higher than 4.5
1410 2010-01-20 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1412 Reviewed by Simon Hausmann.
1414 [Qt] Make DumpRenderTree build on Windows
1418 2010-01-20 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
1420 Reviewed by Simon Hausmann.
1422 [Qt] Fix the recursive generated_files target to work with qmake -r -o
1424 * DerivedSources.pro:
1426 2010-01-20 Simon Hausmann <simon.hausmann@nokia.com>
1428 Reviewed by Tor Arne Vestbø.
1430 [Qt] Make it possible (on *nix at least) to recursively call "make generated_files"
1432 * DerivedSources.pro:
1434 2010-01-19 Gustavo Noronha Silva <gns@gnome.org>
1436 Unreviewed. Shared library versioning update for 1.1.19.
1440 2010-01-15 Gustavo Noronha Silva <gns@gnome.org>
1442 Rubber-stamped by Xan Lopez.
1444 Bump version to 1.1.19.
1448 2010-01-14 Csaba Osztrogonác <ossy@webkit.org>
1450 Reviewed by Eric Seidel.
1452 [Qt] Defective dependencies caused build failing on QtBuildBot.
1453 https://bugs.webkit.org/show_bug.cgi?id=33693
1455 * WebKit.pri: CONFIG += depend_includepath added.
1457 2010-01-14 Steve Block <steveblock@google.com>
1459 Reviewed by David Levin.
1461 Moves general includes before bindings includes in Android build system.
1462 https://bugs.webkit.org/show_bug.cgi?id=33623
1464 This avoids problems with collisions between WebCore/platform/text/StringBuilder.h
1465 and the new JavaScriptCore/runtime/StringBuilder.h. This change puts
1466 JavaScriptCore/runtime and other bindings includes after the WebCore and other
1467 general includes, so that the WebCore StringBuilder.h is picked up when building
1470 * Android.mk: Modified.
1472 2010-01-13 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
1474 Reviewed by Simon Hausmann.
1476 [Qt] Split the build process in two different .pro files.
1477 This allows qmake to be run once all source files are available.
1479 * DerivedSources.pro: Added.
1482 2010-01-07 Daniel Bates <dbates@rim.com>
1484 Reviewed by Eric Seidel.
1486 https://bugs.webkit.org/show_bug.cgi?id=32987
1488 Added ENABLE_XHTMLMP flag. Disabled by default.
1492 2010-01-05 Gustavo Noronha Silva <gns@gnome.org>
1494 Reviewed by Xan Lopez.
1496 Based on idea and original patch by Evan Martin.
1498 Remove libWebCore intermediate library, to improve link time.
1500 [GTK] Build time must be reduced
1501 https://bugs.webkit.org/show_bug.cgi?id=32921
1505 2010-01-05 Xan Lopez <xlopez@igalia.com>
1507 Bump for 1.1.18 release.
1511 2010-01-04 Gustavo Noronha Silva <gns@gnome.org>
1513 Fix JSCore-1.0.gir path to fix make distcheck.
1517 2010-01-04 Simon Hausmann <simon.hausmann@nokia.com>
1519 Reviewed by Tor Arne Vestbø.
1521 [Qt] Fix standalone package builds.
1523 * WebKit.pri: Add logic for detecting standalone builds. Set OUTPUT_DIR to the top-level dir in that case.
1524 * WebKit.pro: Don't build JSC and DRT for package builds.
1526 2010-01-04 Eric Seidel <eric@webkit.org>
1528 Reviewed by Adam Barth.
1530 bugzilla-tool should not require users to install mechanize
1531 https://bugs.webkit.org/show_bug.cgi?id=32635
1533 * .gitignore: Ignore autoinstall.cache.d directory created by autoinstall.py
1535 2009-12-28 Estêvão Samuel Procópio <tevaum@gmail.com>
1537 Reviewed by Gustavo Noronha Silva.
1539 Bug 32940: [GTK] Changing the download throttle conditions.
1540 https://bugs.webkit.org/show_bug.cgi?id=32716
1542 The WebKitDownload progress notification was taking long to
1543 update. This fix makes notification happens each 0.7 secs
1544 or when the progress ups in 1%.
1546 * WebKit/gtk/webkit/webkitdownload.cpp:
1548 2009-12-22 Simon Hausmann <simon.hausmann@nokia.com>
1550 Rubber-stamped by Holger Freyther.
1552 Adjusted path to QtLauncher.
1556 2009-12-19 Evan Martin <evan@chromium.org>
1558 Reviewed by Gustavo Noronha Silva.
1560 Add a couple of WebKitGtk files to .gitignore.
1564 2009-12-18 Benjamin Otte <otte@gnome.org>
1566 Reviewed by Xan Lopez.
1568 [GTK] RemoveDashboard support. It's useless.
1572 2009-12-18 Simon Hausmann <simon.hausmann@nokia.com>
1574 Reviewed by Tor Arne Vestbø.
1576 [Qt] Clean up the qmake build system to distinguish between trunk builds and package builds
1578 https://bugs.webkit.org/show_bug.cgi?id=32716
1580 * WebKit.pri: Use standalone_package instead of QTDIR_build
1582 2009-12-17 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1584 Unreviewed. Build fixes for make distcheck.
1588 2009-12-16 Dan Winship <danw@gnome.org>
1590 Reviewed by Gustavo Noronha Silva.
1592 [Gtk] Content-Encoding support
1594 https://bugs.webkit.org/show_bug.cgi?id=522772
1596 * configure.ac: require libsoup 2.28.2 for SoupContentDecoder
1598 2009-12-13 Eric Seidel <eric@webkit.org>
1600 Reviewed by Gavin Barraclough.
1602 string-base64 test does not compute a valid base64 string
1603 http://bugs.webkit.org/show_bug.cgi?id=16806
1605 * tests/string-base64.js: change str[i] to str.charCodeAt(i)
1607 2009-12-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1609 Reviewed by Xan Lopez.
1611 [GTK] Should provide an API to control the IconDatabase
1612 https://bugs.webkit.org/show_bug.cgi?id=32334
1614 Add test to make sure favicon reporting works.
1618 2009-12-09 Steve Block <steveblock@google.com>
1620 Reviewed by Adam Barth.
1622 Adds Android Makefiles for building with V8.
1623 https://bugs.webkit.org/show_bug.cgi?id=32278
1625 * Android.mk: Modified. Includes Makefiles for V8.
1627 2009-12-08 Steve Block <steveblock@google.com>
1629 Reviewed by Adam Barth.
1631 [Android] Adds Makefiles for Android port.
1632 https://bugs.webkit.org/show_bug.cgi?id=31325
1634 * Android.mk: Added.
1636 2009-12-08 Christian Dywan <christian@twotoasts.de>
1638 Reviewed by Xan Lopez.
1640 * configure.ac: Require only libSoup 2.27.91 but check for 2.29.3
1641 and define HAVE_LIBSOUP_2_29_3 in that case.
1643 2009-12-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1645 Rubber-stamped by Xan Lopez.
1647 Late post-release version bump.
1651 2009-12-08 Dominik Röttsches <dominik.roettsches@access-company.com>
1653 Reviewed by Gustavo Noronha Silva.
1655 [Gtk] Create a TextBreakIterator implementation based on GLib (without ICU)
1656 https://bugs.webkit.org/show_bug.cgi?id=31469
1658 Removing hybrid configuration for --with-unicode-backend=glib
1659 ICU not required anymore.
1661 * autotools/webkit.m4:
1663 2009-12-08 Nikolas Zimmermann <nzimmermann@rim.com>
1665 Rubber-stamped by Maciej Stachowiak.
1667 Turn on (SVG) Filters for Gtk.
1668 https://bugs.webkit.org/show_bug.cgi?id=32224
1672 2009-12-07 Dmitry Titov <dimich@chromium.org>
1674 Rubber-stamped by Darin Adler.
1676 Remove ENABLE_SHARED_SCRIPT flags
1677 https://bugs.webkit.org/show_bug.cgi?id=32245
1678 This patch was obtained by "git revert" command and then un-reverting of ChangeLog files.
1682 2009-12-06 Gustavo Noronha Silva <gns@gnome.org>
1684 Reviewed by Xan Lopez.
1686 Build the new API test.
1688 [GTK] REGRESSION: webkit thinks it can render PDFs
1689 https://bugs.webkit.org/show_bug.cgi?id=32183
1693 2009-12-05 Vincent Untz <vuntz@gnome.org>
1695 Reviewed by Gustavo Noronha.
1697 Fixes race for builds with introspection enabled, and parallel
1702 2009-12-04 Xan Lopez <xlopez@igalia.com>
1704 Reviewed by Gustavo Noronha.
1706 [GTK]Enable DNS prefetching
1707 https://bugs.webkit.org/show_bug.cgi?id=23846
1709 Bump libsoup required version to 2.29.3 for DNS prefetching.
1713 2009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1715 Rubber-stamped by Xan Lopez.
1717 Make sure we distribute and install GObject Introspection files.
1721 2009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1723 Build fix. Make sure JSCore-1.0.gir is added to the distributed
1728 2009-11-30 Xan Lopez <xlopez@igalia.com>
1730 Reviewed by Gustavo Noronha.
1732 Bump versions for 1.1.17 release.
1736 2009-11-30 Jan-Arve Sæther <jan-arve.saether@nokia.com>
1738 Reviewed by Simon Hausmann.
1740 [Qt] Fix compilation with win32-icc
1742 Include os-win32 for stdint.h since MS does not ship that in their PSDK.
1746 2009-11-26 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1748 Reviewed by Oliver Hunt.
1750 Move GOwnPtr* from wtf to wtf/gtk
1751 https://bugs.webkit.org/show_bug.cgi?id=31793
1753 * GNUmakefile.am: Add JavaScriptCore/wtf/gtk to
1756 2009-11-24 Dmitry Titov <dimich@chromium.org>
1758 Reviewed by Eric Seidel.
1760 Add ENABLE_SHARED_SCRIPT feature define and flag for build-webkit
1761 https://bugs.webkit.org/show_bug.cgi?id=31444
1765 2009-11-24 Jason Smith <dark.panda@gmail.com>
1767 Reviewed by Alexey Proskuryakov.
1769 RegExp#exec's returned Array-like object behaves differently from
1771 https://bugs.webkit.org/show_bug.cgi?id=31689
1773 * LayoutTests/fast/js/regexp-in-and-foreach-handling.html: Added.
1774 * LayoutTests/fast/js/script-tests/regexp-in-and-foreach-handling.js: Added.
1775 * LayoutTests/fast/js/regexp-in-and-foreach-handling-expected.txt: Added.
1777 2009-11-24 Jens Alfke <snej@chromium.org>
1779 Reviewed by David Levin.
1781 Ignore Chromium's Xcode projects that are auto-generated from .gyp files.
1782 https://bugs.webkit.org/show_bug.cgi?id=31847
1784 * .gitignore: Add three .xcodeproj files.
1786 2009-11-09 Priit Laes <plaes@plaes.org>
1788 Reviewed by Oliver Hunt.
1790 [Gtk] Build from tarball fails with --enable-introspection
1791 https://bugs.webkit.org/show_bug.cgi?id=31261
1793 We need to enable gobject-introspection during distcheck otherwise
1794 some of the required files are missing in tarball.
1798 2009-11-05 Priit Laes <plaes@plaes.org>
1800 Reviewed by Jan Alonzo.
1802 [Gtk] Build failure with --enable-introspection
1803 https://bugs.webkit.org/show_bug.cgi?id=31102
1805 Add search and include paths for JSCore-1.0.gir required by
1806 gobject-introspection tools.
1810 2009-11-04 Benjamin Otte <otte@gnome.org>
1812 Reviewed by Gustavo Noronha.
1814 Update Cairo requirement to 1.6.
1816 https://bugs.webkit.org/show_bug.cgi?id=19266
1820 2009-11-02 Estêvão Samuel Procópio <tevaum@gmail.com>
1822 Reviewed by Gustavo Noronha.
1824 [Build] make install ignores --prefix option for gobject-introspection.
1825 https://bugs.webkit.org/show_bug.cgi?id=31025
1827 Make the build system use the --prefix path also when installing
1828 gobject-introspection files.
1830 * configure.ac: use --prefix path in GITDIR and GIRTYPELIBDIR
1832 2009-11-02 Xan Lopez <xlopez@igalia.com>
1834 Bump version before release (or post-release, depending on your
1835 point of view) so that we can make applications depending on
1836 unreleased APIs in WebKit svn fail at configure time when the
1837 requirements are not met.
1841 2009-11-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1843 Reviewed by Eric Seidel.
1845 Turn on warnings for QtWebKit for gcc
1846 https://bugs.webkit.org/show_bug.cgi?id=30958
1848 * WebKit.pri: Turn on warnings for the GCC compiler
1850 2009-10-30 Adam Barth <abarth@webkit.org>
1852 Reviewed by Mark Rowe.
1854 Teach git to ignore some files
1855 https://bugs.webkit.org/show_bug.cgi?id=30951
1857 Ignore WebKitBuild because we never want to version that directory.
1858 Also, ignore the xcode project files so git clean doesn't blow away
1859 your project settings. Finally, ignore the compiled python files in
1860 WebKitTools/Script modules because they clutter up git status.
1862 * .gitignore: Added.
1864 2009-10-30 Roland Steiner <rolandsteiner@chromium.org>
1866 Reviewed by Eric Seidel.
1868 Remove ENABLE_RUBY guards as discussed with Dave Hyatt and Maciej Stachowiak.
1870 Bug 28420 - Implement HTML5 <ruby> rendering
1871 (https://bugs.webkit.org/show_bug.cgi?id=28420)
1873 No new tests (no functional change).
1877 2009-10-26 Holger Hans Peter Freyther <zecke@selfish.org>
1879 Rubber-stamped by Darin Adler.
1881 Export fastMalloc, fastCalloc, fastRealloc and fastFree
1882 https://bugs.webkit.org/show_bug.cgi?id=30769
1884 Export the FastMalloc functions outside of the libwebkit library
1885 to be able to instrument memory allocations. These are C++ symbols
1886 but do not require the C++ runtime to be useful and should be of
1887 no harm to plain C code.
1889 * autotools/symbols.filter:
1891 2009-10-26 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1893 Reviewed by Jan Alonzo.
1895 Alternative solution to regression introduced in r48672.
1899 2009-10-26 Xan Lopez <xlopez@igalia.com>
1901 Reviewed by Gustavo Noronha.
1903 Update for 1.1.16 release.
1907 2009-10-24 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1909 Reviewed by Holger Freyther.
1911 [Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian
1912 https://bugs.webkit.org/show_bug.cgi?id=30476
1914 Set the stack size to 80 Kb and heap size to the 128kB - 32MB range
1915 to all executables linking against WebKit library.
1919 2009-10-18 Jan Michael Alonzo <jmalonzo@webkit.org>
1921 Reviewed by Holger Freyther.
1923 [GTK] Add MathML to the build system
1924 https://bugs.webkit.org/show_bug.cgi?id=30487
1926 Add --enable-mathml to configure.
1930 2009-10-15 Jan Michael Alonzo <jmalonzo@webkit.org>
1932 Reviewed by Xan Lopez.
1934 [GTK] marshal stamp files are not cleaned after a distclean
1935 https://bugs.webkit.org/show_bug.cgi?id=30156
1937 Add the stamp files directly to cleanfiles. Also rearrange the
1938 variable declarations so we don't miss any files that need to be
1939 cleaned up during the clean targets.
1943 2009-10-15 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1945 Unreviewed. Help text fix - Web Sockets default is no, not yes.
1949 2009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org>
1951 Rubberstamped by Eric Seidel.
1953 [Gtk] Fix icu CFLAG for Darwin
1954 https://bugs.webkit.org/show_bug.cgi?id=29517
1956 Don't escape the srcdir variable. Also use $host instead of the
1959 * autotools/webkit.m4:
1961 2009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org>
1963 Reviewed by Gustavo Noronha.
1965 [Gtk] Use the SQLite3 headers from WebKitLibraries if sqlite3 is undetected
1966 https://bugs.webkit.org/show_bug.cgi?id=29518
1970 2009-10-05 Zoltan Horvath <zoltan@webkit.org>
1972 Reviewed by Simon Hausmann.
1974 [Qt] Disable TCmalloc for Windows port at the present, because MinGW
1975 hasn't got built-in pthread library.
1979 2009-10-02 Prasanth Ullattil <prasanth.ullattil@nokia.com>
1981 Reviewed by Simon Hausmann.
1983 Disable a few more harmless MSVC warnings.
1987 2009-10-01 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1989 Unreviewed, build fix.
1991 [Qt] Symbian build break after r48976.
1992 unix is set for Symbian in the Qt build system.
1996 2009-10-01 Zoltan Horvath <zoltan@webkit.org>
1998 Reviewed by Simon Hausmann.
2000 [Qt] Enable TCmalloc for the Linux, Mac and Windows Qt-port
2001 https://bugs.webkit.org/show_bug.cgi?id=27029
2003 Remove USE_SYSTEM_MALLOC for Linux, Mac and Windows Qt-port from WebKit.pri,
2004 so these Qt-ports will use TCmalloc as other ports.
2008 2009-10-01 Martin Robinson <martin.james.robinson@gmail.com>
2010 Reviewed by Xan Lopez.
2012 [GTK] GtkIMContext filtering interferes with DOM key events
2013 https://bugs.webkit.org/show_bug.cgi?id=28733
2015 Add new key event test ensuring that IME keypresses are handled.
2019 2009-10-01 Philippe Normand <pnormand@igalia.com>
2021 Reviewed by Xan Lopez.
2023 [GTK] data: uri support in media player
2024 https://bugs.webkit.org/show_bug.cgi?id=29842
2026 Check presence of gstreamer-pbutils-0.10.
2030 2009-09-26 David Kilzer <ddkilzer@apple.com>
2032 GTK BUILD FIX: add ENABLE_ORIENTATION_EVENTS support to configure.ac
2034 * configure.ac: Added support for ENABLE_ORIENTATION_EVENTS.
2036 2009-09-23 Xan Lopez <xlopez@igalia.com>
2038 Reviewed by Gustavo Noronha.
2040 Do not add unneeded include paths for gir files, and add the
2041 include paths for headers manually instead of relying on our own
2042 pc file and installed headers, since that adds a circular
2047 2009-09-23 Jan Michael Alonzo <jmalonzo@webkit.org>
2049 Reviewed by Xan Lopez.
2051 Minor reorganization to the patch landed in
2052 http://trac.webkit.org/changeset/48670. Also move JSCore-1.0.gir
2053 in the gtk directory as that's only useful to the Gtk port at the
2059 2009-09-23 Xan Lopez <xlopez@igalia.com>
2061 Reviewed by Gustavo Noronha.
2063 [GTK] We should generate our own gir file for introspection
2064 https://bugs.webkit.org/show_bug.cgi?id=29603
2066 Generate gir and typelib files for WebKit and JSCore. The JSCore
2067 gir file is handwritten (since it's only useful, for now, as a
2068 dependency of the WebKit gir file), the WebKit one is
2069 autogenerated from the headers.
2072 * JSCore-1.0.gir: Added.
2075 2009-09-22 Philippe Normand <pnormand@igalia.com>
2077 Reviewed by Xan Lopez.
2079 link errors due to wrong UNICODE_LIBS on Ubuntu Jaunty
2080 https://bugs.webkit.org/show_bug.cgi?id=29638
2082 Call icu-cconfig with ldflags-libsonly to prevent having a -L
2083 statement that could override libs installed in another prefix.
2085 * autotools/webkit.m4:
2087 2009-09-21 Xan Lopez <xlopez@igalia.com>
2089 Reviewed by Gustavo Noronha.
2091 Bump version for 1.1.15 release.
2095 2009-09-18 Xan Lopez <xlopez@igalia.com>
2097 Reviewed by Gustavo Noronha and Jan Alonzo.
2099 [GTK] context menu overriding API is very limited
2100 https://bugs.webkit.org/show_bug.cgi?id=27546
2102 Add new tests to the build.
2106 2009-09-18 Xan Lopez <xlopez@igalia.com>
2108 Reviewed by Gustavo Noronha and Jan Alonzo.
2110 [GTK] context menu overriding API is very limited
2111 https://bugs.webkit.org/show_bug.cgi?id=27546
2113 Add WebKitHitTestResult to the build.
2117 2009-09-10 Laszlo Gombos <laszlo.1.gombos@nokia.com>
2119 Reviewed by Ariya Hidayat.
2121 Disable some ARM compiler warnings
2122 https://bugs.webkit.org/show_bug.cgi?id=29083
2124 The following ARM compiler warnings are disabled
2126 - #68-D: integer conversion resulted in a change of sign
2127 - #111-D: statement is unreachable
2128 - #177-D: variable XXX was declared but never referenced
2129 - #368-D: class XXX defines no constructor to initialize the following: YYY
2130 - #830-D: function XXX "XXX::operator new" has no corresponding operator delete
2131 - #1293-D: assignment in condition
2135 2009-09-09 Kenneth Rohde Christiansen <kenneth@webkit.org>
2137 Reviewed by Simon Hausmann.
2139 [Qt] Add the alternative QtLauncher (based on QGraphicsView) to the build.
2141 https://bugs.webkit.org/show_bug.cgi?id=28862
2145 2009-09-07 Xan Lopez <xlopez@igalia.com>
2147 Rubber-stamped by Gustavo Noronha.
2149 Bump versions in preparation for 1.1.14 release.
2153 2009-09-07 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2155 Reviewed by Xan Lopez.
2157 https://bugs.webkit.org/show_bug.cgi?id=26854
2158 [GTK] Needs API to allow more control over outgoing requests
2160 * GNUmakefile.am: new files added to the build for new class
2161 WebKitNetworkResponse
2163 2009-09-06 Martin Robinson <martin.james.robinson@gmail.com>
2165 Reviewed by Gustavo Noronha, Jan Alonzo and Xan Lopez.
2167 [Gtk] Expose a database API
2168 https://bugs.webkit.org/show_bug.cgi?id=27899
2170 Expose an HTML5 database API for GTK+.
2174 2009-09-04 Albert Bachand <albertb@google.com>
2176 Reviewed by Eric Seidel.
2178 Modify the condition regarding the key modifier for opening combo
2179 boxes under GTK from just PLATFORM(GTK) to also look for
2180 (PLATFORM(CHROMIUM) && PLATFORM(LINUX)).
2182 * WebCore/dom/SelectElement.cpp:
2183 * WebCore/manual-tests/select-popup-on-spacebar.html:
2185 2009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org>
2187 Reviewed by Xan Lopez and Gustavo Noronha.
2189 [Gtk] Implement a WebDataSource for the gtk port
2190 https://bugs.webkit.org/show_bug.cgi?id=24758
2192 Add WebKitWebDataSource unit test to the build script
2196 2009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org>
2198 Reviewed by Xan Lopez and Gustavo Noronha.
2200 [Gtk] Implement a WebDataSource for the gtk port
2201 https://bugs.webkit.org/show_bug.cgi?id=24758
2203 Add WebKitWebDataSource and DocumentLoaderGtk to the build script.
2207 2009-09-01 Jan Michael Alonzo <jmalonzo@webkit.org>
2209 Reviewed by Xan Lopez and Gustavo Noronha.
2211 [Gtk] Implement a WebDataSource for the gtk port
2212 https://bugs.webkit.org/show_bug.cgi?id=24758
2214 Add WebKitWebResource to the build script.
2218 2009-08-28 Jan Michael Alonzo <jmalonzo@webkit.org>
2220 Reviewed by Oliver Hunt.
2222 Gtk Build broken for OSX Quartz
2223 https://bugs.webkit.org/show_bug.cgi?id=28727
2225 Define XP_UNIX for non-Win OS builds.
2229 2009-08-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2231 Reviewed by Holger Freyther.
2233 https://bugs.webkit.org/show_bug.cgi?id=25889
2234 [GTK] scrollbar policy for main frame is not implementable
2236 Adding files for the new test for window-related issues (starting
2237 with scrollbar policy).
2241 2009-08-27 Priit Laes <plaes@plaes.org>
2243 Reviewed by Xan Lopez.
2245 [GTK] Out-of-srcdir build problem
2246 https://bugs.webkit.org/show_bug.cgi?id=28741
2248 * GNUmakefile.am, autotools/webkit.m4:
2249 Fix problem with out-of-srcdir builds. Also bump required glib version.
2251 2009-08-24 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2253 Reviewed by Xan Lopez.
2255 Bump package and so versions for 1.1.13 release.
2259 2009-08-22 Javier Jardón <javierjc1982@gmail.com>
2261 [GTK] Not use deprecated symbols in WebKitWebView example code.
2262 https://bugs.webkit.org/show_bug.cgi?id=28651
2264 * WebKit/gtk/webkit/webkitwebview.cpp
2266 2009-08-18 Xan Lopez <xlopez@igalia.com>
2268 Rubber-stamped by Holger Freyther.
2270 Require at least libsoup 2.27.91 for the new password
2271 manager/authentication APIs.
2275 2009-08-18 Drew Wilson <atwilson@google.com>
2277 Reviewed by NOBODY (Build Break).
2279 Speculative fix for GTK DumpRenderTree.
2283 2009-08-18 Kent Tamura <tkent@chromium.org>
2285 Reviewed by Eric Seidel.
2287 Add --enable-datalist option.
2291 2009-08-14 Adam Bergkvist <adam.bergkvist@ericsson.com>
2293 Reviewed by Sam Weinig.
2295 [GTK] Added EventSource to the build (default on).
2296 https://bugs.webkit.org/show_bug.cgi?id=14997
2300 2009-08-14 Jan Michael Alonzo <jmalonzo@webkit.org>
2302 Rubber-stamped by Gustavo Noronha.
2304 Initialize CFLAGS and CXXFLAGS before the main body of the
2305 WEBKIT_INIT macro so C files don't get built with "-g -O2".
2307 * autotools/webkit.m4:
2309 2009-08-12 Xan Lopez <xlopez@igalia.com>
2311 Reviewed by Jan Alonzo.
2313 [GTK] Remove keyring optional features
2314 https://bugs.webkit.org/show_bug.cgi?id=28173
2316 Remove keyring support, we now do authentication storage through
2317 libsoup. We depend on libsoup master now, will bump the dependency
2318 when there's a new release.
2323 2009-08-11 Drew Wilson <atwilson@google.com>
2325 Reviewed by NOBODY (Build break).
2327 Speculative fix for GTK build break.
2331 2009-08-11 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
2333 Reviewed by Simon Hausmann.
2335 Build the TestNetscapePlugin on Qt/Mac
2339 2009-08-11 Xan Lopez <xlopez@igalia.com>
2341 Reviewed by Jan Alonzo.
2343 Prefix lengthy commands with AM_V_GEN so that they produce an
2344 output like 'GEN <filename>' when in silent mode.
2348 2009-08-05 Jan Michael Alonzo <jmalonzo@webkit.org>
2350 Reviewed by Xan Lopez.
2352 [Gtk] macros in webkit.m4 should be defined once only
2353 https://bugs.webkit.org/show_bug.cgi?id=27929
2355 The macros in webkit.m4 are not meant to be called multiple times
2356 so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
2357 AC_REQUIRE to remove the automake warnings when doing autogen.sh.
2359 Lastly, make sure CXXFLAGS and CFLAGS are defined before
2360 AC_PROG_CXX gets expanded so it doesn't add "-g -O2" on Release builds.
2362 * autotools/webkit.m4:
2364 2009-08-05 Xan Lopez <xlopez@igalia.com>
2366 Revert r46714, it was making us build debug images by default.
2368 * autotools/webkit.m4:
2370 2009-08-03 Laszlo Gombos <laszlo.1.gombos@nokia.com>
2372 Reviewed by Eric Seidel.
2374 [Qt] Consolidate common gcc flags to WebKit.pri
2375 https://bugs.webkit.org/show_bug.cgi?id=27934
2379 2009-08-03 Jan Michael Alonzo <jmalonzo@webkit.org>
2381 Rubber-stamped by Eric Seidel.
2383 [Gtk] macros in webkit.m4 should be defined once only
2384 https://bugs.webkit.org/show_bug.cgi?id=27929
2386 The macros in webkit.m4 are not meant to be called multiple times
2387 so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
2388 AC_REQUIRE to remove the automake warnings when doing autogen.sh.
2390 * autotools/webkit.m4:
2392 2009-07-29 Ariya Hidayat <ariya.hidayat@nokia.com>
2394 Reviewed by Simon Hausmann.
2396 Adding ImageDiff project file.
2398 https://bugs.webkit.org/show_bug.cgi?id=27813
2400 * WebKit.pro: Added ImageDiff.pro.
2402 2009-07-29 Jan Michael Alonzo <jmalonzo@webkit.org>
2404 Reviewed by Eric Seidel and Xan Lopez.
2406 [Gtk] Enable http/tests/appcache tests
2407 https://bugs.webkit.org/show_bug.cgi?id=27674
2409 * GNUmakefile.am: Add webkit/webkitapplicationcache.cpp
2411 2009-07-28 Xan Lopez <xlopez@igalia.com>
2413 Reviewed by Gustavo Noronha.
2415 Use automake 1.11 SILENT_RULES when present, for cleaner build
2416 output. You can disable it by passing --disable-silent-rules to
2417 configure or V=1 to make.
2419 * autotools/dolt.m4:
2422 2009-07-28 Laszlo Gombos <laszlo.1.gombos@nokia.com>
2424 Reviewed by Simon Hausmann.
2426 [Qt] Disable some compiler warnings for the win build
2427 https://bugs.webkit.org/show_bug.cgi?id=27709
2431 2009-07-28 Xan Lopez <xlopez@igalia.com>
2433 Reviewed by Gustavo Noronha.
2435 * configure.ac: bump version for 1.1.12 release.
2437 2009-07-24 Xan Lopez <xlopez@igalia.com>
2439 Reviewed by Gustavo Noronha.
2441 Remove unneeded commas from PKG_CHECK_MODULES.
2445 2009-07-24 Jan Michael Alonzo <jmalonzo@webkit.org>
2447 Reviewed by Xan Lopez.
2449 Bump pango version requirement to 1.12 which is the version that
2454 2009-07-21 Roland Steiner <rolandsteiner@google.com>
2456 Reviewed by David Levin.
2458 Add ENABLE_RUBY to list of build options
2459 https://bugs.webkit.org/show_bug.cgi?id=27324
2461 * configure.ac: Added flag ENABLE_RUBY.
2463 2009-07-20 Laszlo Gombos <laszlo.1.gombos@nokia.com>
2465 Reviewed by Holger Freyther.
2467 [Qt] Add an option for QtLauncher to build without QtUiTools dependency
2468 https://bugs.webkit.org/show_bug.cgi?id=27438
2470 Based on Norbert Leser's work.
2472 * WebKit.pri: Symbian does not have UiTools
2474 2009-07-16 Fumitoshi Ukai <ukai@chromium.org>
2476 Reviewed by David Levin.
2478 Add --web-sockets flag and ENABLE_WEB_SOCKETS define.
2479 https://bugs.webkit.org/show_bug.cgi?id=27206
2481 Add --enable-web-sockets in configure.ac
2485 2009-07-16 Laszlo Gombos <laszlo.1.gombos@nokia.com>
2487 Reviewed by Simon Hausmann.
2489 [Qt] Enable GNU compiler extensions to the ARM compiler
2490 for all Qt ports using RVCT
2491 https://bugs.webkit.org/show_bug.cgi?id=27348
2495 2009-07-15 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
2497 Rubber-stamped by Simon Hausmann.
2499 Fix the Qt/Mac build by disabling TestNetscapePlugin
2501 We should fix and enable this once we run DRT for Qt/Mac
2505 2009-07-13 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2507 Unreviewed build fix. Require the correct libsoup version now that
2512 2009-07-13 Laszlo Gombos <laszlo.1.gombos@nokia.com>
2514 Reviewed by Tor Arne Vestbø.
2516 [Qt] Build fix for QtWebKit on Win
2517 https://bugs.webkit.org/show_bug.cgi?id=27205
2519 * WebKit.pri: Include the major version number in the QtWebKit
2520 library file for Win.
2522 2009-07-13 Simon Hausmann <simon.hausmann@nokia.com>
2524 Reviewed by Ariya Hidayat.
2526 Add the test netscape plugin for the Qt DRT to the build.
2530 2009-07-13 Drew Wilson <atwilson@google.com>
2532 Reviewed by David Levin.
2534 Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs
2535 https://bugs.webkit.org/show_bug.cgi?id=26932
2537 Added ENABLE(SHARED_WORKERS) flag.
2541 2009-07-12 Xan Lopez <xlopez@igalia.com>
2543 Reviewed by Gustavo Noronha.
2545 Bump version in preparation for 1.1.11 release.
2549 2009-07-07 Norbert Leser <norbert.leser@nokia.com>
2551 Reviewed by Simon Hausmann.
2553 Exclude DumpRenderTree.pro from symbian build
2557 2009-07-09 Drew Wilson <atwilson@google.com>
2559 Reviewed by Alexey Proskuryakov.
2561 https://bugs.webkit.org/show_bug.cgi?id=26903
2563 Turned on CHANNEL_MESSAGING by default because the MessageChannel API
2564 can now be implemented for Web Workers and is reasonably stable.
2566 * configure.ac: enable CHANNEL_MESSAGING.
2568 2009-07-03 Jan Michael Alonzo <jmalonzo@webkit.org>
2570 Reviewed by Xan Lopez and Gustavo Noronha.
2572 Set user-agent from application
2573 https://bugs.webkit.org/show_bug.cgi?id=17375
2575 Define UA version macros to be used by the UA string.
2576 Add new WebSettings unit test for the User-Agent string API.
2581 2009-06-20 Gustavo Noronha Silva <gns@gnome.org>
2583 Reviewed by Jan Alonzo.
2585 Adding files for the new test case for loading statuses.
2589 2009-06-15 Xan Lopez <xlopez@igalia.com>
2591 Reviewed by Gustavo Noronha.
2593 Version bump in preparation for 1.1.10 release.
2597 2009-06-12 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
2599 Reviewed by Xan Lopez.
2601 Refactor handling of options in the build-webkit script
2603 Options are now defined in one place, and then reused when creating
2604 the usage help text, the arguments to GetOptions(), and when passing
2605 the options on to the underlying port-dependent build systems.
2607 This allows the Qt port to read the defaults for the options from the
2608 pro file (dynamically), and to pass the options on to qmake at build.
2612 2009-06-11 Laszlo Gombos <laszlo.1.gombos@nokia.com>
2614 Reviewed by Holger Freyther.
2616 [Qt] Fix release build detection
2617 https://bugs.webkit.org/show_bug.cgi?id=26267
2621 2009-06-10 Gustavo Noronha Silva <gns@gnome.org>
2623 Reviewed by Xan Lopez.
2625 Add unit tests for our WebKitNetworkRequest object.
2629 2009-06-10 Xan Lopez <xlopez@igalia.com>
2631 Reviewed by Gustavo Noronha.
2633 Version bump in preparation for 1.1.9 release.
2637 2009-06-10 Xan Lopez <xlopez@igalia.com>
2639 Reviewed by Jan Alonzo.
2641 https://bugs.webkit.org/show_bug.cgi?id=25415
2642 [GTK][ATK] Please implement support for get_text_at_offset
2644 Add new dependency on the Gail utils library, needed for our a11y
2650 2009-05-29 Gustavo Noronha Silva <gns@gnome.org>
2652 Reviewed by Jan Alonzo.
2654 Add a test-case for our HTTP backend, currently checking the
2655 ref-counting of the SoupMessage.
2659 2009-05-28 Dirk Schulze <krit@webkit.org>
2661 Reviewed by Nikolas Zimmermann.
2663 Enable the new build flag --filters for Gtk. More details in WebCore/ChangeLog.
2667 2009-05-19 Xan Lopez <xlopez@igalia.com>
2669 Reviewed by Jan Alonzo and Gustavo Noronha.
2671 https://bugs.webkit.org/show_bug.cgi?id=25415
2672 [GTK][ATK] Please implement support for get_text_at_offset
2674 Add new test file for ATK.
2678 2009-05-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2680 Rubber-stamped by Xan Lopez.
2682 Fix webkitgtk_cleanfiles to clean gtk-doc-related files in the
2683 correct directory, so that we pass make distcheck.
2687 2009-05-28 Xan Lopez <xlopez@igalia.com>
2689 Bump version numbers in preparation for 1.1.8 release.
2693 2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
2695 Unreviewed build fix. Add gstreamer-video-0.10 libs to
2696 GSTREAMER_LIBS to resolve an undefined reference to gst_video_get_size
2697 - symbol used in MediaPlayerPrivateGstreamer.
2701 2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
2703 Reviewed by Xan Lopez.
2705 [Gtk] Various autotools build refactoring and fixes
2706 https://bugs.webkit.org/show_bug.cgi?id=25286
2708 Refactor library LIBS. Move third-party libs in libwebkit instead
2713 2009-05-22 Antonio Gomes <antonio.gomes@openbossa.org>
2715 Reviewed by Gustavo Noronha.
2717 Make Gtk build not bail out if gtk-doc-tools is not installed.
2719 Warning message shown instead.
2723 2009-05-22 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2725 Reviewed by Xan Lopez.
2727 Add big warnings about the glib unicode backend being slow and
2728 incomplete, since it is a work in progress.
2730 * autotools/webkit.m4:
2733 2009-05-22 Dominik Röttsches <dominik.roettsches@access-company.com>
2735 Reviewed by Gustavo Noronha.
2737 https://bugs.webkit.org/show_bug.cgi?id=15914
2738 [GTK] Implement Unicode functionality using GLib
2740 Initial version of this patch by Jürg Billeter.
2742 Adding options for --with-unicode-backend=icu|glib
2743 and checking for pango version >= 1.21.0 if GLib backend
2744 is selected. Temporarily, until remaining parts of
2745 this patch are committed, introduce WTF_USE_GLIB_ICU_UNICODE_HYBRID
2746 macro to allow for a mixed compilation with WTF Unicode
2747 backend based on GLib while text codecs and TextBreakIterator
2748 remain ICU dependent.
2753 2009-05-18 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2755 Reviewed by Gavin Barraclough.
2757 Enable YARR, and disable WREC for GTK+.
2761 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
2763 Reviewed by Xan Lopez.
2765 [Gtk] Various autotools build refactoring and fixes
2766 https://bugs.webkit.org/show_bug.cgi?id=25286
2768 Add support for running unit tests. Also run the tests whenever
2769 the 'check' target runs.
2773 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
2775 Reviewed by Xan Lopez.
2777 [Gtk] Various autotools build refactoring and fixes
2778 https://bugs.webkit.org/show_bug.cgi?id=25286
2784 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org>
2786 Reviewed by Xan Lopez.
2788 [Gtk] Various autotools build refactoring and fixes
2789 https://bugs.webkit.org/show_bug.cgi?id=25286
2791 Add -no-install and -no-fast-install to programs and tests that we
2792 don't install. Also remove -O2 since this is already handled at
2797 2009-05-17 Jan Michael Alonzo <jmalonzo@webkit.org>
2799 Reviewed by Xan Lopez.
2801 [Gtk] Various autotools build refactoring and fixes
2802 https://bugs.webkit.org/show_bug.cgi?id=25286
2804 Refactor library cflags
2808 2009-05-15 Fridrich Strba <fridrich.strba@bluewin.ch>
2810 Reviewed by Jan Alonzo.
2812 Use AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM, since
2813 the JIT compiler is not a cross-compiler
2817 2009-05-13 Xan Lopez <xlopez@igalia.com>
2819 Unreviewed: bump versions in preparation for 1.1.7 release.
2823 2009-05-13 Xan Lopez <xlopez@igalia.com>
2825 Rubber-stamped by Gustavo Noronha.
2827 Revert commit r43563, since it breaks WebKitGTK+ when compiled
2832 2009-05-12 Jan Michael Alonzo <jmalonzo@webkit.org>
2834 Reviewed by Holger Freyther.
2836 [Gtk] Various autotools build refactoring and fixes
2837 https://bugs.webkit.org/show_bug.cgi?id=25286
2839 Refactor use of CFLAGS, CXXFLAGS, LIBADD and LDFLAGS.
2843 2009-05-09 Jan Michael Alonzo <jmalonzo@webkit.org>
2845 Reviewed by Gustavo Noronha.
2847 WebKit-r43163 won't build for gtk-directfb
2848 https://bugs.webkit.org/show_bug.cgi?id=25538
2850 Move the ENCHANT check out of the with_target conditional since it
2851 applies to all targets
2855 2009-05-09 Mike Hommey <glandium@debian.org>
2857 Reviewed by Geoffrey Garen. Landed by Jan Alonzo.
2859 Enable JIT on x86-64 gtk+
2860 https://bugs.webkit.org/show_bug.cgi?id=24724
2864 2009-05-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2866 Reviewed by Xan Lopez.
2868 Ship the gtk-doc.make file, so as to not depend on gtkdoc-tools.
2873 2009-05-06 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
2875 Reviewed by Simon Hausmann.
2877 Build QtWebKit as a framework on Mac
2879 This implies both debug and release build by default, unless
2880 one of the --debug or --release config options are passed to
2881 the build-webkit script.
2883 Frameworks can be disabled by passing CONFIG+=webkit_no_framework
2884 to the build-webkit script.
2886 To be able to build both debug and release targets in parallel
2887 we have to use separate output directories for the generated
2888 sources, which is not optimal, but required to avoid race conditions.
2890 An optimization would be to only require this spit-up on Mac.
2894 2009-04-30 Jan Michael Alonzo <jmalonzo@webkit.org>
2896 Unreviewed build GTK build fix
2898 * configure.ac: typo fix - javascript_debugger should be enable_javascript_debugger
2900 2009-04-30 Dimitri Glazkov <dglazkov@chromium.org>
2902 Unreviewed, build fix.
2904 https://bugs.webkit.org/show_bug.cgi?id=25470
2905 Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler.
2907 * configure.ac: Add autoconfig options, missed in the first commit.
2909 2009-04-28 Xan Lopez <xlopez@igalia.com>
2911 Unreviewed: bump versions in preparation for 1.1.6 release.
2915 2009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2917 Reviewed by Xan Lopez.
2919 [GTK] Error reporting
2920 https://bugs.webkit.org/show_bug.cgi?id=18344
2922 Add webkiterror to the build.
2926 2009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2928 Reviewed by Xan Lopez.
2930 [GTK] Error reporting
2931 https://bugs.webkit.org/show_bug.cgi?id=18344
2933 Add the default error page for installation.
2937 2009-04-24 Diego Escalante Urrelo <diegoe@gnome.org>
2939 Reviewed by Gustavo Noronha.
2941 https://bugs.webkit.org/show_bug.cgi?id=15616
2942 [GTK] Add spell checking
2944 Add enchant support for spell-checking-languages property to work
2950 2009-04-24 Simon Hausmann <simon.hausmann@nokia.com>
2952 Reviewed by Ariya Hidayat.
2954 Added support for generating API docs in the Qt build using "make docs"
2956 * WebKit.pro: Include docs.pri for "make docs" target.
2958 2009-04-14 Xan Lopez <xlopez@igalia.com>
2960 Unreviewed version bump in preparation for 1.1.5 release.
2964 2009-04-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2966 Rubber-stamped by Sam Weinig.
2968 Added rules to maintain the localization support. We cannot simply
2969 use whatever gettextize gives us because our build system is
2975 2009-04-05 Mike Hommey <glandium@debian.org>
2977 Reviewed by Holger Freyther.
2979 Filter out all C++ symbols
2980 https://bugs.webkit.org/show_bug.cgi?id=24960
2982 Considering the public API is all C, we can just filter out all
2983 C++ mangled symbols, which will avoid exporting symbols in some
2984 corner cases such as gcc bugs on specific architectures, etc.
2986 * autotools/symbols.filter:
2988 2009-04-03 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2990 Reviewed by Holger Freyther.
2992 Require GTK+ >= 2.10; 2.8 is already very old, and some very
2993 useful APIs are only available since 2.10.
2997 2009-04-01 Christian Dywan <christian@twotoasts.de>
2999 Reviewed by Holger Freyther.
3001 Unit test WebKitDownload
3002 http://bugs.webkit.org/show_bug.cgi?id=24844
3004 * GNUmakefile.am: Add a unit test for downloading.
3006 2009-04-01 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3008 Unreviewed build fix. Fix make distcheck, after the gtk-doc
3013 2009-03-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3015 Reviewed by Holger Freyther.
3017 Integrate gtk-doc into the Gtk+ buildsystem.
3022 2009-03-30 Xan Lopez <xlopez@igalia.com>
3024 Unreviewed: bump version to 1.1.4 for release.
3028 2009-03-21 Xan Lopez <xlopez@igalia.com>
3030 Reviewed by Holger Freyther.
3032 Require gnome-keyring 2.26.0, since we were depending on an
3033 unreleased trunk revision between 2.25.91 and 2.26.0.
3037 2009-03-20 Jan Michael Alonzo <jmalonzo@gmail.com>
3039 Reviewed by Holger Freyther.
3041 [GTK] Misc patches for WebKitWebHistoryItem
3042 https://bugs.webkit.org/show_bug.cgi?id=24493
3044 Added build support for build the WebKitWebHistoryItem unit test.
3048 2009-03-20 Jan Michael Alonzo <jmalonzo@gmail.com>
3050 Reviewed by Holger Freyther.
3052 Separate gtk unit tests
3053 https://bugs.webkit.org/show_bug.cgi?id=24039
3055 Build the unit tests accordingly.
3059 2009-03-17 Gustavo Noronha Silva <gns@gnome.org>
3061 Reviewed by Mark Rowe.
3063 Enable HTML5 media elements support by default in the GTK+ port.
3067 2009-03-17 Mike Hommey <glandium@debian.org>
3069 Reviewed by Holger Freyther.
3071 Do not export cti* symbols.
3072 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519924.
3074 * autotools/symbols.filter:
3076 2009-03-15 Xan Lopez <xlopez@igalia.com>
3078 Bump version to 1.1.3 for release and fix soversion
3079 calculation (oops). Thanks to Frederik Himpe for pointing this
3084 2009-03-15 Xan Lopez <xlopez@igalia.com>
3086 Bump version and libtool version for release.
3090 2009-03-14 Xan Lopez <xlopez@igalia.com>
3092 No review, build fix.
3094 Split clean rules to make distcheck pass.
3098 2009-03-13 Mark Rowe <mrowe@apple.com>
3100 Reviewed by Dan Bernstein.
3102 Remove rarely used Makefile targets from the Makefile.
3104 There are many situations in which the targets don't work as expected,
3105 and their primary use is addressed by having the build system default
3106 to building the appropriate architecture.
3110 2009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org>
3112 Reviewed by Holger Freyther.
3114 [Gtk] Fix make clean targets
3115 https://bugs.webkit.org/show_bug.cgi?id=24450
3117 Fix 'make' clean targets. We shouldn't be removing DerivedSources
3118 if it's only clean. Only remove it if it's distclean or
3119 maintainer-clean. Also remove build-related auxillary files on
3120 dist/maintainer clean.
3124 2009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org>
3126 Reviewed by Holger Freyther
3128 [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore
3129 https://bugs.webkit.org/show_bug.cgi?id=2260
3131 pangoft2 is also used in directfb builds so use it for all targets
3135 2009-03-02 Xan Lopez <xan@gnome.org>
3137 Reviewed by Mark Rowe.
3139 https://bugs.webkit.org/show_bug.cgi?id=24287
3140 [GTK] Move auth dialog feature to WebKit/
3142 Add WebKitSoupAuthDialog files to build.
3146 2009-03-03 Gustavo Noronha Silva <gns@gnome.org>
3148 Reviewed by Alexey Proskuryakov.
3150 https://bugs.webkit.org/show_bug.cgi?id=16826
3151 [Gtk] Implement WebKitDownload
3153 Adding new files related to WebKitDownload to the GTK+ port.
3157 2009-03-02 Gustavo Noronha Silva <gns@gnome.org>
3159 Unreviewed build fix; adding missing files to EXTRA_DIST, so that
3160 they show up in the tarball.
3164 2009-03-01 Christian Dywan <christian@twotoasts.de>
3166 * configure.ac: Bump GTK port version to 1.1.1.
3168 2009-02-27 Gustavo Noronha Silva <gns@gnome.org>
3170 Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list
3171 file to EXTRA_DIST to fix make dist.
3175 2009-02-26 Xan Lopez <xan@gnome.org>
3177 Reviewed by Holger Freyther.
3179 https://bugs.webkit.org/show_bug.cgi?id=16947
3180 [GTK] Missing HTTP Auth challenge
3182 Add HTTP authentication dialog with optional GNOME Keyring
3188 2009-02-26 Xan Lopez <xan@gnome.org>
3190 Reviewed by Holger Freyther.
3192 https://bugs.webkit.org/show_bug.cgi?id=16947
3193 [GTK] Missing HTTP Auth challenge
3195 Take marshallers to be built from a manually maintained list
3196 instead of grepping the sources.
3198 It's much faster, especially so now that we want to add
3199 marshallers from WebCore too. A system to only take into account
3200 the modified files when generating the marshallers from sources
3201 could be hacked, but I think it's overkill considering how rarely
3202 a new marshaller is added.
3206 2009-02-24 Jan Michael Alonzo <jmalonzo@webkit.org>
3208 Reviewed by Alexey Proskuryakov.
3210 [Gtk] add options for 3D transforms and HTML5 channel messaging to the build
3211 https://bugs.webkit.org/show_bug.cgi?id=24072
3213 Add options for toggling 3D transforms and HTML5 channel messaging
3216 Also fix the web-workers option. It should be web-workers and not workers.
3220 2009-02-23 Xan Lopez <xan@gnome.org>
3222 Reviewed by Alexey Proskuryakov.
3224 https://bugs.webkit.org/show_bug.cgi?id=22624
3225 [SOUP][GTK] Need API to get SoupSession from WebKit.
3227 Remove CURL support, the only supported HTTP backend is SOUP now.
3232 2009-02-19 Christian Dywan <christian@twotoasts.de>
3234 Rubber-stamped by Holger Freyther.
3236 http://bugs.webkit.org/show_bug.cgi?id=22811
3237 Underlinking in Programs_UnitTests (GTK+ build)
3239 * GNUmakefile.am: Add GLIB_LIBS to unit test library flags.
3241 2009-02-18 Gustavo Noronha Silva <gns@gnome.org>
3243 Reviewed by Holger Freyther.
3245 Fix symbols.filter location, and add other missing files to the
3246 autotools build, so that make dist works.
3250 2009-02-17 Gustavo Noronha Silva <gns@gnome.org>
3252 Reviewed by Alexey Proskuryakov.
3254 https://bugs.webkit.org/show_bug.cgi?id=23939
3255 Release build being built with debugging symbols
3257 * configure.ac: Revert change done in revision 40790, since we
3258 already have a AC_PROG_CXX macro call as part of WEBKIT_INIT
3260 2009-02-12 Gustavo Noronha Silva <gns@gnome.org>
3262 Reviewed by Eric Seidel.
3264 * configure.ac: Make soup the default HTTP backend for the Gtk port.
3266 2009-02-09 Calvin Walton <calvin.walton@gmail.com>
3268 Reviewed by Holger Freyther.
3270 https://bugs.webkit.org/show_bug.cgi?id=23823
3272 [Gtk] Fix build with recent autotools
3274 Current versions of automake/libtool don't assume you want C++ enabled
3275 by default any more, so explicitly check for a C++ compiler.
3277 * configure.ac: Add AC_PROG_CXX macro
3279 2009-02-02 Christian Dywan <christian@twotoasts.de>
3281 Rubber-stamped by Holger Freyther.
3283 Don't require Geolocation by default.
3287 2009-01-30 Jan Michael Alonzo <jmalonzo@webkit.org>
3289 Reviewed by Nikolas Zimmermann.
3291 [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits
3292 https://bugs.webkit.org/show_bug.cgi?id=22136
3295 * acinclude.m4: Removed.
3297 * autotools/acinclude.m4: Added.
3298 * autotools/dolt.m4: Added.
3299 * autotools/symbols.filter: Renamed from symbols.filter.
3300 * autotools/webkit.m4: Added.
3303 2009-01-30 Holger Hans Peter Freyther <zecke@selfish.org>
3305 Reviewed by Nikolas Zimmermann.
3307 [GTK] Implement GeolocationService using the Geoclue library
3309 https://bugs.webkit.org/show_bug.cgi?id=22022
3311 Untested implementation of the GeolocationService using the geoclue
3312 library. Velocity handling is completely missing and the accuracy
3313 handling might be wrong.
3318 2009-01-11 Xan Lopez <xan@gnome.org>
3320 Reviewed by Holger Freyther.
3322 Bump version to 1.1.0 since we are breaking ABI and adding new
3327 2008-12-19 Marco Barisione <marco.barisione@collabora.co.uk>
3329 Reviewed by Holger Freyther.
3331 http://bugs.webkit.org/show_bug.cgi?id=16562
3332 [gtk] Implement WebPolicyDelegate methods
3334 Original work by Pierre-Luc Beaudoin. Final touches by Gustavo
3337 This implements the delegates methods of WebPolicyDelegate.
3338 Since Gtk+/C doesn't have delegate methods, they are replaced with
3341 A new object WebKitWebPolicyDecision allows the browser to delay its
3342 response in certain cases. WebKitWebNavigationAction contains the
3343 information about what caused a navigation request.
3345 * GNUmakefile.am: Add new files
3347 2008-12-19 Gustavo Noronha Silva <gns@gnome.org>
3349 Reviewed by Holger Freyther.
3351 Use ustar tar format for WebKit/GTK+'s make dist target, so that
3352 storing files whose filenames are > 99 is possible.
3356 2008-12-19 Holger Hans Peter Freyther <zecke@selfish.org>
3358 [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST
3360 Fix the jit compilation on i*686 on Linux by using the va_list
3361 to pass arguments to the CTI. This is done on the MAC as well
3362 and sunspider and javascriptcore seem to work with that.
3366 2008-12-18 Pamela Greene <pam@chromium.org>
3368 Submitted without review.
3369 Right, remove the whole misplaced directory, not just the tests.
3372 * fast/dom: Removed.
3374 2008-12-18 Pamela Greene <pam@chromium.org>
3376 Submitted without review.
3377 Moving layout test into LayoutTests where it belongs.
3379 * fast/dom/setter-type-enforcement-expected.txt: Removed.
3380 * fast/dom/setter-type-enforcement.html: Removed.
3382 2008-12-15 Daniel Macks <dmacks@netspace.org>
3384 Reviewed by Darin Adler.
3386 Default to use external libicu-config if avail on all platforms.
3387 https://bugs.webkit.org/show_bug.cgi?id=22713
3391 2008-12-12 Holger Hans Peter Freyther <zecke@selfish.org>
3393 Back out r39222 as this is breaking the build on Gentoo (aclocal-1.10)
3395 The m4 directory does not exist and we now have a compile issue on
3401 2008-12-11 Daniel Macks <dmacks@netspace.org>
3403 Reviewed by Darin Adler.
3405 https://bugs.webkit.org/show_bug.cgi?id=22714
3407 Put libtool macro files in subdir that it wants.
3412 2008-12-07 Holger Hans Peter Freyther <zecke@selfish.org>
3414 Reviewed by Eric Seidel.
3416 [Gtk+] Use glib's unit test facilities to test the WebKit/Gtk+ API
3418 https://bugs.webkit.org/show_bug.cgi?id=22491
3420 Add the skeleton to WebKit/gtk/tests and integrate that into the
3421 buildsystem. Testing support was added in glib 2.16. For versions
3422 using glib < 2.16 we compile an empty application.
3426 2008-12-07 Holger Hans Peter Freyther <zecke@selfish.org>
3428 Reviewed by Cameron Zwarich.
3430 [GTK] Define ENABLE_JIT_OPTIMIZE_CALL, ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS, ENABLE_JIT_OPTIMIZE_ARITHMETIC
3432 When building the jit on i*86 also enable the above optimizations.
3436 2008-12-03 Simon Hausmann <hausmann@webkit.org>
3438 Reviewed by Tor Arne Vestbø.
3440 Fix the build of WebKit inside Qt by making sure that qmake generators
3441 that do not produce generated sources (i.e. cpp files) are not
3442 included in SOURCES.
3446 2008-12-02 Simon Hausmann <hausmann@webkit.org>
3448 Reviewed by Tor Arne Vestbø.
3450 Removed JavaScriptCore from SUBDIRS as it's not built separately
3455 2008-11-28 Gustavo Noronha Silva <gns@gnome.org>
3457 Reviewed and slightly modified by Holger Freyther.
3459 https://bugs.webkit.org/show_bug.cgi?id=19130
3461 Added the new WebKitGtk files to be built:
3462 WebKit/gtk/webkit/webkitwebwindowfeatures.{cpp,h}
3466 2008-11-26 Kalle Vahlman <kalle.vahlman@movial.com>
3468 Reviewed by Darin Adler. Landed by Jan Alonzo.
3470 Bison versions under 2.2 produce crashing CSSGrammar code for ARM
3471 https://bugs.webkit.org/show_bug.cgi?id=22456
3473 Check for bison version 2.2 or greater on ARM. Earlier versions produce
3474 code that crashes on ARM devices.
3478 2008-11-25 Holger Hans Peter Freyther <zecke@selfish.org>
3480 Reviewed by David Kilzer.
3482 https://bugs.webkit.org/show_bug.cgi?id=22022
3484 Add Geolocation support to the configure.ac
3486 Add an option to build WebKit/Gtk+ with Geolocation. The
3487 implementation will be using Gypsy.
3491 2008-11-24 Holger Hans Peter Freyther <zecke@selfish.org>
3493 Reviewed by Mark Rowe.
3495 [Gtk+] Add configure option to enable Web Workers and enable it by default
3497 Add --enable-workers to the buildsystem (used by build-webkit) add
3498 the to be build files to the GNUmakefile.am and change build-webkit
3499 to enable Web Workers by default.
3503 2008-09-09 Joerg Bornemann <joerg.bornemann@trolltech.com>
3505 Reviewed by Simon Hausmann.
3507 Steps towards making the Qt port of WebKit compile on Windows CE
3509 https://bugs.webkit.org/show_bug.cgi?id=20746
3511 * WebKit.pro: don't build DumpRenderTree on all Win32 platforms
3513 2008-11-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
3515 Reviewed by George Staikos.
3517 Add WML build support for Gtk as well.
3521 2008-11-16 Geoffrey Garen <ggaren@apple.com>
3525 Try to fix gtk build.
3529 2008-11-10 Tor Arne Vestbø <tavestbo@trolltech.com>
3531 Rubber-stamped by Simon Hausmann.
3533 Distinguish between building from trunk and as part of Qt
3537 2008-11-10 Morten Sørvig <msorvig@trolltech.com>
3539 Reviewed by Simon Hausmann.
3541 Make tests/auto/qwebframe compile on Qt/Mac.
3543 * WebKit.pri: Fix linkage against QtWebKit when compiled as framework.
3545 2008-11-06 Cameron Zwarich <zwarich@apple.com>
3549 Speculatively fix the GTK build.
3553 2008-11-06 Alp Toker <alp@nuanti.com>
3555 GTK build fix for r38155. create_hash_table was moved out of kjs/
3559 2008-11-06 Cameron Zwarich <zwarich@apple.com>
3561 Rubber-stamped by Sam Weinig.
3563 Correct the reference to jsc.pro in WebKit.pro to match its new
3564 location in the root directory of JavaScriptCore.
3568 2008-11-03 Alp Toker <alp@nuanti.com>
3570 autotools distcleancheck fix. Add dolt-generated files and
3571 webkitenumtypes.h to the list of files that need to be cleaned.
3576 2008-11-03 Alp Toker <alp@nuanti.com>
3578 Rubber-stamped by Holger Freyther.
3580 Do not enable RTTI or exceptions in debug builds, matching release
3581 builds. They don't help much with debugging and significantly slow
3582 down and increase the size of the debug build.
3586 2008-11-03 Alp Toker <alp@nuanti.com>
3588 Rubber-stamped by Holger Freyther.
3590 Add mingw32 case to dolt for faster GTK+ Windows builds.
3594 2008-11-02 Xan Lopez <xan@gnome.org>
3596 Reviewed by Holger Freyther
3598 https://bugs.webkit.org/show_bug.cgi?id=22009
3599 HTML5 Video with GStreamer pulls gnome-vfs without using it.
3602 Remove gnome-vfs from configure.ac, it's unused.
3604 2008-10-30 Alp Toker <alp@nuanti.com>
3606 https://bugs.webkit.org/show_bug.cgi?id=19395
3607 doltlibtool bug with bash 3.0
3609 autotools dolt build fix for bash version 3.0 and older. Remove
3610 concatenation syntax from doltlibtool to support the older versions
3611 which don't have '+='.
3615 2008-10-30 Alp Toker <alp@nuanti.com>
3617 Rubber-stamped by Oliver Hunt.
3619 autotools build system change to enable JIT features by default. Can
3620 be disabled with --disable-jit (and is disabled automatically on
3621 unsupported platforms).
3625 2008-10-30 Alp Toker <alp@nuanti.com>
3627 Bump WebKit GTK+ version to 1.0.3.
3631 2008-10-29 Gustavo Noronha Silva <gns@gnome.org>
3633 Reviewed by Holger Freyther.
3635 Added all the files that need to be installed for the Inspector to
3638 2008-10-29 Mike Hommey <glandium@debian.org>
3640 Reviewed by Holger Freyther.
3642 https://bugs.webkit.org/show_bug.cgi?id=21884
3643 Test presence and link against libpng.
3648 2008-10-29 Jan Michael Alonzo <jmalonzo@webkit.org>
3650 Reviewed by Holger Freyther.
3652 Add --enable-optimizations to enable optimized builds. The default
3653 is to enable it for release builds, and disabled for debug builds.
3654 This option will allow builders to have a debug as well as
3660 2008-10-28 Mike Hommey <glandium@debian.org>
3662 Reviewed by Alp Toker.
3664 https://bugs.webkit.org/show_bug.cgi?id=21885
3665 [GTK] libwebkit doesn't link against libpangoft2
3667 Add pkg-config check for pangoft2 which provides
3668 pango_fc_font_description_from_pattern() used in the FreeType font
3673 2008-10-28 Alp Toker <alp@nuanti.com>
3675 Include copyright license files in the autotools dist target.
3677 Change suggested by Mike Hommey.
3681 2008-10-25 Jan Michael Alonzo <jmalonzo@webkit.org>
3683 Gtk build fix: add '-' to Wl which was missed in r36845
3687 2008-10-22 Alp Toker <alp@nuanti.com>
3689 Fix build for Cairo 1.2.
3693 2008-10-20 Alp Toker <alp@nuanti.com>
3695 Partial GTK+/Win32 build fix. Lowercase library name to enable linking
3696 when cross-compiling Windows binaries from Linux: -lWs2_32 -> -lws2_32
3700 2008-10-13 Alp Toker <alp@nuanti.com>
3702 GTK+ build fix: Ensure correct builds when debugging is
3703 enabled/disabled by defining NDEBUG in autotoolsconfig.h as needed.
3704 It's still passed as a compiler flag since some sources (DRT) don't
3709 2008-10-09 Alp Toker <alp@nuanti.com>
3711 Reviewed by Mark Rowe.
3713 https://bugs.webkit.org/show_bug.cgi?id=20760
3714 Implement support for x86 Linux in CTI
3716 Prepare to enable CTI/WREC on supported architectures. Will be
3717 switched on when the crasher introduced in r37386 is resolved.
3721 2008-10-07 Alp Toker <alp@nuanti.com>
3723 GTK+ build fix for older automake versions (1.7). Discussed in bug
3728 2008-10-07 Alp Toker <alp@nuanti.com>
3730 Reviewed by Mark Rowe.
3732 https://bugs.webkit.org/show_bug.cgi?id=21392
3733 [GTK] Auto-generate JS DOM binding sources list
3735 Remove the huge lists of generated DOM binding sources and headers in
3736 the build system. These are difficult to maintain and can be derived
3739 The new strategy is to re-use the existing lists of IDL sources (which
3740 are needed for dist support anyway). This will also ease the addition
3741 of new language bindings.
3745 2008-09-27 Jan Michael Alonzo <jmalonzo@webkit.org>
3747 Reviewed by Holger Freyther.
3749 https://bugs.webkit.org/show_bug.cgi?id=20287
3750 [Gtk] disable plugins for gtk/directfb target
3752 Introduce WTF_PLATFORM_X11 for X11 builds.
3753 Also use target-specific packages when building the port
3755 * configure.ac: Do not check for cairo-ft for directfb builds.
3757 2008-09-27 Marco Barisione <marco.barisione@collabora.co.uk>
3759 Reviewed by Holger Freyther.
3761 http://bugs.webkit.org/show_bug.cgi?id=21174
3762 [GTK][AUTOTOOLS] Enable large file support at configure time
3764 * configure.ac: Enable large file support with AC_SYS_LARGEFILE.
3766 2008-09-23 Richard Hult <richard@imendio.com>
3768 Reviewed by Alp Toker. Landed by Jan Alonzo.
3770 http://bugs.webkit.org/show_bug.cgi?id=20582
3771 [Gtk] Link error on Mac OS X
3773 * GNUmakefile.am: Only use the -version-script flag for the gnu
3775 * configure.ac: Check for GNU OSes.
3777 2008-09-19 Alp Toker <alp@nuanti.com>
3779 Build fix for the 'gold' linker and recent binutils. New behaviour
3780 requires that we link to used libraries explicitly.
3785 2008-09-04 Marco Barisione <marco.barisione@collabora.co.uk>
3787 Reviewed by Eric Seidel.
3789 http://bugs.webkit.org/show_bug.cgi?id=20380
3790 [GTK][AUTOTOOLS] Include autotoolsconfig.h from config.h
3792 * configure.ac: Rename the configuration header from aconfig.h to autotoolsconfig.h.
3794 2008-08-28 Alp Toker <alp@nuanti.com>
3796 GTK+ dist/build fix. List newly added header files.
3800 2008-08-27 Mike Hommey <glandium@debian.org>
3805 * symbols.filter: Added.
3807 2008-08-10 Jan Michael Alonzo <jmalonzo@webkit.org>
3809 Reviewed (and updated) by Alp Toker.
3811 https://bugs.webkit.org/show_bug.cgi?id=16620
3812 [GTK] Autotools make dist and make check support
3814 Get make dist working.
3816 Note that not all possible configurations have been tested yet.
3820 2008-08-09 Marco Barisione <marco.barisione@collabora.co.uk>
3822 Reviewed by Alp Toker.
3824 http://bugs.webkit.org/show_bug.cgi?id=19045
3825 [gtk] ./configure doesn't check for x toolkit availability
3827 Some old versions of Xt do not provide xt.pc, in this case use
3828 AC_CHECK_LIB to check if the library is installed and then fall back
3833 2008-08-09 Alp Toker <alp@nuanti.com>
3837 Back out r20338 libxslt check (conditional check already exists and
3838 this broke the build).
3840 Make the flex version check a warning rather than fatal to fix the
3845 2008-08-08 Jan Michael Alonzo <jmalonzo@webkit.org>
3847 Reviewed by Mark Rowe.
3849 http://bugs.webkit.org/show_bug.cgi?id=20338
3850 [Gtk] Autotools should check for libxslt
3852 Autotools check for libxslt
3856 2008-08-07 Kalle Vahlman <zuh@iki.fi>
3858 Reviewed by David Kilzer.
3860 Check for correct flex version to avoid faulty builds
3862 A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it
3863 https://bugs.webkit.org/show_bug.cgi?id=20253
3865 acinclude.m4: Import AX_COMPARE_VERSION macro
3866 configure.ac: Check for flex version
3871 2008-08-07 Simon Hausmann <hausmann@webkit.org>
3873 Rubber-stamped by Lars.
3875 Added API tests for QWebPage/QWebFrame based on QTestLib.
3877 * WebKit.pro: Add WebKit/qt/tests to the build.
3879 2008-08-06 Marco Barisione <marco.barisione@collabora.co.uk>
3881 Reviewed by Eric Seidel.
3883 http://bugs.webkit.org/show_bug.cgi?id=20276
3884 [GTK] Makefile rules for the enum GTypes files depend on Makefile
3885 instead of GNUmakefile
3887 The patch committed in revision 34649 added the code needed to
3888 generate GTypes for enums but the makefile rules for
3889 stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on
3890 Makefile (used by other ports) instead of GNUmakefile.
3892 * GNUmakefile.am: Depend on GNUmakefile instead of Makefile.
3894 2008-08-05 Marco Barisione <marco.barisione@collabora.co.uk>
3896 Reviewed by Alp Toker.
3898 http://bugs.webkit.org/show_bug.cgi?id=19045
3899 [gtk] ./configure doesn't check for x toolkit availability
3901 Check for the .pc file for Xt instead of hard coding -lXt in the
3904 Thanks to Dominik Röttsches for the initial patch.
3909 2008-07-30 Marco Barisione <marco.barisione@collabora.co.uk>
3913 http://bugs.webkit.org/show_bug.cgi?id=19742
3914 [GTK] Auto generate webkitmarshal.list
3916 Auto generate webkitmarshal.list from source files to reduce the
3917 number of conflicts when merging git branches or when applying
3919 Also rename webkit-marshal.* to webkitmarshal.* for consistency.
3923 2008-07-25 Jan Michael Alonzo <jmalonzo@webkit.org>
3925 Reviewed by Mark Rowe.
3927 Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee.
3929 [Gtk] Improve detection jpeglib
3930 https://bugs.webkit.org/show_bug.cgi?id=17865
3935 2008-07-25 Simon Hausmann <hausmann@webkit.org>
3937 Discussed with and rubber-stamped by Lars.
3939 Fix the build system for the Qt port.
3941 Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the
3942 include search path. With a build process that combines JavaScriptCore and
3943 WebCore in one build process/Makefile the existance of
3944 JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts.
3946 This commit solves this by introducing a separate build of JavaScriptCore into
3949 As a result of the split-up a race-condition due to broken dependencies of
3950 regular source files to header files of generated sources showed up very
3951 frequently when doing parallel builds (which the buildbot does). This commit at
3952 the same time tries to address the dependency problem by making the
3953 addExtraCompiler() function also generate a pseudo extra compiler that
3954 represents the header file output, so that qmake is aware of the creation of
3955 the header file for dependency calculation.
3957 At the same time I removed a lot of cruft from the pro files to ease maintenance.
3962 2008-06-18 Marco Barisione <marco.barisione@collabora.co.uk>
3964 Reviewed by Alp Toker.
3966 https://bugs.webkit.org/show_bug.cgi?id=19171
3967 [GTK] GTypes for enumerations
3969 Generate GTypes for public enumerations so they can be used as
3972 * GNUmakefile.am: Generate webkit-enum-types.cpp and
3973 webkit-enum-types.h.
3975 2008-06-16 Simon Hausmann <hausmann@webkit.org>
3977 Fix the Qt build. testkjs.pro is now called jsc.pro.
3981 2008-06-15 Alp Toker <alp@nuanti.com>
3983 Rubber-stamped by Maciej.
3985 Install 'jsc' application by default.
3989 2008-06-08 Alp Toker <alp@nuanti.com>
3991 autotools/GTK+ build system cleanup. Don't include WebKit API in the
3992 WebCore build as it's no longer needed since r34426.
3996 2008-06-08 Alp Toker <alp@nuanti.com>
3998 Rubber-stamped by Mark Rowe.
4000 Bring back -fstrict-aliasing for JavaScriptCore which was removed in
4001 r31821, since aliasing issues have now been fixed.
4003 Use -O3, not -O2 for the JavaScriptCore build.
4008 2008-06-05 Christian Dywan <christian@twotoasts.de>
4010 Reviewed by Alp Toker.
4012 https://bugs.webkit.org/show_bug.cgi?id=14141
4013 Please add a version to the Gtk port
4017 2008-06-02 Alp Toker <alp@nuanti.com>
4019 GTK+/autotools Windows build system fixes.
4024 2008-06-02 Jan Michael Alonzo <jmalonzo@webkit.org>
4026 Reviewed by Alp Toker.
4028 Build WebCore GTK+ sources as part of WebCore, not WebKit.
4029 Split common and GTK+-specific sources into separate file lists.
4033 2008-06-01 Josh Triplett <josh@freedesktop.org>
4035 Reviewed by Alp Toker.
4037 http://bugs.webkit.org/show_bug.cgi?id=16891
4038 [GTK] autotools build is slow
4040 Add dolt revision 5e9eef10 to the autotools build system. Speeds up
4041 the build, often by a factor of two or more on supported platforms,
4042 otherwise falls back to libtool.
4044 See http://dolt.freedesktop.org for details.
4046 * acinclude.m4: Added.
4049 2008-05-25 Jan Michael Alonzo <jmalonzo@webkit.org>
4051 Reviewed by Alp Toker.
4053 http://bugs.webkit.org/show_bug.cgi?id=19142
4054 [Gtk] Remove build options --svg-experimental and --cross-document-messaging
4058 2008-05-24 Alp Toker <alp@nuanti.com>
4060 GTK+/Win32 build fixes. Link against Windows ICU without using
4061 icu-config since it's not available on that platform.
4063 Link against Ws2_32 when the curl http backend is chosen since we
4064 use select() directly.
4068 2008-05-23 Alp Toker <alp@nuanti.com>
4070 GTK+ fixes for building without database support.
4074 2008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org>
4076 Reviewed by Alp Toker.
4078 Fix for previous autotools change.
4082 2008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org>
4086 http://bugs.webkit.org/show_bug.cgi?id=18483
4087 [Gtk] Autotools should match build-webkit default flags
4091 2008-05-19 Alp Toker <alp@nuanti.com>
4093 GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when
4094 the Pango font backend is selected.
4099 2008-05-16 Julien Chaffraix <jchaffraix@webkit.org>
4103 Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated
4105 * configure.ac: Add HTML_FLAGS and set it when video is enabled.
4107 2008-05-15 Ariya Hidayat <ariya.hidayat@trolltech.com>
4111 Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files
4117 2008-05-09 Anders Carlsson <andersca@apple.com>
4125 2008-05-09 Simon Hausmann <hausmann@webkit.org>
4129 Removed explicit linkage against libxml and libxslt on Qt/Mac builds.
4131 This dependency is completely unnecessary here and creates only problems by
4132 propagating through WebCore.pro over libQtWebKit.prl right now customer
4138 2008-05-02 Anders Carlsson <andersca@apple.com>
4142 Add an "x86_64" make rule.
4146 2008-05-02 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4150 https://bugs.webkit.org/show_bug.cgi?id=18811
4151 Enable dashboard and offline web apps in autotools
4155 2008-05-01 Marc Ordinas i Llopis <marc.ordinasillopis@collabora.co.uk>
4157 Reviewed by Alp Toker.
4159 https://bugs.webkit.org/show_bug.cgi?id=14750
4160 Added support for NPAPI plugins on Gtk and Qt-x11 ports.
4162 * GNUmakefile.am: Added Xt library.
4164 2008-04-29 David Kilzer <ddkilzer@apple.com>
4166 BUILD FIX for ENABLE(DASHBOARD_SUPPORT)
4168 * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT.
4170 2008-04-22 Alp Toker <alp@nuanti.com>
4172 GTK+ debug build fix for changes in r32257.
4176 2008-04-18 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4178 Reviewed by Alp Toker.
4180 http://bugs.webkit.org/show_bug.cgi?id=16620
4181 [GTK] Autotools make dist and make check support
4187 2008-04-11 Mark Rowe <mrowe@apple.com>
4189 Rubber-stamped by Antti Koivisto.
4191 * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show.
4193 2008-04-17 Alp Toker <alp@atoker.com>
4195 GTK+ build fix. Back out the libjpeg check part of r32008 from bug
4200 2008-04-17 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4202 Reviewed by Alp Toker.
4204 http://bugs.webkit.org/show_bug.cgi?id=17865
4205 [Gtk] Improve detection of jpeglib and glib tools
4207 Improve detecting jpeglib and glib tools
4209 * configure.ac: Throw an error if the dependencies above are
4210 currently not installed
4212 2008-04-14 Xan Lopez <xan@gnome.org>
4214 Reviewed by Alp Toker.
4216 http://bugs.webkit.org/show_bug.cgi?id=17917
4217 Bug 17917: Cookie support for HTTP soup backend
4219 Bumped the libsoup required version to 2.23 for cookie support.
4223 2008-04-11 Mark Rowe <mrowe@apple.com>
4225 Rubber-stamped by Anders Carlsson.
4227 Fix https://bugs.webkit.org/show_bug.cgi?id=18430
4228 Bug 18430: SIGSEGV on amd64 when built with gcc 4.3
4230 GCC 4.3 generates bad code in some instances when working with our HashTables
4231 as some of the HashTable code violates the strict aliasing requirements. Since
4232 GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until
4233 the code can be fixed to be safe with strict aliasing enabled, we will disable
4238 2008-03-12 Michael Emmel <mike.emmel@gmail.com>
4240 Reviewed by Alp Toker.
4242 http://bugs.webkit.org/show_bug.cgi?id=18397
4243 Fix leaving spaces before parens in functions
4245 * WebKitTools/Scripts/wkstyle:
4247 2008-04-07 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4249 Build fix, rubber-stamped and landed by ap.
4251 * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support.
4253 2008-03-21 Rodney Dawes <dobey@wayofthemonkey.com>
4257 Remove the JSCore include path options from global_cppflags.
4258 Place JSCore include path options in javascriptcore_cppflags.
4259 Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS.
4263 2008-03-20 Jasper Bryant-Greene <jasper@unix.geek.nz>
4267 Resolves http://bugs.webkit.org/show_bug.cgi?id=16092
4268 "[GTK] Middle-mouse click should allow opening a URL in a new tab"
4270 Added WebKitNavigationAction object to GTK API
4274 2008-03-12 Xan Lopez <xan@gnome.org>
4276 Reviewed by Alp Toker.
4278 http://bugs.webkit.org/show_bug.cgi?id=15229
4280 Add optional font backend support with freetype and pango
4281 backends. Default is freetype for now.
4283 Original patch by Sven Herzberg <sven@imendio.com>
4287 2008-03-11 Xan Lopez <xan@gnome.org>
4289 Reviewed by Alp Toker.
4291 http://bugs.webkit.org/show_bug.cgi?id=16476
4293 Add support for multiple http backends, and add soup backend (off by default).
4298 2008-03-07 Simon Hausmann <hausmann@webkit.org>
4300 Reviewed by Darin Adler.
4304 Added plugins subdirectory to the include path.
4308 2008-03-09 Alp Toker <alp@atoker.com>
4310 GTK+ build fix for r30913.
4312 Use UNICODE_CFLAGS for C++ sources as well as C sources.
4316 2008-03-09 Jörg Billeter <j@bitron.ch>
4318 Reviewed by Alp Toker.
4320 Conditionalise ICU for Unicode in the GTK+ port.
4325 2008-03-03 Brent Fulgham <bfulgham@gmail.com>
4327 Reviewed by Alp Toker.
4329 http://bugs.webkit.org/show_bug.cgi?id=17644
4330 Build GTK on Mac OS X using native ICU library
4332 Use Apple native ICU libraries when building GTK
4337 2008-03-02 Brent Fulgham <bfulgham@gmail.com>
4339 Reviewed by Alp Toker.
4341 Add ICU_CPPFLAGS earlier in include path for WebCore
4342 so that we find $(icu_cppflags)/unicode/utf8.h, rather than
4343 the wtf/unicode/UTF8.h on case-insensitive file systems.
4347 2008-03-02 Alp Toker <alp@atoker.com>
4349 Reviewed by Mark Rowe.
4351 Split the WebKit GTK+ build out of the WebCore build and change the
4352 shared object name to match the package name.
4356 2008-02-28 Alp Toker <alp@atoker.com>
4358 Fix a configure script typo spotted by Kalle Vahlman.
4362 2008-02-26 Timothy Hatcher <timothy@apple.com>
4364 Reviewed by Darin Adler.
4366 Add "64" and "64u" make rules to allow easy building of 64-bit versions.
4368 make 64: will build Intel-only 64-bit.
4369 make 64u: will build 4-way universal for PPC and Intel.
4374 2008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4376 Rubber stamped by Darin Adler.
4378 Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
4379 whitespaces introduced in the previous commit.
4383 2008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4385 Rubber-stamped by Darin Adler.
4387 * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES.
4388 * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS.
4390 2008-02-21 Alp Toker <alp@atoker.com>
4392 Fix a configure script typo.
4396 2008-02-21 Alp Toker <alp@atoker.com>
4398 GTK+/autotools SVG experimental build fix
4400 Don't enable SVG filters in --enable-svg-experimental.
4402 This feature isn't supported at all yet. Developers can enable it
4403 explicitly by passing --enable-svg-filters if needed.
4407 2008-02-21 Mike Auty <mike.auty@gmail.com>
4409 Reviewed by Alp Toker.
4411 http://bugs.webkit.org/show_bug.cgi?id=17445
4412 [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed"
4414 The GNUmakefile.am files make use of the LDFLAGS variable to include library
4415 additions such as -ljpeg etc. Unfortunately, if these inclusions aren't made
4416 in LIBADD/LDADD variables, then they are mis-ordered during the linking.
4418 The as-needed flag discards libraries whose functions have not been needed by
4419 earlier libraries, which therefore makes the ordering important.
4421 This moves all -l library inclusion statements from LDFLAGS variables to
4422 LIBADD/LDADD variables.
4426 2008-02-15 Alp Toker <alp@atoker.com>
4430 GTK+ configure script cleanups
4432 Categorize the configuration summary printout.
4433 Bump GTK+ requirement to 2.8.
4434 Rename 'webkit_target' to just 'target'.
4435 Don't check for pthread on Win32.
4439 2008-02-14 Adam Roben <aroben@apple.com>
4441 Turn on cross-document messaging support by default
4443 Reviewed by Darin Adler.
4447 2008-02-14 Adam Roben <aroben@apple.com>
4449 Conditionalize cross-document messaging support
4451 The cross-document messaging parts of HTML 5 are in flux and we want
4452 ports to be able to turn off the support as needed.
4454 Note that the support is turned off by default right now. A subsequent
4455 commit will turn it on by default.
4457 Reviewed by Darin Adler.
4461 2008-02-12 Rodney Dawes <dobey@wayofthemonkey.com>
4463 Reviewed by Alp Toker.
4465 Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES
4466 to the CPPFLAGS for WebCore and WebKit
4467 Add a pkgconfig check for hildon-1 when --with-hildon specified
4468 Output the use of Hildon support in the summary
4469 Add HILDON_CPPFLAGS to webkitgtk_cppflags
4470 Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS
4471 Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS
4476 2008-02-08 Alp Toker <alp@atoker.com>
4478 Rubber-stamped by Maciej.
4480 Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4.
4484 2008-02-06 Timothy Hatcher <timothy@apple.com>
4486 Rubber-stamped by Mark Rowe.
4488 Dump of bugs.webkit.org's Bugzilla instance.
4491 * BugsSite/.htaccess: Added.
4492 * BugsSite/Bugzilla: Added.
4493 * BugsSite/Bugzilla.pm: Added.
4494 * BugsSite/Bugzilla/.cvsignore: Added.
4495 * BugsSite/Bugzilla/.htaccess: Added.
4496 * BugsSite/Bugzilla/Attachment.pm: Added.
4497 * BugsSite/Bugzilla/Auth: Added.
4498 * BugsSite/Bugzilla/Auth.pm: Added.
4499 * BugsSite/Bugzilla/Auth/Login: Added.
4500 * BugsSite/Bugzilla/Auth/Login/WWW: Added.
4501 * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added.
4502 * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added.
4503 * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added.
4504 * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added.
4505 * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added.
4506 * BugsSite/Bugzilla/Auth/README: Added.
4507 * BugsSite/Bugzilla/Auth/Verify: Added.
4508 * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added.
4509 * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added.
4510 * BugsSite/Bugzilla/Bug.pm: Added.
4511 * BugsSite/Bugzilla/BugMail.pm: Added.
4512 * BugsSite/Bugzilla/CGI.pm: Added.
4513 * BugsSite/Bugzilla/Chart.pm: Added.
4514 * BugsSite/Bugzilla/Config.pm: Added.
4515 * BugsSite/Bugzilla/Constants.pm: Added.
4516 * BugsSite/Bugzilla/DB: Added.
4517 * BugsSite/Bugzilla/DB.pm: Added.
4518 * BugsSite/Bugzilla/DB/Mysql.pm: Added.
4519 * BugsSite/Bugzilla/DB/Pg.pm: Added.
4520 * BugsSite/Bugzilla/DB/Schema: Added.
4521 * BugsSite/Bugzilla/DB/Schema.pm: Added.
4522 * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added.
4523 * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added.
4524 * BugsSite/Bugzilla/Error.pm: Added.
4525 * BugsSite/Bugzilla/Flag.pm: Added.
4526 * BugsSite/Bugzilla/FlagType.pm: Added.
4527 * BugsSite/Bugzilla/Group.pm: Added.
4528 * BugsSite/Bugzilla/Search.pm: Added.
4529 * BugsSite/Bugzilla/Series.pm: Added.
4530 * BugsSite/Bugzilla/Template: Added.
4531 * BugsSite/Bugzilla/Template.pm: Added.
4532 * BugsSite/Bugzilla/Template/Plugin: Added.
4533 * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added.
4534 * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added.
4535 * BugsSite/Bugzilla/Template/Plugin/User.pm: Added.
4536 * BugsSite/Bugzilla/Token.pm: Added.
4537 * BugsSite/Bugzilla/User: Added.
4538 * BugsSite/Bugzilla/User.pm: Added.
4539 * BugsSite/Bugzilla/User/Setting.pm: Added.
4540 * BugsSite/Bugzilla/Util.pm: Added.
4541 * BugsSite/CGI.pl: Added.
4542 * BugsSite/PrettyPatch: Added.
4543 * BugsSite/PrettyPatch/PrettyPatch.rb: Added.
4544 * BugsSite/PrettyPatch/prettify.rb: Added.
4545 * BugsSite/QUICKSTART: Added.
4546 * BugsSite/README: Added.
4547 * BugsSite/UPGRADING: Added.
4548 * BugsSite/UPGRADING-pre-2.8: Added.
4549 * BugsSite/ant.jpg: Added.
4550 * BugsSite/attachment-aroben.cgi: Added.
4551 * BugsSite/attachment.cgi: Added.
4552 * BugsSite/buglist.cgi: Added.
4553 * BugsSite/bugzilla.dtd: Added.
4554 * BugsSite/chart.cgi: Added.
4555 * BugsSite/checksetup.pl: Added.
4556 * BugsSite/colchange.cgi: Added.
4557 * BugsSite/collectstats.pl: Added.
4558 * BugsSite/config.cgi: Added.
4559 * BugsSite/contrib: Added.
4560 * BugsSite/contrib/BugzillaEmail.pm: Added.
4561 * BugsSite/contrib/README: Added.
4562 * BugsSite/contrib/README.Mailif: Added.
4563 * BugsSite/contrib/bug_email.pl: Added.
4564 * BugsSite/contrib/bugmail_help.html: Added.
4565 * BugsSite/contrib/bugzilla-submit: Added.
4566 * BugsSite/contrib/bugzilla-submit/README: Added.
4567 * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added.
4568 * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added.
4569 * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added.
4570 * BugsSite/contrib/bugzilla.procmailrc: Added.
4571 * BugsSite/contrib/bugzilla_email_append.pl: Added.
4572 * BugsSite/contrib/bugzilla_ldapsync.rb: Added.
4573 * BugsSite/contrib/bzdbcopy.pl: Added.
4574 * BugsSite/contrib/cmdline: Added.
4575 * BugsSite/contrib/cmdline/bugcount: Added.
4576 * BugsSite/contrib/cmdline/bugids: Added.
4577 * BugsSite/contrib/cmdline/buglist: Added.
4578 * BugsSite/contrib/cmdline/bugs: Added.
4579 * BugsSite/contrib/cmdline/bugslink: Added.
4580 * BugsSite/contrib/cmdline/makequery: Added.
4581 * BugsSite/contrib/cmdline/query.conf: Added.
4582 * BugsSite/contrib/cvs-update.pl: Added.
4583 * BugsSite/contrib/gnats2bz.pl: Added.
4584 * BugsSite/contrib/gnatsparse: Added.
4585 * BugsSite/contrib/gnatsparse/README: Added.
4586 * BugsSite/contrib/gnatsparse/gnatsparse.py: Added.
4587 * BugsSite/contrib/gnatsparse/magic.py: Added.
4588 * BugsSite/contrib/gnatsparse/specialuu.py: Added.
4589 * BugsSite/contrib/jb2bz.py: Added.
4590 * BugsSite/contrib/mysqld-watcher.pl: Added.
4591 * BugsSite/contrib/sendbugmail.pl: Added.
4592 * BugsSite/contrib/sendunsentbugmail.pl: Added.
4593 * BugsSite/contrib/syncLDAP.pl: Added.
4594 * BugsSite/contrib/yp_nomail.sh: Added.
4595 * BugsSite/createaccount.cgi: Added.
4596 * BugsSite/data: Added.
4597 * BugsSite/data/.htaccess: Added.
4598 * BugsSite/data/attachments: Added.
4599 * BugsSite/data/attachments/.htaccess: Added.
4600 * BugsSite/data/duplicates: Added.
4601 * BugsSite/data/mail: Added.
4602 * BugsSite/data/mimedump-tmp: Added.
4603 * BugsSite/data/mining: Added.
4604 * BugsSite/data/nomail: Added.
4605 * BugsSite/data/params: Added.
4606 * BugsSite/data/template: Added.
4607 * BugsSite/data/template/template: Added.
4608 * BugsSite/data/template/template/en: Added.
4609 * BugsSite/data/template/template/en/custom: Added.
4610 * BugsSite/data/template/template/en/custom/account: Added.
4611 * BugsSite/data/template/template/en/custom/account/auth: Added.
4612 * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
4613 * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added.
4614 * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added.
4615 * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added.
4616 * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added.
4617 * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added.
4618 * BugsSite/data/template/template/en/custom/account/email: Added.
4619 * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added.
4620 * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added.
4621 * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added.
4622 * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added.
4623 * BugsSite/data/template/template/en/custom/account/password: Added.
4624 * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
4625 * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
4626 * BugsSite/data/template/template/en/custom/account/prefs: Added.
4627 * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added.
4628 * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added.
4629 * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added.
4630 * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added.
4631 * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added.
4632 * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
4633 * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added.
4634 * BugsSite/data/template/template/en/custom/admin: Added.
4635 * BugsSite/data/template/template/en/custom/admin/classifications: Added.
4636 * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added.
4637 * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added.
4638 * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added.
4639 * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added.
4640 * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added.
4641 * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
4642 * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added.
4643 * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added.
4644 * BugsSite/data/template/template/en/custom/admin/components: Added.
4645 * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
4646 * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added.
4647 * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added.
4648 * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added.
4649 * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added.
4650 * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added.
4651 * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added.
4652 * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added.
4653 * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added.
4654 * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added.
4655 * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
4656 * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
4657 * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
4658 * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
4659 * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
4660 * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
4661 * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
4662 * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
4663 * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
4664 * BugsSite/data/template/template/en/custom/admin/flag-type: Added.
4665 * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
4666 * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
4667 * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added.
4668 * BugsSite/data/template/template/en/custom/admin/groups: Added.
4669 * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added.
4670 * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added.
4671 * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added.
4672 * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added.
4673 * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added.
4674 * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added.
4675 * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added.
4676 * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added.
4677 * BugsSite/data/template/template/en/custom/admin/keywords: Added.
4678 * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
4679 * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
4680 * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
4681 * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
4682 * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
4683 * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
4684 * BugsSite/data/template/template/en/custom/admin/milestones: Added.
4685 * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
4686 * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added.
4687 * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added.
4688 * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
4689 * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added.
4690 * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added.
4691 * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added.
4692 * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
4693 * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added.
4694 * BugsSite/data/template/template/en/custom/admin/products: Added.
4695 * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
4696 * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added.
4697 * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added.
4698 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added.
4699 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
4700 * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
4701 * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
4702 * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added.
4703 * BugsSite/data/template/template/en/custom/admin/settings: Added.
4704 * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added.
4705 * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added.
4706 * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added.
4707 * BugsSite/data/template/template/en/custom/admin/users: Added.
4708 * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
4709 * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added.
4710 * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added.
4711 * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added.
4712 * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
4713 * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added.
4714 * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added.
4715 * BugsSite/data/template/template/en/custom/admin/versions: Added.
4716 * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
4717 * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added.
4718 * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added.
4719 * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added.
4720 * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added.
4721 * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added.
4722 * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added.
4723 * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added.
4724 * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added.
4725 * BugsSite/data/template/template/en/custom/attachment: Added.
4726 * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added.
4727 * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added.
4728 * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added.
4729 * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added.
4730 * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added.
4731 * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added.
4732 * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added.
4733 * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added.
4734 * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added.
4735 * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added.
4736 * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added.
4737 * BugsSite/data/template/template/en/custom/bug: Added.
4738 * BugsSite/data/template/template/en/custom/bug/activity: Added.
4739 * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added.
4740 * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added.
4741 * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added.
4742 * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added.
4743 * BugsSite/data/template/template/en/custom/bug/create: Added.
4744 * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
4745 * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added.
4746 * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added.
4747 * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added.
4748 * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added.
4749 * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added.