[webkit-qt] [announce] qtwebkit-2.2-week20 status report - changes since qtwebkit-2.2-week19
Ademar Reis
ademar.reis at openbossa.org
Mon May 23 10:26:08 PDT 2011
Hi everybody!
This week tag includes several regression fixes and other stabilization changes. There's still a lot to do, but we're making progress! See the full list below:
Release Notes for qtwebkit-2.2-week20 - Changes since qtwebkit-2.2-week19
28 bugs, 31 commits
=== Bugs fixed / Tasks done: ===
* [https://webkit.org/b/33179 #33179]: [Qt] Enterkey to go to Newline does not work in the text area(in HTML form)
* [https://webkit.org/b/40841 #40841]: [Qt] Node that have both an opacity and a transform animation on them seem not to fire
* [https://webkit.org/b/42079 #42079]: SVG Large curve path segment OOM crash
* [https://webkit.org/b/42756 #42756]: JIT requires VM overcommit (particularly on x86-64), Linux does not by default support this without swap?
* [https://webkit.org/b/45467 #45467]: REGRESSION(r66731): pointer-events are broken in some cases
* [https://webkit.org/b/58435 #58435]: [Qt] Upstream Symbian platform plugin.
* [https://webkit.org/b/59699 #59699]: Global object is recreated on teardown, for no good reason
* [https://webkit.org/b/60194 #60194]: REGRESSION (r79167): Windowed plugins in Google Reader don't move when the article list is scrolled
* [https://webkit.org/b/60370 #60370]: Fix two warnings of unused variables.
* [https://webkit.org/b/60380 #60380]: Fix compile with GCC 4.6.0
* [https://webkit.org/b/60440 #60440]: [Qt] Redirection of HTTP POST (3xx) incorrectly includes original POST data
* [https://webkit.org/b/60667 #60667]: [Qt] WebKit does not build with GCCE
* [https://webkit.org/b/60760 #60760]: MediaElements fails to load the data in some cases.
* [https://webkit.org/b/60780 #60780]: (restricted bug)
* [https://webkit.org/b/60799 #60799]: Hide appcache status bar items
* [https://webkit.org/b/60935 #60935]: Remove bogus ASSERT in Document::setCompatibilityMode
* [https://webkit.org/b/60978 #60978]: [Qt] Simplify syntax in test code to make prepare-ChangeLog less confused
* [https://webkit.org/b/60984 #60984]: [Qt] Fix tst_QWebFrame::getSetStaticProperty() autotest
* [https://webkit.org/b/60986 #60986]: REGRESSION (r80808): Multiple <select> - Selection reset to first element from multiple selected ones
* [https://webkit.org/b/61012 #61012]: REGRESSION (r83322): Many crashes in Mail.app in WebCore::Node::nodeIndex
* [https://webkit.org/b/61083 #61083]: Regression(r85355): Crash with two table captions when child visible and enclosing layer invisible
* [https://webkit.org/b/61090 #61090]: JSGlobalObject and some others do GC allocation during initialization, which can cause heap corruption
* [https://webkit.org/b/61128 #61128]: Fix GraphicsContext3DQt.cpp compile error
* [https://webkit.org/b/61130 #61130]: MessagePortArray cloning code needs to verify source before copying
* [https://webkit.org/b/61200 #61200]: [Qt] The Qt WebKit Symbian .def file needs to be updated so Symbian will build
* [https://webkit.org/b/61203 #61203]: Horrendous bug in callOnMainThreadAndWait
* [https://webkit.org/b/61229 #61229]: REGRESSION (r70748): WebKit cannot play videos created by Podcast Producer.
* [https://webkit.org/b/61241 #61241]: REGRESSION (r82144): Icon overlaps text in Twitter message dialog
=== Commits added or cherry-picked: ===
* [http://gitorious.org/webkit/qtwebkit/commit/8620c0c 8620c0c]: Fix compile with GCC 4.6.0
* [http://gitorious.org/webkit/qtwebkit/commit/457a0f0 457a0f0]: Tell ScrollView's child Widgets that their frame rects have changed when its own frame rect changes
* [http://gitorious.org/webkit/qtwebkit/commit/b3f49dc b3f49dc]: Regression(r75823): Revert initialization back to the first RenderBlock
* [http://gitorious.org/webkit/qtwebkit/commit/fcd06b7 fcd06b7]: Hide appcache status bar items
* [http://gitorious.org/webkit/qtwebkit/commit/3ffd91d 3ffd91d]: 2011-05-13 Mikhail Naganov <mnaganov at chromium.org>
* [http://gitorious.org/webkit/qtwebkit/commit/f8e5f01 f8e5f01]: Partial fix for <rdar://problem/9417875> REGRESSION: SunSpider ~17% slower
* [http://gitorious.org/webkit/qtwebkit/commit/97cb464 97cb464]: 2011-05-15 Geoffrey Garen <ggaren at apple.com>
* [http://gitorious.org/webkit/qtwebkit/commit/0c115e1 0c115e1]: Remove bogus ASSERT in Document::setCompatibilityMode
* [http://gitorious.org/webkit/qtwebkit/commit/4495597 4495597]: [Qt] Node that have both an opacity and a transform animation on them seem not to fire.
* [http://gitorious.org/webkit/qtwebkit/commit/bcf16f1 bcf16f1]: [Qt] GraphicsLayerQtImpl: Remove an unused variable.
* [http://gitorious.org/webkit/qtwebkit/commit/6eee7bc 6eee7bc]: [Qt] Redirection of HTTP POST (3xx) incorrectly includes original POST data
* [http://gitorious.org/webkit/qtwebkit/commit/2907a02 2907a02]: Tests that we do not crash when prematurely calling removeChild,
* [http://gitorious.org/webkit/qtwebkit/commit/b2ce0d3 b2ce0d3]: [Qt] Simplify syntax in test code to make prepare-ChangeLog less confused
* [http://gitorious.org/webkit/qtwebkit/commit/cace979 cace979]: [Qt] Fix tst_QWebFrame::getSetStaticProperty() autotest
* [http://gitorious.org/webkit/qtwebkit/commit/203ddbc 203ddbc]: JSGlobalObject and some others do GC allocation during initialization, which can cause heap corruption
* [http://gitorious.org/webkit/qtwebkit/commit/fb119b5 fb119b5]: [Qt] Enterkey to go to Newline does not work in the text area(in HTML form)
* [http://gitorious.org/webkit/qtwebkit/commit/f46a068 f46a068]: REGRESSION (r80808): Multiple <select> - Selection reset to first element from multiple selected ones
* [http://gitorious.org/webkit/qtwebkit/commit/66e7630 66e7630]: REGRESSION (r83322): Many crashes in Mail.app in WebCore::Node::nodeIndex
* [http://gitorious.org/webkit/qtwebkit/commit/863c88a 863c88a]: Fix GraphicsContext3DQt.cpp compile error
* [http://gitorious.org/webkit/qtwebkit/commit/fd084a4 fd084a4]: WebKit does not build with GCCE
* [http://gitorious.org/webkit/qtwebkit/commit/e309ebe e309ebe]: MediaElements fails to load the data in some cases.
* [http://gitorious.org/webkit/qtwebkit/commit/9906bdc 9906bdc]: Fix two warnings of unused variables.
* [http://gitorious.org/webkit/qtwebkit/commit/63adcb6 63adcb6]: MessagePortArray cloning code needs to verify source before copying
* [http://gitorious.org/webkit/qtwebkit/commit/6b501ad 6b501ad]: SVG Large curve path segment OOM crash
* [http://gitorious.org/webkit/qtwebkit/commit/ac3c389 ac3c389]: JIT requires VM overcommit (particularly on x86-64), Linux does not by default support this without swap?
* [http://gitorious.org/webkit/qtwebkit/commit/1aba524 1aba524]: <rdar://problem/9472883> and https://bugs.webkit.org/show_bug.cgi?id=61203
* [http://gitorious.org/webkit/qtwebkit/commit/c6d8071 c6d8071]: REGRESSION (r70748): WebKit cannot play videos created by Podcast Producer.
* [http://gitorious.org/webkit/qtwebkit/commit/c4e7010 c4e7010]: <rdar://problem/9479926> REGRESSION (r82144): Icon overlaps text in Twitter message dialog
* [http://gitorious.org/webkit/qtwebkit/commit/91c0616 91c0616]: REGRESSION(r66731): pointer-events are broken in some cases
* [http://gitorious.org/webkit/qtwebkit/commit/c39655e c39655e]: [Qt] Upstream Symbian platform plugin
* [http://gitorious.org/webkit/qtwebkit/commit/8385385 8385385]: [Qt] The Qt WebKit Symbian .def file needs to be updated so Symbian will build
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-qt/attachments/20110523/ecc03f41/attachment.html>
More information about the webkit-qt
mailing list