Changeset 65615 in webkit


Ignore:
Timestamp:
Aug 18, 2010 10:47:30 AM (14 years ago)
Author:
kov@webkit.org
Message:

2010-08-18 Gustavo Noronha Silva <gustavo.noronha@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:
Location:
trunk/WebKit/gtk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/gtk/ChangeLog

    r65608 r65615  
     12010-08-18  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     2
     3        Reviewed by Martin Robinson.
     4
     5        [GTK] WebBackForwardList's new_with_web_view should not be public
     6        https://bugs.webkit.org/show_bug.cgi?id=43802
     7
     8        Deprecate the constructor. The introspection annotation has been
     9        fixed in a previous commit.
     10
     11        * webkit/webkitwebbackforwardlist.cpp:
     12
    1132010-08-17  Ilya Tikhonovsky  <loislo@chromium.org>
    214
  • trunk/WebKit/gtk/webkit/webkitwebbackforwardlist.cpp

    r65532 r65615  
    103103 *
    104104 * Return value: a #WebKitWebBackForwardList
     105 *
     106 * Deprecated: 1.3.4: Instances of #WebKitWebBackForwardList are
     107 * created and owned by #WebKitWebView instances only.
    105108 */
    106109WebKitWebBackForwardList* webkit_web_back_forward_list_new_with_web_view(WebKitWebView* webView)
Note: See TracChangeset for help on using the changeset viewer.