Changes between Version 89 and Version 90 of QtWebKitJournal


Ignore:
Timestamp:
Jun 4, 2010 2:42:58 AM (14 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitJournal

    v89 v90  
    11= 2010 =
     2
     3== Weekly Build Week 22 ==
     4
     5'''DISCLAIMER: These binaries are UNTESTED. Use at your own risk! '''
     6
     7=== Trunk ===
     8
     9No build yet.
     10
     11== 2.0 Release Branch ==
     12
     13This week's binary build from the 2.0 release branch includes Symbian, Windows/Visual Studio 2008, Mac OS X and Linux/X11 (x86). The last commit is 903617844b4341f7098b63b54e5be16cd83af647 .
     14
     15  * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week22/qtwebkit-2.0-symbian.zip Symbian]
     16  * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week22/qtwebkit-2.0-linux-g++-32.tgz Linux/X11 x86]
     17  * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week22/qtwebkit-2.0-win32-msvc2008.zip Windows/Visual Studio 2008]
     18  * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week22/qtwebkit-2.0-macx-g++-cocoa.tgz Mac OS X]
     19  * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week22/qtwebkit-2.0-source.tar.gz Sources]
     20
     21Known issues:
     22
     23  * You need to have Qt 4.6 installed on your system and set your PATH/LD_LIBRARY_PATH accordingly, so that QtLauncher can find the Qt libraries.
     24  * On Mac OS X, you need to have the _Cocoa_ build of Qt installed. It's not necessary to set any library path variables. Start QtLauncher on the command line, not in Finder.
     25  * Due to internal build issues there's no Maemo 5 build this week.
     26
     27Bug fixes integrated since week 21:
     28
     29|| <https://webkit.org/b/39874> || [Qt] Make tiled backing store more configurable ||
     30|| <https://webkit.org/b/39175> || Properly handle invalid arguments to CanvasRenderingContext2D's getImageData() and putImageData() ||
     31|| <https://webkit.org/b/39784> || [Qt] REGRESSION(r59837): Incorrect clipping of TransparencyLayers ||
     32|| <https://webkit.org/b/39918> || REGRESSION(58615): Scroll events are sent twice per keypress for ports that don't have a platformWidget scrollbar ||
     33|| <https://webkit.org/b/38762> || [Qt] Flash Plugin is not working on mac-cocoa-32 ||
     34|| <https://webkit.org/b/29899> || [Qt] Add a way to stop delayed redirect requests ||
     35|| <https://webkit.org/b/39694> || [Qt] GraphicsLayer: warnings when reloading page ||
     36|| <https://webkit.org/b/26224> || [Qt, Gtk] Allows build-webkit script to receive an install prefix as parameter ||
     37|| <https://webkit.org/b/39189> || Bring CanvasRenderingContext2D's createImageData() in line with HTML5 spec ||
     38|| <https://webkit.org/b/35702> || [Qt] Add more support for InputTextController ||
     39|| <https://webkit.org/b/39063> || [Qt] Tiled backing store checker pattern does not paint correctly when scaling factor is not 1 ||
     40|| <https://webkit.org/b/33176> || [Qt] The FIRST letter in the PASSWORD field is taken in UPPERCASE by DEFAULT in gmail.com web page ||
     41|| <https://webkit.org/b/36826> || [Qt] QtWebkit.pc is broken ||
     42|| <https://webkit.org/b/35861> || [Qt] Add documentation to the QtWebkit bridge ||
    243
    344== Weekly Build Week 21 ==
     
    3879  * QtWebKit pkgconfig file is broken [https://bugs.webkit.org/show_bug.cgi?id=36826 (Bug 36826)]
    3980
    40 Bug fixes integrated since week 19:
     81Bug fixes integrated since week 20:
    4182
    4283|| <https://webkit.org/b/39488> || [Qt] QtTestBrowser is still called QtLauncher in the code ||