diff options
Diffstat (limited to 'Source/WebKit/qt/ChangeLog')
-rw-r--r-- | Source/WebKit/qt/ChangeLog | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/Source/WebKit/qt/ChangeLog b/Source/WebKit/qt/ChangeLog index 2f159f65b..53a092b85 100644 --- a/Source/WebKit/qt/ChangeLog +++ b/Source/WebKit/qt/ChangeLog @@ -1,3 +1,93 @@ +2012-09-13 Lauro Neto <lauro.neto@openbossa.org> + + [Qt][WK2] fast/forms/access-key-for-all-elements.html fails + https://bugs.webkit.org/show_bug.cgi?id=73917 + + Reviewed by Simon Hausmann. + + Access-key tests were failing due to hardcoded Mac OS X in the + Qt WK2 user agent string. This commit moves the WK1 implementation + to a shared one to be used by both versions. + + Change QWebPage to use the shared user agent implementation. + + * Api/qwebpage.cpp: + (QWebPage::userAgentForUrl): + +2012-09-13 Oswald Buddenhagen <oswald.buddenhagen@nokia.com> + + [Qt] Fix qdoc executable preparation + + Reviewed by Tor Arne Vestbø. + + * docs/docs.pri: + +2012-09-12 Sheriff Bot <webkit.review.bot@gmail.com> + + Unreviewed, rolling out r127876. + http://trac.webkit.org/changeset/127876 + https://bugs.webkit.org/show_bug.cgi?id=96600 + + mouse click doesn't work for spin button if spin button in + iframe (Requested by yosin on #webkit). + + * Api/qwebframe.cpp: + (QWebFrame::hitTestContent): + * Api/qwebpage.cpp: + (QWebPagePrivate::handleSoftwareInputPanel): + (QWebPagePrivate::TouchAdjuster::findCandidatePointForTouch): + (QWebPage::updatePositionDependentActions): + * WebCoreSupport/FrameLoaderClientQt.cpp: + (WebCore::FrameLoaderClientQt::dispatchDecidePolicyForNavigationAction): + +2012-09-12 Roland Takacs <rtakacs@inf.u-szeged.hu> + + [Qt] Segmentation fault when closing QtTestBrowser + https://bugs.webkit.org/show_bug.cgi?id=95003 + + Reviewed by Simon Hausmann. + + Defined a new QObject* variable that points to the QGLWidget that was created + in 'createPlatformGraphicsContext3DFromWidget'. + It is neccessary for deallocating it. + + * WebCoreSupport/PageClientQt.cpp: + (createPlatformGraphicsContext3DFromWidget): + (WebCore::PageClientQWidget::createPlatformGraphicsContext3D): + (WebCore::PageClientQGraphicsWidget::createPlatformGraphicsContext3D): + * WebCoreSupport/PageClientQt.h: + (PageClientQWidget): + (PageClientQGraphicsWidget): + +2012-09-12 Andras Becsi <andras.becsi@nokia.com> + + [Qt] Add module identifier directive to the qmldir files + https://bugs.webkit.org/show_bug.cgi?id=96406 + + Reviewed by Simon Hausmann. + + Qt5 QML modules need to be identified. Type registrations are only permitted + into the namespace identified in the qmldir file's module identifier directive. + Additionally this also facilitates the protection against external registrations. + This patch suppresses a warning when importing the QtWebKit module. + + * declarative/experimental/qmldir: + * declarative/qmldir: + +2012-09-11 Marcelo Lira <marcelo.lira@openbossa.org> + + Restore original value of mock scrollbars enabled in InternalSettings + https://bugs.webkit.org/show_bug.cgi?id=87680 + + Reviewed by Adam Barth. + + Added backup support for mock scrollbars state in + InternalSettings::Backup, and removed support for these + from Qt's DumpRenderTree. + + * WebCoreSupport/DumpRenderTreeSupportQt.cpp: + * WebCoreSupport/DumpRenderTreeSupportQt.h: + 2012-09-11 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> [Qt] Add a configure step to the Qt build system |