GNOME Bugzilla – Bug 679684
Don't use SoupCache when building with WebKit2
Last modified: 2012-08-03 07:56:12 UTC
The code is not #ifdefed because it builds, but it's not used, and in case of being issue it might crash, because the cache object will be NULL. The only thing that needs to be ported for now is ephy_embed_single_clear_cache(), but it requires WebKit API not landed yet. See https://bugs.webkit.org/show_bug.cgi?id=90797 https://bugs.webkit.org/show_bug.cgi?id=90856
Created attachment 218445 [details] [review] Patch WebKit patch adding api to clear the cache landed already. Disk cache implementation didn't land yet, so this will automatically work when it lands. For now it's safe to apply this patch that should also fix a crash if the clear button is pressed in wk2.
Review of attachment 218445 [details] [review]: OK.