RESOLVED FIXED 118352
[WK2][GTK] Invalid ASSERTs in WebResources loading code
https://bugs.webkit.org/show_bug.cgi?id=118352
Summary [WK2][GTK] Invalid ASSERTs in WebResources loading code
Sergio Villar Senin
Reported 2013-07-03 04:19:10 PDT
The WebKitWebView keeps track of the resources being loaded in a map that is cleared each time a new load starts. As it's using the injected bundle API to track resource loads it might happen (specially when running webkit under valgrind) that we get notifications for resources that correspond to previous page loads. We need to remove those ASSERTs as they're no longer correct.
Attachments
Patch (2.16 KB, patch)
2013-07-03 04:37 PDT, Sergio Villar Senin
cgarcia: review+
Sergio Villar Senin
Comment 1 2013-07-03 04:37:58 PDT
WebKit Commit Bot
Comment 2 2013-07-03 04:39:14 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 2013-07-03 05:00:49 PDT
Comment on attachment 205992 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=205992&action=review You are absolutely right, but I'm not sure about the second assert. Thanks! > Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:-1632 > - ASSERT(priv->loadingResourcesMap.contains(resourceIdentifier)); I'm not sure about this one, this method is always called after webkitWebViewGetLoadingWebResource() only when we have a valid pointer.
Sergio Villar Senin
Comment 4 2013-07-03 07:53:02 PDT
Note You need to log in before you can comment on or make changes to this bug.