| 2 | |
| 3 | == Weekly Build Week 27 == |
| 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 62864. |
| 10 | |
| 11 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week27/qtwebkit-trunk-symbian.zip Symbian] |
| 12 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week27/qtwebkit-trunk-linux-g++-32.tgz Linux/X11 x86] |
| 13 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week27/qtwebkit-trunk-win32-msvc2008.zip Windows/Visual Studio 2008] |
| 14 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week27/qtwebkit-trunk-macx-g++-cocoa.tgz Mac OS X] |
| 15 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week27/qtwebkit-trunk-snapshot_0.0.1+201072_armel.deb Maemo5 Debian Package (with QtTestBrowser)] |
| 16 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week27/qtwebkit-trunk-source.tar.gz Sources] |
| 17 | |
| 18 | Known issues: |
| 19 | |
| 20 | * 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. |
| 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 | * The Maemo 5 Packages are built against libqt4-experimental (Qt 4.7) from Maemo's extras-devel repository, so make sure you have that catalogue in your application manager. |
| 23 | |
| 24 | == 2.0 Release Branch == |
| 25 | |
| 26 | 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 011a5882e269383ee251e3283d87e4e22b7a6bea . |
| 27 | |
| 28 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week27/qtwebkit-2.0-symbian.zip Symbian] |
| 29 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week27/qtwebkit-2.0-linux-g++-32.tgz Linux/X11 x86] |
| 30 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week27/qtwebkit-2.0-win32-msvc2008.zip Windows/Visual Studio 2008] |
| 31 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week27/qtwebkit-2.0-macx-g++-cocoa.tgz Mac OS X] |
| 32 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week27/qtwebkit-2.0-snapshot_0.0.1+201072_armel.deb Maemo5 Debian Package (with QtTestBrowser)] |
| 33 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week27/qtwebkit-2.0-source.tar.gz Sources] |
| 34 | |
| 35 | Known issues: |
| 36 | |
| 37 | * 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. |
| 38 | * 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. |
| 39 | * The Maemo 5 Packages are built against libqt4-experimental (Qt 4.7) from Maemo's extras-devel repository, so make sure you have that catalogue in your application manager. |
| 40 | |
| 41 | Bug fixes integrated since week 26: |
| 42 | |
| 43 | || <https://webkit.org/b/37760> || FrameView's layout root can be detached by style recalc || |
| 44 | || <https://webkit.org/b/36618> || [Qt] LayoutTests/http/tests/appcache/fallback.html crashes || |
| 45 | || <https://webkit.org/b/36878> || REGRESSION: Trailing colon on hostnames (with no port specified) causes "Not allowed to use restricted network port" || |
| 46 | || <https://webkit.org/b/37781> || [XHR] Cross-Origin synchronous request with credential raises NETWORK_ERR || |
| 47 | || <https://webkit.org/b/36502> || Cross-origin bypass: iFrame.src can be set to a JavaScript URL via nodeValue or textContent || |
| 48 | || <https://webkit.org/b/28697> || WebKit crash on WebCore::Node::nodeIndex() || |
| 49 | || <https://webkit.org/b/37031> || Cross-origin bypass: Javascript URL can be set as iframe.src via multiple DOM aliases || |
| 50 | || <https://webkit.org/b/36522> || [Qt] Rename QWebSettings::XSSAuditorEnabled to XSSAuditingEnabled || |
| 51 | || <https://webkit.org/b/38583> || Use of stale pointers whilst normalizing DOM nodes with mutation event handlers that modify element attributes || |
| 52 | || <https://webkit.org/b/38922> || innerHTML decompilation issues in textarea || |
| 53 | || <https://webkit.org/b/39359> || [Qt] TiledBackingStore updates broken when not using resizesToContents mode || |
| 54 | || <https://webkit.org/b/41412> || [Qt] Canvas arcTo() should draw straight line to p1 if p0, p1 and p2 are collinear || |
| 55 | || <https://webkit.org/b/39878> || [Qt]: REGRESSION(r58703): QWebSettings::JavascriptCanAccessClipboard has wrong case in "Javascript" part. || |
| 56 | || <https://webkit.org/b/26824> || focus() behavior permits keystrokes to be redirected across domains || |
| 57 | || <https://webkit.org/b/39508> || Crash in WebCore::toAlphabetic() while running MangleMe || |
| 58 | || <https://webkit.org/b/36571> || WebKit should treat port numbers outside of the valid range as being blacklisted || |
| 59 | || <https://webkit.org/b/38497> || Make sure that http URLs always have a host in SecurityOrigin || |
| 60 | || <https://webkit.org/b/38626> || ZDI-CAN-765: CSS Charset Text Transformation Vulnerability || |
| 61 | || <https://webkit.org/b/36838> || Cross-origin image theft via SVGs as a canvas pattern || |
| 62 | || <https://webkit.org/b/27751> || [sg:high] Copying text to the system clipboard can be done in any context || |
| 63 | || <https://webkit.org/b/36843> || REGRESSION (r47291): XHR allows arbitrary XSRF across domains || |
| 64 | || <https://webkit.org/b/37230> || REGRESSION (4.0.5): Safari asks for credentials all the time when authenticating to Windows IIS Server || |
| 65 | || <https://webkit.org/b/37618> || Memory Corruption with Drag-Drop item from a purged document. || |
| 66 | || <https://webkit.org/b/38260> || Frame.src allows javascript URLs with starting spaces || |
| 67 | || <https://webkit.org/b/38261> || Table layout crash bug || |
| 68 | |