RESOLVED FIXED 19815
[Gtk] Need a public method to reload view bypassing cache
https://bugs.webkit.org/show_bug.cgi?id=19815
Summary [Gtk] Need a public method to reload view bypassing cache
Xan Lopez
Reported 2008-06-29 11:22:18 PDT
Something like webkit_web_view_reload_bypass_cache (WebKitWebView *view); Needed by Epiphany (and pretty much any web browser using webkit/gtk I guess). GNOME bug: http://bugzilla.gnome.org/show_bug.cgi?id=540781
Attachments
0001-Add-webkit_web_view_reload_bypass_cache.patch (2.55 KB, patch)
2009-01-03 15:47 PST, Xan Lopez
zecke: review+
Jan Alonzo
Comment 1 2008-09-24 02:18:27 PDT
Will this method be used very often or just instances where you want to bypass the cache? I'm just thinking if we can add a setting and make the public _reload methods respect that setting..
Cosimo Cecchi
Comment 2 2008-09-24 02:38:44 PDT
This would be used upon user request I guess, think about F5 vs Ctrl+F5 in Epiphany or Firefox.
Xan Lopez
Comment 3 2009-01-03 15:47:15 PST
Created attachment 26394 [details] 0001-Add-webkit_web_view_reload_bypass_cache.patch From d70e234eaaefaf3d0f545605f99c67f59c88702f Mon Sep 17 00:00:00 2001 From: Xan Lopez <xan@gnome.org> Date: Sun, 4 Jan 2009 01:45:45 +0200 Subject: [PATCH] Add webkit_web_view_reload_bypass_cache. --- WebKit/gtk/ChangeLog | 12 ++++++++++++ WebKit/gtk/webkit/webkitwebview.cpp | 15 +++++++++++++++ WebKit/gtk/webkit/webkitwebview.h | 3 +++ 3 files changed, 30 insertions(+), 0 deletions(-)
Holger Freyther
Comment 4 2009-01-08 03:46:36 PST
Comment on attachment 26394 [details] 0001-Add-webkit_web_view_reload_bypass_cache.patch Once Gtk+ 3.0 comes around we should merge that with the plain reload method...
Holger Freyther
Comment 5 2009-01-08 04:33:56 PST
Landed in r39700.
Note You need to log in before you can comment on or make changes to this bug.