Changes between Version 82 and Version 83 of QtWebKitJournal


Ignore:
Timestamp:
May 5, 2010, 6:49:21 AM (14 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitJournal

    v82 v83  
    11= 2010 =
     2
     3== Weekly Build Week 17 ==
     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 58560.
     10
     11  * Symbian:
     12    * [http://chaos.troll.no/~shausman/weekly-webkit-builds/trunk/week17/qtlauncher-trunk-symbian.sis QtLauncher]
     13    * [http://chaos.troll.no/~shausman/weekly-webkit-builds/trunk/week17/qtwebkit-trunk-symbian.sis QtWebKit]
     14    * [http://chaos.troll.no/~shausman/weekly-webkit-builds/trunk/week17/qtwebkit-trunk-symbian_unsigned.sis QtWebKit unsigned]
     15  * [http://chaos.troll.no/~shausman/weekly-webkit-builds/trunk/week17/qtwebkit-trunk-linux-g++-32.tgz Linux/X11 x86]
     16  * [http://chaos.troll.no/~shausman/weekly-webkit-builds/trunk/week17/qtwebkit-trunk-macx-g++-cocoa.tgz Mac OS X]
     17  * [http://chaos.troll.no/~shausman/weekly-webkit-builds/trunk/week17/qtwebkit-trunk-win32-msvc2008.zip Windows/Visual Studio 2008]
     18  * [http://chaos.troll.no/~shausman/weekly-webkit-builds/trunk/week17/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 540ae4ccd25609e1bfe1673195ce126255e36774 .
     30
     31  * Symbian:
     32    * [http://chaos.troll.no/~shausman/weekly-webkit-builds/2.0/week17/qtlauncher-2.0-symbian.sis QtLauncher]
     33    * [http://chaos.troll.no/~shausman/weekly-webkit-builds/2.0/week17/qtwebkit-2.0-symbian.sis QtWebKit]
     34    * [http://chaos.troll.no/~shausman/weekly-webkit-builds/2.0/week17/qtwebkit-2.0-symbian_unsigned.sis QtWebKit unsigned]
     35  * [http://chaos.troll.no/~shausman/weekly-webkit-builds/2.0/week17/qtwebkit-2.0-linux-g++-32.tgz Linux/X11 x86]
     36  * [http://chaos.troll.no/~shausman/weekly-webkit-builds/2.0/week17/qtwebkit-trunk-macx-g++-cocoa.tgz Mac OS X]
     37  * [http://chaos.troll.no/~shausman/weekly-webkit-builds/2.0/week17/qtwebkit-2.0-win32-msvc2008.zip Windows/Visual Studio 2008]
     38  * [http://chaos.troll.no/~shausman/weekly-webkit-builds/2.0/week17/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 16:
     49
     50|| <https://webkit.org/b/33280> || [RVCT] ACID3 test crash ||
     51|| <https://webkit.org/b/37637> || Repaint of fixed, transformed element is broken ||
     52|| <https://webkit.org/b/36365> || [Qt] [Performance] GraphicsLayer: constructing the layers takes too long ||
     53|| <https://webkit.org/b/38062> || [Qt] HTTP pipelining efficiency increase ||
     54|| <https://webkit.org/b/35607> || Allow building smoothly on win32 and win64 using GCC ||
     55|| <https://webkit.org/b/38179> || [Qt] QWebPage::setViewportSize() forces two layout of the render tree ||
     56|| <https://webkit.org/b/34729> || [Qt] Exposing an QVariantMap containing QObjectStar to Javascript causes Segmentation Fault ||
     57|| <https://webkit.org/b/37802> || Spatial Navigation: at @updateFocusCandidateIfCloser make an assignment shortcut when FocusCandidate is null ||
     58|| <https://webkit.org/b/37163> || [Qt] inputMethodQuery returns coordinates in web page coordinates rather than in item coordinates. ||
     59|| <https://webkit.org/b/38316> || [Qt] REGRESSION(r57638): tst_qwebframe::objectDeleted() fails ||
     60|| <https://webkit.org/b/37934> || [Qt] QtLauncher: make FPS measurement accurate ||
     61|| <https://webkit.org/b/36783> || Update of fixed elements is not made correctly when the page has been scrolled ||
     62|| <https://webkit.org/b/37303> || [Qt] Application crash on exit if NPPlugin is loaded ||
     63|| <https://webkit.org/b/37727> || [Qt] Webkit fixes for RVCT4 ||
     64|| <https://webkit.org/b/38076> || [Qt] GraphicsLayer: flicker when starting an animation before the previous one ended. ||
     65|| <https://webkit.org/b/37821> || [Qt] loads APP directory when calling "window.open" ||
     66|| <https://webkit.org/b/37313> || [Qt] Fix or remove the runtime flag for accelerated compositing. ||
     67|| <https://webkit.org/b/37195> || JSC's currentThreadStackBase is not reentrant on some platforms ||
     68|| <https://webkit.org/b/32196> || Make it possible to distinguish between NPAPI plugins and Application plugins ||
     69|| <https://webkit.org/b/34888> || Mac OS X: Use deployment target to determine whether memory tagging should be enabled ||
     70|| <https://webkit.org/b/37323> || [Qt] tst_QWebHistoryInterface::visitedLinks() fails ||
     71|| <https://webkit.org/b/36621> || Fix build if NPAPI support is disabled ||
     72|| <https://webkit.org/b/37719> || Some HTML5 Input tags not treated as needing an input method. ||
     73|| <https://webkit.org/b/37980> || Fix the build on MSVC 64bit ||
     74|| <https://webkit.org/b/38111> || [Qt] Fix compilation against Qt 4.7 ||
     75|| <https://webkit.org/b/38075> || [Qt] GraphicsLayer: Reverse animations don't work in some use cases ||
     76|| <https://webkit.org/b/31719> || [Qt] Loading of large page can take up to 10 seconds ||
     77|| <https://webkit.org/b/37867> || [Qt] Patches to upstream from Qt for 2.0 ||
     78|| <https://webkit.org/b/35312> || [Qt] GraphicsLayer: preserves-3d and backface visibility ||
     79|| <https://webkit.org/b/38314> || [Qt] REGRESSION(r57982): tst_qwebpage::showModalDialog() crashes ||
     80
    281
    382== Weekly Build Week 16 ==