Title: [89621] trunk/Source/WebKit/qt
Revision
89621
Author
commit-qu...@webkit.org
Date
2011-06-23 15:02:45 -0700 (Thu, 23 Jun 2011)

Log Message

2011-06-23  Joe Wild  <joseph.w...@nokia.com>

        Reviewed by Laszlo Gombos.

        [Qt] The Qt WebKit Symbian .def file needs to be updated so Symbian will build
        https://bugs.webkit.org/show_bug.cgi?id=61200

        Revert r87060 as it broke compatibility with QtWebKit 2.1 release
        and add some newly introduce symbols.

        * symbian/eabi/QtWebKitu.def:

Modified Paths

Diff

Modified: trunk/Source/WebKit/qt/ChangeLog (89620 => 89621)


--- trunk/Source/WebKit/qt/ChangeLog	2011-06-23 21:55:30 UTC (rev 89620)
+++ trunk/Source/WebKit/qt/ChangeLog	2011-06-23 22:02:45 UTC (rev 89621)
@@ -1,3 +1,15 @@
+2011-06-23  Joe Wild  <joseph.w...@nokia.com>
+
+        Reviewed by Laszlo Gombos.
+
+        [Qt] The Qt WebKit Symbian .def file needs to be updated so Symbian will build
+        https://bugs.webkit.org/show_bug.cgi?id=61200
+
+        Revert r87060 as it broke compatibility with QtWebKit 2.1 release
+        and add some newly introduce symbols.
+
+        * symbian/eabi/QtWebKitu.def:
+
 2011-06-23  Alexis Menard  <alexis.men...@openbossa.org>
 
         Reviewed by Eric Carlson.

Modified: trunk/Source/WebKit/qt/symbian/eabi/QtWebKitu.def (89620 => 89621)


--- trunk/Source/WebKit/qt/symbian/eabi/QtWebKitu.def	2011-06-23 21:55:30 UTC (rev 89620)
+++ trunk/Source/WebKit/qt/symbian/eabi/QtWebKitu.def	2011-06-23 22:02:45 UTC (rev 89621)
@@ -780,8 +780,8 @@
 	_ZN23DumpRenderTreeSupportQt12isTargetItemERK15QWebHistoryItem @ 779 NONAME
 	_ZN23DumpRenderTreeSupportQt17historyItemTargetERK15QWebHistoryItem @ 780 NONAME
 	_ZN23DumpRenderTreeSupportQt20getChildHistoryItemsERK15QWebHistoryItem @ 781 NONAME
-	_ZN23DumpRenderTreeSupportQt23setMockGeolocationErrorEP8QWebPageiRK7QString @ 782 NONAME
-	_ZN23DumpRenderTreeSupportQt26setMockGeolocationPositionEP8QWebPageddd @ 783 NONAME
+	_ZN23DumpRenderTreeSupportQt23setMockGeolocationErrorEiRK7QString @ 782 NONAME ABSENT
+	_ZN23DumpRenderTreeSupportQt26setMockGeolocationPositionEddd @ 783 NONAME ABSENT
 	_ZN23DumpRenderTreeSupportQt17clearScriptWorldsEv @ 784 NONAME
 	_ZN23DumpRenderTreeSupportQt23setCustomPolicyDelegateEbb @ 785 NONAME
 	_ZN15QWebScriptWorldC1ERKS_ @ 786 NONAME
@@ -812,7 +812,7 @@
 	_ZN8QWebPage25requestPermissionFromUserEP9QWebFrameNS_16PermissionDomainE @ 811 NONAME ABSENT
 	_ZN8QWebPage27cancelRequestsForPermissionEP9QWebFrameNS_16PermissionDomainE @ 812 NONAME ABSENT
 	_ZNK16QGraphicsWebView10deviceSizeEv @ 813 NONAME ABSENT
-	_ZN23DumpRenderTreeSupportQt14viewportAsTextEP8QWebPageiRK5QSizeS4_ @ 814 NONAME
+	_ZN23DumpRenderTreeSupportQt14viewportAsTextEP8QWebPageRK5QSize @ 814 NONAME
 	_ZN23DumpRenderTreeSupportQt32simulateDesktopNotificationClickERK7QString @ 815 NONAME
 	_ZN8QWebPage23viewportChangeRequestedEv @ 816 NONAME
 	_ZNK8QWebPage28viewportConfigurationForSizeERK5QSize @ 817 NONAME ABSENT
@@ -835,4 +835,13 @@
 	_ZN8QWebPage20setFeaturePermissionEP9QWebFrameNS_7FeatureENS_16PermissionPolicyE @ 834 NONAME
 	_ZN8QWebPage26featurePermissionRequestedEP9QWebFrameNS_7FeatureE @ 835 NONAME
 	_ZN8QWebPage32featurePermissionRequestCanceledEP9QWebFrameNS_7FeatureE @ 836 NONAME
-        _Z33qtwebkit_setPluginCreatedCallbackPFvP9QWebFramePvS1_E @ 837 NONAME
+	_Z33qtwebkit_setPluginCreatedCallbackPFvP9QWebFramePvS1_E @ 837 NONAME
+	_ZN23DumpRenderTreeSupportQt23setMockGeolocationErrorEP8QWebPageiRK7QString @ 838 NONAME
+	_ZN23DumpRenderTreeSupportQt26setMockGeolocationPositionEP8QWebPageddd @ 839 NONAME
+	_ZN23DumpRenderTreeSupportQt14viewportAsTextEP8QWebPageiRK5QSizeS4_ @ 840 NONAME
+	_ZN23DumpRenderTreeSupportQt13nodesFromRectERK11QWebElementiijjjjb @ 841 NONAME
+	_ZN23DumpRenderTreeSupportQt9plainTextERK8QVariant @ 842 NONAME
+	_ZN23DumpRenderTreeSupportQt26mediaContentUrlByElementIdEP9QWebFrameRK7QString @ 843 NONAME
+	_ZNK8QWebPage12hasSelectionEv @ 844 NONAME
+	_ZNK8QWebPage12selectedHtmlEv @ 845 NONAME
+	_ZN11QWebElement6renderEP8QPainterRK5QRect @ 846 NONAME
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to