src/3rdparty/webkit/ChangeLog
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 7 f7bc934e204c
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
       
     1 2009-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 
       
    11 2009-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 
       
    25 2009-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 
       
    39 2009-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 
       
    47 2009-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 
       
    55 2009-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 
     1 2009-10-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
    67 2009-10-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
     2 
    68 
     3         Reviewed by Holger Freyther.
    69         Reviewed by Holger Freyther.
     4 
    70 
     5         [GTK] Add MathML to the build system
    71         [GTK] Add MathML to the build system