| 2 | |
| 3 | == Weekly Build Week 25 == |
| 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 61840. |
| 10 | |
| 11 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week25/qtwebkit-trunk-symbian.zip Symbian] |
| 12 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week25/qtwebkit-trunk-linux-g++-32.tgz Linux/X11 x86] |
| 13 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week25/qtwebkit-trunk-win32-msvc2008.zip Windows/Visual Studio 2008] |
| 14 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week25/qtwebkit-trunk-macx-g++-cocoa.tgz Mac OS X] |
| 15 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week25/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 2f598e9b7b376d851fe089bc1dc729bcf0393a06 . |
| 26 | |
| 27 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week25/qtwebkit-2.0-symbian.zip Symbian] |
| 28 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week25/qtwebkit-2.0-linux-g++-32.tgz Linux/X11 x86] |
| 29 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week25/qtwebkit-2.0-win32-msvc2008.zip Windows/Visual Studio 2008] |
| 30 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week25/qtwebkit-2.0-macx-g++-cocoa.tgz Mac OS X] |
| 31 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week25/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 | |
| 39 | Bug fixes integrated since week 24: |
| 40 | |
| 41 | || <https://webkit.org/b/6274> || text repainting does not account for glyphs which draw outside the typographic bounds of the font || |
| 42 | || <https://webkit.org/b/40483> || [Qt] The new Qt's documentation text layout is messed up with QtWebKit. || |
| 43 | || <https://webkit.org/b/40102> || WebCore EventHandler needs to take account of onLoad events fired before layout() complete || |
| 44 | || <https://webkit.org/b/40840> || [Qt] Symbian builds in release sometimes try to link with the debug JavaScriptCore static lib. || |
| 45 | || <https://webkit.org/b/37292> || http://trac.webkit.org/changeset/57215 caused perf regressions || |
| 46 | || <https://webkit.org/b/40714> || [Qt] Compilation in QWebPagePrivate::timerEvent with clang || |
| 47 | || <https://webkit.org/b/40107> || Impossible to set input method hints based HTML5 input types || |
| 48 | || <https://webkit.org/b/40620> || [Qt] Get rid of the the unused imageSize of ImageDecoderQt::internalHandleCurrentImage() || |
| 49 | || <https://webkit.org/b/40717> || [Qt] Bridge documentation: some snippets have the wrong indentation || |
| 50 | || <https://webkit.org/b/40910> || [Qt] Avoid unnecessary image conversion in RGBA32Buffer::zeroFill() || |
| 51 | || <https://webkit.org/b/40077> || [Qt] Implement the simple font code path. || |
| 52 | || <https://webkit.org/b/39304> || Add an inlineCapacity template parameter to ListHashSet and use it to shrink the positioned object list hash set. || |
| 53 | || <https://webkit.org/b/33150> || Do not render the full frame when there is some elements with fixed positioning || |
| 54 | || <https://webkit.org/b/36510> || [chromium] use integral glyph widths || |
| 55 | || <https://webkit.org/b/40662> || [Qt] Avoid truncation of zoom factor in QWebFrame's print function. || |
| 56 | || <https://webkit.org/b/39309> || Allocate the m_preloads list hash set dynamically and free it when done. || |
| 57 | || <https://webkit.org/b/40797> || [Qt] Decode images directly to QPixmap || |
| 58 | || <https://webkit.org/b/40830> || REGRESSION(r60958) [Qt] qwebpage::inputMethods auto-test fails || |
| 59 | |