Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/3rdparty/webkit/ChangeLog

    r769 r846  
     12010-09-24  Romain Pokrzywka  <romain@kdab.com>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        [Qt] Fix the Wince build.
     6
     7        * WebKit.pri: Apply msvc flags to wince, too.
     8
     92010-07-01  Simon Hausmann  <simon.hausmann@nokia.com>
     10
     11        Rubber-stamped by Laszlo Gombos.
     12
     13        [Qt][Symbian] Bumped up the maximum heap size to 96MB
     14
     15        * WebKit.pri:
     16
     172010-06-17  Alexis Menard  <alexis.menard@nokia.com>
     18
     19        Reviewed by Kenneth Rohde Christiansen.
     20
     21        [Qt] Upstream the WebKit QML integration plugin
     22        https://bugs.webkit.org/show_bug.cgi?id=40050
     23
     24        Add to the build the QML WebKit integration plugin.
     25
     26        * WebKit.pro:
     27
     282010-06-17  Mark Brand  <mabrand@mabrand.nl>
     29
     30        Reviewed by Simon Hausmann.
     31
     32        [Qt] use "win32-g++*" scope to match all MinGW makespecs
     33
     34        The scope "win32-g++" comes from the name of the makespec. However, it
     35        is frequently used to check for MinGW. This works fine as long as
     36        win32-g++ is the only makespec for MinGW. Now we need the wildcard
     37        to cover "win32-g++-cross" as well.
     38
     39        * WebKit.pri:
     40
     412010-05-04  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     42
     43        Unreviewed, build fix for Symbian.
     44
     45        [Symbian] Symbian builds does not support shadow builds
     46
     47        Revision r54715 broke the Symbian build. For Symbian
     48        the include directory is generated in the root of the source tree.
     49        This patch sets the INCLUDEPATH accordingly for Symbian.
     50
     51        * WebKit.pri:
     52
     532010-05-14  Simon Hausmann  <simon.hausmann@nokia.com>
     54
     55        Rubber-stamped by Antti Koivisto.
     56
     57        [Qt] Rename QtLauncher to QtTestBrowser
     58        https://bugs.webkit.org/show_bug.cgi?id=37665
     59
     60        * WebKit.pro:
     61
     622010-05-12  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     63
     64        Reviewed by Kenneth Rohde Christiansen.
     65
     66        [Qt] Detect debug mode consistently
     67        https://bugs.webkit.org/show_bug.cgi?id=38863
     68
     69        * WebKit.pri:
     70
     712010-04-09  Simon Hausmann  <simon.hausmann@nokia.com>
     72
     73        Unreviewed crash fix.
     74
     75        Revert part of 57320 that would remove NDEBUG in release builds for
     76        DRT, etc.
     77
     78        * WebKit.pri:
     79
     802010-04-09  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
     81
     82        Reviewed by Simon Hausmann.
     83
     84        [Qt] Fix crashes with package builds in release
     85
     86        * WebKit.pri: Don't randomly add NDEBUG to the defines.
     87
     882010-04-07  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     89
     90        Reviewed by Kenneth Rohde Christiansen.
     91
     92        [Qt] Fix trunk (non-standalone) builds for Symbian
     93        https://bugs.webkit.org/show_bug.cgi?id=37136
     94
     95        Test for source files before building instead of relying on
     96        standalone_package config.
     97
     98        * WebKit.pro:
     99
     1002010-03-26  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
     101
     102        Reviewed by Simon Hausmann.
     103
     104        [Qt] Build JavaScriptCore as a static library.
     105        https://bugs.webkit.org/show_bug.cgi?id=36590
     106
     107        This patch takes what was left of the unused JavaScriptCore.pro
     108        and moved the compilation logic from JavaScriptCore.pri to
     109        JavaScriptCore.pro.
     110
     111        * WebKit.pro:
     112
     1132010-03-16  Xan Lopez  <xlopez@igalia.com>
     114
     115        Rubber-stamped by Gustavo Noronha.
     116
     117        Update library version for 1.1.90 release.
     118
     119        * configure.ac:
     120
     1212010-03-16  Xan Lopez  <xlopez@igalia.com>
     122
     123        Reviewed by Gustavo Noronha.
     124
     125        Bump version for 1.1.90 release.
     126
     127        * configure.ac:
     128
     1292010-03-16  Xan Lopez  <xlopez@igalia.com>
     130
     131        Reviewed by Gustavo Noronha.
     132
     133        Add support for Fast Mobile Scrolling in the build system.
     134
     135        * configure.ac:
     136
     1372010-03-16  Simon Hausmann  <simon.hausmann@nokia.com>
     138
     139        Add WebKitTools/TestResultServer/index.yaml to gitattributes to ignore for crlf conversion.
     140
     141        * .gitattributes:
     142
     1432010-03-12  Scott Byer  <scottbyer@chromium.org>
     144
     145        Reviewed by David Levin.
     146
     147        Popup font size needs to be exposed to clients.
     148        https://bugs.webkit.org/show_bug.cgi?id=35990
     149
     150        Add function to expose the popup menu font size, add a field to
     151        WebPopupMenuInfo that receives that information to convey that to
     152        the web view client's createPopupMenu() call.
     153
     154        * WebCore/platform/chromium/PopupMenuChromium.cpp:
     155        * WebCore/platform/chromium/PopupMenuChromium.h:
     156        * WebKit/chromium/public/WebPopupMenuInfo.h:
     157        * WebKit/chromium/src/ChromeClientImpl.cpp:
     158
     1592010-03-11  Adam Roben  <aroben@apple.com>
     160
     161        Teach git about ObjC files
     162
     163        Fixes <http://webkit.org/b/36015>.
     164
     165        Reviewed by Tim Hatcher.
     166
     167        * .gitattributes: Set the diff attribute for .m and .mm files, and .h
     168        files in Mac-specific directories. This can be used to generate
     169        more-readable diffs of ObjC files.
     170
     1712010-03-09  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     172
     173        Unreviewed. Versioning for 1.1.23.
     174
     175        * configure.ac:
     176
     1772010-03-09  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     178
     179        Unreviewed distcheck fix.
     180
     181        * GNUmakefile.am:
     182
     1832010-03-08  Jian Li  <jianli@chromium.org>
     184
     185        Reviewed by Dmitry Titov.
     186
     187        Blob.slice support.
     188        https://bugs.webkit.org/show_bug.cgi?id=32993
     189
     190        Add ENABLE_BLOB_SLICE feature define.
     191
     192        * configure.ac:
     193
     1942010-03-04  Fridrich Strba  <fridrich.strba@bluewin.ch>
     195
     196        Reviewed by Holger Freyther.
     197
     198        https://bugs.webkit.org/show_bug.cgi?id=35726
     199        Remove orphaned #ifdef WTF_USE_GLIB_ICU_UNICODE_HYBRID
     200
     201        Removing orphaned #if USE.
     202
     203        * GNUmakefile.am:
     204
     2052010-03-04  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
     206
     207        Reviewed by Tor Arne VestbÞ.
     208
     209        [Qt] Make the OUTPUT_DIR variable in qmake projects independent of build-webkit's logic.
     210
     211        This also allows shadow builds relying only on qmake to work properly.
     212
     213        * WebKit.pri:
     214
     2152010-03-03  Fridrich Strba  <fridrich.strba@bluewin.ch>
     216
     217        Reviewed by Xan Lopez.
     218
     219        Miscellaneous little fixes for the windows build of webkit-gtk
     220        https://bugs.webkit.org/show_bug.cgi?id=35640
     221
     222        * GNUmakefile.am: On Windows with GCC, presence of
     223        __declspec(dllexport) on some symbols disables the autoexport/autoimport
     224        feature for all others. Using regex here assures that all symbols that
     225        need to be exported in the dll are actually exported.
     226
     2272010-03-02  Arno Renevier  <arno@renevier.net>
     228
     229        Reviewed by Gustavo Noronha Silva.
     230
     231        [Gtk] implements ChromeClient::requestGeolocationPermissionForFrame
     232        https://bugs.webkit.org/show_bug.cgi?id=35210
     233
     234        * GNUmakefile.am:
     235
     2362010-03-02  Dmitry Titov  <dimich@chromium.org>
     237
     238        Reviewed by Alexey Proskuryakov.
     239
     240        Ignore compiled Java test cases in .gitignore.
     241        https://bugs.webkit.org/show_bug.cgi?id=35559
     242
     243        * .gitignore:
     244
     2452010-02-26  Arno Renevier  <arno@renevier.net>
     246
     247        Reviewed by Gustavo Noronha Silva.
     248
     249        [Gtk] ignore WebKit/gtk/docs/GNUmakefile.in in .gitignore
     250        https://bugs.webkit.org/show_bug.cgi?id=35424
     251
     252        * .gitignore:
     253
     2542010-02-24  Sam Kerner  <skerner@chromium.org>
     255
     256        Reviewed by Darin Fisher.
     257
     258        Expose WebFrame::setCanHaveScrollbars().  This allows a view
     259        which is being resized to not need scroll bars to ensure that
     260        they are not drawn.
     261
     262        Existing function setAllowsScrolling() was renamed
     263        setCanHaveScrollbars(), to be consistant with change 37159:
     264        http://trac.webkit.org/changeset/37159
     265
     266        https://bugs.webkit.org/show_bug.cgi?id=35257
     267
     268        * WebKit/chromium/public/WebFrame.h:
     269        * WebKit/chromium/src/ChromeClientImpl.cpp:
     270        * WebKit/chromium/src/WebFrameImpl.cpp:
     271        * WebKit/chromium/src/WebFrameImpl.h:
     272
     2732010-02-19  Jesus Sanchez-Palencia  <jesus.palencia@openbossa.org>
     274
     275        Reviewed by Kenneth Rohde Christiansen.
     276
     277        [Qt] Remove QGVLauncher
     278
     279        https://bugs.webkit.org/show_bug.cgi?id=35292
     280
     281        * WebKit.pro:
     282
     2832010-02-24  Xan Lopez  <xlopez@igalia.com>
     284
     285        Reviewed by Gustavo Noronha.
     286
     287        Enable SharedWorkers by default, since that's been the default for
     288        a long time in our build-webkit configuration.
     289
     290        * configure.ac:
     291
     2922010-02-23  James Choi  <jchoi42@pha.jhu.edu>
     293
     294        Add Solaris definitions
     295        https://bugs.webkit.org/show_bug.cgi?id=35214
     296
     297        * WebKit/chromium/src/WebViewImpl.cpp
     298        * WebKit/chromium/src/WebFrameImpl.cpp
     299
     3002010-02-23  Arno Renevier  <arno@renevier.net>
     301
     302        Reviewed by Gustavo Noronha Silva.
     303
     304        [Gtk]: testwebview does not work when called with absolute path
     305        https://bugs.webkit.org/show_bug.cgi?id=34940
     306
     307        When testwebview is called as absolute path, chdir to executable
     308        directory before searching resource files.
     309
     310        * GNUmakefile.am:
     311
     3122010-02-23  Leandro Pereira  <leandro@profusion.mobi>
     313
     314        Reviewed by Gustavo Noronha Silva.
     315
     316        Changes references of GOwnPtr to reflect their new place.
     317        http://webkit.org/b/35084
     318
     319        * JavaScriptCore/JavaScriptCore.gypi:
     320        * JavaScriptCore/wtf/Threading.h:
     321        * JavaScriptCore/wtf/unicode/glib/UnicodeGLib.h:
     322
     3232010-02-23  Leandro Pereira  <leandro@profusion.mobi>
     324
     325        Reviewed by Gustavo Noronha Silva.
     326
     327        Fixes references to GOwnPtr and GRefPtr so the GTK+ port builds
     328        again.
     329        http://webkit.org/b/35084
     330
     331        * GNUmakefile.am:
     332
     3332010-02-23  Diego Escalante Urrelo  <descalante@igalia.com>
     334
     335        Reviewed by Eric Seidel.
     336
     337        [gtk] missing libsoup-2.4 package in gir generation
     338        https://bugs.webkit.org/show_bug.cgi?id=35199
     339
     340        Include libsoup-2.4 package in gobject introspection .gir generation.
     341
     342        * GNUmakefile.am:
     343
     3442010-02-22  Huahui Wu  <hwu@google.com>
     345
     346        Reviewed by Eric Seidel.
     347
     348        Add code that enables SquirrelFish Extreme (a.k.a JSCX, JSC JIT)
     349        in Android. It's disabled by default, but is enabled when the
     350        enveronment variable ENABLE_JSC_JIT is set to true.
     351        https://bugs.webkit.org/show_bug.cgi?id=34855
     352
     353        * Android.mk:
     354
     3552010-02-22  Xan Lopez  <xlopez@igalia.com>
     356
     357        Reviewed by Gustavo Noronha.
     358
     359        Bump library versioning for 1.1.22 release.
     360
     361        * configure.ac:
     362
     3632010-02-22  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     364
     365        Reviewed by Kenneth Rohde Christiansen.
     366
     367        [Qt] Add support for layout tests on Symbian
     368        https://bugs.webkit.org/show_bug.cgi?id=31589
     369
     370        * WebKit.pro:
     371
     3722010-02-20  Noam Rosenthal  <noam.rosenthal@nokia.com>
     373
     374        Reviewed by Laszlo Gombos.
     375
     376        [Qt] ENABLE_3D_RENDERING should be optional
     377        https://bugs.webkit.org/show_bug.cgi?id=35100
     378
     379        * WebKit.pri: ENABLE_3D_RENDERING moved to a proper feature test
     380
     3812010-02-19  Maciej Stachowiak  <mjs@apple.com>
     382
     383        Reviewed by David Levin.
     384
     385        Add an ENABLE flag for sandboxed iframes to make it possible to disable it in releases
     386        https://bugs.webkit.org/show_bug.cgi?id=35147
     387
     388        * configure.ac:
     389
    13902010-02-18  Tor Arne VestbÞ  <tor.arne.vestbo@nokia.com>
    2391
     
    7396        * .gitattributes: Added.
    8397
     3982010-02-17  Noam Rosenthal  <noam.rosenthal@nokia.com>
     399
     400        Reviewed by Ariya Hidayat.
     401
     402        [Qt] GraphicsLayer: support perspective and 3D transforms
     403        https://bugs.webkit.org/show_bug.cgi?id=34960
     404
     405        * WebKit.pri: added appropriate define: ENABLED_3D_RENDERING
     406
     4072010-02-15  Philippe Normand  <pnormand@igalia.com>
     408
     409        Reviewed by Gustavo Noronha Silva.
     410
     411        [GStreamer] Should handle BUFFERING messages
     412        https://bugs.webkit.org/show_bug.cgi?id=30004
     413
     414        * configure.ac: Bump gstreamer -core/-plugins-base requirements to
     415        0.10.25 which is the minimum required version for on-disk buffering.
     416
     4172010-02-16  Xan Lopez  <xlopez@igalia.com>
     418
     419        Reviewed by Gustavo Noronha.
     420
     421        Bump version to 1.1.22 so we can depend on it in applications.
     422
     423        * configure.ac:
     424
     4252010-02-12  Simon Hausmann  <simon.hausmann@nokia.com>
     426
     427        Reviewed by Holger Freyther.
     428
     429        Removed WMLInputElement.* from .gitattributes as the file is
     430        now CRLF clean.
     431
     432        * .gitattributes:
     433
     4342010-02-10  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
     435
     436        Reviewed by Tor Arne VestbÞ.
     437
     438        [Qt] Make qtlauncher and qgvlauncher use the generated headers
     439        path to make sure they are correctly generated.
     440
     441        * WebKit.pri:
     442
     4432010-02-10  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
     444
     445        Reviewed by Tor Arne VestbÞ.
     446
     447        [Qt] Manually add support for the install target on Symbian.
     448
     449        This is required to copy the headers over the ones in Qt.
     450
     451        * WebKit.pro:
     452
     4532010-02-11  Fridrich Strba  <fridrich.strba@bluewin.ch>
     454
     455        Reviewed by Gustavo Noronha Silva.
     456
     457        Detect properly different versions of libpng out there.
     458
     459        * configure.ac:
     460
     4612010-02-11  Xan Lopez  <xlopez@igalia.com>
     462
     463        Try to fix GTK+ build.
     464
     465        * configure.ac:
     466
     4672010-02-11  Antonio Gomes  <tonikitoo@webkit.org>
     468
     469        Reviewed by Xan Lopez.
     470
     471        Adjust gstreamer-plugins-base minimum version check (from 0.10 to 0.10.23).
     472
     473        * configure.ac:
     474
     4752010-02-08  Maciej Stachowiak  <mjs@apple.com>
     476
     477        Reviewed by Cameron Zwarich.
     478
     479        Restore ENABLE_RUBY flag so vendors can ship with Ruby disabled if they choose.
     480        https://bugs.webkit.org/show_bug.cgi?id=34698
     481
     482        * configure.ac:
     483
     4842010-02-08  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     485
     486        Reviewed by Xan Lopez.
     487
     488        Bump version to 1.1.21, and adjust library versioning accordingly.
     489
     490        * configure.ac:
     491
     4922010-02-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
     493
     494        Reviewed by Gustavo Noronha.
     495
     496        Add gstreamer-app-0.10 to configure.ac
     497        https://bugs.webkit.org/show_bug.cgi?id=34317
     498
     499        * configure.ac:
     500
     5012010-02-05  Simon Hausmann  <simon.hausmann@nokia.com>
     502
     503        Reviewed by Tor Arne VestbÞ.
     504
     505        Add .gitattributes file to tell git about files with Windows linefeeds
     506        https://bugs.webkit.org/show_bug.cgi?id=34645
     507
     508        On Windows git defaults to "true" for core.autocrlf, meaning all text
     509        files in the working directory are converted from CRLF to LF on checkin
     510        time. Some files present in the repository have been checked in with
     511        CRLF linefeeds and git should not try to convert them. The added
     512        .gitattributes file tells git to not do any CRLF conversion.
     513
     514        * .gitattributes: Added.
     515
     5162010-02-05  Tor Arne VestbÞ  <tor.arne.vestbo@nokia.com>
     517
     518        Reviewed by Simon Hausmann.
     519
     520        [Qt] Generate convenience headers (QWebView, etc) using qmake
     521
     522        In Qt this is done using syncqt, but we use a pro-file instead
     523        that generates makefile-rules for each of the extra headers.
     524
     525        These extra headers are installed alongside the normal headers.
     526
     527        * DerivedSources.pro: Include API-DerivedSources
     528
     5292010-02-04  Tor Arne VestbÞ  <tor.arne.vestbo@nokia.com>
     530
     531        Reviewed by Lars Knoll.
     532
     533        [Qt] Make 'make -f Makefile.DerivedSources qmake' work
     534
     535        Previously this target ended up generating a file named
     536        Makefile.DerivedSources.DerivedSources, and so on.
     537
     538        * DerivedSources.pro:
     539
     5402010-02-04  Christian Dywan  <christian@twotasts.de>
     541
     542        Reviewed by Xan Lopez.
     543
     544        Require either libsoup 2.28.2 or 2.29.90.
     545
     546        * configure.ac:
     547
     5482010-02-04  Xan Lopez  <xlopez@igalia.com>
     549
     550        Reviewed by Gustavo Noronha.
     551
     552        Bump minimum libsoup requirement to 2.29.90
     553
     554        * configure.ac:
     555
     5562010-02-02  Gustavo Noronha Silva  <gns@gnome.org>
     557
     558        Reviewed by Xan Lopez.
     559
     560        Bump version, and adjust library versioning for 1.1.20.
     561
     562        * configure.ac:
     563
     5642010-01-29  Jeremy Orlow  <jorlow@chromium.org>
     565
     566        Reviewed by Dimitri Glazkov.
     567
     568        A first step towards the Indexed Database API
     569        https://bugs.webkit.org/show_bug.cgi?id=34342
     570
     571        Add Indexed Database API
     572
     573        * configure.ac:
     574
     5752010-01-27  Simon Hausmann  <simon.hausmann@nokia.com>
     576
     577        Reviewed by Kenneth Rohde Christiansen.
     578
     579        [Qt] Don't build the tests in packages, only the launcher(s)
     580
     581        * WebKit.pro:
     582
     5832010-01-27  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
     584
     585        Reviewed by Tor Arne VestbÞ.
     586
     587        [Qt] Add the "d" suffix to QtWebKit's dll on Windows.
     588
     589        * WebKit.pri:
     590
     5912010-01-27  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
     592
     593        Unreviewed build fix
     594
     595        [Qt] Build fix for windows when QTDIR contains release libraries.
     596
     597        * WebKit.pri: Use the <name>.lib syntax for linking instead of qmake's -l<name> emulation
     598
     5992010-01-26  Jedrzej Nowacki  <jedrzej.nowacki@nokia.com>
     600
     601        Reviewed by Simon Hausmann.
     602
     603        First steps of the QtScript API.
     604       
     605        Two new classes were created; QScriptEngine and QScriptValue.
     606        The first should encapsulate a javascript context and the second a script
     607        value.
     608       
     609        This API is still in development, so it isn't compiled by default.
     610        To trigger compilation, pass --qmakearg="CONFIG+=build-qtscript" to
     611        build-webkit.
     612
     613        https://bugs.webkit.org/show_bug.cgi?id=32565
     614
     615        * WebKit.pro:
     616
     6172010-01-25  Simon Hausmann  <simon.hausmann@nokia.com>
     618
     619        Reviewed by Laszlo Gombos.
     620
     621        [Qt] Fix the build on Maemo5.
     622
     623        https://bugs.webkit.org/show_bug.cgi?id=34051
     624
     625        * WebKit.pri: Disable the use of uitools, just like it's done for Symbian.
     626
     6272010-01-21  No'am Rosenthal  <noam.rosenthal@nokia.com>
     628
     629        Reviewed by Antti Koivisto.
     630
     631        [Qt] Implement GraphicsLayer for accelerated layer compositing
     632        https://bugs.webkit.org/show_bug.cgi?id=33514
     633
     634        * WebKit.pri: Addded compile flags to enable accelerated compositing
     635        on versions higher than 4.5
     636
     6372010-01-20  Tor Arne VestbÞ  <tor.arne.vestbo@nokia.com>
     638
     639        Reviewed by Simon Hausmann.
     640
     641        [Qt] Make DumpRenderTree build on Windows
     642
     643        * WebKit.pro:
     644
     6452010-01-20  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
     646
     647        Reviewed by Simon Hausmann.
     648
     649        [Qt] Fix the recursive generated_files target to work with qmake -r -o
     650
     651        * DerivedSources.pro:
     652
     6532010-01-20  Simon Hausmann  <simon.hausmann@nokia.com>
     654
     655        Reviewed by Tor Arne VestbÞ.
     656
     657        [Qt] Make it possible (on *nix at least) to recursively call "make generated_files"
     658
     659        * DerivedSources.pro:
     660
     6612010-01-19  Gustavo Noronha Silva  <gns@gnome.org>
     662
     663        Unreviewed. Shared library versioning update for 1.1.19.
     664
     665        * configure.ac:
     666
     6672010-01-15  Gustavo Noronha Silva  <gns@gnome.org>
     668
     669        Rubber-stamped by Xan Lopez.
     670
     671        Bump version to 1.1.19.
     672
     673        * configure.ac:
     674
     6752010-01-14  Csaba Osztrogonác  <ossy@webkit.org>
     676
     677        Reviewed by Eric Seidel.
     678
     679        [Qt] Defective dependencies caused build failing on QtBuildBot.
     680        https://bugs.webkit.org/show_bug.cgi?id=33693
     681
     682        * WebKit.pri: CONFIG += depend_includepath added.
     683
     6842010-01-14  Steve Block  <steveblock@google.com>
     685
     686        Reviewed by David Levin.
     687
     688        Moves general includes before bindings includes in Android build system.
     689        https://bugs.webkit.org/show_bug.cgi?id=33623
     690
     691        This avoids problems with collisions between WebCore/platform/text/StringBuilder.h
     692        and the new JavaScriptCore/runtime/StringBuilder.h. This change puts
     693        JavaScriptCore/runtime and other bindings includes after the WebCore and other
     694        general includes, so that the WebCore StringBuilder.h is picked up when building
     695        WebCore.
     696
     697        * Android.mk: Modified.
     698
     6992010-01-13  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
     700
     701        Reviewed by Simon Hausmann.
     702
     703        [Qt] Split the build process in two different .pro files.
     704        This allows qmake to be run once all source files are available.
     705
     706        * DerivedSources.pro: Added.
     707        * WebKit.pri:
     708
     7092010-01-07  Daniel Bates  <dbates@rim.com>
     710
     711        Reviewed by Eric Seidel.
     712
     713        https://bugs.webkit.org/show_bug.cgi?id=32987
     714
     715        Added ENABLE_XHTMLMP flag. Disabled by default.
     716
     717        * configure.ac:
     718
     7192010-01-05  Gustavo Noronha Silva  <gns@gnome.org>
     720
     721        Reviewed by Xan Lopez.
     722
     723        Based on idea and original patch by Evan Martin.
     724
     725        Remove libWebCore intermediate library, to improve link time.
     726
     727        [GTK] Build time must be reduced
     728        https://bugs.webkit.org/show_bug.cgi?id=32921
     729
     730        * GNUmakefile.am:
     731
     7322010-01-05  Xan Lopez  <xlopez@igalia.com>
     733
     734        Bump for 1.1.18 release.
     735
     736        * configure.ac:
     737
     7382010-01-04  Gustavo Noronha Silva  <gns@gnome.org>
     739
     740        Fix JSCore-1.0.gir path to fix make distcheck.
     741
     742        * GNUmakefile.am:
     743
     7442010-01-04  Simon Hausmann  <simon.hausmann@nokia.com>
     745
     746        Reviewed by Tor Arne VestbÞ.
     747
     748        [Qt] Fix standalone package builds.
     749
     750        * WebKit.pri: Add logic for detecting standalone builds. Set OUTPUT_DIR to the top-level dir in that case.
     751        * WebKit.pro: Don't build JSC and DRT for package builds.
     752
     7532010-01-04  Eric Seidel  <eric@webkit.org>
     754
     755        Reviewed by Adam Barth.
     756
     757        bugzilla-tool should not require users to install mechanize
     758        https://bugs.webkit.org/show_bug.cgi?id=32635
     759
     760        * .gitignore: Ignore autoinstall.cache.d directory created by autoinstall.py
     761
     7622009-12-28  Estêvão Samuel Procópio  <tevaum@gmail.com>
     763
     764        Reviewed by Gustavo Noronha Silva.
     765
     766        Bug 32940: [GTK] Changing the download throttle conditions.
     767        https://bugs.webkit.org/show_bug.cgi?id=32716
     768
     769        The WebKitDownload progress notification was taking long to
     770        update. This fix makes notification happens each 0.7 secs
     771        or when the progress ups in 1%.
     772
     773        * WebKit/gtk/webkit/webkitdownload.cpp:
     774
     7752009-12-22  Simon Hausmann  <simon.hausmann@nokia.com>
     776
     777        Rubber-stamped by Holger Freyther.
     778
     779        Adjusted path to QtLauncher.
     780
     781        * WebKit.pro:
     782
     7832009-12-19  Evan Martin  <evan@chromium.org>
     784
     785        Reviewed by Gustavo Noronha Silva.
     786
     787        Add a couple of WebKitGtk files to .gitignore.
     788
     789        * .gitignore:
     790
     7912009-12-18  Benjamin Otte  <otte@gnome.org>
     792
     793        Reviewed by Xan Lopez.
     794
     795        [GTK] RemoveDashboard support. It's useless.
     796
     797        * configure.ac:
     798
     7992009-12-18  Simon Hausmann  <simon.hausmann@nokia.com>
     800
     801        Reviewed by Tor Arne VestbÞ.
     802
     803        [Qt] Clean up the qmake build system to distinguish between trunk builds and package builds
     804
     805        https://bugs.webkit.org/show_bug.cgi?id=32716
     806
     807        * WebKit.pri: Use standalone_package instead of QTDIR_build
     808
     8092009-12-17  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     810
     811        Unreviewed. Build fixes for make distcheck.
     812
     813        * GNUmakefile.am:
     814
     8152009-12-16  Dan Winship  <danw@gnome.org>
     816
     817        Reviewed by Gustavo Noronha Silva.
     818
     819        [Gtk] Content-Encoding support
     820
     821        https://bugs.webkit.org/show_bug.cgi?id=522772
     822
     823        * configure.ac: require libsoup 2.28.2 for SoupContentDecoder
     824
     8252009-12-13  Eric Seidel  <eric@webkit.org>
     826
     827        Reviewed by Gavin Barraclough.
     828
     829        string-base64 test does not compute a valid base64 string
     830        http://bugs.webkit.org/show_bug.cgi?id=16806
     831
     832        * tests/string-base64.js: change str[i] to str.charCodeAt(i)
     833
     8342009-12-10  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     835
     836        Reviewed by Xan Lopez.
     837
     838        [GTK] Should provide an API to control the IconDatabase
     839        https://bugs.webkit.org/show_bug.cgi?id=32334
     840
     841        Add test to make sure favicon reporting works.
     842
     843        * GNUmakefile.am:
     844
     8452009-12-09  Steve Block  <steveblock@google.com>
     846
     847        Reviewed by Adam Barth.
     848
     849        Adds Android Makefiles for building with V8.
     850        https://bugs.webkit.org/show_bug.cgi?id=32278
     851
     852        * Android.mk: Modified. Includes Makefiles for V8.
     853
     8542009-12-08  Steve Block  <steveblock@google.com>
     855
     856        Reviewed by Adam Barth.
     857
     858        [Android] Adds Makefiles for Android port.
     859        https://bugs.webkit.org/show_bug.cgi?id=31325
     860
     861        * Android.mk: Added.
     862
     8632009-12-08  Christian Dywan  <christian@twotoasts.de>
     864
     865        Reviewed by Xan Lopez.
     866
     867        * configure.ac: Require only libSoup 2.27.91 but check for 2.29.3
     868        and define HAVE_LIBSOUP_2_29_3 in that case.
     869
     8702009-12-08  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     871
     872        Rubber-stamped by Xan Lopez.
     873
     874        Late post-release version bump.
     875
     876        * configure.ac:
     877
     8782009-12-08  Dominik Röttsches  <dominik.roettsches@access-company.com>
     879
     880        Reviewed by Gustavo Noronha Silva.
     881
     882        [Gtk] Create a TextBreakIterator implementation based on GLib (without ICU)
     883        https://bugs.webkit.org/show_bug.cgi?id=31469
     884
     885        Removing hybrid configuration for --with-unicode-backend=glib
     886        ICU not required anymore.
     887
     888        * autotools/webkit.m4:
     889
     8902009-12-08  Nikolas Zimmermann  <nzimmermann@rim.com>
     891
     892        Rubber-stamped by Maciej Stachowiak.
     893
     894        Turn on (SVG) Filters for Gtk.
     895        https://bugs.webkit.org/show_bug.cgi?id=32224
     896
     897        * configure.ac:
     898
     8992009-12-07  Dmitry Titov  <dimich@chromium.org>
     900
     901        Rubber-stamped by Darin Adler.
     902
     903        Remove ENABLE_SHARED_SCRIPT flags
     904        https://bugs.webkit.org/show_bug.cgi?id=32245
     905        This patch was obtained by "git revert" command and then un-reverting of ChangeLog files.
     906
     907        * configure.ac:
     908
     9092009-12-06  Gustavo Noronha Silva  <gns@gnome.org>
     910
     911        Reviewed by Xan Lopez.
     912
     913        Build the new API test.
     914
     915        [GTK] REGRESSION: webkit thinks it can render PDFs
     916        https://bugs.webkit.org/show_bug.cgi?id=32183
     917
     918        * GNUmakefile.am:
     919
     9202009-12-05  Vincent Untz <vuntz@gnome.org>
     921
     922        Reviewed by Gustavo Noronha.
     923
     924        Fixes race for builds with introspection enabled, and parallel
     925        make.
     926
     927        * GNUmakefile.am:
     928
     9292009-12-04  Xan Lopez  <xlopez@igalia.com>
     930
     931        Reviewed by Gustavo Noronha.
     932
     933        [GTK]Enable DNS prefetching
     934        https://bugs.webkit.org/show_bug.cgi?id=23846
     935
     936        Bump libsoup required version to 2.29.3 for DNS prefetching.
     937
     938        * configure.ac:
     939
     9402009-11-30  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     941
     942        Rubber-stamped by Xan Lopez.
     943
     944        Make sure we distribute and install GObject Introspection files.
     945
     946        * GNUmakefile.am:
     947
     9482009-11-30  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     949
     950        Build fix. Make sure JSCore-1.0.gir is added to the distributed
     951        tarball.
     952
     953        * GNUmakefile.am:
     954
     9552009-11-30  Xan Lopez  <xlopez@igalia.com>
     956
     957        Reviewed by Gustavo Noronha.
     958
     959        Bump versions for 1.1.17 release.
     960
     961        * configure.ac:
     962
    99632009-11-30  Jan-Arve SÊther  <jan-arve.saether@nokia.com>
    10964
     
    16970
    17971        * WebKit.pri:
     972
     9732009-11-26  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     974
     975        Reviewed by Oliver Hunt.
     976
     977        Move GOwnPtr* from wtf to wtf/gtk
     978        https://bugs.webkit.org/show_bug.cgi?id=31793
     979
     980        * GNUmakefile.am: Add JavaScriptCore/wtf/gtk to
     981          the include path.
     982
     9832009-11-24  Dmitry Titov  <dimich@chromium.org>
     984
     985        Reviewed by Eric Seidel.
     986
     987        Add ENABLE_SHARED_SCRIPT feature define and flag for build-webkit
     988        https://bugs.webkit.org/show_bug.cgi?id=31444
     989
     990        * configure.ac:
     991
     9922009-11-24  Jason Smith  <dark.panda@gmail.com>
     993
     994        Reviewed by Alexey Proskuryakov.
     995
     996        RegExp#exec's returned Array-like object behaves differently from
     997        regular Arrays
     998        https://bugs.webkit.org/show_bug.cgi?id=31689
     999
     1000        * LayoutTests/fast/js/regexp-in-and-foreach-handling.html: Added.
     1001        * LayoutTests/fast/js/script-tests/regexp-in-and-foreach-handling.js: Added.
     1002        * LayoutTests/fast/js/regexp-in-and-foreach-handling-expected.txt: Added.
     1003
     10042009-11-24  Jens Alfke  <snej@chromium.org>
     1005
     1006        Reviewed by David Levin.
     1007
     1008        Ignore Chromium's Xcode projects that are auto-generated from .gyp files.
     1009        https://bugs.webkit.org/show_bug.cgi?id=31847
     1010       
     1011        * .gitignore:  Add three .xcodeproj files.
     1012
     10132009-11-09  Priit Laes  <plaes@plaes.org>
     1014
     1015        Reviewed by Oliver Hunt.
     1016
     1017        [Gtk] Build from tarball fails with --enable-introspection
     1018        https://bugs.webkit.org/show_bug.cgi?id=31261
     1019
     1020        We need to enable gobject-introspection during distcheck otherwise
     1021        some of the required files are missing in tarball.
     1022
     1023        * GNUmakefile.am:
     1024
     10252009-11-05  Priit Laes  <plaes@plaes.org>
     1026
     1027        Reviewed by Jan Alonzo.
     1028
     1029        [Gtk] Build failure with --enable-introspection
     1030        https://bugs.webkit.org/show_bug.cgi?id=31102
     1031
     1032        Add search and include paths for JSCore-1.0.gir required by
     1033        gobject-introspection tools.
     1034
     1035        * GNUmakefile.am:
     1036
     10372009-11-04  Benjamin Otte  <otte@gnome.org>
     1038
     1039        Reviewed by Gustavo Noronha.
     1040
     1041        Update Cairo requirement to 1.6.
     1042       
     1043        https://bugs.webkit.org/show_bug.cgi?id=19266
     1044
     1045        * configure.ac:
     1046
     10472009-11-02  Estêvão Samuel Procópio  <tevaum@gmail.com>
     1048
     1049        Reviewed by Gustavo Noronha.
     1050
     1051        [Build] make install ignores --prefix option for gobject-introspection.
     1052        https://bugs.webkit.org/show_bug.cgi?id=31025
     1053
     1054        Make the build system use the --prefix path also when installing
     1055        gobject-introspection files.
     1056
     1057        * configure.ac: use --prefix path in GITDIR and GIRTYPELIBDIR
     1058
     10592009-11-02  Xan Lopez  <xlopez@igalia.com>
     1060
     1061        Bump version before release (or post-release, depending on your
     1062        point of view) so that we can make applications depending on
     1063        unreleased APIs in WebKit svn fail at configure time when the
     1064        requirements are not met.
     1065
     1066        * configure.ac:
     1067
     10682009-11-01  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     1069
     1070        Reviewed by Eric Seidel.
     1071
     1072        Turn on warnings for QtWebKit for gcc
     1073        https://bugs.webkit.org/show_bug.cgi?id=30958
     1074
     1075        * WebKit.pri: Turn on warnings for the GCC compiler
    181076
    1910772009-10-30  Adam Barth  <abarth@webkit.org>
     
    301088
    311089        * .gitignore: Added.
     1090
     10912009-10-30  Roland Steiner  <rolandsteiner@chromium.org>
     1092
     1093        Reviewed by Eric Seidel.
     1094
     1095        Remove ENABLE_RUBY guards as discussed with Dave Hyatt and Maciej Stachowiak.
     1096
     1097        Bug 28420 -  Implement HTML5 <ruby> rendering
     1098        (https://bugs.webkit.org/show_bug.cgi?id=28420)
     1099
     1100        No new tests (no functional change).
     1101
     1102        * configure.ac:
    321103
    3311042009-10-26  Holger Hans Peter Freyther  <zecke@selfish.org>
Note: See TracChangeset for help on using the changeset viewer.