RESOLVED FIXED 69613
[GTK] Add methods to reload the view to WebKit2 GTK+ API
https://bugs.webkit.org/show_bug.cgi?id=69613
Summary [GTK] Add methods to reload the view to WebKit2 GTK+ API
Carlos Garcia Campos
Reported 2011-10-07 03:23:27 PDT
Add webkit_web_view_reload() and webkit_web_view_reload_bypass_cache()
Attachments
Patch (5.38 KB, patch)
2011-10-07 03:25 PDT, Carlos Garcia Campos
mrobinson: review+
Carlos Garcia Campos
Comment 1 2011-10-07 03:25:03 PDT
Martin Robinson
Comment 2 2011-10-07 10:48:56 PDT
Comment on attachment 110119 [details] Patch 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.
Carlos Garcia Campos
Comment 3 2011-10-10 02:19:29 PDT
Note You need to log in before you can comment on or make changes to this bug.