[Webkit-unassigned] [Bug 69613] [GTK] Add methods to reload the view to WebKit2 GTK+ API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 7 10:48:56 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=69613


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #110119|review?                     |review+
               Flag|                            |




--- Comment #2 from Martin Robinson <mrobinson at webkit.org>  2011-10-07 10:48:56 PST ---
(From update of attachment 110119)
View in context: https://bugs.webkit.org/attachment.cgi?id=110119&action=review

> Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:285
> +    WebPageProxy* page = webkitWebViewBaseGetPage(WEBKIT_WEB_VIEW_BASE(webView));
> +    WKPageReload(toAPI(page));

Might as well make this one line.

> Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:300
> +    WebPageProxy* page = webkitWebViewBaseGetPage(WEBKIT_WEB_VIEW_BASE(webView));
> +    WKPageReloadFromOrigin(toAPI(page));

One line again.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list