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

kov at webkit.org kov at webkit.org
Wed Dec 22 12:17:57 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit de78420e4e4ec239e5b0860e9c415ceea7dfaa0b
Author: kov at webkit.org <kov at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Aug 18 17:47:30 2010 +0000

    2010-08-18  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
    
            Reviewed by Martin Robinson.
    
            [GTK] WebBackForwardList's new_with_web_view should not be public
            https://bugs.webkit.org/show_bug.cgi?id=43802
    
            Deprecate the constructor. The introspection annotation has been
            fixed in a previous commit.
    
            * webkit/webkitwebbackforwardlist.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65615 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index 7df59e7..79e4a0b 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,3 +1,15 @@
+2010-08-18  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
+
+        Reviewed by Martin Robinson.
+
+        [GTK] WebBackForwardList's new_with_web_view should not be public
+        https://bugs.webkit.org/show_bug.cgi?id=43802
+
+        Deprecate the constructor. The introspection annotation has been
+        fixed in a previous commit.
+
+        * webkit/webkitwebbackforwardlist.cpp:
+
 2010-08-17  Ilya Tikhonovsky  <loislo at chromium.org>
 
         Reviewed by Yury Semikhatsky.
diff --git a/WebKit/gtk/webkit/webkitwebbackforwardlist.cpp b/WebKit/gtk/webkit/webkitwebbackforwardlist.cpp
index e1bdac4..4789de9 100644
--- a/WebKit/gtk/webkit/webkitwebbackforwardlist.cpp
+++ b/WebKit/gtk/webkit/webkitwebbackforwardlist.cpp
@@ -102,6 +102,9 @@ static void webkit_web_back_forward_list_init(WebKitWebBackForwardList* webBackF
  * Creates an instance of the back forward list with a controlling #WebKitWebView
  *
  * Return value: a #WebKitWebBackForwardList
+ *
+ * Deprecated: 1.3.4: Instances of #WebKitWebBackForwardList are
+ * created and owned by #WebKitWebView instances only.
  */
 WebKitWebBackForwardList* webkit_web_back_forward_list_new_with_web_view(WebKitWebView* webView)
 {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list