Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/3rdparty/webkit/ChangeLog

    r2 r561  
     12009-11-30  Jan-Arve SÊther  <jan-arve.saether@nokia.com>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        [Qt] Fix compilation with win32-icc
     6
     7        Include os-win32 for stdint.h since MS does not ship that in their PSDK.
     8
     9        * WebKit.pri:
     10
     112009-10-30  Adam Barth  <abarth@webkit.org>
     12
     13        Reviewed by Mark Rowe.
     14
     15        Teach git to ignore some files
     16        https://bugs.webkit.org/show_bug.cgi?id=30951
     17
     18        Ignore WebKitBuild because we never want to version that directory.
     19        Also, ignore the xcode project files so git clean doesn't blow away
     20        your project settings.  Finally, ignore the compiled python files in
     21        WebKitTools/Script modules because they clutter up git status.
     22
     23        * .gitignore: Added.
     24
     252009-10-26  Holger Hans Peter Freyther  <zecke@selfish.org>
     26
     27        Rubber-stamped by Darin Adler.
     28
     29        Export fastMalloc, fastCalloc, fastRealloc and fastFree
     30        https://bugs.webkit.org/show_bug.cgi?id=30769
     31
     32        Export the FastMalloc functions outside of the libwebkit library
     33        to be able to instrument memory allocations. These are C++ symbols
     34        but do not require the C++ runtime to be useful and should be of
     35        no harm to plain C code.
     36
     37        * autotools/symbols.filter:
     38
     392009-10-26  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     40
     41        Reviewed by Jan Alonzo.
     42
     43        Alternative solution to regression introduced in r48672.
     44
     45        * GNUmakefile.am:
     46
     472009-10-26  Xan Lopez  <xlopez@igalia.com>
     48
     49        Reviewed by Gustavo Noronha.
     50
     51        Update for 1.1.16 release.
     52
     53        * configure.ac:
     54
     552009-10-24  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     56
     57        Reviewed by Holger Freyther.
     58
     59        [Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian
     60        https://bugs.webkit.org/show_bug.cgi?id=30476
     61
     62        Set the stack size to 80 Kb and heap size to the 128kB - 32MB range
     63        to all executables linking against WebKit library.
     64
     65        * WebKit.pri:
     66
     672009-10-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
     68
     69        Reviewed by Holger Freyther.
     70
     71        [GTK] Add MathML to the build system
     72        https://bugs.webkit.org/show_bug.cgi?id=30487
     73
     74        Add --enable-mathml to configure.
     75
     76        * configure.ac:
     77
     782009-10-15  Jan Michael Alonzo  <jmalonzo@webkit.org>
     79
     80        Reviewed by Xan Lopez.
     81
     82        [GTK] marshal stamp files are not cleaned after a distclean
     83        https://bugs.webkit.org/show_bug.cgi?id=30156
     84
     85        Add the stamp files directly to cleanfiles. Also rearrange the
     86        variable declarations so we don't miss any files that need to be
     87        cleaned up during the clean targets.
     88
     89        * GNUmakefile.am:
     90
     912009-10-15  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     92
     93        Unreviewed. Help text fix - Web Sockets default is no, not yes.
     94
     95        * configure.ac:
     96
     972009-10-12  Jan Michael Alonzo  <jmalonzo@webkit.org>
     98
     99        Rubberstamped by Eric Seidel.
     100
     101        [Gtk] Fix icu CFLAG for Darwin
     102        https://bugs.webkit.org/show_bug.cgi?id=29517
     103
     104        Don't escape the srcdir variable. Also use $host instead of the
     105        os_foo variables.
     106
     107        * autotools/webkit.m4:
     108
     1092009-10-12  Jan Michael Alonzo  <jmalonzo@webkit.org>
     110
     111        Reviewed by Gustavo Noronha.
     112
     113        [Gtk] Use the SQLite3 headers from WebKitLibraries if sqlite3 is undetected
     114        https://bugs.webkit.org/show_bug.cgi?id=29518
     115
     116        * configure.ac:
     117
     1182009-10-05  Zoltan Horvath  <zoltan@webkit.org>
     119
     120        Reviewed by Simon Hausmann.
     121
     122        [Qt] Disable TCmalloc for Windows port at the present, because MinGW
     123        hasn't got built-in pthread library.
     124
     125        * WebKit.pri:
     126
     1272009-10-02  Prasanth Ullattil  <prasanth.ullattil@nokia.com>
     128
     129        Reviewed by Simon Hausmann.
     130
     131        Disable a few more harmless MSVC warnings.
     132
     133        * WebKit.pri:
     134
     1352009-10-01  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     136
     137        Unreviewed, build fix.
     138
     139        [Qt] Symbian build break after r48976.
     140        unix is set for Symbian in the Qt build system.
     141
     142        * WebKit.pri:
     143
     1442009-10-01  Zoltan Horvath  <zoltan@webkit.org>
     145
     146        Reviewed by Simon Hausmann.
     147
     148        [Qt] Enable TCmalloc for the Linux, Mac and Windows Qt-port
     149        https://bugs.webkit.org/show_bug.cgi?id=27029
     150
     151        Remove USE_SYSTEM_MALLOC for Linux, Mac and Windows Qt-port from WebKit.pri,
     152        so these Qt-ports will use TCmalloc as other ports.
     153
     154        * WebKit.pri:
     155
     1562009-10-01  Martin Robinson  <martin.james.robinson@gmail.com>
     157
     158        Reviewed by Xan Lopez.
     159
     160        [GTK] GtkIMContext filtering interferes with DOM key events
     161        https://bugs.webkit.org/show_bug.cgi?id=28733
     162
     163        Add new key event test ensuring that IME keypresses are handled.
     164
     165        * GNUmakefile.am:
     166
     1672009-10-01  Philippe Normand  <pnormand@igalia.com>
     168
     169        Reviewed by Xan Lopez.
     170
     171        [GTK] data: uri support in media player
     172        https://bugs.webkit.org/show_bug.cgi?id=29842
     173
     174        Check presence of gstreamer-pbutils-0.10.
     175
     176        * configure.ac:
     177
     1782009-09-26  David Kilzer  <ddkilzer@apple.com>
     179
     180        GTK BUILD FIX: add ENABLE_ORIENTATION_EVENTS support to configure.ac
     181
     182        * configure.ac: Added support for ENABLE_ORIENTATION_EVENTS.
     183
     1842009-09-23  Xan Lopez  <xlopez@igalia.com>
     185
     186        Reviewed by Gustavo Noronha.
     187
     188        Do not add unneeded include paths for gir files, and add the
     189        include paths for headers manually instead of relying on our own
     190        pc file and installed headers, since that adds a circular
     191        dependency.
     192
     193        * GNUmakefile.am:
     194
     1952009-09-23  Jan Michael Alonzo  <jmalonzo@webkit.org>
     196
     197        Reviewed by Xan Lopez.
     198
     199        Minor reorganization to the patch landed in
     200        http://trac.webkit.org/changeset/48670. Also move JSCore-1.0.gir
     201        in the gtk directory as that's only useful to the Gtk port at the
     202        moment.
     203
     204        * GNUmakefile.am:
     205        * configure.ac:
     206
     2072009-09-23  Xan Lopez  <xlopez@igalia.com>
     208
     209        Reviewed by Gustavo Noronha.
     210
     211        [GTK] We should generate our own gir file for introspection
     212        https://bugs.webkit.org/show_bug.cgi?id=29603
     213
     214        Generate gir and typelib files for WebKit and JSCore. The JSCore
     215        gir file is handwritten (since it's only useful, for now, as a
     216        dependency of the WebKit gir file), the WebKit one is
     217        autogenerated from the headers.
     218
     219        * GNUmakefile.am:
     220        * JSCore-1.0.gir: Added.
     221        * configure.ac:
     222
     2232009-09-22  Philippe Normand  <pnormand@igalia.com>
     224
     225        Reviewed by Xan Lopez.
     226
     227        link errors due to wrong UNICODE_LIBS on Ubuntu Jaunty
     228        https://bugs.webkit.org/show_bug.cgi?id=29638
     229
     230        Call icu-cconfig with ldflags-libsonly to prevent having a -L
     231        statement that could override libs installed in another prefix.
     232
     233        * autotools/webkit.m4:
     234
     2352009-09-21  Xan Lopez  <xlopez@igalia.com>
     236
     237        Reviewed by Gustavo Noronha.
     238
     239        Bump version for 1.1.15 release.
     240
     241        * configure.ac:
     242
     2432009-09-18  Xan Lopez  <xlopez@igalia.com>
     244
     245        Reviewed by Gustavo Noronha and Jan Alonzo.
     246
     247        [GTK] context menu overriding API is very limited
     248        https://bugs.webkit.org/show_bug.cgi?id=27546
     249
     250        Add new tests to the build.
     251
     252        * GNUmakefile.am:
     253
     2542009-09-18  Xan Lopez  <xlopez@igalia.com>
     255
     256        Reviewed by Gustavo Noronha and Jan Alonzo.
     257
     258        [GTK] context menu overriding API is very limited
     259        https://bugs.webkit.org/show_bug.cgi?id=27546
     260
     261        Add WebKitHitTestResult to the build.
     262
     263        * GNUmakefile.am:
     264
     2652009-09-10  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     266
     267        Reviewed by Ariya Hidayat.
     268
     269        Disable some ARM compiler warnings
     270        https://bugs.webkit.org/show_bug.cgi?id=29083
     271
     272        The following ARM compiler warnings are disabled
     273
     274        - #68-D: integer conversion resulted in a change of sign
     275        - #111-D: statement is unreachable
     276        - #177-D: variable XXX was declared but never referenced
     277        - #368-D: class XXX defines no constructor to initialize the following: YYY
     278        - #830-D: function XXX "XXX::operator new" has no corresponding operator delete
     279        - #1293-D: assignment in condition
     280
     281        * WebKit.pri:
     282
     2832009-09-09  Kenneth Rohde Christiansen  <kenneth@webkit.org>
     284
     285        Reviewed by Simon Hausmann.
     286
     287        [Qt] Add the alternative QtLauncher (based on QGraphicsView) to the build.
     288
     289        https://bugs.webkit.org/show_bug.cgi?id=28862
     290
     291        * WebKit.pro:
     292
     2932009-09-07  Xan Lopez  <xlopez@igalia.com>
     294
     295        Rubber-stamped by Gustavo Noronha.
     296
     297        Bump versions in preparation for 1.1.14 release.
     298
     299        * configure.ac:
     300
     3012009-09-07  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     302
     303        Reviewed by Xan Lopez.
     304
     305        https://bugs.webkit.org/show_bug.cgi?id=26854
     306        [GTK] Needs API to allow more control over outgoing requests
     307
     308        * GNUmakefile.am: new files added to the build for new class
     309        WebKitNetworkResponse
     310
     3112009-09-06  Martin Robinson  <martin.james.robinson@gmail.com>
     312
     313        Reviewed by Gustavo Noronha, Jan Alonzo and Xan Lopez.
     314
     315        [Gtk] Expose a database API
     316        https://bugs.webkit.org/show_bug.cgi?id=27899
     317
     318        Expose an HTML5 database API for GTK+.
     319
     320        * GNUmakefile.am:
     321
     3222009-09-04  Albert Bachand  <albertb@google.com>
     323
     324        Reviewed by Eric Seidel.
     325
     326        Modify the condition regarding the key modifier for opening combo
     327        boxes under GTK from just PLATFORM(GTK) to also look for
     328        (PLATFORM(CHROMIUM) && PLATFORM(LINUX)).
     329
     330        * WebCore/dom/SelectElement.cpp:
     331        * WebCore/manual-tests/select-popup-on-spacebar.html:
     332
     3332009-09-02  Jan Michael Alonzo  <jmalonzo@webkit.org>
     334
     335        Reviewed by Xan Lopez and Gustavo Noronha.
     336
     337        [Gtk] Implement a WebDataSource for the gtk port
     338        https://bugs.webkit.org/show_bug.cgi?id=24758
     339
     340        Add WebKitWebDataSource unit test to the build script
     341
     342        * GNUmakefile.am:
     343
     3442009-09-02  Jan Michael Alonzo  <jmalonzo@webkit.org>
     345
     346        Reviewed by Xan Lopez and Gustavo Noronha.
     347
     348        [Gtk] Implement a WebDataSource for the gtk port
     349        https://bugs.webkit.org/show_bug.cgi?id=24758
     350
     351        Add WebKitWebDataSource and DocumentLoaderGtk to the build script.
     352
     353        * GNUmakefile.am:
     354
     3552009-09-01  Jan Michael Alonzo  <jmalonzo@webkit.org>
     356
     357        Reviewed by Xan Lopez and Gustavo Noronha.
     358
     359        [Gtk] Implement a WebDataSource for the gtk port
     360        https://bugs.webkit.org/show_bug.cgi?id=24758
     361
     362        Add WebKitWebResource to the build script.
     363
     364        * GNUmakefile.am:
     365
     3662009-08-28  Jan Michael Alonzo  <jmalonzo@webkit.org>
     367
     368        Reviewed by Oliver Hunt.
     369
     370        Gtk Build broken for OSX Quartz
     371        https://bugs.webkit.org/show_bug.cgi?id=28727
     372
     373        Define XP_UNIX for non-Win OS builds.
     374
     375        * GNUmakefile.am:
     376
     3772009-08-28  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     378
     379        Reviewed by Holger Freyther.
     380
     381        https://bugs.webkit.org/show_bug.cgi?id=25889
     382        [GTK] scrollbar policy for main frame is not implementable
     383
     384        Adding files for the new test for window-related issues (starting
     385        with scrollbar policy).
     386
     387        * GNUmakefile.am:
     388
     3892009-08-27  Priit Laes  <plaes@plaes.org>
     390
     391        Reviewed by Xan Lopez.
     392
     393        [GTK] Out-of-srcdir build problem
     394        https://bugs.webkit.org/show_bug.cgi?id=28741
     395
     396        * GNUmakefile.am, autotools/webkit.m4:
     397        Fix problem with out-of-srcdir builds. Also bump required glib version.
     398
     3992009-08-24  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     400
     401        Reviewed by Xan Lopez.
     402
     403        Bump package and so versions for 1.1.13 release.
     404
     405        * configure.ac:
     406
     4072009-08-22 Javier Jardón <javierjc1982@gmail.com>
     408
     409        [GTK] Not use deprecated symbols in WebKitWebView example code.
     410        https://bugs.webkit.org/show_bug.cgi?id=28651
     411
     412        * WebKit/gtk/webkit/webkitwebview.cpp
     413
     4142009-08-18  Xan Lopez  <xlopez@igalia.com>
     415
     416        Rubber-stamped by Holger Freyther.
     417
     418        Require at least libsoup 2.27.91 for the new password
     419        manager/authentication APIs.
     420
     421        * configure.ac:
     422
     4232009-08-18  Drew Wilson  <atwilson@google.com>
     424
     425        Reviewed by NOBODY (Build Break).
     426
     427        Speculative fix for GTK DumpRenderTree.
     428
     429        * GNUmakefile.am:
     430
     4312009-08-18  Kent Tamura  <tkent@chromium.org>
     432
     433        Reviewed by Eric Seidel.
     434
     435        Add --enable-datalist option.
     436
     437        * configure.ac:
     438
     4392009-08-14  Adam Bergkvist  <adam.bergkvist@ericsson.com>
     440
     441        Reviewed by Sam Weinig.
     442
     443        [GTK] Added EventSource to the build (default on).
     444        https://bugs.webkit.org/show_bug.cgi?id=14997
     445
     446        * configure.ac:
     447
     4482009-08-14  Jan Michael Alonzo  <jmalonzo@webkit.org>
     449
     450        Rubber-stamped by Gustavo Noronha.
     451
     452        Initialize CFLAGS and CXXFLAGS before the main body of the
     453        WEBKIT_INIT macro so C files don't get built with "-g -O2".
     454
     455        * autotools/webkit.m4:
     456
     4572009-08-12  Xan Lopez  <xlopez@igalia.com>
     458
     459        Reviewed by Jan Alonzo.
     460
     461        [GTK] Remove keyring optional features
     462        https://bugs.webkit.org/show_bug.cgi?id=28173
     463
     464        Remove keyring support, we now do authentication storage through
     465        libsoup. We depend on libsoup master now, will bump the dependency
     466        when there's a new release.
     467
     468        * GNUmakefile.am:
     469        * configure.ac:
     470
     4712009-08-11  Drew Wilson  <atwilson@google.com>
     472
     473        Reviewed by NOBODY (Build break).
     474
     475        Speculative fix for GTK build break.
     476
     477        * WebKit.pro:
     478
     4792009-08-11  Tor Arne VestbÞ  <tor.arne.vestbo@nokia.com>
     480
     481        Reviewed by Simon Hausmann.
     482
     483        Build the TestNetscapePlugin on Qt/Mac
     484
     485        * WebKit.pro:
     486
     4872009-08-11  Xan Lopez  <xlopez@igalia.com>
     488
     489        Reviewed by Jan Alonzo.
     490
     491        Prefix lengthy commands with AM_V_GEN so that they produce an
     492        output like 'GEN <filename>' when in silent mode.
     493
     494        * GNUmakefile.am:
     495
     4962009-08-05  Jan Michael Alonzo  <jmalonzo@webkit.org>
     497
     498        Reviewed by Xan Lopez.
     499
     500        [Gtk] macros in webkit.m4 should be defined once only
     501        https://bugs.webkit.org/show_bug.cgi?id=27929
     502
     503        The macros in webkit.m4 are not meant to be called multiple times
     504        so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
     505        AC_REQUIRE to remove the automake warnings when doing autogen.sh.
     506
     507        Lastly, make sure CXXFLAGS and CFLAGS are defined before
     508        AC_PROG_CXX gets expanded so it doesn't add "-g -O2" on Release builds.
     509
     510        * autotools/webkit.m4:
     511
     5122009-08-05  Xan Lopez  <xlopez@igalia.com>
     513
     514        Revert r46714, it was making us build debug images by default.
     515
     516        * autotools/webkit.m4:
     517
     5182009-08-03  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     519
     520        Reviewed by Eric Seidel.
     521
     522        [Qt] Consolidate common gcc flags to WebKit.pri
     523        https://bugs.webkit.org/show_bug.cgi?id=27934
     524
     525        * WebKit.pri:
     526
     5272009-08-03  Jan Michael Alonzo  <jmalonzo@webkit.org>
     528
     529        Rubber-stamped by Eric Seidel.
     530
     531        [Gtk] macros in webkit.m4 should be defined once only
     532        https://bugs.webkit.org/show_bug.cgi?id=27929
     533
     534        The macros in webkit.m4 are not meant to be called multiple times
     535        so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
     536        AC_REQUIRE to remove the automake warnings when doing autogen.sh.
     537
     538        * autotools/webkit.m4:
     539
     5402009-07-29  Ariya Hidayat  <ariya.hidayat@nokia.com>
     541
     542        Reviewed by Simon Hausmann.
     543
     544        Adding ImageDiff project file.
     545
     546        https://bugs.webkit.org/show_bug.cgi?id=27813
     547
     548        * WebKit.pro: Added ImageDiff.pro.
     549
     5502009-07-29  Jan Michael Alonzo  <jmalonzo@webkit.org>
     551
     552        Reviewed by Eric Seidel and Xan Lopez.
     553
     554        [Gtk] Enable http/tests/appcache tests
     555        https://bugs.webkit.org/show_bug.cgi?id=27674
     556
     557        * GNUmakefile.am: Add webkit/webkitapplicationcache.cpp
     558
     5592009-07-28  Xan Lopez  <xlopez@igalia.com>
     560
     561        Reviewed by Gustavo Noronha.
     562
     563        Use automake 1.11 SILENT_RULES when present, for cleaner build
     564        output. You can disable it by passing --disable-silent-rules to
     565        configure or V=1 to make.
     566
     567        * autotools/dolt.m4:
     568        * configure.ac:
     569
     5702009-07-28  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     571
     572        Reviewed by Simon Hausmann.
     573
     574        [Qt] Disable some compiler warnings for the win build
     575        https://bugs.webkit.org/show_bug.cgi?id=27709
     576
     577        * WebKit.pri:
     578
     5792009-07-28  Xan Lopez  <xlopez@igalia.com>
     580
     581        Reviewed by Gustavo Noronha.
     582
     583        * configure.ac: bump version for 1.1.12 release.
     584
     5852009-07-24  Xan Lopez  <xlopez@igalia.com>
     586
     587        Reviewed by Gustavo Noronha.
     588
     589        Remove unneeded commas from PKG_CHECK_MODULES.
     590
     591        * configure.ac:
     592
     5932009-07-24  Jan Michael Alonzo  <jmalonzo@webkit.org>
     594
     595        Reviewed by Xan Lopez.
     596
     597        Bump pango version requirement to 1.12 which is the version that
     598        came with Gtk 2.10.
     599
     600        * configure.ac:
     601
     6022009-07-21  Roland Steiner  <rolandsteiner@google.com>
     603
     604        Reviewed by David Levin.
     605
     606        Add ENABLE_RUBY to list of build options
     607        https://bugs.webkit.org/show_bug.cgi?id=27324
     608
     609        * configure.ac: Added flag ENABLE_RUBY.
     610
     6112009-07-20  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     612
     613        Reviewed by Holger Freyther.
     614
     615        [Qt] Add an option for QtLauncher to build without QtUiTools dependency
     616        https://bugs.webkit.org/show_bug.cgi?id=27438
     617
     618        Based on Norbert Leser's work.
     619
     620        * WebKit.pri: Symbian does not have UiTools
     621
     6222009-07-16  Fumitoshi Ukai  <ukai@chromium.org>
     623
     624        Reviewed by David Levin.
     625
     626        Add --web-sockets flag and ENABLE_WEB_SOCKETS define.
     627        https://bugs.webkit.org/show_bug.cgi?id=27206
     628
     629        Add --enable-web-sockets in configure.ac
     630
     631        * configure.ac:
     632
     6332009-07-16  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     634
     635        Reviewed by Simon Hausmann.
     636
     637        [Qt] Enable GNU compiler extensions to the ARM compiler
     638        for all Qt ports using RVCT
     639        https://bugs.webkit.org/show_bug.cgi?id=27348
     640
     641        * WebKit.pri:
     642
     6432009-07-15  Tor Arne VestbÞ  <tor.arne.vestbo@nokia.com>
     644
     645        Rubber-stamped by Simon Hausmann.
     646
     647        Fix the Qt/Mac build by disabling TestNetscapePlugin
     648
     649        We should fix and enable this once we run DRT for Qt/Mac
     650
     651        * WebKit.pro:
     652
     6532009-07-13  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     654
     655        Unreviewed build fix. Require the correct libsoup version now that
     656        it's released.
     657
     658        * configure.ac:
     659
     6602009-07-13  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     661
     662        Reviewed by Tor Arne VestbÞ.
     663
     664        [Qt] Build fix for QtWebKit on Win
     665        https://bugs.webkit.org/show_bug.cgi?id=27205
     666
     667        * WebKit.pri: Include the major version number in the QtWebKit
     668        library file for Win.
     669
     6702009-07-13  Simon Hausmann  <simon.hausmann@nokia.com>
     671
     672        Reviewed by Ariya Hidayat.
     673
     674        Add the test netscape plugin for the Qt DRT to the build.
     675
     676        * WebKit.pro:
     677
     6782009-07-13  Drew Wilson  <atwilson@google.com>
     679
     680        Reviewed by David Levin.
     681
     682        Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs
     683        https://bugs.webkit.org/show_bug.cgi?id=26932
     684
     685        Added ENABLE(SHARED_WORKERS) flag.
     686
     687       * configure.ac:
     688
     6892009-07-12  Xan Lopez  <xlopez@igalia.com>
     690
     691        Reviewed by Gustavo Noronha.
     692
     693        Bump version in preparation for 1.1.11 release.
     694
     695        * configure.ac:
     696
     6972009-07-07  Norbert Leser  <norbert.leser@nokia.com>
     698
     699        Reviewed by Simon Hausmann.
     700
     701        Exclude DumpRenderTree.pro from symbian build
     702
     703        * WebKit.pro:
     704
     7052009-07-09  Drew Wilson  <atwilson@google.com>
     706
     707        Reviewed by Alexey Proskuryakov.
     708
     709        https://bugs.webkit.org/show_bug.cgi?id=26903
     710
     711        Turned on CHANNEL_MESSAGING by default because the MessageChannel API
     712        can now be implemented for Web Workers and is reasonably stable.
     713
     714        * configure.ac: enable CHANNEL_MESSAGING.
     715
     7162009-07-03  Jan Michael Alonzo  <jmalonzo@webkit.org>
     717
     718        Reviewed by Xan Lopez and Gustavo Noronha.
     719
     720        Set user-agent from application
     721        https://bugs.webkit.org/show_bug.cgi?id=17375
     722
     723        Define UA version macros to be used by the UA string.
     724        Add new WebSettings unit test for the User-Agent string API.
     725
     726        * GNUmakefile.am:
     727        * configure.ac:
     728
     7292009-06-20  Gustavo Noronha Silva  <gns@gnome.org>
     730
     731        Reviewed by Jan Alonzo.
     732
     733        Adding files for the new test case for loading statuses.
     734
     735        * GNUmakefile.am:
     736
     7372009-06-15  Xan Lopez  <xlopez@igalia.com>
     738
     739        Reviewed by Gustavo Noronha.
     740
     741        Version bump in preparation for 1.1.10 release.
     742
     743        * configure.ac:
     744
     7452009-06-12  Tor Arne VestbÞ  <tor.arne.vestbo@nokia.com>
     746
     747        Reviewed by Xan Lopez.
     748
     749        Refactor handling of options in the build-webkit script
     750       
     751        Options are now defined in one place, and then reused when creating
     752        the usage help text, the arguments to GetOptions(), and when passing
     753        the options on to the underlying port-dependent build systems.
     754       
     755        This allows the Qt port to read the defaults for the options from the
     756        pro file (dynamically), and to pass the options on to qmake at build.
     757
     758        * configure.ac:
     759
     7602009-06-11  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     761
     762        Reviewed by Holger Freyther.
     763
     764        [Qt] Fix release build detection
     765        https://bugs.webkit.org/show_bug.cgi?id=26267
     766
     767        * WebKit.pri:
     768
     7692009-06-10  Gustavo Noronha Silva  <gns@gnome.org>
     770
     771        Reviewed by Xan Lopez.
     772
     773        Add unit tests for our WebKitNetworkRequest object.
     774
     775        * GNUmakefile.am:
     776
     7772009-06-10  Xan Lopez  <xlopez@igalia.com>
     778
     779        Reviewed by Gustavo Noronha.
     780
     781        Version bump in preparation for 1.1.9 release.
     782
     783        * configure.ac:
     784
     7852009-06-10  Xan Lopez  <xlopez@igalia.com>
     786
     787        Reviewed by Jan Alonzo.
     788
     789        https://bugs.webkit.org/show_bug.cgi?id=25415
     790        [GTK][ATK] Please implement support for get_text_at_offset
     791
     792        Add new dependency on the Gail utils library, needed for our a11y
     793        implementation.
     794
     795        * GNUmakefile.am:
     796        * configure.ac:
     797
     7982009-05-29  Gustavo Noronha Silva  <gns@gnome.org>
     799
     800        Reviewed by Jan Alonzo.
     801
     802        Add a test-case for our HTTP backend, currently checking the
     803        ref-counting of the SoupMessage.
     804
     805        * GNUmakefile.am:
     806
     8072009-05-28  Dirk Schulze  <krit@webkit.org>
     808
     809        Reviewed by Nikolas Zimmermann.
     810
     811        Enable the new build flag --filters for Gtk. More details in WebCore/ChangeLog.
     812
     813        * configure.ac:
     814
     8152009-05-19  Xan Lopez  <xlopez@igalia.com>
     816
     817        Reviewed by Jan Alonzo and Gustavo Noronha.
     818
     819        https://bugs.webkit.org/show_bug.cgi?id=25415
     820        [GTK][ATK] Please implement support for get_text_at_offset
     821
     822        Add new test file for ATK.
     823
     824        * GNUmakefile.am:
     825
     8262009-05-28  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     827
     828        Rubber-stamped by Xan Lopez.
     829
     830        Fix webkitgtk_cleanfiles to clean gtk-doc-related files in the
     831        correct directory, so that we pass make distcheck.
     832
     833        * GNUmakefile.am:
     834
     8352009-05-28  Xan Lopez  <xlopez@igalia.com>
     836
     837        Bump version numbers in preparation for 1.1.8 release.
     838
     839        * configure.ac:
     840
     8412009-05-23  Jan Michael Alonzo  <jmalonzo@webkit.org>
     842
     843        Unreviewed build fix. Add gstreamer-video-0.10 libs to
     844        GSTREAMER_LIBS to resolve an undefined reference to gst_video_get_size
     845        - symbol used in MediaPlayerPrivateGstreamer.
     846
     847        * configure.ac:
     848
     8492009-05-23  Jan Michael Alonzo  <jmalonzo@webkit.org>
     850
     851        Reviewed by Xan Lopez.
     852
     853        [Gtk] Various autotools build refactoring and fixes
     854        https://bugs.webkit.org/show_bug.cgi?id=25286
     855
     856        Refactor library LIBS. Move third-party libs in libwebkit instead
     857        of libWebCore.
     858
     859        * GNUmakefile.am:
     860
     8612009-05-22  Antonio Gomes  <antonio.gomes@openbossa.org>
     862
     863        Reviewed by Gustavo Noronha.
     864
     865        Make Gtk build not bail out if gtk-doc-tools is not installed.
     866
     867        Warning message shown instead.
     868
     869        * autogen.sh:
     870
     8712009-05-22  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     872
     873        Reviewed by Xan Lopez.
     874
     875        Add big warnings about the glib unicode backend being slow and
     876        incomplete, since it is a work in progress.
     877
     878        * autotools/webkit.m4:
     879        * configure.ac:
     880
     8812009-05-22  Dominik Röttsches  <dominik.roettsches@access-company.com>
     882
     883        Reviewed by Gustavo Noronha.
     884
     885        https://bugs.webkit.org/show_bug.cgi?id=15914
     886        [GTK] Implement Unicode functionality using GLib
     887
     888        Initial version of this patch by JÃŒrg Billeter.
     889
     890        Adding options for --with-unicode-backend=icu|glib
     891        and checking for pango version >= 1.21.0 if GLib backend
     892        is selected. Temporarily, until remaining parts of
     893        this patch are committed, introduce WTF_USE_GLIB_ICU_UNICODE_HYBRID
     894        macro to allow for a mixed compilation with WTF Unicode
     895        backend based on GLib while text codecs and TextBreakIterator
     896        remain ICU dependent.
     897
     898        * GNUmakefile.am:
     899        * configure.ac:
     900
     9012009-05-18  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     902
     903        Reviewed by Gavin Barraclough.
     904
     905        Enable YARR, and disable WREC for GTK+.
     906
     907        * configure.ac:
     908
     9092009-05-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
     910
     911         Reviewed by Xan Lopez.
     912
     913         [Gtk] Various autotools build refactoring and fixes
     914         https://bugs.webkit.org/show_bug.cgi?id=25286
     915
     916         Add support for running unit tests. Also run the tests whenever
     917         the 'check' target runs.
     918
     919         * GNUmakefile.am:
     920
     9212009-05-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
     922
     923         Reviewed by Xan Lopez.
     924
     925         [Gtk] Various autotools build refactoring and fixes
     926         https://bugs.webkit.org/show_bug.cgi?id=25286
     927
     928         Style fixes
     929
     930         * GNUmakefile.am:
     931
     9322009-05-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
     933
     934         Reviewed by Xan Lopez.
     935
     936         [Gtk] Various autotools build refactoring and fixes
     937         https://bugs.webkit.org/show_bug.cgi?id=25286
     938
     939         Add -no-install and -no-fast-install to programs and tests that we
     940         don't install. Also remove -O2 since this is already handled at
     941         configure time.
     942
     943         * GNUmakefile.am:
     944
     9452009-05-17  Jan Michael Alonzo  <jmalonzo@webkit.org>
     946
     947        Reviewed by Xan Lopez.
     948
     949        [Gtk] Various autotools build refactoring and fixes
     950        https://bugs.webkit.org/show_bug.cgi?id=25286
     951
     952        Refactor library cflags
     953
     954        * GNUmakefile.am:
     955
     9562009-05-15  Fridrich Strba  <fridrich.strba@bluewin.ch>
     957
     958        Reviewed by Jan Alonzo.
     959
     960        Use AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM, since
     961        the JIT compiler is not a cross-compiler
     962
     963        * configure.ac:
     964
     9652009-05-13  Xan Lopez  <xlopez@igalia.com>
     966
     967        Unreviewed: bump versions in preparation for 1.1.7 release.
     968
     969        * configure.ac:
     970
     9712009-05-13  Xan Lopez  <xlopez@igalia.com>
     972
     973        Rubber-stamped by Gustavo Noronha.
     974
     975        Revert commit r43563, since it breaks WebKitGTK+ when compiled
     976        with gcc 4.4.
     977
     978        * GNUmakefile.am:
     979
     9802009-05-12  Jan Michael Alonzo  <jmalonzo@webkit.org>
     981
     982        Reviewed by Holger Freyther.
     983
     984        [Gtk] Various autotools build refactoring and fixes
     985        https://bugs.webkit.org/show_bug.cgi?id=25286
     986
     987        Refactor use of CFLAGS, CXXFLAGS, LIBADD and LDFLAGS.
     988
     989        * GNUmakefile.am:
     990
     9912009-05-09  Jan Michael Alonzo  <jmalonzo@webkit.org>
     992
     993        Reviewed by Gustavo Noronha.
     994
     995        WebKit-r43163 won't build for gtk-directfb
     996        https://bugs.webkit.org/show_bug.cgi?id=25538
     997
     998        Move the ENCHANT check out of the with_target conditional since it
     999        applies to all targets
     1000
     1001        * configure.ac:
     1002
     10032009-05-09  Mike Hommey  <glandium@debian.org>
     1004
     1005        Reviewed by Geoffrey Garen. Landed by Jan Alonzo.
     1006
     1007        Enable JIT on x86-64 gtk+
     1008        https://bugs.webkit.org/show_bug.cgi?id=24724
     1009
     1010        * configure.ac:
     1011
     10122009-05-08  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     1013
     1014        Reviewed by Xan Lopez.
     1015
     1016        Ship the gtk-doc.make file, so as to not depend on gtkdoc-tools.
     1017
     1018        * GNUmakefile.am:
     1019        * autogen.sh:
     1020
     10212009-05-06  Tor Arne VestbÞ  <tor.arne.vestbo@nokia.com>
     1022
     1023        Reviewed by Simon Hausmann.
     1024
     1025        Build QtWebKit as a framework on Mac
     1026
     1027        This implies both debug and release build by default, unless
     1028        one of the --debug or --release config options are passed to
     1029        the build-webkit script.
     1030
     1031        Frameworks can be disabled by passing CONFIG+=webkit_no_framework
     1032        to the build-webkit script.
     1033
     1034        To be able to build both debug and release targets in parallel
     1035        we have to use separate output directories for the generated
     1036        sources, which is not optimal, but required to avoid race conditions.
     1037
     1038        An optimization would be to only require this spit-up on Mac.
     1039
     1040        * WebKit.pri:
     1041
     10422009-04-30  Jan Michael Alonzo  <jmalonzo@webkit.org>
     1043
     1044        Unreviewed build GTK build fix
     1045
     1046        * configure.ac: typo fix - javascript_debugger should be enable_javascript_debugger
     1047
     10482009-04-30  Dimitri Glazkov  <dglazkov@chromium.org>
     1049
     1050        Unreviewed, build fix.
     1051
     1052        https://bugs.webkit.org/show_bug.cgi?id=25470
     1053        Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler.
     1054
     1055        * configure.ac: Add autoconfig options, missed in the first commit.
     1056
     10572009-04-28  Xan Lopez  <xlopez@igalia.com>
     1058
     1059        Unreviewed: bump versions in preparation for 1.1.6 release.
     1060
     1061        * configure.ac:
     1062
     10632009-04-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
     1064
     1065        Reviewed by Xan Lopez.
     1066
     1067        [GTK] Error reporting
     1068        https://bugs.webkit.org/show_bug.cgi?id=18344
     1069
     1070        Add webkiterror to the build.
     1071
     1072        * GNUmakefile.am:
     1073
     10742009-04-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
     1075
     1076         Reviewed by Xan Lopez.
     1077
     1078         [GTK] Error reporting
     1079         https://bugs.webkit.org/show_bug.cgi?id=18344
     1080
     1081         Add the default error page for installation.
     1082
     1083         * GNUmakefile.am:
     1084
     10852009-04-24  Diego Escalante Urrelo  <diegoe@gnome.org>
     1086
     1087        Reviewed by Gustavo Noronha.
     1088
     1089        https://bugs.webkit.org/show_bug.cgi?id=15616
     1090        [GTK] Add spell checking
     1091
     1092        Add enchant support for spell-checking-languages property to work
     1093        properly.
     1094
     1095        * GNUmakefile.am:
     1096        * configure.ac:
     1097
     10982009-04-24  Simon Hausmann  <simon.hausmann@nokia.com>
     1099
     1100        Reviewed by Ariya Hidayat.
     1101
     1102        Added support for generating API docs in the Qt build using "make docs"
     1103
     1104        * WebKit.pro: Include docs.pri for "make docs" target.
     1105
     11062009-04-14  Xan Lopez  <xlopez@igalia.com>
     1107
     1108        Unreviewed version bump in preparation for 1.1.5 release.
     1109
     1110        * configure.ac:
     1111
     11122009-04-06  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     1113
     1114        Rubber-stamped by Sam Weinig.
     1115
     1116        Added rules to maintain the localization support. We cannot simply
     1117        use whatever gettextize gives us because our build system is
     1118        non-recursive.
     1119
     1120        * GNUmakefile.am:
     1121        * configure.ac:
     1122
     11232009-04-05  Mike Hommey  <glandium@debian.org>
     1124
     1125        Reviewed by Holger Freyther.
     1126
     1127        Filter out all C++ symbols
     1128        https://bugs.webkit.org/show_bug.cgi?id=24960
     1129
     1130        Considering the public API is all C, we can just filter out all
     1131        C++ mangled symbols, which will avoid exporting symbols in some
     1132        corner cases such as gcc bugs on specific architectures, etc.
     1133
     1134        * autotools/symbols.filter:
     1135
     11362009-04-03  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     1137
     1138        Reviewed by Holger Freyther.
     1139
     1140        Require GTK+ >= 2.10; 2.8 is already very old, and some very
     1141        useful APIs are only available since 2.10.
     1142
     1143        * configure.ac:
     1144
     11452009-04-01  Christian Dywan  <christian@twotoasts.de>
     1146
     1147        Reviewed by Holger Freyther.
     1148
     1149        Unit test WebKitDownload
     1150        http://bugs.webkit.org/show_bug.cgi?id=24844
     1151
     1152        * GNUmakefile.am: Add a unit test for downloading.
     1153
     11542009-04-01  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     1155
     1156        Unreviewed build fix. Fix make distcheck, after the gtk-doc
     1157        integration.
     1158
     1159        * GNUmakefile.am:
     1160
     11612009-03-30  Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
     1162
     1163        Reviewed by Holger Freyther.
     1164
     1165        Integrate gtk-doc into the Gtk+ buildsystem.
     1166
     1167        * autogen.sh:
     1168        * configure.ac:
     1169
     11702009-03-30  Xan Lopez  <xlopez@igalia.com>
     1171
     1172        Unreviewed: bump version to 1.1.4 for release.
     1173
     1174        * configure.ac:
     1175
     11762009-03-21  Xan Lopez  <xlopez@igalia.com>
     1177
     1178        Reviewed by Holger Freyther.
     1179
     1180        Require gnome-keyring 2.26.0, since we were depending on an
     1181        unreleased trunk revision between 2.25.91 and 2.26.0.
     1182
     1183        * configure.ac:
     1184
     11852009-03-20  Jan Michael Alonzo  <jmalonzo@gmail.com>
     1186
     1187        Reviewed by Holger Freyther.
     1188
     1189        [GTK] Misc patches for WebKitWebHistoryItem
     1190        https://bugs.webkit.org/show_bug.cgi?id=24493
     1191
     1192        Added build support for build the WebKitWebHistoryItem unit test.
     1193
     1194        * GNUmakefile.am:
     1195
     11962009-03-20  Jan Michael Alonzo  <jmalonzo@gmail.com>
     1197
     1198        Reviewed by Holger Freyther.
     1199
     1200        Separate gtk unit tests
     1201        https://bugs.webkit.org/show_bug.cgi?id=24039
     1202
     1203        Build the unit tests accordingly.
     1204
     1205        * GNUmakefile.am:
     1206
     12072009-03-17  Gustavo Noronha Silva  <gns@gnome.org>
     1208
     1209        Reviewed by Mark Rowe.
     1210
     1211        Enable HTML5 media elements support by default in the GTK+ port.
     1212
     1213        * configure.ac:
     1214
     12152009-03-17  Mike Hommey <glandium@debian.org>
     1216
     1217        Reviewed by Holger Freyther.
     1218
     1219        Do not export cti* symbols.
     1220        See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519924.
     1221
     1222        * autotools/symbols.filter:
     1223
     12242009-03-15  Xan Lopez  <xlopez@igalia.com>
     1225
     1226        Bump version to 1.1.3 for release and fix soversion
     1227        calculation (oops). Thanks to Frederik Himpe for pointing this
     1228        out.
     1229
     1230        * configure.ac:
     1231
     12322009-03-15  Xan Lopez  <xlopez@igalia.com>
     1233
     1234        Bump version and libtool version for release.
     1235
     1236        * configure.ac:
     1237
     12382009-03-14  Xan Lopez  <xlopez@igalia.com>
     1239
     1240        No review, build fix.
     1241
     1242        Split clean rules to make distcheck pass.
     1243
     1244        * GNUmakefile.am:
     1245
     12462009-03-13  Mark Rowe  <mrowe@apple.com>
     1247
     1248        Reviewed by Dan Bernstein.
     1249
     1250        Remove rarely used Makefile targets from the Makefile.
     1251
     1252        There are many situations in which the targets don't work as expected,
     1253        and their primary use is addressed by having the build system default
     1254        to building the appropriate architecture.
     1255
     1256        * Makefile.shared:
     1257
     12582009-03-11  Jan Michael Alonzo  <jmalonzo@webkit.org>
     1259
     1260        Reviewed by Holger Freyther.
     1261
     1262        [Gtk] Fix make clean targets
     1263        https://bugs.webkit.org/show_bug.cgi?id=24450
     1264
     1265        Fix 'make' clean targets. We shouldn't be removing DerivedSources
     1266        if it's only clean. Only remove it if it's distclean or
     1267        maintainer-clean. Also remove build-related auxillary files on
     1268        dist/maintainer clean.
     1269
     1270        * GNUmakefile.am:
     1271
     12722009-03-11  Jan Michael Alonzo  <jmalonzo@webkit.org>
     1273
     1274        Reviewed by Holger Freyther
     1275
     1276        [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore
     1277        https://bugs.webkit.org/show_bug.cgi?id=2260
     1278
     1279        pangoft2 is also used in directfb builds so use it for all targets
     1280
     1281        * configure.ac:
     1282
     12832009-03-02  Xan Lopez  <xan@gnome.org>
     1284
     1285        Reviewed by Mark Rowe.
     1286
     1287        https://bugs.webkit.org/show_bug.cgi?id=24287
     1288        [GTK] Move auth dialog feature to WebKit/
     1289
     1290        Add WebKitSoupAuthDialog files to build.
     1291
     1292        * GNUmakefile.am:
     1293
     12942009-03-03  Gustavo Noronha Silva  <gns@gnome.org>
     1295
     1296        Reviewed by Alexey Proskuryakov.
     1297
     1298        https://bugs.webkit.org/show_bug.cgi?id=16826
     1299        [Gtk] Implement WebKitDownload
     1300
     1301        Adding new files related to WebKitDownload to the GTK+ port.
     1302
     1303        * GNUmakefile.am:
     1304
     13052009-03-02  Gustavo Noronha Silva  <gns@gnome.org>
     1306
     1307        Unreviewed build fix; adding missing files to EXTRA_DIST, so that
     1308        they show up in the tarball.
     1309
     1310        * GNUmakefile.am:
     1311
     13122009-03-01  Christian Dywan  <christian@twotoasts.de>
     1313
     1314        * configure.ac: Bump GTK port version to 1.1.1.
     1315
     13162009-02-27  Gustavo Noronha Silva  <gns@gnome.org>
     1317
     1318        Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list
     1319        file to EXTRA_DIST to fix make dist.
     1320
     1321        * GNUmakefile.am:
     1322
     13232009-02-26  Xan Lopez  <xan@gnome.org>
     1324
     1325        Reviewed by Holger Freyther.
     1326
     1327        https://bugs.webkit.org/show_bug.cgi?id=16947
     1328        [GTK] Missing HTTP Auth challenge
     1329
     1330        Add HTTP authentication dialog with optional GNOME Keyring
     1331        storage.
     1332
     1333        * GNUmakefile.am:
     1334        * configure.ac:
     1335
     13362009-02-26  Xan Lopez  <xan@gnome.org>
     1337
     1338        Reviewed by Holger Freyther.
     1339
     1340        https://bugs.webkit.org/show_bug.cgi?id=16947
     1341        [GTK] Missing HTTP Auth challenge
     1342
     1343        Take marshallers to be built from a manually maintained list
     1344        instead of grepping the sources.
     1345
     1346        It's much faster, especially so now that we want to add
     1347        marshallers from WebCore too. A system to only take into account
     1348        the modified files when generating the marshallers from sources
     1349        could be hacked, but I think it's overkill considering how rarely
     1350        a new marshaller is added.
     1351
     1352        * GNUmakefile.am:
     1353
     13542009-02-24  Jan Michael Alonzo  <jmalonzo@webkit.org>
     1355
     1356        Reviewed by Alexey Proskuryakov.
     1357
     1358        [Gtk] add options for 3D transforms and HTML5 channel messaging to the build
     1359        https://bugs.webkit.org/show_bug.cgi?id=24072
     1360
     1361        Add options for toggling 3D transforms and HTML5 channel messaging
     1362        support on or off.
     1363
     1364        Also fix the web-workers option. It should be web-workers and not workers.
     1365
     1366        * configure.ac:
     1367
     13682009-02-23  Xan Lopez  <xan@gnome.org>
     1369
     1370        Reviewed by Alexey Proskuryakov.
     1371
     1372        https://bugs.webkit.org/show_bug.cgi?id=22624
     1373        [SOUP][GTK] Need API to get SoupSession from WebKit.
     1374
     1375        Remove CURL support, the only supported HTTP backend is SOUP now.
     1376
     1377        * GNUmakefile.am:
     1378        * configure.ac:
     1379
     13802009-02-19  Christian Dywan  <christian@twotoasts.de>
     1381
     1382        Rubber-stamped by Holger Freyther.
     1383
     1384        http://bugs.webkit.org/show_bug.cgi?id=22811
     1385        Underlinking in Programs_UnitTests (GTK+ build)
     1386
     1387        * GNUmakefile.am: Add GLIB_LIBS to unit test library flags.
     1388
     13892009-02-18  Gustavo Noronha Silva  <gns@gnome.org>
     1390
     1391        Reviewed by Holger Freyther.
     1392
     1393        Fix symbols.filter location, and add other missing files to the
     1394        autotools build, so that make dist works.
     1395
     1396        * GNUmakefile.am:
     1397
     13982009-02-17  Gustavo Noronha Silva  <gns@gnome.org>
     1399
     1400        Reviewed by Alexey Proskuryakov.
     1401
     1402        https://bugs.webkit.org/show_bug.cgi?id=23939
     1403        Release build being built with debugging symbols
     1404
     1405        * configure.ac: Revert change done in revision 40790, since we
     1406        already have a AC_PROG_CXX macro call as part of WEBKIT_INIT
     1407
     14082009-02-12  Gustavo Noronha Silva  <gns@gnome.org>
     1409
     1410        Reviewed by Eric Seidel.
     1411
     1412        * configure.ac: Make soup the default HTTP backend for the Gtk port.
     1413
     14142009-02-09  Calvin Walton  <calvin.walton@gmail.com>
     1415
     1416        Reviewed by Holger Freyther.
     1417
     1418        https://bugs.webkit.org/show_bug.cgi?id=23823
     1419
     1420        [Gtk] Fix build with recent autotools
     1421
     1422        Current versions of automake/libtool don't assume you want C++ enabled
     1423        by default any more, so explicitly check for a C++ compiler.
     1424
     1425        * configure.ac: Add AC_PROG_CXX macro
     1426
     14272009-02-02  Christian Dywan  <christian@twotoasts.de>
     1428
     1429        Rubber-stamped by Holger Freyther.
     1430
     1431        Don't require Geolocation by default.
     1432
     1433        * configure.ac:
     1434
     14352009-01-30  Jan Michael Alonzo  <jmalonzo@webkit.org>
     1436
     1437        Reviewed by Nikolas Zimmermann.
     1438
     1439        [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits
     1440        https://bugs.webkit.org/show_bug.cgi?id=22136
     1441
     1442        * GNUmakefile.am:
     1443        * acinclude.m4: Removed.
     1444        * autogen.sh:
     1445        * autotools/acinclude.m4: Added.
     1446        * autotools/dolt.m4: Added.
     1447        * autotools/symbols.filter: Renamed from symbols.filter.
     1448        * autotools/webkit.m4: Added.
     1449        * configure.ac:
     1450
     14512009-01-30  Holger Hans Peter Freyther  <zecke@selfish.org>
     1452
     1453        Reviewed by Nikolas Zimmermann.
     1454
     1455        [GTK] Implement GeolocationService using the Geoclue library
     1456
     1457        https://bugs.webkit.org/show_bug.cgi?id=22022
     1458
     1459        Untested implementation of the GeolocationService using the geoclue
     1460        library. Velocity handling is completely missing and the accuracy
     1461        handling might be wrong.
     1462
     1463        * GNUmakefile.am:
     1464        * configure.ac:
     1465
     14662009-01-11  Xan Lopez  <xan@gnome.org>
     1467
     1468        Reviewed by Holger Freyther.
     1469
     1470        Bump version to 1.1.0 since we are breaking ABI and adding new
     1471        major features.
     1472
     1473        * configure.ac:
     1474
    114752008-12-19  Marco Barisione  <marco.barisione@collabora.co.uk>
    21476
     
    1961670
    1971671        Not reviewed.
    198        
     1672
    1991673        Try to fix gtk build.
    2001674
     
    7942268
    7952269        Add x86_64 rule.
    796        
     2270
    7972271        * Makefile:
    7982272
     
    8022276
    8032277        Removed explicit linkage against libxml and libxslt on Qt/Mac builds.
    804        
     2278
    8052279        This dependency is completely unnecessary here and creates only problems by
    8062280        propagating through WebCore.pro over libQtWebKit.prl right now customer
    8072281        applications.
    808        
     2282
    8092283
    8102284        * WebKit.pri:
     
    8152289
    8162290        Add an "x86_64" make rule.
    817        
     2291
    8182292        * Makefile.shared:
    8192293
     
    9662440
    9672441        Add support for multiple http backends, and add soup backend (off by default).
    968        
     2442
    9692443        * GNUmakefile.am:
    9702444        * configure.ac:
     
    10532527        whitespaces introduced in the previous commit.
    10542528
    1055         * GNUmakefile.am: 
     2529        * GNUmakefile.am:
    10562530
    105725312008-02-23  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
     
    24453919
    24463920        Don't compile the ICO plugin when building against Qt >= 4.4
    2447        
     3921
    24483922
    24493923        * WebKit.pro:
Note: See TracChangeset for help on using the changeset viewer.