| | 2 | |
| | 3 | == Weekly Build Week 20 == |
| | 4 | |
| | 5 | '''DISCLAIMER: These binaries are UNTESTED. Use at your own risk! ''' |
| | 6 | |
| | 7 | === Trunk === |
| | 8 | |
| | 9 | This week's binary build from the trunk includes Symbian, Windows/Visual Studio 2008, Mac OS X Linux/X11 (x86). The last commit is SVN revision 59925. |
| | 10 | |
| | 11 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week19/qtwebkit-trunk-symbian.zip Symbian] |
| | 12 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week19/qtwebkit-trunk-linux-g++-32.tgz Linux/X11 x86] |
| | 13 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week19/qtwebkit-trunk-win32-msvc2008.zip Windows/Visual Studio 2008] |
| | 14 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week19/qtwebkit-trunk-macx-g++-cocoa.zip Mac OS X] |
| | 15 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week19/qtwebkit-trunk-source.tar.gz Sources] |
| | 16 | |
| | 17 | Known issues: |
| | 18 | |
| | 19 | * 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. |
| | 20 | * Due to internal build issues there's no Maemo 5 build this week. |
| | 21 | * 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. |
| | 22 | |
| | 23 | == 2.0 Release Branch == |
| | 24 | |
| | 25 | This 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 eb07c6f9bd50d0d74e9ac19ade4a2fbd5cece7c7 . |
| | 26 | |
| | 27 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week19/qtwebkit-2.0-symbian.zip Symbian] |
| | 28 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week19/qtwebkit-2.0-linux-g++-32.tgz Linux/X11 x86] |
| | 29 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week19/qtwebkit-2.0-win32-msvc2008.zip Windows/Visual Studio 2008] |
| | 30 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week19/qtwebkit-2.0-macx-g++-cocoa.zip Mac OS X] |
| | 31 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week19/qtwebkit-2.0-source.tar.gz Sources] |
| | 32 | |
| | 33 | Known issues: |
| | 34 | |
| | 35 | * 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. |
| | 36 | * 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. |
| | 37 | * Due to internal build issues there's no Maemo 5 build this week. |
| | 38 | * QtWebKit pkgconfig file is broken [https://bugs.webkit.org/show_bug.cgi?id=36826 (Bug 36826)] |
| | 39 | |
| | 40 | Bug fixes integrated since week 19: |
| | 41 | |
| | 42 | || <https://webkit.org/b/37665> || [Qt] Rename QtLauncher to QtTestBrowser || |
| | 43 | || <https://webkit.org/b/38779> || [Qt] QWebPage::inputMethodQuery() returns wrong values for Qt::ImCursorPosition, Qt::ImAnchorPosition || |
| | 44 | || <https://webkit.org/b/37381> || [Qt] animations/dynamic-stylesheet-loading.html fails with accelerated compositing || |
| | 45 | || <https://webkit.org/b/38630> || VS2010 asserts a null iterator passed to std::copy in Vector::operator= || |
| | 46 | || <https://webkit.org/b/24289> || [Qt] lacks clipToImageBuffer() || |
| | 47 | || <https://webkit.org/b/38440> || [Qt] use QT_MOBILE_THEME in Symbian || |
| | 48 | || <https://webkit.org/b/35340> || [Qt] Enable alternate HTML/JavaScript front-ends for Web Inspector || |
| | 49 | || <https://webkit.org/b/37322> || [Qt] tst_QWebHistory::serialize_2() fails || |
| | 50 | || <https://webkit.org/b/38444> || [Qt] GraphicsLayer caches directly composited images || |
| | 51 | || <https://webkit.org/b/39314> || [Qt] Skipping popup focus test for maemo || |
| | 52 | || <https://webkit.org/b/39150> || Canvas's getContext() must return null when called with an invalid/unsupported parameter || |
| | 53 | || <https://webkit.org/b/39153> || Canvas's toDataURL() should be case insensitive wrt the mimeType argument || |
| | 54 | || <https://webkit.org/b/39218> || [Qt] Tiled backing store tiles sometimes flicker when exiting a zoom animation || |
| | 55 | || <https://webkit.org/b/37684> || [Qt] JSValue QtClass::fallbackObject can be optimized || |
| | 56 | || <https://webkit.org/b/37701> || [Qt] Target(WebCore,jsc,...) must depends on static library of JavaScriptCore || |
| | 57 | || <https://webkit.org/b/39031> || CSSParser::parseColor() shouldn't alter 'color' unless passed a valid color string. || |
| | 58 | || <https://webkit.org/b/38456> || [Qt] QtTestBrowser does not support websites which requires HTTP Authentication via dialogs || |
| | 59 | || <https://webkit.org/b/37273> || [Qt] Weekly binary builds on Mac OS X don't work when launched in the Finder || |
| | 60 | || <https://webkit.org/b/38641> || [Qt] Nested overflow div does not scroll || |
| | 61 | || <https://webkit.org/b/38526> || [Qt] REGRESSION: CoolClock isn't rendered properly || |
| | 62 | || <https://webkit.org/b/38949> || JavaScript unable to invoke methods declared in QML || |