diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2010-07-27 11:55:43 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2010-07-27 11:55:43 (GMT) |
commit | be1e08209a1cef9ff15fc5cc49d4d1d611d917cb (patch) | |
tree | 028b44dbeec75fd4dadda02e4dc4e5d6955070ac /src/3rdparty/webkit/VERSION | |
parent | db501e24d460231590c7e30cb8704c132efc3e8e (diff) | |
download | Qt-be1e08209a1cef9ff15fc5cc49d4d1d611d917cb.zip Qt-be1e08209a1cef9ff15fc5cc49d4d1d611d917cb.tar.gz Qt-be1e08209a1cef9ff15fc5cc49d4d1d611d917cb.tar.bz2 |
Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ( d521d7d81e8f0297c94be9ebd8af67ee130d0edb )
Changes in WebKit/qt since the last update:
++ b/WebKit/qt/ChangeLog
2010-07-27 Simon Hausmann <simon.hausmann@nokia.com>
Reviewed by Tor Arne Vestbø.
[Qt] Incorrect input method hints
https://bugs.webkit.org/show_bug.cgi?id=43037
Properly set or reset all input method hints when
activating input fields.
* WebCoreSupport/EditorClientQt.cpp:
(WebCore::EditorClientQt::setInputMethodState):
* tests/qwebview/tst_qwebview.cpp:
(tst_QWebView::focusInputTypes): Extended unit test to verify that we
reset hints.
Diffstat (limited to 'src/3rdparty/webkit/VERSION')
-rw-r--r-- | src/3rdparty/webkit/VERSION | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/VERSION b/src/3rdparty/webkit/VERSION index b6178b9..358024b 100644 --- a/src/3rdparty/webkit/VERSION +++ b/src/3rdparty/webkit/VERSION @@ -8,4 +8,4 @@ The commit imported was from the and has the sha1 checksum - 038b62085831eef4dee423361c65ecd55b7b9b1d + d521d7d81e8f0297c94be9ebd8af67ee130d0edb |