Bug 86088

Summary: [GTK] Test /webkit2/WebKitWebView/resources times out
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo, mrobinson, pnormand, webkit.review.bot
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch mrobinson: review+

Carlos Garcia Campos
Reported 2012-05-10 05:17:58 PDT
This hasn't been noticed by the bots because the test is already skipped (see bug #82868). The thing is that something has changed and now when webkit_web_view_reload is used, the icon resource is not loaded because it's in the cache. It's related to bug #78510. We could simply use webkit_web_view_reload_bypass_cache() to make sure resources are not loaded from the cache.
Attachments
Patch (1.26 KB, patch)
2012-05-10 05:19 PDT, Carlos Garcia Campos
mrobinson: review+
Carlos Garcia Campos
Comment 1 2012-05-10 05:19:40 PDT
WebKit Review Bot
Comment 2 2012-05-10 05:24:26 PDT
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Carlos Garcia Campos
Comment 3 2012-05-10 09:44:35 PDT
Note You need to log in before you can comment on or make changes to this bug.