Bug 86088 - [GTK] Test /webkit2/WebKitWebView/resources times out
Summary: [GTK] Test /webkit2/WebKitWebView/resources times out
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2012-05-10 05:17 PDT by Carlos Garcia Campos
Modified: 2012-05-10 09:44 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.26 KB, patch)
2012-05-10 05:19 PDT, Carlos Garcia Campos
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 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.
Comment 1 Carlos Garcia Campos 2012-05-10 05:19:40 PDT
Created attachment 141150 [details]
Patch
Comment 2 WebKit Review Bot 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
Comment 3 Carlos Garcia Campos 2012-05-10 09:44:35 PDT
Committed r116654: <http://trac.webkit.org/changeset/116654>