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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 14:44:51 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 10b70999dd30680de8c11ee46cb7c2d87e57b1d2
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 19 05:37:04 2010 +0000

    2010-10-18  Viatcheslav Ostapenko  <ostapenko.viatcheslav at nokia.com>
    
            Reviewed by Laszlo Gombos.
    
            [Qt] Export QWebPage::ViewportAttributes class.
            https://bugs.webkit.org/show_bug.cgi?id=47845
    
            * Api/qwebpage.h:
            * symbian/eabi/QtWebKitu.def:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70030 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/qt/Api/qwebpage.h b/WebKit/qt/Api/qwebpage.h
index a5df312..15d2432 100644
--- a/WebKit/qt/Api/qwebpage.h
+++ b/WebKit/qt/Api/qwebpage.h
@@ -208,7 +208,7 @@ public:
         GeolocationPermissionDomain
     };
 
-    class ViewportAttributes {
+    class QWEBKIT_EXPORT ViewportAttributes {
     public:
         ViewportAttributes();
         ViewportAttributes(const QWebPage::ViewportAttributes& other);
diff --git a/WebKit/qt/ChangeLog b/WebKit/qt/ChangeLog
index 130f615..96bae5e 100644
--- a/WebKit/qt/ChangeLog
+++ b/WebKit/qt/ChangeLog
@@ -1,3 +1,13 @@
+2010-10-18  Viatcheslav Ostapenko  <ostapenko.viatcheslav at nokia.com>
+
+        Reviewed by Laszlo Gombos.
+
+        [Qt] Export QWebPage::ViewportAttributes class.
+        https://bugs.webkit.org/show_bug.cgi?id=47845
+
+        * Api/qwebpage.h:
+        * symbian/eabi/QtWebKitu.def:
+
 2010-10-18  Pavel Feldman  <pfeldman at chromium.org>
 
         Reviewed by Simon Fraser.
diff --git a/WebKit/qt/symbian/eabi/QtWebKitu.def b/WebKit/qt/symbian/eabi/QtWebKitu.def
index cdaa5ad..2aa30cc 100644
--- a/WebKit/qt/symbian/eabi/QtWebKitu.def
+++ b/WebKit/qt/symbian/eabi/QtWebKitu.def
@@ -820,5 +820,11 @@ EXPORTS
 	_ZN23DumpRenderTreeSupportQt25dumpVisitedLinksCallbacksEb @ 819 NONAME
 	_ZN23DumpRenderTreeSupportQt9plainTextERK8QVariant @ 820 NONAME
 	_ZNK8QWebPage25viewportAttributesForSizeERK5QSize @ 821 NONAME
-
+	_ZN8QWebPage18ViewportAttributesC1ERKS0_ @ 822 NONAME
+	_ZN8QWebPage18ViewportAttributesC1Ev @ 823 NONAME
+	_ZN8QWebPage18ViewportAttributesC2ERKS0_ @ 824 NONAME
+	_ZN8QWebPage18ViewportAttributesC2Ev @ 825 NONAME
+	_ZN8QWebPage18ViewportAttributesD1Ev @ 826 NONAME
+	_ZN8QWebPage18ViewportAttributesD2Ev @ 827 NONAME
+	_ZN8QWebPage18ViewportAttributesaSERKS0_ @ 828 NONAME
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list