Changes between Version 81 and Version 82 of QtWebKitJournal


Ignore:
Timestamp:
Apr 26, 2010 3:07:40 AM (14 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitJournal

    v81 v82  
    11= 2010 =
     2
     3== Weekly Build Week 16 ==
     4
     5'''DISCLAIMER: These binaries are UNTESTED. Use at your own risk! '''
     6
     7=== Trunk ===
     8
     9This week's binary build from the trunk includes Symbian, Windows/Visual Studio 2008, Mac OS X and Linux/X11 (x86). The last commit is SVN revision 58162.
     10
     11  * Symbian:
     12    * [http://chaos.troll.no/~shausman/weekly-webkit-builds/trunk/week16/qtlauncher-trunk-symbian.sis QtLauncher]
     13    * [http://chaos.troll.no/~shausman/weekly-webkit-builds/trunk/week16/qtwebkit-trunk-symbian.sis QtWebKit]
     14    * [http://chaos.troll.no/~shausman/weekly-webkit-builds/trunk/week16/qtwebkit-trunk-symbian_unsigned.sis QtWebKit unsigned]
     15  * [http://chaos.troll.no/~shausman/weekly-webkit-builds/trunk/week16/qtwebkit-trunk-linux-g++-32.tgz Linux/X11 x86]
     16  * [http://chaos.troll.no/~shausman/weekly-webkit-builds/trunk/week16/qtwebkit-trunk-macx-g++-cocoa.tgz Mac OS X]
     17  * [http://chaos.troll.no/~shausman/weekly-webkit-builds/trunk/week16/qtwebkit-trunk-win32-msvc2008.zip Windows/Visual Studio 2008]
     18  * [http://chaos.troll.no/~shausman/weekly-webkit-builds/trunk/week16/qtwebkit-trunk-source.tar.gz Sources]
     19
     20Known issues:
     21
     22  * 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.
     23  * 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.
     24  * On Symbian qtwebkit.sis is self-signed. After installing [http://labs.trolltech.com/blogs/2010/02/15/qt-for-symbian-and-the-nokia-smart-installer-beta/ Qt for Symbian] you have to uninstall the qtwebkit.sis that was signed by Nokia in order to be able to installed the selfsigned packages. Otherwise you get a descriptive "Update Error".
     25  * Due to internal build issues there's no Maemo 5 build this week.
     26
     27== 2.0 Release Branch ==
     28
     29This week's binary build from the 2.0 release branch includes Symbian, Windows/Visual Studio 2008 and Linux/X11 (x86). The last commit is 7495470a4c766534759a37ab6d2c8fa8aa34feef .
     30
     31  * Symbian:
     32    * [http://chaos.troll.no/~shausman/weekly-webkit-builds/2.0/week16/qtlauncher-2.0-symbian.sis QtLauncher]
     33    * [http://chaos.troll.no/~shausman/weekly-webkit-builds/2.0/week16/qtwebkit-2.0-symbian.sis QtWebKit]
     34    * [http://chaos.troll.no/~shausman/weekly-webkit-builds/2.0/week16/qtwebkit-2.0-symbian_unsigned.sis QtWebKit unsigned]
     35  * [http://chaos.troll.no/~shausman/weekly-webkit-builds/2.0/week16/qtwebkit-2.0-linux-g++-32.tgz Linux/X11 x86]
     36  * [http://chaos.troll.no/~shausman/weekly-webkit-builds/2.0/week16/qtwebkit-trunk-macx-g++-cocoa.tgz Mac OS X]
     37  * [http://chaos.troll.no/~shausman/weekly-webkit-builds/2.0/week16/qtwebkit-2.0-win32-msvc2008.zip Windows/Visual Studio 2008]
     38  * [http://chaos.troll.no/~shausman/weekly-webkit-builds/2.0/week16/qtwebkit-2.0-source.tar.gz Sources]
     39
     40Known issues:
     41
     42  * 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.
     43  * 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.
     44  * On Symbian qtwebkit.sis is self-signed. After installing [http://labs.trolltech.com/blogs/2010/02/15/qt-for-symbian-and-the-nokia-smart-installer-beta/ Qt for Symbian] you have to uninstall the qtwebkit.sis that was signed by Nokia in order to be able to installed the selfsigned packages. Otherwise you get a descriptive "Update Error".
     45  * Due to internal build issues there's no Maemo 5 build this week.
     46  * QtWebKit pkgconfig file is broken [https://bugs.webkit.org/show_bug.cgi?id=36826 (Bug 36826)]
     47
     48Bug fixes integrated since week 14:
     49
     50|| <https://webkit.org/b/37635> || Spatial Navigation: make hasOffscreenRect() to earlier return 'true' if absoluteClippedOverflowRect() gives an empty rect ||
     51|| <https://webkit.org/b/37135> || Spatial Navigation: bail out as soon as algorithm finds a focus candidate is not applicable ||
     52|| <https://webkit.org/b/37530> || No default selection for <select multiple> menu lists. ||
     53|| <https://webkit.org/b/37152> || [Qt] Rendering artifacts on Qt plugins when scrolling the page ||
     54|| <https://webkit.org/b/36773> || Spatial Navigation: proper handle negative x or y coordinates ||
     55|| <https://webkit.org/b/34730> || [Qt] Null QObjects properties cause Segmentation Fault ||
     56|| <https://webkit.org/b/36526> || [Qt] Compilation error on Qt for Embedded Linux built with -qconfig large ||
     57|| <https://webkit.org/b/36529> || [Qt] Compilation error on Qt for Embedded Linux built with -qconfig medium ||
     58|| <https://webkit.org/b/37683> || [Qt] WebCore::Font::font() causes a QFont detach ||
     59|| <https://webkit.org/b/36532> || [Qt] Use integer pixel metric QFont API to fix rounding errors in text rendering on the Mac ||
     60|| <https://webkit.org/b/37303> || [Qt] Application crash on exit if NPPlugin is loaded ||
     61|| <https://webkit.org/b/37816> || [Qt] Multitouch mocking in QtLauncher doesn't work with QGraphicsView ||
     62|| <https://webkit.org/b/35393> || [Qt] GraphicsLayer: performance optimizations ||
     63|| <https://webkit.org/b/37317> || [Qt] tests/qgraphicswebview fails ||
     64|| <https://webkit.org/b/37319> || [Qt] tst_QWebFrame::overloadedSlots() fails ||
     65|| <https://webkit.org/b/37320> || [Qt] tst_QWebFrame::popupFocus() fails ||
     66|| <https://webkit.org/b/37461> || Spatial Navigation: make renderRectRelativeToRootDocument method to fallback to getRect() of Element when needed ||
     67|| <https://webkit.org/b/36312> || Support viewport meta tag ||
     68|| <https://webkit.org/b/36751> || [Qt] Windows CE build is broken ||
     69|| <https://webkit.org/b/36832> || [Qt] crash in debug mode just before exit ||
     70|| <https://webkit.org/b/37615> || Changing view mode names due to specification changes ||
     71|| <https://webkit.org/b/36853> || REGRESSION(r56552): Broken scrollbars size ||
     72|| <https://webkit.org/b/36216> || [Qt] GraphicsLayer: support fill-modes ||
     73|| <https://webkit.org/b/36859> || [Qt]QtLauncher crash on page with CSS 3D transform ||
    274
    375== Weekly Build Week 14 ==