[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

hausmann at webkit.org hausmann at webkit.org
Wed Dec 22 14:23:01 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit fb7e14c2c12f56c40cff68124ffa783fef66c975
Author: hausmann at webkit.org <hausmann at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 7 15:04:55 2010 +0000

    [Qt] Update .def file for Symbian
    https://bugs.webkit.org/show_bug.cgi?id=47336
    Fix and re-freeze symbols for symbian - viewportConfigurationForSize
    API changed, allowGeolocationRequest removed from API, several
    DumpRenderTree support calls added.
    
    Patch by Keith Kyzivat <keith.kyzivat at nokia.com> on 2010-10-07
    Reviewed by Simon Hausmann.
    
    * symbian/eabi/QtWebKitu.def:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69310 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/qt/ChangeLog b/WebKit/qt/ChangeLog
index 71c02ae..855d0b2 100644
--- a/WebKit/qt/ChangeLog
+++ b/WebKit/qt/ChangeLog
@@ -1,3 +1,15 @@
+2010-10-07  Keith Kyzivat  <keith.kyzivat at nokia.com>
+
+        Reviewed by Simon Hausmann.
+
+        [Qt] Update .def file for Symbian
+        https://bugs.webkit.org/show_bug.cgi?id=47336
+        Fix and re-freeze symbols for symbian - viewportConfigurationForSize
+        API changed, allowGeolocationRequest removed from API, several
+        DumpRenderTree support calls added.
+
+        * symbian/eabi/QtWebKitu.def:
+
 2010-10-06  Ragner Magalhaes  <ragner.magalhaes at openbossa.org>
 
         Reviewed by Antonio Gomes.
diff --git a/WebKit/qt/symbian/eabi/QtWebKitu.def b/WebKit/qt/symbian/eabi/QtWebKitu.def
index c9fac91..d351c6b 100644
--- a/WebKit/qt/symbian/eabi/QtWebKitu.def
+++ b/WebKit/qt/symbian/eabi/QtWebKitu.def
@@ -796,7 +796,7 @@ EXPORTS
 	_ZN23DumpRenderTreeSupportQtC2Ev @ 795 NONAME
 	_ZN23DumpRenderTreeSupportQtD1Ev @ 796 NONAME
 	_ZN23DumpRenderTreeSupportQtD2Ev @ 797 NONAME
-	_ZN8QWebPage23allowGeolocationRequestEP9QWebFrame @ 798 NONAME
+	_ZN8QWebPage23allowGeolocationRequestEP9QWebFrame @ 798 NONAME ABSENT
 	_ZN8QWebPage23viewportChangeRequestedERKNS_13ViewportHintsE @ 799 NONAME ABSENT
 	_ZNK15QWebScriptWorld5worldEv @ 800 NONAME
 	_ZN16QGraphicsWebView13setDeviceSizeERK5QSize @ 801 NONAME ABSENT
@@ -815,5 +815,8 @@ EXPORTS
 	_ZN23DumpRenderTreeSupportQt14viewportAsTextEP8QWebPageRK5QSize @ 814 NONAME
 	_ZN23DumpRenderTreeSupportQt32simulateDesktopNotificationClickERK7QString @ 815 NONAME
 	_ZN8QWebPage23viewportChangeRequestedEv @ 816 NONAME
-	_ZNK8QWebPage28viewportConfigurationForSizeE5QSize @ 817 NONAME
+	_ZNK8QWebPage28viewportConfigurationForSizeERK5QSize @ 817 NONAME
+	_ZN23DumpRenderTreeSupportQt20dumpHistoryCallbacksEb @ 818 NONAME
+	_ZN23DumpRenderTreeSupportQt25dumpVisitedLinksCallbacksEb @ 819 NONAME
+	_ZN23DumpRenderTreeSupportQt9plainTextERK8QVariant @ 820 NONAME
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list