summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/Source/WebKit/qt/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/Source/WebKit/qt/ChangeLog')
-rw-r--r--src/3rdparty/webkit/Source/WebKit/qt/ChangeLog61
1 files changed, 61 insertions, 0 deletions
diff --git a/src/3rdparty/webkit/Source/WebKit/qt/ChangeLog b/src/3rdparty/webkit/Source/WebKit/qt/ChangeLog
index 2c2ca8795f..18a555b711 100644
--- a/src/3rdparty/webkit/Source/WebKit/qt/ChangeLog
+++ b/src/3rdparty/webkit/Source/WebKit/qt/ChangeLog
@@ -1,3 +1,64 @@
+2011-06-03 Alexis Menard <alexis.menard@openbossa.org>
+
+ Reviewed by Andreas Kling.
+
+ To support building namespaced Qt, we require that forward-declarations
+ of Qt classes be wrapped in QT_BEGIN_NAMESPACE and QT_END_NAMESPACE.
+
+ * WebCoreSupport/FrameLoaderClientQt.h:
+
+2011-06-03 Alexis Menard <alexis.menard@openbossa.org>
+
+ Unreviewed build fix after r87902.
+
+ To support building namespaced Qt, we require that forward-declarations
+ of Qt classes be wrapped in QT_BEGIN_NAMESPACE and QT_END_NAMESPACE but
+ only on classes inside Qt.
+
+ * WebCoreSupport/DumpRenderTreeSupportQt.h:
+
+2011-06-03 Alexis Menard <alexis.menard@openbossa.org>
+
+ Reviewed by Benjamin Poulain.
+
+ Some warning fixes. Values in switch not handled, and
+ a comparison between a signed and an unsigned.
+
+ * Api/qwebpage.cpp:
+ (QWebPagePrivate::inputMethodEvent):
+ (QWebPagePrivate::dynamicPropertyChangeEvent):
+ (QWebPage::action):
+
+2011-05-26 Alexis Menard <alexis.menard@openbossa.org>
+
+ Unreviewed build fix for Qt and QuickTime backend.
+
+ r87328 added a new system interface, we need to add it too.
+
+ * WebCoreSupport/WebSystemInterface.mm:
+ (InitWebCoreSystemInterface):
+
+2011-05-25 Alexis Menard <alexis.menard@openbossa.org>
+
+ Reviewed by Eric Carlson.
+
+ [Qt] Enable usage of QuickTime mediaplayer for the Qt port on Mac.
+ https://bugs.webkit.org/show_bug.cgi?id=61279
+
+ Enable the usage of QuickTime backend for the Qt port. It can be enabled by
+ passing DEFINES+=USE_QTKIT=1 when calling build-webkit.
+
+ * Api/qwebpage.cpp:
+ (QWebPagePrivate::QWebPagePrivate):
+ * QtWebKit.pro:
+ * WebCoreSupport/FullScreenVideoQt.cpp:
+ (WebCore::FullScreenVideoQt::enterFullScreenForNode):
+ (WebCore::FullScreenVideoQt::requiresFullScreenForVideoPlayback):
+ (WebCore::FullScreenVideoQt::isValid):
+ * WebCoreSupport/WebSystemInterface.h: Added.
+ * WebCoreSupport/WebSystemInterface.mm: Added.
+ (InitWebCoreSystemInterface):
+
2011-06-02 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
Reviewed by Andreas Kling.