diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2010-05-14 11:25:51 +0200 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2010-05-14 11:25:51 +0200 |
commit | 96bf7b880976f225ca390aab1cb1492e8d79ea4c (patch) | |
tree | 1eacfbc1046d8e1e1dd4936cf5cc590c43817103 /src/3rdparty/webkit/ChangeLog | |
parent | d6ddd9d1ba3a987b45c1718b995200421befbd0d (diff) | |
download | qt4-tools-96bf7b880976f225ca390aab1cb1492e8d79ea4c.tar.gz |
Updated WebKit to 5cf023650a8da206a8cf3130e9d4820b95e1bc7c
Integrated changes:
* Doc day API doc overhaul
|| <https://webkit.org/b/38370> || [Qt] GraphicsLayer: depth-test causes flicker in certain situations ||
|| <https://webkit.org/b/38921> || [Qt] emit initialLayoutCompleted signal from FrameLoaderClientQt::dispatchDidFirstVisuallyNonEmptyLayout ||
|| <https://webkit.org/b/38863> || [Qt] Detect debug mode consistently ||
|| <https://webkit.org/b/38389> || [Qt] Update the Symbian version for the user agent ||
|| <https://webkit.org/b/39062> || [Qt] Improve QtLauncher user agent dialog resize ||
|| <https://webkit.org/b/38841> || Ignore invalid values for various CanvasRenderingContext2D properties ||
|| <https://webkit.org/b/38685> || [Qt] tst_QWebPage::inputMethods failing on Maemo5 ||
|| <https://webkit.org/b/38655> || [Qt] REGRESSION(r58497) tst_QGraphicsWebView::crashOnViewlessWebPages() is failing ||
Diffstat (limited to 'src/3rdparty/webkit/ChangeLog')
-rw-r--r-- | src/3rdparty/webkit/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/3rdparty/webkit/ChangeLog b/src/3rdparty/webkit/ChangeLog index 70eff7d4d1..a0cf2d0af2 100644 --- a/src/3rdparty/webkit/ChangeLog +++ b/src/3rdparty/webkit/ChangeLog @@ -1,3 +1,12 @@ +2010-05-12 Laszlo Gombos <laszlo.1.gombos@nokia.com> + + Reviewed by Kenneth Rohde Christiansen. + + [Qt] Detect debug mode consistently + https://bugs.webkit.org/show_bug.cgi?id=38863 + + * WebKit.pri: + 2010-04-09 Simon Hausmann <simon.hausmann@nokia.com> Unreviewed crash fix. |